summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Update NEWS and bump version for 1.16.0-beta2 releasev1.16.0-beta2Stefan Schmidt2015-10-192-1/+17
* atspi: fix typoLukasz Stanislawski2015-10-193-6/+6
* test_genlist: set focus on popup's buttonAmitesh Singh2015-10-171-0/+1
* toolbar: shutup compiler warning.Cedric BAIL2015-10-151-1/+1
* toolbar: delay evaluation of the toolbar size until it stabilize.Cedric BAIL2015-10-152-5/+12
* toolbar: remove useless call to _sizing_eval.Cedric BAIL2015-10-151-4/+0
* border: bring sparklebear theme up-to-date with current efl renderingMike Blumenkrantz2015-10-151-0/+24
* deskmirror: unset proxy.source_clip for urgency effectsMike Blumenkrantz2015-10-151-0/+3
* example: genlist - intialize buffer array to 0Amitesh Singh2015-10-141-1/+1
* example: genlist - intialize buffer array to 0Amitesh Singh2015-10-141-1/+1
* example: glview - use delete to deallocate memoryAmitesh Singh2015-10-141-1/+1
* example: glview - use delete to deallocate memoryAmitesh Singh2015-10-141-1/+1
* elementary: Fix genlist example to not free data until After it hasChris Michael2015-10-141-4/+6
* elementary: Remove unused static variableChris Michael2015-10-141-1/+0
* elementary: Remove unused static variableChris Michael2015-10-141-1/+0
* elementary: Remove unused variablesChris Michael2015-10-141-3/+0
* elementary: Remove unused functionChris Michael2015-10-141-10/+0
* elementary: Remove unused static varibleChris Michael2015-10-141-5/+0
* elementary: Remove unused variableChris Michael2015-10-141-1/+0
* elementary: Fix passing wrong parameterChris Michael2015-10-141-1/+1
* elementary: Fix passing wrong parameterChris Michael2015-10-141-1/+1
* elementary: Remove unused static variableChris Michael2015-10-141-1/+0
* elementary: Remove unused static variableChris Michael2015-10-141-2/+0
* elm_test: Fix bug in GLView testJean-Philippe Andre2015-10-141-1/+2
* toolbar: do not change align for "noicon" toolbar itemsMike Blumenkrantz2015-10-131-2/+0
* image: remove unused variablesAmitesh Singh2015-10-131-2/+0
* elm_image: let's not trigger confusing update add.Cedric BAIL2015-10-121-2/+0
* elm_hoversel: fix to show dismiss animationJee-Yong Um2015-10-122-11/+69
* elementary: Fix calling ecore_evas_wayland_move with improper valuesChris Michael2015-10-121-1/+5
* release: Update NEWS and bump version for 1.16.0-beta1 releasev1.16.0-beta1Stefan Schmidt2015-10-122-1/+4
* Revert "gengrid : add all_contents_unset API in gengrid for reusing contents."SangHyeon Lee2015-10-122-28/+0
* toolbar: Fix crash on more_item when shrink mode is set with no item.Jaehyun Cho2015-10-121-0/+2
* gengrid : add all_contents_unset API in gengrid for reusing contents.SangHyeon Lee2015-10-122-0/+28
* elm cursor - fix hotspot tracking to actually work rightCarsten Haitzler (Rasterman)2015-10-101-9/+26
* elm cusro config - move elm to by default look for cursors in themeCarsten Haitzler (Rasterman)2015-10-105-7/+11
* elm cursors - if min size is too small then force it to be saneCarsten Haitzler (Rasterman)2015-10-101-0/+5
* tests: add new tests for AT-SPI beta API.Lukasz Stanislawski2015-10-063-3/+325
* list: set atspi parent despite atspi mode.Lukasz Stanislawski2015-10-062-6/+4
* 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