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