summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLog: Add forgetten out of date noticeStefan Schmidt2014-03-111-0/+6
| | | | | I only added it to some of our repos but not all. Adding it now to make it clear for people that this file is now longer updated
* ChangeLog/NEWS: Removed unnecessary ChangeLog and NEWS entries.Daniel Juyung Seo2014-01-151-12/+0
| | | | | We do not modify them at every commit after 1.8 release. These are changed by stefan when it does release.
* Adding elm_tooltip_movement_lock_set() and elm_tooltip_movement_lock_get()abhi2014-01-131-0/+4
| | | | | | | | | | | | | | Summary: These APIs allow to enable/disable a tooltip to move with respect to mouse pointer Test Plan: elm_tooltip_movement_lock_set(), elm_tooltip_movement_lock_get(), elementary_test -to tooltip Reviewers: singh.amitesh, seoz, raster Reviewed By: raster CC: raster Differential Revision: https://phab.enlightenment.org/D369
* ChangeLog/NEWS: removed unwanted ChangeLog and NEWS entries anymore.Daniel Juyung Seo2013-12-021-4/+0
| | | | | | | | We do not need to update them anymore for release cycle 1.9. Stefan will do this for us. Thanks Stefan! Read the following wiki page for more detail. https://phab.enlightenment.org/w/efl_and_elementary_1_9/#release-news-and-changes
* [Popup] Adding elm_popup_align_set and elm_popup_align_get apiabhi2013-12-021-0/+4
| | | | | | | | | | Summary: Added support for popup align set Test Plan: elm_popup_align_set, elm_popup_align_get, elementary_test -to popup Reviewers: seoz, singh.amitesh Differential Revision: https://phab.enlightenment.org/D321
* fix e border theme mouse eventsMike Blumenkrantz2013-12-011-0/+3
| | | | I removed this a while ago to fix shaped windows, but then I fixed it another way and forgot to put them back
* add in 1.8 release to changelogMike Blumenkrantz2013-12-011-0/+5
|
* tooltip: Adding elm_object_tooltip_orient_set APIabhi2013-12-021-0/+4
| | | | | | | | | | | | | | Summary: Eight fixed orientations provided to orient tooltip around event area Test Plan: elementary_test -to tooltip, elm_object_tooltip_orient_set Reviewers: seoz, singh.amitesh, Anusha Reviewed By: seoz CC: Anusha Differential Revision: https://phab.enlightenment.org/D326
* elm_spinner.c: support mouse wheel in spinner.Daniel Juyung Seo2013-11-281-0/+4
| | | | | Spinner didn't work with mouse wheel which is a bug. This fixes T587.
* image - fix the elm_image_prescale_set() to work properly.ChunEon Park2013-11-251-0/+4
| | | | | before this, it had the insane logic so the prescale_set() never work. Now, it works well and the prescale won't be set in default. (before, the default value is 64. why?)
* elementary/mapbuf - reset the mapbuf correctly when the content is ↵ChunEon Park2013-11-221-0/+5
| | | | | | | removed(unset) When the content is removed(or unset) the mapbuf didn't clean up the some stuff such as removing event callback for the content. So the unset content would be tracked still by mapbuf dangling callbacks.
* [hoversel] - Added focus support on hoversel items.Amitesh Singh2013-11-131-0/+4
| | | | | | | | | | | | Summary: Focus support on hoversel items. Test Plan: elementary_test->hoversel2 Reviewers: seoz, raster, Hermet CC: nirajkr Differential Revision: https://phab.enlightenment.org/D316
* elm_entry: fix magnifier not showing up.Thiep Ha2013-11-081-0/+4
| | | | | | | | | | | | | | | The swallow part was properly renamed and namespaced, so reflect that in the code. Also force a edje object recalc before moving the magnifier. Reviewers: raster, cedric, Hermet, tasn Reviewed By: cedric CC: seoz Differential Revision: https://phab.enlightenment.org/D286 Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
* elementary/scroller - don't focus region show if the scroller is disabled.ChunEon Park2013-11-071-0/+4
|
* elementary - fixed changelog typoChunEon Park2013-11-071-1/+1
|
* elm_list: Added missing elm_list_multi_select_mode_set/get API for list to ↵Daniel Juyung Seo2013-11-051-1/+1
| | | | | | fix the API consistency between multi selectable widgets. This was omitted by genlist/gengrid multi select mode set/get() commit ae03d3cef36abd27ff530e350e39ae401f4f389e.
* ChangeLog/NEWS: removed unnecessary entries from ChangeLog and NEWS.Daniel Juyung Seo2013-11-051-7/+0
| | | | | Genlist/Gengrid multi select mode was changed in another way. Refer ae03d3cef36abd27ff530e350e39ae401f4f389e.
* Revert "popup: Added support for popup move. elm_popup_move."ChunEon Park2013-11-041-4/+7
| | | | | | | | | | | | | This reverts commit f67ecb2028dd663aa4b0d9fe78b2a392ac169e7e. Conflicts: ChangeLog NEWS src/bin/test_popup.c Sorry, Pend this to 1.8 after. Let's think about adding this API more carefully.
* Revert "elm_conform.c: Added "virtualkeypad,size,changed" smart callback."ChunEon Park2013-11-041-4/+0
| | | | | | | | | | | | This reverts commit cbd7446f0bf413ad821ac40703d2a2ca728758ef. Conflicts: ChangeLog NEWS Please be more considerable to add this feature. The function itself is not logical and we don't think it's proper for the conformant yet.
* Genlist/Gengrid: Added multi select mode for genlist/gengrid.Daniel Juyung Seo2013-11-031-6/+4
| | | | | elm_genlist_multi_select_mode_set/get() elm_gengrid_multi_select_mode_set/get()
* popup: Added support for popup move. elm_popup_move.Abhinandan Aryadipta2013-11-031-0/+4
| | | | | | | | | | | | Summary: Added support for popup move Test Plan: elm_popup_move Reviewers: seoz, singh.amitesh, tasn, Hermet CC: raster Differential Revision: https://phab.enlightenment.org/D247
* genlist, gengrid: Add ELM_OBJECT_MULTIPLE_SELECT_MODE_WITH_CONTROLRyuan Choi2013-11-021-0/+6
| | | | | | | | | | | | | | | | Summary: Some applications like file viewer allow multiple selection only with Control key was pressed. Reviewers: seoz, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D251 Conflicts: ChangeLog NEWS
* elm_slider: Step set/get API additions.Daniel Juyung Seo2013-10-301-0/+4
| | | | | | | | | | | | | | | | | | | | | Issue: As step size was hard coded in the widget, when slider indicator is dragged using a key event or during accessibility the value was not exactly incremented/decremented instead same value was shown more than1 time/values were skipped. Solution: Two APIs added which will set/get step size. Reviewer: SeoZ Reviewer Comment: This is a manual merge of D293 due to arc issue on Shilpa. I modified some codes from her original code. She'll use arc next time. fixed documentation fixed typos. fixed indentation used macro added some guide codes. removed unnecessary empty line. updated NEWS and ChangeLog.
* elm_conform.c: Added "virtualkeypad,size,changed" smart callback.Daniel Juyung Seo2013-10-301-0/+4
| | | | | | When the virtualkeypad size is changed, applications get the notice. Applications can do internal object calculation according to the exact virtualkeypad size. This is useful when the exact size is important such as webkit usecase.
* NEWS/ChangeLog: Updated NEWS/ChangeLog entry for image click addition on key ↵Daniel Juyung Seo2013-10-301-0/+4
| | | | event.
* spinner: added signals "spinner,drag,start" and "spinner,drag,stop"Christophe Sadoine2013-10-231-0/+4
| | | | | | | | Reviewers: seoz CC: seoz Differential Revision: https://phab.enlightenment.org/D271
* [slider] - show popup on left/right/up/down key down press and hide popup on ↵Amitesh Singh2013-10-231-0/+4
| | | | | | | | | | left/right/up/down key up press. Test Plan: elementary_test->slider Reviewers: seoz, Hermet Differential Revision: https://phab.enlightenment.org/D275
* elc_fileselector: Update items of file_view to follow changes of selected pathRyuan Choi2013-10-211-0/+4
| | | | | | | | This patch implmented for fileselector to monitor and update changes of selected path. So, changes of selected path from other applications such as mkdir will be applied to the file_view without refresh. This feature is only available with EIO.
* elc_fileselector: Added support to show/hide hidden files/directories.Ryuan Choi2013-10-181-0/+3
| | | | Added elm_fileselector_hidden_visible_set/get to show or hide hidden resources.
* dark chglog+newsCarsten Haitzler (Rasterman)2013-10-171-0/+5
|
* Multiple selection support in fileselectorRyuan Choi2013-10-171-0/+4
| | | | | | | | | | | | Summary: Multiple selection support in fileselector Reviewers: seoz Reviewed By: seoz CC: seoz Differential Revision: https://phab.enlightenment.org/D207
* elc_hoversel: Support elm_object_item_signal_emit() in hoversel.Daniel Juyung Seo2013-10-141-0/+5
| | | | This works only when the item is actually created by clicking the hover button.
* popup: Change the behavior of adding or removing buttons.Ryuan Choi2013-10-141-0/+5
| | | | | | | | | | | | | | | | | | | | | Summary: Although user should give the position of button such as button1, current elm_popup changes button's position or style as the number of buttons while adding or removing buttons. So, when application developers add buttons as wrong order or removed buttons, applications may be crashed. This patch refactored the behavior not to change the position intended by application developer. Test Plan: added new test case to test_popup. Reviewers: seoz Reviewed By: seoz Differential Revision: https://phab.enlightenment.org/D259
* elementary/scroller - fix the scroller to locate the current page correctly ↵ChunEon Park2013-10-101-0/+6
| | | | in case that the scroller is suddenly resized and then the drag couldn't capture the page location.
* ctxpopup: fix elm_object_content_unset didn't unpack content from boxdeasung.kim2013-10-081-0/+3
| | | | | | | | Reviewers: seoz Reviewed By: seoz Differential Revision: https://phab.enlightenment.org/D261
* write down the breaks.Carsten Haitzler (Rasterman)2013-10-051-0/+9
|
* elementary/focus - update focus highlight when theme is changed.ChunEon Park2013-10-031-0/+3
|
* fileselector: fileselector: Add "activated" smart callbackRyuan Choi2013-10-021-0/+4
| | | | | It can be used to execute a file activated by double-clicking or pressing Enter key.
* elc_fileselector: Add fileselector_double_tap_navigation_enable configurationRyuan Choi2013-10-011-0/+5
| | | | | | | | | | elm_filechooser used single tap not only for selection of file but also for navigation of directory. So it did not provide a way to select directory without navigation. With fileselector_double_tap_navigation_enable option, single tap will be used only for selection and double tap will be used for navigation of file or directory.
* elementary/mapbuf: Dont' move the content to not be calculated. Mapbuf expectsChunEon Park2013-09-291-0/+7
| | | | | the content is static object and it won't be updated by content position. This actually reduces the mapbuf calculation time muchly in case of complex layout.
* elementary/layout - fix the layout to swallow contents again when theme is ↵ChunEon Park2013-09-271-0/+4
| | | | changed.
* elm_menu: added elm_menu_item_subitems_clear.Daniel Juyung Seo2013-09-211-0/+4
|
* elm_menu: added "dismissed" smart callback for dismiss action.Daniel Juyung Seo2013-09-211-0/+4
| | | | | | | | - "clicked" smart callback was used for dismiss action. - "clicked" should be removed in EFL 2.0. Updated "EFL 2.0 TODO" wiki page. - Updated ChangeLog and NEWS. - Added sample code to elementary_test. - Updated documentation.
* elm_hover: added "dismissed" smart callback for dismiss action.Daniel Juyung Seo2013-09-211-0/+3
| | | | | | | | - "clicked" smart callback was used for dismiss action. - "clicked" should be removed in EFL 2.0. Updated "EFL 2.0 TODO" wiki page. - Updated ChangeLog and NEWS. - Added sample code to elementary_test. - Updated documentation.
* ChangeLog: fixed a typo.Daniel Juyung Seo2013-09-211-1/+1
|
* elementary: fix typoMichael Bouchaud2013-09-181-3/+3
|
* elementary: update Changelog and NEWSMichael Bouchaud2013-09-181-0/+7
|
* Gesture layer: Updated changelog according to c08d6e0bf8350e69bc5aa8.Tom Hacohen2013-09-181-0/+5
|
* ChangeLog: fixed formatting.Daniel Juyung Seo2013-09-161-4/+4
| | | | No tabs.
* elm_flip.c: set focus to the flip's content object when flip go to is called.Daniel Juyung Seo2013-09-161-0/+5
|