summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Edje: Remove Efreet dependency.devs/iscaro/edje-depsGuilherme Iscaro2017-03-154-13/+12
* Edje: Remove EIO dependency.Guilherme Iscaro2017-03-153-7/+2
* eina_file: fixed T2244Ivan Furs2017-03-151-3/+17
* evas: drop redundant pointer checkBryce Harrington2017-03-151-2/+1
* elementary: Fix minor typo in efl_ui_win.eoChris Michael2017-03-141-1/+1
* genlist: Fix a leakJean-Philippe Andre2017-03-141-0/+1
* ecore: Fix memory leak and logicJean-Philippe Andre2017-03-141-2/+2
* release: Update NEWS and bump version for 1.19.0-beta3 releasev1.19.0-beta3Stefan Schmidt2017-03-142-1/+52
* ecore_animator: improve comparision check for stopping animator.Umesh Tanwar2017-03-141-1/+1
* evas gl: Add a hack for GLES 3.1 with NVIDIA + GLVNDJean-Philippe Andre2017-03-141-1/+43
* evas: Fix crash with events on the canvasJean-Philippe Andre2017-03-141-48/+77
* evas gl: Fix usage of OSMesaJean-Philippe Andre2017-03-141-5/+14
* edje: Move prev_description out of ephysics ifdefJean-Philippe Andre2017-03-143-8/+3
* genlist: Fix some more decorate mode issuesJean-Philippe Andre2017-03-141-11/+16
* edje: Fix rare issue with mapJean-Philippe Andre2017-03-141-0/+9
* genlist: Make sure only one item is decoratedJean-Philippe Andre2017-03-141-0/+1
* genlist: Make logic more readableJean-Philippe Andre2017-03-141-3/+2
* genlist: Fix invalid call to stack above/belowJean-Philippe Andre2017-03-141-31/+23
* evas: Add more debug info to an ERR message (stack)Jean-Philippe Andre2017-03-141-6/+34
* Revert "ecore-evas reduce modifier modification on every event to cut cpu"Cedric BAIL2017-03-131-135/+28
* eina: Fix more typo in doxygenChris Michael2017-03-131-2/+2
* eina: Fix typo in doxygenChris Michael2017-03-131-2/+2
* ecore-evas reduce modifier modification on every event to cut cpuCarsten Haitzler (Rasterman)2017-03-131-28/+135
* elementary: refactor code to avoid duplication in elm_code_widget.Cedric Bail2017-03-121-36/+40
* ecore_evas: keep VNC API BETA until multi evas output is in, just in case.Cedric Bail2017-03-121-0/+4
* elm_code: Don't leak rows when we resize downAndy Williams2017-03-121-1/+1
* elementary: force elm_code line fill on object resize.Cedric Bail2017-03-111-1/+28
* luncher: Smoothing engage themeAndy Williams2017-03-111-9/+9
* edje/examples: don't alter source directoryJean Guyomarc'h2017-03-111-9/+11
* elementary: fix elm_code widget tests by actually setting a font.Cedric BAIL2017-03-101-0/+2
* luncher: Update theme to ensure we're sending scale reset signlsAndy Williams2017-03-101-10/+7
* ecore-evas-wayland: update no-op configure commit case for new acking methodMike Blumenkrantz2017-03-101-3/+12
* Revert "evas_table: abort when there is already the option struct"Mike Blumenkrantz2017-03-101-5/+0
* ecore-evas-x: set flag for maximized stateMike Blumenkrantz2017-03-101-0/+1
* ecore-evas-wayland: commit on no-op configure eventsMike Blumenkrantz2017-03-101-5/+12
* elm_code: Fix position of cursor in selectionAndy Williams2017-03-101-0/+8
* 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