summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 143ea355b7be7c53b62274a5a88fc5635c22ba7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
2012-04-26 Carsten Haitzler (The Rasterman)

	* 1.0.0 release

2012-04-27 Daniel Juyung Seo (SeoZ)

	* Genlist : Fixed genlist expandable effect bug when we expand/contract
	  items with many children very quickly.
	* Genlist : Realize move items during tree effect only when the item is
	  not in the queue.

2012-04-30 Jérôme Pinot

	* Add missing files in the tarballs.

2012-05-02 Carsten Haitzler (The Rasterman)

	* Fix possible problems with other subsystems depending on X11 display
	  being closed (XCloseDisplay not close() on socket fd).

2012-05-02 ChunEon Park (Hermet)

	* Font: actually it doesnt append the font to the hash when font_hash is
	  created inside. Now it is fixed.

2012-05-03 Shilpa Onkar Singh
	* naviframe: Bug Fix: Wrong signal sent when title/subtitle is set in
	  naviframe.

2012-05-13  Dave Andreoli

	* Fileselector: honor folder_only when using EIO (backport 70965)

2012-05-14  Shinwoo Kim

	* menu: remove crash issue when no-parent item is passed to the
	  elm_menu_item_separator_add()

2012-05-04  Shinwoo Kim (kimcinoo)

	* popup: Bug Fix: improper usage of textblock

2012-05-16  Tom Hacohen (TAsn)

	* Fix fileselector selection done bug and pass the right string.

2012-05-28 Mike Blumenkrantz

	* Fix sizing calc error in list item homogenizing

2012-05-29 Mike Blumenkrantz

        * Collapsing tree items in genlist now animate properly

2012-05-30 Mike Blumenkrantz

        * Fix even/odd signals for genlist items

2012-05-31 WooHyun Jung

	* child_can_focus should be EINA_FALSE only when all children in the object
	  tree are not focusable. Before this fix, it was EINA_FALSE when all sub
	  objects were not focusable. (i.e. didn't check whole object tree)

2012-06-01 Mike Blumenkrantz

        * Re-setting the current mirrored mode state no longer causes a full recalc

2012-06-07 Mike Blumenkrantz

        * 1.0.1 release

2012-06-14 WooHyun Jung

        * box : Added elm_widget_sub_object_del for box_unpack and box_unpack_all

2012-06-14 Seunggyun Kim

        * Fix elm_config_font_overlay_apply() to also apply rescaling properly.

2012-06-25 Daniel Juyung Seo (SeoZ)

	* Genlist: Fixed tree expand bug. Check item type when an item is requested
	to be expanded/contracted.