]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-6
fix GtkWindowMnemonic to have a separate typedef
[~andy/gtk] / ChangeLog.pre-2-6
1 2002-09-24  Havoc Pennington  <hp@redhat.com>
2
3         * gtk/gtkwindow.c: fix GtkWindowMnemonic to have a separate
4         typedef
5
6         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): monitor
7         FULLSCREEN state
8
9         * tests/testgtk.c (get_state_controls): add
10         fullscreen/unfullscreen test
11
12         * gdk/gdkdisplay.c (gdk_display_finalize): fix unused variable
13
14         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): fix unused
15         variable
16
17         * gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb): mop up unused
18         variable
19
20         * gdk/x11/gdkscreen-x11.c
21         (_gdk_x11_screen_window_manager_changed): emit
22         window_manager_changed signal
23
24         * gdk/x11/gdkscreen-x11.h (struct _GdkScreenX11Class): add
25         window_manager_changed signal
26
27         * gdk/x11/gdkevents-x11.c
28         (gdk_x11_screen_get_window_manager_name): new function
29
30         * gtk/gtkwindow.c (gtk_window_class_init): add type_hint,
31         skip_taskbar_hint, skip_pager_hint properties
32         (gtk_window_set_skip_taskbar_hint):
33         (gtk_window_get_skip_taskbar_hint):
34         (gtk_window_set_skip_pager_hint):
35         (gtk_window_get_skip_pager_hint):
36         (gtk_window_fullscreen):
37         (gtk_window_unfullscreen): new functions
38
39         * gdk/gdkevents.h (GdkWindowState): add FULLSCREEN state
40
41         * gdk/gdkwindow.h (GdkWindowTypeHint): add missing type hint
42         values
43
44         * gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_taskbar_hint):
45         (gdk_window_set_skip_pager_hint):
46         (gdk_window_fullscreen):
47         (gdk_window_unfullscreen): new functions
48         (set_initial_hints): set fullscreen here if appropriate
49         
50 Wed Sep 25 10:51:24 2002  Owen Taylor  <otaylor@redhat.com>
51
52         * gdk/gdkscreen.h gdk/{x11,win32,linux-fb}/gdkscreen-*.c:
53         Add gdk_screen_make_display_name(), which returns a
54         display name that can be used to open a display with the
55         screen as the default (Based on patch from Mark McLoughlin, 
56         #86013)
57
58 Wed Sep 25 08:50:40 2002  Owen Taylor  <otaylor@redhat.com>
59
60         Patch from Eric Warmenhoven, #94123
61
62         * gdk/gdkmouse-fb.c: Add scrolling support for 
63         imps2 mice.
64
65         * gdk/linux-fb/gdkimage-fb.c: Fix compilation error
66         in last gdkimage-fb.c commit.
67
68 Wed Sep 25 00:16:53 2002  Manish Singh  <yosh@gimp.org>
69
70         * gdk/Makefile.am gdk/x11/Makefile.am: add -DG_DISABLE_DEPRECATED
71         and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile flags
72
73         * gdk/gdkcolor.c gdk/gdkdisplay.c gdk/gdkdraw.c gdk/gdkevents.c
74         gdk/gdkgc.c gdk/gdkimage.c gdk/gdkpango.c gdk/gdkpixbuf-render.c
75         gdk/gdkpixmap.c gdk/gdkrgb.c gdk/gdkwindow.c gdk/linux-fb/gdkdnd-fb.c 
76         gdk/linux-fb/gdkfont-fb.c gdk/win32/gdkdnd-win32.c
77         gdk/win32/gdkfont-win32.c gdk/x11/gdkdisplay-x11.c gdk/x11/gdkdnd-x11.c
78         gdk/x11/gdkdrawable-x11.c gdk/x11/gdkevents-x11.c gdk/x11/gdkfont-x11.c
79         gdk/x11/gdkgc-x11.c gdk/x11/gdkgeometry-x11.c gdk/x11/gdkim-x11.c
80         gdk/x11/gdkinput-x11.c gdk/x11/gdkkeys-x11.c gdk/x11/gdkscreen-x11.c
81         gdk/x11/gdkwindow-x11.c: Deprecation cleanup, mostly changing
82         gdk_foo_{ref,unref} to g_object equivalents.
83
84 Tue Sep 24 23:54:20 2002  Manish Singh  <yosh@gimp.org>
85
86         * gtk/gtkfilesel.c: check if last_selected is valid before doing
87         a strcmp on it, which may happen if selections happen programmatically
88         instead of through the UI (#86566)
89
90 Tue Sep 24 23:33:48 2002  Manish Singh  <yosh@gimp.org>
91
92         * gtk/gtkfilesel.c: preserve ordering from gtk_tree_selection_foreach
93         when returning filenames for gtk_file_selection_get_selections
94         (#86567)
95
96         * gtk/gtkclipboard.c: GtkClipboard struct should have a GObject
97         in it, not a GObjectClass
98
99 Tue Sep 24 18:18:36 2002  Owen Taylor  <otaylor@redhat.com>
100
101         * gtk/gtkclipboard.[ch]: Make a GObject (#75970, James
102         Henstridge)
103
104 Tue Sep 24 19:45:55 2002  Owen Taylor  <otaylor@redhat.com>
105
106         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap): 
107         Look up the visual as well as the colormap, since calling
108         gdk_drawable_get_visual() causes infinite recursion.
109
110         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): 
111         Set the colormap for the root window.
112
113 Tue Sep 24 15:35:42 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
114
115         disable/enable preedit/status in GtkIMContextXIM (#59076)
116         
117         * gtk/gtkenums.h (enum): added preedit/status styles for gtk+
118         input method
119         * modules/input/gtkimcontextxim.c
120         * gdk/x11/gdkevents-x11.c: add gtk-im-preedit-style and
121         gtk-im-status-style to GtkSettings.
122         * po/POTFILES.in: added modules/input/gtkimcontextxim.c
123
124         With the other patch for gnome-control-center,
125         the preedit and status styles of GTK+ input method are
126         configurable with associated gconf schemas keys:
127         "/desktop/gnome/interface/gtk-im-preedit-style"
128         "/desktop/gnome/interface/gtk-im-status-style"
129
130         Both are set to "callback" by default, and platform's 
131         packging can have different default by changing
132         libgnome's desktop_gnome_interface.schemas.
133
134 2002-09-25  Matthias Clasen  <maclas@gmx.de>
135
136         * gdk/x11/gdkvisual-x11.c (gdkx_visual_get): Replace leftover 
137         gdkx_visual_get_for_screen () by gdk_x11_screen_lookup_visual().
138
139         * gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
140
141         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
142         Replace leftover gdk_colormap_lookup () by
143         gdk_x11_colormap_foreign_new () to make the linker happy.
144
145 Tue Sep 24 17:49:52 2002  Owen Taylor  <otaylor@redhat.com>
146
147         * gtk/gtkaccelgroup.[ch] (gtk_accel_group_find): 
148         Add a GtkAccelGroupFindFunc to clean up the
149         prototype. (#76670, Vitaly Tishkov)
150
151         * gdk/x11/gdkvisual-x11.c gdk/x11/gdkx.h: Rename
152         gdkx_visual_get_for_screen() to 
153         gdk_x11_screen_lookup_visual(). (#85702)
154
155 2002-09-25  Tor Lillqvist  <tml@iki.fi>
156
157         * gdk/win32/gdkevents-win32.c (gdk_event_translate):
158         WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in
159         order to be able to handle it normally in the application. Set
160         ignore_wm_char also always when handling WM_SYSKEY{DOWN,UP}, this
161         way we can generate GDK events also for Alt-Fn keys, for instance.
162
163 2002-09-24  Matthias Clasen  <maclas@gmx.de>
164
165         * gdk/x11/gdkx.h: Add a missing ; to make things compile.
166
167 Tue Sep 24 16:40:14 2002  Owen Taylor  <otaylor@redhat.com>
168
169         Make icon sizes configurable (#70648, slightly based
170         on a patch from Bill Haneman, Brian Cameron)
171
172         * gtk/gtkiconfactory.[ch]: Add 
173         gtk_icon_size_lookup_for_settings().
174
175         * gtk/gtksettings.c: Add gtk-icon-sizes XSETTING
176
177         * gtk/gtkiconfactory.c: Make icon sizes per-GtkSettings.
178
179         * gtk/gtkstyle.c: Use gtk_icon_size_lookup_for_settings()
180
181         * gtk/gtkrc.[ch]: Privately export _gtk_rc_reset_styles()
182         to force all the widgets to recompute their appearance.
183
184         * gdk/x11/gdkevents-x11.c: Add gtk-icon-sizes XSETTING
185
186 Tue Sep 24 16:24:22 2002  Owen Taylor  <otaylor@redhat.com>
187
188         * gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c 
189         * gdk/linux-fb/gdkimage-fb.c (gdk_image_put/get_pixel): 
190         Add bounds-checking g_return_if_fail(). (Olexiy Avramchenko)
191
192 Tue Sep 24 16:04:44 2002  Owen Taylor  <otaylor@redhat.com>
193
194         * gdkprivate-x11.h gdkcolor-x11.c gdkvisual-x11.c
195         gdkwindow-x11.c: Delete unused private gdk_visual_lookup(),
196         make gdk_colormap_lookup() private gdkcolor-x11.c.
197         make gdk_window_add_colormap_windows private to gdkwindow-x11.c
198         (#85674)
199
200         * gdk/x11/gdkx.h gdk/x11/gdkcolor-x11.c 
201         gdkscreen-x11.h: Add gdk_x11_colormap_foreign_new(), 
202         GDK_ENABLE_BROKEN gdkx_colormap_get(), make the
203         colormap hash per-screen. (#85697)
204
205         * gdk/x11/gdkxid.c (gdk_xid_table_lookup_for_display):
206         Remove a bit of unecessary code.
207
208 Thu Aug  8 16:58:22 2002  Owen Taylor  <otaylor@redhat.com>
209  
210         * gtk/gtkspinbutton.c (gtk_spin_button_real_change_value): 
211         Remove the check for editable. (Reported by Brent Fox)
212  
213 Tue Sep 24 06:17:37 2002  Owen Taylor  <otaylor@redhat.com>
214
215         * gtk/gtkeventbox.c (gtk_event_box_paint): Honor
216         GTK_WIDGET_APP_PAINTABLE() (#92305, Jonathan Blandford.)
217
218 Tue Sep 24 05:26:31 2002  Owen Taylor  <otaylor@redhat.com>
219
220         * gdk/gdk.h gdk/gdkdisplay.c gdk/linux-fb/gdkevents-fb.c 
221         gdk/x11/gdkevents-x11.c  gdk/win32/gdkevents-win32.c:
222         Change the window parameter for 
223         gdk_event_send_client_message[_for_display] from guint32
224         to GdkNativeWindow. (#79979)
225
226 Tue Sep 24 05:16:25 2002  Owen Taylor  <otaylor@redhat.com>
227
228         * gtk+.spec.in: Fix up a bit to look for the loaders
229         in the right place. (#93011, Dennis Dementiev)
230
231 Tue Sep 24 05:12:14 2002  Owen Taylor  <otaylor@redhat.com>
232
233         * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple
234         compose table for us-intl keyboards (Red Hat bugzilla
235         #70995, Alexandre Oliva)
236
237 Tue Sep 24 04:50:28 2002  Owen Taylor  <otaylor@redhat.com>
238
239         * gtk/gtkspinbutton.c (gtk_spin_button_activate):   
240         Chain up so that entry->activates_default is honored.
241         (#93865, Pieter Penninckx)
242
243 2002-09-23  Jacob Berkman  <jacob@ximian.com>
244
245         * gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
246         terminated
247
248 Mon Sep 23 19:49:11 2002  Owen Taylor  <otaylor@redhat.com>
249
250         * gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:
251         Privatize gtk_selection_request, gtk_selection_incr_event
252         gtk_selection_notify, gtk_selection_property_notify.
253         Add doc note about future deprecation of gtk_selection_clear()
254         which. (#85683)
255
256         * gtk/gtkoldeditable.c (gtk_old_editable_selection_clear):
257         Chain up, rather than calling gtk_selection_clear().
258
259 Mon Sep 23 18:53:35 2002  Owen Taylor  <otaylor@redhat.com>
260
261         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): 
262         Restore back to the default format instead of an
263         empty format. (#82626, Tim Janik)
264
265         * gtk/gtkprogress.c (gtk_progress_set_format_string): 
266         Make NULL restore back to the default format.
267
268 Mon Sep 23 18:45:46 2002  Owen Taylor  <otaylor@redhat.com>
269
270         * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): 
271         Allow accel_path == NULL. (#84241, James Henstridge.)
272
273 Mon Sep 23 18:01:52 2002  Owen Taylor  <otaylor@redhat.com>
274
275         * gtk/gtknotebook.[ch]: Add gtk_notebook_get_n_pages
276         (#73229, Havoc Pennington)
277
278         * gtk/gtknotebook.c (gtk_notebook_get_nth_page): Handle
279         -1 to mean the last page, as we do elsewhere. (#73229)
280
281 Mon Sep 23 17:50:23 2002  Owen Taylor  <otaylor@redhat.com>
282
283         * gtk/gtkmenushell.[ch] gtk/gtkentry.c gtk/gtkmenubar.c
284         gtk/gtkmenuitem.c gtk/gtktextview.c: Make
285         gtk_menu_shell_select_first() public. (#70373)
286
287 Mon Sep 23 16:48:46 2002  Owen Taylor  <otaylor@redhat.com>
288
289         * gdk/gdkkeys.[ch] gdk/x11/gdkkeys-x11.c gdk/x11/gdkevents-x11.c:
290         Add a keys_changed signal emitted when the keymap changes.
291         (#72148)
292         
293         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): 
294         Hook up code to handle keymap changes, change to keep
295         a linked list of keymap entries so that we can reinsert
296         them in the same order on a keymap change.
297
298 Mon Sep 23 14:58:04 2002  Owen Taylor  <otaylor@redhat.com>
299  
300         * gtk/gtkhandlebox.h gtk/gtktextbtree.[ch]:
301         Use 'signed int' not 'gint' for signed bitfields.
302         (#93020, Vitaly Tishkov)
303  
304         * gtk/gtktextlayout.h gtk/gtktextbtree.[ch]: 
305         Fix some 'gint' bitfields that should have been
306         unsigned.
307         
308 Mon Sep 23 12:24:14 2002  Owen Taylor  <otaylor@redhat.com>
309
310         * modules/input/gtkimcontextxim.c (status_window_get): 
311         Fix incorrect usage of gdk_get_default_root_window ()).
312         (#92767)
313
314 Mon Sep 23 12:12:48 2002  Owen Taylor  <otaylor@redhat.com>
315
316         * gtk/gtkspinbutton.c: Patch from Joshua N Pritikin to
317         fix problem where signal connection wasn't removed
318         from adjustment on finalize. (#93962)
319
320 Sun Sep 22 18:22:37 2002  Owen Taylor  <otaylor@redhat.com>
321
322         * gdk/linux-fb/{gdkinput.c,gdkkeyboard-fb.c,gdk/linux-fb/gdkmain-fb.c,
323         gdk/linux-fb/gdkprivate-fb.h, gdk/linux-fb/gdkwindow-fb.c}:
324         Patch from Eric Warmenhoven to with miscellaneous linux-fb
325         fixes, including a fix for a crash in 
326         gdk_keymap_get_entries_for_keycode (#87420)
327
328 2002-09-22  Matthias Clasen  <maclas@gmx.de>
329
330         * gdk/gdkdraw.c (gdk_drawable_get_type): 
331         * gdk/gdkgc.c (gdk_gc_get_type): 
332         * gtk/gtkmenushell.c (gtk_menu_shell_get_type): 
333         * gtk/gtkimcontext.c (gtk_im_context_get_type): 
334         * gtk/gtkprogress.c (gtk_progress_get_type): 
335         * gtk/gtkoldeditable.c (gtk_old_editable_get_type): 
336         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_type): 
337         * gtk/gtkwidget.c (gtk_widget_get_type): 
338         * gtk/gtkseparator.c (gtk_separator_get_type): 
339         * gtk/gtkscrollbar.c (gtk_scrollbar_get_type): 
340         * gtk/gtkscale.c (gtk_scale_get_type): 
341         * gtk/gtkrange.c (gtk_range_get_type): 
342         * gtk/gtkpaned.c (gtk_paned_get_type): 
343         * gtk/gtkmisc.c (gtk_misc_get_type): 
344         * gtk/gtkitem.c (gtk_item_get_type): 
345         * gtk/gtkcontainer.c (gtk_container_get_type): 
346         * gtk/gtkbbox.c (gtk_button_box_get_type): 
347         * gtk/gtkbox.c (gtk_box_get_type): 
348         * gtk/gtkbin.c (gtk_bin_get_type): 
349         * gtk/gtkobject.c (gtk_object_get_type): Mark abstract types as
350         G_TYPE_FLAG_ABSTRACT.  (#72383)
351
352 2002-09-21  Tor Lillqvist  <tml@iki.fi>
353
354         * gdk/win32/gdkselection-win32.c (sanitize_utf8): Copy from X11
355         backend. The old version mishandled consecutive newlines.
356
357         * tests/testgtkrc: Remove obsolete mention of gtk-engines and
358         Pixmap theme engine on Win32.
359
360 Fri Sep 20 18:01:26 2002  Owen Taylor  <otaylor@redhat.com>
361  
362         * gtk/gtkentry.c (gtk_entry_unrealize): Set the IM
363         context client  window to NULL, not to the window that 
364         is about to be destroyed. (#88231)
365  
366 Fri Sep 20 16:56:54 2002  Owen Taylor  <otaylor@redhat.com>
367
368         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings):
369         Return TRUE if force_load was specified. (#93738,
370         Vitaly Tishkov.)
371
372 2002-09-20  Tor Lillqvist  <tml@iki.fi>
373
374         * gtk/gtkmain.c (gtk_get_default_language): On Win32, look
375         explicitly for LANG, LC_ALL and LC_CTYPE, and if not found, use
376         g_win32_getlocale(). The setlocale() in msvcrt.dll would return a
377         locale name in the form Swedish_Finland for sv_FI.
378
379         * gdk/gdkfont.h: Delete leftover declarations of the obsolete
380         Win32-only functions gdk_font_full_name_get() and
381         gdk_font_full_name_free().
382
383         * gdk/gdk.def: Delete from here, too.
384
385         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd,
386         gdk_font_full_name_get, gdk_font_full_name_free): Delete
387         implementation, and helper functions.
388
389         (pattern_match, InnerEnumFontFamExProc, EnumFontFamExProc,
390         gdk_font_list_new, gdk_font_list_free): Delete unused functions.
391
392         (gdk_text_width, gdk_text_width_wc) Instead of code duplication,
393         let gdk_text_extents() and gdk_text_extents_wc() do the job.
394         
395         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
396         Don't use the above removed functions in debugging output.
397
398         * gdk/win32/gdkdisplay-win32.c
399         * gdk/win32/gdkmain-win32.c
400         * gdk/win32/gdkprivate-win32.h
401         * gdk/win32/gdkselection-win32.c
402         * gdk/win32/gdkinput-win32.h
403         * gdk/win32/gdkinput.c: Make it compile again, pass a GdkDisplay in
404         a couple of places.
405
406 Thu Sep 19 16:39:29 2002  Owen Taylor  <otaylor@redhat.com>
407
408         * gtk/gtksettings.h (GTK_SETTINGS_GET_CLASS): Fix 
409         usage of compat GTK_TYPE_ macros without including
410         gtkobject.h.
411
412         * gdk/x11/gdkevents-x11.[ch]: Set a flag when initializing
413         to avoid having extra settings-notify events sent
414         when not needed.
415
416 2002-09-17  Matthias Clasen  <maclas@gmx.de>
417
418         * gtk/stock-icons/stock_color_picker_25.png:
419         * gtk/stock-icons/Makefile.am (VARIABLES1): 
420         * gtk/gtkstock.h (GTK_STOCK_COLOR_PICKER): 
421         * gtk/gtkiconfactory.c (get_default_icons):  
422         * gtk/gtkcolorsel.c (gtk_color_selection_init): Stockify color
423         picker icon.   (#89880)
424
425 2002-09-14  Sven Neumann  <sven@gimp.org>
426
427         * gdk/gdkpixbuf-drawable.c: fixed my latest change.
428
429 2002-09-13  Sven Neumann  <sven@gimp.org>
430
431         * gdk/gdkpixbuf-drawable.c: use the most significant bits of the
432         GdkColor components (#89703).
433
434 2002-09-12  Tor Lillqvist  <tml@iki.fi>
435
436         * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Use correct
437         function name in warning messages.
438
439         Merge from gtk-2-0:
440
441         * gdk/win32/gdkdrawable-win32.c
442         * gdk/win32/gdkevents-win32.c: Some spacing and indentation cleanup.
443         
444         * gdk/win32/gdkdrawable-win32.c (render_line_horizontal,
445         render_line_vertical): Return TRUE.
446         
447         * gdk/win32/gdkevents-win32.c (_gdk_events_init): Search if the
448         system has some input locale identifier that uses a Latin
449         keyboard. This is needed to be able to get the virtual-key code
450         for the latin characters corresponding to ASCII control
451         characters. If no such keyboard is present, try to load one
452         then. Will this upset users with no wish to ever use a Latin-based
453         keyboard layout?
454
455         (vk_from_char): Convert all ASCII control chars to the
456         corresponding uppercase char before calling VkKeyScanEx(). Idea by
457         Florent Duguet. Makes Control-C work again. To make it hopefully
458         work like I think it should on non-Latin keyboards, too, use
459         latin_locale when looking for the corresponding keycode.
460
461         * gdk/win32/gdkgeometry-win32.c: Add GDK_NOTE debugging output
462         to some functions, related to moving and resizing and expose
463         and antiexpose queue processing. Use %p to output HWNDs.
464
465         * gdk/win32/gdkkeys-win32.c (print_keysym_tab): Factor out
466         debugging output to new function.
467
468         Fix for #81831 by Tim Evans:
469         
470         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't call
471         _gdk_event_button_generate() here, it would append the double- or
472         triple-click events too early, before the single-click event.
473
474         (real_window_procedure): If we got a single-click event, call
475         _gdk_event_button_generate() to perhaps append the double- or
476         triple-click event after that.
477
478         Tentative fix for #79720 based on code by Florent Duguet:
479                 
480         * gdk/win32/gdkgeometry-win32 (gdk_window_queue_append): New
481         static function. Checks length of translate_queue, calls
482         _gdk_window_process_expose() if length is >= 128. Then appends
483         to translate_queue.
484         (gdk_window_queue_translation,_gdk_windowing_window_queue_antiexpose):
485         Call gdk_window_queue_append().
486
487         Merge from gtk-1-3-win32-production and gtk-2-0:
488
489         * gdk/win32/gdkevents-win32.c (propagate): Check for parent being
490         NULL before trying to propagate to it, and return FALSE in that
491         case. (If parent is NULL, we are handling gdk_parent_root, and
492         probably should have noticed that and bailed out earlier. But
493         better late than never.)
494
495         * gdk/win32/gdkinput-win32.c (gdk_input_init): Use
496         GetSystemMetrics (SM_C[XY]SCREEN) instead of
497         gdk_screen_{width,height}().
498
499         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Don't
500         use return value from GlobalSize() as length of string when
501         calling MultiByteToWideChar(). Pass -1 instead (zero-terminated
502         string). Thanks to Iwasa Kazmi.
503
504 Wed Sep 11 15:48:38 2002  Jonathan Blandford  <jrb@redhat.com>
505
506         * gtk/gtktreemodel.c (gtk_tree_row_reference_get_type): Make
507         GtkTreeRowReference a boxed type.
508
509         * gtk/gtkliststore.c (gtk_list_store_finalize): free the root
510         list.
511
512         * gtk/gtktreestore.c (gtk_tree_store_finalize): free the root
513         nodes.
514
515 Wed Sep 11 12:33:34 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
516
517         * gtk/gtkstyle.c: Draw radio buttons more symmetric. Draw shadow
518         out bevels slightly different. Fix drawing of top right corner of
519         etched in shadows.
520
521 Tue Sep 10 09:47:52 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
522
523         * modules/input/gtkimcontextxim.c
524         (get_im): modify a warning when XSetLocaleModifiers() fails, and
525         add a warning when XOpenIM() fails
526         (gtk_im_context_xim_filter_keypress): use XLookupString when xic
527         is not available. (#90661)
528         (gtk_im_context_xim_get_ic, gtk_im_with_preedit,
529         gtk_im_without_preeedit): filter key release events only when
530         input methods ask for (#81759)
531
532 Tue Sep 10 11:11:09 2002  Owen Taylor  <otaylor@redhat.com>
533
534         * gdk/linux-fb/*: Patch from Eric Warmenhoven to
535         get linux-fb compiling with multihead changes.
536
537 Tue Sep 10 09:29:00 2002  Owen Taylor  <otaylor@redhat.com>
538
539         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Take
540         focus mode into account when tracking FocusIn/Out events,
541         so we don't get confused by focus changes while a 
542         keyboard grab is in effect. (Probably fixes #90563)
543
544 Mon Sep  9 16:16:25 2002  Shivram U  <shivaram.upadhyayula@wipro.com>
545
546         * gtk/gtktextview.c (gtk_text_view_drag_motion): If the end iter
547         is also a part of the selection, then we are in the selection.
548         (#92768)
549
550 2002-09-08  Tor Lillqvist  <tml@iki.fi>
551
552         * configure.in: Add AM_CONDITIONAL calls also in the non-x11
553         branch. Otherwise we get "conditional \"$1\" was never defined.
554         Usually this means the macro was only invoked conditionally."
555         errors when running configure if using automake 1.6a. Yeah, I know
556         that autogen.sh says to use automake 1.4, but on Win32 I more or
557         less have to use the bleeding edge. I think.
558
559 Sat Sep  7 21:24:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
560
561         * gtk/gtktoolbar.c (get_button_relief): call
562         gtk_widget_ensure_style() before reading "button_relief". Fixes
563         (#92741).
564
565 2002-09-06  Matthias Clasen  <maclas@gmx.de>
566
567         * configure.in: Add ani to all_loaders.
568
569 Fri Sep  6 15:59:54 2002  Owen Taylor  <otaylor@redhat.com>
570
571         * gdk/gdkdisplay.h: Remove unused prototype for 
572         gdk_set_default_display 
573         (=> gdk_display_manager_set_default_display)
574         (#90616, Matthias Clasen)
575
576 Fri Sep  6 15:35:01 2002  Owen Taylor  <otaylor@redhat.com>
577
578         * gdk/gdkgc.c (gdk_gc_new_with_values): Only set
579         gc->colormap if it isn't already set. (Alex Larsson,
580         #90632)
581
582 Fri Sep  6 12:41:16 2002  Owen Taylor  <otaylor@redhat.com>
583
584         * modules/input/gtkimcontextxim.c: Pass the actual input
585         keycode to XIM, rather than the result of backconverting
586         the keysym. Fixes the <> input problem! (#74922)
587
588         * gtk/gtkimmodule.c: Fix bug where GTK_IM_MODULE environment
589         variable couldn't be used to force the input method to
590         the default input method.
591
592 2002-09-05  jacob berkman  <jacob@ximian.com>
593
594         * configure.in: fix non-solaris xinerama checks (bug #89732)
595
596         * autogen.sh: get automake-1.4 changes from -2-0 branch
597
598 2002-09-05  Tor Lillqvist  <tml@iki.fi>
599
600         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Fix braino,
601         actually do check each char, not just the first one, when looping
602         through the text looking to insert CR in front of each LF. Bug
603         noticed and fix provided by Florent Duguet.
604
605         * gdk/win32/gdkwindow-win32.c (gdk_window_set_transient_for): 
606         Use HWND_NOTOPMOST instead of HWND_TOPMOST. Suggested by Florent
607         Duguet.
608
609 2002-09-04  Matthias Clasen  <maclas@gmx.de>
610
611         * demos/testanimation.c (do_image): 
612         (do_nonprogressive): Quit on destroy.
613
614         * demos/testpixbuf.c (main): test load-at-size.
615         (expose_func): draw transparent pixbufs against a checkerboard 
616         pattern. (#91829)
617
618 2002-09-01  Soeren Sandmann  <sandmann@daimi.au.dk>
619
620         * docs/reference/gtk/tmpl/gtkdialog.sgml
621         docs/reference/gtk/tmpl/gtkhbbox.sgml
622         docs/reference/gtk/tmpl/gtkvbbox.sgml
623         docs/reference/gtk/tmpl/gtktogglebutton.sgml
624         docs/reference/gtk/tmpl/gtktreeselection.sgml
625         gtk/gtktextbuffer.c
626         gtk/gtktogglebutton.c
627         gtk/gtktreesortable.c
628
629         Minor documentation fixes:
630         
631         #79107, #82854, #76398, Vitaly Tishkov; 
632         #88627, Brian Tarricone;
633         #81046, Owen Taylor
634
635 2002-08-31  Tor Lillqvist  <tml@iki.fi>
636
637         * gdk/win32/gdkevents-win32.c (_gdk_events_init): On Cygwin, open
638         /dev/windows instead of using the magic G_WIN32_MSG_HANDLE fd that
639         is implemented (in GLib) only on native Win32. (#91683, Masahiro
640         Sakai)
641
642         * gtk/gtkfilesel.c: Include <sys/cygwin.h on Cygwin, for
643         cygwin_conv_to_posix_path().
644         (translate_win32_path, get_real_filename): Use
645         cygwin_conv_to_posix_path().
646         (gtk_file_selection_dir_activate): Call get_real_filename() here,
647         too. (#91843, Masahiro Sakai)
648
649 2002-08-26  Tor Lillqvist  <tml@iki.fi>
650
651         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Use MAX_PATH
652         (from windef.h) insted of _MAX_PATH (from stdlib.h in mingw and
653         MSVC, but not there in Cygwin) (#91681, Masahiro Sakai).
654
655 Mon Aug 26 12:21:16 BST 2002  Tony Gale <gale@gtk.org>
656
657         * docs/tutorial/package-db-tutorial.sh: cleanups
658
659         * docs/tutorial/gtk-tut.sgml: new content for the
660         ItemFactory section. Originally from Robert Cleaver Ancell.
661
662 2002-08-25  Tor Lillqvist  <tml@iki.fi>
663
664         * gtk/gtkfilesel.c: Don't include <winsock.h> on Cygwin (#91654,
665         Masahiro Sakai).
666
667         * gtk/gtkmain.c: Compile gtk_init_abi_check and
668         gtk_init_check_abi_check when on G_PLATFORM_WIN32, not just on
669         G_OS_WIN32, to match gtkmain.h (#91649, Masahiro Sakai).
670         (check_sizeof_GtkWindow, check_sizeof_GtkBox): Mention the
671         -mms-bitfields swicth in addition to -fnative-struct.
672
673 Sun Aug 25 11:58:27 BST 2002  Tony Gale <gale@gtk.org>
674
675         * docs/tutorial/package-db-tutorial.sh:
676         update packaging script for current tutorial
677
678         * docs/tutorial/images/*.eps: New Files
679         EPS versions of the tutorial images
680
681 2002-08-25  Tor Lillqvist  <tml@iki.fi>
682
683         * gtk/gtkmain.h: Include gtkbox.h and gtkwindow.h on Win32, as the
684         defines for struct packing checks use sizeof() on stuff from
685         these. (#84211, Andreas Holzmann)
686
687         * gtk/Makefile.am (libgtk_win32_2_0_la_DEPENDENCIES): Add
688         gtk_win32res_lo. (#87101, J. Ali Harlow)
689
690         * gdk/gdkevents.c
691         * gdk/gdkinternals.h
692         * gdk/x11/gdkevents-x11.c
693         * gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and
694         GdkEventFlags definitions from gdkevents.c to
695         gdkinternals.h. Remove the duplicated definitions in
696         gdkevents-x11.c and gdkevents-win32.c. (#89771)
697
698 2002-08-24  Tor Lillqvist  <tml@iki.fi>
699
700         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Let the
701         system handle Alt-Space, too. Thanks to Tim Evans (#91477).
702
703 Sat Aug 24 12:46:37 BST 2002  Tony Gale <gale@gtk.org>
704
705         * docs/tutorial/gtk-tut.sgml, examples/*:
706         update g_connect_signal usage
707
708         * docs/faq/gtk-faq.html: spelling/grammar fixes
709
710 2002-08-21  Tor Lillqvist  <tml@iki.fi>
711
712         * gdk/Makefile.am: Move GDK_DEP_LIBS from LDFLAGS to each of the
713         libgdk_*_LIBADD, to fix problems when cross-compiling, as
714         suggested by J. Ali Harlow in #87103.
715
716 2002-08-19  Padraig O'Briain <padraig.obriain@sun.com>
717
718         * gtk/gtkentry.c (gtk_entry_real_delete_text): Use 
719         gtk_entry_set_positions() to update current_pos and selection_bound
720         so notifications are emitted (#90548)
721
722 2002-08-16  jacob berkman  <jacob@ximian.com>
723
724         * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
725         back to the order that 2.0 has
726
727 Thu Aug 15 22:46:02 BST 2002  Tony Gale <gale@gtk.org>
728
729         * docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
730           minor menu example comment fix
731           (feeling my way back in after a long absence)
732
733 Wed Aug 14 08:07:53 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
734
735         * gtk/gtkselection.c (gtk_selection_init): initialize
736         gtk_selection_atoms only once at the 1st call.
737         * gdk/x11/gdkselection-x11.c (gdk_selection_property_get): 
738         set length of selection data from number of read bytes (#90595)
739
740 2002-08-14 Padraig O'Briain <padraig.obriain@sun.com>
741
742         * gtk/gtktextview.c (gtk_text_view_focus): Move focus to
743         children, if they exist, after GtkTextView is focused. (#63844)
744
745 2002-08-12  Matthias Clasen  <maclas@gmx.de>
746
747         * gdk/gdkdisplaymanager.c: 
748         * gdk/gdkdisplay.c (gdk_pointer_ungrab): Fix doc comments.
749
750         * gdk/x11/gdkcolor-x11.c (gdk_colormap_get_screen): 
751         * gdk/x11/gdkimage-x11.c (gdk_image_new_bitmap): Make parameter 
752         names match those in the header file, to silence gtk-doc.
753
754 Sat Aug 10 22:18:05 2002  Owen Taylor  <otaylor@redhat.com>
755
756         * gdk/gdkpixbuf-render.c 
757         (gdk_pixbuf_render_pixmap_and_mask[_for_colormap]): Mention
758         in the docs that @pixmap_return and @mask_return can
759         be %NULL.
760
761 2002-08-10  Soren Sandmann  <sandmann@daimi.au.dk>
762
763         * docs/reference/gtk/tree_widget.sgml,
764         docs/reference/gtk/tmpl/gtkdialog.sgml,
765         docs/reference/gtk/tmpl/gtkentry.sgml,
766         docs/reference/gtk/tmpl/gtkfilesel.sgml,
767         docs/reference/gtk/tmpl/gtkfontsel.sgml,
768         docs/reference/gtk/tmpl/gtkfontseldlg.sgml,
769         docs/reference/gtk/tmpl/gtktreemodel.sgml,
770         docs/reference/gtk/tmpl/gtkwidget.sgml, gdk/x11/gdkdisplay-x11.c,
771         gtk/gtkbbox.c, gtk/gtkbox.c, gtk/gtkbutton.c, gtk/gtkcellrenderer.c,
772         gtk/gtkcellrendererpixbuf.c, gtk/gtkcellrenderertext.c,
773         gtk/gtkcheckmenuitem.c, gtk/gtkcontainer.c, gtk/gtkcurve.c,
774         gtk/gtkdialog.h, gtk/gtkentry.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c,
775         gtk/gtkframe.c, gtk/gtkhandlebox.c, gtk/gtkiconfactory.c,
776         gtk/gtkimage.c, gtk/gtkinvisible.c, gtk/gtkitemfactory.c,
777         gtk/gtklabel.c, gtk/gtklayout.c, gtk/gtkmenu.c, gtk/gtkprogress.c,
778         gtk/gtkprogressbar.c, gtk/gtkscrolledwindow.c, gtk/gtksizegroup.c,
779         gtk/gtktable.c, gtk/gtktextiter.c, gtk/gtktexttag.c, 
780         gtk/gtktexttag.h, gtk/gtktextview.c, gtk/gtktogglebutton.c, 
781         gtk/gtktoolbar.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c, 
782         gtk/gtktreestore.c, gtk/gtktreeview.c, gtk/gtktreeviewcolumn.c, 
783         gtk/gtkviewport.c, gtk/gtkwidget.c, gtk/gtkwidget.h,
784         gtk/gtkwindow.c: 
785
786         Minor documentation fixes
787
788         (#89254, patch from Brett Nash; 
789          #85809, patch from daten@dnetc.org;
790          #76391, patch from Ross Burton; 
791          #74559, Manuel Clos; 
792          #73569, #72005, Alexey A. Malyshev; 
793          #70061, patch from Dennis Bj"orklund;
794          #64566, #63388, #58328, #57499, #81007, #77349, Vitaly Tishkov; 
795          #78932, Vitaly Tishkov, patch from Ross Burton;
796          #73306)
797
798 2002-08-10  Matthias Clasen  <maclas@gmx.de>
799
800         * gdk/gdkrgb.c (gdk_rgb_try_colormap): 
801         (gdk_rgb_create_info): 
802         (gdk_rgb_select_conv): 
803         (gdk_draw_gray_image): 
804         (gdk_rgb_cmap_get_info): Changes to support depth 8 StaticColor
805         visuals.  (#81631)
806         (gdk_rgb_cmap_free): Don't loop forever.
807
808 Fri Aug  9 08:04:47 2002  Owen Taylor  <otaylor@redhat.com>
809
810         * gdk/gdkdisplay.h (struct _GdkDisplayClass): Fix 
811         weird usage of 'class' for GdkDisplay * argumnent name.
812         (#9031, Laszlo Peter)
813
814 Thu Aug  8 23:26:05 2002  Owen Taylor  <otaylor@redhat.com>
815
816         * gdk/x11/gdkmain-x11.c gdk/x11/gdkscreen-x11.c: Remove
817         explicit calls to pango_x/xft_shutdown_display() since
818         Pango now does it by itself on XCloseDisplay().
819
820 Thu Aug  8 21:53:16 2002  Owen Taylor  <otaylor@redhat.com>
821
822         * configure.in: Consistently order pangoxft / pangox
823         in pkg-config calls in hopes of reducing problems
824         (Eric Mader.)
825
826 2002-08-07  Matthias Clasen  <maclas@gmx.de>
827
828         * gtk/gtkmain.c (gtk_init): Fix doc comment.
829
830         * gtk/gtktreemodel.c (gtk_tree_path_new_from_indices): Make the
831         doc comment gtk-doc-grokkable.
832
833 2002-08-06  jacob berkman  <jacob@ximian.com>
834
835         * configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)
836
837 Mon Aug  5 17:20:45 2002  Owen Taylor  <otaylor@redhat.com>
838
839         * gtk/gtklabel.c: Patch from Soeren Sandmann
840         to improve GtkLabel behavior when it gets
841         a too small allocation. (Always display the
842         initial portion.) (#71742)
843
844 Mon Aug  5 17:01:30 2002  Owen Taylor  <otaylor@redhat.com>
845
846         * gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS,
847         include @LDFLAGS@, otherwise LDFLAGS the users passes
848         to configure don't get used. (#89946, Noah Levitt, 
849         Albert Chin)
850
851         * gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
852
853 Mon Aug  5 15:25:40 2002  Owen Taylor  <otaylor@redhat.com>
854
855         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap): 
856         Fix problem with wrong depth being used. (#89941, Jacob
857         Berkman.) Remove an unneeded 'screen' variable.
858
859 Mon Aug  5 15:04:59 2002  Owen Taylor  <otaylor@redhat.com>
860
861         More fixes for warnings reported by David L. Cooper II
862
863         * gtk/gtkaccelmap.c (accel_map_parse_accel_path): Use
864         GdkModifierType for accel_mods. (#85856)
865
866         * gdk/gdkdisplay.h (struct _GdkDisplay): Make button_number
867         signed, since we use -1 as an 'unset' value. (#85854)
868
869         * gdk/x11/xsettings-client.c (parse_settings): Suppress
870         a warning (#85853)
871
872         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Fix
873         accidental trailing ';'. (#85846)
874
875 Mon Aug  5 14:50:13 2002  Owen Taylor  <otaylor@redhat.com>
876
877         * gtk/gtkitemfactory.h: Add a note that yes, we do know
878         what () means and we can't change it.
879
880         Fixes for warnings reported by David L. Cooper II
881
882         * tests/testtext.c: Warning fixes. Fix order of arguments
883         to gtk_message_dialog_new(). (#85891)
884
885         * gtk/gtktreeitem.c (gtk_tree_item_paint): Fix incorrect
886         use GTK_STATE_INSENSITIVE for a shadow type. (Not clear
887         what the drawing intent was, but it's ENABLE_BROKEN
888         anyways.) (#85880)
889
890         * gtk/gtktexttypes.c: Use character literals
891         instead of direct constants to avoid warning. (#85878)
892
893         * gtk/theme-bits/decompose-bits.c gtk/gtkstyle.c:
894         Fix some signed/unsigned problems (#85876)
895
896         * gtk/gtksignal.c (gtk_signal_newv): Add an explicit
897         cast from GtkSignalRunType to GSignalFlags. (#85875)
898
899         * gtk/gtkitemfactory.c (gtk_item_factory_add_item): Fix
900         use of guint instead of GdkModifierType (#85871)
901
902         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
903         Fix signed/unsigned problem (#85870)
904
905         * gtk/gtkimcontext.c (gtk_im_context_class_init): Get
906         rid of GtkType/Signal*. (Fixes #85869 as a side effect)
907
908         * gtk/gtkdnd.c (gtk_drag_get_cursor): Fix some 
909         signed/unsigned warnings (#85865)
910
911 2002-08-04  Matthias Clasen  <maclas@gmx.de>
912
913         * gtk/gtkmain.c (gtk_check_version): Fix for binary compatibility
914         across 2.x.y.
915
916 Fri Aug  2 18:00:46 2002  Owen Taylor  <otaylor@redhat.com>
917
918         * gtk/gtkmenu.c: Fix menus resizing dynamically while
919         they are popped up or torn off. (#78949)
920
921 Fri Aug  2 16:38:34 2002  Owen Taylor  <otaylor@redhat.com>
922
923         * gdk/gdkregion-generic.c: Comprehensively add
924         g_return_[val]if_fail() statements. (#89491, Robin Lu)
925
926 Fri Aug  2 16:24:32 2002  Owen Taylor  <otaylor@redhat.com>
927
928         * gdk/x11/gdkmain-x11.c: Remove references to 
929         gdk_initialized (#81060, Jacob Berkman)
930         
931         * gdk/gdk.c (gdk_exit): Remove gdk_exit_func().
932
933 Fri Aug  2 15:56:47 2002  Owen Taylor  <otaylor@redhat.com>
934
935         * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_dispose): Fix
936         args to pango_x_shutdown_display().
937
938         * gdk/linux-fb/gdkinput.c gdk/linux-fb/gdkinputprivate.h
939         gdk/win32/gdkinput-win32.[ch] gdk/win32/gdkinput.c
940         gdk/win32/gdkwindow-win32.c gdk/x11/gdkinput-x11.c
941         gdk/x11/gdkinput-xfree.c gdk/x11/gdkinput.c
942         gdk/x11/gdkinputprivate.h gdk/x11/gdkwindow-x11.c: Move
943         a bunch of functions gdk_input => _gdk_input. Clean
944         up some header file cruft. (#79971)
945
946 Fri Aug  2 12:21:41 2002  Owen Taylor  <otaylor@redhat.com>
947
948         * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_dispose):
949         Call pango_x[ft]_shutdown_display().
950
951 2002-08-02  jacob berkman  <jacob@ximian.com>
952
953         * gdk/x11/gdkscreen-x11.c (check_xfree_xinerama): declare
954         screen_x11 variable to fix build w/ xinerama
955
956 Fri Aug  2 00:43:15 2002  Owen Taylor  <otaylor@redhat.com>
957
958         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
959         gdk/x11/gdkpango-x11.c gdk/x11/gdkpixmap-x11.c 
960         gdk/x11/gdkprivate-x11.h gdk/x11/gdkwindow-x11.c:
961         Switch back to using XftDraw so that we take 
962         advantage of the draw-to-non-RENDER capabilities
963         of Xft2.
964
965         * demos/gtk-demo/changedisplay.c (query_for_toplevel): 
966         Fix the case where the user clicks on the "click on
967         a window popup".
968
969 Thu Aug  1 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
970
971         * demos/gtk-demo/changedisplay.c: New demo for
972         window migration between different displays and screens.
973
974         * gtk/gtkrc.c gtkstyle.[ch]: Add
975         _gtk_style_init_for_settings(), so that gtkrc.c
976         can initialize the styles it creates for the 
977         right display.
978
979         * gdk/gdkdisplaymanager.c (gdk_screen_get_default)
980         * gtk/gtksettings.c (gtk_settings_get_default)
981         * gtk/gtkstyle.c (gtk_style_init): Handle absence of
982         a default screen.
983
984         * gdk/x11/gdkmain-x11.c (_gdk_windowing_set_default_display):
985         Handle display == NULL.x
986
987         * gdk/gdkdisplay.c (gdk_display_dispose): Free the
988         event queue.
989
990         * gdk/x11/gdkevents-x11.c gdk/x11/gdkdisplay-x11.c:
991         Remove the event source when closing a display.
992
993         * gdk/gdkdisplay.[ch]: Add a ::closed signal, dispose()
994         isn't convenient enough by itself.
995
996         * gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb):
997         Create foreign windows for watch windows if there isn't
998         an existing window, instead of installing a global filter.
999         
1000         * gdk/x11/gdkscreen-x11.c gdk/x11/gdkprivate-x11.h
1001         gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen):
1002         Clean up the xsettings_client when we are done with
1003         it.
1004
1005         * gdk/x11/gdkevents-x11.c (_gdk_events_init): Remove
1006         excess call to _gdk_x11_events_init_screen()
1007
1008 2002-08-01  Sven Neumann  <sven@gimp.org>
1009
1010         Merge from stable:
1011
1012         * gdk/gdkrgb.c: trivial changes to some debug code so it compiles
1013         with VERBOSE being defined.
1014
1015 Thu Aug  1 11:26:03 2002  Owen Taylor  <otaylor@redhat.com>
1016
1017         * gdk/gdkdisplay.[ch] gdk/gdkscreen.[ch] gdkinternals.h:
1018         Start implementing display/screen closing scheme; keep a
1019         flag for whether displays and screens are closed,
1020         call g_object_run_dispose(). Remove public gdk_screen_close().
1021
1022         * gdk/x11/gdkdisplay-x11.c gdk/x11/gdkscreen-x11.c: Add 
1023         dispose() methods; move appropriate parts of the finalize
1024         there.
1025
1026         * gdk/x11/gdkcolor-x11.c gdk/x11/gdkimage-x11.c
1027         gdk/x11/gdkmain-x11.c gdk/x11/gdkpango-x11.c 
1028         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkproperty-x11.c
1029         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.c:
1030         Start of making everything correctly ignore operations
1031         when a display has been closed.
1032
1033         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
1034         Handle decorations == NULL.
1035
1036         * gdk/x11/gdkcolor-x11.c (gdk_colormap_remove): 
1037         Remove unnecessary hash table creation.
1038
1039         * gdk/x11/gdkinput.c gdk/x11/gdkinput-x11.c gdk/win32/gdkinput.c
1040         Fix up gdk_device_get_history - handle events, n_events == NULL,
1041         etc.
1042
1043         * gdk/x11/gdkproperty-x11.c (gdk_property_get):
1044         Handle failure better.
1045         
1046         * gdk/x11/gdkselection-x11.c (gdk_selection_property_get):
1047         Handle failure better, handle data == NULL, move docs
1048         here, remove an excess round trip by asking for
1049         all selection data at once.
1050         
1051         * gdk/gdkselection.c gdk/win32/{x11,win32}/gdkselection-{x11,win32}.c
1052           gdk/{x11,win32}/gdkmain-{x11,win32}.c gdk/gdkdisplay.c: Move
1053         gdk_text_property_to_text_list(), gdk_string_to_compound_text(),
1054         gdk_display_set_sm_client_id() to display-independent part of GDK.
1055
1056         * gdk/Makefile.am (gdk_c_sources): Sort gdkdisplay/screen.[ch]
1057         into the right place.
1058
1059 2002-07-31  jacob berkman  <jacob@ximian.com>
1060
1061         * gtk/queryimmodules.c (print_escaped): escape_string() only takes
1062         one arg
1063
1064 Wed Jul 31 12:50:51 2002  Owen Taylor  <otaylor@redhat.com>
1065
1066         * gtk/queryimmodules.c: Avoid using g_strescape(),
1067         since it mangles UTF-8, (#89479, Yao Zhang.)
1068
1069 Tue Jul 30 19:09:46 2002  Owen Taylor  <otaylor@redhat.com>
1070
1071         * gtk/gtkrange.c (gtk_range_scroll_event): Handle 
1072         inverted ranges correctly (#85436, fix from 
1073         Norihiro UMEDA)
1074
1075 Tue Jul 30 16:36:53 2002  Owen Taylor  <otaylor@redhat.com>
1076
1077         * tests/testgtk.c: Fix bug in the selection mode option
1078         menus which were setting the wrong values. 
1079         (#85763, Manuel Op de Coul)
1080
1081 Tue Jul 30 15:39:06 2002  Owen Taylor  <otaylor@redhat.com>
1082
1083         * demos/Makefile.am: Honor GDK_PIXBUF_CSOURCE from
1084         configure.in when cross-compiling. (#87099,
1085         J. Ali Harlow)
1086
1087 Mon Jul 29 16:42:30 2002  Owen Taylor  <otaylor@redhat.com>
1088
1089         * gtk/gtkimcontext.c (gtk_im_context_real_get_surrounding):
1090         Unset gtk-im-surrounding-info object data again.
1091         (Fix from Yao Zhang, #86811)
1092
1093 Fri Jul 26 17:59:06 2002  Owen Taylor  <otaylor@redhat.com>
1094  
1095         * configure.in: Replace uses of grep \(A\|B\) ... with
1096         egrep (A|B). (#84872, Arnaud Charlet)
1097  
1098 Fri Jul 26 22:53:37 2002  Kristian Rietveld  <kris@gtk.org>
1099
1100         API additions: _move, _reorder and _swap for stores, path
1101         constructor.
1102
1103         * gtk/gtktreemodel.[ch] (gtk_tree_path_new_from_indices): new function.
1104
1105         * gtk/gtkliststore.[ch]: added gtk_list_store_reorder_func (private),
1106         gtk_list_store_reorder, gtk_list_store_swap, gtk_list_store_move.
1107
1108         * gtk/gtktreestore.[ch]: added gtk_tree_store_reorder_func (private),
1109         gtk_tree_store_reorder, gtk_tree_store_swap, gtk_tree_store_move.
1110
1111 Fri Jul 26 22:32:57 2002  Kristian Rietveld  <kris@gtk.org>
1112
1113         Merge from stable:
1114
1115         * gtk/gtktreestore.c (node_free): return FALSE,
1116         (gtk_tree_store_finalize): use g_node_traverse instead of
1117         g_node_children_foreach, so the whole tree will be freed (#88854,
1118         patch from Emmanuel Briot).
1119
1120 Fri Jul 26 22:32:24 2002  Kristian Rietveld  <kris@gtk.org>
1121
1122         Merge from stable:
1123
1124         * gtk/gtktreeview.c (gtk_tree_view_button_press): fix some memleaks,
1125         (#84426, patch from Matthias Clasen).
1126
1127 Fri Jul 26 22:31:25 2002  Kristian Rietveld  <kris@gtk.org>
1128
1129         Merge from stable:
1130
1131         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): _iter_children
1132         check shouldn't be in g_return_return_val_if_fail (pointed out by
1133         Josh Green, #88997),
1134         (gtk_tree_view_set_model): call _gtk_tree_view_column_unset_model
1135         for each column when we unset the model (part of #82484),
1136         (gtk_tree_view_get_cell_area): return if we ran out of tree or
1137         if we got an invalid path (#82376).
1138
1139         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_unset_model.
1140
1141         * gtk/gtktreeviewcolumn.c: implement _gtk_tree_view_column_unset_model
1142         which disconnects the sort_column_changed_signal (part of #82484).
1143
1144         * gtk/gtkliststore.c (gtk_list_store_insert): append row if the
1145         given postion is off the end of the tree (#85813).
1146
1147         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): let's use
1148         2-space indent, commit changes if up/down keys has been pressed,
1149         this overrides the focus key foo so the user won't be surprised
1150         (#84665).
1151
1152 Fri Jul 26 16:34:34 2002  Shivram U  <shivaram.upadhyayula@wipro.com>
1153
1154         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable),
1155         (gdk_pixbuf_get_from_image), (rgbconvert), (convert_real_slow):
1156         Check if depth of the source is not equal to the depth of the colormap
1157         passed. (#75597)
1158
1159 2002-07-25  Matthias Clasen  <maclas@gmx.de>
1160
1161         * gdk/gdkrgb.c (gdk_rgb_select_conv): Use gdk_rgb_convert_4,
1162         not gdk_rgb_convert_8 for depth 4, bpp 8, PseudoColor visuals.
1163         (#88697)
1164         
1165 Thu Jul 25 14:14:46 2002  Owen Taylor  <otaylor@redhat.com>
1166
1167         * gtk/gtkmenushell.c: When a menubar is up, use F10 to cycle
1168         menubars, not Control-Tab (#87159, Calum Benson. Patch from
1169         Padraig O'Briain.)
1170         
1171         * gtk/gtkmenubar.c: When cycling menu bars, cancel
1172         after the last instead of wrapping around.
1173
1174 Thu Jul 25 11:57:57 2002  Owen Taylor  <otaylor@redhat.com>
1175
1176         [ Patch from Padraig O'Briain, #87904 ]
1177
1178         * gtk/gtkwidget.c (gtk_widget_class_init): Cleanup -
1179         use G_SIGNAL_RUN_LAST not GTK_RUN_LAST when using
1180         g_signal new.
1181
1182         * gtk/gtktogglebutton.c (gtk_toggle_button_mnemonic_activate): 
1183         Always focus the widget, even when we are activating
1184         as well.
1185
1186 2002-07-24  Havoc Pennington  <hp@pobox.com>
1187
1188         * gtk/gtktextview.c: Apply patch from Gustavo
1189         Giraldez for bug #78513
1190
1191 Wed Jul 24 16:43:49 2002  Owen Taylor  <otaylor@redhat.com>
1192  
1193         * gtk/gtkrc.c docs/references/tmpl/gtkrc.sgml: Don't use
1194         GTK_RC_FILES, since it causes problems with what KDE (etc.)
1195         does to customize GTK+ themes, use GTK2_RC_FILES instead. (#88987)
1196  
1197 2002-07-16  Federico Mena Quintero  <federico@ximian.com>
1198
1199         * gdk/gdkpixbuf-drawable.c (rgb565lsb): Fixed the LSB -> MSB case.
1200         Fixes #79463.
1201
1202 2002-07-16  Sven Neumann  <sven@gimp.org>
1203
1204         * gdk/gdk.c
1205         * gdk/gdkinternals.h
1206         * gdk/win32/gdkmain-win32.c
1207         * gdk/x11/gdkmain-x11.c: pass argc and argv to the GDK backend in
1208         _gdk_windowing_init() so that the backend has a chance to process
1209         the command-line arguments (GTK+-DirectFB needs this).
1210
1211 2002-07-10  jacob berkman  <jacob@ximian.com>
1212
1213         * gtk/gtkoptionmenu.c (gtk_option_menu_scroll_event): activate the
1214         menu item so old apps work properly
1215
1216 Wed Jul 10 14:27:14 2002  Owen Taylor  <otaylor@redhat.com>
1217
1218         * modules/input/gtkimcontextxim.c gtk/gtkcolorsel.c 
1219         gtk/gtkdialog.c gtk/gtktextbtree.c: Fix some cases
1220         where signal connection IDs where being assigned to 
1221         guint rather than gulong. (part of #87281, Shivram U)
1222
1223 Fri Jul  5 20:18:23 2002  Owen Taylor  <otaylor@redhat.com>
1224
1225         * gtk/gtkmenushell.[ch] gtk/gtkmenubar.c gtk/gtkmenuitem.c
1226         gtk/gtkentry.c gtk/gtktextview.c: Add an extra parameter
1227         to _gtk_menu_item_select_first() to allow us to choose
1228         whether we want to select the first item predictably
1229         or to select the first sensitive item. Fixes problem
1230         with insensitive menu items and keynav. (#85796,
1231         reported by Bill Haneman and others.)
1232
1233 Fri Jul  5 02:50:24 2002  Jonathan Blandford  <jrb@gnome.org>
1234
1235         * gtk/gtktreeview.c (gtk_tree_view_collapse_all): fix warning.
1236         (gtk_tree_view_search_iter): fix warning, #85884
1237
1238         * gtk/gtktreestore.c (gtk_tree_store_get_flags): change return
1239         value to GtkTreeModelFlags to fix compiler warning, #85883
1240
1241         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags): change
1242         return value to GtkTreeModelFlags to fix compiler warning, #85882
1243
1244         * gtk/gtktreemodel.c (gtk_tree_path_prepend_index): fix compiler
1245         warning, #85881
1246
1247 Fri Jul  5 12:51:39 2002  Kristian Rietveld  <kris@gtk.org>
1248
1249         Merge from HEAD.
1250
1251         * gtk/gtkliststore.c (gtk_list_store_sort): also update ->tail after    
1252         sorting.
1253
1254 2002-07-02 Padraig O'Briain <padraig.obriain@sun.com>
1255
1256         * gtk/gtksocket.c (gtk_socket_hierarchy_changed):
1257         Use hyphen instead of underscore in signal names in calls to
1258         g_signal_connect_swapped (Fixes bug #86339)
1259
1260 Tue Jul  2 00:33:26 2002  Jonathan Blandford  <jrb@gnome.org>
1261
1262     * gtk/gtktreeview.c (validate_visible_area): only validate the
1263       visible area if we've ever been requisitioned.
1264
1265 Mon Jul  1 17:04:09 2002  Jonathan Blandford  <jrb@redhat.com>
1266
1267         * gtk/gtkliststore.c (gtk_list_store_real_set_value): sync up
1268         white space/variable names to match tree_store equiv.
1269
1270         * gtk/gtktreestore.c (gtk_tree_store_real_set_value): sort if we
1271         set the value.
1272
1273 Mon Jul 01 17:19:00 2002  Bill Haneman <bill.haneman@sun.com>
1274
1275         * contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
1276         (xlib_window_is_viewable):
1277         Fixed failure of assertion when drawable is root window.
1278
1279 Thu Jun 20 19:41:09 2002  Owen Taylor  <otaylor@redhat.com>
1280
1281         * gdk/gdkdisplay.h gdk/gdkscreen.h gdk/**.c gtk/*.c
1282         tests/*.c: Renames:
1283
1284          gdk_get_default_display => gdk_display_get_default
1285          gdk_get_default_screen  => gdk_screen_get_default
1286          gdk_open_display        => gdk_display_open
1287
1288 Thu Jun 20 16:49:00 2002  Owen Taylor  <otaylor@redhat.com>
1289
1290         * gdk/gdkdisplaymanager.[ch] gdk/gdk.[ch] gdk/gdkdisplay.c 
1291         gdk/gdkinternals.h gdk/x11/gdkdisplay-x11.c 
1292         gdk/win32/gdkdisplay-win32.c: Add a singleton object that
1293         we can use to get notification when displays 
1294         appear / disappear or the default display changes.
1295
1296         gdk_set_default_display() => gdk_display_manager_set_default_display()
1297         gdk_list_displays() => gdk_display_manager_list_displays().
1298         (#85696)
1299
1300         * gdk/Makefile.am gdk/gdkmarshalers.list: Add marshaler
1301         generation.
1302
1303         * gdk/gdkintl.h: Add this.
1304
1305         * gtk/gtkmain.c: Add gtk_parse_args() that initializes
1306         GTK+ without opening a display.
1307
1308         * gtk/gtkmain.c: Set things up so if a module
1309         exports gtk_module_init() and gtk_module_display_init(), 
1310         then we treat it as multihead aware, otherwise, 
1311         we only initialize it after the default display is set.
1312
1313 Thu Jun 20 15:53:21 2002  Owen Taylor  <otaylor@redhat.com>
1314
1315         Patch from Erwann Chenede.
1316
1317         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkprivate-x11.h:
1318         Introduce a yes/no/unknown GdkTristate, use it
1319         in a couple of places. (#79962)
1320
1321         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkdisplay-x11.h: Make 
1322         gravity_works per-display. (#79963)
1323
1324 Thu Jun 20 15:36:40 2002  Owen Taylor  <otaylor@redhat.com>
1325
1326         * gtk/gtkselection.c (gtk_selection_owner_set): Get
1327         the owner from the display if !NULL. Otherwise, warn for
1328         multihead. (#85680)
1329
1330 Thu Jun 20 15:17:14 2002  Owen Taylor  <otaylor@redhat.com>
1331
1332         * gtk/gtkstyle.[ch]: Get rid of gtk_style_get_font_for_display(),
1333         make gtk_style_get_font() warn for multihead if called
1334         on an unattached style. (#80277)
1335
1336         * gtk/gtktext.c: Remove use of gtk_style_get_font_for_display();
1337         this makes gtktext not multihead safe, but it doesn't matter;
1338         it's ENABLE_BROKEN anyways.
1339
1340         * gtk/gtkmain.c gtk/gtkdebug.h: Add GTK_NOTE(MULTIHEAD,[])
1341
1342 Thu Jun 20 14:51:30 2002  Owen Taylor  <otaylor@redhat.com>
1343
1344         * gtk/gtksettings.c (gtk_settings_notify): Only
1345         change the double click time if the screen for
1346         the notification is screen 0 of the display.
1347         (#77978)
1348
1349         * gdk/gdkevents.c (gdk_display_set_double_click_time): Fix 
1350         half-done rename.
1351
1352 Thu Jun 20 12:16:00 2002  Owen Taylor  <otaylor@redhat.com>
1353
1354         * gtk/gtkinvisible.c (gtk_invisible_set_screen): Add
1355         notification for screen property. (#80280)
1356
1357 Wed Jun 19 19:30:45 2002  Owen Taylor  <otaylor@redhat.com>
1358
1359         * gtk/gtkrc.c: Keep a global list of strings and
1360         RC files to reparse, make gtk_rc_parse_string(),
1361         gtk_rc_parse() add to the list, and parse the
1362         string or file in _all_ contexts.
1363
1364         * gtk/gtkrc.c (gtk_rc_reparse_all): Reparse all
1365         contexts, not just the default context.
1366
1367 Tue Jun 18 19:38:08 2002  Owen Taylor  <otaylor@redhat.com>
1368
1369         * gdk/x11/gdkinput.c (_gdk_init_input_core): Set the
1370         display.
1371
1372         * gdk/x11/gdkwindow-x11.c (_gdk_moveresize_handle_event): Fix
1373         missing check for mv_resize == NULL.
1374
1375 Tue Jun 18 19:30:25 2002  Owen Taylor  <otaylor@redhat.com>
1376
1377         * gtk/gtktreeview.c: Typo fix.
1378
1379 Tue Jun 18 19:11:51 2002  Owen Taylor  <otaylor@redhat.com>
1380
1381         * gdk/gdkdisplay.[ch] gdk/gdkevents.c gdk/gdkinput.h 
1382         gdk/gdkinternals.h gdk/win32/gdkevents-win32.c
1383         gdk/win32/gdkinput-win32.[ch] gdk/x11/gdkevents-x11.c
1384         gdk/x11/gdkinput{,-none,-x11}.c gdk/x11/gdkinputprivate.h:
1385         Make the core pointer object per-display. (#85698)
1386
1387         * gtk/gtkdnd.c gtk/gtktreeview.c: Adapt to above change.
1388
1389 2002-06-18  Yanko Kaneti <yaneti@declera.com>
1390
1391         * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
1392
1393 Tue Jun 18 14:41:48 2002  Owen Taylor  <otaylor@redhat.com>
1394
1395         * gdk/gdkcursor.[ch] gdk/x11/gdkcursor-x11.c
1396         gdk/x11/gdkprivate-x11.h gdk/win32/gdkcursor-win32.c: Replace
1397         gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().
1398         (#85671)
1399
1400         * gtk/gtkclist.c gtk/gtkcombo.c gtk/gtkcurve.c gtk/gtkdnd.c
1401         gtk/gtkentry.c gtk/gtkhandlebox.c gtk/gtkhsv.c gtk/gtklabel.c 
1402         gtk/gtkpaned.c gtk/gtktext.c gtk/gtktextview.c 
1403         gtk/gtktipsquery.c gtk/gtktreeviewcolumn.c: 
1404         Adapt to above change.
1405
1406 Tue Jun 18 12:04:10 2002  Owen Taylor  <otaylor@redhat.com>
1407
1408         * gdk/gdk.c (gdk_init_check): Change handling 
1409         of gdk_intialized(), so that gdk_parse_args(),
1410         gdk_init_check() sequence works.
1411
1412 Tue Jun 18 11:46:33 2002  Owen Taylor  <otaylor@redhat.com>
1413
1414         * gdk/x11/gdkwindow-x11.c (get_move_resize_data): Add
1415         a gboolean create argument, so we don't create the
1416         structure unless we actually emulate move-resize
1417         drags.
1418
1419 Sat Jun 15 23:53:03 2002  Owen Taylor  <otaylor@redhat.com>
1420
1421         * gtk/gtkfilesel.c (gtk_file_selection_set_filename): 
1422         Actually use the UTF-8 filename, so we actually
1423         fix #77948.
1424
1425         * tests/testgtk.c: Remember the directory as a
1426         test of gtk_file_selection_set_filename().
1427
1428 Sat Jun 15 23:05:19 2002  Owen Taylor  <otaylor@redhat.com>
1429  
1430         * gtk/gtkfilesel.c (gtk_file_selection_set_filename):
1431         Fix backwards asssertion. (#85434)
1432  
1433 Sat Jun 15 16:10:00 2002  James M. Cape <jcape@ignore-your.tv>
1434
1435         * gtk/gtktexttag.c (gtk_text_tag_set_property):
1436         Notify about "background-full-height-set", not
1437         "bg_full_height_set". (#83336)
1438                         
1439 Fri Jun 14 15:41:50 2002  Jonathan Blandford  <jrb@redhat.com>
1440
1441         * gtk/gtktreeview.c: Fix bug #84268, where validate_rows sometimes
1442         didn't remove itself correctly.  Thanks to Dave Camp for the fix.
1443
1444 Fri Jun 14 15:09:11 2002  Jonathan Blandford  <jrb@redhat.com>
1445
1446         * gtk/gtktreeview.c (gtk_tree_view_set_adjustments):
1447         disconnect_by_func instead of disconnect_by_data.  Someone else
1448         could use the same data as us.
1449
1450         * gtk/gtktreeview.c (do_validate_rows): update the adjustment
1451         immediately after we update the size.  Fixes some scroll_to bugs.
1452         (validate_visible_area): ditto
1453
1454 Fri Jun 14 10:31:59 2002  Owen Taylor  <otaylor@redhat.com>
1455
1456         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): 
1457         Ignore state change events for windows that aren't
1458         our toplevels. (#84482, Thomas Leonard)
1459
1460 Fri Jun 14 10:00:29 2002  Owen Taylor  <otaylor@redhat.com>
1461
1462         * gdk/gdkwindow.c (gdk_window_update_idle): Add
1463         missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE().
1464         (Report of non-thread-safety from Nicholas Allen)
1465
1466         * gtk/gtkmain.c (rewrite_events_translate): Fix sign
1467         problem with coordinate translation. (Fix from
1468         Robin Lu, #85229)
1469
1470 Thu Jun 13 19:41:56 2002  Owen Taylor  <otaylor@redhat.com>
1471
1472         * gtk/gtkiconfactory.c gtk/gtkselection.c gtk/gtkstyle.c
1473         gtk/gtktextiter.c gtk/gtktexttag.c gtk/gtktreemodel.c
1474         gtk/gtkwidget.c: Fix type names for GtkIconSet,
1475         GtkIconSource, GtkSelectionData, GtkBorder, GtkTextIter,
1476         GtkTextAttributes, GtkTreePath, GtkTreeIter, 
1477         GtkRequisition, which were all registered as GtkType*.
1478         (#84634, James Henstridge; patch from Jonathan Blandford.)
1479         
1480 Thu Jun 13 18:48:14 2002  Owen Taylor  <otaylor@redhat.com>
1481
1482         * gdk/x11/gdkcolor-x11.c: Make work
1483         gdk_colormap_sync() work for DirectColor visuals 
1484         as well. Fill in the ->colors array in
1485         gdk_screen_get_system_colormap () for DirectColor visuals.
1486         (#81954, Based on a patch from shivaram.upadhyayula@wipro.com)
1487  
1488 Thu Jun 13 17:50:36 2002  Owen Taylor  <otaylor@redhat.com>
1489
1490         * gtk/gtktextview.c gtk/gtkentry.c: Add the obsolete
1491         CUA cut/copy/paste bindings. (#79078)
1492
1493         * gtk/gtktextview.c gtk/gtkentry.c: Make <Shift>BackSpace
1494         a synonym for for Backspace. (#80302, Jeff Waugh)
1495
1496 Thu Jun 13 15:02:49 2002  Owen Taylor  <otaylor@redhat.com>
1497
1498         * gdk/x11/gdkdnd-x11.c: Ignore all client events that
1499         were sent to a window that we don't know about or
1500         to a foreign window. (#81543, Young-Ho, Cha)
1501
1502 Thu Jun 13 12:24:09 2002  Owen Taylor  <otaylor@redhat.com>
1503
1504         * gtk/gtkfilesel.c (gtk_file_selection_set_filename):
1505         Fix so that the encoding of the filename is handled
1506         properly in the case of non-UTF-8 filesystems;
1507         document the encoding. (#77948, Sebastian Ritau)
1508
1509         * gtk/gtkfilesel.c (filenames_drag_get): Remove
1510         debug printf. Fix UTF-8 / filename encoding 
1511         confusion.
1512
1513 2002-06-13  Christian Rose  <menthos@menthos.com>
1514
1515         * Makefile.am (EXTRA_DIST): Remove po/README.tools, po/desk.pl
1516         and po/update.pl.
1517
1518 Thu Jun 13 12:01:36 2002  Owen Taylor  <otaylor@redhat.com>
1519
1520         * gtk/gtkentry.c (gtk_entry_drag_motion): Don't return
1521         a positive status unless there is a text target in
1522         the drag. (#83386, Thomas Leonard.)
1523
1524 Thu Jun 13 11:36:37 2002  Owen Taylor  <otaylor@redhat.com>
1525  
1526         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Save
1527         the initial grab time, use that when changing the
1528         pointer. (#83052, help from Dave Camp tracking it down.)
1529  
1530 Thu Jun 13 16:42:40 2002  Kristian Rietveld  <kris@gtk.org>
1531
1532         * gtk/gtktreestore.c (gtk_tree_store_finalize): traverse all nodes,
1533         not just the leafs (pointed out by Josh Parsons)
1534
1535 2002-06-12  Havoc Pennington  <hp@redhat.com>
1536  
1537         * configure.in: check that pango has Xft2 support, instead of
1538         checking whether Xft2 exists.
1539
1540 Wed Jun 12 17:46:53 2002  Owen Taylor  <otaylor@redhat.com>
1541
1542         * gtk/gtkentry.c (blink_cb): Add an informative 
1543         g_warning() when the entry has lost a focus-out-event.
1544         (#78305, Michel Selten)
1545
1546 Wed Jun 12 17:31:15 2002  Owen Taylor  <otaylor@redhat.com>
1547
1548         * gtk/gtkmenushell.c (gtk_menu_shell_real_select_item): 
1549         Check to see if the menu item is selectable before
1550         setting menu_shell->active_menu_item. This hopefully
1551         will keep gail from getting confused.
1552         (#84115, Remus Draica)
1553
1554 Wed Jun 12 17:13:13 2002  Owen Taylor  <otaylor@redhat.com>
1555
1556         * gtk/gtkwindow.c (gtk_window_move_resize): Fix bug
1557         where if CENTER_ON_PARENT was set, but there was
1558         no parent, GDK_HINT_POS would be set, resulting
1559         in a dialog at 0,0. (#83479, Havoc Pennington)
1560
1561 Wed Jun 12 16:34:13 2002  Owen Taylor  <otaylor@redhat.com>
1562
1563         * gtk/gtkmenubar.c: When fetching the menubars for
1564         the window for F10 handling, only add viewable menu
1565         bars. (Apparently, people sometimes put menu bars
1566         in notebook pages!) (Tim Janik, #82627)
1567
1568 Wed Jun 12 16:21:38 2002  Owen Taylor  <otaylor@redhat.com>
1569
1570         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
1571         Clamp size of child to at least 1x1. (#82431, 
1572         Boris Shingarov.)
1573
1574 Wed Jun 12 15:43:38 2002  Owen Taylor  <otaylor@redhat.com>
1575
1576         * gtk/gtkspinbutton.c (gtk_spin_button_snap): Handle
1577         0 increment, to fix division-by-zero problem.
1578         (#82816, George Lebl.)
1579
1580 Wed Jun 12 15:38:01 2002  Owen Taylor  <otaylor@redhat.com>
1581
1582         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1583         Fix memory leak. (Patch from Matthias Clasen, #84926)
1584
1585         * gtk/gtkrange.c (gtk_range_init): Initialize
1586         mouse_x, mouse_y to -1,-1. (#84871, Garrett Lesage)
1587
1588 Wed Jun 12 15:08:37 2002  Owen Taylor  <otaylor@redhat.com>
1589
1590         * gtk/gtkrc.c (gtk_rc_get_style_by_paths): Allow 
1591         NULL for widget path or class path as documented.
1592         (#83150, Sergey Kuzminov)
1593
1594 Wed Jun 12 15:02:30 2002  Owen Taylor  <otaylor@redhat.com>
1595
1596         * gtk/gtktextutil.c: Fix ZWJ => ZWN typo.
1597         (#83092, Tino Meinen)
1598
1599 Wed Jun 12 14:41:43 2002  Owen Taylor  <otaylor@redhat.com>
1600
1601         * configure.in: Fix some problems with case statements
1602         for checking for omitted deps. (#84202, Jacob Berkman.)
1603
1604         * configure.in: Remove USE_X11R6_XIM checks since we 
1605         no longer use them.
1606
1607 Wed Jun 12 14:18:45 2002  Owen Taylor  <otaylor@redhat.com>
1608  
1609         * gtk/gtkimcontextsimple.c: Add compose sequences
1610         of dead_acute + c/C => C WITH CEDDILLA.
1611         (Nano Golveia, #83492)
1612  
1613 2002-06-10  Hans Breuer  <hans@breuer.org>
1614
1615         * gdk/makefile.msc : added gdkdisplay and gdkscreen
1616
1617         * gdk/win32/gdkdisplay-win32.c (gdk_open_display) : 
1618         need to gdk_screen_set_default_colormap(). Also un-static
1619         some exported gdk_display_*() functions
1620
1621         * gdk/win32/gdkdrawable-win32.c : added "gdkscreen.h"
1622
1623         * gdk/win32/gdkscreen-win32.c : implement
1624         gdk_screen_get_number, fixed typo, added rewuired headers
1625
1626         [merge from 2.0.x branch, should we really manifest 
1627          GtkPlug as being an X11 only thing this way? See #58541]
1628         * gtk/gtkwindow.c (gtk_window_show): Conditionalize
1629         GTK_IS_PLUG() check on GDK_WINDOWING_X11. (Problem
1630         reported by Sven Neumann)
1631
1632 2002-06-10  Tor Lillqvist  <tml@iki.fi>
1633
1634         [ merge from stable ]
1635
1636         * gdk/win32/gdkmain-win32.c (gdk_screen_get_width_mm,
1637         gdk_screen_get_height_mm): Use the "logical dpi" to calculate
1638         (pseudo) physical sizes. Similar to the use of "logical dpi" in
1639         Pango as suggested by Joaquin Cuenca Abela.
1640
1641         Two fixes by Florent Duguet:
1642
1643         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Correct
1644         semantics for setting cursor to NULL (should use cursor of parent
1645         window).
1646
1647         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get): Plug memory
1648         leak.
1649
1650 2002-06-10  Naba Kumar <kh_naba@users.sourceforge.net>
1651
1652         * configure.in: Added hi in ALL_LINGUAS
1653
1654 2002-06-09  Matthias Clasen  <maclas@gmx.de>
1655
1656         * gtk/gtktextbtree.c (_gtk_text_btree_unref): Don't leak
1657         child_anchor_table.  (#84425)
1658
1659         * gtk/gtktextlayout.c (gtk_text_layout_finalize): Don't leak
1660         one_display_cache.  (#84424)
1661
1662 Fri Jun  7 23:11:42 2002  Jonathan Blandford  <jrb@gnome.org>
1663
1664         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): Fix sizing
1665         bug.
1666
1667         * docs/reference/gtk/tmpl/gtkbutton.sgml: Remove ^M's.
1668
1669 2002-06-07  Matthias Clasen  <maclas@gmx.de>
1670
1671         * gtk/gtktreeviewcolumn.c
1672         (gtk_tree_view_column_clear_attributes_by_info): New function,
1673         split off from gtk_tree_view_column_clear_attributes.
1674         (gtk_tree_view_column_clear_attributes):
1675         (gtk_tree_view_column_finalize):  Call the new function, avoid
1676         recalculating the info from the renderer.  (#84413) 
1677         
1678         * gtk/gtktextview.c (text_view_child_new_anchored): Initialize
1679         vc->type in order to avoid a later UMR.  (#84415)
1680
1681 2002-06-07  Mark McLoughlin  <mark@skynet.ie>
1682
1683         * gtk/gtkwindow.c: (gtk_window_compute_configure_request): use
1684         the RootWindow of this screen for gdk_window_get_pointer.
1685
1686 2002-06-06  Matthias Clasen  <maclas@gmx.de>
1687
1688         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Set
1689         hardware_keycode for KeyRelease events.  (#84305)
1690
1691 Thu May 23 15:44:30 2002  Owen Taylor  <otaylor@redhat.com>
1692
1693         * gtk/gtktextview.c (changed_handler): Don't redraw
1694         when the area is completely above the visible area.
1695
1696 Fri May 17 17:27:21 2002  Owen Taylor  <otaylor@redhat.com>
1697
1698         * gtk/gtkwindow.c gtk/gtkwidget.c: Add a "is_focus"
1699         property indicating whether a widget is the focus
1700         widget within the toplevel.
1701
1702         * gtk/gtkwindow.[ch]: Add "is_active" "has_toplevel_focus"
1703         properties to indicate (separately) the idea of
1704         being the part of the toplevel with the input focus
1705         and being the active widget. (Needed for full XEMBED
1706         compliance.)
1707
1708         * gtk/gtkplug.c gtk/gtksocket.c: Update to work
1709         in terms of is_active/has_toplevel_focus, and thus
1710         handle the active/focused XEMBED distinction
1711         correctly.
1712
1713         * gtk/gtkplug.c (gtk_plug_realize): Remove
1714         FOCUS_CHANGE_MASK, since we don't need it.
1715
1716 Fri May 17 18:07:34 2002  Owen Taylor  <otaylor@redhat.com>
1717
1718         * gtk/gtksocket.c (gtk_socket_add_window): Send
1719         XEMBED_EMBEDDED_NOTIFY.
1720
1721         * gtk/gtksocket.c: Assume windows without _XEMBED_INFO 
1722         property want to be mapped, for better 
1723         current-Qt compatibility.
1724
1725 Thu Jun  6 17:27:01 2002  Kristian Rietveld  <kris@gtk.org>
1726
1727         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): don't leak the GArray
1728         (figured out by Matthias Clasen, fixes #82026).
1729
1730 Wed Jun  5 18:34:47 2002  Owen Taylor  <otaylor@redhat.com>
1731
1732         Changes multihead reorganizing code for win32 support,
1733         mostly from a patch by Hans Breuer.
1734
1735         * gdk/gdkcolor.c gdk/x11/gdkcolor-x11.c gdk/gdkcursor.c
1736           gdk/x11/gdkcursor-x11.c gdk/gdkevents.c gdk/x11/gdkevents-x11.c
1737           gdk/gdkfont.c gdk/x11/gdkfont-x11.c gdk/gdkkeys.c
1738           gdk/x11/gdkkeys-x11.c gdk/gdkimage.c gdk/x11/gdkimage-x11.c
1739           gdk/gdkscreen.c gdk/x11/gdkmain-x11.c
1740           gdk/gdkdisplay.c gdk/gdkevents-x11.c gdk/gdkpango.c
1741           gdk/x11/gdkpango-x11.c gdk/gdkselection.c
1742           gdk/x11/gdkselection-x11.c gdk/gdkwindow.c
1743           gdk/x11/gdkwindow-x11.c gdk/gdkvisual.c gdk/x11/gdkvisual-x11.c:
1744           Move port-independent singlehead wrapper functions into
1745           port-independent part of GDK. (#80009)
1746
1747         * gdk/win32/gdkcolor-win32.c gdk/win32/gdkcursor-win32.c
1748           gdk/win32/gdkevents-win32.c gdk/win32/gdkfont-win32.c
1749           gdk/win32/gdkimage-win32.c gdk/win32/gdkkeys-win32.c
1750           gdk/win32/gdkmain-win32.c gdk/win32/gdkproperty-win32.c
1751           gdk/win32/gdkselection-win32.c gdk/win32/gkwindow-win32.c: 
1752         Turn singlehead functions into "multihead" functions that ignore 
1753         their GdkDisplay or GdkScreen arguments.
1754
1755         * gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
1756         gdk/win32/gdkinput-win32.c gdk/win32/gdkprivate-win32.h: 
1757         Misc multihead-compatibility changes.
1758
1759         * gtk/gtk.def gdk/gdk.def: Update for multihead functions.
1760
1761         * gdk/gdkcolormap.h gdk/gdkvisual.h gdk/x11/gdkcolormap-x11.c 
1762         gdk/x11/gdkvisual-x11.c: Remove the screen fields
1763         from the public parts of the colormap/visual structures, add accessors
1764         instead.
1765
1766         * gdk/gdkpixbuf-render.c gdk/gdkpixmap.c gdk/gdkrgb.c
1767           gdk/x11/gdkcolormap-x11.c gdk/x11/gdkimage-x11.c
1768           gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.h gtk/gtkgc.c
1769           gtk/gtkstyle.c gtk/gtkwidget.c: Use accessors to get the screen
1770         for colormaps, visuals; move the fields into the private
1771         structures for the x11 backend.
1772
1773         * gdk/gdkdisplay.[ch] gdk/x11/gdkdisplay-x11.[ch]
1774           gdk/gdkscreen.[ch] gdk/x11/gdkscreen-x11.c: 
1775         Remove virtualization of screen and display functions.
1776         (#79990, patch from Erwann Chenede)
1777
1778         * gdk/win32/gdkdisplay-x11.c gdk/win32/gdkscreen-win32.c
1779         gdk/win32/{Makefile.am, makefile.msc, makefile.mingw}:
1780         New files containing stub implementations of Display,
1781         Screen functions.
1782
1783         * gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkdisplay-x11.[ch]
1784         gdk/x11/gdkx.h: Clean up function exports and what 
1785         headers they are in. (#79954)
1786
1787         * gdk/x11/gdkx.h: Fix macro that was referring to a non-existant
1788         screen->screen_num. (In the patch for #79972, Erwann Chenede)
1789
1790         * gdk/gdkscreen.c gdk/gdkwindow.c gdk/x11/gdkinternals.h
1791          gdk/x11/gdkscreen-x11.c: Fix gdk_screen_get_window_at_pointer()
1792         to use window hooks. (#79972, patch partly from Erwann Chenede)
1793
1794         * gdk/x11/gdkdisplay-x11.c gdk/x11/gdkevents-x11.c: Fix
1795         some warnings.
1796
1797 Wed Jun  5 23:29:41 2002  Kristian Rietveld  <kris@gtk.org>
1798
1799         Related bugs: #76252, #76396, #80866.
1800
1801         * gtk/gtktreeselection.[ch]: added
1802         gtk_tree_selection_get_selected_rows(),
1803         added gtk_tree_selection_count_selected_rows(),
1804         renamed gtk_tree_selection_real_select_range() to
1805         gtk_tree_selection_real_modify_range(), and added mode parameter,
1806         added gtk_tree_selection_unselect_range().
1807         
1808 Tue Jun  4 17:39:34 2002  Owen Taylor  <otaylor@redhat.com>
1809
1810         * configure.in: If we have xft .pc file, use that
1811         when checking for Xft/Xrender. (Still need to separate
1812         out HAVE_XFT, HAVE_RENDER)
1813  
1814         * configure.in: Make sure Xft cflags come before X cflags.
1815  
1816 Tue Jun  4 21:13:57 2002  Kristian Rietveld  <kris@gtk.org>
1817
1818         * gtk/gtktreeview.[ch]: added gtk_tree_view_expand_to_path.
1819
1820 Tue Jun  4 19:24:41 2002  Kristian Rietveld  <kris@gtk.org>
1821
1822         Discussed in #76249.
1823
1824         * gtk/gtkliststore.[ch]: made gtk_list_store_remove return a gboolean,
1825         added gtk_list_store_iter_is_valid.
1826
1827         * gtk/gtktreestore.[ch]: made gtk_tree_store_remove return a gboolean,
1828         added gtk_tree_store_iter_is_valid.
1829
1830         * gtk/gtktreemodelsort.[ch]: added VALID_ITER macro as in liststore
1831         and treestore sources, added gtk_tree_model_sort_iter_is_valid.
1832         
1833 Tue Jun  4 19:18:20 2002  Kristian Rietveld  <kris@gtk.org>
1834
1835         * gtk/gtktreemodel.[ch]: add gtk_tree_model_get_string_from_iter
1836         (#74667).
1837
1838 2002-06-04  Daniel Elstner  <daniel.elstner@gmx.net>
1839
1840         [ merge from stable ]
1841
1842         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1843         Really fix #83796: Revert jrb's last patch, and move the second
1844         if-clause into the fist one's else-branch.  This is also what
1845         the other cell renderers do.
1846
1847 2002-06-03  Federico Mena Quintero  <federico@ximian.com>
1848
1849         * gdk/gdkpixbuf-drawable.c (rgb565msb): Fix the MSB -> MSB case.
1850         Fixes #79190.
1851
1852 Sat Jun  1 10:43:28 2002  Jonathan Blandford  <jrb@gnome.org>
1853
1854         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): 
1855         add missing flag, #83796
1856
1857 2002-05-30  Michael Meeks  <michael@ximian.com>
1858
1859         * gtk/gtkmenu.c (gtk_menu_popup): destroy the transfer
1860         window if the grab fails so we don't get events on this
1861         window after the menu is finalized with a duff GtkWidget
1862         pointer: #82366
1863
1864 Mon May 28 13:28:10  Shivram U  <shivaram.upadhyayula@wipro.com>
1865
1866         * gtk/gtktextbuffer.c (selection_data_get_buffer): Check if the owner
1867         got is of type GDK_WINDOW_FOREIGN. If so the owner is not in-process,
1868         and so return NULL.
1869
1870 2002-05-24  Michael Meeks  <michael@ximian.com>
1871
1872         * gtk/gtkmain.c (_gtk_find_module): don't leak the paths.
1873
1874 Thu May 30 07:59:38 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1875
1876         * gtk/gtkmenu.c (gtk_menu_style_set): add
1877         gtk_menu_style_set(). fixes #79345
1878
1879 2002-05-29  Dave Camp  <dave@ximian.com>
1880
1881         * gtk/gtkdnd.c (gtk_drag_end): Disconnect from keypress events.
1882
1883 2002-05-28  Matthias Clasen  <maclas@gmx.de>
1884
1885         * gtk/gtkwindow.c (gtk_window_move): Markup fixes
1886
1887         * gtk/gtkrc.c (gtk_rc_get_module_dir): Markup fixes.
1888         
1889         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_for_screen): Update docs
1890         for Docbook XML.
1891
1892 2002-05-27  Daniel Elstner  <daniel.elstner@gmx.net>
1893
1894         [ merge from stable ]
1895
1896         Fixes for #83190
1897
1898         * gtk/gtktreedatalist.h (_GtkTreeDataList::data): Add missing
1899         fields to anonymous union: glong, gulong, gint64 and guint64.
1900         This is an internal header file, so it should not affect ABI
1901         or API compatibility.
1902
1903         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
1904         Implement missing support for glong, gulong, gint64 and guint64
1905         fundamental types.  Use data.v_uint instead of data.v_int for
1906         G_TYPE_FLAGS, as GValue does.
1907         (_gtk_tree_data_list_value_to_node): ditto
1908         (_gtk_tree_data_list_node_copy): Add case labels for missing
1909         fundamental types, and reorder them to match the other functions.
1910         (gtk_tree_data_list_compare_func): Implement comparison for
1911         glong, gulong, gint64 and guint64.  Use g_value_get_enum()
1912         for G_TYPE_ENUM and g_value_get_flags() for G_TYPE_FLAGS, rather
1913         than accessing them as gint/guint.  The G_VALUE_HOLDS() check
1914         probably won't like this.
1915
1916 2002-05-24  Dave Camp  <dave@ximian.com>
1917
1918         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): 
1919         Built an iter directly instead of using
1920         gtk_tree_model_sort_elt_get_path(), since that returns a path for
1921         the child model.
1922
1923 2002-05-24  Dave Camp  <dave@ximian.com>
1924
1925         * gtk/gtktreemodelsort.c: Use indices[i] >= level->array->len
1926         rather than level->array->len > indices[i] in the bounds check.
1927
1928 2002-05-23  Tor Lillqvist  <tml@iki.fi>
1929
1930         * gtk-zip.sh.in: Use correct path to the loaders and immodules
1931         directories (GTK_BINARY_VERSION, not GTK_VERSION).
1932
1933 Wed May 22 16:12:38 2002  Owen Taylor  <otaylor@redhat.com>
1934
1935         * configure.in: Require autoconf-2.52 explicitely,
1936         since otherwise Debian will process it with 2.13 (ugh!).
1937
1938 Wed May 22 12:29:20 2002  Jonathan Blandford  <jrb@redhat.com>
1939
1940         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
1941         GTK_RESIZE_QUEUE setting.
1942
1943 Tue May 21 16:46:15 2002  Owen Taylor  <otaylor@redhat.com>
1944  
1945         * gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch): 
1946         Fix missing dereference. (HideToshi Tajima)
1947  
1948 Mon May 20 15:02:21 2002  Owen Taylor  <otaylor@redhat.com>
1949
1950         * gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima
1951         to handle Xlib internal connections. (#76681)
1952
1953 Mon May 20 12:59:14 2002  Owen Taylor  <otaylor@redhat.com>
1954
1955         * gtk/gtktooltips.c: Set the private LEAVE_PENDING
1956         flag to fix problem where with menu items with
1957         submenus, tooltips were getting stuck. (Effectively
1958         disables tooltips for menu items with submenus.)
1959         (Bug #75961, Soeren Sandmann)
1960
1961         * tests/testgtk.c: Set a tooltip on a menu item
1962         with a submenu.
1963
1964 Mon May 20 11:47:59 2002  Owen Taylor  <otaylor@redhat.com>
1965  
1966         * gtk/gtkplug.c: Undo an accidental revert of
1967         fixes of May 16. (Caught by Padraig O'Briain)
1968  
1969         * gtk/gtkctree.c (cell_size_request): Fix bug where
1970         size request for text cells was being overwritten.
1971         (#82264, Graham Swallow.)
1972
1973 2002-05-18  Matthias Clasen  <maclas@gmx.de>
1974
1975         * configure.in: Check for endianness. Sorry about REBUILD_PNGS...
1976
1977 Fri May 17 16:05:34 2002  Owen Taylor  <otaylor@redhat.com>
1978
1979         * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS
1980         definition that got accidentally removed.
1981
1982 Fri May 17 14:40:24 2002  Owen Taylor  <otaylor@redhat.com>
1983
1984         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
1985         Protect against reentrancy problems by emitting 
1986         ::preedit_changed at the end, fixing input context
1987         leak. (Yao Zhang)
1988
1989         * modules/input/gtkimcontextxim.c (status_window_free): 
1990         Patch from Federico Mena Quintero to fix problem where
1991         references to IMContextXIM were kept around after
1992         module was unloaded. (#77008)
1993
1994         * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize
1995         proxy window.
1996
1997 Fri May 17 13:56:23 2002  Owen Taylor  <otaylor@redhat.com>
1998  
1999         * gtk/gtkplug.c (gtk_plug_filter_func): Fix a missing
2000         unref in the local/passive case. (#82067, Michael
2001         Meeks)
2002  
2003         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Fix
2004         reference leak on the plug window.
2005  
2006         * tests/testsocket.c (add_child): Fix memory leak.
2007  
2008         * gtk/gtkdnd.c (gtk_drag_dest_site_destroy): Unref
2009         the proxy window.
2010  
2011 Thu May 16 19:49:24 2002  Owen Taylor  <otaylor@redhat.com>
2012  
2013         * gtk/gtkwindow.c (gtk_window_configure_event): Only 
2014         optimize out the full configure handling if we got
2015         a gratuitous configure event(configure_request_count == 0)
2016         and the size didn't change.
2017  
2018         * gtk/gtkwindow.c (gtk_window_move_resize): Use 
2019         g_message(), not g_print() for debug spew.b
2020  
2021         * gtk/gtkwindow.c (gtk_window_real_set_focus): Ref
2022         the old and new focus widgets for the scope of
2023         the function.
2024  
2025         * gtk/gtksocket.c gtkplug.c: Remove various #if 0'd
2026         bits of old code.
2027  
2028  Thu May 16 18:47:29 2002  Owen Taylor  <otaylor@redhat.com>
2029  
2030         * gtk/gtkwindow.c (gtk_window_show): Disable the
2031         focus-some-widget code for GtkPlug descendants.
2032  
2033         * gtk/gtkplug.c (gtk_plug_focus_event): Eat 
2034         focus-in/out events since they can be generated
2035         by keyboard grabs, but are spurious for an embeddded
2036         widget. (#79196, Padraig O'Briain)
2037  
2038         * gtk/gtksocket.c (gtk_socket_size_request): Only
2039         pay attention to the minimum size hints, and changes
2040         to that ... ignore the default size.
2041  
2042         * gtk/gtksocket.c (gtk_socket_send_configure_event):
2043         Pass in root-window relative coordinates as per
2044         the ICCCM.
2045  
2046         * gtk/gtksocket.c (gtk_socket_size_allocate): Send
2047         as many synthetic configures as necessary to make
2048         up for ConfigureRequest events we got. (#78799,
2049         Dave Camp.)
2050
2051 Thu May 16 23:59:56 2002  Kristian Rietveld  <kris@gtk.org>
2052
2053         Merged from gtk-2-0.
2054
2055         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): set the prev
2056         of the next node correctly, so we don't corrupt the list and cause
2057         bad things. (fixes #71374)
2058  
2059 Thu May 16 17:29:08 2002  Jonathan Blandford  <jrb@redhat.com>
2060
2061         * gtk/gtkrbtree.c (_gtk_rbtree_remove): include missing #ifdef G_ENABLE_DEBUG
2062
2063 Thu May 16 15:44:15 2002  Owen Taylor  <otaylor@redhat.com>
2064
2065         * demos/gtk-demo/editable_cells.c (cell_edited): Fix
2066         typo in earlier patch.
2067
2068 Tue May  7 15:50:51 2002  Owen Taylor  <otaylor@redhat.com>
2069
2070         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
2071         Don't filter control-shift+[non-hex]. 
2072         (#80252, reported by Nalin Dahyabhai)
2073
2074 Thu May 16 14:51:14 2002  Owen Taylor  <otaylor@redhat.com>
2075
2076         Fixes for #78258
2077
2078         * gtk/gtkrbtree.c demos/gtk-demo/editable-cells.c:
2079         Fix some 64-bit warning problems. (Patch from Matthias
2080         Clasen.)
2081         
2082         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew_helper): Surround
2083         a bunch of debug code with G_ENABLE_DEBUG.
2084
2085         * configure.in demos/gtk-demo/main.c: Replace
2086         #ifndef G_OS_WIN32 with proper #ifdef HAVE_FLOCKFILE.
2087
2088 Thu May 16 12:56:38 2002  Owen Taylor  <otaylor@redhat.com>
2089
2090         * gtk/gtkrange.c (gtk_range_calc_layout): Fix a missed
2091         check for division by zero. (#77820, Gareth Pearce)
2092
2093 Thu May 16 12:50:13 2002  Owen Taylor  <otaylor@redhat.com>
2094
2095         * gdk/x11/gdkevents-x11.c (gdk_xsettings_notify_cb):
2096         gdk_event_put() copies the event and setting name,
2097         so we don't have to strdup() it here. (Fix from
2098         Michael Meeks, #81953)
2099
2100 2002-05-16  Ettore Perazzoli  <ettore@ximian.com>
2101
2102         * gtk/gtkmenu.c (gtk_menu_paint): If the menu is scrolled down or
2103         up, and some of the widget area is empty, don't fill it in with
2104         GTK_SHADOW_IN rectangles that make it looks strange.  Fixes
2105         #72695.
2106
2107 Wed May 15 18:15:45 2002  Owen Taylor  <otaylor@redhat.com>
2108
2109         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Don't
2110         call gdk_pointer_grab() to change the cursor if we've
2111         already ungrabbed on button release / escape.
2112         (#80420, Dave Camp)
2113
2114 Wed May 15 17:12:50 2002  Owen Taylor  <otaylor@redhat.com>
2115
2116         * gtk/gtktooltips.c: Special case menu items to
2117         pop down on motion. (#75961)
2118
2119         * tests/testgtk.c (create_item_factory): Add tooltips
2120         to the File menu.
2121
2122         * gtk/gtkentry.c (update_im_cursor_location): Fix 
2123         cursor locations passed to the IM context.
2124         (#80027, Yao Zhang)
2125
2126 Wed May 15 16:52:57 2002  Owen Taylor  <otaylor@redhat.com>
2127
2128         * gtk/gtkfontsel.c: Update from contents of size entry
2129         on focus out. (#76493, Lauris Kaplinski)
2130
2131         * gtk/gtkclipboard.c (selection_get_cb): Fix backwads
2132         info/time arguments. (#80226)
2133
2134 Wed May 15 11:13:19 2002  Owen Taylor  <otaylor@redhat.com>
2135
2136         * configure.in gtk/stock-icons/Makefile.am: If not
2137         building libpng, don't rebuild gtkstockpixbufs.h
2138         (#81819, Bill Janssen)
2139
2140 2002-05-15  jacob berkman  <jacob@ximian.com>
2141
2142         * demos/gtk-demo/Makefile.am (demos.h): just run perl on the
2143         geninclude script manually
2144
2145 Tue May 14 19:53:15 2002  Owen Taylor  <otaylor@redhat.com>
2146
2147         * demos/gtk-demo/geninclude.pl.in configure.in:
2148         Subsitute in @PERL@ instead of hardcoded 
2149         /usr/bin/perl. (#78355, Gareth Pearce. Fix based
2150         on patch from Matthias Clasen)
2151
2152         * gdk/Makefile.am: Patch from Daniel Elstner to use glib-mkenums
2153         instead of makeenums.pl.
2154
2155         * gdk/{x11,linux-fb,win32}/Makefile.am: Hack to
2156         get gdkenumtypes.h built first.
2157
2158 Tue May 14 18:41:58 2002  Owen Taylor  <otaylor@redhat.com>
2159
2160         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
2161         Remove the result file on error. (#79929, David
2162         Highley)
2163
2164         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu):
2165         If the menu is currently active, cancel it before
2166         setting the new menu. (#79162, Jonathan Blandford.)
2167
2168 Tue May 14 18:13:10 2002  Owen Taylor  <otaylor@redhat.com>
2169
2170         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix
2171         prepending at the start of the list. (#56349,
2172         Thomas Leonard.)
2173
2174         * gtk/gtksignal.h (gtk_signal_disconnect_by_func): Add
2175         explicit casts to GSignalMatchType for C++ compatibility.
2176         (#77601)
2177
2178 Tue May 14 18:02:37 2002  Owen Taylor  <otaylor@redhat.com>
2179
2180         * gtk/gtkwindow.c (gtk_window_realize): Fix
2181         frame_right/frame_top screwup. (Detlef Reichl,
2182         #78111)
2183
2184         * gtk/Makefile.am (install-data-local): Use
2185         $(INSTALL_DATA) not $(INSTALL) when installing
2186         theme files. (#77094, Ben Liblit)
2187
2188 Tue May 14 17:30:57 2002  Owen Taylor  <otaylor@redhat.com>
2189
2190         * gtk/gtkctree.c gtk/gtkclist.c: Fix format of 
2191         selection data to be 8 rather than GTK_TYPE_POINTER.
2192         (#79751, James Henstridge)
2193         
2194         * gtk/gtkmenu.c (gtk_menu_key_press): Call 
2195         gtk_accelerator_valid() with cleaned up
2196         accel_key/accel_mods, not the raw values from
2197         the event. (#80513, Havoc Pennington.)
2198
2199         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Remove
2200         some dead code that set the tearoff window not 
2201         resizable and removed decorations. (#80235)
2202
2203 Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
2204
2205         * gtk/gtklabel.c (gtk_label_ensure_layout): Set
2206         the width of the layout to the actual wrap width 
2207         (our requisition) not the width we set when calculating
2208         the width. This results in the lines being justified
2209         within the correct area. (#79157, Anders Carlsson)
2210
2211         * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
2212         registered parameter types of "accel_activate" and 
2213         "accel_changed" signals. (Patch from Murray Cumming, #78798)
2214         
2215         * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
2216         binary-version and type to correspond to the 
2217         current ordering in _gtk_get_module_path.
2218         (#78746, Sergey Kuzminov) 
2219
2220         * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
2221         pointing to the GTK_PATH documentation.
2222
2223         * gtk/Makefile.am (uninstall-local): Delete 
2224         key themes as well. (#81286, Kristian Rietveld.)
2225
2226 Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
2227
2228         * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
2229         Add a sanity g_return_if_fail() check for the depths
2230         for the window and pixmap. (#79191, Shivaram Upadhyayula)
2231
2232 Tue May 14 15:09:33 2002  Owen Taylor  <otaylor@redhat.com>
2233
2234         * gdk/x11/gdkkeys-x11.c: Try adding a #ifndef/#define
2235         for XkbKeySymEntry to make up for OSF broken 
2236         XKB extension. (#77819, Gareth Pearce)
2237
2238         * gtk/gtklayout.c: Clamp the upper values in response
2239         to ::size-allocate if necessary. (#81290, Christophe Saout)
2240         
2241         * gtk/gtkcombo.c (gtk_combo_entry_focus_out): Handle
2242         combo being destroyed before idle fires.
2243         (#81396, Timo Sirainen)
2244
2245 Tue May 14 11:21:19 2002  Owen Taylor  <otaylor@redhat.com>
2246  
2247         * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
2248         Discard configure events from SubstructureNotify.
2249         (#81760, Rich Burridge)
2250  
2251         * gtk/gtkfontsel.c (cmp_families): Use g_utf8_strcoll(), not
2252         strcmp().
2253  
2254         * gtk/gtkmenuitem.c (gtk_menu_item_size_allocate): Clamp 
2255         width of child allocation to >= 1. (Fixes warnings from
2256         #77639, Martin Schulze)
2257         
2258 2002-05-14  Matthias Clasen  <maclas@gmx.de>
2259
2260         * gtk/gtkcontainer.c (gtk_container_class_install_child_property): 
2261         (gtk_container_class_find_child_property): 
2262         (gtk_container_class_list_child_properties): 
2263         * gtk/gtkwidget.c (gtk_widget_class_find_style_property): 
2264         (gtk_widget_class_list_style_properties): Change parameter names
2265         to match the header file and the documentation.
2266
2267 2002-05-13 Vitaly Tishkov <tvv@sparc.spb.su>
2268
2269         * gtk/gtkfilesel.c
2270         * gtk/gtkplug.c 
2271         * gtk/gtkwidget.c
2272         * gtk/gtkwindow.c
2273         a few typos in docs were fixed
2274
2275 2002-05-10  Daniel Elstner  <daniel.elstner@gmx.net>
2276
2277         [ merge from stable ]
2278
2279         * gtk/gtktreemodel.c: #define INITIALIZE_TREE_ITER(),
2280         which zeroes out all GtkTreeIter fields. (#81380)
2281         (gtk_tree_model_get_iter): Use it.
2282         (gtk_tree_model_iter_children): ditto
2283         (gtk_tree_model_iter_nth_child): ditto
2284         (gtk_tree_model_iter_parent): ditto
2285
2286 2002-05-08  Michael Natterer  <mitch@gimp.org>
2287
2288         * configure.in: fixed yesterdays fix for cross compiling: simply
2289         check the variable "cross_compiling" which gets set by autoconf.
2290
2291 Wed May  8 16:14:49 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2292
2293         * gtk/gtktreeview.c 
2294         (gtk_tree_view_init): set_redraw_on_allocate (FALSE);
2295         (gtk_tree_view_size_allocate): invalidate last column if width
2296         changed.
2297         (gtk_tree_view_bin_expose): skip over cells that aren't in
2298         event->region
2299
2300 Tue May  7 18:36:03 2002  Owen Taylor  <otaylor@redhat.com>
2301  
2302         * gdk/x11/xsettings-client.c (xsettings_client_process_event): 
2303         Check for selection_atom, not property name atom.
2304  
2305 2002-05-07  Michael Natterer  <mitch@gimp.org>
2306
2307         * configure.in: added a new conditional CROSS_COMPILING which
2308         indicates ($build != $host). If it is set, look for
2309         gdk-pixbuf-csource in PATH. Error out if it was not found.
2310
2311         * gtk/stock-icons/Makefile.am: use the gdk-pixbuf-csource found at
2312         configure time if CROSS_COMPILING is set, use the one which was
2313         just built otherwise.
2314
2315 2002-05-07  Anders Carlsson  <andersca@gnu.org>
2316
2317         * gdk/x11/xsettings-client.c (xsettings_client_process_event): 
2318         Only process manager events with the correct atom.
2319
2320 2002-05-07  Matthias Clasen  <maclas@gmx.de>
2321
2322         Fix for #79248:
2323         
2324         * gdk/x11/gdkwindow-x11.c (gdk_window_new): 
2325         (gdk_window_set_events): Always select for property notify for
2326         maintaining window state.
2327
2328         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Only propagate
2329         property notifys if they were selected by gdk_window_set_events.
2330
2331 Mon May  6 23:48:14 2002  Kristian Rietveld  <kris@gtk.org>
2332
2333         * gtk/gtktreeview.c (gtk_tree_view_map_expanded_rows_helper): call
2334         func on current node before the child nodes.
2335
2336 Mon May  6 23:17:42 2002  Kristian Rietveld  <kris@gtk.org>
2337
2338         * gtk/gtktreeview.c (gtk_tree_view_motion_draw_column_motion_arrow):
2339         unset user_data before destroying the window. (fixes #80065).
2340
2341 Mon May  6 12:17:14 2002  Owen Taylor  <otaylor@redhat.com>
2342
2343         * configure.in: Fix versioning to avoid changing the
2344         soname!
2345
2346         [ merge from stable ]
2347
2348         * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
2349
2350         * m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
2351         compiling "what went wrong" test case. (#79329)
2352
2353         * m4macros/gtk-2.0.m4: Remove reference to editing
2354         pkg-config script. (From Jim Gettys)
2355
2356 02-05-05  Matthias Clasen  <maclas@gmx.de>
2357
2358         * configure.in: Bump version to 2.1.0, binary, interface age 0.
2359
2360         * gtk/gtkcontainer.c (gtk_container_class_list_child_properties): 
2361         (gtk_container_class_find_child_property): Document.
2362
2363         * gtk/gtkwidget.c: 
2364         * gtk/gtkwidget.h: New functions gtk_widget_class_list_child_properties
2365         and gtk_widget_class_find_child_property.  (#80652)
2366         
2367 Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
2368
2369         * configure.in: Fix problem with == in test argument.
2370         (#80732, Hidetoshi Tajima)
2371
2372 Sun May  5 16:42:32 2002  Kristian Rietveld  <kris@gtk.org>
2373
2374         The "big treeview focus patch". Fixes several issues and adds some
2375         goodies. Related bugs: #73676, #73734, #78660.
2376
2377         * gtk/gtktreeview.h: add gtk_tree_view_set_cursor_on_cell
2378
2379         * gtk/gtktreeview.c (gtk_tree_view_button_press): focus on a cell
2380         if applicable,
2381         (gtk_tree_view_bin_expose): set_cell_data before iterating columns,
2382         add support for row-spanning focus rectangles,
2383         (gtk_tree_view_has_special_cell): new function,
2384         (gtk_tree_view_move_cursor_left_right): add support for multiple
2385         focusable cells in one column,
2386         (gtk_tree_view_set_cursor): call _set_cursor_on_cell now,
2387         (gtk_tree_view_set_cursor_on_cell): copy of _set_cursor, extended
2388         with focus_cell parameter,
2389         (gtk_tree_view_search_iter): removed unused column variable,
2390         (gtk_tree_view_start_editing): add neighbor size code to allow
2391         for multiple editable cells in one column.
2392
2393         * gtk/gtktreeviewcolumn.c (_GtkTreeViewColumnCellInfo): add
2394         in_editing_mode field,
2395         (gtk_tree_view_column_get_edited_cell): new function, removed
2396         _get_editable_cell,
2397         (_gtk_tree_view_column_get_cell_at_pos): new function,
2398         (gtk_tree_view_column_pack_end): s/g_new/g_new0/ ...,
2399         (gtk_tree_view_column_cell_process_action): loads of changes to get
2400         it right and to allow for multiple special cells, etc,
2401         (gtk_tree_view_column_cell_first): new function,
2402         (gtk_tree_view_column_cell_last): ditto,
2403         (gtk_tree_view_column_cell_next): ditto,
2404         (gtk_tree_view_column_cell_prev): ditto,
2405         (gtk_tree_view_column_cell_focus): add left and right parameters,       
2406         allow for multiple special cells,
2407         (gtk_tree_view_column_cell_is_visible): add assertion,
2408         (gtk_tree_view_column_focus_cell): new function,
2409         (gtk_tree_view_column_stop_editing): unset in_editing_mode flag,
2410         (_gtk_tree_view_column_get_neighbor_sizes): iterate through cells
2411         correctly
2412
2413         * gtk/gtktreeviewcolumn.h: add gtk_tree_view_column_focus_cell
2414
2415         * gtk/gtktreeprivate.h: s/_get_editable_cell/_get_edited_cell/, add
2416         _gtk_tree_view_column_get_cell_at_pos, add new parameters to
2417         _gtk_tree_view_column_cell_focus.
2418
2419         * tests/testtreeedit.c: add some cells in order to test new code.
2420
2421 Sun May  5 02:22:59 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2422
2423         * tests/test-images/*: image files for testing pixbuf loaders
2424         * tests/pixbuf-*.c: the old test-loaders.c split into four 
2425         different programs
2426         * tests/Makefile.am: add new pixbuf tests
2427
2428 2002-05-03 Erwann Chenede - <erwann.chenede@sun.com>
2429
2430         * gdk/x11/gdkvisual-x11.c:
2431         * gdk/x11/gdkwindow-x11.c:
2432         * gdk/x11/gdkdisplay-x11.[hc] (gdk_open_display) :
2433         Rationalized the screen initialization process,
2434         changed the GdkDisplayX11 screen list to an array.
2435         
2436         * gdk/x11/gdkscreen-x11.[hc] (_gdk_x11_screen_new) :
2437         Moved the xinerama init functions to gdkdisplay-x11.c to
2438         this file, create a single function to fully initialize
2439         a GdkScreen. #79981
2440         
2441 2002-05-03 Erwann Chenede - <erwann.chenede@sun.com>
2442   
2443         * gtk/gtkplug.[hc] (gtk_plug_construct_for_display):
2444         changed the order of the arguments. #80278
2445
2446 2002-05-02  Matthias Clasen  <maclas@gmx.de>
2447
2448         * gdk/gdkscreen.c (gdk_screen_get_monitor_at_window): Fix doc comment.
2449
2450         * gdk/x11/gdkdisplay-x11.c (gdk_open_display): 
2451         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_default): 
2452         * gdk/x11/gdkfont-x11.c (gdk_fontset_load_for_display): 
2453         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
2454         * gdk/x11/gdkfont-x11.c (gdk_font_load_for_display): 
2455         * gdk/x11/gdkscreen-x11.c (gdk_x11_screen_get_xscreen):
2456         * gdk/x11/gdkscreen-x11.c (gdk_x11_screen_get_screen_number): 
2457         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_xdisplay): 
2458         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): Document.
2459
2460         * gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.
2461
2462         * gtk/gtkwidget.c (gtk_widget_class_init): Correct the
2463         composite_child blurb.   
2464
2465         * gtk/gtknotebook.c (gtk_notebook_set_show_border): Clarify docs.  (#73093)
2466
2467 2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
2468         
2469         * gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
2470         * gdk/gdkscreen.h :
2471         * gdk/x11/gdkscreen-x11.c :
2472         make gdk_screen_get_monitor_at_point cross platform instead
2473         of backend dependant. #80480
2474         * tests/testxinerama.c (main):
2475         changed the warning message.
2476         
2477 2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
2478
2479         * gdk/x11/gdkscreen-x11.c (gdk_screen_x11_get_root_window):
2480         removed unneeded ref. #79977
2481         * gdk/x11/gdkscreen-x11.[hc] (gdk_screen_use_virtual_screen):
2482         * gdk/x11/gdkdisplay-x11.c (check_*_xinerama):
2483         removed gdk_screen_use_virtual_screen function and 
2484         use_virtual_screen member variable from GdkScreenX11. #79957
2485         
2486 2002-05-02  Matthias Clasen  <maclas@gmx.de>
2487
2488         * gtk/gtktable.c (gtk_table_class_init): 
2489         * gtk/gtknotebook.c (gtk_notebook_class_init): 
2490         * gtk/gtkbox.c (gtk_box_class_init): Add nicks and blurbs for
2491         child properties.  (#57143)
2492
2493 2002-05-01 Erwann Chenede - <erwann.chenede@sun.com>
2494         
2495         * gdk/gdkpixmap.[hc] (gdk_pixmap_get_screen):
2496         * x11/gdkpixmap-x11.c:
2497         removed that function as gdk_drawable_get_screen
2498         does the job. #79964
2499
2500 2002-05-01 Erwann Chenede - <erwann.chenede@sun.com>
2501
2502         * gdk/gdkscreen.[hc] (gdk_screen_x11_get_monitor_at_window):
2503         remove virtualization and made it cross platform. #79961
2504         * gdk/x11/gdkdisplay-x11.c (check_solaris_xinerama):
2505         fixed initialization bugs.
2506         * gdk/x11/gdkscreen-x11.[hc] (gdk_screen_get_monitor_geometry):
2507         * tests/testxinerama.c:
2508         * gtk/gtkwindow.c (gtk_window_compute_configure_request):
2509         * gtk/gtkmenu.c (gtk_menu_position):
2510         take a GdkRectangle argument instead of returning 
2511         a GdkRectangle * and propagated the changes. #79974
2512         
2513 2002-05-01  Anders Carlsson  <andersca@gnu.org>
2514
2515         * gdk/x11/gdkevents-x11.c 
2516         (gdk_x11_screen_supports_net_wm_hint): Use the same
2517         key when setting and getting NetWmSupportedAtoms.
2518
2519 Tue Apr 30 18:42:25 2002  Owen Taylor  <otaylor@redhat.com>
2520
2521         * gtk/gtkwindow.c (gtk_window_set_screen): Make it
2522         work, even if the window is already realized or
2523         mapped.
2524
2525         * tests/testgtk.c: Erwann's multihead changes, slightly
2526         dumbed down. (Removed logic for pulling windows onto
2527         the current screen, people can click twice on the demo
2528         to destroy and create again.)
2529
2530         * tests/prop-editor.c: Set the screen on the property
2531         editor if the edited object is a widget.
2532
2533 2002-05-01  Matthias Clasen  <maclas@gmx.de>
2534
2535         * gtk/gtkcontainer.c (gtk_container_class_install_child_property):
2536         Improve a warning.
2537
2538         * gdk/linux-fb/gdkinput.c (gdk_device_get_axis): Remove a broken
2539         and redundant doc comment.
2540
2541 2002-04-30  Matthias Clasen  <maclas@gmx.de>
2542
2543         * gtk/gtkprogress.c (gtk_progress_class_init): 
2544         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): 
2545         * gtk/gtktexttag.c (gtk_text_tag_class_init): 
2546         * gtk/gtknotebook.c (gtk_notebook_class_init): Better blurbs,
2547         incorporating stuff from the doc templates.
2548
2549         * gtk/gtkplug.c (gtk_plug_construct): Fix docs.
2550
2551 Tue Apr 30 15:59:53 2002  Owen Taylor  <otaylor@redhat.com>
2552
2553         * tests/testmultiscreen.c: Multi-screen test case
2554         form multihead branch with a few cleanups. (Get rid
2555         of use of g_object_connect())
2556
2557         * tests/testmultidisplay.c: Multi-display test case
2558         from multihead branch with a few improvements.
2559         (Allow the other display name to be passed on
2560         the command line, use a GtkDialog to get more attractive
2561         spacing.)
2562
2563 Tue Apr 30 14:23:43 2002  Owen Taylor  <otaylor@redhat.com>
2564
2565         * gdk/x11/gdkdisplay-x11.c (gdk_open_display): fix
2566         problem with finalizing non-initialized fully display
2567         when failing to open display.
2568
2569         * tests/testxinerama.c: Xinerama test case from
2570         multihead branch, with some cleanups. (Start even
2571         if there is only one monitor, for one.)
2572
2573 Tue Apr 30 14:15:14 2002  Owen Taylor  <otaylor@redhat.com>
2574
2575         * gtk/gtkfilesel.c gtk/gtkselection.c: Doc fixes.
2576
2577 2002-04-30  Erwann Chenede - <erwann.chenede@sun.com>
2578
2579         * gdk/x11/gdkimage-x11.c : rationalized multihead code
2580         in _gdk_x11_copy_to_image. fixes #80256 and ungrab problems.
2581
2582 2002-04-30  Havoc Pennington  <hp@redhat.com>
2583
2584         * gtk/gtktextlayout.c (gtk_text_layout_real_free_line_data): use
2585         gtk_text_layout_invalidate_cache instead of cut-and-paste
2586         (gtk_text_layout_real_invalidate): always invalidate cache, even
2587         if the line has no stored line data. #78573
2588
2589         * gtk/gtktextview.c (gtk_text_view_get_iter_location): add call to
2590         gtk_text_view_ensure_layout, #77388
2591         (gtk_text_view_get_iter_at_location): ditto
2592         (gtk_text_view_get_line_yrange): ditto
2593         (gtk_text_view_get_line_at_y): ditto
2594
2595 2002-04-30  Havoc Pennington  <hp@redhat.com>
2596
2597         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): assign
2598         something to "prev" so that removing tag info succeeds.
2599         Part of #77301
2600
2601         * gtk/gtktextbtree.c (_gtk_text_btree_unref): reorder so that it
2602         unrefs the tag table first, so that the btree is in a consistent
2603         state when we're removing tags from it. 
2604
2605 Tue Apr 30 12:28:27 2002  Owen Taylor  <otaylor@redhat.com>
2606
2607         * gdk/gdkdisplay.c gdk/gdkpango.c gdk/gdkpixmap.c
2608         gdk/x11/gdkdisplay-x11.c gdk/x11/gdkevents-x11.c
2609         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkx.h: Doc fixes.
2610
2611 Tue Apr 30 11:37:09 2002  Owen Taylor  <otaylor@redhat.com>
2612
2613         * modules/input/gtkimcontextxim.c: Make multihead-safe;
2614         use a different IM context per display.
2615
2616         * configure.in acconfig.h: Add Xinerama checks from
2617         multihead branch, changing HAS_XINERAMA => HAVE_XINERAMA.
2618
2619         * gdk/x11/gdkdisplay-x11.c: HAS_XINERAMA => HAVE_XINERAMA.
2620
2621 2002-04-29  Alex Larsson  <alexl@redhat.com>
2622
2623         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
2624         Use tmp also if foreground is set.
2625
2626 Mon Apr 29 18:28:00 2002  Owen Taylor  <otaylor@redhat.com>
2627
2628         Integrate Erwann Chenede's multihead changes for the gtk/ directory.
2629
2630         * gtk/gtkclipboard.[ch]: Add gtk_clipboard_get_for_display(),
2631         make internals multihead aware.
2632
2633         * gtk/gtkcolorsel.[ch]: Add
2634         gtk_color_selection_set_change_palette_with_screen_hook () [ugh!]
2635         make up for non-multihead safety of
2636         gtk_color_selection_set_change_palette_hook()
2637
2638         * gtk/gtkinvisible.[ch] gtk/gtkmenu.[ch] gtkwindow.[ch]: Add
2639         gtk_{invisible,menu,window}_set_screen(); add "screen" properties
2640         for GtkWindow and GtkMenu.
2641
2642         * gtk/gtkplug.[ch]: Add gtk_plug_construct_for_display(),
2643         gtk_plug_new_for_display(). Multihead fixes.
2644
2645         * gtk/gtkselection.[ch]: Add gtk_selection_owner_set_for_display(),
2646         make internals multihead aware.
2647
2648         * gtk/gtksettings.[ch]: Add gtk_settings_get_for_screen(), get
2649         rid of now-useless gtk_settings_constructor().
2650
2651         * gtk/gtkstyle.[ch]: Add gtk_style_get_font_for_display(), fix
2652         check/radio button indicators bitmap handling to be multihead
2653         safe.
2654
2655         * gtk/gtkwidget.[ch]: Add gtk_widget_get_screen(), gtk_widget_has_screen(),
2656         gtk_widget_get_display(), gtk_widget_get_clipboard(),
2657         gtk_widget_get_root_window().
2658         
2659         * gtk/gtkbindings.c gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkcombo.c
2660         gtk/gtkctree.c gtk/gtkdnd.c gtk/gtkfilesel.c gtk/gtkgamma.c
2661         gtk/gtkhandlebox.c gtk/gtkhsv.c gtk/gtkimcontext.c gtk/gtklabel.c
2662         gtk/gtklist.c gtk/gtkmain.c gtk/gtkmenuitem.c gtk/gtkmenushell.c
2663         gtk/gtknotebook.c gtk/gtkoldeditable.c gtk/gtkoptionmenu.c
2664         gtk/gtkpaned.c gtk/gtkpreview.c gtk/gtksocket.c gtk/gtktext.c
2665         gtk/gtktextbuffer.c gtk/gtktextview.c gtk/gtktipsquery.c
2666         gtk/gtktooltips.c gtk/gtktreeview.c gtk/gtktreeviewcolumn.c:
2667         misc mechanical multihead-safety fixes.
2668         
2669         * gtk/gtkclipboard.c: Use a GtkImage rather than a pixmap for
2670         the dropper, look up the color palette only at realization time,
2671         other multihead fixes.
2672
2673         * gtk/gtkcombo.c (gtk_combo_unrealize): Popdown the list when 
2674         unrealizing.
2675
2676         * gtk/gtkentry.c: Only claim ownership of the primary selection 
2677         when realized, misc multihead fixes.
2678
2679         * gtk/gtkfontsel.c: Only fill in fonts when attached to a screen,
2680         fix gtk_font_selection_get_font() for multihead.
2681
2682         * gtk/gtkgc.c: make the depth => drawable hash per-screen.
2683
2684         * gtk/gtkinvisible.c: Add a constructor that realizes the
2685         widget, so we get a realized widget with g_object_new() as
2686         well gtk_invisible_new() as before.
2687
2688         * gtk/gtkmain.c: Get rid of unused gtk_visual/gtk_colormap
2689         variables.
2690
2691         * gtk/gtktextdisplay.c: Add warnings if stipple bitmaps
2692         are used on the wrong screen.
2693
2694         * gtk/gtktoolbar.c: Make handling of GtkSettings-based layout
2695         read properties and connect to settings when the screen is changed,
2696         rather than on init/finalize.
2697
2698         * gtk/gtkwindow.c: Fix icon handing to be multihead safe ...
2699         default icon pixmaps/mask are only shared between windows on the 
2700         same screen. Misc multihead fixes.
2701
2702 Sat Apr 27 13:49:53 2002  Owen Taylor  <otaylor@redhat.com>
2703
2704         * gtk/gtkclipboard.c (gtk_clipboard_get_for_display):
2705         Update docs to reference GDK_SELECTION_CLIPBOARD rather GDK_NONE.
2706
2707 2002-04-29  Alex Larsson  <alexl@redhat.com>
2708
2709         * gdk/linux-fb/gdkproperty-fb.c (gdk_property_get):
2710         Fix silly bug, noticed by Sven Neumann.
2711
2712 Sun Apr 28 22:43:55 2002  Jonathan Blandford  <jrb@gnome.org>
2713
2714         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix
2715         so that you can set a new sort func.
2716
2717 2002-04-27  Anders Carlsson  <andersca@gnu.org>
2718
2719         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new_for_display): 
2720         Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since
2721         we pass in a GdkDisplay * in the macro.
2722
2723 2002-04-26  Anders Carlsson  <andersca@gnu.org>
2724
2725         * gdk/gdkdisplay.c: (gdk_set_default_display):
2726         Call _gdk_windowing_set_default_display.
2727         
2728         * gdk/gdkinternals.h:
2729         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_set_default_display):
2730         New function that sets gdk_display to the default display.
2731         Fixes #79965
2732         
2733 Fri Apr 26 21:58:16 2002  Kristian Rietveld  <kris@gtk.org>
2734
2735         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): if the
2736         deleted node was "below" this path, then do not unref all nodes
2737         between the deleted parent and the node this rowref is pointing too
2738         (see added comment in gtk_tree_row_ref_deleted_callback),
2739         (fixes #77977)
2740
2741 2002-04-26  Sven Neumann  <sven@gimp.org>
2742  
2743         * tests/testtreecolumns.c
2744         * tests/testtreeview.c: quit the main loop when the window is
2745         destroyed. Removed compiler warnings about wrong format in printf().
2746  
2747 Fri Apr 26 21:46:42 2002  Kristian Rietveld  <kris@gtk.org>
2748
2749         This commit fixes binary compatibility, which I broke with my
2750         recent cell renderer commits :/.
2751
2752         * gtk/gtkcellrenderer.h: move cell_background out of _GtkCellRenderer
2753
2754         * gtk/gtkcellrenderer.c: create GtkCellRendererInfo, with the
2755         cell_background field and use this as object data. This way we keep
2756         the field private and dont break ABI.
2757
2758         * gtk/gtkcellrendererpixbuf.h: remove stock_id, stock_size and
2759         stock_detail from _GtkCellRendererPixbuf
2760
2761         * gtk/gtkcellrendererpixbuf.c: create a GtkCellRendererPixbufInfo
2762         with above mentioned fields. And update everything.
2763
2764 Fri Apr 26 21:42:02 2002  Kristian Rietveld  <kris@gtk.org>
2765
2766         * gdk/x11/gdkdrawable-x11.h: include X11/Xlib.h, fixes the build
2767
2768 Fri Apr 26 10:34:15 2002  Owen Taylor  <otaylor@redhat.com>
2769
2770         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): Add
2771         missing gdkscreen/display-x11.h files.
2772
2773 Thu Apr 25 16:51:40 2002  Owen Taylor  <otaylor@redhat.com>
2774
2775         Start of integration of Erwann Chenede's multihead work
2776         from the gtk-multihead branch.
2777
2778         * gdk/gdkdisplay.[ch] gdk/gdkscreen.[ch]
2779         gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkscreen-x11.[ch]
2780         New classes representing a set of screens with attached
2781         input devices and a single contiguous area, respectively.
2782
2783         * gdk/gdk.[ch] gdk/gdkinternals.h gdk/x11/gdkmain-x11.c:
2784         gdk/x11/gdkprivate-x11.h: Make the initialization interface
2785         simple _gdk_windowing_init() and do the rest in
2786         gdk_open_display() calls.
2787
2788         * gdk/gdk.[ch]: Add gdk_parse_args() which can be used
2789         to do the display-independent part of initialization
2790         instead of gdk_init_[check].
2791
2792         * gdk/gdkcursor.h gdk/gdkfont.h gdk/gdkkeys.h gdk/gdkpixmap.h
2793         gdk/gdkproperty.h gdk/gdkselection.h gdk/gdkwindow.h:
2794         Add multihead variants (_for_display(), for_screen()) of functions
2795         getting information specific to a particular screen screen or
2796         display.
2797
2798         * gdk/gdkscreen.[ch]: Add gdk_screen__* variants of functions
2799         like gdk_rgb_get_colormap() that used to get/list global
2800         objects.
2801
2802         * gdk/x11/gdkx.h: Add functions for converting GdkScreen
2803         and GdkDisplay into the X equivalents.
2804
2805         * gdk/x11/gdkwindow-x11.c: Removed gdk_window_xid_at_coords() 
2806         not in the headers and unused.
2807
2808         * configure.in gdk/x11/{gxid.c,gxid_lib.[ch],gdkinput-gxi.c}:
2809         Remove gxid support ... has not been tested for a long time...
2810         "xfree" support is more portable to non XFree86.
2811
2812         * gdk/**.h: Add a GDK_MULTIHEAD_SAFE define that can be
2813         used to turn off functions that are inherently non-multihead
2814         safe.
2815
2816         * gdk/**.c: add GDK_NOTE(multihead, ...) calls when functions
2817         are used in non-multihead-safe ways.
2818
2819         * gdk/*.c gdk/x11/*.c: Changes to make the internals of GDK
2820         multihead safe.
2821
2822 Thu Apr 25 23:49:01 2002  Kristian Rietveld  <kris@gtk.org>
2823
2824         Fixes #74206.
2825
2826         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_count_special_cells
2827
2828         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_has_editable_cell),
2829         (_gtk_tree_view_column_get_editable_cell): remove a space which made
2830         the code look ugly
2831         (_gtk_tree_view_column_count_special_cells): new function,
2832         (gtk_tree_view_column_cell_process_action): if there's only one
2833         activatable cell, the whole column will activate that renderer.
2834
2835 Thu Apr 25 23:36:55 2002  Kristian Rietveld  <kris@gtk.org>
2836
2837         * gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search
2838         dialog not scroll horizontally (prolly fixes #74806).
2839
2840 2002-04-25  Matthias Clasen  <maclas@gmx.de>
2841
2842         * gtk/gtkrange.c (gtk_range_calc_layout): Avoid a possible
2843         division by zero.  (#77820)
2844
2845 Thu Apr 25 20:24:37 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2846
2847         * gtk/gtkmenuitem.c (gtk_menu_item_size_allocate): use the child's
2848         requisition.height, not allocation.height, as width of submenu
2849         indicator. (#75948)
2850
2851 Thu Apr 25 00:26:34 2002  Kristian Rietveld  <kris@gtk.org>
2852
2853         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_reset_default_sort_func):
2854         resort if we're already in 'unsorted' state, and update the docs
2855
2856 2002-04-24  Matthias Clasen  <maclas@gmx.de>
2857
2858         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): Remove doc
2859         comment markers on freeform comments.
2860
2861 Wed Apr 24 17:34:16 2002  Kristian Rietveld  <kris@gtk.org>
2862
2863         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): temporarily set
2864         ->priv->edited_column to NULL. Pleas read the comment in this
2865         function for an explanation (fixes #79632).
2866
2867 2002-04-23  Matthias Clasen  <maclas@gmx.de>
2868
2869         * gtk/gtktextview.c (gtk_text_view_buffer_to_window_coords): 
2870         (gtk_text_view_window_to_buffer_coords): Improve docs.  (#62359)
2871
2872 Tue Apr 23 18:35:34 2002  Kristian Rietveld  <kris@gtk.org>
2873
2874         This commit adds a cell_background property for cell renderers. With
2875         this property you can make your TreeView look incredibly ugly.
2876
2877         * gtk/gtkcellrenderer.c: add cell_background, cell_background_gdk and
2878         cell_background_set properties,
2879         (set_cell_bg_color): new function,
2880         (gtk_cell_renderer_get_property), (gtk_cell_renderer_set_property):
2881         support for new properties,
2882         (gtk_cell_renderer_render): render a background when set.
2883
2884         * gtk/gtkcellrenderer.h: add cell_background_set and cell_background
2885         fields.
2886
2887         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
2888         when rendering, pass in just the background_area of the cell and not
2889         the background_area of the entire column.
2890
2891 2002-04-22  Anders Carlsson  <andersca@gnu.org>
2892
2893         * gtk/gtkentry.c (gtk_entry_drag_data_get): Use 
2894         gtk_entry_get_public_chars. 
2895         Fixes #79532 (Reported by Ovidiu Gheorghioiu).
2896
2897 Mon Apr 22 19:24:29 2002  Kristian Rietveld  <kris@gtk.org>
2898
2899         This commit adds stock icon functionality to GtkCellRendererPixbuf
2900         which is totally cool.
2901
2902         * gtk/gtkcellrendererpixbuf.h: add some fields
2903
2904         * gtk/gtkcellrendererpixbuf.c: add finalize method, add some
2905         properties, add some stock icon rendering code.
2906
2907         * demos/gtk-demo/stock_browser.c: modified to use the stock
2908         icon stuff in the cellrendererpixbuf instead of its own stock icon
2909         rendering code.
2910
2911 2002-04-21  Alexander Larsson  <alla@lysator.liu.se>
2912
2913         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
2914         Save x and y in window_private.
2915
2916         * gtk/gtkplug.c (_gtk_plug_add_to_socket):
2917         Move plug window outside the visible area to avoid flashing until
2918         the first size_allocate.
2919
2920 2002-04-21  Matthias Clasen  <maclas@gmx.de>
2921
2922         * gtk/gtktextiter.c (gtk_text_iter_forward_search): More verbose
2923         description of match_start and match_end return values.  (#57929)
2924
2925         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
2926         * gtk/gtktreeview.c (_gtk_tree_view_column_autosize): Remove doc
2927         comment markers on freeform comments.
2928
2929         * gtk/gtktreemodelsort.c
2930         (gtk_tree_model_sort_convert_path_to_child_path): Doc fixes. (#68404)
2931
2932 Sat Apr 20 21:15:11 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2933
2934         * gtk/gtkmenuitem.c: add "selected_shadow_type" style property
2935
2936 Sat Apr 20 12:07:14 2002  Owen Taylor  <otaylor@redhat.com>
2937
2938         * gtk/gtkwidget.c (gtk_widget_modify_color_component): Accept
2939         NULL for color to mean "unmodify"
2940
2941         * gtk/gtkwidget.c (gtk_widget_modify_font): Accept NULL for
2942         font_desc to mean "unmodify".
2943
2944 Sat Apr 20 16:49:26 2002  Kristian Rietveld  <kris@gtk.org>
2945
2946         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_new): replace GDK_IS_WINDOW
2947         with GDK_IS_DRAWABLE in the assert, only check GDK_WINDOW_DESTROYED
2948         if window is a GdkWindow,
2949         (gdk_bitmap_create_from_data): ditto,
2950         (gdk_pixmap_create_from_data): ditto
2951
2952 Fri Apr 19 23:38:16 2002  Kristian Rietveld  <kris@gtk.org>
2953
2954         Fixes #50310.
2955
2956         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_autosize
2957
2958         * gtk/gtktreeview.c: privately export _gtk_tree_view_column_autosize,
2959         and add a small note about that function,
2960         (gtk_tree_view_button_press): check for double click and
2961         "not having an autosize" column before autosizing the column,
2962         
2963         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_min_width):
2964         call _gtk_tree_view_column_autosize to update autosized column width
2965         (gtk_tree_view_column_set_max_width): ditto
2966
2967 2002-04-20  Matthias Clasen  <maclas@gmx.de>
2968
2969         * TODO, TODO.xml, README.nanox, docs/Changes-1.2.txt,
2970         docs/Changes-2.0.txt, docs/gtk-config.txt, docs/debugging.txt,
2971         gdk/TODO: Remove some files whose content is either obsolete or
2972         has been moved elsewhere.
2973
2974         * Makefile.am, gtk+.spec.in, docs/Makefile.am: Remove references
2975         to these files.
2976         
2977 Fri Apr 19 21:31:04 2002  Kristian Rietveld  <kris@gtk.org>
2978
2979         * gtk/gtktreeview.c (gtk_tree_view_row_changed): cancel editing
2980         if tree_view->priv->edited_column != NULL (fixes #76066)
2981
2982 Fri Apr 19 21:06:39 2002  Kristian Rietveld  <kris@gtk.org>
2983
2984         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): subtract
2985         TREE_VIEW_HEADER_HEIGHT from allocation->height to get the real
2986         size for the tree (fixes #72729),
2987         (gtk_tree_view_real_start_editing): correct cell_area->y for
2988         scrolling due to gtk_tree_view_real_set_cursor (fixes #75687)
2989
2990 Fri Apr 19 16:30:09 2002  Kristian Rietveld  <kris@gtk.org>
2991
2992         * gtk/gtktreeprivate.h, gtk/gtktreeview.c: rename
2993         last_single_clicked{,_2} to last_button_press{,_2}, as the latter
2994         is a more sane name.
2995
2996         * gtk/gtktreeview.c (gtk_tree_view_button_press): use ->priv->anchor
2997         instead of ->priv->cursor, check for the anchor at another place, as
2998         you can go in edit mode without having an anchor.
2999
3000 2002-04-18  Matthias Clasen  <maclas@gmx.de>
3001
3002         * gtk/gtkitemfactory.c:
3003         * gtk/gtkiconfactory.c:
3004         * gtk/gtkwidget.c:
3005         * gtk/gtkstyle.c:
3006         * gtk/gtkrc.c:
3007         * gtk/gtktreeviewcolumn.c:
3008         * gtk/gtkdialog.c:
3009         * gtk/gtktreemodel.c: s/<!>/<!-- -->/g throughout the
3010         documentation to bring the produced Docbook closer to XML.
3011
3012 2002-04-18  Tor Lillqvist  <tml@iki.fi>
3013
3014         * gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib)
3015         * gdk/Makefile.am (uninstall-libtool-import-lib): Fix typo,
3016         thanks to David Sterba for noticing.
3017
3018         * gtk/gtkmain.h
3019         * gtk/gtkmain.c (gtk_init_abi_check, gtk_init_check_abi_check): In
3020         GTK+ 2.0 the GtkWindow struct actually is the same size in gcc on
3021         Win32 whether compiled with -fnative-struct or not. Unfortunately
3022         this wan't noticed until now. So, from now on, check some other
3023         struct, too, for which the use of -fnative-struct still
3024         matters. GtkBox is one such.
3025
3026 Thu Apr 18 00:23:31 2002  Kristian Rietveld  <kris@gtk.org>
3027
3028         * gtk/gtktreemodelsort.c
3029         (gtk_tree_model_sort_convert_path_to_child_path): so this function
3030         was completely broken. Fix it and improve readability.
3031
3032 2002-04-17  Anders Carlsson  <andersca@gnu.org>
3033
3034         * tests/testtreeedit.c (button_press_event): Add a small
3035         test case.
3036
3037 Wed Apr 17 00:21:36 2002  Kristian Rietveld  <kris@gtk.org>
3038
3039         * gtk/gtktreestore.c (gtk_tree_store_insert_before): fix docs
3040
3041 Tue Apr 16 17:28:21 2002  Kristian Rietveld  <kris@gtk.org>
3042
3043         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): check
3044         ->priv->cursor and ->priv->anchor rowrefs before removing
3045         node->children from the rbtree. Also check the
3046         ->priv->last_single_clicked and ->priv->last_single_clicked_2 rowrefs
3047         (I think I really need to rename those two someday).
3048
3049 Tue Apr 16 07:53:49 2002  Tim Janik  <timj@gtk.org>
3050
3051         * gtk/gtkmenu.c (gtk_menu_key_press): don't install/change accelerators
3052         from locked accel groups.
3053
3054         * gtk/gtkwidget.c (_gtk_widget_get_accel_path): export whether the
3055         accel path is from a locked accel group.
3056
3057 Mon Apr 15 15:41:56 2002  Jonathan Blandford  <jrb@redhat.com>
3058
3059         * gtk/gtkcontainer.c (gtk_container_focus): include internal
3060         children when doing focus.
3061         (gtk_container_get_all_children): new static function to include
3062         internal children when making a list of them.
3063
3064 Sun Apr 14 16:56:59 2002  Kristian Rietveld  <kris@gtk.org>
3065
3066         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_get_editable_cell and
3067         _gtk_tree_view_column_get_neighbor_sizes
3068
3069         * gtk/gtktreeviewcolumn.c (struct _GtkTreeViewColumnCellInfo): add
3070         real_width field,
3071         (_gtk_tree_view_column_get_editable_cell): implement,
3072         (gtk_tree_view_column_cell_process_action): fill info->real_width
3073         (_gtk_tree_view_column_get_neighbor_sizes): implement
3074
3075         * gtk/gtktreeview.c (gtk_tree_view_button_press): make the "editable
3076         widget" show up with the same size as the actual cell, so it doesnt
3077         cover the complete column if there are any other cells in that column.
3078
3079 2002-04-14  Abigail Brady  <morwen@evilmagic.org>
3080
3081         * gtk/gtkfilesel.c: Fix typo in message.
3082
3083 2002-04-13  Havoc Pennington  <hp@pobox.com>
3084
3085         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): create
3086         the target pixbuf AFTER filling in width/height, so that 
3087         passing in -1 for width/height will work.
3088         
3089 Sat Apr 13 22:49:45 2002  Kristian Rietveld  <kris@gtk.org>
3090
3091         Fixes #75510
3092
3093         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected): make this
3094         function work correctly and more sane
3095
3096         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): remove
3097         node->children from rbtree before emitting GtkTreeSelection::changed
3098
3099 Sat Apr 13 17:15:12 2002  Kristian Rietveld  <kris@gtk.org>
3100
3101         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_init): dont set
3102         the mode to GTK_CELL_RENDERER_MODE_EDITABLE by default,
3103         (gtk_cell_renderer_text_class_init): for some reason our default for
3104         editable was TRUE, of course this is FALSE.
3105         (gtk_cell_renderer_text_set_property): update mode when editable
3106         has been changed.
3107
3108 2002-04-12  jacob berkman  <jacob@ximian.com>
3109
3110         * gdk/x11/xsettings-client.c (fetch_card8): fix cut-n-paste bug
3111         which breaks big-endian machines (fixes #73585)
3112
3113 2002-04-12  Havoc Pennington  <hp@redhat.com>
3114
3115         * gtk/gtknotebook.c (gtk_notebook_real_remove): relocate the
3116         remove_weak_pointer to just before we free the page, to be sure 
3117         it doesn't get re-added. #75282
3118
3119 Fri Apr 12 18:32:46 2002  Kristian Rietveld  <kris@gtk.org>
3120
3121         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): add
3122         clamp_node argument
3123         (toplevel): update usages of gtk_tree_view_real_set_cursor,
3124         (gtk_tree_view_focus_to_cursor): don't let
3125         gtk_tree_view_real_set_cursor clamp the node, so you won't get
3126         unexpected scrolling
3127
3128 2002-04-11  Michael Meeks  <michael@ximian.com>
3129
3130         * gtk/gtklabel.c
3131         (gtk_label_parse_uline, gtk_label_set_text),
3132         (gtk_label_set_text_with_mnemonic): add freeze / thaws
3133         to stop deluge of 'notify' signals.
3134
3135 Sat Apr  6 06:57:00 2002  Owen Taylor  <otaylor@redhat.com>
3136
3137         * gtk/gtkmenushell.[ch] gtk/gtkmenuitem.c: Export
3138         private _gtk_menu_shell_activate() to encapsulate
3139         cut-and-paste code.
3140
3141         * gtk/gtkmenubar.c: Select the first item on the menu bar
3142         for F10 rather than acting as if the user pressed <Alt>F
3143         to select the file manager.
3144
3145 Tue Apr  9 19:01:28 2002  Owen Taylor  <otaylor@redhat.com>
3146
3147         Fix problems with HandleBox and focusing - #78232
3148
3149         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Handle
3150         GtkHandleBox / GnomeDock style window heirarchy / widget
3151         heirarchy disconnects. :-(. 
3152
3153         * gtk/gtkcontainer.c: Handle failures from
3154         gtk_widget_translate_coordinates (Focusing is not right, but at
3155         least it doesn't go into infinite loops.)
3156
3157 Tue Apr  9 18:34:58 2002  Owen Taylor  <otaylor@redhat.com>
3158
3159         * gtk/gtkcontainer.c (_gtk_container_queue_resize): Always
3160         set the ALLOC_NEEDED and REQUEST_NEEDED flags up the hierarchy,
3161         even if we aren't currently in a resize container... we need
3162         this to properly handle size changes to widgets that are
3163         being moved from one heirarchy to another. (#78226)
3164
3165 Tue Apr  9 21:41:24 2002  Kristian Rietveld  <kris@gtk.org>
3166
3167         Fixes #78110
3168
3169         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
3170         add override_browse_mode argument and implement,
3171         (gtk_tree_selection_unselect_path): always unselect the path,
3172         (toplevel): update uses of _gtk_tree_selection_internal_select_node
3173
3174         * gtk/gtktreeview.c: update uses of
3175         _gtk_tree_selection_internal_select_node
3176
3177         * gtk/gtktreeprivate.h (_gtk_tree_selection_internal_select_node):
3178         update prototype
3179
3180 Tue Apr  9 21:39:44 2002  Kristian Rietveld  <kris@gtk.org>
3181
3182         Fixes #77862
3183
3184         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_has_editable_cell
3185
3186         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_has_editable_cell):
3187         new function
3188
3189         * gtk/gtktreeview.c (gtk_tree_view_button_press): send cell event
3190         on first click when cell isn't editable
3191
3192 Tue Apr  9 21:37:31 2002  Kristian Rietveld  <kris@gtk.org>
3193
3194         * gtk/gtktreedatalist.c (_gtk_tree_data_list_check_type): add some
3195         types which were missing and useful to use (fixes #77870)
3196
3197 2002-04-09  Anders Carlsson  <andersca@gnu.org>
3198
3199         * gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
3200
3201 2002-04-08  Manish Singh  <yosh@gimp.org>
3202
3203         * tests/testgtk.c: really revert testgtk.c
3204
3205 Mon Apr  8 20:28:54 2002  Kristian Rietveld  <kris@gtk.org>
3206
3207         * gtk/gtktreeselection.c (gtk_tree_selection_select_path),
3208         (gtk_tree_selection_unselect_path),
3209         (gtk_tree_selection_path_is_selected): check the return value of
3210         _gtk_tree_view_find_node and return if it's TRUE. This makes those
3211         functions work somewhat saner on non-expanded trees.
3212
3213 Fri Apr  5 18:28:56 2002  Kristian Rietveld  <kris@gtk.org>
3214
3215         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): free
3216         anchor row reference after unselecting the selection (fixes #76272)
3217
3218 Fri Apr  5 18:27:48 2002  Kristian Rietveld  <kris@gtk.org>
3219
3220         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): only return
3221         when we don't have to open all children (fixes #75736)
3222
3223 Fri Apr  5 18:24:24 2002  Kristian Rietveld  <kris@gtk.org>
3224
3225         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear): unref
3226         cellrenderer after clearing the attributes of the renderer (fixes
3227         #75592)
3228
3229 Fri Apr  5 05:55:14 2002  Jonathan Blandford  <jrb@gnome.org>
3230
3231         * gtk/gtktreeview.c (gtk_tree_view_grab_focus): implement.
3232           (gtk_tree_view_move_cursor_up_down): check for focus
3233           (gtk_tree_view_move_cursor_page_up_down): ditto
3234           (gtk_tree_view_move_cursor_left_right): ditto
3235           (gtk_tree_view_move_cursor_start_end): ditto
3236           (gtk_tree_view_real_select_all): ditto
3237           (gtk_tree_view_real_unselect_all): ditto
3238           (gtk_tree_view_real_select_cursor_row): ditto 
3239           (gtk_tree_view_real_toggle_cursor_row): ditto
3240           (gtk_tree_view_real_expand_collapse_cursor_row): ditto
3241           (gtk_tree_view_real_select_cursor_parent): ditto
3242           (gtk_tree_view_real_start_interactive_search): ditto
3243
3244         * gtk/gtktreeviewcolumn.c: grab focus
3245
3246 2002-04-05  Alex Larsson  <alexl@redhat.com>
3247
3248         * gdk/linux-fb/gdkkeyboard-fb.c (write_string):
3249         Fix undefined variable typo.
3250         Patch from Simon Floery <simon.floery@gmx.at>
3251
3252 Fri Apr  5 01:06:15 2002  Tim Janik  <timj@gtk.org>
3253
3254         * gdk/x11/gdkwindow-x11.c (set_text_property): fix segfault
3255         upon NULL return from gdk_utf8_to_string_target().
3256
3257         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_string_target): fix
3258         return value comment to mention NULL returns upon EMFILE.
3259
3260 Thu Apr  4 22:35:42 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
3261
3262         * tests/testgtk.c (menu_items): revert accidentally commited
3263         change to testgtk.c
3264
3265 Thu Apr  4 22:28:08 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
3266
3267         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem with menu
3268         titles being clipped (#75948)
3269         
3270 2002-04-04  Tor Lillqvist  <tml@iki.fi>
3271
3272         * gdk/gdkrgb.c: Fix some bugs, and introduce a minor feature.
3273
3274         (gdk_rgb_convert_4_pack): New function, for 16-color (4 bits per
3275         pixel) static visuals (fixes #858).
3276
3277         (gdk_rgb_convert_gray4_pack, gdk_rgb_convert_gray4_d_pack): Fix
3278         same bugs in both functions: Odd start coordinate (partial byte)
3279         was not handled correctly. Also a partial final byte was not
3280         handled correctly.
3281
3282         (gdk_rgb_do_colormaps): Use G_N_ELEMENTS.
3283         (gdk_rgb_create_info): For pseudocolor visuals, use the 2x2x2
3284         colorcube only for depths 3 and 4. For static color, use it for
3285         depths 3..7 like before. (Depth 5..7 pseudocolor probably never
3286         occurs on X11. It doesn't normally occur on Win32 either, but
3287         there is experimental code in gdkvisual-win32.c to let the user
3288         restrict the size of palette used.)
3289         (gdk_rgb_init): Set gdk_rgb_verbose if the GDK_DEBUG_GDKRGB flag
3290         is set.
3291         (gdk_rgb_select_conv): Use gdk_rgb_convert_8 also for depths 5, 6
3292         and 7 (see above). Use gdk_rgb_convert_4_pack for 4 bits per pixel
3293         static color.
3294
3295 Tue Apr  2 11:10:13 2002  Jonathan Blandford  <jrb@redhat.com>
3296
3297         * gtk/gtkliststore.c (gtk_list_store_set_sort_func): set the
3298         sort_func correctly, 77030
3299
3300 Tue Apr  2 13:44:27 2002  Tim Janik  <timj@gtk.org>
3301
3302         * configure.in: update version to 2.0.2, binary age 2, interface
3303         age 2.
3304
3305         * NEWS: updates for 2.0.2.
3306
3307 Mon Apr  1 22:20:24 2002  Kristian Rietveld  <kris@gtk.org>
3308
3309         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): add
3310         check for y > tree_view->priv->height (fixes #76974)
3311
3312 Mon Apr  1 22:19:39 2002  Kristian Rietveld  <kris@gtk.org>
3313
3314         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): get
3315         the stamp changes right this time
3316
3317 Mon Apr  1 22:13:24 2002  Kristian Rietveld  <kris@gtk.org>
3318
3319         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): only
3320         disconnect the ref callbacks when model == proxy (Thanks go to
3321         Manuel Clos Crespo for the remote debugging)
3322
3323 Sat Mar 30 15:19:24 2002  Kristian Rietveld  <kris@gtk.org>
3324
3325         * gtk/gtktreemodelsort.c: revert the latest stamp increment changes,
3326         as it broke stuff for trees
3327
3328 Fri Mar 29 18:15:12 2002  Owen Taylor  <otaylor@redhat.com>
3329
3330         * ===== Released 2.0.1 ======
3331
3332 Fri Mar 29 18:09:18 2002  Owen Taylor  <otaylor@redhat.com>
3333
3334         * gtk/gtkaccelgroup.c (gtk_accel_group_query): Call 
3335         gdk_keyval_to_lower() on the key passed in, since we
3336         lowercase all other key vals passed in, so querying
3337         keyvals will otherwise fail if the caller used
3338         an uppercase accelerators (#76899, Vitaly Tishkov)
3339
3340 Fri Mar 29 17:41:21 2002  Owen Taylor  <otaylor@redhat.com>
3341
3342         * gtk/gtkmain.c (load_modules): Fix screwup in handling
3343         of module path that was resulting in freed memory being
3344         accessed when both GTK_MODULES and a theme were set.
3345         (#76902, Johan Dahlin)
3346
3347 Fri Mar 29 17:57:36 2002  Owen Taylor  <otaylor@redhat.com>
3348
3349         * gtk/gtkiconfactory.c (get_default_icons): Fix wrong
3350         stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
3351
3352 2002-03-29  Hans Breuer  <hans@breuer.org>
3353
3354         * gtk/gtkmain.h : fix typo in gtk_init_check macro, which
3355         caused crashes if argc != 0
3356
3357         * gtk/stock-icons/makefile.msc : added new icons
3358
3359 Fri Mar 29 20:17:35 2002  Kristian Rietveld  <kris@gtk.org>
3360
3361         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3362         remove call to gtk_tree_model_sort_increment_stamp
3363         (gtk_tree_model_sort_sort_level): always increment the stamp
3364
3365 Fri Mar 29 00:19:41 2002  Owen Taylor  <otaylor@redhat.com>
3366
3367         * NEWS: Updates
3368
3369         * configure.in: Version 2.0.1, binary, interface age 1.
3370
3371         * configure.in (GDK_PIXBUF_VERSION): Up required versions
3372         of dependencies.
3373
3374         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am:
3375         Add stock_add/remove_16.
3376
3377 Thu Mar 28 18:38:30 2002  Owen Taylor  <otaylor@redhat.com>
3378
3379         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): 
3380         Don't show the window unless the widget is mapped.
3381         (#76742, Dennis Björklund, Soeren Sandmann)
3382
3383 2002-03-29  Hans Breuer  <hans@breuer.org>
3384
3385         Fixed dashed line issues (#74441) to an IMO reasonable extend. 
3386         That is: use PS_USERSTYLE on WinNT (the next GDI limit appears
3387         to be with lines width > 50); Render horizontal and vertical
3388         dashed lines on Win9x 'by hand'. Dotted selection rectangles 
3389         and Dia look nice ...
3390
3391         * gdk/win32/gdkprivate-win32.h : add pen_dashes pointer and
3392         num_pen_dashes to _GdkGCWin32
3393         * gdk/win32/gdkgc-win32.c : initialize pen_dashes and remove
3394         the guesses from dashes to windoze line styles.
3395         (predraw_set_forground) : always ExtCreatePen (PS_SOLID) on
3396         Win9x, which does not support PS_USERSTYLE.
3397         * gdk/win32/gdkdrawable-win32.c : new functions render_line_
3398         <horizontal|vertical>. Use them if not running on NT in
3399         gdk_win32_draw_<rectangle|segments|lines> ()
3400
3401         * gdk/win32/gdkkeys-win32.c (gdk_keyval_name) : return NULL
3402         for keyval == 0 to avoid to have zeros in all menu entries 
3403         without accelerator.
3404
3405 2002-03-29  Jakub Steiner <jimmac@ximian.com>
3406
3407         * gtk/stock-icons/stock_add_24.png:
3408         * gtk/stock-icons/stock_add_16.png:
3409         * gtk/stock-icons/stock_remove_24.png:
3410         * gtk/stock-icons/stock_remove_16.png: use a simple '+' and '-',
3411           works better. the old box was too clumsy
3412
3413 Thu Mar 28 21:11:04 2002  Tim Janik  <timj@gtk.org>
3414
3415         * gtk/gtkfilesel.c (open_new_dir): when encountering non-UTF-8 file
3416         names, alert the user with g_message() instead of g_warning() and
3417         put out the actual conversion error.
3418
3419 2002-03-28  Dave Camp  <dave@ximian.com>
3420
3421         * gtk/gtktreeview.c (install_scroll_sync_handler): Don't install
3422         the handler if the widget isn't realized.
3423
3424 2002-03-28  Jakub Steiner <jimmac@ximian.com>
3425
3426         * gtk/stock-icons/stock_font*:
3427         * gtk/stock-icons/stock_align*:
3428         * gtk/stock-icons/stock_text*: better solution to the dark theme
3429           problem. Also looks more pretty IMHO
3430
3431 2002-03-27  Matthias Clasen  <maclas@gmx.de>
3432
3433         * configure.in: Try to find libpng via pkg-config first,
3434         since libpng-1.2.2 will come with a .pc file.
3435
3436 Wed Mar 27 11:10:39 2002  Owen Taylor  <otaylor@redhat.com>
3437
3438         * gtk/gtknotebook.c (gtk_notebook_real_remove): Set
3439         page->last_focus_child to NULL as well as removing the
3440         weak reference, to deal with reentrancy in set_focus_child().
3441         (#76634, Dennis Björklund)
3442
3443 2002-03-27  Murray Cumming  <murrayc@usa.net>
3444  
3445         * gtk/gtktreeview.c: Corrected registered return type of
3446         "move-cursor" signal. Had to add a marshaller to 
3447         gtk/gtkmarshalers.list.
3448         
3449 Tue Mar 26 14:46:50 2002  Owen Taylor  <otaylor@redhat.com>
3450
3451         * gtk/gtkmenu.c (gtk_menu_popup): Shuffle the ordering around
3452         some more (position before realizing) fixing problems with 
3453         arrows popping up at the wrong time (#73386), hopefully not
3454         introducing other problems. (Reported by Ettore Perrazoli, others)
3455
3456 2002-03-26  Dave Camp  <dave@ximian.com>
3457
3458         * gtk/gtktreeview.c (gtk_tree_view_button_press): Free the path
3459         after calling gtk_tree_view_row_activated() rather than before.
3460
3461 2002-03-25  Sven Neumann  <sven@gimp.org>
3462
3463         * gtk/gtkrc.c (gtk_rc_parse_font_name): free the style's
3464         font_description before assigning a new one.
3465         (gtk_rc_parse_stock): always unref the created icon_set. #76289
3466         
3467 2002-03-25  Mark McLoughlin  <mark@skynet.ie>
3468
3469         * gtk/gtkbindings.c: (gtk_binding_entry_add_signal),
3470         kill code duplicated in gtk_binding_entry_add_signall.
3471
3472 Sun Mar 24 10:32:38 2002  Jonathan Blandford  <jrb@redhat.com>
3473
3474         * gtk/gtktreemodel.c (gtk_tree_path_copy): Make path arg const, #75653
3475
3476         * gtk/gtkfontsel.c (gtk_font_selection_show_available_styles): fix
3477         a warning
3478
3479         * gtk/gtktreeview.c (gtk_tree_view_button_press): remove the grab
3480         when we emit row_activated so that listeners of this signal can
3481         grab the mouse, #75629
3482
3483 2002-03-23  Havoc Pennington  <hp@pobox.com>
3484
3485         * gtk/gtktextlayout.c (gtk_text_layout_real_invalidate):
3486         invalidate the line containing start, even if the [start,end)
3487         range is empty (just invalidate [start,end], essentially).
3488         Partially fixes #72374
3489
3490 2002-03-23  Havoc Pennington  <hp@pobox.com>
3491
3492         * gtk/gtktextview.c (gtk_text_view_do_popup): end any selection in
3493         progress, patch from db@zigo.dhs.org, #74620
3494
3495 2002-03-23  Havoc Pennington  <hp@pobox.com>
3496
3497         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): extend
3498         selection for pageup/pagedown and ctrl+pageup/pagedown if 
3499         shift is held. more of #53934
3500
3501 2002-03-23  Havoc Pennington  <hp@pobox.com>
3502
3503         * gtk/gtktextview.c (gtk_text_view_destroy_layout): disconnect 
3504         layout handlers earlier in the function, to avoid possible
3505         reentrancy screwups
3506         (gtk_text_view_invalidate): Don't install idle handlers if 
3507         layout == NULL, otherwise we get problems during finalization 
3508         since clearing the buffer invalidates and puts the idle handlers
3509         back after we destroy the layout. #74660
3510         (gtk_text_view_ensure_layout): Install the validation handlers
3511         right after creating the layout.
3512
3513         * gtk/gtktexttagtable.c (foreach_unref): call
3514         _gtk_text_buffer_notify_will_remove_tag(), #75126
3515
3516 2002-03-22  Havoc Pennington  <hp@pobox.com>
3517
3518         * gdk/x11/gdkfont-x11.c (gdk_fontset_load): add more explanatory
3519         text to the error message about missing charsets, and use
3520         g_printerr() not g_warning() since this is typically not a
3521         programming error (we do not export any API to ask whether 
3522         a font set will have missing charsets so apps realistically can't 
3523         do anything other than try the gdk_fontset_load())
3524
3525         * gtk/gtktextview.c (gtk_text_view_key_press_event): return FALSE
3526         if the text view isn't editable and the user presses Return, 
3527         so default buttons and such can be activated, #74937
3528
3529         * gtk/gtktextbuffer.c (paste_from_buffer): don't insert 
3530         if the insertion point is not editable and the paste 
3531         is interactive, #74125
3532
3533         * gtk/gtkwindow.c (gtk_window_move_resize): enhance the #if 0
3534         debug spew
3535
3536         * gtk/gtktextbuffer.c (cut_or_copy): only remove the previous 
3537         cut/copied data right before replacing it, when we know we are
3538         going to replace it. Fixes #74049
3539
3540 2002-03-22  Richard Hult  <rhult@codefactory.se>
3541
3542         * gdk/gdkevents.c (gdk_event_get_root_coords): Fix typo, where x
3543         value was assigned to both x and y.
3544
3545 Fri Mar 22 11:29:11 2002  Owen Taylor  <otaylor@redhat.com>
3546
3547         Partial fix for problem where keypad keys acted
3548         as shift-arrows in an entry rather than arrows (#74327)
3549
3550         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Sort lookup
3551         results by number of modifiers in the entry. Fixes
3552         problem where if a key matched both modified and unmodified
3553         key bindings ... e.g., the distinguishing key binding
3554         was consumed, then it was random which was used. 
3555
3556         * gtk/gtkbindings.c (gtk_binding_entries_sort_patterns): 
3557         Catch the case where there are multiple entries from the
3558         same bindingset (with different modifiers), and use only
3559         the first entry, which, with the change in _gtk_key_hash_lookup()
3560         will be the preferred value.
3561
3562 Fri Mar 22 10:56:19 2002  Owen Taylor  <otaylor@redhat.com>
3563
3564         * gtk/gtkaccelmap.c (gtk_accel_map_save_fd): Fix memory
3565         leak. (#74400, Morten Welinder.)
3566
3567         * gtk/gtkaccelmap.c: Properly handle short returns from
3568         write() calls. (Handling EINTR isn't enough... that only
3569         handles the case where you were interrupted before you
3570         wrote a single byte.)
3571         
3572         * gdk/linux-fb/gdkmouse-fb.c gdk/linux-fb/gdkkeyboard-fb.c:
3573         Robustify against short returns from write() calls.
3574
3575 Fri Mar 22 10:12:10 2002  Owen Taylor  <otaylor@redhat.com>
3576
3577         * gtk/gtktextview.c (gtk_text_view_paint): Change
3578         G_BREAKPOINT() to g_assert_not_reached ().
3579         (#75865, Ashok Venkiteswaran)
3580         
3581 2002-03-22  Tor Lillqvist  <tml@iki.fi>
3582
3583         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Don't clear
3584         all of the pen_style, just the PS_STYLE_MASK. Seems to fix #74441,
3585         but that is just the special case of one-pixel wide one-pixel
3586         on-off dotted lines. To fully implement generic X11 style dashed
3587         lines a major rewrite would be needed.
3588
3589 2002-03-21  Matthias Clasen  <maclas@gmx.de>
3590
3591         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Trivial typo
3592         fix. (Vitaly Tishkov, #75726)
3593
3594 Thu Mar 21 10:04:05 2002  Owen Taylor  <otaylor@redhat.com>
3595
3596         * gdk/gdkwindow.c (gdk_window_real_get_depth): Remove
3597         some left over debugging code with a G_BREAKPOINT()
3598         in it.
3599
3600 Wed Mar 20 19:33:31 2002  Owen Taylor  <otaylor@redhat.com>
3601
3602         * gtk/gtkcalendar.c (gtk_calendar_main_button): When
3603         changing months when the user clicks on a prev-month
3604         or next-month day, focus and select the new day.
3605         Ignore double clicks on prev-month, next-month days.
3606         (Based on suggestions from Andras Salamon, #74173)
3607
3608         * gtk/gtkcalendar.c: Implement the focused/unfocused
3609         selected color change.
3610
3611 2002-03-20  Alex Larsson  <alexl@redhat.com>
3612
3613         Patches from Carlo E. Prelz <fluido@fluido.as>
3614         Now gtkfb at least compiles and mostly works. The keyboard
3615         stuff needs more loving.
3616         
3617         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_get_for_keyval,
3618         xlate_get_for_keycode, raw_get_for_keyval, raw_get_for_keycode):
3619         At least set the out parameters for these calls.
3620
3621         * gdk/linux-fb/gdkmain-fb.c:
3622         (gdk_pointer_grab_info_libgtk_only, gdk_keyboard_grab_info_libgtk_only):
3623         Implement new functions.
3624         
3625 Wed Mar 20 19:00:03 2002  Owen Taylor  <otaylor@redhat.com>
3626
3627         * gtk/gtkentry.c (gtk_entry_set_text): Short-circuit
3628         the text to the exact same thing, so we don't 
3629         unexpectedly change the selection or cursor position.
3630         (#74290, John Ellis.)
3631
3632 Thu Mar 21 00:05:14 2002  Kristian Rietveld  <kris@gtk.org>
3633
3634         * gtk/gtktreeview.c (gtk_tree_view_get_background_area),
3635         (gtk_tree_view_get_cell_area): fix logic (fixes #74235, #73593)
3636
3637 Wed Mar 20 17:11:51 2002  Owen Taylor  <otaylor@redhat.com>
3638
3639         * gtk/gtkrc.c: Patch from Richard Hestilow to fix
3640         gtk-font-name changes for widgets that get the actual
3641         default style. (#73709)
3642
3643 Wed Mar 20 22:59:23 2002  Kristian Rietveld  <kris@gtk.org>
3644
3645         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_set_fixed_height()
3646
3647         * gtk/gtktreeprivate.h: add fixed_height_check field
3648
3649         * gtk/gtktreeview.c (gtk_tree_view_init): initialize
3650         scroll_sync_timer and fixed_height_check
3651         (do_validate_rows): add fixed_height_check. If all validated rows
3652         in the first cycle have the same height, then we set that height for
3653         the entire tree. This is some sort of 'fake' optimization, but helps
3654         a lot for the common case. We keep validating the entire tree in
3655         the background though.
3656         (gtk_tree_view_set_model): reset fixed_height_check
3657
3658 Wed Mar 20 16:36:08 2002  Owen Taylor  <otaylor@redhat.com>
3659
3660         * gtk/*.c: Patch from Erwann Chenede, #73900 fixing
3661         a lot of warnings with Forte CC, mostly implicit
3662         casts between void * and function pointers.
3663         
3664         * gdk/gdkevents.c (gdk_event_get_state): GdkEventVisibility's
3665         state field is not a GdkModifierType. (Also #73900)
3666
3667 Wed Mar 20 12:35:22 2002  Owen Taylor  <otaylor@redhat.com>
3668
3669         * gtk/gtkwidget.c (gtk_widget_grab_default): Remove
3670         leftover notification of has-default. (#75508, Jacob
3671         Berkman.)
3672
3673 Wed Mar 20 12:27:07 2002  Owen Taylor  <otaylor@redhat.com>
3674
3675         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow
3676         arrow keys as accelerators, as long as some modifier
3677         is pressed. (#75495)
3678
3679         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Fix
3680         incorrect example in the docs.
3681
3682 Wed Mar 20 12:06:30 2002  Owen Taylor  <otaylor@redhat.com>
3683
3684         * gtk/gtkwidget.c (gtk_widget_set_child_visible):
3685         Fix segfault when widget->parent is NULL. 
3686         (#75615, Alexey A. Malyshev) 
3687
3688 Wed Mar 20 11:32:07 2002  Owen Taylor  <otaylor@redhat.com>
3689
3690         * gtk/gtkentry.c: Improve test to prevent infinite
3691         loop. (#74952, Thomas Leonard)
3692
3693         * gtk/gtkmenushell.c (gtk_real_menu_shell_cycle_focus):
3694         Fix warning when toplevel menu shell isn't a menu
3695         bar. (Thomas Leonard, #75602)
3696
3697 Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
3698
3699         * configure.in: Use $PKG_CONFIG, not pkg-config.
3700         (LEE Sau Dan, #75572)
3701
3702 Wed Mar 20 10:55:56 2002  Owen Taylor  <otaylor@redhat.com>
3703
3704         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix assignment
3705         of time in scroll events. (Sven Neumann, #75574)
3706
3707 2002-03-20  Tor Lillqvist  <tml@iki.fi>
3708
3709         * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window): Use
3710         gdk_window_get_toplevel(), as it is the top-level windows that are
3711         registered for DND.
3712
3713         * gdk/win32/gdkwin32.h: Don't include gdkinternals.h.
3714
3715 2002-03-19  jacob berkman  <jacob@ximian.com>
3716
3717         * gtk/gtkcombo.c (gtk_combo_find): fix infinite loop when
3718         gtk_combo_func() returns NULL (bug #75464)
3719
3720 2002-03-18  jacob berkman  <jacob@ximian.com>
3721
3722         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
3723         correct min/max values for the ratio property (fixes #75331)
3724
3725 Mon Mar 18 11:55:03 2002  Owen Taylor  <otaylor@redhat.com>
3726
3727         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
3728         Patch from Yao Zhang fixing reference count leak.
3729
3730         * gtk/gtkentry.c (gtk_entry_key_release): if (entry->editable),
3731         not if (!entry->editable).
3732
3733 Mon Mar 18 11:09:17 2002  Owen Taylor  <otaylor@redhat.com>
3734
3735         * gdk/x11/gdkwindow-x11.c (gdk_window_set_override_redirect): 
3736         Fix backwards conditional. (#75019, Dan Winship.)
3737
3738 Sun Mar 17 01:11:16 2002  Kristian Rietveld  <kris@gtk.org>
3739
3740         * gtk/gtktreeview.c (gtk_tree_view_size_request): use
3741         do_validate_rows instead of validate_rows_handler (fix by
3742         Mike Pieper, #74126)
3743
3744 Sat Mar 16 23:54:56 2002  Kristian Rietveld  <kris@gtk.org>
3745
3746         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_bit_gravity): just
3747         return when we have an input_only window (fix by Owen Taylor)
3748
3749         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add
3750         scroll_sync_timer
3751
3752         * gtk/gtktreeview.c (install_scroll_sync_handler): new function,
3753         (scroll_sync_handler): ditto,
3754         (gtk_tree_view_unrealize): take scroll_sync_timer into account
3755         (gtk_tree_view_row_deleted): install scroll_sync_timer instead of
3756         calling top_row_to_dy/dy_to_top_row directly
3757         -- this greatly speeds up clearing the model (#73199)
3758
3759         * gtk/gtktreemodelsort.c
3760         (gtk_tree_model_sort_convert_path_to_child_path): fix up this function,
3761         for some reason I really screwed it up (fixes #74663)
3762
3763 2002-03-16  Sven Neumann  <sven@gimp.org>
3764
3765         * configure.in (GDK_PIXBUF_DEP_CFLAGS) (GDK_PIXBUF_XLIB_DEP_CFLAGS) 
3766         (GDK_DEP_CFLAGS) (GTK_DEP_CFLAGS): include CFLAGS from gthread-2.0
3767         so that the libs work correctly in a threaded environment.
3768
3769 Fri Mar 15 12:51:42 2002  Jonathan Blandford  <jrb@redhat.com>
3770
3771         * gtk/gtktreeviewcolumn.c
3772         (gtk_tree_view_column_new_with_attributes): add example to docs,
3773         as people are seeming to have trouble with this function.
3774
3775 2002-03-15  Tor Lillqvist  <tml@iki.fi>
3776
3777         * configure.in: Set MATH_LIB to empty also on Win32.
3778
3779 Fri Mar 15 15:37:01 2002  Owen Taylor  <otaylor@redhat.com>
3780
3781         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
3782         Fix byte shift arithmetic for big-endian. (Tracked
3783         down with help from Tuomas Kuosmanen)
3784
3785 Fri Mar 15 11:28:41 2002  Jonathan Blandford  <jrb@redhat.com>
3786
3787         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
3788         make args const, 74159
3789         (gtk_tree_view_insert_column_with_attributes): ditto
3790
3791         * gtk/gtktreeviewcolumn.c
3792         (gtk_tree_view_column_cell_process_action): remov unused variables.
3793
3794 Fri Mar 15 13:31:51 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
3795
3796         * gtk/gtkmenu.c (gtk_menu_leave_notify): Fix test for "active
3797         submenu".
3798
3799 2002-03-15 Padraig O'Briain <padraig.obriain@sun.com>
3800
3801         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fudge keymap to have lower
3802         upper case variants if there is only a single keysym per keycode and
3803         the key symbol has upper and lower case variants (#74512)
3804
3805 Thu Mar 14 17:09:52 2002  Owen Taylor  <otaylor@redhat.com>
3806
3807         * gdk/gdkwindow.c (gdk_window_process_all_updates): Fix rather
3808         improbable reentrancy problem if a window is destroyed
3809         while updates are being processed on another window. (Noticed
3810         by Michael Meeks, #74708)
3811
3812 2002-03-14 Vitaly Tishkov <tvv@sparc.spb.su>
3813
3814         * gtk/gtktreemodelsort.c
3815         typo in docs for gtk_tree_model_sort_convert_iter_to_child_iter() fixed
3816
3817
3818 Thu Mar 14 11:17:18 2002  Owen Taylor  <otaylor@redhat.com>
3819
3820         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): When
3821         removing keys from the key hash, reinsert the right list
3822         back into the hash. (Dave Camp, #74571)
3823
3824 Wed Mar 13 17:17:40 2002  Owen Taylor  <otaylor@redhat.com>
3825
3826         * gtk/gtkobject.h: Remove left-over GTK_OBJECT_CONNECTED
3827         macro that was defined in terms of the now-gone GTK_CONNECTED
3828         flag. (Seth Burgess, #74028)
3829
3830 Wed Mar 13 17:11:10 2002  Owen Taylor  <otaylor@redhat.com>
3831
3832         * gtk/gtkaccelgroup.c (accel_group_weak_ref_detach): Unset 
3833         the acceleratable_groups qdata because qdata isn't removed
3834         on ->dispose but rather on ->finalize. (#74569, found
3835         by Matt Wilson.)
3836
3837 Tue Mar 12 23:14:23 2002  Jonathan Blandford  <jrb@redhat.com>
3838
3839         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
3840         cut-n-paste bug.
3841
3842 Sat Mar  9 18:23:25 2002  Richard Hestilow  <hestilow@ximian.com>
3843
3844         * gtk/gtkimage.c (gtk_image_set_from_filename): Allow NULL
3845         filenames.
3846         
3847 Tue Mar 12 10:50:09 2002  Owen Taylor  <otaylor@redhat.com>
3848
3849         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress):
3850         Fix incorrect return value, filter out returns of 0x7f for
3851         the delete key. (#74179, Kang Jeong-He)
3852
3853 Mon Mar 11 23:42:11 2002  Jonathan Blandford  <jrb@redhat.com>
3854
3855         * gtk/gtktreemodel.c (gtk_tree_model_foreach): fix totally broken
3856         foreach function.
3857
3858 2002-03-11  Matthias Clasen  <maclas@gmx.de>
3859
3860         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document
3861         gtk_{menu_item,widget}_set_accel_path() as the recommended API.  
3862         (#69244)
3863
3864 2002-03-11  James Henstridge  <james@daa.com.au>
3865
3866         * configure.in: set CCAS and CCASFLAGS to get automake 1.6
3867         compatibility without breaking things for people using 1.4.
3868
3869 Sun Mar 10 21:04:30 2002  Jonathan Blandford  <jrb@redhat.com>
3870
3871         * gtk/gtktreeview.c (gtk_tree_view_button_press): finally get the
3872         right behavior.
3873
3874 Mon Mar 11 01:25:14 2002  Kristian Rietveld  <kris@gtk.org>
3875
3876         * gtk/gtktreeview.c (gtk_tree_view_button_press): compare path with
3877         cursor path and not with the selected iter in the 'decide to edit'
3878         check
3879