summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_ui_popup: Rebase masterdevs/jaehyun/efl_popupJaehyun Cho2017-11-276-29/+16
* efl_ui_popup_alert: Remove expandable property for nowJaehyun Cho2017-11-277-188/+6
* examples: Add popup cxx exampleJaehyun Cho2017-11-273-0/+327
* efl_ui_popup: Make backwall efl part object of Efl.Ui.PopupJaehyun Cho2017-11-276-51/+106
* efl_ui_popup: Rename bg_set with backwall_setJaehyun Cho2017-11-275-50/+50
* test_ui_popup: Move code for Efl.Ui.Popup classes from test_popupJaehyun Cho2017-11-275-595/+541
* test_popup: modify Efl.Ui.Popup Sample CodeTaehyub Kim2017-11-271-87/+274
* efl_ui_popup: add _calc_align function in sizing eval functionTaehyub Kim2017-11-271-0/+2
* efl_ui_popup: add timeout signalTaehyub Kim2017-11-272-0/+2
* efl_ui_popup_alert: Define Clicked_Event structureJaehyun Cho2017-11-273-11/+29
* efl_ui_popup: Replace group_add/del with constructor/destructorJaehyun Cho2017-11-2710-51/+67
* efl_ui_popup: Code refactoring to replace legacy APIsJaehyun Cho2017-11-2714-332/+285
* efl_ui_popup: remove parent_window_get methodJinYong Park2017-11-273-18/+30
* efl_ui_popup: replace title_set to efl_text_set with efl_partJinYong Park2017-11-275-30/+76
* test_popup: Fix Efl Ui Popup Anchor test titleJaehyun Cho2017-11-271-1/+1
* efl_ui_popup: add timeout propertyTaehyub Kim2017-11-274-1/+93
* efl_ui_popup_anchor: add Efl.Ui.Popup.Anchor classJinYong Park2017-11-278-0/+615
* efl_ui_popup: remove unnecessary function callJinYong Park2017-11-271-4/+1
* efl_ui_popup_alert_scroll: check sizing evaluation while scroller is changedTaehyub Kim2017-11-272-0/+7
* efl_ui_popup: remove efl_ui_popup_position_setJinYong Park2017-11-273-22/+7
* efl_ui_popup: use efl_data_scope_get instead of using 'self' objectJinYong Park2017-11-272-19/+16
* efl_ui_popup_alert_text: add Efl.Ui.Popup.Alert.Text ClassTaehyub Kim2017-11-278-0/+271
* efl_ui_popup_alert_scroll: add Efl.Ui.Popup.Alert.Scroll classTaehyub Kim2017-11-278-0/+323
* efl_ui_popup: cover the corner case of popup sizing evaluationTaehyub Kim2017-11-271-1/+1
* efl_ui_popup_alert: add Efl.Ui.Popup.Alert classTaehyub Kim2017-11-279-0/+525
* efl_ui_popup: make popup size expandableTaehyub Kim2017-11-271-0/+10
* efl_ui_popup: add align and position propertiesTaehyub Kim2017-11-274-15/+189
* efl_ui_popup: add bg_set and bg_repeat_events_set/get APIJinYong Park2017-11-275-11/+159
* efl_ui_popup: add Efl.Ui.Popup classTaehyub Kim2017-11-278-0/+235
* efl_ui_bg: add Efl.Gfx.color_get.Sungtaek Hong2017-11-273-24/+43
* elm: fix legacy codeMarcel Hollerbach2017-11-261-0/+9
* ecore-wl2: Fix resource leakChris Michael2017-11-261-1/+7
* elm_code: set the color scheme from the default edc.Al Poole2017-11-262-75/+95
* ecore ipc/con: fix nasty ... they dont mutually excludeCarsten Haitzler (Rasterman)2017-11-262-2/+0
* elm ifrace scrollable - fix uninitialized values on scroll asjustCarsten Haitzler (Rasterman)2017-11-241-3/+3
* efl ui slider - fix crashes with fmt callback data and class dataCarsten Haitzler (Rasterman)2017-11-241-3/+3
* elua: correctly wrap gettext funcsDaniel Kolesa2017-11-242-21/+38
* elua - use safeptr with lightuserdata to work around luajit 64bit issueCarsten Haitzler (Rasterman)2017-11-242-14/+13
* eina safepointer - mimic 47 bit eoid patchCarsten Haitzler (Rasterman)2017-11-241-7/+20
* eo - by default on 64bit only use 47 bits because of luajitCarsten Haitzler (Rasterman)2017-11-241-9/+30
* mbe: Fix invalid part handlingJean-Philippe Andre2017-11-242-33/+12
* win: Fix window background EO APIsJean-Philippe Andre2017-11-241-2/+0
* elm: add custom access state for Elm.HoverLukasz Stanislawski2017-11-242-0/+11
* layout: Fix erroneous warnings (from earlier patch)Jean-Philippe Andre2017-11-241-4/+5
* elm_part: Mark as auto-unref before finalizeJean-Philippe Andre2017-11-241-6/+10
* eo: Make sure auto_unref only applies after finalizeJean-Philippe Andre2017-11-241-3/+3
* part bg: Fix up some unnecessary complexityJean-Philippe Andre2017-11-247-120/+76
* efl_ui_layout: create efl_ui_bg when efl_part for background is called.Sungtaek Hong2017-11-2411-5/+411
* Efl.Ui.Format: add string format checking for user inputAmitesh Singh2017-11-241-0/+76
* widget: Add EINA_UNUSEDJean-Philippe Andre2017-11-241-1/+1