summaryrefslogtreecommitdiff
path: root/src/examples/transit_example_04.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-141-1/+0
* elm examples: call evas_object_show(win) after its content creation.Daniel Juyung Seo2013-12-151-2/+3
* transit_example_04.c: refactoring the sample code layout.Daniel Juyung Seo2013-08-131-34/+40
* examples: refactoring about elm_win_resize_object_add.Daniel Juyung Seo2013-06-271-1/+0
* examples: refactoring. use elm_win_util_standard_add() for normal cases. seas...Daniel Juyung Seo2013-06-261-10/+2
* src/examples: use delete,request callback only when it's really needed. this ...Daniel Juyung Seo2013-06-261-8/+2
* src/examples: fixed formatting.Daniel Juyung Seo2013-04-081-2/+2
* setitng min/max size hint on an elm obj actually should not be doneCarsten Haitzler2012-07-261-2/+0
* Elementary: fix deprecated functions on elm examplesDaniel Willmann2012-06-271-2/+2
* elm examples: Removed macro for data dir. Used elm_app_info_set and elm_app_d...Daniel Juyung Seo2012-03-301-5/+3
* elm examples: Adjust directory names.Daniel Juyung Seo2012-03-281-3/+6
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ...Daniel Juyung Seo2012-03-281-8/+3
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-4/+2
* elm examples: Fixed most of shadow variable warnings and unused warnings.Daniel Juyung Seo2012-03-281-3/+2
* Fixing bugs in examples.João Paulo Fernandes Ventura2012-03-191-3/+2
* elm: change elm_object_content_part_set/get/unset to elm_object_part_content_...Boris Faure2011-11-171-2/+2
* elementary - modified content_set/get/unset part names to be simple names. ChunEon Park2011-11-161-2/+2
* elementary/button -> use elm_object_content_set/get/unsetChunEon Park2011-10-251-2/+2
* elm src/examples: Applied elm API changes.Daniel Juyung Seo2011-09-141-4/+4
* elm: Refactoring. Use EINA_TRUE instead of 1 for Eina_Bool type parameter.Daniel Juyung Seo2011-08-121-1/+1
* elementary/transit: add some examples.Rafael Antognolli2011-06-211-0/+181