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