summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ecore Evas VNC: Properly shutdown server during cleanup.devs/iscaro/vnc-shutdownGuilherme Iscaro2016-12-051-4/+7
* elm: config: check return value of eina_value_get instead of returning always...Stefan Schmidt2016-12-051-2/+1
* elm: multibuttomentry: check if value is valid before we access itStefan Schmidt2016-12-051-2/+4
* edje: svg_loader: make sure we check the return from all _parser_number callsStefan Schmidt2016-12-051-4/+6
* efreetd: handle invalid fd in all casesStefan Schmidt2016-12-051-0/+4
* ecore-wl2: No need to call hide inside the free functionChris Michael2016-12-051-2/+0
* ecore-wl2: When we hide a window, attach a NULL buffer to the surfaceChris Michael2016-12-051-0/+6
* evas-wayland-shm: Don't recreate Outbuf if we are hiddenChris Michael2016-12-051-1/+1
* Emacs config: Also remove from extra_dist.Tom Hacohen2016-12-051-3/+0
* Emacs configs: Move to designated repo.Tom Hacohen2016-12-052-911/+0
* Eo gdb: Remove redundant variable setting.Tom Hacohen2016-12-051-9/+0
* emile: do not rely on the struct sizeMarcel Hollerbach2016-12-051-20/+17
* eo: Fix test caseJean-Philippe Andre2016-12-051-1/+1
* eo: Fix potential inifinite loopJean-Philippe Andre2016-12-051-10/+10
* evas textblock: fix a rendering issue.Hermet Park2016-12-051-5/+6
* 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