summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* theme: border - remove elm border inheritanceAmitesh Singh2018-04-111-6/+1208
* theme: bg - remove the elm bg inheritanceAmitesh Singh2018-04-111-3/+38
* elc_popup: no need to make them focusableMarcel Hollerbach2018-04-111-3/+0
* efl_ui_focus_manager_root_focus: maintain focus state over state evalMarcel Hollerbach2018-04-111-2/+9
* elm_suite: a new testcase for checking focus chains with redirectsMarcel Hollerbach2018-04-111-0/+123
* ecore ipc - fix send to skip data payload if null/0Carsten Haitzler (Rasterman)2018-04-111-27/+32
* ecore_evas: remove dead code.Cedric Bail2018-04-101-37/+0
* evas: we directly use the main loop, we do not need external integration anym...Cedric Bail2018-04-101-3/+1
* evas: protection during canvas shutdown.Cedric Bail2018-04-101-0/+4
* efl_canvas_animation_player: Reset map after animation is finishedJaehyun Cho2018-04-101-3/+5
* efl_canvas_animation_player: Change Running_Event_Info to Event_RunningJaehyun Cho2018-04-1014-30/+25
* ecore_file: switch from buf to tmpstrMarcel Hollerbach2018-04-101-1/+1
* elm_suite: fixup test suiteMarcel Hollerbach2018-04-102-0/+2
* ecore_evas_wayland: handle 0x0 content problemShinwoo Kim2018-04-101-4/+4
* tests: split ecore thread queue tests into 2 test casesMike Blumenkrantz2018-04-103-0/+6
* tests: split efl_app promise tests into separate test casesMike Blumenkrantz2018-04-103-9/+29
* tests: ensure eina/efl_object are initialized for all efl_app testsMike Blumenkrantz2018-04-101-0/+4
* tests: move ecore promise tests into efl_app_suiteMike Blumenkrantz2018-04-106-18/+19
* tests: add more timing info for per-file timingMike Blumenkrantz2018-04-101-2/+8
* tests: split ecore poller tests into separate fileMike Blumenkrantz2018-04-105-144/+171
* tests: split ecore idler tests into separate fileMike Blumenkrantz2018-04-105-77/+106
* tests: move efl_loop_fd tests into efl_app_suiteMike Blumenkrantz2018-04-105-88/+100
* tests: break out simple timer failure test into separate testMike Blumenkrantz2018-04-102-3/+9
* tests: add fixtures for efl_app testsMike Blumenkrantz2018-04-101-1/+11
* tests: move disabled efl loop timer test into efl_app_suiteMike Blumenkrantz2018-04-105-56/+76
* tests: split efl_loop tests out of efl_app_suite.cMike Blumenkrantz2018-04-104-35/+53
* tests: reduce duration of ecore_test_timersMike Blumenkrantz2018-04-101-1/+1
* tests: move ecore_test_ecore_main_loop_timer into timers test fileMike Blumenkrantz2018-04-102-22/+32
* tests: reduce duration of ecore_test_animatorsMike Blumenkrantz2018-04-101-2/+2
* tests: reduce duration of ecore_test_ecore_main_loop_timer testMike Blumenkrantz2018-04-101-3/+3
* tests: improve ecore thread queue reliabilityMike Blumenkrantz2018-04-101-42/+68
* tests: remove "info" messages from ecore-drm/input testsMike Blumenkrantz2018-04-102-7/+0
* tests: quiet useless printf spam from thread queue testsMike Blumenkrantz2018-04-101-23/+14
* tests: remove extra download in ecore_test_ecore_file_downloadMike Blumenkrantz2018-04-101-11/+2
* tests: use different website for ecore_test_ecore_file_downloadMike Blumenkrantz2018-04-101-3/+3
* tests: use 0.05s as poller interval in ecore_test_ecore_main_loop_pollerMike Blumenkrantz2018-04-101-2/+2
* tests: split ecore_test_ecore_main_loop_poller_add_del into separate testsMike Blumenkrantz2018-04-101-34/+54
* tests: remove random usleeps from ecore thread queue testsMike Blumenkrantz2018-04-101-8/+0
* tests: enable some commented out eldbus testsMike Blumenkrantz2018-04-101-10/+0
* tests: remove timing info for eina mempool initializerMike Blumenkrantz2018-04-101-2/+3
* tests: use dbus-run-session when running testsMike Blumenkrantz2018-04-101-0/+3
* tests: add all xml files to gitignoreMike Blumenkrantz2018-04-101-1/+1
* tests: parallelize most test suitesMike Blumenkrantz2018-04-101-6/+81
* efl_io_queue: add null check for slice->memShinwoo Kim2018-04-101-0/+1
* elementary: apply anti-aliasing at the gesture layer example.Hermet Park2018-04-101-0/+1
* evas: improve evas map anti-alising rendering quality.Hermet Park2018-04-101-222/+166
* elementary: add new config value to handle tap finger size.Woochan Lee2018-04-096-17/+26
* ecore_evas: check return value.Woochan Lee2018-04-091-1/+2
* evas: add null checkJunsuChoi2018-04-092-0/+2
* ecore_fb: fix divided by zeroJunsuChoi2018-04-091-1/+1