summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_ui_popup_alert_scroll: Add expandable propertydevs/jaehyun/efl_popup_alert_scrollJaehyun Cho2017-12-088-36/+373
* Efl.Ui.Popup: add popup_size propertyTaehyub Kim2017-12-063-1/+24
* Efl.Ui.Popup: calculate the alignment when the size is changedTaehyub Kim2017-12-062-1/+9
* efl/calendar.edc: fix redefinition errorWooHyun Jung2017-12-051-2/+2
* efl_ui_calendar: apply new theme policyWooHyun Jung2017-12-052-45/+589
* efl_ui_popup: Fix class namesJaehyun Cho2017-12-0511-16/+16
* efl_ui_popup_alert: refactor popup_alert_partSungtaek Hong2017-12-051-119/+72
* elm: introduce ELM_PART_OVERRIDE_PARTIALSungtaek Hong2017-12-048-42/+60
* efl_ui_popup: remove unnecessary overidesSungtaek Hong2017-11-304-56/+13
* efl_ui_spin_button: Replace legacy widgets to efl ui widgets.Woochan Lee2017-11-301-27/+20
* efl_ui_popup: apply new theme logic for alert_scroll, alert_textSungtaek Hong2017-11-295-10/+46
* efl_ui_popup: apply new theme logic for efl_ui_popupSungtaek Hong2017-11-297-249/+291
* edje: Implement Efl.File.load_errorJean-Philippe Andre2017-11-294-41/+20
* elm_code_widget: change efl_add to legacy_addSungtaek Hong2017-11-293-10/+27
* efl_ui_widget: make Elm.Widget.theme, Elm.Widget.theme_object internalSungtaek Hong2017-11-2915-73/+37
* efl_ui_widget: find theme just once in layout inherited widgetSungtaek Hong2017-11-2915-34/+97
* efl_ui_widget: use elm_widget_element_update to set subobj edcSungtaek Hong2017-11-2910-137/+247
* efl_ui_widget: find new edc resource for efl_ui_widgetsSungtaek Hong2017-11-2934-88/+1105
* efl_ui_widget: add new internal EAPI for new group nameSungtaek Hong2017-11-2912-43/+177
* test: Adjust eo flag for popup test casesJean-Philippe Andre2017-11-291-5/+5
* elementary: Remove set but unused variablesChris Michael2017-11-281-4/+0
* efl_ui_spin: Support value change using mouse wheel.Woochan Lee2017-11-283-4/+24
* test_part_bg: Clean up code.Woochan Lee2017-11-281-23/+25
* efl_ui_popup: Replace Efl.Container to Efl.Content to rebaseJaehyun Cho2017-11-286-29/+16
* efl_ui_popup_alert: Remove expandable property for nowJaehyun Cho2017-11-287-188/+6
* examples: Add popup cxx exampleJaehyun Cho2017-11-283-0/+327
* efl_ui_popup: Make backwall efl part object of Efl.Ui.PopupJaehyun Cho2017-11-286-51/+106
* efl_ui_popup: Rename bg_set with backwall_setJaehyun Cho2017-11-285-50/+50
* test_ui_popup: Move code for Efl.Ui.Popup classes from test_popupJaehyun Cho2017-11-285-595/+541
* test_popup: modify Efl.Ui.Popup Sample CodeTaehyub Kim2017-11-281-87/+274
* efl_ui_popup: add _calc_align function in sizing eval functionTaehyub Kim2017-11-281-0/+2
* efl_ui_popup: add timeout signalTaehyub Kim2017-11-282-0/+2
* efl_ui_popup_alert: Define Clicked_Event structureJaehyun Cho2017-11-283-11/+29
* efl_ui_popup: Replace group_add/del with constructor/destructorJaehyun Cho2017-11-2810-51/+67
* efl_ui_popup: Code refactoring to replace legacy APIsJaehyun Cho2017-11-2814-332/+285
* efl_ui_popup: remove parent_window_get methodJinYong Park2017-11-283-18/+30
* efl_ui_popup: replace title_set to efl_text_set with efl_partJinYong Park2017-11-285-30/+76
* test_popup: Fix Efl Ui Popup Anchor test titleJaehyun Cho2017-11-281-1/+1
* efl_ui_popup: add timeout propertyTaehyub Kim2017-11-284-1/+93
* efl_ui_popup_anchor: add Efl.Ui.Popup.Anchor classJinYong Park2017-11-288-0/+615
* efl_ui_popup: remove unnecessary function callJinYong Park2017-11-281-4/+1
* efl_ui_popup_alert_scroll: check sizing evaluation while scroller is changedTaehyub Kim2017-11-282-0/+7
* efl_ui_popup: remove efl_ui_popup_position_setJinYong Park2017-11-283-22/+7
* efl_ui_popup: use efl_data_scope_get instead of using 'self' objectJinYong Park2017-11-282-19/+16
* efl_ui_popup_alert_text: add Efl.Ui.Popup.Alert.Text ClassTaehyub Kim2017-11-288-0/+271
* efl_ui_popup_alert_scroll: add Efl.Ui.Popup.Alert.Scroll classTaehyub Kim2017-11-288-0/+323
* efl_ui_popup: cover the corner case of popup sizing evaluationTaehyub Kim2017-11-281-1/+1
* efl_ui_popup_alert: add Efl.Ui.Popup.Alert classTaehyub Kim2017-11-289-0/+525
* efl_ui_popup: make popup size expandableTaehyub Kim2017-11-281-0/+10
* efl_ui_popup: add align and position propertiesTaehyub Kim2017-11-284-15/+189