elm_cnp: Fix memory leak in error path.
[framework/uifw/elementary.git] / ChangeLog
index bff16e5..2911c47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
         * Add elm_toolbar_item_show/bring_in.
           It show or bring a specific item, when the toolbar can be scrolled.
 
+2012-11-21  Michael Bouchaud (yoz)
+
+        * update the min size hint on elm_label after a text set
+
 2012-11-22  ChunEon Park (Hermet)
 
         * Lets remove contents regardless of the preseve_on_set if naviframe is
 
         * Fixed entry to enable have_selection only when a text is actually selected.
 
+2012-11-22  Michael Bouchaud (yoz)
+
+        * fix elm_flip to show only one face at a time
+
 2012-11-23  ChunEon Park (Hermet)
 
         * Free the text parts of the naviframe item when item is deleted.
 
         * emit the signals for content_set/unset text_set/unset one time!
 
+2012-12-04  Cedric Bail
+
+       * Fix uninitialized data path in elm_flip.
+       * Fix uninitialized data path in elm_gesture_layer.
+
+2012-12-06  Cedric Bail
+
+       * Fix possible segv in elm_quicklaunch infrastructure.
+
+2012-12-10  Cedric Bail
+
+       * Make sure private data is not NULL in elm_interface_scrollable.
+
 2012-12-12  ChunEon Park (Hermet)
 
        * Update mapbuf forcely whenever it's states are changed.
 
        * Let image update right now if the image preloading is disabled.
 
+2012-12-21  Stefan Schmidt
+
+       * Fix small memory leak in elm_map error path.
+
+2012-12-29  Mike Blumenkrantz
+
+        * Tooltips now correctly set NETWM tooltip window type
+
 2013-01-13  Daniel Juyung Seo (SeoZ)
 
         * Added "highlighted" and "unhighlighted" signals to list, genlist, and gengrid.
 2013-01-26  ChanWook Jung (jchanwook@gmail.com)
 
         * Expand elm_transit tween_mode and add twee_mode_factor_set(),get() APIs
+
+2013-01-29  ChunEon Park (Hermet)
+
+        * Fix a elm_transit crash issue when user delete all target objects in the effect end callback.
+
+2013-01-29  Jaehwan Kim
+
+        * Fix the scroll position is calculated by the size of pan object, not the size of scroller.
+
+2013-02-05  ChunEon Park (Hermet)
+
+        * Index supports "language,changed" smart callback.
+
+2013-03-04  WooHyun Jung
+
+        * Focus highlight should not be showed on (0, 0).
+
+2013-03-04  Junki Cho
+
+        * Improved gengrid item append performance.
+
+2013-03-05 Jiyoun Park
+
+        * Fix elm_conform didn't set size hint when keypad on.
+
+2013-03-05  Jaehwan Kim
+
+        * Add edje_object_message_signal_process before edje_object_size_min_restricted_calc.
+        If the min size is changed by edje signal in edc, the the function should be called before the calculation.
+
+2013-03-05 Jiyoun Park
+
+        * Fix elm_conform didn't change indicator mode when create.
+
+2013-03-06  ChunEon Park (Hermet)
+
+        * Add elm_object_item_signal_callback_add(), elm_object_item_signal_callback_del().
+
+2013-03-07  Jaehwan Kim
+
+        * Add the config ELM_THUMBSCROLL_HOLD_THRESHOLD.
+        This is the number of pixels the range which can be scrolled, while the scroller is holed.
+
+2013-03-19  Jaehwan Kim
+
+        * Fix the elm_shutdown bug in _elm_shutdown_config.
+        When the elm_shutdown is used after elm_config_all_flush, the segment fault occur.
+        It's why it uses ecore_x in _prop_all_update_cb after removing it.
+
+2013-03-20 Carsten Haitzler (The Rasterman)
+
+        * Fix elm box layout when an item has a max size, and that squashes all
+        content even when the minimum size is greater.
+
+2013-03-23 WooHyun Jung
+
+        * Add four more focus directions. ELM_FOCUS_UP/DOWN/RIGHT/LEFT.
+        * Add elm_object_focus_next_object_get/set.
+        * Add elm_object_focused_object_get.
+
+2013-03-27 Jihoon Kim
+
+        * Add elm_entry_input_panel_layout_variation_set/get API
+
+2013-03-29  ChunEon Park (Hermet)
+
+        * Map supports "language,changed" smart callback.
+
+2013-03-29  Mike Blumenkrantz
+
+        * Fix ctxpopup geometry when parent is an elm_win.
+
+2013-04-01  Jaehwan Kim
+
+        * Scroller decides whether the accelerator is on or not, depending on the velocity and the interval time of the flick event.
+
+2013-04-01  Jaehwan Kim
+
+        * Add the repeat_events_set/get for blocking the events of content objects.
+        This feature is useful to the access.
+
+2013-04-01  ChunEon Park (Hermet)
+
+        * Add convenient macros - elm_object_translatable_part_text_set(), elm_object_item_translatable_part_text_set().
+
+2013-04-06  Jaehwan Kim
+
+        * Add the API elm_scroller_page_scroll_limit_set/get.
+        It sets the maxium of the movable page at flicking.
+
+2013-04-08  Jaehwan Kim
+
+        * Quit the scroll animator if the scroller don't have a bounce and reach a edge.
+
+2013-04-08  Jaehwan Kim
+
+        * Fix the scroller show by a page if the page size is set and the region_bring_in or region_show is called.
+
+2013-04-08  Rafael Antognolli
+
+        * Fix layout_example_02.
+        * Fix hoversel_example_01.
+
+2013-04-09  Daniel Juyung Seo (SeoZ)
+
+        * Fix elc_player crash issue.
+
+2013-04-09 Carsten Haitzler (The Rasterman)
+
+        * Add elm_mapbuf_auto_set()/elm_mapbuf_auto_get()
+
+2013-04-09  WooHyun Jung
+
+        * Ctxpopup is now supproting focus_direction.
+
+2013-04-10  Jaehwan Kim
+
+        * Fix the region_show/region_bring_in don't have a limit at a paging movement.
+
+2013-04-10  Jaehwan Kim
+
+        * Add the API elm_scroller_single_direction_set/get.
+        This sets how the content is scrolled.
+
+2013-04-10  Jaehwan Kim
+
+        * Fix the calculation double type number.
+        Round off to the nearest whole number.
+
+2013-04-15  Jaehwan Kim
+
+        * Add the feature for key events.
+
+2013-04-16  Jaehwan Kim
+
+        * Fix the policy is not changed when the theme is changed.
+        The "reload" signal from edc is necessary always.
+
+2013-04-16  WooHyun Jung
+
+        * When entry is disabled, scrolling is also disabled.
+
+2013-04-17  ChunEon Park (Hermet)
+
+        * Don't try to pop the naviframe item multiple times.
+
+2013-04-18  Shinwoo Kim
+
+        * Add elm_access_action(), elm_access_action_cb_set()
+
+2013-04-22  Shinwoo Kim
+
+        * Make access object unfocusable when Aaccessibility is disabled.
+
+2013-04-23  ChunEon Park (Hermet)
+
+        * Added elm_object_domain_part_text_translatable_set(),
+        elm_object_item_domain_part_text_translatable_set().
+
+2013-04-23  Jaehwan Kim
+
+        * Fix the scrolled entry in scroller is located wrong position when the
+        cursor is changed. It is a scroller in scroller. In this case, it moved
+        twice.
+
+2013-04-23  ChunEon Park (Hermet)
+
+        * Support language change for widget items (Ctxpopup, Hoversel,
+        Naviframe, Diskselector, List, Menu, Segment_Control, Toolbar, Popup,
+        MultibuttonEntry)
+
+2013-04-23  ChunEon Park (Hermet)
+
+        * Support language,changed callback (Fileselector_Button,
+        Fileselector Entry, Spinner
+
+2013-04-25  ChunEon Park (Hermet)
+
+        * Fix null pointer access on naviframe item deletion.
+
+2013-04-29  ChunEon Park (Hermet)
+
+        * Fix toolbar item clipped problem on reordering toolbar item.
+
+2013-04-30  Jaehwan Kim
+
+        * Add the config elm_scroll_smooth_start_enable.
+        There's no tick when scroller starts scroll if it's set.
+
+2013-04-30  ChunEon Park (Hermet)
+
+        * Layout supports "language,changed" smart callback.
+
+2013-04-30  Jaehwan Kim
+
+        * The momentum animation time is changed as the amount of flick.
+
+2013-05-01 Ryuan Choi (ryuan)
+
+        * Fix elm_object_cursor_theme_search_enabled_set to do as it's name described.
+
+2013-05-02 WooHyun Jung
+
+        * elm_entry_filter_accept_set function now can recognize tags.
+
+2013-05-02 ChunEon Park (Hermet)
+
+        * Don't be dead even if a ctxpopup item callback function is null.
+
+2013-05-03 Shinwoo Kim
+
+        * Fix gengrid does not work under the accessibility.
+        * Fix do not append NULL to genlist focus list.
+
+2013-05-01 Ryuan Choi (ryuan)
+
+        * Fix elm_clock_first_interval_set writes wrong value.
+
+2013-05-06 WooHyun Jung
+
+        * Add elm_entry smart callback - "text,set,done".
+
+2013-05-09 Seunggyun Kim
+
+        * Fix remained ecore timer issue when gesture layer was deleted.
+
+2013-05-14 Youngbok Shin
+
+        * Fix ctxpopup can't be called again in the mobile mode entry.
+
+2013-05-16 Ryuan Choi (ryuan)
+
+        * Fix single line enty got multiple line when pasted multiple line.
+
+2013-05-17 Thiep Ha
+
+        * Add selection handlers to entry.
+
+2013-05-23 Daniel Juyung Seo (SeoZ)
+
+        * Fix colorselector color change but when palette item is selected.
+
+2013-05-23 Ryuan Choi (ryuan)
+
+        * Fix elm_colorselector does not emit "changed" when clicked color palatte.
+
+2013-05-27 Tae-Hwan Kim (bluezery)
+
+        * Add support elm_object_item_signal_emit() for elm_list.
+
+2013-05-27 Jihoon Kim (jihoon)
+
+        * Add ELM_INPUT_PANEL_LAYOUT_DATETIME.
+
+2013-05-27 Seunggyun Kim
+        * Add elm_config_glayer_long_tap_start_timeout_set/get,
+        elm_config_glayer_double_tap_timeout_set/get
+
+2013-05-30  ChunEon Park
+
+        * Fix the mapbuf to be enabled before it's content is entirely rendered
+        once.
+
+2013-06-05  Ryuan Choi (ryuan)
+
+        * Fix elm_colorselector does not update color bar when picker changed color.
+
+2013-06-05  ChunEon Park (Hermet)
+
+        * Fix navifame to recover the focus for the prev page when top item is deleted.
+
+2013-06-06  Ryuan Choi (ryuan)
+
+        * Up/down step of hour decimal of elm_clock is changed to 12 not to touch hour unit at editing mode.
+
+2013-06-07  Thiep Ha
+
+        * Add magnifier to entry.
+
+2013-06-10  ChunEon Park (Hermet)
+
+        * Remove the keyboard area in the conformant if the keyboard state is off.
+
+2013-06-10  Daniel Juyung Seo (SeoZ)
+
+        * Add "focused" and "unfocused" smart callback for panel, video, web,
+        web2, genlist, hover, index, list, map, photocam, progressbar, radio,
+        scroller, slider, slideshow, spinner, toolbar, win, calendar, check,
+        clock, colorselector, datetime, diskselector, flipselector, gengrid,
+        ctxpopup, fileselector_button, naviframe, player, popup, bubble, button.
+
+2013-06-05  Ryuan Choi (ryuan)
+
+        * Fix colorselector send "changed" signal twice when pressed color bar.
+
+2013-06-11  ChunEon Park (Hermet)
+
+        * Keep the smart members of the naviframe views whenever resize object is changed.
+                 This prevents the dangling view objects of the naviframe and keep the layer
+                 consistency.
+
+2013-06-13  Ryuan Choi (ryuan)
+
+        * Replace uri to url from elm_web_uri_get, elm_web_uri_set and "uri,changed" signal.
+        Previous APIs and signal are deprecated.
+
+2013-06-16  ChunEon Park (Hermet)
+
+        * Naviframe: Dont' be popped if the event is freezed and popping is going on.
+
+2013-06-18  Jaehwan Kim
+
+        * In case of scroll in scroll, the child scroller have to bounce if parents don't have a bounce.
+
+2013-06-19  Jaehwan Kim
+
+        * Fix elm_scroller_page_show bug. It have to save the wanted values to show the wanted page.
+
+2013-06-20  Youngbok Shin
+
+        * Fix non-scrollable entry did not comply focus_highlight data.