]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-0
Clamp @max parameter passed in to [0, MAX_SIZE], improve docs. Fix default
[~andy/gtk] / ChangeLog.pre-2-0
1 Sat Mar  2 15:48:04 2002  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtkentry.c (gtk_entry_new_with_max_length,
4         gtk_entry_set_max_length): Clamp @max parameter passed in to 
5         [0, MAX_SIZE], improve docs. Fix default and range 
6         for ::max-length property, range for ::ncursor_position,
7         ::selection_bound properties. (#55916, Vitaly Tishkov)
8
9         * gtk/gtkmain.c (rewrite_event_for_grabs): Fix typo
10
11 Fri Mar  1 18:39:44 2002  Owen Taylor  <otaylor@redhat.com>
12
13         * gdk/x11/{gdkevents-x11.c,gdkmain-x11.c,gdkprivate-x11.h,
14         gdkwindow-x11.c}: Robustify tracking of pointer grab window.
15
16         * gdk/x11/gdkmain-x11.c: Keep track of current keyboard
17         grab window.
18
19         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab_info_libgtk_only,
20         gdk_keyboard_grab_info_libgtk_only): Private libgtk => libgtk
21         API for finding out current grab information.
22         
23         * gtk/gtkmain.c (rewrite_event_for_grabs): Rewrite events
24         so that the effective behavior of owner_events = TRUE is changed
25         to "deliver events to same window group normally" instead
26         of "deliver events to same application normally. #69934
27
28         * gtk/gtkrange.c: Use an explicit gtk_grab_add() so that
29         it works within the GtkList combo, where there is a 
30         owner_events = FALSE gdk_pointer_grab() already in effect.
31         (#65006, reported by Damon Chaplin)
32
33 Sat Mar  2 14:32:50 2002  Owen Taylor  <otaylor@redhat.com>
34
35         * configure.in: Default to --disable-gtk-doc (avoid Jade
36         breakage) and --disable-static (static linking causes
37         problems with Xft changes.)
38
39         * autogen.sh: Add --enable-gtk-doc by default.
40
41         * Makefile.am: Add a 'mydistcheck' rule that passes
42         --enable-gtk-doc to the configure since that is needed
43         for 'make dist'.
44
45         * docs/tutorial/Makefile.am (dist-hook): Don't distribute
46         the PDF file. (Rule doesn't work on my system, plus it's
47         big.)
48
49         * gtk/Makefile.am: 'make dist' fixes.
50
51 Sat Mar  2 13:26:58 2002  Owen Taylor  <otaylor@redhat.com>
52
53         * gtk/Makefile.am: Switch style of stamp file usage.
54
55         * gtk/Makefile.am gtk/typeutils.[ch]: Switch all the exported
56         enumeration/fags TYPE variables over to macros for get_type() functions,
57         for lazy definition and to get rid of expensive relocations.
58
59         * gtk/gtkiconfactory.[ch] gtk/gtkselection.[ch] gtk/gtkstyle.[ch]
60         gtk/gtktextiter.[ch] gtk/gtktexttag.[ch] gtk/gtktreemodel.[ch]
61         gtk/gtktypeutils.[ch] gtk/gtkwidget.[ch]: Switch boxed type
62         definitions over manually coded get_type() functions.
63
64         * gtk/gtk.def: Updates for above
65
66         * gtk/{genmarshal.pl,makeenums.awk,makeenums.h,maketypes.awk}:
67         Remove from CVS, no longer used.
68
69         * configure.in: Remove checks for awk.
70         
71 Sat Mar  2 04:44:10 2002  Tim Janik  <timj@gtk.org>
72
73         * gtk/gtkaccelgroup.c (gtk_accel_group_connect_by_path): fix typo.
74
75 Fri Mar  1 23:59:35 2002  Kristian Rietveld  <kris@gtk.org>
76
77         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size): set
78         first_cell to FALSE after first iteration
79
80         * gtk/gtktreeview.c (validate_visible_area): reduce usage of
81         GTK_RBNODE_GET_HEIGHT, check for node != NULL,
82         (gtk_tree_view_top_row_to_dy): remove call to gtk_adjustment_changed
83         (gtk_tree_view_search_iter): select iter after scrolling
84
85 2002-03-02  Tor Lillqvist  <tml@iki.fi>
86
87         * gtk/gtkitemfactory.c: Remove unneeded Win32 stuff inside #ifdef
88         G_OS_WIN32. (Leftover from when gtkitemfactory.c handled files.)
89
90 2002-03-01  Tor Lillqvist  <tml@iki.fi>
91
92         * gdk/gdkkeys.c (gdk_keyval_convert_case)
93         * gdk/x11/gdkkeys-x11.c (gdk_keyval_convert_case): If the keyval
94         to be converted is one of those that consist of a Unicode
95         character plus our special flag bit, use the
96         g_unichar_to{lower,upper} functions (Bug#73112).
97
98         * gdk/gdkkeys.c (gdk_keyval_convert_case): Drop the #ifdefs for
99         the GDK keysym symbols. As we include gdkkeysyms.h, we know they
100         are there. And if GDK keysyms some day are added/removed, this
101         function needs changes, too, anyway.
102
103 Fri Mar  1 17:00:28 2002  Owen Taylor  <otaylor@redhat.com>
104
105         * gdk/gdkpolyreg-generic.c: Fix some reported (but not significant)
106         UMR's from purify. (#73160, Morten Welinder)
107
108 Fri Mar  1 16:48:19 2002  Owen Taylor  <otaylor@redhat.com>
109
110         * gtk/gtkscrolledwindow.c: Initialize the scrollbar spacing
111         variable in the class to -1, and then take that to mean
112         "default" (3) rather than putting 3 in the class directly.
113         This gives us some wiggle room to make it a per-instance
114         rather than a per-class property later.
115
116 2002-03-01  jacob berkman  <jacob@ximian.com>
117
118         * Makefile.am (install-data-hook): 
119         (dist-hook): replace uses of test -e with more portable test -f
120
121 Fri Mar  1 14:49:35 2002  Owen Taylor  <otaylor@redhat.com>
122
123         * gtk/gtktextview.c (gtk_text_view_commit_text): Don't delete
124         forward across line boundaries when in overwrite mode.
125         (#73145, reported by Ettore Perazzoli)
126
127 Fri Mar  1 14:47:39 2002  Owen Taylor  <otaylor@redhat.com>
128
129         * gtk/gtktextview.c (gtk_text_view_commit_text): Don't
130         join up lines.
131
132 Fri Mar  1 10:31:14 2002  Owen Taylor  <otaylor@redhat.com>
133
134         * gtk/gtknotebook.c (gtk_notebook_reorder_child):
135         Fix signed-unsigned error that was accidentally causing
136         negative values to append, do it intentionally. Fix docs 
137         to say that negative values append. (Alexey A. Malyshev,
138         #73108) 
139
140 2002-03-01 Alexey Malyshev <maa@sparc.spb.su>
141         
142         * gtk+/gtk/gtkitemfactory.c
143         fixed a little type in docs for gtk_notebook_set_show_border()
144         
145 Fri Mar  1 09:05:19 2002  Owen Taylor  <otaylor@redhat.com>
146
147         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries):
148         Really make it work for paths with underline accelerators. (#69247)
149
150 2002-02-28  Havoc Pennington  <hp@pobox.com>
151
152         * gtk/gtktextview.c (gtk_text_view_finalize): free the tab array
153         for custom tabs, reported by Paolo Maggi #72980
154         
155 Thu Feb 28 19:55:01 2002  Owen Taylor  <otaylor@redhat.com>
156
157         * gdk/gdkkeys.c: include gdkkeysysms.h if
158         compiling gdk_keyval_convert_case.
159
160         * gtk/gtkmenubar.c (gtk_menu_bar_cycle_focus): Implement
161         <Control>Tab <Control><Shift>Tab to cycle between
162         all menu bars in a toplevel once one is up.
163
164         * tests/testgtk.c: Add a second menubar, this
165         example is already full of crack anyways.
166
167         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): Padd
168         unhandled events up to the parent menu shell.
169
170         * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): Only
171         pop up the menu if the parent menu shell is still active.
172
173         * gtk/gtkcontainer.[ch] (_gtk_container_focus_sort): Add a
174         old_focus argument, export privately.
175
176 2002-02-28  Darin Adler  <darin@bentspoon.com>
177
178         * gtk/gtkfilesel.c: (open_new_dir): Add missing NULL check.
179
180 2002-03-01  Tor Lillqvist  <tml@iki.fi>
181
182         * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32): Remove
183         the event_mask, it is now in GdkWindowObject.
184
185         * gdk/win32/gdkwindow-win32.c: Change accordingly. Set the
186         GDK_STRUCTURE_MASK in gdk_window_set_events(), as it is always set
187         in gdk_window_new(), too. (Bug#72921)
188
189         * gdk/win32/gdkevents-win32.c: Change accordingly here, too.
190         (vk_from_char): New function, calculates the virtual keycode
191         corresponding to the char in a WM_CHAR message.
192         (build_keypress_event, build_keyrelease_event): Use it.
193         (build_keypress_event): Call ImmReleaseContext() after using the
194         input context. This might plug a memory or resource leak.
195         (build_key_event_state): Remove #if 0 code.
196         (gdk_event_translate): Actually, it would be preferrable to always
197         handle just the WM_KEYDOWN and WM_KEYUP messages, not WM_CHAR at
198         all, and thus drop the contorted logic with ignore_wm_char etc.
199
200         * gdk/win32/gdkkeys-win32.c: (gdk_keymap_get_entries_for_keyval):
201         Debugging output.
202         (gdk_keymap_translate_keyboard_state): Return correct value. (But
203         _gtk_key_hash_lookup() doesn't check the return value...)
204
205 Thu Feb 28 14:49:08 2002  Owen Taylor  <otaylor@redhat.com>
206
207         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): Initialize
208         private->event_mask from attributes we retrieved for
209         the window.
210
211 2002-02-22  Havoc Pennington  <hp@redhat.com>
212
213         * gtk/gtktextbuffer.c (save_range): change gravity of start/end
214         marks so that text added at either end of the range doesn't end up
215         inside the range.
216         (gtk_text_buffer_real_insert_range): fix to handle pasting a range
217         into itself.
218
219 2002-02-28  Sven Neumann  <sven@gimp.org>
220
221         * configure.in: beautified configure --help output.
222
223 2002-02-28  Tor Lillqvist  <tml@iki.fi>
224
225         * gdk/win32/Makefile.am: Move bdfcursor.c from
226         libgdk_win32_la_SOURCES to EXTRA_DIST.
227
228         * gdk/win32/gdkgc-win32.c (gdk_win32_colormap_color_pack): In the
229         bitmap case, use just the LSB of the pixel value. Does this match
230         X11 semantics? Or should it be pixel!=0?
231
232 Wed Feb 27 19:16:50 2002  Owen Taylor  <otaylor@redhat.com>
233
234         * gdk/x11/gdkwindow-x11.c (gdk_window_new): 
235         * gdk/x11/gdkwindow-x11.c (gdk_window_get_events): 
236         * gdk/x11/gdkwindow-x11.c (gdk_window_set_events): 
237         * gdk/win32/gdkwindow-win32.c (gdk_window_set_events): 
238         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
239         * gdk/gdkwindow.h (struct _GdkWindowObject): 
240         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_events):
241         Save the window's event mask in window->event_mask.
242
243         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Only
244         generate expose events if GDK_EXPOSE_MASK is included
245         window->event_mask. (#54506)
246
247 Wed Feb 27 18:50:29 2002  Owen Taylor  <otaylor@redhat.com>
248
249         * gtk/gtkwidget.c (gtk_widget_event): Allow focus-change
250         events to be sent to unrealized widgets; they aren't
251         really normal events in that they have anything to
252         do with widget->window. (#72914, Andreas J. Guelzow)
253
254 Wed Feb 27 18:39:25 2002  Owen Taylor  <otaylor@redhat.com>
255
256         * gtk/stock-icons/Makefile.am: Split big VARIABLES variable
257         that was causing overlong lines into 6 variables with 20
258         in each one.
259
260 Wed Feb 27 18:01:03 2002  Owen Taylor  <otaylor@redhat.com>
261
262         * gtk/gtkaccellabel.c (gtk_accelerator_name) po/POTFILES.in: 
263         Mark Ctrl, Shift, Alt for translation.
264         (#60590)
265
266         * gtk/gtkfontsel.c: Mark PREVIEW_TEXT for translation.
267         (Vlad Harchev, #53223)
268
269 Wed Feb 27 17:32:09 2002  Owen Taylor  <otaylor@redhat.com>
270
271         * gtk/gtkrange.c (gtk_range_get_props): if CAN_FOCUS
272         reserve focus_line_width + focus_line_pad extra
273         space and draw the focus in that space. #72027.
274
275 Wed Feb 27 23:02:55 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
276
277         * gtk/gtkhandlebox.c (gtk_handle_box_realize): minor code cleanup
278
279 Wed Feb 27 14:58:12 2002  Owen Taylor  <otaylor@redhat.com>
280
281         * gtk/gtkmenubar.c (gtk_menu_bar_size_request/allocate): 
282         Don't reserve space for border when the shadow type
283         for the menubar is "none". (#61843)
284
285         * gtk/gtkmenubar.c (gtk_menu_bar_size_allocate): Fix
286         offset for right-justified menu items.
287
288 Wed Feb 27 14:45:21 2002  Owen Taylor  <otaylor@redhat.com>
289
290         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Go
291         back to old style of drawing children over the bevel.
292         (#58615)
293
294 Wed Feb 27 14:08:26 2002  Owen Taylor  <otaylor@redhat.com>
295
296         * modules/input/imxim.c: Add ko and zh to the locales
297         where this is the default.
298
299 Wed Feb 27 12:34:21 2002  Owen Taylor  <otaylor@redhat.com>
300
301         * gtk/gtkiconfactory.c: Register all stock icons
302         "unscaled" so that we don't have icons only available
303         at some sizes. (#68896)
304
305 Wed Feb 27 11:59:05 2002  Owen Taylor  <otaylor@redhat.com>
306
307         Some ASCII vs. locale fixes from Darin Adler (#55837)
308
309         * gtk/gtkcombo.c (gtk_combo_find): Implement real
310         case-insensitive comparison using g_utf8_casefold().
311
312         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Fix
313         assignment of gunichar to char by replacing g_unichar_totitle
314         with g_ascii_toupper ... the contents would only be ascii
315         here anyways.
316
317         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale) 
318         * gtk/gtkfontsel.c (gtk_font_selection_show_available_fonts): 
319         Replace a calls to g_strcasecmp() with g_ascii_strcasecmp().
320
321 2002-02-27  Hans Breuer  <hans@breuer.org>
322
323         * demos/gtk-demo/makefile.msc.in : new file
324
325         * gdk-pixbuf/gtk-pixbuf.rc.in : new file to include
326           version resource
327         * gdk-pixbuf/makefile.msc : create and use gdk-pixbuf.res
328
329         * gdk/win32/gdkkeys-win32.c : handle undefined LANG_URDU,
330         (gdk_keyval_name) : fix endless looping
331
332         * gtk/gtkfilesel.c : translate_win32_path() static
333         * gtk/queryimmodules : print_escaped(), query_module() static
334
335         * gtk/makefile.msc.in : added gtkkeyhash, build gtk-win32.res
336
337         * gtk/stock-icons/makefile.msc : regenerated from directory
338         listing (almost all filenames changed)
339
340 Wed Feb 27 10:34:46 2002  Owen Taylor  <otaylor@redhat.com>
341
342         * gtk/gtkrange.c (gtk_range_set_range): After computing
343         the clamped value, actually set it. (#62639, Sergey Kuzminov)
344
345 Tue Feb 26 22:22:37 2002  Owen Taylor  <otaylor@redhat.com>
346
347         * gtk/gtkbox.c (gtk_box_reorder_child): Clean up
348         the code so < 0 == end wasn't just a side effect,
349         remove most of the manual linked list manipulation
350         code in favor of g_list_* functions.
351
352 Tue Feb 26 21:44:01 2002  Owen Taylor  <otaylor@redhat.com>
353
354         * config.status config.guess: Remove these files
355         from CVS so we more-or-less current versions from
356         automake --add-missing. (Reported by Finlay Dobbie,
357         #60342)
358
359         * gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
360         or KP_Tab to \t' since we don't map the corresponding
361         main keyboard characters in that way. (#61561,
362         Padraig O'Briain)
363
364 Tue Feb 26 19:45:29 2002  Owen Taylor  <otaylor@redhat.com>
365
366         * gtk/gtkcombo.c (gtk_combo_set_popdown_strings):
367         Call gtk_combo_set_popdown_strings() in case
368         the combo is up currently. (#63535, Skip Montaro)
369
370 Tue Feb 26 19:38:14 2002  Owen Taylor  <otaylor@redhat.com>
371
372         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init):
373         Switch control-home/end and home/end with
374         the idea that scrolled windows more typically contain
375         vertical sets of controls and to correspond to the bindings
376         in GtkTreeView.
377
378 Tue Feb 26 19:32:42 2002  Owen Taylor  <otaylor@redhat.com>
379
380         * gtk/gtk[hv]vscale.c (gtk_[hv]scale_expose): Chain
381         up before drawing the scale values so that the number
382         is drawn in the right place instead of one step 
383         back. (#61743, patch from Satyajit Kanungo)
384
385 Tue Feb 26 19:16:28 2002  Owen Taylor  <otaylor@redhat.com>
386
387         * gdk/win32/gdkkeys-win32.c (gdk_keyval_name): 
388         * gdk/x11/gdkkeys-x11.c (gdk_keyval_name): 
389         Make sure Page_Up, Page_Down get those names, not Prior,
390         Next.
391
392 Tue Feb 26 18:58:49 2002  Owen Taylor  <otaylor@redhat.com>
393
394         * gtk/gtkaccelgroup.c (gtk_accelerator_set_default_mod_mask):
395         OR in the three default modifiers to any value passed
396         in by the caller, so that the caller won't break the
397         the default bindings. (#70142, Jody Goldberg, though he
398         wasn't in favor of this particular way of solving it.)
399
400 Tue Feb 26 18:47:44 2002  Owen Taylor  <otaylor@redhat.com>
401
402         * gtk/gtkwindow.c (gtk_window_add_mnemonic): Append
403         mnemonics rather than prepending them so that the 
404         order is typically forward rather than typically
405         backward. (Partial fix for #52395)
406
407 Wed Feb 27 00:45:39 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
408
409         * gtk/gtkarrow.c, gtk/gtkmenuitem.c, gtk/gtkrange.c
410         gtk/gtkspinbutton.c gtk/gtkstyle.c: Draw arrows better (without
411         extra baseline)
412
413 Tue Feb 26 18:38:17 2002  Owen Taylor  <otaylor@redhat.com>
414
415         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): 
416         Display any "g_unicode_isgraph()" char literally,
417         not just latin1. (#65679)
418
419 Tue Feb 26 18:01:10 2002  Owen Taylor  <otaylor@redhat.com>
420
421         * gtk/gtkwidget.c (gtk_widget_grab_focus): Don't
422         focus insensitive widgets. (#68203)
423         
424         * gtk/gtkentry.c (gtk_entry_state_changed): Clear any
425         current selection if we become insensitive. (#68203)
426
427         * gtk/gtkentry.c (gtk_entry_grab_focus): Don't
428         select the text if the entry isn't editable. (#67203)
429
430         * gtk/gtkentry.c: Activate keybindings when not editable,
431         but supress keybindings that change the text. (#65848, #68203)
432
433         * gtk/gtkentry.c (gtk_entry_set_property): Reset the
434         IM context for the entry when it is made not editable.
435
436 Tue Feb 26 17:04:44 2002  Owen Taylor  <otaylor@redhat.com>
437
438         * gtk/gtkcolorsel.c (update_color): Emit ::color_changed
439         every time we notify current_color. (Brute force 
440         fix for #72470, Matthias Clasen). Some fixes to improve
441         reentrancy.
442
443 Tue Feb 26 15:04:33 2002  Owen Taylor  <otaylor@redhat.com>
444
445         * gtk/gtkentry.c (gtk_entry_enter_text): use
446         the cursor position _after_ deleting the text
447         as the position to insert at. (#72717, Jan Mynarik)
448
449 2002-02-26 Vitaly Tishkov <tvv@sparc.spb.su>
450
451         * gtk/gtktreemodel.c
452         misprints in documentation for gtk_tree_row_reference_inserted() 
453         and gtk_tree_path_new () are fixed
454
455 Tue Feb 26 19:47:16 2002  Kristian Rietveld  <kris@gtk.org>
456
457         * gtk/gtktreeview.c (validate_visible_area): take into account
458         that a path from a rowref can be NULL. (#72623 and #72650)
459
460         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_render_or_focus):
461         let focus_rectangle be the same as cell_area for empty cells (#69900)
462
463 Tue Feb 26 11:51:56 2002  Owen Taylor  <otaylor@redhat.com>
464
465         * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
466         double free.
467
468 Tue Feb 26 10:38:14 2002  Owen Taylor  <otaylor@redhat.com>
469
470         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
471         a keyval of 0, by returning an empty list. (#72617,
472         Kevin Breit)
473
474 2002-02-26  Richard Hult  <rhult@codefactory.se>
475
476         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix
477         #72586. Silently accept empty tree.
478         (gtk_tree_view_collapse_all): Likewise.
479
480 2002-02-26  Tor Lillqvist  <tml@iki.fi>
481
482         * gtk/gtk.def: A couple of name changes.
483
484 Mon Feb 25 22:10:47 2002  Owen Taylor  <otaylor@redhat.com>
485
486         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): Fix
487         double set of bindings for page-up/down. (#72605, Tor Lillqvist)
488
489         * gtk/gtkmenu.c (gtk_menu_key_press): Remove consumed modiifers
490         when setting up accelerator to make accelerators look prettier.
491         (#65416, Guillermo S. Romero)
492
493 2002-02-26  Tor Lillqvist  <tml@iki.fi>
494
495         * gdk/win32/gdkkeys-win32.c: Implement the functions that until
496         now just were non-functional stubs. For "hardware keycodes", we
497         use Windows virtual keycodes. Not scancodes, although that at
498         first might seem more low-level and a better match to X11
499         keycodes. 
500
501         The Windows API is really mixed up and confused with respect to
502         scancodes and virtual keycodes. (Surprised?) Some scancodes are
503         generated by two keys on the keyboard (!), and although the
504         keyboard messages do have a flag to indicate which key the user
505         pressed, other API that take a scan code as input don't let you
506         specify which actual key you mean.
507
508         (update_keymap): Function to build a X11-like representation of
509         the keyboard. Each key has four keysyms: two levels (nonshifted
510         and shifted) and two groups (normal and with AltGr).
511
512         (gdk_keymap_get_direction): Use the codepage corresponding to the
513         thread's input locale, not the system codepage.
514
515         * gdk/win32/gdkglobals.h
516         * gdk/win32/gdkmain-win32.c
517         * gdk/win32/gdkprivate-win32.h
518         * gdk/win32/gdkwindow-win32.h
519         * gdk/win32/gdkwindow-win32.c: Remove the input_locale and
520         charset_info fields from GdkWindowImplWin32. Input locale is
521         per-thread in Windows, and as GDK on Windows really only works
522         when the GDI interaction all happens in just one thread anyway,
523         this state can be global. Use globals _gdk_input_locale and
524         _gdk_input_codepage instead. Set these based on the thread's input
525         locale (keyboard layout, or which IME is active).
526
527         * gdk/win32/gdkevents-win32.c: Set the group and hardware_keycode
528         fields in GDK key events. On input locale change messages, set
529         the global state variables, and inform update_keymap() that it
530         has to rebuild the keymap.
531         
532 2002-02-25  Matthias Clasen  <maclas@gmx.de>
533
534         * docs/tutorial/gtk-tut.sgml: Fix typos in pkg-config 
535         invokations.  (#72476) 
536
537 Mon Feb 25 18:59:27 2002  Owen Taylor  <otaylor@redhat.com>
538
539         * gtk/gtktooltips.c (start_keyboard_mode): Set the keyboard-mode
540         flag before popping up the tooltip so that pop it up
541         in the right place. (#71917, Narayani Pattipati)
542
543 Mon Feb 25 22:11:34 2002  Kristian Rietveld  <kris@gtk.org>
544
545         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_visible): call
546         _gtk_tree_view_column_cell_set_dirty when visible, so this column
547         gets some space allocated. (#70996)
548
549         * gtk/gtkliststore.c (gtk_list_store_get_path): add simple
550         optimization for the tail case
551         (gtk_list_store_real_set_value): remove unneeded _get_path calls
552
553 Mon Feb 25 12:47:25 2002  Owen Taylor  <otaylor@redhat.com>
554
555         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): 
556         Fix precendence problem. (Sven Neumann)
557
558 Sun Feb 24 23:23:28 2002  Owen Taylor  <otaylor@redhat.com>
559
560         * tests/testselection.c (main): Convert over to using
561         an GtkInvisible - selections don't work properly
562         with now NO_WINDOW GtkToggleButton. (Example really
563         should be using GtkClipboard.)
564
565         * gdk/x11/gdkselection-x11.c (gdk_selection_property_get):
566         Fix  problems if sizeof(GdkAtom) != sizeof(Atom). (Unlikely)
567
568         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Set 
569         actual_length when converting atoms as well.
570         (Gregory Merchan, #72074)
571
572 2002-02-24  Havoc Pennington  <hp@pobox.com>
573         
574         * gtk/gtktextview.c (gtk_text_view_value_changed): add dx/dy to
575         child allocation, don't subtract them. Also, copy code from CList
576         to recursively adjust the child allocation, instead of just 
577         adjusting immediate children. #69115
578
579 2002-02-24  Havoc Pennington  <hp@pobox.com>
580
581         * gtk/gtkstyle.c (_gtk_draw_insertion_cursor): change to pass in
582         the cursor direction always, not just when we need an arrow, so we
583         can flip the cursor around its axis for RTL. Resolves #72372
584
585         * gtk/gtkentry.c (gtk_entry_draw_cursor): update for
586         draw_insertion_cursor change
587         
588         * gtk/gtklabel.c (gtk_label_draw_cursor): ditto
589
590         * gtk/gtktextdisplay.c (gtk_text_layout_draw): ditto
591         
592 2002-02-24  Alexander Larsson  <alla@lysator.liu.se>
593
594         * gdk/x11/gdkwindow-x11.c (gdk_window_set_background):
595         Always NULL out bg_pixmap, even when it used to be None
596         or parent relative.
597
598 2002-02-24  Havoc Pennington  <hp@pobox.com>
599
600         * gtk/gtktextbuffer.c (parent_class): parent_class variable was
601         GtkObjectClass instead of GObjectClass
602
603         * gtk/gtktextview.c (widget_to_buffer): fix this the way 
604         buffer_to_widget was fixed, to avoid duplicating 
605         the code that computes text_window->allocation.x/y
606
607 Sun Feb 24 21:18:20 2002  Owen Taylor  <otaylor@redhat.com>
608
609         * gtk/gtksocket.c (gtk_socket_end_embedding): Fix
610         off-by-one error. (Pointed out by Anders Carlsson)
611
612 2002-02-25  Matthias Clasen  <maclas@gmx.de>
613
614         * docs/tutorial/gtk-tut.sgml, docs/tutorial/images/*, examples/*: More
615          GTK+ 2.0 updates.
616
617         * docs/tutorial/Makefile.am: build and dist the new tutorial, not
618         the old Linuxdoc one.
619
620 Mon Feb 25 01:14:26 2002  Kristian Rietveld  <kris@gtk.org>
621
622         * gtk/gtktextlayout.c (find_display_line_above): free iter before
623         going to done
624
625         * gtk/gtktreeview.c (validate_visible_area): free above_path,
626         (set_destination_row): free path before returning,
627         (gtk_tree_view_set_drag_dest_row): free current_dest
628
629 Sun Feb 24 14:15:45 2002  Owen Taylor  <otaylor@redhat.com>
630
631         * gtk/gtktextview.c (widget_to_buffer): Take border
632         width into account.
633
634         * gtk/gtklabel.c (get_label_wrap_width): Don't use GdkFont
635         to compute wrap width ... GdkFont will pull in X11 core
636         fonts.
637
638 Sun Feb 24 00:06:58 2002  Owen Taylor  <otaylor@redhat.com>
639
640         * Released 1.3.15.
641
642         * configure.in: Version 1.3.15, binary, interface age 0.
643
644         * NEWS: Updates
645
646         * configure.in: Update version requirements.
647
648 Sat Feb 23 22:37:23 2002  Owen Taylor  <otaylor@redhat.com>
649
650         * gtk/gtkstyle.c (gtk_style_init): Sanity check default
651         font family name and size.
652
653         * gtk/gtkwindow.c (gtk_window_set_default_size): Remove
654         incorrect comment about the geometry widget.
655
656         * gtk/gtkwindow.c (gtk_window_move_resize): Unset the
657         gtk_window_resize)() information once we've set the size
658         once, to avoid it coming back next time we queue a resize.
659         (#72359)
660
661         * gtk/gtkwindow.c (gtk_window_move_resize): Remove
662         sething of ->need_default_position from here, Havoc
663         says that it should correspond more or less exactly
664         to GTK_WIDGET_MAPPED (window).
665
666 Sat Feb 23 23:00:48 2002  Jonathan Blandford  <jrb@redhat.com>
667
668         * gtk/gtktreemodel.h: add () to function macros as per owen's
669         request.
670
671         * gtk/gtkfontsel.c: (gtk_font_selection_select_best_style),
672         (gtk_font_selection_show_available_sizes),
673         (gtk_font_selection_set_font_name):
674         * gtk/gtktreemodel.c: (gtk_tree_model_get_iter_first),
675         (gtk_tree_model_foreach):
676         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_sort_level),
677         (gtk_tree_model_sort_build_level):
678         * gtk/gtktreeselection.c: (gtk_tree_selection_selected_foreach):
679         * gtk/gtktreeview.c: (validate_visible_area),
680         (gtk_tree_view_focus_to_cursor), (gtk_tree_view_set_model),
681         (gtk_tree_view_map_expanded_rows), (gtk_tree_view_search_move),
682         (gtk_tree_view_search_init):
683         * tests/testtreeview.c: (run_automated_tests): change iter_root
684         to iter_first
685
686 Sat Feb 23 22:10:52 2002  Jonathan Blandford  <jrb@redhat.com>
687
688         * gtk/gtktreemodel.c (gtk_tree_path_new_first): change new_root to
689         new_first to avoid confusion.
690         (gtk_tree_model_get_iter_first): ditto.
691
692 Sat Feb 23 20:59:05 2002  Owen Taylor  <otaylor@redhat.com>
693
694         * gtk/gtkstyle.c gtk/gtkrc.[ch]: gtk/gtksettings.c gtk/gtkstyle.c:
695         Patch from Richard Hestilow to add a gtk-font-name GtkSetting.
696
697         * gdk/x11/gdkevents-x11.c: Add Gtk/FontName XSETTING.
698
699 2002-02-24  Tor Lillqvist  <tml@iki.fi>
700
701         * gtk/gtkfilesel.c: Move inclusion of <windows.h> before inclusion
702         of <winsock.h>, to actually get STRICT prototypes for Win32
703         API. Include glib.h early to get G_OS_WIN32 and G_WITH_CYGWIN.
704         Don't declare static functions that aren't defined if !HAVE_PWD_H
705         or if G_OS_WIN32.
706         (win32_gtk_add_drives_to_dir_list): Remove #if 0 code, reindent.
707         (gtk_file_selection_get_selections): Don't crash if nothing has
708         been selected.
709
710 Sat Feb 23 20:33:29 2002  Owen Taylor  <otaylor@redhat.com>
711
712         * gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/xembed.h: Implement 
713         accelerator propagation using a custom XEMBED_GTK_KEY_GRAB
714         XEMBED_GTK_KEY_UNGRAB pair of messages.
715
716         * gtk/gtkwindow.[ch]: private export _gtk_window_keys_foreach().
717
718         * gtk/gtkplug.c (gtk_plug_set_is_child): Clear focus and default
719         widgets.
720
721 2002-02-23  Havoc Pennington  <hp@redhat.com>
722
723         * gtk/gtktextbuffer.c (save_range): change gravity of start/end
724         marks so that text added at either end of the range doesn't end up
725         inside the range.
726         (gtk_text_buffer_real_insert_range): fix to handle pasting a range
727         into itself. #71412
728         
729 Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
730
731         * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
732         when it was NULL.  Bug found by Tor Lillqvist.
733
734 2002-02-24  Tor Lillqvist  <tml@iki.fi>
735
736         * gdk/win32/gdkevents-win32.c (build_keypress_event,
737         build_keyrelease_event, gdk_event_translate): Set also group in
738         the key press/release events, always to zero for now.
739
740 2002-02-24  Anders Carlsson  <andersca@gnu.org>
741
742         * gtk/stock-icons/stock_dialog_error_48.png: 
743         * gtk/stock-icons/stock_sort_ascending_16.png:
744         * gtk/stock-icons/stock_undelete_24.png: 
745         * gtk/stock-icons/stock_sort_descending_16.png: 
746         Alpha-pad icons so they get the correct size.
747         
748 Sat Feb 23 16:52:38 2002  Owen Taylor  <otaylor@redhat.com>
749
750         * gtk/gtkentry.c: Patch from Matthias Clasen to remove some
751         excessive ::changed signals for GtkEntry. (#53130)
752
753 2002-02-23  Tor Lillqvist  <tml@iki.fi>
754
755         * gtk-zip.sh.in: Include the gtkrc files for themes.
756
757 2002-02-23  Anders Carlsson  <andersca@gnu.org>
758
759         * gtk/gtkiconfactory.c (get_default_icons): Register 16x16 
760         versions of most icons.
761
762         * gtk/stock-icons: Add 16x16 versions
763         of most icons.
764
765 Wed Feb 20 16:44:05 2002  Jonathan Blandford  <jrb@redhat.com>
766
767         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay
768         scrolling until we try to draw the window.
769
770         * gtk/gtktreeview.c (validate_visible_area): Implement
771         scroll_to_cell.
772
773 2002-02-23  Tor Lillqvist  <tml@iki.fi>
774
775         * gtk/gtk.def: Add missing gtk_file_selection_get_select_multiple.
776         Remove gtk_tree_view_column_cell_* entry points that were made
777         private.
778
779 Sat Feb 23 15:43:46 2002  Owen Taylor  <otaylor@redhat.com>
780
781         * gtk/gtktogglebutton.c: Make button draw depressed whenever
782         the user clicks / activates it, whether it's off/on/inconsistent.
783
784 Sat Feb 23 11:54:12 2002  Owen Taylor  <otaylor@redhat.com>
785
786         * gtk/*.h gdk/*.h: Massive padding addition to class structures.
787
788         * gtk/gtktextmark.h: Fix a FIXME about G_CONST_RETURN.
789
790 Fri Feb 22 20:28:18 2002  Owen Taylor  <otaylor@redhat.com>
791
792         * gtk/gtkrange.c: Applied patch from Thomas Leonard to make
793         stepper click to scroll take effect immediately, rather than after
794         a delay (#67649).
795
796         * gtk/gtkrange.c: Remove right-click == step in trough since it
797         isn't a useful binding and it's a large area to hit accidentally.
798         (Leave it on the steppers since its more useful there and less
799         likely to do accidentally.)
800
801 2002-02-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
802
803         * configure.in (ALL_LINGUAS): Add "cy" to the language list.
804
805 2002-02-23  Jody Goldberg <jody@gnome.org>
806
807         * gtk/gtkaccelgroup.c (gtk_accel_group_connect) : lower case the
808           key_val.
809         (gtk_accel_group_connect_by_path) : ditto.
810         (gtk_accel_group_disconnect_key) : ditto.
811
812         * gtk/gtkwidget.c (gtk_widget_real_key_release_event) : simplify.
813         (gtk_widget_real_key_press_event) : ditto.
814
815 Sat Feb 23 00:28:47 2002  Jonathan Blandford  <jrb@redhat.com>
816
817         * gtk/gtktreeviecolumn.c: Documented undocumented functions.
818
819         * gtk/gtktreemodel.c: Documented undocumented functions.
820
821 Sat Feb 23 03:10:20 2002  Kristian Rietveld  <kris@gtk.org>
822
823         * gtk/gtktreeview.c (gtk_tree_view_key_press): honor min_width and
824         max_width while resizing columns (pointed out by Jorn Baayen)
825
826 Fri Feb 22 19:17:46 2002  Owen Taylor  <otaylor@redhat.com>
827
828         Patch from Matthias Clasen (#54488)
829
830         * gtk/gtkwindow.c: Set/unset HAS_FOCUS flags here,
831         and do ::has-focus notifications.
832
833         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtksocket.c
834         gtk/gtktext.c gtk/gtktextview.c gtk/gtkwidget.c:
835         Remove unecessary focus_in/out handles and unecessary
836         flag setting.
837
838         * gtk/gtkwidget.c: Adda missing notification on ::parent.
839
840 Fri Feb 22 18:36:45 2002  Owen Taylor  <otaylor@redhat.com>
841
842         Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann,
843         #72182.
844
845         * demos/gtk-demo/main.c gtk/gtktreeview.c gtk/gtktoolbar.c
846         gtk/gtkpaned.c gtk/gtkobject.c gtk/gtkcontainer.c 
847         gtk/gtkcolorsel.c gtk/gtkcellrender.c gdk/x11/xsettings-client.h:
848         Squash trailing commas on enumerations.
849
850         * gdk/gdktypes.h: Drop GDK_RELEASE_MASK to 1 << 30 instead
851         of 1 << 31 to work around AIX compiler problem. (C standard
852         seems to imply that compiler is required to use an unsigned
853         type for the enum value in this case.)
854
855         * gdk/gdkpixbuf-drawable.c: Fix lvalue casts.
856
857         * gtk/gtkwindow.h: Fix use of enum types for bitfields ... 
858         compilers may choose to use a signed type for bitfields.
859
860 Sat Feb 23 00:34:01 2002  Kristian Rietveld  <kris@gtk.org>
861
862         * gtk/gtktreeview.c (validate_rows_handler): leave threads before
863         returning (#72045)
864
865 2002-02-22  Anders Carlsson  <andersca@gnu.org>
866
867         * gtk/stock-icons/*: Rename icons.
868         
869         * gtk/stock-icons/Makefile.am: Update for new icon names.
870
871         * gtk/gtkiconfactory.c (init_icon_sizes): Set the 
872         GTK_ICON_SIZE_BUTTON size to be 20x20.
873         (get_default_icons): Change stock names.
874
875 Fri Feb 22 22:39:59 2002  Kristian Rietveld  <kris@gtk.org>
876
877         * gtk/gtktreeprivate.h: add last_single_clicked and
878         last_single_clicked_2 rowrefs and add disable_popdown to the
879         bitfield
880
881         * gtk/gtktreeview.c (gtk_tree_view_destroy): add destroy stuff
882         for two new rowrefs
883         (gtk_tree_view_button_press): add some 'advanced' button handling,      
884         so double click is being handled right (double click madness was
885         discovered by Anders Carlsson)
886
887         * gtk/gtktreeview.c (gtk_tree_view_set_property): add missing
888         break
889         (gtk_tree_view_class_init): default value of headers_visible
890         should be TRUE (both pointed out by Damon Chaplin, #71986)
891
892         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
893         connect to populate_popup,
894         (gtk_tree_view_search_disable_popdown): new function,
895         (gtk_tree_view_real_search_enable_popdown): ditto,
896         (gtk_tree_view_search_enable_popdown): ditto,
897         (gtk_tree_view_search_dialog_destroy): check for
898         gtk-tree-view-popdown-disabled (#71868)
899
900         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): move
901         ->priv->reorderable assignment to bottom. (#72122)
902
903 2002-02-22  Havoc Pennington  <hp@redhat.com>
904
905         * gtk/gtkstyle.c (_gtk_draw_insertion_cursor): subtract 1 from
906         line endpoint, to avoid cursor dirt in the text widget.
907         zero-width lines appear to draw the endpoint always. #67999
908
909 2002-02-22  Havoc Pennington  <hp@redhat.com>
910
911         * gtk/gtktextview.c (buffer_to_widget): implement more cleanly by
912         using text_window->allocation.x/y instead of recomputing it. 
913         Fixes a bug caused by leaving out the border width here.
914
915 2002-02-22  Havoc Pennington  <hp@redhat.com>
916
917         * gtk/gtktextview.c (changed_handler): call
918         gtk_size_group_queue_resize to avoid invalidating the widget every
919         time its requisition changes. Instead we use the btree invalid
920         lines to know what to redraw. Fixes #71429
921
922 Fri Feb 22 14:08:38 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
923
924         * gtk/gtkradiobutton.c, gtk/gtkcheckbutton.c, gtkbutton.h,
925         gtktogglebutton.c: feedback when check and radio buttons are
926         depressed.      
927
928 2002-02-22  Matthias Clasen  <maclas@gmx.de>
929
930         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable):
931         s/columns/rows/ in docs.  (#70199)
932
933         * gtk/gtktreestore.c (gtk_tree_store_insert): s/before/after/ in 
934         docs. (#71852, #68405)
935
936         * gtk/gtkcalendar.c (gtk_calendar_select_day): Correct a comment.
937
938 Thu Feb 21 23:02:29 2002  Kristian Rietveld  <kris@gtk.org>
939
940         * gtk/gtktreeview.[ch]: add keynav handling for unselect all,
941         focus column header, change focus with arrow keys in column headers,
942         column reordering, column resizing, small try to fix page up/down
943         (this fixes #70889, and fixes a great deal of #53580)
944
945 Thu Feb 21 16:51:17 2002  Owen Taylor  <otaylor@redhat.com>
946
947         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Add
948         GDK_ISO_Next_Group/Prev_Group/Level3_Shift/
949         First_Group/Last_Group to list of invalid accelerators.
950         (A lot more that should be added, but probably would
951         want a range mechanism. These are the ones found in
952         the standard XFree86 config files.)
953
954         * gtk/gtkbindings.c (gtk_bindings_activate): Fix problem
955         that broke bindings for menus.
956
957         * gtk/gtkwindow.[ch]: Export _gtk_window_activate_key()
958         privately.
959
960         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): Use
961         _gtk_window_activate_key(), gtk_bindings_activate_event().
962
963 Thu Feb 21 12:24:22 2002  Owen Taylor  <otaylor@redhat.com>
964
965         * gtk/gtkctree.c (gtk_ctree_class_init): Remove some workarounds
966         for +/= and shift key handling.
967
968 Wed Feb 20 14:26:47 2002  Owen Taylor  <otaylor@redhat.com>
969
970         * gtk/gtkkeyhash.[ch]: Implement "fuzzy" key binding lookups;
971         allow matches on key and level but not group. Also, implement 
972         ignoring "consumed modifiers correctly."
973
974         * gtk/gtkaccelgroup.c gtk/gtkbindings.c: Convert to using
975         GtkKeyHash.
976         
977         * gtk/gtkdebug.h gtk/gtkmain.c: Support GTK_DEBUG=keybindings
978
979         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fill in
980         the group for key release events as well as key press events.
981
982         * gdk/gdkkeys.h gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): 
983         Rename unused_modifiers to consumed_modifiers, make the docs and
984         non-Xkb implementation match the Xkb implementation.
985
986         * gdk/linux-fb/gdkkeyboard-fb.c gdk/win32/gdkkeys-win32.c: Propagate
987         doc and parameter name changes.
988
989         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
990         XkbTranslateKeyCode doesn't handle LockMask, we need to handle
991         it ourselves.
992
993         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Force
994         <Shift>Tab to give GDK_ISO_Left_Tab, since we need consistency
995         to allow dealing with ISO_Left_Tab.
996         
997         * gtk/gtkwindow.c gtk/gtktextview.c gtk/gtkscrolledwindow.c
998         gtk/gtkpaned.c gtk/gtkcombo.c  gtk/gtknotebook.c:
999         Remove inappropriate uses of GDK_ISO_Left_Tab. (GDK_ISO_Left_Tab
1000         or <Shift>Tab both are equivalent as a binding specifier.)
1001
1002         * gtk/gtkbutton.c (gtk_button_class_init): Make ::activate
1003         GTK_RUN_ACTION, so you can bind an accelerator to it.
1004
1005         * gtk/gtklabel.c (gtk_label_set_uline_text_internal): Call 
1006         gdk_unicode_to_keyval on the mnemonic character.
1007
1008         * tests/testgtk.c: Add a test for the new fuzzy key binding matching.
1009
1010 2002-02-21  jacob berkman  <jacob@ximian.com>
1011
1012         * gtk/theme-bits/Makefile.am (EXTRA_DIST): inconsitent files are
1013         .pngs too
1014
1015 Wed Feb 20 21:52:13 2002  Owen Taylor  <otaylor@redhat.com>
1016
1017         * gtk/gtkselection.c (gtk_selection_request): Set the property
1018         as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.)
1019
1020         * gdk/x11/gdk{property,selecton}-x11.c: Auto-convert properties
1021         of type ATOM_PAIR as well as properties of type ATOM.
1022
1023 2002-02-21  Matthias Clasen  <maclas@gmx.de>
1024
1025         * docs/tutorial/images/*.png: screenshots of examples.
1026         
1027         * docs/tutorial/gtk-tut.sgml: remove deprecated widgets, add
1028         screenshots, fix chapters 1-4 for GTK+ 2.0. 
1029
1030         * demos/gtk-demo/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
1031
1032 Thu Feb 21 00:31:41 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1033
1034         * gtk/gtkspinbutton.c: Many cleanups and fixes. Draw exclusively
1035         in expose handler. Feedback when buttons are depressed.
1036
1037         * gtk/gtkstyle.c: update for changes in gtkspinbutton.c. Fix
1038         spinbuttons for RTL langauges.
1039
1040 Wed Feb 20 23:00:08 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1041
1042         * gtk/gtkstyle.c: new radio buttons. handle inconsistent state for
1043         check- and radiobuttons.
1044
1045         * gtk/theme-bits/check-13-inconsistent.png,
1046         gtk/theme-bits/radio-13-inconsistent.png: new files
1047
1048         * gtk/theme-bits/radio-13.png: new radio buttons
1049
1050         * gtk/theme-bits/Makefile.am (EXTRA_DIST): add new
1051         -inconsistent.png files
1052
1053 Wed Feb 20 16:19:49 2002  Owen Taylor  <otaylor@redhat.com>
1054
1055         * gdk/x11/gdkevents-x11.c: Add a XSETTING mapping for
1056         gtk-can-change-accels. (#70218, Thomas Leonard.)
1057
1058 2002-02-20  Sven Neumann  <sven@gimp.org>
1059
1060         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): check
1061         handler_id before disconnecting the signal handler since it might
1062         have never been connected if the GtkColorSelection is destroyed
1063         before it was realized.
1064
1065 2002-02-20  Matthias Clasen  <maclas@gmx.de>
1066
1067         * docs/tutorial/gtk-tut.sgml: Fold back Svens g_signal fixes from
1068         the examples.  
1069
1070         * docs/tutorial/gtk-tut.sgml, examples/progressbar/progressbar.c,
1071         examples/progressbar/Makefile: Make the progressbar example 
1072         deprecation-clean.
1073
1074 Tue Feb 19 22:10:59 2002  Kristian Rietveld  <kris@gtk.org>
1075
1076         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_mnemonic_activate): new
1077         function
1078         (gtk_tree_view_column_create_button): use g_signal_* instead of
1079         gtk_signal_*, hook up _mnemonic_activate callback
1080         (gtk_tree_view_column_update_button): use
1081         gtk_label_set_text_width_mnemonic instead of gtk_label_set_text
1082         (#69095)
1083
1084         * gtk/gtktreeview.c (gtk_tree_view_class_init): remove key bindings
1085         for C-f and C-b, let treeview search use C-f (instead of C-s)
1086         (#61866)
1087
1088         * gtk/gtkrc.key.emacs: add some GtkTreeView bindings
1089
1090 Tue Feb 19 20:56:32 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1091
1092         * gtk/theme-bits/decompose-bits.c (do_part): fix bug (skipping all
1093         black pixels).
1094
1095 2002-02-19  Sven Neumann  <sven@gimp.org>
1096
1097         * examples/*/*.c: finish conversion to g_signal_* functions by
1098         using G_OBJECT and G_CALLBACK and other assorted changes.
1099
1100 Tue Feb 19 17:36:31 2002  Kristian Rietveld  <kris@gtk.org>
1101
1102         * gtktreeprivate.h, gtktreeviewcolumn.[ch], gtktreeview.c: change
1103         gtk_tree_view_column_cell_render,
1104         gtk_tree_view_column_cell_focus,
1105         gtk_tree_view_column_cell_draw_focus and
1106         gtk_tree_view_column_cell_set_dirty to be private functions.
1107
1108         * gtktreeviewcolumn.[ch]: add install_handler argument to
1109         _cell_set_dirty to control if _mark_rows_col_dirty (which calls
1110         install_presize_handler) gets called, set widths correctly so
1111         autosizing works (#71870)
1112
1113         * gtktreeview.c (gtk_tree_view_column_autosize): new function,
1114         (gtk_tree_view_button_press): make double click on column
1115         separator resize the row (#71870)
1116         (gtk_tree_view_get_dest_row_at_pos): change DnD threshold to 33%
1117         (#71869, suggestion by Anders Carlsson)
1118
1119 Mon Feb 18 23:16:16 2002  Owen Taylor  <otaylor@redhat.com>
1120
1121         * gtk/gtkmain.[ch]: Add routines _gtk_find_module(),
1122         _gtk_get_module_path() to look up a module of an arbitrary type in
1123         a standard fashion. (#68474)
1124
1125         * gtk/gtkrc.c: Make module_path keyword warn and do
1126         nothing. Remove the im_module_path keyword.
1127
1128         * gtk/gtkrc.c (gtk_rc_get_im_module_path): Fix
1129         to return the standard path instead of one determined
1130         from im_module_path and GTK_IM_MODULE_PATH.
1131         
1132         * gtk+-2.0.pc.in: Add gtk_host to go along with gtk_binary_version.
1133
1134 2002-02-19  Matthias Clasen  <maclas@gmx.de>
1135
1136         * docs/tutorial/gtk-tut.sgml, docs/examples/*: Trivial formatting
1137         fixes to all examples, simple functional fixes to rangewidgets example.
1138
1139 Mon Feb 18 18:27:45 2002  Owen Taylor  <otaylor@redhat.com>
1140
1141         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Select
1142         the right item in the family list. (Reported by Mark Patton,
1143         Patch from Satajyit Kanungo, #64240)
1144
1145         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Update
1146         the size and face entry lists as well, fix memory leak.
1147         (Also #64240)
1148
1149         * gtk/gtkfontsel.c (gtk_font_selection_show_available_sizes): 
1150         Allow fractional sizes, unselect the selected row if none
1151         matches.
1152
1153         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_focus): Fix
1154         a bug where the scrolled window would always get focus
1155         when focusing out of the child.
1156
1157 2002-02-18  Hans Breuer  <hans@breuer.org>
1158
1159         * gdk/win32/gdkevents-win32.c : process WM_PAINT messages
1160         for bg_pixmap == GDK_NO_BG, fixes The GIMP's canvas
1161         rendering glitches on win32
1162
1163         * gdk/win32/gdkinput-win32.c : use g_object_new to create
1164         GdkDevice instead of g_new
1165  
1166         * gtk/gtkpaned.c : make LAST_SIGNAL the last in enum. 
1167         This avoids to smash totally unrelated static data and
1168         resulting random crashes. (as reported on gtk-devel-list, 
1169         2002-02-10 : testgtk crashes)
1170
1171         * gtk/gtk.def : add new file selection entry points
1172
1173 Mon Feb 18 17:34:43 2002  Owen Taylor  <otaylor@redhat.com>
1174
1175         * gtk/gtkentry.c gtk/gtktextview.c: Remove support for
1176         the poorly defined text/plain type for now. (#55117)
1177
1178 Mon Feb 18 16:44:00 2002  Owen Taylor  <otaylor@redhat.com>
1179
1180         * docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
1181         GTK_NEED_ALLOCATION.
1182
1183         * gtk/gtkmenu.c (gtk_menu_popup): Scroll the menu
1184         to the right place before showing the menu to
1185         avoid spurious enter events.
1186
1187         * gtk/gtkmenu.c (gtk_menu_realize): Only scroll
1188         if there is an active menu item.
1189
1190         * gtk/gtkwidget.c (gtk_widget_init): Set RESIZE_NEEDED
1191         ALLOC_NEEDED initially.
1192
1193 2002-02-18  Matthias Clasen  <maclas@gmx.de>
1194
1195         * NEWS: fix version number.
1196
1197 2002-02-18  Manish Singh  <yosh@gimp.org>
1198
1199         * Makefile.am: don't comment out the lines to dist the packer
1200         example, just simply remove it. (the continuation line confused
1201         make even though it was in the comment, barf)
1202
1203 Mon Feb 18 14:40:22 2002  Owen Taylor  <otaylor@redhat.com>
1204
1205         * gtk/gtkcombo.c (gtk_combo_popdown_list): Fix problems
1206         with stuck grab (#60132, reported by Nicolas Setton) and
1207         stuck prelighting. Combine duplicated code in three
1208         places for popping down the list.
1209
1210 Mon Feb 18 14:17:59 2002  Owen Taylor  <otaylor@redhat.com>
1211
1212         * gtk/gtkclist.c (adjust_adjustments) 
1213         * gtk/gtklayout.c (gtk_layout_size_allocate)
1214         * gtk/gtktextview.c (gtk_text_view_size_allocate) 
1215         * gtk/gtktreeview.c (gtk_tree_view_size_allocate) 
1216         * gtk/gtkviewport.c (gtk_viewport_size_allocate):
1217         Standardize on a page increment of page minus 1 line
1218         rather than half a page (#51027, Eric Fischer)
1219
1220         * gtk/gtkviewport.c (gtk_viewport_size_allocate): 
1221         Change step increment to be 0.1 * page_size height rather than
1222         a fixed 10 pixels.
1223
1224 Mon Feb 18 12:31:52 2002  Owen Taylor  <otaylor@redhat.com>
1225
1226         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
1227         Don't commit unless we got at least one hex digit. (#70619)
1228
1229 Sun Feb 17 21:30:49 2002  Owen Taylor  <otaylor@redhat.com>
1230
1231         * Released 1.3.14
1232
1233         * configure.in: Version 1.3.14, interface, binary age 0.
1234
1235         * gdk/gdkregion-generic.c (miSubtractO): Fix out-of-bounds
1236         read. (#71619, reported by Morten Welinder)
1237
1238         * gtk/gtkmenu.c (gtk_menu_class_init): Fix setting default.
1239
1240         * gtk/gtkfilesel.c (gtk_file_selection_class_init): Add
1241         a select_multiple property to go along with thenew 
1242         get/set_select_multiple.
1243
1244         * gdk/gdkwindow.c: Patch from Soeren Sandmann to improve
1245         update debugging code. (#71703)
1246
1247 2002-02-17  Tor Lillqvist  <tml@iki.fi>
1248
1249         * gdk/win32/gdkcolor-win32.c (free_colors): Don't set the
1250         PC_EXPLICIT flag for unused palette entries, that might have
1251         undesired side effects. Just set them to black. Black is always
1252         present in a palette, so having superfluous black entries won't
1253         cause any extra allocations from the system palette either when
1254         realized.
1255
1256         * gdk/win32/gdkevents-win32.c
1257         (gdk_event_translate:WM_QUERYNEWPALETTE): Don't do anything if the
1258         system visual is static color, i.e. the user has told GDK to use
1259         just the 16 static colors. In that case no need to redraw
1260         anything, as the colors are static and by definition always
1261         correctly mapped in the system palette.
1262         (WM_PALETTECHANGED): Ditto, no need to call UpdateColors() either.
1263         
1264         * gtk/gtk.def: Add new gtkfilesel entry points.
1265
1266 2002-02-17  Matthias Clasen  <maclas@gmx.de>
1267
1268         * docs/tutorial/gtk-tut.sgml, examples/paned/paned.c, 
1269         examples/paned/Makefile: Make the paned example deprecation-clean.
1270
1271 2002-02-17  jacob berkman  <jacob@ximian.com>
1272
1273         * Makefile.am: remove the packer example files as they don't exist
1274         in CVS.
1275
1276 2002-02-16  Manish Singh  <yosh@gimp.org>
1277
1278         * tests/testgtk.c: hm, check buttons look better for below.
1279
1280 2002-02-16  Manish Singh  <yosh@gimp.org>
1281
1282         * tests/testgtk.c: redid the filesel test. Added a way to set select
1283         multiple as a toggle button, and made show/hide fileops toggle
1284         buttons as well. get_selections() is called on OK and all the
1285         filenames selected are printed.
1286
1287 2002-02-17  Tor Lillqvist  <tml@iki.fi>
1288
1289         * README.win32: Remove comment about the gtk-1-3-win32-production
1290         branch having more functionality.
1291
1292         * gdk/win32/*.c: Massive changes. Too many to list here, but I'll
1293         try a summary:
1294
1295         1) Unify GdkPixmap and GdkImage implementation: For each
1296         GdkPixmap, allocate a GdkImage, and vice versa.
1297         GdkPixmapImplWin32Data has a pointer to the GdkImage.
1298         GdkImage::windowing_data is a pointer to the GdkPixmap.
1299
1300         This simplifies many pixmap and image related functions a lot, and
1301         reduces duplicated code. For instance, there is only one
1302         place in gdk/win32 where CreateDIBSection() is called, in the
1303         function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
1304         to a Windows region is almost trivial, with the bitmap bits being
1305         readily accessible in the associated GdkImage.
1306
1307         All blitting between GdkPixmaps, GdkWindows and GdkImages goes
1308         through handled the _gdk_win32_blit() function, which calls
1309         different functions to handle the cases of blitting from pixmaps,
1310         inside windows (scrolling), or from windows, which all require
1311         somewhat different handling.
1312
1313         2) Support 256-color mode. This has long been very broken, now it
1314         works more or less OK. Keep the logical palette for each colormap
1315         as small as possible while allocating and freeing colors. Select
1316         and realize the logical palette associated with a GdkColormap into
1317         a DC before drawing or blitting.
1318
1319         When the display is in 256-color mode, make it possible for the
1320         user to override the size of the palette(s) used with either the
1321         GDK_WIN32_MAX_COLORS environment variable, or a -max-colors
1322         command line option. It is possible to reduce the palette size all
1323         the way down to using just the 16 static colors (which causes the
1324         system visual to be of type GDK_VISUAL_STATIC_COLOR. This could
1325         possibly be useful if one desperately wants to avoid color
1326         flashing. (Note that in order for this to work properly, an as of
1327         yet not commited fix to gdkrgb.c is needed.)
1328
1329         Handle the palette messages. On WM_PALETTECHANGED, call
1330         UpdateColors() for the given window hierarchy. Do this only if a
1331         window in some other top-level window hierarchy caused the palette
1332         change (realized a palette). Do this max five times in a row (an
1333         arbitrarily chosen limit), though, otherwise redraw by generating
1334         expose events. On WM_QUERYNEWPALETTE, cause a redraw of the whole
1335         window hierarchy by generating GDK_EXPOSE events.
1336
1337         3) Code cleanup in general. For instance, remove the "emulated"
1338         X11 structs ColormapStruct, Visual and XStandardColormap. Use the
1339         new GDK_DEBUG_* flags for debugging output in the relevant source
1340         files. Remove the unused colormap hash table in gdkcolor-win32.c
1341
1342         4) Plug some resource leaks.
1343
1344 2002-02-14  Tor Lillqvist  <tml@iki.fi>
1345
1346         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Use
1347         g_filename_to_uri() to actually create legal URIs in the
1348         text/uri-list data.
1349
1350 2002-02-16  Manish Singh  <yosh@gimp.org>
1351
1352         * gtk/gtkfilesel.[ch]: Added multiple selection API
1353
1354 2002-02-16  Manish Singh  <yosh@gimp.org>
1355
1356         * gdk/linux-fb/miarc.c: use fabs() on a double instead of abs()
1357
1358 2002-02-17  Matthias Clasen  <maclas@gmx.de>
1359
1360         More work on #71430.
1361
1362         * examples/*/Makefile (CFLAGS): add deprecation guards.
1363         
1364         * docs/tutorial/gtk-tut.sgml, examples/*/*.c: make most examples
1365         deprecation-clean; the major offenders right now are the examples
1366         that make heavy use of completely deprecated or broken widgets:
1367         list, tree, text, pixmap, paned and progressbar. These will have
1368         to be redone from scratch.
1369
1370 Sun Feb 17 00:13:06 2002  Kristian Rietveld  <kris@gtk.org>
1371
1372         This commit lands the 'dy patch'.
1373
1374         * gtk/gtktreeview.c (validate_rows_handler): update top_row or dy,
1375         (gtk_tree_view_top_row_to_dy): new function,
1376         (gtk_tree_view_row_changed): update top_row or dy,
1377         (gtk_tree_view_rows_reordered): update top_row
1378
1379 2002-02-16  Matthias Clasen  <maclas@gmx.de>
1380
1381         * demos/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
1382
1383 2002-02-16  Matthias Clasen  <maclas@gmx.de>
1384
1385         * examples/extract.awk: rearrange rules to not emit the example 
1386         start and end markers.
1387
1388         * docs/tutorial/gtk-tut.sgml: turn the start and end markers into
1389         SGML comments, so they don't clutter the formatted tutorial.
1390
1391 2002-02-16  Havoc Pennington  <hp@pobox.com>
1392
1393         * gtk/gtkwindow.c (gtk_window_parse_geometry): take
1394         GDK_HINT_RESIZE_INC into account, and handle negative coordinates
1395         correctly. (Can't email Owen - hope this is OK.)
1396
1397 Fri Feb 15 20:09:45 2002  Owen Taylor  <otaylor@redhat.com>
1398
1399         * gtk/gtkscrolledwindow.[ch] gtk/gtkmarshallers.list:
1400         Add key bindings on GtkScrolledWindow for arrow keys,
1401         PageUp/PageDown Home/End to scroll the window. 
1402         Bind Control-[Shift]-Tab to focus out of the scrolled
1403         window entirely. Allow the scrolled window to be
1404         focused if no child can be focused. (#63480)
1405
1406         * gtk/gtkwidget.c (gtk_widget_hide): Remove the REALIZED()
1407         check - if we have visible but not mapped widgets 
1408         (inside a unshown notebook tab, for instance), we need
1409         to track their size. (#65087, reported by Damon Chaplin.)
1410
1411         * gtk/gtkcolorsel.c (palette_change_color): Shut up
1412         a warning.
1413
1414 2002-02-16  Tor Lillqvist  <tml@iki.fi>
1415
1416         * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico.
1417
1418         * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej
1419         Simoncic for providing the nice multi-resolution .ico file.
1420
1421 2002-02-15 Alexey Malyshev <maa@sparc.spb.su>
1422         
1423         * gtk/tmpl/gtkimage.sgml
1424         removed wrong sentence from gtk_image_new() docs
1425
1426 Fri Feb 15 19:38:00 2002  Kristian Rietveld  <kris@gtk.org>
1427
1428         * gtk/gtktreestore.c (gtk_tree_store_clear_traverse): new function
1429         (gtk_tree_store_clear): traverse the tree, so we emit row_deleted
1430         for every node. This way we don't have confused row refs crashing the
1431         application. (#70631)
1432
1433 2002-02-14  Richard Hult  <rhult@codefactory.se>
1434
1435         * gtk/gtkpaned.c (gtk_paned_enter): Only queue a draw on the
1436         handle, not the whole widget. #71530.
1437         (gtk_paned_leave): Likewise.
1438
1439 2002-02-14  Jody Goldberg <jody@gnome.org>
1440
1441         * gtk/gtkrange.c (gtk_range_class_init) : add new signal
1442           'adjust_bounds' to potentialy change the bounds before assigning the
1443           new value and camping it to the existing bounds.
1444         (gtk_range_internal_set_value) : used here. #68800.
1445         * gtk/gtkmarshalers.list : add VOID:DOUBLE
1446
1447 Thu Feb 14 21:08:49 2002  Owen Taylor  <otaylor@redhat.com>
1448
1449         * gdk/gdkglobals.c: Remove GDKVAR from C file, see
1450         if anyone complains. (#71317, Morten Welinder.)
1451
1452 2002-02-14  Matthias Clasen  <maclas@gmx.de>
1453
1454         The following changes are the beginning of the work on #71430.
1455         
1456         * examples/extract.sh, examples/extract.awk: Make extraction work.
1457         
1458         * examples/Makefile (SUBDIRS): Remove packer.
1459
1460         * examples/packer/pack.c, examples/packer/Makefile: Removed.
1461
1462         * docs/tutorial/gtk-tut.sgml: Fix the included examples far
1463         enough to make them compile and (mostly) work, remove the packer
1464         example.
1465
1466 Thu Feb 14 16:46:48 2002  Owen Taylor  <otaylor@redhat.com>
1467
1468         * gtk/gtkentry.c gtk/gtktextdisplay.c gtk/gtklabel.c
1469         gtk/gtkstyle.[ch] gtk/gtkwidget.c: Patch from Bill
1470         Haneman and Padraig O'Briain to add cursor_aspect_ratio
1471         style property to GtkWidget to allow theming the aspect
1472         ratio of the cursor.
1473
1474         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtklabel.c
1475         gtk/gtkwidget.c tests/testgtkrc: Move cursor-color style property
1476         to GtkWidget.
1477
1478 Thu Feb 14 11:13:22 2002  Owen Taylor  <otaylor@redhat.com>
1479
1480         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding): 
1481         Fix bug where we called get_surrounding on the context,.
1482         not the slave.
1483
1484 Thu Feb 14 00:10:09 2002  Owen Taylor  <otaylor@redhat.com>
1485
1486         * gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
1487         pop the tooltip down on a select set of events, not
1488         on any unknown event. (#71157, Jody Goldberg)
1489
1490         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
1491         Fix some warnings.
1492
1493 Thu Feb 14 00:02:21 2002  Owen Taylor  <otaylor@redhat.com>
1494
1495         * gtk/gtkcalendar.c (gtk_calendar_size_request): A bunch of
1496         small allocation/drawing fixes.
1497
1498         * gtk/gtkcalendar.c: Replace DAY_XPAD, DAY_YPAD with
1499         GtkWidget::focus-padding
1500
1501 Wed Feb 13 23:01:20 2002  Owen Taylor  <otaylor@redhat.com>
1502
1503         * gtk/gtkcalendar.c: Patch from Bill Haneman to draw
1504         to focus using gtk_paint_focus() with the focus width
1505         GtkWidget::focus-width. (#63075)
1506
1507         * gtk/gtkcalendar.c (gtk_calendar_size_request): Initialize
1508         label_char_ascent/descent to 0. (#56925, reported by
1509         (Jean-Noel Guiheneuf)
1510
1511 2002-02-13  Havoc Pennington  <hp@redhat.com>
1512
1513         * gtk/gtktextview.c (gtk_text_view_flush_scroll): validate a
1514         larger area, proportional to widget size, to fix
1515         #71427 reported by Dennis Bjorklund
1516
1517 2002-02-13  Havoc Pennington  <hp@redhat.com>
1518
1519         * gtk/gtktextview.c (gtk_text_view_paint): just go ahead and flush 
1520         all the first validate stuff if it hasn't been done, presumably
1521         someone called process_updates at a weird time.
1522
1523         * tests/testtext.c (do_apply_colors): terminate on >= end, not >
1524         end, avoids infinite loop when end is at the end of the buffer.
1525
1526         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when creating a
1527         line data, we were adding it to the wrong line ("line" instead of
1528         "start_line")
1529
1530 2002-02-13  Joe Shaw  <joe@ximian.com>
1531
1532         * gtk/gtktreeitem.c (gtk_tree_item_expose): Don't chain up to the
1533         container's expose event.  Instead call
1534         gtk_tree_item_expose_child() on each child.  Avoids a failed
1535         g_assert() in gtk_container_propagate_expose().
1536         (gtk_tree_item_expose_child): Added.  Synthesize an expose event
1537         for our children.  Basically gtk_container_propagate_expose()
1538         minus the g_assert().  (#71396)
1539
1540 2002-02-13  Tor Lillqvist  <tml@iki.fi>
1541
1542         * gdk/gdkinternals.h: Add some more GdkDebugFlags, for more
1543         fine-grained debugging output (mainly used in the Win32 backend).
1544
1545         * gdk/gdk.c: Corresponding additions to the gdk_debug_keys table.
1546
1547 Wed Feb 13 15:42:42 2002  Owen Taylor  <otaylor@redhat.com>
1548
1549         * gtk/gtktooltips.[ch] gtkwidget.c: Implement Control-F1
1550         as toggle-tooltips-mode.
1551
1552         * gtk/gtktooltips.c: Remove parsing of tooltips style
1553         string from here ... now in gtkrc.c.
1554
1555 Wed Feb 13 12:41:44 2002  Owen Taylor  <otaylor@redhat.com>
1556
1557         * gtk/gtkmain.c (gtk_init_check): g_warning() if setting
1558         the local fails, like gdk_set_locale() did.
1559
1560         * gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list): 
1561         Don't free local_list if local_count == 0. (#71241, reported
1562         by Kevin Vandersloot.)
1563
1564         * gdk/x11/gdkselection-x11.c (gdk_text_property_to_text_list): 
1565         Clean up list == NULL handling and failure.
1566
1567 Wed Feb 13 11:27:31 2002  Owen Taylor  <otaylor@redhat.com>
1568
1569         * tests/testtreeview.c (typesystem_recurse): Cast GType
1570         to long and use %ld to fix warning. (#71318, Morten Welinder)
1571
1572 Wed Feb 13 13:26:39 2002  Tim Janik  <timj@gtk.org>
1573
1574         * gtk/gtkmenu.c: fix figuring accel path and changing behaviour.
1575
1576 Wed Feb 13 06:42:37 2002  Tim Janik  <timj@gtk.org>
1577
1578         * gtk/gtktable.c (gtk_table_size_allocate_pass1): partly revert
1579         my recent expanding change to not expand the table if all children
1580         have not epxand behaviour. this fixes palette views which often
1581         use homogeneous non-expanding tables.
1582
1583 Tue Feb 12 14:27:41 2002  Kristian Rietveld  <kris@gtk.org>
1584
1585         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): emit
1586         row_deleted before we start unreffing the nodes ourselves
1587         (gtk_tree_model_sort_increment_stamp): always increment the stamp,
1588         and not only if the stamp equals 0 (pointed out by Darin Adler)
1589
1590         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): we want
1591         to continue the while loop and not the nested for loop.
1592
1593 Tue Feb 12 02:19:49 2002  Tim Janik  <timj@gtk.org>
1594
1595         * gtk/gtktable.c (gtk_table_size_allocate_pass1): always spread out
1596         the extra space allocated for the homogeneous case, as we don't
1597         properly deal with readjusting table allocation within it. (for  this
1598         purpose, a GtkAlignment can be used as table parent).
1599
1600 2002-02-11  Darin Adler  <darin@bentspoon.com>
1601
1602         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_row_changed):
1603         Consider reordering the row even when there's no sort column, if
1604         there's a default sort function.
1605         (gtk_tree_model_sort_rows_reordered): Use symbolic constants.
1606         (gtk_tree_model_sort_level_find_insert): Add code to handle the
1607         case where there is no sort column, but a default sort function.
1608         (gtk_tree_model_sort_insert_value): Add code to handle the case
1609         where there is no sort column an no default sort function.
1610         (gtk_tree_model_sort_set_model): Use symbolic constant.
1611         (gtk_tree_model_sort_reset_default_sort_func): Use symbolic constant.
1612
1613 2002-02-11  Sven Neumann  <sven@gimp.org>
1614
1615         * gtk/gtkfilesel.c: converted the "Delete File" dialog to
1616         GtkMessageDialog. Marked missing strings for translation.
1617
1618 Mon Feb 11 22:03:15 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1619
1620         * gtk/gtkpaned.[ch]: Opaque resizing + prelighting for paned widget.
1621         * gtk/gtkvpaned.c, gtk/gtkhpaned.c: move reszing logic to gtkpaned.c
1622
1623 Mon Feb 11 21:42:17 2002  Kristian Rietveld  <kris@gtk.org>
1624
1625         Implements DnD scrolling and fixes #71139
1626
1627         * gtk/gtktreeview.c (gtk_tree_view_vertical_autoscroll): new function,
1628         (scroll_row_timeout): new function,
1629         (gtk_tree_view_drag_motion): create scroll_timeout, so
1630         scroll_row_timeout gets called
1631
1632 Mon Feb 11 17:54:46 2002  Kristian Rietveld  <kris@gtk.org>
1633
1634         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper
1635         member of hadjustment correct, so the hscrollbars of lists smaller
1636         than 1 page (in width) are somewhat saner
1637
1638 2002-02-11  jacob berkman  <jacob@ximian.com>
1639
1640         * gdk/gdkwindow.h (gdk_get_default_root_window): fix signature to
1641         match implementation
1642
1643 Mon Feb 11 16:48:34 2002  Kristian Rietveld  <kris@gtk.org>
1644
1645         * gtk/gtkliststore.c (gtk_list_store_set_valist): set value of
1646         func to NULL during initialization (we don't use func in the
1647         !SORTED case, so we just silent the compiler here) (#71029)
1648
1649 Mon Feb 11 16:40:44 2002  Kristian Rietveld  <kris@gtk.org>
1650
1651         * gtk/gtktreeview.c (gtk_tree_view_set_model): install presize
1652         handler, so the validate_rows_handler will always be run (#70997)
1653
1654 Sun Feb 10 22:20:46 2002  Kristian Rietveld  <kris@gtk.org>
1655
1656         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
1657         value of new_location by one if cmp_a > 0 and we hit the end of
1658         the list and pass NULL instead of a 'NULL-iter' with
1659         _rows_reordered (#71060)
1660
1661 Sun Feb 10 12:32:44 2002  Owen Taylor  <otaylor@redhat.com>
1662
1663         * modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
1664         imti-et.c} po/POTFILES.in: Add three Ethiopic input methods from
1665         Daniel Yacob.
1666
1667 2002-02-10  Anders Carlsson  <andersca@gnu.org>
1668
1669         * gtk/gtkcalendar.c (gtk_calendar_class_init): Set finalize handler;
1670         (gtk_calendar_finalize): Rename gtk_calendar_destroy to 
1671         gtk_calendar_finalize since ::destroy can be called multiple times, 
1672         resulting in double-freeing memory.
1673
1674 2002-02-10  Hans Breuer  <hans@breuer.org>
1675
1676         * gdk/win32/gdkgeometry-win32.c : don't reduce the scroll
1677         rect size by the scroll amount
1678
1679         * gdk/win32/gdkwindow-win32.c
1680         * gdk/win32/gdkselection-win32.c : added some casts to
1681         make it compile with msvc's strict type checking
1682
1683         * gtk/fnmatch.c : #include <ctype.h> again for tolower
1684         prototype. The fnmatch() code assumes to be in the crt 
1685         locale though it is feeded by utf8 strings from gtkfilesel.c
1686
1687         * gtk/gtkfilesel.c : let ->cmpl_text be a strdup managed by
1688         _CompletionDir instead of referencing already freed memory
1689
1690         * gtk/gtktooltips.c (gtk_tooltips_init) : fix typo to
1691         gtk_rc_parse_string (theDefaultTooltipColor) once as it
1692         was intended
1693
1694         * tests/makefile.msc : added more tests
1695
1696         * tests/testgtk.c (create_list) : don't try to load gtkenums.h
1697         from the current directory use ../gtk/gtkenums.h instead
1698
1699 2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
1700
1701         * gtk/gtksizegroup.c: Fix a double "The" typo in a string.
1702         
1703 2002-02-09  Matthias Clasen  <matthias@local>
1704
1705         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
1706         for selectable tab labels (even without a segfault, they make the
1707         notebook almost unusable, though).  (#69985)
1708
1709 2002-02-08  Matthias Clasen  <matthias@local>
1710
1711         * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): Silently do 
1712         nothing if the parent is not a menu.  (#66492)
1713
1714 2002-02-06  Matthias Clasen  <matthiasc@poet.de>
1715
1716         * gtk/gtkitemfactory.c (gtk_item_factory_from_widget,
1717         gtk_item_factory_path_from_widget): Try fetching the return value 
1718         from menu_item->submenu as a fallback.  (#69020)
1719         
1720 Sat Feb  9 22:57:43 2002  Kristian Rietveld  <kris@gtk.org>
1721
1722         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): convert
1723         the iter to a child iter again, after doing _iter_children. It's
1724         possible that _iter_children added some rows and updated the stamp.
1725
1726 2002-02-09  Daniel Elstner  <daniel.elstner@gmx.net>
1727
1728         * gtk/gtktextchild.c: Use == rather than = in sanity
1729         checks.  Ouch!
1730
1731 2002-02-09  Daniel Elstner  <daniel.elstner@gmx.net>
1732
1733         * gtk/gtktextchild.c (CHECK_IN_BUFFER_RETURN): Add missing
1734         curled braces so that it doesn't always return.  Also indent
1735         both CHECK_IN_BUFFER* macros properly, and make use of
1736         G_STMT_START/G_STMT_END.
1737
1738 Sat Feb  9 13:27:14 2002  Owen Taylor  <otaylor@redhat.com>
1739
1740         * gtk/gtkbindings.h: Add prototype for
1741         _gtk_binding_reset_parsed().
1742
1743 Sat Feb  9 13:19:20 2002  Owen Taylor  <otaylor@redhat.com>
1744
1745         * configure.in gtk/Makefile.am gtk/theme-bits/*: Add
1746         tools and images used for creating the check/radio
1747         button images in the default theme.
1748
1749 Sat Feb  9 13:58:41 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1750
1751         * gtk/gtkpaned.[ch]: Keyboard navigation for GtkPaned
1752         F6: cycle between panes.
1753         F8: focus handle (#53584)
1754         
1755         * tests/testgtk.c: Add test cases for GtkPaned keyboard 
1756         navigation.
1757         
1758 Sat Feb  9 00:16:31 2002  Owen Taylor  <otaylor@redhat.com>
1759
1760         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): 
1761         XCopyArea with subwindow_mode = IncludeInferiors.
1762         (#70999)
1763
1764         * demos/testpixbuf-save.c (configure_cb): Fix a minor
1765         memory management problem.
1766
1767 Fri Feb  8 20:24:58 2002  Owen Taylor  <otaylor@redhat.com>
1768         
1769         * gtk/gtkbindings.c (binding_compose_params): Fix problem
1770         with string-valued parameters (#70012, Johan Dahlin.)
1771
1772         * gtk/gtkentry.c (gtk_entry_delete_whitespace): Fix 
1773         white space deletion.
1774
1775 Fri Feb  8 21:25:56 2002  Jonathan Blandford  <jrb@redhat.com>
1776
1777         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): fix
1778         evil ref bug where the wrong row and a deleted row was unreffed.
1779         Found by Darin Adler <darin@bentspoon.com>
1780
1781 Fri Feb  8 18:46:13 2002  Owen Taylor  <otaylor@redhat.com>
1782
1783         * gtk/gtkbindings.[ch] (_gtk_binding_reset_parsed): Add
1784         a function to delete all bindings add by
1785         gtk_binding_parse_binding() when rereading RC files.
1786
1787         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Reset
1788         binding set content as well as RC content.
1789
1790         * gtk/gtkbindings.c (binding_compose_params): Fix 
1791         various GValue handling problems.
1792
1793         * gtk/gtkentry.c (gtk_entry_class_init): Remove bindings 
1794         for C-b, C-f, M-b, M-f, C-a, C-e, C-w, C-y, M-space, C-u,
1795         C-k, M-\, M-d, C-d.
1796
1797         * gtk/gtktextview.c (gtk_text_view_class_init): Remove
1798         same bindings as GtkEntry, plus C-n, C-p, C-space
1799
1800         * gtk/gtkrc.key.default gtk/gtkrc.key.emacs gtk/Makefile.am:
1801         Add Emacs and Default key themes.
1802         
1803 2002-02-08  Darin Adler  <darin@bentspoon.com>
1804
1805         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
1806         Remove a tiny bit more dead code.
1807
1808 2002-02-08  Darin Adler  <darin@bentspoon.com>
1809
1810         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
1811         Fix stale pointer bug.
1812
1813 Fri Feb  8 14:30:14 2002  Owen Taylor  <otaylor@redhat.com>
1814
1815         * gtk/gtkclist.c (title_focus_in): Return FALSE if
1816         not showing the titles. (#70959, Thomas Leonard)
1817
1818 2002-02-08  Darin Adler  <darin@bentspoon.com>
1819
1820         * demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
1821         * gdk/x11/gdkim-x11.c: Remove gdki8n.h include.
1822         * gdk/x11/gdkkeys-x11.c: Remove <ctype.h> include.
1823         * gdk/x11/gdkmain-x11.c: Remove <ctype.h> include.
1824         * gtk/fnmatch.c: Remove <ctype.h> include.
1825         * gtk/gtkaccelgroup.c: Remove <ctype.h> include.
1826         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): toupper ->
1827         g_unichar_toupper, toupper -> g_unichar_totile
1828         * gtk/gtkbindings.c: Remove <ctype.h> include.
1829         * gtk/gtkfontsel.c: Remove <ctype.h> include.
1830         * gtk/gtkiconfactory.c: Remove <ctype.h> include.
1831         * gtk/gtkinputdialog.c: Remove <ctype.h> include.
1832         * gtk/gtklabel.c: Remove <ctype.h> include.
1833         * gtk/gtkmain.c: Remove <ctype.h> include.
1834         * gtk/gtkmenu.c: Remove <ctype.h> include.
1835         * gtk/gtkoldeditable.c: Remove <ctype.h> include.
1836         * gtk/gtkrc.c: Remove <ctype.h> include.
1837         * gtk/gtktextbtree.c: Remove <ctype.h> include.
1838         * gtk/gtktextiter.c: Remove <ctype.h> include.
1839         * gtk/gtktextsegment.c: Remove <ctype.h> include.
1840
1841 2002-02-08  Sven Neumann  <sven@gimp.org>
1842
1843         * gtk/gtkfilesel.c
1844         * gtk/gtkgamma.c
1845         * gtk/gtkinputdialog.c: use stock labels for dialog action buttons.
1846
1847 2002-02-08  Darin Adler  <darin@bentspoon.com>
1848
1849         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_ref_node),
1850         (gtk_tree_model_sort_unref_node): Pass the ref_node and
1851         unref_node calls through to the child model.
1852
1853 2002-02-08  Laszlo Peter  <laca@ireland.sun.com>
1854
1855         * gtk/gtktextchild.c: s/__FUNCTION__/G_GNUC_FUNCTION/
1856         * gtk/gtktextview.c: ditto
1857
1858 2002-02-07  Havoc Pennington  <hp@pobox.com>
1859
1860         * gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
1861         change_value virtual function, to fix build
1862
1863         * gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was 
1864         from GtkWidget not GtkMisc. Not that it ever mattered.
1865
1866 Thu Feb  7 19:52:00 2002  Owen Taylor  <otaylor@redhat.com>
1867
1868         * gtk/gtknotebook.[ch]: Add ::move-focus-out signal
1869         to handle Control[-Shift]-Tab and Control-arrow
1870         bindings and implement bindings as per #53612.
1871
1872         * gtk/gtktextview.c (gtk_text_view_move_focus): Fix 
1873         fetching the toplevel for plug-socket.
1874
1875         * gtk/gtknotebook.c (gtk_notebook_class_init): Remove
1876         bindings for Return/Enter to select the page.
1877
1878         * gtk/gtknotebook.c (gtk_notebook_change_current_page):
1879         Beep at ends.
1880
1881         * gtk/gtknotebook.c (focus_tabs_move): Don't wrap around
1882         and beep at ends.
1883
1884         * gtk/gtknotebook.c (gtk_notebook_focus): When focusing into
1885         the page with the arrow keys, focus the first widget,
1886         not the directionally closest widget.
1887
1888 Thu Feb  7 19:00:10 2002  Owen Taylor  <otaylor@redhat.com>
1889
1890         * gtk/gtkspinbutton.c (gtk_spin_button_key_release): Convert
1891         to using  binding set for doing key bindings. (#62622,
1892         Requested by Skip Montaro)
1893
1894         * gtk/gtkwindow.c (gtk_window_class_init): Add control-arrow
1895         bindings as overrides along with control-tab bindings.
1896
1897         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix return
1898         type for ::focus_tab signal.
1899
1900 Thu Feb  7 19:39:27 2002  Kristian Rietveld  <kris@gtk.org>
1901
1902         Fixes #70782 and some drag dest rectangle/line issues
1903
1904         * gtk/gtktreeview.c (gtk_tree_view_set_model): set
1905         GTK_TREE_VIEW_IS_LIST flag (we can switch from a TreeStore to a
1906         ListStore for example)
1907         (gtk_tree_view_get_path_at_pos): revert previous change, we
1908         shouldn't correct for the header, because we are taking bin_window
1909         coordinates here
1910         (gtk_tree_view_set_drag_dest_row): queue old drag_dest row and
1911         upper/lower neighbors for draw, so the drag dest rectangle/line will
1912         be cleared correctly
1913         (gtk_tree_view_get_dest_row_at_pos): correct for treeview header
1914         here, as drag_y is relative to the widget and _get_path_at_pos wants
1915         coords relative to bin_window, draw black outline rectangle after
1916         drawing the cells
1917
1918 Thu Feb  7 10:53:12 2002  Owen Taylor  <otaylor@redhat.com>
1919
1920         * gtk/gtkentry.c (gtk_entry_draw_text): Use layout text
1921         (which may be affected by invisible char) to compute
1922         selection bounds, not entry text. (#70733, Alex Larsson)
1923
1924 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
1925
1926         * gtk/gtkwidget.[ch]:
1927         Change show_help signal to return gboolean instead of void. This
1928         allows the keypress which invokes the signal to be propagated to the
1929         focus widgets ancestors if not handled by the focus widget.
1930         
1931         * gtk/gtktoolips.[ch]
1932         Change _gtk_tooltips_show_tip () to return a gboolean indicating
1933         whether widget has tooltip to display.
1934         
1935 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
1936
1937         * gtk/gtkwidget.[ch]:
1938         Change popup_menu signal to return gboolean instead of void. This
1939         allows the keypress which invokes the signal to be propagated to the
1940         focus widgets ancestors if not handled by the focus widget.
1941
1942         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtktextview.c:
1943         Change signature of popup_menu signal handler to return gboolean
1944         instead of void and return TRUE in the signal handler
1945
1946 2002-02-07  Anders Carlsson  <andersca@gnu.org>
1947
1948         * gdk/x11/xsettings-common.c (xsettings_setting_free): Free 
1949         the setting name.
1950
1951 Wed Feb  6 23:28:39 2002  Kristian Rietveld  <kris@gtk.org>
1952
1953         Fixes #70708
1954
1955         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): we're dealing
1956         with widget coordinates here, so take the header height into
1957         account while converting
1958         (gtk_tree_view_widget_to_tree_coords): take header height into
1959         account
1960         (gtk_tree_view_tree_to_widget_coords): ditto
1961         (gtk_tree_view_get_dest_row_at_pos): we were passing coords
1962         relative to the tree with _get_path_at_pos, while that function
1963         wants coords relative to the widget
1964
1965 2002-02-06  Havoc Pennington  <hp@redhat.com>
1966
1967         * gtk/gtktextview.c (gtk_text_view_scroll_hpages): remove unused variable
1968         (gtk_text_view_get_window): add warning about how you
1969         can't get the private window. #70683, and avoid default: in the
1970         switch so we get "enum value unhandled" warnings
1971
1972 2002-02-06  Havoc Pennington  <hp@redhat.com>
1973
1974         * gtk/gtktextchild.c: Add warnings if you try to use a child
1975         anchor that isn't inside a buffer. Really kind of lame; 
1976         we should separate the anchor from the buffer. But not worth 
1977         fixing for now. #70601
1978
1979 Wed Feb  6 18:25:24 2002  Kristian Rietveld  <kris@gtk.org>
1980
1981         * gtk/gtktreemodelsort.c: rip out all the debugging ifdefs, as
1982         modelsort seems to be stable (and nobody complained :)
1983
1984 Tue Feb  5 19:13:42 2002  Owen Taylor  <otaylor@redhat.com>
1985
1986         * gdk/x11/gdkgeometry-x11.c (gdk_window_queue): Keep
1987         the length of the anti-expose queue finite, by if
1988         it gets too long, first doing a XSync() and checking
1989         the event queue, and if that doesn't work, simply
1990         discarding all anti-expose items in the queue.
1991
1992         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix ordering
1993         on ConfigureNotify (#56349, Thomas Leonard)
1994
1995 2002-02-05  Havoc Pennington  <hp@redhat.com>
1996
1997         * gtk/gtkimage.c (gtk_image_expose): offset area being gotten from
1998         pixmap by the align/padding offsets, so we don't get warnings
1999         in gdk_pixbuf_get_from_drawable (and so it works, of course)
2000
2001 2002-02-05  Matthias Clasen  <matthiasc@poet.de>
2002
2003         * gtk/gtkrc.c (gtk_rc_parse_file): Remove a (now) misleading comment.
2004
2005 2002-02-05  Federico Mena Quintero  <federico@ximian.com>
2006
2007         * gdk/gdkwindow.h: Do not #include <gdk/gdkwindow.h>.
2008
2009 Tue Feb  5 22:54:16 2002  Kristian Rietveld  <kris@gtk.org>
2010
2011         * gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
2012         path, which we're going to pass with the emission of row_inserted, to
2013         the iter we inserted and not its sibling.
2014
2015 2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
2016
2017         * gtk/gtkmenu.c (gtk_menu_popup):
2018         Fix leak of GdkEvent (#70519)
2019
2020 Mon Feb  4 10:40:28 2002  Owen Taylor  <otaylor@redhat.com>
2021
2022         * gtk/gtkstyle.c (gtk_default_draw_resize_grip):
2023         Fix from Matthias Clasen to clear background appropriately
2024         for theme by calling gtk_style_apply_default_background().
2025         (#70449)
2026
2027 Mon Feb  4 10:06:49 2002  Owen Taylor  <otaylor@redhat.com>
2028
2029         * gdk/x11/gdkevents-x11.c: gtk-double-click-time,
2030         not gtk-double-click-timeout. (#70501)
2031
2032 2002-02-04  Havoc Pennington  <hp@pobox.com>
2033
2034         * gtk/gtksignal.c (gtk_signal_connect_while_alive): 
2035         (gtk_signal_connect_object_while_alive): rename 
2036         "signal" arg to "name" to avoid compiler warnings
2037         about shadowing signal(). #70453
2038
2039 2002-02-03  Anders Carlsson  <expander-master@gtk.org>
2040
2041         * gtk/gtkstyle.c (gtk_default_draw_expander): Add 
2042         flipping support to the expanders.
2043
2044 Sat Feb  2 21:54:01 2002  Owen Taylor  <otaylor@redhat.com>
2045
2046         RC file lookup improvements (#68234, suggestions
2047         from Matthias Clasen.)
2048
2049         * gtk/gtkrc.c (gtk_rc_parse_file): Look for the 
2050         locale suffix variants (gtkrc.en_US, gtkrc.en) for
2051         all RC files we parse, not just the default RC
2052         files.
2053
2054         * gtk/gtkrc.c (gtk_rc_parse_default_files): Remove
2055         support for charset specific RC files.
2056
2057 Sat Feb  2 20:16:04 2002  Owen Taylor  <otaylor@redhat.com>
2058
2059         * gtk/gtkmenushell.c (_gtk_menu_shell_select_first): 
2060         Non-exported _gtk_menu_select_first() function that
2061         selects the first item of the menu in a standard
2062         way. (Skipping tearoffs.)
2063
2064         * gtk/gtkmenushell.c gtk/gtkentry.c gtk/gtktextview.c
2065         gtkmenuitem.c: Use _gtk_menu_shell_select_first().
2066
2067         * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Remember
2068         if we are starting the timeout from a keypress so
2069         we can set menushell->ignore_enter properly.
2070
2071         * gtk/gtknotebook.c (focus_child_in): Return something
2072         meaningful if there are no children.
2073
2074         * gtk/gtkmenu.c (gtk_menu_key_press): Fix precendence
2075         problem.
2076
2077 Sat Feb  2 19:15:42 2002  Owen Taylor  <otaylor@redhat.com>
2078
2079         * gtk/gtkmenu.c (gtk_menu_popup): Fix some bugs in
2080         the determination of xgrab_shell.
2081
2082 Sat Feb  2 17:43:00 2002  Owen Taylor  <otaylor@redhat.com>
2083
2084         * gtk/gtkentry.c (gtk_entry_grab_focus): Add a GtkSetting
2085         (gtk-entry-select-on-focus) controlling whether the
2086         contents of an entry are selected on focus in.
2087
2088         * gtk/gtkmenu.c (gtk_menu_key_press): Add a GtkSetting
2089         (gtk-can-change-accels) controlling whether accelerators can be
2090         changed on the fly or not. (#51902)
2091
2092         * gtk/gtkmenu.c (gtk_menu_key_press): Allow unmodified
2093         accelerators, now that accelerator changing can be turned
2094         off for those who won't expect it. (#61285)
2095
2096         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow 
2097         Backspace/Delete/KP_Delete as valid accelerators.
2098
2099         * gtk/gtkmenu.c (gtk_menu_key_press): Allow setting of
2100         Delete/Backspace as accelerators by making them toggle
2101         the menu item between empty and the pressed key.
2102         (#58605)
2103
2104         * tests/testgtkrc: Remove the objectionably short cursor blink
2105         time setting.
2106
2107 Sat Feb  2 16:43:31 2002  Owen Taylor  <otaylor@redhat.com>
2108
2109         * gtk/gtkmenu.c (gtk_menu_popup): To get around the fact
2110         that we may have a owner_events = FALSE grab in effect
2111         when we pop up a window, make a temporary grab on a
2112         different window, then grab on the real window. Fixes
2113         a problem where if a context menu popped up under the 
2114         cursor, the first item would be stuck unselected.
2115         (#59812, reported by Arnaud Charlet.)
2116
2117 2002-02-02  Peter Williams  <peterw@ximian.com>
2118
2119         * gtk/Makefile.am (install-data-local): Install gtkrc.default
2120         from $(srcdir) for when $(builddir) is different.
2121
2122 Sat Feb  2 19:00:39 2002  Kristian Rietveld  <kris@gtk.org>
2123
2124         * gtk/Makefile.am: remove TESTGTK_RCFILE define
2125
2126 Sat Feb  2 11:37:21 2002  Owen Taylor  <otaylor@redhat.com>
2127
2128         * gtk/gtkmenu.c (gtk_menu_popup): Remove the 
2129         "select first item if popped up from keypress" hack --
2130         was causing more problems than it was worth 
2131         (#53191, #68483)
2132
2133         * gtk/gtktextview.c (popup_targets_received): 
2134          gtk/gtkentry.c (popup_targets_received): If activated
2135         from keyboard, select first item of popup menu.
2136
2137 Sat Feb  2 18:07:51 2002  Kristian Rietveld  <kris@gtk.org>
2138
2139         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper member
2140         of vadjustment correct, so the vscrollbars of lists smaller than
2141         1 page are somewhat saner (#66905)
2142
2143         * gtk/gtkliststore.c (gtk_list_store_remove_silently): do not
2144         increment the stamp, liststore is a model with persisting iters
2145
2146 Fri Feb  1 23:54:00 2002  Owen Taylor  <otaylor@redhat.com>
2147
2148         * gtk/gtkrc.[ch] (gtk_rc_parse_engine): Support 
2149         engine "" {} to mean override to the default 
2150         engine. (#70205)
2151
2152 Fri Feb  1 23:25:33 2002  Owen Taylor  <otaylor@redhat.com>
2153
2154         * gtk/gtktooltips.c (gtk_tooltips_init): Parse the
2155         RC string here when the first object is created
2156         rather than in the class_init to not break doc 
2157         building. (#70341, Havoc Pennington.)
2158
2159         * gtk/gtkrc.c (parse_include_file): Use the directories
2160         for the currently parsed files as the starting point
2161         to look for include files. (#59975)
2162
2163 Fri Feb  1 20:21:56 2002  Manish Singh  <yosh@gimp.org>
2164
2165         * gtk/gtkinputdialog.c: use gtk_label_new_with_mnemonic for labels
2166         that actually have mnemonics
2167
2168 Fri Feb  1 19:57:59 2002  Owen Taylor  <otaylor@redhat.com>
2169
2170         * configure.in: Fix use of ! in shell.
2171
2172         * gtk/gtktooltips.c (gtk_tooltips_class_init) gtkrc.default: 
2173         Move the setting of default tooltips colors to gtktooltips.c
2174         from gtkrc.default. (Use default priority so themes will
2175         override.) (#58542)
2176
2177 Fri Feb  1 17:48:51 2002  Owen Taylor  <otaylor@redhat.com>
2178
2179         * gtk/gtkrc.c (gtk_rc_get_style): Fix ordering of
2180         priorities so that priorities take precendence over
2181         the ordering by type. (#70205)
2182
2183         * test/testgtkrc tests/testgtk.c (create_rc_file): Add 
2184         some labels to test priorities in testgtkrc.
2185
2186 Fri Feb  1 00:37:49 2002  Kristian Rietveld  <kris@gtk.org>
2187
2188         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): use
2189         y coordinate relative to the tree and not the treeview window
2190         (fixes the PgDn/PgUp brokenness)
2191
2192 Fri Feb  1 23:40:31 2002  Kristian Rietveld  <kris@gtk.org>
2193
2194         * gtk/gtktreeview.c (gtk_tree_view_button_press): adjust
2195         cell_area and background_area for possible treeview scroll
2196         (fixes #70283, #70065)
2197
2198 Fri Feb  1 22:20:13 2002  Kristian Rietveld  <kris@gtk.org>
2199
2200         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): use
2201         height - page_size not height - allocation->height (fixes #66269)
2202
2203 Fri Feb  1 15:22:23 2002  Owen Taylor  <otaylor@redhat.com>
2204
2205         * gtk/gtkimage.c (gtk_image_class_init): Fix typo
2206         in property description. (Christian Rose.)
2207
2208 Fri Feb  1 14:50:36 2002  Owen Taylor  <otaylor@redhat.com>
2209
2210         * gtk/gtkrc.c (gtk_rc_parse_string): Handle reparsing
2211         any strings if the theme changes. (#69465)
2212
2213         * tests/testgtk.c: Add a test for gtk_rc_parse_string().
2214
2215 Fri Feb  1 20:50:29 2002  Kristian Rietveld  <kris@gtk.org>
2216
2217         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): set tree to
2218         NULL if tree_view->priv->tree is NULL (#70152, patch by John Harper).
2219
2220 Fri Feb  1 12:51:20 2002  Owen Taylor  <otaylor@redhat.com>
2221
2222         * gtk/gtknotebook.c (focus_child_in): Catch the
2223         cur_page == NULL (no children) case. (#70287,
2224         Paolo Maggi.)
2225
2226 Fri Feb  1 12:12:12 2002  Owen Taylor  <otaylor@redhat.com>
2227
2228         * gtk/gtkfilesel.c (attempt_file_completion): 
2229         s/directory/folder/ in all labels and messages.
2230
2231 Fri Feb  1 08:57:38 2002  Owen Taylor  <otaylor@redhat.com>
2232
2233         * gtk/gtkmain.c (gtk_exit_func): Remove this useless
2234         atexit handler. (existance pointed out by Stefan Kost)
2235
2236         * gtk/gtkmain.c (gtk_init_check): Warning fixes.
2237
2238 Thu Jan 31 18:46:10 2002  Jonathan Blandford  <jrb@redhat.com>
2239
2240         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): unref the
2241         model after the last use, not before.
2242
2243 Thu Jan 31 14:50:16 2002  Owen Taylor  <otaylor@redhat.com>
2244
2245         * gtk/gtkrc.default gtk/Makefile.am: Install a Default
2246         RC file that sets the tooltips color to yellow. (#58542)
2247
2248         * gtk/gtksettings.c (gtk_settings_class_init): make 
2249         the default theme "Default", not NULL.
2250
2251 Thu Jan 31 11:33:52 2002  Owen Taylor  <otaylor@redhat.com>
2252
2253         * gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix 
2254         another missing static.
2255
2256         * gtk/gtkimmodule.c (n_loaded_contexts): And another.
2257
2258         * gdk/x11/Makefile.am gdk/x11/gxid_lib.c: Don't
2259         build gxid sources at all except in the vanishingly
2260         rare case of --with-xinput=xfree.
2261
2262 2002-01-31  Mark McLoughlin  <mark@skynet.ie>
2263
2264         * gdk/gdkimage.c: (scratch_image_info_for_depth): make static.
2265
2266         * gdk/x11/gdkimage-x11.c: (get_full_image): ditto.
2267
2268         * gdk/x11/gxid_lib.[ch]: (_gxid_claim_device), (_gxid_release_device):
2269         renamed from gxid_(claim|release)_device.
2270
2271         * gdk/x11/gdkinput-gxi.c: (_gdk_input_enable_window),
2272         (_gdk_input_disable_window): upd for gxid change.
2273
2274         * gtk/gtkimage.c: (animation_timeout): make static.
2275
2276         * gtk/gtkstyle.c: (draw_thin_shadow), (draw_spin_entry_shadow): make
2277         static.
2278
2279         * gtk/gtktextutil.c: (bidi_menu_entries): make static.
2280
2281 Thu Jan 31 10:21:05 2002  Owen Taylor  <otaylor@redhat.com>
2282
2283         * gtk/gtkplug.c (gtk_plug_focus): Handle the case where
2284         bin->child is NULL. (#70153, Padraig O'Briain)
2285
2286         * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems): 
2287         Actually call gettext() on the labels; previously they
2288         were marked with N_() but we never called gettext().
2289
2290 Wed Jan 30 20:15:49 2002  Jonathan Blandford  <jrb@redhat.com>
2291
2292         * gtk/gtktreestore.c (gtk_tree_store_set_valist): save last minute
2293         changes before committing.
2294
2295         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
2296
2297 Wed Jan 30 18:46:14 2002  Jonathan Blandford  <jrb@redhat.com>
2298
2299         * gtk/gtkliststore.c (gtk_list_store_set_valist): only emit the
2300         signal if an interesting column changes.
2301
2302         * gtk/gtktreestore.c: ditto.
2303
2304         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): change behavior so
2305         that it no longer grabs 
2306
2307 2002-01-30  Manish Singh  <yosh@gimp.org>
2308
2309         * gtk/gtkhandlebox.c (gtk_handle_box_destroy): remove unused
2310         variable.
2311
2312         * gtk/gtkwindow.c (gtk_window_get_icon): function returns a value,
2313         so return NULL with g_return_val_if_fail instead of g_return_if_fail.
2314
2315 2002-01-30  Matthias Clasen  <matthiasc@poet.de>
2316
2317         * gtk/*.c: Remove excess g_return_if_fail calls from static
2318         and virtual functions.  (#57615)
2319         
2320 2002-01-30  Anders Carlsson  <andersca@gnu.org>
2321
2322         * gtk/gtkstyle.c (gtk_default_render_icon): Allow a -1 icon size.
2323
2324 Wed Jan 30 20:29:01 2002  Tim Janik  <timj@gtk.org>
2325
2326         * gtk/gtkscale.c (gtk_scale_set_digits): fix revrted bug fix.
2327         (use a define for max digits).
2328
2329 Wed Jan 30 13:55:59 2002  Owen Taylor  <otaylor@redhat.com>
2330
2331         * gtk/gtkwindow.c (gtk_window_show): Try to make
2332         sure that we have some focused widget on map. (#50339)
2333
2334         * gtk/gtkdialog.c (gtk_dialog_map): Handling picking
2335         a focus widget here differently so that if a
2336         response button gets picked, it's the default one.
2337
2338         * tests/testgtk.c (make_message_dialog): Set the 
2339         default response for the dialogs.
2340
2341 Tue Jan 29 22:52:36 2002  Owen Taylor  <otaylor@redhat.com>
2342
2343         * Released 1.3.13
2344
2345         * configure.in: Micro version 13, interface, binary
2346         age 0. Require GLIB-1.3.13, Pango 0.24.
2347
2348         * docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt,
2349         sizing-test.txt, tree-column-sizing.txt
2350
2351         * docs/Makefile.am (EXTRA_DIST): Don't distribute
2352         Changes-1.2.txt, Changes-2.0.txt, README.linux-fb,
2353         since they are no longer canonical.
2354
2355         * gtk/gtk.def: Convert spaces to tabs in front of
2356         gtk_widget_set_accel_path in case it matters.
2357
2358         * NEWS: Updated for 1.3.13.
2359
2360 Tue Jan 29 22:31:07 2002  Owen Taylor  <otaylor@redhat.com>
2361
2362         * gtk/gtkwidget.[ch] gtkmenuitem.c gtkitemfactory.c: Export 
2363         gtk_widget_set_accel_path().
2364
2365         * gtk/gtk.def: Add gtk_widget_set_accel_path.
2366
2367 Tue Jan 29 21:50:28 2002  Owen Taylor  <otaylor@redhat.com>
2368
2369         * gtk/gtkaccelmap.[ch] gtk/gtkbindings.[ch] gtk/gtkwidget.[ch]:
2370         Consistently use GdkModifierType. (#66950, Mark Patton)
2371
2372         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
2373         For consistency with gtk_button_new_from_stock(), fall back
2374         to gtk_image_menu_item_new_with_mnemnonic(). (#65944,
2375         Havoc Pennington)
2376         
2377         * gtk/gtkitemfactory.[ch] (gtk_item_factory_path_from_widget): 
2378         Make G_CONST_RETURN. (#68527, Matt Wilson)
2379
2380 Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
2381
2382         * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
2383         that the end points are included in the range. (#69783,
2384         Jeffrey Baker)
2385
2386 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
2387
2388         * gtk/gtkscale.[ch]: Revert the last changes to make the
2389         number of digits only effect drawing, instead, don't
2390         round unless we are in the 'draw_value' mode -- this
2391         is the behavior of GTK+-1.2, and keeps the behavior that
2392         if the user sees a displayed value, it is the correct value.
2393
2394 Tue Jan 29 19:51:05 2002  Owen Taylor  <otaylor@redhat.com>
2395
2396         * gtk/gtkenums.h: Deprecate GtkPreviewType,
2397         GtkSignalRunType, GtkSideType, GtkSubmenuPlacement, GtkSubmenuDirection
2398         (#68183, Matthias Clasen)
2399
2400         * gtk/gtkmenuitem.h: Remove _gtk_menu_item_set_placement() from
2401         the public header to avoid having to use GtkSubmenuPlacement.
2402
2403         * gtk/{gtkmenuitem.c,gtkmenubar.c,gtkmenushell.c}: #define
2404         GTK_MENU_INTERNALS to preserve access to GtkSubmenu*.
2405
2406         * gdk/gdki18n.h: Deprecate contents. (Darin Adler.)
2407
2408 Tue Jan 29 19:32:47 2002  Owen Taylor  <otaylor@redhat.com>
2409
2410         * gtk/gtktextview.c (gtk_text_view_get/set_property): 
2411         Fix wrong usage of g_value_set/get_object for PROP_TABS
2412         and memory leak in getter for PROP_TABS. (Jeff Franks)
2413
2414 Tue Jan 29 19:04:41 2002  Owen Taylor  <otaylor@redhat.com>
2415
2416         * gtk/gtkstyle.c (gtk_style_render_icon): Document that
2417         a size of (GtkIconSize)-1 means don't scale.
2418
2419         * gtk/gtkstyle.c (gtk_default_render_icon): Obey the
2420         -1 convention.
2421
2422         * gtk/gtkimage.c (gtk_image_expose): Pass in -1 to
2423         gtk_style_render_icon() to make sure that we catch it
2424         obviously if the style's render function tries to
2425         scale.
2426
2427 Tue Jan 29 18:50:59 2002  Owen Taylor  <otaylor@redhat.com>
2428
2429         * gtk/gtkimage.c (gtk_image_expose): Optimize exposes of
2430         partial insensitive images.
2431
2432 2002-01-24  Havoc Pennington  <hp@redhat.com>
2433
2434         * gtk/gtkimage.c (gtk_image_expose): create insensitive version of
2435         the image regardless of storage type, #63305
2436
2437         * demos/gtk-demo/images.c: add toggle button to demonstrate that
2438         GtkImage makes its contents insensitive
2439
2440 Tue Jan 29 17:40:02 2002  Owen Taylor  <otaylor@redhat.com>
2441
2442         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
2443         Call _gdk_draw_pixbuf(), thus enabling using this function
2444         for pixbufs with alpha. (#68801)
2445
2446         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Move
2447         implementation of gdk_pixbuf_render_to_drawable()
2448         to here.
2449
2450 Tue Jan 29 17:16:17 2002  Owen Taylor  <otaylor@redhat.com>
2451
2452         * gtk/gtklayout.c: Patch from Jacob Berkman to fix problem
2453         when the height/width of a layout was set before the
2454         adjustments were added. (#66294)
2455
2456         * gtk/gtktreeview.c: Warning cleanups.
2457
2458 Tue Jan 29 16:35:04 2002  Owen Taylor  <otaylor@redhat.com>
2459
2460         * gtk/gtkhandlebox.c (gtk_handle_box_motion): Small
2461         fix to size of torn off window (#60271, Detlef Reichl)
2462
2463         * gtk/Makefile.am: Don't install gtkhsv.h. (Pointed out
2464         by Ross Burton)
2465
2466 Tue Jan 29 18:50:46 2002  Kristian Rietveld  <kris@gtk.org>
2467
2468         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): free
2469         cursor_path after usage
2470         (gtk_tree_view_real_start_interactive_search): use new g_signal
2471         and g_object calls
2472         (gtk_tree_view_search_dialog_destroy): use g_object calls and free
2473         selected_iter if set
2474         (gtk_tree_view_search_position_func): rework so it will never ever
2475         appear offscreen (#68492)
2476         (gtk_tree_view_search_move): use new g_object calls
2477         (gtk_tree_view_search_init): free selected_iter if set, use new
2478         g_object calls
2479         (gtk_tree_view_leave_notify): don't destroy interactive search
2480         dialog
2481
2482 Tue Jan 29 23:07:03 2002  Kristian Rietveld  <kris@gtk.org>
2483
2484         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
2485         send focus in event
2486         (gtk_tree_view_search_dialog_destroy): send focus out event (#66466)
2487
2488 2002-01-29  Anders Carlsson  <andersca@gnu.org>
2489
2490         * gtk/gtkfontsel.c (gtk_font_selection_select_size): Show correct
2491         size in the size entry.
2492
2493 Tue Jan 29 16:11:55 2002  Owen Taylor  <otaylor@redhat.com>
2494
2495         * gtk/gtkfontsel.c (gtk_font_selection_show_available_sizes): Use
2496         gtk_tree_view_set_cursor() instead of gtk_tree_selection_select_iter().
2497
2498         * gtk/gtkfontsel.c (gtk_font_selection_init): Add mnemonic to
2499         preview field. (#52433, patch from Anders Carlsson)
2500         
2501         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Remove the 
2502         dialog separator. (#69558, Alex Larsson, patch from Anders Carlsson)
2503
2504 Tue Jan 29 15:24:59 2002  Owen Taylor  <otaylor@redhat.com>
2505
2506         * gtk/gtkfontsel.[ch]: Switch over to GtkTreeView from
2507         GtkCList. Remove the entries above the font/face lists 
2508         since they were a little confusing. (Not sure about this 
2509         change, so the code is still there the entries are
2510         just hidden.) (#68890)
2511
2512         * gtk/gtkfilesel.c: Switch over to GtkTreeView from
2513         GtkCList. Add mnemonics for fileops. Allow Control/Shift
2514         Tab to focus out.
2515
2516         * gtk/gtkfilesel.c: Make fileop dialogs transient-for
2517         the fileselector. (#69336, patch from Melvin Hadasht)
2518
2519         * gtk/gtkgamma.c (button_clicked_callback): Fix handling
2520         of gamma dialog a bit. (#69336, Matthias Clasen.)
2521
2522 Tue Jan 29 14:56:28 2002  Owen Taylor  <otaylor@redhat.com>
2523
2524         * gtk/gtksocket.c (toplevel_focus_out_handler): Return boolean
2525         (and FALSE from focus_in / focus_out handlers. (#69528,
2526         Padraig O'Briain)
2527
2528 Tue Jan 29 14:47:54 2002  Owen Taylor  <otaylor@redhat.com>
2529
2530         * gtk/gtkmain.c (gtk_init_check): Remove the scary startup
2531         warning. (#69480)
2532
2533 Tue Jan 29 14:24:49 2002  Owen Taylor  <otaylor@redhat.com>
2534
2535         * gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
2536         bindings for "move-focus" so that Control-Tab to escape from
2537         something that eats Tab just works if not otherwise overriden.
2538
2539         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range) 
2540         * gtk/gtkvscale.c (gtk_vscale_new_with_range)
2541         * gtk/gtkhscale.c (gtk_hscale_new_with_range): Use a page_size
2542         of zero for the adjustment, since at times we think that the range
2543         is lower to upper - page_size. A page size equally to the 
2544         step_increment is, in any case, not meaningful.
2545
2546 2002-01-29  Tor Lillqvist  <tml@iki.fi>
2547
2548         * README.win32: Add comment about gtk-1-3-win32-production branch
2549         currently being ahead in functionality and code cleanliness (in
2550         gdk/win32). Just in case somebody looks at the code in gdk/win32
2551         here and starts fixing it, when it is going to change soonish
2552         anyway.
2553
2554 2002-01-29  Sven Neumann  <sven@gimp.org>
2555
2556         * gtk/gtkrc.c: don't install an empty icon_set if none of the image
2557         files could be found in the pixmap_path (bug #69398).
2558         
2559 2002-01-29  Sven Neumann  <sven@gimp.org>
2560
2561         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): fixed a segfault
2562         that showed up when using the color picker.
2563
2564 Tue Jan 29 11:51:14 2002  Tim Janik  <timj@gtk.org>
2565
2566         * gtk/gtkscale.[hc]: fix default value for ::digits property,
2567         leave as 1 as per havoc's request.
2568         don't apply the draw_digits value to range->round_digits,
2569         so we don't perform gross quantization by default.
2570
2571 2002-01-25  Havoc Pennington  <hp@redhat.com>
2572
2573         * gtk/gtktextbtree.c (_gtk_text_btree_delete): fix assertion
2574         failure by creating the line data, but not validating it at this
2575         stage. Also, remove old code related to the "bogus newline" mess
2576         that removed all tags from the last char in the buffer if you
2577         tried to delete it.
2578         (_gtk_text_line_data_new): put this here and prepend underscore,
2579         remove from gtktextlayout.c
2580
2581 Mon Jan 28 19:57:39 2002  Owen Taylor  <otaylor@redhat.com>
2582
2583         * modules/input/imhangul.c modules/input/imhangul-defs.h
2584         po/POTFILES.in. Add port of Emacs korean-hangul input
2585         method from Yusuke Tabata (#67665)
2586
2587 Mon Jan 28 18:25:10 2002  Owen Taylor  <otaylor@redhat.com>
2588
2589         * gtk/gtkentry.c (gtk_entry_draw_frame): Paint shadow
2590         before focus to give theme engines a bit morea
2591         flexibility. (#69857)
2592
2593 Mon Jan 28 16:23:20 2002  Jonathan Blandford  <jrb@redhat.com>
2594
2595         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): no longer
2596         g_assert.
2597
2598 2002-01-28  Jon Trowbridge  <trow@gnu.org>
2599
2600         * gtk/gtktreeview.c (gtk_tree_view_set_model): When setting the
2601         GtkTreeView's model, set prelight_node, prelight_tree,
2602         button_pressed_node and button_pressed_tree to NULL. (#69603)
2603
2604 2002-01-28 Bill Haneman <bill.haneman@sun.com>
2605
2606         * gtk/gtkstyle.c:
2607         Make sure that the default expanders are drawn with
2608         an outline thickness appropriate to the size of the
2609         expanders (RINT expander_size/7).
2610         Added static gtk_style_draw_polygon_with_gc(), to
2611         reduce code duplication.
2612
2613         * gtk/gtktreeview.c: (gtk_tree_view_bin_expose):
2614         Use focus_line_thickness when drawing focus lines.
2615
2616         * gtk/gtktreeviewcolumn.c:(gtk_tree_view_column_cell_get_size):
2617         Adjust requested width to include focus line thickness.
2618         (gtk_tree_view_column_cell_render_or_focus):
2619         Calculate a focus line rectangle which gets larger as the focus
2620         line thickness increases, to avoid overwriting cell content.
2621         Render left-aligned content at x+focus_line_width.
2622         (gtk_tree_view_column_cell_draw_focus):
2623         Don't draw a focus line around an editable text cell, since the
2624         text caret already indicates keyboard focus.
2625         Pass a GtkStateType appropriate to the focussed cell's state
2626         to gtk_paint_focus.
2627
2628 Mon Jan 28 14:44:40 2002  Jonathan Blandford  <jrb@redhat.com>
2629
2630         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): Only
2631         activate/edit the row if shift is not pressed, #69248
2632
2633 2002-01-28  Anders Carlsson  <andersca@gnu.org>
2634
2635         * gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
2636
2637 2002-01-28  Matthias Clasen  <matthiasc@poet.de>
2638
2639         * gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,
2640         gtkcellrenderer.c,gtkcellrendererpixbuf.c,gtkcombo.c,
2641         gtkcontainer.c,gtkcurve.c,gtkframe.c,gtklabel.c,
2642         gtkmessagedialog.c,gtknotebook.c,gtkspinbutton.c,gtktable.c,
2643         gtktext.c,gtktextview.c,gtktreeview.c,gtktreeviewcolumn.c,
2644         gtkviewport.c,gtkwidget.c}: General property notification 
2645         cleanup. (#69066)
2646
2647 2002-01-28  Anders Carlsson  <andersca@gnu.org>
2648
2649         * gtk/gtkaccelgroup.c (gtk_accel_groups_activate): & with the
2650         default mod mask so accels work when numlock is on.
2651
2652 Sun Jan 27 23:23:23 2002  Kristian Rietveld  <kris@gtk.org>
2653
2654         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_mark_invalid (my previous
2655         commit already needed this ...)
2656
2657 Sun Jan 27 22:13:02 2002  Kristian Rietveld  <kris@gtk.org>
2658
2659         Fix for bug #69586
2660
2661         * gtk/gtktreeprivate.h: get rid of tab_offset, introduce
2662         expander_size
2663
2664         * gtk/gtktreeview.c: get rid of ->priv->tab_offset, introduce
2665         expander_size caching (from style), fix CELL_HEIGHT macro,
2666         use MAX ("RBNODE_HEIGHT", expander_size) (differs per case) for
2667         row height calculation, added style_set callback
2668
2669 2002-01-27  Anders Carlsson  <andersca@gnu.org>
2670
2671         * gtk/gtklabel.c (gtk_label_create_window): Set the cursor to
2672         GDK_XTERM.
2673
2674         * gtk/gtktextview.h (struct _GtkTextView): add mouse_cursor_obscured.
2675
2676         * gtk/gtkentry.h (struct _GtkEntry): Add mouse_cursor_obscured.
2677
2678         * gtk/gtktextview.c (set_invisible_cursor): New function.
2679         (gtk_text_view_obscure_mouse_cursor): Likewise.
2680         (gtk_text_view_key_press_event): Call obscure_cursor if text 
2681         has been inserted.
2682         (gtk_text_view_motion_event): Restore the mouse cursor.
2683
2684         * gtk/gtkentry.c (gtk_entry_realize): Add GDK_POINTER_MOTION_MASK.
2685         (set_invisible_cursor): New function.
2686         (gtk_entry_obscure_mouse_cursor): Likewise.
2687         (gtk_entry_key_press): call obscure_cursor if text has been inserted.
2688         (gtk_entry_motion_notify): Restore the mouse cursor.
2689
2690 2002-01-27  Sven Neumann  <sven@gimp.org>
2691
2692         * gtk/gtkstyle.c (sanitize_size): removed unused return value.
2693
2694 Sat Jan 26 19:27:23 2002  Owen Taylor  <otaylor@redhat.com>
2695
2696         * gtk/gtksocket.c (gtk_socket_grab_notify): Don't
2697         send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)
2698
2699 Sat Jan 26 19:04:37 2002  Owen Taylor  <otaylor@redhat.com>
2700
2701         * gtk/gtkmain.c (check_is_grabbed): Return FALSE not true
2702         in the grab_widget == NULL case. (Bug reported by 
2703         Padraig O'Briain, #69735)
2704
2705         * gtk/gtkplug.c (handle_modality_on): Realize the modality
2706         window so gtk_widget_event() doesn't complain :-((((.
2707
2708 2002-01-25  Federico Mena Quintero  <federico@ximian.com>
2709
2710         Merge from gdk-pixbuf stable.
2711
2712         * gdk/gdkpixbuf-drawable.c (rgb565msb): Fixed the endianness
2713         conversion --- swap the individual 16 bit values instead of taking
2714         everying as a 32 bit value.
2715         (rgb565lsb): Likewise.
2716         (rgb555lsb): Likewise.
2717         (rgb555msb): Likewise.
2718
2719 2002-01-25  Alex Larsson  <alexl@redhat.com>
2720
2721         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_drawable_impl_fb_class_init):
2722         Implement copy_to_image instead of get_image
2723         
2724         * gdk/linux-fb/gdkimage-fb.c:
2725         Implement _gdk_image_new_for_depth, _gdk_windowing_get_bits_for_depth and
2726         _gdk_fb_copy_to_image.
2727         Based in part on patch from Mathieu Lacage <mathieu_lacage@realmagic.fr>
2728
2729         * gdk/linux-fb/gdkmain-fb.c:
2730         Make ENABLE_FB_MANAGER region larger.
2731
2732         * gdk/linux-fb/gdkprivate-fb.h:
2733         Change _gdk_fb_get_image to _gdk_fb_copy_to_image.
2734
2735 2002-01-25  Sven Neumann  <sven@gimp.org>
2736
2737         * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
2738         that gtk-doc doesn't get confused.
2739
2740 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
2741
2742         * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
2743         that the passed in arrow is always _UP or _DOWN, this catches
2744         false invocations which lead to drawing artefacts.
2745         (start_spinning): likewise, i.e. sanity check the passed in arrow.
2746         (gtk_spin_button_button_release): fix arrow redrawing.
2747         (gtk_spin_button_button_press): must set click_child for
2748         button3 even if we don't take spinning action right away.
2749
2750         * gtk/gtkspinbutton.h (struct _GtkSpinButton): document
2751         valid values for click_child.
2752
2753 Thu Jan 24 23:03:24 2002  Kristian Rietveld  <kris@gtk.org>
2754
2755         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): update docs,
2756         return current FALSE if x is smaller than the current visible area,
2757         not than the requested area, don't correct y coordinate,
2758         TREE_WINDOW_Y_TO_RBTREE_Y will do that. Fixes #67477.
2759
2760 Thu Jan 24 15:41:08 2002  Jonathan Blandford  <jrb@redhat.com>
2761
2762         * gtk/gtktreeview.c
2763          (gtk_tree_view_motion_draw_column_motion_arrow): fix column
2764          reordering fully.
2765          (gtk_tree_view_size_allocate): fix evil bug.
2766
2767 Thu Jan 24 11:53:19 2002  Owen Taylor  <otaylor@redhat.com>
2768
2769         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't clear
2770         the model until we clean up all the other objects
2771         that might refer to the object.
2772
2773 2002-01-24  Mark McLoughlin  <mark@skynet.ie>
2774
2775         * gtk/gtkaccessible.h: include gtk/gtkwidget.h
2776
2777 Wed Jan 23 20:28:59 2002  Owen Taylor  <otaylor@redhat.com>
2778
2779         * gtk/gtknotebook.c (gtk_notebook_draw_arrow): 
2780         Use insensitive state for insensitive arrows, not
2781         just an "etched state". (#67172, Adrian Custer)
2782
2783 2002-01-23  Manish Singh  <yosh@gimp.org>
2784
2785         * gtk/gtkentry.c (gtk_entry_set_text): use a variable that's actually
2786         been declared.
2787
2788 2002-01-23  Damon Chaplin  <damon@ximian.com>
2789
2790         * configure.in (gtk_doc_min_version): set minimum gtk-doc version to
2791         0.9, since we need to use the new --type-init-func argument for
2792         gtkdoc-scangobj.
2793
2794 2002-01-23  Matthias Clasen  <matthiasc@poet.de>
2795
2796         * gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive
2797         g_return_if_fail() calls. (#57615)
2798
2799         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries): Make
2800         it work for paths with underline accelerators. (#69247)
2801
2802 Wed Jan 23 15:12:16 2002  Owen Taylor  <otaylor@redhat.com>
2803
2804         * gtk/gtkspinbutton.c (gtk_spin_button_state_changed): 
2805         Stop spinning if widget becomes insensitive. (#56248)
2806
2807 Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>
2808
2809         * gtk/gtkspinbutton.c (EPSILON): Decrease value since
2810         we now use doubles.
2811
2812 Tue Jan 22 16:58:37 2002  Jonathan Blandford  <jrb@redhat.com>
2813
2814         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug
2815         I introduced accidentally, #69358
2816
2817 2002-01-22 Padraig O'Briain <padraig.obriain@sun.com>
2818
2819         * gtk/gtktreestore.c (gtk_tree_store_iter_children):
2820         Update last change to prevent core dump
2821
2822 Mon Jan 21 01:21:54 2002  Kristian Rietveld  <kris@gtk.org>
2823
2824         * gtk/gtktreestore.c: add some more stamp checks (pointed out
2825         by Anders Carlsson)
2826
2827         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): don't
2828         assume _row_changed will insert sort (because _row_changed doesn't
2829         need to follow this signal), so apply insert sort here
2830         (gtk_tree_model_sort_level_find_insert): header doesn't need to be
2831         set here, so use a return instead of g_return_val_if_fail.
2832
2833 Mon Jan 21 18:28:17 2002  Jonathan Blandford  <jrb@redhat.com>
2834
2835         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update
2836         top_row.  Remove extraneous print statements.
2837
2838 2002-01-21  Matthias Clasen  <matthiasc@poet.de>
2839
2840         * gtk/gtkitemfactory.c (gtk_item_factory_popup, 
2841         gtk_item_factory_popup_with_data): Document allowed values
2842         for ifactory.
2843
2844         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entry): Make 
2845         it work for paths with underline accelerators.
2846
2847 Fri Jan 18 16:31:21 2002  Jonathan Blandford  <jrb@redhat.com>
2848
2849         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): only resize the
2850         window.
2851
2852 Mon Jan 21 11:56:31 2002  Owen Taylor  <otaylor@redhat.com>
2853
2854         * gtk/gtkentry.c (gtk_entry_real_activate): Trap the 
2855         case where there is no default widget and the entry
2856         is the focus widget, since this also causes infinite
2857         recursion. (#69158)
2858
2859 Mon Jan 21 11:46:39 2002  Owen Taylor  <otaylor@redhat.com>
2860
2861         * gdk/gdk.c (gdk_init_check): Set the fallback program class here,
2862         rather than lazilygdk_get_program_class(), since we don't want
2863         -name to override it. (#69123, Ryan Lovett)
2864
2865 Mon Jan 21 10:29:45 2002  Owen Taylor  <otaylor@redhat.com>
2866
2867         * gdk/gdk.c: Fix wrong types for command line arguments 
2868         (#69124, Ryan Lovett)
2869
2870         * gdk/gdk.c (gdk_arg_context_parse): Fix bug in parsing
2871         parsing '--arg VALUE'.
2872
2873         * gdk/gdk.c: Remove unused variable gdk_error_trap_free_list.
2874
2875 2002-01-21  Havoc Pennington  <hp@pobox.com>
2876
2877         * gdk/gdkwindow.c (gdk_window_add_filter): mention that window 
2878         arg can be NULL
2879
2880 Sat Jan 19 20:49:41 2002  Kristian Rietveld  <kris@gtk.org>
2881
2882         * demos/gtk-demo/editable_cells.c: fix a load of open line ends
2883         (cell_edited): modified patch from German Poo Caaman~o
2884         to fix up old_text declaration and free the memory
2885         (do_editable_cells): unref the model after creating the treeview
2886
2887         * demos/gtk-demo/list_store.c: fix a load of open line ends,
2888         (add_columns): set the sort column id, so we can sort
2889
2890         * demos/gtk-demo/tree_store.c: fix a load of open line ends,
2891         (do_tree_store): unref the model after creating the treeview
2892
2893 2002-01-19  Havoc Pennington  <hp@pobox.com>
2894
2895         * gtk/gtkwindow.c: link to new X11 section in a lot of places when
2896         mentioning the window manager.
2897
2898         * gtk/gtkwidget.c (gtk_widget_hide_on_delete): don't mention
2899         window manager since we're portable.
2900
2901 Sat Jan 19 08:47:41 2002  Jeff Garzik  <jgarzik@mandrakesoft.com>
2902
2903         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
2904         Wrap case values in GPOINTER_TO_UINT().  Fixes build with gcc 3.x.
2905
2906         * gtk/gtkmain.c:  Include sys/types.h if G_OS_UNIX.
2907         Fixes build with gcc 3.x and -ansi.
2908
2909 Fri Jan 18 23:01:37 2002  Owen Taylor  <otaylor@redhat.com>
2910
2911         * gtk/gtkrc.c (gtk_rc_parse_style): Fix problems when
2912         an engine declaration occurs in a reopened style, and
2913         g_free() of objects when errors occur.
2914
2915 2002-01-18  Matthias Clasen  <matthiasc@poet.de>
2916
2917         * gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action):
2918         Clarify documentation. (#69026)
2919
2920         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix 
2921         missing initialization of adjustment. (#69025)
2922
2923 2002-01-17  Raja R Harinath  <harinath@cs.umn.edu>
2924
2925         Simplify Makefiles. 
2926         <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>
2927         * gdk/Makefile.am: Remove use of automake conditionals to pick
2928         library to build.
2929         * gtk/Makefile.am: Likewise.
2930         
2931         * gdk/Makefile.am (LDFLAGS): Use $(libdir), not @prefix@/lib.
2932         * gtk/Makefile.am (LDFLAGS): Likewise.
2933
2934 Thu Jan 17 20:13:14 2002  Owen Taylor  <otaylor@redhat.com>
2935
2936         * gtk/gtknotebook.c (gtk_notebook_redraw_tabs): Fix
2937         missing allocation.x/y offsets. (#68962, Jacob
2938         Berkman)
2939
2940         * gtk/gtknotebook.c (gtk_notebook_size_allocate):
2941         Queue a redraw on the entire widget if we hide
2942         the last page or show the first. (Also #68962)
2943         
2944 2002-01-17  Havoc Pennington  <hp@redhat.com>
2945
2946         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): change
2947         GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it
2948         starts to go up/down paragraphs. This makes Ctrl+Up/Ctrl+Down work
2949         as in the keynav spec, though it makes the interpretation of
2950         GTK_MOVEMENT_PARAGRAPHS different from the interpretation of some
2951         of the other GTK_MOVEMENT_ thingies, maybe, as if that enum makes
2952         any sense anyhow.
2953
2954 Thu Jan 17 16:34:55 2002  Jonathan Blandford  <jrb@redhat.com>
2955
2956         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): For
2957         some reason, I was activating a row while just selecting it.
2958         Reported by andersca.
2959         (gtk_tree_view_size_request): add a
2960         validate_rows_handler to give us a rough width of the widget.
2961
2962         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
2963         Queue a resize here just in case.  It's needed in over half the
2964         cases, and I don't want to do a diff to figure out exactly when
2965         it's needed.
2966
2967 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
2968
2969         * gtk/gtkinputdialog.c,
2970         gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
2971         Mark children as composite. (#66360)
2972
2973         * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
2974         composite children some more. (#66360)
2975
2976 2002-01-17  Havoc Pennington  <hp@redhat.com>
2977
2978         * gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new
2979         function (which I then decided not to use but I think it's needed
2980         to fix #68963
2981
2982         * gtk/gtktextview.c: add page_horizontally action signal and
2983         implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig, 
2984         hackily modified to avoid adding GTK_MOVEMENT_ API. Part of 
2985         #53934
2986
2987         * gtk/gtkmarshalers.list: add NONE:INT,BOOL
2988
2989 Thu Jan 17 17:02:38 2002  Owen Taylor  <otaylor@redhat.com>
2990
2991         * gtk/gtkwidget.c (gtk_widget_real_unrealize): Call
2992         gtk_selection_remove_all() here, not in destroy/
2993         finalize. (#66636, Sergey Vlasov)
2994
2995         * gtk/gtkselection.c (gtk_selection_request): Fix
2996         reentrancy problem with multiple conversions.
2997
2998         * gtk/gtkselection.c (gtk_selection_remove_all): 
2999         Don't remove incrs, we don't need the widget for
3000         maintain the incr.
3001
3002         * gtk/gtkselection.c (struct _GtkIncrInfo): Remove
3003         the widget field from here, we don't need it.
3004
3005 Thu Jan 17 13:08:34 2002  Owen Taylor  <otaylor@redhat.com>
3006
3007         * gdk/x11/gdkmain-x11.c (gdk_error_trap_push): Move
3008         here, and save/restore the X error handler to allow
3009         people using GTK+ to set the X error handler to something
3010         custom without disturbing the operation of GDK.
3011
3012         * gdk/linux-fb/gdkmain-fb.c (gdk_error_trap_push) 
3013         * gdk/win32/gdkmain-win32.c (gdk_error_trap_pop): Add
3014         dummy implementations.
3015
3016         * gdk/x11/gdkmain-x11.c gdk/x11/gdkevents-x11.c 
3017         gdk/x11/gdkdnd-x11.c: Use gdk_error_trap_push()/pop()
3018         for all error trapping.
3019
3020         * gdk/x11/gdkdnd-x11.c: Remove '#if 0' code.
3021
3022         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Fix
3023         problem where we would add the results anyways,
3024         and then add it again if no error occurred, and problem
3025         where we could leave _gdk_error_warnings() unset.
3026
3027 Wed Jan 16 20:28:38 2002  Owen Taylor  <otaylor@redhat.com>
3028
3029         * gtk/gtkfilesel.c: Fix "deleting" filename by adding
3030         another boolean parameter to file_selection_populate() -
3031         whether to clear the entry. Also, never fill in the
3032         entry when the user clicks on something in the 
3033         directory list. (#6791, Reported by Jos Dehaes and many,
3034         many, many others.)
3035
3036 2002-01-16  Havoc Pennington  <hp@redhat.com>
3037
3038         * gtk/gtktextview.c (gtk_text_view_scroll_pages): update
3039         cursor_y_pos with clamped delta rather than theoretical delta
3040         (#68788). Also, if we can't page up/down further then jump 
3041         to top/bottom of the document.
3042
3043 Wed Jan 16 19:33:41 2002  Owen Taylor  <otaylor@redhat.com>
3044
3045         * gtk/gtkfilesel.c (gtk_file_selection_map): Refresh
3046         the dialog on map. (#52877, inspired by request from
3047         Murray Cumming)
3048
3049 Wed Jan 16 19:23:04 2002  Owen Taylor  <otaylor@redhat.com>
3050
3051         * gtk/gtkbindings.c (gtk_binding_entry_activate): 
3052         Support "optional" bindings. If a binding signal
3053         has a boolean return value, and returns FALSE it
3054         is as if it didn't exist all.
3055
3056         * gtk/gtkbindings.c (binding_compose_params): Switch
3057         over to GValue.
3058
3059         * gtk/gtknotebook.[ch]: Make the select_page() and
3060         change_current_page() signals only take effect when
3061         the focus is on the tab area so that key presses
3062         in children pass up to the toplevel correctly.
3063
3064 Wed Jan 16 12:16:37 2002  Owen Taylor  <otaylor@redhat.com>
3065
3066         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Fix 
3067         calculation error in the (shouldn't happen) case where
3068         option_menu->height < child_requisition.height. (Patch
3069         from Jacob Berkman, #66969)
3070
3071 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
3072
3073         * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
3074
3075         * gtk/gtkscale.h (gtk_scale_value_width): Remove useless 
3076         compatibility macro. (#67730) 
3077
3078 Wed Jan 16 10:54:38 2002  Owen Taylor  <otaylor@redhat.com>
3079
3080         * configure.in: Fix typo in --help output.
3081         (Arnaud Charlet).
3082
3083 Wed Jan 16 10:18:42 2002  Owen Taylor  <otaylor@redhat.com>
3084
3085         * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add 
3086         gtkstockpixbufs.h.
3087
3088         * configure.in: Make TIFF, JPEG, PNG loaders mandatory
3089         unless you configure with --without-libtiff, etc.
3090         (#54045, Brian Cameron)
3091
3092 2002-01-16  Padraig O'Briain <padraig.obriain@sun.com>
3093
3094         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
3095         Avoid unexpected warning message when navigating menu (#68517)
3096
3097 2002-01-15  Jody Goldberg <jody@gnome.org>
3098
3099         * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
3100         GtkLayout may have been scrolled _before_ it was realized.
3101
3102 Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>
3103
3104         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
3105         the timer on destroy, or when we are notified that we are
3106         shadowed by a modal dialog.
3107
3108         * gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
3109         not needed any more.
3110
3111         * gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
3112         weren't sent out for the default grab group.
3113
3114         * gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
3115         were getting events because they were part of the previous grab.
3116
3117 Tue Jan 15 12:23:33 2002  Owen Taylor  <otaylor@redhat.com>
3118
3119         * gtk/gtknotebook.c (gtk_notebook_mnemonic_activate_switch_page): 
3120         focus the activated tab, not the page. (#53612)
3121
3122         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Track
3123         the last focus descendant of the page.
3124
3125         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): If the focus
3126         was on the previous page, move it to the last focused widget /
3127         first element on the new page, if possible, or if not, to the 
3128         notebook itself. (#68224, reported by Jonathan Blandford)
3129
3130         * gtk/gtknotebook.c (focus_tabs_in): Don't focus tabs
3131         tabs aren't visible. (#65462, Damon Chaplin, fixed based 
3132         on patch from Anders Carlsson)
3133
3134 2002-01-15            Vitaly Tishkov       <tvv@sparc.spb.su>
3135
3136         * gtk/gtkstyle.c
3137         a misprint in documentation for gtk_style_render_icon () is fixed
3138
3139 Mon Jan 14 23:21:47 2002  Tim Janik  <timj@gtk.org>
3140
3141         * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after
3142         mapping child, so we don't loose events.
3143
3144 2002-01-15  Sven Neumann  <sven@gimp.org>
3145
3146         * gtk/gtkaccellabel.h
3147         * gtk/gtkitemfactory.c: fixed documentation by syncing the parameter
3148         names used in headers and code.
3149
3150 2002-01-14  jacob berkman  <jacob@ximian.com>
3151
3152         * gtk/gtkrc.c (gtk_rc_get_im_module_path): close a comment block
3153
3154 Tue Jan 15 01:13:51 2002  Kristian Rietveld  <kris@gtk.org>
3155
3156         * gtk/gtktreemodelsort.c: fix a load of open line ends,
3157         (gtk_tree_model_sort_set_model): only free root level if it's
3158         !NULL
3159
3160 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
3161
3162         * gtk/gtkoldeditable.c, gtk/gtkrc.c, 
3163         gtk/gtkstyle.c: Documentation additions.
3164
3165         * gtk/gtkmenu.c (gtk_menu_set_accel_path),
3166         gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), 
3167         gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes.
3168
3169         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document.
3170
3171         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use.
3172
3173 Mon Jan 14 17:14:13 2002  Owen Taylor  <otaylor@redhat.com>
3174
3175         * gdk/x11/gdkselection-x11.c (sanitize_utf8): Don't
3176         mangle sequences of consecutive \n or \r.
3177
3178 Mon Jan 14 17:42:28 2002  Jonathan Blandford  <jrb@redhat.com>
3179
3180         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): allow cancel to
3181         happen.
3182
3183         * gtk/gtktreeview.c (install_presize_handler): only install the
3184         handler if we're realized, #68056
3185
3186 Mon Jan 14 16:35:58 2002  Owen Taylor  <otaylor@redhat.com>
3187
3188         * gtk/gtkwindow.c (gtk_window_move_resize): Unset 
3189         initial_pos_set after the first configure request.
3190
3191 2002-01-13  Jody Goldberg <jody@gnome.org>
3192
3193         * gtk/gtktexttag.c (get_color_arg) : set_boxed will copy the color
3194           and will use a mem_chunk to do it.  Avoid an unnecessary copy, a
3195           leak, and confusion.
3196
3197 Sun Jan 13 23:23:22 2002  Owen Taylor  <otaylor@redhat.com>
3198
3199         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
3200         widget->requisition was being used instead of
3201         gtk_widget_get_child_requisition (), causing geometry widgets
3202         with usizes to misbehave.
3203
3204 2002-01-14  Sven Neumann  <sven@gimp.org>
3205
3206         * gtk/gtkrc.c: g_getenv() returns a const string.
3207
3208 2002-01-14  Hasbullah Bin Pit  <sebol@ikhlas.com>
3209
3210         * configure.in: Added ms at ALL_LINGUAS.
3211         * po/ms.po: Added Malay Translation.
3212
3213 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
3214
3215         * gtk/gtkitemfactory.c: Documentation.
3216
3217 2002-01-13  Sven Neumann  <sven@gimp.org>
3218
3219         * gdk/gdkwindow.c: documentation cleanups.
3220
3221 Sun Jan 13 01:15:45 2002  Kristian Rietveld  <kris@gtk.org>
3222
3223         * gtk/gtktreemodelsort.c: various cleanups,
3224         (get_child_iter_from_elt): removed,
3225         (gtk_tree_model_sort_elt_get_path): rewritten to be a lot cleaner
3226         and especially faster,
3227         (gtk_tree_model_convert_iter_to_child_iter): use
3228         gtk_tree_model_sort_elt_get_path
3229
3230 Sat Jan 12 16:57:31 2002  Kristian Rietveld  <kris@gtk.org>
3231
3232         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
3233         revert Owen's change (using a strdupped string as object data), so
3234         the interactive search works again
3235
3236 2002-01-11  Havoc Pennington  <hp@pobox.com>
3237
3238         * gtk/gtklabel.c: put in more links to Pango markup format docs
3239         (gtk_label_set_justify): mention gtk_misc_set_alignment
3240
3241 2002-01-12  Tor Lillqvist  <tml@iki.fi>
3242
3243         Fixes contributed by Archaeopteryx Software: This is a first small
3244         part of their changes. Will commit more later.
3245         
3246         * gdk/win32/*.c: Add some more checks for failed GDI calls. If a
3247         call fails, don't use bogus values.
3248
3249          gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): Plug
3250         memory leak: g_free() the AND and XOR bitmaps after use.
3251         (_gdk_cursor_destroy): If we are destroying the current Windows
3252         cursor, set the Windows cursor to none first.
3253
3254         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old
3255         brush that was in the DC, like the win32-production branch does.
3256
3257         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_finalize): If
3258         the window has a cursor which is the current Windows cursor,
3259         before destroying it set the current Windows cursor to none.
3260         (gdk_window_set_cursor): Also here, if destroying the current
3261         Windows cursor, set the current Windows cursor to none first.
3262         (gdk_window_get_pointer): Revamp logic.
3263         
3264 2002-01-10  jacob berkman  <jacob@ximian.com>
3265
3266         * gtk/gtkwidget.c (gtk_widget_add_events): actually iterate
3267         through the list rather than infinitely loop
3268
3269 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
3270
3271         * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
3272         reset_rc_styles_recurse(). (#68084)
3273
3274 2002-01-10            Vitaly Tishkov       <tvv@sparc.spb.su>
3275         * gtk/gtkimage.c
3276         * gtk/gtkimcontext.c
3277         * gtk/gtktreemodel.c
3278         * gtk/gtktreemodelsort.c
3279         * gtk/gtkwindow.c
3280         fix docs        
3281
3282 Wed Jan  9 20:56:42 2002  Jonathan Blandford  <jrb@redhat.com>
3283
3284         * gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
3285         symbols because we need them in MyEnhancedXkbTranslateKeyCode.
3286
3287 2002-01-10  Tor Lillqvist  <tml@iki.fi>
3288
3289         Apply the same fixes and improvements as to the
3290         gtk-1-3-win32-production branch: Bug fixes and cleanup of
3291         selection and DND functionality. Still doesn't work as well as the
3292         win32-production branch, though, but getting closer.
3293
3294         After this, need to add Archaeopteryx Software's OLE2 DND support.
3295
3296         * gdk/win32/gdkselection-win32.c (gdk_selection_owner_set,
3297         gdk_selection_send_notify, generate_selection_notify): Don't use
3298         SendMessage() to generate events for the same app, instead use
3299         gdk_event_put().
3300
3301         * gdk/win32/gdkprivate-win32.h
3302         * gdk/win32/gdkglobals-win32.c
3303         * gdk/win32/gdkmain-win32.c
3304         * gdk/win32/gdkevents-win32.c: Thus, remove declaration, definition,
3305         initialisation and handling of gdk_selection_notify_msg,
3306         gdk_selection_request_msg and gdk_selection_clear_msg. 
3307
3308         * gdk/win32/gdkselection-win32.c (gdk_text_property_to_text_list,
3309         gdk_free_text_list, gdk_string_to_compound_text,
3310         gdk_free_compound_text): Implement trivially, witrh a text_list
3311         always having a single element, and a compound text always
3312         consisting of just a single (UTF-8!) string. Let's see how well
3313         this works.
3314
3315         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
3316         non-ASCII paste from the clipboard: Try getting the same formats
3317         from the Windows clipboard that gdk_property_change() puts there:
3318         CF_UNICODETEXT, UTF8_STRING or CF_TEXT+CF_LOCALE.
3319
3320         * gdk/win32/gdkproperty-win32.c (gdk_property_change): When
3321         storing text on the clipboard, handle non-ASCII text
3322         correctly. The logic is as follows:
3323
3324         If we have only ASCII characters, use CF_TEXT.
3325
3326         Else, if we are on NT, use CF_UNICODETEXT.
3327
3328         Else (we are on Win9x), if all the characters are present in the
3329         code page of some installed locale, use CF_TEXT and also set
3330         CF_LOCALE to that locale.
3331
3332         Else (still on Win9x) store as RTF. We use a very simple RTF
3333         string, just the text, no fonts or other crap, with the non-ASCII
3334         characters as Unicode \uN keywords. Additionally, also store the
3335         UTF-8 string as such, under the format "UTF8_STRING", so that GDK
3336         can also paste from the Clipboard what it has copied there. (Thus
3337         no need to implement any RTF parser.)
3338         
3339         (find_common_locale): New function, implements the search for a
3340         locale for case 3 above.
3341
3342         * gdk/win32/gdkglobals-win32.c: New global variables
3343         compound_text, text_uri_list, utf8_string, cf_rtf and
3344         cf_utf8_string.
3345
3346         * gdk/win32/gdkim-win32.c (_gdk_ucs2_to_utf8): New function,
3347         converts from a wchar_t string to UTF-8.
3348         (_gdk_utf8_to_ucs2): Rename from _gdk_win32_nmbstowchar_ts.
3349         (_gdk_utf8_to_wcs): Rename from gdk_nmbstowchar_ts.
3350
3351         * gdk/win32/gdkevents-win32.c (build_keypress_event): Use
3352         _gdk_ucs2_to_utf8().
3353
3354         * gdk/win32/gdkselection-win32.c: Remove some unnecessary logging.
3355
3356         * gdk/win32/gdkdnd-win32.c: Plug memory leaks, the
3357         gdk_drag_context_ref() was called unnecessarily in a couple of
3358         places, meaning drag contexts were never freed. The same memory
3359         leaks seem to be present in gdk/linux-fb/gdkselection-fb.c, BTW.
3360
3361         (gdk_drop_reply): For WIN32_DROPFILES drops, free the temporarily
3362         stored file list.
3363
3364         * gdk/win32/gdkselection-win32.c: Clarify the use of the
3365         sel_prop_table. Now it is used only for storing the GDK_SELECTION
3366         "properties".
3367
3368         The file names dropped with WM_DROPFILES -style DND is stored
3369         temporarily (between the drop and the target picking them up) in a
3370         separate place.
3371
3372         Have a separate hash table to map selection atoms to owner
3373         windows. This used to be quite mixed up.
3374
3375         (_gdk_dropfiles_store): New function, to store the dropped file
3376         list for the drop target to possibly fetch, and clear it
3377         afterwards, from gdk_drop_reply().
3378
3379         (gdk_selection_owner_get): Much simplified now.
3380
3381 2002-01-09  jacob berkman  <jacob@ximian.com>
3382
3383         * gtk/gtklayout.c (gtk_layout_style_set): set the background of
3384         our bin window also (fixes #58957)
3385
3386 Wed Jan  9 19:10:07 2002  Jonathan Blandford  <jrb@redhat.com>
3387
3388         * gtk/gtktreeselection.c
3389         (_gtk_tree_selection_internal_select_node): Now we test we can
3390         unselect nodes before selecting new ones.
3391         (gtk_tree_selection_real_select_node): be careful comparing booleans.
3392
3393 Wed Jan  9 21:31:44 2002  Kristian Rietveld  <kris@gtk.org>
3394
3395         * gtk/gtkliststore.c (gtk_list_store_sort): pass NULL to
3396         gtk_tree_model_rows_reordered and not an iter with user_data
3397         set to NULL (which is an invalid liststore iter, so
3398         iter_n_children failed, etc)
3399
3400 2002-01-09  Sven Neumann  <sven@gimp.org>
3401
3402         * tests/prop-editor.c: declared internal functions static.
3403         
3404 Wed Jan  9 11:13:12 2002  Owen Taylor  <otaylor@redhat.com>
3405
3406         * gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path): 
3407         Fix problem with menus without accel groups, such as the
3408         menus for option menus.
3409
3410         * gtk/gtkpaned.c (gtk_paned_expose): Only conditionalize
3411         drawing of handle on whether both children are visible,
3412         not the drawing of the other child!. (#68325, Diego Gonzalez)
3413
3414 Wed Jan  9 10:20:16 2002  Owen Taylor  <otaylor@redhat.com>
3415
3416         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkgc-c11.c: Check for
3417         RENDER before trying to use it... XRenderFindFormat() prints
3418         warnings if called when extension isn't present.
3419
3420 Wed Jan  9 15:20:40 2002  Tim Janik  <timj@gtk.org>
3421
3422         * gtk/gtkmenuitem.c (gtk_menu_item_parent_set): update the accel
3423         path upon parent changes.
3424
3425 Wed Jan  9 13:20:14 2002  Tim Janik  <timj@gtk.org>
3426
3427         * gtk/gtkviewport.c (gtk_viewport_size_allocate): small but important
3428         fix to force vadjustments at size_alocate time from Xavier Ordoquy
3429         <mcarkan@users.sourceforge.net>.
3430
3431 Wed Jan  9 11:23:39 2002  Tim Janik  <timj@gtk.org>
3432
3433         * gtk/gtklayout.c (gtk_layout_get_property): 
3434         * gtk/gtkspinbutton.c (gtk_spin_button_get_property): 
3435         * gtk/gtktreeview.c (gtk_tree_view_get_property): 
3436         * gtk/gtkwidget.c (gtk_widget_get_property): 
3437         * gtk/gtkfontsel.c (gtk_font_selection_get_property): 
3438         * gtk/gtkrange.c (gtk_range_get_property):
3439         * gtk/gtkviewport.c (gtk_viewport_get_property):
3440         * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
3441         possible NULL pointer.
3442
3443 2002-01-08  Mike Kestner  <mkestner@speakeasy.net>
3444
3445         * gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
3446         * gtk/gtktreednd.h : ditto.
3447         * gtk/gtktreemodel.h : ditto.
3448         * gtk/gtktreesortable.h : ditto.
3449         * gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
3450
3451 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
3452
3453         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
3454         than XIDs in the docs.
3455
3456         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
3457
3458 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
3459
3460         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
3461         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
3462
3463 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
3464
3465         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
3466         Handle TOGGLE/RADIOBUTTON as well. (#68201,
3467         Damon Chaplin.)
3468
3469         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
3470         bug, just introduced.
3471
3472 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
3473
3474         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
3475         translations, once and for all.
3476
3477         * gtk/gtktextbuffer.c (paste_from_buffer): Free
3478         the ClipboardRequest structure. (#66198, HideToshi
3479         Tajima)
3480
3481 2002-01-08  jacob berkman  <jacob@ximian.com>
3482
3483         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
3484         the child rather than the layout. see bug #68263
3485
3486 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
3487
3488         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
3489         the handle if we aren't showing both children.
3490         (#68135, Diego Gonzalez)
3491
3492 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
3493
3494         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
3495         leak of result of gtk_container_get_children().
3496
3497 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
3498
3499         * gtk/gtktoolbar.c: Fix leaks of results of
3500         gtk_container_get_children(). (#68199, Damon Chaplin)
3501
3502 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
3503
3504         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
3505         Fix problem where child->requisition was accessed
3506         directly instead of calling get_child_requisition()
3507         (#68199, Damon Chaplin)
3508
3509 2001-01-08  James Henstridge  <james@daa.com.au>
3510
3511         * gtk/gtkstyle.c: add trailing */ on doc comment.
3512
3513 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
3514
3515         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
3516         problem where were the offset into the image was passed
3517         into convert_to_format() wrong.
3518
3519         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
3520         gdk_x11_drawable_update_picture_clip () before using
3521         the picture; allow update_picture_clip() to take a NULL gc
3522         to mean no clipping.
3523
3524 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
3525
3526         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
3527
3528         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
3529
3530         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
3531
3532         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
3533
3534         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
3535         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
3536         gtk_widget_push_composite_child), gtk/gtkdialog.c 
3537         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
3538         from messing up the indentation of inline examples.     
3539
3540         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
3541         instead of getenv().
3542
3543         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
3544         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
3545         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
3546
3547         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
3548         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
3549         Document.
3550
3551 2002-01-07  Anders Carlsson  <andersca@gnu.org>
3552
3553         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
3554         unused pixels and rowstride variables.
3555         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
3556
3557 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
3558
3559         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
3560         the pointer by x/y_offset into the new window when we found
3561         the drag destination.
3562
3563         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
3564         for simulation when the entry already contains the required
3565         accel key and mod.
3566
3567 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
3568  
3569         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
3570         G_DISABLE_CAST_CHECKS.
3571
3572         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
3573         gtk_accel_group_query, gtk_accel_group_find,
3574         gtk_accel_groups_from_object): Document.
3575
3576         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
3577
3578 2002-01-04  Hans Breuer  <hans@breuer.org>
3579
3580         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
3581         need to cast image->mem away from void* to avoid 
3582         'error C2036: 'void *' : unknown size'. Doing pointer 
3583         arithmetics on void pointers is a GCCism afaik.
3584
3585         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
3586         _gdk_draw_pixbuf ()
3587
3588         * gdk/makefile.msc gdk/win32/makefile.msc 
3589         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
3590
3591         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
3592         and take care of image->visual possibly NULL.
3593
3594         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
3595         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
3596         Again take care of image->visual possibly NULL.
3597
3598         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
3599
3600         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
3601         instead of private field access
3602
3603         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
3604         colormap setting to the gdk-X behaviour
3605
3606 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
3607
3608         * gtk/gtkwidget.c: Documentation additions.
3609
3610 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
3611
3612         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
3613
3614         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
3615
3616 2002-01-04  Havoc Pennington  <hp@pobox.com>
3617
3618         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
3619         
3620 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
3621
3622         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
3623         don't infinite loop if the widget and window heirarchies
3624         don't correspond.
3625
3626         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
3627         in heirarchy in ::drag_motion, ::drag_drop callbacks
3628         by referencing child widget lists. (Patch from Tim)
3629
3630         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
3631         with widgets where window.x != widget->allocation.x
3632
3633 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
3634
3635         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
3636         a little bit. (More for consistency than because it
3637         makes much of a difference.)
3638
3639 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
3640
3641         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
3642         (_gdk_x11_have_render): Private function to tell if we have RENDER
3643         extension.
3644
3645         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
3646         None if we don't have RENDER extension.
3647
3648         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
3649         use Xft unless we have render extension.
3650
3651         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
3652         Handle missing render extension.
3653
3654         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
3655         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
3656         to the GdkDrawable vtable that extends get_image() to allow
3657         copying onto existing images.  Make the default implementation of
3658         get_image() use this so that backends don't have to implement
3659         both. Add private wrapper _gdk_drawable_copy_to_image().
3660
3661         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
3662         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
3663         copy_to_image() semantics, speed up by using ShmPixmaps and
3664         XCopyArea when possible, XFlush() after ungrabbing the server,
3665         generally redo the logic once again.
3666
3667         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
3668         _gdk_windowing_bits_per_depth(): Function to convert from depth to
3669         bits-per-pixel. (We assume only one bpp per depth - X requires
3670         this.)
3671
3672         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
3673         scratch image code into a generic _gdk_image_get_scratch() chunk
3674         of code that we can use other places we need scratch images.
3675
3676         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
3677         Add _gdk_image_new_for_depth() as the backend 
3678         to _gdk_image_new() to allowing creating images with
3679         a depth and no visual.
3680
3681         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
3682         parts of images not at 0,0 actually works.
3683
3684         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
3685         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
3686          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
3687           _gdk_draw_pixbuf() [ will be made public later ], to allow 
3688           backends to accelerate drawing pixbufs. 
3689          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
3690            to be the default implementation. 
3691          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
3692          - Optimize the default implementation by using 
3693            _gdk_image_copy_to_pixmap() and scratch shared images, and
3694            special casing the compositing.
3695
3696         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
3697         with alpha using the RENDER extension.
3698
3699         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
3700         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
3701
3702         * tests/testrgb.c: Add test for speed of alpha composition,
3703         reduce the number of iterations since alpha composition
3704         can be a bit slow.
3705
3706         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
3707         Private function to get a ShmPixmap for an image, if possible.
3708
3709 2002-01-04  Anders Carlsson  <andersca@gnu.org>
3710
3711         * tests/testtreesort.c: Add my cool list of integers.
3712
3713 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
3714
3715         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
3716         problem where retrieved atoms weren't properly returned.
3717
3718 2002-01-03  Anders Carlsson  <andersca@gnu.org>
3719
3720         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
3721         tab is pressed and the text view isn't editable, 
3722         move the focus instead.
3723
3724         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
3725         necessary.
3726
3727         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
3728
3729         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
3730
3731         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
3732         if it's NULL.
3733
3734         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
3735         _gtk_tree_view_queue_draw_node.
3736         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
3737
3738         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
3739         sort_column_id can be 0.
3740
3741         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
3742         Only redraw one the node being selected.
3743
3744         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
3745         
3746 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
3747
3748         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
3749         realized but visible && !mapped resize containers (which is
3750         possible with unset CHILD_VISIBLE now).
3751
3752 2002-01-02  jacob berkman  <jacob@ximian.com>
3753
3754         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
3755         libsomething_la_LDFLAGS, so fix the build again
3756
3757 2002-01-01  Havoc Pennington  <hp@pobox.com>
3758
3759         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
3760         exposes to no window children not in the buffer window.
3761         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
3762         - is this the right way to do it?
3763         (gtk_text_view_focus): add focus method, just chains up for now, 
3764         I'm not sure why the GtkContainer implementation doesn't work
3765
3766         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
3767         in the text line for the child anchor segment
3768
3769         * tests/testtext.c (do_add_focus_children): add another test
3770         example (to put focusable buttons into the widget)
3771
3772 2002-01-01  Havoc Pennington  <hp@pobox.com>
3773
3774         * docs/README.linux-fb: note that this file is obsolete
3775
3776         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
3777         files that they should not be edited and look in the reference 
3778         manual instead. Probably these files should just be replaced by 
3779         the note, and their main contents deleted.
3780
3781         * gtk/gtktextview.c: docs
3782
3783         * gtk/gtktextmark.c: docs
3784
3785         * gtk/gtktextchild.c: docs
3786
3787         * gtk/gtktextbuffer.c: docs stuff
3788
3789         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
3790         give people more leads in sorting out PRIMARY vs. CLIPBOARD
3791
3792 2002-01-01  Tor Lillqvist  <tml@iki.fi>
3793
3794         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
3795         ../gdk-pixbuf/gdk-pixbuf-csource.
3796
3797 2001-12-31  Tor Lillqvist  <tml@iki.fi>
3798
3799         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
3800         handling.
3801         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
3802
3803         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
3804         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
3805         one more place.
3806
3807         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
3808         -Wall.
3809
3810         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
3811
3812 2002-01-01  Havoc Pennington  <hp@pobox.com>
3813
3814         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
3815         fix
3816         
3817 2002-01-01  Havoc Pennington  <hp@pobox.com>
3818
3819         * gtk/gtktextview.c (changed_handler): Replace call to
3820         gtk_widget_size_request() that expected to actually compute the
3821         request with a direct use of widget_class->size_request, so we get
3822         our size request right; fixes remaining part of #63065 reported by
3823         Matthias Clasen
3824
3825 2001-12-31  Havoc Pennington  <hp@pobox.com>
3826
3827         * tests/testtext.c (do_insert_and_scroll): remove backward_char
3828         since we no longer have bogus newline
3829         (dialog_response_callback): remove another backward_char horkage, 
3830         reported by Matthias Clasen #63065
3831
3832 2001-12-31  Havoc Pennington  <hp@pobox.com>
3833
3834         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
3835         fix an incorrect assertion that the "valid" flag is always correct
3836         in a node and add explanatory comment. This keeps me from 
3837         reproducing #59101, but I'm remembering that 59101 was actually 
3838         about incorrect pixel totals, so I'm not sure 59101 is actually 
3839         fixed. May just have stopped happening due to some change in 
3840         how C-k works.
3841
3842 2001-12-31  Havoc Pennington  <hp@pobox.com>
3843
3844         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
3845         selection if shift is down, bug #50939
3846         (gtk_text_view_button_press_event): add double/triple click
3847         selection to the current selection if shift is down
3848
3849 2001-12-31  Havoc Pennington  <hp@pobox.com>
3850
3851         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
3852         to use ensure_byte_offsets not ensure_char_offsets, patch 
3853         from Padraig O'Briain bug #67356
3854         
3855 2001-12-30  Havoc Pennington  <hp@pobox.com>
3856
3857         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
3858         the right values, reported by Jeff Franks
3859
3860 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
3861
3862         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
3863
3864 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
3865
3866         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
3867         Minor documentation tweaks.
3868
3869 2001-12-28  Tor Lillqvist  <tml@iki.fi>
3870
3871         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
3872         (unicode_classify): Don't return -1 on encountering an
3873         unclassified character, but play it safe and return U_BASIC_LATIN.
3874
3875 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
3876
3877         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
3878         of misc->xpad/ypad consistent with GtkLabel. Do 
3879         directional flipping when interpreting misc->xalign/yalign.
3880         Fix off-by-one error for negative x,y. (#67472, reported
3881         by Mathieu Lacage)
3882
3883 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
3884
3885         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
3886         Remove optimization that was causing problems because
3887         we called gtk_widget_size_request() before we called
3888         gtk_widget_queue_resize() so RESIZE_NEEDED was not
3889         set. Optimization shouldn't mattter now that we
3890         are smart about needlessly size requesting or allocating
3891         widgets. (#67598, reported by Jacob Berkman)
3892
3893 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
3894
3895         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
3896         Call gdk_window_get_pointer() on menu->bin_window not
3897         menu->window, so we get the correct window for the
3898         menu item. (#65213, Guillermo S. Romero)
3899
3900 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
3901
3902         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
3903         the title by setting to NULL. Move docs inline. 
3904         Update the title if the tearoff window already
3905         exists. Code cleanup. (Fixes #65190, reported by
3906         Vitaly Tishkov.)
3907
3908 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
3909
3910         * gtk/gtksocket.c (gtk_socket_key_press_event): 
3911         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
3912         special handling of key presses unless we are doing 
3913         iter-app embedding. (Fixes #67590, Anders Carlsson)
3914
3915 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
3916
3917         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
3918         (gtk_tree_model_sort_sort_level),
3919         (gtk_tree_model_sort_insert_value): fix a few places where
3920         I was confused between modelsort iters and other iters. This was
3921         really going to happen someday ;)
3922
3923 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
3924
3925         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
3926         we are unprelighted before reordering
3927
3928         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
3929         need to break out of the for loop, not return (this fixed
3930         the 'selection freeze' bug).
3931
3932         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
3933         be pretty stable now, though it still needs some more code
3934         cleanups.
3935
3936 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
3937
3938         * docs/Changes-2.0.txt: Document the fact that
3939         gtk_paned_set_handle_size() has been removed.
3940
3941         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
3942         since it pointed to gtk_paned_set_handle_size(), which
3943         was removed. (#66760, Matt Wilson)
3944
3945 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
3946
3947         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
3948         gtk_drag_hightlight_expose _after_, so it works with
3949         widgets that paint there entire background. (#66735)
3950
3951 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
3952
3953         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
3954         allocation to widget->allocation. (Fixes #67290,
3955         Chris Phelps.)
3956
3957 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
3958
3959         (#67542, reported by Anders Carlsson)
3960         
3961         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
3962         rc_style->font_desc with defaul style instead of replacing
3963         it.
3964
3965         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
3966         font descriptions in RC styles by calling
3967         pango_font_description_merge(). 
3968
3969 2001-12-24  James Henstridge  <james@daa.com.au>
3970
3971         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
3972         valid with both SGML and XML.
3973
3974 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
3975
3976         * configure.in: 1.3.12, interface, binary age 0.
3977
3978         * configure.in: Require new versions of Glib, Pango, ATK.
3979
3980         * NEWS: Updated.
3981
3982         * configure.in: Make explicit what libtool we are executing.
3983         (Tomas Ogren)
3984
3985         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
3986
3987         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
3988         parameter names for docs.
3989
3990 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
3991
3992         * gtk/gtkwindow.c (gtk_window_realize) 
3993           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
3994
3995         * gtk/gtkentry.c (gtk_entry_key_release)
3996           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
3997         key release events to the input method.
3998
3999         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
4000         Handle release of Control/Shift to end hex sequence.
4001
4002         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
4003         Handle key releases as well as presses.
4004
4005 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
4006
4007         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
4008
4009         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
4010         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
4011         documentation about underscores and mnemonics. (#66380)
4012
4013         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
4014         cyclic reference in docs.
4015
4016         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
4017         of default value. (#65402)
4018
4019         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
4020         Markup fixes.
4021
4022 2001-12-20  Anders Carlsson  <andersca@gnu.org>
4023
4024         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
4025         map here.
4026
4027 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
4028
4029         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
4030         (reported by Jeff Franks.)
4031
4032 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
4033
4034         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
4035         prototype for direction_changed. (Reported by
4036         Jeff Franks.)
4037
4038 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
4039
4040         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
4041         Fix typo (list->data becomes list->next)
4042
4043 2001-12-06  Havoc Pennington  <hp@redhat.com>
4044
4045         Add Unicode control char menu, based on patch from Dov.
4046         Bug #63495
4047         
4048         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
4049         gtk_entry_enter_text
4050         (gtk_entry_enter_text): function to do "typing in text"
4051         (popup_targets_received): add the Unicode menu items
4052
4053         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
4054         on Input Methods item, and add the unicode menu items.
4055
4056         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
4057         used in GtkEntry and GtkTextView - may become public later.     
4058
4059 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
4060
4061         * gtk/gtkprogressbar.c: Fix a typo.
4062         * gtk/gtkpaned.c: Fix a typo.
4063         
4064 2001-12-15  Darin Adler  <darin@bentspoon.com>
4065
4066         Fix some warnings.
4067
4068         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
4069         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
4070         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
4071         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
4072         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
4073         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
4074         Restructure loop to get rid of uninitialized variable warning. Also
4075         gives a tiny efficiency gain.
4076
4077 2001-12-15  Murray Cumming  <murrayc@usa.net>
4078
4079         * Fixed first arg type of GtkScale's "format_value" signal's
4080         function pointer.
4081
4082 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
4083         docs/reference/gtk/tmpl/gtkcelleditable.sgml
4084                 gtkcelleditable -> GtkCellEditable
4085         docs/reference/gtk/tmpl/gtktreesortable.sgml
4086                 gtktreesortable -> GtkTreeSortable
4087
4088 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4089
4090         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
4091         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
4092         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
4093         resp.
4094
4095 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
4096
4097         * gtk/gtktreeview.c (validate_visible_area): free path
4098         at the end
4099
4100 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
4101
4102         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
4103
4104 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
4105
4106         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
4107         to find the clicked node in the tree when tree == NULL
4108
4109 2001-12-13  Anders Carlsson  <andersca@gnu.org>
4110
4111         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
4112         event->state with the default mod mask. 
4113
4114 2001-12-12  jacob berkman  <jacob@ximian.com>
4115
4116         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
4117
4118 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
4119
4120         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
4121         Reset the existing slave before removing it to give
4122         it a chance to commit and emit "preedit_changed" 
4123         in case there was still a preedit string.
4124
4125 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
4126         
4127         * gtk/gtktextlayout.c: Typo fixes
4128         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
4129
4130         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
4131         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
4132
4133         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
4134
4135 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
4136
4137         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
4138         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
4139
4140 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
4141
4142         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
4143         "prepainting" the menu before realizing other than
4144         via gtk_style_set_background() - this was broken when
4145         we added menu scroll support.
4146
4147         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
4148         window in the expose event -- fixes problem with border
4149         flashing during scrolling.
4150
4151 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
4152
4153         * gtk/gtksettings.c (gtk_settings_get_property): Support
4154         using names/nicks for the gdk_settings values for enum valued
4155         types. (#57678, reported by Anders Carlsson)
4156
4157 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
4158
4159         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
4160         with insert_page_menu.  Code duplication is bad.
4161
4162         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
4163         wrong fix yesterday.
4164
4165 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
4166
4167         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
4168         modifiers.
4169
4170 2001-12-12  James Henstridge  <james@daa.com.au>
4171
4172         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
4173         (menu_item)->accel_path first when looking up the accel path.
4174
4175 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
4176
4177         * tests/testgtk.c (layout_expose_handler): Only draw
4178         for events on the bin window.
4179
4180 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
4181
4182         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
4183         mnemonics work with notebooks.
4184
4185 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
4186
4187         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
4188         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
4189         Makes some flicker while scrolling go away.
4190
4191 2001-12-11  Michael Natterer  <mitch@gimp.org>
4192
4193         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
4194         adds alpha to the pixbuf; re-load the saved pixbuf and
4195         pixel-by-pixel compare it with the original one.
4196
4197 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
4198
4199         * ChangeLog: Fix wrong ChangeLog entry
4200         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
4201         right corner
4202
4203 2001-12-10  jacob berkman  <jacob@ximian.com>
4204
4205         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
4206         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
4207         (gdk_keyboard_grab): do not grab things if the nograb debug flag
4208         is set
4209
4210         * gdk/gdkinternals.h: 
4211         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
4212         keyboard / mouse
4213
4214 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
4215
4216         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
4217         didn't reset the timer.
4218
4219 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
4220
4221         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
4222
4223 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
4224
4225         * gtk/gtkviewport.c: Add docs.
4226
4227 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
4228
4229         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
4230         RBTree corruption bug--
4231
4232 2001-12-10  Anders Carlsson  <andersca@gnu.org>
4233
4234         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
4235         if edited_column is NULL, also grab focus before removing
4236         the cell_editable.
4237
4238 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
4239
4240         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
4241           denominator in the horizontal case just like we do in the vertical
4242           case (why I didn't notice that there were two cases the first time
4243           around is beyond me:).  Also fix indentation in the vertical case.
4244
4245 2001-12-09  Anders Carlsson  <andersca@gnu.org>
4246
4247         * gdk/x11/gdkevents-x11.c: Update xsettings name.
4248
4249         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
4250         gtk-dnd-drag-threshold GtkSetting.
4251
4252         * gtk/gtksettings.c (gtk_settings_class_init): Add 
4253         setting for dnd drag threshold.
4254
4255 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
4256
4257         * gtk/gtkcontainer.c: Add docs.
4258
4259 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
4260
4261         * gtk/gtkwidget.c: Doc markup fix. 
4262
4263         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
4264
4265         * gtk/gtktreestore.c: Typo fixes. (#66445)
4266
4267         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
4268
4269         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
4270         to gtk_clipboard_set_with_owner(). (#66424)
4271  
4272 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
4273
4274         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
4275         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
4276         Fabrice Bellet <fabrice@gnu.org>, #54127).
4277
4278 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
4279
4280         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
4281         of places, so that people with crashy trees can just run their
4282         program with GTK_DEBUG=TREE.
4283
4284 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
4285
4286         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
4287         per jrb's request
4288
4289 2001-12-08  Anders Carlsson  <andersca@gnu.org>
4290
4291         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
4292         since then the default GtkLayout expose handler won't be called.
4293
4294 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
4295
4296         * gtk/gtktreeview.c (validate_rows_handler): remove
4297         g_return_if_fail.
4298
4299         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
4300         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
4301         empty model.
4302
4303 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
4304
4305         * gtk/gtktreeview.c (validate_visible_area): get logic right,
4306         #66249
4307
4308         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
4309         removing a node ended up with a corrupt tree.  Really really nasty
4310         bug.
4311         (_gtk_rbtree_debug_spew): new debug helper function
4312         (_fixup_validation): new inline function to clean up code
4313         readability a lot. 
4314
4315 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
4316
4317         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
4318         Close comment.
4319
4320 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
4321
4322         * gtk/gtkstyle.h: Typo fixes.
4323
4324         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
4325
4326         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
4327
4328 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
4329
4330         * modules/input/gtkimcontextxim.c: Display the XIM
4331         status callbacks with a popup window. (Patch from
4332         HideToshi Tajima, #50628, somewhat modified.)
4333
4334 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
4335
4336         * gtk/Makefile.am: each source generation rule needs to use its own
4337         temporary file, to avoid clashes for parallel builds. fixed rules
4338         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
4339
4340 2001-12-07  Havoc Pennington  <hp@pobox.com>
4341
4342         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
4343         "cursors that are actually useful" in gdk_cursor_new() docs
4344
4345 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
4346
4347         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
4348         in computing the size of the second child.
4349
4350 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
4351
4352         * gtk/gtkrange.c: Make button 1 clicks on the trough
4353         do pages, button 3 steps. (Patch from Hans Breuer
4354         #63735)
4355
4356 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
4357
4358         * gtk/gtklabel.c: Fix docs. (#66383)
4359
4360         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
4361         (#66278, #66280)
4362         
4363         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
4364         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
4365
4366         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
4367         Don't emit a g_warning() about being deprecated. (#66208)       
4368
4369         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
4370
4371         * gtk/gtkcontainer.c: Doc fixes.
4372         
4373         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
4374
4375         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
4376
4377 2001-12-05  Sven Neumann  <sven@gimp.org>
4378
4379         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
4380
4381         * gtk/queryimmodules.c: g_dir_read_name() returns const.
4382
4383 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
4384
4385         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
4386         #66225
4387         
4388 2001-12-04  Manish Singh  <yosh@gimp.org>
4389
4390         * gtk/gtkmain.c
4391         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
4392         a gpointer.
4393
4394         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
4395         correction to docs.
4396
4397         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
4398
4399 2001-12-04  Havoc Pennington  <hp@redhat.com>
4400
4401         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
4402         g_assert_not_reached() that was bogus, since we demand-create the
4403         tag info. reported by Chris Phelps
4404
4405         Jump through assorted hoops to fix bug from Chris Phelps where 
4406         removing tags from the table resulted in btree trying to 
4407         access tag->table
4408         
4409         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
4410         ourselves to the tag table
4411
4412         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
4413         (_gtk_text_tag_table_remove_buffer): private cruft to 
4414         let us notify buffer of disappearing tags
4415
4416         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
4417         header, put it in tagprivate    
4418
4419         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
4420         tag_removed; it's emitted too late.
4421         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
4422         this
4423
4424         Padding for ABI-compat expansion
4425         
4426         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
4427         (struct _GtkTextAppearance): one pad in here too
4428
4429         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
4430
4431         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
4432         since action signals etc. seem pretty likely
4433
4434         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
4435
4436         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
4437
4438         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
4439
4440 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
4441
4442         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
4443
4444         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
4445
4446         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
4447
4448 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
4449
4450         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
4451         #62084.
4452
4453 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
4454
4455         * demos/gtk-demo/main.c: (create_tree): Minor fix.
4456
4457         * docs/tree-column-sizing.txt: Update
4458
4459         * gtk/gtkrbtree.[ch]: Massive work to support validation.
4460
4461         * gtk/gtktreemodel.c: Doc fixes.
4462
4463         * gtk/gtktreeview.c: Incremental reflow added.
4464         * gtk/gtktreeviewcolumn.c: ditto
4465         * gtk/gtktreeviewcolumn.h: ditto
4466
4467 2001-12-04  Havoc Pennington  <hp@redhat.com>
4468         
4469         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
4470         "invisible" property, #65999
4471
4472 2001-12-04  Matt Wilson  <msw@redhat.com>
4473
4474         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
4475
4476 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
4477
4478         * gtk/gtksettings.c (gtk_settings_set_property_value):
4479         Simplify, make more efficient and fix memory leak
4480         when turning quark into a string. (#66103, HideToshi
4481         Tajima)
4482
4483         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
4484         init() and unref priv->tooltips in destroy rather
4485         than calling gtk_object_destroy() which has no
4486         effect on memory management. (#66104, HideToshi
4487         Tajima)
4488
4489         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
4490         so we free the when the object is freed. (Fixes memory
4491         leak, #66096, HideToshi Tajima)
4492
4493         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
4494         a full GdkEvent structure to avoid reads of uninitialized/
4495         invalid memory in gdk_event_put() (#65877, patch
4496         from Hidetoshi Tajima)
4497
4498 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
4499
4500         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
4501         toggle-size-request doesn't take a requisition.
4502
4503         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
4504         reference to marshaler that no longer exists.
4505
4506 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
4507
4508         Patch from Bill Haneman (with many modifications) to make
4509         the focus color work on dark themes and to make the
4510         focus line width configurable. (#61079, #63074)
4511
4512         * gtk/gtkwidget.c: Add style properties, 
4513         ::focus-widget, ::focus-line-width, and ::focus-padding.
4514
4515         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
4516         state argument as well so we can use fg[STATE] to
4517         draw instead of always drawing with black. 
4518         Cange paint_focus() to respect GtkWidget::focus-width
4519         and GtkWidget::focus-line-pattern. Fix continuity
4520         problem where the default 1-1 stipple had a blob
4521         in one corner and a gap in the other. Change the
4522         interpretation of x/y/width/height to be the bounding
4523         box of the focus rect instead of the rectangle
4524         passed to gdk_draw_rectangle.
4525
4526         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
4527         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
4528         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
4529         and ::focus-line-padding.
4530
4531         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
4532         and remove duplicated code; fix drawing of focus rectangle
4533         when interior-focus = FALSE. (#63072, #63073)
4534
4535         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
4536         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
4537         Range and TreeViewColumn will need more extensive fixing.
4538
4539         * gtk/gtkcolorsel.c: Honor focus line attributes when
4540         drawing the focus on the color swatches. (#63071)
4541
4542         * gtk/gtkhsv.c: Honor focus line attributes when
4543         drawing the focus for the ring and triangle.
4544
4545         * docs/widget_geometry.txt: Start at documenting how 
4546         various widgets are drawn.
4547
4548         * gtk/gtkbutton.c (_gtk_button_paint): Export 
4549         _gtk_button_paint() librarywide, so we don't have 
4550         duplicate a bunch of code in gtktogglebutton.c.
4551
4552         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
4553
4554 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
4555
4556         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
4557         NONE:POINTER.
4558
4559 2001-12-03  Alex Larsson  <alexl@redhat.com>
4560
4561         * gtk/gtkaccellabel.c:
4562         * gtk/gtkarrow.c:
4563         * gtk/gtkcolorsel.c:
4564         * gtk/gtkcontainer.c:
4565         * gtk/gtklabel.c:
4566         * gtk/gtktextview.c:
4567         * gtk/gtktogglebutton.c:
4568         * gtk/gtktreeview.c:
4569         * gtk/gtkwindow.c:
4570         Return FALSE from expose handlers.
4571
4572 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
4573
4574         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
4575         we use pointers, we should free the previous pointer first (if
4576         it exists), before we set a new pointer. (#64726)
4577
4578         * gtk/gtktreeprivate.h: get rid of cursor_drag
4579
4580         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
4581         for cursor_drag
4582         (gtk_tree_view_bin_expose): don't directly return in the while
4583         loop
4584         (gtk_tree_view_class_init): indentend expanders by default
4585         (gtk_tree_view_header_focus): only give the button focus
4586         if it's clickable, visible and the column is reorderable
4587         (#65539)
4588
4589         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
4590         create and free cursor
4591
4592 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
4593
4594         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
4595         some bugs with size requisition. (From Bill Haneman)
4596
4597         * gtk/gtkcalendar.c: Draw headers and selection in 
4598         base/text[SELECTED] instead of fg/bg[SELECTED].
4599
4600         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
4601         code and formatting.
4602
4603 2001-12-03  Havoc Pennington  <hp@pobox.com>
4604
4605         * gtk/gtktextview.c (set_window_height): 
4606         (set_window_width): Hmm, setter functions normally assign the new
4607         value to the object field. Reported by Chris Phelps.
4608
4609 2001-11-30  jacob berkman  <jacob@ximian.com>
4610
4611         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
4612         signal id to 0 after we disconnect from it
4613
4614 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
4615
4616         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
4617         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
4618         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
4619         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
4620
4621         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
4622         GTK_DISABLE_DEPRECATED.
4623
4624         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
4625         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
4626
4627 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
4628
4629         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
4630         move/resize code, removing various bad, non-functional
4631         hacks. (Fixes #65048, reported by Damon Chaplin.)
4632
4633 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
4634
4635         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
4636         bad match error when target drawable is not the 
4637         same depth as the root window. (#65841)
4638
4639         * HACKING: Update.
4640
4641 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
4642
4643         * gdk/gdkwindow.c: Typo fix.
4644
4645 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
4646
4647         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
4648         empty menu items to behave like insensitive items (#59456)
4649
4650         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
4651         next item if the first item in the menu is a tear off item
4652         (#59456-2, suggestion by Matthias Clasen)
4653
4654         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
4655         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
4656         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
4657         (gtk_real_menu_shell_activate_current): add check, so empty
4658         menu items behave like insensitive items (#59456)
4659         
4660         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
4661         the checks more readable ...
4662         
4663         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
4664         (gtk_menu_shell_button_release): causes the menu to dropdown if the
4665         caption is clicked again (#64977)
4666
4667 2001-11-29  Havoc Pennington  <hp@redhat.com>
4668
4669         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
4670         assertion here that we were at the end iterator was not correct;
4671         change code to move us to the end iterator. bug #65731
4672
4673 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
4674
4675         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
4676         improper use of g_locale_to_utf8() to convert from
4677         latin-1, and do it the easy way by building the string
4678         correctly in the first place.
4679
4680 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
4681
4682         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
4683         Convert atoms to and from atoms for properties of type XA_ATOM.
4684         (#65555, patch from Hidetoshi Tajima)
4685
4686 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
4687
4688         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
4689         to avoid problems with Objective C.
4690
4691 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
4692         
4693         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
4694
4695         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
4696         Fix docs. (#65505)
4697
4698         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
4699
4700 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
4701
4702         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
4703         accounting of menu->tearoff_scrollbar width to here
4704         and make sure we have the correct requisition.
4705
4706         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
4707         by using gtk_window_move().
4708
4709         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
4710         the requisition to be updated by calling
4711         gtk_widget_size_request() (#65440)
4712
4713         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
4714         queue resize before calling gtk_menu_set_tearoff_state().
4715
4716 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
4717
4718         * demos/gtk-demo/editable_cells.c: fix typo
4719
4720         * demos/gtk-demo/list_store.c (add_columns): remove call to
4721         gtk_tree_view_column_set_clickable which didn't make sense
4722
4723 2001-11-28  Havoc Pennington  <hp@redhat.com>
4724
4725         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
4726         explaining the validation error in front of the G_BREAKPOINT
4727
4728         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
4729         process updates with include_children = FALSE instead of TRUE, so
4730         we redraw the range only, not the whole darn window.  Making
4731         GtkRange a NO_WINDOW widget had weirdly caused the text widget
4732         Trace/breakpoint trap bug to become much easier to trigger.
4733
4734 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
4735
4736         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
4737         to gdkcursors.h.
4738
4739 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
4740
4741         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
4742
4743         * gdk/gdkcursor.h: Directly include the contents
4744         of gdkcursors.h in the GdkCursorType enum.
4745
4746         * gdk/gdkcursors.h: Deleted.
4747
4748         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
4749         header boilerplate.
4750
4751         * gdk/Makefile.am: Remove the X-derived-headers rule.
4752
4753 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
4754
4755         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
4756         Notify on the ::active property _here_, not in
4757         gtk_check_menu_item_set_active.
4758
4759 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
4760
4761         * gtk/gtkcellrendererpixbuf.c
4762         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
4763         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
4764
4765 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
4766
4767         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
4768         comment about what is going on in this file.
4769
4770         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
4771         x/y problem.
4772
4773 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
4774
4775         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
4776         Calculate size based on the _child_ of the menu item,
4777         not the menuitem. (#65005, Damon Chaplin)
4778
4779         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
4780         some extra vertical padding to the label widget ... restores
4781         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
4782
4783 2001-11-26  Tor Lillqvist  <tml@iki.fi>
4784
4785         * demos/pixbuf-demo.c
4786         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
4787
4788         * demos/gtk-demo/main.c (read_line): No flockfile() or
4789         getc_unlocked() on Win32.
4790
4791 2001-11-25  Tor Lillqvist  <tml@iki.fi>
4792
4793         * configure.in
4794         * acconfig.h: As we now use GDir, no need to check for dirent.h.
4795
4796 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
4797
4798         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
4799         when finished (#65266)
4800
4801 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
4802
4803         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
4804         data after we set the property. (#65264)
4805
4806 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
4807
4808         * gtk/gtkbutton.c: add destroy method so label_text gets freed
4809         if it has been allocated (#65268)
4810
4811 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
4812
4813         * gdk/linux-fb/gdkdrawable-fb2.c
4814         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
4815
4816         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
4817
4818         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
4819         set_family
4820         
4821         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
4822
4823 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
4824
4825         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
4826         deactivate menu when menu_item isn't sensitive (#61389)
4827
4828 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
4829
4830         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
4831         we return (in case of a failure here)
4832
4833 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
4834
4835         * gtk/gtknotebook.c: Handle events in windows other
4836         than widget->event_window properly. (#65079, reported
4837         by Damon Chaplin)
4838
4839         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
4840
4841 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
4842
4843         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
4844         the image at the top. (#65020, request from Seth Nickell)
4845
4846 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
4847
4848         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
4849         arithmetic that was resulting in rows being drawn too low.
4850         (#65001, reported by Damon Chaplin)
4851
4852 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
4853
4854         * gtk/gtkrange.c (gtk_range_button_press): Offset 
4855         invalidated range correctly.
4856
4857         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
4858         of title window. (#65001, reported by Damon Chaplin)
4859
4860         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
4861         horrible hack with use of ::event_after.
4862
4863 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
4864
4865         * Version 1.3.11
4866
4867         * configure.in (ATK_REQUIRED_VERSION): Require
4868         GLib-1.3.11, Pango-0.22, ATK-0.7.
4869
4870         * tests/prop-editor.c (property_widget): Restore
4871         to working as well as it did before.
4872
4873         * gtk/gtklistitem.h: Mark deprecated since it is
4874         an integral part of GtkList.
4875
4876         * demos/gtk-demo/demo-common.h: New header file,
4877         for a common functions not important to the meat
4878         of the demos.
4879         
4880         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
4881         function to search for a file used by the demo.
4882
4883         * demos/*.c: Use demo_find_file.
4884
4885 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
4886
4887         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
4888         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
4889         fixes already mentioned in ChangeLog entry on 2001-11-14.
4890
4891         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
4892
4893 2001-11-23  Hans Breuer  <hans@breuer.org>
4894
4895         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
4896         reflect Pango API change
4897
4898         * gtk/gtk.def : updated externals
4899
4900         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
4901         g_return_val_if_fail() to avoid 'function must return a value'
4902
4903         * gtk/gtkrc.c : added spaces to fix small coding style issues
4904         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
4905         'static correctness'
4906
4907         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
4908         because they only can be build on win32 after applying my patch
4909
4910 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
4911
4912         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
4913         children, in order for the input pnly window to stay *above*
4914         children.
4915
4916 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
4917
4918         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
4919         type walks againts G_TYPE_FUNDAMENTAL_MAX.
4920         
4921         * tests/prop-editor.c: disable type hackery.
4922
4923 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
4924
4925         * gdk/gdkimage.c (gdk_image_get): Fix problem with
4926         lost parameter.
4927
4928 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
4929
4930         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
4931         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
4932         trailing commas in enum declarations.
4933
4934 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
4935
4936         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
4937         interface, binary age 0.
4938
4939         * NEWS: Updates
4940
4941         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
4942         fixes in docs.
4943
4944         * gtk/gtkmain.h: Remove unused and misnamespaced
4945         get_gtk_win32_directory() prototype.
4946
4947         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
4948         to match header.
4949
4950         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
4951         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
4952         to match docs.
4953
4954         * gdk/gdkevents.c (gdk_event_get_coords)
4955           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
4956           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
4957         Fix parameter names in docs.
4958         
4959         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
4960         (#64961, Akira Tagoh)
4961
4962 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
4963
4964         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
4965
4966         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
4967
4968         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
4969
4970         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
4971         back to gtk_accel_groups_from_object(), change @acceleratable
4972         parameter to gtk_accel_groups_activate() accordingly.
4973
4974         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
4975         left-over comment about quark return.
4976
4977         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
4978
4979         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
4980         (Patch from Matt Wilson)
4981
4982         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
4983         object is finalized.
4984
4985 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
4986
4987         * applied patch from owen to get rid of accel map notifiers.
4988         changed things to fix reentrancy and API as discussed on gtk-devel.
4989
4990         * gtk/gtkaccelgroup.[hc]:
4991         (gtk_accel_group_finalize): unregister this accel group from all
4992         accel map paths.
4993         (accel_closure_invalidate): handle invalidation of closures by
4994         disconnecting their accelerators.
4995         (quick_accel_add): move closure connection and changed notification
4996         into this function to reduce code duplication. don't emit change
4997         notification on closurers without accelerators.
4998         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
4999         for a GtkAccelGroupEntry.
5000         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
5001         (gtk_accel_group_connect_by_path): new function to add accelerators
5002         with an accel path.
5003         (gtk_accel_group_disconnect_closure): new function, disconnect a
5004         closure from of an accel group.
5005         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
5006         accel_mods pair and remove them.
5007         (_gtk_accel_group_reconnect): new function that basically does
5008         gtk_accel_group_disconnect_closure() and
5009         gtk_accel_group_connect_by_path() once an accel path changed.
5010         (gtk_accel_groups_disconnect_closure): remove this, there's
5011         gtk_accel_group_disconnect_closure().
5012         
5013         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
5014         nuke notifiers.
5015         (_gtk_accel_path_is_valid): make this non-static for
5016         gtkwidget.c and gtkaccelgroup.c assertions.
5017         (gtk_accel_map_add_notifer): removed this function.
5018         (gtk_accel_map_remove_notifer): same.
5019         (_gtk_accel_map_add_group):
5020         (_gtk_accel_map_remove_group): (un-)register accel groups, with
5021         accel paths for correct propagation.
5022         (gtk_accel_map_add_entry): return void.
5023         (gtk_accel_map_lookup): return gboolean instead of GQuark.
5024         
5025         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
5026         set accel_path on widgets.
5027         
5028         * gtk/gtkwidget.[hc]:
5029         (accel_path_changed): got rid of this, changes are handled by
5030         accel maps internally now.
5031         (_gtk_widget_set_accel_path): get things to work without notifiers.
5032         (gtk_widget_list_accel_closures): list accel closures of a widget.
5033         
5034         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
5035
5036 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
5037
5038         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
5039
5040 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
5041
5042         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
5043         replace gboolean free_last in the function parameters with
5044         gint depth. Changes to reflect new situation.
5045
5046         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
5047         replace gboolean free_last, with gint depth, add gint current_depth.
5048         Changes to reflect new situation.
5049
5050         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
5051         to reflect new situation
5052
5053         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
5054
5055 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
5056
5057         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
5058         where notebook gap was double shifted by allocation.x/y
5059
5060         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
5061         to unmap children.
5062
5063 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
5064
5065         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
5066         allocation to be relative to paned->allocation, now
5067         that this is a NO_WINDOW widget.
5068         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
5069
5070         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
5071         needs to be a boxed property.
5072
5073 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
5074
5075         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
5076         Use the widget's state when drawing the indicator, as
5077         in GtkCheckButton. This gives us color changes for
5078         un-prelighted checkbuttons. (#63308, Matt Wilson)
5079
5080 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
5081
5082         (Fixes related to #64428, Michael Meeks)
5083
5084         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
5085         widget, so it gets mapped again properly when we
5086         add to a parent.
5087
5088         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
5089         plug->socket_window. 
5090
5091         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
5092         socket_window to NULL, not FALSE.
5093
5094         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
5095         socket->same_app to TRUE. (#64612)
5096
5097 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
5098
5099         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
5100         gtk_fixed_set/get_has_window() to remove criticism
5101         about GTK_WIDGET_SET_FLAGS() hacks.
5102
5103 2001-11-19  Michael Natterer  <mitch@gimp.org>
5104
5105         * gtk/gtknotebook.c: show notebook->event_window with
5106         gdk_window_show_unraised(), so it doesn't catch the events which
5107         should go to the tab widgets first.
5108
5109 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
5110
5111         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
5112         "resizable" property, to get rid of the
5113         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
5114         (gtk_tree_view_column_set_resizable): New function to set resizable.
5115         (gtk_tree_view_column_set_resizable): getter.
5116
5117         * tests/testtreecolumns.c (add_clicked): modify for above change.
5118
5119         * Makefile.am (install-data-hook): remove old .pc files before
5120         installing the new one.  We used to symlink this, and it will
5121         break old installs.
5122
5123 2001-11-19  Havoc Pennington  <hp@pobox.com>
5124
5125         * tests/testtext.c (fill_example_buffer): put in a test for
5126         negative indentation values
5127
5128 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
5129
5130         * gtk/gtklabel.c (gtk_label_init): Change default for
5131         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
5132         labels are most often wrapped labels, this gives better
5133         compatibility with GTK+-1.2, where justification was
5134         ignored for wrapped labesl and is a more sensible
5135         default in any case. (#64489)
5136
5137         * gtk/gtklabel.c (gtk_label_class_init): Fix default
5138         for wrap property to FALSE.
5139
5140 2001-11-19  jacob berkman  <jacob@ximian.com>
5141
5142         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
5143
5144 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
5145
5146         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
5147         RevertToParent, not RevertToNone. (#64613, 
5148         Matthias Clasen)
5149
5150 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
5151
5152         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
5153         and label_yalign need to be float properties to
5154         correspond to GTK+-1.2, to gtk_frame_set_label_align,
5155         and to the types of the xalign and yalign properties of GtkMisc.
5156         (#63484, Vitaly Tishkov)
5157
5158 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
5159
5160         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
5161         of plug_added vfunc. (#64408, Jeff Franks)
5162
5163 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
5164
5165         * configure.in (deps): Undef HAVE_STDLIB_H before
5166         checking for jpeg, because jconfig.h has this
5167         in it too (%#$@!). Fix from Matthias Clasen, #64500.
5168
5169 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
5170
5171         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
5172         memory leak when retrieving atom names. (Michael Meeks,
5173         #64508)
5174
5175 2001-11-18  Alex Larsson  <alexl@redhat.com>
5176
5177         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
5178         Update to new Pango API.
5179         
5180 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
5181
5182         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
5183         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
5184         GTK_OBJECT_DESTROYED() check macro.
5185
5186         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
5187         instances of GTK_OBJECT_DESTROYED() that weren't
5188         needed any more.
5189
5190         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
5191         for a connection to ::destroy.
5192
5193 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
5194
5195         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
5196         have been since the beginning, but as special hack,
5197         allow clearing the NO_WINDOW flag to get a window widget.
5198
5199 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
5200
5201         * gtk/gtktreestore.c: return TRUE when value changed, so
5202         row_changed is being emitted
5203
5204 2001-11-18  Hans Breuer  <hans@breuer.org>
5205
5206         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
5207         no label without op, even if it's a no-op.
5208
5209         * gtk/gtk.def :
5210         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
5211
5212         * config.h.win32.in : remove definition of HAVE_DIRENT_H
5213         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
5214         required anymore, replace it.
5215         * gtk/queryimmodules.c : DIR -> GDir replacement, also
5216         getcwd() -> g_get_current_dir()
5217
5218         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
5219         Even 'noisy laugh' scolling appears to work, though I still can't
5220         claim to have fully understood what it is supposed to do ...
5221
5222 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
5223
5224         * gtk/gtkenums.h: Include glib-object.h instead of
5225         gobject/gsignal.h
5226
5227         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
5228           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
5229         argument to the window_at_pointer() field of
5230         GdkPointerHooks. (Patch from Erwann Chenede)
5231
5232         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
5233         to 6 pointers.
5234
5235 2001-11-17  Matt Wilson  <msw@redhat.com>
5236
5237         * gtk/gtkenums.h: must include glib-object.h only
5238
5239 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
5240
5241         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
5242         key bindings in order of visibility - mnemonics, then 
5243         accelerators, then send key to the focus widget, then
5244         bindings on the GtkWindow.
5245
5246         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
5247         Removed the xoffset, yoffset fields of GtkLayout which were
5248         identically zero for compat with 1.2, but were no longer 
5249         compatible with all uses of these fields in 1.2.
5250
5251         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
5252         unused variable.
5253
5254 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
5255
5256         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
5257         We no longer need to create the signals here ... they
5258         come from the interface.
5259
5260         * gtk/maketypes.awk: Use GType, not GtkType in output.
5261
5262         * gtk/gtktypeutils.h: Mark virtually all of this
5263         file deprecated.
5264
5265         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
5266         the only use of this function is the GtkArg using
5267         GtkCallbackMarshal, since destroy notification is
5268         silly here.
5269
5270 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
5271
5272         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
5273         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
5274         only for compatibility with GTK+-1.2; and deprecate it; 
5275         put all marshalers we actually use into gtkmarshalers.list 
5276         and use the _gtk_marshal_ prefix for these marshalers.
5277
5278 2001-11-17  Murray Cumming  <murrayc@usa.net>
5279
5280         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
5281         The first parameters of the signals are now registered as
5282         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
5283         
5284 2001-11-17  Tor Lillqvist  <tml@iki.fi>
5285
5286         * gtk-zip.sh.in: Build separate runtime and developer
5287         packages.
5288
5289         * gtk/gtk.def: Reflect recent accelerator-related changes.
5290
5291 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
5292
5293         * gtk/gtkwindow.c (gtk_window_set_default): Move 
5294         notification of "has_default" to here, so it
5295         is safe to call gtk_window_set_default() instead
5296         of gtk_widget_grab_default().
5297
5298         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
5299         gtk_widget_grab_focus(), which then calls 
5300         _gtk_widget_internal_set_focus(). This makes 
5301         gtk_window_set_focus() a safe way of both setting
5302         and unsetting the focus widget.
5303
5304         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
5305         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
5306         to find the toplevel.
5307
5308         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
5309         from the "internal functions" section.
5310
5311 2001-11-16  jacob berkman  <jacob@ximian.com>
5312
5313         * tests/testgtk.c (create_radio_buttons): add some no-indicator
5314         radio buttons
5315
5316         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
5317         initially active, also initially be depressed
5318         (gtk_radio_button_clicked): also update our depressed state
5319
5320 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
5321
5322         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
5323         key press events not just to focus/window but also to
5324         intermediate widgets.
5325
5326         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
5327         to switch pages. (Needs some work on handling focus
5328         when switching pages.)
5329
5330 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
5331
5332         * gtk/gtknotebook.c: Fix child allocations to be relative to 
5333         widget position and some drawing bugs.
5334
5335         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
5336         with reading uninitialized variable.
5337
5338 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
5339
5340         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
5341         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
5342         NO_WINDOW widgets.
5343
5344         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
5345         cleanup.
5346
5347         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
5348         we are drawing in a window when drawing the paned handle.
5349
5350 2001-11-16  Sven Neumann  <sven@gimp.org>
5351
5352         * demos/gtk-demo/appwindow.c
5353         * demos/gtk-demo/menus.c: reduce compiler warnings
5354
5355 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
5356
5357         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
5358         unused callback to make things compile with 
5359         gtk_tree_view_path_at_pos_change().
5360
5361 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
5362
5363         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
5364
5365 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
5366
5367         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
5368  
5369 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
5370
5371         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
5372         to get a GdkWindow to compare event->window to.
5373
5374         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
5375         the signal for lateral motion too, #64361
5376
5377         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
5378         arg as it is useless, #64137
5379
5380 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
5381
5382         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
5383
5384 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
5385  
5386         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
5387         gdk_window_invalidate_maybe_recurse() for recursion.
5388         (Soeren Sandmann)
5389
5390         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
5391  
5392         * gtk/gtkcontainer.c (gtk_container_expose): Call
5393         gtk_container_forall() not _foreach() to propagate,
5394         since we need to propagate exposes to internal children
5395         as well.
5396
5397         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
5398         Remove the restriction of only being able to call these
5399         on window widgets, since we have lots of NO_WINDOW widgets
5400         with windows now; for add events, recurse over the children
5401         of widget->window to find one owned by the widget.
5402
5403         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
5404         window to catch events.
5405
5406         * gtk/gtktogglebutton.[ch]: Remove the code for switching
5407         between NO_WINDOW and WINDOW widgets based on the mode.
5408
5409         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
5410         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
5411
5412         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
5413
5414         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
5415         change for range.
5416
5417         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
5418  
5419         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
5420
5421 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
5422
5423         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
5424         "message_type" and "buttons" CONSTRUCT properties. (#64069)
5425
5426         * tests/testsocket.c: Expand tests to add a "local passive
5427         child" (Test case for #64428)
5428
5429 2001-11-14  jacob berkman  <jacob@ximian.com>
5430
5431         * gtk/gtkgamma.c (button_clicked_callback): create the label with
5432         a mnemonic
5433
5434 2001-11-15  Sven Neumann  <sven@gimp.org>
5435
5436         * tests/testgtk.c: make it compile without warnings.
5437
5438 2001-11-14  Alex Larsson  <alexl@redhat.com>
5439
5440         * gtk/gtklabel.c:
5441         Don't recalculate the layout on each gkt_label_ensure_layout () for
5442         wrapped labels.
5443
5444 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
5445
5446         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
5447         the currently selected column when we get the column, #64380
5448
5449         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
5450         to cancel CellRendererText editting, #63613
5451
5452         * gtk/gtkcellrenderertext.c: ditto
5453
5454         * gtk/gtkcellrenderertext.h: formatting changes
5455
5456 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
5457
5458         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
5459
5460         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
5461
5462         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
5463
5464         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
5465
5466         * gtk/gtklabel.c: Documentation fixes (#64452)
5467
5468 2001-11-14  Daniel Egger  <degger@fhm.edu>
5469
5470         * gdk-pixbuf/io-xpm.c: 
5471         (xpm_skip_whitespaces): Remove unused static function.
5472         (xpm_skip_string): Dito.        
5473         (xpm_extract_color): Declare const variable const to avoid warnings. 
5474
5475         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
5476         
5477         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
5478         
5479         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
5480         a long.
5481
5482 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
5483
5484         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
5485         out accidental commit of debugging timing code.
5486
5487 2001-11-14  Havoc Pennington  <hp@redhat.com>
5488
5489         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
5490         it doesn't move to a new line each time you press it
5491
5492         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
5493         return value, #62987
5494
5495 2001-11-14  Havoc Pennington  <hp@redhat.com>
5496
5497         * tests/testtextbuffer.c (main): bulk of the tests were commented
5498         out, oops.
5499
5500         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
5501         function work, should resolve #63426
5502         (gtk_text_iter_ends_line): return TRUE for the end iterator
5503
5504         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
5505         a couple things that might get cached in here.
5506
5507 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
5508
5509         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
5510         "model" construct property for language bindings.
5511
5512         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
5513         function to let you set the column types of a GtkTreeStore for
5514         language bindings.
5515
5516         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
5517
5518 2001-11-13  Havoc Pennington  <hp@redhat.com>
5519
5520         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
5521         including reference to bugzilla bug about how we should have 
5522         a better way of positioning children
5523
5524         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
5525
5526         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
5527         size to side rects if they don't exist, #63438
5528
5529 2001-11-13  Havoc Pennington  <hp@redhat.com>
5530
5531         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
5532         properly replace selection with Return or Tab
5533
5534         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
5535         that didn't locate the end of the line correctly, should fix #63800
5536
5537 2001-11-13  Havoc Pennington  <hp@redhat.com>
5538
5539         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
5540         to requisition, request non-anchored children
5541         (gtk_text_view_size_allocate): handle border width, allocate
5542         non-anchored children
5543         (text_view_child_new_window): set the child as object data
5544         (gtk_text_view_move_child): allow children at negative
5545         coordinates, no reason why not
5546         (gtk_text_view_forall): make it copy the list of children before
5547         walking it, to avoid reentrancy issues  
5548         (gtk_text_view_move_child): short-circuit if position is unchanged
5549         (changed_handler): only queue_resize if requisition has changed
5550         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
5551         a better job of invalidation ourselves
5552
5553         * tests/testtext.c: add tests for the fixed-position children
5554
5555 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
5556
5557         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
5558         with gdk threads macro.
5559
5560 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
5561
5562         * gtk/maketypes.awk: fix type utils generation on unix.
5563
5564         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
5565         registry.
5566
5567         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
5568         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
5569         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
5570         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
5571         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
5572         introduced ::accel_changed signal for change notification, and
5573         gtk_accel_group_connect/disconnect to connect closures to accel groups.
5574         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
5575         functions.
5576         deprecated gtk_accel_group_ref/unref.
5577
5578         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
5579         to accel group changed notification and basically operate on closures.
5580         removed gtk_accel_label_get_accel_object and
5581         gtk_accel_label_set_accel_object.
5582         introduced gtk_accel_label_set_accel_closure, and for convenience,
5583         gtk_accel_label_set_accel_widget.
5584
5585         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
5586         which mostly moved into gtkaccelmap.[hc].
5587         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
5588         and gtk_item_factory_print_func.
5589
5590         * gtk/gtkmain.c: call _gtk_accel_map_init().
5591
5592         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
5593         that associates an accelerator path with menu items, through which
5594         persistent accelerator settings on menu items are enabled.
5595
5596         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
5597         paths of menu item can be default constructed to allow installation
5598         of accelerators on menu items that don't come with an accelerator
5599         binding by default.
5600
5601         * gtk/gtksettings.c: fix STRING type rc settings by special casing
5602         them appropriately in the parser.
5603
5604         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
5605         gtk_signal_newv().
5606
5607         * gtk/gtkwidget.[hc]: accelerator API revamp.
5608         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
5609         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
5610         gtk_widget_(un)lock_accelerators.
5611         accelerators maintained through gtk_widget_add/remove_accelerator()
5612         are not runtime changable now, the correct sequence to setup a
5613         widget for runtime changable accelerators is now:
5614           gtk_accel_map_add_entry(accel_path, key, mods);
5615           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
5616
5617         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
5618         group changes (as well as mnemonic changes) through the new signal
5619         ::accels_changed.
5620
5621 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
5622
5623         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
5624         GString->string conversions.
5625
5626 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
5627
5628         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
5629         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
5630
5631 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
5632
5633         * gtk/gtktreeview.c: Documentation fixes. (#64377)
5634         
5635         * gtk/gtktreestore.c: Documentation fixes. (#64376)
5636
5637 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
5638
5639         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
5640         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
5641         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
5642         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
5643
5644 2001-11-10  Hans Breuer  <hans@breuer.org>
5645
5646         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
5647         we know what we are talking about when asked for MINMAXINFO.
5648         Also some cleaning for !HAVE_DIMM_H etc.
5649
5650 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
5651
5652         * gtk/gtktreeviewcolumn.c: Fix docs for 
5653         gtk_tree_view_column_set_sort_order. (#62647)
5654         
5655         * gtk/gtkcontainer.c: Fix docs for 
5656         gtk_container_set_border_width. (#64139)
5657
5658         * gtk/gtkcolorsel.c: Documentation fixes.
5659
5660 2001-11-10  Hans Breuer  <hans@breuer.org>
5661
5662         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
5663         don't have strcasecmp()
5664
5665         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
5666         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
5667         code duplication wrap it in its own function and use it in 
5668         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
5669
5670         * gdk/win32/gdkdrawable-win32.c : implement the finalize
5671         method like the X11 version does, allow to set_colormap NULL
5672         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
5673         set_colormap, also some adaption to X11 version :
5674         (gdk_window_hide) call _gdk_window_clear_update_area
5675         (gdk_window_reparent) call _gdk_window_init_position
5676
5677         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
5678         call gdk_window_resize() after all hints are set, because the
5679         window resizing process (WM_GETMINMAXINFO) takes all of them into 
5680         account
5681
5682         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
5683
5684         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
5685         sizeof (GdkVisualPrivate)
5686
5687         * gdk/gdk.def gtk/gtk.def : upated externals
5688
5689         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
5690           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
5691         from now on use make.msc from $(TOP)/glib/build/win32
5692
5693         * gtk/stock-icons/makefile.msc : add stock_missing_image
5694
5695 2001-11-08  Tor Lillqvist  <tml@iki.fi>
5696
5697         * README.win32: Add headers. Add section about ActiveIMM.
5698
5699         * configure.in: Add --with-ie55 flag to specify the location of
5700         the "IE55 libs and headers" package downloadable from Microsoft,
5701         which contains, among other things, the Active IMM header dimm.h
5702         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
5703         Require GLib 1.3.10.
5704         
5705         * config.h.win32.in: New version, produced by merging two
5706         configure-generated ones (for gcc and MSVC). Hopefully #defines
5707         the same flags that the previous, hand-written one, did.
5708
5709         * gdk/Makefile.am
5710         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
5711
5712         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
5713         stuff. Remove unused GdkIOClosure.
5714
5715         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
5716         available).
5717
5718         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
5719         for uuid.lib. (Does it really have to be this hard to use an
5720         existing library with libtool? Probably I am missing something.)
5721
5722 2001-11-08  Darin Adler  <darin@bentspoon.com>
5723
5724         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
5725         typo where it says LEFT instead of CENTER.
5726
5727 2001-11-07  Darin Adler  <darin@bentspoon.com>
5728
5729         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
5730         (gtk_dialog_set_default_response): Add g_return_if_fail.
5731
5732 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
5733
5734         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
5735         Add row_draggable() vfunc, and wrapper function.
5736
5737         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
5738         row_drop_possible take a GtkSelectionData, rather than
5739         model/row pair.
5740
5741         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
5742         new DND interfaces.
5743
5744         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
5745         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
5746         and rename them to enable_model_drag_source/dest.
5747
5748         * gtk/treeviewcolumn.c: Add DND of columns between rows.
5749         Still can't drop _to_ the left tree, but other places
5750         work.
5751
5752         * gtk/gtktreeview.c (unset_reorderable): Unset the
5753         reorderable property if unset/enable_model_drag_source/dest
5754         are called manually.
5755
5756         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
5757         Correct for change in depth count handling.
5758
5759         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
5760         Pass in a expose area to gtk_tree_view_column_cell_render()
5761
5762 2001-11-06  Havoc Pennington  <hp@redhat.com>
5763
5764         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
5765
5766 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
5767
5768         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
5769
5770 2001-11-05  Havoc Pennington  <hp@redhat.com>
5771
5772         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
5773         widgets in here
5774         (gtk_text_view_realize): set parent window of child widgets
5775         (gtk_text_view_size_request): use child req to decide whether
5776         to invalidate layout, not widget->requisition
5777
5778         * gtk/gtktextdisplay.c (render_layout_line): set
5779         shaped_width_pixels for NULL shape objects, so that we properly
5780         draw the "missing pixbuf/widget" thing
5781         (render_layout_line): don't draw the widget here
5782         (gtk_text_layout_draw): pass out a list of widgets that need exposing
5783
5784         * demos/gtk-demo/textview.c (insert_text): add demo of child
5785         widgets
5786
5787         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
5788
5789         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
5790
5791         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
5792         scroll offsets
5793         (gtk_text_view_value_changed): poke new X and Y into child allocations
5794
5795 2001-11-06  Tor Lillqvist  <tml@iki.fi>
5796
5797         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
5798         -specific directory on Windows, too (#63759).
5799
5800 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
5801
5802         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
5803         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
5804         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
5805         directly to Picture objects instead of using XftDraw.
5806         This fixes the problem where we weren't able to 
5807         properly destroy XftDraw objects before destroying
5808         the accompanying windows, and probably improves
5809         efficiency a bit too. (#50214)
5810
5811 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
5812
5813         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
5814         Clamp max window width/height to 32767, not 32768 since
5815         we have to be able to deal with a dx/y of -32768 without
5816         getting a width of 65536 when guffaw scrolling.
5817
5818         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
5819         for the guffaw scrolling case, fixing some problems with
5820         copy-area case as well. Fix BadValue bug with moving windows
5821         by large amounts.
5822
5823         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
5824         clip in window structue before calling gdk_window_invalidate_region
5825         since that trims new invalidations to the window's visible
5826         region.
5827
5828         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
5829         Really set the static window gravity on the children, not
5830         repeatedly on the window.
5831
5832         * gtk/testgtk.c: Add a torture test for big windows and 
5833         gdk_window_scroll().
5834
5835 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
5836
5837         * acconfig.h configure.in: sigsetjmp is macroized in some places,
5838         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
5839
5840 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
5841
5842         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
5843         in terms of pango_color_parse().
5844
5845         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
5846         gdk_color_parse() implementations.
5847
5848 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
5849
5850         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
5851         queue_resize_on_group with both the old and new mode, not
5852         just the new mode. (#60171, Nicolas Setton). Also, notify
5853         the "mode" property.
5854         
5855 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
5856
5857         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
5858         for use in "shallow invalidation" of a widget. (Windows belonging
5859         to the widget, but not to the widget's children)
5860
5861         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
5862         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
5863         up on ancestors up to the resize container on queue_resize. Size
5864         requests only actually take place if GTK_REQUEST_NEEDED, size
5865         allocations only take place if GTK_ALLOC_NEEDED or the size
5866         changed.
5867
5868         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
5869         container->resize_widgets and the RESIZE_NEEDED flag since the
5870         above flags are sufficient to figure out what needs to be
5871         resized/reallocated. Remove code manipulating
5872         container->resize_widget.
5873
5874         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
5875         allows widgets to turn off being automatically invalidated is when
5876         they are resized.
5877
5878         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
5879         a widget is resized or moved is "shallow" as described above -
5880         only the windows that need to be invalidated are invalidated.
5881
5882         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
5883         Make these widget's init functions call 
5884         gtk_widget_set_redraw_on_allocate(widget,FALSE).
5885
5886         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
5887         _gtk_container_queue_resize(), since we don't want
5888         redrawing. (Probably could be done for other 
5889         calls to gtk_widget_queue_resize() in gtkwindow.c,
5890         but this is the most important one.)
5891
5892         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
5893         gtk_widget_queue_draw() - size_allocate() handles
5894         that as appropriate.
5895
5896         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
5897         of queue_clear() to avoid invalidating children.
5898
5899 2001-11-04  jacob berkman  <jacob@ximian.com>
5900
5901         * gtk/gtkmain.c (find_module): don't free the module name until
5902         after we load the module
5903
5904 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
5905  
5906         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
5907         derivation instead of boxed derivation.
5908  
5909         * gtk/gtkmarshal.list: Remove some now unused marshallers.
5910  
5911 2001-11-04  Tor Lillqvist  <tml@iki.fi>
5912
5913         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
5914         include yesterday, without really thinking), as that defeats the
5915         working of correct_libdir_prefix() (it becomes a no-op.). Add
5916         comment mentioning that. Thanks to Hans Breuer for noticing.
5917         
5918 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
5919
5920         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
5921         signal argument (was GtkWidget*).
5922
5923         * gtk/gtkwindow.c (gtk_window_frame_event),
5924           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
5925         Fixed argument types as above, removed GTK_WINDOW casts and
5926         added some GTK_WIDGET casts instead.
5927
5928 2001-11-03  Hans Breuer  <hans@breuer.org>
5929
5930         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
5931         finalize to parent class to get removed from the toplevel_list.
5932         Should fix 'random' crashes of #63474.
5933
5934         * gtk/gtktreemodelsort.c : chain finalize() to parent class
5935
5936 2001-11-03  Tor Lillqvist  <tml@iki.fi>
5937
5938         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
5939         for .dll or .so as appropriate as module suffix.
5940
5941         * gtk-zip.sh.in: Use correct import library names.
5942
5943         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
5944
5945         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
5946         Windows to turn build-time paths from a gtk.immodules distributed
5947         as part of a binary package into runtime ones in the
5948         end-user-chosen installation directory.
5949         (gtk_im_module_init): Use it for module path and domain
5950         directory.
5951
5952 2001-11-02  Tor Lillqvist  <tml@iki.fi>
5953
5954         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
5955         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
5956         Windows.
5957
5958 2001-10-30  Tor Lillqvist  <tml@iki.fi>
5959
5960         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
5961         files. Configure on Win32 (running on Cygwin) thinks symlinks
5962         exist, but pkg-config is not necesarily a Cygwin program, and
5963         doesn't understand them.
5964
5965 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
5966
5967         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
5968         a bit.  I don't think it's completely correct yet, but it's
5969         getting there.
5970
5971 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
5972
5973         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
5974         random + 5 for width and height. If people want padding,
5975         they should add padding. (Note the +5 isn't padding
5976         that will always appear - it just appears in the case
5977         where the widget is allocated it's requisition.)
5978         (#51018, Janet Davis)
5979
5980 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
5981
5982         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
5983         the structure for future expansion.
5984
5985 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
5986
5987         Patch from HideToshi Tajima (#51922)
5988         
5989         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
5990
5991         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
5992         set_use_preedit().
5993         
5994         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
5995         to destroy the input context because we change the
5996         client window or use_preedit, make sure we empty
5997         the preedit string.
5998
5999 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
6000
6001         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
6002         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
6003         proposed ordering of buttons with [OK] in the lower
6004         right hand corner. Patch from Gregory Merchan,
6005         #56331.
6006
6007 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
6008
6009         * gtk/gtklabel.c (gtk_label_select_region_index): remove
6010         extraneous gtk_label_clear_layout (label)
6011
6012 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6013
6014         * tests/makefile.msc, gtk/makefile.msc.in: Removed
6015         -DGTK_DISABLE_COMPAT_H.
6016
6017         * docs/Changes-2.0.txt:
6018         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
6019
6020         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
6021
6022 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
6023
6024         * examples/**/Makefile.am: Convert to use pkg-config
6025         rather than gtk-config. (#53375, Skip Montanaro)
6026
6027 2001-11-02  Matt Wilson  <msw@redhat.com>
6028
6029         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
6030         broken unused, non-compiling, static function.
6031
6032 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
6033
6034         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
6035         Iterate through children of the action area, not of
6036         the vbox. (#58278, Sergey Kuzminov)
6037
6038 2001-11-01  Havoc Pennington  <hp@pobox.com>
6039
6040         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
6041         order to remove a workaround in Nautilus that forced
6042         GTK_ENABLE_BROKEN
6043
6044         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
6045
6046 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
6047
6048         * gtk/gtkrange.c: Patch from George Lebl to 
6049         fix division by zero for full scroll bars. (#62114)
6050
6051 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
6052
6053         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
6054         around gtk_widget_event() if we are going to
6055         set a flag afterwards. (#63464)
6056
6057 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
6058
6059         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
6060         Actually add the missing/broken image icon as the
6061         image for the "missing image" stock icon.
6062
6063 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
6064
6065         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
6066         Set a reasonable default height for the window.
6067
6068         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
6069         bug where subsequent '-' weren't converted to '_'.
6070         (#59550, Matthias Clasen)
6071
6072         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
6073         justify the Help menu - just include a comment on
6074         how to do it. (#63539,  Marius Andreiana)
6075
6076         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
6077         list GTK_ICON_SIZE_INVALID.
6078
6079         * demos/gtk-demo/stock_browser.c: Show the biggest available
6080         size, not a fixed size. (Often reported, including #63539, 
6081         Marius Andreiana)
6082
6083 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
6084
6085         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
6086         #59583
6087
6088         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
6089         warning.
6090
6091 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
6092
6093         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
6094         (Daniel Elstner).
6095
6096 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
6097
6098         * gtk/gtkimcontext.[ch]: Add:
6099           - A ::retrieve_surrounding signal that asks the widget for
6100             context around the insertion point.
6101           - A ::delete_surrounding signal that asks the widget to 
6102             delete context aroudn the insertion point.
6103           - gtk_im_context_set_context() for widgets to set context
6104             around the insertion point in response to ::retrieve_context.
6105           - gtk_im_context_get_context() for context to get context
6106             around the insertion point
6107
6108         * gtkmarshal.list: Add BOOL:INT,INT
6109
6110         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
6111         set_surrounding() methods, and the ::retrieve_surrounding /
6112         ::delete_surrounding signals.
6113
6114         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
6115         GtkIMContext::retrieve_surrounding / ::delete_surrounding
6116         signals.
6117
6118 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
6119
6120         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
6121         it's amazing how well things work sometimes, even when they're
6122         completely wrong.
6123
6124         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6125         where you could try to collapse a node w/o it having children.
6126
6127         (gtk_tree_view_class_init): remove Shift L<->R as they already
6128         existed for expand/collapse.
6129
6130 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
6131
6132         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
6133         found by Matt Wilson.
6134
6135 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
6136
6137         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
6138         Control, and Shift|Control L<->R, #63475
6139
6140 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
6141
6142         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
6143         infinite loop noticed by yosh.
6144
6145 2001-11-01  Michael Meeks  <michael@ximian.com>
6146
6147         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
6148         GTK_REALIZED flag so we don't re-enter when we are
6149         destroyed from the plug side.
6150
6151 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
6152
6153         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
6154         Add a "menu" property and notify on it. (#62798,
6155         Padraig O'Briain)
6156
6157         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
6158         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
6159         Fix set_text to take a gchar, not a guchar, and to have 
6160         a len argument.
6161
6162 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
6163
6164         * gtk/gtkstock.c: fix typo to make it compile
6165
6166 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
6167
6168         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
6169         the widget is insensitive, draw the text insensitively, #63306
6170
6171 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
6172
6173         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
6174
6175 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
6176
6177         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
6178         gtk_selection_data_set_tree_row, #60218
6179         (gtk_tree_get_row_drag_data): rename
6180         gtk_selection_data_get_tree_row, #60218
6181
6182         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
6183         get this right, after the third try, #63122.
6184
6185 2001-10-31  jacob berkman  <jacob@ximian.com>
6186
6187         * gdk/gdkselection.h (GDK_TARGET_STRING): 
6188         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
6189         for Xatoms (and not using the XA_* macros)!
6190
6191 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
6192
6193         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
6194         gtk_window_get_focus() getter to determine the currently
6195         focused widget within the window. (#63145, request
6196         from Damian Ivereigh)
6197
6198 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
6199
6200         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
6201
6202         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
6203         GTK_SELECTION_NONE enum.
6204         (_gtk_tree_selection_internal_select_node): ditto
6205
6206         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
6207         constness.
6208
6209         * gtk/gtkcellrenderertoggle.c: more yummy constness.
6210
6211         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
6212         if mode == GTK_SELECTION_NONE
6213
6214 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
6215
6216         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
6217         "cursor_changed" signal, #62850.
6218
6219 2001-10-31  Matt Wilson  <msw@redhat.com>
6220
6221         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
6222         allocating the treedatalist, zero it to make sure the values are
6223         cleared from any garbage that was in this chunk.
6224
6225 2001-10-31  Murray Cumming  <murrayc@usa.net>
6226
6227         * gtk/cellrenderertext.h: "edited" default signal handler
6228         gchar* args are now const.
6229         gtk/cellrenderertoggle.h: "toggled" default signal handler
6230         gchar* arg is now const.
6231         Also changed other signal handlers for "edited" and "toggled" to
6232         have the same signature.
6233
6234 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
6235
6236         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
6237         rewrite.  Static models now totally work.  I'm not 100% sure about
6238         row_inserted and row_changed, but I'll get those later.
6239
6240 2001-10-30  Sven Neumann  <sven@gimp.org>
6241
6242         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
6243         output for configure --help.
6244
6245 2001-10-30  Havoc Pennington  <hp@pobox.com>
6246
6247         * gtk/gtktextview.c (changed_handler): Update the IM spot location
6248         here, if text was invalidated in the visible area, because the
6249         scroll offset doesn't normally change in that case, and the mark
6250         isn't set, just implicitly moved over as text is added/removed
6251         
6252 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
6253
6254         * gtk/gtkseparatormenuitem.c: Code cleanup.
6255         (gtk_separator_menu_item_class_init): Fix bugs in this code.
6256
6257 2001-10-29  jacob berkman  <jacob@ximian.com>
6258
6259         * gdk/Makefile.am (LDFLAGS): 
6260         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
6261         LDFLAGS, so put win32 flags in here
6262
6263 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
6264
6265         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
6266         I can't believe this took this long to fix.
6267
6268 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
6269
6270         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
6271         reordered signal.
6272
6273 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
6274
6275         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
6276         the focus to the fileop entry for create dir / rename
6277         file. (#62838)
6278
6279 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
6280
6281         * configure.in: Don't use AC_CHECK_FILE to check for a 
6282         file since it always spits warnings about cross compilation,
6283         use -f instead. It's not like we cross compile properly
6284         anyways.
6285
6286         * configure.in (gtktargetlib): Move call to AC_PROG_CC
6287         to suppress autoconf warning.
6288
6289         * acconfig.h: Add some missing #undefs from recent
6290         Win32 additions.
6291
6292 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
6293
6294         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
6295         when we didn't find it. (#62944, Eric Lemings)
6296
6297         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
6298         sign in assignment. (#63209, Arkadiusz Miskiewicz)
6299
6300 2001-10-29  Anders Carlsson  <andersca@gnu.org>
6301
6302         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
6303         the buttons size request before using it. Fixes #61696.
6304
6305 2001-10-29  Tor Lillqvist  <tml@iki.fi>
6306
6307         * README.win32: Updates.
6308
6309         * gtk-zip.sh.in: New file, used to build distribution package for
6310         Windows.
6311
6312         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
6313         applicable with GDKVAR.
6314
6315         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
6316         Wintab library.
6317
6318         * gdk/win32/gdkwin32.h
6319         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
6320         X11 headers better, and to enable gdkwin32.h to be installed and
6321         included from applications, but not the *-win32.h headers.
6322
6323         * gdk/win32/*.c: Corresponding small changes, simplifications of
6324         #includes.
6325         
6326         * gdk/win32/gdkregion-win32.c: Remove.
6327
6328         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
6329
6330         * gdk/win32/gdkfont-win32.c
6331         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
6332
6333         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
6334         GDK_NONE values into hash table.
6335
6336         * gtk/gtk.def: Update.
6337
6338         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
6339         gethostname().
6340
6341         * gtk/gtkmain.c 
6342         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
6343         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
6344         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
6345         g_win32_get_package_installation_subdirectory() with the actual
6346         DLL name saved above. Redefine above directory name macros to call
6347         these functions. Remove some ifdefs.
6348
6349         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
6350         variable for export on Win32) also to the _vars file.
6351
6352         Changes for autoconfiscated build on Win32, and addition of Win32
6353         backend to the related files:
6354         
6355         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
6356         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
6357         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
6358         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
6359         win32 target, using pangowin32. Don't use the
6360         -export-symbols-regex option on Win32, we use .def files to list
6361         exported symbols. Check <winsock.h> (for gethostname() in
6362         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
6363         prevent premature m4 expansion.
6364
6365         * acconfig.h: Add HAVE_WINTAB.
6366
6367         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
6368         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
6369         MS_LIB_AVAILABLE, build MS import library. Install the import
6370         libraries. If HAVE_WINTAB, link with the Wintab library.
6371
6372         * gdk/win32/Makefile.am: Actually enable building the win32
6373         objects here, not just list all files in EXTRA_DIST. Link in the
6374         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
6375         copy the Wintab library into the .libs directory. 
6376
6377         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
6378         name of the GDK DLL when fetching the icon. Use the HMODULE saved
6379         in gdk_dll_hinstance by DllMain.
6380
6381         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
6382         build/win32/lt-compile-resource script.
6383
6384         * gdk/win32/rc/gdk.rc.in
6385         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
6386
6387         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
6388         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
6389         file. Install import libraries.
6390
6391 2001-10-29  Anders Carlsson  <andersca@gnu.org>
6392
6393         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
6394
6395 2001-10-28  Hans Breuer  <hans@breuer.org>
6396
6397         * gdk/gdk.c gdk/gdkevents.c
6398           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
6399           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
6400           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
6401           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
6402           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
6403           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
6404           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
6405         static correct-ness, underscore prefixing of library internal 
6406         functions
6407         (applied the undisputed and the win32 part. Of the latter 
6408          I'm probably the one who will change it back again, if Owen
6409          decides that the Gdk*Impl types should not be private to Gdk)
6410
6411         * gdk/gdk.def : added the remaining exported functions
6412
6413 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
6414
6415         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
6416         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
6417         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
6418
6419 2001-10-28  jacob berkman  <jacob@ximian.com>
6420
6421         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
6422         gtk_settings_get_default() here as that requires an X connection
6423         (which breaks doc building with no X connection) and is not
6424         multihead safe
6425         (gtk_color_selection_init): delay palette loading until realize
6426         time
6427         (gtk_color_selection_realize): load the palette, and initialize
6428         the global palette if it hasn't been already
6429
6430         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
6431         visual/cmap fields of klass->info since they are gone
6432         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
6433         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
6434         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
6435
6436         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
6437         cmap fields
6438         (gtk_preview_get_visual):
6439         (gtk_preview_get_cmap): mark as deprecated
6440
6441         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
6442         changes
6443
6444 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
6445
6446         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
6447         structure to have GObject not GtkObject as
6448         parent_instance. (Jeff Franks.)
6449
6450 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
6451
6452         * gdk/x11/gdkinput.c: Typo fix.
6453
6454 2001-10-26  Havoc Pennington  <hp@pobox.com>
6455
6456         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
6457         update_im_spot_location here explicitly
6458         (gtk_text_view_reset_im_context): don't update the spot location
6459         here
6460
6461 2001-10-27  Anders Carlsson  <andersca@gnu.org>
6462
6463         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
6464         This fixes #62942.
6465
6466         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
6467         Clarify that we're returning a spin button in the _new function.
6468         This fixes #54097.
6469         
6470 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
6471
6472         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
6473         Unfortunately, people apparently erroneously connect
6474         to ::clicked for GtkToggleButton and expect
6475         they know what happened in the default signal handler
6476         instead of appropriately connecting to notification
6477         signal ::toggled. When the revolution comes, such
6478         people will be first against the wall.
6479
6480         We'll just have to go back to the old less-reliable
6481         set-it-back hacks for handling model-view check
6482         buttons and radio buttons. :-(. 
6483
6484 2001-10-27  Hans Breuer  <hans@breuer.org>
6485
6486         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
6487           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
6488           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
6489           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
6490           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
6491           gtk/gtktreestore.c gtk/gtkvbbox.c : 
6492         to simplify parsing for exported functions:
6493         - made implementation signature static, when the local 
6494           prototype already was
6495         - put the functions return value on it's own line
6496         - added as space between the function name and the 
6497           opening bracket
6498
6499         * gtk/gtk.def : added the remaining exported functions
6500
6501 2001-10-27  Anders Carlsson  <andersca@gnu.org>
6502
6503         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
6504         Add note about width having to be greater than 0. This fixes
6505         #55574. 
6506
6507         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
6508         Fix docs to say previous instead of next.
6509         (gtk_text_iter_backward_word_start): Likewise.
6510         This fixes bug #62980.
6511
6512         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
6513         that the valid width is in range 0-65535 pixels. Fixes bug 
6514         #56754.
6515
6516         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
6517         a dot in the documentation. Fixes bug #62632.
6518
6519         * gdk/x11/gdkmain-x11.c: Replace int and guint with
6520         long and gulong in some places to make the code 64-bit
6521         clean.
6522         (_gdk_windowing_init_check): Replace gint with gulong.
6523         This patch was made by George Lebl and fixes bug #62113.
6524
6525         * tests/testgtk.c (create_range_controls): Don't set a 
6526         fixed height on the hscale widget. This fixes "bug" 
6527         #55840.
6528         (create_window_states): Set up destroy signals so that
6529         all windows will be destroyed when one is. This fixes 
6530         bug #58133.
6531
6532 2001-10-26  Anders Carlsson  <andersca@gnu.org>
6533
6534         * gtk/gtktreeview.c: 
6535         (gtk_tree_view_class_init): Create new "indent_expander"
6536         style property.
6537
6538         (gtk_tree_view_get_arrow_xrange): Add a tree argument
6539         to the function since the xrange can change depending
6540         on where in the tree we are. 
6541         
6542         (coords_are_over_arrow): Update function call to
6543         gtk_tree_view_get_arrow_xrange.
6544         (gtk_tree_view_draw_arrow): Likewise.
6545         
6546         (gtk_tree_view_real_expand_collapse_cursor_row):
6547         Call real_{expand|collapse}_row, so that we'll have an
6548         animation.
6549
6550 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
6551
6552         * tests/Makefile.am: fixed a small typo
6553
6554 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
6555
6556         * demos/gtk-demo/list_store.c (create_model): Anders
6557         Carlsson suggested to use G_N_ELEMENTS here
6558
6559 2001-10-26  Sven Neumann  <sven@gimp.org>
6560
6561         * gtk/gtkbutton.[ch]
6562         * gtk/gtkdnd.c: fixed inline comments
6563         
6564         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
6565
6566 2001-10-26  Hans Breuer  <hans@breuer.org>
6567
6568         * gdk-pixbuf/gdk_pixbuf.def : 
6569         * gdk/gdk.def : 
6570         * gtk/gtk.def : updated externals
6571
6572         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
6573         gdk_window_lookup implementation. It already was in
6574         gdk/win32/gdkwindow-win32.c
6575
6576         * gdk/win32/gdkproperty-win32.c : made it compile again
6577         after GdkAtom API change
6578
6579         * gtk/gtk/makefile.msc.in : updated
6580
6581 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
6582
6583         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
6584         require GLib 1.3.10.
6585
6586         * NEWS: updates.
6587
6588 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
6589
6590         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
6591         invalid nodes.
6592          (_gtk_rbnode_rotate_right): Ditto.
6593          (_gtk_rbtree_node_mark_invalid): New function.
6594          (_gtk_rbtree_node_mark_valid): New function.
6595
6596         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
6597         GObject, not a GtkObject.
6598         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
6599         correct.
6600         (gtk_tree_model_sort_row_deleted): ditto.
6601         (gtk_tree_model_sort_{un,}ref_node): Fix.
6602
6603         * gtk/gtktreeview.c: Protean incremental reflow support (commented
6604         out)
6605
6606         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
6607         to const char *key.
6608
6609         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
6610         Important 1 line fix to fix a lot of refcounting woes.
6611
6612 2001-10-25  Matt Wilson  <msw@redhat.com>
6613
6614         * gtk/gtktextview.c (gtk_text_view_destroy): call
6615         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
6616         now invalidates) so that we remove our idle functions.
6617         (gtk_text_view_destroy_layout): remove the first_validate_idle as
6618         well.
6619
6620         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
6621         the 'indent' property is G_MININT to G_MAXINT.  Don't use
6622         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
6623         instead.
6624
6625 2001-10-24  Anders Carlsson  <andersca@gnu.org>
6626
6627         * gtk/gtktreeview.c: 
6628         (gtk_tree_view_real_expand_row): add an animate argument
6629         (gtk_tree_view_real_collapse_row): likewise
6630         
6631         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
6632         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
6633         (gtk_tree_view_collapse_row): update functions that call
6634         real_{expand|collapse}_row to set the animate argument 
6635         accordingly.
6636         
6637 2001-10-24  Alex Larsson  <alexl@redhat.com>
6638
6639         * gdk/linux-fb/gdkfont-fb.c:
6640         Update to new Pango APIs
6641
6642         * gdk/linux-fb/gdkproperty-fb.c:
6643         Update to new GdkAtom APIs
6644
6645         * gdk/linux-fb/gdkwindow-fb.c:
6646         Remove warnings
6647
6648 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
6649
6650         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
6651
6652 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
6653
6654         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
6655         s_path as a child path
6656
6657 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
6658
6659         * gtk/gtktreemodelsort.c: more changes in an attempt to get
6660         it right. It's not yet ready for general consumption.
6661
6662         * tests/treestoretest.c: add a button and entry for the new
6663         iter_change function
6664         (iter_change): new function, to test
6665         the row_changed signal implementation of the GtkTreeModelSort
6666
6667         * tests/testtreesort.c: cleanups, changes to test more features
6668         of the GtkTreeModelSort at once
6669
6670 2001-10-24  Havoc Pennington  <hp@redhat.com>
6671
6672         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
6673         remove hack to strip off the bogus newline, since we killed the
6674         bogus newline; fixes #61779
6675
6676 2001-10-24  Havoc Pennington  <hp@redhat.com>
6677
6678         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
6679         create layout if we didn't have one
6680         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
6681         as appropriate, avoids blanking the screen 
6682         (gtk_text_view_invalidate): new function to do invalidation,
6683         containing old guts of invalidated_handler
6684
6685 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
6686
6687         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
6688         dreadful tooltips.
6689
6690 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
6691
6692         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
6693         set window->parent (except or the root window itself); if 
6694         the window's parent is not a GdkWindow, or is a window of 
6695         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
6696
6697         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
6698         windows of type GDK_WINDOW_FOREIGN.
6699
6700 2001-10-24  Havoc Pennington  <hp@pobox.com>
6701
6702         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
6703         the front of a segment, use the "slow" technique for moving
6704         backward, so we don't mess up the any_segment field in the iter. 
6705         Fixes #57707
6706
6707         * tests/testtextbuffer.c: add code to detect #57707, to avoid
6708         regression
6709
6710 2001-10-23  Havoc Pennington  <hp@redhat.com>
6711
6712         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
6713         if selection contains some editable text, #60975
6714         (gtk_text_view_scroll_to_iter): remove warning about scrolling
6715         prior to map; it should actually be OK to do so in many cases, 
6716         it would be nice to warn about scrolling when many lines have
6717         height 0, but I don't know what to do about that. Perhaps 
6718         move part of flush_scroll into this function? comment added 
6719         to consider this.
6720
6721 2001-10-23  Havoc Pennington  <hp@redhat.com>
6722
6723         * gtk/gtktextview.c (changed_handler): Correctly keep the same
6724         text on the top of the screen, considering that the changed region
6725         may have overlapped the first paragraph. Should fix msw's "text
6726         widget scrolled to wrong place on map" bug, and probably some
6727         other scrolling cases as well.
6728         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
6729         instead of some random value
6730
6731         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
6732         grab_focus, so #59708 is really fixed
6733
6734 2001-10-24  Anders Carlsson  <andersca@gnu.org>
6735
6736         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
6737         (popup_targets_received): Call append_action_signal with stock items
6738         
6739         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
6740         (gtk_label_do_popup): Call append_action_signal with stock items
6741         
6742         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
6743         (popup_targets_received): Call append_action_signal with stock items
6744
6745 2001-10-23  Havoc Pennington  <hp@redhat.com>
6746
6747         * gtk/gtktextview.c (changed_handler): queue a resize here; will
6748         temporarily slow down the widget a lot, until we figure out how to
6749         optimize to avoid full redraw everytime we queue a resize.
6750
6751 2001-10-23  Havoc Pennington  <hp@redhat.com>
6752
6753         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
6754         0 and char_len == 0, bug #61729
6755
6756 2001-10-23  Havoc Pennington  <hp@redhat.com>
6757
6758         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
6759         return value, #61714 (Vitaly Tishkov)
6760         (gtk_text_iter_backward_sentence_starts): ditto
6761         (gtk_text_iter_backward_word_starts): ditto
6762         (gtk_text_iter_forward_word_ends): ditto
6763         (gtk_text_iter_forward_sentence_ends): ditto
6764         (gtk_text_iter_backward_cursor_positions): ditto
6765
6766 2001-10-23  Havoc Pennington  <hp@redhat.com>
6767
6768         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
6769         fix from Dov Grobgeld, #61858
6770
6771 2001-10-23  Havoc Pennington  <hp@redhat.com>
6772
6773         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
6774         Update IM spot location at appropriate times, #50626
6775         (Hidetoshi Tajima)
6776
6777 2001-10-23  Havoc Pennington  <hp@redhat.com>
6778
6779         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
6780         on grab focus, unless it's caused by button click, #59708
6781
6782 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
6783
6784         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
6785
6786         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
6787         G_CONST_RETURN. (Murray Cumming)        
6788
6789         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
6790         Make G_CONST_RETURN.
6791
6792         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
6793         results of g_get_home_dir().
6794
6795         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
6796         copy. Storing the return from gtk_entry_get_text() is evil.
6797
6798         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
6799         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
6800         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
6801         gtk/gtksignal.c: Add const.
6802
6803         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
6804
6805         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
6806         if we are setting them on private widgets.
6807
6808         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
6809         Duplicate entry->text before setting it as object data.
6810
6811 2001-10-22  Havoc Pennington  <hp@redhat.com>
6812
6813         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
6814         up a char from the end iterator, fixes #61859 ("can't put cursor
6815         at the end of the buffer")
6816
6817         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
6818         to work with delimiters other than newline.
6819
6820         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
6821         get_bytes_in_line
6822
6823         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
6824         last line, since the newline is no longer counted.
6825         (gtk_text_iter_get_bytes_in_line): ditto
6826
6827 2001-10-22  Havoc Pennington  <hp@redhat.com>
6828
6829         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
6830         #58290 would trigger if it reappeared, I think
6831
6832 2001-10-22  Havoc Pennington  <hp@redhat.com>
6833
6834         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
6835         add temporary code to dump btree contents on assertion failure
6836         described in #62656
6837         
6838         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
6839         assertions that we're getting the right end iter segment
6840
6841         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
6842         verify that we aren't on the end iterator after moving 
6843         forward one segment - fixes return value in an obscure case. 
6844         Also, some trivial code cleanup/rearranging.
6845         
6846 2001-10-22  Havoc Pennington  <hp@redhat.com>
6847
6848         * gtk/gtktextlayout.h: add a #error unless you define
6849         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
6850
6851         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
6852         
6853 2001-10-22  Havoc Pennington  <hp@redhat.com>
6854
6855         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
6856         #62365
6857
6858 2001-10-22  Havoc Pennington  <hp@redhat.com>
6859
6860         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
6861         #62436
6862
6863 2001-10-22  Havoc Pennington  <hp@redhat.com>
6864
6865         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
6866         #62366
6867
6868 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
6869
6870         * gtk/gtklabel.c: Add cursor-position, selection-bound 
6871         properties. (#62148, reported by Padraig O'Briain)
6872
6873         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
6874         to cursor_position. (1.3.x addition, text_position is an awful
6875         name.) Make cursor_position read-only to avoid sticky questions
6876         of interaction with selection_bound. (#62636, reported by
6877         Padraig O'Briain)
6878
6879 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
6880
6881         Fixing popup menus to have "Paste" sensitized correctly. Original
6882         patches from Damian Ivereigh, much mangled.
6883
6884         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
6885         gtk_selection_data_targets_include_text(). (#60854)
6886
6887         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
6888         the clipboard has text" function gtk_clipboard_wait_is_text_available.
6889         (#60854)
6890
6891         * gtk/gtkentry.c: Only enable the paste item if the clipboard
6892         contains text. (#60973)
6893
6894         * gtk/gtktextview.c: Only enable the paste item if the clipboard
6895         contains text. (#60975)
6896
6897 2001-10-22  Havoc Pennington  <hp@redhat.com>
6898
6899         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
6900         "height_lines" and "width_columns" properties, it doesn't make
6901         sense to set the size request on a text view really. #62103
6902
6903 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
6904
6905         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
6906         g_node_depth is broken, and that it's not worth being consistent
6907         with it.
6908
6909 2001-10-22  Havoc Pennington  <hp@redhat.com>
6910
6911         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
6912         docs, #61777
6913         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
6914         change the two boolean args to a flags field, so we can extend 
6915         to add case insensitive, regexp searches later. #61852
6916
6917 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
6918
6919         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
6920         reflect reality, #62810
6921
6922 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
6923
6924         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
6925
6926         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
6927         system.  Instead of having a window the size of the tree, we have
6928         a window the size of widget->allocation, and simply draw with the
6929         offset.
6930         (coords_are_over_arrow): ditto.  Move to window coordinates.
6931         (do_prelight): ditto
6932         (do_unprelight): ditto
6933
6934         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
6935         Minor fix from Kristian Rietveld to fix unsorted case.
6936
6937 2001-10-22  jacob berkman  <jacob@ximian.com>
6938
6939         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
6940         a PIXMAP cell (fixes crash when using PIXTEXT cells)
6941
6942 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
6943
6944         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
6945         (#58768, Vitaly Tishkov)
6946         
6947         * gtk/gtkobject.h: Deprecate with abandon. 
6948         (#61942, Vitaly Tishkov, Matthias Clasen)
6949
6950         * gtk/gtksignal.h: Deprecate everything.
6951
6952         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
6953         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
6954         (#61942, Matthias Clasen)
6955
6956         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
6957         Havoc Pennington)
6958
6959         * gtk/gtkitemfactory.h: Deprecate compat functions
6960         for GtkMenuFactory code. (#62071)
6961
6962         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
6963         gdk_draw_text,gdk_draw_text_wc. (#62071)
6964
6965 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
6966
6967         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
6968         g_thread_init(), we don't want to link to -lgthread if we don't
6969         have to.
6970
6971 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
6972
6973         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
6974         Add a function, gdk_threads_init() that must be explicitely 
6975         called to enable the GDK thread mutex.
6976
6977 2001-10-22  Jakub Steiner <jimmac@ximian.com>
6978
6979         * gtk/stock-icons/stock_stop.png: no body parts
6980         
6981 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
6982
6983         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
6984         problem with g_return_if_fail return value.
6985
6986         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
6987         virtual atom code from the gdk-multihead branch, removing the per-display
6988         part. Virtualizing atoms needs to be done now to prevent compat
6989         breakage in direct Xlib accessing code in the future. (#62208)
6990  
6991         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
6992         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
6993  
6994         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
6995         an opaque pointer type so the compiler catches attempts
6996         to mingle it with X atoms.
6997
6998         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
6999           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
7000           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
7001           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
7002           tests/testdnd.c,tests/testselection.c: 
7003         Fix up for above atom changes.
7004
7005         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
7006         now have the ability to add custom predefines.
7007
7008         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
7009         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
7010         to gtk_clipboard_get().
7011
7012         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
7013         for GdkAtom => pointer change.
7014
7015         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
7016         atoms, fix for GdkAtom => pointer change.
7017
7018 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
7019
7020         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
7021         new function spin_button_get_arrow_size() instead.
7022
7023         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
7024         arrow was hardcoded, it's now variable.
7025
7026         Fixes bug #50200
7027
7028 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
7029
7030         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
7031         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
7032         for those
7033
7034 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
7035
7036         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
7037         in favor of g_signal_*, gtk_object_* in favor of 
7038         g_object_*.
7039
7040 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
7041
7042         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
7043         from GObject now, we have to use the g_object_* functions, not
7044         gtk_object_*.
7045
7046 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
7047
7048         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
7049         nailed down now (this code is not yet ready for general consumption)
7050
7051 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
7052
7053         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
7054         for use_align
7055
7056 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
7057
7058         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
7059
7060 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
7061
7062         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
7063         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
7064         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
7065         GObject, not GtkObject. (#62621)
7066
7067 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
7068
7069         * tests/testsocket.c: Remove now useless include of unistd.h,
7070         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
7071         
7072 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
7073
7074         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
7075         Pango font API. #61933. (Untested, even for compilation.)
7076
7077 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
7078
7079         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
7080         export gtk_disable_setlocale(). (Caught by Sven Neumann)
7081
7082 2001-10-18  Havoc Pennington  <hp@redhat.com>
7083
7084         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
7085
7086 2001-10-18  Havoc Pennington  <hp@redhat.com>
7087
7088         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
7089         to GTK_RUN_LAST, #50239
7090
7091 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
7092
7093         * gtk/gtkimmodule.c (match_locale):
7094         Support "*" for all locales with least priority
7095         when to select default im module, #58201
7096
7097 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
7098
7099         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
7100         Fix docs. (#61976)
7101  
7102         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
7103
7104         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
7105
7106         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
7107         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
7108         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
7109         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
7110         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
7111         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
7112         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
7113
7114         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
7115
7116         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
7117         Don't restrict the width of the spinbutton entry field 
7118         to 10 digits. (#58681)
7119
7120 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
7121
7122         * tests/testtreeflow.c: new test program for the tree.
7123
7124 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
7125
7126         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
7127         reported by (Oleg Maiboroda), #62600
7128
7129 2001-10-18  Michael Meeks  <michael@ximian.com>
7130
7131         * gtk/gtkentry.c (gtk_entry_set_property),
7132         (gtk_entry_get_property): impl 'text'
7133         (gtk_entry_class_init): add the 'text' prop.
7134         (gtk_entry_insert_text): notify 'text' changed.
7135         (gtk_entry_delete_text): ditto.
7136
7137 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
7138
7139         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
7140         Documentation updates.
7141
7142 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
7143
7144         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
7145         in truncating length of text to MAX_SIZE. (Found by 
7146         Padraig O'Briain, #62055)
7147
7148 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
7149
7150         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
7151         MNEMONIC_ACTIVATE; signal was changed a long time
7152         ago.
7153
7154         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
7155         Fix wrong return statement. (Reported by HideToshi
7156         Tajima and others.)
7157
7158         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
7159         left over select_all vfunc.
7160
7161 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
7162
7163         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
7164         a utility function to translate coordinates relative to
7165         one widget's allocation to coordinates relative to another
7166         widget's allocation.
7167
7168         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
7169         that:
7170          - only accepts external focus if there is no active
7171            member of the group or the button is active.
7172          - makes arrow keys move the active button as well
7173            as the focus
7174          - make tab tab out directly.
7175         This makes a radio button group act as a single focus location.
7176         (#53577).
7177         
7178         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
7179         it was only a small optimization that didn't matter and made
7180         things more complicated.
7181
7182         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
7183         sorter for FOCUS_TAB as we did for the other focus directions,
7184         sort by center of widgets, not upper-left corner. (Shouldn't
7185         matter in general.)
7186
7187         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
7188         from the different types of focusing: encapsulate sorting the
7189         widgets for the focus direction into one routine
7190         (gtk_container_focus_sort()) and then share the work of moving the
7191         focus between the different focus directions.
7192
7193         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
7194         work correctly with focus chains containing non-immediate
7195         children. Sorting was being done using allocation coordinates for
7196         each widget in the focus chain, and if there were intermediate
7197         window-widgets, these allocations would not be in the same
7198         coordinate system.
7199
7200 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
7201
7202         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
7203         mnemonic_activate function to option menu.
7204
7205 2001-10-15  Murray Cumming <murrayc@usa.net>
7206
7207         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
7208           Corrected the type names used in some calls to g_signal_new().
7209         
7210 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
7211
7212         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
7213         specs, use g_pattern_spec_equal() instead of direct field accesses.
7214         upon compressing two equal paths of the same type, the resulting
7215         priority has to be the maximum.
7216         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
7217         GtkPathPriorityType enum and make it a macro.
7218
7219 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
7220
7221         * gtk/gtkwidget.c: Fix some doc comments.
7222
7223 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
7224
7225         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
7226         on empty models.
7227
7228 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
7229
7230         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
7231         Remove stale gdk backend includes.
7232  
7233 2001-10-10  Michael Meeks  <michael@ximian.com>
7234
7235         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
7236         and value_in_list properties.
7237         (gtk_combo_set_value_in_list): notify change.
7238         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
7239
7240 2001-10-11  James Henstridge  <james@daa.com.au>
7241
7242         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
7243         that gtk+ can be built with automake 1.5 while not breaking
7244         things for automake 1.4.
7245
7246 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
7247
7248         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
7249         (#60606)
7250
7251         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
7252         to disable calling setlocale (LC_ALL, "").
7253
7254         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
7255         docs that this function is not typically useful.
7256
7257         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
7258         Automatically initialize GDK for the current locale
7259         on gdk_init(). Don't reset locale to C when
7260         XSupportsLocale() fails.
7261
7262         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
7263         useless checks for UTF-8 locale breakage that mattered
7264         only for X.
7265
7266         * examples/calendar/calendar.c
7267         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
7268         gtk_set_locale().
7269
7270         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
7271         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
7272
7273 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
7274
7275         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
7276
7277         Fixes bug #61904
7278
7279 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
7280
7281         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
7282         new function, #61923
7283         (gtk_tree_selection_path_is_selected): Ditto
7284
7285 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
7286
7287         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
7288         not a GtkObject.  Thanks andersca.
7289
7290         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
7291
7292 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
7293
7294         * gtk/gtktreeviewcolumn.c
7295         (gtk_tree_view_model_sort_column_changed): fix broken code.
7296
7297 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
7298
7299         * gtk/gtkselection.c: s/succesfully/successfully/g
7300
7301 2001-10-08  Havoc Pennington  <hp@pobox.com>
7302
7303         * demos/gtk-demo/stock_browser.c: remove unused enum
7304
7305         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
7306         pass the current selection state of the node in to the user
7307         selection func
7308
7309 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
7310
7311         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
7312         non-existent function gdk_x11_cursor_get_xid 
7313         by gdk_x11_cursor_get_xcursor.
7314
7315 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
7316
7317         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
7318         warning.
7319
7320         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
7321         unref nodes, #okay61676
7322
7323         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
7324         to the property; no need to clear the other columns.  Also, we go
7325         to 'unsorted' if the model supports it.
7326
7327 2001-10-05  Sven Neumann  <sven@gimp.org>
7328
7329         * demos/testpixbuf-save.c
7330         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
7331         feature.
7332
7333 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
7334
7335         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
7336         destroy the search dialog
7337
7338         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
7339         added check to prevent creation of a search dialog if there's
7340         already one around
7341
7342         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
7343         it instead of "search-dialog" (when getting/setting the search dialog
7344         widget).
7345
7346 2001-10-05  Jakub Steiner <jimmac@ximian.com>
7347
7348         * gtk/stock-icons/stock_broken_image.png: broken images icon
7349
7350 2001-10-04  Havoc Pennington  <hp@pobox.com>
7351
7352         Fix #56586
7353         
7354         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
7355         accelerator setting here...
7356
7357         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
7358         because we try to use it when a menu bar hasn't necessarily been 
7359         initialized.
7360
7361 2001-10-03  Havoc Pennington  <hp@redhat.com>
7362
7363         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
7364         it previously verified incorrect behavior
7365
7366         Fixes for #61565
7367         
7368         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
7369         off the end
7370         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
7371         the end
7372         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
7373         the end
7374         (gtk_text_iter_forward_lines): if on the last line, move to end of
7375         it
7376
7377         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
7378         don't return a line off the end
7379
7380 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
7381
7382         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
7383         functions to do_insert_text and do_delete_text, add signals
7384         insert_text, delete_text and changed
7385
7386         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
7387         and changed. Updates to match new situation.
7388
7389         * gtk/gtkspinbutton.c: updates to match new situation
7390
7391         * gtk/gtkoldeditable.h: remove signals changed, insert_text
7392         and delete_text
7393
7394         * gtk/gtkoldeditable.c: updates to match new situation
7395
7396         * gtk/gtktext.c: updates to match new situation
7397
7398         Fixes bug #59803
7399
7400 2001-10-03  Havoc Pennington  <hp@redhat.com>
7401
7402         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
7403         position
7404
7405         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
7406         changes
7407
7408         * tests/testtextbuffer.c (logical_motion_tests): updates
7409
7410 2001-10-03  jacob berkman  <jacob@ximian.com>
7411
7412         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
7413         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
7414         * gtk/gtksettings.c (apply_queued_setting): 
7415         * gtk/gtkmain.c (gtk_init_check): 
7416         * gtk/gtkcontainer.c (gtk_container_child_get_property):
7417         s/retrive/retrieve/
7418
7419 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
7420
7421         * gtk/gtktreemodelsort.[ch]: preparation for surgery
7422         * tests/testtreesort.c: ditto
7423
7424 2001-10-02  Havoc Pennington  <hp@redhat.com>
7425
7426         Throughout: assorted docs
7427         
7428         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
7429         gdk_window_set_geometry_hints() should be used instead.
7430
7431         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
7432         document them
7433
7434         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
7435         seem to exist in any .c files
7436
7437         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
7438         g_return_if_fail (pixel < colormap->size).
7439
7440 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
7441
7442         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
7443         NULL for @target_list to mean, use
7444         gtk_drag_dest_get_target_list (widget).
7445
7446         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
7447         drop could hang when calling gtk_drag_finish with 
7448         success == FALSE and del == TRUE.
7449
7450         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
7451         drops without a matching target found would propagate
7452         to the parent widget rather than being rejected.
7453
7454         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
7455         Use text_view->dnd_mark instead of mark name to be
7456         consistent with the rest of the code.
7457
7458         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
7459         pendantically correct for a drop-only-in-some-places
7460         widget. (Check whether you can insert in drag_drop,
7461         not just in drag_motion ... matters in theory, and
7462         for Motif drag and drop in practice.)
7463
7464         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
7465         Damian Ivereigh to not allow drops on non-editable
7466         entries. (#61124)
7467
7468         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
7469         text to be moved from a non-editable entry.
7470         
7471 2001-10-03  James Henstridge  <james@daa.com.au>
7472
7473         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
7474         s/width/fixed_width/ in order to get things to compile.
7475
7476 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
7477
7478         * gtk/gtkcelleditable.c: docs
7479
7480         * gtk/gtktreemodel.h: more docs.
7481
7482 2001-10-02  Havoc Pennington  <hp@redhat.com>
7483
7484         * gdk/x11/gdkwindow-x11.c: docs
7485
7486         * tests/testtextbuffer.c (logical_motion_tests): add sentence
7487         boundary tests
7488
7489 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
7490
7491         * demos/gtk-demo/Makefile.am: add editable_cells.c,
7492         list_store.c and tree_store.c
7493
7494         * demos/gtk-demo/appwindow.c: remove tearoff item from
7495         File menu, put menubar and toolbar in handle boxes.
7496
7497         * demos/gtk-demo/genincude.pl: various changes to support trees
7498
7499         * demos/gtk-demo/main.c: various changes to support trees
7500
7501         * demos/gtk-demo/stock_browser.c: changed name of demo
7502         to Stock Item and Icon Browser, so geninclude.pl doesn't see
7503         it as child
7504
7505         * demos/gtk-demo/editable_cells.c: new file/demo
7506         * demos/gtk-demo/list_store.c: new file/demo
7507         * demos/gtk-demo/tree_store.c: new file/demo
7508
7509 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
7510
7511         * gtk/gtkrc.c gtk/gtksettings.c: 
7512         g_string_printfa => g_string_append_printf.
7513
7514 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
7515
7516         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
7517         and destroy handler.
7518
7519         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
7520
7521         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
7522         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
7523         Singh <yosh@gimp.org>.
7524
7525 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
7526
7527         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
7528         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
7529
7530         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
7531
7532 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
7533
7534         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
7535         scroll_to_cell delayed code to happen in size_allocate.
7536
7537         * gtk/gtkstyle.c (gtk_default_draw_expander): change
7538         prelight/normal arrow drawing.
7539
7540         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
7541
7542         * gtk/gtktreestore.c: refactor.
7543
7544 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
7545
7546         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
7547         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
7548         centers the child in relation to the to indicator height.
7549
7550 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
7551
7552         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
7553         correct
7554
7555 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
7556
7557         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
7558         property code using g_param_spec_int and changed from
7559         g_value_get_enum to g_value_get_int instead. Probably a better way
7560         to fix the problem :-)
7561
7562 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
7563
7564     * gtk/gtkcellrenderertext.c changed "weight" property type from 
7565       g_param_spec_int to g_param_spec_enum.
7566
7567 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
7568
7569         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
7570         fix: s/Wether/Whether/ in reorderable property description
7571
7572 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
7573
7574         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
7575         start editing when you select with a keyboard.
7576
7577         (gtk_tree_view_button_press_event): much more graceful now.
7578
7579         * gtk/gtkstyle.c: Draw togglebutton better.
7580
7581 2001-09-26  Havoc Pennington  <hp@redhat.com>
7582
7583         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
7584         of passing non-stock label in to gtk_dialog_new_with_buttons
7585
7586         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
7587         debugging updates
7588
7589         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
7590         are private
7591
7592         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
7593         exist, fall back to mnemonic label, not plain label, bug #61184
7594         
7595 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
7596
7597         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
7598         stupid and emitting the signal every time.
7599
7600         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
7601
7602 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
7603
7604        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
7605
7606        * contrib/gdk-pixbuf-xlib/Makefile.am: install
7607        gdk-pixbuf-xlib-2.0.pc.
7608
7609 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
7610
7611         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
7612         problem where menmonic wasn't removed properly when
7613         setting a label when there already is a label.
7614         Also, handle setting the tab label back to the same
7615         value. (#61160, #61161)
7616
7617         * gtk/gtkentry.c (paste_received): Patch from 
7618         Damian Ivereigh to replace selection if there is 
7619         one. (#61121)
7620
7621 2001-09-25  Darin Adler  <darin@bentspoon.com>
7622
7623         * tests/.cvsignore: Ignore new test program.
7624
7625 2001-09-25  Havoc Pennington  <hp@redhat.com>
7626
7627         * gtk/gtktextview.c: fix for #50317
7628         
7629 2001-09-25  Havoc Pennington  <hp@redhat.com>
7630
7631         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
7632         gtk_text_iter_can_insert
7633         
7634         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
7635
7636         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
7637          (gtk_text_iter_can_insert): new function to fix #60282, should
7638         also fix msw's "can paste into empty buffer" bug.
7639
7640         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
7641         "event object,"  #59091
7642
7643         * gtk/gtktextbtree.c: indentation fixes
7644
7645         * gtk/gtktextiter.c (find_by_log_attrs): fixes
7646
7647 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
7648
7649         * configure.in: Version 1.3.9, interface age 0, binary age 0.
7650
7651         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
7652
7653         * NEWS: Updates.
7654
7655 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
7656
7657         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
7658         function for drawing cursors between gtkentry/gtklabel/gtktextview.
7659         Should this be public? It has a bit of an odd interface, but
7660         custom editing widgets probably should be using it.
7661         Function will draw with wider width for taller cursors, and
7662         draws a little indicator arrow to indicate directoin for split 
7663         cursors.
7664
7665         * gtk/gtktextview.c: Add a "cursor_color" property.
7666
7667         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
7668         gtk_text_layout_draw().
7669
7670         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
7671         _gtk_draw_insertion_cursor().
7672
7673 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
7674
7675         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
7676         the behavior where you could turn family_set (etc) back on
7677         and get back the values you had before.
7678
7679         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
7680         g_string_ascii_up() rather than looping through the
7681         string ourself.
7682
7683 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
7684
7685         * gtk/gtktreeviewcolumn.c
7686         (gtk_tree_view_column_set_cell_renderer): Removed
7687         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
7688
7689         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
7690         Patch from Detlef Reichl
7691
7692 2001-09-25  Havoc Pennington  <hp@redhat.com>
7693
7694         * tests/testtextbuffer.c (line_separator_tests): Add tests for
7695         line separators, addresses bug #57428
7696
7697 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
7698
7699         * gtk/gtkentry.c: Make a GtkCellEditable
7700         (get_widget_window_size): Change to let it honor size_allocate
7701         when a CellEditable.
7702
7703         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
7704         editable changes.
7705         (gtk_tree_view_set_cursor): Now you can set the cursor
7706         horizontally, as well as start editing.
7707
7708         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
7709         code to look more like the other check buttons.
7710
7711         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
7712         Change the way we calculate cell size.
7713
7714         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
7715
7716         * demos/gtk-demo/sizegroup.c: Add mnemonics.
7717
7718         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
7719         Fix logic.
7720
7721         * gtk/gtkcellrenderertext.c: Change to be editable.
7722
7723         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
7724
7725         * test/testtreesort.c: Fix misspelling
7726
7727         * test/testreecolumns.c: Add mnemonics.
7728
7729         * test/testreeedit.c: New test program.
7730
7731 2001-09-25  Havoc Pennington  <hp@pobox.com>
7732
7733         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
7734         etc. docs about how these are not going to do what you want for 
7735         the X/win32 ports. Futile attempt to avoid a FAQ...
7736
7737 2001-09-24  James Henstridge  <james@daa.com.au>
7738
7739         * gtk/gtkmarshal.list (VOID): add marshal function types.
7740
7741         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
7742         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
7743         GTK_TYPE_POINTER.
7744         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
7745         with no-op copy/free functions.
7746
7747         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
7748         GtkCTreeNode get_type function.
7749
7750 2001-09-24  Havoc Pennington  <hp@redhat.com>
7751
7752         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
7753         gtktextlayout.c:
7754         Get rid of the newline-that-could-not-be-deleted; buffers may 
7755         now be zero-length. Much easier to fix than expected, once 
7756         I figured out the right way to do it. However, there are 
7757         various subtle bugs introduced by this that will have to get 
7758         sorted out. Please use bugzilla.
7759
7760 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
7761
7762         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
7763         response back from the window manager if our size hasn't changed 
7764         since we won't get a response back from the window manager;
7765         there was code in there to do this, but it was in the wrong
7766         place so if the hints change and the size didn't we'd expect
7767         a response.
7768
7769         Also, optimize the position-only-changed case by running
7770         the resize queue immediately, and clean up some comments
7771         for the changes.
7772
7773 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
7774
7775         * gtk/gtknotebook.h: Add a compat macro that got lost.
7776
7777         * gtk/gtktreestore.c: Doc fixes.
7778
7779         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
7780         leak for windows that receive events after being destroyed.
7781         (#60863, Joshua N. Pritikin)
7782
7783         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
7784         rather than gtk_container_queue_resize().
7785
7786         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
7787         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
7788         gtk_container_child_composite_name. (#60217.)
7789
7790 2001-09-22  Hans Breuer  <hans@breuer.org>
7791
7792         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
7793
7794 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
7795
7796         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
7797         weight value should be an int
7798
7799 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
7800
7801         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
7802         to gtk_menu_scroll_item_visible(). Only call
7803         gtk_menu_scroll_item_visible() if the menu widget has been
7804         realized. Fixes bug #55310.
7805
7806 2001-09-21  Havoc Pennington  <hp@redhat.com>
7807
7808         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
7809         key press to IM context if cursor isn't in an editable location;
7810         bug #58425, patch from Hidetoshi Tajima
7811
7812 2001-09-21  Havoc Pennington  <hp@redhat.com>
7813
7814         Bug #60862
7815         
7816         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
7817         (_gtk_text_btree_unref): fix up mark memory management
7818
7819         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
7820
7821 2001-09-20  Havoc Pennington  <hp@redhat.com>
7822
7823         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
7824         try to handle alignment here, because it's done by PangoLayout
7825         after we set the layout width. Fix from Dov.
7826
7827 2001-09-21  Hans Breuer  <hans@breuer.org>
7828
7829         * gdk/gdk.def :
7830         * gtk/gtk.def : updated externals
7831
7832         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
7833         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
7834         Also handle that Win32 pathes cann't be hard-coded      
7835
7836         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
7837         module, themes etc directory calculations
7838
7839         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
7840         >16 bit right. The size limit within Win9x appears _not_ to be 32767
7841         but slightly smaller ...
7842
7843         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
7844         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
7845
7846         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
7847
7848         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
7849         handling. I'm not sure if it is better now, but at least not worse
7850
7851         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
7852
7853         * gdk/win32/gdkwin32.h : reflect recent API restrictions
7854
7855 2001-09-21  Matt Wilson  <msw@redhat.com>
7856
7857         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
7858         radio_menu_item->group to NULL after removing it from the list, as
7859         it is no longer in the group. (#60869)
7860
7861         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
7862
7863 2001-09-20  Havoc Pennington  <hp@pobox.com>
7864
7865         * configure.in (PANGO_REQUIRED_VERSION)
7866         (ATK_REQUIRED_VERSION): add variables and checks for specific 
7867         versions of dependencies. Previously we didn't verify the 
7868         Pango or ATk versions.
7869
7870 2001-09-09  Havoc Pennington  <hp@pobox.com>
7871
7872         * gtk/gtktextiter.c: fool with indentation
7873         (gtk_text_iter_in_range): add g_return_if_fail
7874
7875 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
7876
7877         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
7878         ref count on new tag to be 1.  Update doc.  (#60836)
7879
7880 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
7881
7882         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
7883         call to gdk_image_new_bitmap(). (#59094, reported by
7884         by Sven Neumann)
7885
7886 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
7887
7888         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
7889         day, as well as the current month and year.
7890         (#59047, reported by Vitaly Tishkov)
7891
7892 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
7893
7894         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
7895         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
7896         
7897 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
7898
7899         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
7900
7901         (build_option_menu): add func argument, connect ::changed
7902         signal to option menu instead of connecting the ::activate
7903         signal to the menu items,
7904
7905         (toplevel): get rid of RADIOMENUTOGGLED macro,
7906
7907         (list_toggle_sel_mode), (clist_toggle_sel_mode),
7908         (ctree_toggle_line_style), (ctree_toggle_expander_style),
7909         (ctree_toggle_justify), (ctree_toggle_sel_mode),
7910         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
7911         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
7912
7913         (notebook_type_changed): merged standard_notebook(),
7914         notabs_notebook(), scrollable_notebook() and borderless_notebook()
7915         into notebook_type_changed()
7916
7917         (create_list), (create_ctree), (create_notebook),
7918         (create_progress_bar): changed OptionMenuItem arrays into
7919         gchar * arrays. Removed "Extended" item where used.
7920
7921         Fixes bug #59885
7922
7923 2001-09-20  Sven Neumann  <sven@gimp.org>
7924
7925         * configure.in
7926         * gdk/Makefile.am
7927         * gtk/Makefile.am
7928         * gtk/gtkselection.c
7929         * gtk/gtktreeview.c
7930         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
7931
7932 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
7933
7934         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
7935         a missing pango_layout_iter_free ().
7936
7937 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
7938
7939         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
7940         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
7941
7942         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
7943         the function definition so we don't accidentally rely on
7944         the compat #define from gtk_radio_menu_item_group.
7945         (#60782, Jeff Franks)
7946
7947 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
7948
7949         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
7950         incorrect values for top, right and bottom due to cut-and-paste
7951         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
7952
7953 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
7954
7955         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
7956         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
7957         window, not just on the client leader. (#58463)
7958
7959 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
7960
7961         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
7962
7963         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
7964         non-public _gtk_menu_item_set_placement.
7965
7966         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
7967
7968 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
7969
7970         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
7971           gdk/linux-fb/gdkcolor-fb.c:
7972         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
7973         (#59723)
7974
7975 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
7976
7977         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
7978         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
7979         #59723)
7980
7981 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
7982
7983         Patch from Frank Belew #59037 for Solaris compilation.
7984
7985         * gtk/maketypes.awk: Change syntax slightly for a call
7986         to sub(), apparently making awk on Solaris happier.
7987
7988         * gtk/gtktreeview.c: Remove C++ comments.
7989
7990 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
7991
7992         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
7993         to handle '99% of the time. (#60473, reported by Christian Rose)
7994
7995         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
7996         which no longer exists. (#60379, reported by Vitaly Tishkov)
7997
7998 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
7999
8000         * Released 1.3.8.
8001
8002         * gdk/Makefile.am: kill EXTRA_DIST clearing.
8003         
8004 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
8005
8006         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
8007         as its broken in automake 1.4, add explicit object rule to
8008         generate this.
8009         
8010         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
8011         get rid of uneccessary stamps, group stuff more logically, and build
8012         sources due to object rules. fix srcdir!=builddir.
8013
8014 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
8015
8016         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
8017         incorrect parameter to compute_double_length
8018         (#58680, patch from Matthias Clasen)
8019
8020         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
8021
8022         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
8023
8024         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
8025         for GDK_RELEASE_MASK to avoid warnings with Forte.
8026
8027         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
8028         break; statements.
8029
8030 2001-09-18  Alex Larsson  <alexl@redhat.com>
8031
8032         * gtk/gtkcheckbutton.c:
8033         * gtk/gtkradiobutton.c:
8034         Don't draw with GTK_STATE_ACTIVE.
8035
8036         * gtk/gtkclist.c:
8037         * gtk/gtkctree.c:
8038         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
8039
8040         * gtk/gtktextdisplay.c:
8041         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
8042         unfocused with base_gc [GTK_STATE_ACTIVE].
8043         
8044         * gtk/gtkentry.c:
8045         Add select all menu-item.
8046         Default cursor color is red.
8047         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
8048         unfocused with base_gc [GTK_STATE_ACTIVE].
8049
8050         * gtk/gtklabel.[ch]:
8051         Add keynav + menu to selectable lables.
8052         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
8053         unfocused with base_gc [GTK_STATE_ACTIVE].
8054
8055         * gtk/gtkfilesel.c:
8056         Add drag and drop support.
8057
8058         * gtk/gtkstyle.c:
8059         (This was checked in earlier)
8060         New default values for text/base SELECTED and ACTIVE
8061         
8062 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
8063
8064         * configure.in: up version to 1.3.8, interface age 0,
8065         binary age 0, depend on glib 1.3.8.
8066
8067         * NEWS: 1.3.8 updates.
8068
8069 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
8070
8071         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
8072         the editing code
8073
8074         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
8075         reason to call it beyond emiting the two signals.
8076
8077         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
8078         to GtkEntry.
8079
8080 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
8081
8082         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
8083           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
8084         PangoFontDescription.
8085
8086         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
8087         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
8088         structure.
8089   
8090         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
8091
8092         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
8093         direct access to style->font. Deprecate gtk_style_ref/unref.
8094   
8095         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
8096         Remove gtk_style_ref/unref with g_object_ref/unref.
8097   
8098         * gtk/gtkcalendar.c: Remove leftover macros accessing
8099         style->font.
8100   
8101         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
8102         variable.
8103   
8104         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
8105         style->font.
8106
8107 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
8108
8109         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
8110         "can_activate" properties in favor of
8111         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
8112         and GTK_CELL_RENDERER_MODE_EDITABLE
8113
8114 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
8115
8116         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
8117         editable widgets.  This function is private, and should only be
8118         used by GtkTreeView.
8119
8120 2001-09-18  Matt Wilson  <msw@redhat.com>
8121
8122         * docs/Makefile.am (EXTRA_DIST): don't use += before =
8123
8124         * docs/faq/Makefile.am (EXTRA_DIST): likewise
8125
8126         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
8127         
8128         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
8129         (EXTRA_HEADERS): likewise
8130
8131         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
8132         (EXTRA_HEADERS): likewise
8133         (EXTRA_DIST): likewise
8134         (CLEANFILES): likewise
8135
8136         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
8137
8138         * tests/Makefile.am (EXTRA_DIST): likewise
8139         
8140         * Makefile.am (install-data-local): changed to use
8141         install-data-hook, which runs after install-pkgconfigDATA, so that
8142         the pkgconfigdir will have been created and populated first.
8143
8144 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
8145
8146         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
8147         be the last big GtkTreeView API change.
8148
8149         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
8150         replace with "activate" and "start_editing".  Also, added a
8151         "can_activate" and "can_edit" property.
8152
8153         * gtk/gtktreeviewcolumn.c: modify to use above.
8154
8155 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
8156
8157         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
8158
8159 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
8160
8161         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
8162         icon instead of one with ugly white background.
8163
8164 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
8165
8166         * demos/gtk-demo/stock_browser.c (id_to_macro): make
8167         the uppercasing work. (#59550)
8168
8169 2001-09-14  Jakub Steiner <jimmac@ximian.com>
8170
8171         * gtk/stock-icons/dialog_error.png:
8172         * gtk/stock-icons/dialog_question.png: more road signs
8173
8174 2001-09-13  Jakub Steiner <jimmac@ximian.com>
8175
8176         * gtk/stock-icons/dialog_question.png:
8177         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
8178           like a road sign.
8179
8180 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
8181
8182         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
8183         signals to make them more clear.  Also, change ::range_changed to
8184         ::row_changed.
8185         * gtk/gtktreemodel.c: Adjust to interface change
8186         * gtk/gtktreemodel.h: ditto
8187         * gtk/gtktreemodelsort.c: ditto
8188         * gtk/gtktreestore.c: ditto
8189         * gtk/gtkliststore.c: ditto
8190         * gtk/gtktreeview.c: ditto
8191         * tests/testtreecolumns.c: ditto
8192         * gtk/gtkmarshal.list: Actually remove a marshaller!
8193
8194 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
8195
8196         * gtk/gtktextview.c
8197         Add support for Ctrl+Up/Down arrow to move cursor to beginning
8198         of previous/next paragraph. If within a paragraph cursor moves to
8199         beginning of that paragraph.
8200
8201 2001-09-12  Jakub Steiner <jimmac@ximian.com>
8202
8203         * gtk/stock-icons/dialog_question.png: replacing the shaky
8204           question mark with a sans-serif one.
8205         * gtk/stock-icons/stock_top.png, stock_bottom.png,
8206      stock_first.png, stock_last.png: using the new style arrows
8207         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
8208      colors.
8209         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
8210      color.
8211         * gtk/stock-icons/stock_zoom*: anti-aliased
8212         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
8213      '-' with a '_', removed the wrong files
8214
8215 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
8216  
8217         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
8218  
8219         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
8220         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
8221         than in gtk-2.0/major.minor.micro/<type>/. This
8222         works better for a search path for modules.
8223  
8224         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
8225         gtk_binary_version variable holding major.minor.(micro-binary_age).
8226  
8227         * modules/input/Makefile.am (moduledir): Fix installation
8228         directory to match change in lookup location.
8229  
8230         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
8231         suffixes. Needs to be handled in g_module_build_path().
8232
8233         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
8234         appropriate.
8235  
8236 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
8237
8238         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
8239         causing RC properties not to work.
8240
8241 2001-09-11  Jakub Steiner <jimmac@ximian.com>
8242
8243         * gtk/stock-icons/dialog-error.png: less drastic
8244         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
8245           "STOP" is international enough.
8246         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
8247         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
8248
8249 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
8250
8251         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
8252         (add|remove)_selection_clipboard symmetric. (bug #59836)
8253
8254         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
8255         Avoid SEGV for empty tree. (bug #60243)
8256
8257 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
8258
8259         * tests/testgtk.c (create_idle_test): slight fix for
8260         g_object_set() not usable for nesting anymore.
8261
8262         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
8263         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
8264         properties, supply ::shadow_type properties instead as most
8265         other widgets do.
8266
8267 2001-09-10  Alex Larsson  <alexl@redhat.com>
8268
8269         * demos/gtk-demo/stock_browser.c:
8270         * gdk/gdkcolor.c:
8271         * gdk/gdkfont.c:
8272         * gdk/gdkcursor.c:
8273         * gdk/gdkevents.c:
8274         * gdk/gdkrectangle.c:
8275         * gtk/gtktypeutils.c:
8276         Update to use the new g_boxed_type_register_static API.
8277
8278 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
8279
8280         * gtk/gtktreestore.c:
8281         Fix looping in gtk_tree_store_init() waiting for zero random int.
8282
8283 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
8284
8285         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
8286         behaviour which havoc broke. they have to default to 1.0 for
8287         expand behaviour.
8288
8289         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
8290
8291 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
8292
8293         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
8294         Amend previous change to avoid runtime error in g_param_spec_ref()
8295
8296 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
8297
8298         * gtk/gtkrc.c (insert_rc_property): Fix blank line
8299         in the wrong place.
8300
8301 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
8302
8303         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
8304         do a lookup immediately after creating style->property_cache,
8305         since bsearch crashes on zero length for Solaris.
8306         (Found by Padraig O'Briain.)
8307
8308 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
8309
8310         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
8311         Really return NULL if not set.
8312         (gtk_widget_init): Remove unused varaible.
8313         
8314 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
8315
8316         * configure.in:
8317         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
8318         in cvs.
8319
8320 2001-09-08  Havoc Pennington  <hp@pobox.com>
8321
8322         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
8323         people might want to use
8324
8325 2001-09-08  Havoc Pennington  <hp@pobox.com>
8326
8327         * gtk/gtkalignment.c (gtk_alignment_class_init): default
8328         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
8329
8330         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
8331
8332         * gtk/gtktextiter.c: fix docs
8333         (gtk_text_iter_spew): get rid of this
8334
8335         * gtk/gtklayout.c: docs
8336
8337         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
8338         to center image and label together, instead of having image on
8339         left and label centered, patch/suggestion from Jacob
8340
8341         * gtk/gtkdialog.c: docs
8342
8343 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
8344
8345         * gtk/gtkliststore.c: Write documentation
8346         * gtk/gtktreestore.c: Write documentation
8347
8348 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
8349
8350         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
8351         with GArray and bsearch(), to remove dependency on a still
8352         evolving interface that we want to keep private to glib/gobject. 
8353
8354 2001-09-08  Havoc Pennington  <hp@pobox.com>
8355
8356         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
8357         docs fixes
8358
8359         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
8360
8361         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
8362
8363         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
8364
8365         * gtk/gtkscrolledwindow.h: docs fixes
8366
8367         * gtk/gtkimage.c (gtk_image_new): docs fixes
8368
8369 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
8370
8371         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
8372         false alarm  constness warning with a cast.
8373
8374         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
8375         for the inside-gdk case.
8376
8377 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
8378
8379         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
8380         remove g_print.
8381
8382         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
8383         change models, #59899
8384
8385 2001-09-07  Havoc Pennington  <hp@pobox.com>
8386
8387         * gtk/gtkmain.c: move some docs inline
8388
8389 2001-09-07  Havoc Pennington  <hp@pobox.com>
8390
8391         * gtk/gtk.h: tsk tsk, jrb broke the build
8392
8393 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
8394
8395         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
8396         Removed 'fill' attribute.  It was silly b/c that was a property of
8397         the cell renderer, anyway.
8398         (gtk_tree_view_column_render): Actually render the packed
8399         renderers.
8400         * doc/tree-column-sizing.txt: initial devel documentation.
8401         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
8402         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
8403
8404         * tests/testtreefocus.c: fix up to reflect above changes.
8405         * tests/testtreeview.c: ditto
8406         * demos/gtk-demo/stock_browser.c: ditto
8407
8408 2001-09-07  Alex Larsson  <alexl@redhat.com>
8409
8410         * gdk/linux-fb/gdkcolor-fb.c:
8411         Removed unused function.
8412         
8413         * gdk/linux-fb/gdkdrawable-fb2.c
8414         * gdk/linux-fb/gdkfont-fb.c:
8415         Use PangoLanguage functions.
8416
8417         * gdk/linux-fb/gdkinput.c:
8418         * gdk/linux-fb/gdkselection-fb.c:
8419         Fix const warnings.
8420         
8421         * gdk/linux-fb/gdkwindow-fb.c:
8422         Fix warning. Implement gdk_window_set_icon_list() and
8423         gdk_window_get_frame_extents(). (No icon support yet though.)
8424
8425         * gtk/gtkwindow.c (gtk_window_get_position):
8426         If window->frame is set get the extents of it instead.
8427         
8428 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
8429
8430         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
8431         Make the default default colormap the GdkRGB colormap,
8432         not the system colormap.
8433
8434         * gtk/gtkinvisible.c (gtk_invisible_init) 
8435           gtk/gtkwindow.c (gtk_window_init): Set the current
8436         colormap, as returned by _gtk_widget_peek_colormap()
8437         on the widget.
8438
8439         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
8440         to GTK+. Make it return %NULL instead of the default
8441         colormap if no colormap has explicitely been pushed.
8442
8443         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
8444         colormaps on ancestral widgets before defaulting the
8445         the system default colormap.
8446
8447         * docs/Changes-2.0.txt: explain colormap changes.
8448
8449 2001-09-07  Havoc Pennington  <hp@redhat.com>
8450
8451         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
8452         #57424
8453
8454 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
8455
8456         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
8457         make gdk_set_use_xshm a noop. Remove --no-xshm command line
8458         option. If we aren't autodetecting properly, we need
8459         to fix the problem, or at least make it an environment
8460         variable setting, to avoid problems with propagating
8461         to embedded children, plugins, etc.
8462
8463         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
8464
8465         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
8466         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
8467         New function to render a pixmap and mask for a particular colormap.
8468
8469         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
8470         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
8471         of internal implementation of the same.
8472
8473 2001-09-07  Havoc Pennington  <hp@redhat.com>
8474
8475         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
8476         debug code that seems to have caused a breakpoint in valid cases
8477         
8478         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
8479         pointer on the first view when adding the second view, fixes
8480         crash when closing gtk-demo text test with active selection
8481
8482         * gtk/gtktextbuffer.c
8483         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
8484         clipboards in the list of clipboards - probably fixes #59836
8485
8486 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
8487
8488       Make gdkx.h the only installed header from gdk/x11.
8489       All structures in gdk/x11 are opaque.
8490
8491         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
8492         Don't install gdk{drawable,pixmap,window}-x11.h.
8493
8494         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
8495         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
8496         GdkVisualClass into C files.
8497
8498         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
8499
8500         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
8501         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
8502         Add public functions to replace previously exported direct
8503         structure access.
8504         gdk_x11_colormap_get_{xdisplay,xcolormap} 
8505         gdk_x11_cursor_get_{xdisplay,xcursor},
8506         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
8507         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
8508         gdk_x11_gc_get_{xdisplay,ximage}
8509         
8510         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
8511         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
8512
8513       Fix a number of variables and functions that were exported
8514       "accidentally" from GDK.
8515
8516         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
8517         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
8518         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
8519         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
8520         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
8521         gdk_event_queue_find_first, gdk_event_queue_remove_link,
8522         gdk_event_queue_append, gdk_event_button_generate,
8523         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
8524
8525         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
8526            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
8527         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
8528         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
8529         gdk_use_xshm, gdk_input_ignore_core.
8530
8531         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
8532         #defines to namespace functions into the private _gdk_ 
8533         namespace.
8534
8535         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
8536         to replace gdk_parent_root exported variable. Adjust and
8537         deprecate GDK_ROOT_PARENT().
8538
8539         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
8540         GDK_ROOT_PARENT usage, remove includes of port-specific
8541         headers.
8542
8543         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
8544         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
8545         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
8546
8547         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
8548         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
8549         gdk_wm_delete_window functions, gdk_wm_take_focus, 
8550         use gdk_atom_intern() instead.
8551
8552         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
8553           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
8554           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
8555           gtk/gtkselection.c 
8556         Unexport gdk_selection_property, just use 
8557         gdk_atom_intern ("GDK_SELECTION").
8558
8559         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
8560         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
8561         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
8562         GdkVisualprivate, gdk_x11_gc_flush.
8563
8564       Make a number of public exports of variables into functions
8565       to increase encapsulation.
8566
8567         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
8568         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
8569         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
8570
8571         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
8572         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
8573         gdk_error_warnings.
8574
8575         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
8576           docs/Changes-2.0.txt: 
8577         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
8578         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
8579         Add gdk_x11_get_default_xdisplay().
8580
8581         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
8582         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
8583         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
8584         Don't export gdk_progclass, move --class command line
8585         option and handling to common portion of GDK.
8586
8587       Miscellaneous fixes:
8588
8589         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
8590         g_return_val_if_fail that should have been g_return_if_fail.
8591
8592         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
8593         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
8594
8595         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
8596         X11 dependency.
8597
8598         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
8599         Remove unused gdk_key_repeat_disable/restore.
8600
8601         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
8602         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
8603         Remove unused gdk_null_window_warnings variable.
8604
8605         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
8606         it can be retrieved from the repository; it is too far
8607         from functional to be worth having people check out;
8608         it would be easier to start from scratch, I suspect.
8609
8610         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
8611
8612         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
8613         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
8614         Fix some accidentally global variables and unused global variables.
8615
8616         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
8617         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
8618         Fix some accidentally global variables and unused global variables.
8619
8620       Add some space for future expansion to multihead.
8621
8622         * gdk/gdkdrawable.h: Add four reserved function pointers
8623         for future expansion of GdkDrawableClass.
8624
8625         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
8626         where we can put a GdkScreen * later.
8627
8628 2001-09-07  Havoc Pennington  <hp@redhat.com>
8629
8630         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
8631         adjustments after validating destination yrange; fixes #53918
8632         (This may cause other issues, but I hope it won't)
8633         
8634 2001-09-05  Havoc Pennington  <hp@redhat.com>
8635
8636         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
8637         line into start line, update the character counts in parent nodes; 
8638         caused a bug when end and start line had different parent nodes.
8639
8640 2001-08-30  Havoc Pennington  <hp@redhat.com>
8641         
8642         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
8643         assertion that tag is in a table
8644
8645 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
8646
8647         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
8648         g_strcasecmp on NULL strings. (#59058)
8649
8650 2001-09-06  Alex Larsson  <alexl@redhat.com>
8651
8652         * gtk/gtkbin.c:
8653         * gtk/gtkfontsel.c:
8654         * gtk/gtkspinbutton.c:
8655         * gtk/gtktipsquery.c:
8656         Use GtkType/GType instead of uint.
8657
8658 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
8659
8660         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
8661         sort column.
8662
8663         * gtk/gtktreestore.c (gtk_list_store_init): ditto
8664
8665         * gtk/gtktreesortable.c: add docs.
8666
8667 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
8668
8669         * Version 1.3.7
8670
8671         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
8672         docs for gtk-config
8673
8674         * modules/input/Makefile.am (install-data-local): Don't
8675         run gtk-query-immodules if DESTDIR is set.
8676
8677         * NEWS: Various additions.
8678
8679 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
8680
8681         * NEWS: updates for 1.3.7 release.
8682
8683 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
8684
8685         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
8686         handle default sort feature
8687
8688         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
8689         new function to handle default sort.
8690         (gtk_tree_sortable_has_default_sort_func): check if default sort
8691         is set.
8692
8693         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
8694         handle default sort feature
8695
8696 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
8697
8698         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
8699         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
8700         #59731
8701
8702 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
8703
8704         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
8705         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
8706         time, #59727
8707
8708         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
8709         correctly.
8710
8711 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
8712
8713         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
8714         so that we don't eternally update the keymap after we
8715         get a change notification.
8716
8717         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
8718         incorrect cast.
8719
8720 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
8721
8722         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
8723         it working. It mostly works now, although there're still a few issues
8724         to be worked out.
8725
8726         * tests/testtreesort.c (main): changes to have a better test
8727         application for the GtkTreeModelSort.
8728
8729 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
8730
8731         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
8732         fix for bug #59222.
8733
8734         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
8735         gpointer search_data argument to function definition and
8736         prototype, to match GtkTreeViewSearchEqualFunc typedef.
8737
8738 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
8739
8740         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
8741         per jrb's request.
8742
8743 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
8744
8745         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
8746
8747         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
8748
8749 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
8750
8751         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
8752         Instead of always mirroring the selection to a single PRIMARY
8753         selection, allow it to be mirrored to any number of clipboards.
8754
8755         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
8756         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
8757
8758         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
8759         GtkClipboard argument, and for paste_clipboard, the
8760         @override_location argument from @paste_primary.
8761
8762         * gtk/gtktextview.c: Adapt to above change.
8763         
8764 2001-08-30  Havoc Pennington  <hp@redhat.com>
8765
8766         * gtk/gtktextview.c (invalidated_handler): put validate idle at
8767         resize - 2 just for flexibility
8768
8769 2001-08-30  Havoc Pennington  <hp@redhat.com>
8770
8771         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
8772         object from the empty-child-anchor case by drawing a little box.
8773         
8774         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
8775         if the child anchor has no anchored widgets - fixes #59328.
8776
8777         Also, remove bizarre deletion of preedit string that seems to have
8778         gotten in here somehow.
8779
8780 2001-08-30  Havoc Pennington  <hp@redhat.com>
8781
8782         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
8783         to #58420 from Hidetoshi Tajima and Matthias Clasen
8784
8785 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
8786
8787         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
8788         change color when the GtkTreeView loses focus.
8789
8790         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
8791         ditto.
8792         
8793         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
8794
8795 2001-08-28  Havoc Pennington  <hp@pobox.com>
8796
8797         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
8798
8799 2001-08-28  Havoc Pennington  <hp@pobox.com>
8800
8801         * demos/gtk-demo/main.c (setup_default_icon): add default icon
8802
8803         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
8804         warning fix
8805         (gtk_radio_button_new_with_label): warning fix
8806
8807         * gtk/gtkdnd.c: used some random GtkImage private structs, 
8808         update to reflect GtkImage changes
8809
8810         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
8811         whether the hint is supported, just always set the icon. A task
8812         list might want to use it even if the WM doesn't, and the WM may
8813         change over time. Also, XDeleteProperty() if list == NULL.
8814
8815         * gtk/gtkwindow.c (gtk_window_set_icon_list)
8816         (gtk_window_get_icon_list)
8817         (gtk_window_set_icon)
8818         (gtk_window_get_icon)
8819         (gtk_window_set_default_icon_list)
8820         (gtk_window_get_default_icon_list):
8821         new functions
8822
8823         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
8824
8825         * gtk/gtkimage.c: Implement property support, bug #59408
8826
8827         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
8828         on reparent-without-removing-first a bit more helpful.
8829         Let's just destroy this FAQ.
8830
8831 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
8832
8833         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
8834         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
8835
8836 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
8837
8838         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
8839         of use_text_format to the end of the function. (#56447)
8840
8841 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
8842
8843         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
8844         only in response to an area_prepared signal.
8845
8846 2001-08-28  Alex Larsson  <alexl@redhat.com>
8847
8848         * gtk/gtkwidget.c (gtk_widget_class_init):
8849         Make unrealize GTK_RUN_LAST.
8850
8851 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
8852
8853         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
8854         with_label and with_mnemonic should create radio buttons, not
8855         check buttons
8856
8857 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
8858
8859         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
8860         * tests/treestoretest.c (make_window): ditto
8861         * demos/gtk-demo/main.c (create_tree): ditto
8862         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
8863
8864 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
8865
8866         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
8867         GTK selection types rather than GtkTreeSelectionMode.
8868
8869         * docs/Changes-2.0: Add comment about selection change.
8870
8871 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
8872
8873         * gtk/gtkenums.h (GtkSelectionMode): deprecate
8874         GTK_SELECTION_EXTENDED.
8875
8876         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
8877         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
8878
8879         * gtk/gtkctree.c: ditto
8880
8881         * gtk/gtklist.c: ditto
8882
8883         * gtk/gtktree.c: ditto
8884
8885 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
8886
8887         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
8888         of typos in compat macros. (#59624, Skip Montaro)
8889
8890 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
8891
8892         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
8893         macro.
8894
8895          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
8896  
8897         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
8898         interface to be a standard setter from gtk_menu_item_right_justify.
8899         (gtk_menu_item_get_right_justified): a getter to go with the setter
8900
8901         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
8902         gtk_menu_item_right_justify.
8903
8904         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
8905         gtk_menu_item_set_right_justified.
8906  
8907 2001-08-27  Jens Finke <jens@gnome.org>
8908
8909         * gtk+.spec.in: Updated to match gpp requirements, reworked the
8910         files section to make it work with 1.3.x releases.
8911
8912 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
8913
8914         * gtk/gtkbutton.[ch]:
8915         Add properties for labels, mnemonics and stock items.
8916         Added C accessor functions for the properties.
8917         Removed deprecated button->child.
8918
8919         * gtk/gtkradiobutton.c:
8920         * gtk/gtktogglebutton.c:
8921         Update to use the functions in GtkButton.
8922
8923         * gtk/gtkcheckbutton.c:
8924         Update to use the functions in GtkButton.
8925         Changed size allocation of child. Now only gets as much
8926         space as it requests.
8927
8928         * gtk/gtkclist.c:
8929         Don't use GtkButton->child
8930
8931         * gtk/gtklabel.c:
8932         Fixed typo in docs
8933         
8934 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
8935
8936         * tests/testgtk.c:
8937         * tests/Makefile.am:
8938         Ressurect the properties test.
8939         I don't care if it is inferior, I just want to test my property code.
8940
8941 2001-08-25  Chema Celorio  <chema@celorio.com>
8942
8943         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
8944         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
8945         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
8946
8947 2001-08-24  Havoc Pennington  <hp@pobox.com>
8948
8949         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
8950         these are already in gtkmenu.h, and the copies
8951         here were broken.
8952
8953         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
8954
8955         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
8956         special-case bitmaps to allow no colormap
8957         (bitmap1): implement no-colormap bitmap-getting
8958         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
8959         alpha
8960         (rgb8): indentation
8961         (rgb1a, rgb1): change the way we read the data out of the image, 
8962         old way didn't seem to work quite right.
8963
8964         I'm pretty sure a lot of the rgbconvert code is still broken.
8965         
8966         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
8967         above position constraint (I really intended to do this before,
8968         don't know what's up with that)
8969         (gtk_XParseGeometry): shut up gcc
8970
8971         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
8972         and "0" should have been. remove the attempted 4-bytes-at-once
8973         optimization, it was totally broken.
8974
8975 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
8976
8977         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
8978         on push to buttons (based on patch from Soeren Sandmann, #54720)
8979
8980           - Add child_displacement_x/y style properties to control how far the
8981             child moves when the button is depressed.
8982
8983           - Add non-exported function _gtk_button_set_depressed to clean
8984             up the handling of the in/out shadow and separate it frmo
8985             widget->state.
8986
8987           - Lots of code cleanup and simplification of state handling
8988             for GtkButton/GtkToggleButton.
8989  
8990         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
8991         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
8992
8993 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
8994
8995         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
8996         and make gtk_image_new() take no arguments. The compiler will
8997         catch it, and it is vastly more useful than having
8998         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
8999
9000         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
9001         to add tearoff-title property (#51319, Lee Mallabone)
9002
9003 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
9004
9005         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
9006         gtk_menu_item_configure(). (#58925)
9007
9008 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
9009
9010         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
9011         "use_align" to give people the option to just make a cell visible.
9012
9013         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
9014         we were scrolling past the end of the tree.
9015
9016         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
9017         rename gtk_tree_view_column_pack_start_cell_renderer to
9018         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
9019
9020 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
9021
9022         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
9023         a stray g_object_ref() left over from gtk_object_ref/sink.
9024         (Pointed out by Josh Pritikin.)
9025
9026 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
9027
9028         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
9029         to gtk_container_get_children. Added deprecated compatibility
9030         macro. (Suggested by Vitaly Tishkov, #59051)
9031
9032         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
9033         calls.
9034
9035 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
9036
9037         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
9038         gtk_menu_bar_append/prepend/insert, forgot to do this
9039         when we deprecated gtk_menu_append/prepend/insert.
9040
9041         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
9042         compat macros.
9043
9044         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
9045         renamed by compat macro.
9046
9047         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
9048         gtk_font_selection_dialog_get_font(). (Suggested by
9049         Vitaly Tishkov, #59383)
9050
9051 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
9052
9053         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
9054         Rename from gtk_text_tag_table_size(). (#59366)
9055
9056 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
9057
9058         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
9059         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
9060         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
9061         (#59173).
9062
9063 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
9064
9065         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
9066         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
9067         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
9068
9069 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
9070
9071         [ Patch from Sebastian Wilhelmi, 52790 ]
9072
9073         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
9074
9075         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
9076         Move compatibility macros from g[dt]kcompat.h to within 
9077         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
9078
9079         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
9080
9081         * demos/Makefile.am demos/gtk-demo/Makefile.am 
9082           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
9083           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
9084
9085         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
9086                  testpixbuf.c}: Fix usages of deprecated functions.
9087
9088 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
9089
9090         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
9091         when changing models.
9092
9093 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
9094
9095         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
9096         We check the current event for modifiers rather than try to trap
9097         all presses.
9098
9099 2001-08-22  Anders Carlsson  <andersca@gnu.org>
9100
9101         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
9102         It's LIST_STORE, not LISTSTORE.
9103
9104 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
9105
9106         * gtk/gtk.h: Remove commented out gtkpacker reference.
9107
9108 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9109
9110         * configure.in (all_loaders): Add tga loader, 
9111         patch by Nicola Girardi. (#56067)
9112
9113 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
9114
9115         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
9116         a little.  More needs to be done tomorrow.
9117
9118 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
9119
9120         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
9121
9122 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
9123
9124         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
9125         reported by Kristian Rietveld <kristian@planet.nl> to handle row
9126         == NULL.
9127         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
9128         <kristian@planet.nl> to change destroy order.
9129
9130 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
9131
9132         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
9133         correct marshaller.
9134
9135 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
9136
9137         * gtk/gtkliststore.c: Fix up warnings, #58928.
9138
9139         * gtk/gtktreeselection.h: Change signal prototype, #58647
9140
9141         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
9142         #59221.
9143
9144         * gtk/gtkstyle.c: Actually prelight arrow, #50981
9145         
9146 2001-08-18  Hans Breuer  <hans@breuer.org>
9147
9148         * gdk/gdk.def : updated externals
9149
9150         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
9151         is required to get (at least) visible in entry fields. Some selections
9152         are really handled now - even on win32 - but copying via middle
9153         mouse button into a different app needs to wait ... 
9154
9155         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
9156         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
9157
9158         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
9159         handling. I'm not sure if it is better now, but at least not worse
9160
9161         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
9162         with SetWindowPos () which allows more fine-tuning backing-store wise
9163
9164         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
9165         Also changed move/resize to be more like the X version.
9166
9167         * gtk/gtk.def : updated externals
9168
9169 2001-08-19  Sven Neumann  <sven@gimp.org>
9170
9171         * gtk/gtktooltips.c
9172         * tests/testtreesort.c
9173         * tests/treestoretest.c: inserted some casts to get rid of compiler
9174         warnings.
9175
9176 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
9177
9178         * gtk/gtktreeviewcolumn.c
9179         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
9180
9181         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
9182         (_gtk_tree_view_find_node): If *node is NULL,
9183         *tree should be NULL too.
9184
9185         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
9186         column/renderers.
9187         * tests/testtreecolumns.c: ditto
9188         * tests/testtreefocus.c: ditto
9189         * tests/testtreesort.c: ditto
9190         * tests/testtreeview.c: ditto
9191         * tests/treestoretest.c: ditto
9192
9193 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
9194
9195         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
9196         signals; is_expander/is_expanded.
9197
9198         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
9199         pixbufs.
9200
9201         * gtk/gtktreeview.c: set above properties.
9202
9203 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
9204
9205         * gtk/gtkwidget.h: Really remove set_default_style().
9206
9207         * docs/Changes-2.0.txt: added a note about
9208         gtk_widget_push/pop/set_default_style.
9209
9210 2001-08-18  Havoc Pennington  <hp@pobox.com>
9211
9212         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
9213         hints_changed in addition to the other cases.
9214         (gtk_window_move_resize): include last position from configure
9215         notify in debug spew
9216
9217 2001-08-18  James Henstridge  <james@daa.com.au>
9218
9219         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
9220         second argument to the weak ref notify, cleaning up some uglyness.
9221         (gtk_accel_group_attach): remove and add the weak notifier when
9222         changing the accel groups slist.
9223         (gtk_accel_group_detach): same here.
9224
9225 2001-08-17  Darin Adler  <darin@bentspoon.com>
9226
9227         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
9228         missing parameters to utf8 functions to make it compile.
9229
9230 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
9231
9232         * gtk/gtktreeprivate.h:
9233         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
9234         (gtk_tree_view_init), (gtk_tree_view_set_property),
9235         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
9236         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
9237         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
9238         (gtk_tree_view_set_destroy_count_func),
9239         (gtk_tree_view_set_enable_search),
9240         (gtk_tree_view_get_enable_search),
9241         (gtk_tree_view_get_search_column),
9242         (gtk_tree_view_set_search_column),
9243         (gtk_tree_view_get_search_equal_func),
9244         (gtk_tree_view_set_search_equal_func),
9245         (gtk_tree_view_search_dialog_destroy),
9246         (gtk_tree_view_search_position_func),
9247         (gtk_tree_view_interactive_search),
9248         (gtk_tree_view_search_delete_event),
9249         (gtk_tree_view_search_button_press_event),
9250         (gtk_tree_view_search_key_press_event),
9251         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
9252         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
9253         * gtk/gtktreeview.h:
9254         Add heavily modified patch from Kristian Rietveld to handle
9255         interactive searching.
9256
9257 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
9258
9259         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
9260         string parameter.
9261
9262         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
9263         GtkMenuShell::selection_done, now that we have it, instead of 
9264         ::deactivate so we're not tearing the menu apart and notify
9265         the user prematurely.
9266
9267 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
9268
9269         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
9270         window, clear window->need_default_position to avoid infinite loops.
9271         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
9272
9273 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
9274
9275         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
9276         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
9277         (gtk_tree_view_set_property): don't cast possible NULL objects.
9278         (gtk_tree_view_destroy): reset the model to NULL.
9279
9280         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
9281         parent_class handler.
9282
9283 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9284
9285         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
9286
9287 2001-08-17  Anders Carlsson  <andersca@gnu.org>
9288
9289         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
9290         point numbers so that the result will be floating point.
9291
9292 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9293
9294         * tests/testgtk.c (create_handle_box): 
9295         (create_toolbar): Replace gtk_window_set_policy calls by
9296         gtk_window_set_resizable.
9297
9298 2001-08-16  Jakub Steiner <jimmac@ximian.com>
9299
9300         * gtk/stock-icons/dialog_info.png: new style bulb
9301         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
9302         * gtk/stock-icons/dialog_warning.png: need a hand?
9303         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
9304           the aa border gets chopped off ok
9305         * gtk/stock-icons/stock_colorselector.png: using the new hand
9306         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
9307           this one is for, but the old icon was butt ugly.
9308         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
9309         * gtk/stock-icons/stock*_insert_object.png: "
9310         * gtk/stock-icons/stock_index.png: using new hand icon
9311         * gtk/stock-icons/stock*_new.png: the document template being used 
9312           elsewhere too
9313         * gtk/stock-icons/stock*_print*.png: new print and print preview 
9314           icons (panel/menu)  
9315         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
9316           icons based on Tuomas' floppy image.
9317         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
9318         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
9319         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
9320         * gtk/stock-icons/stock*_undelete.png: "
9321         * gtk/stock-icons/stock_preferences.png: I have a version with a 
9322           document base if the sliders are no good.
9323         * gtk/stock-icons/stock_properties.png: properties 
9324         
9325
9326         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
9327           (tigert@ximian.com) clipboard icons
9328         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
9329         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
9330         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
9331           little bigger IMHO
9332
9333 2001-08-16  Sven Neumann  <sven@gimp.org>
9334
9335         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
9336
9337 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
9338
9339         * gtk/gtkcellrenderertext.c:
9340         Avoid warning when specifying NULL for "attributes" property
9341
9342 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9343
9344         * docs/debugging.txt: Add a warning about --enable-debug=no,
9345         some editorial changes.
9346
9347 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9348
9349         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
9350         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
9351         debugging info, remove unused debug flags. (#58330)
9352
9353 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
9354
9355         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
9356         (gtk_tree_selection_select_all): Remove strict checking for rows.
9357
9358 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9359         
9360         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
9361         Don't remove the tooltip window when the tip text changes. (#15891)
9362
9363 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
9364
9365         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
9366         $(srcdir).
9367
9368 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
9369
9370         * Makefile.am (EXTRA_DIST): Fix problem with trying to
9371         dist files from intl/, which is no longer there.
9372
9373 2001-08-11  Hans Breuer  <hans@breuer.org>
9374
9375         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
9376           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
9377           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
9378           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
9379           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
9380           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
9381
9382         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
9383           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
9384         GDK_TYPE_EVENT signals
9385
9386         * gtk/gtkalignment.c : removed 'direct allocation bug',
9387         which Tim discovered while reading the patch
9388
9389 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
9390
9391         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
9392         compat macros for push/pop/set_visual that were supposed
9393         to be added a long time ago, but got dropped. 
9394
9395 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
9396
9397         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
9398         property notifies.
9399
9400 2001-08-07  Havoc Pennington  <hp@pobox.com>
9401
9402         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
9403
9404         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
9405         some fixage is needed here, but nothing simple. Owen understands
9406         it. ;-)
9407
9408         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
9409         sizing and positioning.  Also, fix bug in compute_geometry_hints
9410         (width/height confusion for setting min size). 
9411         (gtk_window_move): new function
9412         (gtk_window_resize): new function
9413         (gtk_window_get_size): new function
9414         (gtk_window_get_position): new function
9415         (gtk_window_parse_geometry): new function
9416         
9417         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
9418         (gtk_widget_get_size_request): new function
9419         (gtk_widget_get_usize): delete, that was a short-lived function
9420         ;-)
9421         (gtk_widget_set_usize): deprecate
9422         (gtk_widget_set_uposition): deprecate, make it a trivial 
9423         gtk_window_move() wrapper
9424         (gtk_widget_class_init): remove x/y/width/height properties,
9425         add width_request height_request
9426         
9427         * demos/*: update to avoid deprecated functions
9428         
9429         * gtk/gtklayout.c: add x/y child properties
9430
9431         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
9432         uses of "gint16"
9433
9434         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
9435         sizing test
9436
9437         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
9438         configure events on toplevel windows are always in root window
9439         coordinates, following ICCCM spec that all synthetic events 
9440         are in root window coords already, while real events are 
9441         in parent window coords. Previously the code assumed that 
9442         coords of 0,0 were parent window coords, which was 
9443         really broken.
9444   
9445         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
9446         warning
9447  
9448         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
9449         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
9450         hints in gtk_window_parse_geometry()
9451  
9452         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
9453         new USER_POS USER_SIZE hints    
9454
9455 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9456
9457         * tests/prop-editor.c (properties_from_type): Use 
9458         g_object_class_list_properties to get the param specs 
9459         for a given type. (#58609)
9460
9461 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9462
9463         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
9464         free the text_aa parts. (#57549)
9465
9466 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9467
9468         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
9469         not the foreground color. (#57621)
9470
9471 2001-08-09  Alexander Larsson <alexl@redhat.com>
9472
9473         * gdk/win32/gdkfont-win32.c:
9474         Update to the new pango win32 api.
9475
9476 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
9477
9478         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
9479         COMPOUND_TEXT instead of TEXT
9480         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
9481         interpret the return value of g_string_to_compound_text()
9482         (#55152)
9483
9484 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9485
9486         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
9487         fail if iter is NULL. (#58347)
9488
9489 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9490
9491         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
9492         some off-by-one issues, fixing selection of line-ends. (#50323)
9493
9494 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
9495
9496         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
9497         functions in order to make mouse operation work again in the
9498         color wheel. (#58604)
9499
9500 2001-08-07  James Henstridge  <james@daa.com.au>
9501
9502         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
9503         the accelerator when the accel object is changed.  Fixes bug
9504         #58628.
9505
9506 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
9507
9508         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
9509         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
9510         (gnome bugzilla #58202)
9511
9512 2001-08-06  Havoc Pennington  <hp@pobox.com>
9513  
9514         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
9515         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
9516         it was expecting a GdkWindow, not a GdkWindowImplX11.
9517  
9518         Also, we were getting the window rect in screen coords 
9519         and the screen rect in window coords then intersecting 
9520         them; instead, get window rect in window coords.
9521  
9522         Finally, there were codepaths that resulted in a stuck server grab
9523         (when the window was fully onscreen, or on gdk_image_new()
9524         failure); make the server ungrab thing a bit more
9525         robust/consistent.
9526
9527 2001-08-06  Sven Neumann  <sven@gimp.org>
9528
9529         * gdk/gdkpango.c (gdk_pango_context_destroy): 
9530         check if info->colormap != NULL before unref'ing it. It might have
9531         been set to NULL using gdk_pango_context_set_colormap().
9532
9533 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
9534
9535         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
9536         Fix conversion from float to int so that we don't get
9537         skew in the int => float => int roundtrip. 
9538         (#58120, reported by Vitaly Tishkov). Also fix problem
9539         where if no alpha was set, the returned alpha
9540         from (say) set_current_alpha() was returned as 1, not 65535.
9541
9542 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
9543
9544         * gtk/gtklist.c (gtk_list_clear_items): Fix
9545         problem with selecting a new focus child.
9546
9547         * gtk/gtklist.c (gtk_list_clear_items): Clear 
9548         list->undo/list_focus_child after unparenting
9549         child, since unparenting the child can result
9550         in list->last_focus_child being set. (#58024)
9551
9552         * Makefile.am (SUBDIRS): Add target specific pc
9553         files to DISTCLEANFILES.
9554
9555         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
9556         (58327, Matthias Clasen)
9557
9558 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
9559
9560         * tests/testgtk.c: Patch from Hans (with various modifications),
9561         to add the ability to use testgtk as a rough-and-ready
9562         benchmark. Try, 'testgtk --bench all:5' (if you want decent
9563         numbers, run without a window manager)
9564
9565 2001-08-04 Alexander Larsson <alexl@redhat.com>
9566
9567         * gdk/win32/gdkinput.c:
9568         Add #ifdef HAVE_WINTAB around wintab.h include.
9569
9570         * gtk/gtk.def:
9571         Removed marshals that have been moved to glib.
9572         Commented out plug and socket. They didn't compile for me 
9573         on win32.
9574
9575 2001-08-04  Hans Breuer  <hans@breuer.org>
9576
9577         * gtk/stocks-icons/makefile.msc : new file
9578         * gtk/makefile.msc.in : use it
9579
9580         * gtk/gtkstyle.c : not all platforms do provide M_PI and
9581         friends, but luckily there is G_PI
9582
9583         * gtk/gtk.def : updated
9584
9585         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
9586         windows WS_POPUP, but only those without a parent. This fixes the 
9587         mis-alignment between the selectable (temp, input only) window and 
9588         the window text of GtkLabel.
9589
9590         (gdk_window_show) : respect private->state when actually showing
9591         the window.
9592
9593         (gdk_window_set_transient_for) : Implementation from Wolfgang 
9594         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
9595         error handling. Should fix #50586.
9596
9597         * gdk/win32/gdkevents-win32.c : beautify log output
9598
9599 2001-08-04  Michael Natterer  <mitch@gimp.org>
9600
9601         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
9602         Need to show the image after adding it to the GtkImageMenuItem.
9603         This used to work without in testgtk because of the
9604         gtk_widget_show_all() at the end of the function.
9605         (Closes #54978).
9606
9607 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
9608
9609         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
9610         (gtk_notebook_set_child_property): fix finding of child's page,
9611         since we have to validly deal with labels and menus here as well.
9612         (gtk_notebook_get_child_property): fix warning.
9613         (gtk_notebook_class_init): property tab_pack is of type
9614         GTK_TYPE_PACK_TYPE (enum) not boolean.
9615         (gtk_notebook_find_child): don't always warn, we might be looking
9616         for a label or menu child.
9617         (gtk_notebook_map): fix mapping of panel.
9618
9619         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
9620         widget's mapped state, regardless of the value being set equals
9621         old settings, since things like REALIZED(parent) or MAPPED(parent)
9622         may have changed since the old value was set. make it an error to
9623         invoke this function on a toplevel widget.
9624
9625 2001-07-31  Darin Adler  <darin@bentspoon.com>
9626
9627         * gdk/gdkprivate.h:
9628         * gdk/x11/gdkx.h:
9629         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
9630
9631         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
9632         GTK_OBJECT.
9633
9634 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
9635
9636         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
9637         scoping error pointed out by matthiasc@poet.de.
9638
9639 2001-07-31  Sven Neumann  <sven@gimp.org>
9640
9641         * demos/gtk-demo/appwindow.c
9642         * demos/gtk-demo/item_factory.c
9643         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
9644
9645 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
9646
9647         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
9648         argument order for g_signal_has_handler_pending.
9649
9650 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
9651
9652         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
9653         instead of long deprecated g_scanner_stat_mode().
9654
9655 2001-07-29  Hans Breuer  <hans@breuer.org>
9656
9657         * gdk/makefile.msc : build in the backend dir after
9658         auto-generating files
9659
9660         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
9661         with code from win32-production-branch.
9662
9663         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
9664         before calling DestroyWindow, which indirectly calls 
9665         gdk_window_destroy_notify ()
9666
9667         (performance patch merged from win32-production-branch)
9668         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
9669         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
9670         R2_COPYPEN rop). It is claimed to be much faster.
9671
9672 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
9673
9674         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
9675         add an "attributes" property to the text renderer for ATK.
9676
9677 2001-07-26  Alex Larsson  <alexl@redhat.com>
9678
9679         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
9680         Initialize image->bits_per_pixel from the drawable, not from
9681         the root window.
9682
9683         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
9684         Fix cast. argument is an IMPL already.
9685
9686 2001-07-15  James Henstridge  <james@daa.com.au>
9687
9688         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
9689         (gtk_window_remove_accel_group): same here.
9690         (gtk_window_key_press_event): same here.
9691
9692         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
9693         (gtk_widget_remove_accelerator): same here.
9694         (gtk_widget_remove_accelerators): same here.
9695
9696         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
9697
9698         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
9699         instead of GtkObject.
9700
9701         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
9702         now takes GObjects.
9703
9704         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
9705         pass a GObject to gtk_accel_group_entries_from_object.
9706         (gtk_item_factory_create_item): s/accel_widget/accel_object/
9707
9708         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
9709
9710         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
9711
9712         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
9713         GObjects can have accelerators set now.  Add compatibility
9714         defines.
9715
9716         * gtk/gtkmarshal.list: add missing marshallers.
9717
9718         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
9719         accelerators on plain GObjects.  gtk_accel_group_object_destroy
9720         has been converted into a weak reference, and
9721         gtk_accel_group_delete_entries is now a destroy notify for that
9722         piece of data.
9723
9724 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
9725
9726         * gdk/gdkdraw.c: Added a check on the colormap depth to
9727         gdk_drawable_set_colormap()
9728         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
9729         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
9730         for pixmaps without visuals (more specifically, bitmaps)
9731         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
9732         doesn't set a colormap with the wrong depth
9733
9734
9735 2001-07-22  Anders Carlsson  <andersca@gnome.org>
9736
9737         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
9738         expander_height and expander_width properties with a single
9739         property, expander_size.
9740         (gtk_tree_view_init): Set the tab_offset to expander_size
9741         plus some padding.
9742         (gtk_tree_view_unrealize): Remove the expand/collapse
9743         timeout if it exists.
9744         (coords_are_over_arrow): Fix a small bug.
9745         (gtk_tree_view_motion_draw_column_motion_arrow): Use
9746         expander_size.
9747         (gtk_tree_view_draw_focus): Use "treeview" instead of
9748         "add-mode" as detail when drawing the focus.
9749         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
9750         instead of "add-mode" as detail when drawing the focus.
9751         (gtk_tree_view_deleted): If we have a node currently being
9752         expanded or collapsed, remove the timeout and set the node 
9753         to NULL.
9754         (gtk_tree_view_queue_draw_arrow): New function that just
9755         redraws the arrow of a node.
9756         (gtk_tree_view_draw_arrow): Use expander_size instead of
9757         expander_width/expander_height, also pass a different
9758         expander_style to gtk_paint_expander depending on the 
9759         state of the node being drawn.
9760         (expand_collapse_timeout): New function for expanding 
9761         or collapsing a node depending on the previous state.
9762         (gtk_tree_view_real_expand_row): Add timeout and set 
9763         correct state for node being expanded.
9764         (gtk_tree_view_real_collapse_row): Add timeout and set
9765         correct state for node being collapsed.
9766
9767         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
9768         information about the node currently being expanded or
9769         collapsed, and also a timeout id.
9770
9771         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
9772         with expander_style for draw_expander.
9773
9774         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
9775         expander_style.
9776         (create_expander_affine): New function for creating an 
9777         expander affine.
9778         (apply_affine_on_point): New function for applying an 
9779         affine to a point.
9780         (gtk_default_draw_expander): Modified to take expander_style
9781         instead of is_open, and to draw the rectangle rotated differently
9782         depending on the expander style.
9783         (gtk_paint_expander): Replace is_open with expander_style.
9784
9785         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
9786
9787         * gtk/gtkenums.h: Add expander style enum.
9788
9789 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
9790
9791         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
9792         value from gtk_tree_model_get_iter, the model might be empty.
9793
9794 2001-07-20  Hans Breuer  <hans@breuer.org>
9795
9796         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
9797         gdk/gdkinput.c like the other backends
9798
9799         * gdk/win32/gdkinput-win32.h :
9800         * gdk/win32/gdkinput.c :
9801         * gdk/win32/gdkvisual-win32.c :
9802         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
9803         GdkVisual GObjectification. UNTESTED for pen-devices because
9804         I simply have none.
9805
9806         * gdk/gdk.def :
9807         * gtk/gtk.def : updated externals
9808
9809         * gtk/gtkiconfactory.c :
9810         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
9811         before passing &error to functions to avoid strange crashes
9812         
9813         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
9814
9815         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
9816
9817         * gtk/makefile.msc.in : updated
9818
9819 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
9820
9821         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
9822         Add property support. (#51858)
9823
9824 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
9825
9826         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
9827         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
9828         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
9829
9830 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
9831
9832         * gtk/gtkcolorsel.c: Add propery support (roughly
9833         based on patch from Lee Mallabone, #51014)
9834
9835         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
9836         deprecated, since we already g_warning() on it.
9837
9838 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
9839
9840         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
9841         typo that sometimes caused selection not to work properly.
9842
9843         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
9844         entry when tabbing in. (#57743)
9845         
9846         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
9847         user drags up above or down below the entry, move
9848         to the end or the beginning of the entry. (Suggestion
9849         from Jay Cox, #50940)
9850
9851         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
9852         a current selection, then when moving by chars or
9853         words, move to the end of the selection rather than
9854         from entry->current_pos. (Suggestion from Jay Cox,
9855         #50942)
9856         
9857 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
9858
9859         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
9860         set window->decorated. (Patch from Hidetoshi Tajima,
9861         #55846)
9862
9863 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
9864
9865         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
9866         the widget/child realization/mapping invariants.
9867
9868         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
9869         gtk_widget_[get/set]_child_visible() to control
9870         whether visible children of a mapped window are
9871         mapped.
9872
9873         * docs/widget_system.txt: Updated for changes in
9874         container contract, and addition of GTK_CHILD_VISIBLE.
9875
9876         * gtk/gtkcontainer.c: Add generic map()/unmap()
9877         functions that work for almost all containers.
9878
9879         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
9880         gtk_widget_set_child_visible() where necessary.
9881
9882         * gtk/*.c: Remove excess map(), unmap(), and 
9883         realization/mapping invariant enforcing code
9884         from many containers.
9885
9886 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
9887
9888         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
9889         Get the foreground color from 'text', nor 'fg'. (#57568)
9890
9891 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
9892
9893         * gtk/*.c: Patch from Matthias Clasen to remove remove
9894         all instances of g_return_if_fail (foo != NULL); that are
9895         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
9896         since the second check catches the NULL anyways.
9897
9898 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
9899
9900         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
9901         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
9902         GDK_THREADS_ENTER()/LEAVE() pairs.
9903
9904         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
9905         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
9906         pairs. (Problem found by M. Meeks)
9907
9908 2001-07-18  Darin Adler  <darin@bentspoon.com>
9909
9910         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
9911         that we don't get a g_warning message every time we register a new
9912         icon size.
9913
9914         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
9915         using pixel variable of the correct type.
9916         
9917 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
9918
9919         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
9920         so that using X functions on a GdkWindow is possible, if
9921         a little hairy.
9922
9923         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
9924         and ts_origin of a GC, so that external parties can offset/restore
9925         a GC, when using gdk_window_get_internal_paint_info().
9926
9927 2001-07-17  Darin Adler  <darin@bentspoon.com>
9928
9929         * .cvsignore: Ignore the sgml directory made by gtkdoc.
9930         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
9931         instead of the deprecated gtk_window_set_policy.
9932         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
9933         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
9934         function to get rid of warning and some code too.
9935         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
9936         missing const.
9937         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
9938         unused local.
9939         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
9940         const.
9941         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
9942         (gdk_utf8_to_compound_text): Add missing const.
9943         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
9944         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
9945         cast and get rid of an unnecessary one.
9946         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
9947         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
9948         local.
9949         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
9950         Remove unused local.
9951         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
9952         missing const.
9953         * tests/testsocket.c: (add_child): Add cast so the printf format
9954         doesn't make us implicitly depend on what integer type
9955         gtk_socket_get_id returns.
9956         * tests/testtextbuffer.c: Add missing const.
9957         * tests/testtreefocus.c: (main): Remove unused local.
9958         * tests/treestoretest.c: (iter_remove): Remove unused local.
9959         (uppercase_value): Remove unused function.
9960         (make_window): Add statement to quiet the compiler's uninitialized
9961         variable warning.
9962
9963 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
9964
9965         * gtk/gtkrange.c:
9966         (second_timeout): 
9967         (initial_timeout): 
9968         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
9969         (gtk_range_calc_layout): compute the new layout based on an
9970         adjustment->value being passed in as argument.
9971         (gtk_range_button_press): for button2 slider warps, first recalc
9972         the layout, then adjust the value. also, use update_slider_position()
9973         for adjusting the value, so we keep pixel quantisation at which we
9974         usually operate (upon motion or button releases). the reason for this
9975         is that, we can't change the adjustment upon button2 presses to a non
9976         quantised value and upon button2 release re-quantise the value since
9977         that'd alter the value even if we didn't get any motion events (causing
9978         unexpected scroll area warps upon release and/or slider pixel-jitter).
9979         (gtk_range_motion_notify): update the slider position from queried
9980         coordinates, not event coordinates.
9981
9982 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
9983
9984         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
9985         the default gc values are: width=0, CapBut, JoinMiter.
9986
9987 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
9988
9989         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
9990         into account the xpad and ypad when calculating the width and the
9991         height of the pixbuf cel.
9992
9993 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
9994
9995         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
9996         Rename to gtk_radio_menu_item_get_group(), add deprecated
9997         alias. (#57044)
9998
9999         * gtk/gtkfilesel.c: Indentation fix.
10000
10001 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
10002
10003         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
10004         Hasselmann to fix warnings in compat macros. 
10005         (#56773)
10006
10007         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
10008         stupid wrong cast added in last patch.
10009
10010 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
10011
10012         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
10013         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
10014
10015 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
10016
10017         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
10018         missing cast.
10019
10020         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
10021         NULL/FALSE return value confusion.
10022
10023         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
10024         problem when scrollbar completely fills range. (Patch
10025         from  Matthias Clasen, #57047)
10026
10027 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
10028
10029         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
10030         clean up when handling events for move-resize emulation.
10031         (Problem traced down by Matthias Clasen, #57271)
10032
10033 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
10034
10035         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
10036           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
10037           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
10038           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
10039           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
10040           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
10041           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
10042         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
10043
10044 2001-07-09  Peter Williams  <peterw@ximian.com>
10045
10046         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
10047         for when srcdir != builddir
10048
10049 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
10050
10051         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
10052         gtk_tree_model_get_iter_root.
10053
10054         * gtk/gtkliststore.c: Add a bunch of g_return statements.
10055         (gtk_list_store_iter_n_children): Fix up.
10056
10057         * gtk/gtktreestore.c: Add a bunch of g_return statements.
10058
10059 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
10060
10061         * gtk/gtkwidget.c (gtk_widget_class_init):
10062         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
10063         restore some workingness.
10064
10065         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
10066         handle of window type for input-only windows.
10067
10068 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
10069
10070         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
10071         Patch from Gregory Merchan to add 
10072         gtk_button_box_set_secondary(), which separates
10073         the child into a separate group from the normal
10074         buttons. (#56331)
10075
10076         * gtk/gtkdialog.c: Make help buttons secondary by
10077         default.
10078
10079         * gtk/gtkbbox.c: Added a child property "secondary".
10080
10081         * gtk/testgtk.c: Turn on the help button for the 
10082         color selector to check that it properly appears
10083         as secondary.
10084
10085 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
10086  
10087         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
10088         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
10089         Add gdk_set_pointer_hooks() to allow pointer-querying to
10090         be hooked by an event record/playback system like GERD.
10091         (#56914)
10092         
10093 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
10094
10095         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
10096         in the right value of initial_emission to
10097         gtk_widget_set_style_internal (#57091)
10098
10099 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
10100
10101         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
10102         Make compile.
10103
10104         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
10105         with calling gtk_widget_set_style_internal() with
10106         the old style, not the new style. (#56989)
10107
10108 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
10109
10110         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
10111           gtk/gtkwidget.c:
10112         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
10113         not GTK_WIDGET_GET_ANCESTOR ... see 
10114         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
10115         Indicate the best practice in the docs for gtk_widget_get_toplevel().
10116
10117         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
10118         so GtkPlug can give the correct signals when transforming
10119         from a child to a toplevel.
10120         
10121         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
10122         reparentation correctly.
10123
10124         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
10125         Propagate the previous_toplevel argument down properly.
10126
10127         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
10128         of wrong atr list.
10129
10130         * gtk/gtkplug.[ch]: Add an "embedded" signal.
10131
10132         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
10133         signals.
10134
10135         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
10136         functions gtk_plug_get_id(), gtk_socket_get_id(),
10137         to avoid the user having to worry about realization,
10138         and gdkx.h.
10139
10140         * tests/testsocket.c: Extend to try out the new signals
10141         and gtk_plug/socket_get_id().
10142
10143         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
10144         setting of underline attributes.
10145
10146         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
10147         DestroyNotify events from SubstructureNotifyMask
10148
10149         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
10150         Switch GDK_WINDOW_TYPE (window) as needed.
10151
10152         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
10153         allow creation of toplevel windows as children of
10154         foreign windows.
10155
10156         * gtk/gtkplug.c: Remove hacks involving changing private
10157         fields of GdkWindow.
10158
10159         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
10160         exactly the same signals and notification
10161         be emitted for local embedding as for inter-process
10162         embedding.
10163
10164 2001-07-04  James Henstridge  <james@daa.com.au>
10165
10166         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
10167
10168 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
10169
10170         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
10171         XEMBED embedding add a _XEMBED_INFO property to the
10172         client with version number and a "mapped" flags.
10173         Use the mapped flag instead of the racy MapRequestEvent
10174
10175         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
10176         code to reliably set things (when the child is a passive
10177         embedder participating in the XEMBED protocol) intead
10178         of just being a hack for embedding non-participating
10179         programs. Fix various bugs and race conditions.
10180         
10181         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
10182         work by simply making the GtkSocket the gtk parent
10183         of the GtkPlug. Set a flag in this case and make
10184         the GtkPlug work like a normal container by overriding
10185         methods such as check_resize and "chaining past" GtkWindow
10186         to GtkBin.
10187
10188         * gtk/gtkentry.c (gtk_entry_real_activate)
10189           gtk/gtkmain.c (gtk_propagate_event): 
10190         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
10191         
10192         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
10193         gtk_widget_get_ancestor):
10194         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
10195         might not give the expected result and recommend
10196         an alternative.
10197
10198         * tests/testsocket.c tests/testsocket_child.c
10199         tests/testsocket_common.c tests/Makefile.am: Extended
10200         to test different type of adding plugs to sockets
10201         (local,active,passive), and to test mapping/unmapping
10202         the plug.
10203
10204         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
10205         mark the window as destroyed until after we
10206         called _gdk_windowing_window_destroy().
10207         (_gdk_windowing_window_destroy() may use GDK functions
10208         on the window.)
10209
10210         * gdk/x11/gdkinput.c: Remove the check for finalization - 
10211         devices can be finalized under some circumnstances.
10212  
10213         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
10214         small problem with GDK_TYPE_DEVICE.
10215  
10216 2001-07-02  Havoc Pennington  <hp@pobox.com>
10217
10218         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
10219         use constants not atoms.
10220
10221 2001-07-02  James Henstridge  <james@daa.com.au>
10222
10223         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
10224         PANGO_TYPE_TAB_ARRAY.
10225
10226         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
10227         for PANGO_TYPE_TAB_ARRAY.
10228
10229         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
10230         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
10231
10232         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
10233         the file.  Remove Pango types from defs -- they are now defined in
10234         libpango.
10235
10236 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
10237
10238         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
10239
10240         * gtk/gtkobject.c (gtk_object_destroy): invoke
10241         g_object_run_dispose().
10242
10243         * gtk/gtkwindow.c: 
10244         * gtk/gtkwidget.c: 
10245         * gtk/gtkobject.c:
10246         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
10247         method.
10248
10249 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
10250
10251         * gtk/gtktypeutils.c (gtk_type_class): Remove
10252         change check for GTK_TYPE_OBJECT derivation to
10253         G_TYPE_OBJECTS - it's Tim-approved to use this 
10254         for arbitary objects.
10255
10256         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
10257         prefix gtk_container_dequeue_resize_handler().
10258
10259         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
10260         to the hierarachy_changed signal, since you otherwise
10261         have to always keep that around.
10262
10263         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
10264         for extra argument to hierarchy_changed.
10265
10266 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
10267
10268         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
10269         for style to mean "revert to default style"
10270
10271         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
10272           gtk_widget_restore_default_style): Make this functions
10273         deprecated aliases for gtk_widget_set_style (widget, NULL).
10274
10275         * gtk/gtkwidget.[ch]: Remove:
10276            gtk_widget_set_default_style ()
10277            gtk_widget_push_style ()
10278            gtk_widget_pop_style ()
10279         These functions interact are overriden by RC files, and
10280         thus virtually useless, and complicated.
10281
10282 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
10283
10284         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
10285         most of the previous global variables in gtkrc.c. This is
10286         in preparation for multi-head, since each screen can
10287         have different GtkSettings and RC information.
10288
10289         * gtk/gtkrc.[ch]: 
10290
10291         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
10292         GtkSettings parameter to GtkRcStyle::parse.
10293
10294         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
10295         Add two new settings gtk-theme-name, gtk-key-theme-name,
10296         for RC files that are loaded by name after reading
10297         the default RC files.
10298         
10299         * gtk/gtkrc.c: Allow priorities for styles, as wll as
10300         bindings.
10301
10302         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
10303         and use it by default for RC files loaded via 
10304         gtk-theme-name, gtk-key-theme-name.
10305
10306         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
10307         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
10308         tests/testgtkrc: Require pathnames to be absolute.
10309
10310         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
10311         the source when parsing, since the operation of looking up a
10312         pixmap from an RC file depends on the parsing context.
10313
10314         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
10315         reset RC styles on all widgets when files are reparsed.
10316
10317         * tests/testgtk.c (create_rc_file) 
10318           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
10319         Simplify, now that gtk_rc_reparse_all() resets styles on
10320         all widgets itself.
10321
10322         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
10323         return value.
10324
10325         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
10326         GtkSettings argument.
10327
10328         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
10329         gtk_settings_get_global().
10330
10331         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
10332         to get the appropriate GtkSettings for a widget. (For now,
10333         just gets the default GtkSetttings.) 
10334
10335         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
10336           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
10337         changes.
10338
10339         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
10340         getting a style for a path without actually having a widget.
10341         (Allows using a style for a subpart of a widget, for
10342         example.)
10343
10344         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
10345         the RC files to be reloaded for just one GtkSettings
10346         (not sure how useful this really is.)
10347
10348         * gtk/gtkrc.h: Deprecate
10349         gtk_rc_add_widget_name/widget_class/class_style
10350
10351 2001-06-30  Alex Larsson  <alexl@redhat.com>
10352
10353         * gdk/linux-fb/gdkinput-none.c:
10354         * gdk/linux-fb/gdkinput.c:
10355         * gdk/linux-fb/gdkinputprivate.h:
10356         Convert GdkDevice to a GObject.
10357
10358         * linux-fb/gdkprivate-fb.h:
10359         * linux-fb/gdkvisual-fb.c:
10360         Convert GdkVisual to a GObject.
10361
10362 2001-06-29  Alex Larsson  <alexl@redhat.com>
10363
10364         * gdk/gdkvisual.h:
10365         * gdk/gdkcolor.c:
10366         * gdk/x11/gdkx.h:
10367         * gdk/x11/gdkvisual-x11.c:
10368         Convert GdkVisual to a GObject.
10369
10370         * gdk/gdkinput.h:
10371         * gdk/gdkevents.c:
10372         * gdk/x11/gdkinputprivate.h:
10373         * gdk/x11/gdkinput-gxi.c:
10374         * gdk/x11/gdkinput-none.c:
10375         * gdk/x11/gdkinput-x11.c:
10376         * gdk/x11/gdkinput-xfree.c:
10377         * gdk/x11/gdkinput.c:
10378         Convert GdkDevice to a GObject.
10379
10380 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
10381
10382         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
10383         to just plain new, fixing the number of columns, and column types
10384         at creation time.
10385
10386         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
10387
10388         * gtk/gtkcellrenderertext.c
10389         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
10390         height to a specific font.
10391
10392         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
10393
10394         * tests/*c: change to work with new store models.
10395
10396 2001-06-29  Havoc Pennington  <hp@redhat.com>
10397
10398        * Throughout: fixes to compile with G_DISABLE_COMPAT
10399         (s/g_signal_connectc/g_signal_connect/,
10400         s/g_signal_newc/g_signal_new/,
10401         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
10402
10403 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
10404
10405         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
10406         add path argument to selection callbacks.
10407
10408 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
10409
10410         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
10411         walk through a model in a depth first manner, with the option to
10412         break out.
10413
10414 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
10415
10416         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
10417         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
10418         column and follow it when draged, rather than a location in the
10419         view. "expander_column" property and drawing functions changed
10420         accordingly.  Fixes bug #55942.
10421
10422         (gtk_tree_view_{set,get}_expander_column): Now works with a
10423         GtkTreeViewColumn* instead of int.
10424
10425 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
10426
10427         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
10428
10429 2001-06-28  Havoc Pennington  <hp@pobox.com>
10430
10431         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
10432         image data to the screen, using a server grab to avoid race
10433         conditions.
10434
10435         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
10436         check for NULL return from gtk_image_new_from_stock(), it never
10437         returns NULL.
10438         (gtk_item_factory_create_item): fix bug where we parsed the stock
10439         ID as an inline pixbuf
10440
10441         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
10442
10443         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
10444         support (should be using binding set here)
10445
10446         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
10447         support (should be using binding set here)
10448
10449         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
10450         support
10451
10452         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
10453
10454         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
10455
10456         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
10457
10458         * gtk/gtkimcontextsimple.c
10459         (gtk_im_context_simple_filter_keypress): keypad
10460
10461         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
10462
10463         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
10464
10465         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
10466
10467         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
10468         should be binding-setted)
10469
10470         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
10471
10472         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
10473
10474         * gtk/gtkcalendar.c: numeric keypad fixes
10475
10476         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
10477         support
10478
10479         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
10480         screwup
10481
10482         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
10483         clip the render area to the drawable's clip region in advance,
10484         so we don't get data from the server that we don't need.
10485
10486         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
10487         check return value of gdk_pixbuf_get_from_drawable(), fall back 
10488         to bilevel alpha if we can't get the pixbuf to composite against.
10489
10490         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
10491
10492         * gdk/gdkimage.c (gdk_image_get_colormap): add
10493         gdk_image_set_colormap, gdk_image_get_colormap
10494
10495         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
10496         take a region of the image, instead of converting the entire
10497         image.
10498
10499         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
10500         keybinding signal. Add default bindings for it. Add default
10501         handler for show_help that shows the tooltip for the widget.
10502
10503         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
10504         "close" keybinding signal, remove key press handler.
10505
10506         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
10507         it's not our usual practice to leave a deprecated function around
10508         with a runtime warning, plus we don't want it to appear in docs,
10509         plus if we make them yellow no one will want to change them
10510         anyhow.
10511
10512 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
10513
10514         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
10515         GTK_WIDGET_REALIZE() for resize queueing.
10516
10517         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
10518         GTK_WIDGET_REALIZE() for post event delivery destruction upon
10519         GDK_DESTROY.
10520         
10521         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
10522         sompensate for former (pre-2.0) connect_after() facility.
10523         (gtk_widget_send_expose): 
10524         (gtk_widget_event): assert the widget is realized, since event delivery
10525         to non-realized widgets is essentially a bug. event handlers should
10526         be able to unconditionally rely on widget->window (unless they
10527         emit events on their own which can trigger widget destruction).
10528         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
10529         logic. event delivery happens as follows:
10530         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
10531         b) if !was_handled in (a) and the widget is still realized, emit event-
10532            specific signal (RUN_LAST handler). returns was_handled.
10533         c) emission of GtkWidget::event-after for notification if the widget is
10534            still realized (regardless of was_handled from previous stages, no
10535            class handler). no return value.
10536         d) was_handled gets passed on to caller, to determine further
10537            propagation. if the widget got unrealized meanwhile, was_handled
10538            is returned as TRUE.
10539
10540         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
10541         gdk_event_get_coords().
10542
10543 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
10544
10545         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
10546         age 0, binary age 0. depend on glib 1.3.7.
10547
10548         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
10549
10550         * gtk/gtkmenubar.c: same here.
10551         
10552         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
10553
10554         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
10555
10556         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
10557         
10558         * gtk/gtkmenubar.c (add_to_window): likewise.
10559         
10560         * gtk/gtktextbtree.c: and here...
10561         
10562         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
10563         
10564         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
10565         
10566         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
10567         
10568         * gtk/gtktreeviewcolumn.c:
10569         (_gtk_tree_view_column_set_tree_view): yet again.
10570
10571         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
10572         signal connections without g_signal_connect_data().
10573         
10574         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
10575         demo of the matter.
10576         
10577         * demos/testpixbuf.c (main): running out of equality phrases for the
10578         ChangeLog, but had to adapt connections here as well.
10579         
10580         * demos/testanimation.c (progressive_timeout): and for the fun of it,
10581         tackled this the same way.
10582         
10583         * tests/testtext.c (create_view): ok, it's becoming a pain at this
10584         point, but had enough enery for one more fix.
10585
10586         * tests/testtreecolumns.c (main): stand up man, do your work!
10587
10588         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
10589         fix, either that's been all of it or CVS gtk is broken yet again.
10590         
10591 2001-06-29  James Henstridge  <james@daa.com.au>
10592
10593         The following changes correspond to bug #56812
10594
10595         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
10596         code for GdkDevice.
10597
10598         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
10599         GdkCursor.
10600
10601 2001-06-19  Havoc Pennington  <hp@pobox.com>
10602
10603         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
10604         for mapping a window without fooling with stacking order, but
10605         updating the "withdrawn" flag
10606
10607         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
10608         filtering as soon as possible, moving move resize and wmspec_check
10609         handling after the event filter.  Make default filter apply to all
10610         events, not just those with no GdkWindow wrapped around the X
10611         window. Fix a FIXME about how the window could be a pixmap using 
10612         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
10613
10614         Also, be robust against events not on a known GdkWindow.
10615
10616         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
10617         gdk_x11_ungrab_server): export reference-counted server grabs, so
10618         other people can grab server over a GDK function that also does
10619         so.
10620
10621 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
10622
10623         * gtk/gtktreeviewcolumn.c
10624         (gtk_tree_view_column_pack_start_cell_renderer): New function to
10625         reflect that you can (hypothetically) pack cell renderers into a
10626         column.
10627         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
10628         (gtk_tree_view_column_cell_is_visible): Move more functionality to
10629         the column.
10630         (gtk_tree_view_column_cell_can_focus): Move more functionality to
10631         the column.
10632
10633         * gtk/gtktreeview.c: Move to use new column-packing code.
10634         (gtk_tree_view_real_expand_row): remove totally braindead code.
10635         (gtk_tree_view_real_collapse_row): ditto.
10636
10637 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
10638
10639         * gtk/gtktreeviewcolumn.c: Fix a typo.
10640         
10641 2001-06-26  Joel Becker  <jlbec@evilplan.org>
10642
10643         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
10644           at the end of the file
10645
10646 2001-06-26  Havoc Pennington  <hp@redhat.com>
10647
10648         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
10649
10650 2001-06-26  Havoc Pennington  <hp@redhat.com>
10651
10652         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
10653         property
10654
10655 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
10656
10657         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
10658         stupid missing statement
10659
10660         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
10661         private function for ATK.  It notifies you of how many _visible_
10662         children are deleted when a node is deleted.  Should be used by
10663         atk only.
10664
10665 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
10666
10667         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
10668         Use new pango_context_get_metrics() to fix problems
10669         with font lists in descriptions. (#56184, reported by
10670         Jonas Borgström)
10671
10672 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
10673
10674         * gtk/gtkiconfactory.c:
10675         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
10676         item factory so inlined pixbufs actually work.
10677
10678 2001-06-25  Havoc Pennington  <hp@redhat.com>
10679
10680         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
10681         s/RESIZEABLE/RESIZABLE/
10682
10683         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
10684
10685 2001-06-25  Alexander Larsson  <alexl@redhat.com>
10686
10687         * configure.in:
10688         Added --enable-fbmanager. This is some experimental code
10689         that lets several GtkFB apps coordinate their access to the
10690         framebuffer.
10691         
10692         * acconfig.h:
10693         Added ENABLE_FB_MANAGER.
10694
10695         * gdk/linux-fb/Makefile.am:
10696         Added gdkfbmanager and gdkfbswitch.
10697
10698         * gdk/linux-fb/gdkkeyboard-fb.c:
10699         * gdk/linux-fb/gdkmouse-fb.c:
10700         * gdk/linux-fb/gdkprivate-fb.h:
10701         Split device init and open so that
10702         they can be opened and closed while switched
10703         away.
10704
10705         * gdk/linux-fb/gdkmain-fb.c:
10706         Add the basic manager communication.
10707
10708         * gdk/linux-fb/gdkrender-fb.c:
10709         Don't update to the shadow fb if we're
10710         blocked by the fb manager.
10711
10712 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
10713
10714         * docs/Changes-2.0.txt: Add note about child property
10715         changes.
10716
10717 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
10718
10719         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
10720         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
10721
10722         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
10723         with un'reffing wrong list reported by Jeff Franks.
10724
10725         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
10726
10727         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
10728         for the default icon. Remove inline XPM.
10729
10730         * gtk/gtkstock.h gtk/gtkiconfactory.c:
10731         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
10732         is used for GTK_STOCK_DND, but it is a bit too small.)
10733
10734         * gtk/stock-icons/stock_dnd_multiple.png
10735         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
10736
10737         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
10738         TRUE when starting a drag. In other cases, we are
10739         just observing. (#52995)
10740
10741         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
10742         function to set the icon for a drag from a GdkPixbuf
10743         or stock ID.
10744
10745         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
10746         Likewise, for drag sources.
10747
10748         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
10749         (Now should be done using the stock system.)
10750
10751 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
10752
10753         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
10754         Removed - didn't work and not particularly useful anyways
10755         if it did. 
10756
10757 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
10758
10759         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
10760         introduced last night that was making things decidedly not work.
10761
10762         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
10763         so that we have getter/setter pairing everywhere it makes
10764         sense. (#55767)
10765
10766         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
10767         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
10768         deprecated compat macro. (#55516)
10769
10770         * gtk/gtklabel.[ch]: Add functions
10771         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
10772         gtk_label_set_label(), which mirror the property API for GtkLabel.
10773         Make gtk_label_get_attributes() only reflect the attributes
10774         set by gtk_label_set_attributes.
10775
10776         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
10777         from gtk_notebook_set_page().
10778
10779 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
10780
10781         * configure.in: Fix tests for XShm.h.
10782
10783         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
10784         gdk_image_new() by use of goto, properly use g_object_unref().
10785
10786 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
10787
10788         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
10789         calls, as GdkImage is an object. these should be g_obejct_unref()
10790         instead but that won't work because of the g_error() statement
10791         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
10792         to spot these places.
10793
10794 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
10795
10796         * modules/input/gtkimcontextxim.c: Fixup some problems with 
10797         text length handling in error cases.
10798
10799         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
10800         a bit to make test actually warn on attempt to allocation
10801         a negative size. (#56101, Matthias Clasen)
10802
10803 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
10804
10805         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
10806         noticed by Brian Cameron.
10807         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
10808         Cameron.
10809
10810 2001-06-22  Hans Breuer  <hans@breuer.org>
10811
10812         * gdk/gdk.def : updated externals
10813
10814         * gdk/win32/gdkdrawable-win32.c : corrected some casts
10815         in GDK_NOTEs
10816
10817         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
10818         to translate coordinates to the internal > 16 bit system
10819         Try to handle WM_WINDOWPOSCHANGED to get better performance for
10820         when moving/resizing
10821
10822         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
10823         and gdk_keymap_get_direction (). The latter is untested for
10824         the RTL case
10825
10826         * gtk/gtk.def : updated externals
10827
10828         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
10829         from pango_language_from_string (), not an already freed pointer
10830
10831         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
10832         binary (-kb) to be useable on windoze
10833  
10834 2001-06-21  Alexander Larsson  <alexl@redhat.com>
10835
10836         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
10837         Update to new PangoLanguage changes.
10838         
10839         * gtk/gtkwindow-decorate.c:
10840         * gtk/gtkwindow.[ch]:
10841         Added setting argument to gtk_window_set_has_frame ()
10842         
10843 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
10844
10845         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
10846         the case without XKB properly.
10847
10848         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
10849         unused gtk_rc_auto_parse variable.
10850
10851         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
10852         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
10853         longer needed with GdkPixbuf.
10854
10855         * gtk/gtkrc.c (_gtk_rc_init): Make private.
10856
10857 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
10858
10859         * gtk/gtkentry.h: Mark deprecated functions with
10860         GTK_DISABLE_DEPRECATED.
10861
10862 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
10863
10864         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
10865
10866         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
10867
10868         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
10869           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
10870           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
10871           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
10872           to recent changes in Pango.
10873
10874         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
10875           to test whether the basic engine honors them.
10876
10877 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
10878
10879         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
10880         gtk_container_child_get_property().
10881
10882 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
10883
10884         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
10885         (gtk_tree_view_move_cursor_page_up_down): implement.
10886
10887 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
10888
10889         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
10890         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
10891         don't use automatic fixed size buffer for printf-ing floats, doubles
10892         can expand to really _huge_ strings, use g_strdup_printf() instead.
10893
10894 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
10895
10896         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
10897         construct property in 1.2 and still needs to be.
10898
10899         * gtk/gtkwidget.c: "composite_child" is not a settable property.
10900
10901 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
10902
10903         * gtk/gtkliststore.c (gtk_list_store_clear): 
10904         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
10905         clear a model.
10906
10907 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
10908
10909         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
10910
10911         * gtk/Makefile.am:
10912         * gtk/gtk.h: disabled GtkPacker compilation.
10913
10914         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
10915
10916         * gtk/gtknotebook.c:
10917         * gtk/gtktable.c:
10918         * gtk/gtkbox.c: ported this over to child properties.
10919
10920         * gtk/gtksettings.c: fetch class properties via
10921         g_object_class_list_properties().
10922
10923         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
10924         child arg interface. use gobjectnotifyqueue.c for child property
10925         notification.
10926
10927         * gtk/gtkwidget.[hc]: provide necessary means for container child
10928         properties, i.e. ::child_notify signal,
10929         gtk_widget_freeze_child_notify(),
10930         gtk_widget_child_notify(),
10931         gtk_widget_thaw_child_notify().
10932
10933         * tests/testgtk.c: removed inferior property handling code, for
10934         property editing, a generic module should be used, and GLE
10935         coincidentally fullfills that purpose.
10936
10937         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
10938         needs to be adapted to g_object_class_list_properties() before this
10939         builds again.
10940
10941 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
10942
10943         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
10944         test if a node is expanded.
10945
10946 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
10947
10948         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
10949         where collapsing a selected row would result in the cursor/anchor
10950         getting screwed up.
10951
10952 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
10953
10954         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
10955         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
10956         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
10957         Now I can really reorder/sort all Store widgets.  treesorttest
10958         seems to just work now.
10959         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
10960         testtreesort worked through a big coincidence all this time.
10961         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
10962         code.
10963         * tests/testtreecolumns.c: Big 'ol warning at the top letting
10964         people know that this code should never ever ever be copied.
10965
10966 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
10967
10968         * gtk/gtkwindow.h: Fixed a small typo, it should be
10969         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
10970         on line 134.
10971
10972 2001-06-14  Havoc Pennington  <hp@redhat.com>
10973
10974         Docs fixups, and:
10975         
10976         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
10977         GTK_DISABLE_DEPRECATED
10978
10979 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
10980
10981         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
10982         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
10983         finish it off tonight, though it basically works now when it's a
10984         list.  Also, I have a sinking feeling neither GtkTreeStore or
10985         GtkListStore actually resort when adding a new item.  I'll look
10986         into it.
10987
10988 2001-06-14  Havoc Pennington  <hp@redhat.com>
10989
10990         * demos/gtk-demo/main.c (load_file): fix bug identified by
10991         warnings I just added to gtktextbuffer
10992
10993 2001-06-14  Havoc Pennington  <hp@redhat.com>
10994
10995         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
10996
10997         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
10998
10999         * gtk/gtktextbtree.c: don't leak node data all over the place.
11000
11001         * demos/gtk-demo/main.c (main): create fontify tags for the right
11002         buffer
11003
11004         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
11005         to mention tags in the same table can't have the same name,
11006         suggested by Skip Montanaro
11007
11008 2001-06-11  Havoc Pennington  <hp@redhat.com>
11009
11010         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
11011         for trying to add two tags with same name to the tag table
11012
11013         * demos/gtk-demo/main.c (main): fix colors ;-)
11014
11015 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
11016
11017         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
11018         that allows grouping together multiple windows so that grabs
11019         within that set of windows only affect those windows.
11020
11021         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
11022         signal for notification when a widget becomes shadowed
11023         by a grab or is no longer shadowed by a grab.
11024
11025         * gtk/gtkwidget.c (gtk_widget_propagate_state)
11026           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
11027         insenstive widgets to maintain a grab.
11028
11029 2001-06-14  Alexander Larsson  <alexl@redhat.com>
11030
11031         * docs/README.linux-fb:
11032         Add some example config files that can be used with the URW fonts.
11033         
11034         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
11035         Set up the color ramps for DirectColor mode.
11036
11037 2001-06-11  Havoc Pennington  <hp@redhat.com>
11038
11039         * Release 1.3.6
11040          
11041 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
11042
11043         * gdk/linux-fb/gdkwindow-fb.c:
11044         Unify shaped window code and make it repaint the area that used
11045         to be part of the shape, but isn't anymore.
11046
11047 2001-06-11  Havoc Pennington  <hp@redhat.com>
11048
11049         * NEWS: Updates
11050
11051         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
11052
11053         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
11054         
11055 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
11056
11057         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
11058         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
11059         passes zero instead, so do we.
11060         
11061 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
11062
11063         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
11064         Deep copy dash_list too.
11065         (_gdk_fb_gc_new): Set default cap_style before
11066         setting values.
11067
11068 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
11069
11070         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
11071         gdk_keymap_get_direction): New functions.
11072
11073 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
11074
11075         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
11076         gtk_tree_model_get_flags by adding a second flag for atk.
11077
11078         * gtk/gtktreemodel.c: make cursor behavior interact better with
11079         mouse presses.
11080
11081 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
11082
11083         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
11084         expand_row/collapse_row to be 2 signals each -- test_expand_row
11085         and row_expanded as well as test_collapse_row and row_collapsed.
11086
11087 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
11088
11089         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
11090         signal name to be changed instead of selection_changed.
11091
11092 2001-06-08  Havoc Pennington  <hp@redhat.com>
11093
11094         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
11095         "scroll_offset" property for notification when the layout offsets
11096         may have changed
11097         (gtk_entry_adjust_scroll): add notify for scroll_offset
11098         (gtk_entry_layout_index_to_text_index): function to compensate for
11099         preedit string when doing coordinate stuff on the entry's layout
11100         (gtk_entry_text_index_to_layout_index): inverse function
11101         (gtk_entry_get_layout_offsets): hook to get current position of
11102         the layout      
11103         (gtk_entry_get_layout): hook to get the layout itself.
11104
11105         * gtk/gtklabel.c (gtk_label_get_layout): new function
11106
11107 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
11108
11109         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
11110         keybinding.
11111         (gtk_tree_view_focus): Fix merge conflict.
11112
11113 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
11114
11115         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
11116         clean up cursor handling.
11117
11118 2001-06-08  Havoc Pennington  <hp@redhat.com>
11119
11120         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
11121         function
11122
11123         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
11124         this function
11125
11126 2001-06-08  Alex Larsson  <alexl@redhat.com>
11127
11128         * gtk/gtkcompat.h.in:
11129         Added compat macros for all old GTK_TYPE_GDK_xxx types.
11130         Fixes bug #52892
11131
11132 2001-06-08  Havoc Pennington  <hp@redhat.com>
11133         
11134         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
11135         parent still
11136
11137 2001-06-08  Havoc Pennington  <hp@redhat.com>
11138
11139         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
11140         don't call g_list funcs on GSList
11141
11142         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
11143         gtk_container_focus(), since some widgets have focusable locations
11144         which are not other widgets. These widgets should not have to be 
11145         containers just to manage the focus. For example, GtkHSV is
11146         currently a container for no good reason. Also, this cleans
11147         up the "if (is_container && is_sensitive && is_drawable)
11148         container_focus ()" mess in widget implementations.
11149
11150         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
11151         function, and have it just call gtk_widget_child_focus().
11152
11153         * gtk/gtkhsv.c: derive from widget not container
11154         
11155         Throughout: fix to reflect GtkContainer::focus change
11156         
11157 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
11158
11159         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
11160         range.  Fix bug #55921
11161
11162         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
11163         (#55920).
11164
11165 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
11166
11167         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
11168         and gdk_keymap_get_current_direction().
11169
11170         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
11171           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
11172         the current locked group, use it to set the keymap
11173         direction.
11174
11175         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
11176         to determine whether we draw a split cursor or use
11177         a jumping cursor based on the current direction.
11178
11179         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
11180         Obey the split cursor setting. 
11181
11182 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
11183
11184         * gtk/gtkimmulticontext.c (activate_cb): Only activate
11185         when toggling on, not when toggling off... (#55906)
11186
11187 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
11188
11189         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
11190         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
11191         in docs. (#55812, Vitaly Tishkov)
11192
11193 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
11194
11195         * demos/gtk-demo/main.c (create_tree): Changed signal name from
11196         selection_changed to changed in signal connection to GtkTreeSelection,
11197         also used g_signal_connectc since GtkTreeSelection is now a GObject.
11198
11199 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
11200
11201         * gtk/gtktreeselection.c: Now it's a GObject instead of a
11202         GtkObject.  The GtkTreeSelection::selection_changed signal is now
11203         the GtkTreeSelection::changed signal.
11204
11205         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
11206         object.
11207
11208         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
11209         object.
11210
11211 2001-06-07  Havoc Pennington  <hp@redhat.com>
11212
11213         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
11214
11215 2001-06-07  Havoc Pennington  <hp@redhat.com>
11216         
11217         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
11218         (not tested yet because with absolute path to srcdir I can't build
11219         atk, but it was broken anyway so this may help) 
11220
11221 2001-06-07  Havoc Pennington  <hp@redhat.com>
11222
11223         * configure.in: output m4macros/Makefile
11224         
11225 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
11226
11227         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
11228         buttons.  Fixes #55460 reported by matthiasc@poet.de.
11229
11230 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
11231
11232         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
11233         expansion/collapsing so it only happens in one place.
11234         (gtk_tree_view_real_expand_row): ditto.
11235
11236 2001-06-07  Havoc Pennington  <hp@redhat.com>
11237
11238         * tests/Makefile.am: add missing -I flag
11239
11240         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
11241
11242         * configure.in: use pkg-config to see if GModule is
11243         supported; fix to properly turn on included loaders 
11244         when GModule isn't supported; don't use AC_CHECK_LIB 
11245         when libs are not installed yet
11246
11247         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
11248
11249         * Makefile.am (SUBDIRS): add m4macros subdir
11250
11251         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
11252         dependencies also.
11253
11254 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
11255
11256         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
11257         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
11258
11259 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
11260
11261         * gtk/gtktreeview.c
11262         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
11263         bindings to expand and collapse rows.
11264         (gtk_tree_view_real_select_cursor_parent): New key binding.
11265         (gtk_tree_view_real_toggle_cursor_row): New key binding.
11266
11267         * gtk/gtkmarshal.list: new
11268         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
11269
11270 2001-06-06  Havoc Pennington  <hp@redhat.com>
11271
11272         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
11273
11274         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
11275         Down to move visually rather than logically, since it confuses 
11276         people. Add -/+ and Ctrl--/+ bindings for logical movement.
11277
11278 2001-06-06  Alex Larsson  <alexl@redhat.com>
11279
11280         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
11281         Fix up error messages.
11282
11283 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
11284
11285         * gtk/gtktooltips.h: Include gtkwidget.h 
11286         (#55798, Karl Nelson)
11287
11288         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
11289         a valid latin-1 character. (Marc Lehmann, #35467)
11290
11291         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
11292         (Marc Lehmann, #35467)
11293         
11294 2001-06-05  Alex Larsson  <alexl@redhat.com>
11295
11296         * demos/gtk-demo/appwindow.c (do_appwindow):
11297         Don't swap the order of the args to gtk_widget_destroyed.
11298
11299         * tests/testgtk.c (destroy_properties):
11300         Don't crash when the properties window is destroyed.
11301
11302         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
11303         Use with_mnemonics to handle the case of stock items with
11304         underscores in them.
11305
11306 2001-06-05  Havoc Pennington  <hp@redhat.com>
11307
11308         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
11309         gtk_text_iter_reorder
11310
11311 2001-06-05  Havoc Pennington  <hp@redhat.com>
11312
11313         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
11314
11315 2001-06-05  Havoc Pennington  <hp@redhat.com>
11316
11317         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
11318         to the range that was set
11319
11320         * gtk/gtkrange.c: add value_changed signal, primarily 
11321         intended for use with GtkScale
11322         (gtk_range_set_increments): new function
11323         (gtk_range_set_range): new function with weird name
11324         (gtk_range_set_value): new function
11325         (gtk_range_get_value): new function
11326
11327         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
11328         from gtk_spin_button_get_value_as_float(). Compat #define
11329         added for get_value_as_float.
11330
11331         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
11332
11333         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
11334
11335 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
11336
11337         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
11338
11339 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
11340
11341         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
11342
11343         * tests/testgtk.c (create_tooltips): Remove usage of
11344         gtk_widget_set().
11345
11346 2001-06-05  Havoc Pennington  <hp@redhat.com>
11347
11348         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
11349
11350         Applying patch from Jeff Franks, with function docs added.
11351         
11352         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
11353         remove call to set_mnemonic_widget, change docs a bit.  
11354
11355         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
11356         new function
11357
11358         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
11359         new function
11360
11361         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
11362
11363         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
11364         function
11365         (gtk_radio_button_new_with_mnemonic_from_widget): new function
11366
11367         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
11368         new function
11369
11370         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
11371         function        
11372
11373         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
11374         auto-selection of mnemonic widget.
11375
11376 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
11377
11378         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
11379         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
11380         (gtk_tree_view_column_set_min_width): ditto.
11381
11382 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
11383
11384         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
11385         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
11386
11387 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
11388
11389         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
11390         gtk_clist_thaw().
11391
11392 2001-06-04  Havoc Pennington  <hp@pobox.com>
11393
11394         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
11395 r       eleases for buttons 6, 7
11396
11397 2001-06-04  Havoc Pennington  <hp@redhat.com>
11398
11399         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
11400         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
11401         #55562
11402
11403 2001-06-04  Havoc Pennington  <hp@redhat.com>
11404
11405         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
11406         where text_view->layout == NULL by assuming its size is 0, 
11407         i.e. same as if we haven't done any reflow. Reported by 
11408         Hidetoshi Tajima #55448 
11409
11410 2001-06-04  Havoc Pennington  <hp@redhat.com>
11411
11412         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
11413         and 7 for scroll left/right, from Thomas Broyer
11414
11415 2001-05-10  Havoc Pennington  <hp@redhat.com>
11416
11417         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
11418         we need to parse the xsetting as if it were an RC file string.
11419
11420         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
11421         value of palette from settings, not from static variable
11422
11423         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
11424         xsettings translation table
11425
11426         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
11427         hardcoding the toolbar style conflicts with new customizable 
11428         toolbar style philosophy
11429         (gtk_toolbar_class_init): add settings for default toolbar style;
11430         these are used unless the app specifically forces a toolbar style
11431
11432         * gtk/gtksettings.c (settings_install_property_parser): only
11433         return at the start if we warn and parser == NULL
11434
11435         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
11436         palette changed handler so we don't notify dead color selections
11437
11438         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
11439         xthickness/ythickness of 0 or 1 properly 
11440         (gtk_default_draw_resize_grip): clear the background behind the
11441         resize grips, and align to bottom right if we square the 
11442         area to be drawn.
11443
11444         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
11445         statusbar label to 1, so it doesn't make toplevels resize oddly
11446         (gtk_statusbar_size_request): add grip size to request
11447         (gtk_statusbar_size_allocate): hack so the hbox still works with 
11448         the grip size in the request
11449
11450         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
11451         bug where showing all on a toplevel makes the toolbar 
11452         button text appear despite the toolbar mode
11453
11454         * gtk/gtkmenubar.c: add internal padding style property
11455
11456         * gtk/gtktoolbar.c: Add internal padding style property; add
11457         shadow type style property
11458
11459         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
11460         state; and put Container::border_width outside the frame
11461
11462         * gtk/gtktextview.c: don't draw focus rectangle if we're in
11463         interior focus mode, we just use blinking cursor
11464
11465 2001-06-04  Havoc Pennington  <hp@redhat.com>
11466
11467         * configure.in: Make gdk-pixbuf have same version number as GTK
11468
11469 2001-06-04  Havoc Pennington  <hp@redhat.com>
11470
11471         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
11472         digits greater than 6. If there actually are limits (which there
11473         likely aren't), should clamp to them not warn.
11474         (gtk_spin_button_new_with_range): don't take log of 0
11475         (gtk_spin_button_size_request): use digits to compute size
11476         request, rather than step increment.
11477
11478         * tests/testgtk.c (create_spins): test larger values of digits
11479         
11480         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
11481         font on map not expose, so we don't get weirdness during scrolling
11482
11483 2001-06-04  Havoc Pennington  <hp@redhat.com>
11484
11485         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
11486         Sam Solon, bug #54577, update value even if not drawable.
11487
11488 2001-06-04  Havoc Pennington  <hp@redhat.com>
11489
11490         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
11491         SCROLL_LEFT, reported by Thomas Broyer.
11492
11493 2001-06-04  Havoc Pennington  <hp@redhat.com>
11494
11495         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
11496         Process updates immediately, to prevent funny lag effect
11497         when scrolling, at some mild potential efficiency cost.
11498
11499 2001-06-04  Havoc Pennington  <hp@redhat.com>
11500
11501         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
11502         slider on the click.
11503
11504 2001-06-03  Havoc Pennington  <hp@pobox.com>
11505
11506         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
11507         hscale/vscale details, so we can use it for scrollbar as well.
11508
11509         * tests/testgtk.c (reformat_value): honor digits from GtkScale
11510
11511         * gtk/gtkenums.h (GtkTroughType): Remove this enum
11512         (GtkScrollType): add START and END from GtkTroughType
11513
11514         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
11515         its x/y arguments
11516
11517         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
11518         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
11519         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
11520         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
11521         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
11522
11523         Notable changes in the process:
11524          
11525         - stepper_size style property is the height for vertical 
11526           ranges, width for horizontal; the other dimension matches
11527           the trough size
11528         - add ability to do NeXT-style steppers (and several other styles
11529           that don't make any sense)
11530         - added min_slider_length, fixed_slider_length properties to
11531           GtkScrollbar
11532         - cleaned some private (or at least useless) functions out of
11533           gtkscale.h    
11534         - moved bindings to GtkScale from subclasses, even arrow keys,
11535           since blind users don't know scale orientation.
11536         - change move_slider action signal to use new GtkScrollType,
11537           remove GtkTroughType argument
11538         - digits rounds the values a range will input to the given 
11539           number of decimals, but will not try to force adjustment 
11540           values set by other controllers. That is, we no longer
11541           modify adjustment->value inside a value_changed handler.
11542         - added getters for GtkScale setters
11543         - middle-click begins a slider drag
11544         
11545 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
11546
11547         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
11548         getting the focus code to work.
11549         (gtk_tree_view_class_init): Add a bunch of keybindings.
11550
11551         * gtk/gtktreeviewcolumn.c
11552         (gtk_tree_view_column_set_cell_data_func):
11553         s/GtkCellDataFunc/GtkTreeCellDataFunc.
11554         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
11555         of "properties_changed" to help justify the death of the latter
11556         signal. (-:
11557
11558         * tests/testtreefocus.c (main): Let some columns be focussable to
11559         test focus better.
11560
11561 2001-06-01  Havoc Pennington  <hp@redhat.com>
11562
11563         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
11564         
11565         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
11566         overwrite in overwrite mode if we already deleted the selection
11567         and replaced it with new text.  
11568
11569         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
11570         selection to an empty range, clear the clipboard if we owned it.
11571         (gtk_label_set_selectable): give up selection if we become
11572         unselectable.
11573         (gtk_label_state_changed): override state changed to unselect text
11574         when insensitive
11575         (get_text_callback): add paranoia check that indexes aren't
11576         outside of label->text
11577         (gtk_label_select_region): make -1 for start_offset mean "end of
11578         label," for consistency with GtkEditable
11579
11580         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
11581         GTK_DIALOG_NO_SEPARATOR flag
11582
11583 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
11584
11585         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
11586         notifications on non-existant "enable_arrow_keys".
11587         (#53753, Skip Montanaro)
11588
11589 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
11590
11591         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
11592         GDK_TYPE_RECTANGLE.
11593
11594         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
11595         of allocation argument be GDK_TYPE_RECTANGLE.
11596
11597 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
11598
11599         * gtk/gtkoptionmenu.c: Account for the fact that the border
11600         width is _outside_ the window. (Fixes #54585, bug found
11601         by Bastien Nocera.)
11602
11603 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
11604
11605         * gtk/gtksettings.c (gtk_settings_get_property): Validate
11606         value from GDK settings against parameter spec.
11607
11608         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
11609         to temporary values and use g_value_transform(), since
11610         thinking that GValue was going to be easy or efficient
11611         to use was, of course, a mistake.
11612
11613         * gtk/gtksettings.c: Add cursor blink setting.
11614         
11615         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
11616
11617         * gtk/gtkentry.c: Add cursor blinking.
11618
11619         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
11620         cursor blink global settings.
11621
11622         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
11623         for :text_position in places where it is missing.
11624
11625 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
11626
11627         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
11628
11629 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
11630
11631         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
11632         not pkg-config. (#51032)
11633
11634         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
11635         (fixes #51952, James Henstridge)
11636         
11637 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
11638
11639         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
11640         Rename to the more correct gtk-go-up.
11641
11642         * gtk/stock-icons/stock_menu_sort_ascending.png:
11643         Added new file.
11644         
11645         * gtk/stock-icons/stock_menu_sort_descending.png:
11646         Changed to show descending instead of ascending.
11647
11648         * gtk/gtkiconfactory.c:
11649         Added menu size icon to sort ascending.
11650
11651         * gtk/stock-icons/Makefile.am:
11652         Added stock_menu_sort_ascending.png.
11653         
11654         * gtk/gtkseparatormenuitem.c:
11655         Use correct typenames.
11656
11657 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
11658
11659         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
11660         gulong as in GSignal.
11661
11662 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
11663
11664         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
11665         instances of GtkCellRenderer in code (all but dnd icon code).
11666         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
11667         there, and I can do multiple Cells per column.
11668
11669         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
11670
11671         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
11672         when model was unreffed prior to removing the row reference.
11673
11674 2001-05-25  Havoc Pennington  <hp@redhat.com>
11675
11676         * gtk/gtkiconfactory.c: fix so that default icons are created if 
11677         you call gtk_stock_list_ids()
11678
11679         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
11680         in list
11681
11682 2001-05-25  Havoc Pennington  <hp@redhat.com>
11683
11684         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
11685         set can render without falling back to missing image icon
11686
11687         * gtk/gtktextview.c (gtk_text_view_size_request): request full
11688         size of text, instead of random values
11689
11690         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
11691         size of tree view, instead of random values
11692
11693         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
11694         image in an appropriate size
11695
11696         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
11697         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
11698
11699         Throughout: fix GTK_STOCK_BUTTON_ instances
11700         
11701         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
11702         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
11703         Add a bunch of new stock items/icons
11704
11705         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
11706         new function, convenience for inserting columns with a data func
11707
11708         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
11709         (_gtk_icon_factory_list_ids): use list of all factories to
11710         generate a list of all known IDs
11711
11712         * gtk/gtkstock.c (gtk_stock_list_ids): replace
11713         gtk_stock_list_items() with a function that returns all IDs known
11714         including those for GtkIconFactory.
11715
11716 2001-05-25  Hans Breuer  <hans@breuer.org>
11717
11718         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
11719         work -> check boxes and radio buttons are drawn now, even on win9x.
11720         Improved line settings a bit, still no clue how to get really dotted
11721         lines on win9x, on NT it's PS_ALTERNATE.
11722
11723         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
11724         GDK_HINT_MIN_SIZE as well
11725
11726         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
11727
11728         * gtk/gtk.def : updated
11729
11730         * gtk/gtktreeprivate.h : change column_drop_func to be a function
11731         pointer not a function pointer pointer
11732
11733         * tests/testdnd.c : include <stdlib.h> for putenv prototype
11734
11735         * tests/testsocket.c : made it compile on win32 again
11736
11737         * tests/makefile.msc : one more test-app uses prop-editor.obj
11738
11739 2001-05-22  Havoc Pennington  <hp@pobox.com>
11740
11741         * gtk/gtkbin.c (gtk_bin_get_child): New function
11742
11743 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
11744
11745         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
11746         to ignore when doing compose processing.
11747
11748 2001-05-22  Joe Shaw  <joe@ximian.com>
11749
11750         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
11751         Simplify as suggested by Havoc. Just get the last iter and work
11752         backward to the tag instead of getting a line and working back from
11753         there. Fixes passing in an invalid offset to
11754         iter_init_from_byte_offset().
11755
11756 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
11757
11758         * gtk/gtktreeview*.h: 
11759         * gtk/gtkcell*.h:
11760         * gtk/gtk*store.h:
11761         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
11762         macros to all objects.
11763
11764 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
11765
11766         * gtk/gtkcellrenderertext.c
11767         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
11768         with very large (TM) amounts of text.  May be moved to
11769         GtkCellRenderer in the future, though I'm not sure it wants to be
11770         this accessible.
11771
11772         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
11773         More sanity brought to this class.  I like it.
11774
11775         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
11776         case.  Kids, don't try this at home.
11777
11778         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
11779         convenience function.
11780
11781         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
11782
11783 2001-05-21  Alexander Larsson  <alexl@redhat.com>
11784
11785         * gtk/gtkfontsel.c:
11786         Added properties. Based on patch by Lee Mallabone.
11787
11788         * gtk/gtkruler.c:
11789         * gtk/gtkhruler.c:
11790         * gtk/gtkvruler.c:
11791         * gtk/gtktext.c:
11792         * gtk/gtktextview.c:
11793         Converted GtkArg to GParam. Based on patches by John Margaglione.
11794
11795         * tests/Makefile.am:
11796         * tests/testtext.c:
11797         Add a property editor to testtext.
11798         
11799 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
11800
11801         * gtk/gtk{h,v,}paned.c: Only show the separator if 
11802
11803         * configure.in: Fixed reversed conditional causing all image
11804         libraries to be linked in.
11805
11806 2001-05-21  Joe Shaw  <joe@ximian.com>
11807
11808         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
11809         that top_y needs to be >= 0.
11810
11811 2001-05-11  Havoc Pennington  <hp@pobox.com>
11812         
11813         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
11814         losing connection to the X server.
11815
11816 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
11817
11818         * configure.in: Start checks for X from pangox/pangoxft
11819         CFLAGS to avoid duplicate libraries.
11820
11821         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
11822
11823         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
11824         to include gobject.
11825         
11826 2001-05-18  Alexander Larsson  <alexl@redhat.com>
11827
11828         * gtk/gtkspinbutton.c:
11829         Convert GtkArgs to GParams. Based on patch by John Margaglione.
11830         Also do size request reasonable for MAXDOUBLE. Previously it printed
11831         the limits to a buffer and overran it. Instead do it using log10() and
11832         limit the width to 10 digits.
11833         
11834         * gtk/gtkwidget.c (gtk_widget_get_property):
11835         Correctly handle setting the parent property to NULL.
11836
11837 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
11838
11839         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
11840         style attributes even if the widget isn't realized.
11841
11842         * demos/gtk-demo/main.c: Use a slightly smaller font.
11843
11844 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
11845
11846         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
11847         This is something that only a widget writer would ever want
11848         to change.
11849
11850         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
11851         gtk_signal_emit_by_name().
11852
11853         * gtk/gtkviewport.c: Fix some warnings.
11854
11855         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
11856         allowing the requisitions of multiple widgets to be grouped
11857         together.
11858
11859         * tests/testgtk.c: Add GtkSizeGroup test
11860
11861         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
11862
11863         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
11864         warnings.
11865
11866         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
11867
11868 2001-04-28  Martin Baulig  <baulig@suse.de>
11869
11870         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
11871         to gtk_image_menu_item_set_icon() and made it work if there's already
11872         an image.
11873         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
11874         (gtk_image_menu_item_new_with_label): New function.
11875
11876 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
11877
11878         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
11879         highlighting code!!!!  The result is okay so long as you don't try
11880         to stress it.  It also highlights a bug in the TextView so it's in
11881         an unproportional font right now until it's fixed.
11882
11883         *demos/gtk-demo/*.c: Clean up code a bit to make it
11884         ugly-parser(TM) friendly. (-:
11885
11886 2001-05-17  Joe Shaw  <joe@ximian.com>
11887
11888         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
11889         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
11890         if it is only partially onscreen.
11891
11892 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
11893
11894         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
11895         not by characters.
11896
11897         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
11898         are not zero or one; that is, when graphemes of multiple characters
11899         are involved.
11900
11901         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
11902         FIXME.
11903
11904 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
11905         
11906         * gtk/gtkbbox.c:
11907         Add properties, based on patch by Lee Mallabone.
11908
11909         * gtk/gtknotebook.c:
11910         * gtk/gtktoolbar.c:
11911         Convert from GtkArg to GParam, based on patch by John Margaglione.
11912         
11913         * gtk/gtkhscale.c:
11914         * gtk/gtkvscale.c:
11915         * gtk/gtkhscrollbar.c:
11916         * gtk/gtkvscrollbar.c:
11917         * gtk/gtkrange.c:
11918         Move adjustment property to GtkRange.
11919
11920         * gtk/gtklabel.c:
11921         Setup mnemonics on property changes
11922
11923         * gtk/gtkwidget.c (gtk_widget_get_property):
11924         GdkExtensionMode is an enum, not a flag. Set it with
11925         g_value_set_enum ().
11926
11927         * tests/prop-editor.c:
11928         Better propery editor.
11929
11930         * tests/testgtk.c:
11931         Add new property test. Pass zero to the property editor to
11932         get properties from all derived types.
11933         
11934 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
11935
11936         * autogen.sh (have_automake): Require libtool-1.4,
11937         automake-1.4p1.
11938
11939         * acinclude.m4: Remove libtool macros.
11940
11941         * gdk-pixbuf/Makefile.am: Add dependencies to loade
11942         modules.
11943
11944         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
11945         for libgdk.
11946
11947         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
11948         libgdk.la for libgtk.
11949
11950         * modules/input/Makefile.am: Make modules have full
11951         dependencies.
11952
11953 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
11954
11955         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
11956         #54699 where paths weren't being checked for correctness.
11957
11958 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
11959
11960         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
11961         in any order you wan, whether or not the column is added to the
11962         tree, or the tree is realized.  Yay!
11963
11964         * gtk/gtktreeviewcolumn.c
11965         (gtk_tree_view_column_setup_sort_column_id_callback): handle
11966         sorting columns a lot saner
11967
11968         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
11969         new function to actually set wether or not a column is
11970         reorderable.
11971
11972         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
11973         if we have 'em.
11974
11975         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
11976         Fix nasty bug where we were showing the button just before
11977         realizing it.  As a result, the parent window was
11978         tree_view->window instead of tree_view->priv->header_window.
11979
11980         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
11981         to let you easily reorder a list or tree.
11982
11983 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
11984
11985         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
11986         from args to properties.
11987
11988 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
11989
11990         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
11991         from args to properties. (#51957)
11992
11993         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
11994         calls to after ->set_property call.
11995
11996 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
11997
11998         * tests/prop-editor.c: Block against redundant changes.
11999
12000         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
12001         properties.
12002
12003 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
12004
12005         * gdk/gdkpixmap.h: Remove creative formatting.
12006
12007 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
12008
12009         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
12010         property API. (#51669)
12011
12012         * gtk/gtkscale.c: Patch from John Margaglione converting to
12013         property API. (#51891)
12014
12015         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
12016         to property API. (#50985)
12017
12018 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
12019
12020         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
12021         buffering state across expose event, so we still call end_paint().
12022
12023 2001-05-11  Alexander Larsson  <alexl@redhat.com>
12024
12025         * gtk/gtkhsv.c (paint_triangle):
12026         Expose the ring in the triangle at the correct place when
12027         exposing just a part of the triangle.
12028
12029         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
12030         Return FALSE, or window focusing will not work.
12031
12032 2001-05-11  Havoc Pennington  <hp@pobox.com>
12033
12034         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
12035         #54144
12036
12037         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
12038         bug #54330
12039
12040 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
12041
12042         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
12043         propagate exposes to NULL child.
12044
12045         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
12046         against not having one of the scrollbars.
12047
12048         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
12049         we don't keep a mnemonic window if we have no mnemonic installed.
12050
12051 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
12052
12053         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
12054         it has the _important_ side effect of initializing a class.
12055
12056 2001-05-10  Alexander Larsson  <alexl@redhat.com>
12057
12058         * gdk/linux-fb/gdkprivate-fb.h:
12059         Make sure you can compile out the implementation/wrapper assert
12060         macros.
12061
12062         * gdk/linux-fb/gdkdrawable-fb2.c:
12063         Check implementation/wrappers, initialize type for pixmap dummys.
12064
12065         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
12066         Hide the cursor if reading from the screen.
12067
12068         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
12069         Fix sign bug in tiling code.
12070
12071         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
12072         Handle background pixmaps.
12073
12074 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
12075
12076         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
12077         function to let user control where columns are dragged.
12078
12079         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
12080         Escape is pressed.
12081
12082 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
12083
12084         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
12085         "columns_changed" signal.
12086         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
12087         motion code to draw arrows to the side if indicator is outside the
12088         widget.
12089         (gtk_tree_view_map_expanded_rows): Implement.
12090
12091 2001-05-07  Alexander Larsson  <alexl@redhat.com>
12092
12093         * demos/testpixbuf-save.c: 
12094         * demos/testpixbuf-drawable.c:
12095         Include gdkfb.h on linux-fb.
12096
12097 2001-05-07  Alexander Larsson  <alexl@redhat.com>
12098
12099         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
12100         New function for getting toplevel window at position.
12101         (gdk_drag_find_window): Use get_toplevel_window () instead
12102         of gdk_window_get_pointer(). (gdk_drag_status): Use
12103         correct context for getting window.
12104
12105         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
12106         g_strdup the atom name.
12107
12108         * gdk/linux-fb/gdkwindow-fb.c:
12109         Costmetic fix.
12110
12111         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
12112         Add code for changing cursor on linux-fb backend (same as
12113         win32).
12114
12115 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
12116
12117         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
12118         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
12119         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
12120         report was not for the development branch of GTK+, but it applies
12121         anyways).
12122
12123 2001-05-04  Havoc Pennington  <hp@redhat.com>
12124
12125         * configure.in: fix some shell typos
12126
12127         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
12128
12129         * gtk/gtkimage.c: handle animations
12130
12131         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
12132         border_width * 2, not just border_width
12133
12134         * gtk/gtkscale.c: add "format_value" signal to allow people
12135         to override the way values are drawn.
12136         (gtk_scale_get_value_size): fix width/height mistake,
12137         and compute size from actual displayed text, not 
12138         from made-up text.
12139
12140         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
12141         signal registration
12142
12143         * tests/testtext.c: Add "Remove all tags" menu item for testing
12144
12145         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
12146
12147         * demos/gtk-demo/main.c (main): add hack so we can find modules
12148         without installing gtk
12149
12150         * demos/gtk-demo/textview.c (insert_text): demo font scaling
12151
12152         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
12153         factor)
12154         (gtk_cell_renderer_text_set_property): remove some bogus
12155         g_object_notify
12156
12157         * gtk/gtktexttag.c: add "scale" property which is a font scaling
12158         factor
12159
12160         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
12161         to layout
12162
12163         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
12164         gtk_text_iter_is_first
12165
12166 2001-01-06  Hans Breuer  <hans@breuer.org>
12167
12168         * gdk/gdk.def : updated exports
12169
12170         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
12171         gdk won't compile anymore
12172  
12173         * gdk/win32/gdkevents-win32.c : initialize ret_val when
12174         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
12175         Improved gdk_flush () to not only do pending drawing operations
12176         but also process all currently pending events. This should make
12177         the behaviour more similar to the X11 version.  
12178
12179         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
12180         option needs to be set even if there is no GDK_GC_BACKGROUND.
12181         (gdk_win32_hdc_get) : use predraw_set_background () independent
12182         of value_mask. This allows to draw dashed lines leaving the original
12183         background intact.
12184
12185         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
12186         after processing, because we can't reuse it as the X11 version does.
12187
12188         * gtk/gtk.def : updated exports
12189
12190         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
12191         would like to get rid of this file again, and use straight
12192         makefile.msc again, as the other Gtk+ subdirs do)
12193
12194         * test/makefile.msc (new file) : build the test apps here
12195
12196 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
12197
12198         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
12199         strike-through setting
12200         (gdk_draw_layout_line_with_colors): Render strike-through
12201
12202 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
12203
12204         * Release 1.3.5
12205
12206         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
12207
12208         * NEWS: Updated
12209
12210         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
12211         Makefile breakage.
12212
12213 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
12214
12215         * demos/gtk-demo/images.c (progressive_timeout): Fix
12216         typo in filename.
12217
12218         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
12219         out FIXME warning; just too annoying.
12220
12221 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
12222
12223         * gdk/linux-fb/gdkcolor-fb.c:
12224         Better error messages.
12225
12226         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
12227         Initialize abs_x and abs_y.
12228         
12229         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
12230         Correct handling of stipple offset.
12231
12232         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
12233         Treat directcolor framebuffers as truecolor.
12234         
12235 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
12236
12237         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
12238         dependency on Atk for accessibility support.
12239
12240         * configure.in **/Makefile.am: Major reworking of substituted
12241         variables for CFLAGS/LIBS to make a lot more sane and 
12242         keep the the compile/link lines a bit shorter.
12243
12244         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
12245
12246 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
12247
12248         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
12249         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
12250         use _gtk_boolean_handled_accumulator.
12251
12252 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
12253
12254         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
12255         to fix things so clicking inside selection leaves cursor
12256         at point where clicked. (#50324)
12257
12258         * gtk/gtksettings.c (gtk_settings_class_init): Restore
12259         sane value for default double click time.
12260
12261         * tests/testtext.c (test_init): Really path to input modules.
12262
12263 2001-05-03  Sven Neumann  <sven@convergence.de>
12264
12265         * demos/testpixbuf-save.c: include target-specific headers as
12266         done in testpixbuf-drawable.c
12267
12268 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
12269
12270         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
12271         new_text_length appropriately when we run into the 
12272         size limit for the entry. (#53445, reported by Jeff Franks)
12273
12274         * tests/testgtk.c (create_entry): Remove most of the
12275         property toggle buttons. Replace with a "Props" button
12276         that brings up a property editor.
12277
12278         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
12279         Split the property editor code out for reuse, improve.
12280
12281 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
12282
12283         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
12284         trap errors around calls to XSetInputFocus since we have
12285         no way of knowing reliably whether we are viewable or
12286         not. (#53947)
12287
12288 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
12289
12290         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
12291         fix bug in dropping columns.  Moving columns now basically works
12292         modula some fine tuning.
12293
12294 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
12295
12296         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
12297         autoscroll support.  It mostly works, but could use some fine
12298         tuning.
12299         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
12300         Actually move the column.
12301
12302 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
12303
12304         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
12305           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
12306           New default theme! A slighly improved version of the 2.0 Raleigh
12307           theme, with Windows-esque focus/drawing default. 
12308           (GtkWidget::interior_focus defaults to TRUE.)
12309
12310         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
12311
12312 2001-04-30  Havoc Pennington  <hp@pobox.com>
12313
12314         * tests/testtext.c (line_numbers_expose): fix to work with
12315         gtk_paint_layout change
12316
12317 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
12318
12319         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
12320           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
12321           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
12322           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
12323
12324         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
12325           with GtkWidget::interior_focus = TRUE better.
12326
12327         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
12328         ::default_outside_border for more flexibility.
12329
12330         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
12331         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
12332         change that had to be made with g_object_get.
12333
12334 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
12335
12336         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
12337         (gtk_tree_view_move_column_after): Clean up interface. 
12338
12339 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
12340
12341         * gtk/gtkpacker.h:
12342         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
12343          to gtkenum.h.
12344
12345         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
12346         handled in switch).
12347
12348         * gtk/Makefile.am:
12349         (gtk.defs): generate enum portions with  glib-mkenums.
12350         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
12351         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
12352         
12353         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
12354         addition.
12355
12356         * docs/Changes-2.0.txt: keep a note on signal handlers now
12357         not getting emitted during the emission they were connected within.
12358
12359 2001-04-28  Havoc Pennington  <hp@pobox.com>
12360
12361         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
12362
12363 2001-04-24  Havoc Pennington  <hp@redhat.com>
12364
12365         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
12366         (gtk_text_layout_move_iter_to_next_line): fix these two for
12367         invisible text, lots of other stuff still hosed.
12368
12369         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
12370         new function, replaces the get/set palette stuff. This function 
12371         is intended for use by libgnomeui which should set the hook to a
12372         thing which sets the palette in GConf, and we need the
12373         GConf-to-xsettings proxy which will result in the change being
12374         propagated back to the GTK app.
12375
12376         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
12377         about unusable signals that it may be because the signal has 
12378         parameters.
12379
12380         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
12381         style, otherwise gtkrc.c won't know to create a new GtkStyle for
12382         it.
12383         (gtk_widget_modify_color_component): call
12384         gtk_widget_modify_style() so the rc style will get copied.
12385         (gtk_widget_modify_font): ditto
12386
12387         * gtk/gtkrc.c: make a couple variables static
12388
12389         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
12390         help button by default, since it does nothing
12391
12392         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
12393         around with UI
12394
12395         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
12396         so we can have tooltips
12397
12398         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
12399         can have tooltips
12400
12401         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
12402         GDK_ENABLE_BROKEN, because its memory behavior is completely
12403         hosed.
12404
12405         * gtk/gtknotebook.c: remove key press handler, replace with
12406         binding set, add numeric keypad support
12407
12408         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
12409
12410         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
12411
12412         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
12413         addition to plain Delete
12414
12415         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
12416         GDK_KP_Enter in addition to GDK_Return
12417
12418         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
12419         activate on entry instead of key press
12420         (gtk_font_selection_on_clist_key_press): get
12421         rid of this signal handler, not needed with new font sel.
12422
12423         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
12424         no-longer-needed emit_stop_by_name(), just return TRUE
12425
12426         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
12427         cruft, this widget is no longer focusable.
12428
12429         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
12430         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
12431         move_slider action signal, add binding set for vscale/hscale, in
12432         the process support numeric keypad
12433
12434         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
12435         make GDK_Return and GDK_KP_Enter activate the entry via 
12436         binding set, instead of hardcoded.
12437
12438 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
12439
12440         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
12441         code.  Some documentation added.
12442
12443 2001-04-27  Havoc Pennington  <hp@redhat.com>
12444
12445         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
12446
12447         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
12448
12449         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
12450         line/para separators
12451         (gtk_entry_create_layout): set single paragraph mode on the layout
12452
12453         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
12454         spacing between the image and label; instead, inside a button box 
12455         the button will get extra space that will go there, but if people 
12456         configure button box for 0 chubbiness, then there's no spacing.
12457
12458         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
12459         and min/max size style properties, so people can tune their
12460         chubbiness.
12461
12462         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
12463         functions
12464
12465         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
12466         space_style, and button_relief into style properties, remove
12467         functions for setting them
12468         
12469         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
12470         it back down
12471
12472         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
12473         types from gtk_widget_style_get
12474
12475         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
12476         with a style property.
12477
12478         * gdk/x11/gdkevents-x11.c: namespace the settings
12479
12480         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
12481
12482         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
12483         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
12484         be used. Also, translate doc strings for settings. Also, namespace
12485         the double-click-time property. Also, remove bell properties crap.
12486
12487 2001-04-27  Sven Neumann  <sven@gimp.org>
12488
12489         * Makefile.am: before creating links, check if pkg-config files
12490         exist for the default target. Otherwise link to the pkg-config files
12491         that got installed with this build.
12492
12493 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
12494
12495         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
12496         dragging code.  Revealed some (potential) GdkWindow bugs.
12497
12498         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
12499         _gdk_window_init_position to the end of reparent to fix the case
12500         of reparenting when new_x != old_x and new_y != old_y.
12501
12502 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
12503
12504         * gtk/gtkentry.c (strstr_len): Fix optimization that
12505         was correct for the use here, but completely incorrect
12506         in general.
12507
12508 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
12509
12510         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
12511         until patch adding gtk_window_set_size() is recommitted. 
12512
12513         * **Makefile.am configure.in gdk/x11/gdkim-11.c
12514           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
12515           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
12516           (#10784)
12517
12518 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
12519
12520         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
12521         window == NULL in a number of cases.
12522
12523         * tests/testdnd.c: Set module path for gdk-pixbuf.
12524
12525 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
12526
12527         * gtk/Makefile.am xembed.h: File containing #defines
12528         for XEMBED protocol.
12529
12530         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
12531
12532         - Change protocol from old plug/socket specific protocol
12533           to XEMBED draft
12534         - Various fixes to work with GTK+-2.0
12535
12536         Still quite a bit of work to do here to handle initiation
12537         from the socket side (as specified by XEMBED), to handle
12538         the more advanced features of XEMBED, and to figure out
12539         a good way to handle same-app embedding with less overhead
12540         than using full XEMBED.
12541
12542 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
12543
12544         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
12545         track of whether the toplevel has the focus; only send
12546         focus-in events to the focus widget when the window
12547         actually has the focus.
12548
12549 2001-04-25  Havoc Pennington  <hp@pobox.com>
12550
12551         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
12552         were still in the header
12553
12554 2001-04-24  Alexander Larsson  <alexl@redhat.com>
12555
12556         * gtk/gtkclist.[ch]:
12557         * gtk/gtkctree.c:
12558         When there is a row highlighted for D'n'D it must alse
12559         be painted hightlighted on exposes. Otherwise exposes from
12560         the icon being dragged will mess up the hightlight.
12561
12562         * gtk/gtkfontsel.c:
12563         Don't recenter selected font when exposing the font family
12564         clist. This means you can now actually scroll the font family
12565         list.
12566
12567         * gtk/gtknotebook.c:
12568         Fix focus movement on scrolling tabs that are placed on the left
12569         and right.
12570
12571 2001-04-21  Havoc Pennington  <hp@pobox.com>
12572
12573         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
12574         empty/invisible lines.
12575
12576         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
12577         (gtk_text_iter_set_visible_line_index): new functions to set
12578         indexes excluding invisible text
12579
12580         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
12581         index
12582
12583         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
12584         (gtk_text_iter_get_visible_line_offset): new functions to 
12585         get indexes excluding invisible text
12586
12587         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
12588         bunch of extra padding that served no purpose
12589
12590         * gtk/gtkdialog.c: Make all the spacings configurable via style
12591         properties, for chubbiness configuration in themes
12592
12593         * tests/testtext.c: fix path to the immodules.
12594         
12595 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
12596
12597         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
12598         got munched by #endif.
12599
12600         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
12601
12602         * gtk/gtktreeview.c: Refactored code to clean up a number of
12603         events.
12604
12605         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
12606         values to make consistent with other functions.  Spotted by Jeff
12607         Franks <jcf@tpg.com.au>.
12608
12609         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
12610         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
12611
12612 2001-04-23  Sven Neumann  <sven@gimp.org>
12613
12614         * gtk/Makefile.am
12615         * gtk/gtkplug.c
12616         * gtk/gtksocket.c: on request of Owen, reverted my last change 
12617         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
12618
12619 2001-04-23  Sven Neumann  <sven@gimp.org>
12620
12621         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
12622         compile for non-X11 targets again
12623
12624 2001-04-20  Alexander Larsson  <alexl@redhat.com>
12625
12626         * gtk/gtkcolorsel.[ch]:
12627         API Change. Take GdkColor arguments instead of gdouble *.
12628         Leave the old gtk_color_selection_set_color for compatibility,
12629         but marked deprecated.
12630         Do correct rounding when converting RGB <-> HSV.
12631         
12632         * gtk/gtkcolorseldialog.c:
12633         * tests/testgtk.c:
12634         Use new GtkColorSelection API.
12635
12636         * gtk/gtkhsv.c:
12637         Fix problem selecting colors in triangle when Hue is 330.
12638         Fix some black dots around the HSB triangle.
12639         
12640         * gtk/gtkfilesel.c:
12641         return FALSE from the focus_in_event handler to fix focus problems.
12642
12643 2001-04-18  Havoc Pennington  <hp@redhat.com>
12644
12645         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
12646         set, so keybindings are configurable    
12647         (gtk_window_activate_default): Change to activate the focus widget
12648         instead if there's a focus widget, to be consistent with the
12649         behavior that previously existed in key_press_event
12650
12651 2001-04-18  Havoc Pennington  <hp@redhat.com>
12652
12653         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
12654
12655 2001-04-18  Havoc Pennington  <hp@redhat.com>
12656
12657         Close bug #50615:
12658         
12659         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
12660         the layout
12661
12662         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
12663
12664         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
12665
12666         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
12667         
12668         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
12669         to blue for base, in addition to bg
12670         
12671 2001-04-18  Havoc Pennington  <hp@redhat.com>
12672
12673         * tests/testgtk.c (create_image): allow shrinking the image window
12674         to test that we clip to allocation.
12675
12676         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
12677         #9845
12678
12679         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
12680
12681 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
12682
12683         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
12684         mode on shm segments to 0600. We'll see who complains.
12685
12686         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
12687         _gdk_windowing_window_destroy() AFTER recursing through
12688         children.
12689
12690         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
12691         testsocket_child on X.
12692
12693         * tests/testsocket[_child].c: Fix uses of
12694         gtk_window_get_default_accel_group().
12695
12696         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
12697
12698         * gdk/gdkimage.c: (gdk_image_get):
12699         Deal with the possibility that XGetImage() might return NULL.
12700         Allocate the GdkImagePrivate structure only after XGetImage()
12701         succeeds in order not to dereference a NULL ximage pointer.  This
12702         prevents a core dump when XGetImage() fails - which is unlikely,
12703         but can happen due to race conditions accessing the geometries of
12704         drawables.  An x error will still be triggered, but the gdk image
12705         wrapper at least wont seg fault.
12706         
12707 2001-04-18  Havoc Pennington  <hp@redhat.com>
12708
12709         * gtk/gtkimage.c: fix to properly queue resizes when the image is
12710         set
12711
12712         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
12713         if the insertion point isn't editable
12714
12715         * demos/gtk-demo/images.c: Added a GtkImage demo
12716
12717         * demos/gtk-demo/drawingarea.c: drawing area demo
12718         
12719         * demos/gtk-demo/menus.c (create_menu): cleanups
12720
12721 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
12722
12723         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
12724           gdk/x11/gdkevents-x11.c: Introduce an extra child
12725         of toplevel windows that serves to hold the focus to
12726         avoid events being delivered to embedded windows.
12727
12728         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
12729         some extra variables to clean up code and reduce the
12730         number of casts.
12731
12732         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
12733         guint for 1 bit bit fields, not gboolean.
12734
12735 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
12736
12737         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
12738         not TRUE. (Fixes #52925)
12739
12740 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
12741
12742         * Released 1.3.4
12743
12744         * NEWS: Updated
12745
12746         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
12747         use GTK_TYPE_ENUM.
12748
12749 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
12750
12751         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
12752
12753         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
12754         names to compatibility #defines so docs work.
12755
12756         * gtk/gtkenums.h: Remove GtkMenuFactoryType
12757
12758         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
12759
12760         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
12761
12762         * tests/testgtkrc: No magenta cursors, please.
12763
12764         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
12765
12766         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
12767         
12768 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
12769
12770         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
12771         grabs, since they are no longer necessary.
12772
12773         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
12774         by signal_connect() and call gtk_button_pressed() rather
12775         than signal_connect_after().
12776
12777         * tests/testgtk.c: Restore radio menu items to combos 
12778         since they'll look OK with Raleigh, and it is easier
12779         than finishing the process of removing them that was
12780         started earlier.
12781
12782 2001-04-16  Hans Breuer  <hans@breuer.org>
12783
12784         * gdk/gdk.def :
12785         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
12786
12787         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
12788         we are interested in the functions return value not the function address
12789         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
12790
12791         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
12792
12793 2001-04-14  Hans Breuer  <hans@breuer.org>
12794
12795         * gdk/gdk.def :
12796         * gdk/makefile.msc : updated
12797
12798         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
12799         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
12800         (the testgtk::text backgound pixmap is drawn again)
12801         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
12802         Win32 Pango change
12803         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
12804
12805         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
12806         Not sure if the returned settings have the right unit, because I couldn't
12807         find any docs for the X version ...
12808
12809         * gtk/gtk.def :
12810         * gtk/makefile.msc.in : updated
12811
12812 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
12813
12814         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
12815         wording problems. (Compared to version from Johannes Stezenbach to
12816         check correctness.)
12817
12818 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
12819
12820         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
12821         this to compile.
12822
12823 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
12824
12825         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
12826         not pixbufpos.
12827
12828         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
12829
12830         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
12831         are unsigned insts, therefore use g_value_set_uint.
12832         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
12833
12834 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
12835
12836         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
12837
12838         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
12839         GTK_TYPE_STRING.
12840
12841         * gtk/gtktreeview.c: New functions to allow initial column
12842         dragging work.
12843
12844         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
12845
12846         * tests/testtreefocus.c: give dave some love.
12847
12848         * tests/testtreesort.c: Modify test to check really long samples.
12849
12850 2001-04-11  Alexander Larsson  <alexl@redhat.com>
12851
12852         * gtk-2.0.m4: Pass pkg-config options
12853         before the other args so it works even if
12854         POSIXLY_CORRECT is set.
12855
12856 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
12857
12858         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
12859         0, interface 0).
12860
12861 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
12862
12863         * gtk/gtkcalendar.c (gtk_calendar_button_press):
12864         check for action_func != NULL
12865
12866 2001-04-04  Sven Neumann  <sven@gimp.org>
12867
12868         * tests/testgtk.c (test_init): corrected path to gtk.immodules
12869
12870 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
12871
12872         * Released Gtk+-1.3.3.
12873
12874 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
12875
12876         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
12877
12878 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
12879
12880         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
12881         files to/from source dir. (if we don't stay in builddir, we
12882         can't reach make-inline-pixbuf.
12883
12884         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
12885         deps.
12886
12887         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
12888         ages 0).
12889
12890 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
12891
12892         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
12893         moved to the GtkTreeSortable interface.
12894
12895         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
12896         Make more efficient (fixes #50262).
12897
12898 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
12899
12900         * NEWS: Updated.
12901
12902         * configure.in: Remove support for uninstalled glib.
12903
12904         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
12905         so as not to stop emission.
12906
12907         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
12908         is no longer supported.
12909
12910         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
12911         into tests, change build order to build modules before
12912         gtk/.
12913
12914         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
12915         to here.
12916
12917 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
12918
12919         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
12920         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
12921         GPatternSpec. this is actually unlikely to cause breakage in
12922         third-party apps since except for gle, pretty much ever caller
12923         passes NULL here.
12924
12925         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
12926
12927         * *.c: use g_pattern_*() API.
12928
12929         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
12930
12931         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
12932         directions aren't passed in.
12933
12934         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
12935         functionality to be usable from gtkstyle.c as well, give precedence
12936         for conversion to user-supplied parsers.
12937         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
12938
12939         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
12940         _gtk_settings_parse_convert() for rcporperty value conversion.
12941
12942 2001-04-03  Alexander Larsson  <alexl@redhat.com>
12943
12944         * gdk/linux-fb/gdkevents-fb.c:
12945         Add empty gdk_setting_get().
12946
12947 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
12948
12949         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
12950         variable names.
12951         
12952         * gtk/makeenums.pl: touch this so enum files get remade.
12953
12954 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
12955
12956         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
12957         work again when not sorted.
12958
12959         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
12960         and "expand_row" signal, closing bug 52578.
12961
12962         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
12963         support.
12964
12965         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
12966         support.
12967
12968 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
12969
12970         * gdk/gdkevents.h: Add GdkEventSetting event for notification
12971         of changes to system settings, gdk_setting_get() to retrieve
12972         a single system setting.
12973
12974         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
12975         to the draft XSETTINGS mechanism.
12976
12977         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
12978         XSETTINGS.
12979
12980         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
12981         of GDK settings changes to the GtkSettings object.
12982
12983         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
12984         double-click-timeout property to GDK.
12985
12986         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
12987         Define GDK boxed types here.
12988
12989         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
12990         gdk/gdkenumtypes.[ch] for enum definitions.
12991
12992         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
12993         * gtk/gtk-boxed.defs: Comment out GDK types
12994         * gtk/gtktypeutils.h: Remove GDK types
12995         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
12996
12997 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
12998
12999         * Applied patch from Ron Steinke to add signal accumulators
13000         so that signals with the convention 'TRUE return means
13001         handled' stop emission on a TRUE return.
13002
13003         * gtk/gtkmain.[ch]: Add private accumulator 
13004         _gtk_boolean_handled_accumulator, used throughout GTK+.
13005         
13006         * gtk/gtkspinbutton.c: Add accumulator for ::output.
13007
13008         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
13009         
13010         * gtk/gtkwidget.c: Add accumulators for event signals,
13011         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
13012         for ::mnemonic-activate.
13013
13014         * gtk/gtkwindow.c: Add accumulator for ::frame_event
13015
13016 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
13017
13018         * gtk/gtkwidget.c: Add missing include.
13019
13020 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
13021
13022         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
13023         marshaller.
13024
13025         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
13026         "changed" signal to "range_changed".
13027
13028         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
13029         removing a tree from one model would remove all trees from that
13030         model.
13031         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
13032         changed signal instead.
13033
13034 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
13035
13036         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
13037         chaining up to parent impl, since we have a INPUT_ONLY
13038         window.
13039
13040         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
13041         foreground color for the cursor.
13042
13043 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
13044
13045         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
13046         param spec when caching property values, since we unref it
13047         later when we free the style.
13048
13049         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
13050         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
13051
13052 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
13053
13054         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
13055         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
13056         stupidity.
13057
13058 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
13059
13060         [ First pass at adding style properties. Still needs some definite
13061         fine-tuning. ]
13062
13063         * gtk/gtkbutton.c: Add ::default_spacing style property.
13064          
13065         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
13066         ::indicator_spacing style properties.
13067
13068         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
13069         style properties.
13070
13071         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
13072         rather than a normal property.
13073
13074         * gtk/gtkwidget.c: Add an ::interior_focus style property to
13075         draw focus inside buttons, in the Windows/Java Metal/etc. style.
13076
13077         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
13078         Honor ::interior_focus.
13079         
13080         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
13081         TRUE.
13082
13083         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
13084         Add ::slider_width, ::trough_border, ::stepper_size,
13085         ::stepper_spacing style properties.
13086
13087         * gtk/gtkscale.[ch] Add ::slider-length style property.
13088
13089 2001-04-02 Alexander Larsson   <alexl@redhat.com>
13090
13091         * gdk/linux-fb/gdkwindow-fb.c:
13092         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
13093         warnings that were spewed on startup.
13094
13095         * gtk/gtkwindow-decorate.c:
13096         gtk_window_reposition -> _gtk_window_reposition
13097
13098 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
13099
13100         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
13101         Add boxed type for GtkRequistion. Use it for ::size-request.
13102
13103         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
13104         Add a new GtkBorder structure useful for geometry properties
13105         for widgets. Add corresponding GTK_TYPE_BORDER.
13106         
13107         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
13108         Support automatic parser selection like
13109         gtk_settings_install_property_parser().
13110
13111         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
13112         functionality for use by gtk_widget_class_install_style_property.
13113         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
13114
13115 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
13116
13117         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
13118         g_param_spec_unichar(). 
13119
13120 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
13121
13122         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
13123         _NET window managers.
13124
13125         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
13126
13127 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
13128
13129         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
13130         bad needs to be nuked, not just deprecated.
13131
13132         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
13133         gtk_widget_popup().
13134
13135         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
13136         
13137         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
13138         widget.
13139         
13140         * docs/Changes-2.0.txt: updates.
13141         
13142 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
13143
13144         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
13145         for (i = 0; i < 100; i ++)
13146           g_print ("I will confirm it compile before committing\n");
13147
13148 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
13149
13150         * gtk/gtktreestore.c: Initial work on implementing the
13151         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
13152
13153 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
13154
13155         * gtk/gtkwidget.c: fixed a bunch of notifications, added
13156         reference counts around emissions where the widget is used afterwards.
13157         added freeze/thaws around multiple properties being notified.
13158         (_gtk_widget_get_aux_info): cleanups.
13159         
13160         * gtk/gtksettings.c (gtk_settings_install_property): provide
13161         default parsing functions for gdkcolor, enums and flags.
13162
13163         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
13164         applied by owen.
13165         backed out gtk_window_get_location(), gtk_window_set_location(),
13166         gtk_window_get_size() and gtk_window_set_size(), these
13167         have to be sorted out wrg x/y/width/height/default_with/default_height
13168         properties.
13169         kept a flag in GtkWindowGeometryInfo to handle user
13170         resetting default sizes.
13171         cleaned up ZVT comments.
13172         bunch of assorted bug fixes, notification fixes.
13173         (_gtk_window_reposition): make this a really internal function.
13174         
13175         * gtk/testgtk.c: fixups.
13176         
13177 2001-03-31  Hans Breuer  <hans@breuer.org>
13178
13179         * config.h.win32.in : disable USE_MMX for msvc build cause
13180         the assembler doesn't fit and is out of my scope. Disable
13181         USE_GMODULE for msvc build as wel. The right way to share
13182         binaries on win32 would be to use libtiff.dll etc. To reduce
13183         installation hassles IMO it's better to include all fileformats
13184         builtin to gdk-pixbuf
13185
13186         * gdk-pixbuf/makefile.msc : new file
13187
13188         * gdk/gdk.def : updated
13189
13190         * gdk/win32/gdkevents-win32.c : don't erase the background if
13191         .no_bg is set. It improves the scrolling (e.g. of testgtk main
13192         buttons
13193         * gdk/win32/gdkgeometry-win32.c : added comment about the above
13194
13195         * gdk/win32/gdkwindow-win32.c : added three new functions like
13196         the X version. Only one is implemented, because the other two
13197         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
13198         be default behaviour on win32 anyway ...
13199
13200         * gtk/gtk.def : updated
13201
13202         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
13203         from where it was built and add an additional rule to automagically
13204         build gtkmarshal.[hc]
13205
13206         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
13207         before array access for the current entry isn't finished
13208
13209         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
13210         use g_return_val_if_fail
13211
13212         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
13213         for the static array, but let the compiler calculate it. It
13214         makes me wonder if gcc isn't capable to catch bugs like this ...
13215
13216 2001-03-31  James Henstridge  <james@daa.com.au>
13217
13218         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
13219         constant "-1" in the aux info structure.
13220
13221 2001-03-30  Alexander Larsson  <alexl@redhat.com>
13222
13223         * gtk/gtkbutton.c (gtk_button_get_property):
13224         * gtk/gtklabel.c:
13225         Remove leaks.
13226         
13227         * gtk/gtkcontainer.c:
13228         * gtk/gtkhscale.c:
13229         * gtk/gtkhscrollbar.c:
13230         * gtk/gtklayout.c:
13231         * gtk/gtkmisc.c:
13232         * gtk/gtkprogress.c:
13233         * gtk/gtkprogressbar.c:
13234         * gtk/gtkrange.c:
13235         * gtk/gtktable.c:
13236         * gtk/gtkviewport.c:
13237         * gtk/gtkvscale.c:
13238         * gtk/gtkvscrollbar.c:
13239         * gtk/gtkwidget.c:
13240         Property patches, based on patches from John Margaglione and Lee Mallabone.
13241
13242 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
13243
13244         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
13245         adjustment. Cleaned redundant preconditions (spin != NULL). Added
13246         inline API function docs.
13247         (gtk_spin_button_new_with_range): New convenience constructor.
13248         (gtk_spin_button_set_increments): New adjustment helper.
13249         (gtk_spin_button_set_range): New adjustment helper.
13250
13251         * gtk/testgtk.c : added test of the new convenince constructor and
13252         value_changed signals.
13253
13254 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
13255
13256         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
13257         listen to the reorder signal.
13258
13259 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
13260
13261         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
13262         to get the aux info structure fo the widget.
13263
13264         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
13265         above function.
13266
13267         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
13268
13269         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
13270         to get the size of the window manager frame, basically the same
13271         code that gdk_window_get_root_origin() had
13272         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
13273
13274         * gtk/gtkwindow.c (gtk_window_set_default_size): use
13275         gdk_window_resize() if the window is realized and resizeable
13276
13277         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
13278         typo so that setting gravity works
13279
13280         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
13281         allocation if auto_shrink is on, even if the default size
13282         has not changed.
13283
13284         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
13285         g_return_if_fail
13286
13287 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
13288
13289         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
13290         reordering/sorting work.  Now pretty much works.
13291
13292         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
13293         reorder mostly work.  Still need to get the parity correct.
13294
13295         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
13296         signal, so I can listen for the sort_column_changed signal so I
13297         can change my "sort_indicator" property.  Cool.
13298
13299 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
13300
13301         [ Patch from Havoc Pennington, hp@redhat.com ]
13302
13303         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
13304         Add functions gdk_window_begin_resize_drag/begin_move_drag
13305         to start resizing or moving a toplevel window. This
13306         is done either using the _NET_WM_MOVERESIZE protocol,
13307         or, if that isn't present, by emulation.
13308
13309         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
13310         to export the above to GTK+-land.
13311
13312         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
13313         
13314         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
13315         Move this function into gdkwindow, since we need it
13316         when implementing fallback resizing.
13317
13318         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
13319         Fix typo when setting gravity.
13320
13321         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
13322         Add an optional (but on by default) resize grip for resizing 
13323         the parent window.
13324
13325 01-03-29  Alexander Larsson  <alexl@redhat.com>
13326
13327         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
13328         Don't return TRUE from the event handler, that blocks all
13329         event signals on the tooltip widget. Now you can press buttons
13330         in toolbars again.
13331
13332 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
13333
13334         * gtk/testtext.c (create_buffer): Add missing NULL on
13335         valist.
13336
13337         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
13338         c-n-p problem with INCONSISTENT property.
13339
13340         [ Patch from Havoc Pennington  <hp@redhat.com> ]
13341
13342         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
13343         hook.
13344
13345         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
13346         signal as a hook for extending the default popup menu
13347
13348         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
13349         use radio menu items for the input method menuitems
13350
13351         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
13352         inserted unicode from Ctrl-Shift-hex input method
13353
13354         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
13355         validatation here, already done at GtkTextBuffer level.
13356
13357         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
13358         popup_menu run action signal and Shift+F10 and Menu keybindings.
13359
13360         * gtk/gtkentry.c: implement a default handler for popup_menu
13361
13362         * gtk/gtktextview.c: implement a default handler for popup_menu
13363
13364         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
13365         from a key event
13366         
13367         * gtk/gtklabel.c: remove "trailer" cruft
13368
13369 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
13370
13371         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
13372         handle reordering of trees.  Seems to mostly work w/ the exception
13373         of the parity flag.
13374
13375         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
13376         signal.
13377
13378 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
13379
13380         * gtk/gtkwidget.h: c++ fixes.
13381
13382 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
13383
13384         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
13385         memory.
13386
13387 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
13388
13389         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
13390         Nils Barth fixing event return values. (#51041)
13391
13392         * gtk/gtkwidget.c: Fix some return values for default
13393         functions.
13394
13395         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
13396         return values for trough_keys functions.
13397
13398         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
13399         value for add_accelerator (shoudl have been a void
13400         return.)
13401
13402         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
13403         Fix return type of EVENT.
13404
13405         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
13406         signal return a boolean.
13407
13408 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
13409
13410         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
13411         reordered signal.
13412
13413         * tests/testtreesort.c (main): fix spelling.
13414
13415 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
13416
13417         * gtk/gtkliststore.c: More work on implementing sortable
13418         interface.
13419
13420 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
13421
13422         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
13423         reference the widgets in the resulting list. (#11821)
13424         This makes this consistent with gtk_container_children.
13425
13426         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
13427         uses of gtk_window_list_toplevels.
13428
13429 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
13430
13431         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
13432         a virtual function to set whether the IM context should use 
13433         the preedit string. (#51922)
13434         
13435 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
13436
13437         * gdk/gdkpango.h: Remove stale FIXME comment.
13438
13439 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
13440
13441         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
13442         Fixed bug that returned NULL if a filename was selected.
13443
13444 2001-03-24  Havoc Pennington  <hp@pobox.com>
13445
13446         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
13447         to contain the word "theme"
13448
13449 2001-03-24  Havoc Pennington  <hp@pobox.com>
13450
13451         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
13452         slower but finer-grained
13453         (gtk_hsv_focus): get initial focus on the ring or triangle 
13454         according to tab direction
13455
13456         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
13457
13458 2001-03-23  Havoc Pennington  <hp@pobox.com>
13459
13460         * gtk/gtkhsv.c: make this somewhat key-navigable
13461
13462         * gtk/gtkfontsel.c: mnemonics
13463
13464         * gtk/gtkgamma.c: mnemonics
13465
13466         * gtk/gtkcolorsel.c: add mnemonics to labels
13467
13468 2001-03-22  Havoc Pennington  <hp@pobox.com>
13469
13470         Applied big patch from Seth Lytle to fix event handler return
13471         values, slightly modified.
13472
13473         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
13474         handled.
13475         (gtk_calendar_key_press): return TRUE for GDK_space triggers
13476         select_day
13477
13478         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
13479         (gtk_clist_button_release): return TRUE if handled
13480
13481         * gtk/gtkcolorsel.c (mouse_release):
13482         (palette_activate): 
13483         (palette_press): 
13484         (palette_new): 
13485         (mouse_press): 
13486         (get_screen_color): 
13487         fixed return type (void to gboolean), return TRUE,
13488         added GTK_SIGNAL_FUNC cast
13489
13490         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
13491         (void to gboolean), and return TRUE
13492         (gtk_combo_button_release): changed return value to TRUE after
13493         gtk_grab_add on combo->popwin
13494
13495         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
13496         collapse or expand
13497
13498         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
13499         button/motion
13500
13501         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
13502         press/release and motion that trigger act
13503
13504         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
13505
13506         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
13507         for GDK_Return
13508         
13509         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
13510         (gtk_list_button_release): return TRUE if selection
13511
13512         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
13513         press
13514
13515         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
13516         (gtk_menu_shell_button_release): chain parent_menu_shell retval
13517
13518         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
13519         nothing triggered
13520         (gtk_notebook_button_release): return TRUE if we do anything
13521
13522         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
13523         (gtk_spin_button_button_release): return TRUE or chained retval
13524
13525         * gtk/gtktext.c (gtk_text_button_press): 
13526         (gtk_text_button_release): return TRUE
13527         (gtk_text_key_press): remove redundant retval code
13528         
13529         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
13530         and sensitive
13531         (gtk_tree_item_subtree_button_click): changed type to gint, and return
13532         TRUE if sensitive
13533
13534         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
13535         return TRUE
13536
13537 2001-03-23  Havoc Pennington  <hp@redhat.com>
13538
13539         * gtk/testgtk.c: fix warnings
13540
13541         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
13542
13543         * gtk/gtktextview.c: fix warnings
13544
13545         * gtk/gtktext.c (find_cursor_at_line): fix warning
13546
13547         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
13548
13549         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
13550         of this function
13551
13552         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
13553         fix warning
13554
13555         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
13556
13557         * gtk/gtkfontsel.c: fix warning
13558
13559         * gtk/gtkcolorsel.c: fix warnings
13560
13561 2001-03-23  Havoc Pennington  <hp@redhat.com>
13562
13563         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
13564
13565         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
13566
13567         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
13568         and deprecated gtk_check_menu_item_set_show_toggle().
13569         
13570         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
13571
13572         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
13573
13574         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
13575
13576 2001-03-23  Havoc Pennington  <hp@redhat.com>
13577
13578         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
13579         some docs
13580
13581 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
13582
13583         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
13584         this.
13585
13586         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
13587         set_cell to set_value
13588
13589         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
13590         set_cell to set_value
13591
13592 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
13593
13594         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
13595         fix braino.
13596         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
13597         support.
13598
13599         * gtk/gtktreeview.c: Addition of initial sortable support.
13600
13601         * gtk/gtktreestore.c: Addition of initial sortable support.
13602
13603         * gtk/gtkliststore.c: Addition of initial sortable support.
13604
13605         * gtk/gtkmarshal.list: yet another marshaller.
13606
13607         * gtk/gtktreedatallist.[ch]: shared code between the store models
13608         for handling sorting headers.
13609
13610 2001-03-22  Havoc Pennington  <hp@redhat.com>
13611
13612         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
13613         (gtk_container_unset_focus_chain): Add ability to override the 
13614         focus chain for a container explicitly
13615
13616 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
13617
13618         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
13619         added PROP_MNEMONIC_WIDGET.
13620
13621         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
13622         (gtk_window_remove_mnemonic): 
13623         (gtk_window_add_mnemonic): fixed assertions.
13624         (gtk_window_activate_mnemonic): constrain modifier checks to those
13625         permitted by gtk_accelerator_get_default_mod_mask().
13626         got rid of gtk_window_get_default_accel_group().
13627
13628         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
13629         activatable widgets either by focussing or a warning.
13630         added a signal accumulator to ::activate_mnemonic which stops the
13631         emission once a handler returned TRUE.
13632
13633 2001-03-22  Havoc Pennington  <hp@pobox.com>
13634
13635         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
13636         the stock item label
13637
13638         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
13639
13640         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
13641
13642         * demos/gtk-demo/*.c: Add mnemonics all over the place
13643
13644         * gtk/gtklabel.h: mark parse_uline deprecated
13645
13646 2001-03-21  Alexander Larsson  <alexl@redhat.com>
13647
13648         * gtk/gtkitemfactory.[ch]:
13649         Add support for stock and normal imagemenuitems.
13650         
13651         * gtk/testgtk.c:
13652         Add some tests for mnemonics, stock toolbars, stock
13653         and image menuitems in itemfactory and gdk_window_scroll.
13654
13655 2001-03-21  Alexander Larsson  <alexl@redhat.com>
13656
13657         * gtk/gtkbutton.[ch]:
13658         * gtk/gtkdialog.c:
13659         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
13660         removed accel_group argument. Renamed gtk_button_new_accel() to
13661         gtk_button_new_with_mnemonic() and removed accel_group argument.
13662
13663         * gtk/gtkcheckbutton.[ch]:
13664         New function gtk_check_button_new_with_mnemonic().
13665
13666         * gtk/gtkentry.c:
13667         Override activate_mnemonic and just grab focus.
13668
13669         * gtk/gtkitemfactory.c:
13670         Don't add menu uline accel group, instead use mnemonics support.
13671
13672         * gtk/gtklabel.[ch]:
13673         New support for mnemonics.
13674
13675         * gtk/gtkmarshal.list:
13676         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
13677
13678         * gtk/gtkmenu.[c]:
13679         * gtkmenushell.c:
13680         Use mnemonics instead of accel groups for uline
13681         support in menu items.
13682         Removed gtk_menu_get_uline_accel_group() and
13683         gtk_menu_ensure_uline_accel_group().
13684
13685         * gtk/gtkmenuitem.c:
13686         Override activate_mnemonic to handle switching between
13687         menu items if there are collisions.
13688         
13689         * gtk/gtknotebook.c:
13690         Connect to activate_mnemonic on the tab_label, so that
13691         activating it switches to that notebook page.
13692
13693         * gtk/gtkwidget.[ch]:
13694         Add activate_mnemonic signal. New function
13695         gtk_widget_activate_mnemonic() to emit it.
13696         Default implementation does activate/grab_focus.
13697
13698         * gtk/gtkwindow.[ch]:
13699         Add support for mnemonics in windows.
13700         New functions:
13701         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
13702         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
13703
13704         * gtk/testgtk.c:
13705         Update to function name changes.
13706         
13707 2001-03-21  Alexander Larsson  <alexl@redhat.com>
13708
13709         * gtk/gtkimagemenuitem.[c]:
13710         Add gtk_image_menu_item_new_from_stock()
13711
13712 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
13713
13714         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
13715         Fix buglet in meeting.
13716
13717 2001-03-19  Havoc Pennington  <hp@redhat.com>
13718
13719         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
13720         add a bunch of accessor functions. This is because we have
13721         reasonable expectations of extending what fields it contains in
13722         the future.
13723
13724         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
13725         changes
13726
13727         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
13728         GtkIconSource   
13729
13730 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
13731
13732         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
13733         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
13734
13735         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
13736           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
13737           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
13738           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
13739         Change float to double everywhere with the exception of 0<->1.0 alignment
13740         and GtkCurve.
13741
13742 2001-03-19  Tor Lillqvist  <tml@iki.fi>
13743
13744         * gdk/win32/gdkdrawable-win32.c
13745         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
13746         output.
13747
13748         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
13749         gdkwin32.h.
13750
13751 2001-03-18  Tor Lillqvist  <tml@iki.fi>
13752
13753         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
13754         print_event_state, print_event): Use preprocessor macro to make
13755         code more compact. Print also GDK_WINDOW_STATE events.
13756         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
13757         
13758         * gtk/gtk.def
13759         * gtk/makefile.mingw.in: Update.
13760
13761         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
13762         to catch also Cygwin.
13763
13764 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
13765
13766         * gtk/gtkspinbutton.[hc]: added rc-style argument
13767         GtkSpinButton::shadow_type.
13768         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
13769         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
13770         rc-style settings.
13771
13772         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
13773
13774         * gtk/gtkwidget.c: quark cleanups.
13775
13776         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
13777         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
13778         to create_rc_style() (we don't do cloning in standard OO sense).
13779         added per rc style properties.
13780         
13781         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
13782         property values and for caching those. some cleanups.
13783         
13784         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
13785         
13786         * gtk/gtksettings.[hc]: new file for global rc-file properties
13787         (at least currently, should get extended to support X properties
13788         and other communication mechanisms).
13789         
13790         * gtk/gtkwidget.[hc]: added style property support:
13791         (gtk_widget_class_install_style_property_parser): install style
13792         property pspec with parser function for rc-file values other
13793         than LONG, DOUBLE or STRING.
13794         (gtk_widget_class_install_style_property): same as above without
13795         parser (parsers are going to be needed quite infrequently).
13796         (gtk_widget_style_get_property): retrive style property value.
13797         (gtk_widget_style_get_valist): same as above with varargs support,
13798         has NOCOPY semantics.
13799         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
13800
13801 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
13802
13803         * demos/gtk-demo/main.c (row_activated_cb): modified to use
13804         "row_activated" signal.
13805
13806         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
13807         stupidity.  Lets actually pass in the row with this signal...
13808
13809 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
13810
13811         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
13812
13813         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
13814
13815         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
13816         everything into the ::destroy function, and freed a lot more.
13817
13818 2001-03-16  Havoc Pennington  <hp@redhat.com>
13819
13820         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
13821         instead of gint16, to avoid overflow issues, since sizes > 16-bit
13822         are now allowed.
13823
13824 2001-03-16  Havoc Pennington  <hp@redhat.com>
13825
13826         * Applied patch from Nils Barth (bug # 51041) to 
13827         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
13828         in various places.
13829
13830 2001-03-15  Havoc Pennington  <hp@redhat.com>
13831         
13832         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
13833         for properties to set on the tag.
13834
13835         * gtk/testtext.c: fixups to reflect create_tag change
13836         
13837         * gtk/gtktexttag.c (gtk_text_tag_set_property):
13838         background/foreground stipple are objects, not boxed.
13839
13840         * demos/gtk-demo/textview.c: intellihancing
13841
13842 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
13843
13844         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
13845         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
13846
13847 2001-03-16  Alexander Larsson  <alexl@redhat.com>
13848
13849         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
13850         Fix sign error with queued region translations.
13851
13852 2001-03-15  HideToshi Tajima  <tajima@happy>
13853
13854         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
13855         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
13856         * gtk/gtkentry.c (update_im_cursor_location): 
13857         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
13858         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
13859         set_cursor_pos to set_cursor_location in GtkInputContext class
13860
13861 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
13862
13863         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
13864         the location of the cell relative to its area.
13865         * gtk/gtkcell*: modified for above change
13866         * gtk/gtktreeview.c: modified for above change.
13867
13868 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
13869
13870         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
13871          (gtk_tree_view_finalize): actually unref the model.  Thanks to
13872         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
13873
13874 2001-03-14  Havoc Pennington  <hp@redhat.com>
13875
13876         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
13877         
13878         * gtk/gtk.h: remove gtkdata.h
13879
13880         * gtk/Makefile.am: remove gtkdata
13881         
13882         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
13883         not "disconnect" on the adjustments.
13884         
13885         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
13886         GtkData
13887
13888         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
13889         not GtkData
13890
13891         * configure.in: handle case where X render exists, but Pango lacks
13892         Xft support.
13893
13894 2001-03-15 Alexander Larsson  <alexl@redhat.com>
13895
13896         * gtk/gtktoolbar.[ch]:
13897         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
13898         to add stock items to toolbars.
13899
13900         * gtk/Makefile.am:
13901         Remove ../gdk/gdkim.h from gdk_headers.
13902
13903 2001-03-15  Sven Neumann  <sven@gimp.org>
13904
13905         * gdk/gdkim.h: removed
13906         
13907         * gdk/gdkprivate.h
13908         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
13909
13910 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
13911
13912         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
13913         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
13914         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
13915         set_cursor_pos() virtual method
13916
13917         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
13918         (gtk_im_context_xim_set_cursor_pos): add implementation for
13919         set_cursor_pos() method
13920
13921         * gtk/gtkentry.c (recompute_idle_func): set current cursor
13922         position to input methods
13923
13924 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
13925
13926         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
13927         code a lot.
13928
13929         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
13930         g_mem_chunk.
13931         (_gtk_tree_data_list_alloc): use g_mem_chunk.
13932         (_gtk_tree_data_list_node_to_value): Fix to switch on
13933         G_TYPE_FUNDAMENTAL.
13934         (_gtk_tree_data_list_value_to_node): Fix to switch on
13935         G_TYPE_FUNDAMENTAL.
13936         (_gtk_tree_data_list_node_copy): Fix to switch on
13937         G_TYPE_FUNDAMENTAL.
13938
13939 2001-03-12  Havoc Pennington  <hp@redhat.com>
13940
13941         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
13942         to convert to new property API. Also, change default_width and
13943         default_height get_property to return 0 as the flag value for
13944         "unset"; -1 is not a valid value for these fields.
13945
13946 2001-03-12  Havoc Pennington  <hp@redhat.com>
13947
13948         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
13949         enum with registration for icon sizes, instead of strings.
13950
13951         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
13952         gtkwidget.c: Fix to reflect GtkIconSize
13953         
13954 2001-03-12  Alexander Larsson  <alexl@redhat.com>
13955
13956         Make GtkFB compile and link.
13957         
13958         * gdk/linux-fb/gdkdrawable-fb2.c:
13959         window->mapped to GDK_WINDOW_IS_MAPPED(). 
13960         
13961         * gdk/linux-fb/gdkwindow-fb.c:
13962         window->mapped to GDK_WINDOW_IS_MAPPED(). 
13963         Added gdk_window_shape_combine_region.
13964         Added assorted placeholders for unimplemented new GdkWindow API calls.
13965
13966 2001-03-12  Alexander Larsson  <alexl@redhat.com>
13967
13968         * gtk/gtkfilesel.c:
13969         Add more test when converting filenames from/to utf-8.
13970         Don't allow entering text in the filename entry which isn't allowed in
13971         a filename. Just beep instead.
13972
13973 2001-03-12  Alexander Larsson  <alexl@redhat.com>
13974
13975         * gtk/gtkclist.c:
13976         Scroll using gdk_window_scroll(). Don't wait for exposes.
13977         Move the column headers in an order that makes them flash less.
13978
13979 2001-03-10  Hans Breuer  <hans@breuer.org>
13980
13981         * gdk/gdk.def : updated
13982
13983         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
13984         to offseting the clip_mask at the right place
13985
13986         * gdk/win32/gdkwindow-win32.c : don't create background brushes
13987         for all the gdkClasses, especially not for the input_only case.
13988         Otherwise flickering wont be avoidable, because we don't get
13989         WM_ERASEBKGND message for these windows.
13990
13991         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
13992         and fixed massive redraw problems apparently triggered by Alexanders 
13993         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
13994         but it seems to work quite well :-)
13995
13996         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
13997         prototype
13998
13999 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
14000
14001         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
14002         (gtk_list_store_set_cell): Fix a stupid typo.
14003
14004 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
14005
14006         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
14007         select_all not work if you're in SINGLE mode (it doesn't make that
14008         much sense, anyway.)
14009
14010         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
14011         handle types more sanely.
14012         (_gtk_tree_data_list_value_to_node): handle types more sanely.
14013         (_gtk_tree_data_list_node_copy): handle types more sanely.
14014
14015         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
14016         GValue better. Converts the type as well.
14017
14018         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
14019         GValue better. Converts the type as well.
14020
14021 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
14022
14023         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
14024         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
14025         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
14026         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
14027
14028         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
14029         gdk_im/gdk_ic.
14030
14031 2001-03-09  Hans Breuer  <hans@breuer.org>
14032
14033         * gdk/gdk.def : updated
14034
14035         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
14036         for their palette
14037
14038         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
14039         removing
14040
14041         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
14042         removing and implemented Havoc's GdkWindow state functions; 
14043         stick/unstick only as no-op, cause I don't know how to emulate 
14044         on win32 ...
14045
14046         * gtk/gtk.def : updated
14047
14048         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
14049
14050         * gtk/gtktypeutils.c : #include <string.h>
14051
14052         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
14053
14054 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
14055
14056         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
14057         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
14058         not a boxed.
14059
14060 2001-03-09  Alexander Larsson  <alexl@redhat.com>
14061
14062         * docs/Changes-2.0.txt:
14063         Document expose event->region change and that gtk_widget_event
14064         doesn't allow passing expose events.
14065
14066         * gdk/gdkevents.h:
14067         Add region to expose event.
14068         
14069         * gdk/gdkevents.c:
14070         Handle event->region in gdk_event_copy() and gdk_event_free().
14071
14072         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
14073         Generate expose_event->region when creating expose events.
14074
14075         * gdk/x11/gdkevents-x11.c:
14076         Generate expose events with regions when translating X events.
14077
14078         * gtk/gtkcontainer.[ch]:
14079         Default expose handler that propagates expose events to NO_WINDOW
14080         children. New function gtk_container_propagate_expose()
14081
14082         * gtk/gtkwidget.[ch]:
14083         Moved gtk_widget_event implementation to gtk_widget_event_internal.
14084         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
14085         expose events. New function gtk_widget_send_expose() to send expose
14086         events. New function gtk_widget_region_intersect() to calculate
14087         window/region intersections.
14088         
14089         * gtk/gtkmain.c (gtk_main_do_event):
14090         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
14091         Use gtk_widget_send_expose() to send expose events.
14092         
14093         * gtk/gtkbin.c:
14094         * gtk/gtkbox.c:
14095         * gtk/gtkfixed.c:
14096         * gtk/gtkimagemenuitem.c:
14097         * gtk/gtklist.c:
14098         * gtk/gtkpacker.c:
14099         * gtk/gtktable.c:
14100         * gtk/gtktree.c:
14101         Remove expose handler, using the default container implementation
14102         instead.
14103         
14104         * gtk/gtkbutton.c:
14105         * gtk/gtkcheckbutton.c:
14106         * gtk/gtkeventbox.c:
14107         * gtk/gtkfixed.c:
14108         * gtk/gtkhandlebox.c:
14109         * gtk/gtklayout.c:
14110         * gtk/gtklistitem.c:
14111         * gtk/gtkmenu.c:
14112         * gtk/gtkmenubar.c:
14113         * gtk/gtkmenuitem.c:
14114         * gtk/gtknotebook.c:
14115         * gtk/gtkoptionmenu.c:
14116         * gtk/gtkpaned.c:
14117         * gtk/gtkscrolledwindow.c:
14118         * gtk/gtktogglebutton.c:
14119         * gtk/gtktoolbar.c:
14120         * gtk/gtktreeitem.c:
14121         * gtk/gtkviewport.c:
14122         Chain expose handler to parent class handler. Use
14123         gtk_container_propagate_expose() to propagate exposes.
14124
14125         * gtk/gtkclist.c (check_exposures):
14126         * gtk/gtktext.c (process_exposes):
14127         Use gtk_widget_send_expose instead of gtk_widget_event.
14128
14129 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
14130
14131         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
14132
14133 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
14134
14135         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
14136         unref the nodes.   Fixes bug #50058.
14137
14138         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
14139         "::ref_iter" to "::ref_node".
14140         (gtk_tree_model_unref_node): change "::unref_iter" to
14141         "::unref_node". Fixes bug #50064.
14142
14143 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
14144
14145         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
14146         support for invisible cells.
14147          (gtk_tree_view_bin_expose): ditto
14148
14149 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
14150
14151         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
14152         on gobjects.
14153
14154         * tests/testtreefocus.c (main): New test file.
14155
14156         * tests/testtreeview.c: update to latest glib changes.
14157
14158         * tests/testtreecolumns.c: update to latest glib changes.
14159
14160 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
14161
14162         * gtk/testgtk.c: re-enabled event watcher emission hooks.
14163
14164 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
14165
14166         * *.c: added accumulator data argument to g_signal_newc()
14167         functions.
14168
14169         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
14170         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
14171         * gtk/treestoretest.c (make_window):
14172         s/g_signal_connect/g_signal_connectc/.
14173
14174         * gtk/gtktextbuffer.c: completed signal arg fixups,
14175         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
14176
14177 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
14178
14179         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
14180         G_CONST_RETURN.
14181
14182         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
14183         ::hierarchy-changed signal when a widget changes
14184         from anchored to unanchored or vice versa.
14185         (anchored means 
14186          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
14187         Use a private flag to keep track of this efficiently.
14188
14189 2001-03-07  Havoc Pennington  <hp@redhat.com>
14190
14191         * gtk/testgtk.c (create_spins): uglify so that size request gets
14192         tested.
14193
14194         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
14195         request on values for upper/lower, completes #6152
14196
14197 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
14198
14199         * Makefile.am: Remove gtk-config-2.0 again.
14200         (Grrrr, pkg-config. And stops make loops.)
14201
14202 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
14203
14204         * gtk/gtksignal.[hc]: removed old emission hook API.
14205         
14206         * docs/Changes-2.0.txt: fixed sections.
14207         
14208         * gtk/gtktextbuffer.c: signal arg fixups.
14209
14210 2001-03-07  Havoc Pennington  <hp@redhat.com>
14211
14212         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
14213
14214         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
14215         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
14216         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
14217         validation and the redraw which is higher priority than the
14218         validation.
14219
14220 2001-03-07  Havoc Pennington  <hp@redhat.com>
14221
14222         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
14223         (gtk_entry_set_property): remove trailer
14224
14225         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
14226         (gtk_entry_get_width_chars): new functions, to set size request to 
14227         a given number of characters
14228
14229         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
14230
14231         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
14232         (gtk_dialog_get_has_separator): new function
14233         (run_delete_handler): fix to not emit "response" signal
14234         because we already did in the delete event handler installed
14235         at dialog creation time.
14236         
14237         * gtk/gtkdialog.h: add a has_separator property,
14238         add GTK_DIALOG_NO_SEPARATOR flag
14239
14240 2001-03-07  Havoc Pennington  <hp@redhat.com>
14241
14242         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
14243         off decorations for a window.
14244
14245         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
14246         changes
14247
14248         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
14249         to get location of PangoLayout inside the label, closes #51198
14250
14251         * gtk/testgtk.c (create_bbox): fix up button box usage
14252
14253         * gtk/testcalendar.c (create_calendar): fix up button box usage
14254
14255         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
14256
14257         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
14258
14259         * gtk/gtkhbbox.h: deprecations
14260
14261         * gtk/gtkvbbox.h: deprecations
14262
14263         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
14264         emulate deprecated gtk_button_box_get_spacing
14265
14266         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
14267         the "set global default" functions
14268         (struct _GtkButtonBox): remove "spacing" field, use the one from 
14269         GtkBox base class
14270
14271         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
14272
14273         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
14274         render the icon, return the missing image icon.
14275
14276         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
14277         image icon if the load fails.   
14278
14279         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
14280         when no image is found; should be the Netscape "missing image"
14281         icon eventually but for now is a random image
14282
14283         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
14284         role for the session manager
14285
14286         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
14287
14288         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
14289         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
14290
14291         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
14292
14293 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
14294
14295         * gtk/*.c: marshaller fixes.
14296         
14297         * gtk/gtkmarshal.list: extreme cleanup.
14298
14299         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
14300         param spec for now.
14301
14302         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
14303         where appliable.
14304
14305         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
14306         special cased autogenerated boxed types from gtktypebuiltins_ids.c
14307         which are not reference counted:
14308         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
14309         PangoFontDescription, GtkTreeIter and GtkTreePath.
14310
14311 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
14312
14313         * gtk/gtktreeselection.h: 
14314         * gtk/gtktreemodel.c:
14315         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
14316         file should be included directly, and gobject/gmarshal.h
14317         as well as gtk/gtkmarshal.h even can't be included directly.
14318
14319         * Makefile.am: grr, install gtk-config-2.0.
14320
14321         * gtk/testgtk.c:
14322         * gtk/simple.c:
14323         * gtk/gtkmenu.c:
14324         * gtk/gtkitemfactory.c: use g_object_connect() instead of
14325         passing "*signal*::*" args to gtk_widget_set().
14326         
14327         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
14328         
14329         * gtk/*.c: removed trailer arg from property setters and getters.
14330         macro fixups.
14331
14332 2001-03-07  Alexander Larsson  <alexl@redhat.com>
14333
14334         * gtk/gtklabel.c (set_markup): Removed warning
14335
14336 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
14337
14338         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
14339         field to allow you to hide cell renderers.
14340
14341         * gtk/gtkcellrenderer.c: Add support for invisible cells.
14342
14343         * gtk/gtktreeview.c: Add support for invisible cells.
14344
14345 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
14346
14347         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
14348         Add "clicked" signal back to columns.
14349
14350         * ChangeLog: remove conflict markers.
14351
14352 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
14353
14354         * gtk/gtkbutton.c: Add animation of activation by, on 
14355         activate, pressing the button, and adding a timeout that 
14356         releases the button after 250ms or on key release and
14357         emits ::clicked. (#51501)
14358
14359         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
14360         action area, we connect to ::clicked instead of ::activate
14361         so the dialog stays up through the animation.
14362
14363 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
14364
14365         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
14366         check the ignore_enter flag for the menu shell that
14367         the item is actually a child of, not for attached
14368         submenus. (#51536)
14369
14370 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
14371
14372         * gtk/gtkmain.c (gtk_propagate_event): Only do special
14373         special key-press grab handling for widgets within
14374         GtkWindows. Otherwise, fall through to normal case.
14375
14376         This prevents key events being sent twice to GtkInvisible
14377         widgets, which can cause all sorts of mischief.
14378
14379 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
14380
14381         * gtk/gtkmain.c (gtk_propagate_event): When a grab
14382         widget is in effect, give the grab widget a first
14383         crack at KEY_PRESS/RELEASE events. (#424)
14384
14385 2001-03-06  James Henstridge  <james@daa.com.au>
14386
14387         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
14388         offset for the window_state_event to point at window_state_event
14389         rather than no_expose_event.
14390
14391 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
14392
14393         * gtk/gtkimmodule.h: fix busted /* comment */
14394
14395 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
14396
14397         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
14398         object properties.
14399
14400 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
14401
14402         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
14403         add object properties.
14404
14405         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
14406         to add object properties.
14407
14408         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
14409         object properties.
14410
14411         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
14412         add object properties.
14413
14414         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
14415         object properties.
14416
14417 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
14418
14419         * gtk/gtktreemodel.c: renamed "child_toggled" to
14420         "has_child_toggled".
14421
14422         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
14423         handle new signal name.
14424
14425         * gtk/gtktreestore.c: Updated to handle new signal name.
14426         * gtk/gtklisttore.c: Updated to handle new signal name.
14427         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
14428
14429 2001-03-05  Alexander Larsson  <alexl@redhat.com>
14430
14431         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
14432         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
14433
14434 2001-03-05  Michael Natterer  <mitch@gimp.org>
14435
14436         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
14437         pixbuf-engine coincidentially also failed to make one of it's
14438         parent_class pointers static, causing overwriting of GtkLabel's
14439         parent_class pointer in pixbuf_style_class_init().
14440         (Will commit the fix to the pixbuf-engine too).
14441
14442 2001-03-05  Alexander Larsson  <alexl@redhat.com>
14443
14444         * gdk/gdkwindow.h:
14445         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
14446         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
14447         gdk_window_set_icon_list for net wmspec functionality.
14448
14449         * gdk/x11/gdkwindow-x11.c:
14450         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
14451         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
14452         gdk_window_set_icon_list.
14453         Added gdk_wmspec_change_state helper function and used it in the code.
14454         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
14455
14456         * gtk/gtkdialog.c (gtk_dialog_init):
14457         Set GDK_WINDOW_TYPE_HINT_DIALOG.
14458
14459         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
14460         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
14461
14462         * gtk/gtkwindow.c:
14463         new function gtk_window_set_type_hint.
14464         On realize, set type hint and modal hint.
14465
14466         * gtk/gtkwindow.h:
14467         Added type_hint field and gtk_window_set_type_hint.
14468
14469 2001-03-05  Alexander Larsson  <alexl@redhat.com>
14470
14471         * gtk/gtklabel.[ch]:
14472         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
14473         New function gtk_label_get_accel_keyval () to get the underline accelerator
14474         of the label. Setting the label pattern overrides other attributes.
14475
14476 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
14477
14478         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
14479         Added missing initializers to gtk_rc_style_init().
14480
14481 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
14482
14483         * gtk/gtktextview.c: fixed bug #51097 about setting 
14484         gtk_text_view_set_border_window_size() if the widget is 
14485         already realized.
14486
14487 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
14488
14489         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
14490
14491         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
14492         comment. Won't do to have duplicated doc comments between
14493         the platform subdirs.
14494
14495 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
14496
14497         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
14498           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
14499
14500         Detectable auto-repeat - make a repeating key generate
14501         press/press/press/release instead of press/release pairs.
14502
14503         If we have Xkb and XkbSetDectableAutoRepeat supports
14504         that, we do it that way. Otherwise, when we get
14505         a release event, we check ahead with XPending to see
14506         if the next key is a KeyPress with the same keycode
14507         and timestamp. (Not 100% reliable, but pretty close.)
14508           
14509 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
14510         
14511         * gtk/gtkmain.c (gtk_propagate_event): Only do special
14512         special key-press grab handling for widgets within
14513         GtkWindows. Otherwise, fall through to normal case.
14514  
14515         This prevents key events being sent twice to GtkInvisible
14516         widgets, which can cause all sorts of mischief.
14517  
14518 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
14519  
14520         * gtk/gtkmain.c (gtk_propagate_event): When a grab
14521         widget is in effect, give the grab widget a first
14522         crack at KEY_PRESS/RELEASE events. (#424)
14523  
14524 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
14525
14526         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
14527         to extend the selection. (Roughly based on patch
14528         from Jay Cox, #50939)
14529
14530         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
14531         to properly handle previous GDK_BUTTON_PRESS. 
14532         (Patch from Jay Cox, #50938)
14533
14534         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
14535         '\0' back along with the deleted text. (#51148)
14536
14537 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
14538
14539         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
14540         the group when extracting it from the X keyboard event.
14541
14542         * modules/input/Makefile.am modules/input/imipa.c: 
14543         Simple module for entering IPA. (Do we need a 
14544         gtk-stupid-input-tricks CVS module?)
14545
14546 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
14547
14548         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
14549         const.
14550
14551         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
14552
14553         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
14554         is no focus widget for the dialog currently, grab the focus as well
14555         as the default.
14556
14557         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
14558         the action area's children to iterate through, not the
14559         dialog's children.
14560
14561 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
14562
14563         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
14564         Add plug-socket tests. (Won't work worth a darn until I commit
14565         the rest of the plug-socket changes, but no reason these
14566         can't go into CVS now.)
14567
14568 2001-03-02  Havoc Pennington  <hp@redhat.com>
14569
14570         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
14571         _gdk_region_get_xrectangles()
14572
14573         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
14574
14575         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
14576
14577         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
14578         function, contributed by Ron Steinke    
14579
14580         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
14581         gdk_net_wm_supports
14582
14583         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
14584         New function, contributed by Ron Steinke
14585
14586         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
14587         used to line up the text in the entry when using the entry for
14588         editable sheet cell hacks
14589
14590         * gtk/testgtk.c (create_entry): test the activate_default setting
14591         on GtkEntry
14592
14593         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
14594         cause the entry to activate the default button for a dialog when 
14595         activated
14596         (gtk_entry_get_activates_default): new function
14597
14598 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
14599
14600         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
14601         Hwang to move call to sync_selection() up a few lines
14602         to before the row list is modified, to fix crash when
14603         removing rows in the undo_selection list.
14604
14605         (Test case provided by Daniel Elstner:
14606
14607         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
14608
14609 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
14610
14611         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
14612         of tree->root_tree in parent_set rather than _map(), 
14613         fixing #50892 in a bit better manner.
14614
14615 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
14616
14617         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
14618
14619 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
14620
14621         * gtk/gtkstyle.c : Remove duplicate fwd decl for
14622         gtk_default_draw_shadow.
14623
14624 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
14625
14626         * gdk/gdkimage.c (gdk_image_new): Remove excess 
14627         warning, make warnings more verbose, treat a error
14628         in shmat as permanent, and don't try again.
14629         (#51163, Ed Randall.)
14630
14631 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
14632
14633         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
14634         delay for the first click before starting to scroll.
14635         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
14636
14637         * gtk/gtktext.c: GtkText should have I-beam cursor. 
14638         (based on gtk-enf-990513-1.patch, Eric Fisher.)
14639
14640 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
14641
14642         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
14643         cleanup to remove some references to unused
14644         ->xoffset, ->yoffset.
14645
14646 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
14647
14648         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
14649         mask. (#51039, fix from Martin Maierhofer)
14650
14651 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
14652
14653         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
14654         for unshifted + and shifted = for non-us keyboards.
14655         Make <Control>+ and <Control>- work as well as 
14656         <Control>KP_Plus, <Control>KP_Minus for recursive
14657         open/close.  (#2682, René Seindal)
14658
14659 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
14660
14661         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
14662         the active menu item before deactivating the menu,
14663         so gtk_menu_popdown doesn't change the history. (#50964)
14664         
14665 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
14666
14667         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
14668         draw lines with text_gc rather than black_gc.
14669         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
14670
14671 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
14672
14673         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
14674         Move handling of buttons fully in gtktreeviewcolumn.  This code is
14675         less interrelated then it was, but it still requires the
14676         GtkTreeView to map it.
14677
14678         * test/testtreecolumn.c: Now I can add a column to one view,
14679         remove it, add it to the another view, remove it, then re-add it
14680         to the first.  Nifty.
14681
14682 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
14683
14684         * docs/tutorial/gtk-tut.sgml: Minor corrections
14685
14686 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
14687
14688         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
14689         GtkRowReference.
14690
14691 2001-02-28  Havoc Pennington  <hp@redhat.com>
14692
14693         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
14694         draw_default
14695         (gtk_widget_draw_focus): remove this function; we could instead
14696         make it just gtk_widget_draw(), but in most cases I think the
14697         result would be broken user code, so think it's better to have
14698         that code not compile and get fixed
14699         (gtk_widget_draw_default): ditto
14700
14701         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
14702         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
14703         
14704         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
14705         widgets lose/get the default, instead of calling draw_default
14706         
14707         * docs/Changes-2.0.txt: note about all this
14708
14709         Then fixed every widget in GTK, I won't list all the filenames.
14710
14711 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
14712
14713         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
14714         _gtk_tree_row_reference_deleted.
14715         (inserted_callback): Proxy out to
14716         _gtk_tree_row_reference_inserted.
14717         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
14718         get around signal emission ordering problem.
14719
14720         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
14721         fix to work with SINGLE 
14722         (_gtk_tree_selection_internal_select_node): Major sanitization on
14723         selections.  SINGLE now seems to work.
14724
14725         * tests/Makefile.am: add testtreecolumn.c:
14726
14727         * tests/testtreecolumn.c: New test.  Mostly points out selection
14728         bugs currently, but will test columns later.
14729
14730         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
14731         selection bug.  I hate touching this code -- it's scary.
14732
14733 2001-02-26  Havoc Pennington  <hp@redhat.com>
14734
14735         * gtk/testgtk.c: test the window state stuff
14736
14737         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
14738         window come to the user's attention as if it were just created
14739         (gtk_window_iconify): new function
14740         (gtk_window_deiconify): new function
14741         (gtk_window_stick): new function
14742         (gtk_window_unstick): new function
14743         (gtk_window_maximize): new function
14744         (gtk_window_unmaximize): new function
14745
14746         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
14747
14748         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
14749
14750         * gdk/x11/gdkevents-x11.c: create window state events when
14751         appropriate
14752         (gdk_wmspec_supported): new function
14753
14754         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
14755         iconification before showing the window
14756         (gdk_window_deiconify): new function
14757         (gdk_window_stick): new function
14758         (gdk_window_unstick): new function
14759         (gdk_window_maximize): new function
14760         (gdk_window_unmaximize): new function
14761
14762         * gdk/gdkwindow.c: store the window state in the window; 
14763         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
14764         window->mapped.
14765         (gdk_window_get_state): return the current window state
14766
14767         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
14768         (gdk_event_get_state): handle GDK_WINDOW_STATE
14769         (gdk_synthesize_window_state): function to create the window state
14770         events
14771
14772         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
14773         event, for changes to "window state" such as maximized, sticky, 
14774         etc.
14775         
14776         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
14777         focuses a window
14778
14779         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
14780         finds out if we support a given WM spec hint
14781
14782 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
14783
14784         * docs/faq/gtk-faq.sgml: New question re memory leaks.
14785
14786 2001-02-25  Hans Breuer  <hans@breuer.org>
14787
14788         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
14789         cause we want to loose those prototypes only in the latter case
14790
14791         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
14792         GdkPixmapImplWin32 because it itsn't derived from it. Use the
14793         impl member variable instead
14794
14795         * gtk/gtk.def : updated
14796
14797         * gtk/gtklist.c : 
14798         * gtk/gtkmenus.c : include <string.h> for memset ()
14799
14800         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
14801         for everthing built here, but for gtk-x.x.dll only. This solves
14802         problem of indifferent gtk type definitions
14803
14804 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
14805
14806         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
14807
14808 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
14809
14810         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
14811         column that is exposed.
14812
14813         (_gtk_tree_view_update_size): Changed name from set_size, and
14814         changed function to do more work, and not force people calling it
14815         to figure out the size.  Simplifies a lot of code elsewhere.
14816
14817 2001-02-23  Alexander Larsson  <alexl@redhat.com>
14818
14819         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
14820         return solid masks for xpms that have no transparent color.
14821         This makes the ..._create_from_xpm... API backwards
14822         compatible.
14823
14824 2001-02-23  Tor Lillqvist  <tml@iki.fi>
14825
14826         * README.win32: Update. Mention the gtk-1-3-win32-production
14827         branch.
14828
14829         * gdk/win32/bdfcursor.c: New file. A program that generates
14830         xcursors.h. Thanks to Stefan Ondrejicka.
14831
14832         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
14833         compact format.
14834
14835         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
14836
14837         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
14838         function, uses xcursors.h.
14839         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
14840         cursor from inline data instead of using LoadCursor() to generate
14841         it from a resource.
14842
14843         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
14844         event, must check the Windows message for mouse button state, as
14845         the GDK event state might not have been built if it is
14846         undelivered. Remove one goto.
14847
14848         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
14849         SetCursor() if the current cursor as returned by GetCursor() is
14850         the window's previous cursor. The ChildWindowFromPoint() test
14851         apparently didn't work correctly.
14852
14853         * gdk/win32/rc/*.cur: Remove.
14854
14855         * gdk/win32/rc/gdk.rc.in: Remove cursors.
14856
14857         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
14858
14859         * gtk/makefile.{mingw,msc}.in: Updates.
14860
14861 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
14862
14863         * gtk/gtktreemodel.h: add functions for signal emission.
14864
14865         * gtk/gtktreestore.c: move to use above functions instead of
14866         g_signal_emit.
14867
14868         * gtk/gtkliststore.c: ditto
14869
14870 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
14871
14872         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
14873         GObject instead of GtkObject.
14874
14875         * gtk/gtkliststore.c: ditto.
14876
14877         * gtk/gtktreemodelsort.c: ditto.
14878
14879         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
14880         GtkTreeModelIface, instead of in each model.
14881
14882 2001-02-21  Havoc Pennington  <hp@redhat.com>
14883
14884         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
14885         unbreak this function
14886
14887         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
14888         properties
14889
14890         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
14891         properties
14892
14893         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
14894         properties
14895
14896         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
14897         mean unset the max length
14898
14899 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
14900
14901         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
14902         Changed name to be set_cell_data_func to make it clear what
14903         the functino does.  Close bug #51069.
14904
14905 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
14906
14907         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
14908         have memory actually freed.  Keeps box running longer.
14909
14910 2001-02-21  Alexander Larsson  <alexl@redhat.com>
14911         
14912         * gtk/gtkseparatormenuitem.[ch]:
14913         Added new menu separator item. The drawing and size handling
14914         is still done in GtkMenuItem, but the API is a bit more sane.
14915         
14916         * gtk/Makefile.am:
14917         Add gtkseparatormenuitem.[ch].
14918
14919         * gtk/gtk.h:
14920         Add gtkseparatormenuitem.h.
14921         
14922         * gtk/gtkentry.c:
14923         * gtk/gtkmenufactory.c:
14924         * gtk/gtktextview.c:
14925         Use the new API for menu separators.
14926         
14927         * demos/gtk-demo/menus.c (create_menu):
14928         Add some GtkSeparatorMenuItem demo code.
14929
14930 2001-02-20  Havoc Pennington  <hp@redhat.com>
14931
14932         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
14933         Lee Mallabone
14934
14935         * gtk/gtkarrow.c: Convert to new property API, patch from 
14936         Lee Mallabone
14937
14938 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
14939
14940         * tests/testtreeview.c (toggled_callback): fix to reflect change
14941         in GtkTreeModelStore.
14942
14943 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
14944
14945         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
14946         function to create an icon set from a pixbuf.
14947
14948 2001-02-20  Alexander Larsson  <alexl@redhat.com>
14949
14950         * gtk/gtkcellrenderertext.[ch]:
14951         Add a "markup" property.
14952
14953         * gtk/treestoretest.c:
14954         Use the markup property, remove some leftover stuff from
14955         GtkTreeModelMapping.
14956
14957 2001-02-20  Alexander Larsson  <alexl@redhat.com>
14958
14959         * gtk/gtklabel.c (gtk_label_set_selectable):
14960         Queue a redraw if the selectable setting was changed.
14961
14962 2001-02-20  Alexander Larsson  <alexl@redhat.com>
14963
14964         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
14965         Actually copy the whole gc, not just the public parts.
14966         
14967         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
14968         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
14969         labels.
14970
14971 2001-02-19  Havoc Pennington  <hp@pobox.com>
14972
14973         * gdk/gdkwindow.c: docs
14974
14975         * gdk/gdkrgb.c: docs
14976
14977         * gdk/gdkregion-generic.c: docs
14978
14979         * gdk/gdkgc.c (gdk_gc_set_values): docs
14980
14981         * gdk/gdkdraw.c: docs
14982
14983         * gdk/gdkdrawable.h: deprecate drawable get/set data
14984
14985 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
14986
14987         * demos/gtk-demo/dialog.c: Add simple new demo.
14988
14989 2001-02-19  Havoc Pennington  <hp@redhat.com>
14990
14991         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
14992         insert_child_anchor signal, bug #50245
14993
14994         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
14995         from create_child_anchor, so the anchor is passed in
14996
14997         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
14998         (_gtk_widget_segment_new): have the child anchor object passed in, 
14999         instead of creating it.
15000
15001         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
15002         to gtk_text_buffer_get_modified
15003
15004 2001-02-19  Havoc Pennington  <hp@redhat.com>
15005
15006         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
15007         changed GLib without fixing GTK
15008
15009         * gtk/gtkrange.h: Rename all the stupid implementation detail 
15010         functions to have an underscore in front. Most of them should 
15011         probably just go away, but for starters don't export them.
15012         Bug #50482
15013
15014 2001-02-19  Havoc Pennington  <hp@redhat.com>
15015
15016         * gdk/gdkcolor.h: test was backward, so deprecated functions were
15017         excluded by default
15018
15019         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
15020         clean up the old code a bit
15021
15022         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
15023         inconsistent state
15024
15025         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
15026         draw inconsistent state
15027
15028         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
15029         (create_menu): add inconsistent test
15030
15031         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
15032         new function
15033         (gtk_check_menu_item_get_inconsistent): new function
15034         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
15035         state (using etched in for now)
15036
15037         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
15038         draw inconsistent state
15039
15040         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
15041         function, used when the user has selected a range of stuff in
15042         different states
15043         (gtk_toggle_button_get_inconsistent): accessor for that
15044         (gtk_toggle_button_paint): draw inconsistent state (etched in?
15045         don't know what else to do)
15046
15047 2001-02-19  Hans Breuer <hans@breuer.org>
15048
15049         * gtk/gtk.def : updated exported symbols
15050
15051         * gtk/makefile.msc.in : updated
15052
15053         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
15054         a colormap, when invoked from testgtk::entry. I'm not sure where
15055         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
15056         avoids immediate crashing ...
15057
15058         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
15059         any objections ?
15060
15061         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
15062         0 parameter. At least msvc doesn't like macros with var args. 
15063         I simply removed the extra 0, was it a feature or a typo ?
15064
15065         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
15066         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
15067         because the value assignment to the internal struct wasn't working.
15068         I'm not absolutely sure. The problem could have been resolved by
15069         changing the "func" declartion in the struct, but was the pointer
15070         to the function pointer intended ?
15071
15072         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
15073
15074         * gdk/gdk.def : updated exported symbols
15075
15076         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
15077         only use SetDIBitsToDevice if there is a palette at the drawable
15078         and the image is GDK_VISUAL_PSEUDO_COLOR
15079
15080         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
15081
15082         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
15083
15084         * gdk/*/makefile.msc : updated
15085
15086 2001-02-19  Havoc Pennington  <hp@redhat.com>
15087
15088         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
15089         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
15090
15091         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
15092         (gdk_key_repeat_restore): nuke
15093
15094         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
15095         (gdk_init_check): no atexit func
15096
15097         * gdk/gdkrgb.h: mark some stuff deprecated
15098
15099         * gdk/gdkcolor.h: mark some stuff deprecated
15100         
15101         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
15102
15103         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
15104
15105 2001-02-16  Havoc Pennington  <hp@redhat.com>
15106
15107         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
15108         scroll steps.
15109
15110         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
15111         steps, and add Ctrl-arrow shortcuts for paging visually as with
15112         HScale, since Page Up and Page Down move logically.
15113
15114         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
15115         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
15116         
15117         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
15118         steps
15119         (gtk_range_scroll): handle the visual steps
15120
15121         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
15122         scroll steps
15123
15124         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
15125         steps, not the logical ones.
15126
15127         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
15128         (scroll_vertical): handle up/down steps
15129
15130 2001-02-19 Alexander Larsson  <alexl@redhat.com>
15131
15132         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
15133         Copy data and free data with free().
15134
15135         * gdk-pixbuf/gdk-pixbuf.c:
15136         * gdk-pixbuf/io-jpeg.c:
15137         * gdk-pixbuf/io-png.c:
15138         Use g_try_malloc/g_free instead malloc/free.
15139         
15140         * gdk-pixbuf/test-gdk-pixbuf.c:
15141         Must... initialize... gobject...
15142         
15143         * gdk-pixbuf/pixops/timescale.c:
15144         * gtk/gtkcalendar.c:
15145         Use g_malloc instead of malloc.
15146         
15147 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
15148
15149         * gtk/testgtkrc:
15150         Comment out property assignments, these don't work yet.
15151
15152 2001-02-17  Havoc Pennington  <hp@pobox.com>
15153
15154         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
15155         bit.
15156
15157 2001-02-17  Havoc Pennington  <hp@pobox.com>
15158
15159         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
15160         shadowed variables that had broken size request in some cases,
15161         leading to bogus tooltips (#50996)
15162
15163 2001-02-06  Jon K Hellan  <hellan@acm.org>
15164
15165         Implement fast browsing of tooltips, bug #50619
15166         
15167         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
15168         and last_popdown
15169         
15170         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
15171         use_sticky_delay and last_popdown.
15172         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
15173         time of popdown.
15174         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
15175         is NULL.
15176         (gtk_tooltips_recently_shown): New static function.  Return true
15177         if < sticky_delay has elapsed since last popdown.
15178         (gtk_tooltips_event_handler): Display window after sticky_delay
15179         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
15180         since last popdown.
15181         
15182 2001-02-17  Havoc Pennington  <hp@pobox.com>
15183
15184         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
15185         instead of (). #6394
15186
15187         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
15188         G_CONST_RETURN, make it return by reference, #50473
15189         
15190 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
15191
15192         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
15193         generated ENTER_NOTIFY event with 0, otherwise not explicitely
15194         setup fields contain garbage (e.g. subwindow, breaking
15195         gdk_drawable_ref() upon event copy).
15196         (gtk_menu_stop_navigating_submenu_cb): same here.
15197
15198         * gtk/gtklist.c (gtk_list_vertical_timeout): 
15199         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
15200         * gtk/gtkclist.c (vertical_timeout): 
15201         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
15202         default-zero-intialization for unions to memset(,0,), as unions are
15203         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
15204         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
15205
15206         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
15207         g_closure_sink() warning.
15208
15209         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
15210         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
15211         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
15212         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
15213         
15214 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
15215
15216         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
15217         gtk_*_store_get, and moved to GtkTreeModel.
15218
15219         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
15220
15221         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
15222
15223         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
15224
15225         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
15226         set the func.
15227
15228         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
15229         freeze/thaw notify between setting all the properties for a cell.
15230
15231         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
15232
15233 2001-02-15  Havoc Pennington  <hp@redhat.com>
15234
15235         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
15236         the X coordinates so they're with respect to the line, rather than 
15237         with respect to the layout.
15238
15239         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
15240         Mallabone
15241
15242         * gtk/testgtk.c (create_range_controls): add vscale tests, 
15243         and inverted test
15244
15245         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
15246         #50806
15247
15248         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
15249
15250         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
15251         gtk_text_iter_is_end
15252
15253         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
15254         rename gtk_text_buffer_get_end_iter
15255
15256         * gtk/testgtk.c (create_labels): Add test for selectable
15257
15258         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
15259         the selection stuff. This code is kind of broken since it doesn't 
15260         use the theme engine.
15261
15262         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
15263         fix infinite loop and y offset problem
15264         (gdk_draw_layout_line_with_colors): fix foreground color handling
15265
15266         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
15267         that makes the label selectable.
15268         
15269         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
15270         layout when the style is set, since fonts etc. could have changed.      
15271
15272 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
15273
15274         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
15275
15276         * gtk/gtktreemodelsimple.[ch]: removed.
15277
15278 2001-02-16  Alexander Larsson  <alexl@redhat.com>
15279
15280         * gtk/gtktreemodelmapping.[ch]:
15281         New files. Implement GtkTreeModelMapping.
15282         
15283         * gtk/Makefile.am:
15284         Add gtktreemodelmapping.[ch].
15285         
15286         * gtk/gtk.h:
15287         Add gtktreemodelmapping.h
15288
15289         * gtk/treestoretest.c:
15290         Test the GtkTreeModelMapping
15291
15292 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
15293
15294         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
15295         have a demo, we might as well pass in real values.  Thanks to
15296         clahey for pointing this out.
15297
15298 2001-02-14  Havoc Pennington  <hp@pobox.com>
15299
15300         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
15301         "static" to a private function
15302         (gtk_image_menu_item_class_init): remove destroy handler,
15303         add "image" object property
15304
15305 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
15306
15307         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
15308         Add a shortcut if the window and the current clip_region doesn't
15309         overlap. This is needed when there are a lot of windows in a
15310         window. The layout test in testgtk is a good test.
15311
15312         * gdk/linux-fb/gdkwindow-fb.c:
15313         Whitespace fix.
15314
15315 2001-02-13  Sven Neumann  <sven@convergence.de>
15316
15317         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
15318
15319 2001-02-13  Alexander Larsson  <alexl@redhat.com>
15320
15321         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
15322         Don't reference last_cursor if it is null. Fixes crash when rotating
15323         the screen before having moved the mouse.
15324
15325         * gdk/linux-fb/gdkcc-fb.c: Zapp!
15326
15327         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
15328
15329         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
15330         when using 90 or 270 degrees rotation.
15331
15332 2001-02-12  Havoc Pennington  <hp@pobox.com>
15333
15334         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
15335         it always set the foreground, even if we were only using
15336         a stipple.
15337         (gdk_draw_layout_line_with_colors): new function, allow
15338         override colors
15339         (gdk_draw_layout_with_colors): new function, allow override
15340         colors
15341         (gdk_pango_layout_line_get_clip_region): function to get the clip
15342         region for a logical text range
15343         (gdk_pango_layout_get_clip_region): get the clip region for a
15344         logical text range
15345
15346         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
15347         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
15348         the right number of arguments.
15349
15350         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
15351         enhance the function to check that node data corresponds to a 
15352         view still belonging to the tree.
15353
15354         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
15355         GtkTreePath
15356         (gtk_tree_view_inserted): ditto
15357         (gtk_tree_view_child_toggled): ditto
15358
15359         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
15360         simplify this code.
15361
15362         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
15363         a PangoAttrList
15364
15365         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
15366
15367         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
15368
15369         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
15370         size in the size request 
15371         (gtk_menu_bar_size_allocate): consider toggle size here
15372
15373         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
15374         that displays a widget in the toggle slot
15375
15376         * gtk/testgtk.c: test GtkImageMenuItem
15377
15378         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
15379         
15380         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
15381         request and allocation
15382
15383         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
15384
15385         * gtk/gtkcheckmenuitem.c
15386         (gtk_check_menu_item_toggle_size_request): ditto
15387         
15388 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
15389
15390         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
15391         reference.
15392
15393         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
15394         and refuse to initialize GTK+ if they fail.
15395
15396 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
15397
15398         * configure.in: Add check for gtk-doc version.
15399
15400 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
15401
15402         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
15403         where the xpad/ypad was only being used on one side!
15404
15405 2001-02-11  Tor Lillqvist  <tml@iki.fi>
15406
15407         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
15408         function, copied from X11 version.
15409
15410         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
15411         DestroyCursor failures. The reason for the problem (despite the
15412         inconsistent messages from GetLastError()) was that
15413         DestroyCursor() cannot be called while a cursor is set in a
15414         window. Set the new cursor first and then destroy the old one.
15415         Thanks to jpe@archaeopteryx.com.
15416
15417         * gdk/win32/gdkcc-win32.c: Remove.
15418
15419         * gdk/win32/Makefile.am: Remove from here, too.
15420         
15421         * gdk/gdk.def
15422         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
15423
15424         * gtk/gtk.def
15425         * gtk/makefile.mingw.in: Updates.
15426
15427 2001-02-08  Havoc Pennington  <hp@redhat.com>
15428
15429         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
15430         add a widget to a bin that already has a child.
15431
15432         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
15433
15434         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
15435         
15436         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
15437
15438         * gdk/gdk.h: remove gdkcc.h
15439
15440         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
15441
15442         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
15443         GdkPixbuf, since the previous implementation was GdkColorContext
15444         dependent.
15445
15446         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
15447         
15448 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
15449
15450         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
15451         a sane value!
15452
15453 2001-02-08  Havoc Pennington  <hp@redhat.com>
15454
15455         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
15456         lighten them.
15457
15458 2001-02-08  Havoc Pennington  <hp@redhat.com>
15459
15460         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
15461         validation idle
15462
15463         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
15464         cell renderer
15465
15466         * demos/pixbuf-demo.c (timeout): remove deprecated
15467         gtk_widget_draw
15468
15469         * demos/testpixbuf-save.c (main): remove deprecated
15470         gtk_drawing_area_size
15471
15472         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
15473         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
15474         at the start of the allocation.
15475         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
15476         unsetup or NULL model.
15477
15478         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
15479         even/odd/sorted cells in the tree view.
15480
15481         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
15482         bugfixes
15483
15484         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
15485         backgrounds with draw_flat_box using different detail for even/odd
15486         rows.
15487
15488         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
15489         row, so we can draw the alternating colors thing
15490
15491         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
15492         property from a synonym property, notify for the synonym.
15493         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
15494         (gtk_text_tag_get_property): Always return the font, even if
15495         all its fields aren't set
15496
15497         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
15498         store the attr list; it leaves us with no way to change attributes
15499         in _render according to the render flags, and no way to implement
15500         get_property. Instead store all the specific text attributes. 
15501         Separate whether an attribute is enabled from its value. Sync all
15502         properties with GtkTextTag, make them all consistent, etc.
15503
15504         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
15505         renderers can highlight the sort row/column     
15506
15507         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
15508         accessor functions to get values; this has the side effect of
15509         showing up which accessor functions were missing. Added those.
15510
15511         * gtk/gtktreeviewcolumn.h: Replace set_justification with
15512         set_alignment, to be consistent with GtkLabel, GtkMisc
15513
15514         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
15515         arrow.
15516
15517         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
15518
15519         * gtk/gtktreesortable.h: updates in here
15520
15521 2001-02-07  Sven Neumann  <sven@convergence.de>
15522
15523         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
15524         pango dimensions after painting the background. We used to draw
15525         gigantic flat boxes here.
15526
15527 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
15528
15529         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
15530         error introduced with earlier commit) (pointed out by
15531         Ollie Lho)
15532
15533 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
15534
15535         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
15536         which are no longer necessary.
15537
15538 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
15539
15540         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
15541
15542 2001-02-04  Tor Lillqvist  <tml@iki.fi>
15543
15544         * gdk/gdk.def
15545         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
15546         Provide dummy implementations.
15547
15548 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
15549
15550         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
15551
15552         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
15553         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
15554         deprecated this function.
15555
15556         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
15557         argument.
15558
15559 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
15560
15561         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
15562
15563 2001-02-03  Havoc Pennington  <hp@pobox.com>
15564
15565         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
15566         Mikael Hermansson with patch from Mikael (if there was a toggle
15567         start one after the first character in the range, this function
15568         was broken). Bug #50380
15569
15570 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
15571
15572         * configure.in: Remove confusing comment about X11.
15573
15574 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
15575
15576         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
15577         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
15578         
15579 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
15580
15581         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
15582         it breaks things on BSD. If you want to compile GTK+ with
15583         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
15584         when configuring, since GTK+ simply can't be "pure ANSI" 
15585         in the header files it uses. (#8170, Greg Hudson)
15586
15587 2001-02-02  Havoc Pennington  <hp@redhat.com>
15588
15589         * gtk/gtkwindow.c: docs
15590
15591         * gtk/gtkwidget.c: docs
15592         (gtk_widget_set_colormap): add a reference to the colormap
15593         (gtk_widget_get_default_colormap): add a reference to the colormap
15594
15595         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
15596
15597         * gtk/gtktextiter.c: docs
15598
15599         * gtk/gtkmain.c (gtk_propagate_event): docs
15600
15601         * gtk/gtkpaned.c (gtk_paned_get_position): docs
15602         (gtk_paned_set_position): docs
15603
15604         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
15605         sort interface, no implementation yet.
15606
15607         * demos/testpixbuf.c (new_testrgb_window): replace
15608         gtk_drawing_area_size() with gtk_widget_set_usize()
15609
15610         * demos/testpixbuf-drawable.c (main): ditto
15611         
15612         * gtk/testgtk.c: remove use of GtkStatusbarMsg
15613
15614         * gtk/gtktextbuffer.c: docs
15615
15616         * gtk/gtkstock.c: docs
15617
15618         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
15619
15620         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
15621
15622         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
15623         
15624         * gtk/gtkimage.c: add some docs in here
15625         (gtk_image_size_request): change name of
15626         gtk_widget_render_stock_icon
15627         (gtk_image_get_icon_set): don't dup returned string
15628         (gtk_image_get_icon_set): don't dup returned string
15629
15630         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
15631         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
15632         and gtkiconfactory.h functions
15633
15634         * gtk/gtkiconfactory.c: add some docs in here
15635
15636         * gtk/gtkmain.c (gtk_get_default_language): document
15637         (gtk_get_current_event): document
15638         (gtk_get_current_event_state): document
15639         (gtk_get_event_widget): document
15640
15641         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
15642
15643         * gtk/gtkcontainer.c: Add some documentation
15644         (gtk_container_add): give a more explanatory warning on adding an
15645         already-parented widget, this is kind of a FAQ and also a common
15646         typo that's easier to debug with a nice warning 
15647
15648         * gtk/gtkcellrenderertoggle.c
15649         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
15650         adding this, it's useless
15651         (gtk_cell_renderer_toggle_set_active): remove
15652         (gtk_cell_renderer_toggle_get_radio): add
15653
15654         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
15655         the NULL cell renderer, that doesn't make any sense to me. 
15656
15657         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
15658         demo code should never use deprecated features.
15659
15660         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
15661         code should never use deprecated features.
15662
15663         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
15664         gtk_widget_queue_clear_area deprecated
15665
15666         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
15667         deprecated
15668
15669         * gtk/gtklabel.h: mark gtk_label_get() deprecated
15670
15671         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
15672         a GdkImage deprecated, replaced by new consistently-named
15673         functions       
15674
15675         * gtk/gtkmain.h: Mark gtk_exit() deprecated
15676
15677         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
15678
15679         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
15680         deprecated
15681
15682         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
15683         so it won't appear in docs and confuse people.
15684
15685         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
15686
15687         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
15688         macros deprecated. (can't mark the type itself deprecated, since
15689         GtkProgressBar is not deprecated and we need the type decl to use
15690         GtkProgressBar)
15691
15692         * gtk/gtkpixmap.h: Mark deprecated
15693
15694         * gtk/gtkoldeditable.h: Mark deprecated
15695
15696         * gtk/gtklist.h: Mark deprecated
15697
15698         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
15699         for anything anymore.
15700
15701         * gtk/gtkctree.h: Mark deprecated
15702
15703         * gtk/gtkclist.h: Mark deprecated
15704
15705         * gtk/gtkpreview.h: Mark deprecated
15706
15707         * gtk/gtkpacker.h: Mark deprecated
15708
15709         * gtk/gtktipsquery.h: Mark deprecated
15710
15711         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
15712
15713         * gtk/gtkvruler.h: Add comment that it will move out of GTK
15714
15715         * gtk/gtkhruler.h: Add comment that it will move out of GTK
15716
15717         * gtk/gtkruler.h: Add comment that it will move out of GTK
15718
15719         * gtk/gtkgamma.h: Add comment that it will move out of GTK
15720
15721         * gtk/gtkcurve.h: Add comment that it will move out of GTK
15722
15723 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
15724
15725         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
15726         gdk_colormap_sync private since it was never exported
15727         in a header file.
15728
15729         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
15730         colormap->colors[] for StaticGray, StaticColor colormaps.
15731
15732         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
15733         was being used as if it was image->bits_per_pixel.
15734
15735         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
15736         for the image in the GdkImage structure since it isn't
15737         reconstructable, and we need it to handle packed types
15738
15739         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
15740         the assumption that on Win32 image->bits_per_pixel == image->depth,
15741         always.
15742
15743         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
15744
15745         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
15746         warning message if no converter can be found. 
15747
15748 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
15749
15750         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
15751         chars to isupper() / tolower(). (#567)
15752
15753         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
15754         to clear up 64-bit warnings. (#567)
15755
15756 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
15757
15758         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
15759         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
15760
15761         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
15762         since some people set $(libdir) separately. (#1290, David Kaelbling)
15763
15764 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
15765
15766         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
15767         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
15768         MAXPATHLEN, but the code here depends on a fixed value.)
15769         (#4524)
15770
15771 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
15772
15773         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
15774         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
15775
15776 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
15777
15778         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
15779         viewable there is no way that moving the node will cause the 
15780         focus row to become not viewable, so omit check on the visibility
15781         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
15782
15783 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
15784
15785         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
15786         selection before inserting new text.
15787
15788 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
15789
15790         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
15791         Make the sensitivity of the reparented child track that of
15792         the original parent menu item. (#34218, David Hodson)
15793
15794         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
15795         the case where the current item is destroyed properly.
15796
15797         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
15798         some edge cases with child-less menuitems.
15799         
15800 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
15801
15802         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
15803         key pop down window. (#12074, Jon K Hellan)
15804
15805 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
15806
15807         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
15808         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
15809         The solution here isn't perfect - you get an extraneous
15810         emission of "toggle", which could conceivably confuse an app,
15811         but better than the current situation. LXR search seems to
15812         indicate that no apps in GNOME CVS connect to "toggle".
15813
15814 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
15815
15816         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
15817         gtk_public_h_sources to directly here to avoid warning when
15818         building srcdir != builddir. (#9656)
15819
15820 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
15821
15822         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
15823         handlers in gtkrange.c return the proper values (TRUE == handled)
15824         (#10316).
15825
15826         This is just the tip of the iceberg, but gtkrange.c is the
15827         most common place where the propagation is problematical,
15828         and also a place where it is almost certainly safe to change
15829         this in the stable branch.
15830
15831         (You don't want right click popups on a range control or anything...)
15832
15833 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
15834
15835         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
15836         area on focus out, even if a background pixmap isn't set.
15837         (#13941)
15838         
15839 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
15840
15841         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
15842         to deal with setting the shape properly when scrolling arrows are
15843         turned on, but not visible because there is sufficient space.
15844         (#13432)
15845
15846 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
15847
15848         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
15849         items with submenus, destroy the item along with the submenu.
15850         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
15851         properly.
15852
15853         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
15854         later.
15855
15856 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
15857
15858         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
15859         the focus widget sometimes wasn't drawn with the default if there
15860         was no default widget.
15861
15862         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
15863         unreference pixmaps. 
15864
15865         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
15866         for some extra safety.
15867
15868 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
15869
15870         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
15871         the text of a cell to the old pointer value better, by
15872         copying the new text before freeing the old text. Some code
15873         cleanup. (#8079, Karl Nelson)
15874
15875 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
15876
15877         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
15878         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
15879
15880 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
15881
15882         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
15883         item from a menu, check to see if it matches 
15884         menu->old_active_menu_item, and if so, unref and clear
15885         old_active_menu_item (Patch from Pavel Cisler)
15886
15887         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
15888         menu_shell->active_menu_item, if it is the child being
15889         removed. (Patch based on that of Gene Ragan, #50337)
15890
15891 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
15892
15893         * gdk/linux-fb/gdkselection-fb.c: 
15894         * gdk/linux-fb/gdkcolor-fb.c: 
15895         * gdk/linux-fb/gdkdrawable-fb2.c: 
15896         * gdk/linux-fb/gdkfont-fb.c: 
15897         * gdk/linux-fb/gdkim-fb.c: 
15898         * gdk/linux-fb/gdkinput.c: 
15899         * gdk/linux-fb/gdkkeyboard-fb.c: 
15900         * gdk/linux-fb/gdkmain-fb.c: 
15901         * gdk/linux-fb/gdkrender-fb.c: 
15902         A bunch of whitespace cleanup.
15903         
15904 2001-01-30  Havoc Pennington  <hp@pobox.com>
15905
15906         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
15907         #ifdef GTK_ENABLE_BROKEN.
15908
15909         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
15910         GTK_ENABLE_BROKEN just before including the broken headers.
15911         
15912         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
15913         deprecated types registered.
15914
15915         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
15916         we have to test the broken stuff.
15917
15918         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
15919         
15920 2001-01-30  Havoc Pennington  <hp@redhat.com>
15921
15922         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
15923         here where prev pointer was set to the wrong thing
15924
15925         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
15926         (gtk_tree_path_is_descendant): new function
15927
15928         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
15929         cached length
15930         (gtk_list_store_get_iter): don't modify iter if we can't get the
15931         path.
15932
15933         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
15934         
15935         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
15936         GtkTreeDragDest
15937
15938         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
15939         was causing segfault
15940
15941         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
15942         pointer to NULL
15943
15944         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
15945
15946         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
15947         on returning FALSE
15948         (gtk_list_store_iter_children): ditto
15949         (gtk_list_store_iter_nth_child): ditto
15950         (gtk_list_store_iter_nth_child): ditto
15951         (gtk_list_store_iter_parent): ditto
15952
15953         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
15954         on iter->user_data != NULL instead of silently accepting it.
15955         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
15956         we are returning TRUE.
15957         (gtk_tree_store_iter_children): ditto
15958         (gtk_tree_store_iter_nth_child): ditto
15959         (gtk_tree_store_iter_parent): ditto
15960         (gtk_tree_store_insert): remove handling of parent->user_data ==
15961         NULL, replace with parent == NULL       
15962
15963         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
15964         and a comment explaining things
15965
15966         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
15967         interface support to GtkTreeStore.
15968
15969         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
15970         FALSE if no prev, fix
15971
15972         * gtk/gtktreeview.c (set_source_row): use a row reference
15973         (set_dest_row): use a row reference
15974
15975 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
15976
15977         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
15978         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
15979         (gtk_tree_selection_select_iter): The same as above.
15980
15981 2001-01-26  Havoc Pennington  <hp@redhat.com>
15982
15983         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
15984         which holds a handle to a specific row (particular set of values
15985         in the model, i.e. pointer-identity row).
15986
15987         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
15988         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
15989         Still need to use it for the src/dest row saved on the drag context.
15990
15991 2001-01-26  Havoc Pennington  <hp@redhat.com>
15992
15993         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
15994
15995         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
15996         not offset by TREE_VIEW_HEADER_HEIGHT
15997         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
15998         TREE_VIEW_HEADER_HEIGHT
15999
16000         * configure.in (included_loaders): for me, --with-included-loaders
16001         generates the error "the specified loader yes does not exist",
16002         i.e. the arg defaults to "yes", so change test for value ""
16003         to test for value "yes", and include all loaders in that case.
16004
16005         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
16006
16007         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
16008         handle TREE_VIEW_VERTICAL_SEPARATOR
16009         (gtk_tree_view_bin_expose): fix to consider the row offset as
16010         pointing halfway into vertical separator.       
16011         (gtk_tree_view_draw_node_focus_rect): ditto
16012
16013         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
16014         --gtk-debug=updates, which causes gdk_window_set_debug_updates
16015         (TRUE) to be called.
16016
16017         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
16018         debug mode where the invalid region is colored in on invalidate,
16019         so you can see the flicker and know whether your redraw code is 
16020         doing a good job.
16021
16022         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
16023         tree window coordinates (clip rect is in tree window coords)
16024
16025         * gtk/Makefile.am: add gtktreednd.[hc]
16026
16027         * gtk/gtkliststore.c: implement gtktreednd interfaces.
16028
16029         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
16030         drag-and-drop data operations on a model (so we can set up tree
16031         drag-and-drop automatically)
16032
16033         * gtk/testgtk.c: Add a window to change sensitivity in the
16034         GtkLabel test; add a way to change the entry frame in GtkEntry
16035         test
16036
16037         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
16038         (gtk_entry_get_has_frame): new functions to remove the frame
16039         around an entry
16040         (gtk_entry_size_request): shrink requisition if no frame
16041         (gtk_entry_draw_focus): don't draw frame if no frame
16042
16043         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
16044         checks inside a cell renderer
16045         (gtk_default_draw_option): ditto for options
16046
16047         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
16048         children from the alignment, not the button
16049         (gtk_tree_view_column_init): ref/sink the column, to emulate
16050         GObject refcounting.
16051
16052         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
16053         
16054         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
16055         Use theme functions to draw the toggles 
16056
16057         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
16058
16059         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
16060         GdkPangoAttrEmbossed to use in rendering insensitive text
16061
16062         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
16063
16064         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
16065         using new GDK features
16066         
16067 2001-01-24  Alexander Larsson  <alexl@redhat.com>
16068
16069         * gtk/gtkimage.c:
16070         Splitted gtk_image_clear into gtk_image_clear() and
16071         gtk_image_reset(). Call gtk_image_clear() in ::destroy
16072         to avoid leaks.
16073
16074         * gtk/gtklabel.c (set_markup):
16075         Don't leak text.
16076
16077         * gtk/gtktextlayout.c:
16078         Always free display->shaped_objects.
16079
16080         * gtk/testgtk.c (create_clist):
16081         Don't leak custom style.
16082
16083 2001-01-23  Alexander Larsson  <alexl@redhat.com>
16084
16085         * gtk/gtkcolorsel.c (grab_color_at_mouse):
16086         Don't leak image. Simplify using gdk_colormap_query_color().
16087         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
16088
16089         * linux-fb/gdkcolor-fb.c:
16090         Implemented gdk_colormap_query_color.
16091
16092 2001-01-23  Alexander Larsson  <alexl@redhat.com>
16093
16094         * linux-fb/gdkcursor-fb.c:
16095         Don't leak built-in cursors.
16096
16097         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
16098         Don't leak tmp_points.
16099
16100         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
16101         Don't modify desc. Don't leak font if the PangoFont
16102         isn't found.
16103         
16104         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
16105         Free dash_list.
16106
16107         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
16108         Don't leak string.
16109         
16110 2001-01-20  Havoc Pennington  <hp@pobox.com>
16111
16112         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
16113         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
16114         me, matches Pango
16115
16116 2001-01-22  Havoc Pennington  <hp@redhat.com>
16117
16118         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
16119
16120         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
16121
16122         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
16123         Remove, move back to gdk-pixbuf
16124
16125         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
16126         to all the word functions
16127
16128         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
16129         before doing anything on NULL layout or if we don't have the focus
16130
16131         * gtk/testtext.c (fill_example_buffer): "justification"
16132
16133         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
16134         to be called "justification" not "justify"
16135
16136         * demos/gtk-demo/textview.c (create_tags): "justification"
16137         
16138         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
16139
16140 2001-01-22  Alexander Larsson  <alexl@redhat.com>
16141
16142         * gdk/gdkwindow.c (gdk_window_invalidate_region):
16143         Don't leak visible_region. Use visible_region instead of region.
16144         
16145         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
16146         Don't do extra gdk_drawable_ref(). This is not X.
16147         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
16148         gdk_fb_focused_window is ref:ed.
16149         (gdk_fb_window_send_crossing_events): Watch out for destroyed
16150         windows.
16151
16152 2001-01-22  Alexander Larsson  <alexl@redhat.com>
16153
16154         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
16155         Don't leak the PangoFontDescriptor.
16156
16157 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
16158
16159         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
16160         when not realized.
16161         (gtk_tree_view_scroll_to_cell): Make work when not realized.
16162         (gtk_tree_view_realize): add scroll_to support
16163         (gtk_tree_view_finalize): add a finalize method.  Populate.
16164         (gtk_tree_view_insert_column): ref and sink the column.
16165         (gtk_tree_view_append_column): ref and sink the column.
16166         (gtk_tree_view_queue_draw_node): New function to handle redrawing
16167         individual nodes.  Should make the code much more efficient, if
16168         actually used.
16169
16170 2001-01-19  Havoc Pennington  <hp@redhat.com>
16171
16172         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
16173         byte_offset variable was being used to mean both "offset into
16174         layout" and "offset into buffer line" which was no longer true
16175         with addition of preedit string; fix
16176
16177 2001-01-19  Havoc Pennington  <hp@redhat.com>
16178
16179         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
16180
16181         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
16182         function
16183
16184         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
16185         implement
16186
16187         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
16188         scroll_to_cell, matches TextView scroll functions better
16189         (gtk_tree_view_tree_to_widget_coords): new function
16190         (gtk_tree_view_widget_to_tree_coords): new function
16191         (gtk_tree_view_get_visible_rect): new function
16192         (gtk_tree_view_get_path_at_pos): accept negative coordinates
16193         (gtk_tree_view_draw_node_focus_rect): new function moved from
16194         draw_focus, also, use width of bin_window as width of the focus
16195         rect
16196         (gtk_tree_view_expand_row): fix bug where it didn't recognize
16197         already-expanded rows
16198         (gtk_tree_view_get_cell_rect): new function
16199         (gtk_tree_view_get_path_at_pos): return the click position
16200         relative to the passed-in cell
16201         (gtk_tree_view_set_expander_column): new function
16202
16203         * configure.in: remove gtk-config-2.0 chmod
16204
16205         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
16206         and properly handle drags with targets we don't understand
16207         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
16208         scrolling anyway
16209         (gtk_text_view_drag_drop): stop scrolling here though, and set the
16210         mark invisible
16211
16212         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
16213         function
16214         (gtk_drag_dest_get_target_list): new function
16215         (gtk_drag_dest_set_target_list): new function
16216         
16217         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
16218
16219         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
16220         related to drag-and-drop
16221
16222 2001-01-19  Alexander Larsson  <alexl@redhat.com>
16223
16224         * gdk/linux-fb/gdkprivate-fb.h:
16225         Define EMULATE_GDKFONT.
16226         Add extra pango_font stuff to GfkFontPrivate.
16227         
16228         * gdk/linux-fb/gdkdrawable-fb2.c:
16229         * gdk/linux-fb/gdkfont-fb.c:
16230         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
16231         emulation using PangoFont.
16232
16233 2001-01-17  Havoc Pennington  <hp@pobox.com>
16234
16235         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
16236         all the non-deprecated set_foo functions. Added missing object
16237         properties, and added g_object_notify() to setters. 
16238         Wrote docs.
16239         
16240 2001-01-18  Tor Lillqvist  <tml@iki.fi>
16241
16242         * gtk/gtkmain.c
16243         * gtk/gtkrc.c: (Win32) Use the new
16244         g_win32_get_package_installation_(sub)directory() functions.
16245
16246         * config.h.win32.in: New file.
16247         
16248         * config.h.win32: Removed.
16249
16250         * configure.in: Output config.h.win32.
16251
16252         * Makefile.am: Add it to EXTRA_DIST.
16253
16254         * gtk/gtk.def: Update.
16255
16256 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
16257
16258         * gtk/gtklabel.c (gtk_label_size_request): Set the
16259         attributes onto the PangoLayout even if they are newly
16260         created from label->pattern.
16261
16262 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
16263
16264         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
16265
16266         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
16267         structures in functions. Fixes bug where gtk_dataset_*
16268         was accidentally still being used in one place, causing
16269         every dest side event to be treated independently.
16270
16271         * gtk/gtkdnd.c: Remove last vestages of handling
16272         ::draw (fixes warning)
16273         
16274         * gtk/gtkentry.[ch]: Add drag and drop support.
16275
16276         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
16277         new function gtk_check_drag_threshhold() for checking
16278         to check if (dx,dy) has exceeded the threshhold for starting
16279         a drag and use it everywhere.
16280
16281 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
16282
16283         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
16284         add -I{includedir}/gtk-2.0.
16285
16286         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
16287         gdk/gdk-pixbuf.h: Doc fixups.
16288         
16289         * gtk/gtkobject.h: Remove trailing , from enum
16290
16291 2001-01-17 Alexander Larsson <alexl@redhat.com> 
16292
16293         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
16294         Doh! Mixed up x and y.
16295
16296         * gdk/linux-fb/gdkglobals-fb.c:
16297         Removed gdk_fb_pointer_grab_window_events,
16298         added _gdk_fb_pointer_grab_owner_events and
16299         _gdk_fb_keyboard_grab_owner_events.
16300
16301         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
16302         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
16303         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
16304         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
16305         Send crossing events after ungrab finished.
16306         (gdk_keyboard_grab): Set ..._owner_events
16307         (type_masks): Move out of function.
16308         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
16309         gdk_fb_keyboard_event_window): New functions, return the
16310         window an event should be targeted at. Handles grabs and
16311         event propagation. Can return NULL.
16312         (gdk_event_make): Remove event_mask checking. Now always
16313         returns an event.
16314                 
16315         * gdk/linux-fb/gdkkeyboard-fb.c:
16316         * gdk/linux-fb/gdkproperty-fb.c:
16317         * gdk/linux-fb/gdkselection-fb.c:
16318         Use new event_window/gdk_event_make() behaviour.
16319         
16320         * gdk/linux-fb/gdkmouse-fb.c:
16321         Use new event_window/gdk_event_make() behaviour.
16322         Only send motion events if in the same window.
16323         If grabbed, use cursor from window if sibling of grabbed
16324         window, and cursor from grabbed window otherwise.
16325
16326         * gdk/linux-fb/gdkprivate-fb.h:
16327         Update gdk_fb_window_send_crossing_events, gdk_event_make
16328         and grab varaible declarations. Add gdk_fb_*_event_window().
16329
16330         * gdk/linux-fb/gdkwindow-fb.c:
16331         Use new event_window/gdk_event_make() behaviour.
16332         Keep correct track of focus window.
16333         (gdk_window_set_events): Set all specific button motion masks
16334         if GDK_BUTTON_MOTION_MASK set.
16335
16336         * gtk/gtkdnd.c (gtk_drag_update):
16337         Free info->last_event if gdk_drag_motion returned FALSE.
16338
16339 2001-01-16  Tor Lillqvist  <tml@iki.fi>
16340
16341         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
16342         Eliminate redraws when input-only windows are shown or
16343         hidden. Thanks to jpe@archaeopteryx.com.
16344
16345 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
16346
16347         * docs/faq/gtk-faq.sgml: FAQ update:
16348           - Update to bugzilla
16349           - Add GTK+ and security/SUID/SGID
16350           - Add DnD question
16351
16352 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
16353
16354         * gdk/linux-fb/gdkdnd-fb.c:
16355         Some cleanups.
16356         
16357 2001-01-15  Havoc Pennington  <hp@pobox.com>
16358
16359         * tests/testtreeview.c: add test stuff for CellRendererToggle
16360
16361         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
16362         accessor
16363
16364         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
16365         only toggle on button press (would do release like GtkButton, but
16366         we'd need implicit grab code for treeview cells)
16367
16368 2001-01-16  Tor Lillqvist  <tml@iki.fi>
16369
16370         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
16371
16372         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
16373         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
16374
16375         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
16376         to g_{locale,filename}_{to,from}_utf8 to match current API.
16377
16378         * gtk/makefile.msc.in (gtk_OBJECTS)
16379         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
16380
16381         * gtk/gtk.def: Update.
16382
16383 2001-01-15  Tor Lillqvist  <tml@iki.fi>
16384
16385         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
16386         implementaion that more closely mimics the events that an X server
16387         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
16388         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
16389         with nested preview widgets, for instance, more responsive when
16390         you move the mouse quickly into them.
16391         (find_window_for_pointer_event): Make it actually compile.
16392         (gdk_event_translate): Set send_event to the value of
16393         InSendMessage (). This doesn't really mean the same as X11's
16394         send_event flag, but is close enough, says jpe@archaeopteryx.com
16395
16396 2001-01-15  Alexander Larsson  <alexl@redhat.com>
16397
16398         * gdk/linux-fb/gdkdnd-fb.c:
16399         Implemented drag and drop.
16400         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
16401         when it tries to free and then copy the same event (info->last_event).
16402         I am not sure about why this happens, but will continue looking.
16403
16404 2001-01-15  Alexander Larsson  <alexl@redhat.com>
16405
16406         * gdk/linux-fb/gdkwindow-fb.c:
16407         Use gdk_window_invalidate_rect instead of
16408         gdk_window_invalidate_rect_clear to minimise flashing.
16409         When hiding windows you need to clear the root window though.
16410
16411 2001-01-15  Alexander Larsson  <alexl@redhat.com>
16412
16413         * gdk/linux-fb/gdkdrawable-fb2.c:
16414         For optization, add an full_shapes argument to gdk_fb_clip_region.
16415         If this is false, only the cliprects of the shapes are used.
16416
16417         * gdk/linux-fb/gdkprivate-fb.h:
16418         Export gdk_fb_window_peek_shape.
16419         Add full_shapes to gdk_fb_clip_region.
16420
16421         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
16422         When moving a window, don't clear everything under the it, just the
16423         root window. Makes stuff faster and flash less.
16424         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
16425         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
16426         offset of the shape.
16427         
16428
16429 2001-01-12  Havoc Pennington  <hp@redhat.com>
16430
16431         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
16432         current invalid region, fixes redraw bug while scrolling the 
16433         text widget
16434
16435         * gtk/gtktextview.c, gtk/gtktextview.h:
16436         Rearrange the scrolling/validation/etc. code in a major way, 
16437         so it seems to make sense to me. Probably isn't genuinely that
16438         much better, but...
16439
16440         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
16441         notifies
16442
16443         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
16444
16445 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
16446
16447         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
16448         Hide mouse pointer while rotation. Show it afterwards.
16449
16450 2001-01-12  Alexander Larsson  <alexl@redhat.com>
16451
16452         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
16453         windows in consideration when generating clip region.
16454
16455         * gdk/linux-fb/gdkfb.h:
16456         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
16457
16458         * gdk/linux-fb/gdkprivate-fb.h:
16459         Add shape to GdkWindowFBDatat.
16460         exported gdk_fb_window_get_abs_shape().
16461         removed gdk_fb_draw_lines declaration.
16462
16463         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
16464         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
16465         send focus changes when there is a grabbed window.
16466         (gdk_window_get_pointer): Handle shaped windows.
16467         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
16468         (gdk_fb_window_peek_shape): Returns the shape for a window,
16469         handles GDK_FB_USE_CHILD_SHAPE.
16470         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
16471         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
16472         (gdk_window_shape_combine_mask): Implement.
16473
16474         * gtk/gtkwindow-decorate.c:
16475         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
16476         setting the shape of a window makes the window transparent.
16477
16478 2001-01-11  Havoc Pennington  <hp@redhat.com>
16479
16480         * gtk/gtktreemodelsimple.h: Oops, broke some macros
16481
16482 2001-01-10  Havoc Pennington  <hp@redhat.com>
16483
16484         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
16485         add this function, bug 40251
16486
16487         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
16488         of type macro   
16489
16490 2001-01-11  Alexander Larsson  <alexl@redhat.com>
16491
16492         * acconfig.h:
16493         Added ENABLE_SHADOW_FB
16494
16495         * configure.in:
16496         Added --disable-shadowfb
16497
16498         * gdk/linux-fb/gdkcursor-fb.c:
16499         Update shadowfb when updating cursor
16500
16501         * gdk/linux-fb/gdkdrawable-fb2.c:
16502         Added wrappers for shadowfb that calls  the normal drawable
16503         methods, but calls gdk_shadow_fb_update(bounding box) when
16504         GdkWindows are drawed to.
16505         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
16506         which also returns the bounding box.
16507
16508         * gdk/linux-fb/gdkfb.h:
16509         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
16510
16511         * gdk/linux-fb/gdkgeometry-fb.c:
16512         Update shadowfb when scrolling window.
16513
16514         * gdk/linux-fb/gdkglobals-fb.c:
16515         Add _gdk_fb_screen_angle.
16516         
16517         * gdk/linux-fb/gdkkeyboard-fb.c:
16518         Test code for screen rotation. Shift-F2 in the xlate driver
16519         rotates the screen.
16520
16521         * gdk/linux-fb/gdkmain-fb.c:
16522         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
16523
16524         * gdk/linux-fb/gdkmouse-fb.c:
16525         Use fb_width/height instead of modeinfo.xres/yres.
16526
16527         * gdk/linux-fb/gdkprivate-fb.h:
16528         Added fb_men, fb_width, fb_height & fb_stride. When using
16529         shadow fb these can differ from the framebuffer stuff.
16530         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
16531         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
16532         _gdk_fb_screen_angle. Removed CM, RP.
16533
16534         * gdk/linux-fb/gdkrender-fb.c:
16535         Added code for shadowfb handling and screen rotation using
16536         shadowfb.
16537
16538         * gdk/linux-fb/gdkwindow-fb.c:
16539         Use fb_mem, fb_stride, fb_width, fb_height.
16540         Added recompute_rowstride to reset the rowstride of all windows.
16541         Added gdk_fb_recompute_all() which recomputes rootwindow size,
16542         window abs positions and window rowstrides. Usefull when the
16543         rotation has changed.
16544
16545 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
16546
16547         * docs/faq/gtk-faq.sgml: update to make web site updating easier
16548
16549 2001-01-10  Havoc Pennington  <hp@redhat.com>
16550
16551         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
16552         where sibling == iter
16553         (gtk_tree_store_insert_after): handle sibling == iter
16554         (gtk_tree_store_prepend): remove stamp checks
16555         (gtk_tree_store_insert_before): ditto
16556         (gtk_tree_store_append): ditto
16557         (gtk_tree_store_get_path): ditto
16558         (gtk_tree_store_get_value): ditto
16559         (gtk_tree_store_iter_has_child): ditto
16560         (gtk_tree_store_iter_n_children): ditto
16561         (gtk_tree_store_iter_nth_child): ditto
16562         (gtk_tree_store_insert_after): ditto
16563         (gtk_tree_store_is_ancestor): ditto
16564         (gtk_tree_store_iter_depth): ditto
16565         (gtk_tree_store_insert_before): assert that sibling's parent is
16566         the same as the passed-in parent
16567         (gtk_tree_store_insert_after): assert that sibling's parent is
16568         the same as the passed-in parent
16569
16570         
16571         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
16572         function to get the first iterator in a model
16573         
16574         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
16575         conventionally the "root" in this sense is just NULL afaict.
16576
16577         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
16578         where sibling == iter
16579         (gtk_list_store_insert_after): handle case where sibling == iter
16580
16581         * tests/testtreeview.c (run_automated_tests): fairly lame basic
16582         automated tests for ListStore, TreeStore
16583
16584         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
16585         (gtk_list_store_insert): update tail pointer, and fix it to work
16586         (gtk_list_store_insert_before): update tail pointer, and fix it to work
16587         (gtk_list_store_append): use tail to be faster
16588         (gtk_list_store_prepend): fix it, update tail pointer
16589         (gtk_list_store_insert_after): fix it, update tail pointer
16590
16591         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
16592         the list
16593
16594 2001-01-09  Havoc Pennington  <hp@redhat.com>
16595
16596         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
16597         is NULL due to a pending resize
16598
16599         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
16600         column width to values less than 1
16601
16602         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
16603         width to be between min/max width, and still set the width 
16604         even if autosize is turned on, so the tree view can use this 
16605         function in order to autosize.
16606         (gtk_tree_view_column_init): set initial width to 1 not 0
16607
16608         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
16609         setter function to modify column width, so we get notification
16610         (gtk_tree_view_insert_iter_height): ditto
16611         (gtk_tree_view_calc_size): ditto
16612         (gtk_tree_view_check_dirty): ditto
16613
16614         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
16615         properties to change all the interesting attributes of the tree
16616         view column.
16617         (gtk_tree_view_column_set_header_clickable): rename set_clickable
16618         (gtk_tree_view_column_get_clickable): add
16619         (gtk_tree_view_column_set_cell_renderer): don't unset the current
16620         attributes; assume a cell renderer with equivalent object
16621         properties has been swapped in. Do g_object_notify().
16622         (gtk_tree_view_column_set_visible): g_object_notify
16623         (gtk_tree_view_column_get_sizing): rename from get_col_type
16624         (gtk_tree_view_column_set_sizing): g_object_notify
16625         (gtk_tree_view_column_set_width): add g_object_notify
16626         (gtk_tree_view_column_set_min_width): ditto
16627         (gtk_tree_view_column_set_max_width): ditto
16628         (gtk_tree_view_column_set_title): ditto
16629         (gtk_tree_view_column_set_clickable): ditto
16630         (gtk_tree_view_column_set_widget): ditto
16631         (gtk_tree_view_column_set_justification): ditto
16632
16633 2001-01-09  Havoc Pennington  <hp@redhat.com>
16634
16635         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
16636         there are no rows in the model
16637
16638         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
16639         NULL, then return the start of the list
16640
16641         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
16642         if we can't get any rows from an empty model 
16643
16644         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
16645         extraneous * after function pointer typedef usage
16646
16647         * Makefile.am: don't specify full path to cp and rm
16648
16649         * gtk/gtkcellrenderertextpixbuf.c
16650         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
16651         NULL before dereferencing, fixes a segfault that happened from
16652         time to time
16653
16654         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
16655         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
16656         and reindent the function
16657         (gtk_cell_renderer_pixbuf_get_size): indentation
16658
16659         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
16660         we quit it
16661         (gtk_dialog_add_buttons_valist): add g_return_if_fail
16662         (gtk_dialog_set_default_response): New function, to set default
16663         button
16664         (gtk_dialog_set_response_sensitive): New function, to set 
16665         sensitivity of buttons
16666
16667         * gtk/gtkcellrendererpixbuf.c
16668         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
16669         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
16670
16671         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
16672         handle any G_TYPE_OBJECT subclass, not just the base class, and 
16673         also boxed types.
16674         (_gtk_tree_data_list_value_to_node): ditto
16675
16676         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
16677         --gtk-debug=tree
16678
16679         * gtk/gtkmain.c: add GTK_DEBUG_TREE
16680
16681         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
16682
16683 2001-01-09  Tor Lillqvist  <tml@iki.fi>
16684
16685         * gdk/win32/gdkevents-win32.c: Implement better mouse
16686         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
16687         (find_window_for_pointer_event): New function.
16688         (gdk_event_translate): Use it when handling mouse events.
16689
16690 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
16691
16692         * configure.in:
16693         Added --with-included-loaders option
16694
16695         * gdk-pixbuf/Makefile.am:
16696         * gdk-pixbuf/gdk-pixbuf-io.c:
16697         Add support for including selected gdk-pixbuf loaders only.
16698
16699         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
16700         gtk_window_set_has_frame):
16701         Added inline documentation.
16702
16703         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
16704         * docs/reference/gdk/tmpl/windows.sgml:
16705         Added inline documentation.
16706
16707 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
16708
16709         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
16710         realizing buttons that have already been realized.
16711
16712 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
16713
16714         * tests/testtreeview.c (main): Show menu items before adding to
16715         option menu.
16716
16717         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
16718         around if we kill them.
16719
16720         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
16721         Return if we pass in a NULL model.
16722
16723 2001-01-08  Havoc Pennington  <hp@redhat.com>
16724
16725         * tests/testtreeview.c: hack on this some
16726
16727         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
16728         gtk_tree_store_set_valist, v is for arrays, valist for varargs
16729         list
16730         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
16731
16732         * gtk/gtkliststore.h: Add varargs set() and get() convenience
16733         functions
16734
16735 2001-01-08  Alexander Larsson  <alexl@redhat.com>
16736
16737         * gtk/gtkwindow-decorate.[hc]:
16738         * gtk/Makefile.am:
16739         New files. Contains an implementation of a minimal WM for
16740         linux-fb.
16741
16742         * gtk/gtkwindow.h:
16743         Add the possibility for GtkWindows to specify a frame. This
16744         is used for the window decoration code, but could concievably
16745         be used for X programs too (xmms style windows).
16746         GtkWindow->frame is the toplevel window if the window is framed.
16747         The signal frame_event gets all events that are targeted to
16748         GtkWindow->frame.
16749         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
16750         
16751         * gtk/gtkwindow.c:
16752         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
16753         Call out to gtkwindow-decorate.c for WM support in linx-fb.
16754
16755 2001-01-08  Alexander Larsson  <alexl@redhat.com>
16756
16757         * docs/README.linux-fb:
16758         Correct filename ~/.pangoft2_aliases
16759
16760         * gdk/gdkwindow.h:
16761         Added new function gdk_window_get_decorations.
16762
16763         * gdk/linux-fb/gdkfb.h:
16764         Removed _gdk_window_get_decorations declaration.
16765         Renamed _gdk_window_set_child_handler to
16766         gdk_fb_window_set_child_handler.
16767
16768         * gdk/linux-fb/gdkwindow-fb.c:
16769         Renamed _gdk_window_set_child_handler to
16770         gdk_fb_window_set_child_handler.
16771
16772         * gdk/x11/gdkwindow-x11.c:
16773         New function gdk_window_get_mwm_hints().
16774         Implemented gdk_window_get_decorations.
16775
16776         * docs/reference/gdk/tmpl/windows.sgml:
16777         * docs/reference/gdk/gdk-sections.txt:
16778         Added gdk_window_get_decorations docs.
16779         
16780 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
16781
16782         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
16783         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
16784         gdk_fb_window_send_crossing_events):
16785         Possibly send focus events when the mouse moves from one
16786         window to another.
16787
16788 2001-01-07  Tor Lillqvist  <tml@iki.fi>
16789
16790         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
16791         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
16792         to match current API.
16793
16794         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
16795         environment variable is set, don't call g_error when on a
16796         palettized (PseudoColor) display. Some people want to use GTK+ 
16797         in 256-colour mode even though works only partially.
16798
16799         * gdk/gdk.def
16800         * gtk/gtk.def
16801         * gtk/makefile.mingw.in: Update.
16802
16803 2001-01-05  Havoc Pennington  <hp@redhat.com>
16804
16805         * tests/testtreeview.c: hack on this a bit
16806
16807         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
16808         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
16809
16810         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
16811         was spelled incorrectly
16812         (GTK_IS_TREE_MODEL_SIMPLE): ditto
16813
16814         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
16815         from gtk_tree_view_set_headers_active   
16816
16817         * gtk/gtktexttag.c:
16818         (gtk_text_tag_get_property): handle PROP_DIRECTION
16819         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
16820         properties, bug 40235
16821
16822         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
16823         forward_to_line_end
16824
16825 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
16826
16827         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
16828         modules/input/gtkimcontextxim.c: Adapt to new prototypes
16829         for unicode,locale,filename conversion functions.
16830
16831 2001-01-05  Havoc Pennington  <hp@redhat.com>
16832
16833         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
16834         broken if called on the first position in the buffer.
16835
16836         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
16837         forward_to_delimiters to be called only if we aren't already at
16838         the delimiters.
16839
16840 2001-01-05  Havoc Pennington  <hp@redhat.com>
16841
16842         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
16843
16844 2001-01-05  Alexander Larsson  <alexl@redhat.com>
16845
16846         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
16847         colormap in here. Sync from X port.
16848         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
16849         Sync from X port.
16850         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
16851         This happens now and then, and i don't think it is a bug.
16852         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
16853         != endpoint.
16854         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
16855         GDK_LINE_SOLID.
16856
16857         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
16858         some of the fields filled in at least.
16859
16860         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
16861         miLineArcD is no more, remove it from the function definition.
16862
16863 2001-01-04  Havoc Pennington  <hp@redhat.com>
16864
16865         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
16866         this
16867
16868         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
16869         user_data instead of tree_node
16870
16871         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
16872         TREE_VIEW_COLUMN_SIZE
16873
16874         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
16875         "size" field to "width" finishes bug 40061
16876
16877         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
16878         for bitfields, bug 40268
16879
16880 2001-01-04  Havoc Pennington  <hp@redhat.com>
16881
16882         Rename some stuff:
16883         
16884         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
16885
16886         s/GtkModelSimple/GtkTreeModelSimple/g;
16887         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
16888         s/gtk_model_simple/gtk_tree_model_simple/g;
16889         s/gtkmodelsimple/gtktreemodelsimple/g;
16890
16891         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
16892
16893         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
16894         s/column_set_col_type/column_set_sizing/g;
16895
16896         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
16897         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
16898
16899         s/GtkCellRendererType/GtkCellRendererState/g;
16900         
16901         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
16902         (gtk_cell_renderer_toggle_class_init): change "state" property to
16903         "active", to match GtkToggleButton
16904         (gtk_cell_renderer_toggle_get_active): new function, bug
16905         40269
16906         (gtk_cell_renderer_toggle_set_active): new function
16907         (gtk_cell_renderer_toggle_set_property): route changes to toggle
16908         state through gtk_cell_renderer_set_active
16909
16910 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
16911
16912         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
16913         temporarily until they work again.  Brought up to date with
16914         changes in the model.
16915         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
16916         model.
16917
16918 2001-01-04  Havoc Pennington  <hp@redhat.com>
16919
16920         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
16921         equal to the line length, then position iterator before paragraph 
16922         separators. Fixes crash reported by Mikael Hermansson when
16923         pressing left arrow from the start of a line.   
16924
16925         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
16926         about byte indexes off the end
16927         (iter_set_from_char_offset): add g_error about char offsets
16928         off the end
16929
16930 2001-01-03  Havoc Pennington  <hp@redhat.com>
16931
16932         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
16933
16934         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
16935         of private functions; remove inclusion of private headers.
16936
16937         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
16938         function, so we don't need private functions in gtktextdisplay.c
16939
16940         * gtk/gtktextiterprivate.h: underscore-ification
16941
16942         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
16943         to instead say "only useful to implement widgets"
16944
16945         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
16946         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
16947         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
16948
16949         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
16950         This function was completely broken
16951
16952         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
16953
16954         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
16955
16956         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
16957
16958         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
16959
16960         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
16961
16962         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
16963
16964         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
16965         gtk_paint_layout
16966
16967         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
16968         gtk_paint_layout
16969
16970         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
16971         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
16972         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
16973         which were not implemented.     
16974
16975         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
16976         insert_pixbuf signal. Rename delete_text to delete_range since it
16977         also deletes pixbufs and child anchors. This almost closes bug
16978         40245 (still need to deal with child anchors)
16979
16980         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
16981         insert_pixbuf, change signal names as appropriate, change types of
16982         signals taking marks/tags to have the specific type, not just
16983         G_TYPE_OBJECT
16984         
16985         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
16986         closes bug 40051
16987
16988         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
16989         unnecessary remove_contents() call
16990         (gtk_option_menu_class_init): add a "changed" signal, closes
16991         bug 40039
16992         (gtk_option_menu_update_contents): emit "changed" if the 
16993         active menu item changes
16994
16995         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
16996         cast to GtkObject, reported by Jonas Borgstrom
16997         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
16998         we can't do stuff with side effects in finalize. Instead, spew a
16999         warning if the loader isn't closed.
17000
17001         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
17002         colormap in here, non-X ports probably need to sync to this change
17003
17004         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
17005         assertion that colormap != NULL, you can set the colormap to NULL
17006         if you like.
17007         
17008         * Makefile.am: remove gtk-config-2.0
17009
17010         * configure.in: Use pkg-config to locate GLib. Remove
17011         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
17012         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
17013         Use pkg-config to locate Pango. Output correct Pango libs to
17014         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
17015
17016         * Makefile.am (pkgconfig_DATA): install only target-specific pc
17017         files
17018         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
17019         X11 pc files
17020
17021         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
17022         unref from here
17023
17024 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
17025
17026         * configure.in:
17027         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
17028
17029 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
17030
17031         * gtk/gtktextlayout.c
17032         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
17033         variable when moving back onto a single line.
17034
17035 2001-01-01  Havoc Pennington  <hp@redhat.com>
17036
17037         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
17038
17039         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
17040
17041         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
17042         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
17043
17044 2001-01-01  Havoc Pennington  <hp@redhat.com>
17045
17046         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
17047
17048         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
17049         GtkTextAttributes
17050
17051         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
17052         #40246
17053         (gtk_text_attributes_copy_values): rename from 
17054         gtk_text_attributes_copy
17055         (gtk_text_attributes_copy): a more standard GTK copy function, 
17056         which returns a new object
17057
17058 2001-01-01  Havoc Pennington  <hp@redhat.com>
17059
17060         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
17061         
17062         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
17063         don't fill in tree_view->priv->selection, kind of an unexpected
17064         side effect
17065
17066         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
17067         gtkintl.h
17068         
17069         * gtk/gtkcellrenderer.c: Remove definition of _ and include
17070         gtkintl.h
17071         (gtk_cell_renderer_get_property): remove calls to g_value_init
17072
17073         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
17074         gtkintl.h
17075
17076         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
17077         and include gtkintl.h
17078         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
17079         property names
17080
17081         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
17082         GtkTreeSelection
17083         (_gtk_tree_selection_new_from_with_view): rename, return
17084         GtkTreeSelection
17085         (_gtk_tree_selection_set_tree_view): rename with uscore
17086         (gtk_tree_selection_get_selected): fill in the "model" out param
17087         first, so it gets filled in even if we return at the top of the 
17088         function
17089         (gtk_tree_selection_real_select_all): add a comment and an else{}
17090         to clarify this a bit
17091         (gtk_tree_selection_real_unselect_all): add the same else{}
17092
17093         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
17094         set_tree_view to have underscore prefixes, move them to the
17095         private header, fix return type of new_with_tree_view
17096         (struct _GtkTreeSelection): mark struct
17097         fields private  
17098
17099         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
17100         GtkTreeModelFlags, not a guint
17101         (gtk_tree_path_prev): return gboolean not gint
17102         (gtk_tree_path_up): return gboolean not gint
17103
17104         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
17105         return GtkTreeModelFlags, not a guint
17106
17107         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
17108         that child model is non-null before unrefing it
17109         (g_value_int_compare_func): make this a qsort compare func, not 
17110         a boolean predicate
17111
17112         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
17113         (add -umn to the end), and mark it unimplemented
17114         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
17115         I don't see what it's for - doesn't the model always sort itself?
17116         (gtk_tree_model_sort_set_compare): this had the wrong signature
17117
17118         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
17119         Fix the docs to say that it destructively replaces existing
17120         attributes (previously said that it added attributes).
17121         (gtk_tree_view_column_set_visible): canonicalize bool before
17122         equality testing. Also, check for realization before
17123         hiding/showing the tree_column->window; if this window could exist
17124         before realization, then it's busted and needs fixing, we can't 
17125         create GDK resources pre-realization. Also, remove
17126         superfluous queue_resize(), since set_size() does that for us.
17127         (gtk_tree_view_column_set_col_type): check realization before 
17128         using tree_column->window
17129
17130         * gtk/gtktreedatalist.c: fix filename in copyright notice
17131
17132 2000-12-31  Havoc Pennington  <hp@pobox.com>
17133
17134         * gtk/gtktextview.c: Rearrange all the
17135         scroll-while-dragging-or-selecting code to be different, not
17136         necessarily better. ;-)
17137         (gtk_text_view_scroll_to_mark): Change this
17138         function to take within_margin as a fraction instead of a pixel
17139         value, and to take alignment arguments (indicating where to align 
17140         the mark inside the visible area)
17141         
17142         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
17143         to GtkObject
17144
17145         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
17146         behavior so that offsets past the end of the line are not 
17147         allowed, and an offset equal to the line length moves the iterator
17148         to the next line
17149         (gtk_text_iter_set_line_index): make parallel change
17150         (gtk_text_iter_get_bytes_in_line): add this function
17151         
17152         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
17153         of byte indexes off the end of the line; byte index at the end of
17154         the line now returns FALSE and doesn't fill in the requested
17155         values, byte index past the end of the line is an error.  Also,
17156         don't allow -1 offset anymore, since its meaning is unclear.
17157
17158         This change exposes some bug in visual cursor motion, where we
17159         end up with a huge invalid byte index; needs fixing. Symptom of 
17160         bug is a crash when you hit up arrow.
17161         
17162         (_gtk_text_line_char_locate): match the change to byte_locate
17163
17164         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
17165         from start of line properly. fixes bug reported by Mikael
17166         Hermansson where backspace would delete all text before the
17167         cursor.
17168
17169 2000-12-30  Tor Lillqvist  <tml@iki.fi>
17170
17171         * gdk/win32/gdkwindow-win32.c
17172         (gdk_window_impl_win32_get_visible_region): New function, as in
17173         the X11 backend.
17174         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
17175         instead of duplicating the same code here.
17176
17177         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
17178         GDK_COLORMAP macro.
17179
17180         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
17181         destroy function.
17182         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
17183         access that.
17184
17185         * gtk/gtk.def: Update.
17186
17187         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
17188
17189 2000-12-30  Havoc Pennington  <hp@pobox.com>
17190
17191         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
17192         colormap on input only windows, to avoid special cases all over
17193         the code for these windows.
17194
17195 2000-12-26  Tor Lillqvist  <tml@iki.fi>
17196
17197         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
17198         we are on a palettized display ("PseudoColor" in X11), as the code
17199         for that doesn't work anyway, and never has.
17200
17201 2000-12-22  Alexander Larsson  <alexl@redhat.com>
17202
17203         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
17204         Don't use isprint() for chars > 255.
17205
17206 2000-12-21  Havoc Pennington  <hp@redhat.com>
17207
17208         * tests/testtreeview.c: more work
17209
17210 2000-12-21  Alexander Larsson  <alexl@redhat.com>
17211
17212         * docs/README.linux-fb:
17213         Update the docs to the new pangoft2 way.
17214
17215 2000-12-21  Alexander Larsson  <alexl@redhat.com>
17216
17217         * configure.in:
17218         For linux-fb get the pangoft2 cflags and libs. This needs a recent
17219         pango version.
17220         Remove modules/linux-fb/Makefile.
17221
17222         * gdk/linux-fb/gdkdrawable-fb2.c:
17223         Render glyphs using freetype.
17224
17225         * gdk/linux-fb/gdkfb.h:
17226         Add new fb-specific functions needed for managing windows.
17227
17228         * gdk/linux-fb/gdkmain-fb.c:
17229         Remove gdk_font_init/fini() calls.
17230
17231         * gdk/linux-fb/gdkpango-fb.c:
17232         Remove old implementation. Use pangoft2 instead.
17233
17234         * gdk/linux-fb/gdkprivate-fb.h:
17235         Remove PangoFBFont and related stuff.
17236
17237         * gdk/linux-fb/gdkwindow-fb.c:
17238         Implement drawable->get_visible_region.
17239         Implement support for _gdk_window_set_child_handler () and
17240         _gdk_window_get_decorations().
17241
17242         * modules/Makefile.am:
17243         Remove linux-fb subdir.
17244
17245         * modules/linux-fb/*:
17246         Removed all.
17247         
17248 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
17249
17250         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
17251         calls, as they are no longer needed.
17252
17253         * gtk/gtktreemodelsort.c: Fix up the comparison code.
17254         
17255         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
17256         figure out how to emit a signal on an interface.
17257
17258 2000-12-20  Havoc Pennington  <hp@redhat.com>
17259
17260         * tests: new directory to contain tests, gtk/test* should move
17261         here sometime (with appropriate on-cvs-server hackery)
17262
17263         * tests/testtreeview.c, tests/Makefile.am: a test
17264         
17265         * configure.in (AC_OUTPUT): add tests/Makefile
17266
17267         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
17268         and "invisible_set" which were missing
17269
17270         * gtk/gtkrbtree.h: some cheesy indentation fix
17271         
17272 2000-12-20  Alexander Larsson  <alexl@redhat.com>
17273
17274         * gtk/gtkinvisible.c (gtk_invisible_realize):
17275         Attach the style to the window so that the style it is not
17276         leaked when unrealizing the window.
17277
17278 2000-12-18  Havoc Pennington  <hp@redhat.com>
17279
17280         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
17281         begin/end user action where appropriate
17282         (gtk_text_view_commit_handler): add begin/end user action
17283
17284         * gtk/gtktextbuffer.c: add begin/end user action signals, and
17285         bracket interactive operations with begin/end user action pair.
17286         
17287         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
17288         "interactive" arg from insert_text and delete_text signals.
17289         Add begin_user_action, end_user_action signals
17290         (gtk_text_buffer_begin_user_action): 
17291         (gtk_text_buffer_end_user_action): New functions to delimit 
17292         a user-visible action
17293
17294         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
17295         signals.
17296         
17297 2000-12-18  Havoc Pennington  <hp@redhat.com>
17298
17299         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
17300         was pretty non-working.
17301
17302         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
17303         by passing the length to g_utf8_validate().
17304
17305 2000-12-16  Havoc Pennington  <hp@pobox.com>
17306
17307         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
17308         Port to GObject, can go back in gdk-pixbuf after setting up 
17309         a gdk-pixbuf-marshal.h header over there.
17310
17311         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
17312         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
17313         args
17314         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
17315         set
17316         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
17317         here, do it when we create the buttons later
17318         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
17319         (gtk_tree_view_map): paranoia checks that column->button is shown 
17320         and unmapped
17321         (gtk_tree_view_size_request): only request visible children.
17322         Move header size calculation in here, for cleanliness, and 
17323         to maintain invariants for child widgets if we eventually 
17324         let users set different children inside the buttons
17325         (gtk_tree_view_map_buttons): factor out code to map buttons,
17326         since it was being called several times
17327         (gtk_tree_view_size_allocate_buttons): move_resize the drag
17328         windows instead of just moving them; their height may change 
17329         if we allow random widgets in there, or the theme changes.
17330         (gtk_tree_view_size_allocate): move button size allocation 
17331         above emitting the scroll signals, to ensure a sane state when we
17332         hit user code
17333         (gtk_tree_view_button_release): remove queue_resize after
17334         tree_view_set_size(), set_size() will handle any resize queuing
17335         that's needed
17336         (gtk_tree_view_focus_in): just queue a draw, don't fool with
17337         draw_focus goo
17338         (gtk_tree_view_focus): use gtk_get_current_event() and
17339         gdk_event_get_state()
17340         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
17341         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
17342         semicolon
17343         (gtk_tree_view_create_button): show the button here
17344         (gtk_tree_view_button_clicked): actually emit the clicked signal
17345         on the column
17346         (_gtk_tree_view_set_size): return right away if the size is
17347         unchanged, as a cheesy optimization
17348         (gtk_tree_view_setup_model): rename set_model_realized to 
17349         setup_model to match the flag that indicates whether we've 
17350         called it
17351         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
17352         exist, because set_scroll_adjustment does that and it shouldn't
17353         matter what order you call these in
17354         (gtk_tree_view_get_vadjustment): ditto
17355         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
17356         for paranoia
17357         (gtk_tree_view_set_headers_visible): call
17358         gtk_tree_view_map_buttons() instead of using cut-and-paste code
17359         (gtk_tree_view_append_column): clarify whether the return value
17360         is the count of columns before or after, and do the increment 
17361         separately from the return statement so you can tell from the code.
17362         (gtk_tree_view_remove_column): ditto
17363         (gtk_tree_view_insert_column): ditto
17364         (gtk_tree_view_get_column): remove g_return_if_fail for columns
17365         outside the existing range, the docs say that outside-range
17366         columns are allowed, so we handle them as documented. (Presumably
17367         this allows a nice loop with column != NULL as test.)
17368         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
17369         mean (left/right/center etc.).
17370         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
17371         (gtk_tree_view_expand_row): add docs
17372         (gtk_tree_view_collapse_row): add docs
17373
17374         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
17375         function to emit the clicked signal on a column
17376         
17377         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
17378         state of an event
17379         (gdk_event_get_time): don't treat GDK_SCROLL 
17380         as a button event, remove default case from switch so gcc 
17381         will whine if we don't explicitly handle all event types
17382
17383         * gtk/gtktreeselection.h: added some FIXME 
17384         
17385         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
17386         "columns" to "n_columns" and "column" to "columns" for clarity
17387
17388 2000-12-16  Havoc Pennington  <hp@pobox.com>
17389         
17390         * gtk/gtktextiter.c: General cleanup of the log attr iteration
17391         stuff. This should make e.g. the delete key work again in the
17392         text widget...
17393         (gtk_text_iter_forward_cursor_positions): handle negative count
17394         (gtk_text_iter_backward_cursor_positions): handle negative count
17395         (gtk_text_iter_forward_word_ends): handle negative count
17396         (gtk_text_iter_backward_word_starts): handle negative count
17397
17398         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
17399         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
17400         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
17401         GObject. No doubt will cause breakage.
17402
17403         * demos/gtk-demo/textview.c: remove hacks around
17404         non-GObject-ification of the text objects
17405
17406         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
17407         the text tag
17408         
17409 2000-12-14  Havoc Pennington  <hp@pobox.com>
17410
17411         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
17412         that we have Xrender
17413
17414 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
17415
17416         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
17417         Add two virtualized functions gdk_drawable_get_clip_region - to
17418         get the clip region when drawing.
17419         
17420         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
17421         use invalidate_region.
17422
17423         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
17424         region.
17425
17426         * acconfig.h configure.in: Check for Xft. For now, assume
17427         that if Xft is found, Pango was compiled with Xft support
17428         as well.
17429
17430         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
17431         gdk_colormap_query_color().
17432         
17433         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
17434         with Xft if appropriate.
17435
17436         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
17437         a pangoxft context if we have XFT and the environment
17438         variable GD_USE_XFT is set.
17439         
17440         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
17441         and also possibly an XftDraw structure.
17442
17443         * gtk/gtkfontsel.c: Handle the case where the font from the
17444         style doesn't match any of the fonts a bit better.
17445         
17446         * gtk/testgtk.c: Add tabs between directional segments for
17447         hebrew/arabic test. (Not really necessary, just a little
17448         prettier.)
17449
17450 2000-12-14  Havoc Pennington  <hp@redhat.com>
17451
17452         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
17453         reading a file
17454
17455 2000-12-14  Havoc Pennington  <hp@redhat.com>
17456
17457         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
17458         unused call to get_last_line()
17459
17460         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
17461         here until boxed is working (and maybe after that - we should
17462         really not gratuitously break old code)
17463
17464         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
17465         specific types for font_desc and tabs args, move them to
17466         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
17467         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
17468
17469         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
17470         use GTK_TYPE_POINTER for signal signatures as a hack-around
17471
17472         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
17473         PangoTabArray
17474
17475         * gtk/gtktextlayout.c (line_display_iter_to_index): 
17476         make static
17477         (line_display_index_to_iter): make static
17478
17479         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
17480         to marshal a string not a boxed
17481
17482         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
17483
17484         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
17485         since the UTF-8 isn't validated yet
17486
17487         * gtk/gtktextsegment.c (char_segment_check_func): don't require
17488         lines to end in '\n'
17489         
17490         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
17491         forward_to_delimiters, and grapheme boundaries
17492         (gtk_text_view_delete_from_cursor): properly handle non-newline
17493         delimiters, and grapheme boundaries
17494
17495         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
17496         to gtk_text_iter_forward_to_delimiters, and make it work properly
17497         if empty lines end with a character other than '\n'
17498
17499         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
17500         position
17501
17502 2000-12-15  Tor Lillqvist  <tml@iki.fi>
17503
17504         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
17505
17506         * gtk/gtk.def
17507         * gdk/gdk.def: Update.
17508
17509         * gdk/win32/gdkmain-win32.c
17510         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
17511         gdkmain-win32.c here.
17512
17513         * gdk/win32/makefile.mingw.in (all): No need to make
17514         gdk-win32res.o here, the makefile one step up will call us to make
17515         it.
17516
17517         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
17518         gdkkeys-win32.
17519
17520         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
17521
17522         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
17523         call to g_source_add().
17524
17525         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
17526         leak. Thanks to Andreas Kemnade.
17527
17528 2000-12-13  Havoc Pennington  <hp@pobox.com>
17529
17530         * gtk/gtktextbtree.h: Remove double _ in front of some functions
17531
17532         * gtk/gtktext*.[hc]: update accordingly
17533         
17534 2000-12-13  Havoc Pennington  <hp@pobox.com>
17535
17536         * gtk/gtktextbtree.h: Put _ in front of every function in this 
17537         header file
17538
17539         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
17540
17541 2000-12-13  Alex Larsson  <alexl@redhat.com>
17542
17543         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
17544         Add support for ps2 intellimouse.
17545
17546         * gdkkeyboard-fb.c:
17547         Move shift-F1 repaint handling to xlate handler only.
17548         
17549         * docs/README.linux-fb:
17550         Add imps2 to docs.
17551         Document the new refresh keys.
17552         
17553 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
17554
17555         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
17556
17557         * gtk/gtkbox.c: change property types from (u)long to (u)int for
17558         ::position and ::padding.
17559
17560         * gtk/gtkcontainer.c: make ::border_width an INT property.
17561
17562         * gtk/gtkpacker.c: make ::position an INT property.
17563
17564         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
17565         guard against NULL h/v scrollbars, since this is used at construction
17566         time.
17567
17568         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
17569         internal gtk_clist_constructor().
17570
17571         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
17572         gtk_ctree_constructor().
17573
17574         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
17575         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
17576
17577         * docs/reference/Makefile.am: fun stuff, disabled docs generation
17578         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
17579
17580         * gtk/gtkwidget.[hc]:
17581         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
17582         and gtk_widget_get().
17583         (gtk_widget_new): use g_object_new_valist().
17584         (gtk_widget_set): use g_object_set_valist().
17585
17586         * gtk/gtkobject.[hc]:
17587         removed gtk_object_arg_get_info(), gtk_object_getv(),
17588         gtk_object_query_args(), gtk_object_newv(),
17589         gtk_object_class_add_signals(),
17590         gtk_object_class_user_signal_new(),
17591         gtk_object_class_user_signal_newv(),
17592         gtk_object_arg_set(), gtk_object_arg_get(),
17593         gtk_object_args_collect(),
17594         gtk_object_default_construct(),
17595         gtk_object_constructed(),
17596         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
17597         removed nsignals, signals and n_args members from GtkObjectClass.
17598         (gtk_object_new): use g_object_new_valist().
17599         (gtk_object_set): use g_object_set_valist().
17600         (gtk_object_get): use g_object_get_valist().
17601         
17602         * gtk/gtkcompat.h: define gtk_object_default_construct().
17603         
17604         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
17605         g_object_new().
17606
17607         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
17608         fucntions, cleaned up method assignments (make sure your structures
17609         are setup properly before calling out). removed all GTK_CONSTRUCTED
17610         hacks ;)
17611
17612 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
17613
17614         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
17615         off-by-one error in checks. (Dave Lambert)
17616
17617 2000-12-12  Alexander Larsson  <alexl@redhat.com>
17618
17619         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
17620         Don't free gdk_fb_keyboard twice.
17621
17622 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
17623
17624         * gtk/testgtk.c:
17625         (create_tooltips): 
17626         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
17627         use GObject swapped_signal:: properties instead.
17628
17629         * gtk/gtkcellrenderertoggle.c: 
17630         * gtk/gtkcellrenderertextpixbuf.c: 
17631         * gtk/gtkcellrenderertext.c: 
17632         * gtk/gtkcellrendererpixbuf.c: 
17633         * gtk/gtkcellrenderer.c:
17634         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
17635         missing warnings for invalid property ids, install properties
17636         with g_object_class_install_property() now.
17637         
17638         * gtk/gtksignal.c:
17639         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
17640         
17641 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
17642         
17643         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
17644         to determine if a window is the focus widget within
17645         its toplevel.
17646
17647         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
17648         to be boolean.
17649
17650         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
17651         of the case where the container CAN_FOCUS to here instead
17652         of having it in each individual move-the-focus place.
17653
17654         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
17655         focusing to be geometric in a much more obvious sense. Arrowing
17656         around is still non-intuitive because it isn't perfect and
17657         because entries, etc, grab the arrow keys, but it at least
17658         usually will do what you expect now.
17659         
17660         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
17661         file.
17662
17663         * gtk/gtknotebook.c: Change tabs to be a single item in
17664         the focus chain. Make movement of focus on tabs with arrow
17665         keys wrap around.
17666         
17667         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
17668         CHECK_FIND_CHILD macro to give informative error messages
17669         instead of silent returns.
17670
17671         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
17672         flag since we handle GdkReturn on the tabs.
17673
17674         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
17675         windows rather than sending expose events directly.
17676
17677         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
17678         definition for GtkNotebookPage into .c file, since it is private.
17679
17680         * gtk/testgtk.c (create_notebook): Add option for 
17681         testing borderless notebook.
17682
17683         * gtk/testgtk.c (page_switch): Removed egregious poking
17684         around in GTK+ internals.
17685
17686         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
17687
17688         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
17689         properly through gtk_clist_focus. Make the title headers a
17690         single item in the tab-focus chain, and make left-right wrap
17691         around.
17692
17693         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
17694         focus method so that wrapping around works properly.
17695
17696         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
17697         that is handled for the widget now. 
17698
17699 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
17700
17701         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
17702         widgets as TOPLEVEL.
17703
17704         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
17705         TOPLEVEL widgets are containers.
17706
17707         * gtk/gtkinvisible.h: Remove useless include.
17708
17709 2000-12-11  Havoc Pennington  <hp@redhat.com>
17710
17711         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
17712         Handle chopping off \r\n and 0x2029 in addition to \n before
17713         passing to PangoLayout
17714
17715         * gtk/gtkimcontextsimple.c
17716         (gtk_im_context_simple_get_preedit_string): 
17717         return an empty string if no match is pending
17718
17719         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
17720         assertion that the returned preedit string was sane
17721
17722         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
17723         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
17724         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
17725
17726 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
17727
17728         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
17729         Fix up finalizer to chain to its parent.
17730
17731 2000-12-11  Alexander Larsson  <alexl@redhat.com>
17732
17733         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
17734         Clearified the difference between the keyboard types. Wrote a note
17735         about the magic sysrq key to get out of raw mode.
17736
17737 2000-12-09  James Henstridge  <james@daa.com.au>
17738
17739         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
17740         member to hold masks for detecting the start of a protocol packet.
17741         (mouse_devs): add packet start masks for ps2 and ms device types.
17742         Left the mask for fidmour blank, as I have no idea what it should
17743         be.
17744         (handle_mouse_io): skip bytes until we get to the start of a
17745         packet.  My Logitech mouse seems to be passing an extra NULL pad
17746         byte, and GPM does a similar thing here.
17747         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
17748         this is the ms mouse driver.
17749         (gdk_fb_mouse_ms_packet): fix up button handling, which was
17750         completely broken except for button1.  It was checking the wrong
17751         bit in the packet for the status of the right mouse button, and
17752         wrongly assuming right == button2 rather than 3.  I fixed that and
17753         also added support for middle button (button2).
17754
17755 2000-12-08  Havoc Pennington  <hp@redhat.com>
17756
17757         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
17758         that cause a segfault on text insertion
17759
17760         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
17761         warning
17762
17763         * gtk/gtktextiter.c (test_log_attrs): use
17764         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
17765
17766         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
17767         Get log attrs for a line, using a cache stored on the buffer
17768         
17769         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
17770         reported by Jeff Franks
17771
17772 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
17773
17774         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
17775         /dev/ttyS0 -> /dev/mouse
17776
17777 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
17778
17779         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
17780         Added dummy gdk_fontset_load.
17781
17782 2000-12-08  Alexander Larsson  <alexl@redhat.com>
17783
17784         * docs/README.linux-fb:
17785         * docs/Makefile.am:
17786         Initial GtkFB docs.
17787         
17788         * gdk/linux-fb/Makefile.am:
17789         Define GDK_DATA_PREFIX.
17790
17791         * gdk/linux-fb/gdkmain-fb.c:
17792         Fix typo.
17793         Change default display to /dev/fb0.
17794
17795         * gdk/linux-fb/gdkpango-fb.c:
17796         Add $(prefix)/share/fonts/ to font path.
17797         
17798 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
17799
17800         * gdk/linux-fb/gdkkeyboard-fb.c:
17801         New file containing the abstracted keyboard driver. Most code
17802         taken from gdkinput-ps2.c
17803
17804         * gdk/linux-fb/gdkinput-ps2.c:
17805         Removed file.
17806         
17807         * gdk/linux-fb/Makefile.am:
17808         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
17809
17810         * gdk/linux-fb/gdkcolor-fb.c:
17811         display->fb was renamed to display->fb_fd.
17812
17813         * gdk/linux-fb/gdkcursor-fb.c:
17814         gdk_mouse_get_info -> gdk_fb_mouse_get_info
17815
17816         * gdk/linux-fb/gdkinput.c:
17817         Moved gdk_input_init here from gdkinput-ps2.c
17818
17819         * gdk/linux-fb/gdkmain-fb.c:
17820         display->fb was renamed to display->fb_fd.
17821         Now the tty and the console is opened here instead
17822         of in the keyboard driver. Also check GDK_VT to see what
17823         tty to open.
17824         Move gdk_beep () here from gdkinput-ps2.c
17825         gdk_mouse_get_info -> gdk_fb_mouse_get_info
17826
17827         * gdk/linux-fb/gdkmouse-fb.c:
17828         Add header.
17829         gdk_mouse_get_info -> gdk_fb_mouse_get_info
17830         Return correct keyboard modifiers.
17831         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
17832
17833         * gdk/linux-fb/gdkprivate-fb.h:
17834         Add tty and vt info to display.
17835         Add orignal modeinfo storage to display
17836         Update global functions
17837
17838         * gdk/linux-fb/gdkwindow-fb.c:
17839         Added gdk_fb_window_find_focus().
17840         gdk_mouse_get_info -> gdk_fb_mouse_get_info
17841
17842 2000-12-07  Havoc Pennington  <hp@pobox.com>
17843
17844         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
17845         function, noticed by Alex
17846
17847 2000-12-06  Elliot Lee  <sopwith@redhat.com>
17848
17849         * configure.in: Detect freetype properly
17850
17851         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
17852         above.
17853
17854 2000-12-06  Alexander Larsson  <alexl@redhat.com>
17855
17856         * gdk/linux-fb/Makefile.am:
17857         Add gdkmouse-fb.c
17858         
17859         * gdk/linux-fb/gdkmouse-fb.c:
17860         New file. Abstracted the mouse drivers a bit.
17861
17862         * gdk/linux-fb/gdkcursor-fb.c:
17863         The cursor hide/show functions was moved here from gdkinput-ps2.c.
17864
17865         * gdk/linux-fb/gdkinput-ps2.c:
17866         Removed old mouse handling code. Moved cursor handling code
17867         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
17868         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
17869         gdk_mouse_get_info.
17870
17871         * gdk/linux-fb/gdkmain-fb.c:
17872         Pass NULL pointers for x,y in gdk_mouse_get_info call.
17873
17874         * gdk/linux-fb/gdkprivate-fb.h:
17875         Removed public gdk_fb_find_common_ancestor, added and renamed
17876         functions for the new mouse handling code.
17877
17878         * gdk/linux-fb/gdkwindow-fb.c:
17879         Moved gdk_fb_window_send_crossing_events here. added global
17880         variable gdk_fb_window_containing_pointer. made
17881         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
17882         renamed to gdk_mouse_get_info.
17883
17884 2000-12-06  Alexander Larsson  <alexl@redhat.com>
17885
17886         * gdk/linux-fb/gdkevents-fb.c:
17887         Update to match latest gmain/gsource changes.
17888
17889         * gdk/linux-fb/gdkinput-ps2.c:
17890         Bogus gdk_keymap_get_entries_for_keycode implementation so that
17891         it links. Will be implemented later.
17892
17893 2000-12-03  Havoc Pennington  <hp@pobox.com>
17894
17895         * gdk/Makefile.am: add gdkkeys.[hc]
17896
17897         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
17898         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
17899
17900         * acconfig.h, configure.in: add checks and command line options
17901         for XKB
17902
17903         * gdk/x11/gdkkeys-x11.c: Implement the above functions
17904         
17905         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
17906         and group in the key event
17907
17908         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
17909         field with the low-level hardware key code, and a group
17910         field with the keyboard group
17911
17912         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
17913         and declare a couple globals used for keymap handling
17914         
17915         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
17916         hold down Shift-Control and type a hex number to get a Unicode 
17917         character corresponding to the hex number
17918         (gtk_im_context_simple_get_preedit_string): Fix cursor position
17919         (return bytes not chars)
17920
17921 2000-12-05  Elliot Lee  <sopwith@redhat.com>
17922
17923         * gdk/gdkcolor.h: Make GdkColor specify element sizes
17924         to avoid waste on 64-bit platforms.
17925
17926 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
17927
17928         * INSTALL: Fix link to PNG home, remove reference
17929         to fribidi.
17930
17931         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
17932         
17933         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
17934         tested.)
17935
17936         * gtk/gtkcheckmenuitem.c: Permanently turn on
17937         always_show_toggle.
17938
17939         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
17940         be NULL. (Vladimir Klebanov, #26545)
17941
17942         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
17943         some signed/unsigned comparison problems. (#6510,
17944         David Kaelbling)
17945
17946         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
17947         return type to boolean (Oskar Liljeblad, #18648)
17948
17949 2000-12-05  Alexander Larsson  <alexl@redhat.com>
17950
17951         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
17952         Remove bogus colormap setting.
17953
17954 2000-12-05  Alexander Larsson  <alexl@redhat.com>
17955
17956         * gdk/linux-fb/gdkcolor-fb.c:
17957         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
17958
17959         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
17960         Must set colormap.
17961         
17962 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
17963
17964         * docs/tutorial/gtk-tut.sgml: DND updates
17965
17966 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
17967
17968         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
17969         Remove old debug g_warning().
17970         (gdk_fb_draw_drawable): The src argument can be either a wrapper
17971         or an implementation, just pass the implementation to draw_drawable_2.
17972         
17973         * gdk/linux-fb/gdkprivate-fb.h:
17974         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
17975
17976         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
17977         clear and invalidate area when window is destroyed.
17978         (send_map_events): Remove old commented out code.
17979
17980 2000-12-05  Alexander Larsson  <alexl@redhat.com>
17981
17982         * gdk/linux-fb/gdkpango-fb.c:
17983         Use italic instead of oblique in font aliases.
17984         
17985         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
17986         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
17987         other unsupported functions.
17988
17989 2000-12-04  Havoc Pennington  <hp@redhat.com>
17990
17991         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
17992
17993         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
17994
17995         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
17996
17997         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
17998         hack to avoid infinite loops (synthetic expose event) - 
17999         Owen has more appropriate fixes in a branch he'll check in later.
18000
18001         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
18002         separator, CR, and CRLF as line ends
18003
18004         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
18005         into lines using pango_find_paragraph_boundary(); other bits of
18006         the widget are still going to be broken if the boundary isn't '\n'
18007         though
18008
18009 2000-12-04  Alexander Larsson  <alexl@redhat.com>
18010
18011         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
18012         multiply.
18013
18014         * gdk/linux-fb/gdkpango-fb.c:
18015         Copied some 26.6 scaling macros from pango to clean up the rounding.
18016         (pango_fb_font_get_glyph_info): Correct sign on x value.
18017
18018         * gdk/linux-fb/gdkprivate-fb.h:
18019         Removed unreferenced external functions.
18020
18021         * modules/linux-fb/Makefile.am: Use ` instead of '.
18022
18023         * modules/linux-fb/basic.c:
18024         Remove dead code. In particular the dummy lang engine which broke all
18025         pango layouts in GtkFB. Don't include tables-big.i anymore.
18026
18027         * modules/linux-fb/tables-big.i:
18028         Upgrade to latest version from pango. Left for reference, basic_ranges
18029         moved to basic.c.
18030         
18031 2000-12-04  Havoc Pennington  <hp@redhat.com>
18032
18033         Fix bugs Alex found:
18034         
18035         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
18036         to "draw"
18037
18038         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
18039
18040         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
18041
18042         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
18043         implementation in here, apparently the expose() implementation was
18044         dead code.
18045
18046 2000-12-04  Alexander Larsson  <alexl@redhat.com>
18047
18048         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
18049         Return positive descent.
18050
18051 2000-12-02  Havoc Pennington  <hp@pobox.com>
18052
18053         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
18054         method and signal
18055         
18056         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
18057         calls gdk_window_process_updates() to push the exposes through
18058         (gtk_widget_class_init): No more draw signal, no
18059         gtk_widget_real_draw()  
18060         
18061         * gtk/gtkbin.c (gtk_bin_draw): remove
18062
18063         * gtk/gtkbox.c (gtk_box_draw): remove
18064
18065         * gtk/gtkbutton.c (gtk_button_draw): remove
18066
18067         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
18068
18069         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
18070
18071         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
18072
18073         * gtk/gtkclist.c (gtk_clist_draw): remove
18074
18075         * gtk/gtkentry.c (gtk_entry_draw): remove
18076
18077         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
18078
18079         * gtk/gtkfixed.c (gtk_fixed_draw): remove
18080
18081         * gtk/gtkframe.c (gtk_frame_draw): remove
18082
18083         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
18084
18085         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
18086
18087         * gtk/gtklayout.c (gtk_layout_draw): remove
18088
18089         * gtk/gtklist.c (gtk_list_draw): remove
18090
18091         * gtk/gtklistitem.c (gtk_list_item_draw): remove
18092
18093         * gtk/gtkmenu.c (gtk_menu_draw): remove
18094
18095         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
18096
18097         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
18098
18099         * gtk/gtknotebook.c (gtk_notebook_draw): remove
18100
18101         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
18102
18103         * gtk/gtkpacker.c (gtk_packer_draw): remove
18104
18105         * gtk/gtkrange.c (gtk_range_draw): remove
18106
18107         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
18108
18109         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
18110
18111         * gtk/gtktable.c (gtk_table_draw): remove
18112
18113         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
18114
18115         * gtk/gtktext.c (gtk_text_draw): remove
18116
18117         * gtk/gtktextview.c (gtk_text_view_draw): remove
18118
18119         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
18120
18121         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
18122
18123         * gtk/gtktree.c (gtk_tree_draw): remove
18124
18125         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
18126
18127         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
18128
18129         * gtk/gtkviewport.c (gtk_viewport_draw): remove
18130
18131         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
18132
18133         * gtk/gtkvscale.c (gtk_vscale_draw): remove
18134
18135         * gtk/gtkwindow.c (gtk_window_draw): remove
18136
18137 2000-20-01  Anders Carlsson  <andersca@gnu.org>
18138
18139         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
18140         a GtkToggleButton is both insensitive and active, it was being
18141         drawn by the GtkButton draw handler which doesn't check the
18142         state. Now it's calling gtk_toggle_button_paint instead.
18143         
18144 2000-12-01  Havoc Pennington  <hp@redhat.com>
18145
18146         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
18147         dangling pointers to the appearance attributes from the 
18148         line display
18149
18150         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
18151         width/height to mean "full width/height of drawable"
18152
18153         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
18154         click to select word/line
18155         
18156         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
18157         when getting log attrs. Get a slice, so that pixmaps and stuff
18158         are properly handled.
18159
18160         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
18161         paste into the selection (replaces selection now, previously
18162         crashed or added to selection). Reveals longstanding btree bug -
18163         select multiple lines, middle-click on the selection, boom. This
18164         isn't related to my changes though.
18165
18166         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
18167         PangoLogAttrs changes
18168         (gtk_entry_move_backward_word): ditto
18169
18170         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
18171         functions return bool whether the iter moved onto a
18172         dereferenceable position.
18173  
18174         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
18175         functions for motion in terms of display lines.
18176
18177         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
18178         get the buffer a mark is inside
18179         
18180 2000-12-01  Alexander Larsson  <alexl@redhat.com>
18181
18182         * gdk/linux-fb/Makefile.am:
18183         * modules/linux-fb/Makefile.am:
18184         Freetype 2 final uses freetype-config
18185
18186         * gdk/linux-fb/gdkpango-fb.c:
18187         Upgrade to use Freetype 2 final.
18188         More flexible support for font aliases, this also fixes a bug with
18189         GtkFontSelector, as the aliases must be visible in the font/family list,
18190         or GtkFontSelector reads uninitialized memory.
18191
18192 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
18193
18194         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
18195         XGetIMValues to properly terminate variable argument list, and do
18196         NULL return check for ic_values and xim_styles.
18197
18198         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
18199         Restore preedit state after XmbResetIC().
18200         
18201         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
18202         XvaCreateNestedList() should take XvaNestedList, but not
18203         XvaNestedList*.
18204
18205         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
18206         preedit_draw_callback, preedit_caret_callback): Match
18207         "preedit-changed" signal name to "preedit_changed" to be
18208         consistent to the spec.
18209
18210         * gtk/gtkimcontextsimple.c (check_table):
18211         Match "preedit-changed" to "preedit_changed" to be consistent
18212         to the spec.
18213
18214 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
18215
18216         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
18217         gc->clip_region == NULL>
18218
18219 2000-11-30  Tor Lillqvist  <tml@iki.fi>
18220
18221         Changes by Hans Breuer:
18222         
18223         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
18224         Dont't use negative width and height as max_hints. This fixes
18225         Owen's recent testgtk changes for win32.
18226
18227         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
18228         gdk_win32_hdc_release): These are exported and may be called with
18229         other drawable types than our GdkDrawableImplWin32 (?).
18230
18231         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
18232         so always #define USE_BACKING_STORE.
18233
18234         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
18235         of printf for debugging output.
18236
18237         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
18238         
18239         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
18240
18241         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
18242         declaration.
18243
18244         * gtk/gtktexttypes.h: Ditto.
18245
18246         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
18247         (GDK_VoidSymbol) also if in case of arg check failure.
18248
18249         * gtk/gtkimcontextsimple.c
18250         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
18251         position to the pointer, but to the variable it points to.
18252
18253         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
18254
18255         * gtk/gtk.def: Updates.
18256
18257 2000-11-29  Elliot Lee  <sopwith@redhat.com>
18258
18259         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
18260         GTK_TYPE_TREE_MODEL.
18261
18262 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18263
18264         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
18265         Set the size of the font from the description.
18266         (gdk_text_width): Gross hack that calculates the width
18267         of text by text_length * size/2. This is necessary because
18268         GtkLabel does some ugly gtk_string_width call to calculate
18269         an good size.
18270         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
18271
18272 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
18273
18274         * docs/tutorial/gtk-tut.sgml: DND updates
18275
18276 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18277
18278         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
18279         If you pass width or height == 0 to gdk_window_clear_area they
18280         should be calculated from the window size.
18281
18282 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18283
18284         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
18285         a grab, but no grab-cursor, use the cursor from the grabbed
18286         window. (gdk_fb_window_send_crossing_events): Send normal
18287         enter/leave notifications if grab and owner_events == TRUE.
18288
18289 2000-11-29  Alexander Larsson  <alexl@redhat.com>
18290
18291         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
18292         Do implicit button grabs, even if the window doesn't
18293         want the event.
18294         (gdk_fb_window_send_crossing_events): If there is a
18295         grab, only the grabbed window gets normal enter/leave
18296         notifications. On ungrab go from grabbed window to current.
18297         Don't send any notification to b when propagating from c -> b.
18298         If setting a grab on window, don't set prev_window.
18299         (handle_mouse_input): Send enter/leave events to the window the
18300         mouse is over, not the grabbed one.
18301         
18302 2000-11-28  Elliot Lee  <sopwith@redhat.com>
18303
18304         * gdk/gdkregion-generic.c: Zap warning.
18305         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
18306         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
18307
18308 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
18309
18310         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
18311         The cursor should be hidden if it is part of either the
18312         source or destination region. Not only if it is in both.
18313         (gdk_window_set_transient_for): Silence warnings.
18314
18315 2000-11-28  Alexander Larsson  <alexl@redhat.com>
18316
18317         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
18318         The default mode in X is Pie Arcs, therefore that is
18319         what Gtk+ uses.
18320
18321 2000-11-28  Alexander Larsson  <alexl@redhat.com>
18322
18323         * gdk/linux-fb/gdkinput-ps2.c:
18324         Implement correct EnterNotify/LeaveNotify:
18325         (gdk_fb_window_send_crossing_events): New function that sends
18326         all GdkCrossingEvents from the last mouse-window to the specified
18327         destination.
18328         (gdk_fb_window_visibility_crossing): Removed function.
18329         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
18330         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
18331         instead of gdk_window_get_pointer() for better readability.
18332
18333         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
18334         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
18335
18336         * gdk/linux-fb/gdkprivate-fb.h:
18337         removed gdk_fb_window_visibility_crossing, added
18338         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
18339
18340         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
18341         New function that finds the least common ancestor of two windows.
18342         (gdk_window_show, gdk_window_hide):
18343         Use gdk_fb_window_send_crossing_events.
18344         (gdk_fb_window_move_resize): Send configure events to toplevel
18345         windows. Use gdk_fb_window_send_crossing_events.
18346
18347 2000-11-27  Havoc Pennington  <hp@redhat.com>
18348
18349         * gtk/gtkprivate.h (enum): Remove a trailing comma
18350
18351 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
18352
18353         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
18354         the "changed" callback of the adjustment.  We need to redraw the
18355         spin button's arrows when the adjustment's range changes.
18356         (adjustment_changed_cb): Draw the arrows.
18357         (gtk_spin_button_value_changed): Draw the arrows.
18358
18359 2000-11-23  Alexander Larsson  <alexl@redhat.com>
18360
18361         * gdk/linux-fb/gdkselection-fb.c:
18362         Initial selection implementation.
18363
18364         * gtk/gtkselection.c:
18365         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
18366         requestor in gtk_selection_request.
18367         
18368         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
18369         Added gdk_selection_property atom.
18370
18371         * gdk/linux-fb/gdkprivate-fb.h:
18372         Export _gdk_selection_window_destroyed.
18373         Removed mask_off_x/y from GdkCursorPrivateFB.
18374         Removed hbearing, added top, left to PangoFBGlyphInfo.
18375
18376         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
18377         Call _gdk_selection_window_destroyed
18378         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
18379         the root window has been created.
18380         (static_dx_hack, static_dy_hack, compare_draw_rects,
18381         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
18382         in region. They are already sorted. Instead just traverse them in
18383         reverse if draw_direction < 0.
18384         
18385         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
18386         Double-clicks must be sent after the normal button_press.
18387         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
18388         
18389         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
18390         Pass _gdk_fb_screen_gc instead of NULL.
18391
18392         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
18393         Initialize gdk_selection_property.
18394         (gdk_event_make): Remove unused code.
18395
18396         * gdk/linux-fb/gdkcursor-fb.c:
18397         Make the pixmap for the cursor the same size as the mask. Also remove
18398         the mask_off_x/y fields in GdkCursorPrivateFB and combine
18399         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
18400         Now the whole cursor is visible.
18401
18402         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
18403         Fix bug where xdest+height instead of ydest+height was used
18404         to calculate if the source and dest overlapped. This fixes the
18405         redraw bug when the main window in testgtk was scrolled when
18406         partially covered by a tall window.
18407         Copy rectangles in region in order depending on draw_direction.
18408         Also moved the draw_direction flipping of start_y and end_y into
18409         the gc functions, as this might not be what all of them want.
18410         (gdk_fb_draw_lines): Support dashed lines.
18411         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
18412         so that the text is positioned correctly (was 1 pixel high).
18413
18414         gdk/linux-fb/gdkgc-fb.c:
18415         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
18416         all lines were drawn a pixel to short. Also checked the default of
18417         the rest of the values, and they're the same as X now.
18418
18419         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
18420         Clean up pixel positioning of the glyphs. Just use bgy->top and
18421         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
18422         to all divisions to get correct rounding behaviour.
18423
18424         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
18425         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
18426         Moved start_y/end_y flip into draw_drawable implementations.
18427         Flip also x rendering when draw_direction < 0.
18428         Remove unneccesary multiply with draw_direction.
18429
18430 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
18431
18432         * docs/tutorial/gtk-tut.sgml:
18433           - get rid of gtk_toggle_button_toggled FUD
18434           - start DND section - needs work - based on:
18435                 http://wolfpack.twu.net/docs/gtkdnd/
18436
18437 2000-11-22  Alexander Larsson  <alexl@redhat.com>
18438
18439         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
18440         Correct calculation of font metrics. Now GtkEntrys have sane
18441         size.
18442
18443 2000-11-22  Alexander Larsson  <alexl@redhat.com>
18444
18445         * gdk/gdktypes.h:
18446         Add new type GdkSpan
18447         
18448         * docs/reference/gdk/gdk-sections.txt,
18449         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
18450         gdk/gdkregion.h:
18451         Implement and document gdk_region_spans_intersect_foreach.
18452
18453         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
18454         Add new file gdkrender-fb.c which contains all core
18455         rendering code.
18456         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
18457         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
18458         (optimized rectangle fillers).
18459
18460         * gdk/linux-fb/gdkdrawable-fb2.c:
18461         Move all rendering code to gdkrender-fb.c.
18462         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
18463         Use the new span intersection functions in gdk_fb_fill_spans.
18464         gdk_fb_draw_rectangle() clips filled rectangles and calls
18465         gc->fill_rectangle with the result.
18466         gdk_fb_fill_spans() gets extra argument "sorted".
18467
18468         * gdk/linux-fb/gdkevents-fb.c:
18469         Remove unused includes and defines.
18470         New function gdk_fb_get_time() to get correct time for events.
18471
18472         * gdk/linux-fb/gdkinput-ps2.c:
18473         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
18474         Make sure to set the time of all events.
18475
18476         * gdk/linux-fb/gdkmain-fb.c:
18477         Use gdk_fb_get_time ().
18478
18479         * gdk/linux-fb/gdkprivate-fb.h:
18480         New virtual GC calls: fill_span & fill_rectangle.
18481         Export gdk_fb_get_time().
18482         gdk_fb_fill_spans() gets extra argument "sorted".
18483
18484         * gdk/linux-fb/mi*.c:
18485         Use GdkSpan instead of GdkRectangle.
18486         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
18487         from XFree 4 source)
18488         
18489 2000-11-22    <jrb@redhat.com>
18490
18491         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
18492         reversing the order in an if statement will do.  Doing so managed
18493         to make the treemodelsort half work.  Other half will follow after
18494         I get the insert function fully fixed.
18495
18496 2000-11-21  Elliot Lee  <sopwith@redhat.com>
18497         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
18498         more than 2 bits. Besides, I need to implement an evil hack. :)
18499
18500 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
18501
18502         * docs/tutorial/gtk-tut.sgml: minor corrections
18503
18504 2000-11-20  Jonathan Blandford <jrb@redhat.com>
18505         * gtk/gtktreemodelsort.h: Add convertion functions to let you
18506           convert to and from relative path's and iters.
18507
18508         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
18509           testing sorting functions a bit better.  Currently broken -- will
18510           fix in morning.
18511
18512 2000-11-20  Havoc Pennington  <hp@redhat.com>
18513
18514         * gtk/gtkwidget.c: Documented a bunch of functions in here
18515         (gtk_widget_realize): Warn if you try to realize
18516         a widget with no parent that isn't a toplevel
18517         (gtk_widget_intersect): return a gboolean
18518
18519 2000-11-20  Havoc Pennington  <hp@redhat.com>
18520
18521         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
18522         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
18523         scrolling to be implemented in GDK to finish. Also, right now
18524         we just size_allocate all children on every layout change,
18525         which is pretty lame. Test commented out of testtext.c, 
18526         until it works better.
18527
18528 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
18529
18530         * gdk/linux-fb/gdkdrawable-fb2.c:
18531         Removed unused arguments from gdk_fb_drawable_get_pixel().
18532
18533         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
18534         Renamed fidur specific mouse packet data in MouseDevice to
18535         generic. Used it in ps2 mouse handling code to avoid blocking
18536         reads.
18537
18538 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
18539
18540         * demos/gtk-demo/main.c: Changed to have the list become
18541         non-italic when the demo window is destroyed through an external
18542         event (like a close button).  Doing so found three bugs in the
18543         widget.
18544
18545         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
18546
18547         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
18548         we actually set the cell.
18549
18550         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
18551
18552         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
18553         free a leaked path.  Thanks memprof.
18554
18555 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
18556
18557         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
18558         off-by-one error when destroying allocated segments
18559         on failure. (Elliot)
18560
18561 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
18562
18563         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
18564         memleaks found by Evan Martin.
18565
18566 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
18567
18568         * Released 1.3.2
18569         
18570         * NEWS: Updates for 1.3.2
18571
18572 2000-11-17  Tor Lillqvist  <tml@iki.fi>
18573
18574         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
18575         but in general for window system specific events.
18576
18577         * gtk/gtk.def
18578         * gtk/makefile.mingw.in
18579         * gtk/makefile.msc.in: Update.
18580         
18581         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
18582
18583 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
18584
18585         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
18586         distribute gtk.immodules.
18587
18588         * gtk/Makefile.am (install-data-local): Don't install the
18589         gtk.immodules file created for the uninstalled modules;
18590         instead run gtk-query-immodules after install
18591
18592 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
18593
18594         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
18595         -rpath to the right install location.
18596
18597         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
18598         -export-dynamic.
18599
18600         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
18601         properly.
18602
18603 2000-11-15  Havoc Pennington  <hp@pobox.com>
18604
18605         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
18606         patch from Mikael Hermansson to temporarily stop blinking while
18607         the user is using the keyboard to type or navigate. 
18608
18609         Also, when blinking, stay on for longer than we stay off. Also,
18610         return from start_cursor_blink if !cursor_visible, to save
18611         checking that flag all over the place before we call
18612         start_cursor_blink.
18613
18614 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
18615
18616         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
18617         only contain a "fontset" line, which is now ignored.
18618
18619         * gtk/gtkentry.c (gtk_entry_button_release): Make 
18620         double-click-to-select-word work.
18621         
18622 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
18623
18624         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
18625         Don't move back one char when we are actually at the end of the 
18626         paragraph.
18627
18628 2000-11-15  Robert Brady  <robert@suse.co.uk>
18629
18630         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
18631         'o' < 'p'.
18632         
18633         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
18634         bind_textdomain_codeset.
18635
18636         (gtk_init_check): Make the warning about translating default:LTR
18637         sterner.
18638         
18639 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
18640
18641         * **/Makefile.am : remove unecessary rules for win32-specific
18642         config-substituted targets. If you want these rules, use
18643         --enable-maintainer-mode (called automatically by autogen.sh).
18644         Stops a lot of unneccessary make-time warnings.
18645
18646         * gtk/gtktext{layout,display}.c: Factor in total width as
18647         well as screen when figuring alignment for word-wrap as well as
18648         no wrap; this is necessary to handle lines that cannot be wrapped
18649         at all.
18650
18651 2000-11-15  Havoc Pennington  <hp@redhat.com>
18652
18653         * gtk/testtext.c: Implement essential color cycling feature
18654
18655 2000-11-15  Havoc Pennington  <hp@redhat.com>
18656
18657         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
18658         when we invalidate the main window.
18659
18660         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
18661         GtkTextView will now invalidate the side windows for us when text
18662         changes.
18663
18664 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
18665
18666         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
18667         unconditionally, since we may need to update the horizontal
18668         scrollbars even if the height didn't change.
18669
18670         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
18671         the extra attrs, since some of them affect size.
18672
18673         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
18674         x_offset correctly.
18675
18676 2000-11-15  Havoc Pennington  <hp@redhat.com>
18677
18678         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
18679         don't move the first line out into the margin, instead move the
18680         whole paragraph in order to make space for the first line within 
18681         the margin
18682
18683 2000-11-15  Havoc Pennington  <hp@redhat.com>
18684
18685         * gtk/gtktextview.c (changed_handler): offset redraw rect by
18686         xoffset in addition to yoffset, so horizontal scrolling doesn't
18687         break redraws
18688
18689 2000-11-15  Havoc Pennington  <hp@redhat.com>
18690
18691         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
18692         from the cursor
18693         (render_layout_line): fix reversed test that caused weird
18694         underlines to get drawn
18695
18696 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
18697
18698         * gdk/linux-fb/gdkprivate-fb.h:
18699         Fix debug macros.
18700         
18701 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
18702
18703         * gdk/linux-fb/gdkprivate-fb.h:
18704         Added virtual functions set_pixel, get_color,
18705         fill_span and draw_drawable to the GC.
18706         Added global _gdk_fb_screen_gc to use instead of
18707         NULL when drawing to the screen.
18708         Added _gdk_fb_gc_calc_state() prototype.
18709
18710         * gdk/linux-fb/gdkgc-fb.c:
18711         Call _gdk_fb_gc_calc_state() on any gc state change.
18712
18713         * gdk/linux-fb/gdkglobals-fb.c:
18714         Add _gdk_fb_screen_gc
18715                 
18716         * gdk/linux-fb/gdkdrawable-fb2.c:
18717         _gdk_fb_gc_calc_state() calculates best functions
18718         for the GC state and depth.
18719         Moved bpp specialized code to separate functions.
18720         Added optimized 24 bpp AA draw_drawable.
18721
18722         * gdk/linux-fb/gdkevents-fb.c:
18723         Silence gcc warning.
18724
18725         * gdk/linux-fb/gdkimage-fb.c:
18726         Use _gdk_fb_screen_gc
18727
18728         * gdk/linux-fb/gdkwindow-fb.c:
18729         Init and use _gdk_fb_screen_gc
18730
18731         * gdk/linux-fb/mitypes.h:
18732         Remove unused types.
18733
18734 2000-11-14  Havoc Pennington  <hp@pobox.com>
18735
18736         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
18737         to pixels
18738
18739 2000-11-14  Havoc Pennington  <hp@pobox.com>
18740
18741         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
18742
18743         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
18744         unknown char, no real reason we were using a variable. 
18745         Remove gtk_text_unknown_char variable. Fix all the text widget
18746         files accordingly.
18747
18748         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
18749         since the Unicode spec seems to prefer that character for our
18750         purposes.
18751
18752 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
18753
18754         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
18755         value of g_getenv() isn't freeable, so g_strdup it.
18756
18757         * modules/input/inuktitut.c: Inuktitut input method.
18758
18759         * modules/input/Makefile.am: Build this.
18760         
18761 2000-11-14  Elliot Lee  <sopwith@redhat.com>
18762
18763         * gtk/Makefile.am: Install gtk.immodules, needed for operation
18764         of gtk programs.
18765
18766 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
18767
18768         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
18769         reversed > that was causing Home to go to end of previous line.
18770
18771         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
18772         modified-keypresses (leave for bindings.)
18773
18774         * modules/input/Makefile.am: Remove useless -export-dynamic
18775         from module LDFLAGS.
18776
18777 2000-11-14  Havoc Pennington  <hp@redhat.com>
18778
18779         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
18780         higher.
18781
18782         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
18783         account. Also, render rise, underline, background, etc. for
18784         pixbufs as well as text. Also, draw underlines one pixel higher.
18785
18786         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
18787         PangoAttribute for the rise, so it gets drawn properly. Also,
18788         add the GtkTextAppearance attribute for pixbuf/widget segments
18789         as well; we should go ahead and have rise, underline, background,
18790         stipple work for those
18791
18792         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
18793         Pango
18794
18795 2000-11-15  Tor Lillqvist  <tml@iki.fi>
18796
18797         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
18798
18799         * gtk/gtk.def: Update.
18800
18801         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
18802         included.
18803         (gtk_rc_get_im_module_file): Use run-time installation directory
18804         on Win32.
18805
18806         * gdk/win32/rc/gdk.rc: Remove.
18807         * gdk/win32/rc/gdk.rc.in: New file.
18808         * gdk/win32/rc/Makefile.am: New file
18809         * gdk/win32/Makefile.am: Corresponding changes.
18810
18811         * gtk/gtk.rc: Remove.
18812         * gtk/gtk-win32.rc.in: New file.
18813         * gtk/Makefile.am: Corresponding changes.
18814
18815         * configure.in: Corresponding changes.
18816
18817         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
18818         has a built gtkcompat.h. Developers using CVS code on Win32 can
18819         hand-edit it from gtkcompat.h.in.
18820
18821         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
18822         gtkcompat.h from gtkcompat.h.win32.
18823
18824 2000-11-14  Havoc Pennington  <hp@redhat.com>
18825
18826         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
18827         to default to GDK_ACTION_MOVE if the drag is within a single
18828         widget. Defaults to GDK_ACTION_COPY between widgets.
18829
18830 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
18831
18832         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
18833
18834         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
18835
18836         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
18837         srcdir != builddir
18838
18839         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
18840
18841         * configure.in (GTK_VERSION): Up to 1.3.2
18842
18843         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
18844         gtkimcontextxim.h
18845
18846         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
18847         missing doc comment.
18848
18849 2000-11-14  Alexander Larsson  <alexl@redhat.com>
18850
18851         * modules/linux-fb/basic.c:
18852         Use the glib iconv wrappers.
18853
18854 2000-11-13  Havoc Pennington  <hp@pobox.com>
18855
18856         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
18857         still more bugs.
18858
18859         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
18860         scroll the GdkWindows before realization.
18861
18862 2000-11-13  Havoc Pennington  <hp@redhat.com>
18863
18864         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
18865         where GC didn't always get updated properly
18866
18867         * demos/gtk-demo/textview.c (create_tags): Use subattributes
18868         of fonts instead of setting the entire font
18869
18870         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
18871         setting entire font
18872
18873         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
18874
18875         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
18876         a bunch of individually-settable font attributes. You can still 
18877         use the "font" and "font_desc" args, they just set all the font
18878         attributes at once.
18879
18880 2000-11-13 Elliot Lee <sopwith@redhat.com>
18881
18882         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
18883
18884 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
18885
18886         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
18887         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
18888
18889         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
18890         work better.
18891
18892 2000-11-13  Havoc Pennington  <hp@redhat.com>
18893
18894         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
18895         the module file.
18896
18897         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
18898         dest->language
18899
18900         * gtk/testtext.c: Test pixels above/below/inside paragraphs
18901         settings
18902
18903         * gtk/gtktextview.c: Implement object args and setters/getters for
18904         all the aspects of the GtkTextAttributes that are not set from
18905         GtkWidget attributes. This is spacing, justification, margins,
18906         etc.
18907
18908         (gtk_text_view_set_arg)
18909         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
18910         args
18911         (gtk_text_view_class_init): Add args for justify, left_margin,
18912         right_margin, indent, and tabs
18913         
18914
18915         * gtk/gtktextlayout.c (set_para_values): fix to display indent
18916         attribute properly
18917
18918         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
18919         replace with indent attribute
18920
18921         * gtk/gtktextlayout.c (set_para_values): multiply indent by
18922         PANGO_SCALE
18923
18924         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
18925         rearranging code to do that
18926         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
18927         i.e. don't subtract the top_margin first, just to keep
18928         all margin-futzing in one place.
18929
18930         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
18931
18932         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
18933         special case of last line, Pango now handles this itself.
18934         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
18935         Y coordinate
18936         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
18937         (find_display_line_above): wasn't moving the byte index as it
18938         iterated over lines, so always returned byte 0. Also, port to use
18939         PangoLayoutIter.
18940         (find_display_line_below): same problem as
18941         find_display_line_above. Also, port to use PangoLayoutIter.
18942
18943 2000-11-13  Alexander Larsson  <alexl@redhat.com>
18944
18945         * gdk/linux-fb/*.[ch]:
18946         Massive reindent to gtk+ standard. My hands hurt.
18947
18948         * gdk/linux-fb/gdkcolor-fb.c:
18949         Move GdkColorPrivateFB from inherited to windowing_data
18950
18951         * gdk/linux-fb/gdkcursor-fb.c:
18952         _gdk_cursor_new_from_pixmap made static
18953
18954         * gdk/linux-fb/gdkdnd-fb.c:
18955         GdkDragContextPrivate moved to windowing_data
18956
18957         * gdk/linux-fb/gdkdrawable-fb2.c:
18958         Removed endian.h, use glib endianness macros instead
18959         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
18960         and GDK_DRAWABLE_IMPL_FBDATA
18961
18962         * gdk/linux-fb/gdkfont-fb.c:
18963         Add empty gdk_font_load(). Needed for linking of Gtk+.
18964
18965         * gdk/linux-fb/gdkimage-fb.c:
18966         Removed endian.h, use glib endianness macros instead
18967         Moved GdkImagePrivateFB to windowing_data
18968         gdk_image_new_bitmap didn't always allocate enough
18969         memory.
18970
18971         * gdk/linux-fb/gdkinput-ps2.c:
18972         Added semi-working support for MS serial mice.
18973
18974         * gdk/linux-fb/gdkprivate-fb.h:
18975         s/GdkWindowPrivate/GdkWindowObject/
18976         Removed GdkWindowPrivate typedef
18977         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
18978         Removed GDK_DRAWABLE_P
18979         Move GdkColorPrivateFB from inherited to windowing_data
18980         Moved GdkImagePrivateFB to windowing_data
18981
18982         * gdk/linux-fb/gdkvisual-fb.c:
18983         Removed some unused debug code.
18984
18985         * gdk/linux-fb/gdkwindow-fb.c:
18986         Use stock cursors instead of including X headers.
18987         s/GdkWindowPrivate/GdkWindowObject/
18988
18989         * gdk/linux-fb/mitypes.h:
18990         Removed unused types.
18991
18992         * modules/linux-fb/basic.c:
18993         Use the pango fribidi wrappers.
18994
18995 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
18996
18997         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
18998         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
18999         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
19000         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
19001         GEqualFunc where applicable.
19002         
19003         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
19004         pango_font_description_equal as changed in pango.
19005         
19006         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
19007
19008         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
19009
19010         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
19011
19012         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
19013
19014         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
19015
19016         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
19017
19018         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
19019         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
19020
19021         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
19022         gtk_rc_styles_compare -> gtk_rc_styles_equal.
19023
19024 2000-11-12  Havoc Pennington  <hp@pobox.com>
19025
19026         * demos/gtk-demo/Makefile.am (democodedir): change demo install
19027         dir to datadir/gtk+-2.0/demo
19028
19029         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
19030         sorts of text widget and Pango font bugs. Urgh.
19031
19032         * demos/gtk-demo/Makefile.am (demos): Add textview.c
19033
19034         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
19035         tree that you should double click to see the demo. Fix 
19036         types of variables to reflect changed return values from 
19037         GtkTreeStore and GtkTreeViewColumn constructors.
19038
19039         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
19040         newly-created buffer to prepare for GObject semantics
19041
19042         * gtk/testtext.c: don't leak the buffer with GObject semantics
19043
19044         * gtk/testtextbuffer.c: ditto
19045         
19046 2000-11-12  Havoc Pennington  <hp@pobox.com>
19047
19048         Rename this testgtk to gtk-demo to avoid confusion, and 
19049         install it so people can use it as a supplement to 
19050         the documentation.
19051         
19052         * demos/gtk-demo: Moved from demos/testgtk
19053
19054         * demos/testgtk: Removed
19055
19056         * configure.in: make Makefile in gtk-demo
19057         
19058         * demos/gtk-demo/Makefile.am: Install sample source to 
19059         datadir/gtk-demo (maybe there's a better place?), and 
19060         rename the binary to gtk-demo
19061         
19062         * demos/gtk-demo/main.c (load_file): Load installed sample
19063         source if source isn't found in pwd.
19064
19065 2000-11-09  Havoc Pennington  <hp@pobox.com>
19066
19067         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
19068         argument to set the char displayed when visibility == FALSE
19069         (gtk_entry_create_layout): If !entry->visible, replace 
19070         all chars with the "invisible char"
19071
19072         * gtk/testgtk.c: Test the invisible_char deal
19073         
19074 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
19075
19076         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
19077         can't get a native font in the right encoding.
19078
19079 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
19080
19081         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
19082         respectively.
19083
19084 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
19085
19086         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
19087         Fix warning when moving between paragraphs.
19088
19089         * gtk/gtkentry.[ch]: Change move => move_cursor, 
19090         delete => delete_from_cursor, insert => insert_at_cursor
19091
19092 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
19093
19094         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
19095
19096         * modules/input/imthai-broken.c: A Thai input method for use if
19097         Thai keys are really generating Latin1 keysyms.
19098
19099         * modules/input/Makefile.am: Build these.
19100
19101 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
19102
19103         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
19104         g_filename_{to,from}_utf8 now takes an extra parameter.
19105
19106         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
19107         strftime into UTF-8.
19108
19109         (column_from_x, gtk_calendar_paint_day_names): Support RTL
19110         calendars.
19111
19112         (gtk_calendar_paint_day_names): Draw day names in the right 
19113         place.
19114         
19115 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
19116
19117         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
19118         problem with using result of g_get_charset() backwards -
19119         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
19120
19121         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
19122         negative min_width/height and max_width/height to
19123         mean "requisition"; this allows setting a window
19124         to be user-resizable in only one direction easily.
19125
19126         * gtk/testgtk.c (create_main_window): Remove hard-coded
19127         usize - set a default size in the vertical direction.
19128
19129 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
19130
19131         * gtk/gtkrange.c: Add some missing casts. Support 
19132         2 and 3 button clicks on the arrows to mean 
19133         "move by pages" and "jump to end". (Like gtkspinbutton)
19134
19135 2000-11-12 Hans Breuer <Hans@Breuer.Org>
19136
19137         * gdk/win32/makefile.msc : reflect build module changes
19138
19139         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
19140         from GdkPixmap*, cast implementation member instead.
19141
19142         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
19143         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
19144         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
19145         more Gdi functions return value checking. 
19146         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
19147         GdkImagePrivateWin32 *.
19148
19149         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
19150         menus useable again. Add #pragma message to keep reminded on this issue.
19151         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
19152         windows. This allows to enable backing store on Win32!
19153
19154         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
19155         in drawable is of impl type. Correct specific type checks appropriate.
19156  
19157         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
19158         GDK_WINDOW_DESTROYED before allocating new resources.
19159
19160         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
19161
19162         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
19163         (gdk_window_foreign_new) initialize parent handle.
19164         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
19165
19166         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
19167         Let the GDI invalidate the window on MoveWindow call to fix scrolling
19168         problems (e.g. main buttons in testgtk). 
19169
19170 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
19171
19172         * gtk/gtkentry.c (gtk_entry_key_press): Call 
19173         gtk_widget_activate for GDK_Return.
19174
19175         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
19176         of preedit cursor position.
19177
19178 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
19179
19180         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
19181         static.
19182
19183 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
19184
19185         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
19186         out support for multiple locales; that simple doesn't
19187         work reliably with current Xlib
19188
19189         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
19190         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
19191         Add support for positioning the cursor within the preedit string.
19192
19193 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
19194
19195         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
19196         at XIM input method module.
19197
19198         * gtk/gtktextview.c: Check for bindings after passing
19199         events to im context filter.
19200
19201 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
19202
19203         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
19204         empty attribute lists properly.
19205
19206 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
19207
19208         * gtk/queryimmodules.c (main): Return non-zero exit
19209         status if errors were encountered querying any
19210         modules.
19211
19212         * modules/input/Makefile.am (moduledir): remove
19213         leftover bin program target.
19214
19215         * docs/make-todo: Fix typo in error message.
19216
19217 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
19218
19219         * configure.in: Add modules/input/Makefile
19220
19221 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
19222
19223         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
19224         don't include gtkthemes.h.
19225
19226         * gtk/testgtk.c gtk/testtext.c: Set environment variables
19227         to point
19228
19229         * gtk/Makefile.am: Add new .c and .h files, build 
19230         gtk-query-immodules and use it to create a gtk.immodules
19231         file for use of test programs.
19232
19233         * gtk/gtkpreview.c: remove extra blank line.
19234
19235 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
19236
19237         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
19238         Add the ability to add extra tables beyond the default
19239         one, and also the ability to have compose sequences 
19240         that are prefixes of other compose sequences. 
19241
19242         * gtk/gtkimcontextsimple.c: Export a preedit string which
19243         consists of possible candidates for keystrokes that have
19244         been entered but not yet committed.
19245
19246         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
19247         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
19248
19249         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
19250         Add a function to add input-method switching menu items
19251         to a menu.
19252
19253         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
19254         when switching input methods.
19255
19256         * gtk/gtkimcontextsimple.[ch]: Change the format of
19257         the compose table to allow compose tables of different
19258         lengths / sequence.
19259
19260 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
19261
19262         * gtk/gtkimmodule.[ch]: Support routines for loading
19263         GtkIMContext implementations dynamically at runtime.
19264
19265         * modules/input/imcyrillic-translit.c: A sample input
19266         method (based on GtkIMContextSimple with an extra table),
19267         which demonstrates preedit strings and the module
19268         system for input modules
19269
19270         * gtk/queryimmodules.c: Program to query the available
19271         input modules and write the results into a file.
19272          
19273         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
19274         extra config options "im_module_file" (cache file for
19275         input method modules), and "im_module_path" - path
19276         to look for modules when generating cache file.
19277
19278         This doesn't scale.
19279
19280 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
19281
19282         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
19283         generic code from gtkthemes into a new abstraction
19284         GtkModule which has the logic for implementing
19285         a loadable module which implements a number of 
19286         GObject types.
19287
19288 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
19289
19290         * gtk/gtkeditable.[ch]: Convert GtkEditable from
19291         a class into an interface  
19292         
19293         * gtk/gtkoldeditable.[ch]: Move the old editable
19294         implementation into here, so legacy widgets can
19295         still rely on the implemenation. GtkOldEditable
19296         exports GtkEditable. Make selection handling
19297         code use new text conversion functions (and
19298         handle UTF-8 as a side-effect). Use GtkClipboard
19299         for CLIPBOARD.
19300
19301         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
19302         Adopt to match above changes.
19303
19304         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
19305         avoid GtkOldEditable implementation. Restructure
19306         to reduce number of places that modify state directly.
19307         Move to GtkBindingSet. Display the preedit string.
19308         Queue recomputation of PangoLayout and scroll position
19309         to improve effiency of doing complex changes naively.
19310         Add a menu with cut/copy/paste and input method selection.
19311
19312 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
19313
19314         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
19315         to set preedit string and attributes; display preedit string by
19316         inserting string and attributes at cursor when creating the
19317         GtkTextLineDisplay.
19318
19319         * gtk/gtktextlayout.c: Move all conversions between byte
19320         positions in PangoLayout and GtkTextIter into new functions
19321         line_display_iter_to_index/index_to_iter that properly
19322         handle the preedit string.
19323
19324         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
19325         it to return const char * (eventually will end up
19326         as GCONST char *, most likely.)
19327
19328         * gtk/gtktextview.[ch]: Handle the preedit string, call
19329         gtk_im_context_reset() as necessary, add a menu to switch
19330         input methods.
19331         
19332         * gtk/gtktextlayout.[ch]: Remove useless
19333         gtk_text_layout_get_log_attrs() function.
19334
19335 2000-11-11  Tor Lillqvist  <tml@iki.fi>
19336
19337         * gdk/gdk.def
19338         * gtk/gtk.def: Update.
19339
19340         * gdk/win32/*.c: Add last argument to g_type_register_static()
19341         calls.
19342
19343         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
19344
19345         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
19346         generated by older wheel mouse drivers. Get the correct y
19347         coordinate from WM_MOUSEWHEEL messages.
19348
19349         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
19350         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
19351         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
19352         Debugging functions.
19353
19354         * gdk/win32/gdkprivate-win32.h: Declare them.
19355
19356         * gdk/win32/gdkinput-win32.h: Add declaration for
19357         gdk_input_window_destroy().
19358
19359         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
19360
19361 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
19362
19363         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
19364         function to help handle keeping things in sync.
19365
19366 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
19367
19368         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
19369         BOXED marshallers.
19370
19371         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
19372         (gtk_list_store_class_init): use the new BOXED marshallers.
19373
19374         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
19375         new_with_values to new_with_types.
19376         (gtk_tree_store_get_column_type): add this.
19377         (gtk_tree_store_class_init): use the new BOXED marshallers.
19378
19379         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
19380         mirror some POINTER marshallers.
19381
19382 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
19383
19384         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
19385         allow more interesting iterators.  Also, made the lifecycle of
19386         iterators more explicit.
19387
19388         * gtk/gtktreemodelsort.[ch]: New model for sorting.
19389
19390         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
19391         types.
19392
19393 2000-11-09  Alexander Larsson  <alexl@redhat.com>
19394
19395         * demos/testgtk/menus.c:
19396         Changes to make the new testgtk compile after
19397         gtk_menu_append was removed.
19398
19399         * gdk/linux-fb/gdkdrawable-fb2.c
19400         (gdk_fb_get_depth, gdk_fb_get_visual,
19401         gdk_drawable_impl_fb_class_init): Implement
19402         these drawable functions. Now GtkImages work again.
19403
19404         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
19405
19406         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
19407         
19408         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
19409         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
19410         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
19411         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
19412
19413 2000-11-08  Havoc Pennington  <hp@pobox.com>
19414
19415         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
19416         visible_set args, don't know where these had gone, I thought they
19417         used to be there
19418
19419         * gtk/testtext.c: Add a menu item to apply invisibility tag;
19420         now we can test the feature and see that it's totally broken.
19421
19422 2000-11-08  Havoc Pennington  <hp@pobox.com>
19423
19424         Make DND copy pixbufs and tags when source and target share a 
19425         tag table.
19426         
19427         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
19428         in-process GTK_TEXT_BUFFER_CONTENTS target
19429         (gtk_text_view_drag_data_received): Paste from
19430         GTK_TEXT_BUFFER_CONTENTS if we receive it.
19431
19432 2000-11-08  Alexander Larsson  <alexl@redhat.com>
19433
19434         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
19435         API changes.
19436
19437         * gtk/gtkmenu.c: Add support for scrolling menus.
19438         Remove gtk_menu_append/prepend/insert, these have been moved to
19439         gtkcompat.h as #defines.
19440
19441         * gtk/gtkcompat.h.in:
19442         Add compatibility #defines for gtk_menu_append/prepend/insert
19443
19444         * gtk/gtkmenu.h: Add data needed for scrolling menus.
19445         GtkMenuPositionFunc gets an extra argument push_in.
19446         gtk_menu_append/prepend/insert removed.
19447         
19448         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
19449         positioning behaviour to fit to scrolling menus.
19450
19451         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
19452         into menuitem->submeny. That is wrong, and broke torn
19453         off submenus of torn off menus, since they were unrealized
19454         when the first menu was unrealized.
19455
19456         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
19457         gtk_menu_shell_select_item() since these need to be overridden in
19458         GtkMenu.
19459
19460         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
19461         positioning behaviour to fit to scrolling menus.
19462         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
19463         the current item so that it is prelighted when the menu pops up.
19464         This is a workaround to the fact that the menu doesn't get the
19465         initial enter event (due to grabs).
19466
19467         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
19468         s/gtk_menu_append/gtk_menu_shell_append/
19469
19470         * gtk/gtknotebook.c:
19471         s/gtk_menu_insert/gtk_menu_shell_insert/
19472
19473         * gtk/testgtk.c (create_menu, create_menus):
19474         Create the first menu with 50 items so that menu scrolling
19475         can be tested.
19476         
19477         
19478         Patch from Jonathan Blandford  <jrb@redhat.com>
19479
19480         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
19481         system to handle size requests.  First, we ask what the size of
19482         the toggle is.  Then, when allocating the size, we allocate the
19483         toggle_size first.  This way we can have multiple menu-item
19484         classes w/o needing a seperate class for each.
19485
19486         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
19487         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
19488
19489         * gtk/gtkcheckmenuitem.c
19490         (gtk_check_menu_item_toggle_size_request): New function to handle
19491         the toggle size-request.
19492
19493 2000-11-07  Havoc Pennington  <hp@redhat.com>
19494
19495         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
19496         Half-ass somewhat fix this function, so that scrolling to the
19497         insertion point works. Pango hacking is in the future to really
19498         fix it.
19499
19500         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
19501         length of data, no longer used.
19502
19503         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
19504         method contents in here, get rid of destroy method
19505         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
19506         that were backward. Remove debug spew.
19507         (cut_or_copy): Make the clipboard work with insert_range to
19508         preserve tags and pixbufs, not just the primary selection.
19509
19510 2000-11-07  Havoc Pennington  <hp@redhat.com>
19511
19512         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
19513         to gtk_text_mark_get_visible
19514
19515         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
19516         bug that was generating an invalid iterator
19517
19518         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
19519         ensure_char_offsets() in front of code placing the iter in an
19520         invalid state.
19521
19522         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
19523         make override_location arg const
19524         (paste): Replace the selection if we paste into the 
19525         current selection
19526
19527         * gtk/gtkselection.h: Remove "GtkSelectioData"
19528         (struct _GtkSelectionData): move the definition here.
19529
19530         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
19531         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
19532
19533         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
19534
19535         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
19536         (gtk_text_buffer_insert_range_interactive): implement
19537         (gtk_text_buffer_get_tags): Remove, replaced by
19538         gtk_text_iter_get_tags()
19539
19540         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
19541         limit parameter, to avoid infinite linear scan.
19542         (gtk_text_iter_backward_search): Add search limit
19543         (gtk_text_iter_forward_find_char): Add search limit
19544         (gtk_text_iter_backward_find_char): Add search limit
19545
19546 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
19547
19548         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
19549         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
19550         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
19551         gdk/linux-fb/gdkwindow-fb.c:
19552         use g_object_new() instead of g_type_create_instance() which
19553         is a private function for fundamental type implementations.
19554
19555         * gdk/linux-fb/gdkinput-ps2.c:
19556         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
19557         instead just store the current modifier state. Add a (somewhat broken)
19558         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
19559         Rename exported function gdk_input_ps2_get_mouseinfo to
19560         gdk_input_get_mouseinfo.
19561
19562         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
19563         gdk/linux-fb/gdkwindow-fb.c:
19564         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
19565         
19566
19567 2000-11-02  Havoc Pennington  <hp@redhat.com>
19568
19569         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
19570         use stock buttons. Should be 100% source compatible, appropriate
19571         filesel fields now point to dialog->vbox and dialog->action_area.
19572         On the bizarre side, dialog->action_area and filesel->action_area
19573         are not the same widget.
19574         (gtk_file_selection_init): Put some padding around the selection
19575         entry, so it isn't touching the GtkDialog separator.    
19576
19577         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
19578         use stock buttons, etc. Should also be source compatible.
19579         Set the dialog default title in _init not _new().
19580         
19581         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
19582         Use stock buttons; don't put a button box inside the existing
19583         dialog button box. Don't bother with push/pop colormap anymore.
19584
19585         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
19586         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
19587         for message dialog, and necessary for the font selection and color
19588         selection with help and apply buttons.
19589         
19590         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
19591         to the created button widget. Set GTK_CAN_DEFAULT on the button.
19592         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
19593         between buttons, put less padding around the action area.
19594         (gtk_dialog_run): Exit on unmap rather than on destroy. 
19595         This will also exit the loop if the widget is hidden.
19596         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
19597         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
19598         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
19599         special-case delete event.
19600
19601         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
19602         formatting
19603         
19604 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
19605
19606         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
19607         button to temporarily disable position recording in the
19608         "saved position" test.
19609
19610 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
19611
19612         * gtk/gtkthemes.c: added compat code that temporarily implements
19613         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
19614         going to be revamped by owen's upcoming GtkModule patches, but
19615         untill then people want gtk to build, right? ;)
19616
19617 2000-11-04  Havoc Pennington  <hp@pobox.com>
19618
19619         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
19620         list
19621
19622         * docs/Changes-2.0.txt: Add note about
19623         gtk_container_get_toplevels()
19624
19625         * gtk/gtktextview.h: formatting
19626         
19627         * gtk/gtktextview.c: don't start descriptions with "Returns",
19628         confuses gtk-doc
19629
19630 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
19631
19632         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
19633         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
19634
19635 2000-11-03  Havoc Pennington  <hp@redhat.com>
19636
19637         * gtk/gtktexttagtable.c: Docs
19638         (gtk_text_tag_table_size): return a signed int
19639
19640         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
19641         (gtk_text_tag_event): make the event_object a GObject
19642
19643         * gtk/gtktextview.c: Write API docs for all functions.
19644
19645         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
19646         for gtk_text_view_get_window_type() called on one of the private
19647         windows.
19648
19649         * gtk/gtktextview.c: Instead of accessing text_view->buffer
19650         directly, call get_buffer() which demand-creates a default
19651         buffer. So gtk_text_view_new() can be used to create a view with a
19652         default buffer in it, if you just want an empty text box users can
19653         put data in. Useful for GUI builders also.
19654
19655 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
19656
19657         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
19658         the charset encodign portion MUST be in lowercase.
19659         * gtk/gtkrc.az: added file for Azeri language
19660
19661 2000-11-03  Havoc Pennington  <hp@redhat.com>
19662
19663         Get widgets working on the btree/buffer side. Display of them 
19664         still doesn't work.
19665         
19666         * gtk/gtktextview.c: start implementing child widget stuff
19667
19668         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
19669
19670         * gtk/gtktextlayout.c: handle embedded widgets
19671
19672         * gtk/gtktextdisplay.c: handle embedded widgets
19673
19674         * gtk/gtktextchild.c: Implement all the child anchor goo
19675
19676         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
19677         function
19678
19679         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
19680         (insert_pixbuf_or_widget_segment): abstract out common portions of 
19681         creating a child anchor or a pixbuf segment.
19682         (gtk_text_btree_create_child_anchor): new function
19683         (gtk_text_btree_unregister_child_anchor): new function
19684
19685         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
19686         allocate_child signal on GtkTextLayout
19687
19688         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
19689         values
19690         (gtk_text_iter_get_child_anchor): new function
19691
19692         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
19693         default handler for the changed signal, which calls
19694         gtk_text_buffer_set_modified(), instead of just always emitting
19695         changed then calling set_modified() manually. I guess this is
19696         maybe more flexible. It seems logical.
19697
19698 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
19699
19700         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
19701         now.
19702
19703         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
19704
19705 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
19706
19707         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
19708         been marked static.
19709
19710 2000-11-02  Havoc Pennington  <hp@redhat.com>
19711
19712         * gtk/testgtk.c (create_labels): had a test backward
19713
19714         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
19715         fields, so the dest GC ends up with the correct clip origin, 
19716         etc. Fixes a bug where colored labels didn't redraw 
19717         properly.
19718
19719 2000-11-02  Alexander Larsson  <alexl@redhat.com>
19720
19721         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
19722         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
19723         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
19724         Add last argument to t_type_register_static call.
19725         
19726         * gdk/linux-fb/gdkdrawable-fb2.c:
19727         Add last argument to t_type_register_static call.
19728         export the get_image drawable virtual function.
19729
19730         * gdk/linux-fb/gdkimage-fb.c:
19731         Add last argument to t_type_register_static call.
19732         rename gtk_image_get to _gdk_fb_get_image and
19733         export it for use by gdkdrawable-fb2.
19734
19735         * gdk/linux-fb/gdkprivate-fb.h:
19736         export _gdk_fb_get_image.
19737
19738         * gdk/linux-fb/gdkselection-fb.c:
19739         Add new api call stubs.
19740
19741         * gtk/Makefile.am:
19742         Missing ( in linux-fb part.
19743
19744         * modules/linux-fb/Makefile.am:
19745         Must link with gdk_pixbuf or get unresolved symbol.
19746
19747 2000-11-01  Havoc Pennington  <hp@pobox.com>
19748
19749         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
19750         GTK_TYPE_TEXT_ITER and BOXED marshallers
19751
19752         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
19753
19754         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
19755         
19756         * gtk/gtk-boxed.defs: add GtkTextIter
19757
19758         * gtk/gtkmarshal.list: Add marshallers for text widget that 
19759         properly use OBJECT and BOXED
19760
19761 2000-11-01  Havoc Pennington  <hp@redhat.com>
19762
19763         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
19764
19765         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
19766         before returning it. 
19767         
19768 2000-11-01  Havoc Pennington  <hp@redhat.com>
19769
19770         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
19771         Clip the rectangle to be rendered to the drawable, since
19772         get_from_drawable() requires a region within the drawable
19773
19774 2000-11-01  Havoc Pennington  <hp@redhat.com>
19775
19776         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
19777         from coordinates.
19778
19779 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
19780
19781         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
19782         it isn't NULL.
19783
19784 2000-11-01  Havoc Pennington  <hp@pobox.com>
19785
19786         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
19787         on a label
19788         (gtk_label_finalize): unref the attr list if any.
19789
19790         * gtk/testgtk.c (create_get_image): close test on second click
19791         (make_message_dialog): close dialog if it exists
19792
19793         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
19794
19795         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
19796         gdk-pixbuf
19797
19798         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
19799         from Pango markup format
19800         (gtk_label_set_markup_with_accel): ditto but with accelerator
19801         parsing
19802
19803         * gtk/gtkimage.c (gtk_image_expose): reformatting.
19804
19805         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
19806         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
19807         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
19808         call gdk_window_get_origin().
19809
19810         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
19811         implement GDK_PIXBUF_ALPHA_FULL
19812         
19813 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
19814
19815         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
19816         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
19817         g_signal_handlers_disconnect_matched to block/unblock and disconnect
19818         multiple handlers respectively, instead of only treating the
19819         first handler found (bug reported by owen).
19820
19821 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
19822
19823         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
19824
19825         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
19826
19827         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
19828         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
19829         gtk/gtktreeviewcolumn.h: Fixed inline docs.
19830
19831         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
19832         widget.  Needs writing someday.
19833
19834         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
19835         the docs.
19836
19837 2000-10-30  Havoc Pennington  <hp@redhat.com>
19838
19839         * gtk/gtktextview.h, gtk/gtktextview.c:
19840         Rename delete_at_cursor delete_from_cursor, and 
19841         move to move_cursor.
19842
19843 2000-10-30  Havoc Pennington  <hp@redhat.com>
19844
19845         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
19846         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
19847         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
19848         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
19849         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
19850         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
19851         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
19852         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
19853         gtktexttypes.h, gtktextview.c, gtktextview.h:
19854
19855         Massive reindentation and reformatting. Arg alignment and comments
19856         still need fixing in various places.
19857
19858 2000-10-30  Havoc Pennington  <hp@redhat.com>
19859
19860         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
19861         to be named insert_at_cursor and delete_at_cursor so C++ can
19862         handle them.
19863
19864 2000-10-28  Tor Lillqvist  <tml@iki.fi>
19865
19866         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
19867         to get a double directory separator in case the home directory
19868         ends with one. This would cause trouble especially on Windows,
19869         where the path will be confused with the syntax for an an UNC
19870         (network share) path \\server\share\path.
19871         (gtk_rc_add_initial_default_files): Ditto.
19872
19873 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
19874
19875         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
19876
19877         * gtk/gtktextview.c: Use correct marshallers.
19878
19879 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
19880
19881         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
19882         use new iter stuff, and added all the appropriate signals et al.
19883
19884         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
19885         code is internal to gtk only.
19886
19887 2000-10-28  Tor Lillqvist  <tml@iki.fi>
19888
19889         * gtk/gtk.def
19890         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
19891         glib-genmarshal etc.
19892
19893 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
19894
19895         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
19896         parallel builds.
19897
19898 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
19899
19900         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
19901
19902 2000-10-27  Robert Brady  <robert@suse.co.uk>
19903
19904         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
19905         en_GB (British), ia (Interlingua).
19906
19907 2000-10-26  Havoc Pennington  <hp@redhat.com>
19908
19909         * gtk/gtktextiter.c (my_strrstr): fix constness warning
19910
19911         Fixed output of:
19912         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
19913         
19914         * gtk/gtktextsegment.c (char_segment_new): rename
19915         (_char_segment_new_from_two_strings): rename
19916         (_toggle_segment_new): rename
19917         
19918         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
19919         (make_clipboard_widget): make it static
19920         (text_get_func): static
19921         (text_clear_func): static
19922
19923         * gtk/gtkcolorsel.c (adjustment_changed): make this function
19924         static
19925         (hex_changed): make it static
19926         (hsv_changed): make it static
19927         (opacity_entry_changed): make it static
19928
19929         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
19930         (toggle_segment_check_func): rename with _gtk
19931
19932         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
19933         (_widget_segment_new): rename
19934         (_widget_segment_add): rename
19935         (_widget_segment_remove): rename
19936         (_widget_segment_ref): rename
19937         (_widget_segment_unref): rename
19938
19939         * gtk/gtktextmark.c (_mark_segment_new): Rename
19940         _gtk_mark_segment_new   
19941
19942 2000-10-26  Havoc Pennington  <hp@redhat.com>
19943
19944         * gtk/gtkmarshal.list: add new marshallers used by the text widget
19945         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
19946         types
19947
19948         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
19949         marshaller types
19950
19951         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
19952         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
19953         license on these files.
19954
19955         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
19956         work.
19957
19958         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
19959         runtime random number different for each tree, instead of 
19960         a constant I made up.
19961
19962 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
19963
19964         * gtk/Makefile.am: buncha cleanups, kludged build sources
19965         dependencies with a Makefile: oldest-source-stamp dependancy
19966         for the moment. automake is really fighting us here, with
19967         intentionally not allowing user-defined rules or dependancies
19968         prior to it's -include $(DEP_FILES) statement. sucks rocks!
19969
19970         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
19971         to public headers. tehy have a comment stating that they are
19972         "semi-public" aren't included by gtk.h and if enums popup there,
19973         they can be /*< skip >*/-ed.
19974
19975         * gtk/gtktextlayout.h: 
19976         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
19977         added LGPL... <SIGH>
19978
19979 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
19980
19981         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
19982         GtkTreeIter.  Added iterators everywhere.
19983
19984         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
19985
19986         * gtk/gtktreeviewselection.c: Changed to use the iterators.
19987
19988         * gtk/gtktreestore.c: Changed to use the iterators.
19989
19990         * gtk/gtkliststore.c: Commented out the code.  Will convert to
19991         iterators tomorrow.
19992
19993         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
19994         iterators tomorrow.
19995
19996         * gtk/treestoretest.c: Changed to use iterators.
19997
19998         * demos/testgtk/main.c: Moved to use the new iterator system.
19999
20000 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
20001
20002         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
20003         localization misbehaviour.
20004
20005         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
20006         a useless type without copy/free.
20007
20008         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
20009         of GTK_TYPE_CTREE_NODE.
20010
20011 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
20012
20013         * gtk/gtksignal.c:
20014         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
20015         applicable.
20016
20017         * gtk/gtk-boxed.defs (GtkSelectionData): specify
20018         gtk_selection_data_copy and gtk_selection_data_free
20019         do GtkSelectionData work as params in signals.
20020
20021 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
20022
20023         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
20024         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
20025         couldn't they at least give it a non-standard name?
20026         
20027         * gtk/gtktextlayout.c: arg! yet another implementation of
20028         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
20029
20030         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
20031         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
20032         home. now i know this _is_ a conspiracy.
20033
20034         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
20035         ::state-changed.
20036
20037         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
20038         (gtk_accel_group_create_add): marshaller signature fixups.
20039
20040         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
20041         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
20042
20043         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
20044         anymore.
20045
20046 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
20047
20048         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
20049         due to the signal system changes, it wouldn't build currently. to
20050         be fixed soon.
20051
20052         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
20053
20054         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
20055         so it needs gtk_marshal_VOID__ENUM() instead of
20056         gtk_marshal_NONE__UINT().
20057
20058         * gdk/gdk*.c: adapted type registration functions.
20059
20060         * gtk/gtkbindings.c:
20061         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
20062         gone.
20063
20064         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
20065
20066         * gtk/gtkobject.c:
20067         (gtk_object_destroy):
20068         (gtk_object_shutdown): fixed recursion guards. basically we have to
20069         catch the case where any of GObject.shutdown() or gtk_object_destroy()
20070         is called during ::destroy, and avoid recursion there.
20071
20072         * gtk/gtktypeutils.c:
20073         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
20074         boxed_copy/boxed_free. this needs a more general solution based on a
20075         publically installed code-generator utility.
20076
20077         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
20078         glib's gobject has support for that now.
20079         define GtkSignalMarshaller in terms of GSignalCMarshaller.
20080
20081 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
20082
20083         * gtk/gtksignal.[hc]:
20084         * gtk/gtkmarshal.[hc]:
20085         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
20086         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
20087         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
20088         care of that.
20089
20090         * *.c: marshaller name fixups.
20091
20092         * gtk/gtkmarshal.list: added a comment briefing the format.
20093
20094 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
20095
20096         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
20097         compatibility macros here now. more specifically, most of
20098         the API is preserved (yes, _most_, nonwithstanding the
20099         following exceptions listed, the API is stil lHUGE ;)
20100         things that got removed completely:
20101         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
20102         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
20103         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
20104         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
20105         gtk_signal_remove_emission_hook().
20106         non-functional functions variants:
20107         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
20108         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
20109         not supported anymore.
20110         (gtk_signal_compat_matched): new internal function to aid
20111         implementation of the compatibility macros, it  provides
20112         functionality to block/unblock/disconnect handlers based
20113         on func/data.
20114
20115         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
20116
20117         * *.c: adaptions to new type registration API signatures.
20118
20119 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
20120
20121         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
20122
20123 2000-10-25  Robert Brady  <robert@suse.co.uk>
20124
20125         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
20126         gdk_property_delete): If window == NULL, assume the root window.
20127         (restoring the behaviour that was in 1.2).
20128         
20129         * gtk/testtext.c (save_buffer): Allow creation of new files when
20130         saving.
20131
20132         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
20133         calls to read().
20134
20135 2000-10-25  Tor Lillqvist  <tml@iki.fi>
20136
20137         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
20138
20139         * gdk/win32/gdkdrawable-win32.c
20140         * gdk/win32/gdkimage-win32.c
20141         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
20142         X11 backend.
20143
20144         * gdk/win32/gdkcc-win32.c
20145         * gdk/win32/gdkcolor-win32.c
20146         * gdk/win32/gdkfont-win32.c
20147         * gdk/win32/gdkinput-win32.c
20148         * gdk/win32/gdkmain-win32.c
20149         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
20150
20151 2000-10-24  Havoc Pennington  <hp@redhat.com>
20152
20153         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
20154         it a static function
20155
20156         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
20157         redraw text when a tag is applied to it.
20158
20159         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
20160         (gtk_text_tag_affects_nonsize_appearance): private functions to
20161         see if a tag requires various kinds of redraw/layout to be queued
20162         up.
20163
20164         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
20165
20166         * gtk/testtext.c (fill_example_buffer): Put the cursor 
20167         at the start of the buffer, so search works by default
20168
20169         * gtk/gtktextiter.c (lines_match): init match_start always
20170
20171         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
20172         function, get iter at a line + a byte index
20173
20174         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
20175         to set byte position within a line
20176         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
20177
20178 2000-10-23  Havoc Pennington  <hp@redhat.com>
20179
20180         * gtk/testtext.c: Re-enable the "find" dialog
20181
20182         * gtk/testgtk.c: Add test for gdk_drawable_get_image
20183         
20184         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
20185         the arguments to gdk_draw_drawable were in the wrong order
20186         (gdk_window_paint_init_bg): This function was ignoring the
20187         init_region, instead of clipping to it, so the entire backing
20188         pixmap was cleared on every begin_paint()
20189         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
20190         was in here again, the loop kept using the same GtkWindowPaint
20191         over and over.
20192         (gdk_window_begin_paint_region): Fix a bug where we had two
20193         x_offset instead of x_offset and y_offset
20194
20195         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
20196         before we get the image.
20197         (gdk_draw_drawable): get the composite before we draw the drawable.
20198         (gdk_drawable_real_get_composite_drawable): default
20199         get_composite_drawable implementation that returns the drawable 
20200         itself
20201
20202         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
20203         get_composite_drawable virtual function
20204
20205         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
20206         list-walking bug
20207
20208         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
20209         make this work if the source drawable is a GdkDrawableImplX11
20210         instead of a public drawable type. This is really broken; the
20211         problem is that GdkDrawable needs a virtual method get_xid(), but
20212         of course that doesn't work in practice. Enter RTTI.
20213
20214         Also, improve mismatched depth message.
20215
20216         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
20217         GdkPixmap
20218
20219         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
20220         install _gdk_x11_get_image as our implementation of get_image
20221         
20222         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
20223         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
20224
20225         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
20226         gdk_drawable_get_image
20227
20228         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
20229
20230         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
20231         get_image
20232
20233         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
20234         trailing semicolon after for loop
20235
20236 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
20237
20238         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
20239         where font_desc for widget's context lagged widget's font_desc by
20240         one step.
20241
20242 2000-10-22  Tor Lillqvist  <tml@iki.fi>
20243
20244         * gdk/win32/gdkgc-win32.c
20245         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
20246
20247         * gtk/makefile.mingw.in
20248         * gtk/gtk.def: Updates.
20249
20250         * gtk/testgtk.c: sleep() is called _sleep in MS's C
20251         library.
20252
20253         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
20254
20255         * gtk/makefile.msc: Remove
20256
20257         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
20258
20259         * gtk/Makefile.am: Add it.
20260
20261         * configure.in: Generate it.
20262
20263         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
20264         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
20265         something even if not implemented, to satisfy picky MSVC.
20266
20267         Patches by Hans Breuer:
20268         
20269         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
20270         SetBkMode() and SetTextAlign() before calling
20271         pango_win32_render().
20272
20273         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
20274         Set hcliprgn to NULL after destroying it.
20275         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
20276
20277         * gdk/win32/gdkgeometry-win32.c
20278         (_gdk_windowing_window_queue_antiexpose): More effective
20279         implementation.
20280
20281         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
20282         depth as default, not the visual's.
20283
20284         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
20285         against empty title.
20286
20287         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
20288         IMAGE_PRIVATE_DATA.
20289
20290         * gdk/win32/gdkimage-win32.c: Use it.
20291
20292 2000-10-22  Robert Brady  <robert@suse.co.uk>
20293
20294         * configure.in: Check for bind_textdomain_codeset
20295
20296         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
20297         present, make use of it.
20298
20299         Add a translatable string "default:LTR" which, if translated
20300         to "default:RTL", will cause the default direction to be
20301         Right-to-Left.
20302
20303         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
20304         direction if marked as flippable.
20305
20306         * gtk/gtkhscale.c: Mark widget as flippable.
20307         
20308 2000-10-04  Havoc Pennington  <hp@redhat.com>
20309
20310         * gtk/testgtk.c (create_buttons): create some stock buttons
20311         with the default accel group
20312         (create_image): test some new GtkImage features
20313         (make_message_dialog): test GtkMessageDialog
20314         (create_modal_window): fix someone's bizzarro indentation
20315
20316         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
20317         GTK_WIN_POS_CENTER_ON_PARENT. 
20318         Add "destroy with parent" setting, which means the window goes
20319         away with its transient parent.
20320         (gtk_window_get_default_accel_group): get the default accel group
20321         for the window.
20322         (gtk_window_set_destroy_with_parent): set/unset destroy with
20323         parent flag
20324         (gtk_window_read_rcfiles): invalidate icon set caches
20325         after reloading rcfiles 
20326
20327         * gtk/gtkenums.h (GtkWindowPosition): add
20328         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
20329         on its parent window when the dialog is mapped for the first time.
20330
20331         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
20332         a simple message dialog class
20333         
20334         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
20335         handler to emit response signal, and maybe later it would
20336         honor a hide_on_delete flag - though that isn't there yet.
20337         Set border width on the vbox to 2, so we get some padding.      
20338         Use a button box for the action area.
20339         (gtk_dialog_key_press): synthesize a delete event if Esc
20340         is pressed and the GtkWidget key press handler didn't 
20341         handle the escape key.
20342         (gtk_dialog_new_with_buttons): new function creates a dialog
20343         with some default buttons in it.
20344         (gtk_dialog_add_action_widget): add an activatable widget
20345         as a button in the dialog - you can also add a non-activatable
20346         widget by accessing the action area directly.
20347         (gtk_dialog_add_button): add a simple button - stock ID or 
20348         label - to the action area
20349         (gtk_dialog_response): emit response signal
20350         (gtk_dialog_run): block waiting for the dialog, return 
20351         the response. Override normal delete_event behavior, so that 
20352         delete_event does nothing inside gtk_dialog_run().
20353         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
20354         emitted when an action widget is clicked or the dialog gets
20355         delete_event
20356
20357         * gtk/gtk.h: add gtkmessagedialog.h
20358
20359         * gtk/Makefile.am: add gtkmessagedialog.[hc]
20360
20361 2000-10-18  Havoc Pennington  <hp@redhat.com>
20362
20363         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
20364         where any number of empty lines would get skipped
20365
20366         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
20367         edge.
20368
20369         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
20370         warning about invalid iterators (explain more thoroughly)
20371         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
20372
20373         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
20374         big
20375
20376         * demos/*.c: Add error handling
20377
20378         * gtk/gtktextbuffer.c: don't modify const iterators
20379
20380         * gtk/gdk-pixbuf-loader.c: Add full error handling here
20381
20382         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
20383         on file load
20384
20385         * gtk/gtkiconfactory.c: Update to reflect addition of error
20386         handling to gdk-pixbuf loaders
20387
20388 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
20389
20390         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
20391         move to new modularized testgtk.
20392
20393 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
20394
20395         * gtk/gtktreeview.c: Draw the arrows correctly.
20396
20397         * gtk/gtktreemodel.c: Added user docs.
20398
20399         * gtk/gtk.h: remove gtktreedatalist.h.
20400
20401         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
20402         parent when generating my type.
20403
20404         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
20405         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
20406
20407 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
20408
20409         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
20410         GtkTreeModel from object to interface.
20411
20412 2000-10-16  Havoc Pennington  <hp@redhat.com>
20413
20414         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
20415         compilation
20416
20417 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
20418
20419         * gtk/gtktreeselection.c: Add API documentation to all public
20420         functions.
20421
20422         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
20423         functions.
20424
20425 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
20426
20427         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
20428         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
20429         docs to all public functions.
20430
20431         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
20432         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
20433         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
20434         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
20435         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
20436         issue.
20437
20438 2000-10-14  Robert Brady  <robert@suse.co.uk>
20439
20440         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
20441
20442 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
20443
20444         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
20445         values other then G_TYPE_STRING.
20446         * gtk/gtktreeselection.c: Minor commenting updates.
20447         * gtk/gtktreeview.c: Format updates.
20448
20449 2000-10-09  Tor Lillqvist  <tml@iki.fi>
20450
20451         * README.win32: Update.
20452
20453         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
20454         lines that had been deleted by mistake (?).
20455
20456         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
20457         also the case fg==white and bg==black (but still not randomly
20458         coloured cursors). Thanks to Wolfgang Sourdeau.
20459
20460         * gdk/win32/*.c: Silence gcc -Wall.
20461
20462         * gtk/gtk.def: Add missing entry points.
20463
20464         Fixes by Hans Breuer:
20465
20466         * gdk/makefile.msc
20467         * gdk/win32/makefile.msc: Update.
20468
20469         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
20470         some MSVC thing, presumably), cause breakpoint on failures. Add
20471         GDK_NOR case. Call g_log_set_always_fatal.
20472
20473         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
20474         should be pased by reference.
20475         
20476         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
20477         
20478         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
20479
20480         * gdk/win32/gdkevents-win32.c
20481         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
20482
20483         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
20484         implementation object.
20485
20486         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
20487         not just windows.
20488         
20489         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
20490         Use the wrapper object.
20491         
20492 2000-10-06  Havoc Pennington  <hp@redhat.com>
20493
20494         * Makefile.am (SRC_SUBDIRS): contrib subdir
20495
20496         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
20497         so it can be used in Xlib version
20498
20499         * demos/testpixbuf.c (update_timeout): error checking from 1.0
20500         tree
20501
20502         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
20503         change from 1.0 tree that returns first frame of animation
20504         if the loaded file is an animation.
20505
20506         * contrib: add new directory to hold stuff that comes with GTK+
20507         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
20508         
20509         * configure.in: add contrib/*
20510
20511 2000-10-05  Havoc Pennington  <hp@redhat.com>
20512
20513         * demos/testpixbuf-save.c: add pixbuf save test
20514
20515         * demos/Makefile.am: add testpixbuf-save.c
20516
20517 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
20518
20519         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
20520         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
20521         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
20522         * gtk/gtktreeselection.[ch]: Replaced
20523         "node_selected"/"node_unselected" signal with "selection_changed"
20524         signal.
20525
20526 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
20527
20528         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
20529         tree widget.
20530
20531 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
20532
20533         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
20534         drawing.
20535
20536 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
20537
20538         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
20539         Move list pointer forwards before removing item from
20540         list. (Crash reported by Salmaso Raffaele)
20541
20542         * gdk/gdkwindow.h: Remove spurious trailing ,
20543
20544         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
20545         dependencies on uninstalled libraries, sorry folks.
20546
20547 2000-10-04  Havoc Pennington  <hp@redhat.com>
20548
20549         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
20550         gtk/gtkiconfactory.c: Fix copyrights    
20551
20552         * demos/testpixbuf.c: add inline pixbuf test
20553         
20554 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
20555
20556         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
20557         Add gdk_window_iconify.
20558
20559         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
20560         (gdk_window_set_geometry_hints): Add win_gravity
20561         to geometry structure.
20562
20563         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
20564         Implement _NET_WM_PING.
20565
20566         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
20567         Set _NET_WM_PID on the client leader.
20568
20569         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
20570         Handle UTF-8 better.
20571
20572         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
20573         UTF-8 better, set _NET_WM_NAME as well. Only set
20574         icon name if it hasn't previously been explicitely 
20575         set.
20576
20577 2000-10-03  Havoc Pennington  <hp@redhat.com>
20578
20579         * gtk/testtextbuffer.c: clean up trailing whitespace,
20580         add extensive tests for tag toggle iteration.
20581         
20582         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
20583         distance
20584
20585         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
20586         optimize case where the tag root is on level 1
20587         (gtk_text_line_previous_could_contain_tag): attempt to implement
20588         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
20589         functionality
20590
20591         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
20592         Implement this, though not very efficiently.
20593
20594         * gtk/gtktextiterprivate.h: reformat
20595
20596         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
20597         iterator
20598
20599         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
20600         this to properly revalidate the iterators.
20601
20602         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
20603         properly at the end of the line (and therefore on empty lines)
20604
20605         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
20606         maybe we should return a value...
20607
20608 2000-10-03  Tor Lillqvist  <tml@iki.fi>
20609
20610         * config.h.win32: Guard definition of alloca(). glib.h now handles
20611         that.
20612
20613         * gdk/gdk.def
20614         * gtk/gtk.def: Add new entry points.
20615
20616         Changes just to make GTK+ build without errors on Win32. No hope
20617         of it working in its current state, though...:
20618         
20619         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
20620         some functions from the X11 backend, just to make GTK+ build.
20621
20622         * gdk/makefile.mingw.in
20623         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
20624         number. Add new object files.
20625
20626         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
20627         GetMessageTime to get timestamp (where on X11 uses
20628         gdk_x11_get_server_time()).
20629
20630 2000-10-02  Havoc Pennington  <hp@pobox.com>
20631
20632         * gtk/gtktextview.c: text_window_* weren't static and should have
20633         been.
20634         Start work on child widgets; not yet complete, syncing to 
20635         office computer.
20636
20637         * gtk/gtktextchild.h: change this to contain a public interface,
20638         starting work on child interfaces.
20639         * gtk/gtktextchildprivate.h: move private interfaces here
20640
20641         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
20642
20643         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
20644         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
20645         gtk/gtktextmark.c: copyright notices
20646
20647         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
20648         internal functions      
20649
20650         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
20651         internal function
20652
20653         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
20654         Reformatting    
20655
20656 2000-09-30  Havoc Pennington  <hp@pobox.com>
20657
20658         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
20659         NULL start/end pointers
20660
20661         * gtk/gtktextbuffer.c: Write some docs
20662         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
20663         NULL, so you can just check whether there's a selection.        
20664
20665         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
20666         cleanup_line or segments_changed ourselves, it gets done 
20667         in unlink_segment
20668
20669         * gtk/gtktextmark.h:
20670         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
20671         
20672         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
20673
20674         * gtk/gtktextmark.c: delete some more old Tk cruft
20675
20676         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
20677         mark before removing it, so we can emit MARK_DELETED with a valid
20678         pointer.
20679         (gtk_text_buffer_mark_set): hold ref across signal emission
20680
20681         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
20682         whining about attempts to delete special marks
20683
20684         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
20685         underscore, since it's internal.
20686
20687         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
20688         now implemented in terms of iterators in gtktextiter.h
20689
20690         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
20691         New function, destructively sets contents of buffer. Also 
20692         a convenient way to clear the buffer by setting text to ""
20693
20694         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
20695         multiline string literal
20696
20697         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
20698         text changes.
20699
20700         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
20701         is not dereferenceable
20702         (gtk_text_iter_forward_lines): fix return value
20703
20704 2000-09-29  Havoc Pennington  <hp@redhat.com>
20705
20706         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
20707
20708         * gtk/gtktextview.c: Implement drag thresholding; change functions 
20709         that set border window size to have nicer name
20710         (gtk_text_view_mark_set_handler):  Fix this to have the 
20711         right signature.
20712
20713         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
20714
20715         * gtk/testtext.c: Update with API changes, put line numbers on 
20716         both sides.
20717         
20718         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
20719         with this
20720
20721         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
20722         pixbuf; delete a big block of #if 0 Tk code
20723
20724         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
20725         insert_pixmap with insert_pixbuf
20726
20727 2000-09-29  Martin Baulig  <baulig@suse.de>
20728
20729         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
20730         confusion with the GdkPixbuf of the GNOME 1.x platform.
20731
20732 2000-09-29  Havoc Pennington  <hp@pobox.com>
20733
20734         * gtk/gtktextview.c: Implement the side windows.
20735
20736         * gtk/testtext.c: Implement simple line numbering in the 
20737         left side window; seems to make scrolling sloooow. Oops.
20738         Also, cursor blink is for some reason causing redraws
20739         of the line numbers. Should investigate...
20740
20741 2000-09-28  Havoc Pennington  <hp@redhat.com>
20742
20743         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
20744         scrolling child windows, and draw focus rectangle properly.
20745         
20746         (gtk_text_view_buffer_to_window_coords):
20747         Coordinate transformation to deal with all these freaking windows
20748         and offsets
20749         (gtk_text_view_window_to_buffer_coords): transform the other way
20750
20751         * gtk/testtext.c (create_buffer): Update to match Pango API change
20752
20753         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
20754         anonymous tags
20755         (foreach_unref): don't emit remove signal from finalize, just
20756         set tag's parent to NULL
20757
20758 2000-09-26  Havoc Pennington  <hp@redhat.com>
20759
20760         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
20761         Fix some warnings       
20762
20763 2000-09-26  Havoc Pennington  <hp@redhat.com>
20764
20765         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
20766         headers into the private header list
20767
20768         * Makefile.am (pkgconfig_DATA): install pkg-config files
20769
20770         * configure.in: add pkg-config files
20771
20772         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
20773
20774         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
20775         outstanding icon caches on theme change.
20776
20777         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
20778         important types:
20779
20780         (GtkIconSource): Specification for creating a pixbuf 
20781         appropriate for a direction/state/size triplet from 
20782         a source pixbuf or filename
20783
20784         (GtkIconSet): List of GtkIconSource objects that are used to
20785         create the "same" icon (e.g. an OK button icon), and cache for
20786         rendered icons
20787
20788         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
20789         up the icon set for a given stock ID.  GTK maintains a stack of
20790         GtkIconFactory to search, and applications or libraries can add
20791         additional icon factories on top of the stack
20792         
20793         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
20794         the set of GtkIconSource specified for a given stock ID into 
20795         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
20796         RcStyle, under the specified stock ID.
20797
20798         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
20799         render_icon used to derive a GdkPixbuf from a GtkIconSource.
20800         This allows people to theme how prelight, insensitive, etc. are
20801         done.
20802
20803         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
20804         icon factories for a style, and return the resulting 
20805         icon set if any.
20806
20807         (gtk_style_render_icon): Render an icon using the render_icon 
20808         method in the GtkStyleClass.
20809
20810         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
20811         Use the style for a given widget to look up a stock ID, get the
20812         icon set, and render an icon using the render_icon method 
20813         of the style
20814
20815         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
20816         (contains information about a stock item), the built-in stock item
20817         IDs, and functions to add/lookup stock items.
20818
20819         * gtk/stock-icons/*: Stock icons that come with GTK
20820
20821         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
20822         a button based on a GtkStockItem
20823         (gtk_button_new_accel): Takes a uline string and accel group, and
20824         installs the accelerator.
20825
20826         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
20827         image-display widget.
20828
20829 2000-09-25  Havoc Pennington  <hp@redhat.com>
20830
20831         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
20832
20833         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
20834         Fix a bug when removing node data, we didn't properly 
20835         re-splice the linked list after removing the data.
20836
20837         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
20838         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
20839
20840         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
20841
20842         * gtk/gtktextlayout.c (set_para_values): Set tab array 
20843         for the layout from the GtkTextTag.
20844
20845         * gtk/gtktexttypes.h: delete tab and search cruft, 
20846         remove g_convert() in favor of GLib version
20847
20848         * gtk/gtktexttypes.c: remove tab implementation from here,
20849         move to Pango
20850
20851         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
20852         tab stuff using new PangoTabArray from Pango
20853
20854         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
20855         unused border_width stuff
20856
20857 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
20858
20859         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
20860         glib) and now useless utf_to_latin1() latin1_to_utf()
20861
20862         * gtk/gtktextview.[ch]: Change ::move_insert and
20863         ::delete_text action signals to ::move and ::delete;
20864         create the signals with the right enumeration type,
20865         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
20866         C-v bindings, change Home, End to move to beginning/end
20867         of line, Add C-Home C-End to move to beginning/end
20868         of buffer. Change ::cut_text to ::cut_clipboard, etc;
20869         combine ::scroll_text into ::move; use new GtkSelectionData
20870         functions to simplify DND text handling.
20871         
20872         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
20873         deletion enumerations here, rename enumeration values to 
20874         be consistently plural.
20875
20876         * gtk/gtktextbuffer.c: Use new clipboard interfaces
20877         for cut/copy/paste and primary selection.
20878
20879         * gtk/gtktextbuffer.[ch]: Remove excess time and
20880         'interactive' arguments from cut/copy/paste;
20881         rename cut to cut_clipboard, etc; remove
20882         gtk_text_buffer_get_clipboard_contents().
20883
20884         * gtk/gtktextlayout.[ch]: Add 
20885         gtk_text_layout_move_iter_to_line_end() to move the iter to 
20886         line ends.
20887
20888         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
20889         Functions to set or get a UTF-8 string on the selection
20890         data.
20891
20892         * gtk/gtkclipboard.[ch]: New, simplified selection handling
20893         interfaces.
20894
20895         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
20896         created widgets - one of these is useless if we don't.
20897
20898         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
20899         a public function clear all targets registered for the
20900         widget.
20901
20902         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
20903         Never call gtk_widget_realize() - that was just asking
20904         for bizarre side-effects.
20905
20906         * gtk/gtkselection.c (gtk_selection_owner_set): Call
20907         gdk_selection_owner_set even if the widget is the
20908         same so that we reliably update the timestamp on
20909         the server.
20910
20911         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
20912         gdk_x11_get_server_time() function.
20913         
20914         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
20915         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
20916         Add some tricky filtering on serial numbers for
20917         selection clear events to fix up long-standard
20918         race condition FIXME's in gtkselection.c.
20919
20920         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
20921         routines to convert from utf8 to compound text or
20922         STRING and from a text property to UTF-8.
20923
20924         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
20925         a convenience function gdk_get_current_event_time().
20926
20927         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
20928         and free selection_data->data properly
20929
20930 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
20931
20932         * gtk/gtkthemes.c: Remove some unecessary includes.
20933
20934 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
20935
20936         * gtk/gtktextdisplay.c
20937         * gtk/gtktextlayout.c
20938         * gtk/gtktexttag.c
20939         * gtk/gtktexttag.h
20940         * gtk/testtext.c: Change the overstrike property to strikethrough,
20941         to closer match pango.
20942
20943 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
20944
20945         * gtk/gtktextview.c: Fix up visibility so that focus,
20946         cursor_visible and blink interact properly.  Reenable cursor blink
20947         which had been roughly disabled. Make blink and focus
20948         properly per-view.
20949
20950         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
20951         Add a flag for whether to display insertion cursor and
20952         a function to set the flag.
20953
20954         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
20955         get_line_y() to get_line_yrange(), to be a bit more generally
20956         useful.
20957
20958 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
20959
20960         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
20961           do stop_navigating_submenu, to clear last timeout properly.
20962           Also in gtk_menu_motion_notify move ignore_enter above
20963           the conditional to make it always happen as suggested by Owen
20964
20965 2000-09-07  Tor Lillqvist  <tml@iki.fi>
20966
20967         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
20968
20969         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
20970         w32api headers.
20971
20972         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
20973         declarations.
20974
20975         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
20976         (gdk_win32_get_colormap): A line had been deleted by mistake.
20977
20978         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
20979         (gdk_event_translate): Handle more virtual keycodes to be able to
20980         generate GDK events for Control-comma, Control-period, etc.
20981
20982         * gtk/gtk.def: Add some missing entry points.
20983
20984 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
20985
20986         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
20987         Doc comment fixing. (Mostly non-matching parameter names.)
20988
20989         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
20990         comments a little to avoid looking like a doc comment.
20991
20992         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
20993         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
20994         conversions be changed to GError?)
20995
20996         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
20997         Move private #defines into .c file.
20998
20999         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
21000         order of argument addition, remove duplicates.
21001
21002         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
21003         parent class is FrameClass, not BinClass.
21004
21005         * gtk/gtk.h: Add gtkinvisible, which was missing.
21006         (It's occasionalyl useful for client apps, if seldom.)
21007
21008         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
21009         #define.
21010
21011 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
21012
21013         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
21014         coordinates when creating window, instead of GDK-space
21015         coordinates. (Avoid BadValue on too large windows.)
21016
21017 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
21018
21019         * configure.in (use_mmx_asm): Remove conftest* after use along the
21020         lines of AC_TRY_COMPILE.        
21021         
21022         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
21023         of g_dirname, which is deprecated.
21024         (gtk_rc_parse_any): Removed calls to
21025         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
21026
21027         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
21028         Removed calls to g_hash_table_{freeze,thaw}, as they are
21029         deprecated now.
21030
21031         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
21032         instead of g_basename.
21033         
21034 2000-09-04 Elliot Lee <sopwith@redhat.com>
21035         
21036         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
21037         ANSI warning.
21038
21039 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
21040
21041         * gtk/gtkwidget.h:  Add some documenting comments about 
21042           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
21043           just as owen said on irc.
21044
21045         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
21046           set HAS_DEFAULT.  Only set it if there isn't another window
21047           holding it (a focus window which RECEIVES_DEFAULT) and only unset
21048           it if the widget is not the focused window with RECEIVES_DEFAULT.
21049           This fixes weird double default bugs in dialogs which has things
21050           call gtk_window_set_default at times.
21051
21052 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
21053
21054         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
21055         Nils Barth and David Santiago to improve submenu
21056         navigation. The patch does this by creating a triangular
21057         region from the point where the pointer leaves the
21058         menu to the submenu.  While the pointer is in
21059         that region and a timeout has not expired, events 
21060         that would cause the active submenu to change are
21061         ignored.
21062
21063 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
21064
21065         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
21066         moving a toplevel window immediately after sizing it would
21067         result in it being sized back to the old size since 
21068         impl->width, impl->height aren't updated until we hear
21069         back from the server. There is still a (longstanding) bug
21070         here that gdk_window_get_size() will give the wrong size
21071         until we do hear back.
21072
21073 2000-08-31  Havoc Pennington  <hp@redhat.com>
21074
21075         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
21076         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
21077         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
21078         Rename GtkTextStyleValues to GtkTextAttributes
21079
21080 2000-08-31  Havoc Pennington  <hp@pobox.com>
21081
21082         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
21083         for rapid testing whether an iterator is the end iterator
21084         (gtk_text_btree_new): init end line cache
21085         (gtk_text_line_is_last): use fast cached line to 
21086         see if we're the last line.
21087         (get_last_line): use cached line here too, should 
21088         speed up some random unrelated code.
21089         
21090 2000-08-30  Havoc Pennington  <hp@pobox.com>
21091
21092         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
21093         signals.
21094
21095         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
21096         delete_text signals. This allows the signals to be used for
21097         implementing undo.
21098
21099         * gtk/gtktextbuffer.c: Change signal handler signatures; 
21100         provide "interactive" argument when emitting insert_text or
21101         delete_text signal.
21102         
21103 2000-08-30  Havoc Pennington  <hp@pobox.com>
21104
21105         * gtk/gtktextbuffer.c: Docs
21106
21107 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
21108
21109         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
21110         from switch statements, since Tor removed the enumeration
21111         value.
21112         
21113         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
21114         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
21115
21116 2000-08-29 Elliot Lee <sopwith@redhat.com>
21117         * */*.h: Use G_GNUC_CONST.
21118
21119 2000-08-27  Havoc Pennington  <hp@pobox.com>
21120
21121         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
21122         minor indentation fixes, inserted some FIXME about stuff I
21123         realized was broken while documenting it.
21124         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
21125         GTK convention  
21126
21127 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
21128
21129         * gtk/testgtk.c (create_styles): Fix double free of
21130         font desc.
21131
21132 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
21133
21134         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
21135         
21136         * gtk/testgtk.c (create_styles): Add a test for modifying
21137         the style through gtk_widget_modify_*.
21138
21139         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
21140         a function to get the current modifier style.
21141
21142         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
21143         of the passed in GtkRcStyle instead of ref'ing it.
21144
21145         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
21146
21147 2000-08-20  Tor Lillqvist  <tml@iki.fi>
21148
21149         * gdk/gdkimage.h
21150         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
21151         shared memory image+pixmap GdkImage type, or
21152         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
21153         I am dropping that.
21154
21155         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
21156         actually call gtk_init_abi_check(), passing also
21157         sizeof(GtkWindow). Ditto for gtk_init_check(). 
21158
21159         * gtk/gtk.def
21160         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
21161         New functions, used to check that the GTK+-using code has been
21162         compiled using the correct compiler and switches. In particular,
21163         with gcc one has to use the -fnative-struct switch as GTK+ is
21164         compiled with that.
21165
21166 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
21167
21168         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
21169         ->prev fields when merging lists. (Found simultaneously
21170         by Pawel Salek and Jakub Jelinek)
21171
21172 2000-08-12  Tor Lillqvist  <tml@iki.fi>
21173
21174         * gdk/gdk.def
21175         * gtk/gtk.def: Add missing entries.
21176
21177         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
21178         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
21179
21180         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
21181         function. Dummy implementation at this point.
21182
21183         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
21184         rules. Undefine GTK_COMPILATION when compiling the test programs.
21185         
21186         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
21187
21188 2000-08-11  Tor Lillqvist  <tml@iki.fi>
21189
21190         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
21191         to convert back and forth from UTF-8 and the "system" (or "current
21192         locale") charset when necessary. Indentation/spacing cleanup.
21193
21194 2000-08-10  Havoc Pennington  <hp@redhat.com>
21195
21196         * Makefile.am (snapshot): Change the format of the snapshot
21197         version to match glib
21198
21199         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
21200         from EXTRA_DIST since it doesn't seem to exist
21201
21202 2000-08-10  Tor Lillqvist  <tml@iki.fi>
21203
21204         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
21205         version of the directory name (not the UTF-8 one) when building
21206         the path name to stat().
21207
21208 2000-08-03  Elliot Lee  <sopwith@redhat.com>
21209
21210         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
21211         PANGO_ATTR_SHAPE set.
21212
21213 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
21214
21215         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
21216         Peter Osterlund to simplify the code while keeping the
21217         functionality the same.
21218
21219 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
21220
21221         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
21222         is_viewable() test further inside the function, since removing the 
21223         window from the redraw list without clearing ->update_area
21224         was also very broken.
21225
21226 2000-08-02  Tor Lillqvist  <tml@iki.fi>
21227
21228         * configure.in: Check for <unistd.h>.
21229
21230 2000-08-01  Martin Baulig  <baulig@suse.de>
21231
21232         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
21233         to display the message that this is a development version of GTK+.
21234
21235 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
21236
21237         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
21238         was depending on widget->allocation instead of the width of text_area,
21239         which was incorrect for subclasses like GtkSpinButton.
21240
21241         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
21242         with width == 1 tests that should be width == -1.
21243
21244 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
21245
21246         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
21247         (broken, Elliot, every single window blank on X) custom code with call
21248         to gdk_window_is_viewable() which a) prevents code duplicate and
21249         b) works. 
21250
21251 2000-07-31  Elliot Lee  <sopwith@redhat.com>
21252
21253         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
21254         to get the GDK_PARENT_ROOT() macro to work.
21255         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
21256         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
21257         of, windows that aren't shown.
21258         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
21259         pointer grab stuff.
21260
21261 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
21262
21263         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
21264           s/gtk_main_iteration/g_main_iteration/
21265
21266           Did this already in change:
21267                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
21268           don't know how it got reverted.
21269
21270 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
21271
21272         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
21273         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
21274
21275         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
21276         not gdk_pixbuf.
21277
21278 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
21279
21280         * configure.in,po/{sp,sr}.po: Added Serbian files
21281
21282 2000-07-30  Tor Lillqvist  <tml@iki.fi>
21283
21284         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
21285
21286         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
21287         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
21288         GIOChannel implementation.
21289
21290         * gdk/win32/gdkinput.c
21291         * gdk/win32/gdkpango-win32.c: Update license name here, too.
21292
21293         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
21294         definition to match prototype.
21295
21296         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
21297
21298 2000-07-27  Elliot Lee  <sopwith@redhat.com>
21299
21300         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
21301         function, to allow handling image formats that cannot be detected
21302         by looking at content alone.
21303
21304 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
21305
21306         * docs/tutorial/*.gif *.jpg *.eps
21307           Update these to the same look-n-feel.
21308           Why does including images in DocBook suck so badly?
21309
21310 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
21311
21312         * gtk/gtktable.c: applied patch from Phil Thompson
21313         <phil@river-bank.demon.co.uk> that enables space settings for
21314         the last row/columns as well.
21315
21316 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
21317
21318         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
21319         updates the license headers to the GNU Lesser General Public License,
21320         as well as updating the copyright year to 2000.
21321
21322 2000-07-26  Robert Brady  <rwb197@zepler.org>
21323
21324         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
21325           and po/Makefile, was installing and looking for them under gtk20
21326           and gtk2 respectively.
21327
21328 2000-07-25  Havoc Pennington  <hp@redhat.com>
21329
21330         * gtk/testtext.c: Comment out some stuff that depends on the rest
21331         of my patches.
21332
21333 2000-07-25  Havoc Pennington  <hp@redhat.com>
21334
21335         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
21336         buffer
21337
21338 2000-07-25  Havoc Pennington  <hp@redhat.com>
21339
21340         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
21341         widget changes.
21342
21343         * gtk/gtktextview.h: To be consistent with usage of "line"
21344         throughout the API to mean "newline-terminated thingy", change
21345         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
21346         to MOVEMENT_LINE.
21347
21348         (GtkTextView): Add flags for default editability, and whether to
21349         show the cursor. Add functions to get/set that. Add 
21350
21351         (gtk_text_view_get_iter_location): new function
21352
21353         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
21354         gtktextlayout.h
21355         (g_convert): Add g_convert temporarily, will go in glib in a bit
21356         
21357         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
21358         GtkTextTagTableForeach instead of brokenly using GHFunc.
21359         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
21360
21361         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
21362         moved to public header.
21363
21364         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
21365         "invisible", since "elide" was a bad name.
21366         (gtk_text_tag_get_priority): Added
21367
21368         (GtkTextStyleValues): put this in public header, along with
21369         functions to use it.
21370
21371         * gtk/gtktextmarkprivate.h: Include more headers, since we no
21372         longer include gtktextbtree.h.
21373
21374         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
21375         gtk_text_mark_deleted
21376
21377         * gtk/gtktextlayout.h: Don't include the "really private" headers,
21378         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
21379         to make this possible. Now we only need to install
21380         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
21381         (However the Makefile.am isn't changed yet because of the
21382         logistics of merging gtk-hp-patches piecemeal)
21383
21384         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
21385         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
21386         gtk_text_iter_get_line is now used in the public API for a
21387         different purpose.
21388
21389         * gtk/gtktextiter.h: Clean up function names to be more
21390         consistent. Always call char offset "offset" and byte index
21391         "index". A "line" is always a line number. 
21392
21393         (gtk_text_iter_is_last): new function, more efficient than 
21394         the existing way to check
21395         (gtk_text_iter_is_first): new function, also more efficient
21396
21397         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
21398
21399         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
21400         gtk_text_iter_forward_char, etc.
21401
21402         (gtk_text_iter_forward_to_tag_toggle): Renamed from
21403         forward_find_tag_toggle, since this isn't a linear search
21404
21405         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
21406
21407         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
21408         New functions, search for a buffer substring.
21409
21410         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
21411         interactive and default editable (since we need to store that info
21412         until we receive the selection data).
21413
21414         Remove all the _at_char and at_line etc. versions of functions;
21415         only have iterator versions.
21416
21417         Add _interactive() versions of functions, that consider the
21418         editability of text. (FIXME add interactive flag to the 
21419         insert/delete signals per Darin's suggestion)
21420
21421         (gtk_text_buffer_get_tag_table): new function, demand-creates the
21422         tag table if necessary
21423
21424         Remove declaration of gtk_text_buffer_get_iter_from_string
21425
21426         (_gtk_text_buffer_get_btree): private/internal function, added.
21427         
21428
21429         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
21430         (gtk_text_line_is_last): new function
21431
21432 2000-07-25  Havoc Pennington  <hp@redhat.com>
21433
21434         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
21435         using GtkProgressBar. See Changes-2.0.txt for details.
21436
21437         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
21438         "pulse_step" which are the equivalent of
21439         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
21440         Implement new API.
21441         
21442         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
21443         (use_text_format) to mark whether text set on the progress bar is
21444         a format string. Deprecate entire GtkProgress interface.
21445
21446         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
21447         (gtk_progress_build_string): make this a no-op if use_text_format
21448         is FALSE
21449
21450         * docs/Changes-2.0.txt: Describe progress bar changes.
21451
21452 2000-07-25  Tor Lillqvist  <tml@iki.fi>
21453
21454         * Makefile.am: Include the build directory.
21455
21456         * configure.in: Generate build/Makefile, build/win32/Makefile,
21457         gdk/, gdk/win32/, and gtk/makefile.mingw.
21458
21459         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
21460         Add GETTEXT_PACKAGE.
21461         
21462         * gdk/gdk.def
21463         * gtk/gtk.def: Updates.
21464
21465         * gdk/gdkfont.h
21466         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
21467         need them any longer.
21468
21469         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
21470
21471         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
21472         PANGOWIN32_LIBS and gdk_pixbuf.
21473
21474         * gdk/win32: Compiles, but no doubt doesn't work at all.
21475
21476         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
21477
21478         * gdk/win32/gdkinput.c: New file, temporarily.
21479         
21480         * gdk/win32/gdkinput-win32.h: New file
21481
21482         * gdk/win32/gdkinputprivate.h: Remove.
21483
21484         * gdk/win32/gdkpango-win32.c: New file.
21485
21486         * gtk/makefile.mingw.in: New file
21487
21488         * gtk/makefile.cygwin: Removed
21489         
21490         * gtk/Makefile.am: Update accordingly.
21491
21492         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
21493         made externally visible.
21494
21495         * gtk/gtkmain.c: Use it.
21496         
21497         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
21498         is enough.
21499
21500         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
21501
21502 2000-07-24 Elliot Lee <sopwith@redhat.com>
21503         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
21504         individual backends already.
21505         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
21506         again. Yes, there really is a good reason for this, if you are using the gdkregion
21507         internals, and if you're not, why do you care?
21508         * gdk/gdkwindow.c: Fix inverted condition
21509         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
21510         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
21511         * gtk/gtkrange.c: Redraw trough when moving.
21512         * gtk/gtktypeutils.c: Fix warning by adding const cast.
21513         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
21514
21515 2000-07-23  Tor Lillqvist  <tml@iki.fi>
21516
21517         * configure.in: Check for mkstemp and sigsetjmp. Output
21518         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
21519
21520         More work on GDK for Win32. Still in an intermediate state.
21521
21522         * gdk/makefile.cygwin
21523         * gdk/win32/makefile.cygwin: Removed.
21524         
21525         * gdk/makefile.mingw.in
21526         * gdk/win32/makefile.mingw.in: New files.
21527
21528         * gdk/Makefile.am
21529         * gdk/win32/Makefile.am: Generate and distribute them.
21530
21531         * gdk/win32/gdkwindow-win32.h
21532         * gdk/win32/gdkdrawable-win32.h
21533         * gdk/win32/gdkpixmap-win32.h: New files.
21534
21535         * gdk/win32/gdkcolor-win32.c
21536         * gdk/win32/gdkcursor-win32.c
21537         * gdk/win32/gdkdrawable-win32.c
21538         * gdk/win32/gdkgc-win32.c
21539         * gdk/win32/gdkimage-win32.c
21540         * gdk/win32/gdkprivate-win32.h
21541         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
21542         Rename fields and variables called xcursor, xid, etc (these names
21543         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
21544
21545 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
21546
21547         * gtk/gtkentry.[ch]: Fix some problems with vertical
21548         alignment.
21549
21550         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
21551         char/byte confusion.
21552
21553 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
21554
21555         * gtk/gtktextview.c (changed_handler): Fix bug where
21556         redraw wasn't being done properly when height of
21557         dirty region changed.
21558
21559         * demos/Makefile.am: Remove various references to
21560         -lgmodule
21561
21562 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
21563
21564         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
21565         PangoAttrShape to reserve space for pixmaps, add 
21566         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
21567         in the display functions.
21568         
21569         * gtk/testgtk.c (create_layout): Set some more exotic
21570         scrolled window options
21571
21572         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
21573         Add function to set the shadow type of a window, to allow
21574         putting a shadow around widgets such as GtkLayout or GnomeCanvas
21575         which don't draw their own frame.
21576
21577 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
21578
21579         * docs/tutorial/package-db-tutorial.sh: New file for
21580           packaging DocBook format tutorial
21581
21582 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
21583
21584         * docs/tutorial/gtk-tut.sgml: Minor updates
21585
21586         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
21587
21588 2000-07-19  Tor Lillqvist  <tml@iki.fi>
21589
21590         * gtk/gtksignal.c: Fix C++ comment.
21591
21592         * gtk/gtkimmulticontext.c
21593         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
21594         don't return value from void functions.
21595
21596         * gtk/gtk.def: Add gtk_rc_style_unref.
21597
21598 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
21599
21600         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
21601         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
21602         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
21603         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
21604         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
21605         gtk/gtktypeutils.h: Include files outside of the extern "C"
21606         block. Makes some C++ compiler happy. Reported by Denis Vakatov
21607         <vakatov@peony.nlm.nih.gov>.
21608
21609 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
21610
21611         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
21612           Completes first pass. Hurrah!
21613
21614 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
21615
21616         * docs/tutorial/gtk-tut.sgml: More clean ups.
21617
21618 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
21619
21620         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
21621         paint the background of the text area which was accidentally
21622         removed at some point.
21623
21624         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
21625           
21626          - Move most of the functionality from the theme vtable
21627            into GtkRcStyleClass and GtkStyleClass. The moved
21628            vtable functions were changed a bit in the move to
21629            work better in their new home.
21630
21631          - Get rid of the engine and engine_data fields from
21632            GtkRcStyle and GtkStyle; instead the theme
21633            engine derives theme-specific subclasses of GtkRcStyle
21634            and GtkStyle
21635
21636          - Add extra dlsym() found entry point to themes,
21637            theme_create_rc_style().
21638
21639         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
21640         in gtk_style_real_copy.
21641
21642         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
21643         to register a type associated with an engine. (The engine
21644         won't be unloaded as there is an instance of the type.)
21645
21646
21647 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
21648
21649         * docs/tutorial/gtk-tut.sgml: Clean ups.
21650
21651 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
21652
21653         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
21654           of cleaning up to do.
21655
21656 2000-07-15  Tor Lillqvist  <tml@iki.fi>
21657
21658         * gdk/testgdk.c: New file, quick hack to test backends for
21659         pixel-by-pixel correctness of the most simple graphic operations.
21660
21661 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
21662
21663         * Really release 1.3.1
21664         
21665         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
21666         include structure.
21667
21668 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
21669
21670         * Released 1.3.1
21671
21672 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
21673
21674         * gtk/gtktextlayout.c: use FALSE for size_only most
21675         of the time when calling gtk_text_layout_get_line_display()
21676         to avoid causing double reshapes when a redraw follows
21677         immediately after.
21678
21679 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
21680
21681         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
21682         appropriate region and gdk_window_process_updates() so trough
21683         updating doesn't lag behind the window being scrolled.
21684
21685         * gdk/gdkgc.c: Make parent_class pointer static.
21686          
21687 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
21688
21689         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
21690         include <string.h>.
21691          
21692         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
21693         cut-and-paste error in computing memory offset for 4 channels.
21694
21695 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
21696
21697         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
21698         gtk_rc_append_default_pixmap_path(), since it wasn't
21699         adding an interesting path and we don't have a meaningful
21700         default for this value.
21701
21702 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
21703
21704         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
21705         gtk-config to gtk-config-2.0 move gtk_.m4 to
21706         gtk-2.0.m4
21707
21708         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
21709         gdk/Makefile.am demos/Makefile.am: Change 
21710         library names to libgtk-1.3.la, etc, so that we
21711         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
21712
21713         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
21714         gdk/Makefile.am gdk/x11/Makfile.am
21715         Move include files into /usr/include/gtk-2.0, 
21716         /usr/lib/gtk-2.0/include/
21717          
21718         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
21719         gtk/gtkintl.h: Change package for gettext from 
21720         gtk+ to gtk20. Put hack in autogen.sh to modify
21721         po/Makefile.in.in after gettextize to make this
21722         possible.
21723
21724         * gtk+.spec: Some updates, not tested.
21725
21726         * gdk-pixbuf/Makefile.am: Move loaders into
21727         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
21728
21729         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
21730         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
21731         to THEMENAME/gtk-2.0/. Move engine directory  to
21732         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
21733         
21734 2000-07-12  Tor Lillqvist  <tml@iki.fi>
21735
21736         Win32 changes, still doesn't build though.
21737
21738         * gdk/makefile.cygwin
21739         * gdk/win32/makefile.cygwin
21740         * gtk/makefile.cygwin: Updates.
21741
21742         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
21743         default values for fg and bg pixel as X11 does (0 and 1), not
21744         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
21745         Use 0 for pen width by default (treated as 1 anyway later, but for
21746         apps that might check the value in the GdkGC).
21747         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
21748         interface to gdk_gc_predraw and _postdraw.
21749
21750         * gdk/win32/gdkwin32.h
21751         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
21752
21753         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
21754         extraneous semicolon.
21755
21756         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
21757
21758         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
21759         not the Win32 bitspixel value.
21760
21761         * gdk/win32/gdkcc-win32.c:
21762         * gdk/win32/gdkcolor-win32.c 
21763         * gdk/win32/gdkprivate-win32.h
21764         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
21765         GDK object structure.
21766
21767 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
21768
21769         * docs/tutorial/gtk_tut_12.es.sgml (name): 
21770         * docs/tutorial/gtk_tut_it.sgml (name): 
21771         * docs/tutorial/gtk_tut_fr.sgml (name): 
21772         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
21773         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
21774
21775 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
21776
21777         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
21778           small changes.
21779
21780 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
21781
21782         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
21783         a bug here, never been here and never fixed anything ;(
21784         (don't segfault if tree->root_tree is NULL, which happens prior
21785         to widget realization, but puke instead).
21786
21787 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
21788
21789         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
21790         add the necessary tokens.
21791
21792         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
21793         (gtk_rc_style_to_style): copy thicknesses.
21794         (gtk_rc_init_style): apply thicknesses.
21795         (gtk_rc_parse_style): parse xthickness and ythickness.
21796
21797         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
21798
21799         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
21800         (gdk_window_new): 
21801         (_gdk_windowing_window_init): 
21802         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
21803         (gdk_pixmap_create_from_data): 
21804         (gdk_bitmap_create_from_data): 
21805         (gdk_pixmap_new): 
21806         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
21807         (gdk_image_new): 
21808         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
21809         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
21810         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
21811         (gdk_colormap_get_system): 
21812         (gdk_colormap_new): 
21813         * gdk/gdkwindow.c (gdk_window_init): 
21814         * gtk/gtkstyle.c (gtk_style_new):
21815         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
21816         * gdk/gdkpixmap.c (gdk_pixmap_init): 
21817         * gtk/gtkrc.c (gtk_rc_style_new):
21818         use g_object_new() instead of g_type_create_instance() which
21819         is a private function for fundamental type implementations.
21820
21821 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
21822
21823         * configure.in: Add check for db2html
21824
21825 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
21826
21827         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
21828         hack to set glib_debug_objects based on gtk_debug_flags.
21829
21830 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
21831
21832         * INSTALL.in: Update the Prerequisites section.
21833
21834         * Makefile.am demos/Makefile.am docs/Makefile.am
21835         docs/tutorial/Makefile.am gdk/x11/Makefile.am
21836         gdk/linux-fb/Makefile.am: Dist fixes
21837
21838 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
21839
21840         * NEWS: 10,000 foot view of 1.3.1 changes.
21841
21842 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
21843
21844         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
21845         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
21846         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
21847         gdk/x11/gdkmain-x11.c: 
21848
21849         Patch from George Lebl to add a GdkGrabStatus enumeration to use
21850         as a return value of gdk_*_grab(). Previously, we just
21851         returned the X11 values directly.
21852
21853 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
21854
21855         * gdk/x11/Makefile.am: Patch from George Lebl to 
21856         install all the headers in the right place.
21857
21858 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
21859
21860         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
21861           initial conversion to DocBook.
21862
21863 2000-07-04  Tor Lillqvist  <tml@iki.fi>
21864
21865         * README.win32: Improve a bit.
21866
21867         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
21868         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
21869         Alt+0nnn on the numpad (used to enter characters by numeric code
21870         from current DOS or ANSI codepage) working correctly, as in other
21871         Windows apps.
21872
21873         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
21874         same argument validity tests as in X11 version.
21875         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
21876
21877         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
21878         definitions in case missing from headers.
21879
21880         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
21881         destroy the window-specific cursor.
21882         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
21883         calling GetModuleHandle(NULL).
21884         (gdk_window_set_cursor): Reworked to always copy the passed cursor
21885         with CopyCursor before setting it as the window-specific
21886         cursor. It is OK for the caller to destroy the GdkCursor (and thus
21887         also its Windows cursor) after calling this function. Destroy any
21888         previous window-specific cursor.
21889
21890 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
21891
21892         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
21893         font charset is iso8859-1, not iso-8859-1.
21894
21895 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
21896
21897         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
21898         Use g_get_charset() instead of g_get_codeset().
21899
21900         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
21901         Comment out some strdup'ing functions to keep timj
21902         happy until we finish fighting this out.
21903
21904 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
21905
21906         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
21907         <= width or height.
21908
21909         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
21910         from 1.2 for parent/child states.
21911
21912         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
21913         of typos.
21914
21915         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
21916         event structures, replace with a generic axes field. Replace 
21917         deviceid/sourec with GdkDevice *device.
21918
21919         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
21920         to extract particular axis use value from event. (Also
21921         can be used for normal X/Y.)
21922
21923         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
21924         allow for arbitrary number of axes, namespace everything
21925         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
21926         everywhere.
21927
21928         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
21929         Get rid of the gdk_input_vtable setup if favor of simply
21930         defining the functions in gdkinput-none/gxi/xfree.c in
21931         a similar fashion to the way that the port structure is 
21932         done.
21933
21934         * gtk/gtkdnd.c: Fix fields of synthesized button press event
21935         for new event structures. 
21936
21937         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
21938         new device interfaces.
21939
21940 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
21941
21942         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
21943         set the initial text.
21944
21945         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
21946         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
21947         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
21948         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
21949
21950         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
21951         pango_layout_set_font_description to simplify.
21952
21953 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
21954
21955         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
21956         pango_layout_set_font_description to simplify.
21957
21958 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
21959
21960         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
21961         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
21962         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
21963
21964         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
21965         PANGO_PIXELS() macro.
21966
21967 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
21968
21969         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
21970         that returns a PangoContext owned by the widget and updated to
21971         match future changes in the widget. Also, make 
21972         gtk_widget_create_pango_layout() use this context. If we ever
21973         add a ::changed signal to PangoContext, this will make things
21974         much more convenient. 
21975
21976         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
21977         in the appropriate places instead of destroying the layouts and
21978         creating new ones.
21979
21980         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
21981         in a few strategic places.
21982
21983 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
21984
21985         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
21986         gtk_widget_size_request() on reparented child, if one. Otherwise,
21987         queue_resize() on the child never results in it getting size-requested
21988         at all.
21989
21990         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
21991         in option menus, so that (with luck) people won't copy it into
21992         their apps in the future.
21993
21994         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
21995         to gtk_option_menu_calc_size. This isn't perfect, but should fix
21996         a lot of problems with changing the size of the menu's menu
21997         items after adding it to the option menu.
21998
21999         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
22000
22001         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
22002         the text direction for a widget changes.
22003
22004         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
22005         ::direction_changed to get rid of various hacks.
22006
22007 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
22008
22009         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
22010         name.
22011
22012 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
22013
22014         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
22015         flag to the structure. Do not call XFreePixmap on pixmaps created
22016         by gdk_pixmap_foreign_new().
22017
22018 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
22019
22020         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
22021         value using GdkRGB functionality given GdkColormap and GdkColor.
22022         (name not final, waiting for inspiration.)
22023         
22024         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
22025         set the foreground/background of a GC using the GC's colormap
22026         and GdkRGB. (name not final, waiting for inspiration.)
22027
22028         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
22029         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
22030
22031         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
22032         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
22033         purely a function of the corresponding colormap. Make
22034         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
22035
22036         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
22037         gdk_pixbuf_*create_from_xpm_* in terms of
22038         gdk_pixbuf_new_from_xpm_data(), move into platform independent
22039         code.
22040
22041         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
22042         advantage of the new draw_rgb_32_image_dithalign.
22043
22044         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
22045
22046         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
22047         on each created GC.
22048
22049         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
22050
22051         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
22052         which we initialize from the drawable when the GC is created,
22053         if the drawable has a colormap.
22054
22055         * gdk/x11/gdkgc-x11.c: include string.h for memset.
22056
22057         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
22058
22059         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
22060
22061 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
22062
22063         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
22064         actually returning expose events, make sure to set
22065         the count field properly.
22066
22067         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
22068         accidentally reintroced bug which always cleared
22069         the graphics_exposures value. 
22070
22071 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
22072
22073         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
22074
22075 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
22076
22077         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
22078
22079 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
22080
22081         * docs/faq/gtk-faq.sgml: Start of Section 6.
22082
22083 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
22084
22085         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
22086         
22087         (Fixes problem with drawing childless frames. Pointed out
22088         by and a first patch from Anders)
22089         
22090         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
22091         compute a child_allocation, even if we don't have a child.
22092
22093         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
22094         Always chain to the parent's impl, even if we don't have a child.
22095
22096 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
22097
22098         * gdk/gdkrgb.c: If possible, create only a single shm segment and
22099         use multiple parts of it instead of creating a bunch of separate
22100         segments, since the maximum number of segments per system is not
22101         large. (This might be worth backporting to GTK+-1.2.x if we make a
22102         new release )
22103
22104         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
22105         structure in preparation for per-colormap GdkRGB.
22106
22107         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
22108         to False when we get EINVAL from shmget so that the caller of
22109         gdk_image_new can retry with a smaller segment size.
22110
22111 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
22112
22113         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
22114
22115 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
22116
22117         * configure.in: make the current version number 1.3.1 (binary age 0,
22118         interface age 0).
22119         
22120         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
22121         gtkcompat.h is all we want.
22122
22123         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
22124         GLib primitive types. fixed g_type_register_fundamental() argument
22125         ordering.
22126
22127         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
22128         compiles.
22129
22130         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
22131         object code cleanup, comment trigraph fixes, etc...
22132
22133 2000-06-23  Havoc Pennington  <hp@redhat.com>
22134
22135         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
22136         instead of making up a bogus name for first_para_mark
22137
22138         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
22139         0 as a context ID
22140
22141 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
22142
22143         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
22144
22145 2000-06-21  Havoc Pennington  <hp@pobox.com>
22146
22147         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
22148         we didn't check window->bg_pixmap != GDK_NO_BG.
22149
22150         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
22151         gdk-pixbuf
22152
22153 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
22154
22155         * docs/faq/gtk-faq.sgm: Move file to here.
22156           TODO: Update Makfile.am 
22157
22158 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
22159
22160         * docs/gtk-faq.sgm: Add Section 2
22161
22162 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
22163
22164         * docs/gtk-faq.sgm: New file. Start of DocBook
22165           version of the FAQ.
22166
22167 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
22168
22169         * configure.in (GDK_PIXBUF_MAJOR): Define version
22170         numbers for GDK_PIXBUF_*, as they get substituted
22171         into a header file. Need to consider versioning
22172         for gdk-pixbuf more carefully later.
22173
22174 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
22175
22176         Work with srcdir != builddir.   
22177         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
22178         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
22179         * demos/testpixbuf.c: Likewise.
22180         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
22181         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
22182         <gdk/x11/gdkx.h>.
22183         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
22184         "gdk-pixbuf.h".
22185         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
22186
22187 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
22188
22189         * TODO.xml: Change 1.4 version numbers to 2.0.
22190
22191 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
22192
22193         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
22194         fixups to GTK+ standard.
22195
22196 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
22197
22198         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
22199         gdk-pixbuf.
22200
22201         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
22202         fixups for GObject.
22203
22204         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
22205         gdk-pixbuf with GDK dependencies moved into GDK.
22206         
22207         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
22208         move gdk-pixbuf-loader here until GObject has signals.
22209
22210         * demos/: New directory of demos. Move demos from
22211         gdk-pixbuf here.
22212
22213         * demos/pixbuf-init.c: Small bit of code to check for
22214         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
22215         set GDK_PIXBUF_MODULEDIR appropriately.
22216
22217         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
22218         define which no longer makes sense.
22219
22220 2000-06-21  Havoc Pennington  <hp@redhat.com>
22221
22222         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
22223         gtk_get_default_language
22224
22225         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
22226         new function to get the default language
22227
22228         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
22229         s/gtk_text_view_style_values/gtk_text_style_values/
22230
22231         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
22232         Add a "language" field to tags.
22233
22234         (gtk_text_tag_set_arg): Fix bug in setting
22235         "bg_full_height_set" tag.
22236
22237 2000-06-21  Havoc Pennington  <hp@redhat.com>
22238
22239         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
22240         in the interfaces
22241
22242         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
22243         stuff instead when possible.
22244
22245         * gtk/gtktexttypes.h: Delete some unused constants
22246
22247         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
22248         testtextbuffer.c: use glib instead of custom unicode routines
22249
22250 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
22251
22252         * docs/es/: Removed mistakenly added generated sgml
22253
22254         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
22255         Remove outdated info files.
22256
22257         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
22258         Moved tutorial files into subdir
22259
22260         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
22261         subdir.
22262
22263         * docs/man/gtk_button.pod: Remove. (contents will be
22264         integrated into gtk-reference button page.)
22265
22266         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
22267         docs/faq/Makefile.am: Adjust for new organization
22268
22269 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
22270
22271         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
22272         not $(MKINSTALLDIRS)
22273
22274 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
22275
22276         * gtk/testgtk.c (create_text): Finish the job Elliot started
22277         of removing font setting test for text widget. (Since text widget
22278         and GdkFont are not deprecated, and cause portability problems.)
22279
22280 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
22281
22282         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
22283         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
22284         Remove use of libunicode in favor of new GLib functions.
22285
22286         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
22287         nano-x, framebuffer. The X11 include is just a hack until we get
22288         the necessary functions in gdkcolor.h, so there is no reason to
22289         add other includes of platforms.
22290
22291         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
22292         window bigger than the screen change.
22293
22294         * gtk/testgtk.c: Revert some random changes from Elliot
22295         that had no particular point and were causing testgtkrc
22296         not to function correctly.
22297         
22298         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
22299         because GdkSegment and GdkRegionBox have the same fields,
22300         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
22301         results in clearer code.
22302
22303         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
22304         gdk_input_translate_coordinates): Fix missed GdkObjectification
22305
22306 2000-06-18  Elliot Lee  <sopwith@redhat.com>
22307
22308         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
22309         * gtk/gtk{plug,socket}.h: Missed commits from previous.
22310
22311 2000-06-20  Havoc Pennington  <hp@redhat.com>
22312
22313         * modules/linux-fb/Makefile.am: Make this compile
22314         without framebuffer enabled
22315
22316         * gdk/linux-fb/Makefile.am: Add conditional to not build
22317         framebuffer unless specified in configure
22318
22319         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
22320         the size of the target instead of source if -1 was passed for
22321         width/height
22322
22323         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
22324         width/height confusion.
22325
22326 2000-06-19  Havoc Pennington  <hp@redhat.com>
22327
22328         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
22329         GDK_DRAWABLE_XID. In the future, we probably want to make it
22330         faster with G_DISABLE_CHECKS turned on.
22331
22332 2000-06-14  Havoc Pennington  <hp@redhat.com>
22333
22334         * gdk/Makefile.am: add gdkpixmap.c
22335
22336         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
22337         s/gdk_image_init/_gdk_windowing_image_init
22338
22339         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
22340         ref/unref
22341
22342         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
22343
22344         * gdk/gdkcompat.h: remove GdkWindowType compat, since
22345         GdkWindowType is now non-deprecated; 
22346         change gdk_window_get_type() compat to be
22347         gdk_window_get_window_type().
22348
22349         * gdk/gdkdnd.h: make GdkDragContext a GObject.
22350
22351         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
22352         virtual GObject. Make all functions call into the vtable.
22353         Move gdk_image_put() guts in here. Remove GdkDrawableType
22354         and gdk_drawable_get_type(), these are now GdkWindow-specific.
22355         draw_image, get_depth, get_size, set_colormap, get_colormap,
22356         get_visual added to the vtable.
22357         
22358         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
22359         GObject. Virtualize everything. 
22360         (gdk_gc_new_with_values): remove check for destroyed window,
22361         because now GdkWindow::create_gc will check this.
22362         (gdk_gc_set_values): New function to set GC values, this 
22363         was already implemented but wasn't in the header
22364
22365         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
22366
22367         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
22368         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
22369         remove _gdk_window_class; add _gdk_window_impl_get_type() and
22370         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
22371         _gdk_windowing_window_init, rename gdk_image_init to
22372         _gdk_windowing_image_init.
22373         
22374         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
22375         (gdk_draw_layout): Remove check for destroyed window, 
22376         because all the drawable methods already check it.
22377         
22378         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
22379         Add gdkpixmap.c which contains implementation of GdkDrawable
22380         virtual table (by chaining to a platform-specific implementation
22381         object).
22382         
22383         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
22384         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
22385         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
22386         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
22387         GdkColormapPrivate. 
22388
22389         * gdk/gdktypes.h: #include <glib-object.h>
22390
22391         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
22392         Move most functionality to platform-specific implementation
22393         object. GdkWindow itself now handles the backing store, then
22394         chains to the platform-specific implementation.
22395         (gdk_window_get_window_type): return GdkWindowType of the window.
22396         (gdk_window_peek_children): New routine, returns the children of 
22397         a GdkWindow
22398         (gdk_window_get_children): Was in X11-specific code and did 
22399         XQueryTree. Changed to simply return a copy of window->children; 
22400         so it can go in cross-platform code.
22401         
22402         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
22403
22404         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
22405         GdkColormap; just changed to use the new private data instead
22406         of casting to GdkColormapPrivate.
22407
22408         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
22409         gdk_cursor_new().
22410
22411         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
22412         (private data member in the GObject). 
22413         (xdnd_manager_source_filter): Function had broken 
22414         error handling, fix it (use gdk_error_trap_push).
22415
22416         * gdk/x11/gdkdrawable-x11.c: This file now implements
22417         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
22418         base class is purely for the convenience of the X port,
22419         and not part of the interface to cross-platform GDK.
22420
22421         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
22422         
22423         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
22424         specific to X, and returned by the create_gc virtual method
22425         of GdkDrawableImplX11. 
22426         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
22427         rather than gchar, this was also changed in the GdkGC vtable.
22428         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
22429         mask is 0, return immediately, instead of checking every flag.
22430         This is faster, and keeps us from segfaulting if values is NULL
22431         and the mask contains some nonzero flags.
22432
22433         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
22434         GdkWindow.
22435
22436         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
22437         GdkWindowPrivate is gone.
22438
22439         * gdk/x11/gdkim-x11.c: rename things that got renamed.
22440
22441         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
22442         remove the image_put stuff that got transferred to GdkDrawable.
22443         
22444         * gdk/x11/gdkinput.c: renamings
22445
22446         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
22447
22448         * gdk/x11/gdkpixmap-x11.c: GObject conversion
22449
22450         * gdk/x11/gdkprivate-x11.h: indentation fixes
22451
22452         * gdk/x11/gdkproperty-x11.c: renamings
22453
22454         * gdk/x11/gdkselection-x11.c: renamings
22455
22456         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
22457         implements the platform-specific "impl" object.
22458         Moved gdk_window_get_children to gdk/gdkwindow.c
22459
22460         * gdk/x11/gdkx.h: Remove all the private structs and private datas
22461         that no longer exist. Add declaration of GdkGCX11 object here.
22462         Fix all the macros to still work. 
22463
22464         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
22465         GdkDragContext from the boxed types since they are now GObjects.
22466
22467         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
22468         moved xthickness/ythickness into the instance. GtkStyleClass
22469         functions are now in the standard vtable for GtkStyle, so you have
22470         to create a GObject subclass to write a theme engine.
22471         (gtk_style_copy): fixed a leaked PangoFontDescription
22472         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
22473         can be the standard GObject function.
22474         
22475         * Throughout GTK:
22476         s/style->klass->[xy]thickness/style->[xy]thickness
22477         s/pango_layout_unref/g_object_unref/
22478
22479         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
22480         
22481         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
22482         accessing GDK internals.
22483
22484         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
22485         accessing GDK internals.
22486
22487 2000-06-18  Elliot Lee  <sopwith@redhat.com>
22488
22489         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
22490
22491         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
22492         problem by calculating event position relative to the trough
22493         rather than the slider.
22494         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
22495
22496         * gdk/gdkgc.h: Add GDK_NOR.
22497
22498         * configure.in, Makefile.am: Add modules top level dir
22499         * configure.in: Only use pangox library if building x11 target.
22500         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
22501
22502 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
22503
22504         * gtk/gtkcolorsel.c: Change private class member to be named
22505         private_data throughout the file.
22506
22507         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
22508         private_data to avoid clashing with keyword.
22509
22510 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
22511
22512         * gdk/gdkdnd.h: Add comment to remove warning.
22513
22514 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
22515
22516         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
22517         Byelorussian language; changed the Makefile and file names 
22518         to reflect that.
22519
22520 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
22521
22522         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
22523         rather than gdk_window_hide; this makes things work
22524         correctly if the window is programmatically hidden while
22525         iconified.
22526
22527 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
22528
22529         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
22530         cut and paste typo where wrong pixmap was being
22531         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
22532
22533 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
22534
22535         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
22536         Add helper function to compute format / bytes 
22537         relationship. Use in a couple places to fix up
22538         errors which assume 8 * format.
22539
22540         * gtk/gtkselection.c (gtk_selection_request): Use 32
22541         rather than 8 * sizeof (GdkAtom), to work correctly
22542         on Alpha.
22543
22544 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
22545
22546         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
22547         libgtk.la
22548         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
22549         versions
22550
22551         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
22552         checking macros return NULL since the function has a return value.
22553
22554 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
22555
22556         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
22557         GTK+ from building at all.
22558
22559         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
22560
22561 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
22562
22563         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
22564         gtk/Makefile.am: make it possible to configure gtk for different
22565         targets on the same platform. The library name is now 
22566         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
22567         flag. Only the x11 target compiles right now.
22568         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
22569         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
22570         * gdk/nanox/gdk*generic*: delete generic region code.
22571         * gdk/linux-fb/gdk*generic*: delete generic region code.
22572         * README.nanox: update information.
22573         
22574 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
22575
22576         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
22577         prepend not append. (Pointed out by Brett Hall.)
22578
22579 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
22580
22581         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
22582
22583 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
22584
22585         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
22586         need this later, and this makes sure that the atexit for
22587         glib gets called after that for GDK, so atexits are
22588         properly ordered for object leak checking.
22589
22590         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
22591
22592         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
22593         pango_x_shutdown_display()
22594
22595         * gtk/simple.c (main): Close window on destroy.
22596
22597 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
22598
22599         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
22600         to treat initial creation different from setting with 
22601         regards to the graphics-exposures parameter, so add a parameter
22602         indicating whether this is initial or not.
22603
22604 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
22605
22606         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
22607         to sort of work by adding an extra return_exposes arg
22608         to gdk_event_translate() - it might be better to simply
22609         deprecate the function altogether and force people to rewrite
22610         without it. gdk_window_scroll() handles most of it, and where
22611         gdk_window_scroll() doesn't work, simply redrawing more does.
22612
22613         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
22614         assertion.
22615
22616         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
22617
22618         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
22619         bunch of pretty much useless /* Print debugging info */ comments 
22620         which had drifted away from the code they were commenting.
22621
22622 2000-06-02  Havoc Pennington  <hp@pobox.com>
22623
22624         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
22625         is in working order.
22626         
22627         * gtk/testtext.c: Change to reflect anonymous mark API
22628
22629         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
22630
22631         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
22632         field, which was unused.
22633
22634         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
22635         saves some typing.
22636
22637         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
22638
22639         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
22640         flag on the insertion point and selection bound
22641
22642         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
22643         make mark-manipulation functions take a GtkTextMark* instead of a
22644         mark name.
22645         
22646         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
22647         GtkTextMarkBody; will be used to detect attempts to delete
22648         the permanent marks (insert and selection bound)
22649
22650         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
22651
22652 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
22653
22654         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
22655         flag to on.
22656
22657         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
22658         Honor DOUBLE_BUFFRED_FLAG
22659
22660         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
22661         function to set the DOUBLE_BUFFERED flag.
22662
22663         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
22664         or not exposes done on the widget should be double-buffered.
22665
22666         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
22667         to be what would be expected. (Fixes problem with a
22668         g_return_if_fail() validating a TextDirection enumeration)
22669
22670 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
22671
22672         * gtk/gtkwidget.c: Remove all references to 
22673         offscreen flag which was no longer used.
22674
22675         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
22676
22677         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
22678         for non-null label_widget->parent.
22679
22680         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
22681         which no longer was used.
22682
22683         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
22684
22685         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
22686         for null arguments.
22687
22688         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
22689         check for destroyed windows.
22690
22691 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
22692
22693         * gtk/gtkimmulticontext.c: Add a finalize method and unref
22694         the slave context there.
22695
22696         * gtk/gtkinvisible.[ch]: Make reference counting behavior
22697         identical to GtkWindow.
22698
22699 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
22700
22701         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
22702         pangox to here, so we can write them independent of rendering
22703         system, using GDK primitives.
22704
22705         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
22706         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
22707         since we have a rendering-system independent implementation in
22708         terms of draw_glyphs().
22709         
22710         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
22711         function to render a single line.
22712
22713         * gdk/x11/gdkpango.c: Move the guts of this file mostly
22714         into ../gdkpango.c, which simplifies things, since we
22715         don't have to deal with raw X gc's.
22716
22717 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
22718
22719         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
22720         get the logical attributes for a given GtkTextLine.
22721
22722 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
22723
22724         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
22725         g_locale_get_codeset() to g_get_codeset() change.
22726
22727 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
22728
22729         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
22730         descriptions.
22731
22732         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
22733         the entry.
22734
22735         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
22736         redoing (vastly simplifying) for Pango. Still needs quite
22737         a bit of work. (Size selection is currently poor. List of 
22738         predefined sizes is not a good idea, since all of these
22739         sizes won't necessarily be distinct.)
22740
22741 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
22742
22743         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
22744         CODESET results for LANG=C.
22745
22746 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
22747
22748         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
22749         which takes a stringized pango font description;
22750         ignore the older 'font' and 'fontset' declarations.
22751
22752         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
22753         field with a GdkFont derived via gdk_font_from_description(),
22754         for compatibility. (Should we just remove it entirely?
22755         Probably too much compatibility breakage, but people
22756         should be migrating to the new Pango stuff as quickly
22757         as possible.)
22758
22759 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
22760
22761         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
22762
22763 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
22764
22765         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
22766         redoing; there are some bugs in size allocation right
22767         now, the semi-existant distinction between header / day
22768         fonts was removed, but, with Pango, could actually
22769         be made functional in a nice way.
22770         
22771         * gtk/testcalender: Move calender from examples into this
22772         directory as a test program. (We really need to restrcture
22773         testgtk into a whole directory full of tests for every
22774         widget or functionality group, separated into multiple .c
22775         files.)
22776
22777 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
22778
22779         * gtk/testgtk.c (file_exists): Fix stupid typo that
22780         was keeping RC file from being loaded.
22781
22782         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
22783         RC file font code.
22784
22785 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
22786
22787         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
22788         Add function to load a GdkFont from a PangoFontDescription.
22789
22790 2000-05-29  Tor Lillqvist  <tml@iki.fi>
22791
22792         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
22793         variable should be of type GdkEventPrivate.
22794
22795 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
22796
22797         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
22798         to have any widget for the label, use a GtkLabel widget
22799         to display the text. (Based partially on a patch from
22800         Anders Carlson.)
22801
22802         (Quite a bit of code reorganization - strip 90% of the
22803         guts out of gtkaspectframe and add a single virtual
22804         func to GtkFrameClass - compute_child_allocation.)
22805
22806 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
22807
22808         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
22809         (Removed clist->row_center_offset field because caching
22810         it wasn't saving time or code, added private function
22811         _gtk_clist_create_cell_layout()).
22812
22813 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
22814
22815         * gtk/gtkaccellabel.c: Pangoized.
22816
22817         * gtk/[hv]ruler.c: Pangoized
22818
22819 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
22820
22821         * gtk/gtkfilesel.c (gtk_file_selection_init):
22822         Use gtk_clist_set_column_auto_resize() to remove need
22823         need for manual column width computations.
22824
22825 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
22826
22827         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
22828         ensuring Pango correctness, and considerably simplifying the
22829         code.
22830         
22831         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
22832
22833         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
22834         getting of numbers of lines.
22835
22836         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
22837         to the actual requested width of the lable, not to the wrap
22838         width we set.
22839
22840         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
22841
22842         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
22843           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
22844
22845         * gtk/gtktextview.c: Fix structure inheritance.
22846
22847         * gtk/gtkprogressbar.c: Pangoize.
22848
22849 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
22850
22851         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
22852         in a function.
22853
22854         * gtk/gtktextlayout.c (find_display_line_above): Fixed
22855         bug with computing line tops.
22856
22857         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
22858
22859 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
22860
22861         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
22862         and y_offset coordinates to do what we need now. (The offset between
22863         buffer and layout coordinates has been reintroduced, but is a 
22864         bit different than before.)
22865
22866         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
22867         handle the adjustments ourselves, and scroll as necessary using
22868         the new gdk_window_scroll().
22869         
22870         The advantage of this is that when we are incrementally revalidating,
22871         we are essentially rearranging things around the visible portion
22872         of the screen. With the old setup, the visible portion of the
22873         screen was moved around in the layout, so scrolling and redrawing
22874         to track that caused jumping of the display. Since we now
22875         control the scrolling ourselves, we can suppress this and
22876         only redraw when things actually change.
22877
22878 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
22879
22880         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
22881         the region not just redisplay it after-all, since we store the
22882         cursors in the LineDisplay. (Ugly interactions here between
22883         GtkLayout and GtkTextBTree here.)
22884         
22885         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
22886
22887 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
22888
22889         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
22890         Added function to scroll contents of a window while keeping the
22891         window constant. Works by XCopyArea or guffaw-scrolling depending
22892         on the details of how the window is set up. (guffaw-scrolling
22893         still needs to be filled in.)
22894
22895 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
22896
22897         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
22898         move the debugging that was tied to a global variable
22899         to that.
22900
22901         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
22902
22903         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
22904         validated flag, in line data instead of setting height/width to
22905         -1. This allows us to perform operations with partially invalid
22906         buffer (using the old size for invalid lines) and thus to do
22907         incremental vaidation. Keep height/width aggregates up to date
22908         when deleting text and rebalancing the tree.
22909
22910         * gtk/gtktextbtree.[ch]: Add functions validate a line
22911         (gtk_text_btree_validate_line), and to validate up
22912         to a number of pixels (gtk_text_btree_validate).
22913
22914         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
22915         that indicates that something is changed and a revalidation
22916         pass is needed. Change ::need_repaint to ::changed, and
22917         make it take old and new yranges instead of a rectangle.
22918
22919         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
22920         the line_data_destroy() function from 
22921         gtk_text_btree_add_view() to a virtual function in 
22922         GtkTextLayout
22923
22924         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
22925         since we are handling partial repaints in a different fashion
22926         now.
22927
22928         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
22929         of the selection instead of queueing a repaint on the
22930         entire widget.
22931
22932         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
22933         get_selection_bounds() down to btree, make the function
22934         in buffer a wrapper around the btree function.
22935
22936         * gtk/gtktextlayout.[ch]: Add functions to check if the
22937         layout is valid and to recompute either a range of pixels
22938         aroudn a line or a certain total number of pixels.
22939
22940         * gtk/gtktextlayout.[ch]: Cache a single line display;
22941         now that we only redraw the needed portions, the hit rate
22942         for this cache is quite high.
22943         
22944         * gtk/gtktextview.[ch]: Keep track of the first paragraph
22945         on the screen so that when re-laying-out the buffer, we can
22946         keep the same place. This requires connecting to ::value_changed
22947         on the adjustments
22948
22949         * gtk/gtktextview.[ch]: Add idle functions to revalidate
22950         the buffer after we receive an ::invalidated signal.
22951         
22952 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
22953
22954         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
22955         to max of allocation and layout size, not just to the
22956         layout size.
22957
22958         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
22959         Invalidate window so it gets redrawn properly.
22960
22961         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
22962         to mean the entire window.
22963
22964         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
22965         into public header.
22966
22967 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
22968
22969         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
22970         to get the name of a mark.
22971
22972         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
22973         to find the paragraph from a y position.
22974
22975 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
22976
22977         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
22978         nodes have width/height >= 0, not > 0.
22979
22980 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
22981
22982         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
22983         Add a size_only flag, so when we only need the size, we don't create
22984         useless appearance attributes.
22985
22986         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
22987         duplicate setting of font description.
22988
22989         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
22990
22991 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
22992
22993         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
22994         EXTRA_DIST. It does not work well when the file that
22995         everything depends on is not in the tarball.
22996
22997 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
22998
22999         * gtk/testgtk.c: Some hacks and fixes so that it basically
23000         works when not sitting in the GTK+ build tree.
23001
23002 2000-05-03  Havoc Pennington  <hp@redhat.com>
23003
23004         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
23005         Properly determine the ordering of the tag root and the current
23006         line within the tree. Previous algorithm only worked if the tag
23007         root's immediate parent was the common root of both the current
23008         line and the tag root.
23009
23010 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
23011
23012         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
23013         alignment.
23014
23015         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
23016         the widget text directional dynamically.
23017
23018         * gtk/gtktextview.[ch]: Added functions to get and set default
23019         wrap mode.
23020
23021 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
23022
23023         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
23024         in cursor location computation.
23025
23026 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
23027
23028         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
23029         vadjusment values properly when layout gets smaller.
23030
23031         * gtk/gtktextview.c (need_repaint_handler): Areas being
23032         passed in are far completely inaccurate, and sometimes
23033         too small, so, for now, just queue a redraw on the
23034         whole visible region.
23035
23036 2000-04-25  Havoc Pennington  <hp@redhat.com>
23037
23038         * gtk/gtktextbtree.c (summary_destroy): new function to 
23039         destroy tag summary nodes
23040         (gtk_text_line_next_could_contain_tag): this function was 
23041         totally broken if the line passed in wasn't below the tag
23042         root. Fix it.
23043         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
23044         "wildcard" case, we have to do a linear scan. Blah.
23045         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
23046         we have to do the linear scan
23047         (tag_removed_cb): When a tag is removed from the tag table, 
23048         remove the GtkTextTagInfo node from the btree.
23049         (gtk_text_btree_spew): Implement the spew function, for 
23050         our debugging pleasure.
23051
23052 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
23053
23054         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
23055         a problem with referring to the wrong buffer.
23056
23057         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
23058
23059         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
23060         font description to gtk_style_new() - otherwise things
23061         don't work without a .gtkrc file.
23062
23063         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
23064         tags table if we create it ourself, too.
23065
23066         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
23067         it was conflicting with XKB modifiers.
23068
23069         * gtk/gtktextview.[ch]: Add simple support for 
23070         GtkIMContext.
23071
23072 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
23073
23074         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
23075         with deletion from last commit.
23076
23077 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
23078
23079         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
23080         in the context from the current locale.
23081         
23082         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
23083         context, not hardcoded value.
23084
23085         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
23086         not logical.
23087
23088 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
23089
23090         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
23091         attributes - that doesn't handle partial-glyph selection
23092         properly. Instead use new pango_layout_line_get_x_ranges()
23093         functionality to draw the selection.
23094
23095         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
23096         now properly handles out-of-range coordinates.
23097
23098         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
23099
23100         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
23101         public.
23102
23103         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
23104         for paragraphs opposite to the base direction of the widget.
23105
23106         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
23107
23108         * gtk/gtktextlayout.c: Don't split segments on marks, since that
23109         causes Arabic words to reshape as you cursor through.
23110
23111         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
23112         cursor position when moving vertically with the arrow keys and
23113         scrolling with page-up/page-down. (Arrow keys save only the X,
23114         scrolling saves both X and Y.)
23115
23116         This means you can line-up / line-down or page-up / page-down
23117         without losing your place, and also that moving vertically
23118         with the cursor keys keeps the same X position, not the same
23119         character count:
23120
23121         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
23122         arrow keys move by display lines, not paragraphs.
23123
23124 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
23125
23126         * gtk/gtklayout.c: Make sure that the bin window is at least
23127         as big as the allocation. (Should we also make sure that the
23128         bin window is big enough to completely cover widget->window?)
23129
23130         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
23131         function to get the onscreen rectangle.
23132
23133         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
23134         for offsets in window coordinates.
23135
23136 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
23137
23138         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
23139         confusion.
23140
23141         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
23142         from the widget direction.
23143
23144         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
23145         Add a "direction" attribute.
23146
23147         * gtk/gtktextview.c: global s/tkxt/text_view/.
23148
23149         * gtk/testtext.c: Added long block of text in Arabic, to test out
23150         the direction attributes. (Some problems with the shaping system
23151         for arabic become obvious - like the fact the cursor splits words
23152         into unjoined pieces.)
23153
23154 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
23155
23156         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
23157
23158         * gtk/gtktextlayout.c: Fix up alignment.
23159
23160         * gtk/testtext.c: Add some tests for centering, wrapping.
23161
23162 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
23163
23164         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
23165         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
23166         If we wrote GTK+-specific layout-render function this could just replace
23167         the draw_layout() operation in the vtable.
23168
23169         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
23170         pango_layout_get_cursor_pos() and use that function.
23171
23172         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
23173         is a non-static symbol.
23174
23175         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
23176         with gtk_text_btree_find_line_by_y()
23177
23178         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
23179         renderer that handles GtkTextAppearance attributes.
23180
23181         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
23182
23183           - Move the values in the style that don't affect geometry into a
23184             GtkTextAppearance structure.
23185           - Change underline to take a PangoUnderline and "font" a string
23186             representation of a font description
23187           - Add a "font_desc" attribute which takes a FontDescription structure.
23188
23189         * gtk/gtktextlayout.[ch]:
23190
23191           - Get rid of the display-line list per each line. Instead, we
23192             generate, on demand, a GtkTextLineDisplay structure which]
23193             contains a PangoLayout * and other necesary information
23194             (offsets, cursor locations) for displaying a paragraph.
23195           - Get rid of the code to wrap lines, create display chunks,
23196             etc. Instead, we just go through a paragraph and convert
23197             it into the necessary inputs to a PangoLayout.
23198           - Implement a new attribute type, GtkTextAttrAppearance. This
23199             holds a GtkTextAppearance, and is used to pass colors, 
23200             stipple, etc, through from the layout to the display without
23201             having to use lots and lots of individual attributes.
23202           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
23203             in terms of PangoLayout functions.
23204         
23205         * gtk/gtktextview.c: 
23206          
23207           - Handle passing the necessary PangoContext to the layout
23208           - Some fixups in painting to deal with the automatic backing store
23209             and offsetting of GTK+-1.4
23210           - Add a style_set handler so that the default style reacts
23211             properly to theme changes.
23212         
23213         * gtk/gtktext?*.[ch]: Random code-style fixes.
23214
23215         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
23216
23217 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
23218
23219         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
23220         in original form preparatory to Pango-ization and gdkimcontext-ization.
23221
23222 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
23223
23224         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
23225         so that we can derive from gtkimcontext in language bindings properly.
23226
23227 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
23228
23229         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
23230         Add a compose table including (almost) all the compose combinations
23231         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
23232         data in the XIM implementation.
23233
23234         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
23235         Moved functions to convert keyvalues from and to unicode here from
23236         the win32 port and made them public.
23237
23238 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
23239
23240         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
23241
23242 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
23243
23244         * gtk/gtkimcontext.[ch]: Base class for new input context system
23245
23246         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
23247         the real input context implementation to be loaded from modules
23248         and switched on the fly.
23249
23250         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
23251         context that just does direct keysymbol => unicode translation.
23252
23253         * gtk/gtkentry.[ch]: Start switching editing over to using
23254         GtkInputContext. (No handling of preedit yet.)
23255
23256 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
23257
23258         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
23259         many substitutions. (klass should not be subsituted.)
23260
23261 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
23262
23263         * configure.in: Add checks for Pango
23264
23265         * configure.in docs/Makefile.am: Add test for sgml2html
23266         and allow 'make dist' without building html, but print out
23267         warnings in that case. (For making snapshots)
23268
23269         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
23270         Add Pango libraries and C flags
23271
23272         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
23273         Add function (gdk_draw_layout) to draw a pango layout.
23274
23275         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
23276         for getting Pango contexts for GDK.
23277
23278         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
23279
23280         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
23281         editing.
23282
23283         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
23284         keysym => unicode translations. More languages can be added
23285         here, but real input-method support is needed.
23286
23287         * docs/Changes-1.4.txt: Added note about entry behavior.
23288         
23289         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
23290         to set the reading direction for a widget and the global direction.
23291         Add test which allows toggling the global direction. Two private
23292         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
23293
23294         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
23295           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
23296
23297         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
23298
23299         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
23300         underlining now handled by Pango.
23301
23302         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
23303         to RCStyle and Style. (Having both this and the old font name and GdkFont 
23304         is temporary.)
23305
23306         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
23307         convenience functions for creating contexts and layouts for widgets.
23308
23309         * gtk/testgtk.c: Enhance label tests with multilingual labels.
23310
23311 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
23312
23313         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
23314         titles to be active, even if they aren't visible.
23315         (gtk_clist_column_titles_passive):  Ditto.
23316
23317 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
23318
23319         * gtkmenu.c:
23320         * gtkmenu.h:
23321         * gtktypeutils.h: Spelling/grammar fixes in comments.
23322
23323 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
23324
23325         * gdk/nanox/*.h: add missing header files.
23326
23327 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
23328
23329         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
23330         send_event to TRUE.
23331         (gtk_drawing_area_size): queue a resize.
23332
23333 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
23334
23335         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
23336         the handlers, also invalidate them. bug nailed down by Karl Nelson
23337         <kenelson@ece.ucdavis.edu>.
23338
23339 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
23340
23341         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
23342         "(nil)" foundries, patch from Grigorios Magklis.
23343
23344         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
23345         on non-available fonts, based on a patch by Grigorios Magklis
23346         <maglis@cs.rochester.edu>.
23347
23348 2000-05-18  Elliot Lee  <sopwith@redhat.com>
23349
23350         * gdk/x11/gdkregion-generic.c: If a region does not have any
23351         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
23352         instead of GDK_OVERLAP_RECTANGLE_IN.
23353
23354 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
23355
23356         * gtk/gtklayout.c (gtk_layout_map): Remove references to
23357         OFFSCREEN, as it is no longer necessary.
23358
23359 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
23360
23361         * gtk/gtkcolorsel.c: Patch from David Santiago
23362         <mrcooger@cyberverse.com> to change things so that the 
23363         indicator of the active palette entry is done independently,
23364         not via the focus, since it should always be visible.
23365
23366 2000-05-17  Tor Lillqvist  <tml@iki.fi>
23367
23368         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
23369         refcount leaks as in the X11 backend.
23370
23371         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
23372         cosmetics.
23373
23374         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
23375         backend. Add _gdk_windowing_window_destroy().
23376
23377         * gtk/gtkcolorsel.c: Include correct backend-specific header.
23378         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
23379         either, but these probably do exist on nanox?)
23380         
23381         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
23382         which isn't necessarily defined by <math.h>.
23383
23384         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
23385         ancestry past GtkObject.
23386
23387         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
23388         from DLL on Win32.
23389
23390         * gtk/gtk.def: Update corresponding to recent changes.
23391
23392         * gtk/makefile.{cygwin,msc}: Updates.
23393
23394 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
23395
23396         * docs/Changes-1.4.txt: A bit of editing.
23397
23398         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
23399         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
23400         to clear the update area for the window, and clear it
23401         when hiding a window.
23402
23403         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
23404         if window destroyed.
23405
23406         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
23407
23408         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
23409         gdk_window_destroy() to the generic code, since there was a lot of 
23410         window-system-independent logic it in. Add a function:
23411         
23412          _gdk_window_destroy() 
23413
23414         to the internal API to destroy a window without unreferencing it.
23415         Add a function:
23416
23417          _gdk_windowing_window_destroy()
23418
23419         That does the windowing-system-dependent part of destroying 
23420         the window.
23421
23422 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
23423
23424         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
23425
23426 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
23427
23428         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
23429         Make gtk_widget_shape_combine_mask() keep a reference count on
23430         the pixmap since it keeps it around.
23431
23432 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
23433
23434         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
23435         leak.
23436
23437         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
23438         leak with event filters.
23439
23440 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
23441
23442         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
23443         signal handlers with the right data arguments. (Fixes
23444         some warnings when a widget was repeatedly set as a drag
23445         destination.)
23446
23447         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
23448         window so we can avoid avoid setting the DND properties on the
23449         toplevel window repeatedly.
23450
23451 2000-05-13  Tor Lillqvist  <tml@iki.fi>
23452
23453         * gdk/win32/gdkwin32.h: Define more message types missing from
23454         mingw headers.
23455
23456         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
23457         call gdk_window_destroy_notify(). It was never called. This
23458         probably meant that the GdkWindow was never freed. Thanks Owen for
23459         noticing (!).
23460
23461         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
23462         window as destroyed before calling DestroyWindow(). DestroyWindow()
23463         causes a call to the window procedure (gdk_WindowProc), which
23464         calls gdk_event_translate(), which calls
23465         gdk_window_destroy_notify(), which gets confused unless the window
23466         is set as destroyed.
23467
23468         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
23469         this function to indicate it's win32 only. Put inside #ifdef
23470         G_ENABLE_DEBUG.
23471
23472         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
23473         debugging function. (gdk_event_translate:) Add a default branch
23474         that uses the above function to print debug messages with all
23475         Windows messages symbolically.
23476
23477         * gdk/win32/gdkprivate-win32.h: Declare it, and
23478         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
23479
23480 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
23481
23482         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
23483         public header file.
23484
23485 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
23486
23487         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
23488
23489         * gtk/gtktext.c: made the adjustments no-construct args, simply
23490         provide default adjustments.
23491         (gtk_text_destroy): release adjustments.
23492
23493         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
23494         adjustment argument non-construct.
23495
23496         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
23497         instead of in finalize.
23498         (gtk_progress_get_text_from_value): 
23499         (gtk_progress_get_current_text): 
23500         (gtk_progress_set_value): 
23501         (gtk_progress_get_percentage_from_value): 
23502         (gtk_progress_get_current_percentage): 
23503         (gtk_progress_set_percentage): 
23504         (gtk_progress_configure): ensure an adjustment is present.
23505
23506 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
23507
23508         * gtk/gtkcolorsel.[hc]:
23509         * gtk/gtkcolorseldialog.[hc]:
23510         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
23511         their parent implementation, use bit fields for boolean values, don't
23512         create unused widgets, usage of glib types, braces go on their own
23513         lines, function argument alignment, #include directives etc. etc. etc..
23514
23515         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
23516
23517 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
23518
23519         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
23520
23521         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
23522         of NULL.
23523
23524         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
23525         to freed data.
23526         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
23527
23528         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
23529         to NULL when the toplevel is getting destroyed.
23530         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
23531         (gtk_menu_destroy): 
23532         (gtk_menu_init): store the information of whether we have to
23533         readd the initial child ref_count during destruction in a new
23534         GtkMenu field needs_destruction_ref_count.
23535
23536         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
23537         here, those reading: learn from my mistake! ;)
23538         in order for set_?adjustment to support a default adjustemnt if
23539         invoked with an adjustment pointer of NULL, the code read (pseudo):
23540         if (v->adjustment) unref (v->adjustment);
23541         if (!adjustment) adjustment = adjustment_new ();
23542         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
23543         now imagine the first unref to actually free the old adjustment and
23544         adjustment_new() creating a new adjustment from the very same memory
23545         portion. here, the latter comparision will unintendedly fail, and
23546         all hell breaks loose.
23547         (gtk_viewport_set_hadjustment):
23548         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
23549         after unreferencing it.
23550
23551         * gtk/gtkcontainer.[hc]: removed toplevel registration
23552         functions: gtk_container_register_toplevel(),
23553         gtk_container_unregister_toplevel() and
23554         gtk_container_get_toplevels() which had wrong semantics
23555         anyways: it didn't reference and copy the list.
23556
23557         * gtk/gtkwindow.c: we take over the container toplevel registration
23558         bussiness now. windows are registered across multiple destructions,
23559         untill they are finalized. the initial implicit reference count
23560         users are holding on windows is removed with the first destruction
23561         though.
23562         (gtk_window_init): ref & sink and set has_user_ref_count, got
23563         rid of gtk_container_register_toplevel() call. add window to
23564         toplevel_list.
23565         (gtk_window_destroy): unref the window if has_user_ref_count
23566         is still set, got rid of call to
23567         gtk_container_unregister_toplevel().
23568         (gtk_window_finalize): remove window from toplevel list.
23569         (gtk_window_list_toplevels): new function to return a newly
23570         created list with referenced toplevels.
23571         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
23572
23573         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
23574         adjustment a non-construct arg.
23575         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
23576         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
23577         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
23578
23579         * gtk/gtkrange.c: added some realized checks.
23580         (gtk_range_destroy): get rid of the h/v adjustments in the
23581         destroy handler instead of finalize. remove timer.
23582         (gtk_range_get_adjustment): demand create adjustment.
23583
23584         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
23585         we simply create them on demand now and get rid of them in
23586         the destroy handler.
23587         (gtk_viewport_destroy): get rid of the h/v adjustments in the
23588         destroy handler instead of finalize.
23589         (gtk_viewport_get_hadjustment): 
23590         (gtk_viewport_get_vadjustment): 
23591         (gtk_viewport_size_allocate): demand create h/v adjustment
23592         if required.
23593
23594         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
23595         gtk_widget_real_destroy () functionality.
23596         (gtk_widget_real_destroy): reinitialize with a new style, instead
23597         of setting widget->style to NULL.
23598
23599 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
23600
23601         * gtk/gtkcalendar.c:
23602         * gtk/gtkbutton.c: ported _get_type() implementation over to
23603         GType, either to preserve memchunks allocation facilities,
23604         or because Gtk+ 1.0 GtkTypeInfo was still being used.
23605
23606         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
23607         over. prepare for ::destroy to be emitted multiple times.
23608         removed reference tracer magic. chain into GObjectClass.shutdown()
23609         to emit ::destroy signal.
23610
23611         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
23612         fundamental.
23613
23614         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
23615         cludge.
23616
23617         * gtk/gtksocket.c:
23618         * gtk/gtkplug.c:
23619         * gtk/gtklayout.c:
23620         * gtk/gtklabel.c:
23621         * gtk/gtkargcollector.c:
23622         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
23623         not being a fundamental anymore, and to work with the new
23624         type system (nuked fundamental type varargs clutter).
23625
23626         * gtk/*.c: install finalize handlers in the GObjectClass
23627         part of the class structure.
23628         changed direct GTK_OBJECT()->klass accesses to
23629         GTK_*_GET_CLASS().
23630         changed direct object_class->type accesses to GTK_CLASS_TYPE().
23631
23632         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
23633         GType. made most of the GTK_*() type macros and Gtk* typedefs
23634         simple wrappers around macros and types provided by GType.
23635         most notably, a significant portion of the old API vanished:
23636         GTK_TYPE_MAKE(),
23637         GTK_TYPE_SEQNO(),
23638         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
23639         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
23640         GTK_TYPE_ARGS,
23641         GTK_TYPE_CALLBACK,
23642         GTK_TYPE_C_CALLBACK,
23643         GTK_TYPE_FOREIGN,
23644         GtkTypeQuery,
23645         gtk_type_query(),
23646         gtk_type_set_varargs_type(),
23647         gtk_type_get_varargs_type(),
23648         gtk_type_check_object_cast(),
23649         gtk_type_check_class_cast(),
23650         gtk_type_describe_tree(),
23651         gtk_type_describe_heritage(),
23652         gtk_type_free(),
23653         gtk_type_children_types(),
23654         gtk_type_set_chunk_alloc(),
23655         gtk_type_register_enum(),
23656         gtk_type_register_flags(),
23657         gtk_type_parent_class().
23658         replacements, where available are described in ../docs/Changes-1.4.txt.
23659         implemented compatibility functions for the remaining API.
23660
23661         * configure.in: depend on glib 1.3.1, use gobject module.
23662
23663 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
23664
23665         * TODO.xml: Various updates to current status.
23666
23667 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
23668
23669         * gtk.m4: Print out version when test succeeds.
23670
23671 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
23672
23673         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
23674         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
23675         
23676         (Original triangle color selector from Simon Budig
23677         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
23678         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
23679         Santiago <mrcooger@cyberverse.com>)
23680
23681         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
23682         out into a separate widget.
23683
23684         * gtk/testgtk.c: Add some checkbuttons for toggling palette
23685         and opacity controls.
23686
23687 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
23688
23689         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
23690         snuck in prematurely.
23691
23692 2000-05-07  Tor Lillqvist  <tml@iki.fi>
23693
23694         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
23695         had deleted a ! operator by mistake, which caused
23696         GDK_SELECTION_CLEAR events never to be generated, which caused
23697         only the first copy to the clipboard from an gtkeditable to
23698         actually cause a copy to the Windows clipboard.
23699
23700 2000-05-06  Tor Lillqvist  <tml@iki.fi>
23701
23702         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
23703         compilation, too. Current mingw gcc distributions include the
23704         necessary headers. Also the necessary IIDs are now in mingw
23705         headers/libraries, and own definitions unnecessary.
23706
23707         More hacking on OLE2 DND, still doesn't work though, and thus
23708         ifdeffed out.
23709
23710         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
23711         here, too.
23712
23713 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
23714
23715         * gdk/nanox/*: nano-X port work in progress.
23716         * gdk/simple.c: simple test for Gdk.
23717         * README.nanox: notes about the port: read this first!
23718         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
23719         with nano-X.
23720
23721 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
23722
23723         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
23724         gdk_window_clear() into common code, implement in terms of
23725         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
23726         not redirected to the backing rectangle.
23727
23728 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
23729
23730         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
23731         EXTRA_DIST. It does not work well when the file that
23732         everything depends on is not in the tarball.
23733
23734 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
23735
23736         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
23737         with recursion where process_updates() is called from
23738         an expose handler. (GtkTextView is highly broken in
23739         doing this, but it should work, so it is a nice test
23740         case.)
23741
23742 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
23743
23744         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
23745         handle the case where updates are queued during processing of
23746         updates.
23747
23748 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
23749
23750         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
23751         window is on gdk_display - use that instead of segfaulting.
23752
23753 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
23754
23755         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
23756         broken and require an empty arg, give it to them.
23757
23758 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
23759
23760         * gtk/gtklabel.h: indentation fixes.
23761
23762 2000-05-02  Tor Lillqvist  <tml@iki.fi>
23763
23764         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
23765         draw too narrow or too low arcs, they seem to fail, at least with
23766         some display drivers.
23767
23768         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
23769
23770         Large changes to the Win32 backend, partially made necessary by
23771         the changes to the backend-independent internal
23772         structures. Attempts to implement similar backing store stuff as
23773         on X11. The current (CVS) version of the Win32 backend is *not* as
23774         stable as it was before the no-flicker branch was merged. A
23775         zipfile with that version is available from
23776         http://www.gimp.org/win32/. That should be use by "production"
23777         code until this CVS version is usable. (But note, the Win32
23778         backend has never been claimed to be "production quality".)
23779
23780         * README.win32: Add the above comment about versions.
23781
23782         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
23783
23784         * gdk/gdk.def: Update.
23785
23786         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
23787         presumably be replaced by some more better mechanism as 1.4 gets
23788         closer to release shape.
23789
23790         * gdk/makefile.{cygwin,msc}: Update.
23791
23792         * gdk/win32/*.c: Correct inclusions of the backend-specific and
23793         internal headers. Change code according to changes in these. Use
23794         gdk_drawable_*, not gdk_window_* where necessary.
23795
23796         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
23797         our old DND.
23798
23799         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
23800         to interpret single characters as UTF-8. Thanks to Hans Breuer.
23801         Use correct function name in warning messages.
23802
23803         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
23804         GSourceFuncs gdk_event_prepare and gdk_event_check.
23805         (gdk_event_get_graphics_expose): Do implement, use
23806         PeekMessage. Thanks to Hans Breuer.
23807         (event_mask_string): Debugging function to print an GdkEventMask.
23808         (gdk_pointer_grab): Use it.
23809
23810         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
23811         (old) book I used claimed was Hangul actually is CJK Unified
23812         Ideographs Extension A. Also, Hangul Syllables were missing.
23813         Improve logging.
23814
23815         * gdk/win32/gdkgc-win32.c: Largish changes.
23816
23817         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
23818         g_win32_getlocale() from GLib, and not setlocale() to get current
23819         locale name.
23820
23821         * gdk/win32/gdkprivate-win32.h
23822         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
23823         gdkwin32.h, similarily as in the X11 backend.
23824
23825         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
23826         assignment was used instead of equals in if test. Thanks to Hans
23827         Breuer.
23828
23829         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
23830         the X11 version.
23831
23832         * gdk/win32/makefile.{cygwin,msc}
23833         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
23834         path to the Win32 headers that works also with the mingw compiler.
23835
23836         * gtk/gtkstyle.c: Include <string.h>.
23837
23838 2000-04-26  Havoc Pennington  <hp@redhat.com>
23839
23840         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
23841         replacing the broken gtk_label_get ()
23842
23843 2000-04-15  Havoc Pennington  <hp@pobox.com>
23844
23845         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
23846         this keeps scanner scripts from getting confused.
23847
23848         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
23849         data, rather than void
23850
23851 2000-04-15  Tor Lillqvist  <tml@iki.fi>
23852
23853         * gtk/gtkclist.c (gtk_clist_motion)
23854         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
23855         with is_hint FALSE, get x and y from the event. They used to be
23856         used uninitialised. The Win32 backend never sends motion events
23857         marked as hints. This for instance fixes the annoying file and
23858         font selector behaviour in the Win32 version.
23859
23860 2000-04-14  Tor Lillqvist  <tml@iki.fi>
23861
23862         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
23863         gtk_private_n_signals variables, they are used by some software,
23864         sigh.
23865
23866         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
23867         installation directory from the Registry, where the installer
23868         should have put it.
23869
23870 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
23871
23872         * gdk/x11/Makefile.am: Fix problem with installation directory for
23873         gdkx.h
23874
23875         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
23876         <mrcooger@cyberverse.com> so that when selecting menus with the
23877         mouse, the first item will not be selected, but when selecting
23878         with an accelerator, or navigating left-right on a menubar with
23879         the menus popped up, the first item will be selected.
23880
23881 2000-04-05  Dan Damian  <dand@dnttm.ro>
23882
23883         * configure.in: Added "ro" to ALL_LINGUAS.
23884
23885 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
23886
23887         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
23888         indentation.
23889
23890         * Makefile.am (EXTRA_DIST): Fix typo.
23891
23892         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
23893         to catch gdkconfig.h
23894
23895         * gtk/gtkitemfactory.c: Added FIXME.
23896
23897 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
23898
23899         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
23900         s/return_if_fail/return_val_if_fail/g and add a return value.
23901
23902 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
23903
23904         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
23905         merge slipup.
23906
23907         * gdk/gdkinput.h: Fix missing line from merge.
23908
23909 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
23910
23911         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
23912         instead of gdkprivate.h.
23913
23914 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
23915
23916         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
23917         parent class to correctly be GtkDialogClass.
23918
23919 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
23920
23921         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
23922         toplevel windows and their immediate children by their parents,
23923         since the size of toplevel windows is out of our immediate
23924         control and we don't get any real benefit from trying to track
23925         this size for clipping.
23926
23927         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
23928         for input_only windows.
23929
23930         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
23931         to fix some hacks and make sure that we don't try to set the
23932         background of input only windows.
23933
23934 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
23935
23936         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
23937         the _really_ internal stuff, and leave gdkprivate.h for the fake private
23938         stuff that we've traditionally exposed.
23939
23940         * gdk/**.c: Use gdkinternals.h where appropriate.
23941
23942         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
23943         not include gdkprivate-x11.h, move all stuff of conceivable public
23944         interest into gdkx.h; keep all really private stuff in
23945         uninstalled header gdkprivate-x11.h.
23946
23947         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
23948         image->image_put on windows through a new function _gdk_window_draw_image()
23949         to allow us to do backing store for images. (Sort of ugly)
23950
23951         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
23952         contexts locally so that we can offset them properly when drawing 
23953         onto backing pixmaps.
23954
23955         * gdk/gdkinput.h: Reindented
23956
23957         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
23958         pixmap or color for the window, so we can properly initialize
23959         our double-buffer pixmaps, and also so that we temporarily set
23960         a background of None while scrolling.
23961
23962         * gdk/gdkregion.h: Revise region boolean operators to have an
23963         interface that is actually convenient - switch from creating new
23964         regions on every op, to "methods" that modify existing regions
23965         (A = A OP B). 3 argument forms which allow dest == src, would also
23966         be possible, but the current interfaces seem to map nicely
23967         onto what needs to be done. (There is quite a lot of region
23968         code in GDK now.)
23969
23970         * gdk/gdkregion.h: Add constructor from rectangle and a copy
23971         operator.
23972
23973         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
23974         gdkpoly-generic.h: Copy region code from Xlib, switch it over
23975         to 32 bit coordinates, modify it to be mostly GTK+ style
23976         and to have interfaces that match gdkregion.h.
23977
23978         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
23979         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
23980         create a backing pixmap and redirect all drawing to
23981         that backing pixmap until a matching gdk_window_end_paint().
23982
23983         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
23984         Create a special drawable class for GtkWindow's that 
23985         redirects the drawing to the backing pixmap as necessary
23986         and then calls the real operations in _gdk_windowing_window_class.
23987
23988         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
23989         Store invalid region for each window. Generate expose events for invalid
23990         region in an idle. This replaces both the expose compression
23991         and the redrawing queuing in GTK+. It is both more efficient and
23992         simpler than either one individually and far more so then the
23993         combination.
23994
23995         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
23996         Emulate 32 bit coordinates for windows with 16 bit coordinates
23997         by offsetting drawing, guffaw scrolling techniques and
23998         mapping/unmapping child windows as necessary.
23999
24000         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
24001         where, when invalid regions are processed, the region is stored,
24002         and if expose events come in that are detectably duplicate
24003         the processed exposes (by comparison of event serial numbers),
24004         the stored region is subtracted out of those exposes.
24005
24006         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
24007         regions newly exposed when scrolling or resizing windows.
24008         This, combined with forcing processesing of queued invalidated
24009         regions, gives nice flicker-free scrolling.
24010
24011         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
24012         invalidated regions after every scroll.
24013
24014         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
24015         emulation in GDK. Its, for all practical purposes just a
24016         GtkViewport/GtkFixed hybrid now.
24017
24018         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
24019         (16-bit) structures as necessary instead of just casting.
24020
24021         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
24022         in terms of the structures from gdkregion-generic.c, using appropriate
24023         offsets from GDK to X11 coordinates. Cache clip mask and
24024         origin and ts origin locally and only flush to the server
24025         when drawing, to avoid constantly setting and resetting these
24026         values when offsetting GC's for scrolling and backing pixmaps.
24027
24028         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
24029
24030         * gtk/gtkcontainer.c: Call process_all_updates at end
24031         of resizing to reduce flicker. (Avoids having redraw
24032         lag arbitrarily behind resize under some circumstances)
24033
24034         * gtk/gtkentry.c: Remove old backing store code, and simply take
24035         advantage of the new backing store capabilities of GDK.
24036
24037         * gtk/gtkmain.c: Simple implementation of widget backing
24038         store - simply push a paint while handling each expose.
24039         (Should really be configurable widget for widget.)
24040         
24041         * gtk/gtkwidget.c: Remove all the old complicated redraw
24042         code, and simply invalidate the GDK windows from
24043         gdk_window_queue_clear(), etc. (Sigh, so much carefully
24044         debugged complexity ... gone to the winds.)
24045
24046         Remove all the code for suppressing expose events while
24047         resizes are pending; this isn't needed since the invalid
24048         areas won't be processed until after the resizes are
24049         processed, since they are in a lower priority idle.
24050
24051 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
24052
24053         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
24054         and height of dest rectangle for non-intersecting rectangles.
24055
24056 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
24057
24058         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
24059         for GdkRectangle.
24060
24061 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
24062
24063         * gdk/gdk{events,image,private,types,window}.h
24064          gdk/x11/gdkinputprivate.h: Change all coordinates
24065          from int16 to int. Also, Change width and height from
24066          unsigned to signed to avoid all the stupid C 
24067          signedness bugs.
24068
24069 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
24070
24071         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
24072         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
24073         Add some more detailed checking.
24074
24075         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
24076         New function to retrieve the depth of a drawable.
24077
24078         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
24079         field, reorder fields to save memory. 
24080
24081 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
24082
24083         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
24084         of the background image instead of scaling the background down to
24085         a line.
24086
24087         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
24088         which temporarily set slider to wrong size.
24089
24090         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
24091         queue_clear().
24092
24093 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
24094
24095 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
24096
24097         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
24098
24099 2000-03-17  Tor Lillqvist  <tml@iki.fi>
24100
24101         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
24102         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
24103
24104         * gdk/win32/gdkfont-win32.c
24105         * gdk/win32/gdkproperty-win32.c
24106         * gdk/win32/gdkselection-win32.c
24107         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
24108         now declared such.
24109
24110 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
24111
24112         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
24113
24114 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
24115
24116         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
24117         is called without trapping X errors.
24118
24119 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
24120
24121         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
24122         way into the fontset lists.
24123
24124 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
24125
24126         * gtk/gtkthemes.h: add extern "C" scope.
24127
24128 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
24129
24130         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
24131         to make appends to the list constant. (gtk-guy-990901-0.patch)
24132
24133 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
24134
24135         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
24136         for the typename hash table.
24137
24138 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
24139
24140         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
24141         to make sure we never divide by zero. 
24142         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
24143
24144 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
24145
24146         * gtk/gtkfontsel.c: Apply patch from
24147         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
24148         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
24149
24150         Also, some cleanups in atom handling.
24151
24152 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
24153
24154         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
24155         not GtkWidget.
24156
24157 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
24158
24159         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
24160         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
24161         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
24162         more guint wrap-around bugs before going to bed.
24163
24164 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
24165
24166         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
24167         guint wrap arounds in allocation.width.
24168
24169         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
24170         process untill we fit the allocation given.
24171
24172 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
24173
24174         * gtk/gtkwidget.c:
24175         (gtk_widget_unrealize): guard widget access with ref/unref
24176         around signal emission.
24177         (gtk_widget_hide): same here, but also check its destroyed
24178         state before queueing a resize.
24179
24180 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
24181
24182         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
24183         of gtk_default_insensitive_bg as insensitive base color.
24184
24185         * gtk/gtktext.c (gtk_text_style_set): set the background color according
24186         to the widget's state.
24187         (gtk_text_realize): same here.
24188         (gtk_text_state_changed): same here.
24189         (draw_bg_rect): compare background color against base[] from
24190         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
24191
24192 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
24193
24194         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
24195         grabs are active, unless a delete event is send to the toplevel
24196         of the currently grab holding widget.
24197
24198 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
24199
24200         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
24201         debugging g_print's.
24202
24203 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
24204
24205         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
24206         ever make the scrolled-window requisition ever depend on the 
24207         visibility state of the scrollbars for the AUTOMATIC policy. 
24208         This breaks the GTK+ requisition model, and causes loops.
24209
24210 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
24211
24212         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
24213         the default font to avoid problems with XFree86-4.0 where the
24214         default charset is iso10646-1, not iso8859-1.
24215
24216 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
24217
24218         * acinclude.m4
24219         * config.guess
24220         * config.sub
24221         * ltconfig
24222         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
24223
24224         * gtk/Makefile.am: minor cosmetic consistency tweak
24225
24226 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
24227
24228         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
24229         the activate_time to 0, so that we handle a quick
24230         press/release press/release properly and don't suppress
24231         the second release. (Red Hat bug #7545)
24232
24233 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
24234
24235         * gtk/gtkctree.c (row_delete):
24236         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
24237         bugs with destruction notifier, *always* update internal
24238         structures *before* calling user code.
24239
24240 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
24241
24242         A few more fixes for bug #5487, #2051, #2677.
24243         * gtk/gtkclist.c : 
24244         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
24245         not GDK_BUTTON_PRESS.
24246         (resync_selection): resync only if selection_mode is
24247         GTK_SELECTION_EXTENDED
24248         * gtk/gtkctree.c (resync_selection): same here
24249
24250 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
24251
24252         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
24253         gdk_drag_get_selection() and gtk_menu_detach().
24254
24255         [ From Jeroen Ruigrok/Asmodai ]
24256
24257 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
24258
24259         * gtk/gtknotebook.c (gtk_notebook_size_request): 
24260         page->tab_label can be NULL.
24261
24262 2000-01-25  Havoc Pennington  <hp@pobox.com>
24263         
24264         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
24265         arg is boolean
24266
24267         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
24268
24269         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
24270
24271         * gdk/gdkproperty.c (gdk_property_get): return boolean
24272
24273         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
24274
24275         * gdk/gdkim.c (gdk_im_ready): return boolean
24276
24277         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
24278
24279         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
24280         glib clash, should fix glib)
24281
24282         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
24283         (gdk_get_show_events): return gboolean, and canonicalize 
24284         to TRUE/FALSE
24285
24286         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
24287         colormap is private
24288         (gdk_colors_alloc): gboolean whether to be contiguous
24289         (gdk_color_equal): return gboolean since we are a predicate
24290         and not a qsort() (this looks semi-wrong due to glib breakage,
24291         IMO glib should be fixed)
24292         
24293         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
24294         (gdk_get_use_xshm): return gboolean
24295         (gdk_pointer_is_grabbed): return gboolean
24296
24297         * gdk/gdk.h: Change prototypes to match all the above changes,
24298         and re-run egtk-format-protos as required.
24299
24300 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
24301
24302         * gtk/gtkctree.c (resync_selection): 
24303         * gtk/gtkclist.c (resync_selection):
24304
24305         Return immediately if clist->drag_pos < 0. This is a workaround
24306         for the corrupt state that the clist gets into when a
24307         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
24308
24309         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
24310         
24311         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
24312         variable from recent commit.
24313
24314 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
24315
24316         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
24317
24318 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
24319
24320         * gtk/Makefile.am: prefix all autogenerated source that get build in
24321         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
24322         in builddir. since we subsequently cd into srcdir for autogeneration,
24323         the paths have to be stripped from the target file names, thusly we
24324         use $(@F) as target names now.
24325         put a comment about configure.in's --disable-rebuilds option,
24326         which can be used for non-writable source directories, for development
24327         setups though, srcdir has to be *writable*.
24328
24329 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
24330
24331         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
24332           Finish the job of allowing event to be NULL.
24333           (Fixes bug #4283, reported by Chris Blizzard)
24334
24335         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
24336           things so that the cursor appears on screen, properly
24337           take into account INNER_BORDER.
24338           (Fixes bug #4754, reported by Antonio Campos)
24339
24340 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
24341
24342         * gtk/gtknotebook.c (gtk_notebook_map): Don't
24343           show the tab_label unless it itself is visible.
24344
24345           gtk/gtknotebook.c (gtk_notebook_size_request):
24346           Do a better job of making sure that the visibility
24347           of the tab label corresponds to whether it should
24348           be mapped or not.
24349
24350 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
24351
24352         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
24353           Use the requisition, not the allocation, since the
24354           allocation has not necessarily been computed yet.
24355           (Pointed out by Eugene Osintsev)
24356
24357 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
24358
24359         * gtk/gtkstyle.c (gtk_style_new): Dont' set
24360           style/base[GTK_STATE_INSENSITIVE] both to
24361           gtk_default_insensitive_bg!
24362           (Bug #2187, reported by Jonathan Blandford)
24363
24364         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
24365           Add Alt_L, Alt_R to list of invalid accelerators.
24366           (Bug #3736, reported by Vlad Harchev)
24367
24368 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
24369
24370         * gtk/gtkfilesel.c (open_ref_dir): Fix several
24371         bugs which occured after an attempt to open 
24372         invalid home directory left cmpl_state->reference_dir == NULL.
24373
24374          - completion on files in home directory didn't work
24375          - completion on an empty string caused  segfault
24376
24377          (Bug #3678, reported by Steve Ratcliffe)
24378
24379         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
24380         cut and paste error that was causing scales to
24381         be incorrectly positioned.
24382         (Bug #2956,
24383          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
24384
24385 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
24386
24387         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
24388         when checking for dcgettext, if we've found we needed
24389         it for dgettext.
24390 +
24391 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
24392
24393         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
24394         queue_clear on NO_WINDOW widgets during a reparent,
24395         since at that point the window and widget heirarchies
24396         are out of sync. This stops crashing in some cases
24397         (the scrolled window reparent test, for instance), and
24398         _probably_ won't cause drawing errors.
24399
24400         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
24401         test do what it was supposed to do and be robust against
24402         window closings, etc. (Bug #2443)
24403
24404 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
24405
24406         * gtk/gtkentry.c: Fix return values on mouse events.
24407         (Bug #2686, Sky <seb_sky@yahoo.com>)
24408
24409         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
24410         (pointed out by George Lebl)
24411
24412         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
24413         (From Ettore Perazzoli  <ettore@helixcode.com>)
24414  
24415 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
24416
24417         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
24418         clicks between rows or outside calender area correctly.
24419         (Patch from Damon Chaplin)
24420
24421         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
24422         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
24423           Call destroy function when overwriting existing data. 
24424           (Pointed out by Damon Chaplin)
24425
24426 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
24427
24428         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
24429           which was causing problems on various systems with Xmu.
24430           This hasn't been needed for a very long time.
24431           (Fixes #1185 3167)
24432
24433 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
24434
24435         * gdk/gdki18n.h: Include <ctype.h> when defining
24436           gdk_isw* in terms of is* as a fallback.
24437           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
24438
24439 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
24440
24441         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
24442           realize the widget when it is size allocated!
24443           (old, old bug)
24444
24445         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
24446           Removed unused call to gdk_window_get_size() that
24447           showed up when the above was fixed.
24448
24449 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
24450
24451         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
24452           fix up widget->window when the widget is a
24453           NO_WINDOW container widget.
24454
24455 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
24456
24457         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
24458           to account for the fact that feof() does _not_ 
24459           return TRUE on errors, and thus avoid infinite loops
24460           when trying to use gdk_pixmap_create_from_xpm()
24461           on unreadable values.
24462
24463 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
24464
24465         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
24466
24467 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
24468
24469         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
24470           gdk_gc_set_dashes to take gint8 instead of gchar to
24471           make it clearer that it is _not_ a NULL terminated string.
24472
24473         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
24474           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
24475           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
24476           arguments.
24477
24478 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
24479
24480         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
24481         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
24482         background size relative to our allocation, guard against small
24483         allocations, we may have not yet been size allocated.
24484
24485 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
24486
24487         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
24488         not just version == 3. We implement all 3 + most of 4 - 
24489         (we don't support matching text/plain;charset=iso-8859-1
24490         to a dest that expects text/plain). We'll still advertise
24491         3 to be safe, but any client implementing version >= 3
24492         must interoperate with 3.
24493         
24494 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
24495
24496         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
24497         background and gc members, add a warning in gtk_tooltips_set_color()
24498         indicating that this function is deprecated.
24499
24500 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
24501
24502         * docs/gtkfaq.sgml: FAQ Update:
24503           - Minor cleanups (Emmanuel, me)
24504           - New questions:
24505                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
24506                 How can I retrieve the text from a GtkMenuItem? (timj)
24507                 How do I validate/limit/filter the input to a GtkEntry? (me)
24508                 Memory does not seem to be released when I free the list
24509                         nodes I've allocated (timj)
24510
24511 2000-03-07  Tor Lillqvist  <tml@iki.fi>
24512
24513         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
24514         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
24515         for which it is no use to call GetLastError onWin9x.
24516         (gdk_other_api_failed) New function, for general error
24517         reporting without calling GetLastError.
24518         (gdk_win32_api_failed) OTOH, this function always calls
24519         GetLastError. (gdk_win32_last_error_string) Remove this function,
24520         GLib has the equivalent now.
24521
24522         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
24523         call them with function name, file name and line number in the
24524         arguments.
24525
24526         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
24527         functions.
24528         
24529         * gtk/gtk.def: Add some missing entry points.
24530
24531         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
24532         gtk_paned_set_gutter_size, which don't exist any longer, as void.
24533         
24534         Fixes by Hans Breuer:
24535
24536         * gdk/makefile.msc: Update for debugging.
24537
24538         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
24539         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
24540         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
24541         in the dash_list.
24542
24543         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
24544         the x11 backend.
24545
24546         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
24547
24548         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
24549
24550 2000-03-04  Tor Lillqvist  <tml@iki.fi>
24551
24552         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
24553         just pixel value of background colour.
24554
24555         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
24556         containing code snippet previously duplicated in a couple of
24557         places.
24558         
24559         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
24560         gdk_colormap_color.
24561
24562         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
24563         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
24564         events for autorepeated Shift, Control and Alt keys. Use
24565         gdk_colormap_color.
24566
24567         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
24568         pointer is inside the window the cursor of which we are setting,
24569         call SetCursor immediately.
24570
24571         * gdk/win32/makefile.cygwin
24572         * gtk/makefile.cygwin: If we don't have the build number stamp
24573         file, use zero.
24574
24575         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
24576         gtk_paned_set_gutter_size as empty.
24577
24578         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
24579         
24580 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
24581
24582         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
24583           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
24584           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
24585           docs/gtk_tut.sgml docs/gtk.texi TODO:
24586
24587           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
24588
24589 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
24590
24591         * gtk/gtkcalendar.c: Implement num_marked_dates,
24592           and don't emit mutiple day_selected signals on
24593           month_prev.
24594
24595 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
24596
24597         * docs/make-todo (lineno): let title and logo be configurable so
24598         that GNOME can use this script too.
24599
24600         * TODO.xml: added logourl and a title
24601
24602 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
24603
24604         * TODO.xml: Added some UI items, and an explanatory
24605         comment at the top of the file.
24606
24607 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
24608
24609         * TODO.xml: some updates, added abunch of new entries.
24610         a note for those fiddeling with this file, when done
24611         with it, invoke:
24612         $ ./docs/make-todo TODO.xml >/dev/null
24613         and correct output errors before comitting changes.
24614
24615 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
24616
24617         * TODO.xml: Added XML-structured TODO file.
24618         * docs/make-todo: python script to turn TODO.xml into
24619           pretty XML output. 
24620
24621 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
24622
24623         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
24624         the function to let it draw the seven dots, instead of the old,
24625         much maligned, method.
24626         (draw_dot): New function to draw a dot.
24627
24628         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
24629         to draw the handle inside the border width as opposed to outside.
24630         Use paint function instead of gdk_draw_point.
24631
24632         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
24633         to draw the handle inside the border width as opposed to outside.
24634         Use paint function instead of gdk_draw_point.
24635
24636         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
24637         Change indenting to be more GTK like.
24638
24639 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
24640
24641         * docs/gtk_tut.sgml: New section on GtkCalendar
24642         * examples/calendar: Update example code
24643
24644 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
24645
24646         * docs/gtkfaq.sgml: FAQ Update
24647
24648 2000-02-19  Anders Carlsson  <andersca@gnu.org>
24649
24650         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
24651         to prevent the scroll event to be propagated upwards.
24652
24653 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
24654
24655         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
24656         OwnerGrabButtonMask from button entries for
24657         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
24658
24659         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
24660         to the event mask (which will result in button/press release
24661         being added to the event mask on Unix) so scrolling works
24662         for layouts in scroll windows.
24663
24664         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
24665
24666         Patch from Anders Carlsson  <andersca@gnu.org> to add
24667         a scroll event.
24668
24669         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
24670         scrolling to the "Test Scrolling" part of testgtk.
24671  
24672         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
24673  
24674         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
24675         it against GDK_SCROLL.
24676  
24677         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
24678         way of mouse wheel scrolling.
24679  
24680         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
24681  
24682         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
24683  
24684         * gtk/gtkmain.c: Removed previous mouse wheel hack.
24685  
24686         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
24687         gdk_event_mask_table.
24688  
24689         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
24690         GdkEventScroll handler.
24691  
24692         * gdk/gdkevents.h: Added GdkEventScroll structure.
24693  
24694 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
24695
24696         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
24697         and Anders Carlsson to change the Paned widgets so that they
24698         can be dragged from anywhere along the length. Also change
24699         the way that this is drawn to make this apparent.
24700
24701         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
24702         from George Lebl to check that option_menu->menu is present
24703         before getting history.
24704
24705 2000-02-14  Tor Lillqvist  <tml@iki.fi>
24706
24707         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
24708         before the assertion for non-NULL segment list.
24709
24710         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
24711         Seems that pattern brushes *must* be 8x8 pixels! At least on my
24712         machine, but it might be display driver dependent. Sigh, so make
24713         sure the stipple is that size. Does Windows suck or what?
24714
24715         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
24716         places.
24717
24718 2000-02-13  Havoc Pennington  <hp@pobox.com>
24719
24720         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
24721         refcount to 1
24722         (gdk_cursor_new): init refcount to 1
24723
24724         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
24725
24726 2000-02-13  Tor Lillqvist  <tml@iki.fi>
24727
24728         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
24729         so that we don't have to do unnecessary settings to the HDC.
24730
24731         * gdk/win32/gdkdrawable-win32.c
24732         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
24733         gdk_gc_predraw.
24734
24735         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
24736         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
24737         GDI paths, call WidenPath to get the outline of the stroken path,
24738         and then fill the outline (with the brush that was built from the
24739         stipple).
24740
24741         * gdk/win32/gdkgc-win32.c: Factor out common code from
24742         _gdk_win32_gc_new and gdk_win32_gc_set_values into
24743         gdk_win32_gc_values_to_win32values. Use correct colour for
24744         SetBkColor() (Until now the code actually used a random colour in
24745         the call to SetBkColor()... but that didn't show up as not many
24746         GDI APIs use the background colour. Pattern (opaque stippled)
24747         brushes do.)
24748
24749         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
24750         gdk_win32_api_failed): New functions for error logging.
24751
24752         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
24753         WIN32_API_FAILED to call them, passing function or file name and
24754         line number.
24755
24756         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
24757
24758         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
24759         GdkColor for foreground and background in GdkGCWin32Data.
24760
24761         * gdk/makefile.cygwin: Link in the resource object separately.
24762
24763         * gdk/win32/rc/gdk.rc
24764         * gtk/gtk.rc (New file)
24765         * gdk/win32/makefile.cygwin
24766         * gtk/makefile.cygwin: Update build number in DLLs automatically,
24767         as in GLib.
24768
24769 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
24770
24771         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
24772         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
24773         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
24774         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
24775         parameters given and cursor->ref_count. coding style fixups.
24776
24777         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
24778         not GtkWidget.
24779         
24780         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
24781         fix up widget macros and add _GET_CLASS() variant.
24782         
24783         * gtk/*.c: some GtkType fixups.
24784
24785 2000-02-09  Tor Lillqvist  <tml@iki.fi>
24786
24787         * gdk/win32/gdkproperty-win32.c
24788         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
24789         were reversed.
24790
24791 2000-02-04  Tor Lillqvist  <tml@iki.fi>
24792
24793         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
24794         g_filename_to_utf8 to convert the font names Windows gives us from
24795         whatever is the default codepage to UTF-8.
24796         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
24797         in the other direction.
24798
24799         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
24800         error in debugging output.
24801
24802 2000-02-02  Tor Lillqvist  <tml@iki.fi>
24803
24804         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
24805         and height parameters to gdk_window_clear_area(). Not minus one.
24806
24807 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
24808
24809         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
24810         checks if the widget passed to gtk_drag_get_data() was not the
24811         dest widget.
24812
24813 2000-02-01  Tor Lillqvist  <tml@iki.fi>
24814
24815         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
24816         g_filename_from_utf8 functions (which were added a moment ago to
24817         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
24818         size buffers.
24819
24820         gtk_file_selection_get_filename returns the filename in the C
24821         runtime encoding. It calls g_filename_from_utf8, but copies the
24822         returned string to a static buffer, which is returned. I think
24823         this is better than returning the result from g_filename_from_utf8
24824         directly, which would mean all apps that use it would have to free
24825         the return value. Or should this function care about this issue at
24826         all? Maybe a new function with clearly defined semantics.
24827
24828         * gtk/gtkfilesel.h: Add comment about
24829         gtk_file_selection_get_filename returning the filename in the C
24830         runtime's encoding.
24831
24832         * README.win32
24833         * gdk/gdk.def
24834         * gdk/makefile.{cygwin,msc}
24835         * gtk/gtk.def: Updates.
24836
24837         * gdk/gdkcursor-win32.c: Initialise refcount.
24838
24839 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
24840
24841         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
24842
24843 2000-01-30  Havoc Pennington  <hp@pobox.com>
24844
24845         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
24846         destroy
24847
24848         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
24849
24850         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
24851         implemented in platform-specific code
24852
24853         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
24854
24855         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
24856         underscore in front
24857
24858         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
24859         put an underscore in front
24860
24861         * gdk/gdkcursor.c: new file, implements
24862         gdk_cursor_ref/gdk_cursor_unref
24863
24864         * gdk/gdkcursor.h: Refcount GdkCursor
24865
24866         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
24867
24868 2000-01-29  Tor Lillqvist  <tml@iki.fi>
24869
24870         * gdk/gdkwindow.h
24871         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
24872
24873 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
24874
24875         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
24876         structures to properly inherit from GtkWidget not GtkBin.
24877
24878 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
24879
24880         * gtk+.spec.in: Added lib/gtk+/include/* to %files
24881         (bug #5178 - Peter Wainright)
24882         
24883         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
24884         so that it will be installed.
24885         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
24886
24887 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
24888
24889         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
24890         for the GtkStyleClass vtable const.
24891
24892         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
24893         take a const string argument like GtkTranslateFunc. This will
24894         require changes in use code.
24895
24896 2000-01-19  Tor Lillqvist  <tml@iki.fi>
24897
24898         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
24899         semantics (to mimic the X11 backend, which just calls XClearArea)
24900         is to check for zero width (and height), and in that case use the
24901         window's width minus x (height minus y). This fixes for instance
24902         some redraw problems with gtkclist, which were easily noticeable
24903         in the gtk file selection widget.
24904
24905         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
24906         windows.
24907
24908 2000-01-13  Tor Lillqvist  <tml@iki.fi>
24909
24910         * configure.in
24911         * gdk/Makefile.am
24912         * gdk/x11/Makefile.am
24913         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
24914         (bug #5177).
24915         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
24916         out later.
24917
24918 2000-01-09  Tor Lillqvist  <tml@iki.fi>
24919
24920         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
24921         WM_MOVE for iconified or invisible windows. This fixes various
24922         problems when minimising windows. Thanks to Bernd Herd.
24923
24924 2000-01-05  Tor Lillqvist  <tml@iki.fi>
24925
24926         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
24927         backend's draw_lines method, not draw_points.
24928
24929 2000-01-02  Tor Lillqvist  <tml@iki.fi>
24930
24931         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
24932         before Owen's reorganisation: Don't have queued_events and
24933         queued_tail statics in this file, but use gdk_queued_events and
24934         gdk_queued_tail. This makes exposure event compression work again.
24935
24936         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
24937         seem to be needed?
24938
24939 1999-12-30  Tor Lillqvist  <tml@iki.fi>
24940
24941         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
24942         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
24943         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
24944         doesn't do anything.
24945
24946         * gdk/gdk.def: Add gdk_xid_table_insert.
24947
24948         * gdk/win32/gdkprivate-win32.h
24949         * gdk/win32/gdkevents-win32.c
24950         * gdk/win32/gdkinput-win32.c
24951         
24952         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
24953         extension_events field in the GdkWindowWin32Data struct. Use only
24954         the extension_events field in GdkWindowPrivate. Previously one was
24955         set, and the other one tested, which broke tablet
24956         functionality. Thanks to Keishi Suenaga for pointing this out.
24957
24958 1999-12-18  Tor Lillqvist  <tml@iki.fi>
24959
24960         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
24961         When handling a single character (text length == 1), don't handle
24962         it as if it was UTF-8.
24963
24964 1999-12-11  Tor Lillqvist  <tml@iki.fi>
24965
24966         * Makefile.am: Distribute README.win32.
24967         
24968         * gdk/Makefile.am
24969         * gdk/win32/Makefile.am: Distribute Win32 files.
24970
24971         * gdk/makefile.msc: New file.
24972
24973         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
24974         after label).
24975
24976         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
24977         gdk_error_code as GDKVAR, as they are referred outside GDK.
24978
24979         * gdk/win32/makefile.msc: Update.
24980
24981         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
24982         tweaks. Check only if at least one of those Unicode subrange bits
24983         we care for is set. If no code page bits are set, guess (wildly)
24984         based on the charset.
24985
24986         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
24987
24988         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
24989         non-NULL.
24990
24991         * gtk/gtkdnd.c
24992         * gtk/gtklayout.c
24993         * gtk/gtkplug.c
24994         * gtk/gtkselection.c
24995         * gtk/gtksocket.c
24996         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
24997         appropriate. There must be a cleaner way to handle this?
24998
24999         * gtk/gtkrc.c: Must include windows.h on Win32.
25000
25001         * gtk/testgtk.c: No need to include gdkx.h.
25002
25003         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
25004
25005 1999-12-07  Tor Lillqvist  <tml@iki.fi>
25006
25007         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
25008         the rbearing is set to the same as the width, but this should be
25009         fixed.
25010
25011 1999-12-06  Tor Lillqvist  <tml@iki.fi>
25012
25013         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
25014         function. If Windows doesn't tell us what Unicode subranges a font
25015         covers, guesstimate based on the codepages it covers. This will
25016         hopefully help those Windows versions or fonts that don't give us
25017         any useful Unicode subrange information with GetTextCharsetInfo.
25018         Call this function in gdk_font_load_internal.
25019
25020         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
25021         minor changes.
25022
25023 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
25024
25025         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
25026         New function, long needed.
25027
25028 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
25029
25030         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
25031         only_if_exists argument of gdk_atom_intern to
25032         bool.
25033
25034 1999-11-25  Tor Lillqvist  <tml@iki.fi>
25035
25036         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
25037         Fix two copy&paste errors.
25038
25039         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
25040         win32 has changed.
25041
25042         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
25043         GdkWin32SingleFont struct.
25044
25045         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
25046         subranges of loaded fonts. Clear font signature first, in case
25047         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
25048         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
25049
25050         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
25051         Unoffset clip region.
25052
25053 1999-11-23  Tor Lillqvist  <tml@iki.fi>
25054
25055         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
25056         event->any.window before calling filter functions.
25057
25058 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
25059
25060         * gtk/gtkgamma.h: Adapt cast macros to standard.
25061
25062 [ Merges from 1.2 ]
25063
25064 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
25065
25066         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
25067         If translation does not include a '/', use entire
25068         translation instead of crashing.
25069
25070 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
25071
25072         * docs/gtk_tut.sgml:
25073         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
25074
25075 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
25076
25077         * gtk/gtkselection.c (gtk_target_list_remove): Use
25078         g_list_remove_link, not g_list_remove.
25079
25080         [ From Geert Bevin <gbevin@thunderstorms.org> ]
25081         
25082 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
25083
25084         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
25085         statement upon unselection (how the heck did that slip in?).
25086
25087 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
25088
25089         * gtk/gtktext.c (gtk_text_freeze): 
25090         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
25091         in frozen state (and aparently crashes). patch provided by Anders
25092         Melchiorsen <and@kampsax.dtu.dk>.
25093
25094 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
25095
25096         * fix insensitive default/focus widget activation,
25097         reported by Matt Goodall <mgg@isotek.co.uk>.
25098
25099         * gtk/gtkwindow.c (gtk_window_key_press_event): 
25100         (gtk_window_activate_default):
25101         (gtk_window_activate_focus):
25102         return handled=FALSE for actiavtion of insensitive default
25103         widgets. return handled=TRUE for activation of insensitive
25104         focus widgets. don't activate in either case.
25105
25106 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
25107
25108         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
25109         and $glib_cflags to match library order and in the
25110         theory that an old version of GLib is more likely to
25111         be in the include directory for X then vice-versa.
25112         (Bug #2776)
25113
25114 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
25115
25116         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
25117         to determine the locale for fontsets, not LC_MESSAGES;
25118         the user may want English messages with a handling
25119         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
25120         will still be broken) (Bug #2891)
25121
25122 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
25123
25124         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
25125
25126 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
25127
25128         * gtk/gtkrc.ko: Changed the Korean default fontset.
25129
25130 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
25131
25132         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
25133         where when scrolling to the left or top double exposes
25134         were done, causing major slowdowns.
25135
25136 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
25137
25138         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
25139         names to lowercase and alphanumeric, before looking
25140         them up.
25141
25142         * gtk/Makefile.am: Install codeset variant gtkrc files
25143         with normalized names.
25144
25145 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
25146
25147         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
25148         popup menus when the menu is already visible, but its parent
25149         is still hidden, (happens after tornoff window got hidden).
25150
25151 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
25152
25153         * gtk/Makefile.am (install-data-local): Fix
25154         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
25155         deleted, causing error messages on install.
25156
25157 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
25158
25159         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
25160         the handle as well, since we now sometimes ignore
25161         exposes on the handle while resizing.
25162
25163 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
25164
25165         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
25166         extra g_free introduced in one of the last one or two 
25167         commits.
25168
25169 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
25170
25171         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
25172         consistent, put each style that a gtkrc.* file creates
25173         in a unique namespace, remove old files before installing.
25174
25175 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
25176
25177         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
25178         gtk_rc_init is called multiple times. (Yes, people who
25179         do that have bugs in their code.)
25180
25181 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
25182
25183         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
25184         Remove it since it's generated by the Makefile anyway
25185
25186 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
25187
25188         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
25189         device->info.axes for core pointer.
25190
25191 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
25192
25193         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
25194         idle_id, to deal with obsolete, broken C libraries.
25195
25196 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
25197
25198         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
25199         allocation->x/y twice!
25200
25201         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
25202         consistent with gtk_vscale_pos_trough().
25203
25204 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
25205
25206         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
25207         be queueing a resize on a toplevel container between
25208         the time we show it and when we map it. So, we need
25209         to test GTK_WIDGET_VISIBLE() for toplevels, and only
25210         use GTK_WIDGET_DRAWABLE() for child windows.
25211
25212 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
25213
25214         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
25215         (fixes bug #2144)
25216
25217 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
25218
25219         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
25220         container DRAWABLE (instead of VISIBLE), so we don't queue
25221         resizes on non-toplevel containers.
25222
25223 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
25224
25225         * gtk/gtkselection.[ch]: Make the data argument
25226         const guchar *.
25227
25228 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
25229
25230         * gtk/gtkwindow.c: Try to behave sensibly if 
25231         the focus widget is the window itself. (Should
25232         we allow this at all?)
25233
25234 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
25235
25236         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
25237         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
25238         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
25239         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
25240         in prototypes and implementations consistent (Tomas Ogren).
25241
25242         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
25243         before the widget is unparented (reported by damon).
25244
25245         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
25246         since we provide unsigned data anyways.
25247
25248 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
25249
25250         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
25251         the call to gtk_tooltips_layout_text() until later.
25252
25253         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
25254         Call gtk_widget_ensure_style() before using the style.
25255
25256 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
25257
25258         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
25259         for old widgets that don't propagate draws to all
25260         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
25261
25262 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
25263
25264         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
25265         for a redraw but just the widget that requested the resize.
25266
25267 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
25268
25269         * gtk/gtkcontainer.c: added new widget level method
25270         gtk_container_set_reallocate_redraws() and a GtkContainer flag
25271         reallocate_redraws : 1 to reflect the setting, exported this through
25272         the argument system as a boolean ::reallocate_redraws.
25273
25274         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
25275         on the widget because the allocation changes, do so as well for
25276         widget->parent if the parent has reallocate_redraws set to TRUE.
25277         with that containers requesting reallocation redraws get automatically
25278         redrawn if their children changed allocation (this unfortunately
25279         affects also other children that didn't change allocation, but we
25280         cannot work around that before 1.3).
25281
25282 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
25283
25284         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
25285         _and_ height are >0 (not _or_).
25286
25287         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
25288         instead of gtk_container_queue_resize(), which is a core gtk internal
25289         function (must have been on crack when i queued that).
25290
25291         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
25292         we can check more reliably if we want to discard expose events.
25293         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
25294         flag.
25295         
25296         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
25297         we simply trust these events. for deciding whether to discard exposes,
25298         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
25299         
25300 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
25301
25302         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
25303         queues of areas that are completely off screen.
25304
25305         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
25306         logic for handleboxes.
25307
25308         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
25309         check on width/height.
25310
25311 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
25312
25313         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
25314         we are fine with using $@ the way we do (if we actually encounter
25315         brokeness with $@ in VPATH builds because of additional path prefixes,
25316         we need to use $(@F) actually).
25317
25318 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
25319
25320         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
25321         short lived bugs, that would allow language bindings to do surgeries
25322         to our guts.
25323
25324 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
25325
25326         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
25327         where comparison was being done against an uninitialized
25328         value causing intermittant results depending on
25329         compiler flags. Also make it clearer that we aren't
25330         ever initializing the child as 0x0 (though this will
25331         be caught in gtk_widget_size_allocate())
25332
25333 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
25334
25335         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
25336         gtk_window_unset_transient_for() call after we do checks
25337         involving the old transient parent.
25338         [ From Lance Capser <lmc@cyberhighway.net> ]
25339
25340 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
25341
25342         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
25343         an empty file.
25344
25345 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
25346
25347         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
25348         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
25349
25350 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
25351
25352         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
25353         `$@' is valid only in the build dir, not after we've done 
25354         `cd $srcdir'.  Also use `test -f' instead of less portable
25355         `test -e'.
25356
25357 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
25358
25359         * gtk/gtktext.c (correct_cache_insert): Rewrite
25360          for simplicity, and hopefully correctness.
25361          (Fixes bug #1322, which was a segfault when
25362           on some insertions with the properties around
25363           the insertion set up just wrong.)
25364
25365         * gtk/gtktext.c (gtk_text_adjustment): When we receive
25366          a "changed" signal, clamp the new value to the adjustment
25367          bounds to avoid segfaulting if someone tries to change
25368          the adjustment to a bogus value. (Bug #1795)
25369
25370 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
25371
25372         * gtk/gtkmain.c: Ignore unexpected destroy notifies
25373         for children, for toplevel windows handle them
25374         like delete_event.
25375
25376         * gtk/gtkplug.c: Add an unrealize handler so that
25377         we unref plug->socket_window when we are done
25378         with it.
25379
25380 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
25381
25382         * gtk/gtktext.c (clear_area): Fix stupid signedness
25383          problem that was causing background to sometimes
25384          be misaligned.
25385
25386 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
25387
25388         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
25389         
25390         * gtk/gtkmenu.c (gtk_menu_position): Make
25391          sure we never position menus with negative x, y,
25392          since gtk_widget_set_uposition() can't handle that.
25393
25394         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
25395          Modify the positioning code a bit so that we always
25396          put the top-left corner onscreen. (This is for
25397          UI reasons, gtk_menu_position() now takes care of
25398          gtk_widet_set_uposition() brokeness.)
25399
25400 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
25401
25402         * gtk/Makefile.am: fixed up things for -jx, x > 1.
25403
25404 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
25405
25406         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
25407           RC style that is passed in. The lack of the ref
25408           before was a bug. If people worked around this
25409           bug, this will introduce a slight memory leak
25410           in their code. The code should typically look like:
25411
25412             rc_style = gtk_rc_style_new ();
25413             [...]
25414             gtk_widget_modify_style (widget, rc_style);
25415             gtk_rc_style_unref (rc_style);
25416
25417         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
25418           the style if it was already set.
25419
25420         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
25421           style if it was set before.
25422
25423 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
25424
25425         * gtk/testgtk.c (main): Add a check to see if we
25426           are being run from the correct directory and
25427           to quit nicely if we are not.
25428
25429         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
25430           static.
25431
25432 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
25433
25434         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
25435
25436         * gtk/gtkwindow.c:
25437         queue resizes unconditionally (gtk_widget_queue_resize will figure
25438         what to do if the window is not realized).
25439         (gtk_window_move_resize): only recenter the window
25440         for GTK_WIN_POS_CENTER_ALWAYS.
25441         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
25442         the same way as GTK_WIN_POS_CENTER.
25443
25444 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
25445
25446         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
25447         with (!(info->last_flags & GDK_HINT_POS)) instead of
25448         (!info->last_flags & GDK_HINT_POS).
25449
25450         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
25451         new_height unconditionally, because we use these values even if
25452         !default_size_changed && !hints_changed.
25453         comented the (default_size_changed || hints_changed) case with
25454         respect to resize rejects from the window manager.
25455
25456         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
25457         in the zvt condition hack, since this includes the window hints, set
25458         the hints after the handling_resize case.
25459
25460         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
25461         window is initially shown with to the geometry.
25462
25463 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
25464
25465         * gtk/gtkwindow.c (gtk_window_move_resize):
25466         s/size_changed/default_size_changed/g so i know what's
25467         really going on (frying brain on smaller flame now).
25468
25469 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
25470
25471         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
25472         we have size_changed upon handling_resize. this is a gross
25473         workaround for the broken zvt widget and should be removed in
25474         1.3 again (search for FIXME).
25475         Owen provided an accurate comment for this:
25476
25477         /* We could be here for two reasons
25478          *  1) We coincidentally got a resize while handling
25479          *     another resize.
25480          *  2) Our computation of size_changed was completely
25481          *     screwed up, probably because one of our children
25482          *     is broken. It's probably a zvt widget.
25483          *
25484          * For 1), we could just go ahead and ask for the
25485          * new size right now, but doing that for 2)
25486          * might well be fighting the user (and can even
25487          * trigger a loop). Since we really don't want to
25488          * do that, we requeue a resize in hopes that
25489          * by the time it gets handled, the child has seen
25490          * the light and is willing to go along with the
25491          * new size. (this happens for the zvt widget, since
25492          * the size_allocate() above will have stored the
25493          * requisition corresponding to the new size in the
25494          * zvt widget)
25495          *
25496          * This doesn't buy us anything for 1), but it shouldn't
25497          * hurt us too badly, since it is what would have
25498          * happened if we had gotten the configure event before
25499          * the new size had been set.
25500          */
25501
25502 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
25503
25504         * gtk/gtkrc.c: deal properly with the fact that RC
25505           style lists may include rc styles more than once.
25506
25507         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
25508           unused static function.
25509
25510         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
25511           stack of directories of RC files currently being
25512           parsed and implicitely add them to pixmap path.
25513           
25514           This fixes a bug where the directory would get
25515           appended then overwritten by pixmap_path declarations.
25516
25517           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
25518
25519         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
25520           theme's exit function. (Patch from Peter Wainwright,
25521           bug #1454)
25522
25523         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
25524           Add a destroy() handler to take care of removing
25525           group for menu item. (Fixes bug #1197)
25526
25527         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
25528           in warning message.
25529
25530 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
25531
25532         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
25533         roundtrip to figure window's width and height, since we know that
25534         anyways from widget->allocation.
25535
25536 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
25537
25538         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
25539           the hints after we request the new size.
25540
25541 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
25542
25543         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
25544           GTK_WIDGET_REALIZED() assertion - we can compute the
25545           hints before we are realized.
25546
25547         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
25548           hint changing so that we have a value of hints_changed
25549           when we decide whether to constrain the window size.
25550
25551         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
25552
25553         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
25554         change back to G_MAXINT.
25555
25556 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
25557
25558         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
25559         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
25560         contain uncluttered values.
25561         (gtk_window_compute_hints): simply assert that window is realized
25562         and that geometry_info is valid, since we rely on this anyways.
25563         (gtk_window_constrain_size): major cleanups to the code.
25564         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
25565         for the base size, instead of the minimums. use 32767 as max width
25566         and height (like in gtkwindow.c) instead of G_MAXINT.
25567
25568 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
25569
25570         * cleaned up the GtkContainer.need_resize flag handling mess, we
25571         only need to force resize requests when we were prematurely
25572         realized, or our widget tree was modified when we were temporarily
25573         hidden. handling these cases directly upon showing the window (i.e.
25574         while the GdkWindow is still unmapped) avoids the need to wait for
25575         a configure event response and therefore makes the GUI more snappier
25576         and avoids blank windows during the roundtrip.
25577
25578         * gtk/gtkwidget.c:
25579         (gtk_widget_hide): 
25580         (gtk_widget_show): don't queue resizes on toplevels, they know how
25581         to deal with matters.
25582
25583         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
25584         flag directly for not visible resize containers and spare us unecessary
25585         signal emissions.
25586
25587         * gtk/gtkwindow.c:
25588         (gtk_window_realize): if we need to enforce premature size allocation,
25589         queue a container resize so we are correctly resized later on.
25590         (gtk_window_init):
25591         (gtk_window_size_request):
25592         don't freak around with the ->need_resize flag,
25593         gtk_container_queue_resize() will care about that.
25594         (gtk_window_show):
25595         handle initial resizing issues here, we can handle matters better in
25596         this place, especially since we know that our GdkWindow is still
25597         unmapped.
25598         (gtk_window_move_resize):
25599         don't care about ->need_resize at all.
25600         handle size changes properly that occoured while we waited for a
25601         configure event.
25602
25603 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
25604
25605         * gtk/gtkwidget.c (gtk_widget_set_uposition):
25606         * gtk/gtkwindow.[hc] (gtk_window_reposition):
25607         Move the hint setting code from gtk_widget_set_uposition
25608         to here; set the hints so that we respect any previously
25609         set geometry hints.
25610
25611         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
25612         change the window hints here or move the window here,
25613         let that happen in gtk_window_move_resize().
25614
25615 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
25616
25617         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
25618         to already queued resizes (and therefore redraws) on a widget, check
25619         its anchestry as well.
25620
25621         * gtk/gtkcontainer.c:
25622         (gtk_container_queue_resize): clear resize widgets for resize
25623         containers before aborting prematurely. this is especially important
25624         for toplevels which may need imemdiate processing or their resize
25625         handler to be queued.
25626         (gtk_container_dequeue_resize_handler): added new internal function for
25627         gtkwindow.c.
25628
25629         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
25630         configure event, take possible changes in window position into account
25631         as well.
25632         if we request a new window size, queue up a resize handler that will
25633         last until the configure event response arrives.
25634         combined the ->need_resize case (initial show) with the general size
25635         (hints) changed case and added even more comments.
25636         if !auto_shrink, only revert to the old allocation if the new size
25637         is smaller than the current allocation.
25638
25639 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
25640
25641         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
25642                            gtk_window_set_geometry_hints
25643                            gtk_window_set_default_size):
25644         When hints are set, queue a resize so that the hints will
25645         be eventually reset on the toplevel.
25646
25647         * gtk/gtkwindow.c (gtk_window_show): Use
25648         gtk_window_compute_default_size(). Clear the need_resize flag
25649         on the initail map so that we don't unnecessarily trigger the
25650         resize code.
25651
25652         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
25653         into separate functions. Compare the hints we are setting
25654         with what we set last time so that we can accurately
25655         tell when we need to reset the hints.
25656
25657         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
25658         function to figure out the size from requisition
25659         and default_size.
25660
25661         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
25662         from fvwm to constrain a size to the geometry hints.
25663
25664         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
25665         to compare two sets of geometry hints.
25666
25667         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
25668         from gtk_window_set_hints(), just compute the hints,
25669         don't set them.
25670
25671         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
25672         code from gtk_window_move_resize() to separate function,
25673         rationalize a bit.
25674
25675 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
25676
25677         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
25678         structure into a new private structure.
25679
25680         * gtkrc.c: Split GtkRcStyle into public/private.
25681         In the private part, add a list of pointers to the
25682         RcStyle lists this RcStyle participates in.
25683
25684         * gtkrc.c: When a RcStyle is free, remove all
25685         lists referencing it from the 
25686         realized_style_ht hash, and free those lists.
25687         
25688         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
25689         gtk_rc_init(), since that adds the default styles
25690         to the list of parsed RC files again.
25691
25692         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
25693         
25694 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
25695
25696         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
25697         checks that ensure that a widget's allocation is at least 1 in width
25698         and height. (GNOME note: this doesn't affect old panel code anymore,
25699         because GtkSocket will request width and height of at least 1 since
25700         Fri Jul 23).
25701
25702         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
25703         allocated yet (happens if the user realizes the window prematurely),
25704         size request and allocate it.
25705         (gtk_window_size_allocate): guard against guint underflows.
25706
25707 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
25708
25709         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
25710         in gtk_built_sources, so gtk.defs gets built prior to all other
25711         sources.
25712
25713 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
25714
25715         * gtk/Makefile.am:
25716         invoke indent on gtkmarshal.*. 
25717         rewrote source generation rules, use COPYING as oldest source tag for
25718         a piggyback rule to generate all sources from (don't touch it ;).
25719         major cleanups, strip spaces on build rules for GNU Make.
25720
25721         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
25722         source and target files from commandline arguments. don't invoke indent.
25723
25724 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
25725
25726         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
25727         notebook after switch to avoid drawing problems.
25728         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
25729         
25730         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
25731         show them instead. 
25732         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
25733
25734 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
25735
25736         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
25737         notebook after switch to avoid drawing problems.
25738         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
25739         
25740         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
25741         show them instead. 
25742         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
25743
25744 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
25745
25746         * gtk/gtkwindow.c:
25747         we use window->need_resize from configure_event now, to indicate that
25748         the gtkwindow should keep its allocation (e.g. because the user resized
25749         the window through window manager handles). resize_count is now reliably
25750         used to figure whether we got the allocation we requested from the
25751         window manager.
25752         configure events get queued as resizes now, the real stuff (size
25753         computation and allocation) now only goes on in gtk_window_move_resize().
25754         GtkWindow's requisition now contains its *real* requisition (like all
25755         other widgets), *not* taking usize into account.
25756         geometry_info->last_{width|height} is now updated from set_hints() only
25757         so it always contains the last hints we set for the window manager.
25758         made some event handlers return TRUE instead of FALSE.
25759         the overall code should be much more straight forward now, and the
25760         significant code portions are accompanied by comments now.
25761         (gtk_window_set_hints):
25762         removed requisition argument and made it
25763         fetch the requisition through gtk_widget_get_child_requisition.
25764         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
25765         does that now.
25766         (gtk_window_show):
25767         ensure that the widget is realized before calling 
25768         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
25769         ensure that we got properly size requested and allocated before
25770         realization.
25771         (gtk_window_configure_event):
25772         ignore plain window moves, or reallocate the widget tree through the
25773         resize queue otherwise.
25774         (gtk_window_move_resize):
25775         mostly rewrote this function to figure window manager hints more
25776         reliably, coalesce window moves and resizes to reduce configure events
25777         and do actuall size allocations.
25778
25779 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
25780
25781         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
25782         that have a resize pending, because a redraw is already queued for them.
25783
25784         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
25785         hack to clear resize_widgets.
25786
25787         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
25788         for resize containers prior to size allocation. (this is also a bit
25789         ugly, but avoids side effects for stopped emissions and is thus more
25790         reliable).
25791         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
25792
25793         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
25794         function from gtk_tooltips_expose, as we connect to ::expose_event
25795         *and* ::draw now.
25796
25797 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
25798
25799         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
25800         checks.
25801         (gtk_target_list_unref): Likewise.
25802
25803         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
25804
25805 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
25806
25807         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
25808         guard against division by zero. (Fixes bug #1339)
25809
25810 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
25811
25812         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
25813         Prevent the trivial leak of information of allowing
25814         word motion when the entry is not visible.
25815
25816 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
25817
25818         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
25819         modality to error dialog as well as confirmation dialogs.
25820         (Bug #1803, reported by Rosanna Wing Sze Yuen)
25821
25822 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
25823
25824         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
25825         tree->view_lines.
25826         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
25827
25828         * gtk/Makefile.am (install-data-local): Solaris apparently
25829         has various troubles with ln -f; use rm first instead.
25830         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
25831
25832 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
25833
25834         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
25835         use `cp' followed by `rm' (the `rm' was already there).
25836
25837 July 30, 1999 Elliot Lee <sopwith@redhat.com>
25838         
25839         * configure.in: Fix autoconf warnings about cross compilation by
25840         trying to provide sane defaults for AC_TRY_RUN.
25841         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
25842         put them into $(srcdir) when generated. Also add a dependency of
25843         gtksignal.h on gtkmarshal.h for -j builds. 
25844         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
25845
25846 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
25847
25848         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
25849         GDK_THREADS_{LEAVE,ENTER} pair.
25850         (From Paul Fisher <pnfisher@redhat.com>)
25851
25852 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
25853
25854         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
25855         width and height are always >0 (owen).
25856
25857 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
25858
25859         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
25860         change that assured that a widget's allocated with and height are
25861         always >1, since this breaks *buggy* panel code. unfortunately this
25862         back-breaks the gimp's color selector.
25863
25864         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
25865         allocation is always >0 in width and height, before sending the
25866         configure event; this is a *gross* hack to get the gimp back to work.
25867         
25868         * marked both cases with TODO-1.3
25869
25870 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
25871
25872         * gtk/gtktext.c: Don't display wrap indicators when
25873         text is not editable and word wrap is on.
25874
25875 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
25876
25877         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
25878         option menus here as they are not derived from menu shell, assure that
25879         the option menu has a menu we can add items to.
25880
25881 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
25882
25883         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
25884         width/height to (gint) before calculations and check against < 0 to
25885         avoid guint wraparounds.
25886
25887 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
25888
25889         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
25890         width and height is never zero. sanity check both dimensions against
25891         32767 and issue a warning if the allocation is greater than that.
25892
25893 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
25894
25895         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
25896         to g_main_pending() as well.
25897
25898 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
25899
25900         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
25901         call to g_main_iteration() - since that will regrab
25902         GTK+ lock to process events.
25903
25904 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
25905
25906         * gtk/gtkwindow.c
25907         - Regularize with the rest of GTK+ by making widget->requisition
25908           not reflect the set_usize()
25909         - Always recompute geometry hints, then check if they
25910           changed before sending them to the X server. The
25911           previous checks for changes would fail in a number
25912           of circumstances. 
25913
25914 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
25915
25916         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
25917
25918 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
25919
25920         * gtk/gtkdnd.c:
25921         - Code cleanups
25922         - Instantaneously update on modifier key presses
25923         - Allow cancellation of the drag with Escape.
25924
25925 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
25926
25927         * gtk/testgtk.c (create_handle_box): Set the policy
25928         to auto_shrink - otherwise the appearance is rather
25929         strange when flipping between horizontal and vertical.
25930
25931 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
25932
25933         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
25934         (gtk_window_set_default_size): don't change a value if it's < 0.
25935         queue a resize.
25936
25937 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
25938
25939         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
25940
25941 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
25942
25943         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
25944         add an extra "/" when concating "/" + filename.
25945         (From Matt Grossman <mattg@oz.net>)
25946
25947 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
25948
25949         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
25950         for fg_gc if we set it for drawing pixmap.
25951
25952 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
25953
25954         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
25955         
25956         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
25957         already set, call old engine's destroy function and
25958         unref the old engine.
25959
25960 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
25961
25962         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
25963
25964 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
25965
25966         * gtk/gtkaccelgroup.h: mark certain functions as internal.
25967
25968 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
25969
25970         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
25971         expand behaviour changed.
25972
25973         * gtk/gtklabel.c (gtk_label_set_pattern):
25974         (gtk_label_set_justify):
25975         (gtk_label_set_line_wrap):
25976         don't bother invoking queue_clear, the reallocation does
25977         that for us, always free_words so the upcoming resize will
25978         relayout the label's contents.
25979
25980 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
25981
25982         * applied argument implementation patches from Elena Devdariani
25983         <elena@cogent.ca>.
25984
25985         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
25986         ::space_style, ::relief
25987         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
25988         * gtk/gtkpreview.c: ::expand
25989         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
25990         * gtk/gtknotebook.c: ::homogeneous
25991         * gtk/gtklabel.c: ::wrap
25992         * gtk/gtklist.c: ::selection_mode
25993         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
25994         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
25995         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
25996         * gtk/gtkclist.c: ::sort_type
25997         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
25998         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
25999
26000 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
26001
26002         * gtk/gtkstyle.c: Removed ill-thought-out part of last
26003         comment.
26004
26005 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
26006
26007         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
26008         counting right when we have to attach a new style
26009         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
26010
26011         * gtk/gtkstyle.c: Documented the refcounting
26012         peculularities of gtk_style_attach.
26013
26014 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
26015
26016         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
26017         window types.
26018
26019         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
26020         of GTK_TOPLEVEL for creating the window.
26021
26022 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
26023
26024         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
26025         the last argument (reported by Per Winkvist).
26026         
26027 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
26028
26029         Fixes for invisible XOR lines (Frank Loemker
26030         <floemker@TechFak.Uni-Bielefeld.DE>)
26031         
26032         * gtk/gtkclist.c (gtk_clist_realize): Always use
26033         a non-zero pixel for GDK_XOR.
26034
26035         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
26036         Use GDK_INVERT instead of GDK_XOR.
26037
26038 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
26039
26040         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
26041         signals if h/voffsets differ from adjustment values.
26042         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
26043
26044 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
26045
26046         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
26047         ::selection-done emissions up to the topmost menu shell.
26048
26049 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
26050
26051         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
26052         the user data on the window before destroying it.
26053
26054         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
26055         unrealize handler to take care of destroying 
26056         notebook->panel properly. 
26057         (Bug #1198 - Morten Welinder <terra@diku.dk>)
26058
26059         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
26060         of g_new and g_realloc to stop memory leak. (Actually,
26061         we could just use g_realloc(), but I'm not 100% sure
26062         that is portable).
26063         (Bug #1196 - Morten Welinder <terra@diku.dk>)
26064
26065 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
26066
26067         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
26068
26069         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
26070         for fontsets.
26071
26072         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
26073         with bin/button confusion.
26074
26075 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
26076
26077         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
26078         and show how preselection of radio items is done.
26079
26080 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
26081
26082         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
26083         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
26084         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
26085         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
26086         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
26087         * gtk/gtktable.c (gtk_table_attach): 
26088         * gtk/gtklist.c (gtk_list_insert_items): 
26089         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
26090         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
26091         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
26092         * gtk/gtkbin.c (gtk_bin_add): 
26093         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
26094         * gtk/gtkfixed.c (gtk_fixed_put): 
26095         * gtk/gtklayout.c (gtk_layout_put):
26096         general fixups to container_add logic. always realize child if
26097         child->parent is realized, only map the child and queue a resize
26098         if child and child->parent are both visible.
26099
26100 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
26101
26102         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
26103         instead of gtk_container_foreach to walk and unrealize children, so
26104         composite children get also unrealized.
26105         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
26106         (gtk_widget_map): assert that the widget is visible (basic constrain).
26107         (gtk_widget_real_map): assert that the widget is realized (basic
26108         constrain).
26109
26110 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
26111
26112         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
26113
26114 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
26115
26116         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
26117         file for iso-8859-2 locales.
26118
26119         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
26120
26121 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
26122
26123         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
26124          (Pointed out by andy@rz.uni-karlsruhe.de and others).
26125          Remove some suspicious and useless lines. 
26126
26127 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
26128
26129         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
26130         width,height = 0, 0 to mean - here to edge of window,
26131         instead of -1, -1, since the former is all we support.
26132
26133 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
26134
26135         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
26136         when removing from quit_functions list.
26137
26138 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
26139
26140         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
26141
26142 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
26143
26144         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
26145          When redrawing characters on non-visible entry, use appropriate
26146          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
26147
26148 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
26149
26150         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
26151         from drag coordinates.
26152         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
26153         use drag_dest_cell.
26154
26155         * gtk/gtktree (drag_dest_cell)
26156         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
26157         (Bug #1129)
26158
26159 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
26160
26161         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
26162         translate_* fields.
26163         (gtk_item_factory_finalize): invoke translate_notify independant from
26164         translate_data.
26165         (gtk_item_factory_set_translate_func): likewise.
26166         (gtk_item_factory_destroy): only remove ifactory pointer from those
26167         widgets that belong to us (stupid me).
26168
26169 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
26170
26171         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
26172         rc_style list when lookup succeeeds.
26173
26174 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
26175
26176         * gtk/gtkctree.c (resync_selection): 
26177         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
26178         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
26179         bug.
26180
26181 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
26182
26183         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
26184         Add some missing GDK_THREADS_ENTER()/LEAVE around
26185         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
26186
26187 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
26188
26189         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
26190         rather than emit_by_name.
26191
26192         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
26193         on the widget across multiple signal emissions.
26194         (gtk_editable_delete_text): same here.
26195         (gtk_editable_class_init): set widget_class->activate_signal after
26196         editable_signals[ACTIVATE] has been created.
26197
26198 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
26199
26200         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
26201         position here prematurely -- we might not have the
26202         right ->min_position and ->max_position yet.
26203
26204 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
26205
26206         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
26207         Add error traps so if the other end of the connection
26208         dies, we survive.
26209
26210         * gtk/gtkselection.c (gtk_selection_notify): Clean
26211         up properly when selection property retrieval fails.
26212         
26213         * gtk/gtkselection.c (gtk_selection_request): Correctly
26214         reject SelectionRequest notifies where the handler
26215         returns no data.
26216
26217 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
26218
26219         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
26220         when we've previously highlighted.
26221
26222         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
26223         emit two "drag_leave" signals for Motif drops.
26224
26225         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
26226         back the correct status messages when dropping from
26227         Motif onto a proxy window that is rejecting the
26228         drop.
26229
26230 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
26231
26232         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
26233         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
26234         to compare two argument values. added gtk_arg_to_valueloc() to set a
26235         variable from an arg through its location (pointer).
26236
26237         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
26238         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
26239         as gfloat*, uchars are collected as guchar*, ints are collected as
26240         gint*, etc...
26241
26242 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
26243
26244         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
26245         Include <string.h> instead of <strings.h>.
26246
26247         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
26248         (actually, a lot more duplicate includes occur if
26249          you trace through the sequence of #include's)
26250         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
26251         
26252 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
26253
26254         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
26255         gtk-a-higuti-990322-[0-3]
26256
26257         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
26258         that was causing -DX_LOCALE not to work.
26259
26260         * gtk/gtkrc.c (gtk_rc_init):
26261         X_LOCALE will never have LC_MESSAGES defined
26262
26263 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
26264
26265         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
26266         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
26267
26268         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
26269         left/right as well (gtk-michael-980726-0.patch.gz).
26270
26271         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
26272         for pointer values, use gchar instead of char. fixed uline allocation
26273         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
26274         chunks instead of G_ALLOC_ONLY.
26275         (gtk_label_size_request): always alter requisition as passed and leave
26276         widget->requisition alone.
26277         (gtk_label_set_text): allow NULL strings.
26278         (gtk_label_new): likewise.
26279
26280 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
26281
26282         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
26283
26284 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
26285
26286         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
26287         *and* mapped (i.e. drawable).
26288         (gtk_bin_expose): only send exposes to drawable children.
26289
26290         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
26291         (gtk_box_expose): only send exposes to drawable children.
26292
26293         * gtk/gtkhscale.c (gtk_hscale_draw): 
26294         * gtk/gtkvscale.c (gtk_vscale_draw):
26295         hm, this is an ugly one. we first compute the size of our trough area
26296         here (window relative) and then check intersection with the draw_area
26297         which is parent relative because we're a NO_WINDOW widget, so we need
26298         to offset the trough area by allocation.x and allocation.y before the
26299         check. (this must not be done for the background area though, since
26300         that's already computed parent relative).
26301
26302 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
26303
26304         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
26305         unrealize title buttons.
26306
26307 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
26308
26309         * gtk/gtkclist.c (gtk_clist_column_title_passive)
26310         (gtk_clist_column_title_active): 
26311         only connect/disconnect to GtkWidgetClass::event to block mouse events.
26312
26313         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
26314         zero initialize event, removed superfluous gdk_window_get_pointer call
26315
26316         * gtk/gtklist.c (gtk_list_vertical_timeout)
26317         (gtk_list_horizontal_timeout): removed superfluous
26318         gdk_window_get_pointer call
26319
26320 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
26321
26322         * plugging problems reported by "Bruce Mitchener, Jr."
26323         <bruce@puremagic.com> due to a purify session.
26324
26325         * gtk/gtkstyle.c:
26326         (gtk_style_ref): 
26327         (gtk_style_unref): assert ref_count to be > 0.
26328
26329         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
26330         the requisition.
26331         (gtk_clist_set_shift): likewise.
26332
26333         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
26334         adjustments.
26335
26336         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
26337         event before sending it and set send_event to TRUE (which needs to
26338         be done for *all* synthesized events).
26339         (gtk_list_vertical_timeout): likewise.
26340
26341         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
26342         leaks.
26343
26344         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
26345         to TRUE when synthesizing events.
26346
26347 [ *** end of merges from 1.2 *** ]      
26348         
26349 1999-11-21  Tor Lillqvist  <tml@iki.fi>
26350
26351         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
26352         (or copied from gdkconfig.h.win32 on Win32, sigh).
26353
26354         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
26355
26356         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
26357
26358         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
26359
26360         * gdk/gdkconfig.h.win32: New file.
26361
26362         * gdk/win32/makefile.cygwin: Build just a static archive here.
26363
26364         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
26365         for the DLL from the static archive built above.
26366
26367         * gdk/gdk.def: Moved here from the win32 subdirectory.
26368
26369         * gdk/win32/*: Adapt for the changed private struct organisation.
26370
26371         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
26372
26373 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
26374
26375         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
26376         for wheel mice (buttons 4 and 5).
26377
26378 1999-11-18  Tor Lillqvist  <tml@iki.fi>
26379
26380         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
26381         drawables use just the pixel field in the foreground and
26382         background GdkColor of the GdkGC.
26383
26384         gdk_gc_set_{fore,back}ground() are called in the GIMP with
26385         GdkColors containing uninitialized (red,green,blue) fields, and
26386         just the pixel field filled in, and furthermore in the
26387         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
26388         It thus turns out that we really don't need to have the full
26389         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
26390         it later to have just the pixel values.
26391
26392 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
26393
26394         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
26395
26396 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
26397
26398         * docs/gtkfaq.sgml: threads example from Erik Mouw.
26399         New question on GtkLabel background colors.
26400
26401         * docs/gtk_tut.sgml:
26402           - Correct the example code callback
26403             function definitions.
26404           - Update the gtkdial example code, from Frans van Schaik.
26405           - Update setselection.c to current API.
26406
26407         * examples/Makefile examples/*/*.c: Update to code
26408         listed in tutorial.
26409
26410 1999-11-10  Tor Lillqvist  <tml@iki.fi>
26411
26412         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
26413         subrange table (from the "Developing International Software for
26414         WIndows 95 and Windows NT" book) was missing the Hangul syllable
26415         block... Get the loaded font's charset correctly.
26416
26417         (Note that this, and the other *-win32.c files, still really are
26418         the old ones, the win32 subdirectory is not ready for compilation
26419         yet after the reorg.)
26420
26421 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
26422
26423         * gtk/gtkclist.c: Fix off-by-one bug in parameter
26424         check.
26425
26426 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
26427
26428         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
26429         on results of XQueryDeviceState().
26430
26431 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
26432
26433         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
26434         we need to accesss only ->children. We need an accessor
26435         for the children.
26436
26437         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
26438         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
26439         to get rid of gdkx.h include.
26440         
26441         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
26442         and random references to 'None'.
26443
26444         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
26445         Get rid of unused #include <gdk/gdkx.h>
26446
26447         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
26448         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
26449         gdkconfig.h.
26450
26451 1999-11-08  Tor Lillqvist  <tml@iki.fi>
26452
26453         * gdk/win32/gdkdraw.c
26454         * gdk/win32/gdkfont.c
26455         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
26456         following yesterday's changes. (Unrelated to Owen's reorg.)
26457
26458 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
26459
26460         * gdk/x11/gdkinput-gxi.c: Add missing include,
26461           fix GdkWindowPrivate => GdkDrawablePrivate.
26462
26463         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
26464
26465         * gdk/x11/Makefile.am (xinput_sources): Add missing
26466         backslash to fix building with --with-xinput=none
26467
26468 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
26469
26470         Move all X specific code into the x11/ directory.
26471         Aside from shuffling things around, did the following:
26472
26473        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
26474          gdk_arg_context_* - a simple argument parsing system
26475          in the style of popt.
26476
26477        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
26478          gdk/x11/gdkprivate-x11.h:
26479          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
26480          add ->klass and ->klass_data fields. The klass_data
26481          field points to an auxilliary structure that is
26482          windowing system dependent.
26483
26484        * gdk/gdkfont.c: Make most of the measurement functions
26485          simply wrappers around gdk_text_extents().
26486
26487        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
26488          _gdk_font_strlen() function that hides the weird
26489          behavior in gtk+-1.[02] where a string is interpreted
26490          differently for 8-bit and 16-bit fonts.
26491
26492        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
26493          to store common code for synthesizing double/triple
26494          press events.
26495         
26496        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
26497          Make all the function that modify an existing GC
26498          simply wrappers around gdk_gc_set_values().
26499          
26500        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
26501          for throwing out later.
26502
26503        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
26504          GdkImagePrivate and GdkColormapPrivate to have a
26505          windowing system dependent part (GdkFontPrivateX etc.)
26506          that "derives" from the system-independent part.
26507
26508        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
26509          Got rid of the included-source-files for XInput in
26510          favor of automake conditionals. (Which didn't exist
26511          when XInput support was originally added.)
26512
26513        * gdk/gdkrgb.c: Remove the visual id from the debugging
26514          statements since that is X11 specific; print out
26515          type/depth info instead.
26516          
26517
26518 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
26519
26520         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
26521         loading duplicates of hashed fonts.
26522
26523         * gdk/gdk.c (gdk_keysym_convert_case): rename
26524         gdk_XConvertCase to gdk_keysym_convert_case, allow
26525         results to be NULL in the GTK+ style.
26526
26527         * gdk/gdkcompat.h: Started compatibility header
26528         for renames.
26529
26530 1999-11-07  Tor Lillqvist  <tml@iki.fi>
26531
26532         * gdk/win32/gdkprivate.h: New font private structures, related to
26533         fontsets.
26534
26535         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
26536         gdk_font_list_free(). On X11, will just be wrappers to
26537         XListFonts() and XFreeFontNames(). On Win32, the code previously
26538         in gtkfontsel.c is now here.
26539
26540         New function gdk_font_xlfd_create(). On X11 will get the FONT
26541         property of the font (for GDK_FONT_FONTs), or call
26542         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
26543         builds a XLFD style name from the font information in the LOGFONT
26544         struct(s).
26545
26546         New function gdk_font_xlfd_free(), which correspondingly frees the
26547         string returned by gdk_font_xlfd_create().
26548
26549         Implement fontsets on Win32. Add a function that iterates over a
26550         wide char string and calls a callback function for each substring
26551         of wide chars from the same Unicode subrange (and thus probably
26552         available in the same real font).
26553
26554         Improve the XLFD emulation a bit.
26555
26556         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
26557
26558         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
26559         Beta3, WM_IME_CHAR messages don't seem to contain the composed
26560         multi-byte char as with the Active IMM on Win9x. Oh well, handle
26561         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
26562         ImmGetCompositionStringW() to get the composed Unicode chars.
26563
26564         * gdk/win32/gdkgc.c
26565         * gdk/win32/gdkdraw.c: Changes needed because of the font private
26566         struct changes.
26567
26568         * gdk/win32/gdk.def: Add the new functions.
26569
26570 1999-11-04  Tor Lillqvist  <tml@iki.fi>
26571
26572         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
26573         get the Platform SDK to get <dimm.h>.
26574
26575         * gdk/win32/gdkevents.c: More event handling fixes and
26576         simplification. Never generate motion events with is_hint true. We
26577         used to do that on bogus grounds earlier. Windows sends
26578         WM_MOUSEMOVE messages on button events even if the mouse hasn't
26579         moved, ignore these.
26580
26581         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
26582
26583         * gdk/win32/gdkglobals.c
26584         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
26585         the TrackMouseEvent function, and use it.
26586
26587         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
26588         char before calling WideCharToMultiByte in order to get a string
26589         for the window title.
26590
26591         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
26592
26593         * gdk/win32/gdk.def: Remove obsolete functions.
26594
26595         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
26596         /nodefaultlib and /defaultlib switches.
26597
26598         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
26599
26600 1999-10-31  Tor Lillqvist  <tml@iki.fi>
26601
26602         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
26603         EuroSign).
26604
26605         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
26606         same type as GdkWChar, especially on Win32.
26607
26608         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
26609
26610         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
26611         before passing to Windows GDI for drawing etc. Convert to the
26612         system default codepage before passing to Windows as window
26613         titles.
26614
26615         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
26616         support changing input locale on the fly.
26617
26618         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
26619         on-the-fly changes. Convert incoming characters from the current
26620         codepage to Unicode (and then to a UTF-8 multi-byte string) based
26621         on the current input language. Use keysym<->Unicode mapping tables
26622         and functions borrowed from xterm sources.
26623
26624         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
26625         editions of Win9x, use the ActiveX-based Active IMM (Input Method
26626         Manager) if available. IMEs and the Active IMM are available under
26627         the disguise of Chinese, Korean and Japanese support for IE and
26628         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
26629         support is present in all editions (as long as you install it).
26630
26631         Call DispatchMessage from gdk_events_queue() (and thus
26632         gdk_WindowProc()), instead of duplicating the code in
26633         gdk_WindowProc().
26634
26635         Reworked the grab handling and propagation code, factored out
26636         duplicated code snippets into separate functions. Other cleanups,
26637         too.
26638
26639         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
26640         the <dimm.h> header describing the Active IMM.
26641
26642         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
26643         just do the same as for "single" fonts.
26644
26645         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
26646         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
26647         the new keysyms from gdkkeysyms.h.
26648
26649         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
26650         fontset, so that gtkentry uses wide characters.
26651
26652         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
26653         GTk+'s system directory "gtk+", not "gtk".
26654
26655 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
26656
26657         * docs/gtkfaq.sgml: FAQ update
26658
26659 1999-10-21  Tor Lillqvist  <tml@iki.fi>
26660
26661         * gdk/win32/gdkprivate.h: Add more font private data.
26662
26663         * gdk/win32/gdkfont.c
26664         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
26665         fonts and strings. Now works much better. You still have to
26666         have a correct font selected, though. No fontset emulation yet.
26667
26668 1999-10-19  Tor Lillqvist  <tml@iki.fi>
26669
26670         * gtk/maketypes.awk: Use G_OS_WIN32.
26671
26672         * gtk/gtk.def: Add some missing entry points. Also some non-public
26673         ones, but PyGTK porter claims to need them.
26674
26675         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
26676         built-in type generation.
26677
26678 1999-10-14  Tor Lillqvist  <tml@iki.fi>
26679
26680         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
26681         GDK_FONT_FONT fonts (which is all we have for now, we don't
26682         emulate fontsets). The X11 version uses plain XDrawString in that
26683         case, too. The string passed to gdk_draw_text_wc seems to be in
26684         fact (at least, when used by gtkentry and gtktext) either in a
26685         single-byte charset, or a DBCS. Not Unicode.
26686
26687         This fixes the problem in gtkfontsel, where even if you had
26688         selected a font with a non-Latin1 charset (windows-greek, for
26689         instance), the preview still used Latin-1 glyphs.
26690
26691         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
26692         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
26693         (gdk_font_load): Recognize the demibold etc weights, even if we
26694         don't have the corresponding constants in the headers.
26695         (gdk_font_hash_insert): Use same hash mechanism as in the X11
26696         version. Should save font resources a bit, when we don't have
26697         multiple HFONTs for the same font.
26698
26699         * gdk/win32/gdkprivate.h: Add the names field as in the X11
26700         version.
26701
26702 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
26703
26704         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
26705         X values
26706
26707 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
26708
26709         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
26710         layout support (as mentioned on
26711         http://www.jcinteractive.com/gnome-ui/software/widgets/)
26712
26713 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
26714
26715         * gtk/fnmatch.c
26716         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
26717
26718 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
26719
26720         * configure.in (ALL_LINGUAS): Added Galician (gl)
26721
26722 1999-10-05  Tor Lillqvist  <tml@iki.fi>
26723
26724         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
26725
26726         * gdk/win32/gdkcompat.c: New file, actually provide an
26727         implementation for the deprecated functions. (Just temporarily.)
26728
26729         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
26730
26731         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
26732
26733         * gdk/win32/gdk.def gtk/gtk.def: Updates.
26734
26735 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
26736
26737         * configure.in: Added "uk" to ALL_LINGUAS.
26738         
26739 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
26740
26741         * configure.in: correct checking for BeOS check
26742
26743         * gdk/gdktypes.h
26744         * gtk/fnmatch.c
26745         * gtk/gtkfilesel.c
26746         * gtk/gtkitemfactory.c
26747         * gtk/gtkmain.[ch]
26748         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
26749
26750 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
26751
26752         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
26753         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
26754         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
26755         by Bulgarian). 
26756
26757 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
26758
26759         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
26760         Fix a reference to window_private->destroyed.   
26761
26762         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
26763         (ugly) setting of an internal GdkWindow member to use
26764         a _slightly_ cleaner macro.
26765
26766         * gdk/gdkprivate.h: Split GdkWindowPrivate into
26767         GdkDrawablePrivate and GdkWindowPrivate.
26768         Add extra macros for accessing GDK_DRAWABLE_ components.
26769
26770         * *.[ch]: Massive adjustments for the above, use the
26771         new macros in a lot of places.
26772
26773 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
26774
26775         * gdk/gdktypes.h: Make GdkDrawable the base type,
26776         not GdkWindow.
26777
26778 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
26779
26780         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
26781
26782 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
26783
26784         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
26785
26786 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
26787
26788         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
26789         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
26790
26791         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
26792
26793         * docs/gtk-config.1: Now autogenerated.
26794         * docs/Changes-1.4.txt: started
26795         
26796 1999-10-03  Tor Lillqvist  <tml@iki.fi>
26797
26798         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
26799         to #ifdef also here.
26800
26801         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
26802         Owen did to the X11 backend.
26803
26804         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
26805         ScrollWindowEx when blitting inside a window, it can't be correct
26806         in the general case.
26807
26808         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
26809         WM_GETMINMAXINFO is easier.
26810
26811         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
26812         depth equal to the bitspixel value, not the visual's depth.
26813
26814         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
26815         to 24 even if the bitspixel value is 32.
26816
26817         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
26818         need to check for depth==32 when bpp==32, depth will always be 24.
26819
26820 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
26821
26822         * docs/Changes-1.4.txt: Started
26823         
26824         * gtk/Makefile.am (gdk_headers): Include all the new headers.
26825
26826         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
26827         
26828         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
26829         into C file.
26830         
26831         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
26832         header to gdkinputprivate.h.
26833
26834         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
26835         unused since before 1.2.
26836
26837 1999-09-30  Tor Lillqvist  <tml@iki.fi>
26838
26839         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
26840         expand possible hex escapes in the font family (put there by
26841         logfont_to_xlfd if the font name isn't a legal XLFD font family,
26842         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
26843         On Win32, add hex escapes here, too.
26844
26845 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
26846
26847         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
26848         to #ifdef GDK_WINDOWING_X11.
26849
26850 [ Merges from gtk-1-2 ]
26851
26852 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
26853
26854         * configure.in: fixed "GNU Make" check to pass with new make version
26855         3.77.95.
26856
26857 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
26858
26859         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
26860         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
26861         AM_PATH_GTK() macros don't get confused by the -pre1.
26862
26863 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
26864
26865         * configure.in (REBUILD): Change check for perl5
26866           to check explicitely for v >= 5.002. (5.001
26867           does not work with our scripts.)
26868
26869 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
26870
26871         * configure.in: evaluate $PERL for the perl version check. added
26872         --disable-rebuilds to give the user an option to completely disable
26873         any source autogeneration rules.
26874
26875 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
26876
26877         * configure.in: evaluate $ac_make when checking for GNU Make.
26878
26879 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
26880
26881         * docs/Makefile.am: added generation.txt.
26882
26883         * Makefile.am: require automake 1.4, build README from README.in and
26884         INSTALL from INSTALL.in in dist-hook.
26885         
26886         * README.in:
26887         * INSTALL.in: new files to autogenerate README and INSTALL from.
26888
26889         * configure.in: figure whether we have GNU Make
26890
26891         * docs/generation.txt: minor additions/corrections.
26892
26893 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
26894
26895         * docs/gtkfaq.sgml: FAQ Update
26896
26897 July 30, 1999 Elliot Lee <sopwith@redhat.com>
26898         
26899         * configure.in: Fix autoconf warnings about cross compilation by
26900         trying to provide sane defaults for AC_TRY_RUN.
26901
26902 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
26903
26904         * ltconfig
26905         * ltmain.sh: upgrade to libtool 1.3.3
26906
26907 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
26908
26909         * INSTALL: Indicate that the --with-glib= configure
26910         time flag is unsupported.
26911
26912 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
26913
26914         * docs/generation.txt: Added a file that gives
26915         documenation about the autogeneration process for
26916         various autogenerated files.
26917         
26918 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
26919
26920         * configure.in (LIBS): Look for libgmodule in the
26921         right location.
26922
26923 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
26924
26925         * docs/gtk_tut.sgml: Removed references to
26926         code examples in my directory on gtk.org as
26927         they should all be in the tutorial now.
26928
26929         * docs/gtk_tut.sgml: Added sources for dial-test
26930         and scribble-xinput programs that were previously
26931         missing.
26932
26933 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
26934
26935         * TODO: Added entry about menu keyboard navigation, removed
26936         some finished items.
26937
26938 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
26939
26940         * acinclude.m4: Standardize on func_dgettext
26941         not func_gettext, so that the checks for dgettext
26942         actually are paid attention to.
26943
26944 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
26945
26946         * configure.in (LIBS): Add $INTLLIBS into $LIBS
26947         directly, rather than repeating the checks for
26948         gettext.
26949
26950         * INSTALL: Added information about gettext and
26951         NLS support.
26952
26953         * acinclude.m4 (LIBM): Check for dgettext, not
26954         just gettext. This should hopefully fix things wrt
26955         systems with old versions of GNU gettext installed.
26956
26957 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
26958
26959         * configure.in (LIBS): Look for libgmodule in the
26960         right location.
26961
26962 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
26963
26964         * autogen.sh: add --enable-maintainer-mode
26965
26966         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
26967
26968 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
26969
26970         * docs/gtk-config.1.in:
26971           docs/Makefile.am:
26972           configure.in: gtk-config is now generated.
26973
26974         * docs/gtk-config.1: Removed, now generated.
26975
26976 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
26977
26978         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
26979         handle CreateNotify itself, still put out a debuging message for
26980         --gdk-debug=events. made the ReparentNotify debugging message more
26981         verbose.
26982         wrap xcoords translation for ConfigureEvents into an error trap,
26983         a destroy event may already be pending, and in that case, the
26984         actuall coordinate values are not at all critical.
26985
26986 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
26987
26988         * gdk/gdkcc.c: Stop leaking the color_hash all over
26989         the place. Simplify and improve the logic.
26990
26991 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
26992
26993         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
26994         for prototypes and function implementations consistent (reported
26995         by Tomas Ogren).
26996
26997 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
26998
26999         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
27000         send_event set in debugging output.
27001         (gdk_compress_exposures): default initialize the event so we don't
27002         operate on bogus values (namely send_event).
27003
27004 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
27005
27006         * gdk/gdkwindow.c: When we receive an unexpected
27007         destroy notify on one of our windows, don't just
27008         warn about it, also mark our windows as destroyed.
27009
27010 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
27011
27012         * gdk/gdkfont.c (gdk_font_hash_insert): Add
27013           name => font and name => fontset hashes. The 
27014           name => fontset hash is a _big_ win since we
27015           weren't previously caching fontsets at all and loading
27016           fontsets is expensive. The name => font hash
27017           is less of a win, but it does save us from doing
27018           repeated XQueryFont calls on the same font.
27019
27020         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
27021           list so we can remove font/fontset from hash.
27022
27023 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
27024
27025         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
27026           and slightly confusing test. [ XInternAtom (,,TRUE)
27027           will never return None ].
27028
27029 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
27030
27031         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
27032           gdk/gdkwindow.c (gdk_window_set_hints):
27033
27034         Don't omit setting the properties if flags == 0 -
27035         there may be an existing set of properties there
27036         already. (Very old bug. Would it be better to
27037         delete the property instead?)
27038
27039         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
27040           spelling error in comment.
27041
27042 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
27043
27044         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
27045           to avoid stomping over gdk_error_warnings.
27046
27047         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
27048           as (bits_per_pixel + 7) / 8. This gives the same
27049           result as before for multiples of 8, but actually
27050           a "reasonable" value for 1bit or 4bit displays.
27051
27052 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
27053
27054         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
27055         GNU Make.
27056
27057 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
27058
27059         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
27060         discarding configure events.
27061
27062 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
27063
27064         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
27065         refcount is greater than zero.
27066
27067         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
27068
27069         * gdk/gdkfont.c (gdk_font_unref): Likewise.
27070
27071         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
27072
27073         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
27074
27075 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
27076
27077         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
27078         that format 32 => sizeof(item) == 4. It really is
27079         sizeof(long).
27080
27081 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
27082
27083         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
27084         core dump at all on X IO errors, only core dump
27085         if --enable-debug for X errors.
27086
27087 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
27088
27089         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
27090         unknown window:" message. disabled ConfigureNotify discarding code,
27091         because it led to events being processed out of order.
27092
27093 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
27094
27095         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
27096
27097         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
27098         we export this function, supress error warnings and don't reset the
27099         error code in the first half of this function.
27100
27101         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
27102         code (instead of just -1) so gdk_error_trap_pop() reveals something
27103         actually informative about the error that happened.
27104
27105         * gdk/*.c:
27106         don't rely on gdk_error_code being -1 if an error occoured, but just
27107         gdk_error_code != 0.
27108
27109 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
27110
27111         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
27112         pointer *before* invoking the filter function, so we at least don't
27113         crash if a filter is removed that is currently executed. window filters
27114         *really* need to be made truely reentrant at some point.
27115
27116 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
27117
27118         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
27119         PropertyNotify debug messages.
27120
27121 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
27122         
27123         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
27124         
27125         * gdk/gdkim.c: Fix cut-and-paste errors for 
27126         x/y and PreeditAttributes/StatusAttributes.
27127
27128 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
27129
27130         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
27131         G_MAXINT to 2^16 to alleviate overflow problems in
27132         various window managers.
27133
27134 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
27135
27136         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
27137         for fontsets.
27138
27139 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
27140
27141         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
27142         Initialize size_hints.x and size_hints.y because kwm
27143         brokenly pays attention to them.
27144         (Bug #1181 -  Lars Heete <hel@admin.de>)
27145
27146 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
27147
27148         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
27149         return value of gdk_list_visuals(). 
27150         (Bug #1193 - Morten Welinder <terra@diku.dk>)
27151
27152 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
27153
27154         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
27155         XSetIMValues to (void *) when comparing to NULL, to workaround
27156         the problem of some compilers barfing since older X headers don't
27157         have the prototype for it.
27158
27159 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
27160
27161         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
27162         for pseudocolor where colormap->colors was double
27163         allocated.
27164
27165         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
27166         color value in the hash table with the pixel filled
27167         in so when we do later hash table lookups, the color
27168         value is correct.
27169         
27170 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
27171
27172         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
27173         making the call
27174
27175 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
27176
27177         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
27178         pointed out by Morten Welinder <terra@diku.dk>.
27179
27180 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
27181
27182         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
27183           default filter from the list
27184
27185 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
27186
27187         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
27188           default filter from the list
27189
27190 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
27191
27192         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
27193
27194         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
27195         g_strdup_printf instead of calcing the length separately
27196
27197 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
27198
27199         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
27200         that we don't do in many other places. (Fixing duplicate 
27201         #include of config.h)
27202
27203         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
27204         Otherwise, #ifndef XINPUT_NONE check in the latter
27205         doesn't work. (Bug #546)
27206
27207 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
27208
27209         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
27210         "None" case insensitive.
27211
27212 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
27213
27214         * gdk/gdkselection.c: 
27215         Add error traps so if the other end of the connection
27216         dies, we survive.
27217
27218 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
27219
27220         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
27221         dest_xid field into two fields - one for the window
27222         to send in messages, one to indicate the last looked
27223         up window for caching purposes. This is needed, so
27224         that Leave messages get the correct window.
27225
27226 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
27227
27228         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
27229         Fix warning created by people mucking around
27230         with the gsource API.
27231
27232         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
27233         Change mapping between GIOCondition and GdkInputCondition
27234         to match the way the Linux kernel does it. This should
27235         fix problems where closed pipes were no longer signalling
27236         GDK_INPUT_READ on systems with a native poll().
27237
27238 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
27239
27240         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
27241         explicitly for the string "None" - it is in the XPM
27242         spec and some servers treat unknown colors in odd ways
27243         (like asking the user!)
27244
27245 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
27246
27247         * gdk/gdkevents.c: made "->" into a "." of previous change so
27248         it compiles
27249
27250 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
27251
27252         * gdk/gdkevents.c (gdk_compress_exposures): Set the
27253         window field of the event structure before calling
27254         user filters.
27255
27256 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
27257
27258         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
27259         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
27260
27261 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
27262
27263         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
27264         intermediate text property - prevents major memory
27265         leak when gdk_use_mb.
27266         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
27267
27268 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
27269
27270         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
27271         gtk-a-higuti-990322-[0-3]
27272
27273         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
27274         sizeof(wchar_t) != sizeof (GdkWChar)
27275
27276         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
27277         that was causing -DX_LOCALE not to work.
27278
27279         * gtk/gtkrc.c (gtk_rc_init):
27280         X_LOCALE will never have LC_MESSAGES defined
27281
27282         * gdk/gdk.c (gdk_init_check):
27283         Remove --xim-preedit and --xim-status from argv properly.
27284
27285         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
27286         that the client window is present on the X server
27287         before we pass it to the input method.
27288
27289 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
27290
27291         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
27292         if --display is specified on the command line, than
27293         the drag window will not be created on that display.
27294         
27295 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
27296
27297         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
27298         lookups with only_if_exists == TRUE were inserting
27299         bogus values into the atom cache.
27300
27301 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
27302
27303         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
27304         then reset it to NULL.
27305
27306         * gdk/gdkcolor.c:
27307         (gdk_colors_free): 
27308         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
27309         key for g_hash_table_remove() in both functions, this prevents us
27310         from accessing possibly uninitialized portions of a GdkColor structure
27311         where we are only interested in its pixel value.
27312
27313 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
27314
27315         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
27316         font hash table, if we have a GdkFontPrivate entry for this font
27317         already, simply increment its reference count, provided by Olaf Dietsche
27318         <olaf.dietsche+list.gtk@netcologne.de>.
27319
27320 1999-09-21  Tor Lillqvist  <tml@iki.fi>
27321
27322         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
27323         just to be sure.
27324
27325         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
27326         unused variables, leftovers from the X11 version.
27327
27328         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
27329
27330         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
27331         downcase fields on X11.
27332
27333 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
27334         
27335         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
27336         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
27337
27338 1999-09-17  Tor Lillqvist  <tml@iki.fi>
27339
27340         * gdk/win32/gdk.def: Add gdk_threads_mutex.
27341
27342         * gtk/makefile.msc: Correct path to libintl.
27343
27344         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
27345         use of gint vs. int, and gint vs. gboolean in headers and
27346         definitions. Use GtkType for the *_get_type functions. Note that
27347         these changes preserve binary compatibility.
27348
27349         * gdk/gdk.c
27350         * gdk/win32/gdk.c
27351         * gdk/gdk.h: Fix inconsistencies: gint vs int.
27352
27353         * gtk/gtkmain.c
27354         * gtk/gtkclist.c
27355         * gtk/gtkmenufactory.c
27356         * gtk/gtknotebook.c
27357         * gtk/gtkwidget.c: Fix inconsistencies, also gint
27358         vs. gboolean.
27359
27360         * gtk/gtkcolorsel.[ch]
27361         * gtk/gtkcombo.[ch]
27362         * gtk/gtkdrawingarea.[ch]
27363         * gtk/gtkgamma.[ch]
27364         * gtk/gtkhandlebox.[ch]
27365         * gtk/gtkhpaned.[ch]
27366         * gtk/gtkhruler.[ch]
27367         * gtk/gtkplug.[ch]
27368         * gtk/gtkpreview.[ch]
27369         * gtk/gtkruler.[ch]
27370         * gtk/gtksocket.[ch]
27371         * gtk/gtkstatusbar.[ch]
27372         * gtk/gtktoolbar.[ch]
27373         * gtk/gtkvbbox.[ch]
27374         * gtk/gtkvpaned.[ch]
27375         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
27376         functions.
27377
27378         * gtk/gtkgamma.h: Fix bug, missing () in call of
27379         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
27380
27381 1999-09-14  Tor Lillqvist  <tml@iki.fi>
27382
27383         * gdk/gdkcolor.c (gdk_colormap_new)
27384         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
27385         colormap->colors was allocated twice.
27386
27387         * gdk/win32/gdk.c: Remove some unused stuff.
27388
27389         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
27390         colormap.
27391
27392         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
27393         * gtk/gtklabel.h (gtk_label_get_type)
27394         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
27395         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
27396         in a couple of places, not guint.
27397
27398 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
27399
27400         * configure.in,po/et.po: added Estonian language file
27401
27402 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
27403
27404         * configure.in,po/da.po: added Danish file
27405
27406 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
27407
27408         * docs/gtkfaq.sgml: Minor FAQ Update
27409
27410 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
27411
27412         * docs/gtkfaq.sgml: FAQ update
27413
27414 1999-08-27  Tor Lillqvist  <tml@iki.fi>
27415
27416         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
27417         way to get window contents continually refreshed while resizing. I
27418         didn't like the effects myself, so it's not on by default.
27419
27420         * gdk/win32/gdkprivate.h: New flag variable
27421         gdk_event_func_from_window_proc, FALSE by default.
27422
27423         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
27424         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
27425         are passed --gdk-event-func-from-window-proc.
27426
27427         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
27428         and we have am event_func, call it instead of enqueing the event.
27429
27430 1999-08-23  Tor Lillqvist  <tml@iki.fi>
27431
27432         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
27433         Kelley: Set expose_count in GdkEventExposes correctly.
27434
27435         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
27436         MULTIPLE_WINDOW_CLASSES).
27437
27438         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
27439         for bug in NT, apparently NT *does* draw the end pixel, too, in
27440         LineTo with a one-pixel pen, so we don't have to do it ourselves.
27441
27442 1999-08-21  Tor Lillqvist  <tml@iki.fi>
27443
27444         Improvements by Hans Breuer: 
27445
27446         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
27447
27448         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
27449         CS_?REDRAW flags as they cause lots of (late) redraws when "show
27450         window contents while dragging" is turned on. Allocate at least
27451         one unique class for every GdkWindowType. If support for single
27452         window-specific icons is ever needed (eg. Dialog specific), every
27453         such window should get its own class.
27454
27455 1999-08-19  Tor Lillqvist  <tml@iki.fi>
27456
27457         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
27458         error that caused crashes.
27459
27460 1999-08-17  Tor Lillqvist  <tml@iki.fi>
27461
27462         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
27463         window, use ScrollWindowEx, and call UpdateWindow. This prevents
27464         bugs when for instance part of the window was outside the
27465         display. Thanks to Philippe Colantoni for finding and fixing this.
27466
27467 1999-08-16  Tor Lillqvist  <tml@iki.fi>
27468
27469         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
27470         endpoint calculations which were totally wrong. (A little RTFMing
27471         helps a lot ;-)
27472
27473         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
27474         from a separate directory, not from gettext, because of licensing
27475         issues (we want to use the LGPL version).
27476
27477         * README.win32: Mention the intl from glibc vs from gettext issue.
27478
27479 1999-08-13  Tor Lillqvist  <tml@iki.fi>
27480
27481         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
27482         in the key event handling: Now AltGr chars work again. Also,
27483         now Alt-digits are passed up as well as Control-digits.
27484         Pass keypad plus and minus as normal plus and minus.
27485
27486 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
27487
27488         * docs/gtkfaq.sgml: FAQ Update
27489
27490 1999-07-25  Tor Lillqvist  <tml@iki.fi>
27491
27492         * README.win32
27493         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
27494         the Wintab SDK.
27495
27496         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
27497         OK, but getting closer. Guard against bogus tilt data from Wacom
27498         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
27499         enable easier building without Wintab.
27500
27501         * gdk/win32/gdkinput.h
27502         * gdk/win32/gdkevents.c 
27503         * gdk/win32/gdkwindow.c: Minor changes related related to above.
27504         
27505         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
27506         code. As we have just one visual on Win32, no sense to have it in a
27507         table, and no need for the hash table.
27508
27509         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
27510         better on white background.
27511
27512 1999-07-21  Tor Lillqvist  <tml@iki.fi>
27513
27514         * README.win32: Update gcc build instructions. Mention gettext is
27515         GPL.
27516
27517         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
27518         supported cursor size with GetSystemMetrics.
27519
27520         * gdk/win32/gdkfont.c
27521         * gtk/gtkfontsel.c: Guard against some font weight and charset
27522         symbols being undefined (in mingw32 headers).
27523
27524         * gdk/win32/makefile.cygwin
27525         * gtk/makefile.cygwin
27526         * gtk/gtkthemes.c: No longer need to have differently named
27527         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
27528
27529 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
27530
27531         * docs/gtkfaq.sgml: Long awaited FAQ update.
27532
27533 1999-07-15  Tor Lillqvist  <tml@iki.fi>
27534
27535         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
27536         it. Obscure bit manipulation needed.
27537
27538         * gdk/win32/gdkevents.c: Logging.
27539         
27540         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
27541         style (file name include compiler name) for theme engines.
27542
27543 1999-07-13  Tor Lillqvist  <tml@iki.fi>
27544
27545         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
27546
27547         * gdk/win32/gdkevents.c: Fix long-standing bug in key
27548         events. The key.string wasn't zero-terminated, still we strdup'ed
27549         it in gdk_event_copy(). Synthesize crossing events for button
27550         events before possible propagation.
27551
27552         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
27553
27554         * gdk/win32/makefile.cygwin
27555         * gtk/makefile.cygwin: Use new DLL naming style for the
27556         GCC-compiled ones.
27557
27558         * gdk/win32/makefile.msc
27559         * gtk/makefile.msc: Cosmetics mostly.
27560
27561         * gtk/gtk.def: Add missing entry points.
27562
27563         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
27564
27565 1999-07-09  Tor Lillqvist  <tml@iki.fi>
27566
27567         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
27568         or height is zero. Don't print a warning if Pie or Arc fails, they
27569         always fail (?) for very narrow ellipses.
27570
27571         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
27572         the part or the destination window corresponding to source area
27573         outside of the source drawable's boundary.
27574
27575         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
27576         anything if less than two points.
27577
27578         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
27579         return NULL. Gtk cut-and-paste inside a single program works
27580         better this way. (It always gets the clipboard contents from
27581         Windows, not from its own copy, which is cleared anyway. I can't
27582         say I fully understand what happens... Emulating the X selection
27583         and property stuff is a bit of a mess.)
27584
27585         * gdk/win32/gdkevents.c
27586         * gdk/win32/gdkproperty.c: A bit more verbose logging.
27587
27588         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
27589         that never got deleted). Revamp gdk_region_shrink.
27590
27591         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
27592         after use.
27593
27594         * gtk/gtk.def: Add some missing entry points.
27595
27596         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
27597         component.
27598
27599 1999-07-04  Tor Lillqvist  <tml@iki.fi>
27600
27601         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
27602         Control-digits specially.
27603
27604 1999-07-03  Tor Lillqvist  <tml@iki.fi>
27605
27606         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
27607
27608 1999-06-28  Tor Lillqvist  <tml@iki.fi>
27609
27610         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
27611         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
27612         finding this.)
27613
27614 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
27615
27616         * gtk+.spec.in: Corrected some typos in files section.
27617         
27618 1999-06-15  Tor Lillqvist  <tml@iki.fi>
27619
27620         * README.win32: Mention using GNU gettext.
27621         * config.h.win32: Enable NLS stuff.
27622         * gtk/makefile.msc: Use GNU gettext.
27623         * gdk/win32/gdkdnd.c: Minor header reorg.
27624         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
27625         cosmetics.
27626         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
27627         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
27628
27629 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
27630
27631         * acinclude.m4
27632         * config.guess
27633         * config.status
27634         * ltconfig
27635         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
27636
27637 1999-05-30  Tor Lillqvist  <tml@iki.fi>
27638
27639         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
27640         SafeAdjustWindowRectEx. Don't override all calls to
27641         AdjustWindowRectEx by it, but use it only in two places: When
27642         creating a new top-level window and when moving a top-level
27643         window.
27644
27645         Use screen coordinate rectangle, not client rectangle, in
27646         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
27647         when we try to place a window so that the decoration (mainly,
27648         title bar) isn't visible.
27649
27650         These changes fix the bug that showed up for instance as the
27651         GIMP's saved top-level windows moving right and down (by an amount
27652         equal to the window decoration) for each session. This bug showed
27653         up also in testgtk's "Saved Position".
27654
27655         gdk_window_resize also redone a bit.
27656
27657 1999-05-25  Tor Lillqvist  <tml@iki.fi>
27658
27659         * gtk/testgtkrc: Add (commented out) Windows-style theme
27660         include line.
27661
27662         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
27663
27664 1999-05-18  Tor Lillqvist  <tml@iki.fi>
27665
27666         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
27667         gdkx.h to a gdk subdirectory, so that applications can include
27668         these with <gdk/*.h> without trouble.
27669
27670         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
27671         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
27672         have their bitmap destroyed.
27673
27674         * gdk/win32/gdk.def: Add gdk_root_parent.
27675
27676 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
27677
27678         * configure.in
27679           gtk-config.in
27680           ltconfig
27681           ltmain.sh     
27682           gtk/Makefile.am: changes to compile nicely (with xlib) 
27683           on BeOS
27684
27685 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
27686
27687         * acinclude.m4
27688         * config.guess
27689         * config.sub
27690         * ltconfig
27691         * ltmain.sh: upgrade to libtool 1.3
27692
27693 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
27694
27695         * gtk/gtkclist.c:
27696         * gtk/gtkctree.c: merges from gtk-1-2
27697
27698 1999-04-25  Tor Lillqvist  <tml@iki.fi>
27699
27700         Support added for building using a GNU toolchain on Win32,
27701         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
27702
27703         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
27704         * config.h.win32: Changes for gcc.
27705         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
27706         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
27707         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
27708         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
27709         Protect shl stuff unavaiilable with mingw32 headers.
27710         * gdk/win32/gdkevents.c: Fix typo.
27711         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
27712         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
27713         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
27714         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
27715         the mingw32 headers.
27716         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
27717         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
27718         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
27719         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
27720         Test for NATIVE_WIN32, not _MSC_VER.
27721         * gtk/gtkmain.c: No use warning about developer version on Win32,
27722         there aren't any non-developer versions anyhow.
27723         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
27724         * gtk/makefile.msc: Use pthread from another directory. Minor other
27725         changes. 
27726
27727 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
27728
27729         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
27730           default filter from the list
27731
27732 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
27733
27734         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
27735          when gtk_widget_grab_default() is called for a widget that
27736          is not within a GtkWindow.
27737
27738 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
27739
27740         * docs/gtk_tut.sgml, examples/clist.c: use a
27741           scrolled window in the clist example. Minor
27742           tutorial fixes.
27743
27744 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
27745
27746         * docs/gtk_tut.sgml: Style check from David King
27747           <dking@youvegotmail.net>
27748
27749 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
27750
27751         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
27752         compile with unknown value of GDK_WINDOWING
27753
27754 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
27755
27756         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
27757         after the rule is fired.
27758         (install-exec-local): Install gdkconfig.h only if the contents are
27759         different from the currently installed gdkconfig.h.
27760
27761 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
27762
27763         * gdk/Makefile.am (configexecincludedir): Rename from 
27764         configincludedir so that gdkconfig.h will be installed 
27765         as part of `make install-exec'. 
27766
27767 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
27768
27769         * acinclude.m4
27770         * config.guess
27771         * config.sub
27772         * ltconfig
27773         * ltmain.sh: upgrade to libtool 1.2f
27774
27775         * autogen.sh: libtool is not required to autogen gtk+
27776
27777         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
27778         needed)
27779
27780 1999-03-18  Tor Lillqvist  <tml@iki.fi>
27781
27782         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
27783         declaring gdk variables exported/imported from the DLL. New image
27784         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
27785         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
27786         GDK_DRAG_PROTO_OLE2.
27787
27788         * gdk/gdk.h: Merge in Win32 version: Two new functions,
27789         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
27790         declared only for the Win32 version, but could be in the X11
27791         version as well. (Needed for a Xlib-less gdk_imlib.)
27792         gdk_color_hash should have only one parameter. Declare
27793         gdk_threads_mutex with GDKVAR.
27794         
27795         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
27796         just one parameter.
27797
27798         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
27799         per pixel, not bits.
27800
27801         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
27802         Fetch bpp (which means bits-per-pixel here) from another place on
27803         Win32. Accept also depth==32 (which we might get on Win32) with
27804         bpp==32.
27805
27806         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
27807         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
27808         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
27809         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
27810         in the backend-dependent directory, not in the common gdk
27811         directory.
27812
27813         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
27814         headers.
27815
27816 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
27817
27818         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
27819         want to use the Gtk+ devel version (which is true, and yes - even i am
27820         currently working with the 1.2.x branch). so everyone reading this, you
27821         probably want to issue
27822         cvs checkout -r glib-1-2 glib
27823         and
27824         cvs checkout -r gtk-1-2 gtk+
27825         as your next two comands.
27826
27827 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
27828
27829         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
27830         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
27831
27832         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
27833         file. strongly deprecated the GTK_HAVE_* macros, we provide
27834         GTK_CHECK_VERSION() for people that need to check for certain
27835         Gtk+ versions.
27836
27837         * gtk/gtkcompat.h: removed this from CVS.
27838         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
27839         idea right from the start, it just didn't seem like that back then.
27840
27841 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
27842
27843         * merges from gtk-1-2:
27844
27845 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
27846
27847         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
27848         item factory class has been created.
27849         (gtk_item_factory_parse_rc): likewise.
27850
27851         * gtk/gtkmenu.c:
27852         keep proper references for old_active_menu_item.
27853         (gtk_menu_reparent): unset the usize of the new parent,
27854         so the menu can sanely be size requested and we don't get nasty screen
27855         artefacts upon next reparentation.
27856         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
27857         enter notify. only synthesize enter notifies if the pointer really is
27858         inside the event window.
27859         (gtk_menu_popdown): use gtk_menu_shell_deselect().
27860         (gtk_menu_popup): move the background setting stuff into
27861         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
27862
27863         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
27864         gtk_menu_shell_select_item() to select the new item.
27865         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
27866         do the right thing for deselection as well.
27867
27868 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
27869
27870         * gtk/gtkwidget.[hc]:
27871         (gtk_widget_accelerators_locked): return whether a widget's accelerators
27872         are locked.
27873
27874         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
27875         existing accelerators if the widget's accelerators are locked.
27876
27877 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
27878
27879         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
27880
27881         * gtk/gtkmenu.c: truely forward key press and key release events to
27882         the menu widget from the toplevel or tearoff window. we can't simply
27883         connect to that, we need to stop further processing of the events as
27884         well.
27885
27886 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
27887
27888         * gtk/gtkmenu.c:
27889         (gtk_menu_key_press): pass event->keyval, event->state to
27890         gtk_accelerator_valid, instead of event->keyval twice.
27891         refuse to install single letter accelerators for menus that use
27892         single letter shortcuts.
27893
27894         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
27895         gtk_menu_ensure_uline_accel_group().
27896
27897         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
27898         which will always return an uline accel group, made
27899         gtk_menu_get_uline_accel_group() return NULL if the group isn't
27900         yet created.
27901
27902 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
27903
27904         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
27905
27906         * gtk/gtkclist.c (gtk_clist_column_title_passive):
27907         Leave button sensitive, trap  button_press, button_release,
27908         motion_notify, enter_notify and leave_notify events instead.
27909         (gtk_clist_column_title_active): disconnect event handler.
27910         (gtk_clist_drag_data_get): fixed memory leak. Reported by
27911         Guillaume Laurent <glaurent@worldnet.fr>
27912
27913 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
27914
27915         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
27916         width/height mixups.
27917
27918         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
27919         if needed.
27920
27921 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
27922
27923         * gtk/testgtk.c (create_item_factory): unref the item factory after
27924         window's destruction.
27925
27926         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
27927         count on the menu shell around the menu item's activation, since the
27928         signal emission may cause menu shell destruction.
27929
27930         * gtk/gtkitemfactory.c:
27931         the previous code leaked one accel group per menu. we use
27932         gtk_menu_get_uline_accel_group() now to fix that, and with that
27933         also create the underline accelerator group of the menus only if
27934         required (i.e. an underline accelerator has been specified).
27935         (gtk_item_factory_construct):
27936         (gtk_item_factory_create_item): removed code that would create an
27937         extra accel group for the menu (and leak references).
27938         (gtk_item_factory_create_item): adapted the underline accelerator
27939         installation code to properly feature gtk_menu_get_uline_accel_group().
27940
27941         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
27942         menu->accel_group, this may return NULL if the accelerator group
27943         hasn't been set yet.
27944         added gtk_menu_get_uline_accel_group() to retrive the underline
27945         accelerator group of the menu, this will be created on demand
27946         and proper care is taken about its reference count.
27947
27948         * gtk/gtkitemfactory.h:
27949         * gtk/gtkitemfactory.c:
27950         dumped the approach of keeping a widgets by action list on the
27951         factory since the factory<->widget destroy negotiation didn't work
27952         and would be hard to get going at all. instead we keep a list of
27953         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
27954         persistant throughout a program's life time).
27955         also, i removed the static const gchar *key_* variables, and made
27956         them inline strings (they weren't actually used anyways).
27957         (gtk_item_factory_add_item): update ifactory->items.
27958         (gtk_item_factory_destroy): destroy ifactory->items (and remove
27959         the item factory pointer from the remaining ifactory widgets).
27960         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
27961         list to find the widget.
27962         (gtk_item_factory_get_item): new function that works around
27963         gtk_item_factory_get_widget() limitations, this function will only
27964         return menu items, even for <Branch> entries.
27965
27966 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
27967
27968         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
27969         font hash table, if we have a GdkFontPrivate entry for this font
27970         already, simply increment its reference count, provided by Olaf Dietsche
27971         <olaf.dietsche+list.gtk@netcologne.de>.
27972
27973         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
27974         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
27975
27976 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
27977
27978         * gtk/gtkcontainer.c:
27979         (gtk_container_add_with_args):
27980         (gtk_container_addv):
27981         (gtk_container_add): before adding a child to a conatiner, make sure
27982         it is (default) constructed, this is neccessary because under certain
27983         circumstances the child will get relized and mapped immediatedly, in
27984         which case it has to be constructed already.
27985
27986 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
27987
27988         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
27989         values > 1 as TRUE also.
27990
27991 1999-03-16  Tor Lillqvist  <tml@iki.fi>
27992
27993         * README.win32: New file.
27994                 
27995         * configure.in: Check for lstat.
27996
27997         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
27998         completeness.
27999
28000         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
28001
28002         * gtk/gtk.def: Removed CRs.
28003
28004         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
28005         ..\gdk\win32).
28006
28007         * gdk/win32/makefile.msc: Correct upwards relative paths.
28008         
28009 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
28010
28011         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
28012           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
28013           it was connecting a void function to expose_event and the int
28014           returning function to the draw signal
28015
28016 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
28017
28018         * configure.in:
28019         Use correct path to libgmodule.la when ref'ing uninstalled copy
28020         of glib.  (Already in stable branch, Bug #417)
28021
28022 1999-03-15  Tor Lillqvist  <tml@iki.fi>
28023
28024         Win32 merge and general portability stuff:
28025                 
28026         * acconfig.h,configure.in: Check for <sys/time.h>.
28027
28028         * gdk/win32: New directory (actually, been there for a while).
28029         
28030         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
28031         NATIVE_WIN32, and use these. Always case fold on Win32. No
28032         backslashed escapes on native Win32.
28033
28034         * gtk/{gtk.def,makefile.msc}: New files.
28035
28036         * gtk/Makefile.am: Add above new files.
28037         
28038         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
28039         instead of <strings.h>.
28040
28041         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
28042         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
28043         <unistd.h> appropriately.
28044
28045         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
28046         Use ABS() (from <glib.h>) instead of abs().
28047         
28048         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
28049         of gtk (and thus glib) headers, so that WIN32 will be
28050         defined. With MS C, include <direct.h> for mkdir prototype.
28051
28052         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
28053         some casts, needed by MS C.
28054
28055         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
28056         implemented).
28057
28058         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
28059         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
28060         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
28061
28062         * gtk/gtkmain.h: Mark variables for export/import on Win32.
28063                 
28064         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
28065         the event is not a hint, or its window is not the slider. Needed
28066         on Win32, at least.
28067
28068         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
28069         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
28070         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
28071         a subdirectory of the Windows directory as gtk system
28072         configuration directory.
28073
28074         * gtk/gtkselection.c: No chunks on Win32.
28075
28076         * gtk/gtksocket.c: Not implemented on Win32.
28077
28078         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
28079
28080         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
28081
28082         * gtk/maketypes.awk: Declare variables with a macro that expands to
28083         necessary export/import magic in the case of Win32.
28084                 
28085         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
28086
28087 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
28088
28089         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
28090         since those were meant only for gdki18n.h.  
28091         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
28092         for widechar tests.
28093         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
28094
28095 1999-03-13  Tor Lillqvist  <tml@iki.fi>
28096
28097         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
28098         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
28099
28100         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
28101         installed) to CFLAGS.
28102
28103         * gdk/Makefile.am: Add rules for gdkconfig.h.
28104
28105         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
28106         APIs.
28107
28108         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
28109         gdkx.h anyway when compiling for X11.
28110         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
28111         general): Merge in Win32 version.
28112         
28113         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
28114         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
28115         expansion (if we don't have HAVE_PWD_H), allow for drive
28116         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
28117         included code from Craig Setera's port to Win32 (the one that uses
28118         X11, and the cygwin dll), even if it probably will be abandoned.
28119
28120         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
28121         the user entered one herself.  This way one can complete *.h and
28122         don't get matches on any .help files, for instance.
28123         
28124 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
28125
28126         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
28127         font hash table, if we have a GdkFontPrivate entry for this font
28128         already, simply increment its reference count, provided by Olaf Dietsche
28129         <olaf.dietsche+list.gtk@netcologne.de>.
28130
28131         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
28132         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
28133
28134 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
28135
28136         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
28137         the number of calls to gdk_draw_point() (and thus to X) by
28138         clipping the points by hand.
28139
28140         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
28141         the clip parameter.
28142         (gtk_handle_box_paint): Only paint the handle if the expose area
28143         intersects it.
28144
28145 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
28146
28147         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
28148
28149 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
28150
28151         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
28152         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
28153
28154 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
28155
28156         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
28157          textmode (O_TEXT) for OS/2 version.
28158
28159 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
28160
28161         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
28162         GtkSpinButton, "input" and "output", to make the output more flexible.
28163         The user has to provide a mapping between adjustment->value and the
28164         output string (and vice versa, if the spin button is editable). 
28165         See testgtk for examples.
28166
28167 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
28168
28169         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
28170         new one.
28171         
28172         * configure.in: set gtk+ version to 1.3.0.
28173
28174         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog,