summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* autotools: Fixed 'make examples' and 'make examples-install'Savio Sena2014-07-0233-42/+44
* eolian: column information in error messagesDaniel Kolesa2014-07-023-7/+49
* autotools: do not use sed -iDaniel Kolesa2014-07-021-1/+6
* autotools: seems like GNU sed is incompatible... will fix laterDaniel Kolesa2014-07-021-1/+1
* autotools: so it seems like the space is required after all.Daniel Kolesa2014-07-021-1/+1
* autotools: sed portabilityDaniel Kolesa2014-07-021-1/+1
* autotools/eolian-cxx: Added variable to avoid code duplication.Savio Sena2014-07-023-16/+16
* remove edje file changed monitoring as it's nothing but a bug vectorCarsten Haitzler (Rasterman)2014-07-024-112/+1
* autotools/eolian-cxx: Fixed the dependencies in some rules.Savio Sena2014-07-013-3/+3
* 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