[Widget] Prevent widget item API calls while item is deleting except
[platform/upstream/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  Shilpa Onkar Singh
414
415         * Naviframe's item Subtitle_label deleted in item_free.
416
417 2012-08-31  WooHyun Jung
418
419         * The state of elm_check is now changed by mouse click event.
420
421 2012-09-03  Rajeev Ranjan
422
423         * Fix min/max limit setting to respect field boundaires EXCEPT
424           for years which have no boundaries with
425           elm_datetime_field_limit_set()
426
427 2012-09-03  Bluezery
428
429         * Fix re-order animation when it doesn't end correctly.
430         
431 2012-09-03  Shinwoo Kim (kimcinoo)
432
433         * Fix popup to apply the same style to the notify sub-widget.
434         
435 2012-09-12  Thiep Ha
436
437         * Fix ctxpopup direction if -1 is uses as priority.
438
439 2012-09-13  M.V.K. Sumanth
440
441         * Fix diskselector when bounce off and round enabled.
442
443 2012-09-14  Shinwoo Kim (kimcinoo)
444
445         * Fix info field set for bubble widget.
446
447 2012-09-19 Michael Bouchaud (yoz)
448
449         * fix resizing on naviframe when an item is poped
450
451 2012-09-20 Michael Bouchaud (yoz)
452
453          * fix wrong size calc in naviframe when an item have setted
454            tittle_visible_set to false.
455
456 2012-09-25  Cedric Bail
457
458         * Escape theme filename correctly.
459
460 2012-09-28  Shinwoo Kim (kimcinoo)
461
462         * Fix disk selector selection of middle item when obj not at 0.
463
464 2012-10-04  Igor Murzov
465
466         * fix copy&paste error in elm_flip.
467         * fix possible invalid memory access in elm_access.
468
469 2012-10-10  Shinwoo Kim (kimcinoo)
470
471         * Fix diskselector bug on round with appended items with more
472         than 4 items.
473
474 2012-10-11  WooHyun Jung
475
476         * Fix a bug in elm_panel. Content should be a sub-object of elm_panel.
477
478 2012-10-12  Shinwoo Kim (kimcinoo)
479
480         * Fix conform widget to be part of focus chain.
481
482 2012-10-13  ChunEon Park (Hermet)
483
484         * Fix the transit to launch the effect directly when elm_transit_go is called.
485
486 2012-10-15  Prince Dubey Kumar <prince.dubey@samsung.com>
487
488         * Fix genlist reorder mode item not being resized on genlist resize.
489
490 2012-10-17  Jihoon Kim (jihoon)
491
492         * Fix elm_widget_type_check warning in the _on_size_hints_changed of elm_video.
493
494 2012-10-19  Tae-Hwan Kim (Bluezery)
495
496         * Fixed wrong_calc_job parameter.
497
498 2012-10-19  ChunEon Park (Hermet)
499
500         * Fix elm_transit image animation which last few frames are skipped.
501
502 2012-10-20  Cedric Bail
503
504         1.7.1 release
505
506 2012-10-25  Michael Bouchaud (yoz)
507
508          * some fix for promote and demote in genlist
509
510 2012-10-30  ChunEon Park (Hermet)
511
512         * Fix the transit to accept proxy object.
513
514 2012-11-02  ChunEon Park (Hermet)
515
516         * Don't update map uv with image size for proxy object in elm_flip.
517
518 2012-11-07  Mikael Sans (xhell)
519
520         * Fix wrong parameter for thumbnail error in elm_icon.
521
522 2012-11-12  Michael Bouchaud (yoz)
523
524         * Add missing selected event in elm_index (elm_index_item_selected_set)
525
526 2012-11-21  Michael Bouchaud (yoz)
527
528         * update the min size hint on elm_label after a text set
529
530 2012-11-22  Michael Bouchaud (yoz)
531
532         * fix elm_flip to show only one face at a time
533
534 2012-11-22  ChunEon Park (Hermet)
535
536         * Lets remove contents regardless of the preseve_on_set if naviframe is
537         deleted.
538
539 2012-11-22  Shilpa Sigh (shilpa.singh@samsung.com)
540
541         * Clear the title contents when naviframe item is deleted.
542
543 2012-11-23 Luis Felipe Strano Moraes
544
545         1.7.2 release
546
547 2012-11-23  Carsten Haitzler (The Rasterman)
548
549         * Fix build on systems without clearenv() (eg bsd).
550
551 2012-11-23  ChunEon Park (Hermet)
552
553         * Free the text parts of the naviframe item when item is deleted.
554
555 2012-11-29  ChunEon Park (Hermet)
556
557         * Fix the mapbuf to update it's contents correctly, even if they go
558         outside of the buffer
559
560 2012-11-30  ChunEon Park (Hermet)
561
562         * Fix the naviframe to resize it's items which are inserted.
563
564 2012-11-30  WooHyun Jung
565
566         * Fix layout when content_set or text_set is called with NULL part name.
567
568 2012-11-30  ChunEon Park (Hermet)
569
570         * emit the signals for content_set/unset text_set/unset one time!
571
572 2012-12-02  Mike Blumenkrantz
573
574         * Fix case where tooltips could go offscreen unnecessarily
575
576 2012-12-04  Cedric Bail
577
578         * Fix a possible divide by zero in els_scroller animator.
579
580 2012-12-05  Cedric Bail
581
582         * Fix uninitialized data path in elm_flip, elm_gesture_layer,
583         elm_interface_scrollable, els_scroller.
584
585 2012-12-05  Shilpa Onkar Singh (shilpa.singh@samsung.com)
586
587         * Fix naviframe to not send hide signals even before item doens't created
588         yet.
589
590 2012-12-06  Cedric Bail
591
592         * Fix possible segv in elm_quicklaunch infrastructure.
593         * Make sure elm_conform always finish with at least one '\0'.
594         * Fix forgotten break in elm_map that would have thrown error when the
595         action was properly taken in fact.
596
597 2012-12-06 ChunEon Park (Hermet)
598
599         * Fix the mapbuf to show the content always. Sometimes mapbuf couldn't show
600         the content properly.
601
602 2012-12-07  Cedric Bail
603
604         * Safer call to mkstemp in elm_cnp.
605         * Simplify test in elm_entry_text_set.
606
607 2012-12-06 Daniel Juyung Seo (SeoZ)
608
609         * Fix wheel scroll direction with shift.
610
611 2012-12-07  WooHyun Jung
612
613         * Fix focus problem in multibuttonentry. Entry can get focus only when multibuttonentry is focused.
614
615 2012-12-07  Luis Felipe Strano Moraes
616
617         * Release 1.7.3
618
619 2012-12-08  ChunEon Park (Hermet)
620
621         * Fix the naviframe title_set problem that caused the title visible status reset.
622
623 2012-12-10  Cedric Bail
624
625         * Make sure private data is not NULL in elm_interface_scrollable.
626         * Correctly handle failure case in _x11_notify_handler_image.
627         * Fix missuse of EINA_INLIST_FOREACH in elm_transit.c.
628
629 2012-12-12  WooHyun Jung
630
631         * Now, dummy object is always smart member of naviframe.
632
633 2012-12-12  Nicolas Aguirre
634
635         * backport r76226 : Elm: Fix Escape namespace to compile on Windows.
636
637 2012-12-13  Nicolas Aguirre
638
639         * Fix build on win32
640
641 2012-12-17 Vincent Torri
642
643         * Add XML output to doc
644         * Add installation rule for doc
645
646 2012-12-17  Chueon Park (Hermet)
647
648         * Fix the popup that returned invalid action buttons.
649
650 2012-12-17  Chueon Park (Hermet)
651
652         * Makes naviframe safety even if someone deletes the naviframe in transition finished cb.
653
654 2012-12-18  Chueon Park (Hermet)
655
656         * Don't Elm_transit image animation use image preloading to avoid image flickering.
657
658 2012-12-18  Chueon Park (Hermet)
659
660         * Let image update right now if the image preloading is disabled.
661
662 2012-12-21  Stefan Schmidt
663
664         * Fix small memory leak in elm_map error path.
665
666 2012-12-21  Jihoon Kim
667
668         * Fix memory leak in _item_tag_remove of elm_entry.
669
670 2012-12-21  Luis Felipe Strano Moraes
671
672         * 1.7.4 release
673
674 2012-12-28  Mike Blumenkrantz
675
676         * Fix bug where genlist would delete items added during selection callback if a clear was queued
677
678 2012-12-29  Mike Blumenkrantz
679
680         * Tooltips now correctly set NETWM tooltip window type
681
682 2013-01-03  JaeHyun Jo (jae_hyun@cho@naver.com)
683
684         * Fix the naviframe item part text to be set properly.
685
686 2013-01-03  Thiep Ha
687
688         * Fix list separator size bug.
689
690 2013-01-04  Luis Felipe Strano Moraes
691
692         * 1.7.5 release
693
694 2013-01-06  Jaehyun Cho (jae_hyun_cho@naver.com)
695
696         * Fix omitting signal emission when customized text parts change the text.
697
698 2013-01-08  Jaehwan Kim
699
700         * Fix the bug which the callbacks of the sub-object are added even if the sub-object is added the parent object.
701
702 2013-01-10  Shinwoo Kim
703
704         * backport r82456: Fix potential problem which would cause resource leak.
705
706 2013-01-16  Shilpa Singh <shilpa.singh@samsung.com>, Rajeev Ranjan <rajeev.r@samsung.com>
707
708         * Fix "changed" signal being sent twice in case of toggle style when check is clicked.
709
710 2013-01-16  WooHyun Jung
711
712         * elm_plug should call elm_widget_can_focus_set after adding parent class.
713         * Now, widget itself is the object which gets mouse_up event for stealing focus from another object. By this change, a widget with scroller interface can change its focus state before mouse_up of hit_rect.
714
715 2013-01-16  Jaeun Choi
716
717         * Fix bug where index is not re-filled if autohide disabled
718
719 2013-01-17  Bora Hwang (bora1.hwang@samsung.com)
720
721         * when parent of ctxpopup is resized, ctxpopup calls dismissed signal
722
723 2013-01-19  WooHyun Jung
724
725         * When string in entry is changed, access to sd should be forbidden after smart_callback_call is called.
726
727 2013-01-18  Thiep Ha (thiep.ha@samsung.com)
728
729         * Fix memory leak of the ctxpopup and callback function to be a ctxpoup obj is delivered to.
730
731 2013-01-23  WooHyun Jung
732
733         * In _timer_cb of elm_notify, access to sd should be forbidden after smart_callback_call is called.
734
735 2013-01-29  Jaehwan Kim
736
737         * Fix the scroll position is calculated by the size of pan object, not the size of scroller.
738
739 2013-01-29  ChunEon Park (Hermet)
740
741         * Fix a elm_transit crash issue when user delete all target objects in the effect end callback.
742
743 2013-02-07  WooHyun Jung
744
745         * elm_entry_single_line_set should not change cnp_mode when PLAINTEXT mode.
746
747 2013-02-17  Cedric Bail
748
749         * Improve support for some 64bits system.
750
751 2013-02-17 Mike Blumenkrantz
752
753         * ignore tab key widget focus change if control/alt is pressed
754         * prevent blank entry hoversels
755
756 2013-02-19 Stefan Schmidt
757
758         * Fix memory leaks.
759
760 2013-02-20 Carsten Haitzler (The Rasterman)
761
762         * Fix gl engine vsync option pass-in in elm_win
763         * Fix elm_progressbar_pulse() to abort if pulsing not enabled
764
765 2013-02-21  Jaehwan Kim
766
767         * Fix scroller acceleration bug. It was accelerated even it's scrolled
768         after finishing the previous scroll. This happens with page scroll enabled.
769
770 2013-03-02  Brian J. Lovin
771
772         * Fix initial value of the spinner on the first mouse move.
773
774 2013-03-11  Tom Hacohen (TAsn)
775
776         * Entry: Fixed a bug with text appending.
777
778 2013-03-13  WooHyun Jung
779
780         * List : Focus_next should be executed only when access mode is enabled.
781
782 2013-03-13  Tae-Hwan Kim (bluezery)
783
784         * Fix a memory leak in elm_genlist. Return value of elm_genlist_realized_items_get should be freed
785
786 2013-03-18  WooHyun Jung
787
788         * Focus highlight should be reconfigured when theme is changed.
789
790 2013-03-19  Jaehwan Kim
791
792         * Fix the elm_shutdown bug in _elm_shutdown_config.
793         When the elm_shutdown is used after elm_config_all_flush, the segment fault occur.
794         It's why it uses ecore_x in _prop_all_update_cb after removing it.
795
796 2013-03-27  Mike Blumenkrantz
797
798         * fix ctxpopup geometry when parent is an elm_win
799
800 2013-04-04  Rafael Antognolli
801
802         * 1.7.6 release
803
804 2013-04-08  Jaehwan Kim
805
806         * Quit the scroll animator if the scroller don't have a bounce and reach a edge.
807
808 2013-04-08  Jaehwan Kim
809
810         * Fix the scroller show by a page if the page size is set and the region_bring_in or region_show is called.
811
812 2013-04-08  Rafael Antognolli
813
814         * Fix layout_example_02.
815         * Fix hoversel_example_01.
816
817 2013-04-09  WooHyun Jung
818
819         * When ctxpopup includes elm_list, elm_list should get focus when ctxpopup is shown.
820
821 2013-05-11  Rafael Antognolli
822
823         * 1.7.7 release
824
825 2013-06-10  Stefan Schmidt
826
827         * Fix potential free'ed memory dereference in naviframe
828
829 2013-06-11  Daniel Willmann
830         * Make elm_tooltip more robust if not run inside X
831
832 2013-06-13  Rafael Antognolli
833
834         * Get the framespace from the theme.
835
836 2013-07-13  Daniel Juyung Seo
837
838         * Fix elm_object_item_part_content_set bug with end content in elm_list.
839
840 2013-08-02  Eduardo Lima (Etrunko)
841
842         * 1.7.8 release