summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ecore-wl: Send xdg_surface_set_window_geometry when we update windowChris Michael2015-03-021-0/+8
* elua: take __tostring from object metatable on robjectsDaniel Kolesa2015-03-021-1/+1
* elua: readonly object __dtor supportDaniel Kolesa2015-03-021-0/+8
* ecore-imf: Add check for environment variable to enable show/hide of input panelChris Michael2015-03-021-2/+4
* elua: add transparent destructor support to elua objectsDaniel Kolesa2015-03-021-0/+16
* Evas masking: Use mask_smooth to differentiate "shaders"Jean-Philippe Andre2015-03-022-25/+35
* edje: apply scale prior to rotationChunEon Park2015-03-021-3/+5
* edje: Adding the zoom effect of map to edjejiin.moon2015-03-025-1/+60
* Evas GL: Use Eina_Strbuf for the extensions listJean-Philippe Andre2015-03-021-41/+23
* Evas GL: Fix value of GL_COVERAGE_SAMPLES_NVJean-Philippe Andre2015-03-021-2/+9
* Evas GL: remove evgl_init in gl_get_pixels_setDongyeon Kim2015-03-021-1/+0
* evas/gl_x11: fix duplicated egl error checkDongyeon Kim2015-03-021-2/+3
* Evas GL: Fix abnormal extension name.Minkyoung Kim2015-03-021-1/+1
* evas/gl: implement dynamic hint set using tbm surfaceDongyeon Kim2015-03-025-81/+257
* Evas GL common: Remove uniform-related stuffJean-Philippe Andre2015-03-022-17/+0
* evas-gl-drm: Fix T2158: compile fails when --with-opengl=full is passedChris Michael2015-03-012-0/+4
* evas-gl-drm: Cleanup compiler warnings for dbg/err messagesChris Michael2015-03-013-1/+11
* 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