[access] support elm_access_action(); with ELM_ACCESS_ACTION_UNHIGHLIGHT
[framework/uifw/elementary.git] / ChangeLog
1 2012-04-26 Carsten Haitzler (The Rasterman)
2
3         * 1.0.0 release
4
5 2012-04-27 Daniel Juyung Seo (SeoZ)
6
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
10           not in the queue.
11
12 2012-04-30 Jérôme Pinot
13
14         * Add missing files in the tarballs.
15
16 2012-05-02  Cedric Bail
17
18         * Do less allocation and reuse much more Evas_Map.
19
20 2012-05-02 Carsten Haitzler (The Rasterman)
21
22         * Fix possible problems with other subsystems depending on X11 display
23           being closed (XCloseDisplay not close() on socket fd).
24
25 2012-05-02  ChunEon Park (Hermet)
26
27         * Font: actually it doesnt append the font to the hash when font_hash is
28           created inside. Now it is fixed.
29
30 2012-05-03  WooHyun Jung
31
32         * Add feature about focus. Focus can be moved in all direction by
33           by elm_widget_focus_go function.
34
35 2012-05-04  Leandro Pereira
36
37         * Fix icon not appearing in default Genlist theme.
38
39 2012-05-09  Cedric bail
40
41         * Reload theme when it change on disk.
42
43 2012-05-11  ShilpaOnkar Singh
44
45         * Added focus key event handling for the colorselector
46
47 2012-05-13  Dave Andreoli
48
49         * Fileselector: honor folder_only when using EIO
50
51 2012-05-14  Shinwoo Kim
52
53         * menu: remove crash issue when no-parent item is passed to the
54         elm_menu_item_separator_add()
55
56 2012-05-14  Shinwoo Kim (kimcinoo)
57
58         * popup: Bug Fix: improper usage of textblock
59
60 2012-05-15  Dave Andreoli
61
62         * Fileselector: honor folder_only when using EIO
63
64 2012-05-16 Carsten Haitzler (The Rasterman)
65
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.
71
72 2012-05-16  Dave Andreoli
73
74         * Fileselector: Add a wheel spinner that show/spin while EIO is working
75
76 2012-05-16  Tom Hacohen (TAsn)
77
78         * Fix fileselector selection done bug and pass the right string.
79
80 2012-05-22  Jaehwan Kim
81
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)
86
87 2012-05-22  Carsten Haitzler (The Rasterman)
88
89         * Add skeleton for handling remote commands access controls.
90
91 2012-05-23  Tae-Hwan Kim (Bluezery)
92
93         * Map: Add elm_map_overlays_get & elm_map_overlay_visible_get functions.
94
95 2012-05-24  Michal Pakula vel Rutka
96
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.
99
100 2012-05-24  Tae-Hwan Kim (Bluezery)
101
102         * Add "loaded" signal for elm_map.
103
104 2012-05-25  Rob Bradford
105
106         * Refactor X11 specific code to use ecore_evas_*_window_get functions
107         so that the driver for the Ecore_Evas will be checked.
108
109 2012-05-28  Mike Blumenkrantz
110
111         * Fix sizing calc error in list item homogenizing
112
113 2012-05-28  Carsten Haitzler (The Rasterman)
114
115         * Made elm_object_focus_set() fall back to evbas_object_focus_set()
116           if the object is not an elm widget.
117
118 2012-05-29  Mike Blumenkrantz
119
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
123
124 2012-05-29  Rob Bradford
125
126         * Move X related window items into their own substruct of
127         _Elm_Win_Smart_Data to allow grouping based on engine.
128
129 2012-05-29  Rob Bradford
130
131         * Move X related cursor items into their own substruct of Elm_Cursor
132         to make supporting cursors on other platforms cleaner.
133
134 2012-05-30  Rob Bradford
135
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
141         widget.
142
143 2012-05-30  Mike Blumenkrantz
144
145         * Fix even/odd signals for genlist items
146
147 2012-05-30  Thiep Ha
148
149        * Entry: Add 3 APIs which are elm_entry_text_style_user_push/pop/peek
150        and test functions for these APIs.
151
152 2012-05-31  WooHyun Jung
153
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)
157
158 2012-06-01  Mike Blumenkrantz
159
160         * Re-setting the current mirrored mode state no longer causes a full recalc
161
162 2012-06-07  Jaehwan Kim
163
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.
167
168 2012-06-08  Jaehwan Kim
169
170         * Add elm_object_scroll_hold/freeze_get.
171
172 2012-06-12  ChunEon Park (Hermet)
173
174         * Fixed Transit wipe effect flickering.
175
176 2012-06-12  Carsten Haitzler (The Rasterman)
177
178         * Add elm_win_size_base_set/get, elm_win_size_step_set/get for hinting
179         sizing of windows. Useful for terminals.
180
181 2012-06-12  Mike Blumenkrantz
182
183         * Map no longer saves its files to directories outside of the user's home directory
184
185 2012-06-14  Seunggyun Kim
186
187         * Fix elm_config_font_overlay_apply() to also apply rescaling properly.
188
189 2012-06-14  Jaehwan Kim
190
191         * Toolbar : Add the reorder feature when the more panel is shown.
192           After the item is long-pressed, it can be moved.
193
194 2012-06-14  Michael Bouchaud
195
196         * Add an enum to Elm_Calendar_Mark_Repeat_Type:
197         ELM_CALENDAR_LAST_DAY_OF_MONTH
198
199 2012-06-15  Michael Bouchaud
200
201         * elm_progressbar: elm_progressbar_format_function_set to add a callback
202         function to format the unit string.
203
204 2012-06-16  Davide Andreoli
205
206         * elm_map: add elm_map_overlay_del_cb_set to be notify when
207         an overlay is deleted.
208
209 2012-06-21  Daniel Juyung Seo (SeoZ)
210
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
213         set.
214
215 2012-06-23  Daniel Willmann
216
217         * elm_progressbar: Add "changed" signal to be emitted when the value
218         is changed.
219
220 2012-06-25  Daniel Juyung Seo (SeoZ)
221
222         * Genlist: Fixed tree expand bug. Check item type when an item is requested
223         to be expanded/contracted.
224
225 2012-06-25  Carsten Haitzler (The Rasterman)
226
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.
230
231 2012-06-26  Shinwoo Kim (kimcinoo)
232
233         * Use Edje to enable accessibility on TEXTBLOCK.
234
235 2012-06-27 Daniel Juyung Seo (SeoZ)
236
237         * Genlist: Fixed homogeneous mode bug with ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY item. Now it calculates display only item size correctly.
238
239 2012-06-29 Artem Popov
240
241         * Add support for a new toolbar style with icon and text
242         aligned in center. "item_centered".
243
244 2012-06-30  Shinwoo Kim (kimcinoo)
245
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
249
250 2012-06-30  Artem Popov
251
252         * Fix panel theme_hook handling for scaling
253
254 2012-07-01  Gustavo Sverzut Barbieri (k-s)
255
256         * Add and use elm_widget_item_widget_get()
257         * Fix elm_segment_control to not abuse user's data from item.
258
259 2012-07-03  Cedric Bail
260
261         * Initialize Emotion when necessary.
262
263 2012-07-03  Minseok Kim
264
265         * Add elm_multibuttonentry_editable_set() and
266         elm_multibuttonentry_editable_get()
267
268 2012-07-03  Shinwoo Kim (kimcinoo)
269
270         * Add access hook to widget infra.
271
272 2012-07-05  Carsten Haitzler (The Rasterman)
273
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()
281         
282 2012-07-06  Shinwoo Kim (kimcinoo)
283
284         * Add layout access enable/disable api:
285           * elm_layout_edje_object_can_access_set/get()
286
287 2012-07-07  Carsten Haitzler (The Rasterman)
288
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).
292
293 2012-07-10  Gustavo Lima Chaves
294
295         * Add elm_scroller_page_size_get() and
296           elm_scroller_page_relative_get() for consistency (some scrolling
297           widgets got these gettes before).
298
299 2012-07-10  Rob Bradford
300
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
304         paste code
305
306 2012-07-12  Tae-Hwan Kim (Bluezery)
307
308         * Fix that vertical bounce enable value can be get from elm_config
309         when the genlist is added.
310
311 2012-07-16  Carsten Haitzler (The Rasterman)
312
313         * Disable html mode pastes from cnp to work around thunderbird.
314
315 2012-07-18  Carsten Haitzler (The Rasterman)
316
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).
320
321 2012-07-18  Yan Wang
322
323         * Small fix to account for framespace that is used in wayland
324         (0 in x11 so shouldnt affect x11).
325
326 2012-07-18  Hermet (ChunEon Park)
327
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.
331
332 2012-07-19  Gustavo Sverzut Barbieri (k-s)
333
334         * Add Elm_Win_Trap and elm_win_trap_set() to allow e17 integration.
335
336 2012-07-23  Hermet (ChunEon Park)
337
338         * fixed invalid sd memory access when delete window inlined image
339
340 2012-07-24  Hermet (ChunEon Park)
341
342         * fixed scroller to not have the hold flag when mouse up happened.
343
344 2012-07-24  Gustavo Sverzut Barbieri (k-s)
345
346         * Add elm_flip_go_to()
347
348 2012-07-25  Carsten Haitzler (The Rasterman)
349
350         * Fix elementary quicklaunch to transprot environment over as
351         well as args and cwd.
352
353 2012-07-27  Shinwoo Kim (kimcinoo)
354
355         * Patch in incomplete access supoprt in popup.
356
357 2012-07-30  Cedric Bail
358
359         * Allow freeze/thaw on Elm_Layout and reduce number of object update.
360         * Defer Elm_Calendar generation until really needed.
361
362 2012-07-31  Shinwoo Kim (kimcinoo)
363
364         * Patch in incomplete access supoprt in ctxpopup and dayselector.
365
366 2012-08-02  Cedric Bail
367
368         * Fix elm_image_orient_set/get.
369
370 2012-08-06  Cedric Bail
371
372         * Make Elm_Slider update itself asynchronously.
373
374 2012-08-09  Cedric Bail
375
376         * Reset main loop after fork in quicklaunch.
377
378 2012-08-18  Shinwoo Kim (kimcinoo)
379
380         * Patch in incomplete access in: colorselecto, win, diskselector,
381           gengrid, genlist, progressbar, slider, label, entry
382
383 2012-08-20   Jihyeon Seol
384
385         * Fix sizing issue in multibutton entry by making all lines
386           the same height.
387
388 2012-08-20  Shinwoo Kim (kimcinoo)
389
390         * Patch in incomplete access support in datetime.
391
392 2012-08-21  Carsten Haitzler (The Rasterman)
393
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.
399
400 2012-08-21  Shinwoo Kim (kimcinoo)
401
402         * Patch in incomplete access support in segment control and spinner
403
404 2012-08-28  Carsten Haitzler (The Rasterman)
405
406         * Track window states as a total count and be able to self-throttle
407           or suspend rendering as a result.
408
409 2012-08-30  Carsten Haitzler (The Rasterman)
410
411         1.7.0 release
412
413 2012-08-30  Gustavo Lima Chaves (glima)
414
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
424           to adapt themselves.
425
426 2012-08-30  Shilpa Onkar Singh
427
428         * Naviframe's item Subtitle_label deleted in item_free.
429
430 2012-08-31  WooHyun Jung
431
432         * The state of elm_check is now changed by mouse click event.
433
434 2012-09-03  Rajeev Ranjan
435
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()
439
440 2012-09-03  Bluezery
441
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.
445
446 2012-09-03  Shinwoo Kim (kimcinoo)
447
448         * Add in more access subsystem features like activation cb.
449         * Fix popup to apply the same style to the notify sub-widget.
450
451 2012-09-04  Jihoon Kim (jihoon)
452
453         * Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN.
454
455 2012-09-11  ChunEon Park (Hermet)
456
457         * Even if the top item is inserted into the naviframe. Any transition
458           wouldn't be launched.
459
460 2012-09-12  Jaehwan Kim
461
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
464           of item.
465
466 2012-09-12  Shinwoo Kim (kimcinoo)
467
468         * Add access features to calendar.
469         * Add icon show/hide handling to diskselector ala button etc.
470
471 2012-09-12  Thiep Ha
472
473         * Fix ctxpopup direction if -1 is uses as priority.
474
475 2012-09-12  Jiyoun Park (jypark)
476
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. 
480
481 2012-09-12  Davide Andreoli (davemds)
482
483         * Add external property "play length" to Video widget, read-only.
484
485 2012-09-13  M.V.K. Sumanth
486
487         * Fix diskselector when bounce off and round enabled.
488
489 2012-09-12  Flavio Ceolin
490
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:
495
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
505
506 2012-09-14  Doyoun Kang
507
508         * Add APIs for floating mode
509           - elm_win_floating_mode_set
510           - elm_win_floating_mode_get
511
512 2012-09-14  Shinwoo Kim (kimcinoo)
513
514         * Fix info field set for bubble widget.
515
516 2012-09-17  Shinwoo Kim (kimcinoo)
517
518         * Add direction enum to elm access activate api
519         * Use activate directions
520
521 2012-09-19  Jaehwan Kim
522
523         * Add reorder mode set/get API in Toolbar
524
525 2012-09-19  Michael Bouchaud (yoz)
526
527         * fix resizing on naviframe when an item is poped
528
529 2012-09-20  Michael Bouchaud (yoz)
530
531         * fix wrong size calc in naviframe when an item have setted
532           tittle_visible_set to false.
533
534 2012-09-24  Flavio Ceolin
535
536         * elementary_codegen: Adding support for box and table.
537
538 2012-09-25  Cedric Bail
539
540         * Escape theme filename correctly.
541
542 2012-09-27  Jaehwan Kim
543
544         * Add the toolbar API which expand the transverse length
545
546 2012-09-28  Shinwoo Kim (kimcinoo)
547
548         * Fix disk selector selection of middle item when obj not at 0.
549
550 2012-09-28   Jihyeon Seol
551
552         * Fix list corruption issue in multibuttonentry.
553
554 2012-09-28  Bruno Dilly
555
556         * add elm_bg as external
557
558 2012-10-03  Michael Bouchaud (yoz)
559
560         * add elm_calendar_displayed_time_get
561         * add a signal display,changed to elm_calendar
562
563 2012-10-02  Bruno Dilly
564
565         * add policy for elm_exit
566
567 2012-10-03  Bruno Dilly
568
569         * fix init counts
570         * immediately shutdown elm on external shutdown
571
572 2012-10-04  Igor Murzov
573
574         * fix copy&paste error in elm_flip.
575         * fix possible invalid memory access in elm_access.
576
577 2012-10-04  Cedric Bail
578
579         * Add a color picker to elm_colorselector.
580
581 2012-10-04  Sebastian Dransfeld
582
583         * Use ecore_x_selection_converter_text to convert text data so we can
584           support COMPOUND_TEXT
585
586 2012-10-08  Bruno Dilly
587
588         * fix elm_spinner_special_value_add()
589         * add elm_spinner_special_value_get() / del()
590
591 2012-10-10  Shinwoo Kim (kimcinoo)
592
593         * Add access features to multibuttonentry
594         * Fix diskselector bug on round with appended items with more
595         than 4 items.
596
597 2012-10-12  Michael Bouchaud (yoz)
598
599         * Add elm_map_name_search
600
601 2012-10-12  Shinwoo Kim (kimcinoo)
602
603         * Fix conform widget to be part of focus chain.
604
605 2012-10-13  ChunEon Park (Hermet)
606
607         * Fix the transit to launch the effect directly when elm_transit_go is called.
608
609 2012-10-14  Jiyoun Park (jypark)
610
611         * Add display mode change feature related with keypad state change
612         to elm conformant and naviframe.
613
614 2012-10-15  Shinwoo Kim (kimcinoo)
615
616         * Add access features to toolbar items
617
618 2012-10-15  Prince Dubey Kumar <prince.dubey@samsung.com>
619
620         * Fix genlist reorder mode item not being resized on genlist resize.
621
622 2012-10-17  Daniel Juyung Seo <seojuyung2@gmail.com>
623
624        *  elm: Fixed on_focus_region() issue. Focused area should be scrolled
625        only when it is needed. Now only entry needs this feature.
626
627 2012-10-18  Jaehwan Kim
628
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.
632
633 2012-10-19  Tae-Hwan Kim (Bluezery)
634         * Fixed wrong_calc_job parameter.
635
636 2012-10-19  ChunEon Park (Hermet)
637
638         * Fix elm_transit image animation which last few frames are skipped.
639
640 2012-10-25  Michael Bouchaud (yoz)
641
642         * some fix for promote and demote in genlist
643
644 2012-10-30  SeungGyun Kim
645
646         * Added elm_notify_align_set/get and Deprecated elm_notify_orient_set/get
647
648 2012-10-30  ChunEon Park (Hermet)
649
650         * Fix the transit to accept proxy object.
651
652 2012-10-31  TaeHwan Kim (Bluezery)
653
654         * Don't crash glview even if you failed to create obj.
655
656 2012-11-02  ChunEon Park (Hermet)
657
658         * Don't update map uv with image size for proxy object in elm_flip.
659
660 2012-11-06  Gustavo Lima (glima)
661
662         * Fix typo on check's theme -- back from disabled state was broken.
663
664 2012-11-07  Mikael Sans (xhell)
665
666         * Fix wrong parameter for thumbnail error in elm_icon.
667
668 2012-11-12  ChunEon Park (Hermet)
669
670         * Support virtualkeypad, clipbard state shange signals from
671                   conformant
672
673 2012-11-12  Jaehwan Kim
674
675         * Add elm_toolbar_item_show/bring_in.
676           It show or bring a specific item, when the toolbar can be scrolled.
677
678 2012-11-21  Michael Bouchaud (yoz)
679
680         * update the min size hint on elm_label after a text set
681
682 2012-11-22  ChunEon Park (Hermet)
683
684         * Lets remove contents regardless of the preseve_on_set if naviframe is
685         deleted.
686
687 2012-11-22  Shilpa Sigh (shilpa.singh@samsung.com)
688
689         * Clear the title contents when naviframe item is deleted.
690
691 2012-11-22  Thiep Ha 
692
693         * Fixed entry to enable have_selection only when a text is actually selected.
694
695 2012-11-22  Michael Bouchaud (yoz)
696
697         * fix elm_flip to show only one face at a time
698
699 2012-11-23  ChunEon Park (Hermet)
700
701         * Free the text parts of the naviframe item when item is deleted.
702
703 2012-11-29  ChunEon Park (Hermet)
704
705         * Fix the mapbuf to update it's contents correctly, even if they go
706         outside of the buffer
707
708 2012-11-30  ChunEon Park (Hermet)
709
710         * Fix the naviframe to resize it's items which are inserted.
711
712 2012-11-30  ChunEon Park (Hermet)
713
714         * emit the signals for content_set/unset text_set/unset one time!
715
716 2012-12-04  Cedric Bail
717
718         * Fix uninitialized data path in elm_flip.
719         * Fix uninitialized data path in elm_gesture_layer.
720
721 2012-12-06  Cedric Bail
722
723         * Fix possible segv in elm_quicklaunch infrastructure.
724
725 2012-12-10  Cedric Bail
726
727         * Make sure private data is not NULL in elm_interface_scrollable.
728
729 2012-12-12  ChunEon Park (Hermet)
730
731         * Update mapbuf forcely whenever it's states are changed.
732
733 2012-12-17  Chueon Park (Hermet)
734
735         * Fix the popup that returned invalid action buttons.
736
737 2012-12-17  Chueon Park (Hermet)
738
739         * Makes naviframe safety even if someone deletes the naviframe in transition finished cb.
740
741 2012-12-18  Chueon Park (Hermet)
742
743         * Elm_transit image aniamtion effects supports elm_image object type.
744
745 2012-12-18  Chueon Park (Hermet)
746
747         * Don't Elm_transit image animation use image preloading to avoid image flickering.
748
749 2012-12-18  Chueon Park (Hermet)
750
751         * Let image update right now if the image preloading is disabled.
752
753 2012-12-21  Stefan Schmidt
754
755         * Fix small memory leak in elm_map error path.
756
757 2012-12-29  Mike Blumenkrantz
758
759         * Tooltips now correctly set NETWM tooltip window type
760
761 2013-01-13  Daniel Juyung Seo (SeoZ)
762
763         * Added "highlighted" and "unhighlighted" signals to list, genlist, and gengrid.
764
765 2013-01-19  WooHyun Jung
766
767         * When string in entry is changed, access to sd should be forbidden after smart_callback_call is called.
768
769 2013-01-26  ChanWook Jung (jchanwook@gmail.com)
770
771         * Expand elm_transit tween_mode and add twee_mode_factor_set(),get() APIs
772
773 2013-01-29  ChunEon Park (Hermet)
774
775         * Fix a elm_transit crash issue when user delete all target objects in the effect end callback.
776
777 2013-01-29  Jaehwan Kim
778
779         * Fix the scroll position is calculated by the size of pan object, not the size of scroller.
780
781 2013-02-05  ChunEon Park (Hermet)
782
783         * Index supports "language,changed" smart callback.
784
785 2013-03-04  WooHyun Jung
786
787         * Focus highlight should not be showed on (0, 0).
788
789 2013-03-04  Junki Cho
790
791         * Improved gengrid item append performance.
792
793 2013-03-05 Jiyoun Park
794
795         * Fix elm_conform didn't set size hint when keypad on.
796
797 2013-03-05  Jaehwan Kim
798
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.
801
802 2013-03-05 Jiyoun Park
803
804         * Fix elm_conform didn't change indicator mode when create.
805
806 2013-03-06  ChunEon Park (Hermet)
807
808         * Add elm_object_item_signal_callback_add(), elm_object_item_signal_callback_del().
809
810 2013-03-07  Jaehwan Kim
811
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.
814
815 2013-03-19  Jaehwan Kim
816
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.