summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Eina: use eina_file_path_join() and eina_environment_tmp_get() when neededVincent Torri2015-11-101-25/+4
* Ecore_File: fix ecore_file_file_get() on WindowsVincent Torri2015-11-101-1/+17
* eolian generator: finalize refactoring main.cdevs/q66/nextDaniel Kolesa2015-11-091-89/+88
* eolian generator: refactor the main function (remove cruft)Daniel Kolesa2015-11-091-115/+89
* eolian generator: remove useless --eo argumentDaniel Kolesa2015-11-093-22/+12
* Revert "Eo: Optimise event callback call"Tom Hacohen2015-11-091-25/+28
* Eo: Optimise event callback callJérémy Zurcher2015-11-091-28/+25
* Eo do: use the __thread directive when available to manage call stack.Tom Hacohen2015-11-092-3/+26
* Eo: Remove extra paranoid-never could happen safety checks.Tom Hacohen2015-11-091-6/+0
* Eo: Reorganise some of the code and cleanup.Tom Hacohen2015-11-091-47/+44
* Eo: Removed weird unneeded condition.Tom Hacohen2015-11-091-3/+2
* Eo: Move op resolve check to where it belongs (out of hot path).Tom Hacohen2015-11-093-3/+11
* Eo unref: Decrease amount of checks and hint branch prediction.Tom Hacohen2015-11-091-6/+7
* Eo: Split object checking from class checking and simplify.Tom Hacohen2015-11-091-17/+24
* Eo callback call: Remove redundant safety checks.Tom Hacohen2015-11-091-5/+1
* Eo callback call: Remove redundant refcounting.Tom Hacohen2015-11-091-2/+0
* Eo callback call: Simplify callback desc matching code.Tom Hacohen2015-11-091-13/+9
* Eo callbacks: simplify callback call code a bit.Tom Hacohen2015-11-091-2/+1
* Eo benchmarks: Add basic callbacks benchmarks.Tom Hacohen2015-11-096-0/+97
* Eo benchmarks: Improve benchmarks.Tom Hacohen2015-11-095-6/+58
* Eo benchmark: Fix super benchmark.Tom Hacohen2015-11-091-1/+5
* Eo: Reduce call stack memory footprint.Tom Hacohen2015-11-091-27/+16
* Eo: Remove useless optimisation that is more harm than good.Tom Hacohen2015-11-091-24/+2
* Eo: use correct mask when checking if an id is a classTom Hacohen2015-11-092-3/+2
* Eo: Optimise object data fetching a bit more.Tom Hacohen2015-11-091-3/+14
* Eo: Optimise object data fetching (minor).Tom Hacohen2015-11-091-3/+8
* configure: Switch to dev mode again. Merge window for 1.17 is open nowStefan Schmidt2015-11-091-1/+1
* release: Update NEWS and bump version for 1.16.0 releasev1.16.0Stefan Schmidt2015-11-092-1/+32
* po: update po files before releaseStefan Schmidt2015-11-0923-23/+23
* doc: Deprecate filter reference page and link to the wikiJean-Philippe Andre2015-11-091-1/+7
* doc: Fixup EDC doc for Evas 3D stuffJean-Philippe Andre2015-11-091-14/+20
* doc: Add EDC doc for desc.proxy, fix for desc.fillJean-Philippe Andre2015-11-091-38/+85
* ecore: remove useless printf in Win32 main loop.Cedric BAIL2015-11-061-2/+0
* eina/efreet: open file with binary file on WindowsVincent Torri2015-11-062-3/+11
* ecore-drm: Remove unused functionChris Michael2015-11-051-14/+0
* ecore-drm: Fix issue of hanging in read()Chris Michael2015-11-051-7/+0
* ecore-drm: Fix issue of duplicate page flipsChris Michael2015-11-051-3/+4
* evas - patch in one more if check for obj layer to avoid shutdown crashCarsten Haitzler (Rasterman)2015-11-051-1/+2
* evas gl-x11: add missing EVAS_NATIVE_SURFACE_WL supportMike Blumenkrantz2015-11-041-0/+171
* ecore-drm: Check return value of drmHandleEvent and cleanupChris Michael2015-11-041-1/+11
* evas-gl-drm: Implement eglSetDamageRegionKHRChris Michael2015-11-041-47/+85
* evas-gl-drm: Find symlink for eglSetDamageRegionKHRChris Michael2015-11-042-2/+16
* ecore-evas-gl-drm: Don't create software dumb buffers when using glChris Michael2015-11-041-7/+0
* ecore-drm: Don't always check fb size against dumb bufferChris Michael2015-11-041-4/+7
* evas-gl-drm: Set Outbuf vsync according to engineChris Michael2015-11-041-1/+1
* Evas: minor whitespace and debug changesJean-Philippe Andre2015-11-044-78/+77
* Evas Text: avoid SIGSEV while ellipsis recalculationVitalii Vorobiov2015-11-041-10/+16
* eolian: fix function parameter memory leak with valueDaniel Kolesa2015-11-031-0/+1
* tests/ecore_con: check saved env variables before setting them again.Stefan Schmidt2015-11-031-3/+3
* emile/ecore_con: drop SSLv3 support due to security issue.Cedric BAIL2015-11-026-53/+13