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
/
include
/
evas_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge: and now Evas
Vincent Torri
2012-11-04
1
-1335
/
+0
*
evas/proxy - rename variables to be shorter.
ChunEon Park
2012-10-25
1
-6
/
+6
*
evas/events - separate source_events feed functions. need to care more.
ChunEon Park
2012-10-25
1
-0
/
+1
*
evas/event - dont pass events when source_events is false
ChunEon Park
2012-10-24
1
-1
/
+2
*
evas/proxy - added 2 more apis. not enough yet. will fix them soon.
ChunEon Park
2012-10-23
1
-0
/
+2
*
evas/proxy - update rendering when source visibility is switching.
ChunEon Park
2012-10-19
1
-0
/
+1
*
evas/proxy - +source visible set APIs
ChunEon Park
2012-10-18
1
-7
/
+11
*
evas: remove as many call as easily possible to eo_data_get.
Cedric BAIL
2012-10-10
1
-3
/
+4
*
evas: do less request to eo.
Cedric BAIL
2012-10-09
1
-0
/
+2
*
eo: changes made for the support of the Eo concept
Daniel Zaoui
2012-10-09
1
-48
/
+185
*
add evas object display mode hint
Jiyoun Park
2012-09-27
1
-0
/
+1
*
add new evas device api. it is a STARt right now, and liable to
Carsten Haitzler
2012-09-17
1
-15
/
+36
*
evas/render: Fix typo: DGB -> DBG.
Rafael Antognolli
2012-09-12
1
-2
/
+2
*
evas/render: Move REND_DGB macro to evas_private.h.
Rafael Antognolli
2012-09-12
1
-1
/
+7
*
fix evas map leak.
Carsten Haitzler
2012-09-07
1
-2
/
+7
*
Evas magic: Added compiler hints (EINA_UNLIKELY).
Tom Hacohen
2012-09-05
1
-1
/
+1
*
evas/evas_object_image - added EVAS_CALLBACK_IMAGE_RESIZE.
ChunEon Park
2012-09-05
1
-0
/
+1
*
evas/render: Add a flag for dropping the map cache if needed.
Rafael Antognolli
2012-08-23
1
-0
/
+1
*
evas: fix evas map life cycle.
Cedric BAIL
2012-07-17
1
-0
/
+2
*
Evas_Smart_Interface support.
Gustavo Lima Chaves
2012-07-04
1
-0
/
+12
*
evas: add more infrastructure to the prepare stage of pipe rendering.
Cedric BAIL
2012-07-04
1
-1
/
+2
*
evas/cserve2: CServe2 client side lib modifications.
Rafael Antognolli
2012-06-22
1
-2
/
+2
*
Evas: add textgrid object (not finished, nor optimized :-) ) Go raster, go !
Vincent Torri
2012-06-15
1
-0
/
+1
*
evas: cache conversion from Evas_Map to RGBA_Map.
Cedric BAIL
2012-06-14
1
-0
/
+5
*
Evas font: Support no bidi no shaping mode in font rendering.
Tom Hacohen
2012-06-12
1
-1
/
+1
*
evas: delay O(n) update of the bounding box until we really need it.
Cedric BAIL
2012-06-07
1
-0
/
+2
*
Evas: Add framespace clip object (for efl wayland clipping issue).
Christopher Michael
2012-05-25
1
-0
/
+1
*
evas/evas_render - and should update the mapped objects when their color is c...
ChunEon Park
2012-05-18
1
-0
/
+1
*
evas: another improvement part of the previous lock less font rendering patch.
Cedric BAIL
2012-05-18
1
-1
/
+1
*
evas - removed unnecessary fields, changed_nomove and changed_move_only.
ChunEon Park
2012-05-17
1
-2
/
+0
*
evas/evas_render - added evas_object_change_reset internal function to remove...
ChunEon Park
2012-05-16
1
-0
/
+1
*
evas: let's try to determine the smallest possible size
Cedric BAIL
2012-05-03
1
-0
/
+2
*
evas: and for this nice international hollyday let me introduce a dynamic bou...
Cedric BAIL
2012-05-01
1
-0
/
+3
*
fix map overdraw issue that has snuck in during development
Carsten Haitzler
2012-03-21
1
-0
/
+2
*
Added Direct Rendering to Evas' window instead of an FBO in Evas_GL.
Sung Park
2012-01-20
1
-0
/
+1
*
add EVAS_OBJECT_POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN for accessibility
Carsten Haitzler
2012-01-17
1
-1
/
+2
*
Evas: Add 'is_frame' property for objects (used in wayland engines).
Christopher Michael
2011-12-26
1
-1
/
+2
*
Add new api to set and get default event flags.
Carsten Haitzler
2011-12-16
1
-0
/
+1
*
bug fix related with evas event counter
Jiyoun Park
2011-12-15
1
-1
/
+1
*
Evas: Add a Wayland Shared Memory engine (similar to the buffer &
Christopher Michael
2011-12-14
1
-0
/
+6
*
evas: Add api to know if an evas_object_image could support region
Michael BOUCHAUD
2011-12-13
1
-0
/
+2
*
* Fix grab count negative values if you do weird combinations of
Carsten Haitzler
2011-12-13
1
-0
/
+1
*
[evas] Always clear recalc count of items that have been on calc list
Mike McCormack
2011-11-17
1
-0
/
+1
*
evas/evas_events - modified unsigned char -> Eina_Bool for some fields in the...
ChunEon Park
2011-11-12
1
-3
/
+3
*
evas - added new API evas_object_freeze_events_set/get
ChunEon Park
2011-10-27
1
-2
/
+5
*
From: EunMi Lee <eunmi15.lee@samsung.com>
EunMi Lee
2011-10-25
1
-0
/
+15
*
Evas - Modified field names in Evas structure to be more clear.
ChunEon Park
2011-10-25
1
-2
/
+4
*
add call to get maximum image size (eg max texture size)
Carsten Haitzler
2011-10-21
1
-0
/
+3
*
for now - revers eumni touch events patch until we get press state
Carsten Haitzler
2011-10-18
1
-7
/
+0
*
From: "Sung W. Park" <sungwoo@gmail.com>
Sung W. Park
2011-10-18
1
-0
/
+2
[next]