summaryrefslogtreecommitdiff
path: root/src/lib/elc_ctxpopup.c
Commit message (Expand)AuthorAgeFilesLines
* Change elm according to the renaming of the eo_add() current object.Tom Hacohen2016-03-151-2/+2
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-4/+3
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-3/+4
* Fix warnings following migration to Eo4.Tom Hacohen2016-03-031-1/+0
* Automatic migration to Eo4.Tom Hacohen2016-03-031-26/+25
* ctxpopup: completely disable focus-setting on showMike Blumenkrantz2016-02-171-2/+4
* ctxpopup: add geometry,update smart callback.Hermet Park2016-01-081-0/+4
* Elm config: use a name instead of elm_widget_type_getMarcel Hollerbach2015-12-211-1/+1
* elm: Fix typos fun!Daniel Juyung Seo2015-10-291-1/+1
* focus: add the focus_direction feature about item.Jaehwan Kim2015-09-251-2/+2
* focus: add the APIs to set the focus next about item.Jaehwan Kim2015-09-151-3/+3
* elm autofocus show - fix cases where focus is inside containersCarsten Haitzler (Rasterman)2015-09-101-0/+1
* ctxpopup: enhance atspi state information and actions.Lukasz Stanislawski2015-07-021-0/+12
* etc_ctxpopup, elm_gengrid, elm_notify: porting evas smart callbacks to eoAvi Levin2015-07-021-2/+2
* Adjust usage of eo_constructor() according to recent changes.Tom Hacohen2015-05-201-4/+8
* ctxpopup: Added item_focus_set/item_focus_get.Amitesh Singh2015-05-191-0/+15
* Revert "Fix for T2042 ctxpopup don’t know its size"ChunEon Park2015-03-101-2/+0
* Fix for T2042 ctxpopup don’t know its sizeChunEon Park2015-03-091-0/+2
* Fix code to conform to recent Eo changes.Tom Hacohen2015-02-231-3/+4
* Object Items: replace most of del_pre functions with destructor.Daniel Zaoui2014-11-121-15/+14
* Object Items: remove legacy APIs.Daniel Zaoui2014-11-121-12/+0
* Object Items: remove casts that are no more needed.Daniel Zaoui2014-11-121-6/+6
* Elm Ctxpopup item: Migrate to EoDaniel Zaoui2014-11-121-90/+82
* atspi: properly include at-spi headers.Lukasz Stanislawski2014-10-171-8/+3
* Eo related: Change according to recent changes in eo_add().Tom Hacohen2014-09-251-1/+0
* update according to Eolian syntax changesdevs/q66/eolian_syntaxDaniel Kolesa2014-08-211-1/+1
* ctxpopup: Fix wrong popup size.Mykyta Biliavskyi2014-08-041-2/+13
* ctxpopup: fix arrow geometry set.Mykyta Biliavskyi2014-08-041-2/+2
* atspi: expose more actions through atspi bus.Lukasz Stanislawski2014-07-251-0/+19
* ctxpopup: Add get_items, get_last_item, get_first_item, get_next_item and get...Michal Jagiello2014-07-031-29/+119
* atspi:Set roles for widgetsZbigniew Kosinski2014-06-111-1/+6
* Elm: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-031-5/+5
* elm: call elm_widget_item_del instead of elm_object_item_del inside elementary.Daniel Juyung Seo2014-05-101-2/+4
* ctxpopup: Fixes that remains diskselector when dismissed ctxpopup of elm_date...Ryuan Choi2014-05-091-1/+1
* ctxpopup should not blindly show arrows when they are not wanted by the themezmike2014-04-281-12/+22
* Eolian: fix names for elc widgets.Daniel Zaoui2014-04-221-32/+32
* ctxpopup: dimiss ctxpopup if escape key is pressed.ChunEon Park2014-04-171-1/+1
* ctxpopup: apply key bindingJaeun Choi2014-04-171-30/+43
* ctxpopup: sd->box null check and event_flag set for previous and next focus m...Jaeun Choi2014-04-171-10/+8
* widgets - don't handle the events(key,mouse) if the object is disabled.ChunEon Park2014-04-161-1/+0
* Ctxpopup: Adjusted to Eo2.Tom Hacohen2014-04-101-14/+13
* Workaround broken popup on TerminologyIván Briano2014-03-311-1/+10
* Eolian: Integration of Ctx PopupDaniel Zaoui2014-03-201-383/+103
* Eolian: Integration of Elm WidgetDaniel Zaoui2014-03-171-14/+14
* elm: Remove unused variablesChris Michael2014-03-061-2/+0
* fix ctxpopup getting min size from content immediately on setCarsten Haitzler (Rasterman)2014-03-061-5/+1
* ctxpopup: add a new api for ctxpopup which makes ctxpopup not to hide automat...Bora Hwang2014-02-091-5/+58
* access: Add smart signal "access,changed"Jaehwan Kim2014-02-081-0/+1
* elm_layout now supports focused/unfocused smart callbackWooHyun Jung2014-02-061-2/+2
* elementary - override widget translation but work also the base widget's beha...ChunEon Park2014-01-231-0/+2