summaryrefslogtreecommitdiff
path: root/src/examples/index_example_01.c
Commit message (Expand)AuthorAgeFilesLines
* elm examples: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
* elm examples: call evas_object_show(win) after its content creation.Daniel Juyung Seo2013-12-151-2/+3
* index_example_01.c: sample code internal refactoring.Daniel Juyung Seo2013-11-201-62/+40
* index_example_01.c: fixed wrong example code. elm_index_level_go() should be ...Daniel Juyung Seo2013-11-201-0/+2
* examples: refactoring about elm_win_resize_object_add.Daniel Juyung Seo2013-06-271-3/+2
* examples: refactoring. use elm_win_util_standard_add() for normal cases. seas...Daniel Juyung Seo2013-06-261-8/+2
* src/examples: use delete,request callback only when it's really needed. this ...Daniel Juyung Seo2013-06-261-9/+3
* src/examples: fixed formatting.Daniel Juyung Seo2013-04-081-6/+6
* elm index_example_0x.c: Fixed build command.Daniel Juyung Seo2013-01-101-1/+1
* elm index: Call elm_index_level_go(). It's a must.Daniel Juyung Seo2013-01-101-0/+1
* [elm] Fix index example.Gustavo Lima Chaves2012-05-301-31/+32
* Fixes compilation instructions of examples to work on ubuntu.Daniel Vieira Franzolin2012-03-291-1/+1
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ...Daniel Juyung Seo2012-03-281-23/+18
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-2/+3
* remove deprecated code related with Jiyoun Park2012-03-131-2/+2
* remove deprecated code related with Jiyoun Park2012-03-121-1/+1
* elementary/index - fixed typoChunEon Park2012-03-101-1/+1
* remove deprecated function related with elm_indexJiyoun Park2012-03-091-1/+1
* [elementary/index] Some APIs were modified or removed + fix buildWooHyun Jung2012-03-051-1/+1
* elementary/list - deprecated elm_list_item_del()ChunEon Park2012-01-301-1/+1
* Elementary/list - Elm_List_Item -> Elm_Object_ItemChunEon Park2012-01-121-7/+7
* elementary/menu, ctxpopup, index, segment_control, diskselector, multibuttone...ChunEon Park2012-01-101-1/+1
* elm list: Applied recent list changes.Daniel Juyung Seo2012-01-041-2/+2
* elementary - Added 1 more API elm_object_item_del_cb_set()ChunEon Park2012-01-021-1/+1
* elementary/index - Elm_Index_Item -> Elm_Object_ItemChunEon Park2011-12-301-5/+5
* [elementary] Documentation for the index widget.Gustavo Lima Chaves2011-07-201-0/+213