summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_plug.c
Commit message (Collapse)AuthorAgeFilesLines
* widget: Rename EO APIs to efl_ui_widget_xxxJean-Philippe Andre2017-10-241-2/+2
| | | | | | This only changes the eo_prefix for APIs. Ref T5363
* elm: rename Elm_Interface_Atspi_Accessible interfaceLukasz Stanislawski2017-10-191-2/+2
| | | | | | Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D5341
* widget: Rename on_focus to on_focus_update (EO)Jean-Philippe Andre2017-09-011-2/+2
| | | | | | | on_focus seems to imply that focus was just given to the widget, but that function is called on any focus change (in and out). Ref T5363
* elm: Cleanup theme and style set functionsJean-Philippe Andre2017-08-091-3/+3
| | | | | | | | This makes efl_ui_layout_theme_set() return a Theme_Apply error code. The type is now public as Efl.Ui.Theme.Apply. Ref T5329 Ref T5363
* widget: Remove sub_obj arg to resize_object_setJean-Philippe Andre2017-08-091-1/+1
| | | | | | | | This removes an argument that was false only for a single widget: naviframe. Hopefully this logic is now simpler, even though it involves a small hack within naviframe itself. Ref T5363
* evas,edje,elm: Mark all legacy objects as suchJean-Philippe Andre2017-07-071-2/+1
|
* evas/elm: Make group_add/group_del internal functionsJean-Philippe Andre2017-05-191-0/+5
| | | | This hides those two legacy functions from the EO API.
* Efl Object: remove legacy callback calls from event_callback_callVitor Sousa2016-08-261-3/+3
| | | | | | | | | | | | | Efl.Object.event_callback_call no longer calls legacy smart callbacks; calling only event callbacks registered with the given event description pointer. Create the method Efl.Object.event_callback_legacy_call to inherit the old behavior from Efl.Object.event_callback_call, calling both Efl.Object events and legacy smart callbacks. Update all other files accordingly in order to still supply legacy callbacks while they are necessary.
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-5/+5
| | | | | | | This renames all the rest of the API to the EFL namespace except for Eo_Event that will follow soon. Obviously breaks both API and ABI.
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-6/+6
|
* theme: return enum from elm_widget_style_set instead of boolJinyong Park2016-07-011-4/+4
| | | | | | | | | | | | | | | | | | | Summary: if trying to apply incorrect theme, widget apply default theme and return TRUE. so there is no way to check it really apply correct theme. To resolve this problem, _elm_theme_set return three type enum * related history : 4ca3ef45146e05908a13d1010909abeba9693ad6 * elm_object_style_set is public api, so I didn't change it. * typedef name [ Theme_Apply ] is temporarily, please suggest better one. @fix Reviewers: singh.amitesh, herb, Hermet, cedric, jpeg, raster Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4073
* evas: Rename Evas.Object to Efl.Canvas.ObjectJean-Philippe Andre2016-06-211-1/+1
| | | | | One step closer to make the EO inheritance tree look like it's all Efl.
* Evas: Rename smart object into Efl.Canvas.GroupJean-Philippe Andre2016-06-171-2/+2
|
* Evas: Add smart_ prefix to all smart functions (eo)Jean-Philippe Andre2016-06-171-1/+1
| | | | | This is a first step at separating legacy smart object features away from standard efl interfaces.
* Evas: Move smart_callbacks_descriptions to legacyJean-Philippe Andre2016-06-171-1/+1
|
* Evas: Rename Clickable_Interface to Efl.Ui.ClickableJean-Philippe Andre2016-06-101-1/+1
| | | | | | | | | | Event prefix is efl_ui: EFL_UI_EVENT_CLICKED EFL_UI_EVENT_CLICKED_DOUBLE ... The event prefix could be reduced to efl but I personally prefer with UI.
* elementary: move all legacy files to their expected new location.Cedric BAIL2016-03-231-0/+192