summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eolian-cxx: Partial fix for generation without eo_dodevs/felipealmeida/eo4Felipe Magno de Almeida2016-03-029-52/+71
* Remove eo_do for preview_text_filterFelipe Magno de Almeida2016-03-021-1/+1
* Eo add: The newly created object should not be a pointer to a const.Tom Hacohen2016-03-021-1/+1
* Make eo_super therad safe (spinlock for now, should use CAS).Tom Hacohen2016-03-022-15/+29
* Eo: Add support for creation of functions accepting a const Eo *.Tom Hacohen2016-03-021-9/+19
* Fix eo super with NULL class.Tom Hacohen2016-03-021-0/+4
* Fix wrong handling of failing constructors.Tom Hacohen2016-03-021-3/+4
* Should merge: Extra fixes for the super hackTom Hacohen2016-03-011-0/+5
* Workaround for class functions.Tom Hacohen2016-03-011-1/+5
* Updated tests according to the new Eo api.Tom Hacohen2016-03-0115-135/+99
* Make a hacky version of eo super work.Tom Hacohen2016-03-012-1/+21
* Automatic migration.Tom Hacohen2016-03-01241-4532/+3583
* Some automatic migration and some manual adjustments to calc and text.Tom Hacohen2016-03-012-269/+167
* Update eo test to not break migration script.Tom Hacohen2016-03-011-1/+1
* Remove references to eo do from Eo.hTom Hacohen2016-03-011-14/+3
* Manually semi migrate evas object main.Tom Hacohen2016-03-011-1/+1
* Manually semi migrate edje_text.Tom Hacohen2016-03-011-44/+31
* Eo.h fixes.Tom Hacohen2016-03-011-4/+4
* Improve evas example not to break script.Tom Hacohen2016-03-011-2/+2
* Manually semi-migrate edje calc (breaks script otherwise).Tom Hacohen2016-03-011-123/+121
* Eo.h fixes.Tom Hacohen2016-03-011-2/+4
* More eo fixes.Tom Hacohen2016-03-012-40/+3
* snapTom Hacohen2016-03-012-243/+14
* snapTom Hacohen2016-03-013-62/+76
* BLATom Hacohen2016-03-012-87/+11
* eolian generator: use new call syntaxDaniel Kolesa2016-03-012-10/+8
* eolian generator: add obj as first param to header method prototypesDaniel Kolesa2016-03-011-11/+3
* edje entry: fix gcc warnings about possibly uninitialized variablesCarsten Haitzler (Rasterman)2016-03-011-2/+2
* edje epp - fix gcc warning about possible unused var usageCarsten Haitzler (Rasterman)2016-03-011-2/+2
* evas render2 - move empty region data into const land so it is in RO memCarsten Haitzler (Rasterman)2016-03-011-12/+12
* evas - render2 - silence new gcc warnings about possibly freeing staticCarsten Haitzler (Rasterman)2016-03-011-1/+1
* eolian-cxx: Fix C++ events with new Eo_Event_Cb signatureFelipe Magno de Almeida2016-02-295-14/+10
* efl+edje: add EFL_VERSION_1_18 define for detecting 1.18 feature supportMike Blumenkrantz2016-02-292-4/+13
* Eo: Add an interface for other interfaces to inherit from.Tom Hacohen2016-02-292-1/+9
* Update documentation textShuhrat Dehkanov2016-02-291-1/+1
* Edje edit: Fix wrong return value type.Tom Hacohen2016-02-291-2/+2
* Eo callbacks: Migrate all of the EFL to the new event cb signatures.Tom Hacohen2016-02-2940-281/+210
* Eo events: Change event callback signature.Tom Hacohen2016-02-293-8/+16
* Evas textblock: add a stringshare fastpath to markup_setDaniel Hirt2016-02-291-0/+6
* Evas textblock: fix cached markup's stringshare refsDaniel Hirt2016-02-281-0/+1
* Evas textblock tests: Fix wrong test suite tests.Tom Hacohen2016-02-261-2/+2
* Evas Filter: Use Eo.Base.constructor in the mixinJean-Philippe Andre2016-02-264-26/+17
* Edje textblock: Assume textblock knows to deal with setting the same markup.Tom Hacohen2016-02-261-7/+1
* Evas textblock: Fix markup cache, was completely broken.Tom Hacohen2016-02-261-16/+13
* edje cc: make the unnamed party non-fatal but punishhed by a pauseCarsten Haitzler (Rasterman)2016-02-251-1/+3
* edje: unset animator pointer after free in _edje_file_del()Mike Blumenkrantz2016-02-241-0/+1
* Edje_Edit: return accidently removed clip_to in code generationVitalii Vorobiov2016-02-241-0/+5
* Edje_Edit: support image border_scale and border_scale_by setters and gettersVitalii Vorobiov2016-02-242-0/+139
* Edje_Edit: support use_alternate_font_metrics setters and gettersVitalii Vorobiov2016-02-242-6/+53
* eldbus: eldbus is already defined in eoMarcel Hollerbach2016-02-231-6/+0