summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm: Add new key bindings infrastucturedevs/bu5hm4n/key_bindingsMarcel Hollerbach2015-12-185-1/+174
* elm_widget: correct declaration of function with no parametersStefan Schmidt2015-11-261-1/+1
* test: correct declaration of function with no parametersStefan Schmidt2015-11-261-1/+1
* elm_prefcs_cc: correct declaration of function with no parametersStefan Schmidt2015-11-261-3/+3
* atspi: remove useless "GetDefaultAttributeSet" methodLukasz Stanislawski2015-11-261-1/+0
* comp base: allow mouse events to propagate through comp base -> wallpaperMike Blumenkrantz2015-11-251-1/+1
* atspi: fix default text attribute signatureLukasz Stanislawski2015-11-251-3/+1
* notify: remove duplicate call of _sizing_eval.Amitesh Singh2015-11-241-2/+0
* Popup Example: Fix size calculation issue in popupAditya Raj2015-11-241-1/+1
* table: implement Evas.Object_Smart.calculateMike Blumenkrantz2015-11-232-0/+9
* ibar: stop mouse-in animation after current animation completesMike Blumenkrantz2015-11-231-6/+16
* Entry focus region : if single line, show the whole object.indefini2015-11-231-0/+7
* theme: add DBG() message when style is set to default (fallback)Jee-Yong Um2015-11-231-1/+6
* datetime: fix field arrange code for dynamically field sequence change case.woochan lee2015-11-231-1/+1
* multibuttonentry: internal entry cnp mode set as "ELM_CNP_MODE_PLAINTEXT".woochan lee2015-11-231-0/+1
* multibuttonentry: change default format count.woochan lee2015-11-231-1/+1
* atspi: typo fixLukasz Stanislawski2015-11-211-1/+1
* atspi: support key modifers in bridge.Lukasz Stanislawski2015-11-211-1/+23
* atspi: move root object creation to atspi class.Lukasz Stanislawski2015-11-205-47/+58
* notify: fix hide animationAmitesh Singh2015-11-201-13/+3
* notify: fix broken timeout feature in elm_notifyAmitesh Singh2015-11-202-0/+5
* atspi: unprotect subset of methodsLukasz Stanislawski2015-11-181-8/+8
* gengrid: Prevent duplicated selected function calls when item is unselected i...Youngbok Shin2015-11-181-3/+5
* Elm entry: Keep cursor at inserted position after dnd.Subodh Kumar2015-11-181-5/+0
* win: only perform maximize frame state updating during ecore-evas callbackMike Blumenkrantz2015-11-171-19/+18
* Clouseau: handle case when the library is not installedDaniel Zaoui2015-11-121-2/+2
* elm_prefs: mark some local symbols static and align thus with their declarationStefan Schmidt2015-11-111-6/+6
* elm_prefs: remove some unused functionsStefan Schmidt2015-11-111-30/+0
* elm_transit: mark some local symbols staticStefan Schmidt2015-11-111-7/+7
* elm_map: mark some local symbols staticStefan Schmidt2015-11-111-5/+5
* elm_main: mark some local symbols staticStefan Schmidt2015-11-111-2/+2
* Genlist: Fixed a possible crash in filter iterator and a typo.shashank.p2015-11-112-3/+5
* hoversel: add item disabling support.godly.talias2015-11-104-0/+19
* slider: fix slider focus bugHosang Kim2015-11-101-1/+1
* spinner: code clean up for readability.woochan lee2015-11-091-2/+31
* spinner: add entry filter for accepted only digits and "."woochan lee2015-11-092-0/+48
* segment_control: fix variable affectationJean Guyomarc'h2015-11-091-3/+3
* hoversel: refactor a bit to avoid code duplication.Subodh Kumar2015-11-091-37/+26
* genlist: modified first/last/prev/next get API for filtered list.shashank.p2015-11-095-17/+91
* conform: retry connect to indicator when confrom fails connect.Shinwoo Kim2015-11-091-2/+4
* naviframe: subtitle,show signal not sentShilpa Singh2015-11-091-5/+5
* index: internal item's edje object handling logic changed to improve performa...woochan lee2015-11-091-29/+38
* toolbar: reduce changing widget parent-child relationship when an item is added.Youngbok Shin2015-11-091-10/+6
* toolbar: add item_signal_emit.Shilpa Singh2015-11-092-0/+10
* toolbar: remove a legacy code.Youngbok Shin2015-11-091-1/+0
* colorselector: read color names instead of RGBA when accessibility is setShilpa Singh2015-11-093-15/+202
* hover/hoversel: clean up code for getting edje_object_dataJee-Yong Um2015-11-092-8/+8
* conform: if window is in background, indicator must not update the plug infor...Prince Kumar Dubey2015-11-092-0/+43
* calendar: weekdays do not get translated when language is dynamically changed...Shilpa Singh2015-11-092-80/+43
* hoversel: do item view creation at the time of item addition.godly.talias2015-11-093-42/+66