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
/
lib
/
canvas
/
evas_events.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge: and now Evas
Vincent Torri
2012-11-04
1
-3220
/
+0
*
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/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: 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/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
1
-26
/
+27
*
evas/events - separate source_events feed functions. need to care more.
ChunEon Park
2012-10-25
1
-140
/
+309
*
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/event - dont pass events when source_events is false
ChunEon Park
2012-10-24
1
-3
/
+3
*
evas/event - refactoring for less code
ChunEon Park
2012-10-24
1
-122
/
+85
*
evas/proxy - added 2 more apis. not enough yet. will fix them soon.
ChunEon Park
2012-10-23
1
-36
/
+270
*
evas/event - sorry. nevermind. it's ok.
ChunEon Park
2012-10-22
1
-6
/
+6
*
evas/event - my commit caused some problem. revert temporarly.
ChunEon Park
2012-10-22
1
-6
/
+6
*
evas/proxy - skip the events on invisible source obj.
ChunEon Park
2012-10-22
1
-1
/
+8
*
evas/event - remove duplication
ChunEon Park
2012-10-18
1
-36
/
+21
*
evas/event - update move event when object freeze event is off.
ChunEon Park
2012-10-18
1
-0
/
+13
*
evas/proxy - +source visible set APIs
ChunEon Park
2012-10-18
1
-2
/
+3
*
evas: remove as many call as easily possible to eo_data_get.
Cedric BAIL
2012-10-10
1
-1
/
+1
*
eo: changes made for the support of the Eo concept
Daniel Zaoui
2012-10-09
1
-405
/
+780
*
add new evas device api. it is a STARt right now, and liable to
Carsten Haitzler
2012-09-17
1
-16
/
+71
*
canvas: Fix event framespace adjustment
Eduardo de Barros Lima
2012-08-22
1
-10
/
+8
*
Evas: Since we munge the framespace values in evas_object_geometry_get
Christopher Michael
2012-08-16
1
-0
/
+35
*
Fix evas pointer count problem, if press/release events occurs not pair,
Jiyoun Park
2012-08-01
1
-0
/
+2
*
evas/event - simpler route
ChunEon Park
2012-06-15
1
-8
/
+9
*
Revert "evas/event - Fixed incorrect events passing. Now child's repeat event...
Tom Hacohen
2012-06-13
1
-21
/
+23
*
evas/event - Fixed incorrect events passing. Now child's repeat events does n...
ChunEon Park
2012-06-13
1
-23
/
+21
*
evas/event - trivial changes
ChunEon Park
2012-06-13
1
-12
/
+12
*
evas: delay O(n) update of the bounding box until we really need it.
Cedric BAIL
2012-06-07
1
-0
/
+2
*
evas: try to fix another breakage by preventing the size of the bounding box ...
Cedric BAIL
2012-05-03
1
-1
/
+5
*
evas/evas_event - do not be crashed.
ChunEon Park
2012-05-02
1
-0
/
+2
*
evas: and for this nice international hollyday let me introduce a dynamic bou...
Cedric BAIL
2012-05-01
1
-3
/
+8
*
evas/evas_events - do not call the up event when obj is freezed and removed u...
ChunEon Park
2012-02-10
1
-14
/
+3
*
evas: Fix shadow warnings
Sebastian Dransfeld
2012-01-18
1
-1
/
+0
*
add EVAS_OBJECT_POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN for accessibility
Carsten Haitzler
2012-01-17
1
-6
/
+198
*
fix mouse out handler to out all objects mouse is in - right thing to
Carsten Haitzler
2011-12-30
1
-3
/
+2
*
notes.
Carsten Haitzler
2011-12-30
1
-2
/
+3
*
fix some formatting i spotted.
Carsten Haitzler
2011-12-27
1
-57
/
+57
*
add feature to help fix bug in ecore-evas
Carsten Haitzler
2011-12-27
1
-2
/
+13
*
evas/evas_events - repeat events should not be affected by children.
ChunEon Park
2011-12-21
1
-2
/
+5
*
evas - proper coding convention.
ChunEon Park
2011-12-20
1
-8
/
+13
[next]