aboutsummaryrefslogtreecommitdiffstats
path: root/legacy/evas
Commit message (Expand)AuthorAgeFilesLines
* move libs already in EFL into... IN-EFL - this will stop/prevent/limitCarsten Haitzler2012-11-13243-420174/+0
* fix authorsBruno Dilly2012-11-131-1/+1
* evas - return quickly if you got the result.Leandro Dorileo2012-11-131-0/+1
* Updated dev info and added myself to AUTHORS where relevantEduardo de Barros Lima2012-11-121-0/+1
* Evas: cygwin portVincent Torri2012-11-071-2/+2
* merge: and now EvasVincent Torri2012-11-04534-197805/+0
* evas - I forgot vincent's work... Next time!ChunEon Park2012-11-031-1/+1
* evas - .... I forgot vincent's work. next time.ChunEon Park2012-11-032-19/+23
* evas - clean the unused code.ChunEon Park2012-11-032-23/+19
* evas/object - no need to update events when source is invisibleChunEon Park2012-11-031-1/+1
* fix tb style value parsing issue with escapes.Carsten Haitzler2012-11-023-2/+40
* evas/gl - share the evas gl engine for windows properly.ChunEon Park2012-10-312-10/+6
* Had put the Evas GL bug fix news in the wrong place in the Sung Park2012-10-301-1/+1
* EvasGL: fix clip bug while computing coordinates for Evas GLSung Park2012-10-303-4/+11
* Evas textblock: tests should now work a bit better.Tom Hacohen2012-10-302-2/+2
* Evas textblock: Fixed more tb init issues.Tom Hacohen2012-10-301-2/+7
* evas/events - and remove unused funcChunEon Park2012-10-301-15/+0
* evas/events - fixed simple mistakeChunEon Park2012-10-301-4/+6
* evas/examples - added test cases for proxy visibility/eventsChunEon Park2012-10-301-0/+107
* Evas textblock: This time really fix the init.Tom Hacohen2012-10-291-1/+0
* Evas textblock: Fixed an issue with textblock init in some cases.Tom Hacohen2012-10-291-0/+1
* evas/image: Remove strange image_put from image_is_inside.Rafael Antognolli2012-10-291-6/+1
* Removed check on return parameter NULLity. Calling this function means that t...Daniel Zaoui2012-10-291-2/+2
* evas/cserve2 - removed warningsChunEon Park2012-10-291-2/+4
* evas/event - clean the code and do stop when evas event is frozen.ChunEon Park2012-10-281-32/+28
* evas/events - do mouse_in/out for proxy sourceChunEon Park2012-10-281-13/+78
* Evas: If we are building wayland_egl and not gl_xlib, then we need toChristopher Michael2012-10-281-0/+2
* Evas: Add missing UNUSED for function parameter, and remove an UNUSEDChristopher Michael2012-10-281-1/+1
* Evas: Fix uninitialized variable warnings.Christopher Michael2012-10-281-2/+3
* Evas: Add missing UNUSED for params.Christopher Michael2012-10-281-2/+2
* Evas: Add missing parens.Christopher Michael2012-10-281-3/+3
* Evas: Remove unused variable.Christopher Michael2012-10-281-1/+0
* evas/wayland_egl: Don't check and link against gl AND glesv2.Rafael Antognolli2012-10-261-11/+8
* evas/wayland_egl: Change some ifdefs to make it compile withot GLES.Rafael Antognolli2012-10-263-5/+34
* evas/event - fill the insufficient source events calls funcs. ChunEon Park2012-10-261-48/+496
* evas - eeeeek. my fault.ChunEon Park2012-10-261-4/+0
* evas/event - fixed memory leak in multi moveChunEon Park2012-10-262-1/+10
* evas: fix maintainer-clean ruleVincent Torri2012-10-261-0/+1
* evas/events - refactoring for optimization events handling (lazy processing)ChunEon Park2012-10-261-162/+158
* evas/event - don't loop continuosly as possible when event is frozen ChunEon Park2012-10-261-56/+37
* evas/proxy - rename variables to be shorter.ChunEon Park2012-10-2513-61/+62
* evas/events - separate source_events feed functions. need to care more.ChunEon Park2012-10-252-140/+310
* evas - updated NEWS and ChangelogChunEon Park2012-10-252-1/+6
* oops printf--Carsten Haitzler2012-10-251-1/+0
* fix minor case of the segv's in evas.Carsten Haitzler2012-10-251-1/+2
* evas: give a Warp 10 engine to XPM loader !Cedric BAIL2012-10-254-142/+221
* evas - added Evas_Coord_Size, Evas_Coord_Precision_Size typesChunEon Park2012-10-251-5/+22
* evas/event - optimize to not transform coordinates again in map enabled case.ChunEon Park2012-10-251-33/+54
* Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.Stefan Schmidt2012-10-241-1/+0
* evas: unbork build of non static also.Cedric BAIL2012-10-241-11/+33