summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-29eina: fix rounding logic to avoid making the array to short.Cedric Bail1-1/+1
2013-11-29ecore_evas: fix wrong check in _ecore_evas_buffer_msg_sendJihoon Kim1-1/+1
2013-11-29xim immodule: fix dereference before NULL check issue in client_window_setJihoon Kim1-6/+7
2013-11-29ibusimmodule: check whether pointer is NULL or not before accessing.Jihoon Kim1-4/+10
2013-11-28doc: add missing imagesJerome Pinot3-1/+6188
2013-11-28evas - code refactoring.ChunEon Park1-2/+2
2013-11-28fix eina_array_remove to actually realloc down in size to remove bloatCarsten Haitzler (Rasterman)1-63/+22
2013-11-28ecore_ipc: prevent a double free.Cedric Bail1-1/+1
2013-11-28evas: this value is never read after that point, simplify logic.Cedric Bail1-1/+1
2013-11-28evas: simplify logic for better readability.Cedric Bail1-11/+17
2013-11-28edje: make sure there is an initial value to avoid garbage out.Cedric Bail1-1/+1
2013-11-28ecore_con: remove unecessary code.Cedric Bail1-1/+0
2013-11-28edje: correctly setup PATH and install Edje file as they are needed by examples.Cedric Bail1-3/+3
2013-11-28evas/line - fix the line position set problem.ChunEon Park3-2/+12
2013-11-27ecore ecore_x_e: initialize local variable to avoid having wrong value.Daniel Juyung Seo1-1/+1
2013-11-27recursive monitoring and scanning fix for icons and desktop filesCarsten Haitzler (Rasterman)3-181/+266
2013-11-27ecore_con: fix unitialized use of buffer from strncpy.Cedric Bail1-0/+3
2013-11-27ecore_con: fix non initialized use of buf with strncpy.Cedric Bail1-2/+2
2013-11-27evas: add missing define for some target.Cedric Bail1-0/+49
2013-11-27Revert "Revert "evas: allow fuzziness on the texture format returned by GL.""Cedric Bail3-1/+42
2013-11-27evas/cserve2: Update image loaders listJean-Philippe Andre1-12/+50
2013-11-27edje_entry: fix out-ouf-bounds issue in _edje_entry_imf_event_preedit_changed_cbJihoon Kim1-1/+1
2013-11-27evas evas_render: removed unnecessary semicolon from a macro.Daniel Juyung Seo1-2/+1
2013-11-27ecore ibus_imcontext: print the value of cursor_pos only when cursor_posDaniel Juyung Seo1-1/+5
2013-11-27ecore scim_imcontext: do not check null for ic. it was already checkedDaniel Juyung Seo1-1/+1
2013-11-27emotion emotion_test: free allocated data when the dependent object isDaniel Juyung Seo1-0/+8
2013-11-26ecore_evas/wayland: Update comments inside rotation code.Rafael Antognolli1-4/+8
2013-11-26ecore_evas/wayland: Fix non-resize rotation.Rafael Antognolli1-10/+8
2013-11-26Revert "evas: allow fuzziness on the texture format returned by GL."Rafael Antognolli3-42/+1
2013-11-26Eo: Fixed eo_manual_free to always return a value.Tom Hacohen1-1/+1
2013-11-26Evas tests: Add canvas free with ref tests.Tom Hacohen4-0/+39
2013-11-26Evas object: Set manual_free to false once obj is detached from canvas.Tom Hacohen1-1/+5
2013-11-26Eo: Make eo_manual_free() return a success flag.Tom Hacohen3-11/+14
2013-11-26Evas layer: Fix deletion of canvas with still-refed objects.Tom Hacohen2-6/+8
2013-11-26evas - fix the memory corruption introduced by evas fonts_zeroChunEon Park3-2/+7
2013-11-26Eo: Add an error message when old parent is wrong.Tom Hacohen1-2/+10
2013-11-26ChangeLog: fixed formatting of Cedric's last changelog.Daniel Juyung Seo1-1/+1
2013-11-26Ecore animator: delete animater's internal timer in _end_tick() in all cases.Daniel Juyung Seo3-15/+13
2013-11-26eo - base class protection against NULL old_parent_pdCarsten Haitzler (Rasterman)1-2/+3
2013-11-26evas: allow fuzziness on the texture format returned by GL.Cedric Bail3-1/+42
2013-11-26evas - stop over redraw of map content with smart object.ChunEon Park1-0/+1
2013-11-26fix clang warning in _edje_entry_focus_in_cbJihoon Kim1-1/+1
2013-11-25Ecore con dns test: Fix test hangs.Tom Hacohen1-2/+4
2013-11-25Evas textblock: Fixed wrapping of lines ending with whites.Tom Hacohen3-1/+6
2013-11-25Evas textblock: Added a test for wraps ending with whites.Tom Hacohen1-0/+10
2013-11-25evas - gl engine - async texture upload - protect null tex handle accessCarsten Haitzler (Rasterman)1-9/+17
2013-11-25ecore_file: Print more informative message when inotify_add_watch was failed.Ryuan Choi1-1/+2
2013-11-25Fix keyrepeat going crazy ;)Chris Michael1-2/+2
2013-11-25Fix ecore wayland key events to fill in Ecore_Event_Key with X11-likeChris Michael1-0/+10
2013-11-25evas - code refactoring.ChunEon Park2-42/+15