summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add names in MROdevs/yakov/eo_class_mro_getYakov Goldberg2014-04-161-0/+14
* eo - let's make NULL objects simply debug warnings, not errors.Carsten Haitzler (Rasterman)2014-04-161-0/+7
* Revert "eo null object complaints - silence."Carsten Haitzler (Rasterman)2014-04-162-8/+6
* eo null object complaints - silence.Carsten Haitzler (Rasterman)2014-04-162-6/+8
* Revert "build: Temporary disable debug log output during coverage"Stefan Schmidt2014-04-151-2/+1
* evas - improve speed of unpremul with redundant pixel dataMatvey Konovalov2014-04-151-8/+17
* Evas ETC1: Use LZ4HC for higher compression ratiosJean-Philippe Andre2014-04-152-3/+8
* Evas: Use Evas_Colorspace to declare cspaceJean-Philippe Andre2014-04-1515-59/+62
* ecore-wl: Check for existance of data device managerChris Michael2014-04-151-5/+8
* ecore-wl: Don't create an input cursor surface unless the input has pointer c...Chris Michael2014-04-151-2/+10
* ecore-evas-wl: Ooops, Fix opaque & input regions being set to incorrect valuesChris Michael2014-04-151-5/+1
* fix recent png loader break with etc1 support that broke interlaced imgsCarsten Haitzler (Rasterman)2014-04-151-15/+49
* docs now have a slightly more english description and list libs alphabeticallyMike Blumenkrantz2014-04-141-14/+14
* Fixed a problem with e wl server that sent invalid key value to wl client.Gwanglim Lee2014-04-149-11/+167
* Eolian: add support for cmakeDaniel Zaoui2014-04-143-0/+39
* build: Temporary disable debug log output during coverageStefan Schmidt2014-04-141-1/+2
* Revert "Eolian: add support for cmake"Tom Hacohen2014-04-142-7/+0
* Eo: eo_do now returns called func's value + default ret fix.Tom Hacohen2014-04-142-12/+23
* Eo: Fix class checking.Tom Hacohen2014-04-141-1/+2
* Eolian: add support for cmakeDaniel Zaoui2014-04-142-0/+7
* Eolian/Lexer: disable INFO and DEBUG.Daniel Zaoui2014-04-142-263/+247
* Eolian: Legacy integration of Evas TableYossi Kantor2014-04-134-193/+23
* Eolian: Legacy Integration of Evas TextYossi Kantor2014-04-131-393/+1
* Eolian: fix generation of Eo2 functions definitions.Daniel Zaoui2014-04-131-4/+4
* eolian no longer generates return statements for void functionsMike Blumenkrantz2014-04-111-19/+33
* ecore_con: Force unsigned to unsigned comparisonStefan Schmidt2014-04-111-1/+1
* engines/evas_drm: Remove some unused variablesStefan Schmidt2014-04-111-3/+0
* ecore_con: Remove superfluous >= 0 check for unsignedStefan Schmidt2014-04-111-1/+1
* Eolian: Legacy integration of Evas Rectangle, Polygon, Line, Textgrid and Tex...Yossi Kantor2014-04-114-620/+29
* Eolian: Clean out Evas Eo headerYossi Kantor2014-04-111-6589/+1
* Eolian: Clean out Ecore Audio Eo headersYossi Kantor2014-04-117-538/+3
* set default help info for multisense to match new default on stateCarsten Haitzler (Rasterman)2014-04-111-1/+1
* Eo2: Fix other forgotten ret.Daniel Zaoui2014-04-114-12/+12
* "whether" has 2x 'h'Mike Blumenkrantz2014-04-105-11/+11
* Edje multisense: Fixed compilation following change to eo2.Tom Hacohen2014-04-101-4/+4
* turn multisense on by default since ecore_audio is alreadyCarsten Haitzler (Rasterman)2014-04-102-2/+1
* Move to Eo2 and adjust code accordinglyTom Hacohen2014-04-10106-2458/+2300
|\
| * Eo: fix warning on printfDaniel Zaoui2014-04-101-1/+1
| * Eolian: Fix generation of Eo APIs.Daniel Zaoui2014-04-101-2/+0
| * Eo2: Adjust test suite to recent changes.devs/tasn/eo2Tom Hacohen2014-04-101-1/+1
| * Eo2: Make internal function static + improved debug output.Tom Hacohen2014-04-101-3/+3
| * Eo: Removed redundant code.Tom Hacohen2014-04-101-8/+0
| * Eo: Renamed eo files from eo2* to eo*.Tom Hacohen2014-04-103-2/+2
| * Ecore audio tests: Updated to Eo2.Tom Hacohen2014-04-102-97/+96
| * More adjustments for eo2 calls.Tom Hacohen2014-04-105-51/+51
| * Eo: Reintroduce the events now that eo1 is gone.Tom Hacohen2014-04-101-8/+6
| * Eo: EO_BASE_CLASS->EO_CLASS.Tom Hacohen2014-04-1033-70/+70
| * Eo: eo_base's data_*->key_data_*.Tom Hacohen2014-04-1014-68/+68
| * Eo: Changed eo_prefix for base class to 'eo'.Tom Hacohen2014-04-101-3/+5
| * Adjust eo_do calls to work with the eo2 api.Tom Hacohen2014-04-1021-79/+80