summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesBryce Harrington2015-03-187-10/+10
* ecore_con: add tests cases to cover more scenarios in local sockets.Srivardhan Hebbar2015-03-181-19/+82
* ecore_con: add test case for download related functions.Srivardhan Hebbar2015-03-181-0/+105
* ecore_con: fix ECORE_CON_LOCAL_SYSTEM use with negative port number.Srivardhan Hebbar2015-03-181-22/+17
* evas: Evas_3d proxy example uses cube primitives.Bogdan Devichev2015-03-181-79/+4
* evas: pick example uses sphere primitives.Bogdan Devichev2015-03-181-208/+9
* evas: frustum example uses sphere and cube primitives.Bogdan Devichev2015-03-181-163/+63
* evas: Evas_3D - add alpha testing.Dmytro Dadyka2015-03-1815-43/+385
* evas: cube-rotate example uses cube primitives.Bogdan Devichev2015-03-181-76/+4
* evas: cube2 example uses cube primitives.Bogdan Devichev2015-03-181-82/+6
* evas: aabb example uses cube primitives.Bogdan Devichev2015-03-181-67/+12
* evas: refactor colorpick examples.Bogdan Devichev2015-03-181-137/+51
* evas: fix shadows examples to see normalized primitives.Bogdan Devichev2015-03-181-2/+1
* evas: fix parallax-occlusion example camera to save view of example with norm...Bogdan Devichev2015-03-181-1/+1
* evas: build Evas_3D examples with helper.Cedric BAIL2015-03-181-7/+7
* evas: Evas_3D primitives: square, sphere and cube are normalized.Bogdan Devichev2015-03-181-35/+37
* evas: shooter resources is recycled and added in right way.Bogdan Devichev2015-03-1830-16364/+3687
* evas: add evas-common.h to dist and move resources of parallax-occlusion to c...Bogdan Devichev2015-03-186-5/+21
* ecore_win32: fix segfaultAndrii Kroitor2015-03-181-2/+2
* Tests: fix warnings.Daniel Zaoui2015-03-183-6/+5
* Evas: Really use GLES3 by default (fix logic)Jean-Philippe Andre2015-03-181-1/+1
* ecore-wayland: Use calloc rather than malloc+memsetBryce Harrington2015-03-173-9/+3
* ecore-wayland: Doublecheck input validityBryce Harrington2015-03-172-0/+3
* ecore_wayland: Improve API docsBryce Harrington2015-03-171-10/+114
* ecore-evas-wayland: Remove frame callbacks from Ecore_Evas waylandChris Michael2015-03-174-65/+0
* evas-wayland-shm: Refactor Evas Wayland Shm Engine (Fix T2201)Chris Michael2015-03-175-147/+1189
* evas-wayland-shm: Remove old wayland_shm engine swapper filesChris Michael2015-03-174-1112/+0
* ecore-drm: add ecore_drm_devices_get to get the list of drm devicesBoram Park2015-03-172-0/+22
* ecore_cocoa: add missing window state functionspierre lamot2015-03-173-8/+98
* ecore_cocoa: add functions to allow min/max window sizepierre lamot2015-03-172-3/+54
* ecore_cocoa: fix mouse scrollwheel directionpierre lamot2015-03-171-1/+1
* ecore_cocoa: don't reject mouse events outside the windowpierre lamot2015-03-171-10/+2
* eio: don't restart a monitor on MacOSX when every paths have been removed.pierre lamot2015-03-172-10/+92
* evas: bypass lockfocus in NSView on OSXpierre lamot2015-03-171-3/+6
* ecore_cocoa: add support for non latin keyboard eventspierre lamot2015-03-171-0/+5
* ecore_evas: rewrite render loop to conform with other engines.pierre lamot2015-03-171-18/+21
* evas: make current context on lockFocus for gl_cocoa backend.pierre lamot2015-03-171-6/+18
* ecore_cocoa: release resources on window close eventpierre lamot2015-03-175-4/+45
* Evas GL: Fallback to safe GL configs with GLX as wellJean-Philippe Andre2015-03-171-5/+39
* Evas GL: Fallback to safe values of depth, stencil & msaa if not supportedJean-Philippe Andre2015-03-171-7/+36
* emile: fix coding style with ecrustify.Cedric BAIL2015-03-177-556/+605
* emile: add a note regarding useless structure member.Cedric BAIL2015-03-171-0/+3
* ecore_con: fix build with -DISCOMFITOR and OpenSSL.Cedric BAIL2015-03-171-1/+1
* ecore_con: remove deprecated use of Eina_Binbuf functions.Cedric BAIL2015-03-171-4/+4
* edje: remove deprecated use of Eina_Binbuf functions.Cedric BAIL2015-03-171-1/+1
* eet: remove use of deprecated Eina_Binbuf functions.Cedric BAIL2015-03-173-15/+14
* emile: remove use of deprecated eina binbuf function.Cedric BAIL2015-03-173-6/+6
* eina: provide a generic eina_binbuf_manage_new.Cedric BAIL2015-03-172-2/+40
* emile: make sure given boolean are really boolean.Cedric BAIL2015-03-171-0/+1
* emile: remove binbuf from emile compression functions.Cedric BAIL2015-03-175-37/+37