summaryrefslogtreecommitdiff
path: root/endless/eospagemanager.c
Commit message (Expand)AuthorAge
* Replaced calls to 'g_object_unref' with 'g_clear_object'Fernando Farfan2013-06-20
* Properly alloced memory for background size/position strings.Matt Watson2013-06-18
* Added tests for new background child props.Matt Watson2013-06-18
* Added child properties for more control of page backgrounds.Matt Watson2013-06-18
* Fixed missing comma in app-windowFernando Farfan2013-06-17
* Addressed code review comments.Fernando Farfan2013-06-17
* Corrected pstack.h includeFernando Farfan2013-06-17
* Added support for left topbar and center topbar.Fernando Farfan2013-06-17
* Private page manager API to get internal pstack transition typeMatt Watson2013-06-12
* Added warning when removing the visible page from pm.Matt Watson2013-06-12
* visible-page property update if visible page is removedMatt Watson2013-06-10
* Fixed up the splash page documentation.Matt Watson2013-06-03
* Added documentation for page manager transition type and duration.Matt Watson2013-05-31
* Added transition type and duration props to page manager.matt2013-05-29
* Merge pull request #87 from endlessm/issues/59P. F. Chimento2013-05-29
|\
| * Rename 'background' API to 'background-uri'P. F. Chimento2013-05-29
| * Style changes, added additional assertions to test the setting of a page's ba...Will G2013-05-23
| * Updated PageManager docs to reflect background_uri change, added test for cha...Will G2013-05-21
| * Various fixesP. F. Chimento2013-05-17
| * Added a visible-page-background property and tests.matt2013-05-17
| * Background child property for pages, sets window background.matt2013-05-17
* | Merge pull request #83 from endlessm/issues/69P. F. Chimento2013-05-17
|\ \ | |/ |/|
| * Use independent replacement for GtkStack in page managermatt2013-05-17
* | Add actions and toolbox child properties to page managerP. F. Chimento2013-05-16
|/
* Treat pages with no name as having name NULLP. F. Chimento2013-05-14
* Use hash table to index pages by name and widgetmatt2013-05-14
* Implement EosPageManagerP. F. Chimento2013-05-13