summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* elm_spinner.c: fixed spinner arrow key bug.Daniel Juyung Seo2013-09-141-0/+4
| | | | Consider the spinner direction for the arrow key events.
* elementary - introduces 3 apis elm_object_item_track/untrack/track_get().ChunEon Park2013-09-121-0/+5
|
* fileselector: Added "selected,invalid" signal for wrong path on the path_entry.Ryuan Choi2013-09-121-0/+4
| | | | | | | | | | | If user typed wrong path on the path entry, "selected,invalid" will be emitted with "selected" for legacy. In addition, send "selected" signal when folder is changed in only folder mode. It's regression of 74f308df9. See more information from http://sourceforge.net/mailarchive/message.php?msg_id=31394571
* elementary - revert ddc3cf80ce0a50a9161fcb212d3414f5d7b5898cChunEon Park2013-09-121-4/+0
| | | | We have a plan to add more proper API.
* elm_flip.c: Added support for flip focus direction.Daniel Juyung Seo2013-09-121-0/+4
|
* ChangeLog/NEWS: fixed ChangeLog and NEWS.Daniel Juyung Seo2013-09-121-2/+2
|
* Missing ChangeLog and News about new elm_table apiJosé Roberto de Souza2013-09-101-0/+4
|
* elc_fileselector : Select path which user typed on path_entry.Ryuan Choi2013-09-101-0/+5
| | | | | | | | | | | Summary: In fileselector, user can write directory path or file path which they want. If then, fileselector navigates path when directory path is given, but just send a "selected" signal without real selection when file path or wrong path is given. With this path, - fileselector will navigate (if needed) and select file with signal when file path is given. - no action when wrong path is given.
* progressbar: Support second progress.Niraj Kumar2013-09-101-0/+5
| | | | This can be used by video/audio streaming such as youtube.
* [access] delete access object in job when its hover object is deletedShinwoo Kim2013-09-071-0/+4
|
* elm_config : profile may be broken when clicked reset button in profiles tabRyuan Choi2013-09-041-0/+4
| | | | | | | elm_config_profile_set should not free _elm_config_profile when _elm_config_profile is passed as parameter such as elm_config_profile_set(elm_config_profile_get()); In addition, removed this dumb calls from elementary_config.
* elementary/widget - introduce elm_object_item_object_get().ChunEon Park2013-09-021-1/+5
| | | | | | We've countered application's requirements multiple times to they have the object handle from the elm_object_item. Now we introduce it for their convenient but they should use it carefully.
* elm_bg: added a color reset feature.Daniel Juyung Seo2013-08-281-0/+4
| | | | This can be achieved by calling elm_bg_color_set(bg, -1, -1, -1);
* gengrid: implement selectraise feature.Daniel Juyung Seo2013-08-261-0/+4
| | | | Gengrid item will be raised on selection. This was implemented in genlist, list, and index.
* elementry/widget - Improve performance in applying widget theme.ChunEon Park2013-08-221-0/+7
| | | | | It prevents applying themes more strictly if it tries to apply same theme. This increases the performance hugely in case that user applies a specific theme to the window object.
* ChangeLog: remove remained conflict markers.Daniel Juyung Seo2013-08-221-1/+0
|
* notify: Add hide effect to notify.Thiep Ha2013-08-221-0/+5
| | | | | As specified in task T149, the notify has show effect but does not have hide effect. This patch adds hide effect to notify.
* elementary/popup - support "language,chagned" smart callback.ChunEon Park2013-08-191-0/+4
|
* Sorry Jihoon, need to revert this. The code pushed to EFL to add thisChris Michael2013-08-151-4/+0
| | | | | | | | | feature did not build (missing the matching ecore_imf code) so I had to revert it from EFL, which means this needs to be reverted also. Revert "Add elm_entry_input_panel_show_on_demand_set/get()" This reverts commit 3fc38ccc41d9b61efb4b5a8db08ea8290182bb7a.
* Add elm_entry_input_panel_show_on_demand_set/get()Jihoon Kim2013-08-141-0/+4
|
* elementary/Mapbuf - Ensure that content size calculation is correctly ↵ChunEon Park2013-08-121-3/+10
| | | | finished because the mapbuf is willing to block the size calculation forcely.
* elementary: update ChangeLog/NEWS about URL support in Elm_Image and ↵Cedric Bail2013-08-121-1/+6
| | | | Elm_Photocam.
* elm_win focus: Added elm_win_focus_highlight_animate_set/get APIs.Daniel Juyung Seo2013-08-111-0/+4
| | | | Now one can manually enable/disable focus highlight animation for a specific window on run-time.
* elementary/popup - Fix the corrupted internal widget tree that caused ↵ChunEon Park2013-08-101-1/+6
| | | | elm_theme_set() doesn't work correctly.
* elm_image: add support for url.Cedric Bail2013-08-091-0/+4
|
* Fix elm to use key not keyname (so xmodmap works)Carsten Haitzler (Rasterman)2013-07-311-0/+9
|
* [access] use proper name _elm_access_info_get(); not ↵Shinwoo Kim2013-07-311-0/+4
| | | | _elm_access_object_get(); to get access information
* elementary/flip - fix the flip page to not flip on a direction if the ↵ChunEon Park2013-07-261-0/+5
| | | | direction is disabled.
* elementary/fileselector - support elm_object_part_text_set() to set the ok, ↵ChunEon Park2013-07-231-0/+5
| | | | cancel button label.
* elementary/layout - revert commit b4e1b33cbea974e7e05d61a1c37c21f97ff7eabd ↵ChunEon Park2013-07-181-4/+0
| | | | for the app compatibility.
* elementary/layout - Send visible/hidden signals whenever contents are ↵ChunEon Park2013-07-171-0/+4
| | | | 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/+7
| | | | | 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/+4
| | | | elm_list.
* Forgotten release boilerplate.Gustavo Lima Chaves2013-07-121-0/+4
|
* Opps revert this commit. It was my mistake. Sorry.Daniel Juyung Seo2013-07-121-4/+0
| | | | | | Revert "sldkfj" This reverts commit a52b461984914211ee98f390b957b0c370347bfc.
* sldkfjThiep Ha2013-07-121-0/+4
|
* [entry] Fix non-scrollable entry did not comply focus_highlight data.Youngbok Shin2013-07-091-0/+4
| | | | | 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/+4
|
* Change the method to calculate a distance which be scrolled from linear to ↵Jaehwan Kim2013-07-031-0/+5
| | | | | | 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/+4
|
* [Entry] Avoid showing multiple popups on one entry.Thiep Ha2013-07-031-0/+5
| | | | | | | 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/+5
| | | | When the viewport is resized, the enrolled function is called.
* fileselector : Fix Segfault in elementary file_selector_example when closedRyuan Choi2013-06-271-0/+5
| | | | | | | | | | 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.
* Gesture Layer: support multiple callbacks per type/state.Daniel Zaoui2013-06-261-0/+5
| | | | | | | | | | | | | | | | | elm_gesture_layer_cb_add/del functions have been added to provide this functionality. elm_gesture_layer_cb_set provided only one callback and so was overriding the callback with the new one. For ABI compatibility, some rules were needed: - when set function is called with NULL, all the callbacks of the state will be removed (old behavior respect) - try to use set or add/del exclusively with a preference to the new APIs. This is because of the first rule and because it will be more correct. - if you remove a callback, only one instance of this callback of this type/state for this gesture will be removed, by comparing func and data. It means that if you register twice the same callback/data, it will be added twice and you will have to remove also twice too.
* Update ChangeLog and NEWS for below commit.Ryuan Choi2013-06-251-0/+4
|
* file selector:Add support mime type filterRyuan Choi2013-06-241-0/+4
|
* ChangeLog: fix ChangeLog spacingRyuan Choi2013-06-241-21/+21
| | | | | | http://en.wikipedia.org/wiki/Changelog mentioned, Note that between the date and the name, and again between the name and the email address, there are two spaces each.
* ChangeLog: removed <<<<< HEAD, someone merged wrong.Ryuan Choi2013-06-241-1/+0
|
* elementary/ctxpopup - apply current ctxpopup style to the internal list.ChunEon Park2013-06-231-0/+4
|
* ctxpopup - block mouse events when ctxpopup is on dismiss.ChunEon Park2013-06-221-0/+4
|