summaryrefslogtreecommitdiff
path: root/endless/eosmainarea.c
Commit message (Collapse)AuthorAge
* Use the new way to define private gobject dataMatt Watson2013-12-09
| | | | | Simpler and has a nicer memory layout. Needed glib 2.38 to do this. [endlessm/eos-sdk#421]
* Various fixes from code reviewP. F. Chimento2013-05-17
| | | | | | | | - Style fixes - Add API to documentation - Add header to private headers [endlessm/eos-sdk#60]
* Style fixes, delete actions-standin on main are widget destroy.Matt Watson2013-05-16
| | | | | | Also removed get_preffered_heigh_for_width and width_for_height virtual methods which were unnecessary. [endlessm/eos-sdk#60]
* EosMainArea tweaksP. F. Chimento2013-05-16
| | | | | | | | - Make sure the toolbox widget is always visible - Display the sidebars if either the toolbox or the action area should be displayed - Different pages can share the same toolbox [endlessm/eos-sdk#60]
* Make action area persistentP. F. Chimento2013-05-16
| | | | | | Instead of destroying and recreating the action area, just show and hide it as needed. [endlessm/eos-sdk#60]
* Added dummy event box to stand in for eventual actions areaMatt Watson2013-05-16
| | | | | Fixed some sizing bugs [endlessm/eos-sdk#10]
* Main area toolbox now allocated to left of contentMatt Watson2013-05-16
| | | | | Still very basic. Not much fancy sizing happening yet. [endlessm/eos-sdk#10]
* Added add and remove vfuncsRory MacQueen2013-05-16
| | | | | | They are required for GtkContainer class [endlessm/eos-sdk#10]
* Initial main area widgetMatt Watson2013-05-16
Has private getters/setters for two areas. Functioning container. Only shows the content widget. Added all the virtual functions for size requests and allocations. [endlessm/eos-sdk#10]