summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl: remove all remaining .eo.legacy.h includesdevs/q66/remove-generated-legacy-includesDaniel Kolesa2019-03-0913-13/+472
* Revert "elementary,evas: remove obsolete legacy includes"Carsten Haitzler (Rasterman)2019-03-096-40/+29
* efl: ensure legacy is only relying on stable typesMarcel Hollerbach2019-03-096-38/+43
* eolian: drop env var checking that is unneccessaryMarcel Hollerbach2019-03-091-4/+2
* solve neon rotation issue by moving to the tiled rotatorCarsten Haitzler (Rasterman)2019-03-092-352/+215
* efl: mark types beta that have been missed beforeMarcel Hollerbach2019-03-092-2/+2
* efl_gfx_types: pull 2 types out of betaMarcel Hollerbach2019-03-091-2/+2
* efl: apply the stabilzed column of the efl api boardMarcel Hollerbach2019-03-0932-47/+58
* efl_ui_focus_manager: move API into beta which is for debuggingMarcel Hollerbach2019-03-091-2/+2
* efl_ui: repair a few docsMarcel Hollerbach2019-03-092-3/+3
* efl_ui_types: rename move_prolicy fieldMarcel Hollerbach2019-03-093-3/+3
* efl_ui_widget: refactor sub_object handlingMarcel Hollerbach2019-03-091-99/+89
* efl_ui_widget: remove widget_parent overwrittingMarcel Hollerbach2019-03-0916-186/+118
* eo: make reflection getter const function.Cedric BAIL2019-03-0854-167/+167
* efl: for consistency and effiency move Efl.Model event to send stringshare li...Cedric BAIL2019-03-086-23/+35
* efl: add an event for the View to know if someone did bound a property.Cedric BAIL2019-03-087-8/+26
* elementary: rely on Efl.Ui.Widget to do more of property binding for MVVM in ...Cedric BAIL2019-03-083-28/+38
* elementary: Efl.Ui.Image now rely on Efl.Ui.Widget infrastructure for View an...Cedric BAIL2019-03-083-22/+25
* elementary: implemente property_bind support on all widget using property ref...Cedric BAIL2019-03-083-1/+194
* efl: add an event to notify that the View property has changed.Cedric BAIL2019-03-081-0/+10
* efl.text.interactive: rename events to avoid conflictsMike Blumenkrantz2019-03-083-5/+5
* elm.code.widget: rename events to avoid conflictsMike Blumenkrantz2019-03-083-16/+16
* efl.access.selection: rename events to avoid conflictsMike Blumenkrantz2019-03-083-4/+4
* efl.ui.pan: namespace events to avoid conflictsMike Blumenkrantz2019-03-085-22/+22
* efl_ui_selectable: namespace events to avoid conflictsMike Blumenkrantz2019-03-0821-73/+73
* efl-net: namespace events to avoid naming conflictsMike Blumenkrantz2019-03-0836-94/+94
* evas: add a bunch of interfaces type includes and typedefsMike Blumenkrantz2019-03-082-0/+40
* edje: restore edje legacy type that was defined to eo typeMike Blumenkrantz2019-03-082-11/+27
* evas: restore legacy types which were defined to eo typesMike Blumenkrantz2019-03-0810-87/+116
* headers: ensure Efl.h is always included behind BETA define guardsMike Blumenkrantz2019-03-087-8/+16
* Revert "Emile: Move colorspaces to Efl.Gfx"Mike Blumenkrantz2019-03-088-58/+64
* eolian_csharp: fix binding of stringshare arguments in eventsVitor Sousa2019-03-081-0/+1
* efl.gfx.image: namespace events for this classMike Blumenkrantz2019-03-083-9/+9
* eolian: remove unused variablesDaniel Kolesa2019-03-081-5/+3
* eo files: mark a bunch of types with @betaMike Blumenkrantz2019-03-0874-192/+192
* efl.loop_timer: rename all methods/properties/eventsMike Blumenkrantz2019-03-0815-37/+37
* eolian: remove legacy handling API and most of generationDaniel Kolesa2019-03-0834-762/+144
* efl_canvas_scene: rename event from focus,* to scene_focus,*Marcel Hollerbach2019-03-084-14/+14
* elementary,evas: remove obsolete legacy includesDaniel Kolesa2019-03-086-29/+40
* tests: add test for legacy-only build in elm_suiteMike Blumenkrantz2019-03-083-0/+5
* tests: add build test for EFL_NOLEGACY_API_SUPPORT in efl_ui_suiteMike Blumenkrantz2019-03-083-0/+9
* tests: use Efl_Ui.h for efl_ui testMike Blumenkrantz2019-03-081-1/+1
* build: add a new script helperMarcel Hollerbach2019-03-081-0/+142
* ui.box,table: update layout when homogeneous mode is changed.Yeongjong Lee2019-03-082-2/+11
* ui.box_flow: refactor layout_updateYeongjong Lee2019-03-088-73/+741
* eo: fix reflectionMarcel Hollerbach2019-03-084-1/+252
* eolian: add support for marking type declarations betaDaniel Kolesa2019-03-0812-117/+232
* evas_canvas3d: add empty functions for missing APIsMarcel Hollerbach2019-03-086-0/+12
* elementary: replace deprecated api usage with correct one.Hermet Park2019-03-081-1/+1
* edje_calc: make INTP use TO_INT_ROUNDShinwoo Kim2019-03-082-11/+30