summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore: animator use eo_add() instead of eo_add_custom()devs/jeyzu/eo_add_custom_deathJérémy Zurcher2014-07-023-56/+99
* eo: constructor tests do not use eo_add_custom(..)Jérémy Zurcher2014-07-013-13/+24
* eolian: some dirty janitoringDaniel Kolesa2014-07-014-421/+398
* eolian: keep the struct keyword in the regular type nameDaniel Kolesa2014-07-013-11/+13
* autotools: Fixed 'make clean' for Eolian-Cxx.Savio Sena2014-07-014-16/+31
* eolian: restrict own() for pointers onlyDaniel Kolesa2014-07-011-1/+6
* eolian_cxx: no need to normalizeDaniel Kolesa2014-07-011-1/+1
* ecore-drm: Fix formatting from a7428edeb41efe67b0aChris Michael2014-07-011-2/+2
* ecore_drm: Check for currently used CRTC first before searching othersStefan Schmidt2014-07-011-6/+27
* fix tabe/whitespace format issues in evas moduleCarsten Haitzler (Rasterman)2014-07-011-37/+37
* fix static jpeg saver usage due to defines being removed from config.hCarsten Haitzler (Rasterman)2014-07-011-1/+1
* formatting - convert tabs to whitespaceCarsten Haitzler (Rasterman)2014-07-011-15/+15
* ecore_x - add some minor calls to be able to suspend/resume screensaverCarsten Haitzler (Rasterman)2014-07-013-1/+36
* update po filesCarsten Haitzler (Rasterman)2014-07-015-160/+161
* edje - fix self feed complaint to be an ERR so we see itCarsten Haitzler (Rasterman)2014-07-011-1/+1
* eolian-cxx: Make proper handling of namespaces.Savio Sena2014-07-016-64/+95
* core_fb: Fix crash on tablet with removable kbdOlivier Guiter2014-06-301-0/+4
* eolian: also allow void in @out paramsDaniel Kolesa2014-06-301-1/+4
* eolian: remove superfluous macrosDaniel Kolesa2014-06-301-5/+2
* eolian: allow void return in getter accessors (to force the return to be an o...Daniel Kolesa2014-06-301-4/+7
* eolian: support for void as separate type typeDaniel Kolesa2014-06-306-18/+36
* eolian: different syntax for functions (func ret_type (arg_types))Daniel Kolesa2014-06-303-13/+5
* eolian/generator: shadow fixDaniel Kolesa2014-06-301-6/+6
* eolian: function type parsingDaniel Kolesa2014-06-301-0/+28
* eolian: _CLASS -> _CLASS/INTERFACE/MIXINDaniel Kolesa2014-06-306-13/+55
* eolian-cxx: Added namespaces and more (see below)Daniel Kolesa2014-06-3023-557/+915
* Evas: Fix object_top_at_pointer_get().Tom Hacohen2014-06-301-1/+1
* eolian: @own -> ownDaniel Kolesa2014-06-306-14/+14
* Eolian: Fix most of the .eo files to have namespaces.Tom Hacohen2014-06-3098-553/+553
|\
| * Evas object eolian: Fix namespace.Tom Hacohen2014-06-3010-14/+14
| * Evas object smart eolian: Update namespace.Tom Hacohen2014-06-306-28/+28
| * Evas smart clipped eolian: Update namespace.Tom Hacohen2014-06-305-5/+5
| * Evas eolian: Fix namespace for many more classes.Tom Hacohen2014-06-3029-35/+35
| * Evas canvas eolian: Fix namespace and class name for the evas canvas.Tom Hacohen2014-06-3038-204/+204
| * Edje eolian: Fix namespaces for all of the edje classes.Tom Hacohen2014-06-3013-183/+183
| * Ecore eolian: Fix namespaces for all of the ecore classes.Tom Hacohen2014-06-308-15/+15
| * Eo abstract class: Fix namespace.Tom Hacohen2014-06-301-1/+1
| * Eo (base class): Fix .eo file to have proper namespacing for the class naem.Tom Hacohen2014-06-3042-96/+96
|/
* Ecore examples: Add ecore_compose_get() example.Tom Hacohen2014-06-302-0/+197
* Merging 'devs/q66/eolian_types'Daniel Kolesa2014-06-3041-649/+1113
|\
| * eolian/tests: warning fixesdevs/q66/eolian_typesDaniel Kolesa2014-06-301-5/+5
| * eolian: make tests passDaniel Kolesa2014-06-303-50/+85
| * eolian: new type APIDaniel Kolesa2014-06-3011-197/+557
| * eolian: transform tests to the new @own syntaxDaniel Kolesa2014-06-304-9/+9
| * eolian: preparation for new type APIDaniel Kolesa2014-06-302-0/+27
| * eolian: type -> typedefDaniel Kolesa2014-06-305-24/+25
| * eolian: allow multiple subtypes by reorganizing the type structure - preparat...Daniel Kolesa2014-06-304-72/+57
| * eolian/lexer: new keyword (func) plus new token (->) - for function pointer t...Daniel Kolesa2014-06-302-7/+13
| * eolian: builtin fixed size integer types, floating point types and voidDaniel Kolesa2014-06-302-2/+16
| * eolian: support for C type translation in eo lexerDaniel Kolesa2014-06-303-2/+31