summaryrefslogtreecommitdiff
path: root/test/test-action-menu.c
Commit message (Collapse)AuthorAge
* Clean up the structure of the tests directorySam Spilsbury2014-01-15
| | | | | | | | Move all the tests for the SDK into tests/endless, move all the demos into tests/demos, move all the smoke tests into smoke-tests [endlessm/eos-sdk#444]
* 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]
* EosActionMenu places cancel, close and delete actions at the bottom. ↵Felipe Erias Morandeira2013-07-23
| | | | | | Internally, it uses a GtkOverlay to correctly position the two sets of actions. [endlessm/eos-sdk#146]
* More tests for eos_action_menu_remove_action*Felipe Erias Morandeira2013-07-22
| | | | [endlessm/eos-sdk#146]
* Make EosActionButton public and document itPhilip Chimento2013-06-28
| | | | | | | | Rename eosactionbutton-private.h to eosactionbutton.h, make sure it gets picked up in the documentation, include it in endless.h, make all the new public API documentation complete, and put the EosActionButtonSize enum documentation on the EosActionButton page. [endlessm/eos-sdk#133]
* Tests for EosActionMenu.Felipe Erias Morandeira2013-06-24
| | | | [endlessm/eos-sdk#79]
* Skeleton for EosActionMenu tests.Felipe Erias Morandeira2013-06-21
[endlessm/eos-sdk#79]