summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* atspi: add global event emitterdevs/stanluk/perfLukasz Stanislawski2015-10-0112-185/+364
* atspi: use eldbus fallback interfaceLukasz Stanislawski2015-10-011-321/+327
* atspi: reduce memory footprintLukasz Stanislawski2015-10-011-28/+20
* build: remove colorclass generated filesMike Blumenkrantz2015-10-011-11/+1
* elc_multibuttonentry: add item disable supportShilpa Singh2015-10-012-0/+14
* multibuttonentry: Fix MBE item box min size calc error.woochan lee2015-10-011-10/+1
* multibuttonentry: code refactoring.ChunEon Park2015-10-011-12/+8
* multibuttonentry: Fix padding to be affected by base_scale in edc.woochan lee2015-10-011-4/+8
* entry: remove evas_object_propagate_events_set() calls on buttons in test.ChunEon Park2015-10-011-107/+0
* po: update po filesStefan Schmidt2015-10-0128-1169/+1169
* test/entry: add editable setThiep Ha2015-10-011-0/+17
* elc_multibuttonentry: Memory leak fix.Shilpa Singh2015-10-011-0/+4
* colorclass: fix leaks on editor creationMike Blumenkrantz2015-09-301-1/+8
* colorclass: remove remote editor, make base api publicMike Blumenkrantz2015-09-305-108/+70
* po: Add Vietnamese translationThiep Ha2015-09-302-1/+326
* test_gengrid: Add test case for elm_gengrid_at_xy_item_getAmitesh Singh2015-09-291-0/+17
* spinner: fix extra callback callsAndrii Kroitor2015-09-291-9/+6
* fix typo in elm_map_overlay_group_members_get API docAmitesh Singh2015-09-281-1/+1
* fix typos in APIs docAmitesh Singh2015-09-289-9/+9
* genlist: refractor item focus update codeAmitesh Singh2015-09-281-33/+26
* Revert "index: fix index object got a wrong min value."Woochan Lee2015-09-261-2/+2
* flipselector.edc: array size +1 to prevent loosing last character.Woochan Lee2015-09-261-1/+1
* multibuttonentry: fix MBE item clear, item delete logic error.Woochan Lee2015-09-261-29/+8
* elm_calendar: weekdays do not get translated when language is dynamically cha...Shilpa Singh2015-09-262-82/+45
* focus: change the focus don't stay to scroller.Jaehwan Kim2015-09-252-24/+88
* focus: add the focus_direction feature about item.Jaehwan Kim2015-09-2520-108/+93
* toolbar_item: use actual doc refsDaniel Kolesa2015-09-241-4/+4
* spinner: Fix internal logic about special value show instead of number.Woochan Lee2015-09-241-1/+1
* [Genlist] Added correct container_get callback for filter iterator.Shashank Pandey2015-09-243-5/+14
* calendar: weekday update when first day of week changed.woochan lee2015-09-231-2/+7
* elc_popup: ported eo_event callbacks to use eo_event arraysVivek Ellur2015-09-231-9/+15
* elc_player: ported eo_event callbacks to use eo_event arraysVivek Ellur2015-09-231-18/+41
* elc_multibuttonentry: ported eo_event callbacks to use eo_event callback arrayVivek Ellur2015-09-231-8/+21
* elm_spinner: ported eo_event_callbacks to use eo_event arraysVivek Ellur2015-09-231-21/+46
* spinner: delete longpress timer when scroller enabled.woochan lee2015-09-231-0/+21
* test_genlist: fix compilation warningsAmitesh Singh2015-09-231-1/+3
* Elm_genlist: Add Item filtering supportShashank Pandey2015-09-237-8/+449
* elm_toolbar: fix elm_toolbar_select_mode_set APIHosang Kim2015-09-231-2/+1
* gengrid: rename function _elm_gengrid_item_focus_raise to _elm_gengrid_item_f...Amitesh Singh2015-09-231-3/+3
* gengrid: move item focus related code to internal _elm_gengrid_item_focused()Amitesh Singh2015-09-231-9/+9
* gengrid: fix duplicate edje signal (elm,state,focused) to item on focusAmitesh Singh2015-09-231-1/+0
* elm_conformant: display mode set fixShilpa Singh2015-09-231-2/+4
* [elm_win] Possible memory leak Fixed.Prince Kumar Dubey2015-09-231-0/+2
* elm - fix focus set on focus in on window due to previous focus fixCarsten Haitzler (Rasterman)2015-09-211-2/+8
* [spinner] Notify when value is edited directlyAndy Williams2015-09-201-0/+2
* fix typos in APIs docAmitesh Singh2015-09-192-3/+3
* Eo: move Focus Direction to elm_general.eotDaniel Zaoui2015-09-184-30/+29
* test_dnd: transfer text without markup when drag labelThiep Ha2015-09-181-2/+14
* dnd/x11: correct coordinates in pos callbackThiep Ha2015-09-182-6/+35
* focus: remove checking the focus origin in highlight job.Jaehwan Kim2015-09-181-5/+1