summaryrefslogtreecommitdiff
path: root/src/examples/efl_thread_3.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-141-1/+0
* examples: Call window object show after its content creation.Daniel Juyung Seo2014-07-201-0/+1
* more thread example fixesCarsten Haitzler (Rasterman)2014-02-171-0/+1
* fix thread complaint in thread examplesCarsten Haitzler (Rasterman)2014-02-171-2/+7
* elm examples: call evas_object_show(win) after its content creation.Daniel Juyung Seo2013-12-151-2/+3
* efl_thread examples: fixed comment typos.Daniel Juyung Seo2013-10-251-1/+1
* examples: refactoring. use elm_win_util_standard_add() for normal cases.Daniel Juyung Seo2013-06-261-9/+4
* 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/+7
* 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/+93