index
:
users/pcacjr/efl.git
for-upstream
master
Unnamed repository; edit this file 'description' to name the repository.
Paulo Alcantara
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove old shm information from the private data structure.
Christopher Michael
2013-02-19
1
-7
/
+0
*
Fix formatting.
Christopher Michael
2013-02-19
1
-3
/
+4
*
Remove extra whitespace.
Christopher Michael
2013-02-19
1
-1
/
+1
*
Fix possible memory leak.
Christopher Michael
2013-02-19
1
-0
/
+2
*
Fix possible memory leak in eet_data_image_header_decode_cipher.
Christopher Michael
2013-02-19
1
-7
/
+17
*
Edje entry: Fixed a fit issue with fitting even when disabled.
Tom Hacohen
2013-02-19
1
-1
/
+3
*
Edje entry: Fixed some fit issues - only works well with single line textblocks.
Tom Hacohen
2013-02-19
1
-4
/
+31
*
evas: yet the canvas can already be dead when we get to kill the object.
Cedric BAIL
2013-02-19
1
-15
/
+18
*
evas: protect dead memory access.
Cedric BAIL
2013-02-19
1
-1
/
+2
*
evas: Fix Evas Object Text when LTR and RTL are used together.
Daniel Zaoui
2013-02-19
1
-1
/
+1
*
ecore: add Ecore_Coroutine.
Cedric BAIL
2013-02-18
8
-2
/
+456
*
Eo: do not add the test when not building them.
Cedric BAIL
2013-02-18
1
-4
/
+3
*
eina: Lets allocate space for the terminating \0 as well
Daniel Willmann
2013-02-18
1
-1
/
+1
*
edbus: Use snprintf to be sure
Daniel Willmann
2013-02-18
1
-1
/
+1
*
edbus: Fix array access of shared_connection
Daniel Willmann
2013-02-18
1
-2
/
+8
*
xpm_loader: Make tok larger so strcpy will fit
Daniel Willmann
2013-02-18
1
-1
/
+1
*
Edje pick: Fixed lockwork suspected leaks.
Tom Hacohen
2013-02-18
1
-0
/
+14
*
eina: fix siginfo detection.
Cedric BAIL
2013-02-18
1
-1
/
+16
*
don't filter out non-master pointers in xi2.2 support.
Carsten Haitzler (Rasterman)
2013-02-18
1
-3
/
+8
*
Fix edje edje_color_class_list() and edje_text_class_list() to look at the
Carsten Haitzler (Rasterman)
2013-02-18
1
-4
/
+4
*
evas: fix typo and unbreak rendering of polygons.
Cedric BAIL
2013-02-18
1
-4
/
+4
*
More removal of \r
Ivan Briano
2013-02-17
6
-1822
/
+1822
*
Remove \r from end of line.
Ivan Briano
2013-02-17
1
-83
/
+83
*
fix damn edje entry anchor click signals: this fixes anchor clicking in elm_e...
discomfitor
2013-02-17
1
-6
/
+7
*
evas: Introduce pixel_alpha_get()
Paulo C. A. Cavalcanti Jr
2013-02-16
4
-84
/
+212
*
eina: improve Eina_Clist support for 64bits system.
Cedric BAIL
2013-02-16
1
-1
/
+1
*
evas: improve portability of bmp loader.
Cedric BAIL
2013-02-16
1
-9
/
+9
*
ecore evas extn:add example file related with ecore extn
Jiyoun Park
2013-02-16
2
-0
/
+428
*
Edje textblock: Improved textblock fit and added support for size_range.
Tom Hacohen
2013-02-15
1
-9
/
+50
*
textblock: Added native and formatted sizes to clouseau.
Tom Hacohen
2013-02-15
1
-0
/
+17
*
Revert "Fix build break"
Tom Hacohen
2013-02-15
1
-0
/
+2
*
Fix build break
Jaehwan Kim
2013-02-15
1
-2
/
+0
*
Add infrastructure to handle message between ecore and parent ecore in Ecore_...
Jiyoun Park
2013-02-15
14
-12
/
+275
*
Add missed code. This is related to r83501.
Jaehwan Kim
2013-02-15
1
-5
/
+10
*
swapper -> use buf pitch, not swp->w * 4 ... if we have a buf and
Carsten Haitzler
2013-02-14
1
-1
/
+5
*
change to code that was added during 1.8 dev.. so no need for
Carsten Haitzler
2013-02-14
1
-2
/
+6
*
edje entry : Fix bug candidate word couldn't be selected with up/down key in ...
Jihoon Kim
2013-02-14
1
-3
/
+15
*
edje_entry: improve code about adding preedit tag
Jihoon Kim
2013-02-14
1
-3
/
+3
*
efl/edje: edje program are static for all object of the same edje collection.
Cedric BAIL
2013-02-14
6
-164
/
+174
*
fix up apparent problem with egl context and sizing/rotation... need
Carsten Haitzler
2013-02-14
3
-6
/
+26
*
patch over an aawesome source of segv's in cserve2... data2 is null.
Carsten Haitzler
2013-02-14
1
-0
/
+10
*
edje entry : fix bug not to display preedit string with PREEDIT_TYPE_NONE style
Jihoon Kim
2013-02-14
1
-0
/
+2
*
Evas textblock: Fixed a selection bug introduced in my previous commit.
Tom Hacohen
2013-02-13
2
-1
/
+13
*
add api and lets test it - i'll document it later, but need to test
Carsten Haitzler
2013-02-13
3
-4
/
+61
*
small change to something never used/tested much ... cserve2 - FAIL if
Carsten Haitzler
2013-02-13
1
-4
/
+13
*
efl/eo: add an interface to give the list of parameter directly.
Cedric BAIL
2013-02-12
2
-0
/
+29
*
efl/evas: let's not be lazy and put smart related data only in smart object.
Cedric BAIL
2013-02-12
2
-22
/
+29
*
efl/evas: move smart object data to smart object only.
Cedric BAIL
2013-02-12
2
-12
/
+16
*
efl/evas: let the cow eat more.
Cedric BAIL
2013-02-12
1
-29
/
+28
*
don't know if this will help - but try quieten some valgrind
Carsten Haitzler
2013-02-12
1
-3
/
+3
[prev]
[next]