summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bg: do not make background accessibility object.Lukasz Stanislawski2015-12-013-27/+4
* atspi: add type of accessibility objectLukasz Stanislawski2015-12-014-15/+95
* elm_font: correct argument order for calloc()Stefan Schmidt2015-11-301-2/+2
* test: correct argument order for calloc()Stefan Schmidt2015-11-301-1/+1
* test_gesture_layer: correct argument order for calloc()Stefan Schmidt2015-11-302-2/+2
* atspi: correct argument order for calloc()Stefan Schmidt2015-11-302-5/+5
* test_access: correct argument order for calloc()Stefan Schmidt2015-11-301-2/+2
* elementary: Fix test_colorclass functionChris Michael2015-11-302-2/+2
* Entry: add markup cnp handlersDaniel Hirt2015-11-302-0/+17
* 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
* 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
* 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-201-0/+1
* 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-103-0/+14
* 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