summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* eio - have a smaller mempool as i can see 270k of stuff hanging aboutCarsten Haitzler (Rasterman)2016-12-031-2/+2
* evas - fix out events broken by recent multiseat workCarsten Haitzler (Rasterman)2016-12-031-1/+1
* evas - more render cache cleanupsCarsten Haitzler (Rasterman)2016-12-031-0/+1
* evas render cache - clean up memory in all casesCarsten Haitzler (Rasterman)2016-12-031-0/+6
* elm_code: Add indentation for matching bracesAndy Williams2016-12-034-2/+110
* eo: more information when we cannot resolve method.Gustavo Sverzut Barbieri2016-12-022-2/+19
* eo: allow valgrind-like tracking of object lifecycle.Gustavo Sverzut Barbieri2016-12-025-50/+614
* eo: check for empty vtable and failed extensions.Gustavo Sverzut Barbieri2016-12-021-0/+3
* eo: improve logs by always showing event source, minor refactor.Gustavo Sverzut Barbieri2016-12-025-114/+139
* ecore-evas-wayland: Remove unused includesChris Michael2016-12-022-4/+0
* ecore-evas-wayland: Minor formatting fixChris Michael2016-12-021-23/+24
* ecore-evas-wayland: Set all evas engine info fields before updatingChris Michael2016-12-021-9/+3
* ecore-evas-wayland: Use engine 'hidden' field for ecore_evas_hide operationsChris Michael2016-12-021-7/+8
* evas-wayland-shm: Fix issue of destroying & recreating wl_surfaces on hideChris Michael2016-12-024-15/+32
* ecore-evas-wayland: Add a 'hidden' field to engine structureChris Michael2016-12-021-0/+1
* elementary: Don't set pointer surface to NULLChris Michael2016-12-021-2/+0
* ecore-wl2: Don't destroy surfaces on window hideChris Michael2016-12-021-35/+37
* edje_cc: add FOCUS_OBJECT reference on docBruno Dilly2016-12-021-0/+1
* eo: fix oops on efl_replace() documentationBruno Dilly2016-12-021-1/+1
* Efl.Input.Device: Do not ref/unref devices children devices.Guilherme Iscaro2016-12-021-3/+5
* Efl.Input: Properly unref the device if a new device is set.Guilherme Iscaro2016-12-024-4/+4
* Eo: Add efl_replace() function.Guilherme Iscaro2016-12-021-0/+22
* Efl.Input: Reset the Efl.Input object as soon as possible.Guilherme Iscaro2016-12-023-3/+3
* eo: if EO_DEBUG, check if efl_super() object 'isa' the given class.Gustavo Sverzut Barbieri2016-12-021-0/+13
* eo: better error reporting, always provide caller/source when available.Gustavo Sverzut Barbieri2016-12-023-14/+18
* eo: use log domain as soon as it's available.Gustavo Sverzut Barbieri2016-12-021-6/+6
* elementary: Remove useless #ifdefChris Michael2016-12-021-2/+0
* eeze_scanner: server was not always initialized hereStefan Schmidt2016-12-021-1/+1
* efl_ui_win: fix warning about unused parameterStefan Schmidt2016-12-021-0/+1
* ecore_ipc: silence a maybe unitialized warningStefan Schmidt2016-12-021-1/+1
* elementary: Re-enable wayland_egl mouse pointersChris Michael2016-12-021-9/+4
* eo event callback frame make them single linked to save a bit of overheadCarsten Haitzler (Rasterman)2016-12-021-25/+29
* Ecore Input Evas: Add ecore_event_evas_seat_modifier_lock_update().Guilherme Iscaro2016-12-023-28/+48
* Evas: Add support for per seat modifiers and locks.Guilherme Iscaro2016-12-029-78/+294
* Ecore Evas VNC: Properly set/unset the key locks.Guilherme Iscaro2016-12-021-8/+28
* Evas: Add support for per mouse pointer mode/properties.Guilherme Iscaro2016-12-0216-620/+1285
* Ecore Input Evas: Ecore_Input_Last should contain the Evas device.Guilherme Iscaro2016-12-021-4/+8
* eo: adjust generation countMarcel Hollerbach2016-12-021-4/+3
* eo: optimize generation increaseMarcel Hollerbach2016-12-021-1/+4
* eo: add new test case to check event emission while emittingMarcel Hollerbach2016-12-021-3/+55
* eo: use the event stack to define behaviourMarcel Hollerbach2016-12-022-8/+37
* eo: fix event emission for subscription while emissionMarcel Hollerbach2016-12-021-6/+34
* eo: add testcase to check emission of eventsMarcel Hollerbach2016-12-024-0/+101
* ecore_exe_win32: fix ecore_exe_sendVyacheslav Reutskiy2016-12-021-2/+2
* ecore_evas/x: Fix window size when framespace != 0Jean-Philippe Andre2016-12-021-34/+40
* eo: Improve debug for efl_isa errors from threadsJean-Philippe Andre2016-12-021-1/+12
* win: Fix layout issue in E internal windows (WL)Jean-Philippe Andre2016-12-021-1/+1
* elm_toolbar: remove wrong focus highlight checkingWooHyun Jung2016-12-021-2/+1
* gl drm/x11: Fix compilation for EGL < 1.5Jean-Philippe Andre2016-12-022-0/+8
* elm: use eina_rectangle to check intersectionLukasz Stanislawski2016-12-021-13/+16