summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm_entry: remove warning during constructdevs/jpeg/eo_themeSungtaek Hong2017-12-061-1/+6
* efl_ui_text: apply new theme logic and use constructor/destructorYoungbok Shin2017-12-065-449/+870
* efl_ui_clock: Apply lazy edc.Woochan Lee2017-12-061-67/+71
* efl_ui_multibuttonentry: Apply lazy edc, code clean up.Woochan Lee2017-12-065-339/+332
* tests: Fix Gfx Filters test caseJean-Philippe Andre2017-12-061-28/+30
* eo: Remove trailing newline in ERR messageJean-Philippe Andre2017-12-061-1/+1
* efl/calendar.edc: fix redefinition errorWooHyun Jung2017-12-061-2/+2
* efl_ui_calendar: apply new theme policyWooHyun Jung2017-12-062-45/+589
* efl_ui_popup: Fix class namesJaehyun Cho2017-12-0611-16/+16
* efl_ui_popup_alert: refactor popup_alert_partSungtaek Hong2017-12-061-119/+72
* elm: introduce ELM_PART_OVERRIDE_PARTIALSungtaek Hong2017-12-068-42/+60
* efl_ui_popup: remove unnecessary overidesSungtaek Hong2017-12-064-56/+13
* efl_ui_spin_button: Replace legacy widgets to efl ui widgets.Woochan Lee2017-12-061-27/+20
* efl_ui_popup: apply new theme logic for alert_scroll, alert_textSungtaek Hong2017-12-065-10/+46
* efl_ui_popup: apply new theme logic for efl_ui_popupSungtaek Hong2017-12-067-249/+291
* elm_code_widget: change efl_add to legacy_addSungtaek Hong2017-12-063-10/+27
* efl_ui_widget: make Elm.Widget.theme, Elm.Widget.theme_object internalSungtaek Hong2017-12-0615-73/+37
* efl_ui_widget: find theme just once in layout inherited widgetSungtaek Hong2017-12-0615-34/+97
* efl_ui_widget: use elm_widget_element_update to set subobj edcSungtaek Hong2017-12-0610-137/+247
* efl_ui_widget: find new edc resource for efl_ui_widgetsSungtaek Hong2017-12-0634-88/+1105
* efl_ui_widget: add new internal EAPI for new group nameSungtaek Hong2017-12-0612-43/+177
* elm: Use EFL_UI_WIN_CLASS to check if an object is windowShinwoo Kim2017-12-061-1/+1
* elm: Fix _elm_widget_onscreen_is for windowShinwoo Kim2017-12-061-0/+4
* edje: rename Edje.Object to Efl.Canvas.LayoutAmitesh Singh2017-12-0622-148/+147
* Efl.Canvas.Object.eo: indent correctionAmitesh Singh2017-12-061-6/+6
* update gitignore.Amitesh Singh2017-12-061-0/+1
* eo: add definition of function backMarcel Hollerbach2017-12-051-0/+1
* eo: Update header for readabilityAndy Williams2017-12-051-209/+205
* efl_ui_focus_user/object: fix api duplicationMarcel Hollerbach2017-12-0520-41/+41
* efl_ui_focus_manager: fix api duplicationMarcel Hollerbach2017-12-055-7/+7
* eolian cxx: free state on exitDaniel Kolesa2017-12-051-0/+4
* eolian: pass state where necessaryDaniel Kolesa2017-12-057-141/+258
* eolian: add initial refcounting for database objectsDaniel Kolesa2017-12-052-2/+32
* eolian: pass unit within validation engineDaniel Kolesa2017-12-053-92/+98
* eolian: contain master state in a larger structureDaniel Kolesa2017-12-053-29/+45
* eolian: add API for master unit creationDaniel Kolesa2017-12-052-5/+53
* eolian: create an actual unit structure for filesDaniel Kolesa2017-12-053-8/+46
* elm_widget: simplify _eval_registration_candidateYeongjong Lee2017-12-051-41/+14
* build: fix examples build without c# bindings enabledStefan Schmidt2017-12-051-1/+0
* edje: rename intf Efl.Canvas.Layout_Group to Efl.Layout.GroupAmitesh Singh2017-12-0514-38/+38
* edje: rename intf Efl.Canvas.Layout_Calc to Efl.Layout.CalcAmitesh Singh2017-12-0513-42/+42
* edje: rename intf Efl.Canvas.Layout.Signal to Efl.Layout.SignalAmitesh Singh2017-12-0524-98/+98
* c#: Fix test caseJean-Philippe Andre2017-12-051-1/+1
* ecore_wl2: Fix a warningJean-Philippe Andre2017-12-051-1/+1
* eo: Move hacky API auto_unref to C onlyJean-Philippe Andre2017-12-0513-53/+12
* cxx: Fix compilation after mergeJean-Philippe Andre2017-12-0512-78/+54
* cxx: Define types after forward declarationsJean-Philippe Andre2017-12-053-5/+3
* cxx: Include edje from elementaryJean-Philippe Andre2017-12-051-0/+1
* cxx: Fix one conversion to Eina_ValueJean-Philippe Andre2017-12-051-0/+4
* cxx: Update slider exampleJean-Philippe Andre2017-12-051-15/+20