summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas
Commit message (Expand)AuthorAgeFilesLines
* evas - fix the wrong compare. thanks JackDanielZ for spotting it.ChunEon Park2013-04-301-1/+1
* evas/smart: Directly access object geometry to improve performance.Rafael Antognolli2013-04-291-4/+2
* evas/framespace: Use more framespace offset on evas events.Rafael Antognolli2013-04-291-2/+3
* evas/framespace: Add support for framespace offset rendering translation.Rafael Antognolli2013-04-294-36/+55
* evas/framespace: Remove framespace offset from position set/get.Rafael Antognolli2013-04-292-41/+6
* Revert "evas/map: Consider framespace offset when populating map points."Rafael Antognolli2013-04-291-39/+4
* evas - and apply proxy_src_clip only when object and proxy is same in render_...ChunEon Park2013-04-291-5/+10
* evas - add evas_object_image_source_clip_set()/get()ChunEon Park2013-04-292-12/+72
* evas - fixed logic fault in proxy clipping.ChunEon Park2013-04-262-23/+20
* evas - For compatibility, Make proxy's source clip to be optional. Im checkin...ChunEon Park2013-04-262-7/+12
* evas - fix the proxy object to not be clipped by source clipperChunEon Park2013-04-261-10/+23
* Evas textblock: Fixed line size calculation when using multiple fonts.Tom Hacohen2013-04-251-3/+19
* evas/wayland: Remove framespace clipper.Rafael Antognolli2013-04-232-109/+0
* fix recursive proxy rendering to just show a black rectangleMike Blumenkrantz2013-04-221-7/+7
* evas/wayland: Unclip objects from the framespace after rendering.Rafael Antognolli2013-04-182-76/+102
* Evas object dbg_info: Fixed cast of pointer to int.Tom Hacohen2013-04-181-2/+2
* evas_object_main.c: added Clipper information for debug info.Daniel Juyung Seo2013-04-171-0/+4
* Evas: If an object goes to be hidden without replacing the cur/prev state inf...ChunEon Park2013-04-161-8/+21
* Evas textblock: Fixed a bug with deletion of ranges.Tom Hacohen2013-04-151-0/+5
* Evas polygon: Cleaned up the way we clean the points.Tom Hacohen2013-04-151-6/+6
* evas/image - actually, no need to check both. one is enough.ChunEon Park2013-04-141-1/+1
* evas/image - don't update evas render area by a clipper if the image object v...ChunEon Park2013-04-141-1/+2
* evas - Don't be crashed even if the map image size is 0.ChunEon Park2013-04-131-2/+2
* Evas dev: Fixed usage of uninitialized variable.Tom Hacohen2013-04-121-1/+1
* Add subclasses for evas device api (new in 1.8) and document the evasCarsten Haitzler (Rasterman)2013-04-121-0/+25
* evas: remove warning, no need for double ().Cedric Bail2013-04-121-1/+1
* evas - removed unusedChunEon Park2013-04-121-14/+0
* evas: let's do less useless marshalling.Cedric Bail2013-04-111-49/+58
* evas: don't call eo_data_get when it is really not necessary.Cedric Bail2013-04-111-10/+8
* evas: use eo_data_get less. Use clipees_has if you want to know the number of...Cedric Bail2013-04-114-45/+74
* evas: remove useless initialization.Cedric Bail2013-04-111-1/+1
* Efl textblock/entry: additions to split BiDi cursorYakov Goldberg2013-04-101-51/+158
* Efl textblock/entry: Added support for split BiDi cursor.Tom 'TAsn' Hacohen2013-04-101-0/+94
* add a little code to alloc engine info in outs.. but we need a newCarsten Haitzler (Rasterman)2013-04-091-7/+9
* evas device new/free -> add/del (new 1.8 api so no log).Carsten Haitzler (Rasterman)2013-04-081-4/+4
* clean up outputs list on evas free.Carsten Haitzler (Rasterman)2013-04-081-0/+3
* Add multiple output api support to evas... just "eo infra stubs" rightCarsten Haitzler (Rasterman)2013-04-081-0/+181
* evas: correctly define bounding box in all case.Cedric Bail2013-04-081-3/+2
* evas: get the bounding box from the right object and always update it.Cedric Bail2013-04-071-6/+10
* evas: correctly initialize and get the bounding box at the right time.Cedric Bail2013-04-071-3/+4
* evas: revert useless change.Cedric Bail2013-04-071-2/+2
* evas: small reorder for a little bit of memory win.Cedric Bail2013-04-071-4/+5
* evas: bounding box is only relevant to smart object.Cedric Bail2013-04-074-186/+184
* evas: remove one useless pointer (-30KB).Cedric Bail2013-04-0712-53/+52
* evas: stop over redraw of Evas_Map content with Smart Object.Cedric BAIL2013-04-051-0/+2
* Evas clouseau: Cleaned up and added more clouseau map info.Tom Hacohen2013-04-041-7/+19
* evas: let's not force an allocation and write for nothing.Cedric BAIL2013-04-041-0/+4
* evas_textblock: Avoid dereferencing out-of-bounds elementDaniel Willmann2013-04-021-1/+1
* evas/map: Consider framespace offset when populating map points.Rafael Antognolli2013-04-021-4/+39
* evas/wayland: Take framespace offsets into account on pointer_xy_get().Rafael Antognolli2013-04-021-4/+4