]> Pileus Git - ~andy/gtk/blob - modules/other/gail/ChangeLog
Fix possible leaks of textutils
[~andy/gtk] / modules / other / gail / ChangeLog
1 2008-09-20  Matthias Clasen <mclasen@redhat.com>
2
3         * gailtextview.c:
4         * gailbutton.c: Fix possible leaks of textutils.
5
6 2008-09-19  Matthias Clasen <mclasen@redhat.com>
7
8         * gailtreeview.c (garbage_collect_cell_data): Actually free
9         the copied list.
10
11 2008-08-21  Li Yuan  <li.yuan@sun.com>
12
13         * gailtreeview.c: (traverse_cells):
14         Bug #548783. Change g_assert to g_return_if_fail to avoid
15         unnucessary crash.
16
17 2008-08-21  Li Yuan  <li.yuan@sun.com>
18
19         * gailtreeview.c: (model_row_deleted):
20         Bug #548782. Emit children-changed::remove signal when a row is 
21         deleted in gtktreeview.
22
23 2008-08-15  Michael Natterer  <mitch@imendio.com>
24
25         * gailbooleancell.c
26         * gailimagecell.c
27         * gailtextcell.c
28         * gailwidget.c
29         * tests/Makefile.am
30         * tests/testbutton.c
31         * tests/testimage.c
32         * tests/testlib.c
33         * tests/testmenuitem.c
34         * tests/testnotebook.c
35         * tests/testoptionmenu.c
36         * tests/testpaned.c
37         * tests/testselection.c
38         * tests/testtable.c: some undeprecation.
39
40         * libgail-util/Makefile.am. build with GDK_DISABLE_DEPRECATED
41         and GTK_DISABLE_DEPRECATED.
42
43 2008-08-11  Michael Natterer  <mitch@imendio.com>
44
45         * tests/ferret.c
46         * tests/testlib.c
47         * tests/testtable.c: don't use the deprecated
48         gtk_box_pack_start_defaults()
49
50 2008-08-04  Tor Lillqvist  <tml@novell.com>
51
52         * libgail-util/Makefile.am: Pass appropriate -machine flag to
53         lib.exe.
54
55 2008-07-02  Li Yuan  <li.yuan@sun.com>
56
57         * gailoptionmenu.c: (gail_option_menu_real_initialize),
58         (gail_option_menu_changed):
59         Bug #541167. Emit "object:property-change:accessible-name" when
60         GailOptionMenui's name changes.
61
62 2008-06-18  Michael Natterer  <mitch@imendio.com>
63
64         * gailimage.c (gail_image_get_image_size)
65         * gailpixmap.c (gail_pixmap_get_image_size):
66         s/gdk_window_get_size/gdk_drawable_get_size/
67
68 2008-06-17  Michael Natterer  <mitch@imendio.com>
69
70         * gail.c
71         * gailtoplevel.c: s/gtk_type_class/g_type_class_ref/
72
73         * Makefile.am: add GDK_DISABLE_DEPRECATED to CPPFLAGS.
74
75 2008-06-10  Li Yuan  <li.yuan@sun.com>
76
77         * gailtextview.c: (gail_text_view_set_caret_offset):
78         Automatically scroll text caret to make it visible, when AT
79         sets its offset.
80
81 2008-06-06  Li Yuan  <li.yuan@sun.com>
82
83         * gail/gaillabel.c: (gail_label_real_notify_gtk):
84         Before emitting "text_caret_moved", change the cursor to the
85         changed bound. Bug #536927.
86
87 2008-05-30  Michael Natterer  <mitch@imendio.com>
88
89         * gailcellparent.h
90         * gailfactory.h
91         * tests/testnotebook.c
92         * tests/testtext.c
93         * tests/testtoplevel.c
94         * tests/testvalues.c: include <atk/atk.h> instead of individual
95         files from ATK.
96
97 2008-05-28  Michael Natterer  <mitch@imendio.com>
98
99         * gailwidget.h: include <gtk/gtk.h> instead of
100         <gtk/gtkaccessible.h>
101
102         * *.h: don't include anyting from gtk since all headers indirectly
103         include gailwidget.h.
104
105         * gailcellparent.c: include <gtk/gtk.h> instead of individual
106         files.
107
108         * gailcheckmenuitem.c
109         * gailmenu.c
110         * gailtreeview.c: remove all gtk includes since it's always
111         included by including any gail header.
112
113 2008-05-26  Michael Natterer  <mitch@imendio.com>
114
115         * libgail-util/gailmisc.h
116         * libgail-util/gailtextutil.h: use G_BEGIN/END_DECLS.
117
118 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
119
120         Bug 504706 – wrong deallocator used for GError in gailtextview.c
121
122         * gailtextview.c: Don't use g_free on a GError.
123
124 2008-04-02  Li Yuan  <li.yuan@.sun.com>
125
126         * gailbutton.c: (idle_do_action):
127         Patch from Alejandro Piñeiro Iglesias <apinheiro@igalia.com>.
128         Bug #496167. Synthesize press and release GdkEvent in button's click
129         action.
130
131 2008-03-31  Li Yuan  <li.yuan@sun.com>
132
133         * gailbutton.c: (gail_button_ref_state_set):
134         Bug #433324. add/remove selectable state depand on if the button can
135         be focused.
136
137 2008-03-20  Li Yuan  <li.yuan@sun.com>
138
139         * gailcell.c: (gail_cell_object_finalize):
140         Bug #498079. Free cell's action info before free the action_list.
141
142 2008-01-11  Li Yuan  <li.yuan@sun.com>
143
144         * gailtreeview.c: (gail_tree_view_real_initialize), (focus_in),
145         (focus_out):
146         Bug #508255. Remove ATK_STATE_FOCUSED state when focus jumps out.
147         Emit "active-descendant-changed" and add ATK_STATE_FOCUSED state when
148         focus comes in again.
149
150 2008-01-11  Li Yuan  <li.yuan@sun.com>
151
152         * gailtreeview.c: (gail_tree_view_ref_child),
153         (idle_cursor_changed):
154         Bug #497218. Emit "active-descendant-changed" when focus first comes
155         into treeview. Add/remove ATK_STATE_FOCUSED when cursor changes.
156
157 2008-01-11  Li Yuan  <li.yuan@sun.com>
158
159         * gailtreeview.c: (gail_tree_view_get_n_rows):
160         Bug #508715. Should use gtk_tree_path_free to free a GtkTreePath.
161