aboutsummaryrefslogtreecommitdiffstats
path: root/legacy/evas/src/lib/canvas/evas_events.c
Commit message (Expand)AuthorAgeFilesLines
* merge: and now EvasVincent Torri2012-11-041-3220/+0
* evas/events - and remove unused funcChunEon Park2012-10-301-15/+0
* evas/events - fixed simple mistakeChunEon Park2012-10-301-4/+6
* 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: 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/event - fill the insufficient source events calls funcs. ChunEon Park2012-10-261-48/+496
* evas/event - fixed memory leak in multi moveChunEon Park2012-10-261-1/+2
* 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-251-26/+27
* evas/events - separate source_events feed functions. need to care more.ChunEon Park2012-10-251-140/+309
* evas/event - optimize to not transform coordinates again in map enabled case.ChunEon Park2012-10-251-33/+54
* evas/event - no more valid.ChunEon Park2012-10-241-1/+0
* evas/events - fix source event pass for map transformed.ChunEon Park2012-10-241-10/+17
* evas/event - dont pass events when source_events is falseChunEon Park2012-10-241-3/+3
* evas/event - refactoring for less codeChunEon Park2012-10-241-122/+85
* evas/proxy - added 2 more apis. not enough yet. will fix them soon.ChunEon Park2012-10-231-36/+270
* evas/event - sorry. nevermind. it's ok. ChunEon Park2012-10-221-6/+6
* evas/event - my commit caused some problem. revert temporarly.ChunEon Park2012-10-221-6/+6
* evas/proxy - skip the events on invisible source obj.ChunEon Park2012-10-221-1/+8
* evas/event - remove duplicationChunEon Park2012-10-181-36/+21
* evas/event - update move event when object freeze event is off.ChunEon Park2012-10-181-0/+13
* evas/proxy - +source visible set APIsChunEon Park2012-10-181-2/+3
* evas: remove as many call as easily possible to eo_data_get.Cedric BAIL2012-10-101-1/+1
* eo: changes made for the support of the Eo conceptDaniel Zaoui2012-10-091-405/+780
* add new evas device api. it is a STARt right now, and liable toCarsten Haitzler2012-09-171-16/+71
* canvas: Fix event framespace adjustmentEduardo de Barros Lima2012-08-221-10/+8
* Evas: Since we munge the framespace values in evas_object_geometry_getChristopher Michael2012-08-161-0/+35
* Fix evas pointer count problem, if press/release events occurs not pair,Jiyoun Park2012-08-011-0/+2
* evas/event - simpler routeChunEon Park2012-06-151-8/+9
* Revert "evas/event - Fixed incorrect events passing. Now child's repeat event...Tom Hacohen2012-06-131-21/+23
* evas/event - Fixed incorrect events passing. Now child's repeat events does n...ChunEon Park2012-06-131-23/+21
* evas/event - trivial changesChunEon Park2012-06-131-12/+12
* evas: delay O(n) update of the bounding box until we really need it.Cedric BAIL2012-06-071-0/+2
* evas: try to fix another breakage by preventing the size of the bounding box ...Cedric BAIL2012-05-031-1/+5
* evas/evas_event - do not be crashed.ChunEon Park2012-05-021-0/+2
* evas: and for this nice international hollyday let me introduce a dynamic bou...Cedric BAIL2012-05-011-3/+8
* evas/evas_events - do not call the up event when obj is freezed and removed u...ChunEon Park2012-02-101-14/+3
* evas: Fix shadow warningsSebastian Dransfeld2012-01-181-1/+0
* add EVAS_OBJECT_POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN for accessibilityCarsten Haitzler2012-01-171-6/+198
* fix mouse out handler to out all objects mouse is in - right thing toCarsten Haitzler2011-12-301-3/+2
* notes.Carsten Haitzler2011-12-301-2/+3
* fix some formatting i spotted.Carsten Haitzler2011-12-271-57/+57
* add feature to help fix bug in ecore-evasCarsten Haitzler2011-12-271-2/+13
* evas/evas_events - repeat events should not be affected by children.ChunEon Park2011-12-211-2/+5
* evas - proper coding convention.ChunEon Park2011-12-201-8/+13