summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* elementary/fileselector - support elm_object_part_text_set() to set the ok, ↵ChunEon Park2013-07-231-0/+1
| | | | cancel button label.
* elementary/layout - revert commit b4e1b33cbea974e7e05d61a1c37c21f97ff7eabd ↵ChunEon Park2013-07-181-1/+0
| | | | for the app compatibility.
* elementary/layout - Send visible/hidden signals whenever contents are ↵ChunEon Park2013-07-171-0/+1
| | | | set/unset (not only icon and end parts)
* elementry/entry - Change the keyboard mode only if the imf is not available.ChunEon Park2013-07-131-0/+3
| | | | | If the imf is available, the keyboard mode should be decided by ime, but not entry. This prevents the asynchorouse states between ime and conformant.
* elm_list.c: fixed elm_object_item_part_content_set bug with 'end' part in ↵Daniel Juyung Seo2013-07-131-0/+1
| | | | elm_list.
* Opps revert this commit. It was my mistake. Sorry.Daniel Juyung Seo2013-07-121-1/+0
| | | | | | Revert "sldkfj" This reverts commit a52b461984914211ee98f390b957b0c370347bfc.
* sldkfjThiep Ha2013-07-121-0/+1
|
* [entry] Fix non-scrollable entry did not comply focus_highlight data.Youngbok Shin2013-07-091-0/+1
| | | | | elm_entry checked focus_highlight data only if entry is scrollable. Now elm_entry will check focus_highlight data on any style of entries.
* [access] add elm_access_highlight_next_set, export elm_widget_focus_region_showShinwoo Kim2013-07-061-0/+1
|
* Change the method to calculate a distance which be scrolled from linear to ↵Jaehwan Kim2013-07-031-0/+2
| | | | | | sine curve. And add the configuration thumbscroll_flick_distance_tolerance. It's the max flick distance.
* Add the ChangeLog and NEWS and update AUTHORS.Jaehwan Kim2013-07-031-0/+1
|
* [Entry] Avoid showing multiple popups on one entry.Thiep Ha2013-07-031-0/+1
| | | | | | | Multiple popups (anchor hover and hoversel) are showing in following cases: - Run elementary_test with Mobile profile --> Entry Anchor + click on anchor to show hover, then press menu key + right click on anchor
* Add the elm_scrollable_interface_content_viewport_resize_cb_set.Jaehwan Kim2013-06-301-0/+1
| | | | When the viewport is resized, the enrolled function is called.
* fileselector : Fix Segfault in elementary file_selector_example when closedRyuan Choi2013-06-271-0/+1
| | | | | | | | | | https://phab.enlightenment.org/T133 list_itc and grid_itc are static variables, but they were managed by file_selector instance. For example, they are allocated two times and first allocated classes are dangling when two file selector are created. This patch moves their init/deinit logic to constructor/destructor of file selector class.
* Update ChangeLog and NEWS for below commit.Ryuan Choi2013-06-251-0/+1
|
* file selector:Add support mime type filterRyuan Choi2013-06-241-0/+1
|
* elementary/ctxpopup - apply current ctxpopup style to the internal list.ChunEon Park2013-06-231-0/+1
|
* ctxpopup - block mouse events when ctxpopup is on dismiss.ChunEon Park2013-06-221-0/+1
|
* [Elm_Entry] Show magnifier when selection handlers are pressed or moved.Thiep Ha2013-06-221-0/+1
| | | | | | | | | | Show magnifier when selection handlers are pressed or moved. This patch is depended on D171 patch. Conflicts: ChangeLog NEWS
* When mouse moves in longpress state, the cursor should be moved alongThiep Ha2013-06-221-0/+1
| | | | | | | | with magnifier. Conflicts: ChangeLog
* Fix elm_scroller_page_show bug. It have to save the wanted values to show ↵Jaehwan Kim2013-06-191-0/+1
| | | | the wanted page.
* In case of scroll in scroll, the child scroller have to bounce if parents ↵Jaehwan Kim2013-06-181-0/+1
| | | | don't have a bounce.
* elementary/naviframe - dont' be popped if the event is freezed and popping ↵ChunEon Park2013-06-161-0/+1
| | | | is going on.
* web/web2 : Deprecated uri. url will be used instead(2).Ryuan Choi2013-06-131-0/+2
| | | | | Sorry, I missed elm_web_legacy.h from previous commit. In addition, updated ChangeLog and NEWS.
* elementary/naviframe - Keep the smart members of the naviframe views ↵ChunEon Park2013-06-111-0/+1
| | | | | | whenever resize object is changed. This prevents the dangling view objects of the naviframe and keep the layer consistency.
* colorselector: Do not send "changed" signal twice when pressed color barRyuan Choi2013-06-111-0/+1
| | | | | Regardless of color selector mode, mouse down captured color. This patch moves callbacks related to picker mode to _start_grab_pick_cb.
* ChangeLog/NEWS: updated changelog and news for focused and unfocused ↵Daniel Juyung Seo2013-06-101-0/+1
| | | | smartcallback addition.
* elementary/conformant - remove the keyboard area in the conformant if the ↵ChunEon Park2013-06-101-0/+1
| | | | keyboard state is off.
* part of the entry magnifier feature set from thiep. still more to go.Carsten Haitzler (Rasterman)2013-06-071-0/+1
|
* elm_clock : The step of hour decimal in editing mode should be 12 not to ↵Ryuan Choi2013-06-061-0/+1
| | | | touch hour unit.
* elementary/naviframe - fix the naviframe to recover the focus when top item ↵ChunEon Park2013-06-051-0/+1
| | | | is deleted
* elm_colorselector: Update color bar when color was picked by color picker.Ryuan Choi2013-06-051-0/+1
|
* elementary/mapbuf - fix the mapbuf to be enabled before it's content is ↵ChunEon Park2013-05-301-0/+1
| | | | | | entirely rendered. This will fix the bad-cases that content is not updated properly if they are changed outside of the viewport
* Current elm_config has _elm_config->glayer_long_tap_start_timeout and ↵Seunggyun Kim2013-05-281-0/+1
| | | | | | | | | | _elm_config->glayer_double_tap_timeout variable but there is no api related to those. Apps like setting want to change gesture tap timeout value on runtime. So I added below APIs. elm_config_glayer_long_tap_start_timeout_set/get elm_config_glayer_double_tap_timeout_set/get
* Add ELM_INPUT_PANEL_LAYOUT_DATETIMEJihoon Kim2013-05-271-0/+1
|
* [list] Add signal emit hook.Tae-Hwan Kim2013-05-271-0/+1
| | | | Add signal emit hook same as genlist.
* elm_colorselector: Can't receive "changed" signal when clicked color palette.Ryuan Choi2013-05-231-0/+1
| | | | | | As document mentioned, "changed" should be emitted when the color value is changed. So, this patch emits "changed" signal when color value is really changed. In addition, fixed some formatting issue of test_colorselector.
* elm_colorselector.c: Set the colorselector color first before calling ↵Daniel Juyung Seo2013-05-231-0/+1
| | | | | | "color,item,selected" callback. Special thanks to Ryuan Choi. This was detected while reviewing his patch.
* Add selection handlers to entryThiep Ha2013-05-211-0/+1
|
* elm_entry : Fix ctxpopup can't be called again in the mobile mode entry.Youngbok Shin2013-05-141-0/+1
|
* arcanist testDaniel Juyung Seo2013-05-111-2/+1
|
* NEWS: fixed formattingDaniel Juyung Seo2013-05-111-2/+3
|
* elm_gesture_layer: fix ecore_timer remaining bug.Seunggyun Kim2013-05-091-0/+1
|
* Revert commit:3654d6e28137cfaf72444d5c5e26b651fabac89e. When stealing focus ↵WooHyun Jung2013-05-081-1/+0
| | | | from another widget, Checking visibility of parent widget is wrong :(
* elementary/elm_widget : Focus cannot be stolen when one of parents is ↵WooHyun Jung2013-05-071-0/+1
| | | | invisible or disabled.
* elementary/elm_entry.c : Add elm_entry smart callback, named text,set,done. ↵WooHyun Jung2013-05-061-0/+1
| | | | This smart callback will be useful when long text has been set and developer want to know the timing of setting whole text to the entry.
* elm_clock : elm_clock_first_interval_set only set first_interval to 1 or 0.Ryuan Choi2013-05-041-0/+1
|
* [access][genlist] do not append NULL to genlist focus listShinwoo Kim2013-05-031-0/+1
|
* [access][gengrid] fix: gengrid does not work under the accessibilityShinwoo Kim2013-05-031-0/+1
|
* ctxpopup - Don't be dead even if a ctxpopup item callback function is null.ChunEon Park2013-05-021-0/+1
|