index
:
~slomo/efl
gst-1.0
master
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-29
eina: fix rounding logic to avoid making the array to short.
Cedric Bail
1
-1
/
+1
2013-11-29
ecore_evas: fix wrong check in _ecore_evas_buffer_msg_send
Jihoon Kim
1
-1
/
+1
2013-11-29
xim immodule: fix dereference before NULL check issue in client_window_set
Jihoon Kim
1
-6
/
+7
2013-11-29
ibusimmodule: check whether pointer is NULL or not before accessing.
Jihoon Kim
1
-4
/
+10
2013-11-28
doc: add missing images
Jerome Pinot
3
-1
/
+6188
2013-11-28
evas - code refactoring.
ChunEon Park
1
-2
/
+2
2013-11-28
fix eina_array_remove to actually realloc down in size to remove bloat
Carsten Haitzler (Rasterman)
1
-63
/
+22
2013-11-28
ecore_ipc: prevent a double free.
Cedric Bail
1
-1
/
+1
2013-11-28
evas: this value is never read after that point, simplify logic.
Cedric Bail
1
-1
/
+1
2013-11-28
evas: simplify logic for better readability.
Cedric Bail
1
-11
/
+17
2013-11-28
edje: make sure there is an initial value to avoid garbage out.
Cedric Bail
1
-1
/
+1
2013-11-28
ecore_con: remove unecessary code.
Cedric Bail
1
-1
/
+0
2013-11-28
edje: correctly setup PATH and install Edje file as they are needed by examples.
Cedric Bail
1
-3
/
+3
2013-11-28
evas/line - fix the line position set problem.
ChunEon Park
3
-2
/
+12
2013-11-27
ecore ecore_x_e: initialize local variable to avoid having wrong value.
Daniel Juyung Seo
1
-1
/
+1
2013-11-27
recursive monitoring and scanning fix for icons and desktop files
Carsten Haitzler (Rasterman)
3
-181
/
+266
2013-11-27
ecore_con: fix unitialized use of buffer from strncpy.
Cedric Bail
1
-0
/
+3
2013-11-27
ecore_con: fix non initialized use of buf with strncpy.
Cedric Bail
1
-2
/
+2
2013-11-27
evas: add missing define for some target.
Cedric Bail
1
-0
/
+49
2013-11-27
Revert "Revert "evas: allow fuzziness on the texture format returned by GL.""
Cedric Bail
3
-1
/
+42
2013-11-27
evas/cserve2: Update image loaders list
Jean-Philippe Andre
1
-12
/
+50
2013-11-27
edje_entry: fix out-ouf-bounds issue in _edje_entry_imf_event_preedit_changed_cb
Jihoon Kim
1
-1
/
+1
2013-11-27
evas evas_render: removed unnecessary semicolon from a macro.
Daniel Juyung Seo
1
-2
/
+1
2013-11-27
ecore ibus_imcontext: print the value of cursor_pos only when cursor_pos
Daniel Juyung Seo
1
-1
/
+5
2013-11-27
ecore scim_imcontext: do not check null for ic. it was already checked
Daniel Juyung Seo
1
-1
/
+1
2013-11-27
emotion emotion_test: free allocated data when the dependent object is
Daniel Juyung Seo
1
-0
/
+8
2013-11-26
ecore_evas/wayland: Update comments inside rotation code.
Rafael Antognolli
1
-4
/
+8
2013-11-26
ecore_evas/wayland: Fix non-resize rotation.
Rafael Antognolli
1
-10
/
+8
2013-11-26
Revert "evas: allow fuzziness on the texture format returned by GL."
Rafael Antognolli
3
-42
/
+1
2013-11-26
Eo: Fixed eo_manual_free to always return a value.
Tom Hacohen
1
-1
/
+1
2013-11-26
Evas tests: Add canvas free with ref tests.
Tom Hacohen
4
-0
/
+39
2013-11-26
Evas object: Set manual_free to false once obj is detached from canvas.
Tom Hacohen
1
-1
/
+5
2013-11-26
Eo: Make eo_manual_free() return a success flag.
Tom Hacohen
3
-11
/
+14
2013-11-26
Evas layer: Fix deletion of canvas with still-refed objects.
Tom Hacohen
2
-6
/
+8
2013-11-26
evas - fix the memory corruption introduced by evas fonts_zero
ChunEon Park
3
-2
/
+7
2013-11-26
Eo: Add an error message when old parent is wrong.
Tom Hacohen
1
-2
/
+10
2013-11-26
ChangeLog: fixed formatting of Cedric's last changelog.
Daniel Juyung Seo
1
-1
/
+1
2013-11-26
Ecore animator: delete animater's internal timer in _end_tick() in all cases.
Daniel Juyung Seo
3
-15
/
+13
2013-11-26
eo - base class protection against NULL old_parent_pd
Carsten Haitzler (Rasterman)
1
-2
/
+3
2013-11-26
evas: allow fuzziness on the texture format returned by GL.
Cedric Bail
3
-1
/
+42
2013-11-26
evas - stop over redraw of map content with smart object.
ChunEon Park
1
-0
/
+1
2013-11-26
fix clang warning in _edje_entry_focus_in_cb
Jihoon Kim
1
-1
/
+1
2013-11-25
Ecore con dns test: Fix test hangs.
Tom Hacohen
1
-2
/
+4
2013-11-25
Evas textblock: Fixed wrapping of lines ending with whites.
Tom Hacohen
3
-1
/
+6
2013-11-25
Evas textblock: Added a test for wraps ending with whites.
Tom Hacohen
1
-0
/
+10
2013-11-25
evas - gl engine - async texture upload - protect null tex handle access
Carsten Haitzler (Rasterman)
1
-9
/
+17
2013-11-25
ecore_file: Print more informative message when inotify_add_watch was failed.
Ryuan Choi
1
-1
/
+2
2013-11-25
Fix keyrepeat going crazy ;)
Chris Michael
1
-2
/
+2
2013-11-25
Fix ecore wayland key events to fill in Ecore_Event_Key with X11-like
Chris Michael
1
-0
/
+10
2013-11-25
evas - code refactoring.
ChunEon Park
2
-42
/
+15
[prev]
[next]