Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | elementary/fileselector - support elm_object_part_text_set() to set the ok, ↵ | ChunEon Park | 2013-07-23 | 1 | -0/+1 |
| | | | | cancel button label. | ||||
* | elementary/layout - revert commit b4e1b33cbea974e7e05d61a1c37c21f97ff7eabd ↵ | ChunEon Park | 2013-07-18 | 1 | -1/+0 |
| | | | | for the app compatibility. | ||||
* | elementary/layout - Send visible/hidden signals whenever contents are ↵ | ChunEon Park | 2013-07-17 | 1 | -0/+1 |
| | | | | set/unset (not only icon and end parts) | ||||
* | elementry/entry - Change the keyboard mode only if the imf is not available. | ChunEon Park | 2013-07-13 | 1 | -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 Seo | 2013-07-13 | 1 | -0/+1 |
| | | | | elm_list. | ||||
* | Opps revert this commit. It was my mistake. Sorry. | Daniel Juyung Seo | 2013-07-12 | 1 | -1/+0 |
| | | | | | | Revert "sldkfj" This reverts commit a52b461984914211ee98f390b957b0c370347bfc. | ||||
* | sldkfj | Thiep Ha | 2013-07-12 | 1 | -0/+1 |
| | |||||
* | [entry] Fix non-scrollable entry did not comply focus_highlight data. | Youngbok Shin | 2013-07-09 | 1 | -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_show | Shinwoo Kim | 2013-07-06 | 1 | -0/+1 |
| | |||||
* | Change the method to calculate a distance which be scrolled from linear to ↵ | Jaehwan Kim | 2013-07-03 | 1 | -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 Kim | 2013-07-03 | 1 | -0/+1 |
| | |||||
* | [Entry] Avoid showing multiple popups on one entry. | Thiep Ha | 2013-07-03 | 1 | -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 Kim | 2013-06-30 | 1 | -0/+1 |
| | | | | When the viewport is resized, the enrolled function is called. | ||||
* | fileselector : Fix Segfault in elementary file_selector_example when closed | Ryuan Choi | 2013-06-27 | 1 | -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 Choi | 2013-06-25 | 1 | -0/+1 |
| | |||||
* | file selector:Add support mime type filter | Ryuan Choi | 2013-06-24 | 1 | -0/+1 |
| | |||||
* | elementary/ctxpopup - apply current ctxpopup style to the internal list. | ChunEon Park | 2013-06-23 | 1 | -0/+1 |
| | |||||
* | ctxpopup - block mouse events when ctxpopup is on dismiss. | ChunEon Park | 2013-06-22 | 1 | -0/+1 |
| | |||||
* | [Elm_Entry] Show magnifier when selection handlers are pressed or moved. | Thiep Ha | 2013-06-22 | 1 | -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 along | Thiep Ha | 2013-06-22 | 1 | -0/+1 |
| | | | | | | | | with magnifier. Conflicts: ChangeLog | ||||
* | Fix elm_scroller_page_show bug. It have to save the wanted values to show ↵ | Jaehwan Kim | 2013-06-19 | 1 | -0/+1 |
| | | | | the wanted page. | ||||
* | In case of scroll in scroll, the child scroller have to bounce if parents ↵ | Jaehwan Kim | 2013-06-18 | 1 | -0/+1 |
| | | | | don't have a bounce. | ||||
* | elementary/naviframe - dont' be popped if the event is freezed and popping ↵ | ChunEon Park | 2013-06-16 | 1 | -0/+1 |
| | | | | is going on. | ||||
* | web/web2 : Deprecated uri. url will be used instead(2). | Ryuan Choi | 2013-06-13 | 1 | -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 Park | 2013-06-11 | 1 | -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 bar | Ryuan Choi | 2013-06-11 | 1 | -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 Seo | 2013-06-10 | 1 | -0/+1 |
| | | | | smartcallback addition. | ||||
* | elementary/conformant - remove the keyboard area in the conformant if the ↵ | ChunEon Park | 2013-06-10 | 1 | -0/+1 |
| | | | | keyboard state is off. | ||||
* | part of the entry magnifier feature set from thiep. still more to go. | Carsten Haitzler (Rasterman) | 2013-06-07 | 1 | -0/+1 |
| | |||||
* | elm_clock : The step of hour decimal in editing mode should be 12 not to ↵ | Ryuan Choi | 2013-06-06 | 1 | -0/+1 |
| | | | | touch hour unit. | ||||
* | elementary/naviframe - fix the naviframe to recover the focus when top item ↵ | ChunEon Park | 2013-06-05 | 1 | -0/+1 |
| | | | | is deleted | ||||
* | elm_colorselector: Update color bar when color was picked by color picker. | Ryuan Choi | 2013-06-05 | 1 | -0/+1 |
| | |||||
* | elementary/mapbuf - fix the mapbuf to be enabled before it's content is ↵ | ChunEon Park | 2013-05-30 | 1 | -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 Kim | 2013-05-28 | 1 | -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_DATETIME | Jihoon Kim | 2013-05-27 | 1 | -0/+1 |
| | |||||
* | [list] Add signal emit hook. | Tae-Hwan Kim | 2013-05-27 | 1 | -0/+1 |
| | | | | Add signal emit hook same as genlist. | ||||
* | elm_colorselector: Can't receive "changed" signal when clicked color palette. | Ryuan Choi | 2013-05-23 | 1 | -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 Seo | 2013-05-23 | 1 | -0/+1 |
| | | | | | | "color,item,selected" callback. Special thanks to Ryuan Choi. This was detected while reviewing his patch. | ||||
* | Add selection handlers to entry | Thiep Ha | 2013-05-21 | 1 | -0/+1 |
| | |||||
* | elm_entry : Fix ctxpopup can't be called again in the mobile mode entry. | Youngbok Shin | 2013-05-14 | 1 | -0/+1 |
| | |||||
* | arcanist test | Daniel Juyung Seo | 2013-05-11 | 1 | -2/+1 |
| | |||||
* | NEWS: fixed formatting | Daniel Juyung Seo | 2013-05-11 | 1 | -2/+3 |
| | |||||
* | elm_gesture_layer: fix ecore_timer remaining bug. | Seunggyun Kim | 2013-05-09 | 1 | -0/+1 |
| | |||||
* | Revert commit:3654d6e28137cfaf72444d5c5e26b651fabac89e. When stealing focus ↵ | WooHyun Jung | 2013-05-08 | 1 | -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 Jung | 2013-05-07 | 1 | -0/+1 |
| | | | | invisible or disabled. | ||||
* | elementary/elm_entry.c : Add elm_entry smart callback, named text,set,done. ↵ | WooHyun Jung | 2013-05-06 | 1 | -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 Choi | 2013-05-04 | 1 | -0/+1 |
| | |||||
* | [access][genlist] do not append NULL to genlist focus list | Shinwoo Kim | 2013-05-03 | 1 | -0/+1 |
| | |||||
* | [access][gengrid] fix: gengrid does not work under the accessibility | Shinwoo Kim | 2013-05-03 | 1 | -0/+1 |
| | |||||
* | ctxpopup - Don't be dead even if a ctxpopup item callback function is null. | ChunEon Park | 2013-05-02 | 1 | -0/+1 |
| |