summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eolian: add API to determine if a function is implemented.devs/jackdanielz/eolian_erigoDaniel Zaoui2015-03-183-0/+88
* efreet: add cmake support for components.Marcel Hollerbach2015-03-181-0/+22
* ecore_win32: fix segfaultAndrii Kroitor2015-03-181-2/+2
* eio: fix cmake copy & paste error.Marcel Hollerbach2015-03-181-1/+1
* 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
* Merge branch 'devs/devilhorns/evas_wayland_shm'Chris Michael2015-03-1712-1049/+914
|\
| * 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
* cmake: Add files for Emile, the serial killerJean-Philippe Andre2015-03-173-0/+39
* 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
* Merge branch 'devs/cedric/emile'Cedric BAIL2015-03-1740-4051/+6473
|\
| * 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
| * emile: use Eina_Log for Jpeg error message.Cedric BAIL2015-03-171-13/+40
| * ecore_con: unbreak GNUTLS support.Cedric BAIL2015-03-171-1/+1
| * emile: update to latest GNUTLS/GCRYPT API.Cedric BAIL2015-03-171-53/+11
| * emile: fix some warnings in gnutls componentVincent Torri2015-03-171-4/+8
| * emile: ERROR is a macro already defined on WindowsVincent Torri2015-03-171-55/+55
| * emile: fix emile_binbuf_sha1() signature when no cipher is usedVincent Torri2015-03-171-2/+2
| * emile: fix array countVincent Torri2015-03-171-1/+1
| * emile: cleanup comments and internal functions name.Cedric BAIL2015-03-174-71/+59
| * emile: cleanup private header.Cedric BAIL2015-03-171-6/+6
| * emile: cleanup header from useless cruft.Cedric BAIL2015-03-171-22/+22
| * emile: follow convention for Emile_Compressor_Level.Cedric BAIL2015-03-173-7/+7
| * emile: normalize compression header.Cedric BAIL2015-03-173-2/+2