summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore/drm: Compile ecore_drm_logind.c without conditiondevs/stefan/ecore-drm-logindStefan Schmidt2015-02-131-4/+1
* Evas: Fix compilation warning (-Wshadow)Jean-Philippe Andre2015-02-131-1/+0
* Evas: Free variable in error pathJean-Philippe Andre2015-02-131-3/+4
* ee-win32 probably might compile nowMike Blumenkrantz2015-02-121-1/+1
* ecore/drm: Fix libinput >= 0.8 checkStefan Schmidt2015-02-121-1/+1
* ecore-drm: Fix bad German formatting ;)Chris Michael2015-02-121-6/+6
* ecore/drm: Add support for changed libinput API since 0.8Stefan Schmidt2015-02-122-1/+29
* edje_cc: Avoid segfault when strcmp NULL itemsStefan Schmidt2015-02-121-1/+1
* Eolian: improve the class searching.Daniel Zaoui2015-02-121-1/+3
* Eolian: store the class filenames with the extensions.Daniel Zaoui2015-02-122-9/+4
* tests/evas: Enable evas 3d mesh test case again after the code got fixed.Stefan Schmidt2015-02-121-1/+1
* eolian: add testcase for nullable/optionalDaniel Kolesa2015-02-122-0/+51
* eolian: remove unneeded codeDaniel Kolesa2015-02-121-5/+0
* evas 3d - undo async block code - 3d objects dont inherit from evas objCarsten Haitzler (Rasterman)2015-02-128-109/+11
* evas - image obj - filled mode - never use invalid 0x0 fillCarsten Haitzler (Rasterman)2015-02-121-6/+3
* eolian: add APIs for nullable/optional (+ lua bindings)Daniel Kolesa2015-02-123-0/+44
* eolian: write the new parameters into the databaseDaniel Kolesa2015-02-122-1/+5
* eolian: check the other boolean rather than itselfDaniel Kolesa2015-02-121-1/+1
* eolian: parsing of @nullable and @optional args on func paramsDaniel Kolesa2015-02-122-2/+27
* Revert "ecore: fix path comparison in Ecore_File test suite."Stefan Schmidt2015-02-121-28/+5
* tests/evas: Disable segfaulting evas_object_mesh_loader_saverStefan Schmidt2015-02-121-1/+1
* eina: Fix MacOS X build with clang 3.6.Guilherme Lepsch2015-02-122-2/+3
* Revert "Evas GL: Add support for uniforms in the shaders"Jean-Philippe Andre2015-02-129-145/+76
* Revert "Evas GL common: Use uniform instead of attribute for sample"Jean-Philippe Andre2015-02-1228-180/+235
* Evas GL common: Improve code readability (simplify macro)Jean-Philippe Andre2015-02-1212-633/+142
* Evas GL common: Simplify GL pipe code with macrosJean-Philippe Andre2015-02-121-150/+39
* Evas GL common: Call glGetUniformLocation as early as possibleJean-Philippe Andre2015-02-123-10/+39
* Evas GL common: Use uniform instead of attribute for sampleJean-Philippe Andre2015-02-1228-233/+180
* evas - render - have lock point to allow for async obj walk + update addCarsten Haitzler (Rasterman)2015-02-1226-75/+488
* ecore-drm: Print error when taking control of a device failsChris Michael2015-02-111-0/+6
* eldbus: Fix formattingChris Michael2015-02-111-1/+2
* ecore-drm: Disable/Enable inputs if we release/aquire VT through logindChris Michael2015-02-111-0/+9
* ecore-drm: Disable/Enable inputs if we release/acquire the VTChris Michael2015-02-111-0/+6
* evas: Evas_3D - iport/export of Obj format can be read even if obj-file does ...Bogdan Devichev2015-02-1115-2654/+768
* evas: example for Evas_3D color pickOleksandr Shcherbina2015-02-116-0/+6045
* evas: Evas_3D - mechanism for finding node by color pick.Oleksandr Shcherbina2015-02-117-6/+242
* evas: add image orient set/get API in software backend for now.kabeer khan2015-02-1110-1/+641
* edje: add 3D models to edje_cc.perepelits.m2015-02-111-0/+96
* ecore_con: add ecore con client functions for testing.Srivardhan Hebbar2015-02-111-8/+19
* eina: fix directory listing on windows when directory is empty.Nicolas Aguirre2015-02-111-7/+15
* ecore_con: EAGAIN is replaced by WSAEWOULDBLOCK on Windows.Guillaume Friloux2015-02-111-0/+4
* ecore: improve network events handling on Windows.Guillaume Friloux2015-02-112-6/+4
* ecore_con: do not load /etc/hosts on Windows.Guillaume Friloux2015-02-111-2/+3
* ecore: add FD_CLOSE, FD_ACCEPT and FD_CONNECT for sockets on Windows.Guillaume Friloux2015-02-111-0/+2
* ecore_con: make disconnects work on Windows.Guillaume Friloux2015-02-111-0/+7
* ecore_con: fix use of FormatMessage for error reporting on windows.Guillaume Friloux2015-02-111-3/+4
* ecore_con: silent warning with send() usage.Guillaume Friloux2015-02-111-8/+8
* ecore_con: use send() instead of write() for portability.Guillaume Friloux2015-02-111-5/+1
* ecore_con: use recv() instead of read for better portability.Guillaume Friloux2015-02-111-4/+6
* ecore_con: fix _ecore_con_server_flush on Windows.Guillaume Friloux2015-02-111-5/+35