summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Edje.Global: introduce new class for edje global configurationsdevs/conr2d/common_attributesJee-Yong Um2016-12-159-61/+97
* Edje.Object: implement common attributes interfacesJee-Yong Um2016-12-153-206/+240
* Efl: add class interfaces (color/text/size)Jee-Yong Um2016-12-158-2/+197
* eo: Make error message less nebulousJean-Philippe Andre2016-12-051-1/+2
* elm_code: refactoring of the elm_code_line_indent to work with linesAndy Williams2016-12-034-38/+72
* eina_btlog: compact output and keep non-bt information.Gustavo Sverzut Barbieri2016-12-031-72/+98
* eina_btlog: show comments (non-bt lines)Gustavo Sverzut Barbieri2016-12-031-1/+14
* eina_btlog: understand new backtrace format used by eo.Gustavo Sverzut Barbieri2016-12-031-1/+38
* eina_btlog: improve help.Gustavo Sverzut Barbieri2016-12-031-1/+6
* elm_code: ooops, fix test from previous refactorAndy Williams2016-12-031-7/+9
* eo: do not use eina_trash when running on valgrind.Gustavo Sverzut Barbieri2016-12-032-2/+15
* eo: fix compilation without HAVE_BACKTRACE.Gustavo Sverzut Barbieri2016-12-031-36/+36
* eo: fix missing Evil.h includeGustavo Sverzut Barbieri2016-12-031-0/+4
* eo: fix build on macOSJean Guyomarc'h2016-12-031-0/+4
* 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
* This series of patches merges in better support for hiding of surfacesChris Michael2016-12-0211-90/+100
|\
| * 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
* Merge branch 'devs/iscaro/devices'Bruno Dilly2016-12-026-10/+34
|\
| * 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
* Merge branch 'devs/iscaro/locks_and_mods'Bruno Dilly2016-12-0224-738/+1663
|\
| * Ecore Input Evas: Add ecore_event_evas_seat_modifier_lock_update().Guilherme Iscaro2016-12-023-28/+48