summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* elm_win: Initilize the variable 'preferred_rot' as a -1 before invoking _elm_...Seunghun Lee2015-08-251-3/+3
* release: Update NEWS and bump version for 1.15.1 releaseDaniel Juyung Seo2015-08-252-2/+26
* test_genlist: fix a typoAmitesh Singh2015-08-241-1/+1
* scroller: fix the misstake. change && -> ||Jaehwan Kim2015-08-241-4/+4
* scroller: fix the focus move bug in scroller.Jaehwan Kim2015-08-241-3/+9
* elm_win: set wm rotation hints _elm_win_xwin_update().Seunghun Lee2015-08-201-0/+8
* genlist: remove unnecessary bracketAmitesh Singh2015-08-191-1/+1
* test_scroller: Fix item count variableVaibhav Gupta2015-08-191-0/+1
* elm popup - simplify if logic to be more compact and readableCarsten Haitzler (Rasterman)2015-08-181-14/+10
* popup: Exceptionally set since as 1.15.1Daniel Juyung Seo2015-08-181-2/+2
* popup: Fix wrong since version in the doc.Daniel Juyung Seo2015-08-181-2/+2
* popup: fix content_area resize in case of custom themeAmitesh Singh2015-08-181-1/+5
* popup: make scroller optional in popupAmitesh Singh2015-08-186-43/+225
* list: fix crash while setting nearest item in viewportAmitesh Singh2015-08-161-3/+0
* cnp: redo wayland drop to nul terminate for text_uri drops and free on every ...Mike Blumenkrantz2015-08-131-12/+5
* cnp: only nul terminate wayland drops for text type dropsMike Blumenkrantz2015-08-131-15/+22
* cnp: end wayland drag on allocation failureMike Blumenkrantz2015-08-131-1/+5
* cnp: pass wayland drop event size to handler, do not nul terminate drop dataMike Blumenkrantz2015-08-131-9/+6
* cnp: fix wayland drop format selectionMike Blumenkrantz2015-08-131-9/+7
* cnp: initialize Elm_Selection_Data.action for wayland dropsMike Blumenkrantz2015-08-131-0/+1
* cnp: init wayland dnd handlers upon creating the first drop targetMike Blumenkrantz2015-08-131-0/+1
* intf scroll: handle wheel logic in post event cb.Amitesh Singh2015-08-072-27/+47
* spinner: Add to support spinner value %d format.woochan lee2015-08-071-2/+29
* Theme: Scroller.edc-Improvement in left/right/top/bottom arrow behavior.Umesh Tanwar2015-08-071-4/+4
* elm_toolbar: fix icon_size to consider edje base scaleSung-Taek Hong2015-08-071-11/+7
* multibuttonentry/spinner: Fix memory leak when eina_strbuf_string_steal is mi...Youngbok Shin2015-08-072-12/+5
* Tooltip: reset content delete callback directly after invocationDaniel Zaoui2015-08-051-3/+2
* focus: add del callback always.Jaehwan Kim2015-08-051-4/+14
* examples: fix attrib name due to change in Evas Canvas3D API.Cedric BAIL2015-08-055-110/+110
* release: Update NEWS and bump version for 1.15.0 releasev1.15.0Stefan Schmidt2015-08-042-1/+13
* test_popup: add popup with content area only exampleAmitesh Singh2015-08-031-2/+58
* test_cnp: remove explicit type castings.Amitesh Singh2015-08-031-3/+3
* Revert "Adds eglfs support"Nicolas Aguirre2015-08-035-26/+5
* Revert "Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfs"Nicolas Aguirre2015-08-032-3/+10
* Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfsFlorent Revest2015-08-032-10/+3
* Adds eglfs supportFlorent Revest2015-08-035-5/+26
* popup: fix resize issue when action area and title area is absent.Amitesh Singh2015-08-031-10/+8
* prefs: add empty field to avoid build warning.ChunEon Park2015-08-031-0/+1
* test_disable: rename window name & title according to test nameAmitesh Singh2015-08-011-1/+1
* colorselector: fixed up the selected processWooHyun Jung2015-08-012-0/+32
* panes: Migrate docs to new Eolian format.Tom Hacohen2015-07-311-191/+55
* grid: convert docsDaniel Kolesa2015-07-311-40/+20
* menu_item: convert docsDaniel Kolesa2015-07-311-73/+27
* panel, pan: convert docsDaniel Kolesa2015-07-312-53/+15
* plug: convert docsDaniel Kolesa2015-07-311-23/+13
* photocam: convert docsDaniel Kolesa2015-07-311-141/+91
* thumb: convert docsDaniel Kolesa2015-07-311-183/+93
* view_form, view_list: convert docsDaniel Kolesa2015-07-312-47/+43
* diskselector: return when the new item is NULLWooHyun Jung2015-07-311-0/+7
* cnp: use ELM_SAFE_FREEAmitesh Singh2015-07-311-2/+1