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
/
legacy
/
evas
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
move libs already in EFL into... IN-EFL - this will stop/prevent/limit
Carsten Haitzler
2012-11-13
103
-11910
/
+0
*
Evas: cygwin port
Vincent Torri
2012-11-07
1
-2
/
+2
*
merge: and now Evas
Vincent Torri
2012-11-04
513
-194639
/
+0
*
evas - I forgot vincent's work... Next time!
ChunEon Park
2012-11-03
1
-1
/
+1
*
evas - .... I forgot vincent's work. next time.
ChunEon Park
2012-11-03
2
-19
/
+23
*
evas - clean the unused code.
ChunEon Park
2012-11-03
2
-23
/
+19
*
evas/object - no need to update events when source is invisible
ChunEon Park
2012-11-03
1
-1
/
+1
*
fix tb style value parsing issue with escapes.
Carsten Haitzler
2012-11-02
1
-2
/
+30
*
evas/gl - share the evas gl engine for windows properly.
ChunEon Park
2012-10-31
2
-10
/
+6
*
EvasGL: fix clip bug while computing coordinates for Evas GL
Sung Park
2012-10-30
1
-4
/
+4
*
Evas textblock: tests should now work a bit better.
Tom Hacohen
2012-10-30
2
-2
/
+2
*
Evas textblock: Fixed more tb init issues.
Tom Hacohen
2012-10-30
1
-2
/
+7
*
evas/events - and remove unused func
ChunEon Park
2012-10-30
1
-15
/
+0
*
evas/events - fixed simple mistake
ChunEon Park
2012-10-30
1
-4
/
+6
*
evas/examples - added test cases for proxy visibility/events
ChunEon Park
2012-10-30
1
-0
/
+107
*
Evas textblock: This time really fix the init.
Tom Hacohen
2012-10-29
1
-1
/
+0
*
Evas textblock: Fixed an issue with textblock init in some cases.
Tom Hacohen
2012-10-29
1
-0
/
+1
*
evas/image: Remove strange image_put from image_is_inside.
Rafael Antognolli
2012-10-29
1
-6
/
+1
*
Removed check on return parameter NULLity. Calling this function means that t...
Daniel Zaoui
2012-10-29
1
-2
/
+2
*
evas/cserve2 - removed warnings
ChunEon Park
2012-10-29
1
-2
/
+4
*
evas/event - clean the code and do stop when evas event is frozen.
ChunEon Park
2012-10-28
1
-32
/
+28
*
evas/events - do mouse_in/out for proxy source
ChunEon Park
2012-10-28
1
-13
/
+78
*
Evas: Add missing UNUSED for function parameter, and remove an UNUSED
Christopher Michael
2012-10-28
1
-1
/
+1
*
Evas: Fix uninitialized variable warnings.
Christopher Michael
2012-10-28
1
-2
/
+3
*
Evas: Add missing UNUSED for params.
Christopher Michael
2012-10-28
1
-2
/
+2
*
Evas: Add missing parens.
Christopher Michael
2012-10-28
1
-3
/
+3
*
Evas: Remove unused variable.
Christopher Michael
2012-10-28
1
-1
/
+0
*
evas/wayland_egl: Change some ifdefs to make it compile withot GLES.
Rafael Antognolli
2012-10-26
3
-5
/
+34
*
evas/event - fill the insufficient source events calls funcs.
ChunEon Park
2012-10-26
1
-48
/
+496
*
evas/event - fixed memory leak in multi move
ChunEon Park
2012-10-26
1
-1
/
+2
*
evas/events - refactoring for optimization events handling (lazy processing)
ChunEon Park
2012-10-26
1
-162
/
+158
*
evas/event - don't loop continuosly as possible when event is frozen
ChunEon Park
2012-10-26
1
-56
/
+37
*
evas/proxy - rename variables to be shorter.
ChunEon Park
2012-10-25
13
-61
/
+62
*
evas/events - separate source_events feed functions. need to care more.
ChunEon Park
2012-10-25
2
-140
/
+310
*
oops printf--
Carsten Haitzler
2012-10-25
1
-1
/
+0
*
fix minor case of the segv's in evas.
Carsten Haitzler
2012-10-25
1
-1
/
+2
*
evas: give a Warp 10 engine to XPM loader !
Cedric BAIL
2012-10-25
2
-142
/
+217
*
evas - added Evas_Coord_Size, Evas_Coord_Precision_Size types
ChunEon Park
2012-10-25
1
-5
/
+22
*
evas/event - optimize to not transform coordinates again in map enabled case.
ChunEon Park
2012-10-25
1
-33
/
+54
*
evas/event - no more valid.
ChunEon Park
2012-10-24
1
-1
/
+0
*
evas/events - fix source event pass for map transformed.
ChunEon Park
2012-10-24
1
-10
/
+17
*
evas/events - add missing since
ChunEon Park
2012-10-24
1
-0
/
+2
*
evas/event - dont pass events when source_events is false
ChunEon Park
2012-10-24
3
-24
/
+18
*
evas/event - refactoring for less code
ChunEon Park
2012-10-24
1
-122
/
+85
*
evas: fix gl_sdl b0rk.
Cedric BAIL
2012-10-24
1
-1
/
+0
*
evas/image - [E-devel] [PATCH][Evas] improve the evas_object_image_source_vis...
ChunEon Park
2012-10-24
1
-7
/
+8
*
fix possible size set segv in gl engine.
Carsten Haitzler
2012-10-23
4
-8
/
+29
*
evas/proxy - added 2 more apis. not enough yet. will fix them soon.
ChunEon Park
2012-10-23
4
-37
/
+397
*
Evas textgrid: Fixed compilation warning.
Tom Hacohen
2012-10-23
1
-1
/
+1
*
Add @since 1.8 to all the defines added for Eo in Evas.h + fixes after
Daniel Zaoui
2012-10-23
2
-34
/
+425
[next]