1 2012-04-26 Carsten Haitzler (The Rasterman)
5 2012-04-27 Daniel Juyung Seo (SeoZ)
7 * Genlist : Fixed genlist expandable effect bug when we expand/contract
8 items with many children very quickly.
9 * Genlist : Realize move items during tree effect only when the item is
12 2012-04-30 Jérôme Pinot
14 * Add missing files in the tarballs.
16 2012-05-02 Cedric Bail
18 * Do less allocation and reuse much more Evas_Map.
20 2012-05-02 Carsten Haitzler (The Rasterman)
22 * Fix possible problems with other subsystems depending on X11 display
23 being closed (XCloseDisplay not close() on socket fd).
25 2012-05-02 ChunEon Park (Hermet)
27 * Font: actually it doesnt append the font to the hash when font_hash is
28 created inside. Now it is fixed.
30 2012-05-03 WooHyun Jung
32 * Add feature about focus. Focus can be moved in all direction by
33 by elm_widget_focus_go function.
35 2012-05-04 Leandro Pereira
37 * Fix icon not appearing in default Genlist theme.
39 2012-05-09 Cedric bail
41 * Reload theme when it change on disk.
43 2012-05-11 ShilpaOnkar Singh
45 * Added focus key event handling for the colorselector
47 2012-05-13 Dave Andreoli
49 * Fileselector: honor folder_only when using EIO
51 2012-05-14 Shinwoo Kim
53 * menu: remove crash issue when no-parent item is passed to the
54 elm_menu_item_separator_add()
56 2012-05-14 Shinwoo Kim (kimcinoo)
58 * popup: Bug Fix: improper usage of textblock
60 2012-05-15 Dave Andreoli
62 * Fileselector: honor folder_only when using EIO
64 2012-05-16 Carsten Haitzler (The Rasterman)
66 * Fix genlist ELM_LIST_LIMIT mode to do what it originally did.
67 Documentation was wrong too and code had a slight bug stopping
68 genlist from contracting to min size.
69 * Optimize the case of COMPRESS + homogeneous mode to avoid
70 queue entirely and use existing known item sizes.
72 2012-05-16 Dave Andreoli
74 * Fileselector: Add a wheel spinner that show/spin while EIO is working
76 2012-05-16 Tom Hacohen (TAsn)
78 * Fix fileselector selection done bug and pass the right string.
80 2012-05-22 Jaehwan Kim
82 * Toolbar: Add the more panel feature in toolbar.
83 When it is the ELM_TOOLBAR_SHRINK_EXPAND mode and the max item is set,
84 the items over max number are located in more panel.
85 The APIs are added for this feature.(elm_toolbar_more_item_get, elm_toolbar_items_max_set/get)
87 2012-05-22 Carsten Haitzler (The Rasterman)
89 * Add skeleton for handling remote commands access controls.
91 2012-05-23 Tae-Hwan Kim (Bluezery)
93 * Map: Add elm_map_overlays_get & elm_map_overlay_visible_get functions.
95 2012-05-24 Michal Pakula vel Rutka
97 * Add ability to use cnp helper code on non-elm widget objects by
98 falling back to ecore-evas to get the window id.
100 2012-05-24 Tae-Hwan Kim (Bluezery)
102 * Add "loaded" signal for elm_map.
104 2012-05-25 Rob Bradford
106 * Refactor X11 specific code to use ecore_evas_*_window_get functions
107 so that the driver for the Ecore_Evas will be checked.
109 2012-05-28 Mike Blumenkrantz
111 * Fix sizing calc error in list item homogenizing
113 2012-05-28 Carsten Haitzler (The Rasterman)
115 * Made elm_object_focus_set() fall back to evbas_object_focus_set()
116 if the object is not an elm widget.
118 2012-05-29 Mike Blumenkrantz
120 * Prepending items to a genlist no longer causes the selected item to
121 scroll out of the viewport
122 * Collapsing tree items in genlist now animate properly
124 2012-05-29 Rob Bradford
126 * Move X related window items into their own substruct of
127 _Elm_Win_Smart_Data to allow grouping based on engine.
129 2012-05-29 Rob Bradford
131 * Move X related cursor items into their own substruct of Elm_Cursor
132 to make supporting cursors on other platforms cleaner.
134 2012-05-30 Rob Bradford
136 * Add support for setting the cursor under Wayland:
137 * Introduce a configure option and #define to as per other engines
138 * Add always-built API function to allow identification of running
139 under Wayland (like for X11)
140 * Call into Ecore to set the cursor when the mouse enters the desired
143 2012-05-30 Mike Blumenkrantz
145 * Fix even/odd signals for genlist items
149 * Entry: Add 3 APIs which are elm_entry_text_style_user_push/pop/peek
150 and test functions for these APIs.
152 2012-05-31 WooHyun Jung
154 * child_can_focus should be EINA_FALSE only when all children in the object
155 tree are not focusable. Before this fix, it was EINA_FALSE when all sub
156 objects were not focusable. (i.e. didn't check whole object tree)
158 2012-06-01 Mike Blumenkrantz
160 * Re-setting the current mirrored mode state no longer causes a full recalc
162 2012-06-07 Jaehwan Kim
164 * Toolbar: Remove the APIs elm_toolbar_items_max_set/get.
165 Instead of them, add the APIs elm_toolbar_standard_priority_set/get.
166 The items which are lower than standard priority are located in more menu or panel.
168 2012-06-08 Jaehwan Kim
170 * Add elm_object_scroll_hold/freeze_get.
172 2012-06-12 ChunEon Park (Hermet)
174 * Fixed Transit wipe effect flickering.
176 2012-06-12 Carsten Haitzler (The Rasterman)
178 * Add elm_win_size_base_set/get, elm_win_size_step_set/get for hinting
179 sizing of windows. Useful for terminals.
181 2012-06-12 Mike Blumenkrantz
183 * Map no longer saves its files to directories outside of the user's home directory
185 2012-06-14 Seunggyun Kim
187 * Fix elm_config_font_overlay_apply() to also apply rescaling properly.
189 2012-06-14 Jaehwan Kim
191 * Toolbar : Add the reorder feature when the more panel is shown.
192 After the item is long-pressed, it can be moved.
194 2012-06-14 Michael Bouchaud
196 * Add an enum to Elm_Calendar_Mark_Repeat_Type:
197 ELM_CALENDAR_LAST_DAY_OF_MONTH
199 2012-06-15 Michael Bouchaud
201 * elm_progressbar: elm_progressbar_format_function_set to add a callback
202 function to format the unit string.
204 2012-06-16 Davide Andreoli
206 * elm_map: add elm_map_overlay_del_cb_set to be notify when
207 an overlay is deleted.
209 2012-06-21 Daniel Juyung Seo (SeoZ)
211 * Genlist: Fixed a bug with decorate all mode + tree effect. Delete tree
212 effect animator and set the effect mode to none when decorate all mode is
215 2012-06-23 Daniel Willmann
217 * elm_progressbar: Add "changed" signal to be emitted when the value
220 2012-06-25 Daniel Juyung Seo (SeoZ)
222 * Genlist: Fixed tree expand bug. Check item type when an item is requested
223 to be expanded/contracted.
225 2012-06-25 Carsten Haitzler (The Rasterman)
227 * add elm_cnp_selection_loss_callback_set() so you know when you
228 lose a selection as a client
229 * improve robustness of cnp to track target object deletions.
231 2012-06-26 Shinwoo Kim (kimcinoo)
233 * Use Edje to enable accessibility on TEXTBLOCK.
235 2012-06-27 Daniel Juyung Seo (SeoZ)
237 * Genlist: Fixed homogeneous mode bug with ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY item. Now it calculates display only item size correctly.
239 2012-06-29 Artem Popov
241 * Add support for a new toolbar style with icon and text
242 aligned in center. "item_centered".
244 2012-06-30 Shinwoo Kim (kimcinoo)
246 * Add elm_config_access_set/get() to allow for a config tool to enable
247 to diasbale access mode.
248 * Add access highlight infra
250 2012-06-30 Artem Popov
252 * Fix panel theme_hook handling for scaling
254 2012-07-01 Gustavo Sverzut Barbieri (k-s)
256 * Add and use elm_widget_item_widget_get()
257 * Fix elm_segment_control to not abuse user's data from item.
259 2012-07-03 Cedric Bail
261 * Initialize Emotion when necessary.
263 2012-07-03 Minseok Kim
265 * Add elm_multibuttonentry_editable_set() and
266 elm_multibuttonentry_editable_get()
268 2012-07-03 Shinwoo Kim (kimcinoo)
270 * Add access hook to widget infra.
272 2012-07-05 Carsten Haitzler (The Rasterman)
274 * Fix several FB related issues:
275 * Fallback to FB from X11 so it "just works"
276 * Config expected x11 and failed to start app if engine not
277 explicitly set to non-x11
278 * No mouse cursor displayed in fb when needed, so add a
279 softcursor mode defaulting to auto.
280 * Add elm_win_screen_dpi_get()
282 2012-07-06 Shinwoo Kim (kimcinoo)
284 * Add layout access enable/disable api:
285 * elm_layout_edje_object_can_access_set/get()
287 2012-07-07 Carsten Haitzler (The Rasterman)
289 * Add slider popup mode (based in idea originally proposed in
290 patches from Sumanth Krishna Mannam, but susbequently rejected
291 a few times as it didn't measure up to commitable standards).
293 2012-07-10 Gustavo Lima Chaves
295 * Add elm_scroller_page_size_get() and
296 elm_scroller_page_relative_get() for consistency (some scrolling
297 widgets got these gettes before).
299 2012-07-10 Rob Bradford
301 * Expose into private API a function for getting the X window from an
302 Ecore_Evas using the backend safe functions.
303 * Use this new API to replace a non backend safe call in the copy and
306 2012-07-12 Tae-Hwan Kim (Bluezery)
308 * Fix that vertical bounce enable value can be get from elm_config
309 when the genlist is added.
311 2012-07-16 Carsten Haitzler (The Rasterman)
313 * Disable html mode pastes from cnp to work around thunderbird.
315 2012-07-18 Carsten Haitzler (The Rasterman)
317 * Fix evil little bug where scrolelrs with scrollbars make
318 self-feeding loops expecially with min size hints on scrollers (which
319 the change in smart object infra broke too - fixed here).
323 * Small fix to account for framespace that is used in wayland
324 (0 in x11 so shouldnt affect x11).
326 2012-07-18 Hermet (ChunEon Park)
328 * Fix the mapbuf to resize the contents(smart obj) correctly. When smart obj was
329 set as the contents the _configure would be called recursively. In this process
330 the lastest size could be reverted as the previous one.
332 2012-07-19 Gustavo Sverzut Barbieri (k-s)
334 * Add Elm_Win_Trap and elm_win_trap_set() to allow e17 integration.
336 2012-07-23 Hermet (ChunEon Park)
338 * fixed invalid sd memory access when delete window inlined image
340 2012-07-24 Hermet (ChunEon Park)
342 * fixed scroller to not have the hold flag when mouse up happened.
344 2012-07-24 Gustavo Sverzut Barbieri (k-s)
346 * Add elm_flip_go_to()
348 2012-07-25 Carsten Haitzler (The Rasterman)
350 * Fix elementary quicklaunch to transprot environment over as
351 well as args and cwd.
353 2012-07-27 Shinwoo Kim (kimcinoo)
355 * Patch in incomplete access supoprt in popup.
357 2012-07-30 Cedric Bail
359 * Allow freeze/thaw on Elm_Layout and reduce number of object update.
360 * Defer Elm_Calendar generation until really needed.
362 2012-07-31 Shinwoo Kim (kimcinoo)
364 * Patch in incomplete access supoprt in ctxpopup and dayselector.
366 2012-08-02 Cedric Bail
368 * Fix elm_image_orient_set/get.
370 2012-08-06 Cedric Bail
372 * Make Elm_Slider update itself asynchronously.
374 2012-08-09 Cedric Bail
376 * Reset main loop after fork in quicklaunch.
378 2012-08-18 Shinwoo Kim (kimcinoo)
380 * Patch in incomplete access in: colorselecto, win, diskselector,
381 gengrid, genlist, progressbar, slider, label, entry
383 2012-08-20 Jihyeon Seol
385 * Fix sizing issue in multibutton entry by making all lines
388 2012-08-20 Shinwoo Kim (kimcinoo)
390 * Patch in incomplete access support in datetime.
392 2012-08-21 Carsten Haitzler (The Rasterman)
394 * Spotted an incompleteness. there is a way to set Elm_Win_Trap for
395 manual render, but no way to go to an elm win and do this (And
396 of course twiddle with the norender state too), so add this in.
397 elm_win_norender_push(), elm_win_norender_pop(),
398 elm_win_norender_get() and elm_win_render() added.
400 2012-08-21 Shinwoo Kim (kimcinoo)
402 * Patch in incomplete access support in segment control and spinner
404 2012-08-28 Carsten Haitzler (The Rasterman)
406 * Track window states as a total count and be able to self-throttle
407 or suspend rendering as a result.
409 2012-08-30 Carsten Haitzler (The Rasterman)
413 2012-08-30 Gustavo Lima Chaves (glima)
415 * Toolbar widget is now a scrollable widget.
416 * Entry widget is now a scrollable layout.
417 * Fileselector entry widget is now an elm layout.
418 * Ctxpopup widget is now an elm layout.
419 * Multibutton entry entry is now an elm layout.
420 * Popup widget is now an elm layout.
421 * Panel widget is now an elm layout.
422 * All internal widget hooks (and related macros) were removed, due
423 to deprecation. Thus, people using that (unstable) API will have
426 2012-08-30 Shilpa Onkar Singh
428 * Naviframe's item Subtitle_label deleted in item_free.
430 2012-08-31 WooHyun Jung
432 * The state of elm_check is now changed by mouse click event.
434 2012-09-03 Rajeev Ranjan
436 * Fix min/max limit setting to respect field boundaires EXCEPT
437 for years which have no boundaries with
438 elm_datetime_field_limit_set()
442 * Fix re-order animation when it doesn't end correctly.
443 * Improve elm map module loading to onlt init the module needed
444 when searching and not all modules.
446 2012-09-03 Shinwoo Kim (kimcinoo)
448 * Add in more access subsystem features like activation cb.
449 * Fix popup to apply the same style to the notify sub-widget.
451 2012-09-04 Jihoon Kim (jihoon)
453 * Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN.
455 2012-09-11 ChunEon Park (Hermet)
457 * Even if the top item is inserted into the naviframe. Any transition
458 wouldn't be launched.
460 2012-09-12 Jaehwan Kim
462 * When the number of item is changed, the toolbar emits the signal
463 to theme. The theme can be changed something according the number
466 2012-09-12 Shinwoo Kim (kimcinoo)
468 * Add access features to calendar.
469 * Add icon show/hide handling to diskselector ala button etc.
473 * Fix ctxpopup direction if -1 is uses as priority.
475 2012-09-12 Jiyoun Park (jypark)
477 * Add image deleted signal into plug. it help user notice socket service
478 fail and they can retry service connection.
479 * Add test code deal with this signal.
481 2012-09-12 Davide Andreoli (davemds)
483 * Add external property "play length" to Video widget, read-only.
485 2012-09-13 M.V.K. Sumanth
487 * Fix diskselector when bounce off and round enabled.
489 2012-09-12 Flavio Ceolin
491 * Add elementary_codegen - tool that genereates code to working with
492 edje files. Given an edje file and a group, it searchs for SWALLOW
493 parts and programs and generates a source/header with the helpers
494 for the follow functions:
496 - elm_layout_signal_callback_del
497 - elm_layout_signal_callback_add
498 - elm_layout_signal_emit
499 - elm_layout_content_get
500 - elm_layout_content_set
501 - elm_layout_content_unset
502 - elm_layout_text_get
503 - elm_layout_text_set
504 - elm_layout_theme_set
506 2012-09-14 Doyoun Kang
508 * Add APIs for floating mode
509 - elm_win_floating_mode_set
510 - elm_win_floating_mode_get
512 2012-09-14 Shinwoo Kim (kimcinoo)
514 * Fix info field set for bubble widget.
516 2012-09-17 Shinwoo Kim (kimcinoo)
518 * Add direction enum to elm access activate api
519 * Use activate directions
521 2012-09-19 Jaehwan Kim
523 * Add reorder mode set/get API in Toolbar
525 2012-09-19 Michael Bouchaud (yoz)
527 * fix resizing on naviframe when an item is poped
529 2012-09-20 Michael Bouchaud (yoz)
531 * fix wrong size calc in naviframe when an item have setted
532 tittle_visible_set to false.
534 2012-09-24 Flavio Ceolin
536 * elementary_codegen: Adding support for box and table.
538 2012-09-25 Cedric Bail
540 * Escape theme filename correctly.
542 2012-09-27 Jaehwan Kim
544 * Add the toolbar API which expand the transverse length
546 2012-09-28 Shinwoo Kim (kimcinoo)
548 * Fix disk selector selection of middle item when obj not at 0.
550 2012-09-28 Jihyeon Seol
552 * Fix list corruption issue in multibuttonentry.
554 2012-09-28 Bruno Dilly
556 * add elm_bg as external
558 2012-10-03 Michael Bouchaud (yoz)
560 * add elm_calendar_displayed_time_get
561 * add a signal display,changed to elm_calendar
563 2012-10-02 Bruno Dilly
565 * add policy for elm_exit
567 2012-10-03 Bruno Dilly
570 * immediately shutdown elm on external shutdown
572 2012-10-04 Igor Murzov
574 * fix copy&paste error in elm_flip.
575 * fix possible invalid memory access in elm_access.
577 2012-10-04 Cedric Bail
579 * Add a color picker to elm_colorselector.
581 2012-10-04 Sebastian Dransfeld
583 * Use ecore_x_selection_converter_text to convert text data so we can
584 support COMPOUND_TEXT
586 2012-10-08 Bruno Dilly
588 * fix elm_spinner_special_value_add()
589 * add elm_spinner_special_value_get() / del()
591 2012-10-10 Shinwoo Kim (kimcinoo)
593 * Add access features to multibuttonentry
594 * Fix diskselector bug on round with appended items with more
597 2012-10-12 Michael Bouchaud (yoz)
599 * Add elm_map_name_search
601 2012-10-12 Shinwoo Kim (kimcinoo)
603 * Fix conform widget to be part of focus chain.
605 2012-10-13 ChunEon Park (Hermet)
607 * Fix the transit to launch the effect directly when elm_transit_go is called.
609 2012-10-14 Jiyoun Park (jypark)
611 * Add display mode change feature related with keypad state change
612 to elm conformant and naviframe.
614 2012-10-15 Shinwoo Kim (kimcinoo)
616 * Add access features to toolbar items
618 2012-10-15 Prince Dubey Kumar <prince.dubey@samsung.com>
620 * Fix genlist reorder mode item not being resized on genlist resize.
622 2012-10-17 Daniel Juyung Seo <seojuyung2@gmail.com>
624 * elm: Fixed on_focus_region() issue. Focused area should be scrolled
625 only when it is needed. Now only entry needs this feature.
627 2012-10-18 Jaehwan Kim
629 * Add the fitting the size of items according the viewport size.
630 If the sum of item's min is larger than the viewport size in ELM_TOOLBAR_SHRINK_EXPAND mode,
631 it can be scroll. And the end of the item is fitted on the end of the viewport.
633 2012-10-19 Tae-Hwan Kim (Bluezery)
634 * Fixed wrong_calc_job parameter.
636 2012-10-19 ChunEon Park (Hermet)
638 * Fix elm_transit image animation which last few frames are skipped.
640 2012-10-25 Michael Bouchaud (yoz)
642 * some fix for promote and demote in genlist
644 2012-10-30 SeungGyun Kim
646 * Added elm_notify_align_set/get and Deprecated elm_notify_orient_set/get
648 2012-10-30 ChunEon Park (Hermet)
650 * Fix the transit to accept proxy object.
652 2012-10-31 TaeHwan Kim (Bluezery)
654 * Don't crash glview even if you failed to create obj.
656 2012-11-02 ChunEon Park (Hermet)
658 * Don't update map uv with image size for proxy object in elm_flip.
660 2012-11-06 Gustavo Lima (glima)
662 * Fix typo on check's theme -- back from disabled state was broken.
664 2012-11-07 Mikael Sans (xhell)
666 * Fix wrong parameter for thumbnail error in elm_icon.
668 2012-11-12 ChunEon Park (Hermet)
670 * Support virtualkeypad, clipbard state shange signals from
673 2012-11-12 Jaehwan Kim
675 * Add elm_toolbar_item_show/bring_in.
676 It show or bring a specific item, when the toolbar can be scrolled.
678 2012-11-21 Michael Bouchaud (yoz)
680 * update the min size hint on elm_label after a text set
682 2012-11-22 ChunEon Park (Hermet)
684 * Lets remove contents regardless of the preseve_on_set if naviframe is
687 2012-11-22 Shilpa Sigh (shilpa.singh@samsung.com)
689 * Clear the title contents when naviframe item is deleted.
693 * Fixed entry to enable have_selection only when a text is actually selected.
695 2012-11-22 Michael Bouchaud (yoz)
697 * fix elm_flip to show only one face at a time
699 2012-11-23 ChunEon Park (Hermet)
701 * Free the text parts of the naviframe item when item is deleted.
703 2012-11-29 ChunEon Park (Hermet)
705 * Fix the mapbuf to update it's contents correctly, even if they go
706 outside of the buffer
708 2012-11-30 ChunEon Park (Hermet)
710 * Fix the naviframe to resize it's items which are inserted.
712 2012-11-30 ChunEon Park (Hermet)
714 * emit the signals for content_set/unset text_set/unset one time!
716 2012-12-04 Cedric Bail
718 * Fix uninitialized data path in elm_flip.
719 * Fix uninitialized data path in elm_gesture_layer.
721 2012-12-06 Cedric Bail
723 * Fix possible segv in elm_quicklaunch infrastructure.
725 2012-12-10 Cedric Bail
727 * Make sure private data is not NULL in elm_interface_scrollable.
729 2012-12-12 ChunEon Park (Hermet)
731 * Update mapbuf forcely whenever it's states are changed.
733 2012-12-17 Chueon Park (Hermet)
735 * Fix the popup that returned invalid action buttons.
737 2012-12-17 Chueon Park (Hermet)
739 * Makes naviframe safety even if someone deletes the naviframe in transition finished cb.
741 2012-12-18 Chueon Park (Hermet)
743 * Elm_transit image aniamtion effects supports elm_image object type.
745 2012-12-18 Chueon Park (Hermet)
747 * Don't Elm_transit image animation use image preloading to avoid image flickering.
749 2012-12-18 Chueon Park (Hermet)
751 * Let image update right now if the image preloading is disabled.
753 2012-12-21 Stefan Schmidt
755 * Fix small memory leak in elm_map error path.
757 2012-12-29 Mike Blumenkrantz
759 * Tooltips now correctly set NETWM tooltip window type
761 2013-01-13 Daniel Juyung Seo (SeoZ)
763 * Added "highlighted" and "unhighlighted" signals to list, genlist, and gengrid.
765 2013-01-19 WooHyun Jung
767 * When string in entry is changed, access to sd should be forbidden after smart_callback_call is called.
769 2013-01-26 ChanWook Jung (jchanwook@gmail.com)
771 * Expand elm_transit tween_mode and add twee_mode_factor_set(),get() APIs
773 2013-01-29 ChunEon Park (Hermet)
775 * Fix a elm_transit crash issue when user delete all target objects in the effect end callback.
777 2013-01-29 Jaehwan Kim
779 * Fix the scroll position is calculated by the size of pan object, not the size of scroller.
781 2013-02-05 ChunEon Park (Hermet)
783 * Index supports "language,changed" smart callback.
785 2013-03-04 WooHyun Jung
787 * Focus highlight should not be showed on (0, 0).
791 * Improved gengrid item append performance.
793 2013-03-05 Jiyoun Park
795 * Fix elm_conform didn't set size hint when keypad on.
797 2013-03-05 Jaehwan Kim
799 * Add edje_object_message_signal_process before edje_object_size_min_restricted_calc.
800 If the min size is changed by edje signal in edc, the the function should be called before the calculation.
802 2013-03-05 Jiyoun Park
804 * Fix elm_conform didn't change indicator mode when create.
806 2013-03-06 ChunEon Park (Hermet)
808 * Add elm_object_item_signal_callback_add(), elm_object_item_signal_callback_del().
810 2013-03-07 Jaehwan Kim
812 * Add the config ELM_THUMBSCROLL_HOLD_THRESHOLD.
813 This is the number of pixels the range which can be scrolled, while the scroller is holed.
815 2013-03-19 Jaehwan Kim
817 * Fix the elm_shutdown bug in _elm_shutdown_config.
818 When the elm_shutdown is used after elm_config_all_flush, the segment fault occur.
819 It's why it uses ecore_x in _prop_all_update_cb after removing it.
821 2013-03-20 Carsten Haitzler (The Rasterman)
823 * Fix elm box layout when an item has a max size, and that squashes all
824 content even when the minimum size is greater.
826 2013-03-23 WooHyun Jung
828 * Add four more focus directions. ELM_FOCUS_UP/DOWN/RIGHT/LEFT.
829 * Add elm_object_focus_next_object_get/set.
830 * Add elm_object_focused_object_get.
832 2013-03-27 Jihoon Kim
834 * Add elm_entry_input_panel_layout_variation_set/get API
836 2013-03-29 ChunEon Park (Hermet)
838 * Map supports "language,changed" smart callback.
840 2013-03-29 Mike Blumenkrantz
842 * Fix ctxpopup geometry when parent is an elm_win.
844 2013-04-01 Jaehwan Kim
846 * Scroller decides whether the accelerator is on or not, depending on the velocity and the interval time of the flick event.
848 2013-04-01 Jaehwan Kim
850 * Add the repeat_events_set/get for blocking the events of content objects.
851 This feature is useful to the access.
853 2013-04-01 ChunEon Park (Hermet)
855 * Add convenient macros - elm_object_translatable_part_text_set(), elm_object_item_translatable_part_text_set().
857 2013-04-06 Jaehwan Kim
859 * Add the API elm_scroller_page_scroll_limit_set/get.
860 It sets the maxium of the movable page at flicking.
862 2013-04-08 Jaehwan Kim
864 * Quit the scroll animator if the scroller don't have a bounce and reach a edge.
866 2013-04-08 Jaehwan Kim
868 * Fix the scroller show by a page if the page size is set and the region_bring_in or region_show is called.
870 2013-04-08 Rafael Antognolli
872 * Fix layout_example_02.
873 * Fix hoversel_example_01.
875 2013-04-09 Daniel Juyung Seo (SeoZ)
877 * Fix elc_player crash issue.
879 2013-04-09 Carsten Haitzler (The Rasterman)
881 * Add elm_mapbuf_auto_set()/elm_mapbuf_auto_get()
883 2013-04-09 WooHyun Jung
885 * Ctxpopup is now supproting focus_direction.
887 2013-04-10 Jaehwan Kim
889 * Fix the region_show/region_bring_in don't have a limit at a paging movement.
891 2013-04-10 Jaehwan Kim
893 * Add the API elm_scroller_single_direction_set/get.
894 This sets how the content is scrolled.
896 2013-04-10 Jaehwan Kim
898 * Fix the calculation double type number.
899 Round off to the nearest whole number.
901 2013-04-15 Jaehwan Kim
903 * Add the feature for key events.
905 2013-04-16 Jaehwan Kim
907 * Fix the policy is not changed when the theme is changed.
908 The "reload" signal from edc is necessary always.
910 2013-04-16 WooHyun Jung
912 * When entry is disabled, scrolling is also disabled.
914 2013-04-17 ChunEon Park (Hermet)
916 * Don't try to pop the naviframe item multiple times.
918 2013-04-18 Shinwoo Kim
920 * Add elm_access_action(), elm_access_action_cb_set()
922 2013-04-22 Shinwoo Kim
924 * Make access object unfocusable when Aaccessibility is disabled.
926 2013-04-23 ChunEon Park (Hermet)
928 * Added elm_object_domain_part_text_translatable_set(),
929 elm_object_item_domain_part_text_translatable_set().
931 2013-04-23 Jaehwan Kim
933 * Fix the scrolled entry in scroller is located wrong position when the
934 cursor is changed. It is a scroller in scroller. In this case, it moved
937 2013-04-23 ChunEon Park (Hermet)
939 * Support language change for widget items (Ctxpopup, Hoversel,
940 Naviframe, Diskselector, List, Menu, Segment_Control, Toolbar, Popup,
943 2013-04-23 ChunEon Park (Hermet)
945 * Support language,changed callback (Fileselector_Button,
946 Fileselector Entry, Spinner
948 2013-04-25 ChunEon Park (Hermet)
950 * Fix null pointer access on naviframe item deletion.
952 2013-04-29 ChunEon Park (Hermet)
954 * Fix toolbar item clipped problem on reordering toolbar item.
956 2013-04-30 Jaehwan Kim
958 * Add the config elm_scroll_smooth_start_enable.
959 There's no tick when scroller starts scroll if it's set.
961 2013-04-30 ChunEon Park (Hermet)
963 * Layout supports "language,changed" smart callback.
965 2013-04-30 Jaehwan Kim
967 * The momentum animation time is changed as the amount of flick.
969 2013-05-01 Ryuan Choi (ryuan)
971 * Fix elm_object_cursor_theme_search_enabled_set to do as it's name described.
973 2013-05-02 WooHyun Jung
975 * elm_entry_filter_accept_set function now can recognize tags.
977 2013-05-02 ChunEon Park (Hermet)
979 * Don't be dead even if a ctxpopup item callback function is null.
981 2013-05-03 Shinwoo Kim
983 * Fix gengrid does not work under the accessibility.
984 * Fix do not append NULL to genlist focus list.
986 2013-05-01 Ryuan Choi (ryuan)
988 * Fix elm_clock_first_interval_set writes wrong value.
990 2013-05-06 WooHyun Jung
992 * Add elm_entry smart callback - "text,set,done".
994 2013-05-09 Seunggyun Kim
996 * Fix remained ecore timer issue when gesture layer was deleted.
998 2013-05-14 Youngbok Shin
1000 * Fix ctxpopup can't be called again in the mobile mode entry.
1002 2013-05-16 Ryuan Choi (ryuan)
1004 * Fix single line enty got multiple line when pasted multiple line.
1008 * Add selection handlers to entry.
1010 2013-05-23 Daniel Juyung Seo (SeoZ)
1012 * Fix colorselector color change but when palette item is selected.
1014 2013-05-23 Ryuan Choi (ryuan)
1016 * Fix elm_colorselector does not emit "changed" when clicked color palatte.
1018 2013-05-27 Tae-Hwan Kim (bluezery)
1020 * Add support elm_object_item_signal_emit() for elm_list.
1022 2013-05-27 Jihoon Kim (jihoon)
1024 * Add ELM_INPUT_PANEL_LAYOUT_DATETIME.
1026 2013-05-27 Seunggyun Kim
1027 * Add elm_config_glayer_long_tap_start_timeout_set/get,
1028 elm_config_glayer_double_tap_timeout_set/get
1030 2013-05-30 ChunEon Park
1032 * Fix the mapbuf to be enabled before it's content is entirely rendered
1035 2013-06-05 Ryuan Choi (ryuan)
1037 * Fix elm_colorselector does not update color bar when picker changed color.
1039 2013-06-05 ChunEon Park (Hermet)
1041 * Fix navifame to recover the focus for the prev page when top item is deleted.
1043 2013-06-06 Ryuan Choi (ryuan)
1045 * Up/down step of hour decimal of elm_clock is changed to 12 not to touch hour unit at editing mode.
1049 * Add magnifier to entry.
1051 2013-06-10 ChunEon Park (Hermet)
1053 * Remove the keyboard area in the conformant if the keyboard state is off.
1055 2013-06-10 Daniel Juyung Seo (SeoZ)
1057 * Add "focused" and "unfocused" smart callback for panel, video, web,
1058 web2, genlist, hover, index, list, map, photocam, progressbar, radio,
1059 scroller, slider, slideshow, spinner, toolbar, win, calendar, check,
1060 clock, colorselector, datetime, diskselector, flipselector, gengrid,
1061 ctxpopup, fileselector_button, naviframe, player, popup, bubble, button.
1063 2013-06-05 Ryuan Choi (ryuan)
1065 * Fix colorselector send "changed" signal twice when pressed color bar.
1067 2013-06-11 ChunEon Park (Hermet)
1069 * Keep the smart members of the naviframe views whenever resize object is changed.
1070 This prevents the dangling view objects of the naviframe and keep the layer
1073 2013-06-13 Ryuan Choi (ryuan)
1075 * Replace uri to url from elm_web_uri_get, elm_web_uri_set and "uri,changed" signal.
1076 Previous APIs and signal are deprecated.
1078 2013-06-16 ChunEon Park (Hermet)
1080 * Naviframe: Dont' be popped if the event is freezed and popping is going on.
1082 2013-06-18 Jaehwan Kim
1084 * In case of scroll in scroll, the child scroller have to bounce if parents don't have a bounce.
1086 2013-06-19 Jaehwan Kim
1088 * Fix elm_scroller_page_show bug. It have to save the wanted values to show the wanted page.
1090 2013-06-20 Youngbok Shin
1092 * Fix non-scrollable entry did not comply focus_highlight data.