summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* evas: Fix incorrect expression in efl_canvas_surface_waylandChris Michael2016-03-161-1/+3
* evas.canvas3d: support static LOD technicOleksandr Shcherbina2016-03-158-6/+91
* evas: some changes for preload thread dead lock issuejiin.moon2016-03-152-4/+19
* edje: remove redundant fetch code in file.set methodJee-Yong Um2016-03-151-4/+1
* edje_cc: remove unnecessary internal functionJee-Yong Um2016-03-151-26/+0
* edje: fix wrong char in error messageJee-Yong Um2016-03-151-1/+1
* edje_cc: fix typo in error messageJee-Yong Um2016-03-151-1/+1
* edje_cc: fix group inheritingHosang Kim2016-03-151-2/+2
* eina: fix eina vector in case output vector the same as target vectorOleksandr Shcherbina2016-03-152-13/+51
* Change the EFL according to the renaming of the eo_add() current object.Tom Hacohen2016-03-1564-184/+181
* Eo: eo_add(), change current object's name (api).Tom Hacohen2016-03-151-2/+4
* Efl.Gfx.View: Try to document view_sizeJean-Philippe Andre2016-03-151-10/+19
* Efl.Image: Move alpha to Efl.Gfx.BufferJean-Philippe Andre2016-03-154-30/+34
* Efl.Gfx.Buffer: Simplify data_get/setJean-Philippe Andre2016-03-152-64/+19
* Evas image: Move content_hint and scale_hint to Efl.ImageJean-Philippe Andre2016-03-1510-68/+160
* Evas image: Deprecate evas_object_image_alpha_mask_setJean-Philippe Andre2016-03-152-29/+13
* Evas.Image: Fix legacy proxy APIJean-Philippe Andre2016-03-156-149/+191
* Evas.Image: Move native surfaces to Efl.Canvas.SurfaceJean-Philippe Andre2016-03-1515-123/+434
* Evas engines: Add internal functions for native imagesJean-Philippe Andre2016-03-1510-11/+251
* Evas.Image: remove video surfaceJean-Philippe Andre2016-03-154-94/+101
* Edje: Fix warning with clangJean-Philippe Andre2016-03-151-1/+1
* Examples: Update evas object eo exampleJean-Philippe Andre2016-03-151-6/+6
* Evas: Move 3d to Efl.Canvas.Scene3dJean-Philippe Andre2016-03-1527-315/+325
* Edje: fix tests snapJean-Philippe Andre2016-03-151-1/+2
* Evas.Image: Complete implementation of proxy and snapshotJean-Philippe Andre2016-03-158-455/+290
* Evas.Image: Add new classes Snapshot and ProxyJean-Philippe Andre2016-03-157-1/+386
* Evas: Add internal macro EVAS_OBJECT_LEGACY_APIJean-Philippe Andre2016-03-151-0/+19
* Evas Image: Implement Gfx.Buffer get/set/copy_set APIsJean-Philippe Andre2016-03-154-1/+114
* Efl.Gfx.Buffer: Introduce buffer_set/get/copy_setJean-Philippe Andre2016-03-154-274/+358
* Efl.Gfx.Buffer: Add interface skelettonJean-Philippe Andre2016-03-1513-481/+1172
* Efl.Image: Fix documentation for ratio + implement in evas imageJean-Philippe Andre2016-03-153-2/+11
* Evas image: Create interface Efl.Image.AnimatedJean-Philippe Andre2016-03-159-134/+287
* Efl.Image: Improve documentation a bitJean-Philippe Andre2016-03-152-90/+97
* Efl.Gfx.View: Rename property size to view_sizeJean-Philippe Andre2016-03-155-28/+21
* Evas image: Move filled property to Efl.Gfx.Fill and set as defaultJean-Philippe Andre2016-03-155-54/+114
* Efl.Gfx.Fill: Remove fill_spreadJean-Philippe Andre2016-03-157-102/+41
* Evas filters: Simplify evas_filter_dirtyJean-Philippe Andre2016-03-153-25/+7
* ecore_evas_cocoa: correct focus handlersThiep Ha2016-03-151-2/+2
* evas: move Evas_Polygon to become Efl_Canvas_Polygon.Cedric BAIL2016-03-146-36/+57
* edje: seems like preloading is fixed and we can now run edje_cc in //Cedric BAIL2016-03-141-1/+1
* ecore_drm: Disable custom tick if we can't wait for vblankDerek Foreman2016-03-141-1/+14
* Eo: Move generation of Eo_Event_Cb to Eolian.Tom Hacohen2016-03-142-23/+11
* eolian: builtin support for event callback signatureDaniel Kolesa2016-03-145-6/+28
* eolian generator: simplify typedef genDaniel Kolesa2016-03-141-6/+3
* Evil: the addr argument of dladdr is acually usedVincent Torri2016-03-141-1/+1
* Evil: cosmetic changeVincent Torri2016-03-141-12/+10
* Ector: try to load libcairo-2.dll first on WindowsVincent Torri2016-03-141-0/+1
* eina: mix possibly misleading indentationJean Guyomarc'h2016-03-121-3/+3
* eina: remove un-necessary tests before freeing memoryJean Guyomarc'h2016-03-121-5/+2
* evas_text_grid: display bold/italic/bolditalic fonts if availableBoris Faure2016-03-121-110/+310