summaryrefslogtreecommitdiffstats
path: root/widgets/src/HubWindow.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow hubs to expand more vertically so they don't need a scroll bar.Chris Lumens2012-01-131-1/+1
|
* Set different values for the alignment on hubs and spokes.Chris Lumens2011-12-191-0/+4
| | | | | If I use the same values, the selectors in the hubs look way too cramped. Or, the spokes look like they're floating in space.
* Rework the base window class to include a top-level vbox and alignment.Chris Lumens2011-12-191-6/+1
| | | | | | | This requires exposing a lot more internal children because glade will not let you get to internal children unless you also expose everything up the chain. This patch should eliminate the need for any window to include its own alignment and its own vbox. I hope it's also largely transparent.
* Add an alignment into the HubWindow so we can control its screen size.Chris Lumens2011-12-131-1/+5
|
* Add our custom GTK+ widgets in as a subdirectory and subpackage.Chris Lumens2011-11-101-0/+146