]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Updated Korean translation.
[~andy/gtk] / ChangeLog.pre-2-10
1 2002-03-20  Tor Lillqvist  <tml@iki.fi>
2
3         * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window): Use
4         gdk_window_get_toplevel(), as it is the top-level windows that are
5         registered for DND.
6
7         * gdk/win32/gdkwin32.h: Don't include gdkinternals.h.
8
9 2002-03-19  jacob berkman  <jacob@ximian.com>
10
11         * gtk/gtkcombo.c (gtk_combo_find): fix infinite loop when
12         gtk_combo_func() returns NULL (bug #75464)
13
14 2002-03-18  jacob berkman  <jacob@ximian.com>
15
16         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
17         correct min/max values for the ratio property (fixes #75331)
18
19 Mon Mar 18 11:55:03 2002  Owen Taylor  <otaylor@redhat.com>
20
21         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
22         Patch from Yao Zhang fixing reference count leak.
23
24         * gtk/gtkentry.c (gtk_entry_key_release): if (entry->editable),
25         not if (!entry->editable).
26
27 Mon Mar 18 11:09:17 2002  Owen Taylor  <otaylor@redhat.com>
28
29         * gdk/x11/gdkwindow-x11.c (gdk_window_set_override_redirect): 
30         Fix backwards conditional. (#75019, Dan Winship.)
31
32 Sun Mar 17 01:11:16 2002  Kristian Rietveld  <kris@gtk.org>
33
34         * gtk/gtktreeview.c (gtk_tree_view_size_request): use
35         do_validate_rows instead of validate_rows_handler (fix by
36         Mike Pieper, #74126)
37
38 Sat Mar 16 23:54:56 2002  Kristian Rietveld  <kris@gtk.org>
39
40         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_bit_gravity): just
41         return when we have an input_only window (fix by Owen Taylor)
42
43         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add
44         scroll_sync_timer
45
46         * gtk/gtktreeview.c (install_scroll_sync_handler): new function,
47         (scroll_sync_handler): ditto,
48         (gtk_tree_view_unrealize): take scroll_sync_timer into account
49         (gtk_tree_view_row_deleted): install scroll_sync_timer instead of
50         calling top_row_to_dy/dy_to_top_row directly
51         -- this greatly speeds up clearing the model (#73199)
52
53         * gtk/gtktreemodelsort.c
54         (gtk_tree_model_sort_convert_path_to_child_path): fix up this function,
55         for some reason I really screwed it up (fixes #74663)
56
57 2002-03-16  Sven Neumann  <sven@gimp.org>
58
59         * configure.in (GDK_PIXBUF_DEP_CFLAGS) (GDK_PIXBUF_XLIB_DEP_CFLAGS) 
60         (GDK_DEP_CFLAGS) (GTK_DEP_CFLAGS): include CFLAGS from gthread-2.0
61         so that the libs work correctly in a threaded environment.
62
63 Fri Mar 15 12:51:42 2002  Jonathan Blandford  <jrb@redhat.com>
64
65         * gtk/gtktreeviewcolumn.c
66         (gtk_tree_view_column_new_with_attributes): add example to docs,
67         as people are seeming to have trouble with this function.
68
69 2002-03-15  Tor Lillqvist  <tml@iki.fi>
70
71         * configure.in: Set MATH_LIB to empty also on Win32.
72
73 Fri Mar 15 15:37:01 2002  Owen Taylor  <otaylor@redhat.com>
74
75         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
76         Fix byte shift arithmetic for big-endian. (Tracked
77         down with help from Tuomas Kuosmanen)
78
79 Fri Mar 15 11:28:41 2002  Jonathan Blandford  <jrb@redhat.com>
80
81         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
82         make args const, 74159
83         (gtk_tree_view_insert_column_with_attributes): ditto
84
85         * gtk/gtktreeviewcolumn.c
86         (gtk_tree_view_column_cell_process_action): remov unused variables.
87
88 Fri Mar 15 13:31:51 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
89
90         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix test for "active
91         submenu".
92
93 2002-03-15 Padraig O'Briain <padraig.obriain@sun.com>
94
95         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fudge keymap to have lower
96         upper case variants if there is only a single keysym per keycode and
97         the key symbol has upper and lower case variants (#74512)
98
99 Thu Mar 14 17:09:52 2002  Owen Taylor  <otaylor@redhat.com>
100
101         * gdk/gdkwindow.c (gdk_window_process_all_updates): Fix rather
102         improbable reentrancy problem if a window is destroyed
103         while updates are being processed on another window. (Noticed
104         by Michael Meeks, #74708)
105
106 2002-03-14 Vitaly Tishkov <tvv@sparc.spb.su>
107
108         * gtk/gtktreemodelsort.c
109         typo in docs for gtk_tree_model_sort_convert_iter_to_child_iter() fixed
110
111
112 Thu Mar 14 11:17:18 2002  Owen Taylor  <otaylor@redhat.com>
113
114         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): When
115         removing keys from the key hash, reinsert the right list
116         back into the hash. (Dave Camp, #74571)
117
118 Wed Mar 13 17:17:40 2002  Owen Taylor  <otaylor@redhat.com>
119
120         * gtk/gtkobject.h: Remove left-over GTK_OBJECT_CONNECTED
121         macro that was defined in terms of the now-gone GTK_CONNECTED
122         flag. (Seth Burgess, #74028)
123
124 Wed Mar 13 17:11:10 2002  Owen Taylor  <otaylor@redhat.com>
125
126         * gtk/gtkaccelgroup.c (accel_group_weak_ref_detach): Unset 
127         the acceleratable_groups qdata because qdata isn't removed
128         on ->dispose but rather on ->finalize. (#74569, found
129         by Matt Wilson.)
130
131 Tue Mar 12 23:14:23 2002  Jonathan Blandford  <jrb@redhat.com>
132
133         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
134         cut-n-paste bug.
135
136 Sat Mar  9 18:23:25 2002  Richard Hestilow  <hestilow@ximian.com>
137
138         * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
139         filenames.
140         
141 Tue Mar 12 10:50:09 2002  Owen Taylor  <otaylor@redhat.com>
142
143         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
144         Fix incorrect return value, filter out returns of 0x7f for
145         the delete key. (#74179, Kang Jeong-He)
146
147 Mon Mar 11 23:42:11 2002  Jonathan Blandford  <jrb@redhat.com>
148
149         * gtk/gtktreemodel.c (gtk_tree_model_foreach): fix totally broken
150         foreach function.
151
152 2002-03-11  Matthias Clasen  <maclas@gmx.de>
153
154         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document
155         gtk_{menu_item,widget}_set_accel_path() as the recommended API.  
156         (#69244)
157
158 2002-03-11  James Henstridge  <james@daa.com.au>
159
160         * configure.in: set CCAS and CCASFLAGS to get automake 1.6
161         compatibility without breaking things for people using 1.4.
162
163 Sun Mar 10 21:04:30 2002  Jonathan Blandford  <jrb@redhat.com>
164
165         * gtk/gtktreeview.c (gtk_tree_view_button_press): finally get the
166         right behavior.
167
168 Mon Mar 11 01:25:14 2002  Kristian Rietveld  <kris@gtk.org>
169
170         * gtk/gtktreeview.c (gtk_tree_view_button_press): compare path with
171         cursor path and not with the selected iter in the 'decide to edit'
172         check
173