summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Examples: Remove eo examples.devs/tasn/eo_optimisationsTom Hacohen2016-03-0231-1307/+0
* Fix compilation warnings following migrations.Tom Hacohen2016-03-0229-97/+33
* Eo tests: Update tests according to the new syntaxTom Hacohen2016-03-0215-135/+99
* Automatic migration.Tom Hacohen2016-03-02241-4532/+3583
* Some automatic migration and some manual adjustments to calc and text.Tom Hacohen2016-03-022-269/+167
* Manually semi-migrate files in preparation for the scriptTom Hacohen2016-03-025-171/+156
* Eo: Migrate to the new syntax (Eo 4).Tom Hacohen2016-03-024-432/+154
* eolian generator: @class methods take const objectDaniel Kolesa2016-03-021-2/+7
* eolian: fix generation testsDaniel Kolesa2016-03-026-16/+16
* eolian: generate correct const first param on methods where applicableDaniel Kolesa2016-03-021-3/+4
* 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
* Edje_Edit: allow to set NULL as text_class (unset text_class) into part's stateVitalii Vorobiov2016-02-231-1/+0
* Edje_Edit: ability to set size class into certain part's stateVitalii Vorobiov2016-02-232-0/+25
* Edje_Edit: Edje_Edit: update source generation to print size classesVitalii Vorobiov2016-02-231-0/+62
* Edje_Edit: support new edje top block "size classes" with edje_edit APIVitalii Vorobiov2016-02-232-0/+297
* ecore-x: add safety checks for _ecore_x_disp in some functionsChris Michael2016-02-232-2/+33
* Edje_Edit: update source generation to print text classesVitalii Vorobiov2016-02-231-0/+61
* Edje_Edit: support new edje top block "text classes" with edje_edit APIVitalii Vorobiov2016-02-232-0/+283
* edje_cc_handlers: font field in new text_class should be NULL at the beginingVitalii Vorobiov2016-02-231-1/+1
* edje_cc: abort compile when unnamed part existsVyacheslav Reutskiy2016-02-231-0/+5
* embryo: add tzdate functionMike Blumenkrantz2016-02-222-0/+72
* embryo: reformat the whole thingMike Blumenkrantz2016-02-227-1464/+1500
* ecore-x: add safety checks for _ecore_x_disp in some functionsChris Michael2016-02-221-2/+58
* ecore-drm: Don't reset event modifiers on touch motionChris Michael2016-02-221-1/+0
* ecore evas: remove printfsCarsten Haitzler (Rasterman)2016-02-201-3/+0
* ecore evas: fix configure request queue count to only count changesCarsten Haitzler (Rasterman)2016-02-201-15/+35