summaryrefslogtreecommitdiff
path: root/endless
Commit message (Expand)AuthorAge
* Merge pull request #141 from endlessm/issues/125P. F. Chimento2013-07-04
|\
| * Reset the GTK theme when starting up an EosApplicationPhilip Chimento2013-07-04
| * Add CSS files in a GResourcePhilip Chimento2013-06-27
* | Make EosActionButton public and document itPhilip Chimento2013-06-28
|/
* Merge pull request #115 from endlessm/issues/79P. F. Chimento2013-06-25
|\
| * Small fixes to the code, including removing EosActionMenu from the documentat...Felipe Erias Morandeira2013-06-21
| * Small changes to EosActionMenu. A more complete example of how to use it in a...Felipe Erias Morandeira2013-06-21
| * EosActionMenu: Implemented the functionality to add a GtkAction and have it l...Felipe Erias Morandeira2013-06-21
| * EosActionMenu: basic scaffolding to add and remove GtkActionFelipe Erias Morandeira2013-06-21
* | 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
* Bug fix. Window detects properly when two backgrounds the sameMatt Watson2013-06-18
* Window updates if any background prop changes on visible page.Matt Watson2013-06-18
* Window background drawing uses new page background propsMatt 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
* Added topbar hboxes to further contain topbar widgets.Fernando Farfan2013-06-17
* Addressed code review commentsFernando Farfan2013-06-17
* Corrected pstack.h includeFernando Farfan2013-06-17
* Addressed code review comments.Fernando Farfan2013-06-17
* Added documentation for top bars in EosPageManager.Fernando Farfan2013-06-17
* Changed Topbar foreground color.Fernando Farfan2013-06-17
* Corrected assertion failures.Fernando Farfan2013-06-17
* Debug Topbars not being drawn in Eos themeFernando Farfan2013-06-17
* Draw topbars in EosWindowFernando Farfan2013-06-17
* Added support for left topbar and center topbar.Fernando Farfan2013-06-17
* Bugfixes. Window background handles case of no pages in pm.Matt Watson2013-06-12
* Private page manager API to get internal pstack transition typeMatt Watson2013-06-12
* No background animation switching between pages with same backgroundMatt Watson2013-06-12
* EosWindow size allocate ignores border-width.Matt Watson2013-06-12
* Window background transitions match page manager transitions.Matt 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
* Splash page manager's add will add child as the splash page.Matt Watson2013-06-03
* Fixed up the splash page documentation.Matt Watson2013-06-03
* Added basic splash page manager functionality.matt2013-06-03
* Include eosenums.h in the documentation.Felipe Erias Morandeira2013-06-03
* EosActionButton: removed EOS_SDK_ALL_API_VERSIONS, as this is a private header,Felipe Erias Morandeira2013-06-03
* Fixed warningsFelipe Erias Morandeira2013-06-03
* Code formatFelipe Erias Morandeira2013-06-03
* A number of small fixes. Moved eosactionbutton.h to eosactionbutton-private.hFelipe Erias Morandeira2013-06-03
* EosActionButton : an internal widget to represent an action in the application.Felipe Erias Morandeira2013-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