summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evas/vector: expose rounded_rect(), arc() legacy apisdevs/hermet/developChunEon Park2015-02-112-0/+14
* efl, evas: sync with cedric branchChunEon Park2015-02-1112-118/+82
* ector: sync with cedric's latest codeChunEon Park2015-02-1114-687/+762
* evas: and now fix Evas GL backend to display Evas_Object_VG correctly.Cedric BAIL2015-02-111-26/+68
* evas: add support for alternate Ector rasterizer based on FreeType.Cedric BAIL2015-02-111-5/+25
* ector: implementation of some common code in Ector.Renderer.Cairo.Base.Cedric BAIL2015-02-1119-42/+296
* ector: implement a simple virtual to prepare the mask in Ector.Renderer.Gener...Cedric BAIL2015-02-112-1/+7
* evas: fix missing initialisation of engine function call.Cedric BAIL2015-02-111-1/+4
* ector: remove useless constructor.Cedric BAIL2015-02-112-16/+1
* evas: all color in evas are premultiplied, enforce with warning when not.Cedric BAIL2015-02-111-0/+20
* ector: remove unecessary check for cairo context.Cedric BAIL2015-02-112-3/+3
* ector: do not forget to get cairo symbol in Ector.Renderer.Cairo.Gradient_Lin...Cedric BAIL2015-02-111-0/+1
* ector: call eo_do_super on the right gradient class in Ector.Renderer.Cairo.G...Cedric BAIL2015-02-111-1/+1
* ector: slightly better implementation for gradient radial draw.Cedric BAIL2015-02-111-9/+13
* ector: on shutdown our ability to find cairo symbol may no be there anymore.Cedric BAIL2015-02-111-3/+4
* ector: remove useless printf !Cedric BAIL2015-02-111-2/+0
* evas: update and propagate Evas_VG_Base transformation.Subhransu Sekhar Mohanty2015-02-112-6/+13
* Merge branch 'master' into devs/hermet/developChunEon Park2015-02-1154-412/+2078
|\
| * ecore-drm should not use sscanf when getting logind vtMike Blumenkrantz2015-02-101-5/+12
| * Eina tmpstr: Fix tmpstr_strlen.Tom Hacohen2015-02-101-1/+2
| * Evas masking: Force BLEND mode in case of image masking (GL)Jean-Philippe Andre2015-02-101-4/+10
| * evas/software_x11: Restore legacy compatibility with old SLP DRMJean-Philippe Andre2015-02-101-22/+60
| * evas/software_x11: replace drm_slp with tbmDongyeon Kim2015-02-101-60/+56
| * Evas sw_x11: Fix previous patchesJean-Philippe Andre2015-02-101-13/+20
| * evas/software_x11: implement tbm native surface typeDongyeon Kim2015-02-106-28/+380
| * evas/software_x11: implement native surface set for x11 typeDongyeon Kim2015-02-106-3/+225
| * evas/gl_x11: introduce tbm native surface typeDongyeon Kim2015-02-1015-2/+461
| * Evas 3d: Fix compilation with EGL/GLESJean-Philippe Andre2015-02-101-0/+7
| * Evas render: Improve debug output with REND_DBGJean-Philippe Andre2015-02-102-140/+132
| * Evas GL: Add support for uniforms in the shadersJean-Philippe Andre2015-02-107-84/+134
| * Evas masking: Fix potential issues with map & maskingJean-Philippe Andre2015-02-101-3/+3
| * Evas masking: Fix some garbage pixels with the SW engineJean-Philippe Andre2015-02-101-1/+1
| * Merge branch 'devs/cedric/next'Cedric BAIL2015-02-0914-85/+543
| |\
| | * eina: fix eina_bench.c compilation error.Avi Levin2015-02-091-0/+4
| | * ecore_con: add test cases to test ecore_con_server and client with different ...Srivardhan Hebbar2015-02-091-10/+59
| | * evas: Evas_3D - ColorPick mechanism finding node and mesh in scene.Oleksandr Shcherbina2015-02-097-21/+216
| | * evas: Evas_3D - improve node tree update method.Dmytro Dadyka2015-02-092-24/+64
| | * edje: add of model lookups.perepelits.m2015-02-093-1/+176
| | * eldbus: refactoring code.Guilherme Lepsch2015-02-091-29/+24
| |/
| * evas text: fix _ellipsis_get to return -1.0 on failure.Youngbok Shin2015-02-092-2/+6
| * Edje: edje_edit - fix Segmentation Fault on new BOX partVitalii Vorobiov2015-02-091-2/+9
| * Eina tmpstr: remove usage of tmpstr_strlen().Tom Hacohen2015-02-091-1/+1
| * Eina tmpstr: fix race condition.Tom Hacohen2015-02-091-1/+2
| * Eina tmpstr: deprecate tmpstr_strlen and add tmpstr_len.Tom Hacohen2015-02-093-10/+50
| * configure: Switch to dev mode again. Merge window for 1.14 is open now.Stefan Schmidt2015-02-091-1/+1
| * release: Update NEWS and bump version for 1.13.0 releasev1.13.0Stefan Schmidt2015-02-092-1/+20
* | evas: migrate Efl.VG example to legacy API.Cedric BAIL2015-02-111-80/+66
* | evas: fix Evas_VG examples to match new API.Cedric BAIL2015-02-111-101/+322
* | ector: fix inheritance in cairo backend.Cedric BAIL2015-02-114-10/+5
* | ector: fix setting context to always have one available.Cedric BAIL2015-02-112-8/+43