summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl.gfx: move scale{} from efl.ui.base to efl.gfxdevs/ami/scale_fixAmitesh Singh2017-12-0438-120/+120
* edje: fix NULL ptr dereferenceAmitesh Singh2017-12-011-2/+2
* elm_genlist: use the correct elm_object_focus_get functionMarcel Hollerbach2017-11-301-1/+1
* efl_ui_focus_composition: fix docsMarcel Hollerbach2017-11-301-1/+4
* elm_code: Make test buttons more meaningfulAndy Williams2017-11-302-6/+6
* elm_code: Call parent theme_apply when we're applyingAndy Williams2017-11-301-0/+2
* eina_file: make sure we use a stringshare when virtualized.Al Poole2017-11-302-3/+3
* edje legacy: replace Edje_Object with Evas_ObjectAmitesh Singh2017-11-301-134/+134
* edje: fix the typo in prev commitAmitesh Singh2017-11-301-1/+1
* Efl.Ui.Base: remove base_scale.get{} from interface.Amitesh Singh2017-11-304-31/+6
* elm tests: show nstate & slider_interval widgets in Efl.Ui scopeAmitesh Singh2017-11-301-2/+2
* Efl.Gfx.Shape: fix efl_super() call.Amitesh Singh2017-11-301-1/+1
* Efl.Gfx.Path: add missing EOLIAN prefixes to eolian functions.Amitesh Singh2017-11-301-23/+23
* Efl.Gfx.Shape: add missing EOLIAN prefixes to eolian functions.Amitesh Singh2017-11-301-16/+16
* Efl.Gfx.Shape: implement Gfx.Path.interpolate{}Amitesh Singh2017-11-303-23/+7
* evas: Animation is a property not method set+getJean-Philippe Andre2017-11-301-12/+8
* eolian: Warn less on duplicate beta APIsJean-Philippe Andre2017-11-301-1/+1
* efl: Introduce interface Efl.DupJean-Philippe Andre2017-11-3035-86/+121
* evas: Implement scale API in proper EO fashionJean-Philippe Andre2017-11-3019-81/+90
* edje: Move perspective to legacyJean-Philippe Andre2017-11-304-152/+159
* elm_code: If showing line numbers don't resize at 10 lines.Andy Williams2017-11-291-2/+4
* elm_code: Don't bold beginnings of linesAndy Williams2017-11-291-0/+2
* focus: fix build break after previous commit.Amitesh Singh2017-11-291-1/+1
* focus: remove focus.get{} from widget.eoAmitesh Singh2017-11-2927-76/+53
* edje: Move text_change_cb to legacy onlyJean-Philippe Andre2017-11-294-26/+29
* edje: Move "preload" to legacy onlyJean-Philippe Andre2017-11-293-22/+23
* edje: Implement Efl.File.load_errorJean-Philippe Andre2017-11-294-41/+20
* elm_part_helper: Change macro name for default content partJaehyun Cho2017-11-2918-18/+18
* evas: Remove duplicated codeYeongjong Lee2017-11-291-19/+8
* 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