summaryrefslogtreecommitdiff
path: root/src/examples/general_funcs_example.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-141-1/+0
* general_funcs_example.c: fixed wrong window's resize object addition logic in...Daniel Juyung Seo2013-11-221-1/+0
* examples: refactoring about elm_win_resize_object_add.Daniel Juyung Seo2013-06-271-2/+0
* examples: refactoring. use elm_win_util_standard_add() for normal cases. seas...Daniel Juyung Seo2013-06-261-8/+3
* src/examples: fixed formatting.Daniel Juyung Seo2013-04-081-3/+3
* Elm: Remove unused variable in example (I was tired of seeing theChristopher Michael2012-08-221-1/+0
* setitng min/max size hint on an elm obj actually should not be doneCarsten Haitzler2012-07-261-5/+0
* elm examples: Removed macro for data dir. Used elm_app_info_set and elm_app_d...Daniel Juyung Seo2012-03-301-1/+1
* Fixes compilation instructions of examples to work on ubuntu.Daniel Vieira Franzolin2012-03-291-1/+1
* elm examples: Adjust directory names.Daniel Juyung Seo2012-03-281-6/+6
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ...Daniel Juyung Seo2012-03-281-24/+19
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-2/+1
* elementary: fix raster's bork.Cedric BAIL2012-03-061-1/+1
* remove deprecated funtion related elm_object_focus/unfocus/direction_goJiyoun Park2012-03-061-2/+2
* elemetary - notify, factory, frame, panel, mapbufChunEon Park2011-10-291-1/+1
* elm src/examples: Applied elm API changes.Daniel Juyung Seo2011-09-141-6/+6
* [elementary] Example for top level functions.Gustavo Lima Chaves2011-06-221-0/+194