summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elput: Remove dead FIXME notedevs/devilhorns/drm_evas_devicesChris Michael2017-02-071-5/+0
* elput: Set device output name when device is createdChris Michael2017-02-072-4/+4
* elput: Add missing @since for new event and structureChris Michael2017-02-071-1/+2
* elementary: Fix return of elm_win_wl_window_getChris Michael2017-02-071-5/+3
* ecore-evas-drm: Handle creating default evas devicesChris Michael2017-02-071-0/+104
* evas: Don't create default seat, pointer, etc for drmChris Michael2017-02-071-3/+6
* efl: Add Elput as a dependency for Ecore_Evas_Drm engineChris Michael2017-02-072-4/+9
* elput: Set evas_device on input eventsChris Michael2017-02-071-8/+38
* elput: Add API function to get evas_device from input deviceChris Michael2017-02-072-0/+23
* elput: Add seat_device to Elput_Event_Device_ChangeChris Michael2017-02-073-0/+4
* elput: Add API funtion to set evas device on a given seatChris Michael2017-02-073-0/+46
* elput: Add API function to set an evas deviceChris Michael2017-02-073-0/+31
* elput: Add API function to return device capabilitiesChris Michael2017-02-074-21/+41
* cmake: add ecore_xMarcel Hollerbach2017-02-073-0/+172
* ecore_x: we dont need this version file anymoreMarcel Hollerbach2017-02-074-16/+2
* access: fix crash while cleanupAmitesh Singh2017-02-071-5/+0
* elm_code: syntax fix for preprocessor over multiple linesAndy Williams2017-02-062-13/+33
* elm_code: syntax fix for comments with an escaped blackslashAndy Williams2017-02-062-2/+6
* ecore: make sure we always manipulate a valid timer.Cedric BAIL2017-02-061-0/+7
* efl: add composite model for boolean propertiesFelipe Magno de Almeida2017-02-069-0/+852
* efl: add efl_model and efl_ui_view classesLarry Jr2017-02-0635-2/+2045
* ecore: handle initialization of timer correctly.Cedric BAIL2017-02-061-11/+10
* evas: more hardening of evas access map.xCedric BAIL2017-02-061-1/+1
* evas: harden check on map presence.Cedric BAIL2017-02-061-1/+3
* edje_example: fix compile instructionJerome Pinot2017-02-051-1/+1
* elm_notify: null out allow events when its deletedMarcel Hollerbach2017-02-041-1/+4
* ecore thread: Fix waiting.Chidambar Zinnoury2017-02-041-3/+6
* edje: unset timer pointer after delete.Amitesh Singh2017-02-043-0/+3
* evas render - drop eo overhead by using ptrs we already haveCarsten Haitzler (Rasterman)2017-02-0414-69/+61
* ecore_evas: use ecore_timer_loop_add for idle timeout updateDerek Foreman2017-02-031-1/+1
* ecore: poller could actually be related to the main loop timing.Cedric BAIL2017-02-031-4/+4
* elput: add event for relative motionMike Blumenkrantz2017-02-033-0/+36
* elm_code: fix bugs in the highlighting of full line commentsAndy Williams2017-02-031-1/+3
* elm_code: Add syntax highlighting for pythonAndy Williams2017-02-031-0/+15
* elm_code: update syntax symbols for CAndy Williams2017-02-031-2/+4
* cmake: sync EFL_EO_API_SUPPORT definition with autotools.Gustavo Sverzut Barbieri2017-02-032-1/+2
* ifdef RUN_IN_TREE logic.Gustavo Sverzut Barbieri2017-02-0335-0/+95
* cmake: add ecore_inputMarcel Hollerbach2017-02-032-0/+23
* cmake: add eezeMarcel Hollerbach2017-02-039-0/+146
* eeze: move binaries into subdirectoriesMarcel Hollerbach2017-02-0310-52/+52
* ecore_con/efl_net - dedicated threads for network i/o not from the poolCarsten Haitzler (Rasterman)2017-02-032-8/+10
* edje - fix crash on loading ancient edje filesCarsten Haitzler (Rasterman)2017-02-032-1/+32
* ecore: implement new requirement in the test suite.Cedric BAIL2017-02-022-2/+8
* ecore: avoid calling ecore_time_get everytime we create a timer.Cedric BAIL2017-02-021-4/+31
* Cpumonitor theme - Set an aspect preference other than both so we can properl...Stephen 'Okra' Houston2017-02-021-2/+2
* cmake: add ecore_file.Gustavo Sverzut Barbieri2017-02-023-0/+31
* cmake: add ecore_ipc.Gustavo Sverzut Barbieri2017-02-022-0/+20
* elm_code: Fix empty selection checksAndy Williams2017-02-021-1/+2
* evas: simplify waiting logic for image decoding as we do not need lock and co...Cedric BAIL2017-02-023-53/+16
* evas: make sure we always wait in the correct thread.Cedric BAIL2017-02-021-1/+8