summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Gengrid: Correct double comparision.Umesh Tanwar2017-03-101-1/+1
* ecore_animator: use EINA_DBL_EQ for comparing double valuesUmesh Tanwar2017-03-101-5/+5
* Revert "Genlist: Calculate the min size of content before item realize"Jean-Philippe Andre2017-03-101-9/+8
* Genlist: Calculate the min size of content before item realizeJeeyong Um2017-03-101-8/+9
* genlist: Fix invalid state of reused contentJean-Philippe Andre2017-03-102-12/+12
* evas - gl - remove warning for unused var with opengl vs glesCarsten Haitzler (Rasterman)2017-03-101-1/+1
* emotion: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-5/+12
* elocation: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-46/+39
* elput: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-21/+24
* elementary: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-095-9/+22
* eio: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-11/+26
* efreet: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-3/+10
* eeze: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-092-61/+48
* ecore_x: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-094-10/+86
* ecore_wl2: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-24/+24
* ecore_win32: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+15
* ecore_wayland: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+17
* ecore_sdl: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+5
* ecore_psl1ght: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-10/+13
* ecore_ipc: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+7
* ecore_input: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-11/+11
* ecore_imf: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+7
* ecore_evas: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-094-5/+33
* ecore_drm: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+4
* ecore_cocoa: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+5
* ecore_con: avoid potential crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-092-0/+19
* ecore: avoid potential crash on shutdown in Ecore_ExeCedric BAIL2017-03-091-0/+5
* ecore: add ecore_event_type_flush.Cedric BAIL2017-03-092-0/+74
* ecore_cocoa: fix windows initial renderingJean Guyomarc'h2017-03-091-0/+1
* ecore_evas_cocoa: better debugging logJean Guyomarc'h2017-03-091-25/+22
* ecore_cocoa: factorize a little access to the cocoa windowJean Guyomarc'h2017-03-091-3/+4
* eldbus: don't abs() an unsigned valueJean Guyomarc'h2017-03-091-1/+1
* eio: fix printf format errorJean Guyomarc'h2017-03-091-2/+2
* edje: better error message when a po file does not existJean Guyomarc'h2017-03-091-1/+1
* edje: make sure the po files are well-copied onceJean Guyomarc'h2017-03-091-6/+9
* edje: use portable cp optionsJean Guyomarc'h2017-03-091-3/+3
* ecore_wl2: Fix up xdgv6 ack_configuresDerek Foreman2017-03-091-4/+2
* ecore_wl2: Fix initial maximized/fullscreen stateDerek Foreman2017-03-091-0/+17
* ecore_wl2: Rename badly named APIDerek Foreman2017-03-093-3/+3
* ecore_wl2: Remove wl_shell client supportDerek Foreman2017-03-094-132/+3
* Revert "ecore-evas-wayland: Fix issue of apps not starting up in fullscreen m...Derek Foreman2017-03-092-16/+0
* ecore-anim: Remove unused variableChris Michael2017-03-091-2/+0
* Revert "ecore_input - dont try update modifiers and locks on mouse events"Derek Foreman2017-03-091-0/+11
* evas filters: Save selected render op of the final objectJean-Philippe Andre2017-03-092-0/+3
* win32: removed duplicate winsock2.h and added WIN32_LEAN_AND_MEAN in Ecore.hIvan Furs2017-03-092-3/+2
* popup: hides the popup when hide effect is finishedTaehyub Kim2017-03-091-0/+1
* ecore_input - dont try update modifiers and locks on mouse eventsCarsten Haitzler (Rasterman)2017-03-091-11/+0
* multibuttonentry : fix box indicated item correctly in item_insert_before and...JEONGHYUN YUN2017-03-093-4/+7
* evas: Check for null pointer derefBryce Harrington2017-03-091-1/+1
* evas image cache - add lots more locking to try stamp out any thread bugCarsten Haitzler (Rasterman)2017-03-091-25/+131