summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Update NEWS and bump version for 1.16.0-alpha1 releasev1.16.0-alpha1Stefan Schmidt2015-10-052-3/+102
* po: update po filesStefan Schmidt2015-10-0528-476/+476
* tests: disable new atspi parent test for me as it breaksStefan Schmidt2015-10-051-1/+1
* elementary: Comment out (#if 0) unused functionsChris Michael2015-10-051-0/+2
* elm run - be explicit about elm run not nesting in docsCarsten Haitzler (Rasterman)2015-10-051-0/+4
* atspi: add new relationship append/remove/clear APILukasz Stanislawski2015-10-056-54/+270
* atspi: support org.a11y.atspi.Collection interfaceLukasz Stanislawski2015-10-051-9/+711
* Revert "Genlist: only get item data if needed."Tom Hacohen2015-10-041-2/+1
* doc: make sure we actually run the command to get the example screenshotsStefan Schmidt2015-10-041-0/+1
* Genlist: only get item data if needed.Tom Hacohen2015-10-041-1/+2
* config: fix NULL access on invalid config loadingCedric BAIL2015-10-041-1/+1
* elm_hover: delay hover dismiss while handling edje signalJee-Yong Um2015-10-042-17/+88
* elc_naviframe: fix crash in strcmp, if text_set is NULL issueShilpa Singh2015-10-041-1/+5
* elm_hoversel: add elm_hoversel_label_auto_changed_set/get() APIJee-Yong Um2015-10-044-0/+49
* elm_hoversel: refine hoversel scrollability functionJee-Yong Um2015-10-043-90/+191
* elm_video: port eo_event callbacks to use eo_event arraysVivek Ellur2015-10-041-12/+37
* atspi: add translation domain for name and description.Lukasz Stanislawski2015-10-023-1/+56
* atspi: properly set parent.Lukasz Stanislawski2015-10-027-1/+156
* widget_item: emit atspi children-changed only for non-destroyed parent.Lukasz Stanislawski2015-10-022-2/+2
* atspi: fix state macros after extending Elm_Atspi_State_Type.Lukasz Stanislawski2015-10-021-3/+3
* atspi: encapsulate common behaviour in atspi mixin class.Lukasz Stanislawski2015-10-026-129/+58
* Revert "elm_calendar: weekdays do not get translated when language is ..."Tom Hacohen2015-10-022-45/+82
* test_genlist: remove check for array comparision against NULLAmitesh Singh2015-10-021-1/+1
* Merge branch 'devs/stanluk/perf'Lukasz Stanislawski2015-10-0112-520/+697
|\
| * 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