summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eolian: allow omitting of () in class with no inherits, fix up testsdevs/q66/eolian_new_parserDaniel Kolesa2014-06-192-8/+13
* eolian: stricten the allowed characters in values, and values starting with @...Daniel Kolesa2014-06-192-9/+11
* eolian: fix double freeDaniel Kolesa2014-06-191-0/+1
* eolian: lex_until and lex_balancedDaniel Kolesa2014-06-193-9/+66
* eolian: fix error handling and memory leaksDaniel Kolesa2014-06-195-9/+13
* eolian: simpler type parsingDaniel Kolesa2014-06-191-44/+18
* eolian: cleanupDaniel Kolesa2014-06-191-9/+12
* eolian: remove the ugly old type extractor, instead build the inlist during p...Daniel Kolesa2014-06-193-166/+86
* eolian: complex non-pointer typesDaniel Kolesa2014-06-191-9/+10
* eolian: strip leading whitespace from doc comments + trim the resulting bufferDaniel Kolesa2014-06-191-1/+14
* eolian: introducing a new lexer/parserDaniel Kolesa2014-06-197-4705/+1811
* eolian: add some stuff into eo_definitions needed for the new parser and temp...Daniel Kolesa2014-06-194-14/+75
* eolian: remove the ragel file plus support for ragel from the build systemDaniel Kolesa2014-06-193-1625/+0
* eolian: Eo_Tokenizer -> Eo_LexerDaniel Kolesa2014-06-193-45/+45
* Eolian: Improve support (still incomplete) for namespaces.Tom Hacohen2014-06-191-2/+17
* evas: improvement of Eina Rectangle Pool and integration with Evas GL backend.Rajeev Ranjan2014-06-196-111/+441
* Revert "Coverage: Fix base directory."Stefan Schmidt2014-06-191-1/+1
* Efreet: Fix shadow warningJean-Philippe Andre2014-06-191-4/+4
* Emotion tests: Fix compilation warningJean-Philippe Andre2014-06-191-0/+2
* Evas: Fix potential resource leak in the TGV loaderJean-Philippe Andre2014-06-191-5/+10
* Evas: Fix some comments in the TGV loaderJean-Philippe Andre2014-06-191-2/+3
* ecore-evas-wayland: Remove useless variable.Chris Michael2014-06-181-3/+2
* evas_gl: add more matching formats to make cocoa_gl happyRaoul Hecky2014-06-181-1/+4
* evas_cocoa: more changes copied from sdl engineRaoul Hecky2014-06-181-0/+7
* evas_cocoa: Update cocoa gl engineRaoul Hecky2014-06-182-19/+21
* ecore_cocoa: make engine works againRaoul Hecky2014-06-181-86/+98
* evas_cocoa: correct include for GLRaoul Hecky2014-06-181-2/+7
* ecore_cocoa: missing link flagRaoul Hecky2014-06-181-1/+1
* evas_cocoa: build gl_commonRaoul Hecky2014-06-181-1/+3
* evas_cocoa: remove eng_image_mask_createRaoul Hecky2014-06-181-15/+0
* ecore_cocoa: add code from old branchRaoul Hecky2014-06-184-336/+369
* ecore_cocoa: add missing header from my old branchRaoul Hecky2014-06-181-0/+14
* ecore_cocoa: Add missing opengl frameworkRaoul Hecky2014-06-181-1/+1
* Add cocoa engine checks againRaoul Hecky2014-06-181-19/+51
* configure: fix net/if.h detection on osx (10.7)Benjamin Cohen2014-06-181-1/+15
* evas: force equality in check otherwise i get debug output even if the enviro...Nicolas Aguirre2014-06-181-2/+2
* ecore_cocoa: switch keys to map correctly on OS-X.Nicolas Aguirre2014-06-181-3/+5
* ecore_cocoa: fix button order.Nicolas Aguirre2014-06-181-82/+94
* ecore_evas: fix warnings in Ecore_Evas Cocoa.Nicolas Aguirre2014-06-181-31/+32
* ecore_cocoa: indent with efl styleNicolas Aguirre2014-06-181-163/+237
* ecore_cocoa: fix Key up/down usage, the event window was missing and the ev->...Nicolas Aguirre2014-06-181-3/+11
* ecore_evas: use Eina_List to store Ecore_Evases and return the first one when...Nicolas Aguirre2014-06-181-4/+10
* ecore_cocoa: remove printfNicolas Aguirre2014-06-181-6/+22
* evas: move buffer engine to use more generic infrastructure.Cedric BAIL2014-06-183-278/+156
* evas: move fb backend to use generic infrastructure a bit more.Cedric BAIL2014-06-182-169/+30
* evas: make X11 use more generic logic.Cedric BAIL2014-06-186-475/+109
* evas: add possibility for engine to also inherit part of the Render_Engine fr...Cedric BAIL2014-06-183-11/+452
* Edje_Edit: Fix shadow warningsJean-Philippe Andre2014-06-181-10/+15
* Edje: Add LOSSY_ETC2 to Edje_EditJean-Philippe Andre2014-06-183-2/+18
* Evas: Fix potential memory leak (save with encoding)Jean-Philippe Andre2014-06-181-1/+2