summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix eina_cow issues. Closes T581, T527devs/billiob/eina_cowBoris Faure2013-11-302-38/+37
* ecore/ecore_file: NULL-check for input parameterOleksandr Shcherbina2013-11-301-0/+2
* eina: formattingSebastian Dransfeld2013-11-291-1/+1
* efreet: add async menu testSebastian Dransfeld2013-11-292-0/+83
* efreet: improve lockingSebastian Dransfeld2013-11-291-1/+2
* ecore/wayland: Use touch_focus for touch_based events.Rafael Antognolli2013-11-291-5/+5
* ecore/wayland: Send a mouse up event when the implicit grab starts.Rafael Antognolli2013-11-293-37/+38
* ecore/wayland: Get the touch up event position from the down_info.Rafael Antognolli2013-11-291-2/+4
* ecore/wayland: Remove list of touch points from input structure.Rafael Antognolli2013-11-292-45/+4
* eldbus: Fix crash caused when the object of an monitored proxy is deletedJosé Roberto de Souza2013-11-291-2/+15
* Revert "workaround for T543"José Roberto de Souza2013-11-291-7/+1
* readme update - mention systemd / udev for eeze depsCarsten Haitzler (Rasterman)2013-11-301-0/+1
* v1.8.0-beta2Carsten Haitzler (Rasterman)2013-11-2920-20/+20
* Fix some typos/grammar issues in new READMEChris Michael2013-11-291-10/+10
* update images.mkCarsten Haitzler (Rasterman)2013-11-291-1/+1
* readme - update readme for efl 1.8Carsten Haitzler (Rasterman)2013-11-291-37/+607
* evas - fix gl egl textrue from pixmap support y invert query extensionStanislav Vorobiov2013-11-291-1/+19
* evas/cserve2: Fix interrupt on select in edje_ccJean-Philippe Andre2013-11-291-4/+18
* evas: roundup the step size of an array to fit in one page of memory.Cedric Bail2013-11-291-1/+2
* eina: fix rounding logic to avoid making the array to short.Cedric Bail2013-11-291-1/+1
* ecore_evas: fix wrong check in _ecore_evas_buffer_msg_sendJihoon Kim2013-11-291-1/+1
* xim immodule: fix dereference before NULL check issue in client_window_setJihoon Kim2013-11-291-6/+7
* ibusimmodule: check whether pointer is NULL or not before accessing.Jihoon Kim2013-11-291-4/+10
* doc: add missing imagesJerome Pinot2013-11-283-1/+6188
* evas - code refactoring.ChunEon Park2013-11-281-2/+2
* fix eina_array_remove to actually realloc down in size to remove bloatCarsten Haitzler (Rasterman)2013-11-281-63/+22
* ecore_ipc: prevent a double free.Cedric Bail2013-11-281-1/+1
* evas: this value is never read after that point, simplify logic.Cedric Bail2013-11-281-1/+1
* evas: simplify logic for better readability.Cedric Bail2013-11-281-11/+17
* edje: make sure there is an initial value to avoid garbage out.Cedric Bail2013-11-281-1/+1
* ecore_con: remove unecessary code.Cedric Bail2013-11-281-1/+0
* edje: correctly setup PATH and install Edje file as they are needed by examples.Cedric Bail2013-11-281-3/+3
* evas/line - fix the line position set problem.ChunEon Park2013-11-283-2/+12
* ecore ecore_x_e: initialize local variable to avoid having wrong value.Daniel Juyung Seo2013-11-271-1/+1
* recursive monitoring and scanning fix for icons and desktop filesCarsten Haitzler (Rasterman)2013-11-273-181/+266
* ecore_con: fix unitialized use of buffer from strncpy.Cedric Bail2013-11-271-0/+3
* ecore_con: fix non initialized use of buf with strncpy.Cedric Bail2013-11-271-2/+2
* evas: add missing define for some target.Cedric Bail2013-11-271-0/+49
* Revert "Revert "evas: allow fuzziness on the texture format returned by GL.""Cedric Bail2013-11-273-1/+42
* evas/cserve2: Update image loaders listJean-Philippe Andre2013-11-271-12/+50
* edje_entry: fix out-ouf-bounds issue in _edje_entry_imf_event_preedit_changed_cbJihoon Kim2013-11-271-1/+1
* evas evas_render: removed unnecessary semicolon from a macro.Daniel Juyung Seo2013-11-271-2/+1
* ecore ibus_imcontext: print the value of cursor_pos only when cursor_posDaniel Juyung Seo2013-11-271-1/+5
* ecore scim_imcontext: do not check null for ic. it was already checkedDaniel Juyung Seo2013-11-271-1/+1
* emotion emotion_test: free allocated data when the dependent object isDaniel Juyung Seo2013-11-271-0/+8
* ecore_evas/wayland: Update comments inside rotation code.Rafael Antognolli2013-11-261-4/+8
* ecore_evas/wayland: Fix non-resize rotation.Rafael Antognolli2013-11-261-10/+8
* Revert "evas: allow fuzziness on the texture format returned by GL."Rafael Antognolli2013-11-263-42/+1
* Eo: Fixed eo_manual_free to always return a value.Tom Hacohen2013-11-261-1/+1
* Evas tests: Add canvas free with ref tests.Tom Hacohen2013-11-264-0/+39