summaryrefslogtreecommitdiff
path: root/test/test-window.c
Commit message (Collapse)AuthorAge
* Fixed up main area tests to be more robust.Matt Watson2013-06-12
| | | | [endlessm/eos-sdk#88]
* Bugfixes. Window background handles case of no pages in pm.Matt Watson2013-06-12
| | | | | | Also updates main area tests in test-window.c to reflect new widget hierarchy of EosWindow. [endlessm/eos-sdk#88]
* Integrate page manager and main area into EosWindowP. F. Chimento2013-05-16
|
* Implements EosTopBar and integrates it in EosWindowFelipe Erias Morandeira2013-05-02
| | | | [endlessm/eos-sdk#7]
* Crash on eos_window_new (NULL)P. F. Chimento2013-04-30
| | | | | | | Creating a window that is not tied to an application should be a serious programming error. [#42]
* Testing and documentation improvements for EosWindowP. F. Chimento2013-04-25
| | | | [#12]
* EosWindow is fullscreenP. F. Chimento2013-04-25
| | | | | | | | EosWindow maximizes itself on creation. This code does not enforce maximization or forbid the window from resizing, since that is the window manager's job. [#12]
* Application classP. F. Chimento2013-04-24
Add an EosApplication class. Functionality: - present main application window when activated - warn if more than one application window is added Also add a stub EosWindow class that overrides GtkWindow's "application" property to be a construct-only property. [#4]