summaryrefslogtreecommitdiff
path: root/src/bin/test_panes.c
Commit message (Expand)AuthorAgeFilesLines
* Panes: adapt test to for more API coverageDaniel Zaoui2016-03-221-2/+6
* test_panes: Remove unnecessary align/weight set for panes contents.Daniel Juyung Seo2015-01-291-8/+0
* elm_test: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-2/+0
* elementary_test: remove ELM_LIB_QUICKLAUNCHJean-Philippe Andre2013-11-051-2/+1
* elm_test: __UNUSED__ -> EINA_UNUSED.Daniel Juyung Seo2013-09-011-5/+5
* test_panes.c: Improve double tap behavior of test_panes.Ryuan Choi2013-04-101-7/+11
* elm test_panes.c, panes_example.c: refactoring. use the panes in a better way.Daniel Juyung Seo2013-02-151-7/+7
* elm test_panes.c: fixed formatting before working on the code.Daniel Juyung Seo2013-02-151-11/+11
* elm test_panes.c: fixed formatting. clean up clodes.Daniel Juyung Seo2013-02-081-18/+9
* elm test: Use EVAS_HINT_EXPAND and EVAS_HINT_FILL instead of 1.0 and -1.0.Daniel Juyung Seo2013-01-011-2/+2
* elm panes: Added 'top' and 'bottom' part aliases for vertical panes. I did no...Daniel Juyung Seo2012-11-291-2/+2
* elm test: Correct elm_win_resize_object_set() usage. Call evas_object_size_hi...Daniel Juyung Seo2012-11-141-2/+1
* elm bin: Use convenient utility function elm_win_util_standard_add()Daniel Juyung Seo2012-04-021-1/+1
* Revert a wrong commit. Un-wanted files are committed together.Daniel Juyung Seo2012-04-021-1/+1
* elm bin: Use convenient utility function elm_win_util_standard_add() instead ...Daniel Juyung Seo2012-04-021-1/+1
* for the last time: CONFIG.H ALWAYS GETS INCLUDED FIRST. AAAAAAAALLLLLLLLLLLLL...Mike Blumenkrantz2012-03-291-1/+1
* elm: Fixed formatting.Daniel Juyung Seo2012-01-111-1/+1
* elm: change elm_object_content_part_set/get/unset to elm_object_part_content_...Boris Faure2011-11-171-4/+4
* elementary - modified content_set/get/unset part names to be simple names. ChunEon Park2011-11-161-4/+4
* elementary/panes - content_part_set/get/unset ChunEon Park2011-10-301-4/+4
* elm test: Refactoring. Changed 1 to EINA_TRUE for Eina_Bool parameter of elm_...Daniel Juyung Seo2011-07-251-1/+1
* Elm button: Fix the tests to use the new elm_object_text_set/get API.Tom Hacohen2011-06-291-3/+3
* Fix some Wextra complains on elm binBruno Dilly2010-10-191-5/+8
* Adding focus cycle hook to PanesTiago Rezende Campos Falcao2010-10-041-0/+1
* Remove some unused variables from elm tests and externalsBruno Dilly2010-09-091-2/+0
* elm_panes : add the horizontal modeJonathan Atton2010-06-221-3/+31
* refactor elm_panes_left_content* -> elm_panes_content_left*Jonathan Atton2010-06-211-5/+5
* elm_panes : - add an animation with 2 arrows while the bar is dragged. - add ...Jonathan Atton2010-06-211-2/+19
* Add a new widget : elm_panes :)Jonathan Atton2010-06-201-0/+71