summaryrefslogtreecommitdiff
path: root/src/examples/efl_thread_2.c
Commit message (Expand)AuthorAgeFilesLines
* elm: removing trailing white space ceremony for 1.9 release.Daniel Juyung Seo2014-03-021-1/+1
* more thread example fixesCarsten Haitzler (Rasterman)2014-02-171-4/+9
* elm examples: call evas_object_show(win) after its content creation.Daniel Juyung Seo2013-12-151-2/+3
* examples: refactoring. use elm_win_util_standard_add() for normal cases.Daniel Juyung Seo2013-06-261-8/+2
* src/examples: fixed formatting.Daniel Juyung Seo2013-04-081-2/+2
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ...Daniel Juyung Seo2012-03-281-7/+2
* elm examples: Use standard way of elementary applications. EAPI_MAIN, elm_shu...Daniel Juyung Seo2012-03-281-2/+3
* elm examples: Fixed most of shadow variable warnings and unused warnings.Daniel Juyung Seo2012-03-281-2/+2
* elm examples: Define __UNUSED__ when HAVE_CONFIG_H is not defined.Daniel Juyung Seo2012-03-281-0/+5
* Elm examples: add win32 thread examples, remove some whitespaces in the corre...Vincent Torri2012-03-231-8/+8
* Fixing bugs in examples.João Paulo Fernandes Ventura2012-03-191-1/+5
* Document how to use thread with EFL in nice detail for "beginners" whoCarsten Haitzler2011-09-281-0/+90