summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm_map: the widget use efreet cache home to save image files to, so efreet s...elementary-1.9Tae-Hwan Kim2014-09-031-0/+3
* Genlist: do not segv if the user clear the list on item double-clickdavemds2014-08-091-9/+14
* Gengrid: fix position calculationdavemds2014-08-091-4/+3
* edbus: fix dlopening of the right library.Philippe Coval2014-07-071-1/+2
* fileselector: Make selected_set actually select the fileRyuan Choi2014-07-021-1/+1
* release: Update NEWS and bump version for 1.9.5 releasev1.9.5Stefan Schmidt2014-06-022-2/+10
* README: updated version number to 1.9.4Daniel Juyung Seo2014-05-271-1/+1
* elm_test: Set PACKAGE_LIB_DIR to fix windows runtimeJean-Philippe Andre2014-05-201-0/+1
* release: Update NEWS and bump version for 1.9.4 releasev1.9.4Stefan Schmidt2014-05-152-2/+17
* spinner: removed return value in the void return type function.ChunEon Park2014-04-291-1/+1
* ctxpopup should not blindly show arrows when they are not wanted by the themezmike2014-04-281-12/+22
* ctxpopup bg theme should block all mouse events, not just left buttonzmike2014-04-281-1/+1
* genlist: Removed unnecessary item show call on multi select.Daniel Juyung Seo2014-04-271-2/+0
* toolbar: Fixed wrong edje api usage for elm objects.Daniel Juyung Seo2014-04-271-1/+1
* entry no longer completely breaks focus by focusing itself on selection signalzmike2014-04-261-1/+0
* naviframe: Emit visible/invisible signals when view is shown/hiddenJaehyun Cho2014-04-241-0/+5
* tooltips position more accurately in X in xineramazmike2014-04-221-1/+10
* ctxpopup: sd->box null check and event_flag set for previous and next focus m...Jaeun Choi2014-04-171-11/+8
* spinner: fixed odd behavior of the spinnerJaeun Choi2014-04-171-12/+5
* release: Update NEWS and bump version for 1.9.3 releasev1.9.3Stefan Schmidt2014-04-142-2/+11
* fix left over soft cursors in elmCarsten Haitzler (Rasterman)2014-03-311-0/+8
* efm theme bg swallow now stacks correctlyMike Blumenkrantz2014-03-281-2/+6
* spinner: crash issue on deletion fixChunEon Park2014-03-281-0/+1
* elm win - fix tracking of current position to properly store it in win objCarsten Haitzler (Rasterman)2014-03-261-0/+3
* toolbar - fixed to use elm apis for elm objectsChunEon Park2014-03-251-4/+4
* release: Update NEWS and bump version for 1.9.2 releasev1.9.2Stefan Schmidt2014-03-242-2/+23
* prefs: Add EVIL_LIBS to build to avoid problems with missing regex.h under mingwStefan Schmidt2014-03-241-1/+1
* genlist: Fixed item multi/single selection routine to skip disabled itemDaniel Juyung Seo2014-03-241-14/+42
* list: Fixed item multi/single selection routine to skip disabled item correctly.Daniel Juyung Seo2014-03-241-14/+26
* genlist no longer crashes if a selected item is deleted during deselect_allzmike2014-03-232-7/+14
* genlist needs to iterate exactly once over a fixed list when deselcting all i...zmike2014-03-231-2/+6
* naviframe : Fixed the overlap issue during multiple push.Subhransu Sekhar Mohanty2014-03-221-4/+2
* fix scrollbar to be clickable even if vieport is tiny compared to contentCarsten Haitzler (Rasterman)2014-03-211-2/+2
* access: Fixed memory leak.Daniel Juyung Seo2014-03-211-2/+1
* index: Set variable to NULL after free.Daniel Juyung Seo2014-03-211-0/+1
* atspi_object: Added missing comma.Daniel Juyung Seo2014-03-211-1/+1
* diskselector: Compare correct variables.Daniel Juyung Seo2014-03-211-1/+1
* list/genlist: Fixed Home and End key event handling routine.Daniel Juyung Seo2014-03-212-18/+28
* entry - entry did word wrapping even the mode was ELM_WRAP_NONE.ChunEon Park2014-03-171-2/+10
* segment_control, toolbar: Fixed broken scale of widget item.Daniel Juyung Seo2014-03-162-3/+4
* entry - fixed calc issue of the wrap none mode.ChunEon Park2014-03-151-0/+5
* theme overlays - fix to prepend on overlay to be semantically consistentCarsten Haitzler (Rasterman)2014-03-151-13/+23
* Ship missing headers, and remove wrong includesTom Hacohen2014-03-126-4/+4
* release: Update NEWS and bump version for 1.9.1 releasev1.9.1Stefan Schmidt2014-03-122-2/+30
* elm_win: Unbreak the ABI break of window type.Daniel Juyung Seo2014-03-121-1/+1
* actionslider: Fixed mouse movement issue.prashant2014-03-112-8/+8
* @fix slider overlay parentingzmike2014-03-091-0/+1
* entry - send selection,cleared signal if a selection is dismissed.ChunEon Park2014-03-081-0/+3
* naviframe: Fix smart_show function to show only top item viewJaehyun Cho2014-03-071-0/+12
* Avoid Month wrapping by ignoring summer time correction.Shilpa Singh2014-03-061-3/+3