summaryrefslogtreecommitdiff
path: root/src/bin/test_anim.c
Commit message (Collapse)AuthorAgeFilesLines
* efl: followup with renaming efl animator.Cedric BAIL2016-03-101-1/+1
|
* Automatic migration to Eo4.Tom Hacohen2016-03-031-1/+1
| | | | | | I just ran my script (email to follow) to migrate all of the EFL automatically. This commit is *only* the automatic conversion, so it can be easily reverted and re-run.
* Eo events: Migrate all of elm to the new event callback signaturesTom Hacohen2016-02-291-5/+5
|
* tests: switch anim test to Efl.Core.Animator tick.Cedric BAIL2016-02-021-1/+1
|
* Win: Make animator,tick signal actually work.Tom Hacohen2015-05-061-16/+2
| | | | | | | | | This commit also updated one of the elementary test to show the new one of doing it. This lets users of the API just add a callback and automatically get animation ticks. It's done per window, because update rate may be different for different windows (think different screens).
* elm_test: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
| | | | being pedantic.
* elementary_test: remove ELM_LIB_QUICKLAUNCHJean-Philippe Andre2013-11-051-2/+1
| | | | | Refer to the previous commits for the reason. Remove all #ifndef ELM_LIB_QUICKLAUNCH from the test files.
* elm_test: __UNUSED__ -> EINA_UNUSED.Daniel Juyung Seo2013-09-011-2/+2
|
* elm test: Correct elm_win_resize_object_set() usage. Call ↵Daniel Juyung Seo2012-11-141-1/+1
| | | | | | evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). SVN revision: 79281
* for the last time: CONFIG.H ALWAYS GETS INCLUDED FIRST. ↵Mike Blumenkrantz2012-03-291-1/+1
| | | | | | AAAAAAAALLLLLLLLLLLLLLLLLLLLLLLWAAAAAAAAAAAAAAAAAAAAAAAAAAAYYYYYYYYYYYYYYYYYYYYYSSSSSSSSSSSSSSSSSSS SVN revision: 69764
* From: Jérémy Zurcher <jeremy@asynk.ch>Jérémy Zurcher2011-08-251-3/+3
| | | | | | | | | | | | | | | | Subject: [E-devel] patch : eina_prefix + elementary_test please find attached a small patch for eina_prefix it prevent segfault when for instance no elm_app_compile_*_dir_set is called prior to elm_app_info_set and another one for elementary/src/bin/test*.c which tends to replace usage of PACKAGE_DATA_DIR with elm_app_data_dir_get SVN revision: 62796
* elm test: Refactoring. Changed 1 to EINA_TRUE for Eina_Bool parameter of ↵Daniel Juyung Seo2011-07-251-1/+1
| | | | | | elm_win_autodel_set() API. SVN revision: 61695
* Elementary src/bin: Removed all trailing whitespaces.Daniel Juyung Seo2011-04-081-13/+13
| | | | SVN revision: 58491
* Fix some Wextra complains on elm binBruno Dilly2010-10-191-4/+7
| | | | SVN revision: 53636
* * elementary: fix Ecore API changes.Cedric BAIL2010-06-251-2/+2
| | | | SVN revision: 49860
* typo fixCarsten Haitzler2010-02-021-2/+2
| | | | SVN revision: 45789
* demo++Carsten Haitzler2010-02-011-0/+110
SVN revision: 45778