]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
Add properties, based on patch by Lee Mallabone.
[~andy/gtk] / ChangeLog.pre-2-4
1 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
2         
3         * gtk/gtkbbox.c:
4         Add properties, based on patch by Lee Mallabone.
5
6         * gtk/gtknotebook.c:
7         * gtk/gtktoolbar.c:
8         Convert from GtkArg to GParam, based on patch by John Margaglione.
9         
10         * gtk/gtkhscale.c:
11         * gtk/gtkvscale.c:
12         * gtk/gtkhscrollbar.c:
13         * gtk/gtkvscrollbar.c:
14         * gtk/gtkrange.c:
15         Move adjustment property to GtkRange.
16
17         * gtk/gtklabel.c:
18         Setup mnemonics on property changes
19
20         * gtk/gtkwidget.c (gtk_widget_get_property):
21         GdkExtensionMode is an enum, not a flag. Set it with
22         g_value_set_enum ().
23
24         * tests/prop-editor.c:
25         Better propery editor.
26
27         * tests/testgtk.c:
28         Add new property test. Pass zero to the property editor to
29         get properties from all derived types.
30         
31 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
32
33         * autogen.sh (have_automake): Require libtool-1.4,
34         automake-1.4p1.
35
36         * acinclude.m4: Remove libtool macros.
37
38         * gdk-pixbuf/Makefile.am: Add dependencies to loade
39         modules.
40
41         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
42         for libgdk.
43
44         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
45         libgdk.la for libgtk.
46
47         * modules/input/Makefile.am: Make modules have full
48         dependencies.
49
50 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
51
52         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
53         #54699 where paths weren't being checked for correctness.
54
55 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
56
57         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
58         in any order you wan, whether or not the column is added to the
59         tree, or the tree is realized.  Yay!
60
61         * gtk/gtktreeviewcolumn.c
62         (gtk_tree_view_column_setup_sort_column_id_callback): handle
63         sorting columns a lot saner
64
65         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
66         new function to actually set wether or not a column is
67         reorderable.
68
69         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
70         if we have 'em.
71
72         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
73         Fix nasty bug where we were showing the button just before
74         realizing it.  As a result, the parent window was
75         tree_view->window instead of tree_view->priv->header_window.
76
77         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
78         to let you easily reorder a list or tree.
79
80 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
81
82         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
83         from args to properties.
84
85 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
86
87         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
88         from args to properties. (#51957)
89
90         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
91         calls to after ->set_property call.
92
93 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
94
95         * tests/prop-editor.c: Block against redundant changes.
96
97         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
98         properties.
99
100 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
101
102         * gdk/gdkpixmap.h: Remove creative formatting.
103
104 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
105
106         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
107         property API. (#51669)
108
109         * gtk/gtkscale.c: Patch from John Margaglione converting to
110         property API. (#51891)
111
112         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
113         to property API. (#50985)
114
115 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
116
117         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
118         buffering state across expose event, so we still call end_paint().
119
120 2001-05-11  Alexander Larsson  <alexl@redhat.com>
121
122         * gtk/gtkhsv.c (paint_triangle):
123         Expose the ring in the triangle at the correct place when
124         exposing just a part of the triangle.
125
126         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
127         Return FALSE, or window focusing will not work.
128
129 2001-05-11  Havoc Pennington  <hp@pobox.com>
130
131         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
132         #54144
133
134         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
135         bug #54330
136
137 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
138
139         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
140         propagate exposes to NULL child.
141
142         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
143         against not having one of the scrollbars.
144
145         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
146         we don't keep a mnemonic window if we have no mnemonic installed.
147
148 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
149
150         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
151         it has the _important_ side effect of initializing a class.
152
153 2001-05-10  Alexander Larsson  <alexl@redhat.com>
154
155         * gdk/linux-fb/gdkprivate-fb.h:
156         Make sure you can compile out the implementation/wrapper assert
157         macros.
158
159         * gdk/linux-fb/gdkdrawable-fb2.c:
160         Check implementation/wrappers, initialize type for pixmap dummys.
161
162         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
163         Hide the cursor if reading from the screen.
164
165         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
166         Fix sign bug in tiling code.
167
168         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
169         Handle background pixmaps.
170
171 >>>>>>> 1.1955
172 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
173
174         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
175         function to let user control where columns are dragged.
176
177         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
178         Escape is pressed.
179
180 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@webwynk.net>
181
182         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
183         "columns_changed" signal.
184         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
185         motion code to draw arrows to the side if indicator is outside the
186         widget.
187         (gtk_tree_view_map_expanded_rows): Implement.
188
189 2001-05-07  Alexander Larsson  <alexl@redhat.com>
190
191         * demos/testpixbuf-save.c: 
192         * demos/testpixbuf-drawable.c:
193         Include gdkfb.h on linux-fb.
194
195 2001-05-07  Alexander Larsson  <alexl@redhat.com>
196
197         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
198         New function for getting toplevel window at position.
199         (gdk_drag_find_window): Use get_toplevel_window () instead
200         of gdk_window_get_pointer(). (gdk_drag_status): Use
201         correct context for getting window.
202
203         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
204         g_strdup the atom name.
205
206         * gdk/linux-fb/gdkwindow-fb.c:
207         Costmetic fix.
208
209         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
210         Add code for changing cursor on linux-fb backend (same as
211         win32).
212
213 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
214
215         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
216         present before doing anything with it.  Patch from Håvard Kvålen
217         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
218         report was not for the development branch of GTK+, but it applies
219         anyways).
220
221 2001-05-04  Havoc Pennington  <hp@redhat.com>
222
223         * configure.in: fix some shell typos
224
225         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
226
227         * gtk/gtkimage.c: handle animations
228
229         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
230         border_width * 2, not just border_width
231
232         * gtk/gtkscale.c: add "format_value" signal to allow people
233         to override the way values are drawn.
234         (gtk_scale_get_value_size): fix width/height mistake,
235         and compute size from actual displayed text, not 
236         from made-up text.
237
238         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
239         signal registration
240
241         * tests/testtext.c: Add "Remove all tags" menu item for testing
242
243         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
244
245         * demos/gtk-demo/main.c (main): add hack so we can find modules
246         without installing gtk
247
248         * demos/gtk-demo/textview.c (insert_text): demo font scaling
249
250         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
251         factor)
252         (gtk_cell_renderer_text_set_property): remove some bogus
253         g_object_notify
254
255         * gtk/gtktexttag.c: add "scale" property which is a font scaling
256         factor
257
258         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
259         to layout
260
261         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
262         gtk_text_iter_is_first
263
264 2001-01-06  Hans Breuer  <hans@breuer.org>
265
266         * gdk/gdk.def : updated exports
267
268         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
269         gdk won't compile anymore
270  
271         * gdk/win32/gdkevents-win32.c : initialize ret_val when
272         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
273         Improved gdk_flush () to not only do pending drawing operations
274         but also process all currently pending events. This should make
275         the behaviour more similar to the X11 version.  
276
277         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
278         option needs to be set even if there is no GDK_GC_BACKGROUND.
279         (gdk_win32_hdc_get) : use predraw_set_background () independent
280         of value_mask. This allows to draw dashed lines leaving the original
281         background intact.
282
283         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
284         after processing, because we can't reuse it as the X11 version does.
285
286         * gtk/gtk.def : updated exports
287
288         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
289         would like to get rid of this file again, and use straight
290         makefile.msc again, as the other Gtk+ subdirs do)
291
292         * test/makefile.msc (new file) : build the test apps here
293
294 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
295
296         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
297         strike-through setting
298         (gdk_draw_layout_line_with_colors): Render strike-through
299
300 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
301
302         * Release 1.3.5
303
304         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
305
306         * NEWS: Updated
307
308         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
309         Makefile breakage.
310
311 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
312
313         * demos/gtk-demo/images.c (progressive_timeout): Fix
314         typo in filename.
315
316         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
317         out FIXME warning; just too annoying.
318
319 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
320
321         * gdk/linux-fb/gdkcolor-fb.c:
322         Better error messages.
323
324         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
325         Initialize abs_x and abs_y.
326         
327         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
328         Correct handling of stipple offset.
329
330         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
331         Treat directcolor framebuffers as truecolor.
332         
333 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
334
335         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
336         dependency on Atk for accessibility support.
337
338         * configure.in **/Makefile.am: Major reworking of substituted
339         variables for CFLAGS/LIBS to make a lot more sane and 
340         keep the the compile/link lines a bit shorter.
341
342         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
343
344 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
345
346         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
347         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
348         use _gtk_boolean_handled_accumulator.
349
350 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
351
352         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
353         to fix things so clicking inside selection leaves cursor
354         at point where clicked. (#50324)
355
356         * gtk/gtksettings.c (gtk_settings_class_init): Restore
357         sane value for default double click time.
358
359         * tests/testtext.c (test_init): Really path to input modules.
360
361 2001-05-03  Sven Neumann  <sven@convergence.de>
362
363         * demos/testpixbuf-save.c: include target-specific headers as
364         done in testpixbuf-drawable.c
365
366 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
367
368         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
369         new_text_length appropriately when we run into the 
370         size limit for the entry. (#53445, reported by Jeff Franks)
371
372         * tests/testgtk.c (create_entry): Remove most of the
373         property toggle buttons. Replace with a "Props" button
374         that brings up a property editor.
375
376         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
377         Split the property editor code out for reuse, improve.
378
379 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
380
381         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
382         trap errors around calls to XSetInputFocus since we have
383         no way of knowing reliably whether we are viewable or
384         not. (#53947)
385
386 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@webwynk.net>
387
388         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
389         fix bug in dropping columns.  Moving columns now basically works
390         modula some fine tuning.
391
392 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
393
394         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
395         autoscroll support.  It mostly works, but could use some fine
396         tuning.
397         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
398         Actually move the column.
399
400 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
401
402         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
403           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
404           New default theme! A slighly improved version of the 2.0 Raleigh
405           theme, with Windows-esque focus/drawing default. 
406           (GtkWidget::interior_focus defaults to TRUE.)
407
408         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
409
410 2001-04-30  Havoc Pennington  <hp@pobox.com>
411
412         * tests/testtext.c (line_numbers_expose): fix to work with
413         gtk_paint_layout change
414
415 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
416
417         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
418           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
419           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
420           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
421
422         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
423           with GtkWidget::interior_focus = TRUE better.
424
425         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
426         ::default_outside_border for more flexibility.
427
428         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
429         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
430         change that had to be made with g_object_get.
431
432 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
433
434         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
435         (gtk_tree_view_move_column_after): Clean up interface. 
436
437 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
438
439         * gtk/gtkpacker.h:
440         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
441          to gtkenum.h.
442
443         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
444         handled in switch).
445
446         * gtk/Makefile.am:
447         (gtk.defs): generate enum portions with  glib-mkenums.
448         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
449         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
450         
451         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
452         addition.
453
454         * docs/Changes-2.0.txt: keep a note on signal handlers now
455         not getting emitted during the emission they were connected within.
456
457 2001-04-28  Havoc Pennington  <hp@pobox.com>
458
459         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
460
461 2001-04-24  Havoc Pennington  <hp@redhat.com>
462
463         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
464         (gtk_text_layout_move_iter_to_next_line): fix these two for
465         invisible text, lots of other stuff still hosed.
466
467         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
468         new function, replaces the get/set palette stuff. This function 
469         is intended for use by libgnomeui which should set the hook to a
470         thing which sets the palette in GConf, and we need the
471         GConf-to-xsettings proxy which will result in the change being
472         propagated back to the GTK app.
473
474         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
475         about unusable signals that it may be because the signal has 
476         parameters.
477
478         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
479         style, otherwise gtkrc.c won't know to create a new GtkStyle for
480         it.
481         (gtk_widget_modify_color_component): call
482         gtk_widget_modify_style() so the rc style will get copied.
483         (gtk_widget_modify_font): ditto
484
485         * gtk/gtkrc.c: make a couple variables static
486
487         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
488         help button by default, since it does nothing
489
490         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
491         around with UI
492
493         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
494         so we can have tooltips
495
496         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
497         can have tooltips
498
499         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
500         GDK_ENABLE_BROKEN, because its memory behavior is completely
501         hosed.
502
503         * gtk/gtknotebook.c: remove key press handler, replace with
504         binding set, add numeric keypad support
505
506         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
507
508         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
509
510         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
511         addition to plain Delete
512
513         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
514         GDK_KP_Enter in addition to GDK_Return
515
516         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
517         activate on entry instead of key press
518         (gtk_font_selection_on_clist_key_press): get
519         rid of this signal handler, not needed with new font sel.
520
521         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
522         no-longer-needed emit_stop_by_name(), just return TRUE
523
524         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
525         cruft, this widget is no longer focusable.
526
527         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
528         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
529         move_slider action signal, add binding set for vscale/hscale, in
530         the process support numeric keypad
531
532         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
533         make GDK_Return and GDK_KP_Enter activate the entry via 
534         binding set, instead of hardcoded.
535
536 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
537
538         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
539         code.  Some documentation added.
540
541 2001-04-27  Havoc Pennington  <hp@redhat.com>
542
543         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
544
545         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
546
547         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
548         line/para separators
549         (gtk_entry_create_layout): set single paragraph mode on the layout
550
551         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
552         spacing between the image and label; instead, inside a button box 
553         the button will get extra space that will go there, but if people 
554         configure button box for 0 chubbiness, then there's no spacing.
555
556         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
557         and min/max size style properties, so people can tune their
558         chubbiness.
559
560         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
561         functions
562
563         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
564         space_style, and button_relief into style properties, remove
565         functions for setting them
566         
567         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
568         it back down
569
570         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
571         types from gtk_widget_style_get
572
573         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
574         with a style property.
575
576         * gdk/x11/gdkevents-x11.c: namespace the settings
577
578         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
579
580         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
581         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
582         be used. Also, translate doc strings for settings. Also, namespace
583         the double-click-time property. Also, remove bell properties crap.
584
585 2001-04-27  Sven Neumann  <sven@gimp.org>
586
587         * Makefile.am: before creating links, check if pkg-config files
588         exist for the default target. Otherwise link to the pkg-config files
589         that got installed with this build.
590
591 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
592
593         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
594         dragging code.  Revealed some (potential) GdkWindow bugs.
595
596         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
597         _gdk_window_init_position to the end of reparent to fix the case
598         of reparenting when new_x != old_x and new_y != old_y.
599
600 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
601
602         * gtk/gtkentry.c (strstr_len): Fix optimization that
603         was correct for the use here, but completely incorrect
604         in general.
605
606 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
607
608         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
609         until patch adding gtk_window_set_size() is recommitted. 
610
611         * **Makefile.am configure.in gdk/x11/gdkim-11.c
612           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
613           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
614           (#10784)
615
616 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
617
618         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
619         window == NULL in a number of cases.
620
621         * tests/testdnd.c: Set module path for gdk-pixbuf.
622
623 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
624
625         * gtk/Makefile.am xembed.h: File containing #defines
626         for XEMBED protocol.
627
628         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
629
630         - Change protocol from old plug/socket specific protocol
631           to XEMBED draft
632         - Various fixes to work with GTK+-2.0
633
634         Still quite a bit of work to do here to handle initiation
635         from the socket side (as specified by XEMBED), to handle
636         the more advanced features of XEMBED, and to figure out
637         a good way to handle same-app embedding with less overhead
638         than using full XEMBED.
639
640 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
641
642         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
643         track of whether the toplevel has the focus; only send
644         focus-in events to the focus widget when the window
645         actually has the focus.
646
647 2001-04-25  Havoc Pennington  <hp@pobox.com>
648
649         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
650         were still in the header
651
652 2001-04-24  Alexander Larsson  <alexl@redhat.com>
653
654         * gtk/gtkclist.[ch]:
655         * gtk/gtkctree.c:
656         When there is a row highlighted for D'n'D it must alse
657         be painted hightlighted on exposes. Otherwise exposes from
658         the icon being dragged will mess up the hightlight.
659
660         * gtk/gtkfontsel.c:
661         Don't recenter selected font when exposing the font family
662         clist. This means you can now actually scroll the font family
663         list.
664
665         * gtk/gtknotebook.c:
666         Fix focus movement on scrolling tabs that are placed on the left
667         and right.
668
669 2001-04-21  Havoc Pennington  <hp@pobox.com>
670
671         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
672         empty/invisible lines.
673
674         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
675         (gtk_text_iter_set_visible_line_index): new functions to set
676         indexes excluding invisible text
677
678         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
679         index
680
681         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
682         (gtk_text_iter_get_visible_line_offset): new functions to 
683         get indexes excluding invisible text
684
685         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
686         bunch of extra padding that served no purpose
687
688         * gtk/gtkdialog.c: Make all the spacings configurable via style
689         properties, for chubbiness configuration in themes
690
691         * tests/testtext.c: fix path to the immodules.
692         
693 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
694
695         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
696         got munched by #endif.
697
698         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
699
700         * gtk/gtktreeview.c: Refactored code to clean up a number of
701         events.
702
703         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
704         values to make consistent with other functions.  Spotted by Jeff
705         Franks <jcf@tpg.com.au>.
706
707         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
708         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
709
710 2001-04-23  Sven Neumann  <sven@gimp.org>
711
712         * gtk/Makefile.am
713         * gtk/gtkplug.c
714         * gtk/gtksocket.c: on request of Owen, reverted my last change 
715         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
716
717 2001-04-23  Sven Neumann  <sven@gimp.org>
718
719         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
720         compile for non-X11 targets again
721
722 2001-04-20  Alexander Larsson  <alexl@redhat.com>
723
724         * gtk/gtkcolorsel.[ch]:
725         API Change. Take GdkColor arguments instead of gdouble *.
726         Leave the old gtk_color_selection_set_color for compatibility,
727         but marked deprecated.
728         Do correct rounding when converting RGB <-> HSV.
729         
730         * gtk/gtkcolorseldialog.c:
731         * tests/testgtk.c:
732         Use new GtkColorSelection API.
733
734         * gtk/gtkhsv.c:
735         Fix problem selecting colors in triangle when Hue is 330.
736         Fix some black dots around the HSB triangle.
737         
738         * gtk/gtkfilesel.c:
739         return FALSE from the focus_in_event handler to fix focus problems.
740
741 2001-04-18  Havoc Pennington  <hp@redhat.com>
742
743         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
744         set, so keybindings are configurable    
745         (gtk_window_activate_default): Change to activate the focus widget
746         instead if there's a focus widget, to be consistent with the
747         behavior that previously existed in key_press_event
748
749 2001-04-18  Havoc Pennington  <hp@redhat.com>
750
751         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
752
753 2001-04-18  Havoc Pennington  <hp@redhat.com>
754
755         Close bug #50615:
756         
757         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
758         the layout
759
760         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
761
762         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
763
764         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
765         
766         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
767         to blue for base, in addition to bg
768         
769 2001-04-18  Havoc Pennington  <hp@redhat.com>
770
771         * tests/testgtk.c (create_image): allow shrinking the image window
772         to test that we clip to allocation.
773
774         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
775         #9845
776
777         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
778
779 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
780
781         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
782         mode on shm segments to 0600. We'll see who complains.
783
784         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
785         _gdk_windowing_window_destroy() AFTER recursing through
786         children.
787
788         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
789         testsocket_child on X.
790
791         * tests/testsocket[_child].c: Fix uses of
792         gtk_window_get_default_accel_group().
793
794         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
795
796         * gdk/gdkimage.c: (gdk_image_get):
797         Deal with the possibility that XGetImage() might return NULL.
798         Allocate the GdkImagePrivate structure only after XGetImage()
799         succeeds in order not to dereference a NULL ximage pointer.  This
800         prevents a core dump when XGetImage() fails - which is unlikely,
801         but can happen due to race conditions accessing the geometries of
802         drawables.  An x error will still be triggered, but the gdk image
803         wrapper at least wont seg fault.
804         
805 2001-04-18  Havoc Pennington  <hp@redhat.com>
806
807         * gtk/gtkimage.c: fix to properly queue resizes when the image is
808         set
809
810         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
811         if the insertion point isn't editable
812
813         * demos/gtk-demo/images.c: Added a GtkImage demo
814
815         * demos/gtk-demo/drawingarea.c: drawing area demo
816         
817         * demos/gtk-demo/menus.c (create_menu): cleanups
818
819 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
820
821         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
822           gdk/x11/gdkevents-x11.c: Introduce an extra child
823         of toplevel windows that serves to hold the focus to
824         avoid events being delivered to embedded windows.
825
826         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
827         some extra variables to clean up code and reduce the
828         number of casts.
829
830         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
831         guint for 1 bit bit fields, not gboolean.
832
833 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
834
835         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
836         not TRUE. (Fixes #52925)
837
838 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
839
840         * Released 1.3.4
841
842         * NEWS: Updated
843
844         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
845         use GTK_TYPE_ENUM.
846
847 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
848
849         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
850
851         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
852         names to compatibility #defines so docs work.
853
854         * gtk/gtkenums.h: Remove GtkMenuFactoryType
855
856         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
857
858         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
859
860         * tests/testgtkrc: No magenta cursors, please.
861
862         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
863
864         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
865         
866 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
867
868         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
869         grabs, since they are no longer necessary.
870
871         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
872         by signal_connect() and call gtk_button_pressed() rather
873         than signal_connect_after().
874
875         * tests/testgtk.c: Restore radio menu items to combos 
876         since they'll look OK with Raleigh, and it is easier
877         than finishing the process of removing them that was
878         started earlier.
879
880 2001-04-16  Hans Breuer  <hans@breuer.org>
881
882         * gdk/gdk.def :
883         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
884
885         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
886         we are interested in the functions return value not the function address
887         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
888
889         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
890
891 2001-04-14  Hans Breuer  <hans@breuer.org>
892
893         * gdk/gdk.def :
894         * gdk/makefile.msc : updated
895
896         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
897         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
898         (the testgtk::text backgound pixmap is drawn again)
899         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
900         Win32 Pango change
901         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
902
903         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
904         Not sure if the returned settings have the right unit, because I couldn't
905         find any docs for the X version ...
906
907         * gtk/gtk.def :
908         * gtk/makefile.msc.in : updated
909
910 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
911
912         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
913         wording problems. (Compared to version from Johannes Stezenbach to
914         check correctness.)
915
916 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
917
918         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
919         this to compile.
920
921 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
922
923         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
924         not pixbufpos.
925
926         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
927
928         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
929         are unsigned insts, therefore use g_value_set_uint.
930         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
931
932 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@webwynk.net>
933
934         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
935
936         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
937         GTK_TYPE_STRING.
938
939         * gtk/gtktreeview.c: New functions to allow initial column
940         dragging work.
941
942         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
943
944         * tests/testtreefocus.c: give dave some love.
945
946         * tests/testtreesort.c: Modify test to check really long samples.
947
948 2001-04-11  Alexander Larsson  <alexl@redhat.com>
949
950         * gtk-2.0.m4: Pass pkg-config options
951         before the other args so it works even if
952         POSIXLY_CORRECT is set.
953
954 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
955
956         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
957         0, interface 0).
958
959 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
960
961         * gtk/gtkcalendar.c (gtk_calendar_button_press):
962         check for action_func != NULL
963
964 2001-04-04  Sven Neumann  <sven@gimp.org>
965
966         * tests/testgtk.c (test_init): corrected path to gtk.immodules
967
968 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
969
970         * Released Gtk+-1.3.3.
971
972 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
973
974         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
975
976 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
977
978         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
979         files to/from source dir. (if we don't stay in builddir, we
980         can't reach make-inline-pixbuf.
981
982         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
983         deps.
984
985         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
986         ages 0).
987
988 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
989
990         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
991         moved to the GtkTreeSortable interface.
992
993         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
994         Make more efficient (fixes #50262).
995
996 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
997
998         * NEWS: Updated.
999
1000         * configure.in: Remove support for uninstalled glib.
1001
1002         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
1003         so as not to stop emission.
1004
1005         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
1006         is no longer supported.
1007
1008         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
1009         into tests, change build order to build modules before
1010         gtk/.
1011
1012         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
1013         to here.
1014
1015 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
1016
1017         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
1018         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
1019         GPatternSpec. this is actually unlikely to cause breakage in
1020         third-party apps since except for gle, pretty much ever caller
1021         passes NULL here.
1022
1023         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
1024
1025         * *.c: use g_pattern_*() API.
1026
1027         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
1028
1029         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
1030         directions aren't passed in.
1031
1032         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
1033         functionality to be usable from gtkstyle.c as well, give precedence
1034         for conversion to user-supplied parsers.
1035         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
1036
1037         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
1038         _gtk_settings_parse_convert() for rcporperty value conversion.
1039
1040 2001-04-03  Alexander Larsson  <alexl@redhat.com>
1041
1042         * gdk/linux-fb/gdkevents-fb.c:
1043         Add empty gdk_setting_get().
1044
1045 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
1046
1047         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
1048         variable names.
1049         
1050         * gtk/makeenums.pl: touch this so enum files get remade.
1051
1052 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
1053
1054         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
1055         work again when not sorted.
1056
1057         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
1058         and "expand_row" signal, closing bug 52578.
1059
1060         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
1061         support.
1062
1063         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
1064         support.
1065
1066 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
1067
1068         * gdk/gdkevents.h: Add GdkEventSetting event for notification
1069         of changes to system settings, gdk_setting_get() to retrieve
1070         a single system setting.
1071
1072         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
1073         to the draft XSETTINGS mechanism.
1074
1075         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
1076         XSETTINGS.
1077
1078         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
1079         of GDK settings changes to the GtkSettings object.
1080
1081         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
1082         double-click-timeout property to GDK.
1083
1084         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
1085         Define GDK boxed types here.
1086
1087         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
1088         gdk/gdkenumtypes.[ch] for enum definitions.
1089
1090         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
1091         * gtk/gtk-boxed.defs: Comment out GDK types
1092         * gtk/gtktypeutils.h: Remove GDK types
1093         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
1094
1095 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
1096
1097         * Applied patch from Ron Steinke to add signal accumulators
1098         so that signals with the convention 'TRUE return means
1099         handled' stop emission on a TRUE return.
1100
1101         * gtk/gtkmain.[ch]: Add private accumulator 
1102         _gtk_boolean_handled_accumulator, used throughout GTK+.
1103         
1104         * gtk/gtkspinbutton.c: Add accumulator for ::output.
1105
1106         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
1107         
1108         * gtk/gtkwidget.c: Add accumulators for event signals,
1109         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
1110         for ::mnemonic-activate.
1111
1112         * gtk/gtkwindow.c: Add accumulator for ::frame_event
1113
1114 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
1115
1116         * gtk/gtkwidget.c: Add missing include.
1117
1118 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
1119
1120         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
1121         marshaller.
1122
1123         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
1124         "changed" signal to "range_changed".
1125
1126         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
1127         removing a tree from one model would remove all trees from that
1128         model.
1129         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
1130         changed signal instead.
1131
1132 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
1133
1134         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
1135         chaining up to parent impl, since we have a INPUT_ONLY
1136         window.
1137
1138         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
1139         foreground color for the cursor.
1140
1141 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
1142
1143         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
1144         param spec when caching property values, since we unref it
1145         later when we free the style.
1146
1147         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
1148         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
1149
1150 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
1151
1152         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
1153         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
1154         stupidity.
1155
1156 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
1157
1158         [ First pass at adding style properties. Still needs some definite
1159         fine-tuning. ]
1160
1161         * gtk/gtkbutton.c: Add ::default_spacing style property.
1162          
1163         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
1164         ::indicator_spacing style properties.
1165
1166         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
1167         style properties.
1168
1169         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
1170         rather than a normal property.
1171
1172         * gtk/gtkwidget.c: Add an ::interior_focus style property to
1173         draw focus inside buttons, in the Windows/Java Metal/etc. style.
1174
1175         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
1176         Honor ::interior_focus.
1177         
1178         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
1179         TRUE.
1180
1181         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
1182         Add ::slider_width, ::trough_border, ::stepper_size,
1183         ::stepper_spacing style properties.
1184
1185         * gtk/gtkscale.[ch] Add ::slider-length style property.
1186
1187 2001-04-02 Alexander Larsson   <alexl@redhat.com>
1188
1189         * gdk/linux-fb/gdkwindow-fb.c:
1190         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
1191         warnings that were spewed on startup.
1192
1193         * gtk/gtkwindow-decorate.c:
1194         gtk_window_reposition -> _gtk_window_reposition
1195
1196 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
1197
1198         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
1199         Add boxed type for GtkRequistion. Use it for ::size-request.
1200
1201         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
1202         Add a new GtkBorder structure useful for geometry properties
1203         for widgets. Add corresponding GTK_TYPE_BORDER.
1204         
1205         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
1206         Support automatic parser selection like
1207         gtk_settings_install_property_parser().
1208
1209         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
1210         functionality for use by gtk_widget_class_install_style_property.
1211         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
1212
1213 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
1214
1215         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
1216         g_param_spec_unichar(). 
1217
1218 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
1219
1220         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
1221         _NET window managers.
1222
1223         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
1224
1225 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
1226
1227         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
1228         bad needs to be nuked, not just deprecated.
1229
1230         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
1231         gtk_widget_popup().
1232
1233         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
1234         
1235         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
1236         widget.
1237         
1238         * docs/Changes-2.0.txt: updates.
1239         
1240 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
1241
1242         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
1243         for (i = 0; i < 100; i ++)
1244           g_print ("I will confirm it compile before committing\n");
1245
1246 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
1247
1248         * gtk/gtktreestore.c: Initial work on implementing the
1249         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
1250
1251 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
1252
1253         * gtk/gtkwidget.c: fixed a bunch of notifications, added
1254         reference counts around emissions where the widget is used afterwards.
1255         added freeze/thaws around multiple properties being notified.
1256         (_gtk_widget_get_aux_info): cleanups.
1257         
1258         * gtk/gtksettings.c (gtk_settings_install_property): provide
1259         default parsing functions for gdkcolor, enums and flags.
1260
1261         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
1262         applied by owen.
1263         backed out gtk_window_get_location(), gtk_window_set_location(),
1264         gtk_window_get_size() and gtk_window_set_size(), these
1265         have to be sorted out wrg x/y/width/height/default_with/default_height
1266         properties.
1267         kept a flag in GtkWindowGeometryInfo to handle user
1268         resetting default sizes.
1269         cleaned up ZVT comments.
1270         bunch of assorted bug fixes, notification fixes.
1271         (_gtk_window_reposition): make this a really internal function.
1272         
1273         * gtk/testgtk.c: fixups.
1274         
1275 2001-03-31  Hans Breuer  <hans@breuer.org>
1276
1277         * config.h.win32.in : disable USE_MMX for msvc build cause
1278         the assembler doesn't fit and is out of my scope. Disable
1279         USE_GMODULE for msvc build as wel. The right way to share
1280         binaries on win32 would be to use libtiff.dll etc. To reduce
1281         installation hassles IMO it's better to include all fileformats
1282         builtin to gdk-pixbuf
1283
1284         * gdk-pixbuf/makefile.msc : new file
1285
1286         * gdk/gdk.def : updated
1287
1288         * gdk/win32/gdkevents-win32.c : don't erase the background if
1289         .no_bg is set. It improves the scrolling (e.g. of testgtk main
1290         buttons
1291         * gdk/win32/gdkgeometry-win32.c : added comment about the above
1292
1293         * gdk/win32/gdkwindow-win32.c : added three new functions like
1294         the X version. Only one is implemented, because the other two
1295         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
1296         be default behaviour on win32 anyway ...
1297
1298         * gtk/gtk.def : updated
1299
1300         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
1301         from where it was built and add an additional rule to automagically
1302         build gtkmarshal.[hc]
1303
1304         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
1305         before array access for the current entry isn't finished
1306
1307         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
1308         use g_return_val_if_fail
1309
1310         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
1311         for the static array, but let the compiler calculate it. It
1312         makes me wonder if gcc isn't capable to catch bugs like this ...
1313
1314 2001-03-31  James Henstridge  <james@daa.com.au>
1315
1316         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
1317         constant "-1" in the aux info structure.
1318
1319 2001-03-30  Alexander Larsson  <alexl@redhat.com>
1320
1321         * gtk/gtkbutton.c (gtk_button_get_property):
1322         * gtk/gtklabel.c:
1323         Remove leaks.
1324         
1325         * gtk/gtkcontainer.c:
1326         * gtk/gtkhscale.c:
1327         * gtk/gtkhscrollbar.c:
1328         * gtk/gtklayout.c:
1329         * gtk/gtkmisc.c:
1330         * gtk/gtkprogress.c:
1331         * gtk/gtkprogressbar.c:
1332         * gtk/gtkrange.c:
1333         * gtk/gtktable.c:
1334         * gtk/gtkviewport.c:
1335         * gtk/gtkvscale.c:
1336         * gtk/gtkvscrollbar.c:
1337         * gtk/gtkwidget.c:
1338         Property patches, based on patches from John Margaglione and Lee Mallabone.
1339
1340 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
1341
1342         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
1343         adjustment. Cleaned redundant preconditions (spin != NULL). Added
1344         inline API function docs.
1345         (gtk_spin_button_new_with_range): New convenience constructor.
1346         (gtk_spin_button_set_increments): New adjustment helper.
1347         (gtk_spin_button_set_range): New adjustment helper.
1348
1349         * gtk/testgtk.c : added test of the new convenince constructor and
1350         value_changed signals.
1351
1352 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
1353
1354         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
1355         listen to the reorder signal.
1356
1357 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
1358
1359         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
1360         to get the aux info structure fo the widget.
1361
1362         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
1363         above function.
1364
1365         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
1366
1367         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
1368         to get the size of the window manager frame, basically the same
1369         code that gdk_window_get_root_origin() had
1370         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
1371
1372         * gtk/gtkwindow.c (gtk_window_set_default_size): use
1373         gdk_window_resize() if the window is realized and resizeable
1374
1375         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
1376         typo so that setting gravity works
1377
1378         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
1379         allocation if auto_shrink is on, even if the default size
1380         has not changed.
1381
1382         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
1383         g_return_if_fail
1384
1385 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
1386
1387         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
1388         reordering/sorting work.  Now pretty much works.
1389
1390         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
1391         reorder mostly work.  Still need to get the parity correct.
1392
1393         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
1394         signal, so I can listen for the sort_column_changed signal so I
1395         can change my "sort_indicator" property.  Cool.
1396
1397 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
1398
1399         [ Patch from Havoc Pennington, hp@redhat.com ]
1400
1401         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
1402         Add functions gdk_window_begin_resize_drag/begin_move_drag
1403         to start resizing or moving a toplevel window. This
1404         is done either using the _NET_WM_MOVERESIZE protocol,
1405         or, if that isn't present, by emulation.
1406
1407         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
1408         to export the above to GTK+-land.
1409
1410         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
1411         
1412         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
1413         Move this function into gdkwindow, since we need it
1414         when implementing fallback resizing.
1415
1416         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
1417         Fix typo when setting gravity.
1418
1419         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
1420         Add an optional (but on by default) resize grip for resizing 
1421         the parent window.
1422
1423 01-03-29  Alexander Larsson  <alexl@redhat.com>
1424
1425         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
1426         Don't return TRUE from the event handler, that blocks all
1427         event signals on the tooltip widget. Now you can press buttons
1428         in toolbars again.
1429
1430 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
1431
1432         * gtk/testtext.c (create_buffer): Add missing NULL on
1433         valist.
1434
1435         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
1436         c-n-p problem with INCONSISTENT property.
1437
1438         [ Patch from Havoc Pennington  <hp@redhat.com> ]
1439
1440         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
1441         hook.
1442
1443         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
1444         signal as a hook for extending the default popup menu
1445
1446         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1447         use radio menu items for the input method menuitems
1448
1449         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
1450         inserted unicode from Ctrl-Shift-hex input method
1451
1452         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
1453         validatation here, already done at GtkTextBuffer level.
1454
1455         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
1456         popup_menu run action signal and Shift+F10 and Menu keybindings.
1457
1458         * gtk/gtkentry.c: implement a default handler for popup_menu
1459
1460         * gtk/gtktextview.c: implement a default handler for popup_menu
1461
1462         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
1463         from a key event
1464         
1465         * gtk/gtklabel.c: remove "trailer" cruft
1466
1467 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
1468
1469         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
1470         handle reordering of trees.  Seems to mostly work w/ the exception
1471         of the parity flag.
1472
1473         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
1474         signal.
1475
1476 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
1477
1478         * gtk/gtkwidget.h: c++ fixes.
1479
1480 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
1481
1482         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
1483         memory.
1484
1485 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
1486
1487         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
1488         Nils Barth fixing event return values. (#51041)
1489
1490         * gtk/gtkwidget.c: Fix some return values for default
1491         functions.
1492
1493         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
1494         return values for trough_keys functions.
1495
1496         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
1497         value for add_accelerator (shoudl have been a void
1498         return.)
1499
1500         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
1501         Fix return type of EVENT.
1502
1503         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
1504         signal return a boolean.
1505
1506 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
1507
1508         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
1509         reordered signal.
1510
1511         * tests/testtreesort.c (main): fix spelling.
1512
1513 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
1514
1515         * gtk/gtkliststore.c: More work on implementing sortable
1516         interface.
1517
1518 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
1519
1520         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
1521         reference the widgets in the resulting list. (#11821)
1522         This makes this consistent with gtk_container_children.
1523
1524         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
1525         uses of gtk_window_list_toplevels.
1526
1527 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
1528
1529         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
1530         a virtual function to set whether the IM context should use 
1531         the preedit string. (#51922)
1532         
1533 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
1534
1535         * gdk/gdkpango.h: Remove stale FIXME comment.
1536
1537 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
1538
1539         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
1540         Fixed bug that returned NULL if a filename was selected.
1541
1542 2001-03-24  Havoc Pennington  <hp@pobox.com>
1543
1544         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
1545         to contain the word "theme"
1546
1547 2001-03-24  Havoc Pennington  <hp@pobox.com>
1548
1549         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
1550         slower but finer-grained
1551         (gtk_hsv_focus): get initial focus on the ring or triangle 
1552         according to tab direction
1553
1554         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
1555
1556 2001-03-23  Havoc Pennington  <hp@pobox.com>
1557
1558         * gtk/gtkhsv.c: make this somewhat key-navigable
1559
1560         * gtk/gtkfontsel.c: mnemonics
1561
1562         * gtk/gtkgamma.c: mnemonics
1563
1564         * gtk/gtkcolorsel.c: add mnemonics to labels
1565
1566 2001-03-22  Havoc Pennington  <hp@pobox.com>
1567
1568         Applied big patch from Seth Lytle to fix event handler return
1569         values, slightly modified.
1570
1571         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
1572         handled.
1573         (gtk_calendar_key_press): return TRUE for GDK_space triggers
1574         select_day
1575
1576         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
1577         (gtk_clist_button_release): return TRUE if handled
1578
1579         * gtk/gtkcolorsel.c (mouse_release):
1580         (palette_activate): 
1581         (palette_press): 
1582         (palette_new): 
1583         (mouse_press): 
1584         (get_screen_color): 
1585         fixed return type (void to gboolean), return TRUE,
1586         added GTK_SIGNAL_FUNC cast
1587
1588         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
1589         (void to gboolean), and return TRUE
1590         (gtk_combo_button_release): changed return value to TRUE after
1591         gtk_grab_add on combo->popwin
1592
1593         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
1594         collapse or expand
1595
1596         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
1597         button/motion
1598
1599         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
1600         press/release and motion that trigger act
1601
1602         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
1603
1604         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
1605         for GDK_Return
1606         
1607         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
1608         (gtk_list_button_release): return TRUE if selection
1609
1610         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
1611         press
1612
1613         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
1614         (gtk_menu_shell_button_release): chain parent_menu_shell retval
1615
1616         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
1617         nothing triggered
1618         (gtk_notebook_button_release): return TRUE if we do anything
1619
1620         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
1621         (gtk_spin_button_button_release): return TRUE or chained retval
1622
1623         * gtk/gtktext.c (gtk_text_button_press): 
1624         (gtk_text_button_release): return TRUE
1625         (gtk_text_key_press): remove redundant retval code
1626         
1627         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
1628         and sensitive
1629         (gtk_tree_item_subtree_button_click): changed type to gint, and return
1630         TRUE if sensitive
1631
1632         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
1633         return TRUE
1634
1635 2001-03-23  Havoc Pennington  <hp@redhat.com>
1636
1637         * gtk/testgtk.c: fix warnings
1638
1639         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
1640
1641         * gtk/gtktextview.c: fix warnings
1642
1643         * gtk/gtktext.c (find_cursor_at_line): fix warning
1644
1645         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
1646
1647         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
1648         of this function
1649
1650         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1651         fix warning
1652
1653         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
1654
1655         * gtk/gtkfontsel.c: fix warning
1656
1657         * gtk/gtkcolorsel.c: fix warnings
1658
1659 2001-03-23  Havoc Pennington  <hp@redhat.com>
1660
1661         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
1662
1663         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
1664
1665         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
1666         and deprecated gtk_check_menu_item_set_show_toggle().
1667         
1668         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
1669
1670         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
1671
1672         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
1673
1674 2001-03-23  Havoc Pennington  <hp@redhat.com>
1675
1676         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
1677         some docs
1678
1679 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
1680
1681         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
1682         this.
1683
1684         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
1685         set_cell to set_value
1686
1687         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
1688         set_cell to set_value
1689
1690 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
1691
1692         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1693         fix braino.
1694         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
1695         support.
1696
1697         * gtk/gtktreeview.c: Addition of initial sortable support.
1698
1699         * gtk/gtktreestore.c: Addition of initial sortable support.
1700
1701         * gtk/gtkliststore.c: Addition of initial sortable support.
1702
1703         * gtk/gtkmarshal.list: yet another marshaller.
1704
1705         * gtk/gtktreedatallist.[ch]: shared code between the store models
1706         for handling sorting headers.
1707
1708 2001-03-22  Havoc Pennington  <hp@redhat.com>
1709
1710         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
1711         (gtk_container_unset_focus_chain): Add ability to override the 
1712         focus chain for a container explicitly
1713
1714 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
1715
1716         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
1717         added PROP_MNEMONIC_WIDGET.
1718
1719         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
1720         (gtk_window_remove_mnemonic): 
1721         (gtk_window_add_mnemonic): fixed assertions.
1722         (gtk_window_activate_mnemonic): constrain modifier checks to those
1723         permitted by gtk_accelerator_get_default_mod_mask().
1724         got rid of gtk_window_get_default_accel_group().
1725
1726         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
1727         activatable widgets either by focussing or a warning.
1728         added a signal accumulator to ::activate_mnemonic which stops the
1729         emission once a handler returned TRUE.
1730
1731 2001-03-22  Havoc Pennington  <hp@pobox.com>
1732
1733         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
1734         the stock item label
1735
1736         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
1737
1738         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
1739
1740         * demos/gtk-demo/*.c: Add mnemonics all over the place
1741
1742         * gtk/gtklabel.h: mark parse_uline deprecated
1743
1744 2001-03-21  Alexander Larsson  <alexl@redhat.com>
1745
1746         * gtk/gtkitemfactory.[ch]:
1747         Add support for stock and normal imagemenuitems.
1748         
1749         * gtk/testgtk.c:
1750         Add some tests for mnemonics, stock toolbars, stock
1751         and image menuitems in itemfactory and gdk_window_scroll.
1752
1753 2001-03-21  Alexander Larsson  <alexl@redhat.com>
1754
1755         * gtk/gtkbutton.[ch]:
1756         * gtk/gtkdialog.c:
1757         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
1758         removed accel_group argument. Renamed gtk_button_new_accel() to
1759         gtk_button_new_with_mnemonic() and removed accel_group argument.
1760
1761         * gtk/gtkcheckbutton.[ch]:
1762         New function gtk_check_button_new_with_mnemonic().
1763
1764         * gtk/gtkentry.c:
1765         Override activate_mnemonic and just grab focus.
1766
1767         * gtk/gtkitemfactory.c:
1768         Don't add menu uline accel group, instead use mnemonics support.
1769
1770         * gtk/gtklabel.[ch]:
1771         New support for mnemonics.
1772
1773         * gtk/gtkmarshal.list:
1774         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
1775
1776         * gtk/gtkmenu.[c]:
1777         * gtkmenushell.c:
1778         Use mnemonics instead of accel groups for uline
1779         support in menu items.
1780         Removed gtk_menu_get_uline_accel_group() and
1781         gtk_menu_ensure_uline_accel_group().
1782
1783         * gtk/gtkmenuitem.c:
1784         Override activate_mnemonic to handle switching between
1785         menu items if there are collisions.
1786         
1787         * gtk/gtknotebook.c:
1788         Connect to activate_mnemonic on the tab_label, so that
1789         activating it switches to that notebook page.
1790
1791         * gtk/gtkwidget.[ch]:
1792         Add activate_mnemonic signal. New function
1793         gtk_widget_activate_mnemonic() to emit it.
1794         Default implementation does activate/grab_focus.
1795
1796         * gtk/gtkwindow.[ch]:
1797         Add support for mnemonics in windows.
1798         New functions:
1799         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
1800         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
1801
1802         * gtk/testgtk.c:
1803         Update to function name changes.
1804         
1805 2001-03-21  Alexander Larsson  <alexl@redhat.com>
1806
1807         * gtk/gtkimagemenuitem.[c]:
1808         Add gtk_image_menu_item_new_from_stock()
1809
1810 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
1811
1812         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1813         Fix buglet in meeting.
1814
1815 2001-03-19  Havoc Pennington  <hp@redhat.com>
1816
1817         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
1818         add a bunch of accessor functions. This is because we have
1819         reasonable expectations of extending what fields it contains in
1820         the future.
1821
1822         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
1823         changes
1824
1825         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
1826         GtkIconSource   
1827
1828 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
1829
1830         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
1831         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
1832
1833         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
1834           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
1835           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
1836           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
1837         Change float to double everywhere with the exception of 0<->1.0 alignment
1838         and GtkCurve.
1839
1840 2001-03-19  Tor Lillqvist  <tml@iki.fi>
1841
1842         * gdk/win32/gdkdrawable-win32.c
1843         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
1844         output.
1845
1846         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
1847         gdkwin32.h.
1848
1849 2001-03-18  Tor Lillqvist  <tml@iki.fi>
1850
1851         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
1852         print_event_state, print_event): Use preprocessor macro to make
1853         code more compact. Print also GDK_WINDOW_STATE events.
1854         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
1855         
1856         * gtk/gtk.def
1857         * gtk/makefile.mingw.in: Update.
1858
1859         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
1860         to catch also Cygwin.
1861
1862 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
1863
1864         * gtk/gtkspinbutton.[hc]: added rc-style argument
1865         GtkSpinButton::shadow_type.
1866         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
1867         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
1868         rc-style settings.
1869
1870         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
1871
1872         * gtk/gtkwidget.c: quark cleanups.
1873
1874         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
1875         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
1876         to create_rc_style() (we don't do cloning in standard OO sense).
1877         added per rc style properties.
1878         
1879         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
1880         property values and for caching those. some cleanups.
1881         
1882         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
1883         
1884         * gtk/gtksettings.[hc]: new file for global rc-file properties
1885         (at least currently, should get extended to support X properties
1886         and other communication mechanisms).
1887         
1888         * gtk/gtkwidget.[hc]: added style property support:
1889         (gtk_widget_class_install_style_property_parser): install style
1890         property pspec with parser function for rc-file values other
1891         than LONG, DOUBLE or STRING.
1892         (gtk_widget_class_install_style_property): same as above without
1893         parser (parsers are going to be needed quite infrequently).
1894         (gtk_widget_style_get_property): retrive style property value.
1895         (gtk_widget_style_get_valist): same as above with varargs support,
1896         has NOCOPY semantics.
1897         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
1898
1899 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
1900
1901         * demos/gtk-demo/main.c (row_activated_cb): modified to use
1902         "row_activated" signal.
1903
1904         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
1905         stupidity.  Lets actually pass in the row with this signal...
1906
1907 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
1908
1909         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
1910
1911         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
1912
1913         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
1914         everything into the ::destroy function, and freed a lot more.
1915
1916 2001-03-16  Havoc Pennington  <hp@redhat.com>
1917
1918         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
1919         instead of gint16, to avoid overflow issues, since sizes > 16-bit
1920         are now allowed.
1921
1922 2001-03-16  Havoc Pennington  <hp@redhat.com>
1923
1924         * Applied patch from Nils Barth (bug # 51041) to 
1925         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
1926         in various places.
1927
1928 2001-03-15  Havoc Pennington  <hp@redhat.com>
1929         
1930         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
1931         for properties to set on the tag.
1932
1933         * gtk/testtext.c: fixups to reflect create_tag change
1934         
1935         * gtk/gtktexttag.c (gtk_text_tag_set_property):
1936         background/foreground stipple are objects, not boxed.
1937
1938         * demos/gtk-demo/textview.c: intellihancing
1939
1940 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
1941
1942         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
1943         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
1944
1945 2001-03-16  Alexander Larsson  <alexl@redhat.com>
1946
1947         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
1948         Fix sign error with queued region translations.
1949
1950 2001-03-15  HideToshi Tajima  <tajima@happy>
1951
1952         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
1953         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
1954         * gtk/gtkentry.c (update_im_cursor_location): 
1955         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
1956         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
1957         set_cursor_pos to set_cursor_location in GtkInputContext class
1958
1959 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
1960
1961         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
1962         the location of the cell relative to its area.
1963         * gtk/gtkcell*: modified for above change
1964         * gtk/gtktreeview.c: modified for above change.
1965
1966 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
1967
1968         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
1969          (gtk_tree_view_finalize): actually unref the model.  Thanks to
1970         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
1971
1972 2001-03-14  Havoc Pennington  <hp@redhat.com>
1973
1974         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
1975         
1976         * gtk/gtk.h: remove gtkdata.h
1977
1978         * gtk/Makefile.am: remove gtkdata
1979         
1980         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
1981         not "disconnect" on the adjustments.
1982         
1983         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
1984         GtkData
1985
1986         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
1987         not GtkData
1988
1989         * configure.in: handle case where X render exists, but Pango lacks
1990         Xft support.
1991
1992 2001-03-15 Alexander Larsson  <alexl@redhat.com>
1993
1994         * gtk/gtktoolbar.[ch]:
1995         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
1996         to add stock items to toolbars.
1997
1998         * gtk/Makefile.am:
1999         Remove ../gdk/gdkim.h from gdk_headers.
2000
2001 2001-03-15  Sven Neumann  <sven@gimp.org>
2002
2003         * gdk/gdkim.h: removed
2004         
2005         * gdk/gdkprivate.h
2006         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
2007
2008 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
2009
2010         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
2011         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
2012         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
2013         set_cursor_pos() virtual method
2014
2015         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
2016         (gtk_im_context_xim_set_cursor_pos): add implementation for
2017         set_cursor_pos() method
2018
2019         * gtk/gtkentry.c (recompute_idle_func): set current cursor
2020         position to input methods
2021
2022 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
2023
2024         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
2025         code a lot.
2026
2027         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
2028         g_mem_chunk.
2029         (_gtk_tree_data_list_alloc): use g_mem_chunk.
2030         (_gtk_tree_data_list_node_to_value): Fix to switch on
2031         G_TYPE_FUNDAMENTAL.
2032         (_gtk_tree_data_list_value_to_node): Fix to switch on
2033         G_TYPE_FUNDAMENTAL.
2034         (_gtk_tree_data_list_node_copy): Fix to switch on
2035         G_TYPE_FUNDAMENTAL.
2036
2037 2001-03-12  Havoc Pennington  <hp@redhat.com>
2038
2039         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
2040         to convert to new property API. Also, change default_width and
2041         default_height get_property to return 0 as the flag value for
2042         "unset"; -1 is not a valid value for these fields.
2043
2044 2001-03-12  Havoc Pennington  <hp@redhat.com>
2045
2046         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
2047         enum with registration for icon sizes, instead of strings.
2048
2049         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
2050         gtkwidget.c: Fix to reflect GtkIconSize
2051         
2052 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2053
2054         Make GtkFB compile and link.
2055         
2056         * gdk/linux-fb/gdkdrawable-fb2.c:
2057         window->mapped to GDK_WINDOW_IS_MAPPED(). 
2058         
2059         * gdk/linux-fb/gdkwindow-fb.c:
2060         window->mapped to GDK_WINDOW_IS_MAPPED(). 
2061         Added gdk_window_shape_combine_region.
2062         Added assorted placeholders for unimplemented new GdkWindow API calls.
2063
2064 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2065
2066         * gtk/gtkfilesel.c:
2067         Add more test when converting filenames from/to utf-8.
2068         Don't allow entering text in the filename entry which isn't allowed in
2069         a filename. Just beep instead.
2070
2071 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2072
2073         * gtk/gtkclist.c:
2074         Scroll using gdk_window_scroll(). Don't wait for exposes.
2075         Move the column headers in an order that makes them flash less.
2076
2077 2001-03-10  Hans Breuer  <hans@breuer.org>
2078
2079         * gdk/gdk.def : updated
2080
2081         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
2082         to offseting the clip_mask at the right place
2083
2084         * gdk/win32/gdkwindow-win32.c : don't create background brushes
2085         for all the gdkClasses, especially not for the input_only case.
2086         Otherwise flickering wont be avoidable, because we don't get
2087         WM_ERASEBKGND message for these windows.
2088
2089         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
2090         and fixed massive redraw problems apparently triggered by Alexanders 
2091         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
2092         but it seems to work quite well :-)
2093
2094         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
2095         prototype
2096
2097 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
2098
2099         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
2100         (gtk_list_store_set_cell): Fix a stupid typo.
2101
2102 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
2103
2104         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
2105         select_all not work if you're in SINGLE mode (it doesn't make that
2106         much sense, anyway.)
2107
2108         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
2109         handle types more sanely.
2110         (_gtk_tree_data_list_value_to_node): handle types more sanely.
2111         (_gtk_tree_data_list_node_copy): handle types more sanely.
2112
2113         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
2114         GValue better. Converts the type as well.
2115
2116         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
2117         GValue better. Converts the type as well.
2118
2119 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
2120
2121         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
2122         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
2123         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
2124         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
2125
2126         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
2127         gdk_im/gdk_ic.
2128
2129 2001-03-09  Hans Breuer  <hans@breuer.org>
2130
2131         * gdk/gdk.def : updated
2132
2133         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
2134         for their palette
2135
2136         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
2137         removing
2138
2139         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
2140         removing and implemented Havoc's GdkWindow state functions; 
2141         stick/unstick only as no-op, cause I don't know how to emulate 
2142         on win32 ...
2143
2144         * gtk/gtk.def : updated
2145
2146         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
2147
2148         * gtk/gtktypeutils.c : #include <string.h>
2149
2150         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
2151
2152 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
2153
2154         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
2155         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
2156         not a boxed.
2157
2158 2001-03-09  Alexander Larsson  <alexl@redhat.com>
2159
2160         * docs/Changes-2.0.txt:
2161         Document expose event->region change and that gtk_widget_event
2162         doesn't allow passing expose events.
2163
2164         * gdk/gdkevents.h:
2165         Add region to expose event.
2166         
2167         * gdk/gdkevents.c:
2168         Handle event->region in gdk_event_copy() and gdk_event_free().
2169
2170         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
2171         Generate expose_event->region when creating expose events.
2172
2173         * gdk/x11/gdkevents-x11.c:
2174         Generate expose events with regions when translating X events.
2175
2176         * gtk/gtkcontainer.[ch]:
2177         Default expose handler that propagates expose events to NO_WINDOW
2178         children. New function gtk_container_propagate_expose()
2179
2180         * gtk/gtkwidget.[ch]:
2181         Moved gtk_widget_event implementation to gtk_widget_event_internal.
2182         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
2183         expose events. New function gtk_widget_send_expose() to send expose
2184         events. New function gtk_widget_region_intersect() to calculate
2185         window/region intersections.
2186         
2187         * gtk/gtkmain.c (gtk_main_do_event):
2188         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
2189         Use gtk_widget_send_expose() to send expose events.
2190         
2191         * gtk/gtkbin.c:
2192         * gtk/gtkbox.c:
2193         * gtk/gtkfixed.c:
2194         * gtk/gtkimagemenuitem.c:
2195         * gtk/gtklist.c:
2196         * gtk/gtkpacker.c:
2197         * gtk/gtktable.c:
2198         * gtk/gtktree.c:
2199         Remove expose handler, using the default container implementation
2200         instead.
2201         
2202         * gtk/gtkbutton.c:
2203         * gtk/gtkcheckbutton.c:
2204         * gtk/gtkeventbox.c:
2205         * gtk/gtkfixed.c:
2206         * gtk/gtkhandlebox.c:
2207         * gtk/gtklayout.c:
2208         * gtk/gtklistitem.c:
2209         * gtk/gtkmenu.c:
2210         * gtk/gtkmenubar.c:
2211         * gtk/gtkmenuitem.c:
2212         * gtk/gtknotebook.c:
2213         * gtk/gtkoptionmenu.c:
2214         * gtk/gtkpaned.c:
2215         * gtk/gtkscrolledwindow.c:
2216         * gtk/gtktogglebutton.c:
2217         * gtk/gtktoolbar.c:
2218         * gtk/gtktreeitem.c:
2219         * gtk/gtkviewport.c:
2220         Chain expose handler to parent class handler. Use
2221         gtk_container_propagate_expose() to propagate exposes.
2222
2223         * gtk/gtkclist.c (check_exposures):
2224         * gtk/gtktext.c (process_exposes):
2225         Use gtk_widget_send_expose instead of gtk_widget_event.
2226
2227 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
2228
2229         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
2230
2231 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
2232
2233         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
2234         unref the nodes.   Fixes bug #50058.
2235
2236         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
2237         "::ref_iter" to "::ref_node".
2238         (gtk_tree_model_unref_node): change "::unref_iter" to
2239         "::unref_node". Fixes bug #50064.
2240
2241 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
2242
2243         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
2244         support for invisible cells.
2245          (gtk_tree_view_bin_expose): ditto
2246
2247 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
2248
2249         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
2250         on gobjects.
2251
2252         * tests/testtreefocus.c (main): New test file.
2253
2254         * tests/testtreeview.c: update to latest glib changes.
2255
2256         * tests/testtreecolumns.c: update to latest glib changes.
2257
2258 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
2259
2260         * gtk/testgtk.c: re-enabled event watcher emission hooks.
2261
2262 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
2263
2264         * *.c: added accumulator data argument to g_signal_newc()
2265         functions.
2266
2267         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
2268         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
2269         * gtk/treestoretest.c (make_window):
2270         s/g_signal_connect/g_signal_connectc/.
2271
2272         * gtk/gtktextbuffer.c: completed signal arg fixups,
2273         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
2274
2275 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
2276
2277         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
2278         G_CONST_RETURN.
2279
2280         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
2281         ::hierarchy-changed signal when a widget changes
2282         from anchored to unanchored or vice versa.
2283         (anchored means 
2284          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
2285         Use a private flag to keep track of this efficiently.
2286
2287 2001-03-07  Havoc Pennington  <hp@redhat.com>
2288
2289         * gtk/testgtk.c (create_spins): uglify so that size request gets
2290         tested.
2291
2292         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
2293         request on values for upper/lower, completes #6152
2294
2295 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
2296
2297         * Makefile.am: Remove gtk-config-2.0 again.
2298         (Grrrr, pkg-config. And stops make loops.)
2299
2300 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
2301
2302         * gtk/gtksignal.[hc]: removed old emission hook API.
2303         
2304         * docs/Changes-2.0.txt: fixed sections.
2305         
2306         * gtk/gtktextbuffer.c: signal arg fixups.
2307
2308 2001-03-07  Havoc Pennington  <hp@redhat.com>
2309
2310         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
2311
2312         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
2313         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
2314         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
2315         validation and the redraw which is higher priority than the
2316         validation.
2317
2318 2001-03-07  Havoc Pennington  <hp@redhat.com>
2319
2320         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
2321         (gtk_entry_set_property): remove trailer
2322
2323         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
2324         (gtk_entry_get_width_chars): new functions, to set size request to 
2325         a given number of characters
2326
2327         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
2328
2329         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
2330         (gtk_dialog_get_has_separator): new function
2331         (run_delete_handler): fix to not emit "response" signal
2332         because we already did in the delete event handler installed
2333         at dialog creation time.
2334         
2335         * gtk/gtkdialog.h: add a has_separator property,
2336         add GTK_DIALOG_NO_SEPARATOR flag
2337
2338 2001-03-07  Havoc Pennington  <hp@redhat.com>
2339
2340         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
2341         off decorations for a window.
2342
2343         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
2344         changes
2345
2346         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
2347         to get location of PangoLayout inside the label, closes #51198
2348
2349         * gtk/testgtk.c (create_bbox): fix up button box usage
2350
2351         * gtk/testcalendar.c (create_calendar): fix up button box usage
2352
2353         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
2354
2355         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
2356
2357         * gtk/gtkhbbox.h: deprecations
2358
2359         * gtk/gtkvbbox.h: deprecations
2360
2361         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
2362         emulate deprecated gtk_button_box_get_spacing
2363
2364         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
2365         the "set global default" functions
2366         (struct _GtkButtonBox): remove "spacing" field, use the one from 
2367         GtkBox base class
2368
2369         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
2370
2371         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
2372         render the icon, return the missing image icon.
2373
2374         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
2375         image icon if the load fails.   
2376
2377         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
2378         when no image is found; should be the Netscape "missing image"
2379         icon eventually but for now is a random image
2380
2381         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
2382         role for the session manager
2383
2384         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
2385
2386         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
2387         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
2388
2389         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
2390
2391 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
2392
2393         * gtk/*.c: marshaller fixes.
2394         
2395         * gtk/gtkmarshal.list: extreme cleanup.
2396
2397         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
2398         param spec for now.
2399
2400         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
2401         where appliable.
2402
2403         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
2404         special cased autogenerated boxed types from gtktypebuiltins_ids.c
2405         which are not reference counted:
2406         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
2407         PangoFontDescription, GtkTreeIter and GtkTreePath.
2408
2409 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
2410
2411         * gtk/gtktreeselection.h: 
2412         * gtk/gtktreemodel.c:
2413         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
2414         file should be included directly, and gobject/gmarshal.h
2415         as well as gtk/gtkmarshal.h even can't be included directly.
2416
2417         * Makefile.am: grr, install gtk-config-2.0.
2418
2419         * gtk/testgtk.c:
2420         * gtk/simple.c:
2421         * gtk/gtkmenu.c:
2422         * gtk/gtkitemfactory.c: use g_object_connect() instead of
2423         passing "*signal*::*" args to gtk_widget_set().
2424         
2425         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
2426         
2427         * gtk/*.c: removed trailer arg from property setters and getters.
2428         macro fixups.
2429
2430 2001-03-07  Alexander Larsson  <alexl@redhat.com>
2431
2432         * gtk/gtklabel.c (set_markup): Removed warning
2433
2434 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
2435
2436         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
2437         field to allow you to hide cell renderers.
2438
2439         * gtk/gtkcellrenderer.c: Add support for invisible cells.
2440
2441         * gtk/gtktreeview.c: Add support for invisible cells.
2442
2443 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
2444
2445         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
2446         Add "clicked" signal back to columns.
2447
2448         * ChangeLog: remove conflict markers.
2449
2450 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
2451
2452         * gtk/gtkbutton.c: Add animation of activation by, on 
2453         activate, pressing the button, and adding a timeout that 
2454         releases the button after 250ms or on key release and
2455         emits ::clicked. (#51501)
2456
2457         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
2458         action area, we connect to ::clicked instead of ::activate
2459         so the dialog stays up through the animation.
2460
2461 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
2462
2463         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
2464         check the ignore_enter flag for the menu shell that
2465         the item is actually a child of, not for attached
2466         submenus. (#51536)
2467
2468 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
2469
2470         * gtk/gtkmain.c (gtk_propagate_event): Only do special
2471         special key-press grab handling for widgets within
2472         GtkWindows. Otherwise, fall through to normal case.
2473
2474         This prevents key events being sent twice to GtkInvisible
2475         widgets, which can cause all sorts of mischief.
2476
2477 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
2478
2479         * gtk/gtkmain.c (gtk_propagate_event): When a grab
2480         widget is in effect, give the grab widget a first
2481         crack at KEY_PRESS/RELEASE events. (#424)
2482
2483 2001-03-06  James Henstridge  <james@daa.com.au>
2484
2485         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
2486         offset for the window_state_event to point at window_state_event
2487         rather than no_expose_event.
2488
2489 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
2490
2491         * gtk/gtkimmodule.h: fix busted /* comment */
2492
2493 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
2494
2495         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
2496         object properties.
2497
2498 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
2499
2500         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
2501         add object properties.
2502
2503         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
2504         to add object properties.
2505
2506         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
2507         object properties.
2508
2509         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
2510         add object properties.
2511
2512         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
2513         object properties.
2514
2515 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
2516
2517         * gtk/gtktreemodel.c: renamed "child_toggled" to
2518         "has_child_toggled".
2519
2520         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
2521         handle new signal name.
2522
2523         * gtk/gtktreestore.c: Updated to handle new signal name.
2524         * gtk/gtklisttore.c: Updated to handle new signal name.
2525         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
2526
2527 2001-03-05  Alexander Larsson  <alexl@redhat.com>
2528
2529         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
2530         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
2531
2532 2001-03-05  Michael Natterer  <mitch@gimp.org>
2533
2534         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
2535         pixbuf-engine coincidentially also failed to make one of it's
2536         parent_class pointers static, causing overwriting of GtkLabel's
2537         parent_class pointer in pixbuf_style_class_init().
2538         (Will commit the fix to the pixbuf-engine too).
2539
2540 2001-03-05  Alexander Larsson  <alexl@redhat.com>
2541
2542         * gdk/gdkwindow.h:
2543         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
2544         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
2545         gdk_window_set_icon_list for net wmspec functionality.
2546
2547         * gdk/x11/gdkwindow-x11.c:
2548         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
2549         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
2550         gdk_window_set_icon_list.
2551         Added gdk_wmspec_change_state helper function and used it in the code.
2552         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
2553
2554         * gtk/gtkdialog.c (gtk_dialog_init):
2555         Set GDK_WINDOW_TYPE_HINT_DIALOG.
2556
2557         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
2558         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
2559
2560         * gtk/gtkwindow.c:
2561         new function gtk_window_set_type_hint.
2562         On realize, set type hint and modal hint.
2563
2564         * gtk/gtkwindow.h:
2565         Added type_hint field and gtk_window_set_type_hint.
2566
2567 2001-03-05  Alexander Larsson  <alexl@redhat.com>
2568
2569         * gtk/gtklabel.[ch]:
2570         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
2571         New function gtk_label_get_accel_keyval () to get the underline accelerator
2572         of the label. Setting the label pattern overrides other attributes.
2573
2574 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
2575
2576         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
2577         Added missing initializers to gtk_rc_style_init().
2578
2579 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
2580
2581         * gtk/gtktextview.c: fixed bug #51097 about setting 
2582         gtk_text_view_set_border_window_size() if the widget is 
2583         already realized.
2584
2585 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
2586
2587         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
2588
2589         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
2590         comment. Won't do to have duplicated doc comments between
2591         the platform subdirs.
2592
2593 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
2594
2595         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
2596           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
2597
2598         Detectable auto-repeat - make a repeating key generate
2599         press/press/press/release instead of press/release pairs.
2600
2601         If we have Xkb and XkbSetDectableAutoRepeat supports
2602         that, we do it that way. Otherwise, when we get
2603         a release event, we check ahead with XPending to see
2604         if the next key is a KeyPress with the same keycode
2605         and timestamp. (Not 100% reliable, but pretty close.)
2606           
2607 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
2608         
2609         * gtk/gtkmain.c (gtk_propagate_event): Only do special
2610         special key-press grab handling for widgets within
2611         GtkWindows. Otherwise, fall through to normal case.
2612  
2613         This prevents key events being sent twice to GtkInvisible
2614         widgets, which can cause all sorts of mischief.
2615  
2616 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
2617  
2618         * gtk/gtkmain.c (gtk_propagate_event): When a grab
2619         widget is in effect, give the grab widget a first
2620         crack at KEY_PRESS/RELEASE events. (#424)
2621  
2622 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
2623
2624         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
2625         to extend the selection. (Roughly based on patch
2626         from Jay Cox, #50939)
2627
2628         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
2629         to properly handle previous GDK_BUTTON_PRESS. 
2630         (Patch from Jay Cox, #50938)
2631
2632         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
2633         '\0' back along with the deleted text. (#51148)
2634
2635 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
2636
2637         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
2638         the group when extracting it from the X keyboard event.
2639
2640         * modules/input/Makefile.am modules/input/imipa.c: 
2641         Simple module for entering IPA. (Do we need a 
2642         gtk-stupid-input-tricks CVS module?)
2643
2644 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
2645
2646         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
2647         const.
2648
2649         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
2650
2651         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
2652         is no focus widget for the dialog currently, grab the focus as well
2653         as the default.
2654
2655         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
2656         the action area's children to iterate through, not the
2657         dialog's children.
2658
2659 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
2660
2661         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
2662         Add plug-socket tests. (Won't work worth a darn until I commit
2663         the rest of the plug-socket changes, but no reason these
2664         can't go into CVS now.)
2665
2666 2001-03-02  Havoc Pennington  <hp@redhat.com>
2667
2668         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
2669         _gdk_region_get_xrectangles()
2670
2671         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
2672
2673         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
2674
2675         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
2676         function, contributed by Ron Steinke    
2677
2678         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
2679         gdk_net_wm_supports
2680
2681         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
2682         New function, contributed by Ron Steinke
2683
2684         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
2685         used to line up the text in the entry when using the entry for
2686         editable sheet cell hacks
2687
2688         * gtk/testgtk.c (create_entry): test the activate_default setting
2689         on GtkEntry
2690
2691         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
2692         cause the entry to activate the default button for a dialog when 
2693         activated
2694         (gtk_entry_get_activates_default): new function
2695
2696 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
2697
2698         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
2699         Hwang to move call to sync_selection() up a few lines
2700         to before the row list is modified, to fix crash when
2701         removing rows in the undo_selection list.
2702
2703         (Test case provided by Daniel Elstner:
2704
2705         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
2706
2707 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
2708
2709         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
2710         of tree->root_tree in parent_set rather than _map(), 
2711         fixing #50892 in a bit better manner.
2712
2713 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
2714
2715         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
2716
2717 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
2718
2719         * gtk/gtkstyle.c : Remove duplicate fwd decl for
2720         gtk_default_draw_shadow.
2721
2722 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
2723
2724         * gdk/gdkimage.c (gdk_image_new): Remove excess 
2725         warning, make warnings more verbose, treat a error
2726         in shmat as permanent, and don't try again.
2727         (#51163, Ed Randall.)
2728
2729 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
2730
2731         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
2732         delay for the first click before starting to scroll.
2733         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
2734
2735         * gtk/gtktext.c: GtkText should have I-beam cursor. 
2736         (based on gtk-enf-990513-1.patch, Eric Fisher.)
2737
2738 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
2739
2740         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
2741         cleanup to remove some references to unused
2742         ->xoffset, ->yoffset.
2743
2744 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
2745
2746         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
2747         mask. (#51039, fix from Martin Maierhofer)
2748
2749 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
2750
2751         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
2752         for unshifted + and shifted = for non-us keyboards.
2753         Make <Control>+ and <Control>- work as well as 
2754         <Control>KP_Plus, <Control>KP_Minus for recursive
2755         open/close.  (#2682, René Seindal)
2756
2757 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
2758
2759         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
2760         the active menu item before deactivating the menu,
2761         so gtk_menu_popdown doesn't change the history. (#50964)
2762         
2763 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
2764
2765         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
2766         draw lines with text_gc rather than black_gc.
2767         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
2768
2769 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
2770
2771         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
2772         Move handling of buttons fully in gtktreeviewcolumn.  This code is
2773         less interrelated then it was, but it still requires the
2774         GtkTreeView to map it.
2775
2776         * test/testtreecolumn.c: Now I can add a column to one view,
2777         remove it, add it to the another view, remove it, then re-add it
2778         to the first.  Nifty.
2779
2780 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
2781
2782         * docs/tutorial/gtk-tut.sgml: Minor corrections
2783
2784 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
2785
2786         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
2787         GtkRowReference.
2788
2789 2001-02-28  Havoc Pennington  <hp@redhat.com>
2790
2791         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
2792         draw_default
2793         (gtk_widget_draw_focus): remove this function; we could instead
2794         make it just gtk_widget_draw(), but in most cases I think the
2795         result would be broken user code, so think it's better to have
2796         that code not compile and get fixed
2797         (gtk_widget_draw_default): ditto
2798
2799         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
2800         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
2801         
2802         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
2803         widgets lose/get the default, instead of calling draw_default
2804         
2805         * docs/Changes-2.0.txt: note about all this
2806
2807         Then fixed every widget in GTK, I won't list all the filenames.
2808
2809 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
2810
2811         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
2812         _gtk_tree_row_reference_deleted.
2813         (inserted_callback): Proxy out to
2814         _gtk_tree_row_reference_inserted.
2815         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
2816         get around signal emission ordering problem.
2817
2818         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
2819         fix to work with SINGLE 
2820         (_gtk_tree_selection_internal_select_node): Major sanitization on
2821         selections.  SINGLE now seems to work.
2822
2823         * tests/Makefile.am: add testtreecolumn.c:
2824
2825         * tests/testtreecolumn.c: New test.  Mostly points out selection
2826         bugs currently, but will test columns later.
2827
2828         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
2829         selection bug.  I hate touching this code -- it's scary.
2830
2831 2001-02-26  Havoc Pennington  <hp@redhat.com>
2832
2833         * gtk/testgtk.c: test the window state stuff
2834
2835         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
2836         window come to the user's attention as if it were just created
2837         (gtk_window_iconify): new function
2838         (gtk_window_deiconify): new function
2839         (gtk_window_stick): new function
2840         (gtk_window_unstick): new function
2841         (gtk_window_maximize): new function
2842         (gtk_window_unmaximize): new function
2843
2844         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
2845
2846         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
2847
2848         * gdk/x11/gdkevents-x11.c: create window state events when
2849         appropriate
2850         (gdk_wmspec_supported): new function
2851
2852         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
2853         iconification before showing the window
2854         (gdk_window_deiconify): new function
2855         (gdk_window_stick): new function
2856         (gdk_window_unstick): new function
2857         (gdk_window_maximize): new function
2858         (gdk_window_unmaximize): new function
2859
2860         * gdk/gdkwindow.c: store the window state in the window; 
2861         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
2862         window->mapped.
2863         (gdk_window_get_state): return the current window state
2864
2865         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
2866         (gdk_event_get_state): handle GDK_WINDOW_STATE
2867         (gdk_synthesize_window_state): function to create the window state
2868         events
2869
2870         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
2871         event, for changes to "window state" such as maximized, sticky, 
2872         etc.
2873         
2874         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
2875         focuses a window
2876
2877         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
2878         finds out if we support a given WM spec hint
2879
2880 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
2881
2882         * docs/faq/gtk-faq.sgml: New question re memory leaks.
2883
2884 2001-02-25  Hans Breuer  <hans@breuer.org>
2885
2886         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
2887         cause we want to loose those prototypes only in the latter case
2888
2889         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
2890         GdkPixmapImplWin32 because it itsn't derived from it. Use the
2891         impl member variable instead
2892
2893         * gtk/gtk.def : updated
2894
2895         * gtk/gtklist.c : 
2896         * gtk/gtkmenus.c : include <string.h> for memset ()
2897
2898         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
2899         for everthing built here, but for gtk-x.x.dll only. This solves
2900         problem of indifferent gtk type definitions
2901
2902 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
2903
2904         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
2905
2906 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
2907
2908         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
2909         column that is exposed.
2910
2911         (_gtk_tree_view_update_size): Changed name from set_size, and
2912         changed function to do more work, and not force people calling it
2913         to figure out the size.  Simplifies a lot of code elsewhere.
2914
2915 2001-02-23  Alexander Larsson  <alexl@redhat.com>
2916
2917         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
2918         return solid masks for xpms that have no transparent color.
2919         This makes the ..._create_from_xpm... API backwards
2920         compatible.
2921
2922 2001-02-23  Tor Lillqvist  <tml@iki.fi>
2923
2924         * README.win32: Update. Mention the gtk-1-3-win32-production
2925         branch.
2926
2927         * gdk/win32/bdfcursor.c: New file. A program that generates
2928         xcursors.h. Thanks to Stefan Ondrejicka.
2929
2930         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
2931         compact format.
2932
2933         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
2934
2935         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
2936         function, uses xcursors.h.
2937         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
2938         cursor from inline data instead of using LoadCursor() to generate
2939         it from a resource.
2940
2941         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
2942         event, must check the Windows message for mouse button state, as
2943         the GDK event state might not have been built if it is
2944         undelivered. Remove one goto.
2945
2946         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
2947         SetCursor() if the current cursor as returned by GetCursor() is
2948         the window's previous cursor. The ChildWindowFromPoint() test
2949         apparently didn't work correctly.
2950
2951         * gdk/win32/rc/*.cur: Remove.
2952
2953         * gdk/win32/rc/gdk.rc.in: Remove cursors.
2954
2955         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
2956
2957         * gtk/makefile.{mingw,msc}.in: Updates.
2958
2959 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
2960
2961         * gtk/gtktreemodel.h: add functions for signal emission.
2962
2963         * gtk/gtktreestore.c: move to use above functions instead of
2964         g_signal_emit.
2965
2966         * gtk/gtkliststore.c: ditto
2967
2968 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
2969
2970         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
2971         GObject instead of GtkObject.
2972
2973         * gtk/gtkliststore.c: ditto.
2974
2975         * gtk/gtktreemodelsort.c: ditto.
2976
2977         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
2978         GtkTreeModelIface, instead of in each model.
2979
2980 2001-02-21  Havoc Pennington  <hp@redhat.com>
2981
2982         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
2983         unbreak this function
2984
2985         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
2986         properties
2987
2988         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
2989         properties
2990
2991         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
2992         properties
2993
2994         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
2995         mean unset the max length
2996
2997 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
2998
2999         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
3000         Changed name to be set_cell_data_func to make it clear what
3001         the functino does.  Close bug #51069.
3002
3003 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
3004
3005         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
3006         have memory actually freed.  Keeps box running longer.
3007
3008 2001-02-21  Alexander Larsson  <alexl@redhat.com>
3009         
3010         * gtk/gtkseparatormenuitem.[ch]:
3011         Added new menu separator item. The drawing and size handling
3012         is still done in GtkMenuItem, but the API is a bit more sane.
3013         
3014         * gtk/Makefile.am:
3015         Add gtkseparatormenuitem.[ch].
3016
3017         * gtk/gtk.h:
3018         Add gtkseparatormenuitem.h.
3019         
3020         * gtk/gtkentry.c:
3021         * gtk/gtkmenufactory.c:
3022         * gtk/gtktextview.c:
3023         Use the new API for menu separators.
3024         
3025         * demos/gtk-demo/menus.c (create_menu):
3026         Add some GtkSeparatorMenuItem demo code.
3027
3028 2001-02-20  Havoc Pennington  <hp@redhat.com>
3029
3030         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
3031         Lee Mallabone
3032
3033         * gtk/gtkarrow.c: Convert to new property API, patch from 
3034         Lee Mallabone
3035
3036 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
3037
3038         * tests/testtreeview.c (toggled_callback): fix to reflect change
3039         in GtkTreeModelStore.
3040
3041 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
3042
3043         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
3044         function to create an icon set from a pixbuf.
3045
3046 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3047
3048         * gtk/gtkcellrenderertext.[ch]:
3049         Add a "markup" property.
3050
3051         * gtk/treestoretest.c:
3052         Use the markup property, remove some leftover stuff from
3053         GtkTreeModelMapping.
3054
3055 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3056
3057         * gtk/gtklabel.c (gtk_label_set_selectable):
3058         Queue a redraw if the selectable setting was changed.
3059
3060 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3061
3062         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
3063         Actually copy the whole gc, not just the public parts.
3064         
3065         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
3066         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
3067         labels.
3068
3069 2001-02-19  Havoc Pennington  <hp@pobox.com>
3070
3071         * gdk/gdkwindow.c: docs
3072
3073         * gdk/gdkrgb.c: docs
3074
3075         * gdk/gdkregion-generic.c: docs
3076
3077         * gdk/gdkgc.c (gdk_gc_set_values): docs
3078
3079         * gdk/gdkdraw.c: docs
3080
3081         * gdk/gdkdrawable.h: deprecate drawable get/set data
3082
3083 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
3084
3085         * demos/gtk-demo/dialog.c: Add simple new demo.
3086
3087 2001-02-19  Havoc Pennington  <hp@redhat.com>
3088
3089         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
3090         insert_child_anchor signal, bug #50245
3091
3092         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
3093         from create_child_anchor, so the anchor is passed in
3094
3095         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
3096         (_gtk_widget_segment_new): have the child anchor object passed in, 
3097         instead of creating it.
3098
3099         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
3100         to gtk_text_buffer_get_modified
3101
3102 2001-02-19  Havoc Pennington  <hp@redhat.com>
3103
3104         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
3105         changed GLib without fixing GTK
3106
3107         * gtk/gtkrange.h: Rename all the stupid implementation detail 
3108         functions to have an underscore in front. Most of them should 
3109         probably just go away, but for starters don't export them.
3110         Bug #50482
3111
3112 2001-02-19  Havoc Pennington  <hp@redhat.com>
3113
3114         * gdk/gdkcolor.h: test was backward, so deprecated functions were
3115         excluded by default
3116
3117         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
3118         clean up the old code a bit
3119
3120         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
3121         inconsistent state
3122
3123         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
3124         draw inconsistent state
3125
3126         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
3127         (create_menu): add inconsistent test
3128
3129         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
3130         new function
3131         (gtk_check_menu_item_get_inconsistent): new function
3132         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
3133         state (using etched in for now)
3134
3135         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
3136         draw inconsistent state
3137
3138         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
3139         function, used when the user has selected a range of stuff in
3140         different states
3141         (gtk_toggle_button_get_inconsistent): accessor for that
3142         (gtk_toggle_button_paint): draw inconsistent state (etched in?
3143         don't know what else to do)
3144
3145 2001-02-19  Hans Breuer <hans@breuer.org>
3146
3147         * gtk/gtk.def : updated exported symbols
3148
3149         * gtk/makefile.msc.in : updated
3150
3151         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
3152         a colormap, when invoked from testgtk::entry. I'm not sure where
3153         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
3154         avoids immediate crashing ...
3155
3156         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
3157         any objections ?
3158
3159         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
3160         0 parameter. At least msvc doesn't like macros with var args. 
3161         I simply removed the extra 0, was it a feature or a typo ?
3162
3163         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
3164         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
3165         because the value assignment to the internal struct wasn't working.
3166         I'm not absolutely sure. The problem could have been resolved by
3167         changing the "func" declartion in the struct, but was the pointer
3168         to the function pointer intended ?
3169
3170         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
3171
3172         * gdk/gdk.def : updated exported symbols
3173
3174         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
3175         only use SetDIBitsToDevice if there is a palette at the drawable
3176         and the image is GDK_VISUAL_PSEUDO_COLOR
3177
3178         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
3179
3180         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
3181
3182         * gdk/*/makefile.msc : updated
3183
3184 2001-02-19  Havoc Pennington  <hp@redhat.com>
3185
3186         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
3187         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
3188
3189         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
3190         (gdk_key_repeat_restore): nuke
3191
3192         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
3193         (gdk_init_check): no atexit func
3194
3195         * gdk/gdkrgb.h: mark some stuff deprecated
3196
3197         * gdk/gdkcolor.h: mark some stuff deprecated
3198         
3199         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
3200
3201         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
3202
3203 2001-02-16  Havoc Pennington  <hp@redhat.com>
3204
3205         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
3206         scroll steps.
3207
3208         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
3209         steps, and add Ctrl-arrow shortcuts for paging visually as with
3210         HScale, since Page Up and Page Down move logically.
3211
3212         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
3213         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
3214         
3215         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
3216         steps
3217         (gtk_range_scroll): handle the visual steps
3218
3219         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
3220         scroll steps
3221
3222         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
3223         steps, not the logical ones.
3224
3225         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
3226         (scroll_vertical): handle up/down steps
3227
3228 2001-02-19 Alexander Larsson  <alexl@redhat.com>
3229
3230         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
3231         Copy data and free data with free().
3232
3233         * gdk-pixbuf/gdk-pixbuf.c:
3234         * gdk-pixbuf/io-jpeg.c:
3235         * gdk-pixbuf/io-png.c:
3236         Use g_try_malloc/g_free instead malloc/free.
3237         
3238         * gdk-pixbuf/test-gdk-pixbuf.c:
3239         Must... initialize... gobject...
3240         
3241         * gdk-pixbuf/pixops/timescale.c:
3242         * gtk/gtkcalendar.c:
3243         Use g_malloc instead of malloc.
3244         
3245 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
3246
3247         * gtk/testgtkrc:
3248         Comment out property assignments, these don't work yet.
3249
3250 2001-02-17  Havoc Pennington  <hp@pobox.com>
3251
3252         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
3253         bit.
3254
3255 2001-02-17  Havoc Pennington  <hp@pobox.com>
3256
3257         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
3258         shadowed variables that had broken size request in some cases,
3259         leading to bogus tooltips (#50996)
3260
3261 2001-02-06  Jon K Hellan  <hellan@acm.org>
3262
3263         Implement fast browsing of tooltips, bug #50619
3264         
3265         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
3266         and last_popdown
3267         
3268         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
3269         use_sticky_delay and last_popdown.
3270         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
3271         time of popdown.
3272         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
3273         is NULL.
3274         (gtk_tooltips_recently_shown): New static function.  Return true
3275         if < sticky_delay has elapsed since last popdown.
3276         (gtk_tooltips_event_handler): Display window after sticky_delay
3277         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
3278         since last popdown.
3279         
3280 2001-02-17  Havoc Pennington  <hp@pobox.com>
3281
3282         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
3283         instead of (). #6394
3284
3285         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
3286         G_CONST_RETURN, make it return by reference, #50473
3287         
3288 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
3289
3290         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
3291         generated ENTER_NOTIFY event with 0, otherwise not explicitely
3292         setup fields contain garbage (e.g. subwindow, breaking
3293         gdk_drawable_ref() upon event copy).
3294         (gtk_menu_stop_navigating_submenu_cb): same here.
3295
3296         * gtk/gtklist.c (gtk_list_vertical_timeout): 
3297         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
3298         * gtk/gtkclist.c (vertical_timeout): 
3299         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
3300         default-zero-intialization for unions to memset(,0,), as unions are
3301         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
3302         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
3303
3304         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
3305         g_closure_sink() warning.
3306
3307         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
3308         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
3309         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
3310         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
3311         
3312 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
3313
3314         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
3315         gtk_*_store_get, and moved to GtkTreeModel.
3316
3317         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
3318
3319         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
3320
3321         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
3322
3323         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
3324         set the func.
3325
3326         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
3327         freeze/thaw notify between setting all the properties for a cell.
3328
3329         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
3330
3331 2001-02-15  Havoc Pennington  <hp@redhat.com>
3332
3333         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
3334         the X coordinates so they're with respect to the line, rather than 
3335         with respect to the layout.
3336
3337         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
3338         Mallabone
3339
3340         * gtk/testgtk.c (create_range_controls): add vscale tests, 
3341         and inverted test
3342
3343         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
3344         #50806
3345
3346         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
3347
3348         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
3349         gtk_text_iter_is_end
3350
3351         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
3352         rename gtk_text_buffer_get_end_iter
3353
3354         * gtk/testgtk.c (create_labels): Add test for selectable
3355
3356         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
3357         the selection stuff. This code is kind of broken since it doesn't 
3358         use the theme engine.
3359
3360         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
3361         fix infinite loop and y offset problem
3362         (gdk_draw_layout_line_with_colors): fix foreground color handling
3363
3364         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
3365         that makes the label selectable.
3366         
3367         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
3368         layout when the style is set, since fonts etc. could have changed.      
3369
3370 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
3371
3372         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
3373
3374         * gtk/gtktreemodelsimple.[ch]: removed.
3375
3376 2001-02-16  Alexander Larsson  <alexl@redhat.com>
3377
3378         * gtk/gtktreemodelmapping.[ch]:
3379         New files. Implement GtkTreeModelMapping.
3380         
3381         * gtk/Makefile.am:
3382         Add gtktreemodelmapping.[ch].
3383         
3384         * gtk/gtk.h:
3385         Add gtktreemodelmapping.h
3386
3387         * gtk/treestoretest.c:
3388         Test the GtkTreeModelMapping
3389
3390 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
3391
3392         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
3393         have a demo, we might as well pass in real values.  Thanks to
3394         clahey for pointing this out.
3395
3396 2001-02-14  Havoc Pennington  <hp@pobox.com>
3397
3398         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
3399         "static" to a private function
3400         (gtk_image_menu_item_class_init): remove destroy handler,
3401         add "image" object property
3402
3403 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
3404
3405         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
3406         Add a shortcut if the window and the current clip_region doesn't
3407         overlap. This is needed when there are a lot of windows in a
3408         window. The layout test in testgtk is a good test.
3409
3410         * gdk/linux-fb/gdkwindow-fb.c:
3411         Whitespace fix.
3412
3413 2001-02-13  Sven Neumann  <sven@convergence.de>
3414
3415         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
3416
3417 2001-02-13  Alexander Larsson  <alexl@redhat.com>
3418
3419         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
3420         Don't reference last_cursor if it is null. Fixes crash when rotating
3421         the screen before having moved the mouse.
3422
3423         * gdk/linux-fb/gdkcc-fb.c: Zapp!
3424
3425         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
3426
3427         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
3428         when using 90 or 270 degrees rotation.
3429
3430 2001-02-12  Havoc Pennington  <hp@pobox.com>
3431
3432         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
3433         it always set the foreground, even if we were only using
3434         a stipple.
3435         (gdk_draw_layout_line_with_colors): new function, allow
3436         override colors
3437         (gdk_draw_layout_with_colors): new function, allow override
3438         colors
3439         (gdk_pango_layout_line_get_clip_region): function to get the clip
3440         region for a logical text range
3441         (gdk_pango_layout_get_clip_region): get the clip region for a
3442         logical text range
3443
3444         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
3445         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
3446         the right number of arguments.
3447
3448         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
3449         enhance the function to check that node data corresponds to a 
3450         view still belonging to the tree.
3451
3452         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
3453         GtkTreePath
3454         (gtk_tree_view_inserted): ditto
3455         (gtk_tree_view_child_toggled): ditto
3456
3457         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
3458         simplify this code.
3459
3460         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
3461         a PangoAttrList
3462
3463         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
3464
3465         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
3466
3467         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
3468         size in the size request 
3469         (gtk_menu_bar_size_allocate): consider toggle size here
3470
3471         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
3472         that displays a widget in the toggle slot
3473
3474         * gtk/testgtk.c: test GtkImageMenuItem
3475
3476         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
3477         
3478         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
3479         request and allocation
3480
3481         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
3482
3483         * gtk/gtkcheckmenuitem.c
3484         (gtk_check_menu_item_toggle_size_request): ditto
3485         
3486 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
3487
3488         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
3489         reference.
3490
3491         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
3492         and refuse to initialize GTK+ if they fail.
3493
3494 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
3495
3496         * configure.in: Add check for gtk-doc version.
3497
3498 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
3499
3500         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
3501         where the xpad/ypad was only being used on one side!
3502
3503 2001-02-11  Tor Lillqvist  <tml@iki.fi>
3504
3505         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
3506         function, copied from X11 version.
3507
3508         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
3509         DestroyCursor failures. The reason for the problem (despite the
3510         inconsistent messages from GetLastError()) was that
3511         DestroyCursor() cannot be called while a cursor is set in a
3512         window. Set the new cursor first and then destroy the old one.
3513         Thanks to jpe@archaeopteryx.com.
3514
3515         * gdk/win32/gdkcc-win32.c: Remove.
3516
3517         * gdk/win32/Makefile.am: Remove from here, too.
3518         
3519         * gdk/gdk.def
3520         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
3521
3522         * gtk/gtk.def
3523         * gtk/makefile.mingw.in: Updates.
3524
3525 2001-02-08  Havoc Pennington  <hp@redhat.com>
3526
3527         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
3528         add a widget to a bin that already has a child.
3529
3530         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
3531
3532         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
3533         
3534         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
3535
3536         * gdk/gdk.h: remove gdkcc.h
3537
3538         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
3539
3540         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
3541         GdkPixbuf, since the previous implementation was GdkColorContext
3542         dependent.
3543
3544         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
3545         
3546 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
3547
3548         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
3549         a sane value!
3550
3551 2001-02-08  Havoc Pennington  <hp@redhat.com>
3552
3553         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
3554         lighten them.
3555
3556 2001-02-08  Havoc Pennington  <hp@redhat.com>
3557
3558         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
3559         validation idle
3560
3561         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
3562         cell renderer
3563
3564         * demos/pixbuf-demo.c (timeout): remove deprecated
3565         gtk_widget_draw
3566
3567         * demos/testpixbuf-save.c (main): remove deprecated
3568         gtk_drawing_area_size
3569
3570         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
3571         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
3572         at the start of the allocation.
3573         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
3574         unsetup or NULL model.
3575
3576         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
3577         even/odd/sorted cells in the tree view.
3578
3579         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
3580         bugfixes
3581
3582         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
3583         backgrounds with draw_flat_box using different detail for even/odd
3584         rows.
3585
3586         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
3587         row, so we can draw the alternating colors thing
3588
3589         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
3590         property from a synonym property, notify for the synonym.
3591         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
3592         (gtk_text_tag_get_property): Always return the font, even if
3593         all its fields aren't set
3594
3595         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
3596         store the attr list; it leaves us with no way to change attributes
3597         in _render according to the render flags, and no way to implement
3598         get_property. Instead store all the specific text attributes. 
3599         Separate whether an attribute is enabled from its value. Sync all
3600         properties with GtkTextTag, make them all consistent, etc.
3601
3602         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
3603         renderers can highlight the sort row/column     
3604
3605         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
3606         accessor functions to get values; this has the side effect of
3607         showing up which accessor functions were missing. Added those.
3608
3609         * gtk/gtktreeviewcolumn.h: Replace set_justification with
3610         set_alignment, to be consistent with GtkLabel, GtkMisc
3611
3612         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
3613         arrow.
3614
3615         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
3616
3617         * gtk/gtktreesortable.h: updates in here
3618
3619 2001-02-07  Sven Neumann  <sven@convergence.de>
3620
3621         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
3622         pango dimensions after painting the background. We used to draw
3623         gigantic flat boxes here.
3624
3625 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
3626
3627         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
3628         error introduced with earlier commit) (pointed out by
3629         Ollie Lho)
3630
3631 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
3632
3633         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
3634         which are no longer necessary.
3635
3636 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
3637
3638         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
3639
3640 2001-02-04  Tor Lillqvist  <tml@iki.fi>
3641
3642         * gdk/gdk.def
3643         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
3644         Provide dummy implementations.
3645
3646 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
3647
3648         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
3649
3650         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
3651         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
3652         deprecated this function.
3653
3654         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
3655         argument.
3656
3657 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
3658
3659         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
3660
3661 2001-02-03  Havoc Pennington  <hp@pobox.com>
3662
3663         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
3664         Mikael Hermansson with patch from Mikael (if there was a toggle
3665         start one after the first character in the range, this function
3666         was broken). Bug #50380
3667
3668 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
3669
3670         * configure.in: Remove confusing comment about X11.
3671
3672 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
3673
3674         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
3675         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
3676         
3677 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
3678
3679         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
3680         it breaks things on BSD. If you want to compile GTK+ with
3681         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
3682         when configuring, since GTK+ simply can't be "pure ANSI" 
3683         in the header files it uses. (#8170, Greg Hudson)
3684
3685 2001-02-02  Havoc Pennington  <hp@redhat.com>
3686
3687         * gtk/gtkwindow.c: docs
3688
3689         * gtk/gtkwidget.c: docs
3690         (gtk_widget_set_colormap): add a reference to the colormap
3691         (gtk_widget_get_default_colormap): add a reference to the colormap
3692
3693         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
3694
3695         * gtk/gtktextiter.c: docs
3696
3697         * gtk/gtkmain.c (gtk_propagate_event): docs
3698
3699         * gtk/gtkpaned.c (gtk_paned_get_position): docs
3700         (gtk_paned_set_position): docs
3701
3702         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
3703         sort interface, no implementation yet.
3704
3705         * demos/testpixbuf.c (new_testrgb_window): replace
3706         gtk_drawing_area_size() with gtk_widget_set_usize()
3707
3708         * demos/testpixbuf-drawable.c (main): ditto
3709         
3710         * gtk/testgtk.c: remove use of GtkStatusbarMsg
3711
3712         * gtk/gtktextbuffer.c: docs
3713
3714         * gtk/gtkstock.c: docs
3715
3716         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
3717
3718         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
3719
3720         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
3721         
3722         * gtk/gtkimage.c: add some docs in here
3723         (gtk_image_size_request): change name of
3724         gtk_widget_render_stock_icon
3725         (gtk_image_get_icon_set): don't dup returned string
3726         (gtk_image_get_icon_set): don't dup returned string
3727
3728         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
3729         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
3730         and gtkiconfactory.h functions
3731
3732         * gtk/gtkiconfactory.c: add some docs in here
3733
3734         * gtk/gtkmain.c (gtk_get_default_language): document
3735         (gtk_get_current_event): document
3736         (gtk_get_current_event_state): document
3737         (gtk_get_event_widget): document
3738
3739         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
3740
3741         * gtk/gtkcontainer.c: Add some documentation
3742         (gtk_container_add): give a more explanatory warning on adding an
3743         already-parented widget, this is kind of a FAQ and also a common
3744         typo that's easier to debug with a nice warning 
3745
3746         * gtk/gtkcellrenderertoggle.c
3747         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
3748         adding this, it's useless
3749         (gtk_cell_renderer_toggle_set_active): remove
3750         (gtk_cell_renderer_toggle_get_radio): add
3751
3752         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
3753         the NULL cell renderer, that doesn't make any sense to me. 
3754
3755         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
3756         demo code should never use deprecated features.
3757
3758         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
3759         code should never use deprecated features.
3760
3761         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
3762         gtk_widget_queue_clear_area deprecated
3763
3764         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
3765         deprecated
3766
3767         * gtk/gtklabel.h: mark gtk_label_get() deprecated
3768
3769         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
3770         a GdkImage deprecated, replaced by new consistently-named
3771         functions       
3772
3773         * gtk/gtkmain.h: Mark gtk_exit() deprecated
3774
3775         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
3776
3777         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
3778         deprecated
3779
3780         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
3781         so it won't appear in docs and confuse people.
3782
3783         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
3784
3785         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
3786         macros deprecated. (can't mark the type itself deprecated, since
3787         GtkProgressBar is not deprecated and we need the type decl to use
3788         GtkProgressBar)
3789
3790         * gtk/gtkpixmap.h: Mark deprecated
3791
3792         * gtk/gtkoldeditable.h: Mark deprecated
3793
3794         * gtk/gtklist.h: Mark deprecated
3795
3796         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
3797         for anything anymore.
3798
3799         * gtk/gtkctree.h: Mark deprecated
3800
3801         * gtk/gtkclist.h: Mark deprecated
3802
3803         * gtk/gtkpreview.h: Mark deprecated
3804
3805         * gtk/gtkpacker.h: Mark deprecated
3806
3807         * gtk/gtktipsquery.h: Mark deprecated
3808
3809         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
3810
3811         * gtk/gtkvruler.h: Add comment that it will move out of GTK
3812
3813         * gtk/gtkhruler.h: Add comment that it will move out of GTK
3814
3815         * gtk/gtkruler.h: Add comment that it will move out of GTK
3816
3817         * gtk/gtkgamma.h: Add comment that it will move out of GTK
3818
3819         * gtk/gtkcurve.h: Add comment that it will move out of GTK
3820
3821 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
3822
3823         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
3824         gdk_colormap_sync private since it was never exported
3825         in a header file.
3826
3827         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
3828         colormap->colors[] for StaticGray, StaticColor colormaps.
3829
3830         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
3831         was being used as if it was image->bits_per_pixel.
3832
3833         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
3834         for the image in the GdkImage structure since it isn't
3835         reconstructable, and we need it to handle packed types
3836
3837         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
3838         the assumption that on Win32 image->bits_per_pixel == image->depth,
3839         always.
3840
3841         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
3842
3843         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
3844         warning message if no converter can be found. 
3845
3846 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
3847
3848         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
3849         chars to isupper() / tolower(). (#567)
3850
3851         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
3852         to clear up 64-bit warnings. (#567)
3853
3854 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
3855
3856         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
3857         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
3858
3859         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
3860         since some people set $(libdir) separately. (#1290, David Kaelbling)
3861
3862 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
3863
3864         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
3865         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
3866         MAXPATHLEN, but the code here depends on a fixed value.)
3867         (#4524)
3868
3869 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
3870
3871         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
3872         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
3873
3874 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
3875
3876         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
3877         viewable there is no way that moving the node will cause the 
3878         focus row to become not viewable, so omit check on the visibility
3879         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
3880
3881 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
3882
3883         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
3884         selection before inserting new text.
3885
3886 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
3887
3888         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
3889         Make the sensitivity of the reparented child track that of
3890         the original parent menu item. (#34218, David Hodson)
3891
3892         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
3893         the case where the current item is destroyed properly.
3894
3895         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
3896         some edge cases with child-less menuitems.
3897         
3898 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
3899
3900         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
3901         key pop down window. (#12074, Jon K Hellan)
3902
3903 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
3904
3905         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
3906         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
3907         The solution here isn't perfect - you get an extraneous
3908         emission of "toggle", which could conceivably confuse an app,
3909         but better than the current situation. LXR search seems to
3910         indicate that no apps in GNOME CVS connect to "toggle".
3911
3912 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
3913
3914         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
3915         gtk_public_h_sources to directly here to avoid warning when
3916         building srcdir != builddir. (#9656)
3917
3918 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
3919
3920         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
3921         handlers in gtkrange.c return the proper values (TRUE == handled)
3922         (#10316).
3923
3924         This is just the tip of the iceberg, but gtkrange.c is the
3925         most common place where the propagation is problematical,
3926         and also a place where it is almost certainly safe to change
3927         this in the stable branch.
3928
3929         (You don't want right click popups on a range control or anything...)
3930
3931 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
3932
3933         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
3934         area on focus out, even if a background pixmap isn't set.
3935         (#13941)
3936         
3937 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
3938
3939         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
3940         to deal with setting the shape properly when scrolling arrows are
3941         turned on, but not visible because there is sufficient space.
3942         (#13432)
3943
3944 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
3945
3946         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
3947         items with submenus, destroy the item along with the submenu.
3948         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
3949         properly.
3950
3951         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
3952         later.
3953
3954 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
3955
3956         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
3957         the focus widget sometimes wasn't drawn with the default if there
3958         was no default widget.
3959
3960         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
3961         unreference pixmaps. 
3962
3963         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
3964         for some extra safety.
3965
3966 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
3967
3968         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
3969         the text of a cell to the old pointer value better, by
3970         copying the new text before freeing the old text. Some code
3971         cleanup. (#8079, Karl Nelson)
3972
3973 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
3974
3975         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
3976         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
3977
3978 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
3979
3980         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
3981         item from a menu, check to see if it matches 
3982         menu->old_active_menu_item, and if so, unref and clear
3983         old_active_menu_item (Patch from Pavel Cisler)
3984
3985         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
3986         menu_shell->active_menu_item, if it is the child being
3987         removed. (Patch based on that of Gene Ragan, #50337)
3988
3989 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
3990
3991         * gdk/linux-fb/gdkselection-fb.c: 
3992         * gdk/linux-fb/gdkcolor-fb.c: 
3993         * gdk/linux-fb/gdkdrawable-fb2.c: 
3994         * gdk/linux-fb/gdkfont-fb.c: 
3995         * gdk/linux-fb/gdkim-fb.c: 
3996         * gdk/linux-fb/gdkinput.c: 
3997         * gdk/linux-fb/gdkkeyboard-fb.c: 
3998         * gdk/linux-fb/gdkmain-fb.c: 
3999         * gdk/linux-fb/gdkrender-fb.c: 
4000         A bunch of whitespace cleanup.
4001         
4002 2001-01-30  Havoc Pennington  <hp@pobox.com>
4003
4004         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
4005         #ifdef GTK_ENABLE_BROKEN.
4006
4007         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
4008         GTK_ENABLE_BROKEN just before including the broken headers.
4009         
4010         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
4011         deprecated types registered.
4012
4013         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
4014         we have to test the broken stuff.
4015
4016         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
4017         
4018 2001-01-30  Havoc Pennington  <hp@redhat.com>
4019
4020         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
4021         here where prev pointer was set to the wrong thing
4022
4023         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
4024         (gtk_tree_path_is_descendant): new function
4025
4026         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
4027         cached length
4028         (gtk_list_store_get_iter): don't modify iter if we can't get the
4029         path.
4030
4031         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
4032         
4033         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
4034         GtkTreeDragDest
4035
4036         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
4037         was causing segfault
4038
4039         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
4040         pointer to NULL
4041
4042         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
4043
4044         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
4045         on returning FALSE
4046         (gtk_list_store_iter_children): ditto
4047         (gtk_list_store_iter_nth_child): ditto
4048         (gtk_list_store_iter_nth_child): ditto
4049         (gtk_list_store_iter_parent): ditto
4050
4051         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
4052         on iter->user_data != NULL instead of silently accepting it.
4053         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
4054         we are returning TRUE.
4055         (gtk_tree_store_iter_children): ditto
4056         (gtk_tree_store_iter_nth_child): ditto
4057         (gtk_tree_store_iter_parent): ditto
4058         (gtk_tree_store_insert): remove handling of parent->user_data ==
4059         NULL, replace with parent == NULL       
4060
4061         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
4062         and a comment explaining things
4063
4064         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
4065         interface support to GtkTreeStore.
4066
4067         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
4068         FALSE if no prev, fix
4069
4070         * gtk/gtktreeview.c (set_source_row): use a row reference
4071         (set_dest_row): use a row reference
4072
4073 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
4074
4075         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
4076         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
4077         (gtk_tree_selection_select_iter): The same as above.
4078
4079 2001-01-26  Havoc Pennington  <hp@redhat.com>
4080
4081         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
4082         which holds a handle to a specific row (particular set of values
4083         in the model, i.e. pointer-identity row).
4084
4085         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
4086         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
4087         Still need to use it for the src/dest row saved on the drag context.
4088
4089 2001-01-26  Havoc Pennington  <hp@redhat.com>
4090
4091         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
4092
4093         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
4094         not offset by TREE_VIEW_HEADER_HEIGHT
4095         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
4096         TREE_VIEW_HEADER_HEIGHT
4097
4098         * configure.in (included_loaders): for me, --with-included-loaders
4099         generates the error "the specified loader yes does not exist",
4100         i.e. the arg defaults to "yes", so change test for value ""
4101         to test for value "yes", and include all loaders in that case.
4102
4103         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
4104
4105         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
4106         handle TREE_VIEW_VERTICAL_SEPARATOR
4107         (gtk_tree_view_bin_expose): fix to consider the row offset as
4108         pointing halfway into vertical separator.       
4109         (gtk_tree_view_draw_node_focus_rect): ditto
4110
4111         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
4112         --gtk-debug=updates, which causes gdk_window_set_debug_updates
4113         (TRUE) to be called.
4114
4115         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
4116         debug mode where the invalid region is colored in on invalidate,
4117         so you can see the flicker and know whether your redraw code is 
4118         doing a good job.
4119
4120         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
4121         tree window coordinates (clip rect is in tree window coords)
4122
4123         * gtk/Makefile.am: add gtktreednd.[hc]
4124
4125         * gtk/gtkliststore.c: implement gtktreednd interfaces.
4126
4127         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
4128         drag-and-drop data operations on a model (so we can set up tree
4129         drag-and-drop automatically)
4130
4131         * gtk/testgtk.c: Add a window to change sensitivity in the
4132         GtkLabel test; add a way to change the entry frame in GtkEntry
4133         test
4134
4135         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
4136         (gtk_entry_get_has_frame): new functions to remove the frame
4137         around an entry
4138         (gtk_entry_size_request): shrink requisition if no frame
4139         (gtk_entry_draw_focus): don't draw frame if no frame
4140
4141         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
4142         checks inside a cell renderer
4143         (gtk_default_draw_option): ditto for options
4144
4145         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
4146         children from the alignment, not the button
4147         (gtk_tree_view_column_init): ref/sink the column, to emulate
4148         GObject refcounting.
4149
4150         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
4151         
4152         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
4153         Use theme functions to draw the toggles 
4154
4155         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
4156
4157         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
4158         GdkPangoAttrEmbossed to use in rendering insensitive text
4159
4160         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
4161
4162         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
4163         using new GDK features
4164         
4165 2001-01-24  Alexander Larsson  <alexl@redhat.com>
4166
4167         * gtk/gtkimage.c:
4168         Splitted gtk_image_clear into gtk_image_clear() and
4169         gtk_image_reset(). Call gtk_image_clear() in ::destroy
4170         to avoid leaks.
4171
4172         * gtk/gtklabel.c (set_markup):
4173         Don't leak text.
4174
4175         * gtk/gtktextlayout.c:
4176         Always free display->shaped_objects.
4177
4178         * gtk/testgtk.c (create_clist):
4179         Don't leak custom style.
4180
4181 2001-01-23  Alexander Larsson  <alexl@redhat.com>
4182
4183         * gtk/gtkcolorsel.c (grab_color_at_mouse):
4184         Don't leak image. Simplify using gdk_colormap_query_color().
4185         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
4186
4187         * linux-fb/gdkcolor-fb.c:
4188         Implemented gdk_colormap_query_color.
4189
4190 2001-01-23  Alexander Larsson  <alexl@redhat.com>
4191
4192         * linux-fb/gdkcursor-fb.c:
4193         Don't leak built-in cursors.
4194
4195         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
4196         Don't leak tmp_points.
4197
4198         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
4199         Don't modify desc. Don't leak font if the PangoFont
4200         isn't found.
4201         
4202         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
4203         Free dash_list.
4204
4205         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
4206         Don't leak string.
4207         
4208 2001-01-20  Havoc Pennington  <hp@pobox.com>
4209
4210         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
4211         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
4212         me, matches Pango
4213
4214 2001-01-22  Havoc Pennington  <hp@redhat.com>
4215
4216         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
4217
4218         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
4219
4220         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
4221         Remove, move back to gdk-pixbuf
4222
4223         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
4224         to all the word functions
4225
4226         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
4227         before doing anything on NULL layout or if we don't have the focus
4228
4229         * gtk/testtext.c (fill_example_buffer): "justification"
4230
4231         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
4232         to be called "justification" not "justify"
4233
4234         * demos/gtk-demo/textview.c (create_tags): "justification"
4235         
4236         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
4237
4238 2001-01-22  Alexander Larsson  <alexl@redhat.com>
4239
4240         * gdk/gdkwindow.c (gdk_window_invalidate_region):
4241         Don't leak visible_region. Use visible_region instead of region.
4242         
4243         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
4244         Don't do extra gdk_drawable_ref(). This is not X.
4245         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
4246         gdk_fb_focused_window is ref:ed.
4247         (gdk_fb_window_send_crossing_events): Watch out for destroyed
4248         windows.
4249
4250 2001-01-22  Alexander Larsson  <alexl@redhat.com>
4251
4252         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
4253         Don't leak the PangoFontDescriptor.
4254
4255 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
4256
4257         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
4258         when not realized.
4259         (gtk_tree_view_scroll_to_cell): Make work when not realized.
4260         (gtk_tree_view_realize): add scroll_to support
4261         (gtk_tree_view_finalize): add a finalize method.  Populate.
4262         (gtk_tree_view_insert_column): ref and sink the column.
4263         (gtk_tree_view_append_column): ref and sink the column.
4264         (gtk_tree_view_queue_draw_node): New function to handle redrawing
4265         individual nodes.  Should make the code much more efficient, if
4266         actually used.
4267
4268 2001-01-19  Havoc Pennington  <hp@redhat.com>
4269
4270         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
4271         byte_offset variable was being used to mean both "offset into
4272         layout" and "offset into buffer line" which was no longer true
4273         with addition of preedit string; fix
4274
4275 2001-01-19  Havoc Pennington  <hp@redhat.com>
4276
4277         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
4278
4279         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
4280         function
4281
4282         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
4283         implement
4284
4285         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
4286         scroll_to_cell, matches TextView scroll functions better
4287         (gtk_tree_view_tree_to_widget_coords): new function
4288         (gtk_tree_view_widget_to_tree_coords): new function
4289         (gtk_tree_view_get_visible_rect): new function
4290         (gtk_tree_view_get_path_at_pos): accept negative coordinates
4291         (gtk_tree_view_draw_node_focus_rect): new function moved from
4292         draw_focus, also, use width of bin_window as width of the focus
4293         rect
4294         (gtk_tree_view_expand_row): fix bug where it didn't recognize
4295         already-expanded rows
4296         (gtk_tree_view_get_cell_rect): new function
4297         (gtk_tree_view_get_path_at_pos): return the click position
4298         relative to the passed-in cell
4299         (gtk_tree_view_set_expander_column): new function
4300
4301         * configure.in: remove gtk-config-2.0 chmod
4302
4303         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
4304         and properly handle drags with targets we don't understand
4305         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
4306         scrolling anyway
4307         (gtk_text_view_drag_drop): stop scrolling here though, and set the
4308         mark invisible
4309
4310         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
4311         function
4312         (gtk_drag_dest_get_target_list): new function
4313         (gtk_drag_dest_set_target_list): new function
4314         
4315         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
4316
4317         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
4318         related to drag-and-drop
4319
4320 2001-01-19  Alexander Larsson  <alexl@redhat.com>
4321
4322         * gdk/linux-fb/gdkprivate-fb.h:
4323         Define EMULATE_GDKFONT.
4324         Add extra pango_font stuff to GfkFontPrivate.
4325         
4326         * gdk/linux-fb/gdkdrawable-fb2.c:
4327         * gdk/linux-fb/gdkfont-fb.c:
4328         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
4329         emulation using PangoFont.
4330
4331 2001-01-17  Havoc Pennington  <hp@pobox.com>
4332
4333         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
4334         all the non-deprecated set_foo functions. Added missing object
4335         properties, and added g_object_notify() to setters. 
4336         Wrote docs.
4337         
4338 2001-01-18  Tor Lillqvist  <tml@iki.fi>
4339
4340         * gtk/gtkmain.c
4341         * gtk/gtkrc.c: (Win32) Use the new
4342         g_win32_get_package_installation_(sub)directory() functions.
4343
4344         * config.h.win32.in: New file.
4345         
4346         * config.h.win32: Removed.
4347
4348         * configure.in: Output config.h.win32.
4349
4350         * Makefile.am: Add it to EXTRA_DIST.
4351
4352         * gtk/gtk.def: Update.
4353
4354 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
4355
4356         * gtk/gtklabel.c (gtk_label_size_request): Set the
4357         attributes onto the PangoLayout even if they are newly
4358         created from label->pattern.
4359
4360 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
4361
4362         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
4363
4364         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
4365         structures in functions. Fixes bug where gtk_dataset_*
4366         was accidentally still being used in one place, causing
4367         every dest side event to be treated independently.
4368
4369         * gtk/gtkdnd.c: Remove last vestages of handling
4370         ::draw (fixes warning)
4371         
4372         * gtk/gtkentry.[ch]: Add drag and drop support.
4373
4374         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
4375         new function gtk_check_drag_threshhold() for checking
4376         to check if (dx,dy) has exceeded the threshhold for starting
4377         a drag and use it everywhere.
4378
4379 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
4380
4381         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
4382         add -I{includedir}/gtk-2.0.
4383
4384         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
4385         gdk/gdk-pixbuf.h: Doc fixups.
4386         
4387         * gtk/gtkobject.h: Remove trailing , from enum
4388
4389 2001-01-17 Alexander Larsson <alexl@redhat.com> 
4390
4391         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
4392         Doh! Mixed up x and y.
4393
4394         * gdk/linux-fb/gdkglobals-fb.c:
4395         Removed gdk_fb_pointer_grab_window_events,
4396         added _gdk_fb_pointer_grab_owner_events and
4397         _gdk_fb_keyboard_grab_owner_events.
4398
4399         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
4400         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
4401         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
4402         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
4403         Send crossing events after ungrab finished.
4404         (gdk_keyboard_grab): Set ..._owner_events
4405         (type_masks): Move out of function.
4406         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
4407         gdk_fb_keyboard_event_window): New functions, return the
4408         window an event should be targeted at. Handles grabs and
4409         event propagation. Can return NULL.
4410         (gdk_event_make): Remove event_mask checking. Now always
4411         returns an event.
4412                 
4413         * gdk/linux-fb/gdkkeyboard-fb.c:
4414         * gdk/linux-fb/gdkproperty-fb.c:
4415         * gdk/linux-fb/gdkselection-fb.c:
4416         Use new event_window/gdk_event_make() behaviour.
4417         
4418         * gdk/linux-fb/gdkmouse-fb.c:
4419         Use new event_window/gdk_event_make() behaviour.
4420         Only send motion events if in the same window.
4421         If grabbed, use cursor from window if sibling of grabbed
4422         window, and cursor from grabbed window otherwise.
4423
4424         * gdk/linux-fb/gdkprivate-fb.h:
4425         Update gdk_fb_window_send_crossing_events, gdk_event_make
4426         and grab varaible declarations. Add gdk_fb_*_event_window().
4427
4428         * gdk/linux-fb/gdkwindow-fb.c:
4429         Use new event_window/gdk_event_make() behaviour.
4430         Keep correct track of focus window.
4431         (gdk_window_set_events): Set all specific button motion masks
4432         if GDK_BUTTON_MOTION_MASK set.
4433
4434         * gtk/gtkdnd.c (gtk_drag_update):
4435         Free info->last_event if gdk_drag_motion returned FALSE.
4436
4437 2001-01-16  Tor Lillqvist  <tml@iki.fi>
4438
4439         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
4440         Eliminate redraws when input-only windows are shown or
4441         hidden. Thanks to jpe@archaeopteryx.com.
4442
4443 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
4444
4445         * docs/faq/gtk-faq.sgml: FAQ update:
4446           - Update to bugzilla
4447           - Add GTK+ and security/SUID/SGID
4448           - Add DnD question
4449
4450 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
4451
4452         * gdk/linux-fb/gdkdnd-fb.c:
4453         Some cleanups.
4454         
4455 2001-01-15  Havoc Pennington  <hp@pobox.com>
4456
4457         * tests/testtreeview.c: add test stuff for CellRendererToggle
4458
4459         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
4460         accessor
4461
4462         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
4463         only toggle on button press (would do release like GtkButton, but
4464         we'd need implicit grab code for treeview cells)
4465
4466 2001-01-16  Tor Lillqvist  <tml@iki.fi>
4467
4468         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
4469
4470         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
4471         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
4472
4473         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
4474         to g_{locale,filename}_{to,from}_utf8 to match current API.
4475
4476         * gtk/makefile.msc.in (gtk_OBJECTS)
4477         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
4478
4479         * gtk/gtk.def: Update.
4480
4481 2001-01-15  Tor Lillqvist  <tml@iki.fi>
4482
4483         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
4484         implementaion that more closely mimics the events that an X server
4485         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
4486         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
4487         with nested preview widgets, for instance, more responsive when
4488         you move the mouse quickly into them.
4489         (find_window_for_pointer_event): Make it actually compile.
4490         (gdk_event_translate): Set send_event to the value of
4491         InSendMessage (). This doesn't really mean the same as X11's
4492         send_event flag, but is close enough, says jpe@archaeopteryx.com
4493
4494 2001-01-15  Alexander Larsson  <alexl@redhat.com>
4495
4496         * gdk/linux-fb/gdkdnd-fb.c:
4497         Implemented drag and drop.
4498         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
4499         when it tries to free and then copy the same event (info->last_event).
4500         I am not sure about why this happens, but will continue looking.
4501
4502 2001-01-15  Alexander Larsson  <alexl@redhat.com>
4503
4504         * gdk/linux-fb/gdkwindow-fb.c:
4505         Use gdk_window_invalidate_rect instead of
4506         gdk_window_invalidate_rect_clear to minimise flashing.
4507         When hiding windows you need to clear the root window though.
4508
4509 2001-01-15  Alexander Larsson  <alexl@redhat.com>
4510
4511         * gdk/linux-fb/gdkdrawable-fb2.c:
4512         For optization, add an full_shapes argument to gdk_fb_clip_region.
4513         If this is false, only the cliprects of the shapes are used.
4514
4515         * gdk/linux-fb/gdkprivate-fb.h:
4516         Export gdk_fb_window_peek_shape.
4517         Add full_shapes to gdk_fb_clip_region.
4518
4519         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
4520         When moving a window, don't clear everything under the it, just the
4521         root window. Makes stuff faster and flash less.
4522         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
4523         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
4524         offset of the shape.
4525         
4526
4527 2001-01-12  Havoc Pennington  <hp@redhat.com>
4528
4529         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
4530         current invalid region, fixes redraw bug while scrolling the 
4531         text widget
4532
4533         * gtk/gtktextview.c, gtk/gtktextview.h:
4534         Rearrange the scrolling/validation/etc. code in a major way, 
4535         so it seems to make sense to me. Probably isn't genuinely that
4536         much better, but...
4537
4538         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
4539         notifies
4540
4541         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
4542
4543 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
4544
4545         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
4546         Hide mouse pointer while rotation. Show it afterwards.
4547
4548 2001-01-12  Alexander Larsson  <alexl@redhat.com>
4549
4550         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
4551         windows in consideration when generating clip region.
4552
4553         * gdk/linux-fb/gdkfb.h:
4554         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
4555
4556         * gdk/linux-fb/gdkprivate-fb.h:
4557         Add shape to GdkWindowFBDatat.
4558         exported gdk_fb_window_get_abs_shape().
4559         removed gdk_fb_draw_lines declaration.
4560
4561         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
4562         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
4563         send focus changes when there is a grabbed window.
4564         (gdk_window_get_pointer): Handle shaped windows.
4565         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
4566         (gdk_fb_window_peek_shape): Returns the shape for a window,
4567         handles GDK_FB_USE_CHILD_SHAPE.
4568         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
4569         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
4570         (gdk_window_shape_combine_mask): Implement.
4571
4572         * gtk/gtkwindow-decorate.c:
4573         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
4574         setting the shape of a window makes the window transparent.
4575
4576 2001-01-11  Havoc Pennington  <hp@redhat.com>
4577
4578         * gtk/gtktreemodelsimple.h: Oops, broke some macros
4579
4580 2001-01-10  Havoc Pennington  <hp@redhat.com>
4581
4582         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
4583         add this function, bug 40251
4584
4585         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
4586         of type macro   
4587
4588 2001-01-11  Alexander Larsson  <alexl@redhat.com>
4589
4590         * acconfig.h:
4591         Added ENABLE_SHADOW_FB
4592
4593         * configure.in:
4594         Added --disable-shadowfb
4595
4596         * gdk/linux-fb/gdkcursor-fb.c:
4597         Update shadowfb when updating cursor
4598
4599         * gdk/linux-fb/gdkdrawable-fb2.c:
4600         Added wrappers for shadowfb that calls  the normal drawable
4601         methods, but calls gdk_shadow_fb_update(bounding box) when
4602         GdkWindows are drawed to.
4603         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
4604         which also returns the bounding box.
4605
4606         * gdk/linux-fb/gdkfb.h:
4607         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
4608
4609         * gdk/linux-fb/gdkgeometry-fb.c:
4610         Update shadowfb when scrolling window.
4611
4612         * gdk/linux-fb/gdkglobals-fb.c:
4613         Add _gdk_fb_screen_angle.
4614         
4615         * gdk/linux-fb/gdkkeyboard-fb.c:
4616         Test code for screen rotation. Shift-F2 in the xlate driver
4617         rotates the screen.
4618
4619         * gdk/linux-fb/gdkmain-fb.c:
4620         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
4621
4622         * gdk/linux-fb/gdkmouse-fb.c:
4623         Use fb_width/height instead of modeinfo.xres/yres.
4624
4625         * gdk/linux-fb/gdkprivate-fb.h:
4626         Added fb_men, fb_width, fb_height & fb_stride. When using
4627         shadow fb these can differ from the framebuffer stuff.
4628         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
4629         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
4630         _gdk_fb_screen_angle. Removed CM, RP.
4631
4632         * gdk/linux-fb/gdkrender-fb.c:
4633         Added code for shadowfb handling and screen rotation using
4634         shadowfb.
4635
4636         * gdk/linux-fb/gdkwindow-fb.c:
4637         Use fb_mem, fb_stride, fb_width, fb_height.
4638         Added recompute_rowstride to reset the rowstride of all windows.
4639         Added gdk_fb_recompute_all() which recomputes rootwindow size,
4640         window abs positions and window rowstrides. Usefull when the
4641         rotation has changed.
4642
4643 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
4644
4645         * docs/faq/gtk-faq.sgml: update to make web site updating easier
4646
4647 2001-01-10  Havoc Pennington  <hp@redhat.com>
4648
4649         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
4650         where sibling == iter
4651         (gtk_tree_store_insert_after): handle sibling == iter
4652         (gtk_tree_store_prepend): remove stamp checks
4653         (gtk_tree_store_insert_before): ditto
4654         (gtk_tree_store_append): ditto
4655         (gtk_tree_store_get_path): ditto
4656         (gtk_tree_store_get_value): ditto
4657         (gtk_tree_store_iter_has_child): ditto
4658         (gtk_tree_store_iter_n_children): ditto
4659         (gtk_tree_store_iter_nth_child): ditto
4660         (gtk_tree_store_insert_after): ditto
4661         (gtk_tree_store_is_ancestor): ditto
4662         (gtk_tree_store_iter_depth): ditto
4663         (gtk_tree_store_insert_before): assert that sibling's parent is
4664         the same as the passed-in parent
4665         (gtk_tree_store_insert_after): assert that sibling's parent is
4666         the same as the passed-in parent
4667
4668         
4669         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
4670         function to get the first iterator in a model
4671         
4672         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
4673         conventionally the "root" in this sense is just NULL afaict.
4674
4675         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
4676         where sibling == iter
4677         (gtk_list_store_insert_after): handle case where sibling == iter
4678
4679         * tests/testtreeview.c (run_automated_tests): fairly lame basic
4680         automated tests for ListStore, TreeStore
4681
4682         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
4683         (gtk_list_store_insert): update tail pointer, and fix it to work
4684         (gtk_list_store_insert_before): update tail pointer, and fix it to work
4685         (gtk_list_store_append): use tail to be faster
4686         (gtk_list_store_prepend): fix it, update tail pointer
4687         (gtk_list_store_insert_after): fix it, update tail pointer
4688
4689         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
4690         the list
4691
4692 2001-01-09  Havoc Pennington  <hp@redhat.com>
4693
4694         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
4695         is NULL due to a pending resize
4696
4697         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
4698         column width to values less than 1
4699
4700         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
4701         width to be between min/max width, and still set the width 
4702         even if autosize is turned on, so the tree view can use this 
4703         function in order to autosize.
4704         (gtk_tree_view_column_init): set initial width to 1 not 0
4705
4706         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
4707         setter function to modify column width, so we get notification
4708         (gtk_tree_view_insert_iter_height): ditto
4709         (gtk_tree_view_calc_size): ditto
4710         (gtk_tree_view_check_dirty): ditto
4711
4712         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
4713         properties to change all the interesting attributes of the tree
4714         view column.
4715         (gtk_tree_view_column_set_header_clickable): rename set_clickable
4716         (gtk_tree_view_column_get_clickable): add
4717         (gtk_tree_view_column_set_cell_renderer): don't unset the current
4718         attributes; assume a cell renderer with equivalent object
4719         properties has been swapped in. Do g_object_notify().
4720         (gtk_tree_view_column_set_visible): g_object_notify
4721         (gtk_tree_view_column_get_sizing): rename from get_col_type
4722         (gtk_tree_view_column_set_sizing): g_object_notify
4723         (gtk_tree_view_column_set_width): add g_object_notify
4724         (gtk_tree_view_column_set_min_width): ditto
4725         (gtk_tree_view_column_set_max_width): ditto
4726         (gtk_tree_view_column_set_title): ditto
4727         (gtk_tree_view_column_set_clickable): ditto
4728         (gtk_tree_view_column_set_widget): ditto
4729         (gtk_tree_view_column_set_justification): ditto
4730
4731 2001-01-09  Havoc Pennington  <hp@redhat.com>
4732
4733         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
4734         there are no rows in the model
4735
4736         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
4737         NULL, then return the start of the list
4738
4739         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
4740         if we can't get any rows from an empty model 
4741
4742         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
4743         extraneous * after function pointer typedef usage
4744
4745         * Makefile.am: don't specify full path to cp and rm
4746
4747         * gtk/gtkcellrenderertextpixbuf.c
4748         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
4749         NULL before dereferencing, fixes a segfault that happened from
4750         time to time
4751
4752         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
4753         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
4754         and reindent the function
4755         (gtk_cell_renderer_pixbuf_get_size): indentation
4756
4757         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
4758         we quit it
4759         (gtk_dialog_add_buttons_valist): add g_return_if_fail
4760         (gtk_dialog_set_default_response): New function, to set default
4761         button
4762         (gtk_dialog_set_response_sensitive): New function, to set 
4763         sensitivity of buttons
4764
4765         * gtk/gtkcellrendererpixbuf.c
4766         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
4767         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
4768
4769         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
4770         handle any G_TYPE_OBJECT subclass, not just the base class, and 
4771         also boxed types.
4772         (_gtk_tree_data_list_value_to_node): ditto
4773
4774         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
4775         --gtk-debug=tree
4776
4777         * gtk/gtkmain.c: add GTK_DEBUG_TREE
4778
4779         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
4780
4781 2001-01-09  Tor Lillqvist  <tml@iki.fi>
4782
4783         * gdk/win32/gdkevents-win32.c: Implement better mouse
4784         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
4785         (find_window_for_pointer_event): New function.
4786         (gdk_event_translate): Use it when handling mouse events.
4787
4788 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
4789
4790         * configure.in:
4791         Added --with-included-loaders option
4792
4793         * gdk-pixbuf/Makefile.am:
4794         * gdk-pixbuf/gdk-pixbuf-io.c:
4795         Add support for including selected gdk-pixbuf loaders only.
4796
4797         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
4798         gtk_window_set_has_frame):
4799         Added inline documentation.
4800
4801         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
4802         * docs/reference/gdk/tmpl/windows.sgml:
4803         Added inline documentation.
4804
4805 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
4806
4807         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
4808         realizing buttons that have already been realized.
4809
4810 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
4811
4812         * tests/testtreeview.c (main): Show menu items before adding to
4813         option menu.
4814
4815         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
4816         around if we kill them.
4817
4818         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
4819         Return if we pass in a NULL model.
4820
4821 2001-01-08  Havoc Pennington  <hp@redhat.com>
4822
4823         * tests/testtreeview.c: hack on this some
4824
4825         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
4826         gtk_tree_store_set_valist, v is for arrays, valist for varargs
4827         list
4828         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
4829
4830         * gtk/gtkliststore.h: Add varargs set() and get() convenience
4831         functions
4832
4833 2001-01-08  Alexander Larsson  <alexl@redhat.com>
4834
4835         * gtk/gtkwindow-decorate.[hc]:
4836         * gtk/Makefile.am:
4837         New files. Contains an implementation of a minimal WM for
4838         linux-fb.
4839
4840         * gtk/gtkwindow.h:
4841         Add the possibility for GtkWindows to specify a frame. This
4842         is used for the window decoration code, but could concievably
4843         be used for X programs too (xmms style windows).
4844         GtkWindow->frame is the toplevel window if the window is framed.
4845         The signal frame_event gets all events that are targeted to
4846         GtkWindow->frame.
4847         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
4848         
4849         * gtk/gtkwindow.c:
4850         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
4851         Call out to gtkwindow-decorate.c for WM support in linx-fb.
4852
4853 2001-01-08  Alexander Larsson  <alexl@redhat.com>
4854
4855         * docs/README.linux-fb:
4856         Correct filename ~/.pangoft2_aliases
4857
4858         * gdk/gdkwindow.h:
4859         Added new function gdk_window_get_decorations.
4860
4861         * gdk/linux-fb/gdkfb.h:
4862         Removed _gdk_window_get_decorations declaration.
4863         Renamed _gdk_window_set_child_handler to
4864         gdk_fb_window_set_child_handler.
4865
4866         * gdk/linux-fb/gdkwindow-fb.c:
4867         Renamed _gdk_window_set_child_handler to
4868         gdk_fb_window_set_child_handler.
4869
4870         * gdk/x11/gdkwindow-x11.c:
4871         New function gdk_window_get_mwm_hints().
4872         Implemented gdk_window_get_decorations.
4873
4874         * docs/reference/gdk/tmpl/windows.sgml:
4875         * docs/reference/gdk/gdk-sections.txt:
4876         Added gdk_window_get_decorations docs.
4877         
4878 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
4879
4880         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
4881         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
4882         gdk_fb_window_send_crossing_events):
4883         Possibly send focus events when the mouse moves from one
4884         window to another.
4885
4886 2001-01-07  Tor Lillqvist  <tml@iki.fi>
4887
4888         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
4889         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
4890         to match current API.
4891
4892         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
4893         environment variable is set, don't call g_error when on a
4894         palettized (PseudoColor) display. Some people want to use GTK+ 
4895         in 256-colour mode even though works only partially.
4896
4897         * gdk/gdk.def
4898         * gtk/gtk.def
4899         * gtk/makefile.mingw.in: Update.
4900
4901 2001-01-05  Havoc Pennington  <hp@redhat.com>
4902
4903         * tests/testtreeview.c: hack on this a bit
4904
4905         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
4906         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
4907
4908         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
4909         was spelled incorrectly
4910         (GTK_IS_TREE_MODEL_SIMPLE): ditto
4911
4912         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
4913         from gtk_tree_view_set_headers_active   
4914
4915         * gtk/gtktexttag.c:
4916         (gtk_text_tag_get_property): handle PROP_DIRECTION
4917         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
4918         properties, bug 40235
4919
4920         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
4921         forward_to_line_end
4922
4923 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
4924
4925         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
4926         modules/input/gtkimcontextxim.c: Adapt to new prototypes
4927         for unicode,locale,filename conversion functions.
4928
4929 2001-01-05  Havoc Pennington  <hp@redhat.com>
4930
4931         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
4932         broken if called on the first position in the buffer.
4933
4934         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
4935         forward_to_delimiters to be called only if we aren't already at
4936         the delimiters.
4937
4938 2001-01-05  Havoc Pennington  <hp@redhat.com>
4939
4940         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
4941
4942 2001-01-05  Alexander Larsson  <alexl@redhat.com>
4943
4944         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
4945         colormap in here. Sync from X port.
4946         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
4947         Sync from X port.
4948         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
4949         This happens now and then, and i don't think it is a bug.
4950         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
4951         != endpoint.
4952         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
4953         GDK_LINE_SOLID.
4954
4955         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
4956         some of the fields filled in at least.
4957
4958         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
4959         miLineArcD is no more, remove it from the function definition.
4960
4961 2001-01-04  Havoc Pennington  <hp@redhat.com>
4962
4963         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
4964         this
4965
4966         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
4967         user_data instead of tree_node
4968
4969         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
4970         TREE_VIEW_COLUMN_SIZE
4971
4972         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
4973         "size" field to "width" finishes bug 40061
4974
4975         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
4976         for bitfields, bug 40268
4977
4978 2001-01-04  Havoc Pennington  <hp@redhat.com>
4979
4980         Rename some stuff:
4981         
4982         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
4983
4984         s/GtkModelSimple/GtkTreeModelSimple/g;
4985         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
4986         s/gtk_model_simple/gtk_tree_model_simple/g;
4987         s/gtkmodelsimple/gtktreemodelsimple/g;
4988
4989         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
4990
4991         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
4992         s/column_set_col_type/column_set_sizing/g;
4993
4994         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
4995         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
4996
4997         s/GtkCellRendererType/GtkCellRendererState/g;
4998         
4999         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
5000         (gtk_cell_renderer_toggle_class_init): change "state" property to
5001         "active", to match GtkToggleButton
5002         (gtk_cell_renderer_toggle_get_active): new function, bug
5003         40269
5004         (gtk_cell_renderer_toggle_set_active): new function
5005         (gtk_cell_renderer_toggle_set_property): route changes to toggle
5006         state through gtk_cell_renderer_set_active
5007
5008 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
5009
5010         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
5011         temporarily until they work again.  Brought up to date with
5012         changes in the model.
5013         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
5014         model.
5015
5016 2001-01-04  Havoc Pennington  <hp@redhat.com>
5017
5018         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
5019         equal to the line length, then position iterator before paragraph 
5020         separators. Fixes crash reported by Mikael Hermansson when
5021         pressing left arrow from the start of a line.   
5022
5023         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
5024         about byte indexes off the end
5025         (iter_set_from_char_offset): add g_error about char offsets
5026         off the end
5027
5028 2001-01-03  Havoc Pennington  <hp@redhat.com>
5029
5030         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
5031
5032         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
5033         of private functions; remove inclusion of private headers.
5034
5035         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
5036         function, so we don't need private functions in gtktextdisplay.c
5037
5038         * gtk/gtktextiterprivate.h: underscore-ification
5039
5040         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
5041         to instead say "only useful to implement widgets"
5042
5043         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
5044         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
5045         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
5046
5047         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
5048         This function was completely broken
5049
5050         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
5051
5052         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
5053
5054         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
5055
5056         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
5057
5058         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
5059
5060         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
5061
5062         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
5063         gtk_paint_layout
5064
5065         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
5066         gtk_paint_layout
5067
5068         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
5069         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
5070         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
5071         which were not implemented.     
5072
5073         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
5074         insert_pixbuf signal. Rename delete_text to delete_range since it
5075         also deletes pixbufs and child anchors. This almost closes bug
5076         40245 (still need to deal with child anchors)
5077
5078         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
5079         insert_pixbuf, change signal names as appropriate, change types of
5080         signals taking marks/tags to have the specific type, not just
5081         G_TYPE_OBJECT
5082         
5083         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
5084         closes bug 40051
5085
5086         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
5087         unnecessary remove_contents() call
5088         (gtk_option_menu_class_init): add a "changed" signal, closes
5089         bug 40039
5090         (gtk_option_menu_update_contents): emit "changed" if the 
5091         active menu item changes
5092
5093         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
5094         cast to GtkObject, reported by Jonas Borgstrom
5095         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
5096         we can't do stuff with side effects in finalize. Instead, spew a
5097         warning if the loader isn't closed.
5098
5099         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
5100         colormap in here, non-X ports probably need to sync to this change
5101
5102         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
5103         assertion that colormap != NULL, you can set the colormap to NULL
5104         if you like.
5105         
5106         * Makefile.am: remove gtk-config-2.0
5107
5108         * configure.in: Use pkg-config to locate GLib. Remove
5109         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
5110         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
5111         Use pkg-config to locate Pango. Output correct Pango libs to
5112         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
5113
5114         * Makefile.am (pkgconfig_DATA): install only target-specific pc
5115         files
5116         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
5117         X11 pc files
5118
5119         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
5120         unref from here
5121
5122 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
5123
5124         * configure.in:
5125         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
5126
5127 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
5128
5129         * gtk/gtktextlayout.c
5130         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
5131         variable when moving back onto a single line.
5132
5133 2001-01-01  Havoc Pennington  <hp@redhat.com>
5134
5135         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
5136
5137         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
5138
5139         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
5140         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
5141
5142 2001-01-01  Havoc Pennington  <hp@redhat.com>
5143
5144         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
5145
5146         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
5147         GtkTextAttributes
5148
5149         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
5150         #40246
5151         (gtk_text_attributes_copy_values): rename from 
5152         gtk_text_attributes_copy
5153         (gtk_text_attributes_copy): a more standard GTK copy function, 
5154         which returns a new object
5155
5156 2001-01-01  Havoc Pennington  <hp@redhat.com>
5157
5158         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
5159         
5160         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
5161         don't fill in tree_view->priv->selection, kind of an unexpected
5162         side effect
5163
5164         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
5165         gtkintl.h
5166         
5167         * gtk/gtkcellrenderer.c: Remove definition of _ and include
5168         gtkintl.h
5169         (gtk_cell_renderer_get_property): remove calls to g_value_init
5170
5171         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
5172         gtkintl.h
5173
5174         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
5175         and include gtkintl.h
5176         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
5177         property names
5178
5179         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
5180         GtkTreeSelection
5181         (_gtk_tree_selection_new_from_with_view): rename, return
5182         GtkTreeSelection
5183         (_gtk_tree_selection_set_tree_view): rename with uscore
5184         (gtk_tree_selection_get_selected): fill in the "model" out param
5185         first, so it gets filled in even if we return at the top of the 
5186         function
5187         (gtk_tree_selection_real_select_all): add a comment and an else{}
5188         to clarify this a bit
5189         (gtk_tree_selection_real_unselect_all): add the same else{}
5190
5191         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
5192         set_tree_view to have underscore prefixes, move them to the
5193         private header, fix return type of new_with_tree_view
5194         (struct _GtkTreeSelection): mark struct
5195         fields private  
5196
5197         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
5198         GtkTreeModelFlags, not a guint
5199         (gtk_tree_path_prev): return gboolean not gint
5200         (gtk_tree_path_up): return gboolean not gint
5201
5202         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
5203         return GtkTreeModelFlags, not a guint
5204
5205         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
5206         that child model is non-null before unrefing it
5207         (g_value_int_compare_func): make this a qsort compare func, not 
5208         a boolean predicate
5209
5210         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
5211         (add -umn to the end), and mark it unimplemented
5212         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
5213         I don't see what it's for - doesn't the model always sort itself?
5214         (gtk_tree_model_sort_set_compare): this had the wrong signature
5215
5216         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
5217         Fix the docs to say that it destructively replaces existing
5218         attributes (previously said that it added attributes).
5219         (gtk_tree_view_column_set_visible): canonicalize bool before
5220         equality testing. Also, check for realization before
5221         hiding/showing the tree_column->window; if this window could exist
5222         before realization, then it's busted and needs fixing, we can't 
5223         create GDK resources pre-realization. Also, remove
5224         superfluous queue_resize(), since set_size() does that for us.
5225         (gtk_tree_view_column_set_col_type): check realization before 
5226         using tree_column->window
5227
5228         * gtk/gtktreedatalist.c: fix filename in copyright notice
5229
5230 2000-12-31  Havoc Pennington  <hp@pobox.com>
5231
5232         * gtk/gtktextview.c: Rearrange all the
5233         scroll-while-dragging-or-selecting code to be different, not
5234         necessarily better. ;-)
5235         (gtk_text_view_scroll_to_mark): Change this
5236         function to take within_margin as a fraction instead of a pixel
5237         value, and to take alignment arguments (indicating where to align 
5238         the mark inside the visible area)
5239         
5240         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
5241         to GtkObject
5242
5243         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
5244         behavior so that offsets past the end of the line are not 
5245         allowed, and an offset equal to the line length moves the iterator
5246         to the next line
5247         (gtk_text_iter_set_line_index): make parallel change
5248         (gtk_text_iter_get_bytes_in_line): add this function
5249         
5250         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
5251         of byte indexes off the end of the line; byte index at the end of
5252         the line now returns FALSE and doesn't fill in the requested
5253         values, byte index past the end of the line is an error.  Also,
5254         don't allow -1 offset anymore, since its meaning is unclear.
5255
5256         This change exposes some bug in visual cursor motion, where we
5257         end up with a huge invalid byte index; needs fixing. Symptom of 
5258         bug is a crash when you hit up arrow.
5259         
5260         (_gtk_text_line_char_locate): match the change to byte_locate
5261
5262         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
5263         from start of line properly. fixes bug reported by Mikael
5264         Hermansson where backspace would delete all text before the
5265         cursor.
5266
5267 2000-12-30  Tor Lillqvist  <tml@iki.fi>
5268
5269         * gdk/win32/gdkwindow-win32.c
5270         (gdk_window_impl_win32_get_visible_region): New function, as in
5271         the X11 backend.
5272         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
5273         instead of duplicating the same code here.
5274
5275         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
5276         GDK_COLORMAP macro.
5277
5278         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
5279         destroy function.
5280         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
5281         access that.
5282
5283         * gtk/gtk.def: Update.
5284
5285         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
5286
5287 2000-12-30  Havoc Pennington  <hp@pobox.com>
5288
5289         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
5290         colormap on input only windows, to avoid special cases all over
5291         the code for these windows.
5292
5293 2000-12-26  Tor Lillqvist  <tml@iki.fi>
5294
5295         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
5296         we are on a palettized display ("PseudoColor" in X11), as the code
5297         for that doesn't work anyway, and never has.
5298
5299 2000-12-22  Alexander Larsson  <alexl@redhat.com>
5300
5301         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
5302         Don't use isprint() for chars > 255.
5303
5304 2000-12-21  Havoc Pennington  <hp@redhat.com>
5305
5306         * tests/testtreeview.c: more work
5307
5308 2000-12-21  Alexander Larsson  <alexl@redhat.com>
5309
5310         * docs/README.linux-fb:
5311         Update the docs to the new pangoft2 way.
5312
5313 2000-12-21  Alexander Larsson  <alexl@redhat.com>
5314
5315         * configure.in:
5316         For linux-fb get the pangoft2 cflags and libs. This needs a recent
5317         pango version.
5318         Remove modules/linux-fb/Makefile.
5319
5320         * gdk/linux-fb/gdkdrawable-fb2.c:
5321         Render glyphs using freetype.
5322
5323         * gdk/linux-fb/gdkfb.h:
5324         Add new fb-specific functions needed for managing windows.
5325
5326         * gdk/linux-fb/gdkmain-fb.c:
5327         Remove gdk_font_init/fini() calls.
5328
5329         * gdk/linux-fb/gdkpango-fb.c:
5330         Remove old implementation. Use pangoft2 instead.
5331
5332         * gdk/linux-fb/gdkprivate-fb.h:
5333         Remove PangoFBFont and related stuff.
5334
5335         * gdk/linux-fb/gdkwindow-fb.c:
5336         Implement drawable->get_visible_region.
5337         Implement support for _gdk_window_set_child_handler () and
5338         _gdk_window_get_decorations().
5339
5340         * modules/Makefile.am:
5341         Remove linux-fb subdir.
5342
5343         * modules/linux-fb/*:
5344         Removed all.
5345         
5346 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
5347
5348         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
5349         calls, as they are no longer needed.
5350
5351         * gtk/gtktreemodelsort.c: Fix up the comparison code.
5352         
5353         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
5354         figure out how to emit a signal on an interface.
5355
5356 2000-12-20  Havoc Pennington  <hp@redhat.com>
5357
5358         * tests: new directory to contain tests, gtk/test* should move
5359         here sometime (with appropriate on-cvs-server hackery)
5360
5361         * tests/testtreeview.c, tests/Makefile.am: a test
5362         
5363         * configure.in (AC_OUTPUT): add tests/Makefile
5364
5365         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
5366         and "invisible_set" which were missing
5367
5368         * gtk/gtkrbtree.h: some cheesy indentation fix
5369         
5370 2000-12-20  Alexander Larsson  <alexl@redhat.com>
5371
5372         * gtk/gtkinvisible.c (gtk_invisible_realize):
5373         Attach the style to the window so that the style it is not
5374         leaked when unrealizing the window.
5375
5376 2000-12-18  Havoc Pennington  <hp@redhat.com>
5377
5378         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
5379         begin/end user action where appropriate
5380         (gtk_text_view_commit_handler): add begin/end user action
5381
5382         * gtk/gtktextbuffer.c: add begin/end user action signals, and
5383         bracket interactive operations with begin/end user action pair.
5384         
5385         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
5386         "interactive" arg from insert_text and delete_text signals.
5387         Add begin_user_action, end_user_action signals
5388         (gtk_text_buffer_begin_user_action): 
5389         (gtk_text_buffer_end_user_action): New functions to delimit 
5390         a user-visible action
5391
5392         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
5393         signals.
5394         
5395 2000-12-18  Havoc Pennington  <hp@redhat.com>
5396
5397         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
5398         was pretty non-working.
5399
5400         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
5401         by passing the length to g_utf8_validate().
5402
5403 2000-12-16  Havoc Pennington  <hp@pobox.com>
5404
5405         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
5406         Port to GObject, can go back in gdk-pixbuf after setting up 
5407         a gdk-pixbuf-marshal.h header over there.
5408
5409         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
5410         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
5411         args
5412         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
5413         set
5414         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
5415         here, do it when we create the buttons later
5416         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
5417         (gtk_tree_view_map): paranoia checks that column->button is shown 
5418         and unmapped
5419         (gtk_tree_view_size_request): only request visible children.
5420         Move header size calculation in here, for cleanliness, and 
5421         to maintain invariants for child widgets if we eventually 
5422         let users set different children inside the buttons
5423         (gtk_tree_view_map_buttons): factor out code to map buttons,
5424         since it was being called several times
5425         (gtk_tree_view_size_allocate_buttons): move_resize the drag
5426         windows instead of just moving them; their height may change 
5427         if we allow random widgets in there, or the theme changes.
5428         (gtk_tree_view_size_allocate): move button size allocation 
5429         above emitting the scroll signals, to ensure a sane state when we
5430         hit user code
5431         (gtk_tree_view_button_release): remove queue_resize after
5432         tree_view_set_size(), set_size() will handle any resize queuing
5433         that's needed
5434         (gtk_tree_view_focus_in): just queue a draw, don't fool with
5435         draw_focus goo
5436         (gtk_tree_view_focus): use gtk_get_current_event() and
5437         gdk_event_get_state()
5438         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
5439         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
5440         semicolon
5441         (gtk_tree_view_create_button): show the button here
5442         (gtk_tree_view_button_clicked): actually emit the clicked signal
5443         on the column
5444         (_gtk_tree_view_set_size): return right away if the size is
5445         unchanged, as a cheesy optimization
5446         (gtk_tree_view_setup_model): rename set_model_realized to 
5447         setup_model to match the flag that indicates whether we've 
5448         called it
5449         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
5450         exist, because set_scroll_adjustment does that and it shouldn't
5451         matter what order you call these in
5452         (gtk_tree_view_get_vadjustment): ditto
5453         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
5454         for paranoia
5455         (gtk_tree_view_set_headers_visible): call
5456         gtk_tree_view_map_buttons() instead of using cut-and-paste code
5457         (gtk_tree_view_append_column): clarify whether the return value
5458         is the count of columns before or after, and do the increment 
5459         separately from the return statement so you can tell from the code.
5460         (gtk_tree_view_remove_column): ditto
5461         (gtk_tree_view_insert_column): ditto
5462         (gtk_tree_view_get_column): remove g_return_if_fail for columns
5463         outside the existing range, the docs say that outside-range
5464         columns are allowed, so we handle them as documented. (Presumably
5465         this allows a nice loop with column != NULL as test.)
5466         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
5467         mean (left/right/center etc.).
5468         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
5469         (gtk_tree_view_expand_row): add docs
5470         (gtk_tree_view_collapse_row): add docs
5471
5472         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
5473         function to emit the clicked signal on a column
5474         
5475         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
5476         state of an event
5477         (gdk_event_get_time): don't treat GDK_SCROLL 
5478         as a button event, remove default case from switch so gcc 
5479         will whine if we don't explicitly handle all event types
5480
5481         * gtk/gtktreeselection.h: added some FIXME 
5482         
5483         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
5484         "columns" to "n_columns" and "column" to "columns" for clarity
5485
5486 2000-12-16  Havoc Pennington  <hp@pobox.com>
5487         
5488         * gtk/gtktextiter.c: General cleanup of the log attr iteration
5489         stuff. This should make e.g. the delete key work again in the
5490         text widget...
5491         (gtk_text_iter_forward_cursor_positions): handle negative count
5492         (gtk_text_iter_backward_cursor_positions): handle negative count
5493         (gtk_text_iter_forward_word_ends): handle negative count
5494         (gtk_text_iter_backward_word_starts): handle negative count
5495
5496         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
5497         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
5498         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
5499         GObject. No doubt will cause breakage.
5500
5501         * demos/gtk-demo/textview.c: remove hacks around
5502         non-GObject-ification of the text objects
5503
5504         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
5505         the text tag
5506         
5507 2000-12-14  Havoc Pennington  <hp@pobox.com>
5508
5509         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
5510         that we have Xrender
5511
5512 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
5513
5514         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
5515         Add two virtualized functions gdk_drawable_get_clip_region - to
5516         get the clip region when drawing.
5517         
5518         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
5519         use invalidate_region.
5520
5521         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
5522         region.
5523
5524         * acconfig.h configure.in: Check for Xft. For now, assume
5525         that if Xft is found, Pango was compiled with Xft support
5526         as well.
5527
5528         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
5529         gdk_colormap_query_color().
5530         
5531         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
5532         with Xft if appropriate.
5533
5534         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
5535         a pangoxft context if we have XFT and the environment
5536         variable GD_USE_XFT is set.
5537         
5538         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
5539         and also possibly an XftDraw structure.
5540
5541         * gtk/gtkfontsel.c: Handle the case where the font from the
5542         style doesn't match any of the fonts a bit better.
5543         
5544         * gtk/testgtk.c: Add tabs between directional segments for
5545         hebrew/arabic test. (Not really necessary, just a little
5546         prettier.)
5547
5548 2000-12-14  Havoc Pennington  <hp@redhat.com>
5549
5550         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
5551         reading a file
5552
5553 2000-12-14  Havoc Pennington  <hp@redhat.com>
5554
5555         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
5556         unused call to get_last_line()
5557
5558         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
5559         here until boxed is working (and maybe after that - we should
5560         really not gratuitously break old code)
5561
5562         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
5563         specific types for font_desc and tabs args, move them to
5564         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
5565         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
5566
5567         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
5568         use GTK_TYPE_POINTER for signal signatures as a hack-around
5569
5570         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
5571         PangoTabArray
5572
5573         * gtk/gtktextlayout.c (line_display_iter_to_index): 
5574         make static
5575         (line_display_index_to_iter): make static
5576
5577         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
5578         to marshal a string not a boxed
5579
5580         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
5581
5582         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
5583         since the UTF-8 isn't validated yet
5584
5585         * gtk/gtktextsegment.c (char_segment_check_func): don't require
5586         lines to end in '\n'
5587         
5588         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
5589         forward_to_delimiters, and grapheme boundaries
5590         (gtk_text_view_delete_from_cursor): properly handle non-newline
5591         delimiters, and grapheme boundaries
5592
5593         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
5594         to gtk_text_iter_forward_to_delimiters, and make it work properly
5595         if empty lines end with a character other than '\n'
5596
5597         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
5598         position
5599
5600 2000-12-15  Tor Lillqvist  <tml@iki.fi>
5601
5602         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
5603
5604         * gtk/gtk.def
5605         * gdk/gdk.def: Update.
5606
5607         * gdk/win32/gdkmain-win32.c
5608         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
5609         gdkmain-win32.c here.
5610
5611         * gdk/win32/makefile.mingw.in (all): No need to make
5612         gdk-win32res.o here, the makefile one step up will call us to make
5613         it.
5614
5615         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
5616         gdkkeys-win32.
5617
5618         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
5619
5620         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
5621         call to g_source_add().
5622
5623         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
5624         leak. Thanks to Andreas Kemnade.
5625
5626 2000-12-13  Havoc Pennington  <hp@pobox.com>
5627
5628         * gtk/gtktextbtree.h: Remove double _ in front of some functions
5629
5630         * gtk/gtktext*.[hc]: update accordingly
5631         
5632 2000-12-13  Havoc Pennington  <hp@pobox.com>
5633
5634         * gtk/gtktextbtree.h: Put _ in front of every function in this 
5635         header file
5636
5637         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
5638
5639 2000-12-13  Alex Larsson  <alexl@redhat.com>
5640
5641         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
5642         Add support for ps2 intellimouse.
5643
5644         * gdkkeyboard-fb.c:
5645         Move shift-F1 repaint handling to xlate handler only.
5646         
5647         * docs/README.linux-fb:
5648         Add imps2 to docs.
5649         Document the new refresh keys.
5650         
5651 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
5652
5653         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
5654
5655         * gtk/gtkbox.c: change property types from (u)long to (u)int for
5656         ::position and ::padding.
5657
5658         * gtk/gtkcontainer.c: make ::border_width an INT property.
5659
5660         * gtk/gtkpacker.c: make ::position an INT property.
5661
5662         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
5663         guard against NULL h/v scrollbars, since this is used at construction
5664         time.
5665
5666         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
5667         internal gtk_clist_constructor().
5668
5669         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
5670         gtk_ctree_constructor().
5671
5672         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
5673         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
5674
5675         * docs/reference/Makefile.am: fun stuff, disabled docs generation
5676         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
5677
5678         * gtk/gtkwidget.[hc]:
5679         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
5680         and gtk_widget_get().
5681         (gtk_widget_new): use g_object_new_valist().
5682         (gtk_widget_set): use g_object_set_valist().
5683
5684         * gtk/gtkobject.[hc]:
5685         removed gtk_object_arg_get_info(), gtk_object_getv(),
5686         gtk_object_query_args(), gtk_object_newv(),
5687         gtk_object_class_add_signals(),
5688         gtk_object_class_user_signal_new(),
5689         gtk_object_class_user_signal_newv(),
5690         gtk_object_arg_set(), gtk_object_arg_get(),
5691         gtk_object_args_collect(),
5692         gtk_object_default_construct(),
5693         gtk_object_constructed(),
5694         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
5695         removed nsignals, signals and n_args members from GtkObjectClass.
5696         (gtk_object_new): use g_object_new_valist().
5697         (gtk_object_set): use g_object_set_valist().
5698         (gtk_object_get): use g_object_get_valist().
5699         
5700         * gtk/gtkcompat.h: define gtk_object_default_construct().
5701         
5702         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
5703         g_object_new().
5704
5705         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
5706         fucntions, cleaned up method assignments (make sure your structures
5707         are setup properly before calling out). removed all GTK_CONSTRUCTED
5708         hacks ;)
5709
5710 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
5711
5712         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
5713         off-by-one error in checks. (Dave Lambert)
5714
5715 2000-12-12  Alexander Larsson  <alexl@redhat.com>
5716
5717         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
5718         Don't free gdk_fb_keyboard twice.
5719
5720 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
5721
5722         * gtk/testgtk.c:
5723         (create_tooltips): 
5724         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
5725         use GObject swapped_signal:: properties instead.
5726
5727         * gtk/gtkcellrenderertoggle.c: 
5728         * gtk/gtkcellrenderertextpixbuf.c: 
5729         * gtk/gtkcellrenderertext.c: 
5730         * gtk/gtkcellrendererpixbuf.c: 
5731         * gtk/gtkcellrenderer.c:
5732         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
5733         missing warnings for invalid property ids, install properties
5734         with g_object_class_install_property() now.
5735         
5736         * gtk/gtksignal.c:
5737         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
5738         
5739 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
5740         
5741         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
5742         to determine if a window is the focus widget within
5743         its toplevel.
5744
5745         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
5746         to be boolean.
5747
5748         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
5749         of the case where the container CAN_FOCUS to here instead
5750         of having it in each individual move-the-focus place.
5751
5752         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
5753         focusing to be geometric in a much more obvious sense. Arrowing
5754         around is still non-intuitive because it isn't perfect and
5755         because entries, etc, grab the arrow keys, but it at least
5756         usually will do what you expect now.
5757         
5758         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
5759         file.
5760
5761         * gtk/gtknotebook.c: Change tabs to be a single item in
5762         the focus chain. Make movement of focus on tabs with arrow
5763         keys wrap around.
5764         
5765         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
5766         CHECK_FIND_CHILD macro to give informative error messages
5767         instead of silent returns.
5768
5769         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
5770         flag since we handle GdkReturn on the tabs.
5771
5772         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
5773         windows rather than sending expose events directly.
5774
5775         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
5776         definition for GtkNotebookPage into .c file, since it is private.
5777
5778         * gtk/testgtk.c (create_notebook): Add option for 
5779         testing borderless notebook.
5780
5781         * gtk/testgtk.c (page_switch): Removed egregious poking
5782         around in GTK+ internals.
5783
5784         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
5785
5786         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
5787         properly through gtk_clist_focus. Make the title headers a
5788         single item in the tab-focus chain, and make left-right wrap
5789         around.
5790
5791         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
5792         focus method so that wrapping around works properly.
5793
5794         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
5795         that is handled for the widget now. 
5796
5797 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
5798
5799         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
5800         widgets as TOPLEVEL.
5801
5802         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
5803         TOPLEVEL widgets are containers.
5804
5805         * gtk/gtkinvisible.h: Remove useless include.
5806
5807 2000-12-11  Havoc Pennington  <hp@redhat.com>
5808
5809         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
5810         Handle chopping off \r\n and 0x2029 in addition to \n before
5811         passing to PangoLayout
5812
5813         * gtk/gtkimcontextsimple.c
5814         (gtk_im_context_simple_get_preedit_string): 
5815         return an empty string if no match is pending
5816
5817         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
5818         assertion that the returned preedit string was sane
5819
5820         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
5821         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
5822         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
5823
5824 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
5825
5826         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
5827         Fix up finalizer to chain to its parent.
5828
5829 2000-12-11  Alexander Larsson  <alexl@redhat.com>
5830
5831         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
5832         Clearified the difference between the keyboard types. Wrote a note
5833         about the magic sysrq key to get out of raw mode.
5834
5835 2000-12-09  James Henstridge  <james@daa.com.au>
5836
5837         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
5838         member to hold masks for detecting the start of a protocol packet.
5839         (mouse_devs): add packet start masks for ps2 and ms device types.
5840         Left the mask for fidmour blank, as I have no idea what it should
5841         be.
5842         (handle_mouse_io): skip bytes until we get to the start of a
5843         packet.  My Logitech mouse seems to be passing an extra NULL pad
5844         byte, and GPM does a similar thing here.
5845         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
5846         this is the ms mouse driver.
5847         (gdk_fb_mouse_ms_packet): fix up button handling, which was
5848         completely broken except for button1.  It was checking the wrong
5849         bit in the packet for the status of the right mouse button, and
5850         wrongly assuming right == button2 rather than 3.  I fixed that and
5851         also added support for middle button (button2).
5852
5853 2000-12-08  Havoc Pennington  <hp@redhat.com>
5854
5855         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
5856         that cause a segfault on text insertion
5857
5858         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
5859         warning
5860
5861         * gtk/gtktextiter.c (test_log_attrs): use
5862         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
5863
5864         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
5865         Get log attrs for a line, using a cache stored on the buffer
5866         
5867         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
5868         reported by Jeff Franks
5869
5870 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
5871
5872         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
5873         /dev/ttyS0 -> /dev/mouse
5874
5875 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
5876
5877         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
5878         Added dummy gdk_fontset_load.
5879
5880 2000-12-08  Alexander Larsson  <alexl@redhat.com>
5881
5882         * docs/README.linux-fb:
5883         * docs/Makefile.am:
5884         Initial GtkFB docs.
5885         
5886         * gdk/linux-fb/Makefile.am:
5887         Define GDK_DATA_PREFIX.
5888
5889         * gdk/linux-fb/gdkmain-fb.c:
5890         Fix typo.
5891         Change default display to /dev/fb0.
5892
5893         * gdk/linux-fb/gdkpango-fb.c:
5894         Add $(prefix)/share/fonts/ to font path.
5895         
5896 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
5897
5898         * gdk/linux-fb/gdkkeyboard-fb.c:
5899         New file containing the abstracted keyboard driver. Most code
5900         taken from gdkinput-ps2.c
5901
5902         * gdk/linux-fb/gdkinput-ps2.c:
5903         Removed file.
5904         
5905         * gdk/linux-fb/Makefile.am:
5906         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
5907
5908         * gdk/linux-fb/gdkcolor-fb.c:
5909         display->fb was renamed to display->fb_fd.
5910
5911         * gdk/linux-fb/gdkcursor-fb.c:
5912         gdk_mouse_get_info -> gdk_fb_mouse_get_info
5913
5914         * gdk/linux-fb/gdkinput.c:
5915         Moved gdk_input_init here from gdkinput-ps2.c
5916
5917         * gdk/linux-fb/gdkmain-fb.c:
5918         display->fb was renamed to display->fb_fd.
5919         Now the tty and the console is opened here instead
5920         of in the keyboard driver. Also check GDK_VT to see what
5921         tty to open.
5922         Move gdk_beep () here from gdkinput-ps2.c
5923         gdk_mouse_get_info -> gdk_fb_mouse_get_info
5924
5925         * gdk/linux-fb/gdkmouse-fb.c:
5926         Add header.
5927         gdk_mouse_get_info -> gdk_fb_mouse_get_info
5928         Return correct keyboard modifiers.
5929         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
5930
5931         * gdk/linux-fb/gdkprivate-fb.h:
5932         Add tty and vt info to display.
5933         Add orignal modeinfo storage to display
5934         Update global functions
5935
5936         * gdk/linux-fb/gdkwindow-fb.c:
5937         Added gdk_fb_window_find_focus().
5938         gdk_mouse_get_info -> gdk_fb_mouse_get_info
5939
5940 2000-12-07  Havoc Pennington  <hp@pobox.com>
5941
5942         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
5943         function, noticed by Alex
5944
5945 2000-12-06  Elliot Lee  <sopwith@redhat.com>
5946
5947         * configure.in: Detect freetype properly
5948
5949         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
5950         above.
5951
5952 2000-12-06  Alexander Larsson  <alexl@redhat.com>
5953
5954         * gdk/linux-fb/Makefile.am:
5955         Add gdkmouse-fb.c
5956         
5957         * gdk/linux-fb/gdkmouse-fb.c:
5958         New file. Abstracted the mouse drivers a bit.
5959
5960         * gdk/linux-fb/gdkcursor-fb.c:
5961         The cursor hide/show functions was moved here from gdkinput-ps2.c.
5962
5963         * gdk/linux-fb/gdkinput-ps2.c:
5964         Removed old mouse handling code. Moved cursor handling code
5965         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
5966         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
5967         gdk_mouse_get_info.
5968
5969         * gdk/linux-fb/gdkmain-fb.c:
5970         Pass NULL pointers for x,y in gdk_mouse_get_info call.
5971
5972         * gdk/linux-fb/gdkprivate-fb.h:
5973         Removed public gdk_fb_find_common_ancestor, added and renamed
5974         functions for the new mouse handling code.
5975
5976         * gdk/linux-fb/gdkwindow-fb.c:
5977         Moved gdk_fb_window_send_crossing_events here. added global
5978         variable gdk_fb_window_containing_pointer. made
5979         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
5980         renamed to gdk_mouse_get_info.
5981
5982 2000-12-06  Alexander Larsson  <alexl@redhat.com>
5983
5984         * gdk/linux-fb/gdkevents-fb.c:
5985         Update to match latest gmain/gsource changes.
5986
5987         * gdk/linux-fb/gdkinput-ps2.c:
5988         Bogus gdk_keymap_get_entries_for_keycode implementation so that
5989         it links. Will be implemented later.
5990
5991 2000-12-03  Havoc Pennington  <hp@pobox.com>
5992
5993         * gdk/Makefile.am: add gdkkeys.[hc]
5994
5995         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
5996         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
5997
5998         * acconfig.h, configure.in: add checks and command line options
5999         for XKB
6000
6001         * gdk/x11/gdkkeys-x11.c: Implement the above functions
6002         
6003         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
6004         and group in the key event
6005
6006         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
6007         field with the low-level hardware key code, and a group
6008         field with the keyboard group
6009
6010         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
6011         and declare a couple globals used for keymap handling
6012         
6013         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
6014         hold down Shift-Control and type a hex number to get a Unicode 
6015         character corresponding to the hex number
6016         (gtk_im_context_simple_get_preedit_string): Fix cursor position
6017         (return bytes not chars)
6018
6019 2000-12-05  Elliot Lee  <sopwith@redhat.com>
6020
6021         * gdk/gdkcolor.h: Make GdkColor specify element sizes
6022         to avoid waste on 64-bit platforms.
6023
6024 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
6025
6026         * INSTALL: Fix link to PNG home, remove reference
6027         to fribidi.
6028
6029         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
6030         
6031         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
6032         tested.)
6033
6034         * gtk/gtkcheckmenuitem.c: Permanently turn on
6035         always_show_toggle.
6036
6037         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
6038         be NULL. (Vladimir Klebanov, #26545)
6039
6040         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
6041         some signed/unsigned comparison problems. (#6510,
6042         David Kaelbling)
6043
6044         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
6045         return type to boolean (Oskar Liljeblad, #18648)
6046
6047 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6048
6049         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
6050         Remove bogus colormap setting.
6051
6052 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6053
6054         * gdk/linux-fb/gdkcolor-fb.c:
6055         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
6056
6057         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
6058         Must set colormap.
6059         
6060 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
6061
6062         * docs/tutorial/gtk-tut.sgml: DND updates
6063
6064 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
6065
6066         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
6067         Remove old debug g_warning().
6068         (gdk_fb_draw_drawable): The src argument can be either a wrapper
6069         or an implementation, just pass the implementation to draw_drawable_2.
6070         
6071         * gdk/linux-fb/gdkprivate-fb.h:
6072         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
6073
6074         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
6075         clear and invalidate area when window is destroyed.
6076         (send_map_events): Remove old commented out code.
6077
6078 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6079
6080         * gdk/linux-fb/gdkpango-fb.c:
6081         Use italic instead of oblique in font aliases.
6082         
6083         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
6084         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
6085         other unsupported functions.
6086
6087 2000-12-04  Havoc Pennington  <hp@redhat.com>
6088
6089         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
6090
6091         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
6092
6093         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
6094
6095         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
6096         hack to avoid infinite loops (synthetic expose event) - 
6097         Owen has more appropriate fixes in a branch he'll check in later.
6098
6099         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
6100         separator, CR, and CRLF as line ends
6101
6102         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
6103         into lines using pango_find_paragraph_boundary(); other bits of
6104         the widget are still going to be broken if the boundary isn't '\n'
6105         though
6106
6107 2000-12-04  Alexander Larsson  <alexl@redhat.com>
6108
6109         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
6110         multiply.
6111
6112         * gdk/linux-fb/gdkpango-fb.c:
6113         Copied some 26.6 scaling macros from pango to clean up the rounding.
6114         (pango_fb_font_get_glyph_info): Correct sign on x value.
6115
6116         * gdk/linux-fb/gdkprivate-fb.h:
6117         Removed unreferenced external functions.
6118
6119         * modules/linux-fb/Makefile.am: Use ` instead of '.
6120
6121         * modules/linux-fb/basic.c:
6122         Remove dead code. In particular the dummy lang engine which broke all
6123         pango layouts in GtkFB. Don't include tables-big.i anymore.
6124
6125         * modules/linux-fb/tables-big.i:
6126         Upgrade to latest version from pango. Left for reference, basic_ranges
6127         moved to basic.c.
6128         
6129 2000-12-04  Havoc Pennington  <hp@redhat.com>
6130
6131         Fix bugs Alex found:
6132         
6133         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
6134         to "draw"
6135
6136         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
6137
6138         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
6139
6140         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
6141         implementation in here, apparently the expose() implementation was
6142         dead code.
6143
6144 2000-12-04  Alexander Larsson  <alexl@redhat.com>
6145
6146         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
6147         Return positive descent.
6148
6149 2000-12-02  Havoc Pennington  <hp@pobox.com>
6150
6151         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
6152         method and signal
6153         
6154         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
6155         calls gdk_window_process_updates() to push the exposes through
6156         (gtk_widget_class_init): No more draw signal, no
6157         gtk_widget_real_draw()  
6158         
6159         * gtk/gtkbin.c (gtk_bin_draw): remove
6160
6161         * gtk/gtkbox.c (gtk_box_draw): remove
6162
6163         * gtk/gtkbutton.c (gtk_button_draw): remove
6164
6165         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
6166
6167         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
6168
6169         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
6170
6171         * gtk/gtkclist.c (gtk_clist_draw): remove
6172
6173         * gtk/gtkentry.c (gtk_entry_draw): remove
6174
6175         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
6176
6177         * gtk/gtkfixed.c (gtk_fixed_draw): remove
6178
6179         * gtk/gtkframe.c (gtk_frame_draw): remove
6180
6181         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
6182
6183         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
6184
6185         * gtk/gtklayout.c (gtk_layout_draw): remove
6186
6187         * gtk/gtklist.c (gtk_list_draw): remove
6188
6189         * gtk/gtklistitem.c (gtk_list_item_draw): remove
6190
6191         * gtk/gtkmenu.c (gtk_menu_draw): remove
6192
6193         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
6194
6195         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
6196
6197         * gtk/gtknotebook.c (gtk_notebook_draw): remove
6198
6199         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
6200
6201         * gtk/gtkpacker.c (gtk_packer_draw): remove
6202
6203         * gtk/gtkrange.c (gtk_range_draw): remove
6204
6205         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
6206
6207         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
6208
6209         * gtk/gtktable.c (gtk_table_draw): remove
6210
6211         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
6212
6213         * gtk/gtktext.c (gtk_text_draw): remove
6214
6215         * gtk/gtktextview.c (gtk_text_view_draw): remove
6216
6217         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
6218
6219         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
6220
6221         * gtk/gtktree.c (gtk_tree_draw): remove
6222
6223         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
6224
6225         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
6226
6227         * gtk/gtkviewport.c (gtk_viewport_draw): remove
6228
6229         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
6230
6231         * gtk/gtkvscale.c (gtk_vscale_draw): remove
6232
6233         * gtk/gtkwindow.c (gtk_window_draw): remove
6234
6235 2000-20-01  Anders Carlsson  <andersca@gnu.org>
6236
6237         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
6238         a GtkToggleButton is both insensitive and active, it was being
6239         drawn by the GtkButton draw handler which doesn't check the
6240         state. Now it's calling gtk_toggle_button_paint instead.
6241         
6242 2000-12-01  Havoc Pennington  <hp@redhat.com>
6243
6244         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
6245         dangling pointers to the appearance attributes from the 
6246         line display
6247
6248         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
6249         width/height to mean "full width/height of drawable"
6250
6251         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
6252         click to select word/line
6253         
6254         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
6255         when getting log attrs. Get a slice, so that pixmaps and stuff
6256         are properly handled.
6257
6258         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
6259         paste into the selection (replaces selection now, previously
6260         crashed or added to selection). Reveals longstanding btree bug -
6261         select multiple lines, middle-click on the selection, boom. This
6262         isn't related to my changes though.
6263
6264         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
6265         PangoLogAttrs changes
6266         (gtk_entry_move_backward_word): ditto
6267
6268         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
6269         functions return bool whether the iter moved onto a
6270         dereferenceable position.
6271  
6272         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
6273         functions for motion in terms of display lines.
6274
6275         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
6276         get the buffer a mark is inside
6277         
6278 2000-12-01  Alexander Larsson  <alexl@redhat.com>
6279
6280         * gdk/linux-fb/Makefile.am:
6281         * modules/linux-fb/Makefile.am:
6282         Freetype 2 final uses freetype-config
6283
6284         * gdk/linux-fb/gdkpango-fb.c:
6285         Upgrade to use Freetype 2 final.
6286         More flexible support for font aliases, this also fixes a bug with
6287         GtkFontSelector, as the aliases must be visible in the font/family list,
6288         or GtkFontSelector reads uninitialized memory.
6289
6290 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
6291
6292         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
6293         XGetIMValues to properly terminate variable argument list, and do
6294         NULL return check for ic_values and xim_styles.
6295
6296         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
6297         Restore preedit state after XmbResetIC().
6298         
6299         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
6300         XvaCreateNestedList() should take XvaNestedList, but not
6301         XvaNestedList*.
6302
6303         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
6304         preedit_draw_callback, preedit_caret_callback): Match
6305         "preedit-changed" signal name to "preedit_changed" to be
6306         consistent to the spec.
6307
6308         * gtk/gtkimcontextsimple.c (check_table):
6309         Match "preedit-changed" to "preedit_changed" to be consistent
6310         to the spec.
6311
6312 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
6313
6314         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
6315         gc->clip_region == NULL>
6316
6317 2000-11-30  Tor Lillqvist  <tml@iki.fi>
6318
6319         Changes by Hans Breuer:
6320         
6321         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
6322         Dont't use negative width and height as max_hints. This fixes
6323         Owen's recent testgtk changes for win32.
6324
6325         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
6326         gdk_win32_hdc_release): These are exported and may be called with
6327         other drawable types than our GdkDrawableImplWin32 (?).
6328
6329         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
6330         so always #define USE_BACKING_STORE.
6331
6332         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
6333         of printf for debugging output.
6334
6335         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
6336         
6337         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
6338
6339         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
6340         declaration.
6341
6342         * gtk/gtktexttypes.h: Ditto.
6343
6344         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
6345         (GDK_VoidSymbol) also if in case of arg check failure.
6346
6347         * gtk/gtkimcontextsimple.c
6348         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
6349         position to the pointer, but to the variable it points to.
6350
6351         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
6352
6353         * gtk/gtk.def: Updates.
6354
6355 2000-11-29  Elliot Lee  <sopwith@redhat.com>
6356
6357         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
6358         GTK_TYPE_TREE_MODEL.
6359
6360 2000-11-29  Alexander Larsson  <alexl@redhat.com>
6361
6362         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
6363         Set the size of the font from the description.
6364         (gdk_text_width): Gross hack that calculates the width
6365         of text by text_length * size/2. This is necessary because
6366         GtkLabel does some ugly gtk_string_width call to calculate
6367         an good size.
6368         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
6369
6370 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
6371
6372         * docs/tutorial/gtk-tut.sgml: DND updates
6373
6374 2000-11-29  Alexander Larsson  <alexl@redhat.com>
6375
6376         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
6377         If you pass width or height == 0 to gdk_window_clear_area they
6378         should be calculated from the window size.
6379
6380 2000-11-29  Alexander Larsson  <alexl@redhat.com>
6381
6382         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
6383         a grab, but no grab-cursor, use the cursor from the grabbed
6384         window. (gdk_fb_window_send_crossing_events): Send normal
6385         enter/leave notifications if grab and owner_events == TRUE.
6386
6387 2000-11-29  Alexander Larsson  <alexl@redhat.com>
6388
6389         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
6390         Do implicit button grabs, even if the window doesn't
6391         want the event.
6392         (gdk_fb_window_send_crossing_events): If there is a
6393         grab, only the grabbed window gets normal enter/leave
6394         notifications. On ungrab go from grabbed window to current.
6395         Don't send any notification to b when propagating from c -> b.
6396         If setting a grab on window, don't set prev_window.
6397         (handle_mouse_input): Send enter/leave events to the window the
6398         mouse is over, not the grabbed one.
6399         
6400 2000-11-28  Elliot Lee  <sopwith@redhat.com>
6401
6402         * gdk/gdkregion-generic.c: Zap warning.
6403         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
6404         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
6405
6406 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
6407
6408         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
6409         The cursor should be hidden if it is part of either the
6410         source or destination region. Not only if it is in both.
6411         (gdk_window_set_transient_for): Silence warnings.
6412
6413 2000-11-28  Alexander Larsson  <alexl@redhat.com>
6414
6415         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
6416         The default mode in X is Pie Arcs, therefore that is
6417         what Gtk+ uses.
6418
6419 2000-11-28  Alexander Larsson  <alexl@redhat.com>
6420
6421         * gdk/linux-fb/gdkinput-ps2.c:
6422         Implement correct EnterNotify/LeaveNotify:
6423         (gdk_fb_window_send_crossing_events): New function that sends
6424         all GdkCrossingEvents from the last mouse-window to the specified
6425         destination.
6426         (gdk_fb_window_visibility_crossing): Removed function.
6427         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
6428         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
6429         instead of gdk_window_get_pointer() for better readability.
6430
6431         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
6432         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
6433
6434         * gdk/linux-fb/gdkprivate-fb.h:
6435         removed gdk_fb_window_visibility_crossing, added
6436         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
6437
6438         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
6439         New function that finds the least common ancestor of two windows.
6440         (gdk_window_show, gdk_window_hide):
6441         Use gdk_fb_window_send_crossing_events.
6442         (gdk_fb_window_move_resize): Send configure events to toplevel
6443         windows. Use gdk_fb_window_send_crossing_events.
6444
6445 2000-11-27  Havoc Pennington  <hp@redhat.com>
6446
6447         * gtk/gtkprivate.h (enum): Remove a trailing comma
6448
6449 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
6450
6451         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
6452         the "changed" callback of the adjustment.  We need to redraw the
6453         spin button's arrows when the adjustment's range changes.
6454         (adjustment_changed_cb): Draw the arrows.
6455         (gtk_spin_button_value_changed): Draw the arrows.
6456
6457 2000-11-23  Alexander Larsson  <alexl@redhat.com>
6458
6459         * gdk/linux-fb/gdkselection-fb.c:
6460         Initial selection implementation.
6461
6462         * gtk/gtkselection.c:
6463         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
6464         requestor in gtk_selection_request.
6465         
6466         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
6467         Added gdk_selection_property atom.
6468
6469         * gdk/linux-fb/gdkprivate-fb.h:
6470         Export _gdk_selection_window_destroyed.
6471         Removed mask_off_x/y from GdkCursorPrivateFB.
6472         Removed hbearing, added top, left to PangoFBGlyphInfo.
6473
6474         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
6475         Call _gdk_selection_window_destroyed
6476         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
6477         the root window has been created.
6478         (static_dx_hack, static_dy_hack, compare_draw_rects,
6479         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
6480         in region. They are already sorted. Instead just traverse them in
6481         reverse if draw_direction < 0.
6482         
6483         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
6484         Double-clicks must be sent after the normal button_press.
6485         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
6486         
6487         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
6488         Pass _gdk_fb_screen_gc instead of NULL.
6489
6490         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
6491         Initialize gdk_selection_property.
6492         (gdk_event_make): Remove unused code.
6493
6494         * gdk/linux-fb/gdkcursor-fb.c:
6495         Make the pixmap for the cursor the same size as the mask. Also remove
6496         the mask_off_x/y fields in GdkCursorPrivateFB and combine
6497         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
6498         Now the whole cursor is visible.
6499
6500         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
6501         Fix bug where xdest+height instead of ydest+height was used
6502         to calculate if the source and dest overlapped. This fixes the
6503         redraw bug when the main window in testgtk was scrolled when
6504         partially covered by a tall window.
6505         Copy rectangles in region in order depending on draw_direction.
6506         Also moved the draw_direction flipping of start_y and end_y into
6507         the gc functions, as this might not be what all of them want.
6508         (gdk_fb_draw_lines): Support dashed lines.
6509         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
6510         so that the text is positioned correctly (was 1 pixel high).
6511
6512         gdk/linux-fb/gdkgc-fb.c:
6513         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
6514         all lines were drawn a pixel to short. Also checked the default of
6515         the rest of the values, and they're the same as X now.
6516
6517         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
6518         Clean up pixel positioning of the glyphs. Just use bgy->top and
6519         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
6520         to all divisions to get correct rounding behaviour.
6521
6522         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
6523         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
6524         Moved start_y/end_y flip into draw_drawable implementations.
6525         Flip also x rendering when draw_direction < 0.
6526         Remove unneccesary multiply with draw_direction.
6527
6528 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
6529
6530         * docs/tutorial/gtk-tut.sgml:
6531           - get rid of gtk_toggle_button_toggled FUD
6532           - start DND section - needs work - based on:
6533                 http://wolfpack.twu.net/docs/gtkdnd/
6534
6535 2000-11-22  Alexander Larsson  <alexl@redhat.com>
6536
6537         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
6538         Correct calculation of font metrics. Now GtkEntrys have sane
6539         size.
6540
6541 2000-11-22  Alexander Larsson  <alexl@redhat.com>
6542
6543         * gdk/gdktypes.h:
6544         Add new type GdkSpan
6545         
6546         * docs/reference/gdk/gdk-sections.txt,
6547         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
6548         gdk/gdkregion.h:
6549         Implement and document gdk_region_spans_intersect_foreach.
6550
6551         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
6552         Add new file gdkrender-fb.c which contains all core
6553         rendering code.
6554         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
6555         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
6556         (optimized rectangle fillers).
6557
6558         * gdk/linux-fb/gdkdrawable-fb2.c:
6559         Move all rendering code to gdkrender-fb.c.
6560         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
6561         Use the new span intersection functions in gdk_fb_fill_spans.
6562         gdk_fb_draw_rectangle() clips filled rectangles and calls
6563         gc->fill_rectangle with the result.
6564         gdk_fb_fill_spans() gets extra argument "sorted".
6565
6566         * gdk/linux-fb/gdkevents-fb.c:
6567         Remove unused includes and defines.
6568         New function gdk_fb_get_time() to get correct time for events.
6569
6570         * gdk/linux-fb/gdkinput-ps2.c:
6571         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
6572         Make sure to set the time of all events.
6573
6574         * gdk/linux-fb/gdkmain-fb.c:
6575         Use gdk_fb_get_time ().
6576
6577         * gdk/linux-fb/gdkprivate-fb.h:
6578         New virtual GC calls: fill_span & fill_rectangle.
6579         Export gdk_fb_get_time().
6580         gdk_fb_fill_spans() gets extra argument "sorted".
6581
6582         * gdk/linux-fb/mi*.c:
6583         Use GdkSpan instead of GdkRectangle.
6584         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
6585         from XFree 4 source)
6586         
6587 2000-11-22    <jrb@redhat.com>
6588
6589         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
6590         reversing the order in an if statement will do.  Doing so managed
6591         to make the treemodelsort half work.  Other half will follow after
6592         I get the insert function fully fixed.
6593
6594 2000-11-21  Elliot Lee  <sopwith@redhat.com>
6595         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
6596         more than 2 bits. Besides, I need to implement an evil hack. :)
6597
6598 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
6599
6600         * docs/tutorial/gtk-tut.sgml: minor corrections
6601
6602 2000-11-20  Jonathan Blandford <jrb@redhat.com>
6603         * gtk/gtktreemodelsort.h: Add convertion functions to let you
6604           convert to and from relative path's and iters.
6605
6606         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
6607           testing sorting functions a bit better.  Currently broken -- will
6608           fix in morning.
6609
6610 2000-11-20  Havoc Pennington  <hp@redhat.com>
6611
6612         * gtk/gtkwidget.c: Documented a bunch of functions in here
6613         (gtk_widget_realize): Warn if you try to realize
6614         a widget with no parent that isn't a toplevel
6615         (gtk_widget_intersect): return a gboolean
6616
6617 2000-11-20  Havoc Pennington  <hp@redhat.com>
6618
6619         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
6620         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
6621         scrolling to be implemented in GDK to finish. Also, right now
6622         we just size_allocate all children on every layout change,
6623         which is pretty lame. Test commented out of testtext.c, 
6624         until it works better.
6625
6626 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
6627
6628         * gdk/linux-fb/gdkdrawable-fb2.c:
6629         Removed unused arguments from gdk_fb_drawable_get_pixel().
6630
6631         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
6632         Renamed fidur specific mouse packet data in MouseDevice to
6633         generic. Used it in ps2 mouse handling code to avoid blocking
6634         reads.
6635
6636 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
6637
6638         * demos/gtk-demo/main.c: Changed to have the list become
6639         non-italic when the demo window is destroyed through an external
6640         event (like a close button).  Doing so found three bugs in the
6641         widget.
6642
6643         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
6644
6645         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
6646         we actually set the cell.
6647
6648         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
6649
6650         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
6651         free a leaked path.  Thanks memprof.
6652
6653 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
6654
6655         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
6656         off-by-one error when destroying allocated segments
6657         on failure. (Elliot)
6658
6659 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
6660
6661         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
6662         memleaks found by Evan Martin.
6663
6664 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
6665
6666         * Released 1.3.2
6667         
6668         * NEWS: Updates for 1.3.2
6669
6670 2000-11-17  Tor Lillqvist  <tml@iki.fi>
6671
6672         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
6673         but in general for window system specific events.
6674
6675         * gtk/gtk.def
6676         * gtk/makefile.mingw.in
6677         * gtk/makefile.msc.in: Update.
6678         
6679         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
6680
6681 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
6682
6683         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
6684         distribute gtk.immodules.
6685
6686         * gtk/Makefile.am (install-data-local): Don't install the
6687         gtk.immodules file created for the uninstalled modules;
6688         instead run gtk-query-immodules after install
6689
6690 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
6691
6692         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
6693         -rpath to the right install location.
6694
6695         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
6696         -export-dynamic.
6697
6698         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
6699         properly.
6700
6701 2000-11-15  Havoc Pennington  <hp@pobox.com>
6702
6703         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
6704         patch from Mikael Hermansson to temporarily stop blinking while
6705         the user is using the keyboard to type or navigate. 
6706
6707         Also, when blinking, stay on for longer than we stay off. Also,
6708         return from start_cursor_blink if !cursor_visible, to save
6709         checking that flag all over the place before we call
6710         start_cursor_blink.
6711
6712 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
6713
6714         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
6715         only contain a "fontset" line, which is now ignored.
6716
6717         * gtk/gtkentry.c (gtk_entry_button_release): Make 
6718         double-click-to-select-word work.
6719         
6720 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
6721
6722         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
6723         Don't move back one char when we are actually at the end of the 
6724         paragraph.
6725
6726 2000-11-15  Robert Brady  <robert@suse.co.uk>
6727
6728         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
6729         'o' < 'p'.
6730         
6731         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
6732         bind_textdomain_codeset.
6733
6734         (gtk_init_check): Make the warning about translating default:LTR
6735         sterner.
6736         
6737 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
6738
6739         * **/Makefile.am : remove unecessary rules for win32-specific
6740         config-substituted targets. If you want these rules, use
6741         --enable-maintainer-mode (called automatically by autogen.sh).
6742         Stops a lot of unneccessary make-time warnings.
6743
6744         * gtk/gtktext{layout,display}.c: Factor in total width as
6745         well as screen when figuring alignment for word-wrap as well as
6746         no wrap; this is necessary to handle lines that cannot be wrapped
6747         at all.
6748
6749 2000-11-15  Havoc Pennington  <hp@redhat.com>
6750
6751         * gtk/testtext.c: Implement essential color cycling feature
6752
6753 2000-11-15  Havoc Pennington  <hp@redhat.com>
6754
6755         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
6756         when we invalidate the main window.
6757
6758         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
6759         GtkTextView will now invalidate the side windows for us when text
6760         changes.
6761
6762 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
6763
6764         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
6765         unconditionally, since we may need to update the horizontal
6766         scrollbars even if the height didn't change.
6767
6768         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
6769         the extra attrs, since some of them affect size.
6770
6771         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
6772         x_offset correctly.
6773
6774 2000-11-15  Havoc Pennington  <hp@redhat.com>
6775
6776         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
6777         don't move the first line out into the margin, instead move the
6778         whole paragraph in order to make space for the first line within 
6779         the margin
6780
6781 2000-11-15  Havoc Pennington  <hp@redhat.com>
6782
6783         * gtk/gtktextview.c (changed_handler): offset redraw rect by
6784         xoffset in addition to yoffset, so horizontal scrolling doesn't
6785         break redraws
6786
6787 2000-11-15  Havoc Pennington  <hp@redhat.com>
6788
6789         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
6790         from the cursor
6791         (render_layout_line): fix reversed test that caused weird
6792         underlines to get drawn
6793
6794 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
6795
6796         * gdk/linux-fb/gdkprivate-fb.h:
6797         Fix debug macros.
6798         
6799 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
6800
6801         * gdk/linux-fb/gdkprivate-fb.h:
6802         Added virtual functions set_pixel, get_color,
6803         fill_span and draw_drawable to the GC.
6804         Added global _gdk_fb_screen_gc to use instead of
6805         NULL when drawing to the screen.
6806         Added _gdk_fb_gc_calc_state() prototype.
6807
6808         * gdk/linux-fb/gdkgc-fb.c:
6809         Call _gdk_fb_gc_calc_state() on any gc state change.
6810
6811         * gdk/linux-fb/gdkglobals-fb.c:
6812         Add _gdk_fb_screen_gc
6813                 
6814         * gdk/linux-fb/gdkdrawable-fb2.c:
6815         _gdk_fb_gc_calc_state() calculates best functions
6816         for the GC state and depth.
6817         Moved bpp specialized code to separate functions.
6818         Added optimized 24 bpp AA draw_drawable.
6819
6820         * gdk/linux-fb/gdkevents-fb.c:
6821         Silence gcc warning.
6822
6823         * gdk/linux-fb/gdkimage-fb.c:
6824         Use _gdk_fb_screen_gc
6825
6826         * gdk/linux-fb/gdkwindow-fb.c:
6827         Init and use _gdk_fb_screen_gc
6828
6829         * gdk/linux-fb/mitypes.h:
6830         Remove unused types.
6831
6832 2000-11-14  Havoc Pennington  <hp@pobox.com>
6833
6834         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
6835         to pixels
6836
6837 2000-11-14  Havoc Pennington  <hp@pobox.com>
6838
6839         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
6840
6841         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
6842         unknown char, no real reason we were using a variable. 
6843         Remove gtk_text_unknown_char variable. Fix all the text widget
6844         files accordingly.
6845
6846         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
6847         since the Unicode spec seems to prefer that character for our
6848         purposes.
6849
6850 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
6851
6852         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
6853         value of g_getenv() isn't freeable, so g_strdup it.
6854
6855         * modules/input/inuktitut.c: Inuktitut input method.
6856
6857         * modules/input/Makefile.am: Build this.
6858         
6859 2000-11-14  Elliot Lee  <sopwith@redhat.com>
6860
6861         * gtk/Makefile.am: Install gtk.immodules, needed for operation
6862         of gtk programs.
6863
6864 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
6865
6866         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
6867         reversed > that was causing Home to go to end of previous line.
6868
6869         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
6870         modified-keypresses (leave for bindings.)
6871
6872         * modules/input/Makefile.am: Remove useless -export-dynamic
6873         from module LDFLAGS.
6874
6875 2000-11-14  Havoc Pennington  <hp@redhat.com>
6876
6877         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
6878         higher.
6879
6880         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
6881         account. Also, render rise, underline, background, etc. for
6882         pixbufs as well as text. Also, draw underlines one pixel higher.
6883
6884         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
6885         PangoAttribute for the rise, so it gets drawn properly. Also,
6886         add the GtkTextAppearance attribute for pixbuf/widget segments
6887         as well; we should go ahead and have rise, underline, background,
6888         stipple work for those
6889
6890         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
6891         Pango
6892
6893 2000-11-15  Tor Lillqvist  <tml@iki.fi>
6894
6895         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
6896
6897         * gtk/gtk.def: Update.
6898
6899         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
6900         included.
6901         (gtk_rc_get_im_module_file): Use run-time installation directory
6902         on Win32.
6903
6904         * gdk/win32/rc/gdk.rc: Remove.
6905         * gdk/win32/rc/gdk.rc.in: New file.
6906         * gdk/win32/rc/Makefile.am: New file
6907         * gdk/win32/Makefile.am: Corresponding changes.
6908
6909         * gtk/gtk.rc: Remove.
6910         * gtk/gtk-win32.rc.in: New file.
6911         * gtk/Makefile.am: Corresponding changes.
6912
6913         * configure.in: Corresponding changes.
6914
6915         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
6916         has a built gtkcompat.h. Developers using CVS code on Win32 can
6917         hand-edit it from gtkcompat.h.in.
6918
6919         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
6920         gtkcompat.h from gtkcompat.h.win32.
6921
6922 2000-11-14  Havoc Pennington  <hp@redhat.com>
6923
6924         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
6925         to default to GDK_ACTION_MOVE if the drag is within a single
6926         widget. Defaults to GDK_ACTION_COPY between widgets.
6927
6928 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
6929
6930         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
6931
6932         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
6933
6934         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
6935         srcdir != builddir
6936
6937         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
6938
6939         * configure.in (GTK_VERSION): Up to 1.3.2
6940
6941         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
6942         gtkimcontextxim.h
6943
6944         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
6945         missing doc comment.
6946
6947 2000-11-14  Alexander Larsson  <alexl@redhat.com>
6948
6949         * modules/linux-fb/basic.c:
6950         Use the glib iconv wrappers.
6951
6952 2000-11-13  Havoc Pennington  <hp@pobox.com>
6953
6954         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
6955         still more bugs.
6956
6957         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
6958         scroll the GdkWindows before realization.
6959
6960 2000-11-13  Havoc Pennington  <hp@redhat.com>
6961
6962         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
6963         where GC didn't always get updated properly
6964
6965         * demos/gtk-demo/textview.c (create_tags): Use subattributes
6966         of fonts instead of setting the entire font
6967
6968         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
6969         setting entire font
6970
6971         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
6972
6973         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
6974         a bunch of individually-settable font attributes. You can still 
6975         use the "font" and "font_desc" args, they just set all the font
6976         attributes at once.
6977
6978 2000-11-13 Elliot Lee <sopwith@redhat.com>
6979
6980         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
6981
6982 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
6983
6984         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
6985         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
6986
6987         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
6988         work better.
6989
6990 2000-11-13  Havoc Pennington  <hp@redhat.com>
6991
6992         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
6993         the module file.
6994
6995         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
6996         dest->language
6997
6998         * gtk/testtext.c: Test pixels above/below/inside paragraphs
6999         settings
7000
7001         * gtk/gtktextview.c: Implement object args and setters/getters for
7002         all the aspects of the GtkTextAttributes that are not set from
7003         GtkWidget attributes. This is spacing, justification, margins,
7004         etc.
7005
7006         (gtk_text_view_set_arg)
7007         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
7008         args
7009         (gtk_text_view_class_init): Add args for justify, left_margin,
7010         right_margin, indent, and tabs
7011         
7012
7013         * gtk/gtktextlayout.c (set_para_values): fix to display indent
7014         attribute properly
7015
7016         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
7017         replace with indent attribute
7018
7019         * gtk/gtktextlayout.c (set_para_values): multiply indent by
7020         PANGO_SCALE
7021
7022         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
7023         rearranging code to do that
7024         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
7025         i.e. don't subtract the top_margin first, just to keep
7026         all margin-futzing in one place.
7027
7028         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
7029
7030         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
7031         special case of last line, Pango now handles this itself.
7032         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
7033         Y coordinate
7034         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
7035         (find_display_line_above): wasn't moving the byte index as it
7036         iterated over lines, so always returned byte 0. Also, port to use
7037         PangoLayoutIter.
7038         (find_display_line_below): same problem as
7039         find_display_line_above. Also, port to use PangoLayoutIter.
7040
7041 2000-11-13  Alexander Larsson  <alexl@redhat.com>
7042
7043         * gdk/linux-fb/*.[ch]:
7044         Massive reindent to gtk+ standard. My hands hurt.
7045
7046         * gdk/linux-fb/gdkcolor-fb.c:
7047         Move GdkColorPrivateFB from inherited to windowing_data
7048
7049         * gdk/linux-fb/gdkcursor-fb.c:
7050         _gdk_cursor_new_from_pixmap made static
7051
7052         * gdk/linux-fb/gdkdnd-fb.c:
7053         GdkDragContextPrivate moved to windowing_data
7054
7055         * gdk/linux-fb/gdkdrawable-fb2.c:
7056         Removed endian.h, use glib endianness macros instead
7057         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
7058         and GDK_DRAWABLE_IMPL_FBDATA
7059
7060         * gdk/linux-fb/gdkfont-fb.c:
7061         Add empty gdk_font_load(). Needed for linking of Gtk+.
7062
7063         * gdk/linux-fb/gdkimage-fb.c:
7064         Removed endian.h, use glib endianness macros instead
7065         Moved GdkImagePrivateFB to windowing_data
7066         gdk_image_new_bitmap didn't always allocate enough
7067         memory.
7068
7069         * gdk/linux-fb/gdkinput-ps2.c:
7070         Added semi-working support for MS serial mice.
7071
7072         * gdk/linux-fb/gdkprivate-fb.h:
7073         s/GdkWindowPrivate/GdkWindowObject/
7074         Removed GdkWindowPrivate typedef
7075         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
7076         Removed GDK_DRAWABLE_P
7077         Move GdkColorPrivateFB from inherited to windowing_data
7078         Moved GdkImagePrivateFB to windowing_data
7079
7080         * gdk/linux-fb/gdkvisual-fb.c:
7081         Removed some unused debug code.
7082
7083         * gdk/linux-fb/gdkwindow-fb.c:
7084         Use stock cursors instead of including X headers.
7085         s/GdkWindowPrivate/GdkWindowObject/
7086
7087         * gdk/linux-fb/mitypes.h:
7088         Removed unused types.
7089
7090         * modules/linux-fb/basic.c:
7091         Use the pango fribidi wrappers.
7092
7093 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
7094
7095         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
7096         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
7097         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
7098         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
7099         GEqualFunc where applicable.
7100         
7101         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
7102         pango_font_description_equal as changed in pango.
7103         
7104         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
7105
7106         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
7107
7108         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
7109
7110         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
7111
7112         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
7113
7114         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
7115
7116         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
7117         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
7118
7119         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
7120         gtk_rc_styles_compare -> gtk_rc_styles_equal.
7121
7122 2000-11-12  Havoc Pennington  <hp@pobox.com>
7123
7124         * demos/gtk-demo/Makefile.am (democodedir): change demo install
7125         dir to datadir/gtk+-2.0/demo
7126
7127         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
7128         sorts of text widget and Pango font bugs. Urgh.
7129
7130         * demos/gtk-demo/Makefile.am (demos): Add textview.c
7131
7132         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
7133         tree that you should double click to see the demo. Fix 
7134         types of variables to reflect changed return values from 
7135         GtkTreeStore and GtkTreeViewColumn constructors.
7136
7137         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
7138         newly-created buffer to prepare for GObject semantics
7139
7140         * gtk/testtext.c: don't leak the buffer with GObject semantics
7141
7142         * gtk/testtextbuffer.c: ditto
7143         
7144 2000-11-12  Havoc Pennington  <hp@pobox.com>
7145
7146         Rename this testgtk to gtk-demo to avoid confusion, and 
7147         install it so people can use it as a supplement to 
7148         the documentation.
7149         
7150         * demos/gtk-demo: Moved from demos/testgtk
7151
7152         * demos/testgtk: Removed
7153
7154         * configure.in: make Makefile in gtk-demo
7155         
7156         * demos/gtk-demo/Makefile.am: Install sample source to 
7157         datadir/gtk-demo (maybe there's a better place?), and 
7158         rename the binary to gtk-demo
7159         
7160         * demos/gtk-demo/main.c (load_file): Load installed sample
7161         source if source isn't found in pwd.
7162
7163 2000-11-09  Havoc Pennington  <hp@pobox.com>
7164
7165         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
7166         argument to set the char displayed when visibility == FALSE
7167         (gtk_entry_create_layout): If !entry->visible, replace 
7168         all chars with the "invisible char"
7169
7170         * gtk/testgtk.c: Test the invisible_char deal
7171         
7172 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
7173
7174         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
7175         can't get a native font in the right encoding.
7176
7177 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
7178
7179         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
7180         respectively.
7181
7182 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
7183
7184         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
7185         Fix warning when moving between paragraphs.
7186
7187         * gtk/gtkentry.[ch]: Change move => move_cursor, 
7188         delete => delete_from_cursor, insert => insert_at_cursor
7189
7190 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
7191
7192         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
7193
7194         * modules/input/imthai-broken.c: A Thai input method for use if
7195         Thai keys are really generating Latin1 keysyms.
7196
7197         * modules/input/Makefile.am: Build these.
7198
7199 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
7200
7201         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
7202         g_filename_{to,from}_utf8 now takes an extra parameter.
7203
7204         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
7205         strftime into UTF-8.
7206
7207         (column_from_x, gtk_calendar_paint_day_names): Support RTL
7208         calendars.
7209
7210         (gtk_calendar_paint_day_names): Draw day names in the right 
7211         place.
7212         
7213 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
7214
7215         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
7216         problem with using result of g_get_charset() backwards -
7217         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
7218
7219         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
7220         negative min_width/height and max_width/height to
7221         mean "requisition"; this allows setting a window
7222         to be user-resizable in only one direction easily.
7223
7224         * gtk/testgtk.c (create_main_window): Remove hard-coded
7225         usize - set a default size in the vertical direction.
7226
7227 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
7228
7229         * gtk/gtkrange.c: Add some missing casts. Support 
7230         2 and 3 button clicks on the arrows to mean 
7231         "move by pages" and "jump to end". (Like gtkspinbutton)
7232
7233 2000-11-12 Hans Breuer <Hans@Breuer.Org>
7234
7235         * gdk/win32/makefile.msc : reflect build module changes
7236
7237         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
7238         from GdkPixmap*, cast implementation member instead.
7239
7240         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
7241         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
7242         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
7243         more Gdi functions return value checking. 
7244         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
7245         GdkImagePrivateWin32 *.
7246
7247         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
7248         menus useable again. Add #pragma message to keep reminded on this issue.
7249         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
7250         windows. This allows to enable backing store on Win32!
7251
7252         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
7253         in drawable is of impl type. Correct specific type checks appropriate.
7254  
7255         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
7256         GDK_WINDOW_DESTROYED before allocating new resources.
7257
7258         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
7259
7260         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
7261         (gdk_window_foreign_new) initialize parent handle.
7262         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
7263
7264         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
7265         Let the GDI invalidate the window on MoveWindow call to fix scrolling
7266         problems (e.g. main buttons in testgtk). 
7267
7268 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
7269
7270         * gtk/gtkentry.c (gtk_entry_key_press): Call 
7271         gtk_widget_activate for GDK_Return.
7272
7273         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
7274         of preedit cursor position.
7275
7276 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
7277
7278         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
7279         static.
7280
7281 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
7282
7283         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
7284         out support for multiple locales; that simple doesn't
7285         work reliably with current Xlib
7286
7287         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
7288         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
7289         Add support for positioning the cursor within the preedit string.
7290
7291 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
7292
7293         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
7294         at XIM input method module.
7295
7296         * gtk/gtktextview.c: Check for bindings after passing
7297         events to im context filter.
7298
7299 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
7300
7301         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
7302         empty attribute lists properly.
7303
7304 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
7305
7306         * gtk/queryimmodules.c (main): Return non-zero exit
7307         status if errors were encountered querying any
7308         modules.
7309
7310         * modules/input/Makefile.am (moduledir): remove
7311         leftover bin program target.
7312
7313         * docs/make-todo: Fix typo in error message.
7314
7315 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
7316
7317         * configure.in: Add modules/input/Makefile
7318
7319 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
7320
7321         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
7322         don't include gtkthemes.h.
7323
7324         * gtk/testgtk.c gtk/testtext.c: Set environment variables
7325         to point
7326
7327         * gtk/Makefile.am: Add new .c and .h files, build 
7328         gtk-query-immodules and use it to create a gtk.immodules
7329         file for use of test programs.
7330
7331         * gtk/gtkpreview.c: remove extra blank line.
7332
7333 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
7334
7335         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
7336         Add the ability to add extra tables beyond the default
7337         one, and also the ability to have compose sequences 
7338         that are prefixes of other compose sequences. 
7339
7340         * gtk/gtkimcontextsimple.c: Export a preedit string which
7341         consists of possible candidates for keystrokes that have
7342         been entered but not yet committed.
7343
7344         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
7345         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
7346
7347         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
7348         Add a function to add input-method switching menu items
7349         to a menu.
7350
7351         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
7352         when switching input methods.
7353
7354         * gtk/gtkimcontextsimple.[ch]: Change the format of
7355         the compose table to allow compose tables of different
7356         lengths / sequence.
7357
7358 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
7359
7360         * gtk/gtkimmodule.[ch]: Support routines for loading
7361         GtkIMContext implementations dynamically at runtime.
7362
7363         * modules/input/imcyrillic-translit.c: A sample input
7364         method (based on GtkIMContextSimple with an extra table),
7365         which demonstrates preedit strings and the module
7366         system for input modules
7367
7368         * gtk/queryimmodules.c: Program to query the available
7369         input modules and write the results into a file.
7370          
7371         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
7372         extra config options "im_module_file" (cache file for
7373         input method modules), and "im_module_path" - path
7374         to look for modules when generating cache file.
7375
7376         This doesn't scale.
7377
7378 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
7379
7380         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
7381         generic code from gtkthemes into a new abstraction
7382         GtkModule which has the logic for implementing
7383         a loadable module which implements a number of 
7384         GObject types.
7385
7386 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
7387
7388         * gtk/gtkeditable.[ch]: Convert GtkEditable from
7389         a class into an interface  
7390         
7391         * gtk/gtkoldeditable.[ch]: Move the old editable
7392         implementation into here, so legacy widgets can
7393         still rely on the implemenation. GtkOldEditable
7394         exports GtkEditable. Make selection handling
7395         code use new text conversion functions (and
7396         handle UTF-8 as a side-effect). Use GtkClipboard
7397         for CLIPBOARD.
7398
7399         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
7400         Adopt to match above changes.
7401
7402         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
7403         avoid GtkOldEditable implementation. Restructure
7404         to reduce number of places that modify state directly.
7405         Move to GtkBindingSet. Display the preedit string.
7406         Queue recomputation of PangoLayout and scroll position
7407         to improve effiency of doing complex changes naively.
7408         Add a menu with cut/copy/paste and input method selection.
7409
7410 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
7411
7412         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
7413         to set preedit string and attributes; display preedit string by
7414         inserting string and attributes at cursor when creating the
7415         GtkTextLineDisplay.
7416
7417         * gtk/gtktextlayout.c: Move all conversions between byte
7418         positions in PangoLayout and GtkTextIter into new functions
7419         line_display_iter_to_index/index_to_iter that properly
7420         handle the preedit string.
7421
7422         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
7423         it to return const char * (eventually will end up
7424         as GCONST char *, most likely.)
7425
7426         * gtk/gtktextview.[ch]: Handle the preedit string, call
7427         gtk_im_context_reset() as necessary, add a menu to switch
7428         input methods.
7429         
7430         * gtk/gtktextlayout.[ch]: Remove useless
7431         gtk_text_layout_get_log_attrs() function.
7432
7433 2000-11-11  Tor Lillqvist  <tml@iki.fi>
7434
7435         * gdk/gdk.def
7436         * gtk/gtk.def: Update.
7437
7438         * gdk/win32/*.c: Add last argument to g_type_register_static()
7439         calls.
7440
7441         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
7442
7443         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
7444         generated by older wheel mouse drivers. Get the correct y
7445         coordinate from WM_MOUSEWHEEL messages.
7446
7447         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
7448         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
7449         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
7450         Debugging functions.
7451
7452         * gdk/win32/gdkprivate-win32.h: Declare them.
7453
7454         * gdk/win32/gdkinput-win32.h: Add declaration for
7455         gdk_input_window_destroy().
7456
7457         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
7458
7459 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
7460
7461         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
7462         function to help handle keeping things in sync.
7463
7464 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
7465
7466         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
7467         BOXED marshallers.
7468
7469         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
7470         (gtk_list_store_class_init): use the new BOXED marshallers.
7471
7472         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
7473         new_with_values to new_with_types.
7474         (gtk_tree_store_get_column_type): add this.
7475         (gtk_tree_store_class_init): use the new BOXED marshallers.
7476
7477         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
7478         mirror some POINTER marshallers.
7479
7480 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
7481
7482         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
7483         allow more interesting iterators.  Also, made the lifecycle of
7484         iterators more explicit.
7485
7486         * gtk/gtktreemodelsort.[ch]: New model for sorting.
7487
7488         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
7489         types.
7490
7491 2000-11-09  Alexander Larsson  <alexl@redhat.com>
7492
7493         * demos/testgtk/menus.c:
7494         Changes to make the new testgtk compile after
7495         gtk_menu_append was removed.
7496
7497         * gdk/linux-fb/gdkdrawable-fb2.c
7498         (gdk_fb_get_depth, gdk_fb_get_visual,
7499         gdk_drawable_impl_fb_class_init): Implement
7500         these drawable functions. Now GtkImages work again.
7501
7502         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
7503
7504         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
7505         
7506         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
7507         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
7508         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
7509         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
7510
7511 2000-11-08  Havoc Pennington  <hp@pobox.com>
7512
7513         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
7514         visible_set args, don't know where these had gone, I thought they
7515         used to be there
7516
7517         * gtk/testtext.c: Add a menu item to apply invisibility tag;
7518         now we can test the feature and see that it's totally broken.
7519
7520 2000-11-08  Havoc Pennington  <hp@pobox.com>
7521
7522         Make DND copy pixbufs and tags when source and target share a 
7523         tag table.
7524         
7525         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
7526         in-process GTK_TEXT_BUFFER_CONTENTS target
7527         (gtk_text_view_drag_data_received): Paste from
7528         GTK_TEXT_BUFFER_CONTENTS if we receive it.
7529
7530 2000-11-08  Alexander Larsson  <alexl@redhat.com>
7531
7532         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
7533         API changes.
7534
7535         * gtk/gtkmenu.c: Add support for scrolling menus.
7536         Remove gtk_menu_append/prepend/insert, these have been moved to
7537         gtkcompat.h as #defines.
7538
7539         * gtk/gtkcompat.h.in:
7540         Add compatibility #defines for gtk_menu_append/prepend/insert
7541
7542         * gtk/gtkmenu.h: Add data needed for scrolling menus.
7543         GtkMenuPositionFunc gets an extra argument push_in.
7544         gtk_menu_append/prepend/insert removed.
7545         
7546         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
7547         positioning behaviour to fit to scrolling menus.
7548
7549         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
7550         into menuitem->submeny. That is wrong, and broke torn
7551         off submenus of torn off menus, since they were unrealized
7552         when the first menu was unrealized.
7553
7554         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
7555         gtk_menu_shell_select_item() since these need to be overridden in
7556         GtkMenu.
7557
7558         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
7559         positioning behaviour to fit to scrolling menus.
7560         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
7561         the current item so that it is prelighted when the menu pops up.
7562         This is a workaround to the fact that the menu doesn't get the
7563         initial enter event (due to grabs).
7564
7565         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
7566         s/gtk_menu_append/gtk_menu_shell_append/
7567
7568         * gtk/gtknotebook.c:
7569         s/gtk_menu_insert/gtk_menu_shell_insert/
7570
7571         * gtk/testgtk.c (create_menu, create_menus):
7572         Create the first menu with 50 items so that menu scrolling
7573         can be tested.
7574         
7575         
7576         Patch from Jonathan Blandford  <jrb@redhat.com>
7577
7578         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
7579         system to handle size requests.  First, we ask what the size of
7580         the toggle is.  Then, when allocating the size, we allocate the
7581         toggle_size first.  This way we can have multiple menu-item
7582         classes w/o needing a seperate class for each.
7583
7584         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
7585         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
7586
7587         * gtk/gtkcheckmenuitem.c
7588         (gtk_check_menu_item_toggle_size_request): New function to handle
7589         the toggle size-request.
7590
7591 2000-11-07  Havoc Pennington  <hp@redhat.com>
7592
7593         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
7594         Half-ass somewhat fix this function, so that scrolling to the
7595         insertion point works. Pango hacking is in the future to really
7596         fix it.
7597
7598         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
7599         length of data, no longer used.
7600
7601         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
7602         method contents in here, get rid of destroy method
7603         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
7604         that were backward. Remove debug spew.
7605         (cut_or_copy): Make the clipboard work with insert_range to
7606         preserve tags and pixbufs, not just the primary selection.
7607
7608 2000-11-07  Havoc Pennington  <hp@redhat.com>
7609
7610         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
7611         to gtk_text_mark_get_visible
7612
7613         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
7614         bug that was generating an invalid iterator
7615
7616         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
7617         ensure_char_offsets() in front of code placing the iter in an
7618         invalid state.
7619
7620         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
7621         make override_location arg const
7622         (paste): Replace the selection if we paste into the 
7623         current selection
7624
7625         * gtk/gtkselection.h: Remove "GtkSelectioData"
7626         (struct _GtkSelectionData): move the definition here.
7627
7628         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
7629         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
7630
7631         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
7632
7633         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
7634         (gtk_text_buffer_insert_range_interactive): implement
7635         (gtk_text_buffer_get_tags): Remove, replaced by
7636         gtk_text_iter_get_tags()
7637
7638         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
7639         limit parameter, to avoid infinite linear scan.
7640         (gtk_text_iter_backward_search): Add search limit
7641         (gtk_text_iter_forward_find_char): Add search limit
7642         (gtk_text_iter_backward_find_char): Add search limit
7643
7644 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
7645
7646         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
7647         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
7648         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
7649         gdk/linux-fb/gdkwindow-fb.c:
7650         use g_object_new() instead of g_type_create_instance() which
7651         is a private function for fundamental type implementations.
7652
7653         * gdk/linux-fb/gdkinput-ps2.c:
7654         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
7655         instead just store the current modifier state. Add a (somewhat broken)
7656         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
7657         Rename exported function gdk_input_ps2_get_mouseinfo to
7658         gdk_input_get_mouseinfo.
7659
7660         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
7661         gdk/linux-fb/gdkwindow-fb.c:
7662         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
7663         
7664
7665 2000-11-02  Havoc Pennington  <hp@redhat.com>
7666
7667         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
7668         use stock buttons. Should be 100% source compatible, appropriate
7669         filesel fields now point to dialog->vbox and dialog->action_area.
7670         On the bizarre side, dialog->action_area and filesel->action_area
7671         are not the same widget.
7672         (gtk_file_selection_init): Put some padding around the selection
7673         entry, so it isn't touching the GtkDialog separator.    
7674
7675         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
7676         use stock buttons, etc. Should also be source compatible.
7677         Set the dialog default title in _init not _new().
7678         
7679         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
7680         Use stock buttons; don't put a button box inside the existing
7681         dialog button box. Don't bother with push/pop colormap anymore.
7682
7683         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
7684         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
7685         for message dialog, and necessary for the font selection and color
7686         selection with help and apply buttons.
7687         
7688         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
7689         to the created button widget. Set GTK_CAN_DEFAULT on the button.
7690         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
7691         between buttons, put less padding around the action area.
7692         (gtk_dialog_run): Exit on unmap rather than on destroy. 
7693         This will also exit the loop if the widget is hidden.
7694         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
7695         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
7696         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
7697         special-case delete event.
7698
7699         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
7700         formatting
7701         
7702 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
7703
7704         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
7705         button to temporarily disable position recording in the
7706         "saved position" test.
7707
7708 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
7709
7710         * gtk/gtkthemes.c: added compat code that temporarily implements
7711         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
7712         going to be revamped by owen's upcoming GtkModule patches, but
7713         untill then people want gtk to build, right? ;)
7714
7715 2000-11-04  Havoc Pennington  <hp@pobox.com>
7716
7717         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
7718         list
7719
7720         * docs/Changes-2.0.txt: Add note about
7721         gtk_container_get_toplevels()
7722
7723         * gtk/gtktextview.h: formatting
7724         
7725         * gtk/gtktextview.c: don't start descriptions with "Returns",
7726         confuses gtk-doc
7727
7728 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
7729
7730         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
7731         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
7732
7733 2000-11-03  Havoc Pennington  <hp@redhat.com>
7734
7735         * gtk/gtktexttagtable.c: Docs
7736         (gtk_text_tag_table_size): return a signed int
7737
7738         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
7739         (gtk_text_tag_event): make the event_object a GObject
7740
7741         * gtk/gtktextview.c: Write API docs for all functions.
7742
7743         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
7744         for gtk_text_view_get_window_type() called on one of the private
7745         windows.
7746
7747         * gtk/gtktextview.c: Instead of accessing text_view->buffer
7748         directly, call get_buffer() which demand-creates a default
7749         buffer. So gtk_text_view_new() can be used to create a view with a
7750         default buffer in it, if you just want an empty text box users can
7751         put data in. Useful for GUI builders also.
7752
7753 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
7754
7755         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
7756         the charset encodign portion MUST be in lowercase.
7757         * gtk/gtkrc.az: added file for Azeri language
7758
7759 2000-11-03  Havoc Pennington  <hp@redhat.com>
7760
7761         Get widgets working on the btree/buffer side. Display of them 
7762         still doesn't work.
7763         
7764         * gtk/gtktextview.c: start implementing child widget stuff
7765
7766         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
7767
7768         * gtk/gtktextlayout.c: handle embedded widgets
7769
7770         * gtk/gtktextdisplay.c: handle embedded widgets
7771
7772         * gtk/gtktextchild.c: Implement all the child anchor goo
7773
7774         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
7775         function
7776
7777         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
7778         (insert_pixbuf_or_widget_segment): abstract out common portions of 
7779         creating a child anchor or a pixbuf segment.
7780         (gtk_text_btree_create_child_anchor): new function
7781         (gtk_text_btree_unregister_child_anchor): new function
7782
7783         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
7784         allocate_child signal on GtkTextLayout
7785
7786         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
7787         values
7788         (gtk_text_iter_get_child_anchor): new function
7789
7790         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
7791         default handler for the changed signal, which calls
7792         gtk_text_buffer_set_modified(), instead of just always emitting
7793         changed then calling set_modified() manually. I guess this is
7794         maybe more flexible. It seems logical.
7795
7796 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
7797
7798         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
7799         now.
7800
7801         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
7802
7803 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
7804
7805         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
7806         been marked static.
7807
7808 2000-11-02  Havoc Pennington  <hp@redhat.com>
7809
7810         * gtk/testgtk.c (create_labels): had a test backward
7811
7812         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
7813         fields, so the dest GC ends up with the correct clip origin, 
7814         etc. Fixes a bug where colored labels didn't redraw 
7815         properly.
7816
7817 2000-11-02  Alexander Larsson  <alexl@redhat.com>
7818
7819         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
7820         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
7821         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
7822         Add last argument to t_type_register_static call.
7823         
7824         * gdk/linux-fb/gdkdrawable-fb2.c:
7825         Add last argument to t_type_register_static call.
7826         export the get_image drawable virtual function.
7827
7828         * gdk/linux-fb/gdkimage-fb.c:
7829         Add last argument to t_type_register_static call.
7830         rename gtk_image_get to _gdk_fb_get_image and
7831         export it for use by gdkdrawable-fb2.
7832
7833         * gdk/linux-fb/gdkprivate-fb.h:
7834         export _gdk_fb_get_image.
7835
7836         * gdk/linux-fb/gdkselection-fb.c:
7837         Add new api call stubs.
7838
7839         * gtk/Makefile.am:
7840         Missing ( in linux-fb part.
7841
7842         * modules/linux-fb/Makefile.am:
7843         Must link with gdk_pixbuf or get unresolved symbol.
7844
7845 2000-11-01  Havoc Pennington  <hp@pobox.com>
7846
7847         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
7848         GTK_TYPE_TEXT_ITER and BOXED marshallers
7849
7850         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
7851
7852         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
7853         
7854         * gtk/gtk-boxed.defs: add GtkTextIter
7855
7856         * gtk/gtkmarshal.list: Add marshallers for text widget that 
7857         properly use OBJECT and BOXED
7858
7859 2000-11-01  Havoc Pennington  <hp@redhat.com>
7860
7861         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
7862
7863         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
7864         before returning it. 
7865         
7866 2000-11-01  Havoc Pennington  <hp@redhat.com>
7867
7868         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
7869         Clip the rectangle to be rendered to the drawable, since
7870         get_from_drawable() requires a region within the drawable
7871
7872 2000-11-01  Havoc Pennington  <hp@redhat.com>
7873
7874         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
7875         from coordinates.
7876
7877 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
7878
7879         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
7880         it isn't NULL.
7881
7882 2000-11-01  Havoc Pennington  <hp@pobox.com>
7883
7884         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
7885         on a label
7886         (gtk_label_finalize): unref the attr list if any.
7887
7888         * gtk/testgtk.c (create_get_image): close test on second click
7889         (make_message_dialog): close dialog if it exists
7890
7891         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
7892
7893         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
7894         gdk-pixbuf
7895
7896         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
7897         from Pango markup format
7898         (gtk_label_set_markup_with_accel): ditto but with accelerator
7899         parsing
7900
7901         * gtk/gtkimage.c (gtk_image_expose): reformatting.
7902
7903         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
7904         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
7905         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
7906         call gdk_window_get_origin().
7907
7908         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
7909         implement GDK_PIXBUF_ALPHA_FULL
7910         
7911 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
7912
7913         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
7914         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
7915         g_signal_handlers_disconnect_matched to block/unblock and disconnect
7916         multiple handlers respectively, instead of only treating the
7917         first handler found (bug reported by owen).
7918
7919 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
7920
7921         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
7922
7923         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
7924
7925         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
7926         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
7927         gtk/gtktreeviewcolumn.h: Fixed inline docs.
7928
7929         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
7930         widget.  Needs writing someday.
7931
7932         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
7933         the docs.
7934
7935 2000-10-30  Havoc Pennington  <hp@redhat.com>
7936
7937         * gtk/gtktextview.h, gtk/gtktextview.c:
7938         Rename delete_at_cursor delete_from_cursor, and 
7939         move to move_cursor.
7940
7941 2000-10-30  Havoc Pennington  <hp@redhat.com>
7942
7943         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
7944         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
7945         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
7946         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
7947         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
7948         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
7949         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
7950         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
7951         gtktexttypes.h, gtktextview.c, gtktextview.h:
7952
7953         Massive reindentation and reformatting. Arg alignment and comments
7954         still need fixing in various places.
7955
7956 2000-10-30  Havoc Pennington  <hp@redhat.com>
7957
7958         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
7959         to be named insert_at_cursor and delete_at_cursor so C++ can
7960         handle them.
7961
7962 2000-10-28  Tor Lillqvist  <tml@iki.fi>
7963
7964         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
7965         to get a double directory separator in case the home directory
7966         ends with one. This would cause trouble especially on Windows,
7967         where the path will be confused with the syntax for an an UNC
7968         (network share) path \\server\share\path.
7969         (gtk_rc_add_initial_default_files): Ditto.
7970
7971 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
7972
7973         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
7974
7975         * gtk/gtktextview.c: Use correct marshallers.
7976
7977 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
7978
7979         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
7980         use new iter stuff, and added all the appropriate signals et al.
7981
7982         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
7983         code is internal to gtk only.
7984
7985 2000-10-28  Tor Lillqvist  <tml@iki.fi>
7986
7987         * gtk/gtk.def
7988         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
7989         glib-genmarshal etc.
7990
7991 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
7992
7993         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
7994         parallel builds.
7995
7996 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
7997
7998         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
7999
8000 2000-10-27  Robert Brady  <robert@suse.co.uk>
8001
8002         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
8003         en_GB (British), ia (Interlingua).
8004
8005 2000-10-26  Havoc Pennington  <hp@redhat.com>
8006
8007         * gtk/gtktextiter.c (my_strrstr): fix constness warning
8008
8009         Fixed output of:
8010         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
8011         
8012         * gtk/gtktextsegment.c (char_segment_new): rename
8013         (_char_segment_new_from_two_strings): rename
8014         (_toggle_segment_new): rename
8015         
8016         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
8017         (make_clipboard_widget): make it static
8018         (text_get_func): static
8019         (text_clear_func): static
8020
8021         * gtk/gtkcolorsel.c (adjustment_changed): make this function
8022         static
8023         (hex_changed): make it static
8024         (hsv_changed): make it static
8025         (opacity_entry_changed): make it static
8026
8027         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
8028         (toggle_segment_check_func): rename with _gtk
8029
8030         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
8031         (_widget_segment_new): rename
8032         (_widget_segment_add): rename
8033         (_widget_segment_remove): rename
8034         (_widget_segment_ref): rename
8035         (_widget_segment_unref): rename
8036
8037         * gtk/gtktextmark.c (_mark_segment_new): Rename
8038         _gtk_mark_segment_new   
8039
8040 2000-10-26  Havoc Pennington  <hp@redhat.com>
8041
8042         * gtk/gtkmarshal.list: add new marshallers used by the text widget
8043         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
8044         types
8045
8046         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
8047         marshaller types
8048
8049         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
8050         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
8051         license on these files.
8052
8053         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
8054         work.
8055
8056         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
8057         runtime random number different for each tree, instead of 
8058         a constant I made up.
8059
8060 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
8061
8062         * gtk/Makefile.am: buncha cleanups, kludged build sources
8063         dependencies with a Makefile: oldest-source-stamp dependancy
8064         for the moment. automake is really fighting us here, with
8065         intentionally not allowing user-defined rules or dependancies
8066         prior to it's -include $(DEP_FILES) statement. sucks rocks!
8067
8068         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
8069         to public headers. tehy have a comment stating that they are
8070         "semi-public" aren't included by gtk.h and if enums popup there,
8071         they can be /*< skip >*/-ed.
8072
8073         * gtk/gtktextlayout.h: 
8074         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
8075         added LGPL... <SIGH>
8076
8077 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
8078
8079         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
8080         GtkTreeIter.  Added iterators everywhere.
8081
8082         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
8083
8084         * gtk/gtktreeviewselection.c: Changed to use the iterators.
8085
8086         * gtk/gtktreestore.c: Changed to use the iterators.
8087
8088         * gtk/gtkliststore.c: Commented out the code.  Will convert to
8089         iterators tomorrow.
8090
8091         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
8092         iterators tomorrow.
8093
8094         * gtk/treestoretest.c: Changed to use iterators.
8095
8096         * demos/testgtk/main.c: Moved to use the new iterator system.
8097
8098 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
8099
8100         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
8101         localization misbehaviour.
8102
8103         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
8104         a useless type without copy/free.
8105
8106         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
8107         of GTK_TYPE_CTREE_NODE.
8108
8109 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
8110
8111         * gtk/gtksignal.c:
8112         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
8113         applicable.
8114
8115         * gtk/gtk-boxed.defs (GtkSelectionData): specify
8116         gtk_selection_data_copy and gtk_selection_data_free
8117         do GtkSelectionData work as params in signals.
8118
8119 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
8120
8121         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
8122         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
8123         couldn't they at least give it a non-standard name?
8124         
8125         * gtk/gtktextlayout.c: arg! yet another implementation of
8126         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
8127
8128         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
8129         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
8130         home. now i know this _is_ a conspiracy.
8131
8132         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
8133         ::state-changed.
8134
8135         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
8136         (gtk_accel_group_create_add): marshaller signature fixups.
8137
8138         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
8139         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
8140
8141         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
8142         anymore.
8143
8144 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
8145
8146         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
8147         due to the signal system changes, it wouldn't build currently. to
8148         be fixed soon.
8149
8150         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
8151
8152         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
8153         so it needs gtk_marshal_VOID__ENUM() instead of
8154         gtk_marshal_NONE__UINT().
8155
8156         * gdk/gdk*.c: adapted type registration functions.
8157
8158         * gtk/gtkbindings.c:
8159         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
8160         gone.
8161
8162         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
8163
8164         * gtk/gtkobject.c:
8165         (gtk_object_destroy):
8166         (gtk_object_shutdown): fixed recursion guards. basically we have to
8167         catch the case where any of GObject.shutdown() or gtk_object_destroy()
8168         is called during ::destroy, and avoid recursion there.
8169
8170         * gtk/gtktypeutils.c:
8171         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
8172         boxed_copy/boxed_free. this needs a more general solution based on a
8173         publically installed code-generator utility.
8174
8175         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
8176         glib's gobject has support for that now.
8177         define GtkSignalMarshaller in terms of GSignalCMarshaller.
8178
8179 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
8180
8181         * gtk/gtksignal.[hc]:
8182         * gtk/gtkmarshal.[hc]:
8183         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
8184         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
8185         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
8186         care of that.
8187
8188         * *.c: marshaller name fixups.
8189
8190         * gtk/gtkmarshal.list: added a comment briefing the format.
8191
8192 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
8193
8194         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
8195         compatibility macros here now. more specifically, most of
8196         the API is preserved (yes, _most_, nonwithstanding the
8197         following exceptions listed, the API is stil lHUGE ;)
8198         things that got removed completely:
8199         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
8200         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
8201         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
8202         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
8203         gtk_signal_remove_emission_hook().
8204         non-functional functions variants:
8205         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
8206         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
8207         not supported anymore.
8208         (gtk_signal_compat_matched): new internal function to aid
8209         implementation of the compatibility macros, it  provides
8210         functionality to block/unblock/disconnect handlers based
8211         on func/data.
8212
8213         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
8214
8215         * *.c: adaptions to new type registration API signatures.
8216
8217 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
8218
8219         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
8220
8221 2000-10-25  Robert Brady  <robert@suse.co.uk>
8222
8223         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
8224         gdk_property_delete): If window == NULL, assume the root window.
8225         (restoring the behaviour that was in 1.2).
8226         
8227         * gtk/testtext.c (save_buffer): Allow creation of new files when
8228         saving.
8229
8230         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
8231         calls to read().
8232
8233 2000-10-25  Tor Lillqvist  <tml@iki.fi>
8234
8235         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
8236
8237         * gdk/win32/gdkdrawable-win32.c
8238         * gdk/win32/gdkimage-win32.c
8239         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
8240         X11 backend.
8241
8242         * gdk/win32/gdkcc-win32.c
8243         * gdk/win32/gdkcolor-win32.c
8244         * gdk/win32/gdkfont-win32.c
8245         * gdk/win32/gdkinput-win32.c
8246         * gdk/win32/gdkmain-win32.c
8247         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
8248
8249 2000-10-24  Havoc Pennington  <hp@redhat.com>
8250
8251         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
8252         it a static function
8253
8254         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
8255         redraw text when a tag is applied to it.
8256
8257         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
8258         (gtk_text_tag_affects_nonsize_appearance): private functions to
8259         see if a tag requires various kinds of redraw/layout to be queued
8260         up.
8261
8262         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
8263
8264         * gtk/testtext.c (fill_example_buffer): Put the cursor 
8265         at the start of the buffer, so search works by default
8266
8267         * gtk/gtktextiter.c (lines_match): init match_start always
8268
8269         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
8270         function, get iter at a line + a byte index
8271
8272         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
8273         to set byte position within a line
8274         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
8275
8276 2000-10-23  Havoc Pennington  <hp@redhat.com>
8277
8278         * gtk/testtext.c: Re-enable the "find" dialog
8279
8280         * gtk/testgtk.c: Add test for gdk_drawable_get_image
8281         
8282         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
8283         the arguments to gdk_draw_drawable were in the wrong order
8284         (gdk_window_paint_init_bg): This function was ignoring the
8285         init_region, instead of clipping to it, so the entire backing
8286         pixmap was cleared on every begin_paint()
8287         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
8288         was in here again, the loop kept using the same GtkWindowPaint
8289         over and over.
8290         (gdk_window_begin_paint_region): Fix a bug where we had two
8291         x_offset instead of x_offset and y_offset
8292
8293         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
8294         before we get the image.
8295         (gdk_draw_drawable): get the composite before we draw the drawable.
8296         (gdk_drawable_real_get_composite_drawable): default
8297         get_composite_drawable implementation that returns the drawable 
8298         itself
8299
8300         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
8301         get_composite_drawable virtual function
8302
8303         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
8304         list-walking bug
8305
8306         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
8307         make this work if the source drawable is a GdkDrawableImplX11
8308         instead of a public drawable type. This is really broken; the
8309         problem is that GdkDrawable needs a virtual method get_xid(), but
8310         of course that doesn't work in practice. Enter RTTI.
8311
8312         Also, improve mismatched depth message.
8313
8314         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
8315         GdkPixmap
8316
8317         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
8318         install _gdk_x11_get_image as our implementation of get_image
8319         
8320         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
8321         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
8322
8323         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
8324         gdk_drawable_get_image
8325
8326         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
8327
8328         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
8329         get_image
8330
8331         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
8332         trailing semicolon after for loop
8333
8334 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
8335
8336         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
8337         where font_desc for widget's context lagged widget's font_desc by
8338         one step.
8339
8340 2000-10-22  Tor Lillqvist  <tml@iki.fi>
8341
8342         * gdk/win32/gdkgc-win32.c
8343         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
8344
8345         * gtk/makefile.mingw.in
8346         * gtk/gtk.def: Updates.
8347
8348         * gtk/testgtk.c: sleep() is called _sleep in MS's C
8349         library.
8350
8351         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
8352
8353         * gtk/makefile.msc: Remove
8354
8355         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
8356
8357         * gtk/Makefile.am: Add it.
8358
8359         * configure.in: Generate it.
8360
8361         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
8362         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
8363         something even if not implemented, to satisfy picky MSVC.
8364
8365         Patches by Hans Breuer:
8366         
8367         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
8368         SetBkMode() and SetTextAlign() before calling
8369         pango_win32_render().
8370
8371         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
8372         Set hcliprgn to NULL after destroying it.
8373         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
8374
8375         * gdk/win32/gdkgeometry-win32.c
8376         (_gdk_windowing_window_queue_antiexpose): More effective
8377         implementation.
8378
8379         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
8380         depth as default, not the visual's.
8381
8382         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
8383         against empty title.
8384
8385         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
8386         IMAGE_PRIVATE_DATA.
8387
8388         * gdk/win32/gdkimage-win32.c: Use it.
8389
8390 2000-10-22  Robert Brady  <robert@suse.co.uk>
8391
8392         * configure.in: Check for bind_textdomain_codeset
8393
8394         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
8395         present, make use of it.
8396
8397         Add a translatable string "default:LTR" which, if translated
8398         to "default:RTL", will cause the default direction to be
8399         Right-to-Left.
8400
8401         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
8402         direction if marked as flippable.
8403
8404         * gtk/gtkhscale.c: Mark widget as flippable.
8405         
8406 2000-10-04  Havoc Pennington  <hp@redhat.com>
8407
8408         * gtk/testgtk.c (create_buttons): create some stock buttons
8409         with the default accel group
8410         (create_image): test some new GtkImage features
8411         (make_message_dialog): test GtkMessageDialog
8412         (create_modal_window): fix someone's bizzarro indentation
8413
8414         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
8415         GTK_WIN_POS_CENTER_ON_PARENT. 
8416         Add "destroy with parent" setting, which means the window goes
8417         away with its transient parent.
8418         (gtk_window_get_default_accel_group): get the default accel group
8419         for the window.
8420         (gtk_window_set_destroy_with_parent): set/unset destroy with
8421         parent flag
8422         (gtk_window_read_rcfiles): invalidate icon set caches
8423         after reloading rcfiles 
8424
8425         * gtk/gtkenums.h (GtkWindowPosition): add
8426         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
8427         on its parent window when the dialog is mapped for the first time.
8428
8429         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
8430         a simple message dialog class
8431         
8432         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
8433         handler to emit response signal, and maybe later it would
8434         honor a hide_on_delete flag - though that isn't there yet.
8435         Set border width on the vbox to 2, so we get some padding.      
8436         Use a button box for the action area.
8437         (gtk_dialog_key_press): synthesize a delete event if Esc
8438         is pressed and the GtkWidget key press handler didn't 
8439         handle the escape key.
8440         (gtk_dialog_new_with_buttons): new function creates a dialog
8441         with some default buttons in it.
8442         (gtk_dialog_add_action_widget): add an activatable widget
8443         as a button in the dialog - you can also add a non-activatable
8444         widget by accessing the action area directly.
8445         (gtk_dialog_add_button): add a simple button - stock ID or 
8446         label - to the action area
8447         (gtk_dialog_response): emit response signal
8448         (gtk_dialog_run): block waiting for the dialog, return 
8449         the response. Override normal delete_event behavior, so that 
8450         delete_event does nothing inside gtk_dialog_run().
8451
8452         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
8453         emitted when an action widget is clicked or the dialog gets
8454         delete_event
8455
8456         * gtk/gtk.h: add gtkmessagedialog.h
8457
8458         * gtk/Makefile.am: add gtkmessagedialog.[hc]
8459
8460 2000-10-18  Havoc Pennington  <hp@redhat.com>
8461
8462         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
8463         where any number of empty lines would get skipped
8464
8465         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
8466         edge.
8467
8468         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
8469         warning about invalid iterators (explain more thoroughly)
8470         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
8471
8472         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
8473         big
8474
8475         * demos/*.c: Add error handling
8476
8477         * gtk/gtktextbuffer.c: don't modify const iterators
8478
8479         * gtk/gdk-pixbuf-loader.c: Add full error handling here
8480
8481         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
8482         on file load
8483
8484         * gtk/gtkiconfactory.c: Update to reflect addition of error
8485         handling to gdk-pixbuf loaders
8486
8487 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
8488
8489         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
8490         move to new modularized testgtk.
8491
8492 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
8493
8494         * gtk/gtktreeview.c: Draw the arrows correctly.
8495
8496         * gtk/gtktreemodel.c: Added user docs.
8497
8498         * gtk/gtk.h: remove gtktreedatalist.h.
8499
8500         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
8501         parent when generating my type.
8502
8503         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
8504         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
8505
8506 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
8507
8508         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
8509         GtkTreeModel from object to interface.
8510
8511 2000-10-16  Havoc Pennington  <hp@redhat.com>
8512
8513         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
8514         compilation
8515
8516 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
8517
8518         * gtk/gtktreeselection.c: Add API documentation to all public
8519         functions.
8520
8521         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
8522         functions.
8523
8524 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
8525
8526         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
8527         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
8528         docs to all public functions.
8529
8530         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
8531         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
8532         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
8533         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
8534         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
8535         issue.
8536
8537 2000-10-14  Robert Brady  <robert@suse.co.uk>
8538
8539         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
8540
8541 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
8542
8543         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
8544         values other then G_TYPE_STRING.
8545         * gtk/gtktreeselection.c: Minor commenting updates.
8546         * gtk/gtktreeview.c: Format updates.
8547
8548 2000-10-09  Tor Lillqvist  <tml@iki.fi>
8549
8550         * README.win32: Update.
8551
8552         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
8553         lines that had been deleted by mistake (?).
8554
8555         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
8556         also the case fg==white and bg==black (but still not randomly
8557         coloured cursors). Thanks to Wolfgang Sourdeau.
8558
8559         * gdk/win32/*.c: Silence gcc -Wall.
8560
8561         * gtk/gtk.def: Add missing entry points.
8562
8563         Fixes by Hans Breuer:
8564
8565         * gdk/makefile.msc
8566         * gdk/win32/makefile.msc: Update.
8567
8568         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
8569         some MSVC thing, presumably), cause breakpoint on failures. Add
8570         GDK_NOR case. Call g_log_set_always_fatal.
8571
8572         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
8573         should be pased by reference.
8574         
8575         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
8576         
8577         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
8578
8579         * gdk/win32/gdkevents-win32.c
8580         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
8581
8582         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
8583         implementation object.
8584
8585         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
8586         not just windows.
8587         
8588         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
8589         Use the wrapper object.
8590         
8591 2000-10-06  Havoc Pennington  <hp@redhat.com>
8592
8593         * Makefile.am (SRC_SUBDIRS): contrib subdir
8594
8595         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
8596         so it can be used in Xlib version
8597
8598         * demos/testpixbuf.c (update_timeout): error checking from 1.0
8599         tree
8600
8601         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
8602         change from 1.0 tree that returns first frame of animation
8603         if the loaded file is an animation.
8604
8605         * contrib: add new directory to hold stuff that comes with GTK+
8606         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
8607         
8608         * configure.in: add contrib/*
8609
8610 2000-10-05  Havoc Pennington  <hp@redhat.com>
8611
8612         * demos/testpixbuf-save.c: add pixbuf save test
8613
8614         * demos/Makefile.am: add testpixbuf-save.c
8615
8616 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
8617
8618         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
8619         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
8620         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
8621         * gtk/gtktreeselection.[ch]: Replaced
8622         "node_selected"/"node_unselected" signal with "selection_changed"
8623         signal.
8624
8625 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
8626
8627         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
8628         tree widget.
8629
8630 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
8631
8632         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
8633         drawing.
8634
8635 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
8636
8637         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
8638         Move list pointer forwards before removing item from
8639         list. (Crash reported by Salmaso Raffaele)
8640
8641         * gdk/gdkwindow.h: Remove spurious trailing ,
8642
8643         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
8644         dependencies on uninstalled libraries, sorry folks.
8645
8646 2000-10-04  Havoc Pennington  <hp@redhat.com>
8647
8648         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
8649         gtk/gtkiconfactory.c: Fix copyrights    
8650
8651         * demos/testpixbuf.c: add inline pixbuf test
8652         
8653 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
8654
8655         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
8656         Add gdk_window_iconify.
8657
8658         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
8659         (gdk_window_set_geometry_hints): Add win_gravity
8660         to geometry structure.
8661
8662         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
8663         Implement _NET_WM_PING.
8664
8665         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
8666         Set _NET_WM_PID on the client leader.
8667
8668         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
8669         Handle UTF-8 better.
8670
8671         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
8672         UTF-8 better, set _NET_WM_NAME as well. Only set
8673         icon name if it hasn't previously been explicitely 
8674         set.
8675
8676 2000-10-03  Havoc Pennington  <hp@redhat.com>
8677
8678         * gtk/testtextbuffer.c: clean up trailing whitespace,
8679         add extensive tests for tag toggle iteration.
8680         
8681         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
8682         distance
8683
8684         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
8685         optimize case where the tag root is on level 1
8686         (gtk_text_line_previous_could_contain_tag): attempt to implement
8687         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
8688         functionality
8689
8690         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
8691         Implement this, though not very efficiently.
8692
8693         * gtk/gtktextiterprivate.h: reformat
8694
8695         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
8696         iterator
8697
8698         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
8699         this to properly revalidate the iterators.
8700
8701         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
8702         properly at the end of the line (and therefore on empty lines)
8703
8704         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
8705         maybe we should return a value...
8706
8707 2000-10-03  Tor Lillqvist  <tml@iki.fi>
8708
8709         * config.h.win32: Guard definition of alloca(). glib.h now handles
8710         that.
8711
8712         * gdk/gdk.def
8713         * gtk/gtk.def: Add new entry points.
8714
8715         Changes just to make GTK+ build without errors on Win32. No hope
8716         of it working in its current state, though...:
8717         
8718         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
8719         some functions from the X11 backend, just to make GTK+ build.
8720
8721         * gdk/makefile.mingw.in
8722         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
8723         number. Add new object files.
8724
8725         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
8726         GetMessageTime to get timestamp (where on X11 uses
8727         gdk_x11_get_server_time()).
8728
8729 2000-10-02  Havoc Pennington  <hp@pobox.com>
8730
8731         * gtk/gtktextview.c: text_window_* weren't static and should have
8732         been.
8733         Start work on child widgets; not yet complete, syncing to 
8734         office computer.
8735
8736         * gtk/gtktextchild.h: change this to contain a public interface,
8737         starting work on child interfaces.
8738         * gtk/gtktextchildprivate.h: move private interfaces here
8739
8740         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
8741
8742         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
8743         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
8744         gtk/gtktextmark.c: copyright notices
8745
8746         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
8747         internal functions      
8748
8749         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
8750         internal function
8751
8752         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
8753         Reformatting    
8754
8755 2000-09-30  Havoc Pennington  <hp@pobox.com>
8756
8757         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
8758         NULL start/end pointers
8759
8760         * gtk/gtktextbuffer.c: Write some docs
8761         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
8762         NULL, so you can just check whether there's a selection.        
8763
8764         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
8765         cleanup_line or segments_changed ourselves, it gets done 
8766         in unlink_segment
8767
8768         * gtk/gtktextmark.h:
8769         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
8770         
8771         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
8772
8773         * gtk/gtktextmark.c: delete some more old Tk cruft
8774
8775         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
8776         mark before removing it, so we can emit MARK_DELETED with a valid
8777         pointer.
8778         (gtk_text_buffer_mark_set): hold ref across signal emission
8779
8780         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
8781         whining about attempts to delete special marks
8782
8783         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
8784         underscore, since it's internal.
8785
8786         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
8787         now implemented in terms of iterators in gtktextiter.h
8788
8789         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
8790         New function, destructively sets contents of buffer. Also 
8791         a convenient way to clear the buffer by setting text to ""
8792
8793         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
8794         multiline string literal
8795
8796         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
8797         text changes.
8798
8799         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
8800         is not dereferenceable
8801         (gtk_text_iter_forward_lines): fix return value
8802
8803 2000-09-29  Havoc Pennington  <hp@redhat.com>
8804
8805         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
8806
8807         * gtk/gtktextview.c: Implement drag thresholding; change functions 
8808         that set border window size to have nicer name
8809         (gtk_text_view_mark_set_handler):  Fix this to have the 
8810         right signature.
8811
8812         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
8813
8814         * gtk/testtext.c: Update with API changes, put line numbers on 
8815         both sides.
8816         
8817         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
8818         with this
8819
8820         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
8821         pixbuf; delete a big block of #if 0 Tk code
8822
8823         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
8824         insert_pixmap with insert_pixbuf
8825
8826 2000-09-29  Martin Baulig  <baulig@suse.de>
8827
8828         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
8829         confusion with the GdkPixbuf of the GNOME 1.x platform.
8830
8831 2000-09-29  Havoc Pennington  <hp@pobox.com>
8832
8833         * gtk/gtktextview.c: Implement the side windows.
8834
8835         * gtk/testtext.c: Implement simple line numbering in the 
8836         left side window; seems to make scrolling sloooow. Oops.
8837         Also, cursor blink is for some reason causing redraws
8838         of the line numbers. Should investigate...
8839
8840 2000-09-28  Havoc Pennington  <hp@redhat.com>
8841
8842         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
8843         scrolling child windows, and draw focus rectangle properly.
8844         
8845         (gtk_text_view_buffer_to_window_coords):
8846         Coordinate transformation to deal with all these freaking windows
8847         and offsets
8848         (gtk_text_view_window_to_buffer_coords): transform the other way
8849
8850         * gtk/testtext.c (create_buffer): Update to match Pango API change
8851
8852         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
8853         anonymous tags
8854         (foreach_unref): don't emit remove signal from finalize, just
8855         set tag's parent to NULL
8856
8857 2000-09-26  Havoc Pennington  <hp@redhat.com>
8858
8859         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
8860         Fix some warnings       
8861
8862 2000-09-26  Havoc Pennington  <hp@redhat.com>
8863
8864         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
8865         headers into the private header list
8866
8867         * Makefile.am (pkgconfig_DATA): install pkg-config files
8868
8869         * configure.in: add pkg-config files
8870
8871         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
8872
8873         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
8874         outstanding icon caches on theme change.
8875
8876         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
8877         important types:
8878
8879         (GtkIconSource): Specification for creating a pixbuf 
8880         appropriate for a direction/state/size triplet from 
8881         a source pixbuf or filename
8882
8883         (GtkIconSet): List of GtkIconSource objects that are used to
8884         create the "same" icon (e.g. an OK button icon), and cache for
8885         rendered icons
8886
8887         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
8888         up the icon set for a given stock ID.  GTK maintains a stack of
8889         GtkIconFactory to search, and applications or libraries can add
8890         additional icon factories on top of the stack
8891         
8892         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
8893         the set of GtkIconSource specified for a given stock ID into 
8894         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
8895         RcStyle, under the specified stock ID.
8896
8897         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
8898         render_icon used to derive a GdkPixbuf from a GtkIconSource.
8899         This allows people to theme how prelight, insensitive, etc. are
8900         done.
8901
8902         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
8903         icon factories for a style, and return the resulting 
8904         icon set if any.
8905
8906         (gtk_style_render_icon): Render an icon using the render_icon 
8907         method in the GtkStyleClass.
8908
8909         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
8910         Use the style for a given widget to look up a stock ID, get the
8911         icon set, and render an icon using the render_icon method 
8912         of the style
8913
8914         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
8915         (contains information about a stock item), the built-in stock item
8916         IDs, and functions to add/lookup stock items.
8917
8918         * gtk/stock-icons/*: Stock icons that come with GTK
8919
8920         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
8921         a button based on a GtkStockItem
8922         (gtk_button_new_accel): Takes a uline string and accel group, and
8923         installs the accelerator.
8924
8925         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
8926         image-display widget.
8927
8928 2000-09-25  Havoc Pennington  <hp@redhat.com>
8929
8930         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
8931
8932         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
8933         Fix a bug when removing node data, we didn't properly 
8934         re-splice the linked list after removing the data.
8935
8936         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
8937         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
8938
8939         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
8940
8941         * gtk/gtktextlayout.c (set_para_values): Set tab array 
8942         for the layout from the GtkTextTag.
8943
8944         * gtk/gtktexttypes.h: delete tab and search cruft, 
8945         remove g_convert() in favor of GLib version
8946
8947         * gtk/gtktexttypes.c: remove tab implementation from here,
8948         move to Pango
8949
8950         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
8951         tab stuff using new PangoTabArray from Pango
8952
8953         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
8954         unused border_width stuff
8955
8956 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
8957
8958         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
8959         glib) and now useless utf_to_latin1() latin1_to_utf()
8960
8961         * gtk/gtktextview.[ch]: Change ::move_insert and
8962         ::delete_text action signals to ::move and ::delete;
8963         create the signals with the right enumeration type,
8964         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
8965         C-v bindings, change Home, End to move to beginning/end
8966         of line, Add C-Home C-End to move to beginning/end
8967         of buffer. Change ::cut_text to ::cut_clipboard, etc;
8968         combine ::scroll_text into ::move; use new GtkSelectionData
8969         functions to simplify DND text handling.
8970         
8971         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
8972         deletion enumerations here, rename enumeration values to 
8973         be consistently plural.
8974
8975         * gtk/gtktextbuffer.c: Use new clipboard interfaces
8976         for cut/copy/paste and primary selection.
8977
8978         * gtk/gtktextbuffer.[ch]: Remove excess time and
8979         'interactive' arguments from cut/copy/paste;
8980         rename cut to cut_clipboard, etc; remove
8981         gtk_text_buffer_get_clipboard_contents().
8982
8983         * gtk/gtktextlayout.[ch]: Add 
8984         gtk_text_layout_move_iter_to_line_end() to move the iter to 
8985         line ends.
8986
8987         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
8988         Functions to set or get a UTF-8 string on the selection
8989         data.
8990
8991         * gtk/gtkclipboard.[ch]: New, simplified selection handling
8992         interfaces.
8993
8994         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
8995         created widgets - one of these is useless if we don't.
8996
8997         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
8998         a public function clear all targets registered for the
8999         widget.
9000
9001         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
9002         Never call gtk_widget_realize() - that was just asking
9003         for bizarre side-effects.
9004
9005         * gtk/gtkselection.c (gtk_selection_owner_set): Call
9006         gdk_selection_owner_set even if the widget is the
9007         same so that we reliably update the timestamp on
9008         the server.
9009
9010         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
9011         gdk_x11_get_server_time() function.
9012         
9013         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
9014         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
9015         Add some tricky filtering on serial numbers for
9016         selection clear events to fix up long-standard
9017         race condition FIXME's in gtkselection.c.
9018
9019         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
9020         routines to convert from utf8 to compound text or
9021         STRING and from a text property to UTF-8.
9022
9023         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
9024         a convenience function gdk_get_current_event_time().
9025
9026         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
9027         and free selection_data->data properly
9028
9029 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
9030
9031         * gtk/gtkthemes.c: Remove some unecessary includes.
9032
9033 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
9034
9035         * gtk/gtktextdisplay.c
9036         * gtk/gtktextlayout.c
9037         * gtk/gtktexttag.c
9038         * gtk/gtktexttag.h
9039         * gtk/testtext.c: Change the overstrike property to strikethrough,
9040         to closer match pango.
9041
9042 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
9043
9044         * gtk/gtktextview.c: Fix up visibility so that focus,
9045         cursor_visible and blink interact properly.  Reenable cursor blink
9046         which had been roughly disabled. Make blink and focus
9047         properly per-view.
9048
9049         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
9050         Add a flag for whether to display insertion cursor and
9051         a function to set the flag.
9052
9053         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
9054         get_line_y() to get_line_yrange(), to be a bit more generally
9055         useful.
9056
9057 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
9058
9059         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
9060           do stop_navigating_submenu, to clear last timeout properly.
9061           Also in gtk_menu_motion_notify move ignore_enter above
9062           the conditional to make it always happen as suggested by Owen
9063
9064 2000-09-07  Tor Lillqvist  <tml@iki.fi>
9065
9066         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
9067
9068         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
9069         w32api headers.
9070
9071         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
9072         declarations.
9073
9074         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
9075         (gdk_win32_get_colormap): A line had been deleted by mistake.
9076
9077         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
9078         (gdk_event_translate): Handle more virtual keycodes to be able to
9079         generate GDK events for Control-comma, Control-period, etc.
9080
9081         * gtk/gtk.def: Add some missing entry points.
9082
9083 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
9084
9085         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
9086         Doc comment fixing. (Mostly non-matching parameter names.)
9087
9088         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
9089         comments a little to avoid looking like a doc comment.
9090
9091         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
9092         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
9093         conversions be changed to GError?)
9094
9095         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
9096         Move private #defines into .c file.
9097
9098         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
9099         order of argument addition, remove duplicates.
9100
9101         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
9102         parent class is FrameClass, not BinClass.
9103
9104         * gtk/gtk.h: Add gtkinvisible, which was missing.
9105         (It's occasionalyl useful for client apps, if seldom.)
9106
9107         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
9108         #define.
9109
9110 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
9111
9112         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
9113         coordinates when creating window, instead of GDK-space
9114         coordinates. (Avoid BadValue on too large windows.)
9115
9116 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
9117
9118         * configure.in (use_mmx_asm): Remove conftest* after use along the
9119         lines of AC_TRY_COMPILE.        
9120         
9121         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
9122         of g_dirname, which is deprecated.
9123         (gtk_rc_parse_any): Removed calls to
9124         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
9125
9126         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
9127         Removed calls to g_hash_table_{freeze,thaw}, as they are
9128         deprecated now.
9129
9130         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
9131         instead of g_basename.
9132         
9133 2000-09-04 Elliot Lee <sopwith@redhat.com>
9134         
9135         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
9136         ANSI warning.
9137
9138 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
9139
9140         * gtk/gtkwidget.h:  Add some documenting comments about 
9141           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
9142           just as owen said on irc.
9143
9144         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
9145           set HAS_DEFAULT.  Only set it if there isn't another window
9146           holding it (a focus window which RECEIVES_DEFAULT) and only unset
9147           it if the widget is not the focused window with RECEIVES_DEFAULT.
9148           This fixes weird double default bugs in dialogs which has things
9149           call gtk_window_set_default at times.
9150
9151 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
9152
9153         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
9154         Nils Barth and David Santiago to improve submenu
9155         navigation. The patch does this by creating a triangular
9156         region from the point where the pointer leaves the
9157         menu to the submenu.  While the pointer is in
9158         that region and a timeout has not expired, events 
9159         that would cause the active submenu to change are
9160         ignored.
9161
9162 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
9163
9164         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
9165         moving a toplevel window immediately after sizing it would
9166         result in it being sized back to the old size since 
9167         impl->width, impl->height aren't updated until we hear
9168         back from the server. There is still a (longstanding) bug
9169         here that gdk_window_get_size() will give the wrong size
9170         until we do hear back.
9171
9172 2000-08-31  Havoc Pennington  <hp@redhat.com>
9173
9174         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
9175         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
9176         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
9177         Rename GtkTextStyleValues to GtkTextAttributes
9178
9179 2000-08-31  Havoc Pennington  <hp@pobox.com>
9180
9181         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
9182         for rapid testing whether an iterator is the end iterator
9183         (gtk_text_btree_new): init end line cache
9184         (gtk_text_line_is_last): use fast cached line to 
9185         see if we're the last line.
9186         (get_last_line): use cached line here too, should 
9187         speed up some random unrelated code.
9188         
9189 2000-08-30  Havoc Pennington  <hp@pobox.com>
9190
9191         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
9192         signals.
9193
9194         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
9195         delete_text signals. This allows the signals to be used for
9196         implementing undo.
9197
9198         * gtk/gtktextbuffer.c: Change signal handler signatures; 
9199         provide "interactive" argument when emitting insert_text or
9200         delete_text signal.
9201         
9202 2000-08-30  Havoc Pennington  <hp@pobox.com>
9203
9204         * gtk/gtktextbuffer.c: Docs
9205
9206 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
9207
9208         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
9209         from switch statements, since Tor removed the enumeration
9210         value.
9211         
9212         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
9213         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
9214
9215 2000-08-29 Elliot Lee <sopwith@redhat.com>
9216         * */*.h: Use G_GNUC_CONST.
9217
9218 2000-08-27  Havoc Pennington  <hp@pobox.com>
9219
9220         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
9221         minor indentation fixes, inserted some FIXME about stuff I
9222         realized was broken while documenting it.
9223         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
9224         GTK convention  
9225
9226 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
9227
9228         * gtk/testgtk.c (create_styles): Fix double free of
9229         font desc.
9230
9231 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
9232
9233         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
9234         
9235         * gtk/testgtk.c (create_styles): Add a test for modifying
9236         the style through gtk_widget_modify_*.
9237
9238         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
9239         a function to get the current modifier style.
9240
9241         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
9242         of the passed in GtkRcStyle instead of ref'ing it.
9243
9244         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
9245
9246 2000-08-20  Tor Lillqvist  <tml@iki.fi>
9247
9248         * gdk/gdkimage.h
9249         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
9250         shared memory image+pixmap GdkImage type, or
9251         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
9252         I am dropping that.
9253
9254         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
9255         actually call gtk_init_abi_check(), passing also
9256         sizeof(GtkWindow). Ditto for gtk_init_check(). 
9257
9258         * gtk/gtk.def
9259         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
9260         New functions, used to check that the GTK+-using code has been
9261         compiled using the correct compiler and switches. In particular,
9262         with gcc one has to use the -fnative-struct switch as GTK+ is
9263         compiled with that.
9264
9265 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
9266
9267         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
9268         ->prev fields when merging lists. (Found simultaneously
9269         by Pawel Salek and Jakub Jelinek)
9270
9271 2000-08-12  Tor Lillqvist  <tml@iki.fi>
9272
9273         * gdk/gdk.def
9274         * gtk/gtk.def: Add missing entries.
9275
9276         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
9277         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
9278
9279         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
9280         function. Dummy implementation at this point.
9281
9282         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
9283         rules. Undefine GTK_COMPILATION when compiling the test programs.
9284         
9285         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
9286
9287 2000-08-11  Tor Lillqvist  <tml@iki.fi>
9288
9289         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
9290         to convert back and forth from UTF-8 and the "system" (or "current
9291         locale") charset when necessary. Indentation/spacing cleanup.
9292
9293 2000-08-10  Havoc Pennington  <hp@redhat.com>
9294
9295         * Makefile.am (snapshot): Change the format of the snapshot
9296         version to match glib
9297
9298         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
9299         from EXTRA_DIST since it doesn't seem to exist
9300
9301 2000-08-10  Tor Lillqvist  <tml@iki.fi>
9302
9303         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
9304         version of the directory name (not the UTF-8 one) when building
9305         the path name to stat().
9306
9307 2000-08-03  Elliot Lee  <sopwith@redhat.com>
9308
9309         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
9310         PANGO_ATTR_SHAPE set.
9311
9312 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
9313
9314         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
9315         Peter Osterlund to simplify the code while keeping the
9316         functionality the same.
9317
9318 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
9319
9320         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
9321         is_viewable() test further inside the function, since removing the 
9322         window from the redraw list without clearing ->update_area
9323         was also very broken.
9324
9325 2000-08-02  Tor Lillqvist  <tml@iki.fi>
9326
9327         * configure.in: Check for <unistd.h>.
9328
9329 2000-08-01  Martin Baulig  <baulig@suse.de>
9330
9331         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
9332         to display the message that this is a development version of GTK+.
9333
9334 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
9335
9336         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
9337         was depending on widget->allocation instead of the width of text_area,
9338         which was incorrect for subclasses like GtkSpinButton.
9339
9340         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
9341         with width == 1 tests that should be width == -1.
9342
9343 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
9344
9345         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
9346         (broken, Elliot, every single window blank on X) custom code with call
9347         to gdk_window_is_viewable() which a) prevents code duplicate and
9348         b) works. 
9349
9350 2000-07-31  Elliot Lee  <sopwith@redhat.com>
9351
9352         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
9353         to get the GDK_PARENT_ROOT() macro to work.
9354         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
9355         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
9356         of, windows that aren't shown.
9357         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
9358         pointer grab stuff.
9359
9360 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
9361
9362         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
9363           s/gtk_main_iteration/g_main_iteration/
9364
9365           Did this already in change:
9366                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
9367           don't know how it got reverted.
9368
9369 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
9370
9371         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
9372         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
9373
9374         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
9375         not gdk_pixbuf.
9376
9377 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
9378
9379         * configure.in,po/{sp,sr}.po: Added Serbian files
9380
9381 2000-07-30  Tor Lillqvist  <tml@iki.fi>
9382
9383         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
9384
9385         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
9386         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
9387         GIOChannel implementation.
9388
9389         * gdk/win32/gdkinput.c
9390         * gdk/win32/gdkpango-win32.c: Update license name here, too.
9391
9392         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
9393         definition to match prototype.
9394
9395         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
9396
9397 2000-07-27  Elliot Lee  <sopwith@redhat.com>
9398
9399         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
9400         function, to allow handling image formats that cannot be detected
9401         by looking at content alone.
9402
9403 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
9404
9405         * docs/tutorial/*.gif *.jpg *.eps
9406           Update these to the same look-n-feel.
9407           Why does including images in DocBook suck so badly?
9408
9409 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
9410
9411         * gtk/gtktable.c: applied patch from Phil Thompson
9412         <phil@river-bank.demon.co.uk> that enables space settings for
9413         the last row/columns as well.
9414
9415 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
9416
9417         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
9418         updates the license headers to the GNU Lesser General Public License,
9419         as well as updating the copyright year to 2000.
9420
9421 2000-07-26  Robert Brady  <rwb197@zepler.org>
9422
9423         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
9424           and po/Makefile, was installing and looking for them under gtk20
9425           and gtk2 respectively.
9426
9427 2000-07-25  Havoc Pennington  <hp@redhat.com>
9428
9429         * gtk/testtext.c: Comment out some stuff that depends on the rest
9430         of my patches.
9431
9432 2000-07-25  Havoc Pennington  <hp@redhat.com>
9433
9434         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
9435         buffer
9436
9437 2000-07-25  Havoc Pennington  <hp@redhat.com>
9438
9439         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
9440         widget changes.
9441
9442         * gtk/gtktextview.h: To be consistent with usage of "line"
9443         throughout the API to mean "newline-terminated thingy", change
9444         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
9445         to MOVEMENT_LINE.
9446
9447         (GtkTextView): Add flags for default editability, and whether to
9448         show the cursor. Add functions to get/set that. Add 
9449
9450         (gtk_text_view_get_iter_location): new function
9451
9452         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
9453         gtktextlayout.h
9454         (g_convert): Add g_convert temporarily, will go in glib in a bit
9455         
9456         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
9457         GtkTextTagTableForeach instead of brokenly using GHFunc.
9458         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
9459
9460         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
9461         moved to public header.
9462
9463         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
9464         "invisible", since "elide" was a bad name.
9465         (gtk_text_tag_get_priority): Added
9466
9467         (GtkTextStyleValues): put this in public header, along with
9468         functions to use it.
9469
9470         * gtk/gtktextmarkprivate.h: Include more headers, since we no
9471         longer include gtktextbtree.h.
9472
9473         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
9474         gtk_text_mark_deleted
9475
9476         * gtk/gtktextlayout.h: Don't include the "really private" headers,
9477         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
9478         to make this possible. Now we only need to install
9479         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
9480         (However the Makefile.am isn't changed yet because of the
9481         logistics of merging gtk-hp-patches piecemeal)
9482
9483         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
9484         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
9485         gtk_text_iter_get_line is now used in the public API for a
9486         different purpose.
9487
9488         * gtk/gtktextiter.h: Clean up function names to be more
9489         consistent. Always call char offset "offset" and byte index
9490         "index". A "line" is always a line number. 
9491
9492         (gtk_text_iter_is_last): new function, more efficient than 
9493         the existing way to check
9494         (gtk_text_iter_is_first): new function, also more efficient
9495
9496         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
9497
9498         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
9499         gtk_text_iter_forward_char, etc.
9500
9501         (gtk_text_iter_forward_to_tag_toggle): Renamed from
9502         forward_find_tag_toggle, since this isn't a linear search
9503
9504         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
9505
9506         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
9507         New functions, search for a buffer substring.
9508
9509         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
9510         interactive and default editable (since we need to store that info
9511         until we receive the selection data).
9512
9513         Remove all the _at_char and at_line etc. versions of functions;
9514         only have iterator versions.
9515
9516         Add _interactive() versions of functions, that consider the
9517         editability of text. (FIXME add interactive flag to the 
9518         insert/delete signals per Darin's suggestion)
9519
9520         (gtk_text_buffer_get_tag_table): new function, demand-creates the
9521         tag table if necessary
9522
9523         Remove declaration of gtk_text_buffer_get_iter_from_string
9524
9525         (_gtk_text_buffer_get_btree): private/internal function, added.
9526         
9527
9528         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
9529         (gtk_text_line_is_last): new function
9530
9531 2000-07-25  Havoc Pennington  <hp@redhat.com>
9532
9533         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
9534         using GtkProgressBar. See Changes-2.0.txt for details.
9535
9536         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
9537         "pulse_step" which are the equivalent of
9538         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
9539         Implement new API.
9540         
9541         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
9542         (use_text_format) to mark whether text set on the progress bar is
9543         a format string. Deprecate entire GtkProgress interface.
9544
9545         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
9546         (gtk_progress_build_string): make this a no-op if use_text_format
9547         is FALSE
9548
9549         * docs/Changes-2.0.txt: Describe progress bar changes.
9550
9551 2000-07-25  Tor Lillqvist  <tml@iki.fi>
9552
9553         * Makefile.am: Include the build directory.
9554
9555         * configure.in: Generate build/Makefile, build/win32/Makefile,
9556         gdk/, gdk/win32/, and gtk/makefile.mingw.
9557
9558         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
9559         Add GETTEXT_PACKAGE.
9560         
9561         * gdk/gdk.def
9562         * gtk/gtk.def: Updates.
9563
9564         * gdk/gdkfont.h
9565         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
9566         need them any longer.
9567
9568         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
9569
9570         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
9571         PANGOWIN32_LIBS and gdk_pixbuf.
9572
9573         * gdk/win32: Compiles, but no doubt doesn't work at all.
9574
9575         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
9576
9577         * gdk/win32/gdkinput.c: New file, temporarily.
9578         
9579         * gdk/win32/gdkinput-win32.h: New file
9580
9581         * gdk/win32/gdkinputprivate.h: Remove.
9582
9583         * gdk/win32/gdkpango-win32.c: New file.
9584
9585         * gtk/makefile.mingw.in: New file
9586
9587         * gtk/makefile.cygwin: Removed
9588         
9589         * gtk/Makefile.am: Update accordingly.
9590
9591         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
9592         made externally visible.
9593
9594         * gtk/gtkmain.c: Use it.
9595         
9596         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
9597         is enough.
9598
9599         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
9600
9601 2000-07-24 Elliot Lee <sopwith@redhat.com>
9602         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
9603         individual backends already.
9604         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
9605         again. Yes, there really is a good reason for this, if you are using the gdkregion
9606         internals, and if you're not, why do you care?
9607         * gdk/gdkwindow.c: Fix inverted condition
9608         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
9609         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
9610         * gtk/gtkrange.c: Redraw trough when moving.
9611         * gtk/gtktypeutils.c: Fix warning by adding const cast.
9612         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
9613
9614 2000-07-23  Tor Lillqvist  <tml@iki.fi>
9615
9616         * configure.in: Check for mkstemp and sigsetjmp. Output
9617         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
9618
9619         More work on GDK for Win32. Still in an intermediate state.
9620
9621         * gdk/makefile.cygwin
9622         * gdk/win32/makefile.cygwin: Removed.
9623         
9624         * gdk/makefile.mingw.in
9625         * gdk/win32/makefile.mingw.in: New files.
9626
9627         * gdk/Makefile.am
9628         * gdk/win32/Makefile.am: Generate and distribute them.
9629
9630         * gdk/win32/gdkwindow-win32.h
9631         * gdk/win32/gdkdrawable-win32.h
9632         * gdk/win32/gdkpixmap-win32.h: New files.
9633
9634         * gdk/win32/gdkcolor-win32.c
9635         * gdk/win32/gdkcursor-win32.c
9636         * gdk/win32/gdkdrawable-win32.c
9637         * gdk/win32/gdkgc-win32.c
9638         * gdk/win32/gdkimage-win32.c
9639         * gdk/win32/gdkprivate-win32.h
9640         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
9641         Rename fields and variables called xcursor, xid, etc (these names
9642         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
9643
9644 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
9645
9646         * gtk/gtkentry.[ch]: Fix some problems with vertical
9647         alignment.
9648
9649         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
9650         char/byte confusion.
9651
9652 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
9653
9654         * gtk/gtktextview.c (changed_handler): Fix bug where
9655         redraw wasn't being done properly when height of
9656         dirty region changed.
9657
9658         * demos/Makefile.am: Remove various references to
9659         -lgmodule
9660
9661 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
9662
9663         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
9664         PangoAttrShape to reserve space for pixmaps, add 
9665         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
9666         in the display functions.
9667         
9668         * gtk/testgtk.c (create_layout): Set some more exotic
9669         scrolled window options
9670
9671         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
9672         Add function to set the shadow type of a window, to allow
9673         putting a shadow around widgets such as GtkLayout or GnomeCanvas
9674         which don't draw their own frame.
9675
9676 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
9677
9678         * docs/tutorial/package-db-tutorial.sh: New file for
9679           packaging DocBook format tutorial
9680
9681 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
9682
9683         * docs/tutorial/gtk-tut.sgml: Minor updates
9684
9685         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
9686
9687 2000-07-19  Tor Lillqvist  <tml@iki.fi>
9688
9689         * gtk/gtksignal.c: Fix C++ comment.
9690
9691         * gtk/gtkimmulticontext.c
9692         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
9693         don't return value from void functions.
9694
9695         * gtk/gtk.def: Add gtk_rc_style_unref.
9696
9697 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
9698
9699         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
9700         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
9701         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
9702         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
9703         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
9704         gtk/gtktypeutils.h: Include files outside of the extern "C"
9705         block. Makes some C++ compiler happy. Reported by Denis Vakatov
9706         <vakatov@peony.nlm.nih.gov>.
9707
9708 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
9709
9710         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
9711           Completes first pass. Hurrah!
9712
9713 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
9714
9715         * docs/tutorial/gtk-tut.sgml: More clean ups.
9716
9717 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
9718
9719         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
9720         paint the background of the text area which was accidentally
9721         removed at some point.
9722
9723         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
9724           
9725          - Move most of the functionality from the theme vtable
9726            into GtkRcStyleClass and GtkStyleClass. The moved
9727            vtable functions were changed a bit in the move to
9728            work better in their new home.
9729
9730          - Get rid of the engine and engine_data fields from
9731            GtkRcStyle and GtkStyle; instead the theme
9732            engine derives theme-specific subclasses of GtkRcStyle
9733            and GtkStyle
9734
9735          - Add extra dlsym() found entry point to themes,
9736            theme_create_rc_style().
9737
9738         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
9739         in gtk_style_real_copy.
9740
9741         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
9742         to register a type associated with an engine. (The engine
9743         won't be unloaded as there is an instance of the type.)
9744
9745
9746 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
9747
9748         * docs/tutorial/gtk-tut.sgml: Clean ups.
9749
9750 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
9751
9752         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
9753           of cleaning up to do.
9754
9755 2000-07-15  Tor Lillqvist  <tml@iki.fi>
9756
9757         * gdk/testgdk.c: New file, quick hack to test backends for
9758         pixel-by-pixel correctness of the most simple graphic operations.
9759
9760 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
9761
9762         * Really release 1.3.1
9763         
9764         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
9765         include structure.
9766
9767 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
9768
9769         * Released 1.3.1
9770
9771 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
9772
9773         * gtk/gtktextlayout.c: use FALSE for size_only most
9774         of the time when calling gtk_text_layout_get_line_display()
9775         to avoid causing double reshapes when a redraw follows
9776         immediately after.
9777
9778 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
9779
9780         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
9781         appropriate region and gdk_window_process_updates() so trough
9782         updating doesn't lag behind the window being scrolled.
9783
9784         * gdk/gdkgc.c: Make parent_class pointer static.
9785          
9786 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
9787
9788         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
9789         include <string.h>.
9790          
9791         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
9792         cut-and-paste error in computing memory offset for 4 channels.
9793
9794 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
9795
9796         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
9797         gtk_rc_append_default_pixmap_path(), since it wasn't
9798         adding an interesting path and we don't have a meaningful
9799         default for this value.
9800
9801 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
9802
9803         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
9804         gtk-config to gtk-config-2.0 move gtk_.m4 to
9805         gtk-2.0.m4
9806
9807         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
9808         gdk/Makefile.am demos/Makefile.am: Change 
9809         library names to libgtk-1.3.la, etc, so that we
9810         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
9811
9812         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
9813         gdk/Makefile.am gdk/x11/Makfile.am
9814         Move include files into /usr/include/gtk-2.0, 
9815         /usr/lib/gtk-2.0/include/
9816          
9817         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
9818         gtk/gtkintl.h: Change package for gettext from 
9819         gtk+ to gtk20. Put hack in autogen.sh to modify
9820         po/Makefile.in.in after gettextize to make this
9821         possible.
9822
9823         * gtk+.spec: Some updates, not tested.
9824
9825         * gdk-pixbuf/Makefile.am: Move loaders into
9826         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
9827
9828         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
9829         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
9830         to THEMENAME/gtk-2.0/. Move engine directory  to
9831         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
9832         
9833 2000-07-12  Tor Lillqvist  <tml@iki.fi>
9834
9835         Win32 changes, still doesn't build though.
9836
9837         * gdk/makefile.cygwin
9838         * gdk/win32/makefile.cygwin
9839         * gtk/makefile.cygwin: Updates.
9840
9841         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
9842         default values for fg and bg pixel as X11 does (0 and 1), not
9843         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
9844         Use 0 for pen width by default (treated as 1 anyway later, but for
9845         apps that might check the value in the GdkGC).
9846         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
9847         interface to gdk_gc_predraw and _postdraw.
9848
9849         * gdk/win32/gdkwin32.h
9850         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
9851
9852         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
9853         extraneous semicolon.
9854
9855         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
9856
9857         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
9858         not the Win32 bitspixel value.
9859
9860         * gdk/win32/gdkcc-win32.c:
9861         * gdk/win32/gdkcolor-win32.c 
9862         * gdk/win32/gdkprivate-win32.h
9863         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
9864         GDK object structure.
9865
9866 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
9867
9868         * docs/tutorial/gtk_tut_12.es.sgml (name): 
9869         * docs/tutorial/gtk_tut_it.sgml (name): 
9870         * docs/tutorial/gtk_tut_fr.sgml (name): 
9871         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
9872         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
9873
9874 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
9875
9876         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
9877           small changes.
9878
9879 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
9880
9881         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
9882         a bug here, never been here and never fixed anything ;(
9883         (don't segfault if tree->root_tree is NULL, which happens prior
9884         to widget realization, but puke instead).
9885
9886 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
9887
9888         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
9889         add the necessary tokens.
9890
9891         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
9892         (gtk_rc_style_to_style): copy thicknesses.
9893         (gtk_rc_init_style): apply thicknesses.
9894         (gtk_rc_parse_style): parse xthickness and ythickness.
9895
9896         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
9897
9898         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
9899         (gdk_window_new): 
9900         (_gdk_windowing_window_init): 
9901         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
9902         (gdk_pixmap_create_from_data): 
9903         (gdk_bitmap_create_from_data): 
9904         (gdk_pixmap_new): 
9905         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
9906         (gdk_image_new): 
9907         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
9908         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
9909         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
9910         (gdk_colormap_get_system): 
9911         (gdk_colormap_new): 
9912         * gdk/gdkwindow.c (gdk_window_init): 
9913         * gtk/gtkstyle.c (gtk_style_new):
9914         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
9915         * gdk/gdkpixmap.c (gdk_pixmap_init): 
9916         * gtk/gtkrc.c (gtk_rc_style_new):
9917         use g_object_new() instead of g_type_create_instance() which
9918         is a private function for fundamental type implementations.
9919
9920 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
9921
9922         * configure.in: Add check for db2html
9923
9924 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
9925
9926         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
9927         hack to set glib_debug_objects based on gtk_debug_flags.
9928
9929 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
9930
9931         * INSTALL.in: Update the Prerequisites section.
9932
9933         * Makefile.am demos/Makefile.am docs/Makefile.am
9934         docs/tutorial/Makefile.am gdk/x11/Makefile.am
9935         gdk/linux-fb/Makefile.am: Dist fixes
9936
9937 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
9938
9939         * NEWS: 10,000 foot view of 1.3.1 changes.
9940
9941 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
9942
9943         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
9944         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
9945         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
9946         gdk/x11/gdkmain-x11.c: 
9947
9948         Patch from George Lebl to add a GdkGrabStatus enumeration to use
9949         as a return value of gdk_*_grab(). Previously, we just
9950         returned the X11 values directly.
9951
9952 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
9953
9954         * gdk/x11/Makefile.am: Patch from George Lebl to 
9955         install all the headers in the right place.
9956
9957 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
9958
9959         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
9960           initial conversion to DocBook.
9961
9962 2000-07-04  Tor Lillqvist  <tml@iki.fi>
9963
9964         * README.win32: Improve a bit.
9965
9966         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
9967         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
9968         Alt+0nnn on the numpad (used to enter characters by numeric code
9969         from current DOS or ANSI codepage) working correctly, as in other
9970         Windows apps.
9971
9972         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
9973         same argument validity tests as in X11 version.
9974         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
9975
9976         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
9977         definitions in case missing from headers.
9978
9979         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
9980         destroy the window-specific cursor.
9981         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
9982         calling GetModuleHandle(NULL).
9983         (gdk_window_set_cursor): Reworked to always copy the passed cursor
9984         with CopyCursor before setting it as the window-specific
9985         cursor. It is OK for the caller to destroy the GdkCursor (and thus
9986         also its Windows cursor) after calling this function. Destroy any
9987         previous window-specific cursor.
9988
9989 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
9990
9991         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
9992         font charset is iso8859-1, not iso-8859-1.
9993
9994 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
9995
9996         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
9997         Use g_get_charset() instead of g_get_codeset().
9998
9999         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
10000         Comment out some strdup'ing functions to keep timj
10001         happy until we finish fighting this out.
10002
10003 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
10004
10005         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
10006         <= width or height.
10007
10008         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
10009         from 1.2 for parent/child states.
10010
10011         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
10012         of typos.
10013
10014         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
10015         event structures, replace with a generic axes field. Replace 
10016         deviceid/sourec with GdkDevice *device.
10017
10018         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
10019         to extract particular axis use value from event. (Also
10020         can be used for normal X/Y.)
10021
10022         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
10023         allow for arbitrary number of axes, namespace everything
10024         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
10025         everywhere.
10026
10027         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
10028         Get rid of the gdk_input_vtable setup if favor of simply
10029         defining the functions in gdkinput-none/gxi/xfree.c in
10030         a similar fashion to the way that the port structure is 
10031         done.
10032
10033         * gtk/gtkdnd.c: Fix fields of synthesized button press event
10034         for new event structures. 
10035
10036         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
10037         new device interfaces.
10038
10039 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
10040
10041         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
10042         set the initial text.
10043
10044         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
10045         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
10046         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
10047         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
10048
10049         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
10050         pango_layout_set_font_description to simplify.
10051
10052 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
10053
10054         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
10055         pango_layout_set_font_description to simplify.
10056
10057 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
10058
10059         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
10060         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
10061         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
10062
10063         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
10064         PANGO_PIXELS() macro.
10065
10066 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
10067
10068         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
10069         that returns a PangoContext owned by the widget and updated to
10070         match future changes in the widget. Also, make 
10071         gtk_widget_create_pango_layout() use this context. If we ever
10072         add a ::changed signal to PangoContext, this will make things
10073         much more convenient. 
10074
10075         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
10076         in the appropriate places instead of destroying the layouts and
10077         creating new ones.
10078
10079         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
10080         in a few strategic places.
10081
10082 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
10083
10084         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
10085         gtk_widget_size_request() on reparented child, if one. Otherwise,
10086         queue_resize() on the child never results in it getting size-requested
10087         at all.
10088
10089         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
10090         in option menus, so that (with luck) people won't copy it into
10091         their apps in the future.
10092
10093         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
10094         to gtk_option_menu_calc_size. This isn't perfect, but should fix
10095         a lot of problems with changing the size of the menu's menu
10096         items after adding it to the option menu.
10097
10098         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
10099
10100         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
10101         the text direction for a widget changes.
10102
10103         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
10104         ::direction_changed to get rid of various hacks.
10105
10106 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
10107
10108         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
10109         name.
10110
10111 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
10112
10113         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
10114         flag to the structure. Do not call XFreePixmap on pixmaps created
10115         by gdk_pixmap_foreign_new().
10116
10117 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
10118
10119         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
10120         value using GdkRGB functionality given GdkColormap and GdkColor.
10121         (name not final, waiting for inspiration.)
10122         
10123         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
10124         set the foreground/background of a GC using the GC's colormap
10125         and GdkRGB. (name not final, waiting for inspiration.)
10126
10127         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
10128         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
10129
10130         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
10131         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
10132         purely a function of the corresponding colormap. Make
10133         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
10134
10135         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
10136         gdk_pixbuf_*create_from_xpm_* in terms of
10137         gdk_pixbuf_new_from_xpm_data(), move into platform independent
10138         code.
10139
10140         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
10141         advantage of the new draw_rgb_32_image_dithalign.
10142
10143         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
10144
10145         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
10146         on each created GC.
10147
10148         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
10149
10150         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
10151         which we initialize from the drawable when the GC is created,
10152         if the drawable has a colormap.
10153
10154         * gdk/x11/gdkgc-x11.c: include string.h for memset.
10155
10156         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
10157
10158         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
10159
10160 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
10161
10162         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
10163         actually returning expose events, make sure to set
10164         the count field properly.
10165
10166         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
10167         accidentally reintroced bug which always cleared
10168         the graphics_exposures value. 
10169
10170 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
10171
10172         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
10173
10174 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
10175
10176         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
10177
10178 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
10179
10180         * docs/faq/gtk-faq.sgml: Start of Section 6.
10181
10182 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
10183
10184         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
10185         
10186         (Fixes problem with drawing childless frames. Pointed out
10187         by and a first patch from Anders)
10188         
10189         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
10190         compute a child_allocation, even if we don't have a child.
10191
10192         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
10193         Always chain to the parent's impl, even if we don't have a child.
10194
10195 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
10196
10197         * gdk/gdkrgb.c: If possible, create only a single shm segment and
10198         use multiple parts of it instead of creating a bunch of separate
10199         segments, since the maximum number of segments per system is not
10200         large. (This might be worth backporting to GTK+-1.2.x if we make a
10201         new release )
10202
10203         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
10204         structure in preparation for per-colormap GdkRGB.
10205
10206         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
10207         to False when we get EINVAL from shmget so that the caller of
10208         gdk_image_new can retry with a smaller segment size.
10209
10210 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
10211
10212         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
10213
10214 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
10215
10216         * configure.in: make the current version number 1.3.1 (binary age 0,
10217         interface age 0).
10218         
10219         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
10220         gtkcompat.h is all we want.
10221
10222         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
10223         GLib primitive types. fixed g_type_register_fundamental() argument
10224         ordering.
10225
10226         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
10227         compiles.
10228
10229         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
10230         object code cleanup, comment trigraph fixes, etc...
10231
10232 2000-06-23  Havoc Pennington  <hp@redhat.com>
10233
10234         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
10235         instead of making up a bogus name for first_para_mark
10236
10237         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
10238         0 as a context ID
10239
10240 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
10241
10242         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
10243
10244 2000-06-21  Havoc Pennington  <hp@pobox.com>
10245
10246         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
10247         we didn't check window->bg_pixmap != GDK_NO_BG.
10248
10249         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
10250         gdk-pixbuf
10251
10252 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
10253
10254         * docs/faq/gtk-faq.sgm: Move file to here.
10255           TODO: Update Makfile.am 
10256
10257 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
10258
10259         * docs/gtk-faq.sgm: Add Section 2
10260
10261 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
10262
10263         * docs/gtk-faq.sgm: New file. Start of DocBook
10264           version of the FAQ.
10265
10266 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
10267
10268         * configure.in (GDK_PIXBUF_MAJOR): Define version
10269         numbers for GDK_PIXBUF_*, as they get substituted
10270         into a header file. Need to consider versioning
10271         for gdk-pixbuf more carefully later.
10272
10273 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
10274
10275         Work with srcdir != builddir.   
10276         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
10277         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
10278         * demos/testpixbuf.c: Likewise.
10279         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
10280         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
10281         <gdk/x11/gdkx.h>.
10282         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
10283         "gdk-pixbuf.h".
10284         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
10285
10286 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
10287
10288         * TODO.xml: Change 1.4 version numbers to 2.0.
10289
10290 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
10291
10292         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
10293         fixups to GTK+ standard.
10294
10295 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
10296
10297         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
10298         gdk-pixbuf.
10299
10300         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
10301         fixups for GObject.
10302
10303         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
10304         gdk-pixbuf with GDK dependencies moved into GDK.
10305         
10306         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
10307         move gdk-pixbuf-loader here until GObject has signals.
10308
10309         * demos/: New directory of demos. Move demos from
10310         gdk-pixbuf here.
10311
10312         * demos/pixbuf-init.c: Small bit of code to check for
10313         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
10314         set GDK_PIXBUF_MODULEDIR appropriately.
10315
10316         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
10317         define which no longer makes sense.
10318
10319 2000-06-21  Havoc Pennington  <hp@redhat.com>
10320
10321         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
10322         gtk_get_default_language
10323
10324         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
10325         new function to get the default language
10326
10327         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
10328         s/gtk_text_view_style_values/gtk_text_style_values/
10329
10330         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
10331         Add a "language" field to tags.
10332
10333         (gtk_text_tag_set_arg): Fix bug in setting
10334         "bg_full_height_set" tag.
10335
10336 2000-06-21  Havoc Pennington  <hp@redhat.com>
10337
10338         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
10339         in the interfaces
10340
10341         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
10342         stuff instead when possible.
10343
10344         * gtk/gtktexttypes.h: Delete some unused constants
10345
10346         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
10347         testtextbuffer.c: use glib instead of custom unicode routines
10348
10349 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
10350
10351         * docs/es/: Removed mistakenly added generated sgml
10352
10353         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
10354         Remove outdated info files.
10355
10356         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
10357         Moved tutorial files into subdir
10358
10359         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
10360         subdir.
10361
10362         * docs/man/gtk_button.pod: Remove. (contents will be
10363         integrated into gtk-reference button page.)
10364
10365         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
10366         docs/faq/Makefile.am: Adjust for new organization
10367
10368 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
10369
10370         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
10371         not $(MKINSTALLDIRS)
10372
10373 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
10374
10375         * gtk/testgtk.c (create_text): Finish the job Elliot started
10376         of removing font setting test for text widget. (Since text widget
10377         and GdkFont are not deprecated, and cause portability problems.)
10378
10379 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
10380
10381         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
10382         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
10383         Remove use of libunicode in favor of new GLib functions.
10384
10385         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
10386         nano-x, framebuffer. The X11 include is just a hack until we get
10387         the necessary functions in gdkcolor.h, so there is no reason to
10388         add other includes of platforms.
10389
10390         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
10391         window bigger than the screen change.
10392
10393         * gtk/testgtk.c: Revert some random changes from Elliot
10394         that had no particular point and were causing testgtkrc
10395         not to function correctly.
10396         
10397         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
10398         because GdkSegment and GdkRegionBox have the same fields,
10399         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
10400         results in clearer code.
10401
10402         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
10403         gdk_input_translate_coordinates): Fix missed GdkObjectification
10404
10405 2000-06-18  Elliot Lee  <sopwith@redhat.com>
10406
10407         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
10408         * gtk/gtk{plug,socket}.h: Missed commits from previous.
10409
10410 2000-06-20  Havoc Pennington  <hp@redhat.com>
10411
10412         * modules/linux-fb/Makefile.am: Make this compile
10413         without framebuffer enabled
10414
10415         * gdk/linux-fb/Makefile.am: Add conditional to not build
10416         framebuffer unless specified in configure
10417
10418         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
10419         the size of the target instead of source if -1 was passed for
10420         width/height
10421
10422         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
10423         width/height confusion.
10424
10425 2000-06-19  Havoc Pennington  <hp@redhat.com>
10426
10427         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
10428         GDK_DRAWABLE_XID. In the future, we probably want to make it
10429         faster with G_DISABLE_CHECKS turned on.
10430
10431 2000-06-14  Havoc Pennington  <hp@redhat.com>
10432
10433         * gdk/Makefile.am: add gdkpixmap.c
10434
10435         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
10436         s/gdk_image_init/_gdk_windowing_image_init
10437
10438         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
10439         ref/unref
10440
10441         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
10442
10443         * gdk/gdkcompat.h: remove GdkWindowType compat, since
10444         GdkWindowType is now non-deprecated; 
10445         change gdk_window_get_type() compat to be
10446         gdk_window_get_window_type().
10447
10448         * gdk/gdkdnd.h: make GdkDragContext a GObject.
10449
10450         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
10451         virtual GObject. Make all functions call into the vtable.
10452         Move gdk_image_put() guts in here. Remove GdkDrawableType
10453         and gdk_drawable_get_type(), these are now GdkWindow-specific.
10454         draw_image, get_depth, get_size, set_colormap, get_colormap,
10455         get_visual added to the vtable.
10456         
10457         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
10458         GObject. Virtualize everything. 
10459         (gdk_gc_new_with_values): remove check for destroyed window,
10460         because now GdkWindow::create_gc will check this.
10461         (gdk_gc_set_values): New function to set GC values, this 
10462         was already implemented but wasn't in the header
10463
10464         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
10465
10466         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
10467         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
10468         remove _gdk_window_class; add _gdk_window_impl_get_type() and
10469         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
10470         _gdk_windowing_window_init, rename gdk_image_init to
10471         _gdk_windowing_image_init.
10472         
10473         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
10474         (gdk_draw_layout): Remove check for destroyed window, 
10475         because all the drawable methods already check it.
10476         
10477         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
10478         Add gdkpixmap.c which contains implementation of GdkDrawable
10479         virtual table (by chaining to a platform-specific implementation
10480         object).
10481         
10482         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
10483         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
10484         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
10485         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
10486         GdkColormapPrivate. 
10487
10488         * gdk/gdktypes.h: #include <glib-object.h>
10489
10490         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
10491         Move most functionality to platform-specific implementation
10492         object. GdkWindow itself now handles the backing store, then
10493         chains to the platform-specific implementation.
10494         (gdk_window_get_window_type): return GdkWindowType of the window.
10495         (gdk_window_peek_children): New routine, returns the children of 
10496         a GdkWindow
10497         (gdk_window_get_children): Was in X11-specific code and did 
10498         XQueryTree. Changed to simply return a copy of window->children; 
10499         so it can go in cross-platform code.
10500         
10501         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
10502
10503         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
10504         GdkColormap; just changed to use the new private data instead
10505         of casting to GdkColormapPrivate.
10506
10507         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
10508         gdk_cursor_new().
10509
10510         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
10511         (private data member in the GObject). 
10512         (xdnd_manager_source_filter): Function had broken 
10513         error handling, fix it (use gdk_error_trap_push).
10514
10515         * gdk/x11/gdkdrawable-x11.c: This file now implements
10516         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
10517         base class is purely for the convenience of the X port,
10518         and not part of the interface to cross-platform GDK.
10519
10520         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
10521         
10522         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
10523         specific to X, and returned by the create_gc virtual method
10524         of GdkDrawableImplX11. 
10525         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
10526         rather than gchar, this was also changed in the GdkGC vtable.
10527         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
10528         mask is 0, return immediately, instead of checking every flag.
10529         This is faster, and keeps us from segfaulting if values is NULL
10530         and the mask contains some nonzero flags.
10531
10532         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
10533         GdkWindow.
10534
10535         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
10536         GdkWindowPrivate is gone.
10537
10538         * gdk/x11/gdkim-x11.c: rename things that got renamed.
10539
10540         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
10541         remove the image_put stuff that got transferred to GdkDrawable.
10542         
10543         * gdk/x11/gdkinput.c: renamings
10544
10545         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
10546
10547         * gdk/x11/gdkpixmap-x11.c: GObject conversion
10548
10549         * gdk/x11/gdkprivate-x11.h: indentation fixes
10550
10551         * gdk/x11/gdkproperty-x11.c: renamings
10552
10553         * gdk/x11/gdkselection-x11.c: renamings
10554
10555         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
10556         implements the platform-specific "impl" object.
10557         Moved gdk_window_get_children to gdk/gdkwindow.c
10558
10559         * gdk/x11/gdkx.h: Remove all the private structs and private datas
10560         that no longer exist. Add declaration of GdkGCX11 object here.
10561         Fix all the macros to still work. 
10562
10563         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
10564         GdkDragContext from the boxed types since they are now GObjects.
10565
10566         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
10567         moved xthickness/ythickness into the instance. GtkStyleClass
10568         functions are now in the standard vtable for GtkStyle, so you have
10569         to create a GObject subclass to write a theme engine.
10570         (gtk_style_copy): fixed a leaked PangoFontDescription
10571         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
10572         can be the standard GObject function.
10573         
10574         * Throughout GTK:
10575         s/style->klass->[xy]thickness/style->[xy]thickness
10576         s/pango_layout_unref/g_object_unref/
10577
10578         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
10579         
10580         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
10581         accessing GDK internals.
10582
10583         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
10584         accessing GDK internals.
10585
10586 2000-06-18  Elliot Lee  <sopwith@redhat.com>
10587
10588         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
10589
10590         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
10591         problem by calculating event position relative to the trough
10592         rather than the slider.
10593         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
10594
10595         * gdk/gdkgc.h: Add GDK_NOR.
10596
10597         * configure.in, Makefile.am: Add modules top level dir
10598         * configure.in: Only use pangox library if building x11 target.
10599         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
10600
10601 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
10602
10603         * gtk/gtkcolorsel.c: Change private class member to be named
10604         private_data throughout the file.
10605
10606         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
10607         private_data to avoid clashing with keyword.
10608
10609 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
10610
10611         * gdk/gdkdnd.h: Add comment to remove warning.
10612
10613 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
10614
10615         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
10616         Byelorussian language; changed the Makefile and file names 
10617         to reflect that.
10618
10619 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
10620
10621         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
10622         rather than gdk_window_hide; this makes things work
10623         correctly if the window is programmatically hidden while
10624         iconified.
10625
10626 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
10627
10628         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
10629         cut and paste typo where wrong pixmap was being
10630         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
10631
10632 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
10633
10634         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
10635         Add helper function to compute format / bytes 
10636         relationship. Use in a couple places to fix up
10637         errors which assume 8 * format.
10638
10639         * gtk/gtkselection.c (gtk_selection_request): Use 32
10640         rather than 8 * sizeof (GdkAtom), to work correctly
10641         on Alpha.
10642
10643 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
10644
10645         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
10646         libgtk.la
10647         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
10648         versions
10649
10650         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
10651         checking macros return NULL since the function has a return value.
10652
10653 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
10654
10655         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
10656         GTK+ from building at all.
10657
10658         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
10659
10660 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
10661
10662         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
10663         gtk/Makefile.am: make it possible to configure gtk for different
10664         targets on the same platform. The library name is now 
10665         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
10666         flag. Only the x11 target compiles right now.
10667         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
10668         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
10669         * gdk/nanox/gdk*generic*: delete generic region code.
10670         * gdk/linux-fb/gdk*generic*: delete generic region code.
10671         * README.nanox: update information.
10672         
10673 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
10674
10675         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
10676         prepend not append. (Pointed out by Brett Hall.)
10677
10678 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
10679
10680         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
10681
10682 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
10683
10684         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
10685         need this later, and this makes sure that the atexit for
10686         glib gets called after that for GDK, so atexits are
10687         properly ordered for object leak checking.
10688
10689         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
10690
10691         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
10692         pango_x_shutdown_display()
10693
10694         * gtk/simple.c (main): Close window on destroy.
10695
10696 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
10697
10698         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
10699         to treat initial creation different from setting with 
10700         regards to the graphics-exposures parameter, so add a parameter
10701         indicating whether this is initial or not.
10702
10703 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
10704
10705         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
10706         to sort of work by adding an extra return_exposes arg
10707         to gdk_event_translate() - it might be better to simply
10708         deprecate the function altogether and force people to rewrite
10709         without it. gdk_window_scroll() handles most of it, and where
10710         gdk_window_scroll() doesn't work, simply redrawing more does.
10711
10712         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
10713         assertion.
10714
10715         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
10716
10717         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
10718         bunch of pretty much useless /* Print debugging info */ comments 
10719         which had drifted away from the code they were commenting.
10720
10721 2000-06-02  Havoc Pennington  <hp@pobox.com>
10722
10723         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
10724         is in working order.
10725         
10726         * gtk/testtext.c: Change to reflect anonymous mark API
10727
10728         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
10729
10730         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
10731         field, which was unused.
10732
10733         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
10734         saves some typing.
10735
10736         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
10737
10738         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
10739         flag on the insertion point and selection bound
10740
10741         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
10742         make mark-manipulation functions take a GtkTextMark* instead of a
10743         mark name.
10744         
10745         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
10746         GtkTextMarkBody; will be used to detect attempts to delete
10747         the permanent marks (insert and selection bound)
10748
10749         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
10750
10751 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
10752
10753         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
10754         flag to on.
10755
10756         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
10757         Honor DOUBLE_BUFFRED_FLAG
10758
10759         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
10760         function to set the DOUBLE_BUFFERED flag.
10761
10762         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
10763         or not exposes done on the widget should be double-buffered.
10764
10765         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
10766         to be what would be expected. (Fixes problem with a
10767         g_return_if_fail() validating a TextDirection enumeration)
10768
10769 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
10770
10771         * gtk/gtkwidget.c: Remove all references to 
10772         offscreen flag which was no longer used.
10773
10774         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
10775
10776         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
10777         for non-null label_widget->parent.
10778
10779         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
10780         which no longer was used.
10781
10782         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
10783
10784         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
10785         for null arguments.
10786
10787         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
10788         check for destroyed windows.
10789
10790 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
10791
10792         * gtk/gtkimmulticontext.c: Add a finalize method and unref
10793         the slave context there.
10794
10795         * gtk/gtkinvisible.[ch]: Make reference counting behavior
10796         identical to GtkWindow.
10797
10798 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
10799
10800         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
10801         pangox to here, so we can write them independent of rendering
10802         system, using GDK primitives.
10803
10804         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
10805         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
10806         since we have a rendering-system independent implementation in
10807         terms of draw_glyphs().
10808         
10809         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
10810         function to render a single line.
10811
10812         * gdk/x11/gdkpango.c: Move the guts of this file mostly
10813         into ../gdkpango.c, which simplifies things, since we
10814         don't have to deal with raw X gc's.
10815
10816 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
10817
10818         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
10819         get the logical attributes for a given GtkTextLine.
10820
10821 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
10822
10823         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
10824         g_locale_get_codeset() to g_get_codeset() change.
10825
10826 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
10827
10828         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
10829         descriptions.
10830
10831         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
10832         the entry.
10833
10834         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
10835         redoing (vastly simplifying) for Pango. Still needs quite
10836         a bit of work. (Size selection is currently poor. List of 
10837         predefined sizes is not a good idea, since all of these
10838         sizes won't necessarily be distinct.)
10839
10840 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
10841
10842         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
10843         CODESET results for LANG=C.
10844
10845 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
10846
10847         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
10848         which takes a stringized pango font description;
10849         ignore the older 'font' and 'fontset' declarations.
10850
10851         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
10852         field with a GdkFont derived via gdk_font_from_description(),
10853         for compatibility. (Should we just remove it entirely?
10854         Probably too much compatibility breakage, but people
10855         should be migrating to the new Pango stuff as quickly
10856         as possible.)
10857
10858 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
10859
10860         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
10861
10862 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
10863
10864         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
10865         redoing; there are some bugs in size allocation right
10866         now, the semi-existant distinction between header / day
10867         fonts was removed, but, with Pango, could actually
10868         be made functional in a nice way.
10869         
10870         * gtk/testcalender: Move calender from examples into this
10871         directory as a test program. (We really need to restrcture
10872         testgtk into a whole directory full of tests for every
10873         widget or functionality group, separated into multiple .c
10874         files.)
10875
10876 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
10877
10878         * gtk/testgtk.c (file_exists): Fix stupid typo that
10879         was keeping RC file from being loaded.
10880
10881         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
10882         RC file font code.
10883
10884 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
10885
10886         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
10887         Add function to load a GdkFont from a PangoFontDescription.
10888
10889 2000-05-29  Tor Lillqvist  <tml@iki.fi>
10890
10891         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
10892         variable should be of type GdkEventPrivate.
10893
10894 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
10895
10896         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
10897         to have any widget for the label, use a GtkLabel widget
10898         to display the text. (Based partially on a patch from
10899         Anders Carlson.)
10900
10901         (Quite a bit of code reorganization - strip 90% of the
10902         guts out of gtkaspectframe and add a single virtual
10903         func to GtkFrameClass - compute_child_allocation.)
10904
10905 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
10906
10907         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
10908         (Removed clist->row_center_offset field because caching
10909         it wasn't saving time or code, added private function
10910         _gtk_clist_create_cell_layout()).
10911
10912 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
10913
10914         * gtk/gtkaccellabel.c: Pangoized.
10915
10916         * gtk/[hv]ruler.c: Pangoized
10917
10918 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
10919
10920         * gtk/gtkfilesel.c (gtk_file_selection_init):
10921         Use gtk_clist_set_column_auto_resize() to remove need
10922         need for manual column width computations.
10923
10924 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
10925
10926         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
10927         ensuring Pango correctness, and considerably simplifying the
10928         code.
10929         
10930         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
10931
10932         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
10933         getting of numbers of lines.
10934
10935         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
10936         to the actual requested width of the lable, not to the wrap
10937         width we set.
10938
10939         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
10940
10941         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
10942           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
10943
10944         * gtk/gtktextview.c: Fix structure inheritance.
10945
10946         * gtk/gtkprogressbar.c: Pangoize.
10947
10948 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
10949
10950         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
10951         in a function.
10952
10953         * gtk/gtktextlayout.c (find_display_line_above): Fixed
10954         bug with computing line tops.
10955
10956         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
10957
10958 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
10959
10960         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
10961         and y_offset coordinates to do what we need now. (The offset between
10962         buffer and layout coordinates has been reintroduced, but is a 
10963         bit different than before.)
10964
10965         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
10966         handle the adjustments ourselves, and scroll as necessary using
10967         the new gdk_window_scroll().
10968         
10969         The advantage of this is that when we are incrementally revalidating,
10970         we are essentially rearranging things around the visible portion
10971         of the screen. With the old setup, the visible portion of the
10972         screen was moved around in the layout, so scrolling and redrawing
10973         to track that caused jumping of the display. Since we now
10974         control the scrolling ourselves, we can suppress this and
10975         only redraw when things actually change.
10976
10977 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
10978
10979         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
10980         the region not just redisplay it after-all, since we store the
10981         cursors in the LineDisplay. (Ugly interactions here between
10982         GtkLayout and GtkTextBTree here.)
10983         
10984         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
10985
10986 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
10987
10988         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
10989         Added function to scroll contents of a window while keeping the
10990         window constant. Works by XCopyArea or guffaw-scrolling depending
10991         on the details of how the window is set up. (guffaw-scrolling
10992         still needs to be filled in.)
10993
10994 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
10995
10996         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
10997         move the debugging that was tied to a global variable
10998         to that.
10999
11000         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
11001
11002         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
11003         validated flag, in line data instead of setting height/width to
11004         -1. This allows us to perform operations with partially invalid
11005         buffer (using the old size for invalid lines) and thus to do
11006         incremental vaidation. Keep height/width aggregates up to date
11007         when deleting text and rebalancing the tree.
11008
11009         * gtk/gtktextbtree.[ch]: Add functions validate a line
11010         (gtk_text_btree_validate_line), and to validate up
11011         to a number of pixels (gtk_text_btree_validate).
11012
11013         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
11014         that indicates that something is changed and a revalidation
11015         pass is needed. Change ::need_repaint to ::changed, and
11016         make it take old and new yranges instead of a rectangle.
11017
11018         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
11019         the line_data_destroy() function from 
11020         gtk_text_btree_add_view() to a virtual function in 
11021         GtkTextLayout
11022
11023         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
11024         since we are handling partial repaints in a different fashion
11025         now.
11026
11027         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
11028         of the selection instead of queueing a repaint on the
11029         entire widget.
11030
11031         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
11032         get_selection_bounds() down to btree, make the function
11033         in buffer a wrapper around the btree function.
11034
11035         * gtk/gtktextlayout.[ch]: Add functions to check if the
11036         layout is valid and to recompute either a range of pixels
11037         aroudn a line or a certain total number of pixels.
11038
11039         * gtk/gtktextlayout.[ch]: Cache a single line display;
11040         now that we only redraw the needed portions, the hit rate
11041         for this cache is quite high.
11042         
11043         * gtk/gtktextview.[ch]: Keep track of the first paragraph
11044         on the screen so that when re-laying-out the buffer, we can
11045         keep the same place. This requires connecting to ::value_changed
11046         on the adjustments
11047
11048         * gtk/gtktextview.[ch]: Add idle functions to revalidate
11049         the buffer after we receive an ::invalidated signal.
11050         
11051 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
11052
11053         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
11054         to max of allocation and layout size, not just to the
11055         layout size.
11056
11057         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
11058         Invalidate window so it gets redrawn properly.
11059
11060         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
11061         to mean the entire window.
11062
11063         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
11064         into public header.
11065
11066 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
11067
11068         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
11069         to get the name of a mark.
11070
11071         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
11072         to find the paragraph from a y position.
11073
11074 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
11075
11076         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
11077         nodes have width/height >= 0, not > 0.
11078
11079 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
11080
11081         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
11082         Add a size_only flag, so when we only need the size, we don't create
11083         useless appearance attributes.
11084
11085         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
11086         duplicate setting of font description.
11087
11088         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
11089
11090 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
11091
11092         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
11093         EXTRA_DIST. It does not work well when the file that
11094         everything depends on is not in the tarball.
11095
11096 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
11097
11098         * gtk/testgtk.c: Some hacks and fixes so that it basically
11099         works when not sitting in the GTK+ build tree.
11100
11101 2000-05-03  Havoc Pennington  <hp@redhat.com>
11102
11103         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
11104         Properly determine the ordering of the tag root and the current
11105         line within the tree. Previous algorithm only worked if the tag
11106         root's immediate parent was the common root of both the current
11107         line and the tag root.
11108
11109 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
11110
11111         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
11112         alignment.
11113
11114         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
11115         the widget text directional dynamically.
11116
11117         * gtk/gtktextview.[ch]: Added functions to get and set default
11118         wrap mode.
11119
11120 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
11121
11122         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
11123         in cursor location computation.
11124
11125 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
11126
11127         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
11128         vadjusment values properly when layout gets smaller.
11129
11130         * gtk/gtktextview.c (need_repaint_handler): Areas being
11131         passed in are far completely inaccurate, and sometimes
11132         too small, so, for now, just queue a redraw on the
11133         whole visible region.
11134
11135 2000-04-25  Havoc Pennington  <hp@redhat.com>
11136
11137         * gtk/gtktextbtree.c (summary_destroy): new function to 
11138         destroy tag summary nodes
11139         (gtk_text_line_next_could_contain_tag): this function was 
11140         totally broken if the line passed in wasn't below the tag
11141         root. Fix it.
11142         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
11143         "wildcard" case, we have to do a linear scan. Blah.
11144         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
11145         we have to do the linear scan
11146         (tag_removed_cb): When a tag is removed from the tag table, 
11147         remove the GtkTextTagInfo node from the btree.
11148         (gtk_text_btree_spew): Implement the spew function, for 
11149         our debugging pleasure.
11150
11151 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
11152
11153         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
11154         a problem with referring to the wrong buffer.
11155
11156         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
11157
11158         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
11159         font description to gtk_style_new() - otherwise things
11160         don't work without a .gtkrc file.
11161
11162         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
11163         tags table if we create it ourself, too.
11164
11165         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
11166         it was conflicting with XKB modifiers.
11167
11168         * gtk/gtktextview.[ch]: Add simple support for 
11169         GtkIMContext.
11170
11171 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
11172
11173         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
11174         with deletion from last commit.
11175
11176 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
11177
11178         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
11179         in the context from the current locale.
11180         
11181         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
11182         context, not hardcoded value.
11183
11184         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
11185         not logical.
11186
11187 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
11188
11189         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
11190         attributes - that doesn't handle partial-glyph selection
11191         properly. Instead use new pango_layout_line_get_x_ranges()
11192         functionality to draw the selection.
11193
11194         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
11195         now properly handles out-of-range coordinates.
11196
11197         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
11198
11199         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
11200         public.
11201
11202         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
11203         for paragraphs opposite to the base direction of the widget.
11204
11205         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
11206
11207         * gtk/gtktextlayout.c: Don't split segments on marks, since that
11208         causes Arabic words to reshape as you cursor through.
11209
11210         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
11211         cursor position when moving vertically with the arrow keys and
11212         scrolling with page-up/page-down. (Arrow keys save only the X,
11213         scrolling saves both X and Y.)
11214
11215         This means you can line-up / line-down or page-up / page-down
11216         without losing your place, and also that moving vertically
11217         with the cursor keys keeps the same X position, not the same
11218         character count:
11219
11220         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
11221         arrow keys move by display lines, not paragraphs.
11222
11223 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
11224
11225         * gtk/gtklayout.c: Make sure that the bin window is at least
11226         as big as the allocation. (Should we also make sure that the
11227         bin window is big enough to completely cover widget->window?)
11228
11229         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
11230         function to get the onscreen rectangle.
11231
11232         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
11233         for offsets in window coordinates.
11234
11235 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
11236
11237         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
11238         confusion.
11239
11240         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
11241         from the widget direction.
11242
11243         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
11244         Add a "direction" attribute.
11245
11246         * gtk/gtktextview.c: global s/tkxt/text_view/.
11247
11248         * gtk/testtext.c: Added long block of text in Arabic, to test out
11249         the direction attributes. (Some problems with the shaping system
11250         for arabic become obvious - like the fact the cursor splits words
11251         into unjoined pieces.)
11252
11253 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
11254
11255         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
11256
11257         * gtk/gtktextlayout.c: Fix up alignment.
11258
11259         * gtk/testtext.c: Add some tests for centering, wrapping.
11260
11261 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
11262
11263         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
11264         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
11265         If we wrote GTK+-specific layout-render function this could just replace
11266         the draw_layout() operation in the vtable.
11267
11268         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
11269         pango_layout_get_cursor_pos() and use that function.
11270
11271         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
11272         is a non-static symbol.
11273
11274         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
11275         with gtk_text_btree_find_line_by_y()
11276
11277         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
11278         renderer that handles GtkTextAppearance attributes.
11279
11280         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
11281
11282           - Move the values in the style that don't affect geometry into a
11283             GtkTextAppearance structure.
11284           - Change underline to take a PangoUnderline and "font" a string
11285             representation of a font description
11286           - Add a "font_desc" attribute which takes a FontDescription structure.
11287
11288         * gtk/gtktextlayout.[ch]:
11289
11290           - Get rid of the display-line list per each line. Instead, we
11291             generate, on demand, a GtkTextLineDisplay structure which]
11292             contains a PangoLayout * and other necesary information
11293             (offsets, cursor locations) for displaying a paragraph.
11294           - Get rid of the code to wrap lines, create display chunks,
11295             etc. Instead, we just go through a paragraph and convert
11296             it into the necessary inputs to a PangoLayout.
11297           - Implement a new attribute type, GtkTextAttrAppearance. This
11298             holds a GtkTextAppearance, and is used to pass colors, 
11299             stipple, etc, through from the layout to the display without
11300             having to use lots and lots of individual attributes.
11301           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
11302             in terms of PangoLayout functions.
11303         
11304         * gtk/gtktextview.c: 
11305          
11306           - Handle passing the necessary PangoContext to the layout
11307           - Some fixups in painting to deal with the automatic backing store
11308             and offsetting of GTK+-1.4
11309           - Add a style_set handler so that the default style reacts
11310             properly to theme changes.
11311         
11312         * gtk/gtktext?*.[ch]: Random code-style fixes.
11313
11314         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
11315
11316 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
11317
11318         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
11319         in original form preparatory to Pango-ization and gdkimcontext-ization.
11320
11321 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
11322
11323         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
11324         so that we can derive from gtkimcontext in language bindings properly.
11325
11326 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
11327
11328         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
11329         Add a compose table including (almost) all the compose combinations
11330         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
11331         data in the XIM implementation.
11332
11333         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
11334         Moved functions to convert keyvalues from and to unicode here from
11335         the win32 port and made them public.
11336
11337 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
11338
11339         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
11340
11341 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
11342
11343         * gtk/gtkimcontext.[ch]: Base class for new input context system
11344
11345         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
11346         the real input context implementation to be loaded from modules
11347         and switched on the fly.
11348
11349         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
11350         context that just does direct keysymbol => unicode translation.
11351
11352         * gtk/gtkentry.[ch]: Start switching editing over to using
11353         GtkInputContext. (No handling of preedit yet.)
11354
11355 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
11356
11357         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
11358         many substitutions. (klass should not be subsituted.)
11359
11360 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
11361
11362         * configure.in: Add checks for Pango
11363
11364         * configure.in docs/Makefile.am: Add test for sgml2html
11365         and allow 'make dist' without building html, but print out
11366         warnings in that case. (For making snapshots)
11367
11368         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
11369         Add Pango libraries and C flags
11370
11371         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
11372         Add function (gdk_draw_layout) to draw a pango layout.
11373
11374         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
11375         for getting Pango contexts for GDK.
11376
11377         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
11378
11379         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
11380         editing.
11381
11382         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
11383         keysym => unicode translations. More languages can be added
11384         here, but real input-method support is needed.
11385
11386         * docs/Changes-1.4.txt: Added note about entry behavior.
11387         
11388         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
11389         to set the reading direction for a widget and the global direction.
11390         Add test which allows toggling the global direction. Two private
11391         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
11392
11393         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
11394           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
11395
11396         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
11397
11398         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
11399         underlining now handled by Pango.
11400
11401         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
11402         to RCStyle and Style. (Having both this and the old font name and GdkFont 
11403         is temporary.)
11404
11405         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
11406         convenience functions for creating contexts and layouts for widgets.
11407
11408         * gtk/testgtk.c: Enhance label tests with multilingual labels.
11409
11410 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
11411
11412         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
11413         titles to be active, even if they aren't visible.
11414         (gtk_clist_column_titles_passive):  Ditto.
11415
11416 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
11417
11418         * gtkmenu.c:
11419         * gtkmenu.h:
11420         * gtktypeutils.h: Spelling/grammar fixes in comments.
11421
11422 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
11423
11424         * gdk/nanox/*.h: add missing header files.
11425
11426 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
11427
11428         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
11429         send_event to TRUE.
11430         (gtk_drawing_area_size): queue a resize.
11431
11432 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
11433
11434         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
11435         the handlers, also invalidate them. bug nailed down by Karl Nelson
11436         <kenelson@ece.ucdavis.edu>.
11437
11438 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
11439
11440         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
11441         "(nil)" foundries, patch from Grigorios Magklis.
11442
11443         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
11444         on non-available fonts, based on a patch by Grigorios Magklis
11445         <maglis@cs.rochester.edu>.
11446
11447 2000-05-18  Elliot Lee  <sopwith@redhat.com>
11448
11449         * gdk/x11/gdkregion-generic.c: If a region does not have any
11450         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
11451         instead of GDK_OVERLAP_RECTANGLE_IN.
11452
11453 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
11454
11455         * gtk/gtklayout.c (gtk_layout_map): Remove references to
11456         OFFSCREEN, as it is no longer necessary.
11457
11458 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
11459
11460         * gtk/gtkcolorsel.c: Patch from David Santiago
11461         <mrcooger@cyberverse.com> to change things so that the 
11462         indicator of the active palette entry is done independently,
11463         not via the focus, since it should always be visible.
11464
11465 2000-05-17  Tor Lillqvist  <tml@iki.fi>
11466
11467         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
11468         refcount leaks as in the X11 backend.
11469
11470         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
11471         cosmetics.
11472
11473         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
11474         backend. Add _gdk_windowing_window_destroy().
11475
11476         * gtk/gtkcolorsel.c: Include correct backend-specific header.
11477         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
11478         either, but these probably do exist on nanox?)
11479         
11480         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
11481         which isn't necessarily defined by <math.h>.
11482
11483         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
11484         ancestry past GtkObject.
11485
11486         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
11487         from DLL on Win32.
11488
11489         * gtk/gtk.def: Update corresponding to recent changes.
11490
11491         * gtk/makefile.{cygwin,msc}: Updates.
11492
11493 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
11494
11495         * docs/Changes-1.4.txt: A bit of editing.
11496
11497         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
11498         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
11499         to clear the update area for the window, and clear it
11500         when hiding a window.
11501
11502         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
11503         if window destroyed.
11504
11505         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
11506
11507         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
11508         gdk_window_destroy() to the generic code, since there was a lot of 
11509         window-system-independent logic it in. Add a function:
11510         
11511          _gdk_window_destroy() 
11512
11513         to the internal API to destroy a window without unreferencing it.
11514         Add a function:
11515
11516          _gdk_windowing_window_destroy()
11517
11518         That does the windowing-system-dependent part of destroying 
11519         the window.
11520
11521 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
11522
11523         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
11524
11525 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
11526
11527         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
11528         Make gtk_widget_shape_combine_mask() keep a reference count on
11529         the pixmap since it keeps it around.
11530
11531 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
11532
11533         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
11534         leak.
11535
11536         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
11537         leak with event filters.
11538
11539 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
11540
11541         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
11542         signal handlers with the right data arguments. (Fixes
11543         some warnings when a widget was repeatedly set as a drag
11544         destination.)
11545
11546         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
11547         window so we can avoid avoid setting the DND properties on the
11548         toplevel window repeatedly.
11549
11550 2000-05-13  Tor Lillqvist  <tml@iki.fi>
11551
11552         * gdk/win32/gdkwin32.h: Define more message types missing from
11553         mingw headers.
11554
11555         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
11556         call gdk_window_destroy_notify(). It was never called. This
11557         probably meant that the GdkWindow was never freed. Thanks Owen for
11558         noticing (!).
11559
11560         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
11561         window as destroyed before calling DestroyWindow(). DestroyWindow()
11562         causes a call to the window procedure (gdk_WindowProc), which
11563         calls gdk_event_translate(), which calls
11564         gdk_window_destroy_notify(), which gets confused unless the window
11565         is set as destroyed.
11566
11567         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
11568         this function to indicate it's win32 only. Put inside #ifdef
11569         G_ENABLE_DEBUG.
11570
11571         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
11572         debugging function. (gdk_event_translate:) Add a default branch
11573         that uses the above function to print debug messages with all
11574         Windows messages symbolically.
11575
11576         * gdk/win32/gdkprivate-win32.h: Declare it, and
11577         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
11578
11579 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
11580
11581         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
11582         public header file.
11583
11584 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
11585
11586         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
11587
11588         * gtk/gtktext.c: made the adjustments no-construct args, simply
11589         provide default adjustments.
11590         (gtk_text_destroy): release adjustments.
11591
11592         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
11593         adjustment argument non-construct.
11594
11595         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
11596         instead of in finalize.
11597         (gtk_progress_get_text_from_value): 
11598         (gtk_progress_get_current_text): 
11599         (gtk_progress_set_value): 
11600         (gtk_progress_get_percentage_from_value): 
11601         (gtk_progress_get_current_percentage): 
11602         (gtk_progress_set_percentage): 
11603         (gtk_progress_configure): ensure an adjustment is present.
11604
11605 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
11606
11607         * gtk/gtkcolorsel.[hc]:
11608         * gtk/gtkcolorseldialog.[hc]:
11609         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
11610         their parent implementation, use bit fields for boolean values, don't
11611         create unused widgets, usage of glib types, braces go on their own
11612         lines, function argument alignment, #include directives etc. etc. etc..
11613
11614         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
11615
11616 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
11617
11618         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
11619
11620         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
11621         of NULL.
11622
11623         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
11624         to freed data.
11625         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
11626
11627         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
11628         to NULL when the toplevel is getting destroyed.
11629         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
11630         (gtk_menu_destroy): 
11631         (gtk_menu_init): store the information of whether we have to
11632         readd the initial child ref_count during destruction in a new
11633         GtkMenu field needs_destruction_ref_count.
11634
11635         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
11636         here, those reading: learn from my mistake! ;)
11637         in order for set_?adjustment to support a default adjustemnt if
11638         invoked with an adjustment pointer of NULL, the code read (pseudo):
11639         if (v->adjustment) unref (v->adjustment);
11640         if (!adjustment) adjustment = adjustment_new ();
11641         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
11642         now imagine the first unref to actually free the old adjustment and
11643         adjustment_new() creating a new adjustment from the very same memory
11644         portion. here, the latter comparision will unintendedly fail, and
11645         all hell breaks loose.
11646         (gtk_viewport_set_hadjustment):
11647         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
11648         after unreferencing it.
11649
11650         * gtk/gtkcontainer.[hc]: removed toplevel registration
11651         functions: gtk_container_register_toplevel(),
11652         gtk_container_unregister_toplevel() and
11653         gtk_container_get_toplevels() which had wrong semantics
11654         anyways: it didn't reference and copy the list.
11655
11656         * gtk/gtkwindow.c: we take over the container toplevel registration
11657         bussiness now. windows are registered across multiple destructions,
11658         untill they are finalized. the initial implicit reference count
11659         users are holding on windows is removed with the first destruction
11660         though.
11661         (gtk_window_init): ref & sink and set has_user_ref_count, got
11662         rid of gtk_container_register_toplevel() call. add window to
11663         toplevel_list.
11664         (gtk_window_destroy): unref the window if has_user_ref_count
11665         is still set, got rid of call to
11666         gtk_container_unregister_toplevel().
11667         (gtk_window_finalize): remove window from toplevel list.
11668         (gtk_window_list_toplevels): new function to return a newly
11669         created list with referenced toplevels.
11670         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
11671
11672         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
11673         adjustment a non-construct arg.
11674         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
11675         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
11676         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
11677
11678         * gtk/gtkrange.c: added some realized checks.
11679         (gtk_range_destroy): get rid of the h/v adjustments in the
11680         destroy handler instead of finalize. remove timer.
11681         (gtk_range_get_adjustment): demand create adjustment.
11682
11683         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
11684         we simply create them on demand now and get rid of them in
11685         the destroy handler.
11686         (gtk_viewport_destroy): get rid of the h/v adjustments in the
11687         destroy handler instead of finalize.
11688         (gtk_viewport_get_hadjustment): 
11689         (gtk_viewport_get_vadjustment): 
11690         (gtk_viewport_size_allocate): demand create h/v adjustment
11691         if required.
11692
11693         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
11694         gtk_widget_real_destroy () functionality.
11695         (gtk_widget_real_destroy): reinitialize with a new style, instead
11696         of setting widget->style to NULL.
11697
11698 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
11699
11700         * gtk/gtkcalendar.c:
11701         * gtk/gtkbutton.c: ported _get_type() implementation over to
11702         GType, either to preserve memchunks allocation facilities,
11703         or because Gtk+ 1.0 GtkTypeInfo was still being used.
11704
11705         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
11706         over. prepare for ::destroy to be emitted multiple times.
11707         removed reference tracer magic. chain into GObjectClass.shutdown()
11708         to emit ::destroy signal.
11709
11710         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
11711         fundamental.
11712
11713         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
11714         cludge.
11715
11716         * gtk/gtksocket.c:
11717         * gtk/gtkplug.c:
11718         * gtk/gtklayout.c:
11719         * gtk/gtklabel.c:
11720         * gtk/gtkargcollector.c:
11721         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
11722         not being a fundamental anymore, and to work with the new
11723         type system (nuked fundamental type varargs clutter).
11724
11725         * gtk/*.c: install finalize handlers in the GObjectClass
11726         part of the class structure.
11727         changed direct GTK_OBJECT()->klass accesses to
11728         GTK_*_GET_CLASS().
11729         changed direct object_class->type accesses to GTK_CLASS_TYPE().
11730
11731         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
11732         GType. made most of the GTK_*() type macros and Gtk* typedefs
11733         simple wrappers around macros and types provided by GType.
11734         most notably, a significant portion of the old API vanished:
11735         GTK_TYPE_MAKE(),
11736         GTK_TYPE_SEQNO(),
11737         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
11738         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
11739         GTK_TYPE_ARGS,
11740         GTK_TYPE_CALLBACK,
11741         GTK_TYPE_C_CALLBACK,
11742         GTK_TYPE_FOREIGN,
11743         GtkTypeQuery,
11744         gtk_type_query(),
11745         gtk_type_set_varargs_type(),
11746         gtk_type_get_varargs_type(),
11747         gtk_type_check_object_cast(),
11748         gtk_type_check_class_cast(),
11749         gtk_type_describe_tree(),
11750         gtk_type_describe_heritage(),
11751         gtk_type_free(),
11752         gtk_type_children_types(),
11753         gtk_type_set_chunk_alloc(),
11754         gtk_type_register_enum(),
11755         gtk_type_register_flags(),
11756         gtk_type_parent_class().
11757         replacements, where available are described in ../docs/Changes-1.4.txt.
11758         implemented compatibility functions for the remaining API.
11759
11760         * configure.in: depend on glib 1.3.1, use gobject module.
11761
11762 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
11763
11764         * TODO.xml: Various updates to current status.
11765
11766 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
11767
11768         * gtk.m4: Print out version when test succeeds.
11769
11770 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
11771
11772         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
11773         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
11774         
11775         (Original triangle color selector from Simon Budig
11776         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
11777         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
11778         Santiago <mrcooger@cyberverse.com>)
11779
11780         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
11781         out into a separate widget.
11782
11783         * gtk/testgtk.c: Add some checkbuttons for toggling palette
11784         and opacity controls.
11785
11786 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
11787
11788         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
11789         snuck in prematurely.
11790
11791 2000-05-07  Tor Lillqvist  <tml@iki.fi>
11792
11793         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
11794         had deleted a ! operator by mistake, which caused
11795         GDK_SELECTION_CLEAR events never to be generated, which caused
11796         only the first copy to the clipboard from an gtkeditable to
11797         actually cause a copy to the Windows clipboard.
11798
11799 2000-05-06  Tor Lillqvist  <tml@iki.fi>
11800
11801         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
11802         compilation, too. Current mingw gcc distributions include the
11803         necessary headers. Also the necessary IIDs are now in mingw
11804         headers/libraries, and own definitions unnecessary.
11805
11806         More hacking on OLE2 DND, still doesn't work though, and thus
11807         ifdeffed out.
11808
11809         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
11810         here, too.
11811
11812 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
11813
11814         * gdk/nanox/*: nano-X port work in progress.
11815         * gdk/simple.c: simple test for Gdk.
11816         * README.nanox: notes about the port: read this first!
11817         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
11818         with nano-X.
11819
11820 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
11821
11822         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
11823         gdk_window_clear() into common code, implement in terms of
11824         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
11825         not redirected to the backing rectangle.
11826
11827 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
11828
11829         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
11830         EXTRA_DIST. It does not work well when the file that
11831         everything depends on is not in the tarball.
11832
11833 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
11834
11835         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
11836         with recursion where process_updates() is called from
11837         an expose handler. (GtkTextView is highly broken in
11838         doing this, but it should work, so it is a nice test
11839         case.)
11840
11841 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
11842
11843         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
11844         handle the case where updates are queued during processing of
11845         updates.
11846
11847 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
11848
11849         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
11850         window is on gdk_display - use that instead of segfaulting.
11851
11852 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
11853
11854         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
11855         broken and require an empty arg, give it to them.
11856
11857 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
11858
11859         * gtk/gtklabel.h: indentation fixes.
11860
11861 2000-05-02  Tor Lillqvist  <tml@iki.fi>
11862
11863         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
11864         draw too narrow or too low arcs, they seem to fail, at least with
11865         some display drivers.
11866
11867         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
11868
11869         Large changes to the Win32 backend, partially made necessary by
11870         the changes to the backend-independent internal
11871         structures. Attempts to implement similar backing store stuff as
11872         on X11. The current (CVS) version of the Win32 backend is *not* as
11873         stable as it was before the no-flicker branch was merged. A
11874         zipfile with that version is available from
11875         http://www.gimp.org/win32/. That should be use by "production"
11876         code until this CVS version is usable. (But note, the Win32
11877         backend has never been claimed to be "production quality".)
11878
11879         * README.win32: Add the above comment about versions.
11880
11881         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
11882
11883         * gdk/gdk.def: Update.
11884
11885         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
11886         presumably be replaced by some more better mechanism as 1.4 gets
11887         closer to release shape.
11888
11889         * gdk/makefile.{cygwin,msc}: Update.
11890
11891         * gdk/win32/*.c: Correct inclusions of the backend-specific and
11892         internal headers. Change code according to changes in these. Use
11893         gdk_drawable_*, not gdk_window_* where necessary.
11894
11895         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
11896         our old DND.
11897
11898         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
11899         to interpret single characters as UTF-8. Thanks to Hans Breuer.
11900         Use correct function name in warning messages.
11901
11902         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
11903         GSourceFuncs gdk_event_prepare and gdk_event_check.
11904         (gdk_event_get_graphics_expose): Do implement, use
11905         PeekMessage. Thanks to Hans Breuer.
11906         (event_mask_string): Debugging function to print an GdkEventMask.
11907         (gdk_pointer_grab): Use it.
11908
11909         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
11910         (old) book I used claimed was Hangul actually is CJK Unified
11911         Ideographs Extension A. Also, Hangul Syllables were missing.
11912         Improve logging.
11913
11914         * gdk/win32/gdkgc-win32.c: Largish changes.
11915
11916         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
11917         g_win32_getlocale() from GLib, and not setlocale() to get current
11918         locale name.
11919
11920         * gdk/win32/gdkprivate-win32.h
11921         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
11922         gdkwin32.h, similarily as in the X11 backend.
11923
11924         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
11925         assignment was used instead of equals in if test. Thanks to Hans
11926         Breuer.
11927
11928         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
11929         the X11 version.
11930
11931         * gdk/win32/makefile.{cygwin,msc}
11932         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
11933         path to the Win32 headers that works also with the mingw compiler.
11934
11935         * gtk/gtkstyle.c: Include <string.h>.
11936
11937 2000-04-26  Havoc Pennington  <hp@redhat.com>
11938
11939         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
11940         replacing the broken gtk_label_get ()
11941
11942 2000-04-15  Havoc Pennington  <hp@pobox.com>
11943
11944         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
11945         this keeps scanner scripts from getting confused.
11946
11947         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
11948         data, rather than void
11949
11950 2000-04-15  Tor Lillqvist  <tml@iki.fi>
11951
11952         * gtk/gtkclist.c (gtk_clist_motion)
11953         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
11954         with is_hint FALSE, get x and y from the event. They used to be
11955         used uninitialised. The Win32 backend never sends motion events
11956         marked as hints. This for instance fixes the annoying file and
11957         font selector behaviour in the Win32 version.
11958
11959 2000-04-14  Tor Lillqvist  <tml@iki.fi>
11960
11961         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
11962         gtk_private_n_signals variables, they are used by some software,
11963         sigh.
11964
11965         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
11966         installation directory from the Registry, where the installer
11967         should have put it.
11968
11969 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
11970
11971         * gdk/x11/Makefile.am: Fix problem with installation directory for
11972         gdkx.h
11973
11974         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
11975         <mrcooger@cyberverse.com> so that when selecting menus with the
11976         mouse, the first item will not be selected, but when selecting
11977         with an accelerator, or navigating left-right on a menubar with
11978         the menus popped up, the first item will be selected.
11979
11980 2000-04-05  Dan Damian  <dand@dnttm.ro>
11981
11982         * configure.in: Added "ro" to ALL_LINGUAS.
11983
11984 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
11985
11986         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
11987         indentation.
11988
11989         * Makefile.am (EXTRA_DIST): Fix typo.
11990
11991         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
11992         to catch gdkconfig.h
11993
11994         * gtk/gtkitemfactory.c: Added FIXME.
11995
11996 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
11997
11998         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
11999         s/return_if_fail/return_val_if_fail/g and add a return value.
12000
12001 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
12002
12003         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
12004         merge slipup.
12005
12006         * gdk/gdkinput.h: Fix missing line from merge.
12007
12008 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
12009
12010         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
12011         instead of gdkprivate.h.
12012
12013 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
12014
12015         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
12016         parent class to correctly be GtkDialogClass.
12017
12018 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
12019
12020         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
12021         toplevel windows and their immediate children by their parents,
12022         since the size of toplevel windows is out of our immediate
12023         control and we don't get any real benefit from trying to track
12024         this size for clipping.
12025
12026         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
12027         for input_only windows.
12028
12029         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
12030         to fix some hacks and make sure that we don't try to set the
12031         background of input only windows.
12032
12033 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
12034
12035         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
12036         the _really_ internal stuff, and leave gdkprivate.h for the fake private
12037         stuff that we've traditionally exposed.
12038
12039         * gdk/**.c: Use gdkinternals.h where appropriate.
12040
12041         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
12042         not include gdkprivate-x11.h, move all stuff of conceivable public
12043         interest into gdkx.h; keep all really private stuff in
12044         uninstalled header gdkprivate-x11.h.
12045
12046         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
12047         image->image_put on windows through a new function _gdk_window_draw_image()
12048         to allow us to do backing store for images. (Sort of ugly)
12049
12050         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
12051         contexts locally so that we can offset them properly when drawing 
12052         onto backing pixmaps.
12053
12054         * gdk/gdkinput.h: Reindented
12055
12056         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
12057         pixmap or color for the window, so we can properly initialize
12058         our double-buffer pixmaps, and also so that we temporarily set
12059         a background of None while scrolling.
12060
12061         * gdk/gdkregion.h: Revise region boolean operators to have an
12062         interface that is actually convenient - switch from creating new
12063         regions on every op, to "methods" that modify existing regions
12064         (A = A OP B). 3 argument forms which allow dest == src, would also
12065         be possible, but the current interfaces seem to map nicely
12066         onto what needs to be done. (There is quite a lot of region
12067         code in GDK now.)
12068
12069         * gdk/gdkregion.h: Add constructor from rectangle and a copy
12070         operator.
12071
12072         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
12073         gdkpoly-generic.h: Copy region code from Xlib, switch it over
12074         to 32 bit coordinates, modify it to be mostly GTK+ style
12075         and to have interfaces that match gdkregion.h.
12076
12077         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
12078         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
12079         create a backing pixmap and redirect all drawing to
12080         that backing pixmap until a matching gdk_window_end_paint().
12081
12082         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
12083         Create a special drawable class for GtkWindow's that 
12084         redirects the drawing to the backing pixmap as necessary
12085         and then calls the real operations in _gdk_windowing_window_class.
12086
12087         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
12088         Store invalid region for each window. Generate expose events for invalid
12089         region in an idle. This replaces both the expose compression
12090         and the redrawing queuing in GTK+. It is both more efficient and
12091         simpler than either one individually and far more so then the
12092         combination.
12093
12094         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
12095         Emulate 32 bit coordinates for windows with 16 bit coordinates
12096         by offsetting drawing, guffaw scrolling techniques and
12097         mapping/unmapping child windows as necessary.
12098
12099         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
12100         where, when invalid regions are processed, the region is stored,
12101         and if expose events come in that are detectably duplicate
12102         the processed exposes (by comparison of event serial numbers),
12103         the stored region is subtracted out of those exposes.
12104
12105         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
12106         regions newly exposed when scrolling or resizing windows.
12107         This, combined with forcing processesing of queued invalidated
12108         regions, gives nice flicker-free scrolling.
12109
12110         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
12111         invalidated regions after every scroll.
12112
12113         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
12114         emulation in GDK. Its, for all practical purposes just a
12115         GtkViewport/GtkFixed hybrid now.
12116
12117         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
12118         (16-bit) structures as necessary instead of just casting.
12119
12120         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
12121         in terms of the structures from gdkregion-generic.c, using appropriate
12122         offsets from GDK to X11 coordinates. Cache clip mask and
12123         origin and ts origin locally and only flush to the server
12124         when drawing, to avoid constantly setting and resetting these
12125         values when offsetting GC's for scrolling and backing pixmaps.
12126
12127         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
12128
12129         * gtk/gtkcontainer.c: Call process_all_updates at end
12130         of resizing to reduce flicker. (Avoids having redraw
12131         lag arbitrarily behind resize under some circumstances)
12132
12133         * gtk/gtkentry.c: Remove old backing store code, and simply take
12134         advantage of the new backing store capabilities of GDK.
12135
12136         * gtk/gtkmain.c: Simple implementation of widget backing
12137         store - simply push a paint while handling each expose.
12138         (Should really be configurable widget for widget.)
12139         
12140         * gtk/gtkwidget.c: Remove all the old complicated redraw
12141         code, and simply invalidate the GDK windows from
12142         gdk_window_queue_clear(), etc. (Sigh, so much carefully
12143         debugged complexity ... gone to the winds.)
12144
12145         Remove all the code for suppressing expose events while
12146         resizes are pending; this isn't needed since the invalid
12147         areas won't be processed until after the resizes are
12148         processed, since they are in a lower priority idle.
12149
12150 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
12151
12152         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
12153         and height of dest rectangle for non-intersecting rectangles.
12154
12155 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
12156
12157         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
12158         for GdkRectangle.
12159
12160 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
12161
12162         * gdk/gdk{events,image,private,types,window}.h
12163          gdk/x11/gdkinputprivate.h: Change all coordinates
12164          from int16 to int. Also, Change width and height from
12165          unsigned to signed to avoid all the stupid C 
12166          signedness bugs.
12167
12168 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
12169
12170         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
12171         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
12172         Add some more detailed checking.
12173
12174         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
12175         New function to retrieve the depth of a drawable.
12176
12177         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
12178         field, reorder fields to save memory. 
12179
12180 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
12181
12182         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
12183         of the background image instead of scaling the background down to
12184         a line.
12185
12186         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
12187         which temporarily set slider to wrong size.
12188
12189         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
12190         queue_clear().
12191
12192 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
12193
12194 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
12195
12196         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
12197
12198 2000-03-17  Tor Lillqvist  <tml@iki.fi>
12199
12200         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
12201         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
12202
12203         * gdk/win32/gdkfont-win32.c
12204         * gdk/win32/gdkproperty-win32.c
12205         * gdk/win32/gdkselection-win32.c
12206         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
12207         now declared such.
12208
12209 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
12210
12211         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
12212
12213 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
12214
12215         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
12216         is called without trapping X errors.
12217
12218 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
12219
12220         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
12221         way into the fontset lists.
12222
12223 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
12224
12225         * gtk/gtkthemes.h: add extern "C" scope.
12226
12227 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
12228
12229         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
12230         to make appends to the list constant. (gtk-guy-990901-0.patch)
12231
12232 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
12233
12234         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
12235         for the typename hash table.
12236
12237 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
12238
12239         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
12240         to make sure we never divide by zero. 
12241         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
12242
12243 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
12244
12245         * gtk/gtkfontsel.c: Apply patch from
12246         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
12247         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
12248
12249         Also, some cleanups in atom handling.
12250
12251 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
12252
12253         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
12254         not GtkWidget.
12255
12256 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
12257
12258         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
12259         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
12260         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
12261         more guint wrap-around bugs before going to bed.
12262
12263 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
12264
12265         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
12266         guint wrap arounds in allocation.width.
12267
12268         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
12269         process untill we fit the allocation given.
12270
12271 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
12272
12273         * gtk/gtkwidget.c:
12274         (gtk_widget_unrealize): guard widget access with ref/unref
12275         around signal emission.
12276         (gtk_widget_hide): same here, but also check its destroyed
12277         state before queueing a resize.
12278
12279 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
12280
12281         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
12282         of gtk_default_insensitive_bg as insensitive base color.
12283
12284         * gtk/gtktext.c (gtk_text_style_set): set the background color according
12285         to the widget's state.
12286         (gtk_text_realize): same here.
12287         (gtk_text_state_changed): same here.
12288         (draw_bg_rect): compare background color against base[] from
12289         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
12290
12291 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
12292
12293         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
12294         grabs are active, unless a delete event is send to the toplevel
12295         of the currently grab holding widget.
12296
12297 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
12298
12299         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
12300         debugging g_print's.
12301
12302 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
12303
12304         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
12305         ever make the scrolled-window requisition ever depend on the 
12306         visibility state of the scrollbars for the AUTOMATIC policy. 
12307         This breaks the GTK+ requisition model, and causes loops.
12308
12309 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
12310
12311         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
12312         the default font to avoid problems with XFree86-4.0 where the
12313         default charset is iso10646-1, not iso8859-1.
12314
12315 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
12316
12317         * acinclude.m4
12318         * config.guess
12319         * config.sub
12320         * ltconfig
12321         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
12322
12323         * gtk/Makefile.am: minor cosmetic consistency tweak
12324
12325 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
12326
12327         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
12328         the activate_time to 0, so that we handle a quick
12329         press/release press/release properly and don't suppress
12330         the second release. (Red Hat bug #7545)
12331
12332 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
12333
12334         * gtk/gtkctree.c (row_delete):
12335         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
12336         bugs with destruction notifier, *always* update internal
12337         structures *before* calling user code.
12338
12339 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
12340
12341         A few more fixes for bug #5487, #2051, #2677.
12342         * gtk/gtkclist.c : 
12343         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
12344         not GDK_BUTTON_PRESS.
12345         (resync_selection): resync only if selection_mode is
12346         GTK_SELECTION_EXTENDED
12347         * gtk/gtkctree.c (resync_selection): same here
12348
12349 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
12350
12351         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
12352         gdk_drag_get_selection() and gtk_menu_detach().
12353
12354         [ From Jeroen Ruigrok/Asmodai ]
12355
12356 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
12357
12358         * gtk/gtknotebook.c (gtk_notebook_size_request): 
12359         page->tab_label can be NULL.
12360
12361 2000-01-25  Havoc Pennington  <hp@pobox.com>
12362         
12363         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
12364         arg is boolean
12365
12366         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
12367
12368         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
12369
12370         * gdk/gdkproperty.c (gdk_property_get): return boolean
12371
12372         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
12373
12374         * gdk/gdkim.c (gdk_im_ready): return boolean
12375
12376         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
12377
12378         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
12379         glib clash, should fix glib)
12380
12381         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
12382         (gdk_get_show_events): return gboolean, and canonicalize 
12383         to TRUE/FALSE
12384
12385         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
12386         colormap is private
12387         (gdk_colors_alloc): gboolean whether to be contiguous
12388         (gdk_color_equal): return gboolean since we are a predicate
12389         and not a qsort() (this looks semi-wrong due to glib breakage,
12390         IMO glib should be fixed)
12391         
12392         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
12393         (gdk_get_use_xshm): return gboolean
12394         (gdk_pointer_is_grabbed): return gboolean
12395
12396         * gdk/gdk.h: Change prototypes to match all the above changes,
12397         and re-run egtk-format-protos as required.
12398
12399 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
12400
12401         * gtk/gtkctree.c (resync_selection): 
12402         * gtk/gtkclist.c (resync_selection):
12403
12404         Return immediately if clist->drag_pos < 0. This is a workaround
12405         for the corrupt state that the clist gets into when a
12406         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
12407
12408         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
12409         
12410         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
12411         variable from recent commit.
12412
12413 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
12414
12415         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
12416
12417 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
12418
12419         * gtk/Makefile.am: prefix all autogenerated source that get build in
12420         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
12421         in builddir. since we subsequently cd into srcdir for autogeneration,
12422         the paths have to be stripped from the target file names, thusly we
12423         use $(@F) as target names now.
12424         put a comment about configure.in's --disable-rebuilds option,
12425         which can be used for non-writable source directories, for development
12426         setups though, srcdir has to be *writable*.
12427
12428 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
12429
12430         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
12431           Finish the job of allowing event to be NULL.
12432           (Fixes bug #4283, reported by Chris Blizzard)
12433
12434         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
12435           things so that the cursor appears on screen, properly
12436           take into account INNER_BORDER.
12437           (Fixes bug #4754, reported by Antonio Campos)
12438
12439 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
12440
12441         * gtk/gtknotebook.c (gtk_notebook_map): Don't
12442           show the tab_label unless it itself is visible.
12443
12444           gtk/gtknotebook.c (gtk_notebook_size_request):
12445           Do a better job of making sure that the visibility
12446           of the tab label corresponds to whether it should
12447           be mapped or not.
12448
12449 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
12450
12451         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
12452           Use the requisition, not the allocation, since the
12453           allocation has not necessarily been computed yet.
12454           (Pointed out by Eugene Osintsev)
12455
12456 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
12457
12458         * gtk/gtkstyle.c (gtk_style_new): Dont' set
12459           style/base[GTK_STATE_INSENSITIVE] both to
12460           gtk_default_insensitive_bg!
12461           (Bug #2187, reported by Jonathan Blandford)
12462
12463         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
12464           Add Alt_L, Alt_R to list of invalid accelerators.
12465           (Bug #3736, reported by Vlad Harchev)
12466
12467 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
12468
12469         * gtk/gtkfilesel.c (open_ref_dir): Fix several
12470         bugs which occured after an attempt to open 
12471         invalid home directory left cmpl_state->reference_dir == NULL.
12472
12473          - completion on files in home directory didn't work
12474          - completion on an empty string caused  segfault
12475
12476          (Bug #3678, reported by Steve Ratcliffe)
12477
12478         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
12479         cut and paste error that was causing scales to
12480         be incorrectly positioned.
12481         (Bug #2956,
12482          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
12483
12484 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
12485
12486         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
12487         when checking for dcgettext, if we've found we needed
12488         it for dgettext.
12489 +
12490 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
12491
12492         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
12493         queue_clear on NO_WINDOW widgets during a reparent,
12494         since at that point the window and widget heirarchies
12495         are out of sync. This stops crashing in some cases
12496         (the scrolled window reparent test, for instance), and
12497         _probably_ won't cause drawing errors.
12498
12499         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
12500         test do what it was supposed to do and be robust against
12501         window closings, etc. (Bug #2443)
12502
12503 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
12504
12505         * gtk/gtkentry.c: Fix return values on mouse events.
12506         (Bug #2686, Sky <seb_sky@yahoo.com>)
12507
12508         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
12509         (pointed out by George Lebl)
12510
12511         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
12512         (From Ettore Perazzoli  <ettore@helixcode.com>)
12513  
12514 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
12515
12516         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
12517         clicks between rows or outside calender area correctly.
12518         (Patch from Damon Chaplin)
12519
12520         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
12521         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
12522           Call destroy function when overwriting existing data. 
12523           (Pointed out by Damon Chaplin)
12524
12525 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
12526
12527         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
12528           which was causing problems on various systems with Xmu.
12529           This hasn't been needed for a very long time.
12530           (Fixes #1185 3167)
12531
12532 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
12533
12534         * gdk/gdki18n.h: Include <ctype.h> when defining
12535           gdk_isw* in terms of is* as a fallback.
12536           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
12537
12538 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
12539
12540         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
12541           realize the widget when it is size allocated!
12542           (old, old bug)
12543
12544         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
12545           Removed unused call to gdk_window_get_size() that
12546           showed up when the above was fixed.
12547
12548 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
12549
12550         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
12551           fix up widget->window when the widget is a
12552           NO_WINDOW container widget.
12553
12554 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
12555
12556         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
12557           to account for the fact that feof() does _not_ 
12558           return TRUE on errors, and thus avoid infinite loops
12559           when trying to use gdk_pixmap_create_from_xpm()
12560           on unreadable values.
12561
12562 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
12563
12564         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
12565
12566 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
12567
12568         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
12569           gdk_gc_set_dashes to take gint8 instead of gchar to
12570           make it clearer that it is _not_ a NULL terminated string.
12571
12572         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
12573           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
12574           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
12575           arguments.
12576
12577 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
12578
12579         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
12580         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
12581         background size relative to our allocation, guard against small
12582         allocations, we may have not yet been size allocated.
12583
12584 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
12585
12586         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
12587         not just version == 3. We implement all 3 + most of 4 - 
12588         (we don't support matching text/plain;charset=iso-8859-1
12589         to a dest that expects text/plain). We'll still advertise
12590         3 to be safe, but any client implementing version >= 3
12591         must interoperate with 3.
12592         
12593 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
12594
12595         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
12596         background and gc members, add a warning in gtk_tooltips_set_color()
12597         indicating that this function is deprecated.
12598
12599 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
12600
12601         * docs/gtkfaq.sgml: FAQ Update:
12602           - Minor cleanups (Emmanuel, me)
12603           - New questions:
12604                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
12605                 How can I retrieve the text from a GtkMenuItem? (timj)
12606                 How do I validate/limit/filter the input to a GtkEntry? (me)
12607                 Memory does not seem to be released when I free the list
12608                         nodes I've allocated (timj)
12609
12610 2000-03-07  Tor Lillqvist  <tml@iki.fi>
12611
12612         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
12613         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
12614         for which it is no use to call GetLastError onWin9x.
12615         (gdk_other_api_failed) New function, for general error
12616         reporting without calling GetLastError.
12617         (gdk_win32_api_failed) OTOH, this function always calls
12618         GetLastError. (gdk_win32_last_error_string) Remove this function,
12619         GLib has the equivalent now.
12620
12621         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
12622         call them with function name, file name and line number in the
12623         arguments.
12624
12625         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
12626         functions.
12627         
12628         * gtk/gtk.def: Add some missing entry points.
12629
12630         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
12631         gtk_paned_set_gutter_size, which don't exist any longer, as void.
12632         
12633         Fixes by Hans Breuer:
12634
12635         * gdk/makefile.msc: Update for debugging.
12636
12637         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
12638         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
12639         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
12640         in the dash_list.
12641
12642         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
12643         the x11 backend.
12644
12645         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
12646
12647         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
12648
12649 2000-03-04  Tor Lillqvist  <tml@iki.fi>
12650
12651         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
12652         just pixel value of background colour.
12653
12654         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
12655         containing code snippet previously duplicated in a couple of
12656         places.
12657         
12658         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
12659         gdk_colormap_color.
12660
12661         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
12662         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
12663         events for autorepeated Shift, Control and Alt keys. Use
12664         gdk_colormap_color.
12665
12666         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
12667         pointer is inside the window the cursor of which we are setting,
12668         call SetCursor immediately.
12669
12670         * gdk/win32/makefile.cygwin
12671         * gtk/makefile.cygwin: If we don't have the build number stamp
12672         file, use zero.
12673
12674         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
12675         gtk_paned_set_gutter_size as empty.
12676
12677         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
12678         
12679 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
12680
12681         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
12682           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
12683           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
12684           docs/gtk_tut.sgml docs/gtk.texi TODO:
12685
12686           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
12687
12688 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
12689
12690         * gtk/gtkcalendar.c: Implement num_marked_dates,
12691           and don't emit mutiple day_selected signals on
12692           month_prev.
12693
12694 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
12695
12696         * docs/make-todo (lineno): let title and logo be configurable so
12697         that GNOME can use this script too.
12698
12699         * TODO.xml: added logourl and a title
12700
12701 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
12702
12703         * TODO.xml: Added some UI items, and an explanatory
12704         comment at the top of the file.
12705
12706 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
12707
12708         * TODO.xml: some updates, added abunch of new entries.
12709         a note for those fiddeling with this file, when done
12710         with it, invoke:
12711         $ ./docs/make-todo TODO.xml >/dev/null
12712         and correct output errors before comitting changes.
12713
12714 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
12715
12716         * TODO.xml: Added XML-structured TODO file.
12717         * docs/make-todo: python script to turn TODO.xml into
12718           pretty XML output. 
12719
12720 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
12721
12722         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
12723         the function to let it draw the seven dots, instead of the old,
12724         much maligned, method.
12725         (draw_dot): New function to draw a dot.
12726
12727         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
12728         to draw the handle inside the border width as opposed to outside.
12729         Use paint function instead of gdk_draw_point.
12730
12731         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
12732         to draw the handle inside the border width as opposed to outside.
12733         Use paint function instead of gdk_draw_point.
12734
12735         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
12736         Change indenting to be more GTK like.
12737
12738 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
12739
12740         * docs/gtk_tut.sgml: New section on GtkCalendar
12741         * examples/calendar: Update example code
12742
12743 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
12744
12745         * docs/gtkfaq.sgml: FAQ Update
12746
12747 2000-02-19  Anders Carlsson  <andersca@gnu.org>
12748
12749         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
12750         to prevent the scroll event to be propagated upwards.
12751
12752 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
12753
12754         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
12755         OwnerGrabButtonMask from button entries for
12756         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
12757
12758         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
12759         to the event mask (which will result in button/press release
12760         being added to the event mask on Unix) so scrolling works
12761         for layouts in scroll windows.
12762
12763         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
12764
12765         Patch from Anders Carlsson  <andersca@gnu.org> to add
12766         a scroll event.
12767
12768         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
12769         scrolling to the "Test Scrolling" part of testgtk.
12770  
12771         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
12772  
12773         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
12774         it against GDK_SCROLL.
12775  
12776         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
12777         way of mouse wheel scrolling.
12778  
12779         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
12780  
12781         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
12782  
12783         * gtk/gtkmain.c: Removed previous mouse wheel hack.
12784  
12785         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
12786         gdk_event_mask_table.
12787  
12788         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
12789         GdkEventScroll handler.
12790  
12791         * gdk/gdkevents.h: Added GdkEventScroll structure.
12792  
12793 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
12794
12795         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
12796         and Anders Carlsson to change the Paned widgets so that they
12797         can be dragged from anywhere along the length. Also change
12798         the way that this is drawn to make this apparent.
12799
12800         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
12801         from George Lebl to check that option_menu->menu is present
12802         before getting history.
12803
12804 2000-02-14  Tor Lillqvist  <tml@iki.fi>
12805
12806         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
12807         before the assertion for non-NULL segment list.
12808
12809         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
12810         Seems that pattern brushes *must* be 8x8 pixels! At least on my
12811         machine, but it might be display driver dependent. Sigh, so make
12812         sure the stipple is that size. Does Windows suck or what?
12813
12814         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
12815         places.
12816
12817 2000-02-13  Havoc Pennington  <hp@pobox.com>
12818
12819         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
12820         refcount to 1
12821         (gdk_cursor_new): init refcount to 1
12822
12823         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
12824
12825 2000-02-13  Tor Lillqvist  <tml@iki.fi>
12826
12827         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
12828         so that we don't have to do unnecessary settings to the HDC.
12829
12830         * gdk/win32/gdkdrawable-win32.c
12831         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
12832         gdk_gc_predraw.
12833
12834         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
12835         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
12836         GDI paths, call WidenPath to get the outline of the stroken path,
12837         and then fill the outline (with the brush that was built from the
12838         stipple).
12839
12840         * gdk/win32/gdkgc-win32.c: Factor out common code from
12841         _gdk_win32_gc_new and gdk_win32_gc_set_values into
12842         gdk_win32_gc_values_to_win32values. Use correct colour for
12843         SetBkColor() (Until now the code actually used a random colour in
12844         the call to SetBkColor()... but that didn't show up as not many
12845         GDI APIs use the background colour. Pattern (opaque stippled)
12846         brushes do.)
12847
12848         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
12849         gdk_win32_api_failed): New functions for error logging.
12850
12851         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
12852         WIN32_API_FAILED to call them, passing function or file name and
12853         line number.
12854
12855         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
12856
12857         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
12858         GdkColor for foreground and background in GdkGCWin32Data.
12859
12860         * gdk/makefile.cygwin: Link in the resource object separately.
12861
12862         * gdk/win32/rc/gdk.rc
12863         * gtk/gtk.rc (New file)
12864         * gdk/win32/makefile.cygwin
12865         * gtk/makefile.cygwin: Update build number in DLLs automatically,
12866         as in GLib.
12867
12868 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
12869
12870         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
12871         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
12872         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
12873         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
12874         parameters given and cursor->ref_count. coding style fixups.
12875
12876         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
12877         not GtkWidget.
12878         
12879         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
12880         fix up widget macros and add _GET_CLASS() variant.
12881         
12882         * gtk/*.c: some GtkType fixups.
12883
12884 2000-02-09  Tor Lillqvist  <tml@iki.fi>
12885
12886         * gdk/win32/gdkproperty-win32.c
12887         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
12888         were reversed.
12889
12890 2000-02-04  Tor Lillqvist  <tml@iki.fi>
12891
12892         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
12893         g_filename_to_utf8 to convert the font names Windows gives us from
12894         whatever is the default codepage to UTF-8.
12895         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
12896         in the other direction.
12897
12898         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
12899         error in debugging output.
12900
12901 2000-02-02  Tor Lillqvist  <tml@iki.fi>
12902
12903         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
12904         and height parameters to gdk_window_clear_area(). Not minus one.
12905
12906 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
12907
12908         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
12909         checks if the widget passed to gtk_drag_get_data() was not the
12910         dest widget.
12911
12912 2000-02-01  Tor Lillqvist  <tml@iki.fi>
12913
12914         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
12915         g_filename_from_utf8 functions (which were added a moment ago to
12916         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
12917         size buffers.
12918
12919         gtk_file_selection_get_filename returns the filename in the C
12920         runtime encoding. It calls g_filename_from_utf8, but copies the
12921         returned string to a static buffer, which is returned. I think
12922         this is better than returning the result from g_filename_from_utf8
12923         directly, which would mean all apps that use it would have to free
12924         the return value. Or should this function care about this issue at
12925         all? Maybe a new function with clearly defined semantics.
12926
12927         * gtk/gtkfilesel.h: Add comment about
12928         gtk_file_selection_get_filename returning the filename in the C
12929         runtime's encoding.
12930
12931         * README.win32
12932         * gdk/gdk.def
12933         * gdk/makefile.{cygwin,msc}
12934         * gtk/gtk.def: Updates.
12935
12936         * gdk/gdkcursor-win32.c: Initialise refcount.
12937
12938 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
12939
12940         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
12941
12942 2000-01-30  Havoc Pennington  <hp@pobox.com>
12943
12944         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
12945         destroy
12946
12947         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
12948
12949         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
12950         implemented in platform-specific code
12951
12952         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
12953
12954         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
12955         underscore in front
12956
12957         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
12958         put an underscore in front
12959
12960         * gdk/gdkcursor.c: new file, implements
12961         gdk_cursor_ref/gdk_cursor_unref
12962
12963         * gdk/gdkcursor.h: Refcount GdkCursor
12964
12965         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
12966
12967 2000-01-29  Tor Lillqvist  <tml@iki.fi>
12968
12969         * gdk/gdkwindow.h
12970         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
12971
12972 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
12973
12974         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
12975         structures to properly inherit from GtkWidget not GtkBin.
12976
12977 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
12978
12979         * gtk+.spec.in: Added lib/gtk+/include/* to %files
12980         (bug #5178 - Peter Wainright)
12981         
12982         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
12983         so that it will be installed.
12984         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
12985
12986 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
12987
12988         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
12989         for the GtkStyleClass vtable const.
12990
12991         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
12992         take a const string argument like GtkTranslateFunc. This will
12993         require changes in use code.
12994
12995 2000-01-19  Tor Lillqvist  <tml@iki.fi>
12996
12997         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
12998         semantics (to mimic the X11 backend, which just calls XClearArea)
12999         is to check for zero width (and height), and in that case use the
13000         window's width minus x (height minus y). This fixes for instance
13001         some redraw problems with gtkclist, which were easily noticeable
13002         in the gtk file selection widget.
13003
13004         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
13005         windows.
13006
13007 2000-01-13  Tor Lillqvist  <tml@iki.fi>
13008
13009         * configure.in
13010         * gdk/Makefile.am
13011         * gdk/x11/Makefile.am
13012         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
13013         (bug #5177).
13014         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
13015         out later.
13016
13017 2000-01-09  Tor Lillqvist  <tml@iki.fi>
13018
13019         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
13020         WM_MOVE for iconified or invisible windows. This fixes various
13021         problems when minimising windows. Thanks to Bernd Herd.
13022
13023 2000-01-05  Tor Lillqvist  <tml@iki.fi>
13024
13025         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
13026         backend's draw_lines method, not draw_points.
13027
13028 2000-01-02  Tor Lillqvist  <tml@iki.fi>
13029
13030         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
13031         before Owen's reorganisation: Don't have queued_events and
13032         queued_tail statics in this file, but use gdk_queued_events and
13033         gdk_queued_tail. This makes exposure event compression work again.
13034
13035         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
13036         seem to be needed?
13037
13038 1999-12-30  Tor Lillqvist  <tml@iki.fi>
13039
13040         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
13041         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
13042         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
13043         doesn't do anything.
13044
13045         * gdk/gdk.def: Add gdk_xid_table_insert.
13046
13047         * gdk/win32/gdkprivate-win32.h
13048         * gdk/win32/gdkevents-win32.c
13049         * gdk/win32/gdkinput-win32.c
13050         
13051         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
13052         extension_events field in the GdkWindowWin32Data struct. Use only
13053         the extension_events field in GdkWindowPrivate. Previously one was
13054         set, and the other one tested, which broke tablet
13055         functionality. Thanks to Keishi Suenaga for pointing this out.
13056
13057 1999-12-18  Tor Lillqvist  <tml@iki.fi>
13058
13059         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
13060         When handling a single character (text length == 1), don't handle
13061         it as if it was UTF-8.
13062
13063 1999-12-11  Tor Lillqvist  <tml@iki.fi>
13064
13065         * Makefile.am: Distribute README.win32.
13066         
13067         * gdk/Makefile.am
13068         * gdk/win32/Makefile.am: Distribute Win32 files.
13069
13070         * gdk/makefile.msc: New file.
13071
13072         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
13073         after label).
13074
13075         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
13076         gdk_error_code as GDKVAR, as they are referred outside GDK.
13077
13078         * gdk/win32/makefile.msc: Update.
13079
13080         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
13081         tweaks. Check only if at least one of those Unicode subrange bits
13082         we care for is set. If no code page bits are set, guess (wildly)
13083         based on the charset.
13084
13085         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
13086
13087         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
13088         non-NULL.
13089
13090         * gtk/gtkdnd.c
13091         * gtk/gtklayout.c
13092         * gtk/gtkplug.c
13093         * gtk/gtkselection.c
13094         * gtk/gtksocket.c
13095         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
13096         appropriate. There must be a cleaner way to handle this?
13097
13098         * gtk/gtkrc.c: Must include windows.h on Win32.
13099
13100         * gtk/testgtk.c: No need to include gdkx.h.
13101
13102         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
13103
13104 1999-12-07  Tor Lillqvist  <tml@iki.fi>
13105
13106         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
13107         the rbearing is set to the same as the width, but this should be
13108         fixed.
13109
13110 1999-12-06  Tor Lillqvist  <tml@iki.fi>
13111
13112         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
13113         function. If Windows doesn't tell us what Unicode subranges a font
13114         covers, guesstimate based on the codepages it covers. This will
13115         hopefully help those Windows versions or fonts that don't give us
13116         any useful Unicode subrange information with GetTextCharsetInfo.
13117         Call this function in gdk_font_load_internal.
13118
13119         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
13120         minor changes.
13121
13122 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
13123
13124         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
13125         New function, long needed.
13126
13127 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
13128
13129         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
13130         only_if_exists argument of gdk_atom_intern to
13131         bool.
13132
13133 1999-11-25  Tor Lillqvist  <tml@iki.fi>
13134
13135         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
13136         Fix two copy&paste errors.
13137
13138         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
13139         win32 has changed.
13140
13141         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
13142         GdkWin32SingleFont struct.
13143
13144         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
13145         subranges of loaded fonts. Clear font signature first, in case
13146         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
13147         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
13148
13149         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
13150         Unoffset clip region.
13151
13152 1999-11-23  Tor Lillqvist  <tml@iki.fi>
13153
13154         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
13155         event->any.window before calling filter functions.
13156
13157 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
13158
13159         * gtk/gtkgamma.h: Adapt cast macros to standard.
13160
13161 [ Merges from 1.2 ]
13162
13163 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
13164
13165         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
13166         If translation does not include a '/', use entire
13167         translation instead of crashing.
13168
13169 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
13170
13171         * docs/gtk_tut.sgml:
13172         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
13173
13174 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
13175
13176         * gtk/gtkselection.c (gtk_target_list_remove): Use
13177         g_list_remove_link, not g_list_remove.
13178
13179         [ From Geert Bevin <gbevin@thunderstorms.org> ]
13180         
13181 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
13182
13183         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
13184         statement upon unselection (how the heck did that slip in?).
13185
13186 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
13187
13188         * gtk/gtktext.c (gtk_text_freeze): 
13189         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
13190         in frozen state (and aparently crashes). patch provided by Anders
13191         Melchiorsen <and@kampsax.dtu.dk>.
13192
13193 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
13194
13195         * fix insensitive default/focus widget activation,
13196         reported by Matt Goodall <mgg@isotek.co.uk>.
13197
13198         * gtk/gtkwindow.c (gtk_window_key_press_event): 
13199         (gtk_window_activate_default):
13200         (gtk_window_activate_focus):
13201         return handled=FALSE for actiavtion of insensitive default
13202         widgets. return handled=TRUE for activation of insensitive
13203         focus widgets. don't activate in either case.
13204
13205 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
13206
13207         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
13208         and $glib_cflags to match library order and in the
13209         theory that an old version of GLib is more likely to
13210         be in the include directory for X then vice-versa.
13211         (Bug #2776)
13212
13213 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
13214
13215         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
13216         to determine the locale for fontsets, not LC_MESSAGES;
13217         the user may want English messages with a handling
13218         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
13219         will still be broken) (Bug #2891)
13220
13221 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
13222
13223         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
13224
13225 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
13226
13227         * gtk/gtkrc.ko: Changed the Korean default fontset.
13228
13229 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
13230
13231         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
13232         where when scrolling to the left or top double exposes
13233         were done, causing major slowdowns.
13234
13235 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
13236
13237         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
13238         names to lowercase and alphanumeric, before looking
13239         them up.
13240
13241         * gtk/Makefile.am: Install codeset variant gtkrc files
13242         with normalized names.
13243
13244 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
13245
13246         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
13247         popup menus when the menu is already visible, but its parent
13248         is still hidden, (happens after tornoff window got hidden).
13249
13250 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
13251
13252         * gtk/Makefile.am (install-data-local): Fix
13253         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
13254         deleted, causing error messages on install.
13255
13256 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
13257
13258         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
13259         the handle as well, since we now sometimes ignore
13260         exposes on the handle while resizing.
13261
13262 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
13263
13264         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
13265         extra g_free introduced in one of the last one or two 
13266         commits.
13267
13268 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
13269
13270         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
13271         consistent, put each style that a gtkrc.* file creates
13272         in a unique namespace, remove old files before installing.
13273
13274 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
13275
13276         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
13277         gtk_rc_init is called multiple times. (Yes, people who
13278         do that have bugs in their code.)
13279
13280 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
13281
13282         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
13283         Remove it since it's generated by the Makefile anyway
13284
13285 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
13286
13287         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
13288         device->info.axes for core pointer.
13289
13290 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
13291
13292         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
13293         idle_id, to deal with obsolete, broken C libraries.
13294
13295 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
13296
13297         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
13298         allocation->x/y twice!
13299
13300         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
13301         consistent with gtk_vscale_pos_trough().
13302
13303 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
13304
13305         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
13306         be queueing a resize on a toplevel container between
13307         the time we show it and when we map it. So, we need
13308         to test GTK_WIDGET_VISIBLE() for toplevels, and only
13309         use GTK_WIDGET_DRAWABLE() for child windows.
13310
13311 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
13312
13313         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
13314         (fixes bug #2144)
13315
13316 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
13317
13318         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
13319         container DRAWABLE (instead of VISIBLE), so we don't queue
13320         resizes on non-toplevel containers.
13321
13322 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
13323
13324         * gtk/gtkselection.[ch]: Make the data argument
13325         const guchar *.
13326
13327 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
13328
13329         * gtk/gtkwindow.c: Try to behave sensibly if 
13330         the focus widget is the window itself. (Should
13331         we allow this at all?)
13332
13333 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
13334
13335         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
13336         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
13337         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
13338         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
13339         in prototypes and implementations consistent (Tomas Ogren).
13340
13341         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
13342         before the widget is unparented (reported by damon).
13343
13344         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
13345         since we provide unsigned data anyways.
13346
13347 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
13348
13349         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
13350         the call to gtk_tooltips_layout_text() until later.
13351
13352         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
13353         Call gtk_widget_ensure_style() before using the style.
13354
13355 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
13356
13357         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
13358         for old widgets that don't propagate draws to all
13359         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
13360
13361 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
13362
13363         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
13364         for a redraw but just the widget that requested the resize.
13365
13366 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
13367
13368         * gtk/gtkcontainer.c: added new widget level method
13369         gtk_container_set_reallocate_redraws() and a GtkContainer flag
13370         reallocate_redraws : 1 to reflect the setting, exported this through
13371         the argument system as a boolean ::reallocate_redraws.
13372
13373         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
13374         on the widget because the allocation changes, do so as well for
13375         widget->parent if the parent has reallocate_redraws set to TRUE.
13376         with that containers requesting reallocation redraws get automatically
13377         redrawn if their children changed allocation (this unfortunately
13378         affects also other children that didn't change allocation, but we
13379         cannot work around that before 1.3).
13380
13381 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
13382
13383         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
13384         _and_ height are >0 (not _or_).
13385
13386         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
13387         instead of gtk_container_queue_resize(), which is a core gtk internal
13388         function (must have been on crack when i queued that).
13389
13390         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
13391         we can check more reliably if we want to discard expose events.
13392         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
13393         flag.
13394         
13395         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
13396         we simply trust these events. for deciding whether to discard exposes,
13397         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
13398         
13399 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
13400
13401         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
13402         queues of areas that are completely off screen.
13403
13404         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
13405         logic for handleboxes.
13406
13407         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
13408         check on width/height.
13409
13410 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
13411
13412         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
13413         we are fine with using $@ the way we do (if we actually encounter
13414         brokeness with $@ in VPATH builds because of additional path prefixes,
13415         we need to use $(@F) actually).
13416
13417 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
13418
13419         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
13420         short lived bugs, that would allow language bindings to do surgeries
13421         to our guts.
13422
13423 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
13424
13425         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
13426         where comparison was being done against an uninitialized
13427         value causing intermittant results depending on
13428         compiler flags. Also make it clearer that we aren't
13429         ever initializing the child as 0x0 (though this will
13430         be caught in gtk_widget_size_allocate())
13431
13432 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
13433
13434         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
13435         gtk_window_unset_transient_for() call after we do checks
13436         involving the old transient parent.
13437         [ From Lance Capser <lmc@cyberhighway.net> ]
13438
13439 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
13440
13441         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
13442         an empty file.
13443
13444 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
13445
13446         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
13447         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
13448
13449 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
13450
13451         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
13452         `$@' is valid only in the build dir, not after we've done 
13453         `cd $srcdir'.  Also use `test -f' instead of less portable
13454         `test -e'.
13455
13456 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
13457
13458         * gtk/gtktext.c (correct_cache_insert): Rewrite
13459          for simplicity, and hopefully correctness.
13460          (Fixes bug #1322, which was a segfault when
13461           on some insertions with the properties around
13462           the insertion set up just wrong.)
13463
13464         * gtk/gtktext.c (gtk_text_adjustment): When we receive
13465          a "changed" signal, clamp the new value to the adjustment
13466          bounds to avoid segfaulting if someone tries to change
13467          the adjustment to a bogus value. (Bug #1795)
13468
13469 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
13470
13471         * gtk/gtkmain.c: Ignore unexpected destroy notifies
13472         for children, for toplevel windows handle them
13473         like delete_event.
13474
13475         * gtk/gtkplug.c: Add an unrealize handler so that
13476         we unref plug->socket_window when we are done
13477         with it.
13478
13479 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
13480
13481         * gtk/gtktext.c (clear_area): Fix stupid signedness
13482          problem that was causing background to sometimes
13483          be misaligned.
13484
13485 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
13486
13487         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
13488         
13489         * gtk/gtkmenu.c (gtk_menu_position): Make
13490          sure we never position menus with negative x, y,
13491          since gtk_widget_set_uposition() can't handle that.
13492
13493         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
13494          Modify the positioning code a bit so that we always
13495          put the top-left corner onscreen. (This is for
13496          UI reasons, gtk_menu_position() now takes care of
13497          gtk_widet_set_uposition() brokeness.)
13498
13499 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
13500
13501         * gtk/Makefile.am: fixed up things for -jx, x > 1.
13502
13503 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
13504
13505         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
13506           RC style that is passed in. The lack of the ref
13507           before was a bug. If people worked around this
13508           bug, this will introduce a slight memory leak
13509           in their code. The code should typically look like:
13510
13511             rc_style = gtk_rc_style_new ();
13512             [...]
13513             gtk_widget_modify_style (widget, rc_style);
13514             gtk_rc_style_unref (rc_style);
13515
13516         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
13517           the style if it was already set.
13518
13519         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
13520           style if it was set before.
13521
13522 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
13523
13524         * gtk/testgtk.c (main): Add a check to see if we
13525           are being run from the correct directory and
13526           to quit nicely if we are not.
13527
13528         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
13529           static.
13530
13531 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
13532
13533         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
13534
13535         * gtk/gtkwindow.c:
13536         queue resizes unconditionally (gtk_widget_queue_resize will figure
13537         what to do if the window is not realized).
13538         (gtk_window_move_resize): only recenter the window
13539         for GTK_WIN_POS_CENTER_ALWAYS.
13540         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
13541         the same way as GTK_WIN_POS_CENTER.
13542
13543 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
13544
13545         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
13546         with (!(info->last_flags & GDK_HINT_POS)) instead of
13547         (!info->last_flags & GDK_HINT_POS).
13548
13549         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
13550         new_height unconditionally, because we use these values even if
13551         !default_size_changed && !hints_changed.
13552         comented the (default_size_changed || hints_changed) case with
13553         respect to resize rejects from the window manager.
13554
13555         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
13556         in the zvt condition hack, since this includes the window hints, set
13557         the hints after the handling_resize case.
13558
13559         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
13560         window is initially shown with to the geometry.
13561
13562 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
13563
13564         * gtk/gtkwindow.c (gtk_window_move_resize):
13565         s/size_changed/default_size_changed/g so i know what's
13566         really going on (frying brain on smaller flame now).
13567
13568 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
13569
13570         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
13571         we have size_changed upon handling_resize. this is a gross
13572         workaround for the broken zvt widget and should be removed in
13573         1.3 again (search for FIXME).
13574         Owen provided an accurate comment for this:
13575
13576         /* We could be here for two reasons
13577          *  1) We coincidentally got a resize while handling
13578          *     another resize.
13579          *  2) Our computation of size_changed was completely
13580          *     screwed up, probably because one of our children
13581          *     is broken. It's probably a zvt widget.
13582          *
13583          * For 1), we could just go ahead and ask for the
13584          * new size right now, but doing that for 2)
13585          * might well be fighting the user (and can even
13586          * trigger a loop). Since we really don't want to
13587          * do that, we requeue a resize in hopes that
13588          * by the time it gets handled, the child has seen
13589          * the light and is willing to go along with the
13590          * new size. (this happens for the zvt widget, since
13591          * the size_allocate() above will have stored the
13592          * requisition corresponding to the new size in the
13593          * zvt widget)
13594          *
13595          * This doesn't buy us anything for 1), but it shouldn't
13596          * hurt us too badly, since it is what would have
13597          * happened if we had gotten the configure event before
13598          * the new size had been set.
13599          */
13600
13601 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
13602
13603         * gtk/gtkrc.c: deal properly with the fact that RC
13604           style lists may include rc styles more than once.
13605
13606         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
13607           unused static function.
13608
13609         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
13610           stack of directories of RC files currently being
13611           parsed and implicitely add them to pixmap path.
13612           
13613           This fixes a bug where the directory would get
13614           appended then overwritten by pixmap_path declarations.
13615
13616           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
13617
13618         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
13619           theme's exit function. (Patch from Peter Wainwright,
13620           bug #1454)
13621
13622         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
13623           Add a destroy() handler to take care of removing
13624           group for menu item. (Fixes bug #1197)
13625
13626         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
13627           in warning message.
13628
13629 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
13630
13631         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
13632         roundtrip to figure window's width and height, since we know that
13633         anyways from widget->allocation.
13634
13635 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
13636
13637         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
13638           the hints after we request the new size.
13639
13640 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
13641
13642         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
13643           GTK_WIDGET_REALIZED() assertion - we can compute the
13644           hints before we are realized.
13645
13646         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
13647           hint changing so that we have a value of hints_changed
13648           when we decide whether to constrain the window size.
13649
13650         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
13651
13652         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
13653         change back to G_MAXINT.
13654
13655 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
13656
13657         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
13658         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
13659         contain uncluttered values.
13660         (gtk_window_compute_hints): simply assert that window is realized
13661         and that geometry_info is valid, since we rely on this anyways.
13662         (gtk_window_constrain_size): major cleanups to the code.
13663         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
13664         for the base size, instead of the minimums. use 32767 as max width
13665         and height (like in gtkwindow.c) instead of G_MAXINT.
13666
13667 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
13668
13669         * cleaned up the GtkContainer.need_resize flag handling mess, we
13670         only need to force resize requests when we were prematurely
13671         realized, or our widget tree was modified when we were temporarily
13672         hidden. handling these cases directly upon showing the window (i.e.
13673         while the GdkWindow is still unmapped) avoids the need to wait for
13674         a configure event response and therefore makes the GUI more snappier
13675         and avoids blank windows during the roundtrip.
13676
13677         * gtk/gtkwidget.c:
13678         (gtk_widget_hide): 
13679         (gtk_widget_show): don't queue resizes on toplevels, they know how
13680         to deal with matters.
13681
13682         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
13683         flag directly for not visible resize containers and spare us unecessary
13684         signal emissions.
13685
13686         * gtk/gtkwindow.c:
13687         (gtk_window_realize): if we need to enforce premature size allocation,
13688         queue a container resize so we are correctly resized later on.
13689         (gtk_window_init):
13690         (gtk_window_size_request):
13691         don't freak around with the ->need_resize flag,
13692         gtk_container_queue_resize() will care about that.
13693         (gtk_window_show):
13694         handle initial resizing issues here, we can handle matters better in
13695         this place, especially since we know that our GdkWindow is still
13696         unmapped.
13697         (gtk_window_move_resize):
13698         don't care about ->need_resize at all.
13699         handle size changes properly that occoured while we waited for a
13700         configure event.
13701
13702 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
13703
13704         * gtk/gtkwidget.c (gtk_widget_set_uposition):
13705         * gtk/gtkwindow.[hc] (gtk_window_reposition):
13706         Move the hint setting code from gtk_widget_set_uposition
13707         to here; set the hints so that we respect any previously
13708         set geometry hints.
13709
13710         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
13711         change the window hints here or move the window here,
13712         let that happen in gtk_window_move_resize().
13713
13714 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
13715
13716         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
13717         to already queued resizes (and therefore redraws) on a widget, check
13718         its anchestry as well.
13719
13720         * gtk/gtkcontainer.c:
13721         (gtk_container_queue_resize): clear resize widgets for resize
13722         containers before aborting prematurely. this is especially important
13723         for toplevels which may need imemdiate processing or their resize
13724         handler to be queued.
13725         (gtk_container_dequeue_resize_handler): added new internal function for
13726         gtkwindow.c.
13727
13728         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
13729         configure event, take possible changes in window position into account
13730         as well.
13731         if we request a new window size, queue up a resize handler that will
13732         last until the configure event response arrives.
13733         combined the ->need_resize case (initial show) with the general size
13734         (hints) changed case and added even more comments.
13735         if !auto_shrink, only revert to the old allocation if the new size
13736         is smaller than the current allocation.
13737
13738 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
13739
13740         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
13741                            gtk_window_set_geometry_hints
13742                            gtk_window_set_default_size):
13743         When hints are set, queue a resize so that the hints will
13744         be eventually reset on the toplevel.
13745
13746         * gtk/gtkwindow.c (gtk_window_show): Use
13747         gtk_window_compute_default_size(). Clear the need_resize flag
13748         on the initail map so that we don't unnecessarily trigger the
13749         resize code.
13750
13751         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
13752         into separate functions. Compare the hints we are setting
13753         with what we set last time so that we can accurately
13754         tell when we need to reset the hints.
13755
13756         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
13757         function to figure out the size from requisition
13758         and default_size.
13759
13760         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
13761         from fvwm to constrain a size to the geometry hints.
13762
13763         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
13764         to compare two sets of geometry hints.
13765
13766         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
13767         from gtk_window_set_hints(), just compute the hints,
13768         don't set them.
13769
13770         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
13771         code from gtk_window_move_resize() to separate function,
13772         rationalize a bit.
13773
13774 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
13775
13776         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
13777         structure into a new private structure.
13778
13779         * gtkrc.c: Split GtkRcStyle into public/private.
13780         In the private part, add a list of pointers to the
13781         RcStyle lists this RcStyle participates in.
13782
13783         * gtkrc.c: When a RcStyle is free, remove all
13784         lists referencing it from the 
13785         realized_style_ht hash, and free those lists.
13786         
13787         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
13788         gtk_rc_init(), since that adds the default styles
13789         to the list of parsed RC files again.
13790
13791         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
13792         
13793 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
13794
13795         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
13796         checks that ensure that a widget's allocation is at least 1 in width
13797         and height. (GNOME note: this doesn't affect old panel code anymore,
13798         because GtkSocket will request width and height of at least 1 since
13799         Fri Jul 23).
13800
13801         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
13802         allocated yet (happens if the user realizes the window prematurely),
13803         size request and allocate it.
13804         (gtk_window_size_allocate): guard against guint underflows.
13805
13806 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
13807
13808         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
13809         in gtk_built_sources, so gtk.defs gets built prior to all other
13810         sources.
13811
13812 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
13813
13814         * gtk/Makefile.am:
13815         invoke indent on gtkmarshal.*. 
13816         rewrote source generation rules, use COPYING as oldest source tag for
13817         a piggyback rule to generate all sources from (don't touch it ;).
13818         major cleanups, strip spaces on build rules for GNU Make.
13819
13820         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
13821         source and target files from commandline arguments. don't invoke indent.
13822
13823 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
13824
13825         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
13826         notebook after switch to avoid drawing problems.
13827         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
13828         
13829         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
13830         show them instead. 
13831         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
13832
13833 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
13834
13835         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
13836         notebook after switch to avoid drawing problems.
13837         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
13838         
13839         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
13840         show them instead. 
13841         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
13842
13843 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
13844
13845         * gtk/gtkwindow.c:
13846         we use window->need_resize from configure_event now, to indicate that
13847         the gtkwindow should keep its allocation (e.g. because the user resized
13848         the window through window manager handles). resize_count is now reliably
13849         used to figure whether we got the allocation we requested from the
13850         window manager.
13851         configure events get queued as resizes now, the real stuff (size
13852         computation and allocation) now only goes on in gtk_window_move_resize().
13853         GtkWindow's requisition now contains its *real* requisition (like all
13854         other widgets), *not* taking usize into account.
13855         geometry_info->last_{width|height} is now updated from set_hints() only
13856         so it always contains the last hints we set for the window manager.
13857         made some event handlers return TRUE instead of FALSE.
13858         the overall code should be much more straight forward now, and the
13859         significant code portions are accompanied by comments now.
13860         (gtk_window_set_hints):
13861         removed requisition argument and made it
13862         fetch the requisition through gtk_widget_get_child_requisition.
13863         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
13864         does that now.
13865         (gtk_window_show):
13866         ensure that the widget is realized before calling 
13867         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
13868         ensure that we got properly size requested and allocated before
13869         realization.
13870         (gtk_window_configure_event):
13871         ignore plain window moves, or reallocate the widget tree through the
13872         resize queue otherwise.
13873         (gtk_window_move_resize):
13874         mostly rewrote this function to figure window manager hints more
13875         reliably, coalesce window moves and resizes to reduce configure events
13876         and do actuall size allocations.
13877
13878 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
13879
13880         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
13881         that have a resize pending, because a redraw is already queued for them.
13882
13883         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
13884         hack to clear resize_widgets.
13885
13886         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
13887         for resize containers prior to size allocation. (this is also a bit
13888         ugly, but avoids side effects for stopped emissions and is thus more
13889         reliable).
13890         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
13891
13892         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
13893         function from gtk_tooltips_expose, as we connect to ::expose_event
13894         *and* ::draw now.
13895
13896 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
13897
13898         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
13899         checks.
13900         (gtk_target_list_unref): Likewise.
13901
13902         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
13903
13904 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
13905
13906         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
13907         guard against division by zero. (Fixes bug #1339)
13908
13909 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
13910
13911         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
13912         Prevent the trivial leak of information of allowing
13913         word motion when the entry is not visible.
13914
13915 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
13916
13917         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
13918         modality to error dialog as well as confirmation dialogs.
13919         (Bug #1803, reported by Rosanna Wing Sze Yuen)
13920
13921 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
13922
13923         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
13924         tree->view_lines.
13925         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
13926
13927         * gtk/Makefile.am (install-data-local): Solaris apparently
13928         has various troubles with ln -f; use rm first instead.
13929         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
13930
13931 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
13932
13933         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
13934         use `cp' followed by `rm' (the `rm' was already there).
13935
13936 July 30, 1999 Elliot Lee <sopwith@redhat.com>
13937         
13938         * configure.in: Fix autoconf warnings about cross compilation by
13939         trying to provide sane defaults for AC_TRY_RUN.
13940         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
13941         put them into $(srcdir) when generated. Also add a dependency of
13942         gtksignal.h on gtkmarshal.h for -j builds. 
13943         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
13944
13945 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
13946
13947         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
13948         GDK_THREADS_{LEAVE,ENTER} pair.
13949         (From Paul Fisher <pnfisher@redhat.com>)
13950
13951 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
13952
13953         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
13954         width and height are always >0 (owen).
13955
13956 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
13957
13958         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
13959         change that assured that a widget's allocated with and height are
13960         always >1, since this breaks *buggy* panel code. unfortunately this
13961         back-breaks the gimp's color selector.
13962
13963         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
13964         allocation is always >0 in width and height, before sending the
13965         configure event; this is a *gross* hack to get the gimp back to work.
13966         
13967         * marked both cases with TODO-1.3
13968
13969 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
13970
13971         * gtk/gtktext.c: Don't display wrap indicators when
13972         text is not editable and word wrap is on.
13973
13974 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
13975
13976         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
13977         option menus here as they are not derived from menu shell, assure that
13978         the option menu has a menu we can add items to.
13979
13980 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
13981
13982         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
13983         width/height to (gint) before calculations and check against < 0 to
13984         avoid guint wraparounds.
13985
13986 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
13987
13988         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
13989         width and height is never zero. sanity check both dimensions against
13990         32767 and issue a warning if the allocation is greater than that.
13991
13992 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
13993
13994         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
13995         to g_main_pending() as well.
13996
13997 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
13998
13999         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
14000         call to g_main_iteration() - since that will regrab
14001         GTK+ lock to process events.
14002
14003 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
14004
14005         * gtk/gtkwindow.c
14006         - Regularize with the rest of GTK+ by making widget->requisition
14007           not reflect the set_usize()
14008         - Always recompute geometry hints, then check if they
14009           changed before sending them to the X server. The
14010           previous checks for changes would fail in a number
14011           of circumstances. 
14012
14013 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
14014
14015         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
14016
14017 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
14018
14019         * gtk/gtkdnd.c:
14020         - Code cleanups
14021         - Instantaneously update on modifier key presses
14022         - Allow cancellation of the drag with Escape.
14023
14024 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
14025
14026         * gtk/testgtk.c (create_handle_box): Set the policy
14027         to auto_shrink - otherwise the appearance is rather
14028         strange when flipping between horizontal and vertical.
14029
14030 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
14031
14032         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
14033         (gtk_window_set_default_size): don't change a value if it's < 0.
14034         queue a resize.
14035
14036 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
14037
14038         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
14039
14040 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
14041
14042         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
14043         add an extra "/" when concating "/" + filename.
14044         (From Matt Grossman <mattg@oz.net>)
14045
14046 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
14047
14048         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
14049         for fg_gc if we set it for drawing pixmap.
14050
14051 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
14052
14053         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
14054         
14055         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
14056         already set, call old engine's destroy function and
14057         unref the old engine.
14058
14059 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
14060
14061         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
14062
14063 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
14064
14065         * gtk/gtkaccelgroup.h: mark certain functions as internal.
14066
14067 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
14068
14069         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
14070         expand behaviour changed.
14071
14072         * gtk/gtklabel.c (gtk_label_set_pattern):
14073         (gtk_label_set_justify):
14074         (gtk_label_set_line_wrap):
14075         don't bother invoking queue_clear, the reallocation does
14076         that for us, always free_words so the upcoming resize will
14077         relayout the label's contents.
14078
14079 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
14080
14081         * applied argument implementation patches from Elena Devdariani
14082         <elena@cogent.ca>.
14083
14084         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
14085         ::space_style, ::relief
14086         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
14087         * gtk/gtkpreview.c: ::expand
14088         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
14089         * gtk/gtknotebook.c: ::homogeneous
14090         * gtk/gtklabel.c: ::wrap
14091         * gtk/gtklist.c: ::selection_mode
14092         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
14093         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
14094         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
14095         * gtk/gtkclist.c: ::sort_type
14096         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
14097         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
14098
14099 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
14100
14101         * gtk/gtkstyle.c: Removed ill-thought-out part of last
14102         comment.
14103
14104 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
14105
14106         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
14107         counting right when we have to attach a new style
14108         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
14109
14110         * gtk/gtkstyle.c: Documented the refcounting
14111         peculularities of gtk_style_attach.
14112
14113 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
14114
14115         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
14116         window types.
14117
14118         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
14119         of GTK_TOPLEVEL for creating the window.
14120
14121 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
14122
14123         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
14124         the last argument (reported by Per Winkvist).
14125         
14126 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
14127
14128         Fixes for invisible XOR lines (Frank Loemker
14129         <floemker@TechFak.Uni-Bielefeld.DE>)
14130         
14131         * gtk/gtkclist.c (gtk_clist_realize): Always use
14132         a non-zero pixel for GDK_XOR.
14133
14134         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
14135         Use GDK_INVERT instead of GDK_XOR.
14136
14137 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
14138
14139         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
14140         signals if h/voffsets differ from adjustment values.
14141         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
14142
14143 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
14144
14145         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
14146         ::selection-done emissions up to the topmost menu shell.
14147
14148 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
14149
14150         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
14151         the user data on the window before destroying it.
14152
14153         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
14154         unrealize handler to take care of destroying 
14155         notebook->panel properly. 
14156         (Bug #1198 - Morten Welinder <terra@diku.dk>)
14157
14158         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
14159         of g_new and g_realloc to stop memory leak. (Actually,
14160         we could just use g_realloc(), but I'm not 100% sure
14161         that is portable).
14162         (Bug #1196 - Morten Welinder <terra@diku.dk>)
14163
14164 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
14165
14166         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
14167
14168         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
14169         for fontsets.
14170
14171         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
14172         with bin/button confusion.
14173
14174 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
14175
14176         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
14177         and show how preselection of radio items is done.
14178
14179 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
14180
14181         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
14182         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
14183         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
14184         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
14185         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
14186         * gtk/gtktable.c (gtk_table_attach): 
14187         * gtk/gtklist.c (gtk_list_insert_items): 
14188         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
14189         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
14190         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
14191         * gtk/gtkbin.c (gtk_bin_add): 
14192         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
14193         * gtk/gtkfixed.c (gtk_fixed_put): 
14194         * gtk/gtklayout.c (gtk_layout_put):
14195         general fixups to container_add logic. always realize child if
14196         child->parent is realized, only map the child and queue a resize
14197         if child and child->parent are both visible.
14198
14199 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
14200
14201         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
14202         instead of gtk_container_foreach to walk and unrealize children, so
14203         composite children get also unrealized.
14204         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
14205         (gtk_widget_map): assert that the widget is visible (basic constrain).
14206         (gtk_widget_real_map): assert that the widget is realized (basic
14207         constrain).
14208
14209 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
14210
14211         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
14212
14213 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
14214
14215         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
14216         file for iso-8859-2 locales.
14217
14218         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
14219
14220 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
14221
14222         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
14223          (Pointed out by andy@rz.uni-karlsruhe.de and others).
14224          Remove some suspicious and useless lines. 
14225
14226 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
14227
14228         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
14229         width,height = 0, 0 to mean - here to edge of window,
14230         instead of -1, -1, since the former is all we support.
14231
14232 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
14233
14234         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
14235         when removing from quit_functions list.
14236
14237 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
14238
14239         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
14240
14241 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
14242
14243         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
14244          When redrawing characters on non-visible entry, use appropriate
14245          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
14246
14247 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
14248
14249         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
14250         from drag coordinates.
14251         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
14252         use drag_dest_cell.
14253
14254         * gtk/gtktree (drag_dest_cell)
14255         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
14256         (Bug #1129)
14257
14258 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
14259
14260         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
14261         translate_* fields.
14262         (gtk_item_factory_finalize): invoke translate_notify independant from
14263         translate_data.
14264         (gtk_item_factory_set_translate_func): likewise.
14265         (gtk_item_factory_destroy): only remove ifactory pointer from those
14266         widgets that belong to us (stupid me).
14267
14268 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
14269
14270         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
14271         rc_style list when lookup succeeeds.
14272
14273 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
14274
14275         * gtk/gtkctree.c (resync_selection): 
14276         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
14277         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
14278         bug.
14279
14280 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
14281
14282         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
14283         Add some missing GDK_THREADS_ENTER()/LEAVE around
14284         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
14285
14286 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
14287
14288         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
14289         rather than emit_by_name.
14290
14291         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
14292         on the widget across multiple signal emissions.
14293         (gtk_editable_delete_text): same here.
14294         (gtk_editable_class_init): set widget_class->activate_signal after
14295         editable_signals[ACTIVATE] has been created.
14296
14297 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
14298
14299         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
14300         position here prematurely -- we might not have the
14301         right ->min_position and ->max_position yet.
14302
14303 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
14304
14305         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
14306         Add error traps so if the other end of the connection
14307         dies, we survive.
14308
14309         * gtk/gtkselection.c (gtk_selection_notify): Clean
14310         up properly when selection property retrieval fails.
14311         
14312         * gtk/gtkselection.c (gtk_selection_request): Correctly
14313         reject SelectionRequest notifies where the handler
14314         returns no data.
14315
14316 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
14317
14318         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
14319         when we've previously highlighted.
14320
14321         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
14322         emit two "drag_leave" signals for Motif drops.
14323
14324         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
14325         back the correct status messages when dropping from
14326         Motif onto a proxy window that is rejecting the
14327         drop.
14328
14329 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
14330
14331         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
14332         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
14333         to compare two argument values. added gtk_arg_to_valueloc() to set a
14334         variable from an arg through its location (pointer).
14335
14336         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
14337         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
14338         as gfloat*, uchars are collected as guchar*, ints are collected as
14339         gint*, etc...
14340
14341 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
14342
14343         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
14344         Include <string.h> instead of <strings.h>.
14345
14346         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
14347         (actually, a lot more duplicate includes occur if
14348          you trace through the sequence of #include's)
14349         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
14350         
14351 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
14352
14353         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
14354         gtk-a-higuti-990322-[0-3]
14355
14356         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
14357         that was causing -DX_LOCALE not to work.
14358
14359         * gtk/gtkrc.c (gtk_rc_init):
14360         X_LOCALE will never have LC_MESSAGES defined
14361
14362 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
14363
14364         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
14365         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
14366
14367         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
14368         left/right as well (gtk-michael-980726-0.patch.gz).
14369
14370         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
14371         for pointer values, use gchar instead of char. fixed uline allocation
14372         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
14373         chunks instead of G_ALLOC_ONLY.
14374         (gtk_label_size_request): always alter requisition as passed and leave
14375         widget->requisition alone.
14376         (gtk_label_set_text): allow NULL strings.
14377         (gtk_label_new): likewise.
14378
14379 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
14380
14381         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
14382
14383 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
14384
14385         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
14386         *and* mapped (i.e. drawable).
14387         (gtk_bin_expose): only send exposes to drawable children.
14388
14389         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
14390         (gtk_box_expose): only send exposes to drawable children.
14391
14392         * gtk/gtkhscale.c (gtk_hscale_draw): 
14393         * gtk/gtkvscale.c (gtk_vscale_draw):
14394         hm, this is an ugly one. we first compute the size of our trough area
14395         here (window relative) and then check intersection with the draw_area
14396         which is parent relative because we're a NO_WINDOW widget, so we need
14397         to offset the trough area by allocation.x and allocation.y before the
14398         check. (this must not be done for the background area though, since
14399         that's already computed parent relative).
14400
14401 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
14402
14403         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
14404         unrealize title buttons.
14405
14406 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
14407
14408         * gtk/gtkclist.c (gtk_clist_column_title_passive)
14409         (gtk_clist_column_title_active): 
14410         only connect/disconnect to GtkWidgetClass::event to block mouse events.
14411
14412         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
14413         zero initialize event, removed superfluous gdk_window_get_pointer call
14414
14415         * gtk/gtklist.c (gtk_list_vertical_timeout)
14416         (gtk_list_horizontal_timeout): removed superfluous
14417         gdk_window_get_pointer call
14418
14419 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
14420
14421         * plugging problems reported by "Bruce Mitchener, Jr."
14422         <bruce@puremagic.com> due to a purify session.
14423
14424         * gtk/gtkstyle.c:
14425         (gtk_style_ref): 
14426         (gtk_style_unref): assert ref_count to be > 0.
14427
14428         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
14429         the requisition.
14430         (gtk_clist_set_shift): likewise.
14431
14432         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
14433         adjustments.
14434
14435         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
14436         event before sending it and set send_event to TRUE (which needs to
14437         be done for *all* synthesized events).
14438         (gtk_list_vertical_timeout): likewise.
14439
14440         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
14441         leaks.
14442
14443         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
14444         to TRUE when synthesizing events.
14445
14446 [ *** end of merges from 1.2 *** ]      
14447         
14448 1999-11-21  Tor Lillqvist  <tml@iki.fi>
14449
14450         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
14451         (or copied from gdkconfig.h.win32 on Win32, sigh).
14452
14453         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
14454
14455         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
14456
14457         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
14458
14459         * gdk/gdkconfig.h.win32: New file.
14460
14461         * gdk/win32/makefile.cygwin: Build just a static archive here.
14462
14463         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
14464         for the DLL from the static archive built above.
14465
14466         * gdk/gdk.def: Moved here from the win32 subdirectory.
14467
14468         * gdk/win32/*: Adapt for the changed private struct organisation.
14469
14470         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
14471
14472 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
14473
14474         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
14475         for wheel mice (buttons 4 and 5).
14476
14477 1999-11-18  Tor Lillqvist  <tml@iki.fi>
14478
14479         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
14480         drawables use just the pixel field in the foreground and
14481         background GdkColor of the GdkGC.
14482
14483         gdk_gc_set_{fore,back}ground() are called in the GIMP with
14484         GdkColors containing uninitialized (red,green,blue) fields, and
14485         just the pixel field filled in, and furthermore in the
14486         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
14487         It thus turns out that we really don't need to have the full
14488         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
14489         it later to have just the pixel values.
14490
14491 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
14492
14493         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
14494
14495 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
14496
14497         * docs/gtkfaq.sgml: threads example from Erik Mouw.
14498         New question on GtkLabel background colors.
14499
14500         * docs/gtk_tut.sgml:
14501           - Correct the example code callback
14502             function definitions.
14503           - Update the gtkdial example code, from Frans van Schaik.
14504           - Update setselection.c to current API.
14505
14506         * examples/Makefile examples/*/*.c: Update to code
14507         listed in tutorial.
14508
14509 1999-11-10  Tor Lillqvist  <tml@iki.fi>
14510
14511         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
14512         subrange table (from the "Developing International Software for
14513         WIndows 95 and Windows NT" book) was missing the Hangul syllable
14514         block... Get the loaded font's charset correctly.
14515
14516         (Note that this, and the other *-win32.c files, still really are
14517         the old ones, the win32 subdirectory is not ready for compilation
14518         yet after the reorg.)
14519
14520 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
14521
14522         * gtk/gtkclist.c: Fix off-by-one bug in parameter
14523         check.
14524
14525 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
14526
14527         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
14528         on results of XQueryDeviceState().
14529
14530 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
14531
14532         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
14533         we need to accesss only ->children. We need an accessor
14534         for the children.
14535
14536         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
14537         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
14538         to get rid of gdkx.h include.
14539         
14540         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
14541         and random references to 'None'.
14542
14543         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
14544         Get rid of unused #include <gdk/gdkx.h>
14545
14546         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
14547         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
14548         gdkconfig.h.
14549
14550 1999-11-08  Tor Lillqvist  <tml@iki.fi>
14551
14552         * gdk/win32/gdkdraw.c
14553         * gdk/win32/gdkfont.c
14554         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
14555         following yesterday's changes. (Unrelated to Owen's reorg.)
14556
14557 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
14558
14559         * gdk/x11/gdkinput-gxi.c: Add missing include,
14560           fix GdkWindowPrivate => GdkDrawablePrivate.
14561
14562         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
14563
14564         * gdk/x11/Makefile.am (xinput_sources): Add missing
14565         backslash to fix building with --with-xinput=none
14566
14567 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
14568
14569         Move all X specific code into the x11/ directory.
14570         Aside from shuffling things around, did the following:
14571
14572        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
14573          gdk_arg_context_* - a simple argument parsing system
14574          in the style of popt.
14575
14576        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
14577          gdk/x11/gdkprivate-x11.h:
14578          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
14579          add ->klass and ->klass_data fields. The klass_data
14580          field points to an auxilliary structure that is
14581          windowing system dependent.
14582
14583        * gdk/gdkfont.c: Make most of the measurement functions
14584          simply wrappers around gdk_text_extents().
14585
14586        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
14587          _gdk_font_strlen() function that hides the weird
14588          behavior in gtk+-1.[02] where a string is interpreted
14589          differently for 8-bit and 16-bit fonts.
14590
14591        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
14592          to store common code for synthesizing double/triple
14593          press events.
14594         
14595        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
14596          Make all the function that modify an existing GC
14597          simply wrappers around gdk_gc_set_values().
14598          
14599        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
14600          for throwing out later.
14601
14602        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
14603          GdkImagePrivate and GdkColormapPrivate to have a
14604          windowing system dependent part (GdkFontPrivateX etc.)
14605          that "derives" from the system-independent part.
14606
14607        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
14608          Got rid of the included-source-files for XInput in
14609          favor of automake conditionals. (Which didn't exist
14610          when XInput support was originally added.)
14611
14612        * gdk/gdkrgb.c: Remove the visual id from the debugging
14613          statements since that is X11 specific; print out
14614          type/depth info instead.
14615          
14616
14617 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
14618
14619         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
14620         loading duplicates of hashed fonts.
14621
14622         * gdk/gdk.c (gdk_keysym_convert_case): rename
14623         gdk_XConvertCase to gdk_keysym_convert_case, allow
14624         results to be NULL in the GTK+ style.
14625
14626         * gdk/gdkcompat.h: Started compatibility header
14627         for renames.
14628
14629 1999-11-07  Tor Lillqvist  <tml@iki.fi>
14630
14631         * gdk/win32/gdkprivate.h: New font private structures, related to
14632         fontsets.
14633
14634         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
14635         gdk_font_list_free(). On X11, will just be wrappers to
14636         XListFonts() and XFreeFontNames(). On Win32, the code previously
14637         in gtkfontsel.c is now here.
14638
14639         New function gdk_font_xlfd_create(). On X11 will get the FONT
14640         property of the font (for GDK_FONT_FONTs), or call
14641         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
14642         builds a XLFD style name from the font information in the LOGFONT
14643         struct(s).
14644
14645         New function gdk_font_xlfd_free(), which correspondingly frees the
14646         string returned by gdk_font_xlfd_create().
14647
14648         Implement fontsets on Win32. Add a function that iterates over a
14649         wide char string and calls a callback function for each substring
14650         of wide chars from the same Unicode subrange (and thus probably
14651         available in the same real font).
14652
14653         Improve the XLFD emulation a bit.
14654
14655         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
14656
14657         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
14658         Beta3, WM_IME_CHAR messages don't seem to contain the composed
14659         multi-byte char as with the Active IMM on Win9x. Oh well, handle
14660         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
14661         ImmGetCompositionStringW() to get the composed Unicode chars.
14662
14663         * gdk/win32/gdkgc.c
14664         * gdk/win32/gdkdraw.c: Changes needed because of the font private
14665         struct changes.
14666
14667         * gdk/win32/gdk.def: Add the new functions.
14668
14669 1999-11-04  Tor Lillqvist  <tml@iki.fi>
14670
14671         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
14672         get the Platform SDK to get <dimm.h>.
14673
14674         * gdk/win32/gdkevents.c: More event handling fixes and
14675         simplification. Never generate motion events with is_hint true. We
14676         used to do that on bogus grounds earlier. Windows sends
14677         WM_MOUSEMOVE messages on button events even if the mouse hasn't
14678         moved, ignore these.
14679
14680         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
14681
14682         * gdk/win32/gdkglobals.c
14683         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
14684         the TrackMouseEvent function, and use it.
14685
14686         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
14687         char before calling WideCharToMultiByte in order to get a string
14688         for the window title.
14689
14690         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
14691
14692         * gdk/win32/gdk.def: Remove obsolete functions.
14693
14694         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
14695         /nodefaultlib and /defaultlib switches.
14696
14697         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
14698
14699 1999-10-31  Tor Lillqvist  <tml@iki.fi>
14700
14701         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
14702         EuroSign).
14703
14704         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
14705         same type as GdkWChar, especially on Win32.
14706
14707         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
14708
14709         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
14710         before passing to Windows GDI for drawing etc. Convert to the
14711         system default codepage before passing to Windows as window
14712         titles.
14713
14714         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
14715         support changing input locale on the fly.
14716
14717         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
14718         on-the-fly changes. Convert incoming characters from the current
14719         codepage to Unicode (and then to a UTF-8 multi-byte string) based
14720         on the current input language. Use keysym<->Unicode mapping tables
14721         and functions borrowed from xterm sources.
14722
14723         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
14724         editions of Win9x, use the ActiveX-based Active IMM (Input Method
14725         Manager) if available. IMEs and the Active IMM are available under
14726         the disguise of Chinese, Korean and Japanese support for IE and
14727         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
14728         support is present in all editions (as long as you install it).
14729
14730         Call DispatchMessage from gdk_events_queue() (and thus
14731         gdk_WindowProc()), instead of duplicating the code in
14732         gdk_WindowProc().
14733
14734         Reworked the grab handling and propagation code, factored out
14735         duplicated code snippets into separate functions. Other cleanups,
14736         too.
14737
14738         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
14739         the <dimm.h> header describing the Active IMM.
14740
14741         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
14742         just do the same as for "single" fonts.
14743
14744         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
14745         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
14746         the new keysyms from gdkkeysyms.h.
14747
14748         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
14749         fontset, so that gtkentry uses wide characters.
14750
14751         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
14752         GTk+'s system directory "gtk+", not "gtk".
14753
14754 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
14755
14756         * docs/gtkfaq.sgml: FAQ update
14757
14758 1999-10-21  Tor Lillqvist  <tml@iki.fi>
14759
14760         * gdk/win32/gdkprivate.h: Add more font private data.
14761
14762         * gdk/win32/gdkfont.c
14763         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
14764         fonts and strings. Now works much better. You still have to
14765         have a correct font selected, though. No fontset emulation yet.
14766
14767 1999-10-19  Tor Lillqvist  <tml@iki.fi>
14768
14769         * gtk/maketypes.awk: Use G_OS_WIN32.
14770
14771         * gtk/gtk.def: Add some missing entry points. Also some non-public
14772         ones, but PyGTK porter claims to need them.
14773
14774         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
14775         built-in type generation.
14776
14777 1999-10-14  Tor Lillqvist  <tml@iki.fi>
14778
14779         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
14780         GDK_FONT_FONT fonts (which is all we have for now, we don't
14781         emulate fontsets). The X11 version uses plain XDrawString in that
14782         case, too. The string passed to gdk_draw_text_wc seems to be in
14783         fact (at least, when used by gtkentry and gtktext) either in a
14784         single-byte charset, or a DBCS. Not Unicode.
14785
14786         This fixes the problem in gtkfontsel, where even if you had
14787         selected a font with a non-Latin1 charset (windows-greek, for
14788         instance), the preview still used Latin-1 glyphs.
14789
14790         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
14791         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
14792         (gdk_font_load): Recognize the demibold etc weights, even if we
14793         don't have the corresponding constants in the headers.
14794         (gdk_font_hash_insert): Use same hash mechanism as in the X11
14795         version. Should save font resources a bit, when we don't have
14796         multiple HFONTs for the same font.
14797
14798         * gdk/win32/gdkprivate.h: Add the names field as in the X11
14799         version.
14800
14801 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
14802
14803         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
14804         X values
14805
14806 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
14807
14808         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
14809         layout support (as mentioned on
14810         http://www.jcinteractive.com/gnome-ui/software/widgets/)
14811
14812 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
14813
14814         * gtk/fnmatch.c
14815         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
14816
14817 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
14818
14819         * configure.in (ALL_LINGUAS): Added Galician (gl)
14820
14821 1999-10-05  Tor Lillqvist  <tml@iki.fi>
14822
14823         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
14824
14825         * gdk/win32/gdkcompat.c: New file, actually provide an
14826         implementation for the deprecated functions. (Just temporarily.)
14827
14828         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
14829
14830         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
14831
14832         * gdk/win32/gdk.def gtk/gtk.def: Updates.
14833
14834 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
14835
14836         * configure.in: Added "uk" to ALL_LINGUAS.
14837         
14838 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
14839
14840         * configure.in: correct checking for BeOS check
14841
14842         * gdk/gdktypes.h
14843         * gtk/fnmatch.c
14844         * gtk/gtkfilesel.c
14845         * gtk/gtkitemfactory.c
14846         * gtk/gtkmain.[ch]
14847         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
14848
14849 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
14850
14851         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
14852         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
14853         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
14854         by Bulgarian). 
14855
14856 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
14857
14858         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
14859         Fix a reference to window_private->destroyed.   
14860
14861         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
14862         (ugly) setting of an internal GdkWindow member to use
14863         a _slightly_ cleaner macro.
14864
14865         * gdk/gdkprivate.h: Split GdkWindowPrivate into
14866         GdkDrawablePrivate and GdkWindowPrivate.
14867         Add extra macros for accessing GDK_DRAWABLE_ components.
14868
14869         * *.[ch]: Massive adjustments for the above, use the
14870         new macros in a lot of places.
14871
14872 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
14873
14874         * gdk/gdktypes.h: Make GdkDrawable the base type,
14875         not GdkWindow.
14876
14877 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
14878
14879         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
14880
14881 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
14882
14883         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
14884
14885 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
14886
14887         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
14888         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
14889
14890         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
14891
14892         * docs/gtk-config.1: Now autogenerated.
14893         * docs/Changes-1.4.txt: started
14894         
14895 1999-10-03  Tor Lillqvist  <tml@iki.fi>
14896
14897         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
14898         to #ifdef also here.
14899
14900         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
14901         Owen did to the X11 backend.
14902
14903         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
14904         ScrollWindowEx when blitting inside a window, it can't be correct
14905         in the general case.
14906
14907         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
14908         WM_GETMINMAXINFO is easier.
14909
14910         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
14911         depth equal to the bitspixel value, not the visual's depth.
14912
14913         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
14914         to 24 even if the bitspixel value is 32.
14915
14916         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
14917         need to check for depth==32 when bpp==32, depth will always be 24.
14918
14919 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
14920
14921         * docs/Changes-1.4.txt: Started
14922         
14923         * gtk/Makefile.am (gdk_headers): Include all the new headers.
14924
14925         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
14926         
14927         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
14928         into C file.
14929         
14930         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
14931         header to gdkinputprivate.h.
14932
14933         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
14934         unused since before 1.2.
14935
14936 1999-09-30  Tor Lillqvist  <tml@iki.fi>
14937
14938         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
14939         expand possible hex escapes in the font family (put there by
14940         logfont_to_xlfd if the font name isn't a legal XLFD font family,
14941         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
14942         On Win32, add hex escapes here, too.
14943
14944 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
14945
14946         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
14947         to #ifdef GDK_WINDOWING_X11.
14948
14949 [ Merges from gtk-1-2 ]
14950
14951 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
14952
14953         * configure.in: fixed "GNU Make" check to pass with new make version
14954         3.77.95.
14955
14956 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
14957
14958         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
14959         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
14960         AM_PATH_GTK() macros don't get confused by the -pre1.
14961
14962 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
14963
14964         * configure.in (REBUILD): Change check for perl5
14965           to check explicitely for v >= 5.002. (5.001
14966           does not work with our scripts.)
14967
14968 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
14969
14970         * configure.in: evaluate $PERL for the perl version check. added
14971         --disable-rebuilds to give the user an option to completely disable
14972         any source autogeneration rules.
14973
14974 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
14975
14976         * configure.in: evaluate $ac_make when checking for GNU Make.
14977
14978 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
14979
14980         * docs/Makefile.am: added generation.txt.
14981
14982         * Makefile.am: require automake 1.4, build README from README.in and
14983         INSTALL from INSTALL.in in dist-hook.
14984         
14985         * README.in:
14986         * INSTALL.in: new files to autogenerate README and INSTALL from.
14987
14988         * configure.in: figure whether we have GNU Make
14989
14990         * docs/generation.txt: minor additions/corrections.
14991
14992 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
14993
14994         * docs/gtkfaq.sgml: FAQ Update
14995
14996 July 30, 1999 Elliot Lee <sopwith@redhat.com>
14997         
14998         * configure.in: Fix autoconf warnings about cross compilation by
14999         trying to provide sane defaults for AC_TRY_RUN.
15000
15001 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
15002
15003         * ltconfig
15004         * ltmain.sh: upgrade to libtool 1.3.3
15005
15006 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
15007
15008         * INSTALL: Indicate that the --with-glib= configure
15009         time flag is unsupported.
15010
15011 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
15012
15013         * docs/generation.txt: Added a file that gives
15014         documenation about the autogeneration process for
15015         various autogenerated files.
15016         
15017 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
15018
15019         * configure.in (LIBS): Look for libgmodule in the
15020         right location.
15021
15022 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
15023
15024         * docs/gtk_tut.sgml: Removed references to
15025         code examples in my directory on gtk.org as
15026         they should all be in the tutorial now.
15027
15028         * docs/gtk_tut.sgml: Added sources for dial-test
15029         and scribble-xinput programs that were previously
15030         missing.
15031
15032 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
15033
15034         * TODO: Added entry about menu keyboard navigation, removed
15035         some finished items.
15036
15037 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
15038
15039         * acinclude.m4: Standardize on func_dgettext
15040         not func_gettext, so that the checks for dgettext
15041         actually are paid attention to.
15042
15043 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
15044
15045         * configure.in (LIBS): Add $INTLLIBS into $LIBS
15046         directly, rather than repeating the checks for
15047         gettext.
15048
15049         * INSTALL: Added information about gettext and
15050         NLS support.
15051
15052         * acinclude.m4 (LIBM): Check for dgettext, not
15053         just gettext. This should hopefully fix things wrt
15054         systems with old versions of GNU gettext installed.
15055
15056 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
15057
15058         * configure.in (LIBS): Look for libgmodule in the
15059         right location.
15060
15061 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
15062
15063         * autogen.sh: add --enable-maintainer-mode
15064
15065         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
15066
15067 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
15068
15069         * docs/gtk-config.1.in:
15070           docs/Makefile.am:
15071           configure.in: gtk-config is now generated.
15072
15073         * docs/gtk-config.1: Removed, now generated.
15074
15075 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
15076
15077         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
15078         handle CreateNotify itself, still put out a debuging message for
15079         --gdk-debug=events. made the ReparentNotify debugging message more
15080         verbose.
15081         wrap xcoords translation for ConfigureEvents into an error trap,
15082         a destroy event may already be pending, and in that case, the
15083         actuall coordinate values are not at all critical.
15084
15085 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
15086
15087         * gdk/gdkcc.c: Stop leaking the color_hash all over
15088         the place. Simplify and improve the logic.
15089
15090 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
15091
15092         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
15093         for prototypes and function implementations consistent (reported
15094         by Tomas Ogren).
15095
15096 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
15097
15098         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
15099         send_event set in debugging output.
15100         (gdk_compress_exposures): default initialize the event so we don't
15101         operate on bogus values (namely send_event).
15102
15103 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
15104
15105         * gdk/gdkwindow.c: When we receive an unexpected
15106         destroy notify on one of our windows, don't just
15107         warn about it, also mark our windows as destroyed.
15108
15109 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
15110
15111         * gdk/gdkfont.c (gdk_font_hash_insert): Add
15112           name => font and name => fontset hashes. The 
15113           name => fontset hash is a _big_ win since we
15114           weren't previously caching fontsets at all and loading
15115           fontsets is expensive. The name => font hash
15116           is less of a win, but it does save us from doing
15117           repeated XQueryFont calls on the same font.
15118
15119         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
15120           list so we can remove font/fontset from hash.
15121
15122 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
15123
15124         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
15125           and slightly confusing test. [ XInternAtom (,,TRUE)
15126           will never return None ].
15127
15128 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
15129
15130         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
15131           gdk/gdkwindow.c (gdk_window_set_hints):
15132
15133         Don't omit setting the properties if flags == 0 -
15134         there may be an existing set of properties there
15135         already. (Very old bug. Would it be better to
15136         delete the property instead?)
15137
15138         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
15139           spelling error in comment.
15140
15141 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
15142
15143         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
15144           to avoid stomping over gdk_error_warnings.
15145
15146         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
15147           as (bits_per_pixel + 7) / 8. This gives the same
15148           result as before for multiples of 8, but actually
15149           a "reasonable" value for 1bit or 4bit displays.
15150
15151 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
15152
15153         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
15154         GNU Make.
15155
15156 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
15157
15158         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
15159         discarding configure events.
15160
15161 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
15162
15163         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
15164         refcount is greater than zero.
15165
15166         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
15167
15168         * gdk/gdkfont.c (gdk_font_unref): Likewise.
15169
15170         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
15171
15172         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
15173
15174 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
15175
15176         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
15177         that format 32 => sizeof(item) == 4. It really is
15178         sizeof(long).
15179
15180 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
15181
15182         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
15183         core dump at all on X IO errors, only core dump
15184         if --enable-debug for X errors.
15185
15186 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
15187
15188         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
15189         unknown window:" message. disabled ConfigureNotify discarding code,
15190         because it led to events being processed out of order.
15191
15192 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
15193
15194         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
15195
15196         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
15197         we export this function, supress error warnings and don't reset the
15198         error code in the first half of this function.
15199
15200         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
15201         code (instead of just -1) so gdk_error_trap_pop() reveals something
15202         actually informative about the error that happened.
15203
15204         * gdk/*.c:
15205         don't rely on gdk_error_code being -1 if an error occoured, but just
15206         gdk_error_code != 0.
15207
15208 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
15209
15210         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
15211         pointer *before* invoking the filter function, so we at least don't
15212         crash if a filter is removed that is currently executed. window filters
15213         *really* need to be made truely reentrant at some point.
15214
15215 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
15216
15217         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
15218         PropertyNotify debug messages.
15219
15220 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
15221         
15222         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
15223         
15224         * gdk/gdkim.c: Fix cut-and-paste errors for 
15225         x/y and PreeditAttributes/StatusAttributes.
15226
15227 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15228
15229         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
15230         G_MAXINT to 2^16 to alleviate overflow problems in
15231         various window managers.
15232
15233 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
15234
15235         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
15236         for fontsets.
15237
15238 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
15239
15240         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
15241         Initialize size_hints.x and size_hints.y because kwm
15242         brokenly pays attention to them.
15243         (Bug #1181 -  Lars Heete <hel@admin.de>)
15244
15245 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
15246
15247         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
15248         return value of gdk_list_visuals(). 
15249         (Bug #1193 - Morten Welinder <terra@diku.dk>)
15250
15251 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
15252
15253         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
15254         XSetIMValues to (void *) when comparing to NULL, to workaround
15255         the problem of some compilers barfing since older X headers don't
15256         have the prototype for it.
15257
15258 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
15259
15260         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
15261         for pseudocolor where colormap->colors was double
15262         allocated.
15263
15264         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
15265         color value in the hash table with the pixel filled
15266         in so when we do later hash table lookups, the color
15267         value is correct.
15268         
15269 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
15270
15271         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
15272         making the call
15273
15274 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
15275
15276         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
15277         pointed out by Morten Welinder <terra@diku.dk>.
15278
15279 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
15280
15281         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
15282           default filter from the list
15283
15284 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
15285
15286         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
15287           default filter from the list
15288
15289 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
15290
15291         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
15292
15293         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
15294         g_strdup_printf instead of calcing the length separately
15295
15296 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
15297
15298         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
15299         that we don't do in many other places. (Fixing duplicate 
15300         #include of config.h)
15301
15302         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
15303         Otherwise, #ifndef XINPUT_NONE check in the latter
15304         doesn't work. (Bug #546)
15305
15306 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
15307
15308         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
15309         "None" case insensitive.
15310
15311 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
15312
15313         * gdk/gdkselection.c: 
15314         Add error traps so if the other end of the connection
15315         dies, we survive.
15316
15317 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15318
15319         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
15320         dest_xid field into two fields - one for the window
15321         to send in messages, one to indicate the last looked
15322         up window for caching purposes. This is needed, so
15323         that Leave messages get the correct window.
15324
15325 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
15326
15327         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
15328         Fix warning created by people mucking around
15329         with the gsource API.
15330
15331         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
15332         Change mapping between GIOCondition and GdkInputCondition
15333         to match the way the Linux kernel does it. This should
15334         fix problems where closed pipes were no longer signalling
15335         GDK_INPUT_READ on systems with a native poll().
15336
15337 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
15338
15339         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
15340         explicitly for the string "None" - it is in the XPM
15341         spec and some servers treat unknown colors in odd ways
15342         (like asking the user!)
15343
15344 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
15345
15346         * gdk/gdkevents.c: made "->" into a "." of previous change so
15347         it compiles
15348
15349 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
15350
15351         * gdk/gdkevents.c (gdk_compress_exposures): Set the
15352         window field of the event structure before calling
15353         user filters.
15354
15355 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
15356
15357         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
15358         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
15359
15360 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
15361
15362         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
15363         intermediate text property - prevents major memory
15364         leak when gdk_use_mb.
15365         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
15366
15367 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
15368
15369         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
15370         gtk-a-higuti-990322-[0-3]
15371
15372         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
15373         sizeof(wchar_t) != sizeof (GdkWChar)
15374
15375         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
15376         that was causing -DX_LOCALE not to work.
15377
15378         * gtk/gtkrc.c (gtk_rc_init):
15379         X_LOCALE will never have LC_MESSAGES defined
15380
15381         * gdk/gdk.c (gdk_init_check):
15382         Remove --xim-preedit and --xim-status from argv properly.
15383
15384         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
15385         that the client window is present on the X server
15386         before we pass it to the input method.
15387
15388 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
15389
15390         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
15391         if --display is specified on the command line, than
15392         the drag window will not be created on that display.
15393         
15394 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
15395
15396         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
15397         lookups with only_if_exists == TRUE were inserting
15398         bogus values into the atom cache.
15399
15400 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
15401
15402         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
15403         then reset it to NULL.
15404
15405         * gdk/gdkcolor.c:
15406         (gdk_colors_free): 
15407         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
15408         key for g_hash_table_remove() in both functions, this prevents us
15409         from accessing possibly uninitialized portions of a GdkColor structure
15410         where we are only interested in its pixel value.
15411
15412 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
15413
15414         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
15415         font hash table, if we have a GdkFontPrivate entry for this font
15416         already, simply increment its reference count, provided by Olaf Dietsche
15417         <olaf.dietsche+list.gtk@netcologne.de>.
15418
15419 1999-09-21  Tor Lillqvist  <tml@iki.fi>
15420
15421         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
15422         just to be sure.
15423
15424         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
15425         unused variables, leftovers from the X11 version.
15426
15427         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
15428
15429         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
15430         downcase fields on X11.
15431
15432 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
15433         
15434         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
15435         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
15436
15437 1999-09-17  Tor Lillqvist  <tml@iki.fi>
15438
15439         * gdk/win32/gdk.def: Add gdk_threads_mutex.
15440
15441         * gtk/makefile.msc: Correct path to libintl.
15442
15443         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
15444         use of gint vs. int, and gint vs. gboolean in headers and
15445         definitions. Use GtkType for the *_get_type functions. Note that
15446         these changes preserve binary compatibility.
15447
15448         * gdk/gdk.c
15449         * gdk/win32/gdk.c
15450         * gdk/gdk.h: Fix inconsistencies: gint vs int.
15451
15452         * gtk/gtkmain.c
15453         * gtk/gtkclist.c
15454         * gtk/gtkmenufactory.c
15455         * gtk/gtknotebook.c
15456         * gtk/gtkwidget.c: Fix inconsistencies, also gint
15457         vs. gboolean.
15458
15459         * gtk/gtkcolorsel.[ch]
15460         * gtk/gtkcombo.[ch]
15461         * gtk/gtkdrawingarea.[ch]
15462         * gtk/gtkgamma.[ch]
15463         * gtk/gtkhandlebox.[ch]
15464         * gtk/gtkhpaned.[ch]
15465         * gtk/gtkhruler.[ch]
15466         * gtk/gtkplug.[ch]
15467         * gtk/gtkpreview.[ch]
15468         * gtk/gtkruler.[ch]
15469         * gtk/gtksocket.[ch]
15470         * gtk/gtkstatusbar.[ch]
15471         * gtk/gtktoolbar.[ch]
15472         * gtk/gtkvbbox.[ch]
15473         * gtk/gtkvpaned.[ch]
15474         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
15475         functions.
15476
15477         * gtk/gtkgamma.h: Fix bug, missing () in call of
15478         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
15479
15480 1999-09-14  Tor Lillqvist  <tml@iki.fi>
15481
15482         * gdk/gdkcolor.c (gdk_colormap_new)
15483         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
15484         colormap->colors was allocated twice.
15485
15486         * gdk/win32/gdk.c: Remove some unused stuff.
15487
15488         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
15489         colormap.
15490
15491         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
15492         * gtk/gtklabel.h (gtk_label_get_type)
15493         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
15494         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
15495         in a couple of places, not guint.
15496
15497 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
15498
15499         * configure.in,po/et.po: added Estonian language file
15500
15501 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
15502
15503         * configure.in,po/da.po: added Danish file
15504
15505 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
15506
15507         * docs/gtkfaq.sgml: Minor FAQ Update
15508
15509 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
15510
15511         * docs/gtkfaq.sgml: FAQ update
15512
15513 1999-08-27  Tor Lillqvist  <tml@iki.fi>
15514
15515         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
15516         way to get window contents continually refreshed while resizing. I
15517         didn't like the effects myself, so it's not on by default.
15518
15519         * gdk/win32/gdkprivate.h: New flag variable
15520         gdk_event_func_from_window_proc, FALSE by default.
15521
15522         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
15523         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
15524         are passed --gdk-event-func-from-window-proc.
15525
15526         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
15527         and we have am event_func, call it instead of enqueing the event.
15528
15529 1999-08-23  Tor Lillqvist  <tml@iki.fi>
15530
15531         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
15532         Kelley: Set expose_count in GdkEventExposes correctly.
15533
15534         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
15535         MULTIPLE_WINDOW_CLASSES).
15536
15537         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
15538         for bug in NT, apparently NT *does* draw the end pixel, too, in
15539         LineTo with a one-pixel pen, so we don't have to do it ourselves.
15540
15541 1999-08-21  Tor Lillqvist  <tml@iki.fi>
15542
15543         Improvements by Hans Breuer: 
15544
15545         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
15546
15547         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
15548         CS_?REDRAW flags as they cause lots of (late) redraws when "show
15549         window contents while dragging" is turned on. Allocate at least
15550         one unique class for every GdkWindowType. If support for single
15551         window-specific icons is ever needed (eg. Dialog specific), every
15552         such window should get its own class.
15553
15554 1999-08-19  Tor Lillqvist  <tml@iki.fi>
15555
15556         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
15557         error that caused crashes.
15558
15559 1999-08-17  Tor Lillqvist  <tml@iki.fi>
15560
15561         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
15562         window, use ScrollWindowEx, and call UpdateWindow. This prevents
15563         bugs when for instance part of the window was outside the
15564         display. Thanks to Philippe Colantoni for finding and fixing this.
15565
15566 1999-08-16  Tor Lillqvist  <tml@iki.fi>
15567
15568         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
15569         endpoint calculations which were totally wrong. (A little RTFMing
15570         helps a lot ;-)
15571
15572         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
15573         from a separate directory, not from gettext, because of licensing
15574         issues (we want to use the LGPL version).
15575
15576         * README.win32: Mention the intl from glibc vs from gettext issue.
15577
15578 1999-08-13  Tor Lillqvist  <tml@iki.fi>
15579
15580         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
15581         in the key event handling: Now AltGr chars work again. Also,
15582         now Alt-digits are passed up as well as Control-digits.
15583         Pass keypad plus and minus as normal plus and minus.
15584
15585 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
15586
15587         * docs/gtkfaq.sgml: FAQ Update
15588
15589 1999-07-25  Tor Lillqvist  <tml@iki.fi>
15590
15591         * README.win32
15592         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
15593         the Wintab SDK.
15594
15595         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
15596         OK, but getting closer. Guard against bogus tilt data from Wacom
15597         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
15598         enable easier building without Wintab.
15599
15600         * gdk/win32/gdkinput.h
15601         * gdk/win32/gdkevents.c 
15602         * gdk/win32/gdkwindow.c: Minor changes related related to above.
15603         
15604         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
15605         code. As we have just one visual on Win32, no sense to have it in a
15606         table, and no need for the hash table.
15607
15608         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
15609         better on white background.
15610
15611 1999-07-21  Tor Lillqvist  <tml@iki.fi>
15612
15613         * README.win32: Update gcc build instructions. Mention gettext is
15614         GPL.
15615
15616         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
15617         supported cursor size with GetSystemMetrics.
15618
15619         * gdk/win32/gdkfont.c
15620         * gtk/gtkfontsel.c: Guard against some font weight and charset
15621         symbols being undefined (in mingw32 headers).
15622
15623         * gdk/win32/makefile.cygwin
15624         * gtk/makefile.cygwin
15625         * gtk/gtkthemes.c: No longer need to have differently named
15626         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
15627
15628 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
15629
15630         * docs/gtkfaq.sgml: Long awaited FAQ update.
15631
15632 1999-07-15  Tor Lillqvist  <tml@iki.fi>
15633
15634         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
15635         it. Obscure bit manipulation needed.
15636
15637         * gdk/win32/gdkevents.c: Logging.
15638         
15639         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
15640         style (file name include compiler name) for theme engines.
15641
15642 1999-07-13  Tor Lillqvist  <tml@iki.fi>
15643
15644         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
15645
15646         * gdk/win32/gdkevents.c: Fix long-standing bug in key
15647         events. The key.string wasn't zero-terminated, still we strdup'ed
15648         it in gdk_event_copy(). Synthesize crossing events for button
15649         events before possible propagation.
15650
15651         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
15652
15653         * gdk/win32/makefile.cygwin
15654         * gtk/makefile.cygwin: Use new DLL naming style for the
15655         GCC-compiled ones.
15656
15657         * gdk/win32/makefile.msc
15658         * gtk/makefile.msc: Cosmetics mostly.
15659
15660         * gtk/gtk.def: Add missing entry points.
15661
15662         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
15663
15664 1999-07-09  Tor Lillqvist  <tml@iki.fi>
15665
15666         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
15667         or height is zero. Don't print a warning if Pie or Arc fails, they
15668         always fail (?) for very narrow ellipses.
15669
15670         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
15671         the part or the destination window corresponding to source area
15672         outside of the source drawable's boundary.
15673
15674         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
15675         anything if less than two points.
15676
15677         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
15678         return NULL. Gtk cut-and-paste inside a single program works
15679         better this way. (It always gets the clipboard contents from
15680         Windows, not from its own copy, which is cleared anyway. I can't
15681         say I fully understand what happens... Emulating the X selection
15682         and property stuff is a bit of a mess.)
15683
15684         * gdk/win32/gdkevents.c
15685         * gdk/win32/gdkproperty.c: A bit more verbose logging.
15686
15687         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
15688         that never got deleted). Revamp gdk_region_shrink.
15689
15690         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
15691         after use.
15692
15693         * gtk/gtk.def: Add some missing entry points.
15694
15695         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
15696         component.
15697
15698 1999-07-04  Tor Lillqvist  <tml@iki.fi>
15699
15700         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
15701         Control-digits specially.
15702
15703 1999-07-03  Tor Lillqvist  <tml@iki.fi>
15704
15705         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
15706
15707 1999-06-28  Tor Lillqvist  <tml@iki.fi>
15708
15709         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
15710         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
15711         finding this.)
15712
15713 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
15714
15715         * gtk+.spec.in: Corrected some typos in files section.
15716         
15717 1999-06-15  Tor Lillqvist  <tml@iki.fi>
15718
15719         * README.win32: Mention using GNU gettext.
15720         * config.h.win32: Enable NLS stuff.
15721         * gtk/makefile.msc: Use GNU gettext.
15722         * gdk/win32/gdkdnd.c: Minor header reorg.
15723         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
15724         cosmetics.
15725         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
15726         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
15727
15728 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
15729
15730         * acinclude.m4
15731         * config.guess
15732         * config.status
15733         * ltconfig
15734         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
15735
15736 1999-05-30  Tor Lillqvist  <tml@iki.fi>
15737
15738         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
15739         SafeAdjustWindowRectEx. Don't override all calls to
15740         AdjustWindowRectEx by it, but use it only in two places: When
15741         creating a new top-level window and when moving a top-level
15742         window.
15743
15744         Use screen coordinate rectangle, not client rectangle, in
15745         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
15746         when we try to place a window so that the decoration (mainly,
15747         title bar) isn't visible.
15748
15749         These changes fix the bug that showed up for instance as the
15750         GIMP's saved top-level windows moving right and down (by an amount
15751         equal to the window decoration) for each session. This bug showed
15752         up also in testgtk's "Saved Position".
15753
15754         gdk_window_resize also redone a bit.
15755
15756 1999-05-25  Tor Lillqvist  <tml@iki.fi>
15757
15758         * gtk/testgtkrc: Add (commented out) Windows-style theme
15759         include line.
15760
15761         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
15762
15763 1999-05-18  Tor Lillqvist  <tml@iki.fi>
15764
15765         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
15766         gdkx.h to a gdk subdirectory, so that applications can include
15767         these with <gdk/*.h> without trouble.
15768
15769         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
15770         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
15771         have their bitmap destroyed.
15772
15773         * gdk/win32/gdk.def: Add gdk_root_parent.
15774
15775 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
15776
15777         * configure.in
15778           gtk-config.in
15779           ltconfig
15780           ltmain.sh     
15781           gtk/Makefile.am: changes to compile nicely (with xlib) 
15782           on BeOS
15783
15784 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
15785
15786         * acinclude.m4
15787         * config.guess
15788         * config.sub
15789         * ltconfig
15790         * ltmain.sh: upgrade to libtool 1.3
15791
15792 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
15793
15794         * gtk/gtkclist.c:
15795         * gtk/gtkctree.c: merges from gtk-1-2
15796
15797 1999-04-25  Tor Lillqvist  <tml@iki.fi>
15798
15799         Support added for building using a GNU toolchain on Win32,
15800         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
15801
15802         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
15803         * config.h.win32: Changes for gcc.
15804         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
15805         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
15806         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
15807         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
15808         Protect shl stuff unavaiilable with mingw32 headers.
15809         * gdk/win32/gdkevents.c: Fix typo.
15810         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
15811         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
15812         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
15813         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
15814         the mingw32 headers.
15815         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
15816         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
15817         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
15818         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
15819         Test for NATIVE_WIN32, not _MSC_VER.
15820         * gtk/gtkmain.c: No use warning about developer version on Win32,
15821         there aren't any non-developer versions anyhow.
15822         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
15823         * gtk/makefile.msc: Use pthread from another directory. Minor other
15824         changes. 
15825
15826 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
15827
15828         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
15829           default filter from the list
15830
15831 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
15832
15833         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
15834          when gtk_widget_grab_default() is called for a widget that
15835          is not within a GtkWindow.
15836
15837 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
15838
15839         * docs/gtk_tut.sgml, examples/clist.c: use a
15840           scrolled window in the clist example. Minor
15841           tutorial fixes.
15842
15843 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
15844
15845         * docs/gtk_tut.sgml: Style check from David King
15846           <dking@youvegotmail.net>
15847
15848 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
15849
15850         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
15851         compile with unknown value of GDK_WINDOWING
15852
15853 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
15854
15855         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
15856         after the rule is fired.
15857         (install-exec-local): Install gdkconfig.h only if the contents are
15858         different from the currently installed gdkconfig.h.
15859
15860 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
15861
15862         * gdk/Makefile.am (configexecincludedir): Rename from 
15863         configincludedir so that gdkconfig.h will be installed 
15864         as part of `make install-exec'. 
15865
15866 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
15867
15868         * acinclude.m4
15869         * config.guess
15870         * config.sub
15871         * ltconfig
15872         * ltmain.sh: upgrade to libtool 1.2f
15873
15874         * autogen.sh: libtool is not required to autogen gtk+
15875
15876         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
15877         needed)
15878
15879 1999-03-18  Tor Lillqvist  <tml@iki.fi>
15880
15881         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
15882         declaring gdk variables exported/imported from the DLL. New image
15883         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
15884         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
15885         GDK_DRAG_PROTO_OLE2.
15886
15887         * gdk/gdk.h: Merge in Win32 version: Two new functions,
15888         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
15889         declared only for the Win32 version, but could be in the X11
15890         version as well. (Needed for a Xlib-less gdk_imlib.)
15891         gdk_color_hash should have only one parameter. Declare
15892         gdk_threads_mutex with GDKVAR.
15893         
15894         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
15895         just one parameter.
15896
15897         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
15898         per pixel, not bits.
15899
15900         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
15901         Fetch bpp (which means bits-per-pixel here) from another place on
15902         Win32. Accept also depth==32 (which we might get on Win32) with
15903         bpp==32.
15904
15905         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
15906         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
15907         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
15908         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
15909         in the backend-dependent directory, not in the common gdk
15910         directory.
15911
15912         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
15913         headers.
15914
15915 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
15916
15917         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
15918         want to use the Gtk+ devel version (which is true, and yes - even i am
15919         currently working with the 1.2.x branch). so everyone reading this, you
15920         probably want to issue
15921         cvs checkout -r glib-1-2 glib
15922         and
15923         cvs checkout -r gtk-1-2 gtk+
15924         as your next two comands.
15925
15926 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
15927
15928         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
15929         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
15930
15931         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
15932         file. strongly deprecated the GTK_HAVE_* macros, we provide
15933         GTK_CHECK_VERSION() for people that need to check for certain
15934         Gtk+ versions.
15935
15936         * gtk/gtkcompat.h: removed this from CVS.
15937         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
15938         idea right from the start, it just didn't seem like that back then.
15939
15940 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
15941
15942         * merges from gtk-1-2:
15943
15944 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
15945
15946         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
15947         item factory class has been created.
15948         (gtk_item_factory_parse_rc): likewise.
15949
15950         * gtk/gtkmenu.c:
15951         keep proper references for old_active_menu_item.
15952         (gtk_menu_reparent): unset the usize of the new parent,
15953         so the menu can sanely be size requested and we don't get nasty screen
15954         artefacts upon next reparentation.
15955         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
15956         enter notify. only synthesize enter notifies if the pointer really is
15957         inside the event window.
15958         (gtk_menu_popdown): use gtk_menu_shell_deselect().
15959         (gtk_menu_popup): move the background setting stuff into
15960         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
15961
15962         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
15963         gtk_menu_shell_select_item() to select the new item.
15964         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
15965         do the right thing for deselection as well.
15966
15967 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
15968
15969         * gtk/gtkwidget.[hc]:
15970         (gtk_widget_accelerators_locked): return whether a widget's accelerators
15971         are locked.
15972
15973         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
15974         existing accelerators if the widget's accelerators are locked.
15975
15976 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
15977
15978         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
15979
15980         * gtk/gtkmenu.c: truely forward key press and key release events to
15981         the menu widget from the toplevel or tearoff window. we can't simply
15982         connect to that, we need to stop further processing of the events as
15983         well.
15984
15985 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
15986
15987         * gtk/gtkmenu.c:
15988         (gtk_menu_key_press): pass event->keyval, event->state to
15989         gtk_accelerator_valid, instead of event->keyval twice.
15990         refuse to install single letter accelerators for menus that use
15991         single letter shortcuts.
15992
15993         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
15994         gtk_menu_ensure_uline_accel_group().
15995
15996         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
15997         which will always return an uline accel group, made
15998         gtk_menu_get_uline_accel_group() return NULL if the group isn't
15999         yet created.
16000
16001 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
16002
16003         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
16004
16005         * gtk/gtkclist.c (gtk_clist_column_title_passive):
16006         Leave button sensitive, trap  button_press, button_release,
16007         motion_notify, enter_notify and leave_notify events instead.
16008         (gtk_clist_column_title_active): disconnect event handler.
16009         (gtk_clist_drag_data_get): fixed memory leak. Reported by
16010         Guillaume Laurent <glaurent@worldnet.fr>
16011
16012 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
16013
16014         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
16015         width/height mixups.
16016
16017         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
16018         if needed.
16019
16020 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
16021
16022         * gtk/testgtk.c (create_item_factory): unref the item factory after
16023         window's destruction.
16024
16025         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
16026         count on the menu shell around the menu item's activation, since the
16027         signal emission may cause menu shell destruction.
16028
16029         * gtk/gtkitemfactory.c:
16030         the previous code leaked one accel group per menu. we use
16031         gtk_menu_get_uline_accel_group() now to fix that, and with that
16032         also create the underline accelerator group of the menus only if
16033         required (i.e. an underline accelerator has been specified).
16034         (gtk_item_factory_construct):
16035         (gtk_item_factory_create_item): removed code that would create an
16036         extra accel group for the menu (and leak references).
16037         (gtk_item_factory_create_item): adapted the underline accelerator
16038         installation code to properly feature gtk_menu_get_uline_accel_group().
16039
16040         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
16041         menu->accel_group, this may return NULL if the accelerator group
16042         hasn't been set yet.
16043         added gtk_menu_get_uline_accel_group() to retrive the underline
16044         accelerator group of the menu, this will be created on demand
16045         and proper care is taken about its reference count.
16046
16047         * gtk/gtkitemfactory.h:
16048         * gtk/gtkitemfactory.c:
16049         dumped the approach of keeping a widgets by action list on the
16050         factory since the factory<->widget destroy negotiation didn't work
16051         and would be hard to get going at all. instead we keep a list of
16052         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
16053         persistant throughout a program's life time).
16054         also, i removed the static const gchar *key_* variables, and made
16055         them inline strings (they weren't actually used anyways).
16056         (gtk_item_factory_add_item): update ifactory->items.
16057         (gtk_item_factory_destroy): destroy ifactory->items (and remove
16058         the item factory pointer from the remaining ifactory widgets).
16059         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
16060         list to find the widget.
16061         (gtk_item_factory_get_item): new function that works around
16062         gtk_item_factory_get_widget() limitations, this function will only
16063         return menu items, even for <Branch> entries.
16064
16065 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16066
16067         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16068         font hash table, if we have a GdkFontPrivate entry for this font
16069         already, simply increment its reference count, provided by Olaf Dietsche
16070         <olaf.dietsche+list.gtk@netcologne.de>.
16071
16072         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
16073         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
16074
16075 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
16076
16077         * gtk/gtkcontainer.c:
16078         (gtk_container_add_with_args):
16079         (gtk_container_addv):
16080         (gtk_container_add): before adding a child to a conatiner, make sure
16081         it is (default) constructed, this is neccessary because under certain
16082         circumstances the child will get relized and mapped immediatedly, in
16083         which case it has to be constructed already.
16084
16085 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
16086
16087         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
16088         values > 1 as TRUE also.
16089
16090 1999-03-16  Tor Lillqvist  <tml@iki.fi>
16091
16092         * README.win32: New file.
16093                 
16094         * configure.in: Check for lstat.
16095
16096         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
16097         completeness.
16098
16099         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
16100
16101         * gtk/gtk.def: Removed CRs.
16102
16103         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
16104         ..\gdk\win32).
16105
16106         * gdk/win32/makefile.msc: Correct upwards relative paths.
16107         
16108 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
16109
16110         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
16111           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
16112           it was connecting a void function to expose_event and the int
16113           returning function to the draw signal
16114
16115 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
16116
16117         * configure.in:
16118         Use correct path to libgmodule.la when ref'ing uninstalled copy
16119         of glib.  (Already in stable branch, Bug #417)
16120
16121 1999-03-15  Tor Lillqvist  <tml@iki.fi>
16122
16123         Win32 merge and general portability stuff:
16124                 
16125         * acconfig.h,configure.in: Check for <sys/time.h>.
16126
16127         * gdk/win32: New directory (actually, been there for a while).
16128         
16129         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
16130         NATIVE_WIN32, and use these. Always case fold on Win32. No
16131         backslashed escapes on native Win32.
16132
16133         * gtk/{gtk.def,makefile.msc}: New files.
16134
16135         * gtk/Makefile.am: Add above new files.
16136         
16137         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
16138         instead of <strings.h>.
16139
16140         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
16141         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
16142         <unistd.h> appropriately.
16143
16144         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
16145         Use ABS() (from <glib.h>) instead of abs().
16146         
16147         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
16148         of gtk (and thus glib) headers, so that WIN32 will be
16149         defined. With MS C, include <direct.h> for mkdir prototype.
16150
16151         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
16152         some casts, needed by MS C.
16153
16154         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
16155         implemented).
16156
16157         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
16158         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
16159         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
16160
16161         * gtk/gtkmain.h: Mark variables for export/import on Win32.
16162                 
16163         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
16164         the event is not a hint, or its window is not the slider. Needed
16165         on Win32, at least.
16166
16167         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
16168         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
16169         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
16170         a subdirectory of the Windows directory as gtk system
16171         configuration directory.
16172
16173         * gtk/gtkselection.c: No chunks on Win32.
16174
16175         * gtk/gtksocket.c: Not implemented on Win32.
16176
16177         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
16178
16179         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
16180
16181         * gtk/maketypes.awk: Declare variables with a macro that expands to
16182         necessary export/import magic in the case of Win32.
16183                 
16184         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
16185
16186 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
16187
16188         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
16189         since those were meant only for gdki18n.h.  
16190         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
16191         for widechar tests.
16192         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
16193
16194 1999-03-13  Tor Lillqvist  <tml@iki.fi>
16195
16196         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
16197         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
16198
16199         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
16200         installed) to CFLAGS.
16201
16202         * gdk/Makefile.am: Add rules for gdkconfig.h.
16203
16204         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
16205         APIs.
16206
16207         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
16208         gdkx.h anyway when compiling for X11.
16209         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
16210         general): Merge in Win32 version.
16211         
16212         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
16213         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
16214         expansion (if we don't have HAVE_PWD_H), allow for drive
16215         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
16216         included code from Craig Setera's port to Win32 (the one that uses
16217         X11, and the cygwin dll), even if it probably will be abandoned.
16218
16219         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
16220         the user entered one herself.  This way one can complete *.h and
16221         don't get matches on any .help files, for instance.
16222         
16223 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16224
16225         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16226         font hash table, if we have a GdkFontPrivate entry for this font
16227         already, simply increment its reference count, provided by Olaf Dietsche
16228         <olaf.dietsche+list.gtk@netcologne.de>.
16229
16230         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
16231         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
16232
16233 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
16234
16235         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
16236         the number of calls to gdk_draw_point() (and thus to X) by
16237         clipping the points by hand.
16238
16239         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
16240         the clip parameter.
16241         (gtk_handle_box_paint): Only paint the handle if the expose area
16242         intersects it.
16243
16244 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
16245
16246         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
16247
16248 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
16249
16250         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
16251         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
16252
16253 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
16254
16255         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
16256          textmode (O_TEXT) for OS/2 version.
16257
16258 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
16259
16260         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
16261         GtkSpinButton, "input" and "output", to make the output more flexible.
16262         The user has to provide a mapping between adjustment->value and the
16263         output string (and vice versa, if the spin button is editable). 
16264         See testgtk for examples.
16265
16266 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
16267
16268         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
16269         new one.
16270         
16271         * configure.in: set gtk+ version to 1.3.0.