summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evas: remove the intermediate Evas_GL_Image.devs/cedric/evas3dCedric BAIL2015-03-017-67/+47
* evas: refactor Evas_3D to use Evas_GL_Image & Evas ColorspaceKonstantin2015-03-019-476/+252
* ecore/ecore_audio: fix timer control logically wrong.ChunEon Park2015-03-011-2/+2
* Use doubles to store libinput's mouse motionDerek Foreman2015-02-272-31/+47
* evas-software-x11: Provide TBM Native Surface support for xcb engineChris Michael2015-02-275-8/+155
* evas-software-x11: Remove improper EINA_UNUSED for function parameterChris Michael2015-02-271-1/+1
* ecore-xcb: Fix 'variable set but not used' messageChris Michael2015-02-271-4/+2
* ecore_x/xcb: Remove xcb-xprint code to get the root window list and use fallbackStefan Schmidt2015-02-272-115/+1
* build: Remove pkg-config for xcb-xprint as the pc file is now longer shipped.Stefan Schmidt2015-02-271-1/+1
* Evas masking: Fix double free() with scaled imagesJean-Philippe Andre2015-02-272-4/+11
* Evas masking: Check fill properties to consider image as filledJean-Philippe Andre2015-02-273-20/+36
* Evas masking: Remove commented-out codeJean-Philippe Andre2015-02-271-6/+0
* Evas masking: Skip GL fast path if image has fill optionsJean-Philippe Andre2015-02-271-1/+1
* Evas masking: Fix masking of maps in GLJean-Philippe Andre2015-02-2710-106/+96
* Evas masking: Simplify previous commitJean-Philippe Andre2015-02-274-36/+15
* Evas masking: Add fast path for image-only masks in GL.Jean-Philippe Andre2015-02-2711-153/+337
* ecore-wl fullscreen state is based on either window type or attributeMike Blumenkrantz2015-02-261-4/+1
* ecore-drm modifier updating is now functionalMike Blumenkrantz2015-02-261-32/+41
* evas scale sample - fix useage of eina thread queueCarsten Haitzler (Rasterman)2015-02-271-1/+1
* evas: Evas_3D - add terrain mesh.Dmytro Dadyka2015-02-262-0/+89
* evas-3d: fix incorrect reading of .obj file which had an empty line before da...Bogdan Devichev2015-02-261-2/+2
* evas: Evas_3D - fix coding styleDmytro Dadyka2015-02-261-19/+19
* elua: minor eo bindings optimizationDaniel Kolesa2015-02-261-19/+18
* elua: update eo bindings for lualian generated codeDaniel Kolesa2015-02-261-39/+43
* build: Workaround an automake limitation during parallel install relinkingStefan Schmidt2015-02-269-0/+396
* eina + ecore - fix main loop thread id tracking on forkCarsten Haitzler (Rasterman)2015-02-262-14/+1
* Evas masking: Simplify map masking shaders.Jean-Philippe Andre2015-02-269-76/+66
* eina: add test case for eina_memdup in eina strvivek2015-02-251-0/+31
* elua: completely revamped object systemDaniel Kolesa2015-02-251-15/+21
* build: Ensure we have $(DESTDIR)$(libdir) during parallel installStefan Schmidt2015-02-251-0/+1
* build: Unify use of $(MKDIR_P) for creating a dir within the build systemStefan Schmidt2015-02-2524-29/+29
* elua: multiple inheritance aware is_aDaniel Kolesa2015-02-251-6/+6
* elua: guarantee multiple inheritance availability on any objectDaniel Kolesa2015-02-253-16/+7
* elua: add object system mixin support without interfering with parentsDaniel Kolesa2015-02-251-4/+15
* elua: correct inheritance system in lualian generatorDaniel Kolesa2015-02-251-28/+25
* elua: better mixin behavior (+ fix bad lookup)Daniel Kolesa2015-02-251-2/+9
* elua: extra generator info for inheritance handling (and easy lookups)Daniel Kolesa2015-02-251-4/+12
* elua: delegative multiple inheritance support in util object systemDaniel Kolesa2015-02-251-0/+24
* elua: slightly less broken mixin behaviorDaniel Kolesa2015-02-251-5/+5
* Evas GL: Fix leak of surfaces with GLES 1.1Jean-Philippe Andre2015-02-251-2/+12
* edje: optimize style matching.Cedric BAIL2015-02-241-1/+1
* edje: refactor styles add logic.Cedric BAIL2015-02-241-42/+37
* edje: Add edje to text_class_member_hash properly.Sohyun Kim2015-02-244-30/+115
* evil: fix gecos field of struct pwVincent Torri2015-02-241-10/+8
* Eo: Add eo_do_super_ret.Tom Hacohen2015-02-241-0/+2
* Evas GL: Restore viewport and scissor test for GLESv1Jean-Philippe Andre2015-02-243-3/+6
* Evas GL: Fix support for GLES 1.1 indirect renderingJean-Philippe Andre2015-02-243-9/+103
* Evas GL: Wrap glGetString() for gles1.x.Minkyoung Kim2015-02-242-5/+56
* Evas GL: Add hidden config values for direct rendering optionsJean-Philippe Andre2015-02-246-36/+80
* edje: fix windows buildAndrii Kroitor2015-02-242-4/+4