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-12-01
v1.8.0
v1.8.0
Carsten Haitzler (Rasterman)
20
-20
/
+20
2013-12-01
readme - make requirements list a bullet list
Carsten Haitzler (Rasterman)
1
-40
/
+40
2013-12-01
add some README dependency notes
Carsten Haitzler (Rasterman)
1
-2
/
+2
2013-12-01
eina - fix set-but-unused warning in eina_cow when valgrind off
Carsten Haitzler (Rasterman)
1
-1
/
+3
2013-12-01
release work - switch to release profile
Carsten Haitzler (Rasterman)
1
-1
/
+1
2013-12-01
evas event freezing is "wrong" for core events - turn it off
Carsten Haitzler (Rasterman)
1
-7
/
+18
2013-12-01
evas - pre/post render events are for canvas not object
Carsten Haitzler (Rasterman)
2
-8
/
+8
2013-12-01
fix freetype header includes to be correct where ft 2.5.1 breaks builds
Carsten Haitzler (Rasterman)
1
-1
/
+3
2013-11-30
fix eina_cow issues. Closes T581, T527
Boris Faure
2
-38
/
+37
2013-11-30
ecore/ecore_file: NULL-check for input parameter
Oleksandr Shcherbina
1
-0
/
+2
2013-11-29
eina: formatting
Sebastian Dransfeld
1
-1
/
+1
2013-11-29
efreet: add async menu test
Sebastian Dransfeld
2
-0
/
+83
2013-11-29
efreet: improve locking
Sebastian Dransfeld
1
-1
/
+2
2013-11-29
ecore/wayland: Use touch_focus for touch_based events.
Rafael Antognolli
1
-5
/
+5
2013-11-29
ecore/wayland: Send a mouse up event when the implicit grab starts.
Rafael Antognolli
3
-37
/
+38
2013-11-29
ecore/wayland: Get the touch up event position from the down_info.
Rafael Antognolli
1
-2
/
+4
2013-11-29
ecore/wayland: Remove list of touch points from input structure.
Rafael Antognolli
2
-45
/
+4
2013-11-29
eldbus: Fix crash caused when the object of an monitored proxy is deleted
José Roberto de Souza
1
-2
/
+15
2013-11-29
Revert "workaround for T543"
José Roberto de Souza
1
-7
/
+1
2013-11-30
readme update - mention systemd / udev for eeze deps
Carsten Haitzler (Rasterman)
1
-0
/
+1
2013-11-29
v1.8.0-beta2
Carsten Haitzler (Rasterman)
20
-20
/
+20
2013-11-29
Fix some typos/grammar issues in new README
Chris Michael
1
-10
/
+10
2013-11-29
update images.mk
Carsten Haitzler (Rasterman)
1
-1
/
+1
2013-11-29
readme - update readme for efl 1.8
Carsten Haitzler (Rasterman)
1
-37
/
+607
2013-11-29
evas - fix gl egl textrue from pixmap support y invert query extension
Stanislav Vorobiov
1
-1
/
+19
2013-11-29
evas/cserve2: Fix interrupt on select in edje_cc
Jean-Philippe Andre
1
-4
/
+18
2013-11-29
evas: roundup the step size of an array to fit in one page of memory.
Cedric Bail
1
-1
/
+2
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
[next]