]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Add Mode_Switch to list of keys to ignore when doing compose processing.
[~andy/gtk] / ChangeLog.pre-2-10
1 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
4         to ignore when doing compose processing.
5
6 2001-05-22  Joe Shaw  <joe@ximian.com>
7
8         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
9         Simplify as suggested by Havoc. Just get the last iter and work
10         backward to the tag instead of getting a line and working back from
11         there. Fixes passing in an invalid offset to
12         iter_init_from_byte_offset().
13
14 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
15
16         * gtk/gtktreeview*.h: 
17         * gtk/gtkcell*.h:
18         * gtk/gtk*store.h:
19         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
20         macros to all objects.
21
22 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
23
24         * gtk/gtkcellrenderertext.c
25         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
26         with very large (TM) amounts of text.  May be moved to
27         GtkCellRenderer in the future, though I'm not sure it wants to be
28         this accessible.
29
30         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
31         More sanity brought to this class.  I like it.
32
33         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
34         case.  Kids, don't try this at home.
35
36         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
37         convenience function.
38
39         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
40
41 2001-05-21  Alexander Larsson  <alexl@redhat.com>
42
43         * gtk/gtkfontsel.c:
44         Added properties. Based on patch by Lee Mallabone.
45
46         * gtk/gtkruler.c:
47         * gtk/gtkhruler.c:
48         * gtk/gtkvruler.c:
49         * gtk/gtktext.c:
50         * gtk/gtktextview.c:
51         Converted GtkArg to GParam. Based on patches by John Margaglione.
52
53         * tests/Makefile.am:
54         * tests/testtext.c:
55         Add a property editor to testtext.
56         
57 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
58
59         * gtk/gtk{h,v,}paned.c: Only show the separator if 
60
61         * configure.in: Fixed reversed conditional causing all image
62         libraries to be linked in.
63
64 2001-05-21  Joe Shaw  <joe@ximian.com>
65
66         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
67         that top_y needs to be >= 0.
68
69 2001-05-11  Havoc Pennington  <hp@pobox.com>
70         
71         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
72         losing connection to the X server.
73
74 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
75
76         * configure.in: Start checks for X from pangox/pangoxft
77         CFLAGS to avoid duplicate libraries.
78
79         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
80
81         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
82         to include gobject.
83         
84 2001-05-18  Alexander Larsson  <alexl@redhat.com>
85
86         * gtk/gtkspinbutton.c:
87         Convert GtkArgs to GParams. Based on patch by John Margaglione.
88         Also do size request reasonable for MAXDOUBLE. Previously it printed
89         the limits to a buffer and overran it. Instead do it using log10() and
90         limit the width to 10 digits.
91         
92         * gtk/gtkwidget.c (gtk_widget_get_property):
93         Correctly handle setting the parent property to NULL.
94
95 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
96
97         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
98         style attributes even if the widget isn't realized.
99
100         * demos/gtk-demo/main.c: Use a slightly smaller font.
101
102 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
103
104         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
105         This is something that only a widget writer would ever want
106         to change.
107
108         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
109         gtk_signal_emit_by_name().
110
111         * gtk/gtkviewport.c: Fix some warnings.
112
113         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
114         allowing the requisitions of multiple widgets to be grouped
115         together.
116
117         * tests/testgtk.c: Add GtkSizeGroup test
118
119         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
120
121         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
122         warnings.
123
124         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
125
126 2001-04-28  Martin Baulig  <baulig@suse.de>
127
128         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
129         to gtk_image_menu_item_set_icon() and made it work if there's already
130         an image.
131         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
132         (gtk_image_menu_item_new_with_label): New function.
133
134 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
135
136         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
137         highlighting code!!!!  The result is okay so long as you don't try
138         to stress it.  It also highlights a bug in the TextView so it's in
139         an unproportional font right now until it's fixed.
140
141         *demos/gtk-demo/*.c: Clean up code a bit to make it
142         ugly-parser(TM) friendly. (-:
143
144 2001-05-17  Joe Shaw  <joe@ximian.com>
145
146         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
147         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
148         if it is only partially onscreen.
149
150 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
151
152         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
153         not by characters.
154
155         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
156         are not zero or one; that is, when graphemes of multiple characters
157         are involved.
158
159         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
160         FIXME.
161
162 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
163         
164         * gtk/gtkbbox.c:
165         Add properties, based on patch by Lee Mallabone.
166
167         * gtk/gtknotebook.c:
168         * gtk/gtktoolbar.c:
169         Convert from GtkArg to GParam, based on patch by John Margaglione.
170         
171         * gtk/gtkhscale.c:
172         * gtk/gtkvscale.c:
173         * gtk/gtkhscrollbar.c:
174         * gtk/gtkvscrollbar.c:
175         * gtk/gtkrange.c:
176         Move adjustment property to GtkRange.
177
178         * gtk/gtklabel.c:
179         Setup mnemonics on property changes
180
181         * gtk/gtkwidget.c (gtk_widget_get_property):
182         GdkExtensionMode is an enum, not a flag. Set it with
183         g_value_set_enum ().
184
185         * tests/prop-editor.c:
186         Better propery editor.
187
188         * tests/testgtk.c:
189         Add new property test. Pass zero to the property editor to
190         get properties from all derived types.
191         
192 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
193
194         * autogen.sh (have_automake): Require libtool-1.4,
195         automake-1.4p1.
196
197         * acinclude.m4: Remove libtool macros.
198
199         * gdk-pixbuf/Makefile.am: Add dependencies to loade
200         modules.
201
202         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
203         for libgdk.
204
205         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
206         libgdk.la for libgtk.
207
208         * modules/input/Makefile.am: Make modules have full
209         dependencies.
210
211 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
212
213         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
214         #54699 where paths weren't being checked for correctness.
215
216 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
217
218         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
219         in any order you wan, whether or not the column is added to the
220         tree, or the tree is realized.  Yay!
221
222         * gtk/gtktreeviewcolumn.c
223         (gtk_tree_view_column_setup_sort_column_id_callback): handle
224         sorting columns a lot saner
225
226         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
227         new function to actually set wether or not a column is
228         reorderable.
229
230         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
231         if we have 'em.
232
233         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
234         Fix nasty bug where we were showing the button just before
235         realizing it.  As a result, the parent window was
236         tree_view->window instead of tree_view->priv->header_window.
237
238         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
239         to let you easily reorder a list or tree.
240
241 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
242
243         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
244         from args to properties.
245
246 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
247
248         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
249         from args to properties. (#51957)
250
251         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
252         calls to after ->set_property call.
253
254 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
255
256         * tests/prop-editor.c: Block against redundant changes.
257
258         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
259         properties.
260
261 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
262
263         * gdk/gdkpixmap.h: Remove creative formatting.
264
265 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
266
267         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
268         property API. (#51669)
269
270         * gtk/gtkscale.c: Patch from John Margaglione converting to
271         property API. (#51891)
272
273         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
274         to property API. (#50985)
275
276 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
277
278         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
279         buffering state across expose event, so we still call end_paint().
280
281 2001-05-11  Alexander Larsson  <alexl@redhat.com>
282
283         * gtk/gtkhsv.c (paint_triangle):
284         Expose the ring in the triangle at the correct place when
285         exposing just a part of the triangle.
286
287         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
288         Return FALSE, or window focusing will not work.
289
290 2001-05-11  Havoc Pennington  <hp@pobox.com>
291
292         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
293         #54144
294
295         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
296         bug #54330
297
298 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
299
300         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
301         propagate exposes to NULL child.
302
303         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
304         against not having one of the scrollbars.
305
306         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
307         we don't keep a mnemonic window if we have no mnemonic installed.
308
309 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
310
311         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
312         it has the _important_ side effect of initializing a class.
313
314 2001-05-10  Alexander Larsson  <alexl@redhat.com>
315
316         * gdk/linux-fb/gdkprivate-fb.h:
317         Make sure you can compile out the implementation/wrapper assert
318         macros.
319
320         * gdk/linux-fb/gdkdrawable-fb2.c:
321         Check implementation/wrappers, initialize type for pixmap dummys.
322
323         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
324         Hide the cursor if reading from the screen.
325
326         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
327         Fix sign bug in tiling code.
328
329         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
330         Handle background pixmaps.
331
332 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
333
334         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
335         function to let user control where columns are dragged.
336
337         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
338         Escape is pressed.
339
340 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@webwynk.net>
341
342         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
343         "columns_changed" signal.
344         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
345         motion code to draw arrows to the side if indicator is outside the
346         widget.
347         (gtk_tree_view_map_expanded_rows): Implement.
348
349 2001-05-07  Alexander Larsson  <alexl@redhat.com>
350
351         * demos/testpixbuf-save.c: 
352         * demos/testpixbuf-drawable.c:
353         Include gdkfb.h on linux-fb.
354
355 2001-05-07  Alexander Larsson  <alexl@redhat.com>
356
357         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
358         New function for getting toplevel window at position.
359         (gdk_drag_find_window): Use get_toplevel_window () instead
360         of gdk_window_get_pointer(). (gdk_drag_status): Use
361         correct context for getting window.
362
363         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
364         g_strdup the atom name.
365
366         * gdk/linux-fb/gdkwindow-fb.c:
367         Costmetic fix.
368
369         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
370         Add code for changing cursor on linux-fb backend (same as
371         win32).
372
373 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
374
375         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
376         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
377         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
378         report was not for the development branch of GTK+, but it applies
379         anyways).
380
381 2001-05-04  Havoc Pennington  <hp@redhat.com>
382
383         * configure.in: fix some shell typos
384
385         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
386
387         * gtk/gtkimage.c: handle animations
388
389         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
390         border_width * 2, not just border_width
391
392         * gtk/gtkscale.c: add "format_value" signal to allow people
393         to override the way values are drawn.
394         (gtk_scale_get_value_size): fix width/height mistake,
395         and compute size from actual displayed text, not 
396         from made-up text.
397
398         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
399         signal registration
400
401         * tests/testtext.c: Add "Remove all tags" menu item for testing
402
403         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
404
405         * demos/gtk-demo/main.c (main): add hack so we can find modules
406         without installing gtk
407
408         * demos/gtk-demo/textview.c (insert_text): demo font scaling
409
410         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
411         factor)
412         (gtk_cell_renderer_text_set_property): remove some bogus
413         g_object_notify
414
415         * gtk/gtktexttag.c: add "scale" property which is a font scaling
416         factor
417
418         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
419         to layout
420
421         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
422         gtk_text_iter_is_first
423
424 2001-01-06  Hans Breuer  <hans@breuer.org>
425
426         * gdk/gdk.def : updated exports
427
428         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
429         gdk won't compile anymore
430  
431         * gdk/win32/gdkevents-win32.c : initialize ret_val when
432         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
433         Improved gdk_flush () to not only do pending drawing operations
434         but also process all currently pending events. This should make
435         the behaviour more similar to the X11 version.  
436
437         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
438         option needs to be set even if there is no GDK_GC_BACKGROUND.
439         (gdk_win32_hdc_get) : use predraw_set_background () independent
440         of value_mask. This allows to draw dashed lines leaving the original
441         background intact.
442
443         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
444         after processing, because we can't reuse it as the X11 version does.
445
446         * gtk/gtk.def : updated exports
447
448         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
449         would like to get rid of this file again, and use straight
450         makefile.msc again, as the other Gtk+ subdirs do)
451
452         * test/makefile.msc (new file) : build the test apps here
453
454 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
455
456         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
457         strike-through setting
458         (gdk_draw_layout_line_with_colors): Render strike-through
459
460 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
461
462         * Release 1.3.5
463
464         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
465
466         * NEWS: Updated
467
468         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
469         Makefile breakage.
470
471 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
472
473         * demos/gtk-demo/images.c (progressive_timeout): Fix
474         typo in filename.
475
476         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
477         out FIXME warning; just too annoying.
478
479 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
480
481         * gdk/linux-fb/gdkcolor-fb.c:
482         Better error messages.
483
484         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
485         Initialize abs_x and abs_y.
486         
487         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
488         Correct handling of stipple offset.
489
490         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
491         Treat directcolor framebuffers as truecolor.
492         
493 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
494
495         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
496         dependency on Atk for accessibility support.
497
498         * configure.in **/Makefile.am: Major reworking of substituted
499         variables for CFLAGS/LIBS to make a lot more sane and 
500         keep the the compile/link lines a bit shorter.
501
502         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
503
504 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
505
506         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
507         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
508         use _gtk_boolean_handled_accumulator.
509
510 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
511
512         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
513         to fix things so clicking inside selection leaves cursor
514         at point where clicked. (#50324)
515
516         * gtk/gtksettings.c (gtk_settings_class_init): Restore
517         sane value for default double click time.
518
519         * tests/testtext.c (test_init): Really path to input modules.
520
521 2001-05-03  Sven Neumann  <sven@convergence.de>
522
523         * demos/testpixbuf-save.c: include target-specific headers as
524         done in testpixbuf-drawable.c
525
526 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
527
528         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
529         new_text_length appropriately when we run into the 
530         size limit for the entry. (#53445, reported by Jeff Franks)
531
532         * tests/testgtk.c (create_entry): Remove most of the
533         property toggle buttons. Replace with a "Props" button
534         that brings up a property editor.
535
536         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
537         Split the property editor code out for reuse, improve.
538
539 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
540
541         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
542         trap errors around calls to XSetInputFocus since we have
543         no way of knowing reliably whether we are viewable or
544         not. (#53947)
545
546 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@webwynk.net>
547
548         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
549         fix bug in dropping columns.  Moving columns now basically works
550         modula some fine tuning.
551
552 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
553
554         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
555         autoscroll support.  It mostly works, but could use some fine
556         tuning.
557         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
558         Actually move the column.
559
560 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
561
562         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
563           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
564           New default theme! A slighly improved version of the 2.0 Raleigh
565           theme, with Windows-esque focus/drawing default. 
566           (GtkWidget::interior_focus defaults to TRUE.)
567
568         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
569
570 2001-04-30  Havoc Pennington  <hp@pobox.com>
571
572         * tests/testtext.c (line_numbers_expose): fix to work with
573         gtk_paint_layout change
574
575 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
576
577         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
578           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
579           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
580           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
581
582         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
583           with GtkWidget::interior_focus = TRUE better.
584
585         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
586         ::default_outside_border for more flexibility.
587
588         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
589         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
590         change that had to be made with g_object_get.
591
592 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
593
594         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
595         (gtk_tree_view_move_column_after): Clean up interface. 
596
597 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
598
599         * gtk/gtkpacker.h:
600         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
601          to gtkenum.h.
602
603         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
604         handled in switch).
605
606         * gtk/Makefile.am:
607         (gtk.defs): generate enum portions with  glib-mkenums.
608         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
609         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
610         
611         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
612         addition.
613
614         * docs/Changes-2.0.txt: keep a note on signal handlers now
615         not getting emitted during the emission they were connected within.
616
617 2001-04-28  Havoc Pennington  <hp@pobox.com>
618
619         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
620
621 2001-04-24  Havoc Pennington  <hp@redhat.com>
622
623         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
624         (gtk_text_layout_move_iter_to_next_line): fix these two for
625         invisible text, lots of other stuff still hosed.
626
627         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
628         new function, replaces the get/set palette stuff. This function 
629         is intended for use by libgnomeui which should set the hook to a
630         thing which sets the palette in GConf, and we need the
631         GConf-to-xsettings proxy which will result in the change being
632         propagated back to the GTK app.
633
634         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
635         about unusable signals that it may be because the signal has 
636         parameters.
637
638         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
639         style, otherwise gtkrc.c won't know to create a new GtkStyle for
640         it.
641         (gtk_widget_modify_color_component): call
642         gtk_widget_modify_style() so the rc style will get copied.
643         (gtk_widget_modify_font): ditto
644
645         * gtk/gtkrc.c: make a couple variables static
646
647         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
648         help button by default, since it does nothing
649
650         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
651         around with UI
652
653         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
654         so we can have tooltips
655
656         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
657         can have tooltips
658
659         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
660         GDK_ENABLE_BROKEN, because its memory behavior is completely
661         hosed.
662
663         * gtk/gtknotebook.c: remove key press handler, replace with
664         binding set, add numeric keypad support
665
666         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
667
668         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
669
670         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
671         addition to plain Delete
672
673         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
674         GDK_KP_Enter in addition to GDK_Return
675
676         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
677         activate on entry instead of key press
678         (gtk_font_selection_on_clist_key_press): get
679         rid of this signal handler, not needed with new font sel.
680
681         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
682         no-longer-needed emit_stop_by_name(), just return TRUE
683
684         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
685         cruft, this widget is no longer focusable.
686
687         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
688         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
689         move_slider action signal, add binding set for vscale/hscale, in
690         the process support numeric keypad
691
692         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
693         make GDK_Return and GDK_KP_Enter activate the entry via 
694         binding set, instead of hardcoded.
695
696 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
697
698         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
699         code.  Some documentation added.
700
701 2001-04-27  Havoc Pennington  <hp@redhat.com>
702
703         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
704
705         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
706
707         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
708         line/para separators
709         (gtk_entry_create_layout): set single paragraph mode on the layout
710
711         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
712         spacing between the image and label; instead, inside a button box 
713         the button will get extra space that will go there, but if people 
714         configure button box for 0 chubbiness, then there's no spacing.
715
716         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
717         and min/max size style properties, so people can tune their
718         chubbiness.
719
720         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
721         functions
722
723         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
724         space_style, and button_relief into style properties, remove
725         functions for setting them
726         
727         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
728         it back down
729
730         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
731         types from gtk_widget_style_get
732
733         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
734         with a style property.
735
736         * gdk/x11/gdkevents-x11.c: namespace the settings
737
738         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
739
740         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
741         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
742         be used. Also, translate doc strings for settings. Also, namespace
743         the double-click-time property. Also, remove bell properties crap.
744
745 2001-04-27  Sven Neumann  <sven@gimp.org>
746
747         * Makefile.am: before creating links, check if pkg-config files
748         exist for the default target. Otherwise link to the pkg-config files
749         that got installed with this build.
750
751 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
752
753         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
754         dragging code.  Revealed some (potential) GdkWindow bugs.
755
756         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
757         _gdk_window_init_position to the end of reparent to fix the case
758         of reparenting when new_x != old_x and new_y != old_y.
759
760 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
761
762         * gtk/gtkentry.c (strstr_len): Fix optimization that
763         was correct for the use here, but completely incorrect
764         in general.
765
766 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
767
768         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
769         until patch adding gtk_window_set_size() is recommitted. 
770
771         * **Makefile.am configure.in gdk/x11/gdkim-11.c
772           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
773           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
774           (#10784)
775
776 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
777
778         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
779         window == NULL in a number of cases.
780
781         * tests/testdnd.c: Set module path for gdk-pixbuf.
782
783 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
784
785         * gtk/Makefile.am xembed.h: File containing #defines
786         for XEMBED protocol.
787
788         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
789
790         - Change protocol from old plug/socket specific protocol
791           to XEMBED draft
792         - Various fixes to work with GTK+-2.0
793
794         Still quite a bit of work to do here to handle initiation
795         from the socket side (as specified by XEMBED), to handle
796         the more advanced features of XEMBED, and to figure out
797         a good way to handle same-app embedding with less overhead
798         than using full XEMBED.
799
800 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
801
802         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
803         track of whether the toplevel has the focus; only send
804         focus-in events to the focus widget when the window
805         actually has the focus.
806
807 2001-04-25  Havoc Pennington  <hp@pobox.com>
808
809         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
810         were still in the header
811
812 2001-04-24  Alexander Larsson  <alexl@redhat.com>
813
814         * gtk/gtkclist.[ch]:
815         * gtk/gtkctree.c:
816         When there is a row highlighted for D'n'D it must alse
817         be painted hightlighted on exposes. Otherwise exposes from
818         the icon being dragged will mess up the hightlight.
819
820         * gtk/gtkfontsel.c:
821         Don't recenter selected font when exposing the font family
822         clist. This means you can now actually scroll the font family
823         list.
824
825         * gtk/gtknotebook.c:
826         Fix focus movement on scrolling tabs that are placed on the left
827         and right.
828
829 2001-04-21  Havoc Pennington  <hp@pobox.com>
830
831         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
832         empty/invisible lines.
833
834         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
835         (gtk_text_iter_set_visible_line_index): new functions to set
836         indexes excluding invisible text
837
838         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
839         index
840
841         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
842         (gtk_text_iter_get_visible_line_offset): new functions to 
843         get indexes excluding invisible text
844
845         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
846         bunch of extra padding that served no purpose
847
848         * gtk/gtkdialog.c: Make all the spacings configurable via style
849         properties, for chubbiness configuration in themes
850
851         * tests/testtext.c: fix path to the immodules.
852         
853 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
854
855         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
856         got munched by #endif.
857
858         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
859
860         * gtk/gtktreeview.c: Refactored code to clean up a number of
861         events.
862
863         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
864         values to make consistent with other functions.  Spotted by Jeff
865         Franks <jcf@tpg.com.au>.
866
867         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
868         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
869
870 2001-04-23  Sven Neumann  <sven@gimp.org>
871
872         * gtk/Makefile.am
873         * gtk/gtkplug.c
874         * gtk/gtksocket.c: on request of Owen, reverted my last change 
875         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
876
877 2001-04-23  Sven Neumann  <sven@gimp.org>
878
879         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
880         compile for non-X11 targets again
881
882 2001-04-20  Alexander Larsson  <alexl@redhat.com>
883
884         * gtk/gtkcolorsel.[ch]:
885         API Change. Take GdkColor arguments instead of gdouble *.
886         Leave the old gtk_color_selection_set_color for compatibility,
887         but marked deprecated.
888         Do correct rounding when converting RGB <-> HSV.
889         
890         * gtk/gtkcolorseldialog.c:
891         * tests/testgtk.c:
892         Use new GtkColorSelection API.
893
894         * gtk/gtkhsv.c:
895         Fix problem selecting colors in triangle when Hue is 330.
896         Fix some black dots around the HSB triangle.
897         
898         * gtk/gtkfilesel.c:
899         return FALSE from the focus_in_event handler to fix focus problems.
900
901 2001-04-18  Havoc Pennington  <hp@redhat.com>
902
903         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
904         set, so keybindings are configurable    
905         (gtk_window_activate_default): Change to activate the focus widget
906         instead if there's a focus widget, to be consistent with the
907         behavior that previously existed in key_press_event
908
909 2001-04-18  Havoc Pennington  <hp@redhat.com>
910
911         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
912
913 2001-04-18  Havoc Pennington  <hp@redhat.com>
914
915         Close bug #50615:
916         
917         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
918         the layout
919
920         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
921
922         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
923
924         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
925         
926         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
927         to blue for base, in addition to bg
928         
929 2001-04-18  Havoc Pennington  <hp@redhat.com>
930
931         * tests/testgtk.c (create_image): allow shrinking the image window
932         to test that we clip to allocation.
933
934         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
935         #9845
936
937         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
938
939 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
940
941         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
942         mode on shm segments to 0600. We'll see who complains.
943
944         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
945         _gdk_windowing_window_destroy() AFTER recursing through
946         children.
947
948         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
949         testsocket_child on X.
950
951         * tests/testsocket[_child].c: Fix uses of
952         gtk_window_get_default_accel_group().
953
954         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
955
956         * gdk/gdkimage.c: (gdk_image_get):
957         Deal with the possibility that XGetImage() might return NULL.
958         Allocate the GdkImagePrivate structure only after XGetImage()
959         succeeds in order not to dereference a NULL ximage pointer.  This
960         prevents a core dump when XGetImage() fails - which is unlikely,
961         but can happen due to race conditions accessing the geometries of
962         drawables.  An x error will still be triggered, but the gdk image
963         wrapper at least wont seg fault.
964         
965 2001-04-18  Havoc Pennington  <hp@redhat.com>
966
967         * gtk/gtkimage.c: fix to properly queue resizes when the image is
968         set
969
970         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
971         if the insertion point isn't editable
972
973         * demos/gtk-demo/images.c: Added a GtkImage demo
974
975         * demos/gtk-demo/drawingarea.c: drawing area demo
976         
977         * demos/gtk-demo/menus.c (create_menu): cleanups
978
979 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
980
981         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
982           gdk/x11/gdkevents-x11.c: Introduce an extra child
983         of toplevel windows that serves to hold the focus to
984         avoid events being delivered to embedded windows.
985
986         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
987         some extra variables to clean up code and reduce the
988         number of casts.
989
990         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
991         guint for 1 bit bit fields, not gboolean.
992
993 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
994
995         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
996         not TRUE. (Fixes #52925)
997
998 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
999
1000         * Released 1.3.4
1001
1002         * NEWS: Updated
1003
1004         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
1005         use GTK_TYPE_ENUM.
1006
1007 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
1008
1009         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
1010
1011         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
1012         names to compatibility #defines so docs work.
1013
1014         * gtk/gtkenums.h: Remove GtkMenuFactoryType
1015
1016         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
1017
1018         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
1019
1020         * tests/testgtkrc: No magenta cursors, please.
1021
1022         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
1023
1024         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
1025         
1026 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
1027
1028         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
1029         grabs, since they are no longer necessary.
1030
1031         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
1032         by signal_connect() and call gtk_button_pressed() rather
1033         than signal_connect_after().
1034
1035         * tests/testgtk.c: Restore radio menu items to combos 
1036         since they'll look OK with Raleigh, and it is easier
1037         than finishing the process of removing them that was
1038         started earlier.
1039
1040 2001-04-16  Hans Breuer  <hans@breuer.org>
1041
1042         * gdk/gdk.def :
1043         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
1044
1045         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
1046         we are interested in the functions return value not the function address
1047         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
1048
1049         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
1050
1051 2001-04-14  Hans Breuer  <hans@breuer.org>
1052
1053         * gdk/gdk.def :
1054         * gdk/makefile.msc : updated
1055
1056         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
1057         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
1058         (the testgtk::text backgound pixmap is drawn again)
1059         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
1060         Win32 Pango change
1061         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
1062
1063         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
1064         Not sure if the returned settings have the right unit, because I couldn't
1065         find any docs for the X version ...
1066
1067         * gtk/gtk.def :
1068         * gtk/makefile.msc.in : updated
1069
1070 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
1071
1072         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
1073         wording problems. (Compared to version from Johannes Stezenbach to
1074         check correctness.)
1075
1076 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
1077
1078         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
1079         this to compile.
1080
1081 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
1082
1083         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
1084         not pixbufpos.
1085
1086         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
1087
1088         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
1089         are unsigned insts, therefore use g_value_set_uint.
1090         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
1091
1092 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@webwynk.net>
1093
1094         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
1095
1096         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
1097         GTK_TYPE_STRING.
1098
1099         * gtk/gtktreeview.c: New functions to allow initial column
1100         dragging work.
1101
1102         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
1103
1104         * tests/testtreefocus.c: give dave some love.
1105
1106         * tests/testtreesort.c: Modify test to check really long samples.
1107
1108 2001-04-11  Alexander Larsson  <alexl@redhat.com>
1109
1110         * gtk-2.0.m4: Pass pkg-config options
1111         before the other args so it works even if
1112         POSIXLY_CORRECT is set.
1113
1114 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
1115
1116         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
1117         0, interface 0).
1118
1119 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
1120
1121         * gtk/gtkcalendar.c (gtk_calendar_button_press):
1122         check for action_func != NULL
1123
1124 2001-04-04  Sven Neumann  <sven@gimp.org>
1125
1126         * tests/testgtk.c (test_init): corrected path to gtk.immodules
1127
1128 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
1129
1130         * Released Gtk+-1.3.3.
1131
1132 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
1133
1134         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
1135
1136 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
1137
1138         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
1139         files to/from source dir. (if we don't stay in builddir, we
1140         can't reach make-inline-pixbuf.
1141
1142         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
1143         deps.
1144
1145         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
1146         ages 0).
1147
1148 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
1149
1150         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
1151         moved to the GtkTreeSortable interface.
1152
1153         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
1154         Make more efficient (fixes #50262).
1155
1156 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
1157
1158         * NEWS: Updated.
1159
1160         * configure.in: Remove support for uninstalled glib.
1161
1162         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
1163         so as not to stop emission.
1164
1165         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
1166         is no longer supported.
1167
1168         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
1169         into tests, change build order to build modules before
1170         gtk/.
1171
1172         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
1173         to here.
1174
1175 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
1176
1177         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
1178         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
1179         GPatternSpec. this is actually unlikely to cause breakage in
1180         third-party apps since except for gle, pretty much ever caller
1181         passes NULL here.
1182
1183         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
1184
1185         * *.c: use g_pattern_*() API.
1186
1187         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
1188
1189         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
1190         directions aren't passed in.
1191
1192         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
1193         functionality to be usable from gtkstyle.c as well, give precedence
1194         for conversion to user-supplied parsers.
1195         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
1196
1197         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
1198         _gtk_settings_parse_convert() for rcporperty value conversion.
1199
1200 2001-04-03  Alexander Larsson  <alexl@redhat.com>
1201
1202         * gdk/linux-fb/gdkevents-fb.c:
1203         Add empty gdk_setting_get().
1204
1205 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
1206
1207         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
1208         variable names.
1209         
1210         * gtk/makeenums.pl: touch this so enum files get remade.
1211
1212 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
1213
1214         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
1215         work again when not sorted.
1216
1217         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
1218         and "expand_row" signal, closing bug 52578.
1219
1220         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
1221         support.
1222
1223         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
1224         support.
1225
1226 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
1227
1228         * gdk/gdkevents.h: Add GdkEventSetting event for notification
1229         of changes to system settings, gdk_setting_get() to retrieve
1230         a single system setting.
1231
1232         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
1233         to the draft XSETTINGS mechanism.
1234
1235         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
1236         XSETTINGS.
1237
1238         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
1239         of GDK settings changes to the GtkSettings object.
1240
1241         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
1242         double-click-timeout property to GDK.
1243
1244         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
1245         Define GDK boxed types here.
1246
1247         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
1248         gdk/gdkenumtypes.[ch] for enum definitions.
1249
1250         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
1251         * gtk/gtk-boxed.defs: Comment out GDK types
1252         * gtk/gtktypeutils.h: Remove GDK types
1253         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
1254
1255 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
1256
1257         * Applied patch from Ron Steinke to add signal accumulators
1258         so that signals with the convention 'TRUE return means
1259         handled' stop emission on a TRUE return.
1260
1261         * gtk/gtkmain.[ch]: Add private accumulator 
1262         _gtk_boolean_handled_accumulator, used throughout GTK+.
1263         
1264         * gtk/gtkspinbutton.c: Add accumulator for ::output.
1265
1266         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
1267         
1268         * gtk/gtkwidget.c: Add accumulators for event signals,
1269         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
1270         for ::mnemonic-activate.
1271
1272         * gtk/gtkwindow.c: Add accumulator for ::frame_event
1273
1274 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
1275
1276         * gtk/gtkwidget.c: Add missing include.
1277
1278 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
1279
1280         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
1281         marshaller.
1282
1283         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
1284         "changed" signal to "range_changed".
1285
1286         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
1287         removing a tree from one model would remove all trees from that
1288         model.
1289         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
1290         changed signal instead.
1291
1292 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
1293
1294         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
1295         chaining up to parent impl, since we have a INPUT_ONLY
1296         window.
1297
1298         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
1299         foreground color for the cursor.
1300
1301 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
1302
1303         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
1304         param spec when caching property values, since we unref it
1305         later when we free the style.
1306
1307         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
1308         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
1309
1310 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
1311
1312         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
1313         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
1314         stupidity.
1315
1316 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
1317
1318         [ First pass at adding style properties. Still needs some definite
1319         fine-tuning. ]
1320
1321         * gtk/gtkbutton.c: Add ::default_spacing style property.
1322          
1323         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
1324         ::indicator_spacing style properties.
1325
1326         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
1327         style properties.
1328
1329         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
1330         rather than a normal property.
1331
1332         * gtk/gtkwidget.c: Add an ::interior_focus style property to
1333         draw focus inside buttons, in the Windows/Java Metal/etc. style.
1334
1335         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
1336         Honor ::interior_focus.
1337         
1338         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
1339         TRUE.
1340
1341         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
1342         Add ::slider_width, ::trough_border, ::stepper_size,
1343         ::stepper_spacing style properties.
1344
1345         * gtk/gtkscale.[ch] Add ::slider-length style property.
1346
1347 2001-04-02 Alexander Larsson   <alexl@redhat.com>
1348
1349         * gdk/linux-fb/gdkwindow-fb.c:
1350         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
1351         warnings that were spewed on startup.
1352
1353         * gtk/gtkwindow-decorate.c:
1354         gtk_window_reposition -> _gtk_window_reposition
1355
1356 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
1357
1358         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
1359         Add boxed type for GtkRequistion. Use it for ::size-request.
1360
1361         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
1362         Add a new GtkBorder structure useful for geometry properties
1363         for widgets. Add corresponding GTK_TYPE_BORDER.
1364         
1365         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
1366         Support automatic parser selection like
1367         gtk_settings_install_property_parser().
1368
1369         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
1370         functionality for use by gtk_widget_class_install_style_property.
1371         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
1372
1373 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
1374
1375         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
1376         g_param_spec_unichar(). 
1377
1378 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
1379
1380         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
1381         _NET window managers.
1382
1383         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
1384
1385 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
1386
1387         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
1388         bad needs to be nuked, not just deprecated.
1389
1390         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
1391         gtk_widget_popup().
1392
1393         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
1394         
1395         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
1396         widget.
1397         
1398         * docs/Changes-2.0.txt: updates.
1399         
1400 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
1401
1402         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
1403         for (i = 0; i < 100; i ++)
1404           g_print ("I will confirm it compile before committing\n");
1405
1406 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
1407
1408         * gtk/gtktreestore.c: Initial work on implementing the
1409         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
1410
1411 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
1412
1413         * gtk/gtkwidget.c: fixed a bunch of notifications, added
1414         reference counts around emissions where the widget is used afterwards.
1415         added freeze/thaws around multiple properties being notified.
1416         (_gtk_widget_get_aux_info): cleanups.
1417         
1418         * gtk/gtksettings.c (gtk_settings_install_property): provide
1419         default parsing functions for gdkcolor, enums and flags.
1420
1421         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
1422         applied by owen.
1423         backed out gtk_window_get_location(), gtk_window_set_location(),
1424         gtk_window_get_size() and gtk_window_set_size(), these
1425         have to be sorted out wrg x/y/width/height/default_with/default_height
1426         properties.
1427         kept a flag in GtkWindowGeometryInfo to handle user
1428         resetting default sizes.
1429         cleaned up ZVT comments.
1430         bunch of assorted bug fixes, notification fixes.
1431         (_gtk_window_reposition): make this a really internal function.
1432         
1433         * gtk/testgtk.c: fixups.
1434         
1435 2001-03-31  Hans Breuer  <hans@breuer.org>
1436
1437         * config.h.win32.in : disable USE_MMX for msvc build cause
1438         the assembler doesn't fit and is out of my scope. Disable
1439         USE_GMODULE for msvc build as wel. The right way to share
1440         binaries on win32 would be to use libtiff.dll etc. To reduce
1441         installation hassles IMO it's better to include all fileformats
1442         builtin to gdk-pixbuf
1443
1444         * gdk-pixbuf/makefile.msc : new file
1445
1446         * gdk/gdk.def : updated
1447
1448         * gdk/win32/gdkevents-win32.c : don't erase the background if
1449         .no_bg is set. It improves the scrolling (e.g. of testgtk main
1450         buttons
1451         * gdk/win32/gdkgeometry-win32.c : added comment about the above
1452
1453         * gdk/win32/gdkwindow-win32.c : added three new functions like
1454         the X version. Only one is implemented, because the other two
1455         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
1456         be default behaviour on win32 anyway ...
1457
1458         * gtk/gtk.def : updated
1459
1460         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
1461         from where it was built and add an additional rule to automagically
1462         build gtkmarshal.[hc]
1463
1464         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
1465         before array access for the current entry isn't finished
1466
1467         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
1468         use g_return_val_if_fail
1469
1470         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
1471         for the static array, but let the compiler calculate it. It
1472         makes me wonder if gcc isn't capable to catch bugs like this ...
1473
1474 2001-03-31  James Henstridge  <james@daa.com.au>
1475
1476         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
1477         constant "-1" in the aux info structure.
1478
1479 2001-03-30  Alexander Larsson  <alexl@redhat.com>
1480
1481         * gtk/gtkbutton.c (gtk_button_get_property):
1482         * gtk/gtklabel.c:
1483         Remove leaks.
1484         
1485         * gtk/gtkcontainer.c:
1486         * gtk/gtkhscale.c:
1487         * gtk/gtkhscrollbar.c:
1488         * gtk/gtklayout.c:
1489         * gtk/gtkmisc.c:
1490         * gtk/gtkprogress.c:
1491         * gtk/gtkprogressbar.c:
1492         * gtk/gtkrange.c:
1493         * gtk/gtktable.c:
1494         * gtk/gtkviewport.c:
1495         * gtk/gtkvscale.c:
1496         * gtk/gtkvscrollbar.c:
1497         * gtk/gtkwidget.c:
1498         Property patches, based on patches from John Margaglione and Lee Mallabone.
1499
1500 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
1501
1502         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
1503         adjustment. Cleaned redundant preconditions (spin != NULL). Added
1504         inline API function docs.
1505         (gtk_spin_button_new_with_range): New convenience constructor.
1506         (gtk_spin_button_set_increments): New adjustment helper.
1507         (gtk_spin_button_set_range): New adjustment helper.
1508
1509         * gtk/testgtk.c : added test of the new convenince constructor and
1510         value_changed signals.
1511
1512 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
1513
1514         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
1515         listen to the reorder signal.
1516
1517 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
1518
1519         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
1520         to get the aux info structure fo the widget.
1521
1522         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
1523         above function.
1524
1525         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
1526
1527         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
1528         to get the size of the window manager frame, basically the same
1529         code that gdk_window_get_root_origin() had
1530         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
1531
1532         * gtk/gtkwindow.c (gtk_window_set_default_size): use
1533         gdk_window_resize() if the window is realized and resizeable
1534
1535         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
1536         typo so that setting gravity works
1537
1538         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
1539         allocation if auto_shrink is on, even if the default size
1540         has not changed.
1541
1542         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
1543         g_return_if_fail
1544
1545 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
1546
1547         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
1548         reordering/sorting work.  Now pretty much works.
1549
1550         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
1551         reorder mostly work.  Still need to get the parity correct.
1552
1553         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
1554         signal, so I can listen for the sort_column_changed signal so I
1555         can change my "sort_indicator" property.  Cool.
1556
1557 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
1558
1559         [ Patch from Havoc Pennington, hp@redhat.com ]
1560
1561         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
1562         Add functions gdk_window_begin_resize_drag/begin_move_drag
1563         to start resizing or moving a toplevel window. This
1564         is done either using the _NET_WM_MOVERESIZE protocol,
1565         or, if that isn't present, by emulation.
1566
1567         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
1568         to export the above to GTK+-land.
1569
1570         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
1571         
1572         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
1573         Move this function into gdkwindow, since we need it
1574         when implementing fallback resizing.
1575
1576         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
1577         Fix typo when setting gravity.
1578
1579         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
1580         Add an optional (but on by default) resize grip for resizing 
1581         the parent window.
1582
1583 01-03-29  Alexander Larsson  <alexl@redhat.com>
1584
1585         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
1586         Don't return TRUE from the event handler, that blocks all
1587         event signals on the tooltip widget. Now you can press buttons
1588         in toolbars again.
1589
1590 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
1591
1592         * gtk/testtext.c (create_buffer): Add missing NULL on
1593         valist.
1594
1595         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
1596         c-n-p problem with INCONSISTENT property.
1597
1598         [ Patch from Havoc Pennington  <hp@redhat.com> ]
1599
1600         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
1601         hook.
1602
1603         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
1604         signal as a hook for extending the default popup menu
1605
1606         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1607         use radio menu items for the input method menuitems
1608
1609         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
1610         inserted unicode from Ctrl-Shift-hex input method
1611
1612         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
1613         validatation here, already done at GtkTextBuffer level.
1614
1615         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
1616         popup_menu run action signal and Shift+F10 and Menu keybindings.
1617
1618         * gtk/gtkentry.c: implement a default handler for popup_menu
1619
1620         * gtk/gtktextview.c: implement a default handler for popup_menu
1621
1622         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
1623         from a key event
1624         
1625         * gtk/gtklabel.c: remove "trailer" cruft
1626
1627 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
1628
1629         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
1630         handle reordering of trees.  Seems to mostly work w/ the exception
1631         of the parity flag.
1632
1633         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
1634         signal.
1635
1636 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
1637
1638         * gtk/gtkwidget.h: c++ fixes.
1639
1640 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
1641
1642         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
1643         memory.
1644
1645 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
1646
1647         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
1648         Nils Barth fixing event return values. (#51041)
1649
1650         * gtk/gtkwidget.c: Fix some return values for default
1651         functions.
1652
1653         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
1654         return values for trough_keys functions.
1655
1656         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
1657         value for add_accelerator (shoudl have been a void
1658         return.)
1659
1660         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
1661         Fix return type of EVENT.
1662
1663         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
1664         signal return a boolean.
1665
1666 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
1667
1668         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
1669         reordered signal.
1670
1671         * tests/testtreesort.c (main): fix spelling.
1672
1673 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
1674
1675         * gtk/gtkliststore.c: More work on implementing sortable
1676         interface.
1677
1678 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
1679
1680         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
1681         reference the widgets in the resulting list. (#11821)
1682         This makes this consistent with gtk_container_children.
1683
1684         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
1685         uses of gtk_window_list_toplevels.
1686
1687 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
1688
1689         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
1690         a virtual function to set whether the IM context should use 
1691         the preedit string. (#51922)
1692         
1693 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
1694
1695         * gdk/gdkpango.h: Remove stale FIXME comment.
1696
1697 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
1698
1699         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
1700         Fixed bug that returned NULL if a filename was selected.
1701
1702 2001-03-24  Havoc Pennington  <hp@pobox.com>
1703
1704         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
1705         to contain the word "theme"
1706
1707 2001-03-24  Havoc Pennington  <hp@pobox.com>
1708
1709         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
1710         slower but finer-grained
1711         (gtk_hsv_focus): get initial focus on the ring or triangle 
1712         according to tab direction
1713
1714         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
1715
1716 2001-03-23  Havoc Pennington  <hp@pobox.com>
1717
1718         * gtk/gtkhsv.c: make this somewhat key-navigable
1719
1720         * gtk/gtkfontsel.c: mnemonics
1721
1722         * gtk/gtkgamma.c: mnemonics
1723
1724         * gtk/gtkcolorsel.c: add mnemonics to labels
1725
1726 2001-03-22  Havoc Pennington  <hp@pobox.com>
1727
1728         Applied big patch from Seth Lytle to fix event handler return
1729         values, slightly modified.
1730
1731         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
1732         handled.
1733         (gtk_calendar_key_press): return TRUE for GDK_space triggers
1734         select_day
1735
1736         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
1737         (gtk_clist_button_release): return TRUE if handled
1738
1739         * gtk/gtkcolorsel.c (mouse_release):
1740         (palette_activate): 
1741         (palette_press): 
1742         (palette_new): 
1743         (mouse_press): 
1744         (get_screen_color): 
1745         fixed return type (void to gboolean), return TRUE,
1746         added GTK_SIGNAL_FUNC cast
1747
1748         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
1749         (void to gboolean), and return TRUE
1750         (gtk_combo_button_release): changed return value to TRUE after
1751         gtk_grab_add on combo->popwin
1752
1753         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
1754         collapse or expand
1755
1756         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
1757         button/motion
1758
1759         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
1760         press/release and motion that trigger act
1761
1762         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
1763
1764         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
1765         for GDK_Return
1766         
1767         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
1768         (gtk_list_button_release): return TRUE if selection
1769
1770         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
1771         press
1772
1773         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
1774         (gtk_menu_shell_button_release): chain parent_menu_shell retval
1775
1776         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
1777         nothing triggered
1778         (gtk_notebook_button_release): return TRUE if we do anything
1779
1780         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
1781         (gtk_spin_button_button_release): return TRUE or chained retval
1782
1783         * gtk/gtktext.c (gtk_text_button_press): 
1784         (gtk_text_button_release): return TRUE
1785         (gtk_text_key_press): remove redundant retval code
1786         
1787         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
1788         and sensitive
1789         (gtk_tree_item_subtree_button_click): changed type to gint, and return
1790         TRUE if sensitive
1791
1792         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
1793         return TRUE
1794
1795 2001-03-23  Havoc Pennington  <hp@redhat.com>
1796
1797         * gtk/testgtk.c: fix warnings
1798
1799         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
1800
1801         * gtk/gtktextview.c: fix warnings
1802
1803         * gtk/gtktext.c (find_cursor_at_line): fix warning
1804
1805         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
1806
1807         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
1808         of this function
1809
1810         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1811         fix warning
1812
1813         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
1814
1815         * gtk/gtkfontsel.c: fix warning
1816
1817         * gtk/gtkcolorsel.c: fix warnings
1818
1819 2001-03-23  Havoc Pennington  <hp@redhat.com>
1820
1821         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
1822
1823         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
1824
1825         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
1826         and deprecated gtk_check_menu_item_set_show_toggle().
1827         
1828         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
1829
1830         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
1831
1832         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
1833
1834 2001-03-23  Havoc Pennington  <hp@redhat.com>
1835
1836         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
1837         some docs
1838
1839 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
1840
1841         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
1842         this.
1843
1844         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
1845         set_cell to set_value
1846
1847         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
1848         set_cell to set_value
1849
1850 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
1851
1852         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1853         fix braino.
1854         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
1855         support.
1856
1857         * gtk/gtktreeview.c: Addition of initial sortable support.
1858
1859         * gtk/gtktreestore.c: Addition of initial sortable support.
1860
1861         * gtk/gtkliststore.c: Addition of initial sortable support.
1862
1863         * gtk/gtkmarshal.list: yet another marshaller.
1864
1865         * gtk/gtktreedatallist.[ch]: shared code between the store models
1866         for handling sorting headers.
1867
1868 2001-03-22  Havoc Pennington  <hp@redhat.com>
1869
1870         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
1871         (gtk_container_unset_focus_chain): Add ability to override the 
1872         focus chain for a container explicitly
1873
1874 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
1875
1876         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
1877         added PROP_MNEMONIC_WIDGET.
1878
1879         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
1880         (gtk_window_remove_mnemonic): 
1881         (gtk_window_add_mnemonic): fixed assertions.
1882         (gtk_window_activate_mnemonic): constrain modifier checks to those
1883         permitted by gtk_accelerator_get_default_mod_mask().
1884         got rid of gtk_window_get_default_accel_group().
1885
1886         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
1887         activatable widgets either by focussing or a warning.
1888         added a signal accumulator to ::activate_mnemonic which stops the
1889         emission once a handler returned TRUE.
1890
1891 2001-03-22  Havoc Pennington  <hp@pobox.com>
1892
1893         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
1894         the stock item label
1895
1896         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
1897
1898         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
1899
1900         * demos/gtk-demo/*.c: Add mnemonics all over the place
1901
1902         * gtk/gtklabel.h: mark parse_uline deprecated
1903
1904 2001-03-21  Alexander Larsson  <alexl@redhat.com>
1905
1906         * gtk/gtkitemfactory.[ch]:
1907         Add support for stock and normal imagemenuitems.
1908         
1909         * gtk/testgtk.c:
1910         Add some tests for mnemonics, stock toolbars, stock
1911         and image menuitems in itemfactory and gdk_window_scroll.
1912
1913 2001-03-21  Alexander Larsson  <alexl@redhat.com>
1914
1915         * gtk/gtkbutton.[ch]:
1916         * gtk/gtkdialog.c:
1917         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
1918         removed accel_group argument. Renamed gtk_button_new_accel() to
1919         gtk_button_new_with_mnemonic() and removed accel_group argument.
1920
1921         * gtk/gtkcheckbutton.[ch]:
1922         New function gtk_check_button_new_with_mnemonic().
1923
1924         * gtk/gtkentry.c:
1925         Override activate_mnemonic and just grab focus.
1926
1927         * gtk/gtkitemfactory.c:
1928         Don't add menu uline accel group, instead use mnemonics support.
1929
1930         * gtk/gtklabel.[ch]:
1931         New support for mnemonics.
1932
1933         * gtk/gtkmarshal.list:
1934         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
1935
1936         * gtk/gtkmenu.[c]:
1937         * gtkmenushell.c:
1938         Use mnemonics instead of accel groups for uline
1939         support in menu items.
1940         Removed gtk_menu_get_uline_accel_group() and
1941         gtk_menu_ensure_uline_accel_group().
1942
1943         * gtk/gtkmenuitem.c:
1944         Override activate_mnemonic to handle switching between
1945         menu items if there are collisions.
1946         
1947         * gtk/gtknotebook.c:
1948         Connect to activate_mnemonic on the tab_label, so that
1949         activating it switches to that notebook page.
1950
1951         * gtk/gtkwidget.[ch]:
1952         Add activate_mnemonic signal. New function
1953         gtk_widget_activate_mnemonic() to emit it.
1954         Default implementation does activate/grab_focus.
1955
1956         * gtk/gtkwindow.[ch]:
1957         Add support for mnemonics in windows.
1958         New functions:
1959         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
1960         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
1961
1962         * gtk/testgtk.c:
1963         Update to function name changes.
1964         
1965 2001-03-21  Alexander Larsson  <alexl@redhat.com>
1966
1967         * gtk/gtkimagemenuitem.[c]:
1968         Add gtk_image_menu_item_new_from_stock()
1969
1970 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
1971
1972         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1973         Fix buglet in meeting.
1974
1975 2001-03-19  Havoc Pennington  <hp@redhat.com>
1976
1977         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
1978         add a bunch of accessor functions. This is because we have
1979         reasonable expectations of extending what fields it contains in
1980         the future.
1981
1982         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
1983         changes
1984
1985         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
1986         GtkIconSource   
1987
1988 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
1989
1990         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
1991         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
1992
1993         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
1994           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
1995           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
1996           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
1997         Change float to double everywhere with the exception of 0<->1.0 alignment
1998         and GtkCurve.
1999
2000 2001-03-19  Tor Lillqvist  <tml@iki.fi>
2001
2002         * gdk/win32/gdkdrawable-win32.c
2003         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
2004         output.
2005
2006         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
2007         gdkwin32.h.
2008
2009 2001-03-18  Tor Lillqvist  <tml@iki.fi>
2010
2011         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
2012         print_event_state, print_event): Use preprocessor macro to make
2013         code more compact. Print also GDK_WINDOW_STATE events.
2014         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
2015         
2016         * gtk/gtk.def
2017         * gtk/makefile.mingw.in: Update.
2018
2019         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
2020         to catch also Cygwin.
2021
2022 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
2023
2024         * gtk/gtkspinbutton.[hc]: added rc-style argument
2025         GtkSpinButton::shadow_type.
2026         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
2027         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
2028         rc-style settings.
2029
2030         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
2031
2032         * gtk/gtkwidget.c: quark cleanups.
2033
2034         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
2035         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
2036         to create_rc_style() (we don't do cloning in standard OO sense).
2037         added per rc style properties.
2038         
2039         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
2040         property values and for caching those. some cleanups.
2041         
2042         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
2043         
2044         * gtk/gtksettings.[hc]: new file for global rc-file properties
2045         (at least currently, should get extended to support X properties
2046         and other communication mechanisms).
2047         
2048         * gtk/gtkwidget.[hc]: added style property support:
2049         (gtk_widget_class_install_style_property_parser): install style
2050         property pspec with parser function for rc-file values other
2051         than LONG, DOUBLE or STRING.
2052         (gtk_widget_class_install_style_property): same as above without
2053         parser (parsers are going to be needed quite infrequently).
2054         (gtk_widget_style_get_property): retrive style property value.
2055         (gtk_widget_style_get_valist): same as above with varargs support,
2056         has NOCOPY semantics.
2057         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
2058
2059 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
2060
2061         * demos/gtk-demo/main.c (row_activated_cb): modified to use
2062         "row_activated" signal.
2063
2064         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
2065         stupidity.  Lets actually pass in the row with this signal...
2066
2067 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
2068
2069         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
2070
2071         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
2072
2073         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
2074         everything into the ::destroy function, and freed a lot more.
2075
2076 2001-03-16  Havoc Pennington  <hp@redhat.com>
2077
2078         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
2079         instead of gint16, to avoid overflow issues, since sizes > 16-bit
2080         are now allowed.
2081
2082 2001-03-16  Havoc Pennington  <hp@redhat.com>
2083
2084         * Applied patch from Nils Barth (bug # 51041) to 
2085         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
2086         in various places.
2087
2088 2001-03-15  Havoc Pennington  <hp@redhat.com>
2089         
2090         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
2091         for properties to set on the tag.
2092
2093         * gtk/testtext.c: fixups to reflect create_tag change
2094         
2095         * gtk/gtktexttag.c (gtk_text_tag_set_property):
2096         background/foreground stipple are objects, not boxed.
2097
2098         * demos/gtk-demo/textview.c: intellihancing
2099
2100 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
2101
2102         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
2103         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
2104
2105 2001-03-16  Alexander Larsson  <alexl@redhat.com>
2106
2107         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
2108         Fix sign error with queued region translations.
2109
2110 2001-03-15  HideToshi Tajima  <tajima@happy>
2111
2112         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
2113         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
2114         * gtk/gtkentry.c (update_im_cursor_location): 
2115         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
2116         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
2117         set_cursor_pos to set_cursor_location in GtkInputContext class
2118
2119 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
2120
2121         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
2122         the location of the cell relative to its area.
2123         * gtk/gtkcell*: modified for above change
2124         * gtk/gtktreeview.c: modified for above change.
2125
2126 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
2127
2128         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
2129          (gtk_tree_view_finalize): actually unref the model.  Thanks to
2130         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
2131
2132 2001-03-14  Havoc Pennington  <hp@redhat.com>
2133
2134         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
2135         
2136         * gtk/gtk.h: remove gtkdata.h
2137
2138         * gtk/Makefile.am: remove gtkdata
2139         
2140         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
2141         not "disconnect" on the adjustments.
2142         
2143         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
2144         GtkData
2145
2146         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
2147         not GtkData
2148
2149         * configure.in: handle case where X render exists, but Pango lacks
2150         Xft support.
2151
2152 2001-03-15 Alexander Larsson  <alexl@redhat.com>
2153
2154         * gtk/gtktoolbar.[ch]:
2155         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
2156         to add stock items to toolbars.
2157
2158         * gtk/Makefile.am:
2159         Remove ../gdk/gdkim.h from gdk_headers.
2160
2161 2001-03-15  Sven Neumann  <sven@gimp.org>
2162
2163         * gdk/gdkim.h: removed
2164         
2165         * gdk/gdkprivate.h
2166         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
2167
2168 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
2169
2170         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
2171         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
2172         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
2173         set_cursor_pos() virtual method
2174
2175         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
2176         (gtk_im_context_xim_set_cursor_pos): add implementation for
2177         set_cursor_pos() method
2178
2179         * gtk/gtkentry.c (recompute_idle_func): set current cursor
2180         position to input methods
2181
2182 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
2183
2184         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
2185         code a lot.
2186
2187         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
2188         g_mem_chunk.
2189         (_gtk_tree_data_list_alloc): use g_mem_chunk.
2190         (_gtk_tree_data_list_node_to_value): Fix to switch on
2191         G_TYPE_FUNDAMENTAL.
2192         (_gtk_tree_data_list_value_to_node): Fix to switch on
2193         G_TYPE_FUNDAMENTAL.
2194         (_gtk_tree_data_list_node_copy): Fix to switch on
2195         G_TYPE_FUNDAMENTAL.
2196
2197 2001-03-12  Havoc Pennington  <hp@redhat.com>
2198
2199         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
2200         to convert to new property API. Also, change default_width and
2201         default_height get_property to return 0 as the flag value for
2202         "unset"; -1 is not a valid value for these fields.
2203
2204 2001-03-12  Havoc Pennington  <hp@redhat.com>
2205
2206         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
2207         enum with registration for icon sizes, instead of strings.
2208
2209         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
2210         gtkwidget.c: Fix to reflect GtkIconSize
2211         
2212 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2213
2214         Make GtkFB compile and link.
2215         
2216         * gdk/linux-fb/gdkdrawable-fb2.c:
2217         window->mapped to GDK_WINDOW_IS_MAPPED(). 
2218         
2219         * gdk/linux-fb/gdkwindow-fb.c:
2220         window->mapped to GDK_WINDOW_IS_MAPPED(). 
2221         Added gdk_window_shape_combine_region.
2222         Added assorted placeholders for unimplemented new GdkWindow API calls.
2223
2224 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2225
2226         * gtk/gtkfilesel.c:
2227         Add more test when converting filenames from/to utf-8.
2228         Don't allow entering text in the filename entry which isn't allowed in
2229         a filename. Just beep instead.
2230
2231 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2232
2233         * gtk/gtkclist.c:
2234         Scroll using gdk_window_scroll(). Don't wait for exposes.
2235         Move the column headers in an order that makes them flash less.
2236
2237 2001-03-10  Hans Breuer  <hans@breuer.org>
2238
2239         * gdk/gdk.def : updated
2240
2241         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
2242         to offseting the clip_mask at the right place
2243
2244         * gdk/win32/gdkwindow-win32.c : don't create background brushes
2245         for all the gdkClasses, especially not for the input_only case.
2246         Otherwise flickering wont be avoidable, because we don't get
2247         WM_ERASEBKGND message for these windows.
2248
2249         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
2250         and fixed massive redraw problems apparently triggered by Alexanders 
2251         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
2252         but it seems to work quite well :-)
2253
2254         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
2255         prototype
2256
2257 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
2258
2259         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
2260         (gtk_list_store_set_cell): Fix a stupid typo.
2261
2262 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
2263
2264         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
2265         select_all not work if you're in SINGLE mode (it doesn't make that
2266         much sense, anyway.)
2267
2268         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
2269         handle types more sanely.
2270         (_gtk_tree_data_list_value_to_node): handle types more sanely.
2271         (_gtk_tree_data_list_node_copy): handle types more sanely.
2272
2273         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
2274         GValue better. Converts the type as well.
2275
2276         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
2277         GValue better. Converts the type as well.
2278
2279 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
2280
2281         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
2282         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
2283         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
2284         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
2285
2286         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
2287         gdk_im/gdk_ic.
2288
2289 2001-03-09  Hans Breuer  <hans@breuer.org>
2290
2291         * gdk/gdk.def : updated
2292
2293         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
2294         for their palette
2295
2296         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
2297         removing
2298
2299         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
2300         removing and implemented Havoc's GdkWindow state functions; 
2301         stick/unstick only as no-op, cause I don't know how to emulate 
2302         on win32 ...
2303
2304         * gtk/gtk.def : updated
2305
2306         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
2307
2308         * gtk/gtktypeutils.c : #include <string.h>
2309
2310         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
2311
2312 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
2313
2314         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
2315         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
2316         not a boxed.
2317
2318 2001-03-09  Alexander Larsson  <alexl@redhat.com>
2319
2320         * docs/Changes-2.0.txt:
2321         Document expose event->region change and that gtk_widget_event
2322         doesn't allow passing expose events.
2323
2324         * gdk/gdkevents.h:
2325         Add region to expose event.
2326         
2327         * gdk/gdkevents.c:
2328         Handle event->region in gdk_event_copy() and gdk_event_free().
2329
2330         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
2331         Generate expose_event->region when creating expose events.
2332
2333         * gdk/x11/gdkevents-x11.c:
2334         Generate expose events with regions when translating X events.
2335
2336         * gtk/gtkcontainer.[ch]:
2337         Default expose handler that propagates expose events to NO_WINDOW
2338         children. New function gtk_container_propagate_expose()
2339
2340         * gtk/gtkwidget.[ch]:
2341         Moved gtk_widget_event implementation to gtk_widget_event_internal.
2342         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
2343         expose events. New function gtk_widget_send_expose() to send expose
2344         events. New function gtk_widget_region_intersect() to calculate
2345         window/region intersections.
2346         
2347         * gtk/gtkmain.c (gtk_main_do_event):
2348         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
2349         Use gtk_widget_send_expose() to send expose events.
2350         
2351         * gtk/gtkbin.c:
2352         * gtk/gtkbox.c:
2353         * gtk/gtkfixed.c:
2354         * gtk/gtkimagemenuitem.c:
2355         * gtk/gtklist.c:
2356         * gtk/gtkpacker.c:
2357         * gtk/gtktable.c:
2358         * gtk/gtktree.c:
2359         Remove expose handler, using the default container implementation
2360         instead.
2361         
2362         * gtk/gtkbutton.c:
2363         * gtk/gtkcheckbutton.c:
2364         * gtk/gtkeventbox.c:
2365         * gtk/gtkfixed.c:
2366         * gtk/gtkhandlebox.c:
2367         * gtk/gtklayout.c:
2368         * gtk/gtklistitem.c:
2369         * gtk/gtkmenu.c:
2370         * gtk/gtkmenubar.c:
2371         * gtk/gtkmenuitem.c:
2372         * gtk/gtknotebook.c:
2373         * gtk/gtkoptionmenu.c:
2374         * gtk/gtkpaned.c:
2375         * gtk/gtkscrolledwindow.c:
2376         * gtk/gtktogglebutton.c:
2377         * gtk/gtktoolbar.c:
2378         * gtk/gtktreeitem.c:
2379         * gtk/gtkviewport.c:
2380         Chain expose handler to parent class handler. Use
2381         gtk_container_propagate_expose() to propagate exposes.
2382
2383         * gtk/gtkclist.c (check_exposures):
2384         * gtk/gtktext.c (process_exposes):
2385         Use gtk_widget_send_expose instead of gtk_widget_event.
2386
2387 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
2388
2389         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
2390
2391 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
2392
2393         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
2394         unref the nodes.   Fixes bug #50058.
2395
2396         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
2397         "::ref_iter" to "::ref_node".
2398         (gtk_tree_model_unref_node): change "::unref_iter" to
2399         "::unref_node". Fixes bug #50064.
2400
2401 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
2402
2403         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
2404         support for invisible cells.
2405          (gtk_tree_view_bin_expose): ditto
2406
2407 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
2408
2409         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
2410         on gobjects.
2411
2412         * tests/testtreefocus.c (main): New test file.
2413
2414         * tests/testtreeview.c: update to latest glib changes.
2415
2416         * tests/testtreecolumns.c: update to latest glib changes.
2417
2418 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
2419
2420         * gtk/testgtk.c: re-enabled event watcher emission hooks.
2421
2422 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
2423
2424         * *.c: added accumulator data argument to g_signal_newc()
2425         functions.
2426
2427         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
2428         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
2429         * gtk/treestoretest.c (make_window):
2430         s/g_signal_connect/g_signal_connectc/.
2431
2432         * gtk/gtktextbuffer.c: completed signal arg fixups,
2433         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
2434
2435 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
2436
2437         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
2438         G_CONST_RETURN.
2439
2440         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
2441         ::hierarchy-changed signal when a widget changes
2442         from anchored to unanchored or vice versa.
2443         (anchored means 
2444          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
2445         Use a private flag to keep track of this efficiently.
2446
2447 2001-03-07  Havoc Pennington  <hp@redhat.com>
2448
2449         * gtk/testgtk.c (create_spins): uglify so that size request gets
2450         tested.
2451
2452         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
2453         request on values for upper/lower, completes #6152
2454
2455 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
2456
2457         * Makefile.am: Remove gtk-config-2.0 again.
2458         (Grrrr, pkg-config. And stops make loops.)
2459
2460 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
2461
2462         * gtk/gtksignal.[hc]: removed old emission hook API.
2463         
2464         * docs/Changes-2.0.txt: fixed sections.
2465         
2466         * gtk/gtktextbuffer.c: signal arg fixups.
2467
2468 2001-03-07  Havoc Pennington  <hp@redhat.com>
2469
2470         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
2471
2472         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
2473         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
2474         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
2475         validation and the redraw which is higher priority than the
2476         validation.
2477
2478 2001-03-07  Havoc Pennington  <hp@redhat.com>
2479
2480         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
2481         (gtk_entry_set_property): remove trailer
2482
2483         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
2484         (gtk_entry_get_width_chars): new functions, to set size request to 
2485         a given number of characters
2486
2487         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
2488
2489         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
2490         (gtk_dialog_get_has_separator): new function
2491         (run_delete_handler): fix to not emit "response" signal
2492         because we already did in the delete event handler installed
2493         at dialog creation time.
2494         
2495         * gtk/gtkdialog.h: add a has_separator property,
2496         add GTK_DIALOG_NO_SEPARATOR flag
2497
2498 2001-03-07  Havoc Pennington  <hp@redhat.com>
2499
2500         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
2501         off decorations for a window.
2502
2503         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
2504         changes
2505
2506         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
2507         to get location of PangoLayout inside the label, closes #51198
2508
2509         * gtk/testgtk.c (create_bbox): fix up button box usage
2510
2511         * gtk/testcalendar.c (create_calendar): fix up button box usage
2512
2513         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
2514
2515         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
2516
2517         * gtk/gtkhbbox.h: deprecations
2518
2519         * gtk/gtkvbbox.h: deprecations
2520
2521         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
2522         emulate deprecated gtk_button_box_get_spacing
2523
2524         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
2525         the "set global default" functions
2526         (struct _GtkButtonBox): remove "spacing" field, use the one from 
2527         GtkBox base class
2528
2529         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
2530
2531         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
2532         render the icon, return the missing image icon.
2533
2534         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
2535         image icon if the load fails.   
2536
2537         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
2538         when no image is found; should be the Netscape "missing image"
2539         icon eventually but for now is a random image
2540
2541         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
2542         role for the session manager
2543
2544         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
2545
2546         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
2547         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
2548
2549         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
2550
2551 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
2552
2553         * gtk/*.c: marshaller fixes.
2554         
2555         * gtk/gtkmarshal.list: extreme cleanup.
2556
2557         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
2558         param spec for now.
2559
2560         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
2561         where appliable.
2562
2563         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
2564         special cased autogenerated boxed types from gtktypebuiltins_ids.c
2565         which are not reference counted:
2566         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
2567         PangoFontDescription, GtkTreeIter and GtkTreePath.
2568
2569 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
2570
2571         * gtk/gtktreeselection.h: 
2572         * gtk/gtktreemodel.c:
2573         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
2574         file should be included directly, and gobject/gmarshal.h
2575         as well as gtk/gtkmarshal.h even can't be included directly.
2576
2577         * Makefile.am: grr, install gtk-config-2.0.
2578
2579         * gtk/testgtk.c:
2580         * gtk/simple.c:
2581         * gtk/gtkmenu.c:
2582         * gtk/gtkitemfactory.c: use g_object_connect() instead of
2583         passing "*signal*::*" args to gtk_widget_set().
2584         
2585         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
2586         
2587         * gtk/*.c: removed trailer arg from property setters and getters.
2588         macro fixups.
2589
2590 2001-03-07  Alexander Larsson  <alexl@redhat.com>
2591
2592         * gtk/gtklabel.c (set_markup): Removed warning
2593
2594 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
2595
2596         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
2597         field to allow you to hide cell renderers.
2598
2599         * gtk/gtkcellrenderer.c: Add support for invisible cells.
2600
2601         * gtk/gtktreeview.c: Add support for invisible cells.
2602
2603 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
2604
2605         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
2606         Add "clicked" signal back to columns.
2607
2608         * ChangeLog: remove conflict markers.
2609
2610 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
2611
2612         * gtk/gtkbutton.c: Add animation of activation by, on 
2613         activate, pressing the button, and adding a timeout that 
2614         releases the button after 250ms or on key release and
2615         emits ::clicked. (#51501)
2616
2617         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
2618         action area, we connect to ::clicked instead of ::activate
2619         so the dialog stays up through the animation.
2620
2621 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
2622
2623         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
2624         check the ignore_enter flag for the menu shell that
2625         the item is actually a child of, not for attached
2626         submenus. (#51536)
2627
2628 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
2629
2630         * gtk/gtkmain.c (gtk_propagate_event): Only do special
2631         special key-press grab handling for widgets within
2632         GtkWindows. Otherwise, fall through to normal case.
2633
2634         This prevents key events being sent twice to GtkInvisible
2635         widgets, which can cause all sorts of mischief.
2636
2637 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
2638
2639         * gtk/gtkmain.c (gtk_propagate_event): When a grab
2640         widget is in effect, give the grab widget a first
2641         crack at KEY_PRESS/RELEASE events. (#424)
2642
2643 2001-03-06  James Henstridge  <james@daa.com.au>
2644
2645         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
2646         offset for the window_state_event to point at window_state_event
2647         rather than no_expose_event.
2648
2649 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
2650
2651         * gtk/gtkimmodule.h: fix busted /* comment */
2652
2653 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
2654
2655         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
2656         object properties.
2657
2658 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
2659
2660         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
2661         add object properties.
2662
2663         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
2664         to add object properties.
2665
2666         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
2667         object properties.
2668
2669         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
2670         add object properties.
2671
2672         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
2673         object properties.
2674
2675 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
2676
2677         * gtk/gtktreemodel.c: renamed "child_toggled" to
2678         "has_child_toggled".
2679
2680         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
2681         handle new signal name.
2682
2683         * gtk/gtktreestore.c: Updated to handle new signal name.
2684         * gtk/gtklisttore.c: Updated to handle new signal name.
2685         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
2686
2687 2001-03-05  Alexander Larsson  <alexl@redhat.com>
2688
2689         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
2690         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
2691
2692 2001-03-05  Michael Natterer  <mitch@gimp.org>
2693
2694         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
2695         pixbuf-engine coincidentially also failed to make one of it's
2696         parent_class pointers static, causing overwriting of GtkLabel's
2697         parent_class pointer in pixbuf_style_class_init().
2698         (Will commit the fix to the pixbuf-engine too).
2699
2700 2001-03-05  Alexander Larsson  <alexl@redhat.com>
2701
2702         * gdk/gdkwindow.h:
2703         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
2704         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
2705         gdk_window_set_icon_list for net wmspec functionality.
2706
2707         * gdk/x11/gdkwindow-x11.c:
2708         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
2709         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
2710         gdk_window_set_icon_list.
2711         Added gdk_wmspec_change_state helper function and used it in the code.
2712         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
2713
2714         * gtk/gtkdialog.c (gtk_dialog_init):
2715         Set GDK_WINDOW_TYPE_HINT_DIALOG.
2716
2717         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
2718         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
2719
2720         * gtk/gtkwindow.c:
2721         new function gtk_window_set_type_hint.
2722         On realize, set type hint and modal hint.
2723
2724         * gtk/gtkwindow.h:
2725         Added type_hint field and gtk_window_set_type_hint.
2726
2727 2001-03-05  Alexander Larsson  <alexl@redhat.com>
2728
2729         * gtk/gtklabel.[ch]:
2730         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
2731         New function gtk_label_get_accel_keyval () to get the underline accelerator
2732         of the label. Setting the label pattern overrides other attributes.
2733
2734 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
2735
2736         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
2737         Added missing initializers to gtk_rc_style_init().
2738
2739 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
2740
2741         * gtk/gtktextview.c: fixed bug #51097 about setting 
2742         gtk_text_view_set_border_window_size() if the widget is 
2743         already realized.
2744
2745 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
2746
2747         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
2748
2749         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
2750         comment. Won't do to have duplicated doc comments between
2751         the platform subdirs.
2752
2753 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
2754
2755         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
2756           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
2757
2758         Detectable auto-repeat - make a repeating key generate
2759         press/press/press/release instead of press/release pairs.
2760
2761         If we have Xkb and XkbSetDectableAutoRepeat supports
2762         that, we do it that way. Otherwise, when we get
2763         a release event, we check ahead with XPending to see
2764         if the next key is a KeyPress with the same keycode
2765         and timestamp. (Not 100% reliable, but pretty close.)
2766           
2767 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
2768         
2769         * gtk/gtkmain.c (gtk_propagate_event): Only do special
2770         special key-press grab handling for widgets within
2771         GtkWindows. Otherwise, fall through to normal case.
2772  
2773         This prevents key events being sent twice to GtkInvisible
2774         widgets, which can cause all sorts of mischief.
2775  
2776 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
2777  
2778         * gtk/gtkmain.c (gtk_propagate_event): When a grab
2779         widget is in effect, give the grab widget a first
2780         crack at KEY_PRESS/RELEASE events. (#424)
2781  
2782 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
2783
2784         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
2785         to extend the selection. (Roughly based on patch
2786         from Jay Cox, #50939)
2787
2788         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
2789         to properly handle previous GDK_BUTTON_PRESS. 
2790         (Patch from Jay Cox, #50938)
2791
2792         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
2793         '\0' back along with the deleted text. (#51148)
2794
2795 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
2796
2797         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
2798         the group when extracting it from the X keyboard event.
2799
2800         * modules/input/Makefile.am modules/input/imipa.c: 
2801         Simple module for entering IPA. (Do we need a 
2802         gtk-stupid-input-tricks CVS module?)
2803
2804 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
2805
2806         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
2807         const.
2808
2809         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
2810
2811         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
2812         is no focus widget for the dialog currently, grab the focus as well
2813         as the default.
2814
2815         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
2816         the action area's children to iterate through, not the
2817         dialog's children.
2818
2819 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
2820
2821         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
2822         Add plug-socket tests. (Won't work worth a darn until I commit
2823         the rest of the plug-socket changes, but no reason these
2824         can't go into CVS now.)
2825
2826 2001-03-02  Havoc Pennington  <hp@redhat.com>
2827
2828         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
2829         _gdk_region_get_xrectangles()
2830
2831         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
2832
2833         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
2834
2835         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
2836         function, contributed by Ron Steinke    
2837
2838         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
2839         gdk_net_wm_supports
2840
2841         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
2842         New function, contributed by Ron Steinke
2843
2844         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
2845         used to line up the text in the entry when using the entry for
2846         editable sheet cell hacks
2847
2848         * gtk/testgtk.c (create_entry): test the activate_default setting
2849         on GtkEntry
2850
2851         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
2852         cause the entry to activate the default button for a dialog when 
2853         activated
2854         (gtk_entry_get_activates_default): new function
2855
2856 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
2857
2858         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
2859         Hwang to move call to sync_selection() up a few lines
2860         to before the row list is modified, to fix crash when
2861         removing rows in the undo_selection list.
2862
2863         (Test case provided by Daniel Elstner:
2864
2865         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
2866
2867 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
2868
2869         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
2870         of tree->root_tree in parent_set rather than _map(), 
2871         fixing #50892 in a bit better manner.
2872
2873 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
2874
2875         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
2876
2877 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
2878
2879         * gtk/gtkstyle.c : Remove duplicate fwd decl for
2880         gtk_default_draw_shadow.
2881
2882 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
2883
2884         * gdk/gdkimage.c (gdk_image_new): Remove excess 
2885         warning, make warnings more verbose, treat a error
2886         in shmat as permanent, and don't try again.
2887         (#51163, Ed Randall.)
2888
2889 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
2890
2891         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
2892         delay for the first click before starting to scroll.
2893         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
2894
2895         * gtk/gtktext.c: GtkText should have I-beam cursor. 
2896         (based on gtk-enf-990513-1.patch, Eric Fisher.)
2897
2898 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
2899
2900         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
2901         cleanup to remove some references to unused
2902         ->xoffset, ->yoffset.
2903
2904 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
2905
2906         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
2907         mask. (#51039, fix from Martin Maierhofer)
2908
2909 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
2910
2911         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
2912         for unshifted + and shifted = for non-us keyboards.
2913         Make <Control>+ and <Control>- work as well as 
2914         <Control>KP_Plus, <Control>KP_Minus for recursive
2915         open/close.  (#2682, René Seindal)
2916
2917 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
2918
2919         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
2920         the active menu item before deactivating the menu,
2921         so gtk_menu_popdown doesn't change the history. (#50964)
2922         
2923 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
2924
2925         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
2926         draw lines with text_gc rather than black_gc.
2927         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
2928
2929 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
2930
2931         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
2932         Move handling of buttons fully in gtktreeviewcolumn.  This code is
2933         less interrelated then it was, but it still requires the
2934         GtkTreeView to map it.
2935
2936         * test/testtreecolumn.c: Now I can add a column to one view,
2937         remove it, add it to the another view, remove it, then re-add it
2938         to the first.  Nifty.
2939
2940 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
2941
2942         * docs/tutorial/gtk-tut.sgml: Minor corrections
2943
2944 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
2945
2946         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
2947         GtkRowReference.
2948
2949 2001-02-28  Havoc Pennington  <hp@redhat.com>
2950
2951         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
2952         draw_default
2953         (gtk_widget_draw_focus): remove this function; we could instead
2954         make it just gtk_widget_draw(), but in most cases I think the
2955         result would be broken user code, so think it's better to have
2956         that code not compile and get fixed
2957         (gtk_widget_draw_default): ditto
2958
2959         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
2960         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
2961         
2962         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
2963         widgets lose/get the default, instead of calling draw_default
2964         
2965         * docs/Changes-2.0.txt: note about all this
2966
2967         Then fixed every widget in GTK, I won't list all the filenames.
2968
2969 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
2970
2971         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
2972         _gtk_tree_row_reference_deleted.
2973         (inserted_callback): Proxy out to
2974         _gtk_tree_row_reference_inserted.
2975         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
2976         get around signal emission ordering problem.
2977
2978         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
2979         fix to work with SINGLE 
2980         (_gtk_tree_selection_internal_select_node): Major sanitization on
2981         selections.  SINGLE now seems to work.
2982
2983         * tests/Makefile.am: add testtreecolumn.c:
2984
2985         * tests/testtreecolumn.c: New test.  Mostly points out selection
2986         bugs currently, but will test columns later.
2987
2988         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
2989         selection bug.  I hate touching this code -- it's scary.
2990
2991 2001-02-26  Havoc Pennington  <hp@redhat.com>
2992
2993         * gtk/testgtk.c: test the window state stuff
2994
2995         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
2996         window come to the user's attention as if it were just created
2997         (gtk_window_iconify): new function
2998         (gtk_window_deiconify): new function
2999         (gtk_window_stick): new function
3000         (gtk_window_unstick): new function
3001         (gtk_window_maximize): new function
3002         (gtk_window_unmaximize): new function
3003
3004         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
3005
3006         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
3007
3008         * gdk/x11/gdkevents-x11.c: create window state events when
3009         appropriate
3010         (gdk_wmspec_supported): new function
3011
3012         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
3013         iconification before showing the window
3014         (gdk_window_deiconify): new function
3015         (gdk_window_stick): new function
3016         (gdk_window_unstick): new function
3017         (gdk_window_maximize): new function
3018         (gdk_window_unmaximize): new function
3019
3020         * gdk/gdkwindow.c: store the window state in the window; 
3021         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
3022         window->mapped.
3023         (gdk_window_get_state): return the current window state
3024
3025         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
3026         (gdk_event_get_state): handle GDK_WINDOW_STATE
3027         (gdk_synthesize_window_state): function to create the window state
3028         events
3029
3030         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
3031         event, for changes to "window state" such as maximized, sticky, 
3032         etc.
3033         
3034         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
3035         focuses a window
3036
3037         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
3038         finds out if we support a given WM spec hint
3039
3040 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
3041
3042         * docs/faq/gtk-faq.sgml: New question re memory leaks.
3043
3044 2001-02-25  Hans Breuer  <hans@breuer.org>
3045
3046         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
3047         cause we want to loose those prototypes only in the latter case
3048
3049         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
3050         GdkPixmapImplWin32 because it itsn't derived from it. Use the
3051         impl member variable instead
3052
3053         * gtk/gtk.def : updated
3054
3055         * gtk/gtklist.c : 
3056         * gtk/gtkmenus.c : include <string.h> for memset ()
3057
3058         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
3059         for everthing built here, but for gtk-x.x.dll only. This solves
3060         problem of indifferent gtk type definitions
3061
3062 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
3063
3064         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
3065
3066 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
3067
3068         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
3069         column that is exposed.
3070
3071         (_gtk_tree_view_update_size): Changed name from set_size, and
3072         changed function to do more work, and not force people calling it
3073         to figure out the size.  Simplifies a lot of code elsewhere.
3074
3075 2001-02-23  Alexander Larsson  <alexl@redhat.com>
3076
3077         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
3078         return solid masks for xpms that have no transparent color.
3079         This makes the ..._create_from_xpm... API backwards
3080         compatible.
3081
3082 2001-02-23  Tor Lillqvist  <tml@iki.fi>
3083
3084         * README.win32: Update. Mention the gtk-1-3-win32-production
3085         branch.
3086
3087         * gdk/win32/bdfcursor.c: New file. A program that generates
3088         xcursors.h. Thanks to Stefan Ondrejicka.
3089
3090         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
3091         compact format.
3092
3093         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
3094
3095         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
3096         function, uses xcursors.h.
3097         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
3098         cursor from inline data instead of using LoadCursor() to generate
3099         it from a resource.
3100
3101         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
3102         event, must check the Windows message for mouse button state, as
3103         the GDK event state might not have been built if it is
3104         undelivered. Remove one goto.
3105
3106         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
3107         SetCursor() if the current cursor as returned by GetCursor() is
3108         the window's previous cursor. The ChildWindowFromPoint() test
3109         apparently didn't work correctly.
3110
3111         * gdk/win32/rc/*.cur: Remove.
3112
3113         * gdk/win32/rc/gdk.rc.in: Remove cursors.
3114
3115         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
3116
3117         * gtk/makefile.{mingw,msc}.in: Updates.
3118
3119 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
3120
3121         * gtk/gtktreemodel.h: add functions for signal emission.
3122
3123         * gtk/gtktreestore.c: move to use above functions instead of
3124         g_signal_emit.
3125
3126         * gtk/gtkliststore.c: ditto
3127
3128 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
3129
3130         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
3131         GObject instead of GtkObject.
3132
3133         * gtk/gtkliststore.c: ditto.
3134
3135         * gtk/gtktreemodelsort.c: ditto.
3136
3137         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
3138         GtkTreeModelIface, instead of in each model.
3139
3140 2001-02-21  Havoc Pennington  <hp@redhat.com>
3141
3142         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
3143         unbreak this function
3144
3145         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
3146         properties
3147
3148         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
3149         properties
3150
3151         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
3152         properties
3153
3154         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
3155         mean unset the max length
3156
3157 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
3158
3159         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
3160         Changed name to be set_cell_data_func to make it clear what
3161         the functino does.  Close bug #51069.
3162
3163 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
3164
3165         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
3166         have memory actually freed.  Keeps box running longer.
3167
3168 2001-02-21  Alexander Larsson  <alexl@redhat.com>
3169         
3170         * gtk/gtkseparatormenuitem.[ch]:
3171         Added new menu separator item. The drawing and size handling
3172         is still done in GtkMenuItem, but the API is a bit more sane.
3173         
3174         * gtk/Makefile.am:
3175         Add gtkseparatormenuitem.[ch].
3176
3177         * gtk/gtk.h:
3178         Add gtkseparatormenuitem.h.
3179         
3180         * gtk/gtkentry.c:
3181         * gtk/gtkmenufactory.c:
3182         * gtk/gtktextview.c:
3183         Use the new API for menu separators.
3184         
3185         * demos/gtk-demo/menus.c (create_menu):
3186         Add some GtkSeparatorMenuItem demo code.
3187
3188 2001-02-20  Havoc Pennington  <hp@redhat.com>
3189
3190         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
3191         Lee Mallabone
3192
3193         * gtk/gtkarrow.c: Convert to new property API, patch from 
3194         Lee Mallabone
3195
3196 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
3197
3198         * tests/testtreeview.c (toggled_callback): fix to reflect change
3199         in GtkTreeModelStore.
3200
3201 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
3202
3203         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
3204         function to create an icon set from a pixbuf.
3205
3206 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3207
3208         * gtk/gtkcellrenderertext.[ch]:
3209         Add a "markup" property.
3210
3211         * gtk/treestoretest.c:
3212         Use the markup property, remove some leftover stuff from
3213         GtkTreeModelMapping.
3214
3215 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3216
3217         * gtk/gtklabel.c (gtk_label_set_selectable):
3218         Queue a redraw if the selectable setting was changed.
3219
3220 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3221
3222         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
3223         Actually copy the whole gc, not just the public parts.
3224         
3225         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
3226         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
3227         labels.
3228
3229 2001-02-19  Havoc Pennington  <hp@pobox.com>
3230
3231         * gdk/gdkwindow.c: docs
3232
3233         * gdk/gdkrgb.c: docs
3234
3235         * gdk/gdkregion-generic.c: docs
3236
3237         * gdk/gdkgc.c (gdk_gc_set_values): docs
3238
3239         * gdk/gdkdraw.c: docs
3240
3241         * gdk/gdkdrawable.h: deprecate drawable get/set data
3242
3243 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
3244
3245         * demos/gtk-demo/dialog.c: Add simple new demo.
3246
3247 2001-02-19  Havoc Pennington  <hp@redhat.com>
3248
3249         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
3250         insert_child_anchor signal, bug #50245
3251
3252         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
3253         from create_child_anchor, so the anchor is passed in
3254
3255         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
3256         (_gtk_widget_segment_new): have the child anchor object passed in, 
3257         instead of creating it.
3258
3259         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
3260         to gtk_text_buffer_get_modified
3261
3262 2001-02-19  Havoc Pennington  <hp@redhat.com>
3263
3264         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
3265         changed GLib without fixing GTK
3266
3267         * gtk/gtkrange.h: Rename all the stupid implementation detail 
3268         functions to have an underscore in front. Most of them should 
3269         probably just go away, but for starters don't export them.
3270         Bug #50482
3271
3272 2001-02-19  Havoc Pennington  <hp@redhat.com>
3273
3274         * gdk/gdkcolor.h: test was backward, so deprecated functions were
3275         excluded by default
3276
3277         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
3278         clean up the old code a bit
3279
3280         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
3281         inconsistent state
3282
3283         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
3284         draw inconsistent state
3285
3286         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
3287         (create_menu): add inconsistent test
3288
3289         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
3290         new function
3291         (gtk_check_menu_item_get_inconsistent): new function
3292         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
3293         state (using etched in for now)
3294
3295         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
3296         draw inconsistent state
3297
3298         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
3299         function, used when the user has selected a range of stuff in
3300         different states
3301         (gtk_toggle_button_get_inconsistent): accessor for that
3302         (gtk_toggle_button_paint): draw inconsistent state (etched in?
3303         don't know what else to do)
3304
3305 2001-02-19  Hans Breuer <hans@breuer.org>
3306
3307         * gtk/gtk.def : updated exported symbols
3308
3309         * gtk/makefile.msc.in : updated
3310
3311         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
3312         a colormap, when invoked from testgtk::entry. I'm not sure where
3313         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
3314         avoids immediate crashing ...
3315
3316         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
3317         any objections ?
3318
3319         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
3320         0 parameter. At least msvc doesn't like macros with var args. 
3321         I simply removed the extra 0, was it a feature or a typo ?
3322
3323         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
3324         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
3325         because the value assignment to the internal struct wasn't working.
3326         I'm not absolutely sure. The problem could have been resolved by
3327         changing the "func" declartion in the struct, but was the pointer
3328         to the function pointer intended ?
3329
3330         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
3331
3332         * gdk/gdk.def : updated exported symbols
3333
3334         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
3335         only use SetDIBitsToDevice if there is a palette at the drawable
3336         and the image is GDK_VISUAL_PSEUDO_COLOR
3337
3338         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
3339
3340         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
3341
3342         * gdk/*/makefile.msc : updated
3343
3344 2001-02-19  Havoc Pennington  <hp@redhat.com>
3345
3346         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
3347         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
3348
3349         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
3350         (gdk_key_repeat_restore): nuke
3351
3352         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
3353         (gdk_init_check): no atexit func
3354
3355         * gdk/gdkrgb.h: mark some stuff deprecated
3356
3357         * gdk/gdkcolor.h: mark some stuff deprecated
3358         
3359         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
3360
3361         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
3362
3363 2001-02-16  Havoc Pennington  <hp@redhat.com>
3364
3365         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
3366         scroll steps.
3367
3368         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
3369         steps, and add Ctrl-arrow shortcuts for paging visually as with
3370         HScale, since Page Up and Page Down move logically.
3371
3372         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
3373         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
3374         
3375         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
3376         steps
3377         (gtk_range_scroll): handle the visual steps
3378
3379         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
3380         scroll steps
3381
3382         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
3383         steps, not the logical ones.
3384
3385         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
3386         (scroll_vertical): handle up/down steps
3387
3388 2001-02-19 Alexander Larsson  <alexl@redhat.com>
3389
3390         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
3391         Copy data and free data with free().
3392
3393         * gdk-pixbuf/gdk-pixbuf.c:
3394         * gdk-pixbuf/io-jpeg.c:
3395         * gdk-pixbuf/io-png.c:
3396         Use g_try_malloc/g_free instead malloc/free.
3397         
3398         * gdk-pixbuf/test-gdk-pixbuf.c:
3399         Must... initialize... gobject...
3400         
3401         * gdk-pixbuf/pixops/timescale.c:
3402         * gtk/gtkcalendar.c:
3403         Use g_malloc instead of malloc.
3404         
3405 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
3406
3407         * gtk/testgtkrc:
3408         Comment out property assignments, these don't work yet.
3409
3410 2001-02-17  Havoc Pennington  <hp@pobox.com>
3411
3412         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
3413         bit.
3414
3415 2001-02-17  Havoc Pennington  <hp@pobox.com>
3416
3417         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
3418         shadowed variables that had broken size request in some cases,
3419         leading to bogus tooltips (#50996)
3420
3421 2001-02-06  Jon K Hellan  <hellan@acm.org>
3422
3423         Implement fast browsing of tooltips, bug #50619
3424         
3425         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
3426         and last_popdown
3427         
3428         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
3429         use_sticky_delay and last_popdown.
3430         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
3431         time of popdown.
3432         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
3433         is NULL.
3434         (gtk_tooltips_recently_shown): New static function.  Return true
3435         if < sticky_delay has elapsed since last popdown.
3436         (gtk_tooltips_event_handler): Display window after sticky_delay
3437         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
3438         since last popdown.
3439         
3440 2001-02-17  Havoc Pennington  <hp@pobox.com>
3441
3442         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
3443         instead of (). #6394
3444
3445         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
3446         G_CONST_RETURN, make it return by reference, #50473
3447         
3448 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
3449
3450         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
3451         generated ENTER_NOTIFY event with 0, otherwise not explicitely
3452         setup fields contain garbage (e.g. subwindow, breaking
3453         gdk_drawable_ref() upon event copy).
3454         (gtk_menu_stop_navigating_submenu_cb): same here.
3455
3456         * gtk/gtklist.c (gtk_list_vertical_timeout): 
3457         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
3458         * gtk/gtkclist.c (vertical_timeout): 
3459         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
3460         default-zero-intialization for unions to memset(,0,), as unions are
3461         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
3462         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
3463
3464         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
3465         g_closure_sink() warning.
3466
3467         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
3468         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
3469         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
3470         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
3471         
3472 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
3473
3474         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
3475         gtk_*_store_get, and moved to GtkTreeModel.
3476
3477         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
3478
3479         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
3480
3481         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
3482
3483         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
3484         set the func.
3485
3486         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
3487         freeze/thaw notify between setting all the properties for a cell.
3488
3489         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
3490
3491 2001-02-15  Havoc Pennington  <hp@redhat.com>
3492
3493         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
3494         the X coordinates so they're with respect to the line, rather than 
3495         with respect to the layout.
3496
3497         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
3498         Mallabone
3499
3500         * gtk/testgtk.c (create_range_controls): add vscale tests, 
3501         and inverted test
3502
3503         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
3504         #50806
3505
3506         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
3507
3508         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
3509         gtk_text_iter_is_end
3510
3511         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
3512         rename gtk_text_buffer_get_end_iter
3513
3514         * gtk/testgtk.c (create_labels): Add test for selectable
3515
3516         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
3517         the selection stuff. This code is kind of broken since it doesn't 
3518         use the theme engine.
3519
3520         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
3521         fix infinite loop and y offset problem
3522         (gdk_draw_layout_line_with_colors): fix foreground color handling
3523
3524         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
3525         that makes the label selectable.
3526         
3527         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
3528         layout when the style is set, since fonts etc. could have changed.      
3529
3530 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
3531
3532         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
3533
3534         * gtk/gtktreemodelsimple.[ch]: removed.
3535
3536 2001-02-16  Alexander Larsson  <alexl@redhat.com>
3537
3538         * gtk/gtktreemodelmapping.[ch]:
3539         New files. Implement GtkTreeModelMapping.
3540         
3541         * gtk/Makefile.am:
3542         Add gtktreemodelmapping.[ch].
3543         
3544         * gtk/gtk.h:
3545         Add gtktreemodelmapping.h
3546
3547         * gtk/treestoretest.c:
3548         Test the GtkTreeModelMapping
3549
3550 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
3551
3552         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
3553         have a demo, we might as well pass in real values.  Thanks to
3554         clahey for pointing this out.
3555
3556 2001-02-14  Havoc Pennington  <hp@pobox.com>
3557
3558         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
3559         "static" to a private function
3560         (gtk_image_menu_item_class_init): remove destroy handler,
3561         add "image" object property
3562
3563 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
3564
3565         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
3566         Add a shortcut if the window and the current clip_region doesn't
3567         overlap. This is needed when there are a lot of windows in a
3568         window. The layout test in testgtk is a good test.
3569
3570         * gdk/linux-fb/gdkwindow-fb.c:
3571         Whitespace fix.
3572
3573 2001-02-13  Sven Neumann  <sven@convergence.de>
3574
3575         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
3576
3577 2001-02-13  Alexander Larsson  <alexl@redhat.com>
3578
3579         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
3580         Don't reference last_cursor if it is null. Fixes crash when rotating
3581         the screen before having moved the mouse.
3582
3583         * gdk/linux-fb/gdkcc-fb.c: Zapp!
3584
3585         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
3586
3587         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
3588         when using 90 or 270 degrees rotation.
3589
3590 2001-02-12  Havoc Pennington  <hp@pobox.com>
3591
3592         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
3593         it always set the foreground, even if we were only using
3594         a stipple.
3595         (gdk_draw_layout_line_with_colors): new function, allow
3596         override colors
3597         (gdk_draw_layout_with_colors): new function, allow override
3598         colors
3599         (gdk_pango_layout_line_get_clip_region): function to get the clip
3600         region for a logical text range
3601         (gdk_pango_layout_get_clip_region): get the clip region for a
3602         logical text range
3603
3604         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
3605         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
3606         the right number of arguments.
3607
3608         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
3609         enhance the function to check that node data corresponds to a 
3610         view still belonging to the tree.
3611
3612         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
3613         GtkTreePath
3614         (gtk_tree_view_inserted): ditto
3615         (gtk_tree_view_child_toggled): ditto
3616
3617         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
3618         simplify this code.
3619
3620         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
3621         a PangoAttrList
3622
3623         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
3624
3625         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
3626
3627         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
3628         size in the size request 
3629         (gtk_menu_bar_size_allocate): consider toggle size here
3630
3631         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
3632         that displays a widget in the toggle slot
3633
3634         * gtk/testgtk.c: test GtkImageMenuItem
3635
3636         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
3637         
3638         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
3639         request and allocation
3640
3641         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
3642
3643         * gtk/gtkcheckmenuitem.c
3644         (gtk_check_menu_item_toggle_size_request): ditto
3645         
3646 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
3647
3648         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
3649         reference.
3650
3651         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
3652         and refuse to initialize GTK+ if they fail.
3653
3654 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
3655
3656         * configure.in: Add check for gtk-doc version.
3657
3658 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
3659
3660         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
3661         where the xpad/ypad was only being used on one side!
3662
3663 2001-02-11  Tor Lillqvist  <tml@iki.fi>
3664
3665         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
3666         function, copied from X11 version.
3667
3668         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
3669         DestroyCursor failures. The reason for the problem (despite the
3670         inconsistent messages from GetLastError()) was that
3671         DestroyCursor() cannot be called while a cursor is set in a
3672         window. Set the new cursor first and then destroy the old one.
3673         Thanks to jpe@archaeopteryx.com.
3674
3675         * gdk/win32/gdkcc-win32.c: Remove.
3676
3677         * gdk/win32/Makefile.am: Remove from here, too.
3678         
3679         * gdk/gdk.def
3680         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
3681
3682         * gtk/gtk.def
3683         * gtk/makefile.mingw.in: Updates.
3684
3685 2001-02-08  Havoc Pennington  <hp@redhat.com>
3686
3687         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
3688         add a widget to a bin that already has a child.
3689
3690         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
3691
3692         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
3693         
3694         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
3695
3696         * gdk/gdk.h: remove gdkcc.h
3697
3698         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
3699
3700         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
3701         GdkPixbuf, since the previous implementation was GdkColorContext
3702         dependent.
3703
3704         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
3705         
3706 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
3707
3708         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
3709         a sane value!
3710
3711 2001-02-08  Havoc Pennington  <hp@redhat.com>
3712
3713         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
3714         lighten them.
3715
3716 2001-02-08  Havoc Pennington  <hp@redhat.com>
3717
3718         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
3719         validation idle
3720
3721         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
3722         cell renderer
3723
3724         * demos/pixbuf-demo.c (timeout): remove deprecated
3725         gtk_widget_draw
3726
3727         * demos/testpixbuf-save.c (main): remove deprecated
3728         gtk_drawing_area_size
3729
3730         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
3731         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
3732         at the start of the allocation.
3733         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
3734         unsetup or NULL model.
3735
3736         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
3737         even/odd/sorted cells in the tree view.
3738
3739         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
3740         bugfixes
3741
3742         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
3743         backgrounds with draw_flat_box using different detail for even/odd
3744         rows.
3745
3746         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
3747         row, so we can draw the alternating colors thing
3748
3749         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
3750         property from a synonym property, notify for the synonym.
3751         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
3752         (gtk_text_tag_get_property): Always return the font, even if
3753         all its fields aren't set
3754
3755         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
3756         store the attr list; it leaves us with no way to change attributes
3757         in _render according to the render flags, and no way to implement
3758         get_property. Instead store all the specific text attributes. 
3759         Separate whether an attribute is enabled from its value. Sync all
3760         properties with GtkTextTag, make them all consistent, etc.
3761
3762         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
3763         renderers can highlight the sort row/column     
3764
3765         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
3766         accessor functions to get values; this has the side effect of
3767         showing up which accessor functions were missing. Added those.
3768
3769         * gtk/gtktreeviewcolumn.h: Replace set_justification with
3770         set_alignment, to be consistent with GtkLabel, GtkMisc
3771
3772         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
3773         arrow.
3774
3775         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
3776
3777         * gtk/gtktreesortable.h: updates in here
3778
3779 2001-02-07  Sven Neumann  <sven@convergence.de>
3780
3781         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
3782         pango dimensions after painting the background. We used to draw
3783         gigantic flat boxes here.
3784
3785 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
3786
3787         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
3788         error introduced with earlier commit) (pointed out by
3789         Ollie Lho)
3790
3791 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
3792
3793         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
3794         which are no longer necessary.
3795
3796 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
3797
3798         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
3799
3800 2001-02-04  Tor Lillqvist  <tml@iki.fi>
3801
3802         * gdk/gdk.def
3803         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
3804         Provide dummy implementations.
3805
3806 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
3807
3808         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
3809
3810         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
3811         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
3812         deprecated this function.
3813
3814         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
3815         argument.
3816
3817 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
3818
3819         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
3820
3821 2001-02-03  Havoc Pennington  <hp@pobox.com>
3822
3823         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
3824         Mikael Hermansson with patch from Mikael (if there was a toggle
3825         start one after the first character in the range, this function
3826         was broken). Bug #50380
3827
3828 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
3829
3830         * configure.in: Remove confusing comment about X11.
3831
3832 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
3833
3834         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
3835         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
3836         
3837 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
3838
3839         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
3840         it breaks things on BSD. If you want to compile GTK+ with
3841         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
3842         when configuring, since GTK+ simply can't be "pure ANSI" 
3843         in the header files it uses. (#8170, Greg Hudson)
3844
3845 2001-02-02  Havoc Pennington  <hp@redhat.com>
3846
3847         * gtk/gtkwindow.c: docs
3848
3849         * gtk/gtkwidget.c: docs
3850         (gtk_widget_set_colormap): add a reference to the colormap
3851         (gtk_widget_get_default_colormap): add a reference to the colormap
3852
3853         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
3854
3855         * gtk/gtktextiter.c: docs
3856
3857         * gtk/gtkmain.c (gtk_propagate_event): docs
3858
3859         * gtk/gtkpaned.c (gtk_paned_get_position): docs
3860         (gtk_paned_set_position): docs
3861
3862         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
3863         sort interface, no implementation yet.
3864
3865         * demos/testpixbuf.c (new_testrgb_window): replace
3866         gtk_drawing_area_size() with gtk_widget_set_usize()
3867
3868         * demos/testpixbuf-drawable.c (main): ditto
3869         
3870         * gtk/testgtk.c: remove use of GtkStatusbarMsg
3871
3872         * gtk/gtktextbuffer.c: docs
3873
3874         * gtk/gtkstock.c: docs
3875
3876         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
3877
3878         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
3879
3880         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
3881         
3882         * gtk/gtkimage.c: add some docs in here
3883         (gtk_image_size_request): change name of
3884         gtk_widget_render_stock_icon
3885         (gtk_image_get_icon_set): don't dup returned string
3886         (gtk_image_get_icon_set): don't dup returned string
3887
3888         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
3889         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
3890         and gtkiconfactory.h functions
3891
3892         * gtk/gtkiconfactory.c: add some docs in here
3893
3894         * gtk/gtkmain.c (gtk_get_default_language): document
3895         (gtk_get_current_event): document
3896         (gtk_get_current_event_state): document
3897         (gtk_get_event_widget): document
3898
3899         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
3900
3901         * gtk/gtkcontainer.c: Add some documentation
3902         (gtk_container_add): give a more explanatory warning on adding an
3903         already-parented widget, this is kind of a FAQ and also a common
3904         typo that's easier to debug with a nice warning 
3905
3906         * gtk/gtkcellrenderertoggle.c
3907         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
3908         adding this, it's useless
3909         (gtk_cell_renderer_toggle_set_active): remove
3910         (gtk_cell_renderer_toggle_get_radio): add
3911
3912         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
3913         the NULL cell renderer, that doesn't make any sense to me. 
3914
3915         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
3916         demo code should never use deprecated features.
3917
3918         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
3919         code should never use deprecated features.
3920
3921         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
3922         gtk_widget_queue_clear_area deprecated
3923
3924         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
3925         deprecated
3926
3927         * gtk/gtklabel.h: mark gtk_label_get() deprecated
3928
3929         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
3930         a GdkImage deprecated, replaced by new consistently-named
3931         functions       
3932
3933         * gtk/gtkmain.h: Mark gtk_exit() deprecated
3934
3935         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
3936
3937         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
3938         deprecated
3939
3940         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
3941         so it won't appear in docs and confuse people.
3942
3943         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
3944
3945         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
3946         macros deprecated. (can't mark the type itself deprecated, since
3947         GtkProgressBar is not deprecated and we need the type decl to use
3948         GtkProgressBar)
3949
3950         * gtk/gtkpixmap.h: Mark deprecated
3951
3952         * gtk/gtkoldeditable.h: Mark deprecated
3953
3954         * gtk/gtklist.h: Mark deprecated
3955
3956         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
3957         for anything anymore.
3958
3959         * gtk/gtkctree.h: Mark deprecated
3960
3961         * gtk/gtkclist.h: Mark deprecated
3962
3963         * gtk/gtkpreview.h: Mark deprecated
3964
3965         * gtk/gtkpacker.h: Mark deprecated
3966
3967         * gtk/gtktipsquery.h: Mark deprecated
3968
3969         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
3970
3971         * gtk/gtkvruler.h: Add comment that it will move out of GTK
3972
3973         * gtk/gtkhruler.h: Add comment that it will move out of GTK
3974
3975         * gtk/gtkruler.h: Add comment that it will move out of GTK
3976
3977         * gtk/gtkgamma.h: Add comment that it will move out of GTK
3978
3979         * gtk/gtkcurve.h: Add comment that it will move out of GTK
3980
3981 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
3982
3983         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
3984         gdk_colormap_sync private since it was never exported
3985         in a header file.
3986
3987         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
3988         colormap->colors[] for StaticGray, StaticColor colormaps.
3989
3990         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
3991         was being used as if it was image->bits_per_pixel.
3992
3993         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
3994         for the image in the GdkImage structure since it isn't
3995         reconstructable, and we need it to handle packed types
3996
3997         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
3998         the assumption that on Win32 image->bits_per_pixel == image->depth,
3999         always.
4000
4001         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
4002
4003         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
4004         warning message if no converter can be found. 
4005
4006 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
4007
4008         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
4009         chars to isupper() / tolower(). (#567)
4010
4011         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
4012         to clear up 64-bit warnings. (#567)
4013
4014 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
4015
4016         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
4017         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
4018
4019         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
4020         since some people set $(libdir) separately. (#1290, David Kaelbling)
4021
4022 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
4023
4024         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
4025         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
4026         MAXPATHLEN, but the code here depends on a fixed value.)
4027         (#4524)
4028
4029 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
4030
4031         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
4032         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
4033
4034 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
4035
4036         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
4037         viewable there is no way that moving the node will cause the 
4038         focus row to become not viewable, so omit check on the visibility
4039         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
4040
4041 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
4042
4043         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
4044         selection before inserting new text.
4045
4046 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
4047
4048         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
4049         Make the sensitivity of the reparented child track that of
4050         the original parent menu item. (#34218, David Hodson)
4051
4052         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
4053         the case where the current item is destroyed properly.
4054
4055         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
4056         some edge cases with child-less menuitems.
4057         
4058 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
4059
4060         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
4061         key pop down window. (#12074, Jon K Hellan)
4062
4063 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
4064
4065         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
4066         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
4067         The solution here isn't perfect - you get an extraneous
4068         emission of "toggle", which could conceivably confuse an app,
4069         but better than the current situation. LXR search seems to
4070         indicate that no apps in GNOME CVS connect to "toggle".
4071
4072 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
4073
4074         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
4075         gtk_public_h_sources to directly here to avoid warning when
4076         building srcdir != builddir. (#9656)
4077
4078 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
4079
4080         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
4081         handlers in gtkrange.c return the proper values (TRUE == handled)
4082         (#10316).
4083
4084         This is just the tip of the iceberg, but gtkrange.c is the
4085         most common place where the propagation is problematical,
4086         and also a place where it is almost certainly safe to change
4087         this in the stable branch.
4088
4089         (You don't want right click popups on a range control or anything...)
4090
4091 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
4092
4093         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
4094         area on focus out, even if a background pixmap isn't set.
4095         (#13941)
4096         
4097 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
4098
4099         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
4100         to deal with setting the shape properly when scrolling arrows are
4101         turned on, but not visible because there is sufficient space.
4102         (#13432)
4103
4104 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
4105
4106         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
4107         items with submenus, destroy the item along with the submenu.
4108         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
4109         properly.
4110
4111         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
4112         later.
4113
4114 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
4115
4116         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
4117         the focus widget sometimes wasn't drawn with the default if there
4118         was no default widget.
4119
4120         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
4121         unreference pixmaps. 
4122
4123         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
4124         for some extra safety.
4125
4126 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
4127
4128         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
4129         the text of a cell to the old pointer value better, by
4130         copying the new text before freeing the old text. Some code
4131         cleanup. (#8079, Karl Nelson)
4132
4133 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
4134
4135         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
4136         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
4137
4138 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
4139
4140         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
4141         item from a menu, check to see if it matches 
4142         menu->old_active_menu_item, and if so, unref and clear
4143         old_active_menu_item (Patch from Pavel Cisler)
4144
4145         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
4146         menu_shell->active_menu_item, if it is the child being
4147         removed. (Patch based on that of Gene Ragan, #50337)
4148
4149 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
4150
4151         * gdk/linux-fb/gdkselection-fb.c: 
4152         * gdk/linux-fb/gdkcolor-fb.c: 
4153         * gdk/linux-fb/gdkdrawable-fb2.c: 
4154         * gdk/linux-fb/gdkfont-fb.c: 
4155         * gdk/linux-fb/gdkim-fb.c: 
4156         * gdk/linux-fb/gdkinput.c: 
4157         * gdk/linux-fb/gdkkeyboard-fb.c: 
4158         * gdk/linux-fb/gdkmain-fb.c: 
4159         * gdk/linux-fb/gdkrender-fb.c: 
4160         A bunch of whitespace cleanup.
4161         
4162 2001-01-30  Havoc Pennington  <hp@pobox.com>
4163
4164         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
4165         #ifdef GTK_ENABLE_BROKEN.
4166
4167         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
4168         GTK_ENABLE_BROKEN just before including the broken headers.
4169         
4170         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
4171         deprecated types registered.
4172
4173         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
4174         we have to test the broken stuff.
4175
4176         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
4177         
4178 2001-01-30  Havoc Pennington  <hp@redhat.com>
4179
4180         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
4181         here where prev pointer was set to the wrong thing
4182
4183         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
4184         (gtk_tree_path_is_descendant): new function
4185
4186         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
4187         cached length
4188         (gtk_list_store_get_iter): don't modify iter if we can't get the
4189         path.
4190
4191         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
4192         
4193         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
4194         GtkTreeDragDest
4195
4196         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
4197         was causing segfault
4198
4199         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
4200         pointer to NULL
4201
4202         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
4203
4204         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
4205         on returning FALSE
4206         (gtk_list_store_iter_children): ditto
4207         (gtk_list_store_iter_nth_child): ditto
4208         (gtk_list_store_iter_nth_child): ditto
4209         (gtk_list_store_iter_parent): ditto
4210
4211         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
4212         on iter->user_data != NULL instead of silently accepting it.
4213         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
4214         we are returning TRUE.
4215         (gtk_tree_store_iter_children): ditto
4216         (gtk_tree_store_iter_nth_child): ditto
4217         (gtk_tree_store_iter_parent): ditto
4218         (gtk_tree_store_insert): remove handling of parent->user_data ==
4219         NULL, replace with parent == NULL       
4220
4221         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
4222         and a comment explaining things
4223
4224         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
4225         interface support to GtkTreeStore.
4226
4227         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
4228         FALSE if no prev, fix
4229
4230         * gtk/gtktreeview.c (set_source_row): use a row reference
4231         (set_dest_row): use a row reference
4232
4233 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
4234
4235         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
4236         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
4237         (gtk_tree_selection_select_iter): The same as above.
4238
4239 2001-01-26  Havoc Pennington  <hp@redhat.com>
4240
4241         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
4242         which holds a handle to a specific row (particular set of values
4243         in the model, i.e. pointer-identity row).
4244
4245         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
4246         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
4247         Still need to use it for the src/dest row saved on the drag context.
4248
4249 2001-01-26  Havoc Pennington  <hp@redhat.com>
4250
4251         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
4252
4253         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
4254         not offset by TREE_VIEW_HEADER_HEIGHT
4255         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
4256         TREE_VIEW_HEADER_HEIGHT
4257
4258         * configure.in (included_loaders): for me, --with-included-loaders
4259         generates the error "the specified loader yes does not exist",
4260         i.e. the arg defaults to "yes", so change test for value ""
4261         to test for value "yes", and include all loaders in that case.
4262
4263         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
4264
4265         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
4266         handle TREE_VIEW_VERTICAL_SEPARATOR
4267         (gtk_tree_view_bin_expose): fix to consider the row offset as
4268         pointing halfway into vertical separator.       
4269         (gtk_tree_view_draw_node_focus_rect): ditto
4270
4271         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
4272         --gtk-debug=updates, which causes gdk_window_set_debug_updates
4273         (TRUE) to be called.
4274
4275         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
4276         debug mode where the invalid region is colored in on invalidate,
4277         so you can see the flicker and know whether your redraw code is 
4278         doing a good job.
4279
4280         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
4281         tree window coordinates (clip rect is in tree window coords)
4282
4283         * gtk/Makefile.am: add gtktreednd.[hc]
4284
4285         * gtk/gtkliststore.c: implement gtktreednd interfaces.
4286
4287         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
4288         drag-and-drop data operations on a model (so we can set up tree
4289         drag-and-drop automatically)
4290
4291         * gtk/testgtk.c: Add a window to change sensitivity in the
4292         GtkLabel test; add a way to change the entry frame in GtkEntry
4293         test
4294
4295         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
4296         (gtk_entry_get_has_frame): new functions to remove the frame
4297         around an entry
4298         (gtk_entry_size_request): shrink requisition if no frame
4299         (gtk_entry_draw_focus): don't draw frame if no frame
4300
4301         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
4302         checks inside a cell renderer
4303         (gtk_default_draw_option): ditto for options
4304
4305         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
4306         children from the alignment, not the button
4307         (gtk_tree_view_column_init): ref/sink the column, to emulate
4308         GObject refcounting.
4309
4310         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
4311         
4312         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
4313         Use theme functions to draw the toggles 
4314
4315         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
4316
4317         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
4318         GdkPangoAttrEmbossed to use in rendering insensitive text
4319
4320         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
4321
4322         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
4323         using new GDK features
4324         
4325 2001-01-24  Alexander Larsson  <alexl@redhat.com>
4326
4327         * gtk/gtkimage.c:
4328         Splitted gtk_image_clear into gtk_image_clear() and
4329         gtk_image_reset(). Call gtk_image_clear() in ::destroy
4330         to avoid leaks.
4331
4332         * gtk/gtklabel.c (set_markup):
4333         Don't leak text.
4334
4335         * gtk/gtktextlayout.c:
4336         Always free display->shaped_objects.
4337
4338         * gtk/testgtk.c (create_clist):
4339         Don't leak custom style.
4340
4341 2001-01-23  Alexander Larsson  <alexl@redhat.com>
4342
4343         * gtk/gtkcolorsel.c (grab_color_at_mouse):
4344         Don't leak image. Simplify using gdk_colormap_query_color().
4345         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
4346
4347         * linux-fb/gdkcolor-fb.c:
4348         Implemented gdk_colormap_query_color.
4349
4350 2001-01-23  Alexander Larsson  <alexl@redhat.com>
4351
4352         * linux-fb/gdkcursor-fb.c:
4353         Don't leak built-in cursors.
4354
4355         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
4356         Don't leak tmp_points.
4357
4358         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
4359         Don't modify desc. Don't leak font if the PangoFont
4360         isn't found.
4361         
4362         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
4363         Free dash_list.
4364
4365         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
4366         Don't leak string.
4367         
4368 2001-01-20  Havoc Pennington  <hp@pobox.com>
4369
4370         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
4371         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
4372         me, matches Pango
4373
4374 2001-01-22  Havoc Pennington  <hp@redhat.com>
4375
4376         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
4377
4378         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
4379
4380         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
4381         Remove, move back to gdk-pixbuf
4382
4383         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
4384         to all the word functions
4385
4386         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
4387         before doing anything on NULL layout or if we don't have the focus
4388
4389         * gtk/testtext.c (fill_example_buffer): "justification"
4390
4391         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
4392         to be called "justification" not "justify"
4393
4394         * demos/gtk-demo/textview.c (create_tags): "justification"
4395         
4396         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
4397
4398 2001-01-22  Alexander Larsson  <alexl@redhat.com>
4399
4400         * gdk/gdkwindow.c (gdk_window_invalidate_region):
4401         Don't leak visible_region. Use visible_region instead of region.
4402         
4403         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
4404         Don't do extra gdk_drawable_ref(). This is not X.
4405         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
4406         gdk_fb_focused_window is ref:ed.
4407         (gdk_fb_window_send_crossing_events): Watch out for destroyed
4408         windows.
4409
4410 2001-01-22  Alexander Larsson  <alexl@redhat.com>
4411
4412         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
4413         Don't leak the PangoFontDescriptor.
4414
4415 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
4416
4417         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
4418         when not realized.
4419         (gtk_tree_view_scroll_to_cell): Make work when not realized.
4420         (gtk_tree_view_realize): add scroll_to support
4421         (gtk_tree_view_finalize): add a finalize method.  Populate.
4422         (gtk_tree_view_insert_column): ref and sink the column.
4423         (gtk_tree_view_append_column): ref and sink the column.
4424         (gtk_tree_view_queue_draw_node): New function to handle redrawing
4425         individual nodes.  Should make the code much more efficient, if
4426         actually used.
4427
4428 2001-01-19  Havoc Pennington  <hp@redhat.com>
4429
4430         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
4431         byte_offset variable was being used to mean both "offset into
4432         layout" and "offset into buffer line" which was no longer true
4433         with addition of preedit string; fix
4434
4435 2001-01-19  Havoc Pennington  <hp@redhat.com>
4436
4437         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
4438
4439         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
4440         function
4441
4442         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
4443         implement
4444
4445         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
4446         scroll_to_cell, matches TextView scroll functions better
4447         (gtk_tree_view_tree_to_widget_coords): new function
4448         (gtk_tree_view_widget_to_tree_coords): new function
4449         (gtk_tree_view_get_visible_rect): new function
4450         (gtk_tree_view_get_path_at_pos): accept negative coordinates
4451         (gtk_tree_view_draw_node_focus_rect): new function moved from
4452         draw_focus, also, use width of bin_window as width of the focus
4453         rect
4454         (gtk_tree_view_expand_row): fix bug where it didn't recognize
4455         already-expanded rows
4456         (gtk_tree_view_get_cell_rect): new function
4457         (gtk_tree_view_get_path_at_pos): return the click position
4458         relative to the passed-in cell
4459         (gtk_tree_view_set_expander_column): new function
4460
4461         * configure.in: remove gtk-config-2.0 chmod
4462
4463         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
4464         and properly handle drags with targets we don't understand
4465         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
4466         scrolling anyway
4467         (gtk_text_view_drag_drop): stop scrolling here though, and set the
4468         mark invisible
4469
4470         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
4471         function
4472         (gtk_drag_dest_get_target_list): new function
4473         (gtk_drag_dest_set_target_list): new function
4474         
4475         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
4476
4477         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
4478         related to drag-and-drop
4479
4480 2001-01-19  Alexander Larsson  <alexl@redhat.com>
4481
4482         * gdk/linux-fb/gdkprivate-fb.h:
4483         Define EMULATE_GDKFONT.
4484         Add extra pango_font stuff to GfkFontPrivate.
4485         
4486         * gdk/linux-fb/gdkdrawable-fb2.c:
4487         * gdk/linux-fb/gdkfont-fb.c:
4488         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
4489         emulation using PangoFont.
4490
4491 2001-01-17  Havoc Pennington  <hp@pobox.com>
4492
4493         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
4494         all the non-deprecated set_foo functions. Added missing object
4495         properties, and added g_object_notify() to setters. 
4496         Wrote docs.
4497         
4498 2001-01-18  Tor Lillqvist  <tml@iki.fi>
4499
4500         * gtk/gtkmain.c
4501         * gtk/gtkrc.c: (Win32) Use the new
4502         g_win32_get_package_installation_(sub)directory() functions.
4503
4504         * config.h.win32.in: New file.
4505         
4506         * config.h.win32: Removed.
4507
4508         * configure.in: Output config.h.win32.
4509
4510         * Makefile.am: Add it to EXTRA_DIST.
4511
4512         * gtk/gtk.def: Update.
4513
4514 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
4515
4516         * gtk/gtklabel.c (gtk_label_size_request): Set the
4517         attributes onto the PangoLayout even if they are newly
4518         created from label->pattern.
4519
4520 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
4521
4522         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
4523
4524         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
4525         structures in functions. Fixes bug where gtk_dataset_*
4526         was accidentally still being used in one place, causing
4527         every dest side event to be treated independently.
4528
4529         * gtk/gtkdnd.c: Remove last vestages of handling
4530         ::draw (fixes warning)
4531         
4532         * gtk/gtkentry.[ch]: Add drag and drop support.
4533
4534         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
4535         new function gtk_check_drag_threshhold() for checking
4536         to check if (dx,dy) has exceeded the threshhold for starting
4537         a drag and use it everywhere.
4538
4539 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
4540
4541         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
4542         add -I{includedir}/gtk-2.0.
4543
4544         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
4545         gdk/gdk-pixbuf.h: Doc fixups.
4546         
4547         * gtk/gtkobject.h: Remove trailing , from enum
4548
4549 2001-01-17 Alexander Larsson <alexl@redhat.com> 
4550
4551         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
4552         Doh! Mixed up x and y.
4553
4554         * gdk/linux-fb/gdkglobals-fb.c:
4555         Removed gdk_fb_pointer_grab_window_events,
4556         added _gdk_fb_pointer_grab_owner_events and
4557         _gdk_fb_keyboard_grab_owner_events.
4558
4559         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
4560         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
4561         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
4562         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
4563         Send crossing events after ungrab finished.
4564         (gdk_keyboard_grab): Set ..._owner_events
4565         (type_masks): Move out of function.
4566         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
4567         gdk_fb_keyboard_event_window): New functions, return the
4568         window an event should be targeted at. Handles grabs and
4569         event propagation. Can return NULL.
4570         (gdk_event_make): Remove event_mask checking. Now always
4571         returns an event.
4572                 
4573         * gdk/linux-fb/gdkkeyboard-fb.c:
4574         * gdk/linux-fb/gdkproperty-fb.c:
4575         * gdk/linux-fb/gdkselection-fb.c:
4576         Use new event_window/gdk_event_make() behaviour.
4577         
4578         * gdk/linux-fb/gdkmouse-fb.c:
4579         Use new event_window/gdk_event_make() behaviour.
4580         Only send motion events if in the same window.
4581         If grabbed, use cursor from window if sibling of grabbed
4582         window, and cursor from grabbed window otherwise.
4583
4584         * gdk/linux-fb/gdkprivate-fb.h:
4585         Update gdk_fb_window_send_crossing_events, gdk_event_make
4586         and grab varaible declarations. Add gdk_fb_*_event_window().
4587
4588         * gdk/linux-fb/gdkwindow-fb.c:
4589         Use new event_window/gdk_event_make() behaviour.
4590         Keep correct track of focus window.
4591         (gdk_window_set_events): Set all specific button motion masks
4592         if GDK_BUTTON_MOTION_MASK set.
4593
4594         * gtk/gtkdnd.c (gtk_drag_update):
4595         Free info->last_event if gdk_drag_motion returned FALSE.
4596
4597 2001-01-16  Tor Lillqvist  <tml@iki.fi>
4598
4599         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
4600         Eliminate redraws when input-only windows are shown or
4601         hidden. Thanks to jpe@archaeopteryx.com.
4602
4603 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
4604
4605         * docs/faq/gtk-faq.sgml: FAQ update:
4606           - Update to bugzilla
4607           - Add GTK+ and security/SUID/SGID
4608           - Add DnD question
4609
4610 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
4611
4612         * gdk/linux-fb/gdkdnd-fb.c:
4613         Some cleanups.
4614         
4615 2001-01-15  Havoc Pennington  <hp@pobox.com>
4616
4617         * tests/testtreeview.c: add test stuff for CellRendererToggle
4618
4619         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
4620         accessor
4621
4622         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
4623         only toggle on button press (would do release like GtkButton, but
4624         we'd need implicit grab code for treeview cells)
4625
4626 2001-01-16  Tor Lillqvist  <tml@iki.fi>
4627
4628         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
4629
4630         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
4631         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
4632
4633         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
4634         to g_{locale,filename}_{to,from}_utf8 to match current API.
4635
4636         * gtk/makefile.msc.in (gtk_OBJECTS)
4637         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
4638
4639         * gtk/gtk.def: Update.
4640
4641 2001-01-15  Tor Lillqvist  <tml@iki.fi>
4642
4643         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
4644         implementaion that more closely mimics the events that an X server
4645         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
4646         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
4647         with nested preview widgets, for instance, more responsive when
4648         you move the mouse quickly into them.
4649         (find_window_for_pointer_event): Make it actually compile.
4650         (gdk_event_translate): Set send_event to the value of
4651         InSendMessage (). This doesn't really mean the same as X11's
4652         send_event flag, but is close enough, says jpe@archaeopteryx.com
4653
4654 2001-01-15  Alexander Larsson  <alexl@redhat.com>
4655
4656         * gdk/linux-fb/gdkdnd-fb.c:
4657         Implemented drag and drop.
4658         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
4659         when it tries to free and then copy the same event (info->last_event).
4660         I am not sure about why this happens, but will continue looking.
4661
4662 2001-01-15  Alexander Larsson  <alexl@redhat.com>
4663
4664         * gdk/linux-fb/gdkwindow-fb.c:
4665         Use gdk_window_invalidate_rect instead of
4666         gdk_window_invalidate_rect_clear to minimise flashing.
4667         When hiding windows you need to clear the root window though.
4668
4669 2001-01-15  Alexander Larsson  <alexl@redhat.com>
4670
4671         * gdk/linux-fb/gdkdrawable-fb2.c:
4672         For optization, add an full_shapes argument to gdk_fb_clip_region.
4673         If this is false, only the cliprects of the shapes are used.
4674
4675         * gdk/linux-fb/gdkprivate-fb.h:
4676         Export gdk_fb_window_peek_shape.
4677         Add full_shapes to gdk_fb_clip_region.
4678
4679         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
4680         When moving a window, don't clear everything under the it, just the
4681         root window. Makes stuff faster and flash less.
4682         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
4683         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
4684         offset of the shape.
4685         
4686
4687 2001-01-12  Havoc Pennington  <hp@redhat.com>
4688
4689         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
4690         current invalid region, fixes redraw bug while scrolling the 
4691         text widget
4692
4693         * gtk/gtktextview.c, gtk/gtktextview.h:
4694         Rearrange the scrolling/validation/etc. code in a major way, 
4695         so it seems to make sense to me. Probably isn't genuinely that
4696         much better, but...
4697
4698         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
4699         notifies
4700
4701         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
4702
4703 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
4704
4705         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
4706         Hide mouse pointer while rotation. Show it afterwards.
4707
4708 2001-01-12  Alexander Larsson  <alexl@redhat.com>
4709
4710         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
4711         windows in consideration when generating clip region.
4712
4713         * gdk/linux-fb/gdkfb.h:
4714         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
4715
4716         * gdk/linux-fb/gdkprivate-fb.h:
4717         Add shape to GdkWindowFBDatat.
4718         exported gdk_fb_window_get_abs_shape().
4719         removed gdk_fb_draw_lines declaration.
4720
4721         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
4722         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
4723         send focus changes when there is a grabbed window.
4724         (gdk_window_get_pointer): Handle shaped windows.
4725         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
4726         (gdk_fb_window_peek_shape): Returns the shape for a window,
4727         handles GDK_FB_USE_CHILD_SHAPE.
4728         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
4729         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
4730         (gdk_window_shape_combine_mask): Implement.
4731
4732         * gtk/gtkwindow-decorate.c:
4733         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
4734         setting the shape of a window makes the window transparent.
4735
4736 2001-01-11  Havoc Pennington  <hp@redhat.com>
4737
4738         * gtk/gtktreemodelsimple.h: Oops, broke some macros
4739
4740 2001-01-10  Havoc Pennington  <hp@redhat.com>
4741
4742         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
4743         add this function, bug 40251
4744
4745         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
4746         of type macro   
4747
4748 2001-01-11  Alexander Larsson  <alexl@redhat.com>
4749
4750         * acconfig.h:
4751         Added ENABLE_SHADOW_FB
4752
4753         * configure.in:
4754         Added --disable-shadowfb
4755
4756         * gdk/linux-fb/gdkcursor-fb.c:
4757         Update shadowfb when updating cursor
4758
4759         * gdk/linux-fb/gdkdrawable-fb2.c:
4760         Added wrappers for shadowfb that calls  the normal drawable
4761         methods, but calls gdk_shadow_fb_update(bounding box) when
4762         GdkWindows are drawed to.
4763         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
4764         which also returns the bounding box.
4765
4766         * gdk/linux-fb/gdkfb.h:
4767         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
4768
4769         * gdk/linux-fb/gdkgeometry-fb.c:
4770         Update shadowfb when scrolling window.
4771
4772         * gdk/linux-fb/gdkglobals-fb.c:
4773         Add _gdk_fb_screen_angle.
4774         
4775         * gdk/linux-fb/gdkkeyboard-fb.c:
4776         Test code for screen rotation. Shift-F2 in the xlate driver
4777         rotates the screen.
4778
4779         * gdk/linux-fb/gdkmain-fb.c:
4780         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
4781
4782         * gdk/linux-fb/gdkmouse-fb.c:
4783         Use fb_width/height instead of modeinfo.xres/yres.
4784
4785         * gdk/linux-fb/gdkprivate-fb.h:
4786         Added fb_men, fb_width, fb_height & fb_stride. When using
4787         shadow fb these can differ from the framebuffer stuff.
4788         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
4789         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
4790         _gdk_fb_screen_angle. Removed CM, RP.
4791
4792         * gdk/linux-fb/gdkrender-fb.c:
4793         Added code for shadowfb handling and screen rotation using
4794         shadowfb.
4795
4796         * gdk/linux-fb/gdkwindow-fb.c:
4797         Use fb_mem, fb_stride, fb_width, fb_height.
4798         Added recompute_rowstride to reset the rowstride of all windows.
4799         Added gdk_fb_recompute_all() which recomputes rootwindow size,
4800         window abs positions and window rowstrides. Usefull when the
4801         rotation has changed.
4802
4803 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
4804
4805         * docs/faq/gtk-faq.sgml: update to make web site updating easier
4806
4807 2001-01-10  Havoc Pennington  <hp@redhat.com>
4808
4809         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
4810         where sibling == iter
4811         (gtk_tree_store_insert_after): handle sibling == iter
4812         (gtk_tree_store_prepend): remove stamp checks
4813         (gtk_tree_store_insert_before): ditto
4814         (gtk_tree_store_append): ditto
4815         (gtk_tree_store_get_path): ditto
4816         (gtk_tree_store_get_value): ditto
4817         (gtk_tree_store_iter_has_child): ditto
4818         (gtk_tree_store_iter_n_children): ditto
4819         (gtk_tree_store_iter_nth_child): ditto
4820         (gtk_tree_store_insert_after): ditto
4821         (gtk_tree_store_is_ancestor): ditto
4822         (gtk_tree_store_iter_depth): ditto
4823         (gtk_tree_store_insert_before): assert that sibling's parent is
4824         the same as the passed-in parent
4825         (gtk_tree_store_insert_after): assert that sibling's parent is
4826         the same as the passed-in parent
4827
4828         
4829         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
4830         function to get the first iterator in a model
4831         
4832         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
4833         conventionally the "root" in this sense is just NULL afaict.
4834
4835         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
4836         where sibling == iter
4837         (gtk_list_store_insert_after): handle case where sibling == iter
4838
4839         * tests/testtreeview.c (run_automated_tests): fairly lame basic
4840         automated tests for ListStore, TreeStore
4841
4842         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
4843         (gtk_list_store_insert): update tail pointer, and fix it to work
4844         (gtk_list_store_insert_before): update tail pointer, and fix it to work
4845         (gtk_list_store_append): use tail to be faster
4846         (gtk_list_store_prepend): fix it, update tail pointer
4847         (gtk_list_store_insert_after): fix it, update tail pointer
4848
4849         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
4850         the list
4851
4852 2001-01-09  Havoc Pennington  <hp@redhat.com>
4853
4854         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
4855         is NULL due to a pending resize
4856
4857         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
4858         column width to values less than 1
4859
4860         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
4861         width to be between min/max width, and still set the width 
4862         even if autosize is turned on, so the tree view can use this 
4863         function in order to autosize.
4864         (gtk_tree_view_column_init): set initial width to 1 not 0
4865
4866         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
4867         setter function to modify column width, so we get notification
4868         (gtk_tree_view_insert_iter_height): ditto
4869         (gtk_tree_view_calc_size): ditto
4870         (gtk_tree_view_check_dirty): ditto
4871
4872         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
4873         properties to change all the interesting attributes of the tree
4874         view column.
4875         (gtk_tree_view_column_set_header_clickable): rename set_clickable
4876         (gtk_tree_view_column_get_clickable): add
4877         (gtk_tree_view_column_set_cell_renderer): don't unset the current
4878         attributes; assume a cell renderer with equivalent object
4879         properties has been swapped in. Do g_object_notify().
4880         (gtk_tree_view_column_set_visible): g_object_notify
4881         (gtk_tree_view_column_get_sizing): rename from get_col_type
4882         (gtk_tree_view_column_set_sizing): g_object_notify
4883         (gtk_tree_view_column_set_width): add g_object_notify
4884         (gtk_tree_view_column_set_min_width): ditto
4885         (gtk_tree_view_column_set_max_width): ditto
4886         (gtk_tree_view_column_set_title): ditto
4887         (gtk_tree_view_column_set_clickable): ditto
4888         (gtk_tree_view_column_set_widget): ditto
4889         (gtk_tree_view_column_set_justification): ditto
4890
4891 2001-01-09  Havoc Pennington  <hp@redhat.com>
4892
4893         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
4894         there are no rows in the model
4895
4896         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
4897         NULL, then return the start of the list
4898
4899         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
4900         if we can't get any rows from an empty model 
4901
4902         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
4903         extraneous * after function pointer typedef usage
4904
4905         * Makefile.am: don't specify full path to cp and rm
4906
4907         * gtk/gtkcellrenderertextpixbuf.c
4908         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
4909         NULL before dereferencing, fixes a segfault that happened from
4910         time to time
4911
4912         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
4913         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
4914         and reindent the function
4915         (gtk_cell_renderer_pixbuf_get_size): indentation
4916
4917         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
4918         we quit it
4919         (gtk_dialog_add_buttons_valist): add g_return_if_fail
4920         (gtk_dialog_set_default_response): New function, to set default
4921         button
4922         (gtk_dialog_set_response_sensitive): New function, to set 
4923         sensitivity of buttons
4924
4925         * gtk/gtkcellrendererpixbuf.c
4926         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
4927         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
4928
4929         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
4930         handle any G_TYPE_OBJECT subclass, not just the base class, and 
4931         also boxed types.
4932         (_gtk_tree_data_list_value_to_node): ditto
4933
4934         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
4935         --gtk-debug=tree
4936
4937         * gtk/gtkmain.c: add GTK_DEBUG_TREE
4938
4939         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
4940
4941 2001-01-09  Tor Lillqvist  <tml@iki.fi>
4942
4943         * gdk/win32/gdkevents-win32.c: Implement better mouse
4944         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
4945         (find_window_for_pointer_event): New function.
4946         (gdk_event_translate): Use it when handling mouse events.
4947
4948 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
4949
4950         * configure.in:
4951         Added --with-included-loaders option
4952
4953         * gdk-pixbuf/Makefile.am:
4954         * gdk-pixbuf/gdk-pixbuf-io.c:
4955         Add support for including selected gdk-pixbuf loaders only.
4956
4957         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
4958         gtk_window_set_has_frame):
4959         Added inline documentation.
4960
4961         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
4962         * docs/reference/gdk/tmpl/windows.sgml:
4963         Added inline documentation.
4964
4965 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
4966
4967         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
4968         realizing buttons that have already been realized.
4969
4970 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
4971
4972         * tests/testtreeview.c (main): Show menu items before adding to
4973         option menu.
4974
4975         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
4976         around if we kill them.
4977
4978         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
4979         Return if we pass in a NULL model.
4980
4981 2001-01-08  Havoc Pennington  <hp@redhat.com>
4982
4983         * tests/testtreeview.c: hack on this some
4984
4985         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
4986         gtk_tree_store_set_valist, v is for arrays, valist for varargs
4987         list
4988         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
4989
4990         * gtk/gtkliststore.h: Add varargs set() and get() convenience
4991         functions
4992
4993 2001-01-08  Alexander Larsson  <alexl@redhat.com>
4994
4995         * gtk/gtkwindow-decorate.[hc]:
4996         * gtk/Makefile.am:
4997         New files. Contains an implementation of a minimal WM for
4998         linux-fb.
4999
5000         * gtk/gtkwindow.h:
5001         Add the possibility for GtkWindows to specify a frame. This
5002         is used for the window decoration code, but could concievably
5003         be used for X programs too (xmms style windows).
5004         GtkWindow->frame is the toplevel window if the window is framed.
5005         The signal frame_event gets all events that are targeted to
5006         GtkWindow->frame.
5007         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
5008         
5009         * gtk/gtkwindow.c:
5010         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
5011         Call out to gtkwindow-decorate.c for WM support in linx-fb.
5012
5013 2001-01-08  Alexander Larsson  <alexl@redhat.com>
5014
5015         * docs/README.linux-fb:
5016         Correct filename ~/.pangoft2_aliases
5017
5018         * gdk/gdkwindow.h:
5019         Added new function gdk_window_get_decorations.
5020
5021         * gdk/linux-fb/gdkfb.h:
5022         Removed _gdk_window_get_decorations declaration.
5023         Renamed _gdk_window_set_child_handler to
5024         gdk_fb_window_set_child_handler.
5025
5026         * gdk/linux-fb/gdkwindow-fb.c:
5027         Renamed _gdk_window_set_child_handler to
5028         gdk_fb_window_set_child_handler.
5029
5030         * gdk/x11/gdkwindow-x11.c:
5031         New function gdk_window_get_mwm_hints().
5032         Implemented gdk_window_get_decorations.
5033
5034         * docs/reference/gdk/tmpl/windows.sgml:
5035         * docs/reference/gdk/gdk-sections.txt:
5036         Added gdk_window_get_decorations docs.
5037         
5038 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
5039
5040         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
5041         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
5042         gdk_fb_window_send_crossing_events):
5043         Possibly send focus events when the mouse moves from one
5044         window to another.
5045
5046 2001-01-07  Tor Lillqvist  <tml@iki.fi>
5047
5048         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
5049         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
5050         to match current API.
5051
5052         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
5053         environment variable is set, don't call g_error when on a
5054         palettized (PseudoColor) display. Some people want to use GTK+ 
5055         in 256-colour mode even though works only partially.
5056
5057         * gdk/gdk.def
5058         * gtk/gtk.def
5059         * gtk/makefile.mingw.in: Update.
5060
5061 2001-01-05  Havoc Pennington  <hp@redhat.com>
5062
5063         * tests/testtreeview.c: hack on this a bit
5064
5065         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
5066         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
5067
5068         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
5069         was spelled incorrectly
5070         (GTK_IS_TREE_MODEL_SIMPLE): ditto
5071
5072         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
5073         from gtk_tree_view_set_headers_active   
5074
5075         * gtk/gtktexttag.c:
5076         (gtk_text_tag_get_property): handle PROP_DIRECTION
5077         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
5078         properties, bug 40235
5079
5080         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
5081         forward_to_line_end
5082
5083 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
5084
5085         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
5086         modules/input/gtkimcontextxim.c: Adapt to new prototypes
5087         for unicode,locale,filename conversion functions.
5088
5089 2001-01-05  Havoc Pennington  <hp@redhat.com>
5090
5091         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
5092         broken if called on the first position in the buffer.
5093
5094         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
5095         forward_to_delimiters to be called only if we aren't already at
5096         the delimiters.
5097
5098 2001-01-05  Havoc Pennington  <hp@redhat.com>
5099
5100         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
5101
5102 2001-01-05  Alexander Larsson  <alexl@redhat.com>
5103
5104         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
5105         colormap in here. Sync from X port.
5106         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
5107         Sync from X port.
5108         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
5109         This happens now and then, and i don't think it is a bug.
5110         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
5111         != endpoint.
5112         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
5113         GDK_LINE_SOLID.
5114
5115         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
5116         some of the fields filled in at least.
5117
5118         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
5119         miLineArcD is no more, remove it from the function definition.
5120
5121 2001-01-04  Havoc Pennington  <hp@redhat.com>
5122
5123         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
5124         this
5125
5126         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
5127         user_data instead of tree_node
5128
5129         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
5130         TREE_VIEW_COLUMN_SIZE
5131
5132         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
5133         "size" field to "width" finishes bug 40061
5134
5135         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
5136         for bitfields, bug 40268
5137
5138 2001-01-04  Havoc Pennington  <hp@redhat.com>
5139
5140         Rename some stuff:
5141         
5142         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
5143
5144         s/GtkModelSimple/GtkTreeModelSimple/g;
5145         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
5146         s/gtk_model_simple/gtk_tree_model_simple/g;
5147         s/gtkmodelsimple/gtktreemodelsimple/g;
5148
5149         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
5150
5151         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
5152         s/column_set_col_type/column_set_sizing/g;
5153
5154         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
5155         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
5156
5157         s/GtkCellRendererType/GtkCellRendererState/g;
5158         
5159         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
5160         (gtk_cell_renderer_toggle_class_init): change "state" property to
5161         "active", to match GtkToggleButton
5162         (gtk_cell_renderer_toggle_get_active): new function, bug
5163         40269
5164         (gtk_cell_renderer_toggle_set_active): new function
5165         (gtk_cell_renderer_toggle_set_property): route changes to toggle
5166         state through gtk_cell_renderer_set_active
5167
5168 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
5169
5170         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
5171         temporarily until they work again.  Brought up to date with
5172         changes in the model.
5173         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
5174         model.
5175
5176 2001-01-04  Havoc Pennington  <hp@redhat.com>
5177
5178         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
5179         equal to the line length, then position iterator before paragraph 
5180         separators. Fixes crash reported by Mikael Hermansson when
5181         pressing left arrow from the start of a line.   
5182
5183         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
5184         about byte indexes off the end
5185         (iter_set_from_char_offset): add g_error about char offsets
5186         off the end
5187
5188 2001-01-03  Havoc Pennington  <hp@redhat.com>
5189
5190         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
5191
5192         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
5193         of private functions; remove inclusion of private headers.
5194
5195         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
5196         function, so we don't need private functions in gtktextdisplay.c
5197
5198         * gtk/gtktextiterprivate.h: underscore-ification
5199
5200         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
5201         to instead say "only useful to implement widgets"
5202
5203         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
5204         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
5205         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
5206
5207         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
5208         This function was completely broken
5209
5210         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
5211
5212         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
5213
5214         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
5215
5216         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
5217
5218         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
5219
5220         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
5221
5222         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
5223         gtk_paint_layout
5224
5225         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
5226         gtk_paint_layout
5227
5228         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
5229         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
5230         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
5231         which were not implemented.     
5232
5233         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
5234         insert_pixbuf signal. Rename delete_text to delete_range since it
5235         also deletes pixbufs and child anchors. This almost closes bug
5236         40245 (still need to deal with child anchors)
5237
5238         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
5239         insert_pixbuf, change signal names as appropriate, change types of
5240         signals taking marks/tags to have the specific type, not just
5241         G_TYPE_OBJECT
5242         
5243         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
5244         closes bug 40051
5245
5246         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
5247         unnecessary remove_contents() call
5248         (gtk_option_menu_class_init): add a "changed" signal, closes
5249         bug 40039
5250         (gtk_option_menu_update_contents): emit "changed" if the 
5251         active menu item changes
5252
5253         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
5254         cast to GtkObject, reported by Jonas Borgstrom
5255         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
5256         we can't do stuff with side effects in finalize. Instead, spew a
5257         warning if the loader isn't closed.
5258
5259         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
5260         colormap in here, non-X ports probably need to sync to this change
5261
5262         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
5263         assertion that colormap != NULL, you can set the colormap to NULL
5264         if you like.
5265         
5266         * Makefile.am: remove gtk-config-2.0
5267
5268         * configure.in: Use pkg-config to locate GLib. Remove
5269         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
5270         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
5271         Use pkg-config to locate Pango. Output correct Pango libs to
5272         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
5273
5274         * Makefile.am (pkgconfig_DATA): install only target-specific pc
5275         files
5276         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
5277         X11 pc files
5278
5279         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
5280         unref from here
5281
5282 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
5283
5284         * configure.in:
5285         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
5286
5287 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
5288
5289         * gtk/gtktextlayout.c
5290         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
5291         variable when moving back onto a single line.
5292
5293 2001-01-01  Havoc Pennington  <hp@redhat.com>
5294
5295         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
5296
5297         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
5298
5299         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
5300         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
5301
5302 2001-01-01  Havoc Pennington  <hp@redhat.com>
5303
5304         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
5305
5306         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
5307         GtkTextAttributes
5308
5309         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
5310         #40246
5311         (gtk_text_attributes_copy_values): rename from 
5312         gtk_text_attributes_copy
5313         (gtk_text_attributes_copy): a more standard GTK copy function, 
5314         which returns a new object
5315
5316 2001-01-01  Havoc Pennington  <hp@redhat.com>
5317
5318         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
5319         
5320         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
5321         don't fill in tree_view->priv->selection, kind of an unexpected
5322         side effect
5323
5324         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
5325         gtkintl.h
5326         
5327         * gtk/gtkcellrenderer.c: Remove definition of _ and include
5328         gtkintl.h
5329         (gtk_cell_renderer_get_property): remove calls to g_value_init
5330
5331         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
5332         gtkintl.h
5333
5334         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
5335         and include gtkintl.h
5336         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
5337         property names
5338
5339         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
5340         GtkTreeSelection
5341         (_gtk_tree_selection_new_from_with_view): rename, return
5342         GtkTreeSelection
5343         (_gtk_tree_selection_set_tree_view): rename with uscore
5344         (gtk_tree_selection_get_selected): fill in the "model" out param
5345         first, so it gets filled in even if we return at the top of the 
5346         function
5347         (gtk_tree_selection_real_select_all): add a comment and an else{}
5348         to clarify this a bit
5349         (gtk_tree_selection_real_unselect_all): add the same else{}
5350
5351         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
5352         set_tree_view to have underscore prefixes, move them to the
5353         private header, fix return type of new_with_tree_view
5354         (struct _GtkTreeSelection): mark struct
5355         fields private  
5356
5357         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
5358         GtkTreeModelFlags, not a guint
5359         (gtk_tree_path_prev): return gboolean not gint
5360         (gtk_tree_path_up): return gboolean not gint
5361
5362         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
5363         return GtkTreeModelFlags, not a guint
5364
5365         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
5366         that child model is non-null before unrefing it
5367         (g_value_int_compare_func): make this a qsort compare func, not 
5368         a boolean predicate
5369
5370         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
5371         (add -umn to the end), and mark it unimplemented
5372         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
5373         I don't see what it's for - doesn't the model always sort itself?
5374         (gtk_tree_model_sort_set_compare): this had the wrong signature
5375
5376         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
5377         Fix the docs to say that it destructively replaces existing
5378         attributes (previously said that it added attributes).
5379         (gtk_tree_view_column_set_visible): canonicalize bool before
5380         equality testing. Also, check for realization before
5381         hiding/showing the tree_column->window; if this window could exist
5382         before realization, then it's busted and needs fixing, we can't 
5383         create GDK resources pre-realization. Also, remove
5384         superfluous queue_resize(), since set_size() does that for us.
5385         (gtk_tree_view_column_set_col_type): check realization before 
5386         using tree_column->window
5387
5388         * gtk/gtktreedatalist.c: fix filename in copyright notice
5389
5390 2000-12-31  Havoc Pennington  <hp@pobox.com>
5391
5392         * gtk/gtktextview.c: Rearrange all the
5393         scroll-while-dragging-or-selecting code to be different, not
5394         necessarily better. ;-)
5395         (gtk_text_view_scroll_to_mark): Change this
5396         function to take within_margin as a fraction instead of a pixel
5397         value, and to take alignment arguments (indicating where to align 
5398         the mark inside the visible area)
5399         
5400         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
5401         to GtkObject
5402
5403         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
5404         behavior so that offsets past the end of the line are not 
5405         allowed, and an offset equal to the line length moves the iterator
5406         to the next line
5407         (gtk_text_iter_set_line_index): make parallel change
5408         (gtk_text_iter_get_bytes_in_line): add this function
5409         
5410         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
5411         of byte indexes off the end of the line; byte index at the end of
5412         the line now returns FALSE and doesn't fill in the requested
5413         values, byte index past the end of the line is an error.  Also,
5414         don't allow -1 offset anymore, since its meaning is unclear.
5415
5416         This change exposes some bug in visual cursor motion, where we
5417         end up with a huge invalid byte index; needs fixing. Symptom of 
5418         bug is a crash when you hit up arrow.
5419         
5420         (_gtk_text_line_char_locate): match the change to byte_locate
5421
5422         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
5423         from start of line properly. fixes bug reported by Mikael
5424         Hermansson where backspace would delete all text before the
5425         cursor.
5426
5427 2000-12-30  Tor Lillqvist  <tml@iki.fi>
5428
5429         * gdk/win32/gdkwindow-win32.c
5430         (gdk_window_impl_win32_get_visible_region): New function, as in
5431         the X11 backend.
5432         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
5433         instead of duplicating the same code here.
5434
5435         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
5436         GDK_COLORMAP macro.
5437
5438         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
5439         destroy function.
5440         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
5441         access that.
5442
5443         * gtk/gtk.def: Update.
5444
5445         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
5446
5447 2000-12-30  Havoc Pennington  <hp@pobox.com>
5448
5449         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
5450         colormap on input only windows, to avoid special cases all over
5451         the code for these windows.
5452
5453 2000-12-26  Tor Lillqvist  <tml@iki.fi>
5454
5455         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
5456         we are on a palettized display ("PseudoColor" in X11), as the code
5457         for that doesn't work anyway, and never has.
5458
5459 2000-12-22  Alexander Larsson  <alexl@redhat.com>
5460
5461         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
5462         Don't use isprint() for chars > 255.
5463
5464 2000-12-21  Havoc Pennington  <hp@redhat.com>
5465
5466         * tests/testtreeview.c: more work
5467
5468 2000-12-21  Alexander Larsson  <alexl@redhat.com>
5469
5470         * docs/README.linux-fb:
5471         Update the docs to the new pangoft2 way.
5472
5473 2000-12-21  Alexander Larsson  <alexl@redhat.com>
5474
5475         * configure.in:
5476         For linux-fb get the pangoft2 cflags and libs. This needs a recent
5477         pango version.
5478         Remove modules/linux-fb/Makefile.
5479
5480         * gdk/linux-fb/gdkdrawable-fb2.c:
5481         Render glyphs using freetype.
5482
5483         * gdk/linux-fb/gdkfb.h:
5484         Add new fb-specific functions needed for managing windows.
5485
5486         * gdk/linux-fb/gdkmain-fb.c:
5487         Remove gdk_font_init/fini() calls.
5488
5489         * gdk/linux-fb/gdkpango-fb.c:
5490         Remove old implementation. Use pangoft2 instead.
5491
5492         * gdk/linux-fb/gdkprivate-fb.h:
5493         Remove PangoFBFont and related stuff.
5494
5495         * gdk/linux-fb/gdkwindow-fb.c:
5496         Implement drawable->get_visible_region.
5497         Implement support for _gdk_window_set_child_handler () and
5498         _gdk_window_get_decorations().
5499
5500         * modules/Makefile.am:
5501         Remove linux-fb subdir.
5502
5503         * modules/linux-fb/*:
5504         Removed all.
5505         
5506 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
5507
5508         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
5509         calls, as they are no longer needed.
5510
5511         * gtk/gtktreemodelsort.c: Fix up the comparison code.
5512         
5513         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
5514         figure out how to emit a signal on an interface.
5515
5516 2000-12-20  Havoc Pennington  <hp@redhat.com>
5517
5518         * tests: new directory to contain tests, gtk/test* should move
5519         here sometime (with appropriate on-cvs-server hackery)
5520
5521         * tests/testtreeview.c, tests/Makefile.am: a test
5522         
5523         * configure.in (AC_OUTPUT): add tests/Makefile
5524
5525         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
5526         and "invisible_set" which were missing
5527
5528         * gtk/gtkrbtree.h: some cheesy indentation fix
5529         
5530 2000-12-20  Alexander Larsson  <alexl@redhat.com>
5531
5532         * gtk/gtkinvisible.c (gtk_invisible_realize):
5533         Attach the style to the window so that the style it is not
5534         leaked when unrealizing the window.
5535
5536 2000-12-18  Havoc Pennington  <hp@redhat.com>
5537
5538         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
5539         begin/end user action where appropriate
5540         (gtk_text_view_commit_handler): add begin/end user action
5541
5542         * gtk/gtktextbuffer.c: add begin/end user action signals, and
5543         bracket interactive operations with begin/end user action pair.
5544         
5545         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
5546         "interactive" arg from insert_text and delete_text signals.
5547         Add begin_user_action, end_user_action signals
5548         (gtk_text_buffer_begin_user_action): 
5549         (gtk_text_buffer_end_user_action): New functions to delimit 
5550         a user-visible action
5551
5552         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
5553         signals.
5554         
5555 2000-12-18  Havoc Pennington  <hp@redhat.com>
5556
5557         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
5558         was pretty non-working.
5559
5560         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
5561         by passing the length to g_utf8_validate().
5562
5563 2000-12-16  Havoc Pennington  <hp@pobox.com>
5564
5565         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
5566         Port to GObject, can go back in gdk-pixbuf after setting up 
5567         a gdk-pixbuf-marshal.h header over there.
5568
5569         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
5570         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
5571         args
5572         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
5573         set
5574         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
5575         here, do it when we create the buttons later
5576         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
5577         (gtk_tree_view_map): paranoia checks that column->button is shown 
5578         and unmapped
5579         (gtk_tree_view_size_request): only request visible children.
5580         Move header size calculation in here, for cleanliness, and 
5581         to maintain invariants for child widgets if we eventually 
5582         let users set different children inside the buttons
5583         (gtk_tree_view_map_buttons): factor out code to map buttons,
5584         since it was being called several times
5585         (gtk_tree_view_size_allocate_buttons): move_resize the drag
5586         windows instead of just moving them; their height may change 
5587         if we allow random widgets in there, or the theme changes.
5588         (gtk_tree_view_size_allocate): move button size allocation 
5589         above emitting the scroll signals, to ensure a sane state when we
5590         hit user code
5591         (gtk_tree_view_button_release): remove queue_resize after
5592         tree_view_set_size(), set_size() will handle any resize queuing
5593         that's needed
5594         (gtk_tree_view_focus_in): just queue a draw, don't fool with
5595         draw_focus goo
5596         (gtk_tree_view_focus): use gtk_get_current_event() and
5597         gdk_event_get_state()
5598         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
5599         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
5600         semicolon
5601         (gtk_tree_view_create_button): show the button here
5602         (gtk_tree_view_button_clicked): actually emit the clicked signal
5603         on the column
5604         (_gtk_tree_view_set_size): return right away if the size is
5605         unchanged, as a cheesy optimization
5606         (gtk_tree_view_setup_model): rename set_model_realized to 
5607         setup_model to match the flag that indicates whether we've 
5608         called it
5609         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
5610         exist, because set_scroll_adjustment does that and it shouldn't
5611         matter what order you call these in
5612         (gtk_tree_view_get_vadjustment): ditto
5613         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
5614         for paranoia
5615         (gtk_tree_view_set_headers_visible): call
5616         gtk_tree_view_map_buttons() instead of using cut-and-paste code
5617         (gtk_tree_view_append_column): clarify whether the return value
5618         is the count of columns before or after, and do the increment 
5619         separately from the return statement so you can tell from the code.
5620         (gtk_tree_view_remove_column): ditto
5621         (gtk_tree_view_insert_column): ditto
5622         (gtk_tree_view_get_column): remove g_return_if_fail for columns
5623         outside the existing range, the docs say that outside-range
5624         columns are allowed, so we handle them as documented. (Presumably
5625         this allows a nice loop with column != NULL as test.)
5626         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
5627         mean (left/right/center etc.).
5628         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
5629         (gtk_tree_view_expand_row): add docs
5630         (gtk_tree_view_collapse_row): add docs
5631
5632         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
5633         function to emit the clicked signal on a column
5634         
5635         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
5636         state of an event
5637         (gdk_event_get_time): don't treat GDK_SCROLL 
5638         as a button event, remove default case from switch so gcc 
5639         will whine if we don't explicitly handle all event types
5640
5641         * gtk/gtktreeselection.h: added some FIXME 
5642         
5643         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
5644         "columns" to "n_columns" and "column" to "columns" for clarity
5645
5646 2000-12-16  Havoc Pennington  <hp@pobox.com>
5647         
5648         * gtk/gtktextiter.c: General cleanup of the log attr iteration
5649         stuff. This should make e.g. the delete key work again in the
5650         text widget...
5651         (gtk_text_iter_forward_cursor_positions): handle negative count
5652         (gtk_text_iter_backward_cursor_positions): handle negative count
5653         (gtk_text_iter_forward_word_ends): handle negative count
5654         (gtk_text_iter_backward_word_starts): handle negative count
5655
5656         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
5657         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
5658         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
5659         GObject. No doubt will cause breakage.
5660
5661         * demos/gtk-demo/textview.c: remove hacks around
5662         non-GObject-ification of the text objects
5663
5664         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
5665         the text tag
5666         
5667 2000-12-14  Havoc Pennington  <hp@pobox.com>
5668
5669         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
5670         that we have Xrender
5671
5672 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
5673
5674         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
5675         Add two virtualized functions gdk_drawable_get_clip_region - to
5676         get the clip region when drawing.
5677         
5678         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
5679         use invalidate_region.
5680
5681         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
5682         region.
5683
5684         * acconfig.h configure.in: Check for Xft. For now, assume
5685         that if Xft is found, Pango was compiled with Xft support
5686         as well.
5687
5688         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
5689         gdk_colormap_query_color().
5690         
5691         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
5692         with Xft if appropriate.
5693
5694         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
5695         a pangoxft context if we have XFT and the environment
5696         variable GD_USE_XFT is set.
5697         
5698         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
5699         and also possibly an XftDraw structure.
5700
5701         * gtk/gtkfontsel.c: Handle the case where the font from the
5702         style doesn't match any of the fonts a bit better.
5703         
5704         * gtk/testgtk.c: Add tabs between directional segments for
5705         hebrew/arabic test. (Not really necessary, just a little
5706         prettier.)
5707
5708 2000-12-14  Havoc Pennington  <hp@redhat.com>
5709
5710         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
5711         reading a file
5712
5713 2000-12-14  Havoc Pennington  <hp@redhat.com>
5714
5715         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
5716         unused call to get_last_line()
5717
5718         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
5719         here until boxed is working (and maybe after that - we should
5720         really not gratuitously break old code)
5721
5722         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
5723         specific types for font_desc and tabs args, move them to
5724         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
5725         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
5726
5727         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
5728         use GTK_TYPE_POINTER for signal signatures as a hack-around
5729
5730         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
5731         PangoTabArray
5732
5733         * gtk/gtktextlayout.c (line_display_iter_to_index): 
5734         make static
5735         (line_display_index_to_iter): make static
5736
5737         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
5738         to marshal a string not a boxed
5739
5740         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
5741
5742         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
5743         since the UTF-8 isn't validated yet
5744
5745         * gtk/gtktextsegment.c (char_segment_check_func): don't require
5746         lines to end in '\n'
5747         
5748         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
5749         forward_to_delimiters, and grapheme boundaries
5750         (gtk_text_view_delete_from_cursor): properly handle non-newline
5751         delimiters, and grapheme boundaries
5752
5753         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
5754         to gtk_text_iter_forward_to_delimiters, and make it work properly
5755         if empty lines end with a character other than '\n'
5756
5757         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
5758         position
5759
5760 2000-12-15  Tor Lillqvist  <tml@iki.fi>
5761
5762         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
5763
5764         * gtk/gtk.def
5765         * gdk/gdk.def: Update.
5766
5767         * gdk/win32/gdkmain-win32.c
5768         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
5769         gdkmain-win32.c here.
5770
5771         * gdk/win32/makefile.mingw.in (all): No need to make
5772         gdk-win32res.o here, the makefile one step up will call us to make
5773         it.
5774
5775         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
5776         gdkkeys-win32.
5777
5778         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
5779
5780         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
5781         call to g_source_add().
5782
5783         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
5784         leak. Thanks to Andreas Kemnade.
5785
5786 2000-12-13  Havoc Pennington  <hp@pobox.com>
5787
5788         * gtk/gtktextbtree.h: Remove double _ in front of some functions
5789
5790         * gtk/gtktext*.[hc]: update accordingly
5791         
5792 2000-12-13  Havoc Pennington  <hp@pobox.com>
5793
5794         * gtk/gtktextbtree.h: Put _ in front of every function in this 
5795         header file
5796
5797         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
5798
5799 2000-12-13  Alex Larsson  <alexl@redhat.com>
5800
5801         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
5802         Add support for ps2 intellimouse.
5803
5804         * gdkkeyboard-fb.c:
5805         Move shift-F1 repaint handling to xlate handler only.
5806         
5807         * docs/README.linux-fb:
5808         Add imps2 to docs.
5809         Document the new refresh keys.
5810         
5811 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
5812
5813         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
5814
5815         * gtk/gtkbox.c: change property types from (u)long to (u)int for
5816         ::position and ::padding.
5817
5818         * gtk/gtkcontainer.c: make ::border_width an INT property.
5819
5820         * gtk/gtkpacker.c: make ::position an INT property.
5821
5822         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
5823         guard against NULL h/v scrollbars, since this is used at construction
5824         time.
5825
5826         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
5827         internal gtk_clist_constructor().
5828
5829         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
5830         gtk_ctree_constructor().
5831
5832         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
5833         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
5834
5835         * docs/reference/Makefile.am: fun stuff, disabled docs generation
5836         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
5837
5838         * gtk/gtkwidget.[hc]:
5839         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
5840         and gtk_widget_get().
5841         (gtk_widget_new): use g_object_new_valist().
5842         (gtk_widget_set): use g_object_set_valist().
5843
5844         * gtk/gtkobject.[hc]:
5845         removed gtk_object_arg_get_info(), gtk_object_getv(),
5846         gtk_object_query_args(), gtk_object_newv(),
5847         gtk_object_class_add_signals(),
5848         gtk_object_class_user_signal_new(),
5849         gtk_object_class_user_signal_newv(),
5850         gtk_object_arg_set(), gtk_object_arg_get(),
5851         gtk_object_args_collect(),
5852         gtk_object_default_construct(),
5853         gtk_object_constructed(),
5854         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
5855         removed nsignals, signals and n_args members from GtkObjectClass.
5856         (gtk_object_new): use g_object_new_valist().
5857         (gtk_object_set): use g_object_set_valist().
5858         (gtk_object_get): use g_object_get_valist().
5859         
5860         * gtk/gtkcompat.h: define gtk_object_default_construct().
5861         
5862         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
5863         g_object_new().
5864
5865         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
5866         fucntions, cleaned up method assignments (make sure your structures
5867         are setup properly before calling out). removed all GTK_CONSTRUCTED
5868         hacks ;)
5869
5870 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
5871
5872         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
5873         off-by-one error in checks. (Dave Lambert)
5874
5875 2000-12-12  Alexander Larsson  <alexl@redhat.com>
5876
5877         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
5878         Don't free gdk_fb_keyboard twice.
5879
5880 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
5881
5882         * gtk/testgtk.c:
5883         (create_tooltips): 
5884         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
5885         use GObject swapped_signal:: properties instead.
5886
5887         * gtk/gtkcellrenderertoggle.c: 
5888         * gtk/gtkcellrenderertextpixbuf.c: 
5889         * gtk/gtkcellrenderertext.c: 
5890         * gtk/gtkcellrendererpixbuf.c: 
5891         * gtk/gtkcellrenderer.c:
5892         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
5893         missing warnings for invalid property ids, install properties
5894         with g_object_class_install_property() now.
5895         
5896         * gtk/gtksignal.c:
5897         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
5898         
5899 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
5900         
5901         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
5902         to determine if a window is the focus widget within
5903         its toplevel.
5904
5905         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
5906         to be boolean.
5907
5908         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
5909         of the case where the container CAN_FOCUS to here instead
5910         of having it in each individual move-the-focus place.
5911
5912         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
5913         focusing to be geometric in a much more obvious sense. Arrowing
5914         around is still non-intuitive because it isn't perfect and
5915         because entries, etc, grab the arrow keys, but it at least
5916         usually will do what you expect now.
5917         
5918         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
5919         file.
5920
5921         * gtk/gtknotebook.c: Change tabs to be a single item in
5922         the focus chain. Make movement of focus on tabs with arrow
5923         keys wrap around.
5924         
5925         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
5926         CHECK_FIND_CHILD macro to give informative error messages
5927         instead of silent returns.
5928
5929         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
5930         flag since we handle GdkReturn on the tabs.
5931
5932         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
5933         windows rather than sending expose events directly.
5934
5935         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
5936         definition for GtkNotebookPage into .c file, since it is private.
5937
5938         * gtk/testgtk.c (create_notebook): Add option for 
5939         testing borderless notebook.
5940
5941         * gtk/testgtk.c (page_switch): Removed egregious poking
5942         around in GTK+ internals.
5943
5944         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
5945
5946         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
5947         properly through gtk_clist_focus. Make the title headers a
5948         single item in the tab-focus chain, and make left-right wrap
5949         around.
5950
5951         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
5952         focus method so that wrapping around works properly.
5953
5954         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
5955         that is handled for the widget now. 
5956
5957 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
5958
5959         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
5960         widgets as TOPLEVEL.
5961
5962         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
5963         TOPLEVEL widgets are containers.
5964
5965         * gtk/gtkinvisible.h: Remove useless include.
5966
5967 2000-12-11  Havoc Pennington  <hp@redhat.com>
5968
5969         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
5970         Handle chopping off \r\n and 0x2029 in addition to \n before
5971         passing to PangoLayout
5972
5973         * gtk/gtkimcontextsimple.c
5974         (gtk_im_context_simple_get_preedit_string): 
5975         return an empty string if no match is pending
5976
5977         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
5978         assertion that the returned preedit string was sane
5979
5980         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
5981         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
5982         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
5983
5984 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
5985
5986         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
5987         Fix up finalizer to chain to its parent.
5988
5989 2000-12-11  Alexander Larsson  <alexl@redhat.com>
5990
5991         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
5992         Clearified the difference between the keyboard types. Wrote a note
5993         about the magic sysrq key to get out of raw mode.
5994
5995 2000-12-09  James Henstridge  <james@daa.com.au>
5996
5997         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
5998         member to hold masks for detecting the start of a protocol packet.
5999         (mouse_devs): add packet start masks for ps2 and ms device types.
6000         Left the mask for fidmour blank, as I have no idea what it should
6001         be.
6002         (handle_mouse_io): skip bytes until we get to the start of a
6003         packet.  My Logitech mouse seems to be passing an extra NULL pad
6004         byte, and GPM does a similar thing here.
6005         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
6006         this is the ms mouse driver.
6007         (gdk_fb_mouse_ms_packet): fix up button handling, which was
6008         completely broken except for button1.  It was checking the wrong
6009         bit in the packet for the status of the right mouse button, and
6010         wrongly assuming right == button2 rather than 3.  I fixed that and
6011         also added support for middle button (button2).
6012
6013 2000-12-08  Havoc Pennington  <hp@redhat.com>
6014
6015         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
6016         that cause a segfault on text insertion
6017
6018         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
6019         warning
6020
6021         * gtk/gtktextiter.c (test_log_attrs): use
6022         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
6023
6024         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
6025         Get log attrs for a line, using a cache stored on the buffer
6026         
6027         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
6028         reported by Jeff Franks
6029
6030 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
6031
6032         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
6033         /dev/ttyS0 -> /dev/mouse
6034
6035 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
6036
6037         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
6038         Added dummy gdk_fontset_load.
6039
6040 2000-12-08  Alexander Larsson  <alexl@redhat.com>
6041
6042         * docs/README.linux-fb:
6043         * docs/Makefile.am:
6044         Initial GtkFB docs.
6045         
6046         * gdk/linux-fb/Makefile.am:
6047         Define GDK_DATA_PREFIX.
6048
6049         * gdk/linux-fb/gdkmain-fb.c:
6050         Fix typo.
6051         Change default display to /dev/fb0.
6052
6053         * gdk/linux-fb/gdkpango-fb.c:
6054         Add $(prefix)/share/fonts/ to font path.
6055         
6056 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
6057
6058         * gdk/linux-fb/gdkkeyboard-fb.c:
6059         New file containing the abstracted keyboard driver. Most code
6060         taken from gdkinput-ps2.c
6061
6062         * gdk/linux-fb/gdkinput-ps2.c:
6063         Removed file.
6064         
6065         * gdk/linux-fb/Makefile.am:
6066         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
6067
6068         * gdk/linux-fb/gdkcolor-fb.c:
6069         display->fb was renamed to display->fb_fd.
6070
6071         * gdk/linux-fb/gdkcursor-fb.c:
6072         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6073
6074         * gdk/linux-fb/gdkinput.c:
6075         Moved gdk_input_init here from gdkinput-ps2.c
6076
6077         * gdk/linux-fb/gdkmain-fb.c:
6078         display->fb was renamed to display->fb_fd.
6079         Now the tty and the console is opened here instead
6080         of in the keyboard driver. Also check GDK_VT to see what
6081         tty to open.
6082         Move gdk_beep () here from gdkinput-ps2.c
6083         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6084
6085         * gdk/linux-fb/gdkmouse-fb.c:
6086         Add header.
6087         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6088         Return correct keyboard modifiers.
6089         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
6090
6091         * gdk/linux-fb/gdkprivate-fb.h:
6092         Add tty and vt info to display.
6093         Add orignal modeinfo storage to display
6094         Update global functions
6095
6096         * gdk/linux-fb/gdkwindow-fb.c:
6097         Added gdk_fb_window_find_focus().
6098         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6099
6100 2000-12-07  Havoc Pennington  <hp@pobox.com>
6101
6102         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
6103         function, noticed by Alex
6104
6105 2000-12-06  Elliot Lee  <sopwith@redhat.com>
6106
6107         * configure.in: Detect freetype properly
6108
6109         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
6110         above.
6111
6112 2000-12-06  Alexander Larsson  <alexl@redhat.com>
6113
6114         * gdk/linux-fb/Makefile.am:
6115         Add gdkmouse-fb.c
6116         
6117         * gdk/linux-fb/gdkmouse-fb.c:
6118         New file. Abstracted the mouse drivers a bit.
6119
6120         * gdk/linux-fb/gdkcursor-fb.c:
6121         The cursor hide/show functions was moved here from gdkinput-ps2.c.
6122
6123         * gdk/linux-fb/gdkinput-ps2.c:
6124         Removed old mouse handling code. Moved cursor handling code
6125         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
6126         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
6127         gdk_mouse_get_info.
6128
6129         * gdk/linux-fb/gdkmain-fb.c:
6130         Pass NULL pointers for x,y in gdk_mouse_get_info call.
6131
6132         * gdk/linux-fb/gdkprivate-fb.h:
6133         Removed public gdk_fb_find_common_ancestor, added and renamed
6134         functions for the new mouse handling code.
6135
6136         * gdk/linux-fb/gdkwindow-fb.c:
6137         Moved gdk_fb_window_send_crossing_events here. added global
6138         variable gdk_fb_window_containing_pointer. made
6139         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
6140         renamed to gdk_mouse_get_info.
6141
6142 2000-12-06  Alexander Larsson  <alexl@redhat.com>
6143
6144         * gdk/linux-fb/gdkevents-fb.c:
6145         Update to match latest gmain/gsource changes.
6146
6147         * gdk/linux-fb/gdkinput-ps2.c:
6148         Bogus gdk_keymap_get_entries_for_keycode implementation so that
6149         it links. Will be implemented later.
6150
6151 2000-12-03  Havoc Pennington  <hp@pobox.com>
6152
6153         * gdk/Makefile.am: add gdkkeys.[hc]
6154
6155         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
6156         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
6157
6158         * acconfig.h, configure.in: add checks and command line options
6159         for XKB
6160
6161         * gdk/x11/gdkkeys-x11.c: Implement the above functions
6162         
6163         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
6164         and group in the key event
6165
6166         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
6167         field with the low-level hardware key code, and a group
6168         field with the keyboard group
6169
6170         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
6171         and declare a couple globals used for keymap handling
6172         
6173         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
6174         hold down Shift-Control and type a hex number to get a Unicode 
6175         character corresponding to the hex number
6176         (gtk_im_context_simple_get_preedit_string): Fix cursor position
6177         (return bytes not chars)
6178
6179 2000-12-05  Elliot Lee  <sopwith@redhat.com>
6180
6181         * gdk/gdkcolor.h: Make GdkColor specify element sizes
6182         to avoid waste on 64-bit platforms.
6183
6184 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
6185
6186         * INSTALL: Fix link to PNG home, remove reference
6187         to fribidi.
6188
6189         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
6190         
6191         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
6192         tested.)
6193
6194         * gtk/gtkcheckmenuitem.c: Permanently turn on
6195         always_show_toggle.
6196
6197         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
6198         be NULL. (Vladimir Klebanov, #26545)
6199
6200         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
6201         some signed/unsigned comparison problems. (#6510,
6202         David Kaelbling)
6203
6204         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
6205         return type to boolean (Oskar Liljeblad, #18648)
6206
6207 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6208
6209         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
6210         Remove bogus colormap setting.
6211
6212 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6213
6214         * gdk/linux-fb/gdkcolor-fb.c:
6215         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
6216
6217         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
6218         Must set colormap.
6219         
6220 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
6221
6222         * docs/tutorial/gtk-tut.sgml: DND updates
6223
6224 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
6225
6226         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
6227         Remove old debug g_warning().
6228         (gdk_fb_draw_drawable): The src argument can be either a wrapper
6229         or an implementation, just pass the implementation to draw_drawable_2.
6230         
6231         * gdk/linux-fb/gdkprivate-fb.h:
6232         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
6233
6234         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
6235         clear and invalidate area when window is destroyed.
6236         (send_map_events): Remove old commented out code.
6237
6238 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6239
6240         * gdk/linux-fb/gdkpango-fb.c:
6241         Use italic instead of oblique in font aliases.
6242         
6243         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
6244         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
6245         other unsupported functions.
6246
6247 2000-12-04  Havoc Pennington  <hp@redhat.com>
6248
6249         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
6250
6251         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
6252
6253         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
6254
6255         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
6256         hack to avoid infinite loops (synthetic expose event) - 
6257         Owen has more appropriate fixes in a branch he'll check in later.
6258
6259         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
6260         separator, CR, and CRLF as line ends
6261
6262         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
6263         into lines using pango_find_paragraph_boundary(); other bits of
6264         the widget are still going to be broken if the boundary isn't '\n'
6265         though
6266
6267 2000-12-04  Alexander Larsson  <alexl@redhat.com>
6268
6269         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
6270         multiply.
6271
6272         * gdk/linux-fb/gdkpango-fb.c:
6273         Copied some 26.6 scaling macros from pango to clean up the rounding.
6274         (pango_fb_font_get_glyph_info): Correct sign on x value.
6275
6276         * gdk/linux-fb/gdkprivate-fb.h:
6277         Removed unreferenced external functions.
6278
6279         * modules/linux-fb/Makefile.am: Use ` instead of '.
6280
6281         * modules/linux-fb/basic.c:
6282         Remove dead code. In particular the dummy lang engine which broke all
6283         pango layouts in GtkFB. Don't include tables-big.i anymore.
6284
6285         * modules/linux-fb/tables-big.i:
6286         Upgrade to latest version from pango. Left for reference, basic_ranges
6287         moved to basic.c.
6288         
6289 2000-12-04  Havoc Pennington  <hp@redhat.com>
6290
6291         Fix bugs Alex found:
6292         
6293         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
6294         to "draw"
6295
6296         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
6297
6298         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
6299
6300         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
6301         implementation in here, apparently the expose() implementation was
6302         dead code.
6303
6304 2000-12-04  Alexander Larsson  <alexl@redhat.com>
6305
6306         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
6307         Return positive descent.
6308
6309 2000-12-02  Havoc Pennington  <hp@pobox.com>
6310
6311         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
6312         method and signal
6313         
6314         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
6315         calls gdk_window_process_updates() to push the exposes through
6316         (gtk_widget_class_init): No more draw signal, no
6317         gtk_widget_real_draw()  
6318         
6319         * gtk/gtkbin.c (gtk_bin_draw): remove
6320
6321         * gtk/gtkbox.c (gtk_box_draw): remove
6322
6323         * gtk/gtkbutton.c (gtk_button_draw): remove
6324
6325         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
6326
6327         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
6328
6329         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
6330
6331         * gtk/gtkclist.c (gtk_clist_draw): remove
6332
6333         * gtk/gtkentry.c (gtk_entry_draw): remove
6334
6335         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
6336
6337         * gtk/gtkfixed.c (gtk_fixed_draw): remove
6338
6339         * gtk/gtkframe.c (gtk_frame_draw): remove
6340
6341         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
6342
6343         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
6344
6345         * gtk/gtklayout.c (gtk_layout_draw): remove
6346
6347         * gtk/gtklist.c (gtk_list_draw): remove
6348
6349         * gtk/gtklistitem.c (gtk_list_item_draw): remove
6350
6351         * gtk/gtkmenu.c (gtk_menu_draw): remove
6352
6353         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
6354
6355         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
6356
6357         * gtk/gtknotebook.c (gtk_notebook_draw): remove
6358
6359         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
6360
6361         * gtk/gtkpacker.c (gtk_packer_draw): remove
6362
6363         * gtk/gtkrange.c (gtk_range_draw): remove
6364
6365         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
6366
6367         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
6368
6369         * gtk/gtktable.c (gtk_table_draw): remove
6370
6371         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
6372
6373         * gtk/gtktext.c (gtk_text_draw): remove
6374
6375         * gtk/gtktextview.c (gtk_text_view_draw): remove
6376
6377         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
6378
6379         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
6380
6381         * gtk/gtktree.c (gtk_tree_draw): remove
6382
6383         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
6384
6385         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
6386
6387         * gtk/gtkviewport.c (gtk_viewport_draw): remove
6388
6389         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
6390
6391         * gtk/gtkvscale.c (gtk_vscale_draw): remove
6392
6393         * gtk/gtkwindow.c (gtk_window_draw): remove
6394
6395 2000-20-01  Anders Carlsson  <andersca@gnu.org>
6396
6397         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
6398         a GtkToggleButton is both insensitive and active, it was being
6399         drawn by the GtkButton draw handler which doesn't check the
6400         state. Now it's calling gtk_toggle_button_paint instead.
6401         
6402 2000-12-01  Havoc Pennington  <hp@redhat.com>
6403
6404         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
6405         dangling pointers to the appearance attributes from the 
6406         line display
6407
6408         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
6409         width/height to mean "full width/height of drawable"
6410
6411         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
6412         click to select word/line
6413         
6414         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
6415         when getting log attrs. Get a slice, so that pixmaps and stuff
6416         are properly handled.
6417
6418         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
6419         paste into the selection (replaces selection now, previously
6420         crashed or added to selection). Reveals longstanding btree bug -
6421         select multiple lines, middle-click on the selection, boom. This
6422         isn't related to my changes though.
6423
6424         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
6425         PangoLogAttrs changes
6426         (gtk_entry_move_backward_word): ditto
6427
6428         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
6429         functions return bool whether the iter moved onto a
6430         dereferenceable position.
6431  
6432         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
6433         functions for motion in terms of display lines.
6434
6435         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
6436         get the buffer a mark is inside
6437         
6438 2000-12-01  Alexander Larsson  <alexl@redhat.com>
6439
6440         * gdk/linux-fb/Makefile.am:
6441         * modules/linux-fb/Makefile.am:
6442         Freetype 2 final uses freetype-config
6443
6444         * gdk/linux-fb/gdkpango-fb.c:
6445         Upgrade to use Freetype 2 final.
6446         More flexible support for font aliases, this also fixes a bug with
6447         GtkFontSelector, as the aliases must be visible in the font/family list,
6448         or GtkFontSelector reads uninitialized memory.
6449
6450 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
6451
6452         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
6453         XGetIMValues to properly terminate variable argument list, and do
6454         NULL return check for ic_values and xim_styles.
6455
6456         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
6457         Restore preedit state after XmbResetIC().
6458         
6459         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
6460         XvaCreateNestedList() should take XvaNestedList, but not
6461         XvaNestedList*.
6462
6463         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
6464         preedit_draw_callback, preedit_caret_callback): Match
6465         "preedit-changed" signal name to "preedit_changed" to be
6466         consistent to the spec.
6467
6468         * gtk/gtkimcontextsimple.c (check_table):
6469         Match "preedit-changed" to "preedit_changed" to be consistent
6470         to the spec.
6471
6472 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
6473
6474         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
6475         gc->clip_region == NULL>
6476
6477 2000-11-30  Tor Lillqvist  <tml@iki.fi>
6478
6479         Changes by Hans Breuer:
6480         
6481         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
6482         Dont't use negative width and height as max_hints. This fixes
6483         Owen's recent testgtk changes for win32.
6484
6485         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
6486         gdk_win32_hdc_release): These are exported and may be called with
6487         other drawable types than our GdkDrawableImplWin32 (?).
6488
6489         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
6490         so always #define USE_BACKING_STORE.
6491
6492         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
6493         of printf for debugging output.
6494
6495         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
6496         
6497         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
6498
6499         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
6500         declaration.
6501
6502         * gtk/gtktexttypes.h: Ditto.
6503
6504         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
6505         (GDK_VoidSymbol) also if in case of arg check failure.
6506
6507         * gtk/gtkimcontextsimple.c
6508         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
6509         position to the pointer, but to the variable it points to.
6510
6511         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
6512
6513         * gtk/gtk.def: Updates.
6514
6515 2000-11-29  Elliot Lee  <sopwith@redhat.com>
6516
6517         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
6518         GTK_TYPE_TREE_MODEL.
6519
6520 2000-11-29  Alexander Larsson  <alexl@redhat.com>
6521
6522         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
6523         Set the size of the font from the description.
6524         (gdk_text_width): Gross hack that calculates the width
6525         of text by text_length * size/2. This is necessary because
6526         GtkLabel does some ugly gtk_string_width call to calculate
6527         an good size.
6528         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
6529
6530 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
6531
6532         * docs/tutorial/gtk-tut.sgml: DND updates
6533
6534 2000-11-29  Alexander Larsson  <alexl@redhat.com>
6535
6536         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
6537         If you pass width or height == 0 to gdk_window_clear_area they
6538         should be calculated from the window size.
6539
6540 2000-11-29  Alexander Larsson  <alexl@redhat.com>
6541
6542         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
6543         a grab, but no grab-cursor, use the cursor from the grabbed
6544         window. (gdk_fb_window_send_crossing_events): Send normal
6545         enter/leave notifications if grab and owner_events == TRUE.
6546
6547 2000-11-29  Alexander Larsson  <alexl@redhat.com>
6548
6549         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
6550         Do implicit button grabs, even if the window doesn't
6551         want the event.
6552         (gdk_fb_window_send_crossing_events): If there is a
6553         grab, only the grabbed window gets normal enter/leave
6554         notifications. On ungrab go from grabbed window to current.
6555         Don't send any notification to b when propagating from c -> b.
6556         If setting a grab on window, don't set prev_window.
6557         (handle_mouse_input): Send enter/leave events to the window the
6558         mouse is over, not the grabbed one.
6559         
6560 2000-11-28  Elliot Lee  <sopwith@redhat.com>
6561
6562         * gdk/gdkregion-generic.c: Zap warning.
6563         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
6564         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
6565
6566 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
6567
6568         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
6569         The cursor should be hidden if it is part of either the
6570         source or destination region. Not only if it is in both.
6571         (gdk_window_set_transient_for): Silence warnings.
6572
6573 2000-11-28  Alexander Larsson  <alexl@redhat.com>
6574
6575         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
6576         The default mode in X is Pie Arcs, therefore that is
6577         what Gtk+ uses.
6578
6579 2000-11-28  Alexander Larsson  <alexl@redhat.com>
6580
6581         * gdk/linux-fb/gdkinput-ps2.c:
6582         Implement correct EnterNotify/LeaveNotify:
6583         (gdk_fb_window_send_crossing_events): New function that sends
6584         all GdkCrossingEvents from the last mouse-window to the specified
6585         destination.
6586         (gdk_fb_window_visibility_crossing): Removed function.
6587         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
6588         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
6589         instead of gdk_window_get_pointer() for better readability.
6590
6591         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
6592         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
6593
6594         * gdk/linux-fb/gdkprivate-fb.h:
6595         removed gdk_fb_window_visibility_crossing, added
6596         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
6597
6598         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
6599         New function that finds the least common ancestor of two windows.
6600         (gdk_window_show, gdk_window_hide):
6601         Use gdk_fb_window_send_crossing_events.
6602         (gdk_fb_window_move_resize): Send configure events to toplevel
6603         windows. Use gdk_fb_window_send_crossing_events.
6604
6605 2000-11-27  Havoc Pennington  <hp@redhat.com>
6606
6607         * gtk/gtkprivate.h (enum): Remove a trailing comma
6608
6609 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
6610
6611         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
6612         the "changed" callback of the adjustment.  We need to redraw the
6613         spin button's arrows when the adjustment's range changes.
6614         (adjustment_changed_cb): Draw the arrows.
6615         (gtk_spin_button_value_changed): Draw the arrows.
6616
6617 2000-11-23  Alexander Larsson  <alexl@redhat.com>
6618
6619         * gdk/linux-fb/gdkselection-fb.c:
6620         Initial selection implementation.
6621
6622         * gtk/gtkselection.c:
6623         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
6624         requestor in gtk_selection_request.
6625         
6626         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
6627         Added gdk_selection_property atom.
6628
6629         * gdk/linux-fb/gdkprivate-fb.h:
6630         Export _gdk_selection_window_destroyed.
6631         Removed mask_off_x/y from GdkCursorPrivateFB.
6632         Removed hbearing, added top, left to PangoFBGlyphInfo.
6633
6634         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
6635         Call _gdk_selection_window_destroyed
6636         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
6637         the root window has been created.
6638         (static_dx_hack, static_dy_hack, compare_draw_rects,
6639         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
6640         in region. They are already sorted. Instead just traverse them in
6641         reverse if draw_direction < 0.
6642         
6643         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
6644         Double-clicks must be sent after the normal button_press.
6645         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
6646         
6647         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
6648         Pass _gdk_fb_screen_gc instead of NULL.
6649
6650         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
6651         Initialize gdk_selection_property.
6652         (gdk_event_make): Remove unused code.
6653
6654         * gdk/linux-fb/gdkcursor-fb.c:
6655         Make the pixmap for the cursor the same size as the mask. Also remove
6656         the mask_off_x/y fields in GdkCursorPrivateFB and combine
6657         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
6658         Now the whole cursor is visible.
6659
6660         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
6661         Fix bug where xdest+height instead of ydest+height was used
6662         to calculate if the source and dest overlapped. This fixes the
6663         redraw bug when the main window in testgtk was scrolled when
6664         partially covered by a tall window.
6665         Copy rectangles in region in order depending on draw_direction.
6666         Also moved the draw_direction flipping of start_y and end_y into
6667         the gc functions, as this might not be what all of them want.
6668         (gdk_fb_draw_lines): Support dashed lines.
6669         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
6670         so that the text is positioned correctly (was 1 pixel high).
6671
6672         gdk/linux-fb/gdkgc-fb.c:
6673         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
6674         all lines were drawn a pixel to short. Also checked the default of
6675         the rest of the values, and they're the same as X now.
6676
6677         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
6678         Clean up pixel positioning of the glyphs. Just use bgy->top and
6679         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
6680         to all divisions to get correct rounding behaviour.
6681
6682         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
6683         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
6684         Moved start_y/end_y flip into draw_drawable implementations.
6685         Flip also x rendering when draw_direction < 0.
6686         Remove unneccesary multiply with draw_direction.
6687
6688 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
6689
6690         * docs/tutorial/gtk-tut.sgml:
6691           - get rid of gtk_toggle_button_toggled FUD
6692           - start DND section - needs work - based on:
6693                 http://wolfpack.twu.net/docs/gtkdnd/
6694
6695 2000-11-22  Alexander Larsson  <alexl@redhat.com>
6696
6697         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
6698         Correct calculation of font metrics. Now GtkEntrys have sane
6699         size.
6700
6701 2000-11-22  Alexander Larsson  <alexl@redhat.com>
6702
6703         * gdk/gdktypes.h:
6704         Add new type GdkSpan
6705         
6706         * docs/reference/gdk/gdk-sections.txt,
6707         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
6708         gdk/gdkregion.h:
6709         Implement and document gdk_region_spans_intersect_foreach.
6710
6711         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
6712         Add new file gdkrender-fb.c which contains all core
6713         rendering code.
6714         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
6715         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
6716         (optimized rectangle fillers).
6717
6718         * gdk/linux-fb/gdkdrawable-fb2.c:
6719         Move all rendering code to gdkrender-fb.c.
6720         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
6721         Use the new span intersection functions in gdk_fb_fill_spans.
6722         gdk_fb_draw_rectangle() clips filled rectangles and calls
6723         gc->fill_rectangle with the result.
6724         gdk_fb_fill_spans() gets extra argument "sorted".
6725
6726         * gdk/linux-fb/gdkevents-fb.c:
6727         Remove unused includes and defines.
6728         New function gdk_fb_get_time() to get correct time for events.
6729
6730         * gdk/linux-fb/gdkinput-ps2.c:
6731         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
6732         Make sure to set the time of all events.
6733
6734         * gdk/linux-fb/gdkmain-fb.c:
6735         Use gdk_fb_get_time ().
6736
6737         * gdk/linux-fb/gdkprivate-fb.h:
6738         New virtual GC calls: fill_span & fill_rectangle.
6739         Export gdk_fb_get_time().
6740         gdk_fb_fill_spans() gets extra argument "sorted".
6741
6742         * gdk/linux-fb/mi*.c:
6743         Use GdkSpan instead of GdkRectangle.
6744         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
6745         from XFree 4 source)
6746         
6747 2000-11-22    <jrb@redhat.com>
6748
6749         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
6750         reversing the order in an if statement will do.  Doing so managed
6751         to make the treemodelsort half work.  Other half will follow after
6752         I get the insert function fully fixed.
6753
6754 2000-11-21  Elliot Lee  <sopwith@redhat.com>
6755         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
6756         more than 2 bits. Besides, I need to implement an evil hack. :)
6757
6758 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
6759
6760         * docs/tutorial/gtk-tut.sgml: minor corrections
6761
6762 2000-11-20  Jonathan Blandford <jrb@redhat.com>
6763         * gtk/gtktreemodelsort.h: Add convertion functions to let you
6764           convert to and from relative path's and iters.
6765
6766         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
6767           testing sorting functions a bit better.  Currently broken -- will
6768           fix in morning.
6769
6770 2000-11-20  Havoc Pennington  <hp@redhat.com>
6771
6772         * gtk/gtkwidget.c: Documented a bunch of functions in here
6773         (gtk_widget_realize): Warn if you try to realize
6774         a widget with no parent that isn't a toplevel
6775         (gtk_widget_intersect): return a gboolean
6776
6777 2000-11-20  Havoc Pennington  <hp@redhat.com>
6778
6779         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
6780         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
6781         scrolling to be implemented in GDK to finish. Also, right now
6782         we just size_allocate all children on every layout change,
6783         which is pretty lame. Test commented out of testtext.c, 
6784         until it works better.
6785
6786 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
6787
6788         * gdk/linux-fb/gdkdrawable-fb2.c:
6789         Removed unused arguments from gdk_fb_drawable_get_pixel().
6790
6791         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
6792         Renamed fidur specific mouse packet data in MouseDevice to
6793         generic. Used it in ps2 mouse handling code to avoid blocking
6794         reads.
6795
6796 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
6797
6798         * demos/gtk-demo/main.c: Changed to have the list become
6799         non-italic when the demo window is destroyed through an external
6800         event (like a close button).  Doing so found three bugs in the
6801         widget.
6802
6803         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
6804
6805         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
6806         we actually set the cell.
6807
6808         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
6809
6810         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
6811         free a leaked path.  Thanks memprof.
6812
6813 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
6814
6815         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
6816         off-by-one error when destroying allocated segments
6817         on failure. (Elliot)
6818
6819 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
6820
6821         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
6822         memleaks found by Evan Martin.
6823
6824 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
6825
6826         * Released 1.3.2
6827         
6828         * NEWS: Updates for 1.3.2
6829
6830 2000-11-17  Tor Lillqvist  <tml@iki.fi>
6831
6832         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
6833         but in general for window system specific events.
6834
6835         * gtk/gtk.def
6836         * gtk/makefile.mingw.in
6837         * gtk/makefile.msc.in: Update.
6838         
6839         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
6840
6841 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
6842
6843         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
6844         distribute gtk.immodules.
6845
6846         * gtk/Makefile.am (install-data-local): Don't install the
6847         gtk.immodules file created for the uninstalled modules;
6848         instead run gtk-query-immodules after install
6849
6850 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
6851
6852         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
6853         -rpath to the right install location.
6854
6855         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
6856         -export-dynamic.
6857
6858         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
6859         properly.
6860
6861 2000-11-15  Havoc Pennington  <hp@pobox.com>
6862
6863         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
6864         patch from Mikael Hermansson to temporarily stop blinking while
6865         the user is using the keyboard to type or navigate. 
6866
6867         Also, when blinking, stay on for longer than we stay off. Also,
6868         return from start_cursor_blink if !cursor_visible, to save
6869         checking that flag all over the place before we call
6870         start_cursor_blink.
6871
6872 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
6873
6874         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
6875         only contain a "fontset" line, which is now ignored.
6876
6877         * gtk/gtkentry.c (gtk_entry_button_release): Make 
6878         double-click-to-select-word work.
6879         
6880 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
6881
6882         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
6883         Don't move back one char when we are actually at the end of the 
6884         paragraph.
6885
6886 2000-11-15  Robert Brady  <robert@suse.co.uk>
6887
6888         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
6889         'o' < 'p'.
6890         
6891         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
6892         bind_textdomain_codeset.
6893
6894         (gtk_init_check): Make the warning about translating default:LTR
6895         sterner.
6896         
6897 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
6898
6899         * **/Makefile.am : remove unecessary rules for win32-specific
6900         config-substituted targets. If you want these rules, use
6901         --enable-maintainer-mode (called automatically by autogen.sh).
6902         Stops a lot of unneccessary make-time warnings.
6903
6904         * gtk/gtktext{layout,display}.c: Factor in total width as
6905         well as screen when figuring alignment for word-wrap as well as
6906         no wrap; this is necessary to handle lines that cannot be wrapped
6907         at all.
6908
6909 2000-11-15  Havoc Pennington  <hp@redhat.com>
6910
6911         * gtk/testtext.c: Implement essential color cycling feature
6912
6913 2000-11-15  Havoc Pennington  <hp@redhat.com>
6914
6915         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
6916         when we invalidate the main window.
6917
6918         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
6919         GtkTextView will now invalidate the side windows for us when text
6920         changes.
6921
6922 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
6923
6924         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
6925         unconditionally, since we may need to update the horizontal
6926         scrollbars even if the height didn't change.
6927
6928         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
6929         the extra attrs, since some of them affect size.
6930
6931         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
6932         x_offset correctly.
6933
6934 2000-11-15  Havoc Pennington  <hp@redhat.com>
6935
6936         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
6937         don't move the first line out into the margin, instead move the
6938         whole paragraph in order to make space for the first line within 
6939         the margin
6940
6941 2000-11-15  Havoc Pennington  <hp@redhat.com>
6942
6943         * gtk/gtktextview.c (changed_handler): offset redraw rect by
6944         xoffset in addition to yoffset, so horizontal scrolling doesn't
6945         break redraws
6946
6947 2000-11-15  Havoc Pennington  <hp@redhat.com>
6948
6949         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
6950         from the cursor
6951         (render_layout_line): fix reversed test that caused weird
6952         underlines to get drawn
6953
6954 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
6955
6956         * gdk/linux-fb/gdkprivate-fb.h:
6957         Fix debug macros.
6958         
6959 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
6960
6961         * gdk/linux-fb/gdkprivate-fb.h:
6962         Added virtual functions set_pixel, get_color,
6963         fill_span and draw_drawable to the GC.
6964         Added global _gdk_fb_screen_gc to use instead of
6965         NULL when drawing to the screen.
6966         Added _gdk_fb_gc_calc_state() prototype.
6967
6968         * gdk/linux-fb/gdkgc-fb.c:
6969         Call _gdk_fb_gc_calc_state() on any gc state change.
6970
6971         * gdk/linux-fb/gdkglobals-fb.c:
6972         Add _gdk_fb_screen_gc
6973                 
6974         * gdk/linux-fb/gdkdrawable-fb2.c:
6975         _gdk_fb_gc_calc_state() calculates best functions
6976         for the GC state and depth.
6977         Moved bpp specialized code to separate functions.
6978         Added optimized 24 bpp AA draw_drawable.
6979
6980         * gdk/linux-fb/gdkevents-fb.c:
6981         Silence gcc warning.
6982
6983         * gdk/linux-fb/gdkimage-fb.c:
6984         Use _gdk_fb_screen_gc
6985
6986         * gdk/linux-fb/gdkwindow-fb.c:
6987         Init and use _gdk_fb_screen_gc
6988
6989         * gdk/linux-fb/mitypes.h:
6990         Remove unused types.
6991
6992 2000-11-14  Havoc Pennington  <hp@pobox.com>
6993
6994         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
6995         to pixels
6996
6997 2000-11-14  Havoc Pennington  <hp@pobox.com>
6998
6999         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
7000
7001         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
7002         unknown char, no real reason we were using a variable. 
7003         Remove gtk_text_unknown_char variable. Fix all the text widget
7004         files accordingly.
7005
7006         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
7007         since the Unicode spec seems to prefer that character for our
7008         purposes.
7009
7010 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
7011
7012         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
7013         value of g_getenv() isn't freeable, so g_strdup it.
7014
7015         * modules/input/inuktitut.c: Inuktitut input method.
7016
7017         * modules/input/Makefile.am: Build this.
7018         
7019 2000-11-14  Elliot Lee  <sopwith@redhat.com>
7020
7021         * gtk/Makefile.am: Install gtk.immodules, needed for operation
7022         of gtk programs.
7023
7024 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
7025
7026         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
7027         reversed > that was causing Home to go to end of previous line.
7028
7029         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
7030         modified-keypresses (leave for bindings.)
7031
7032         * modules/input/Makefile.am: Remove useless -export-dynamic
7033         from module LDFLAGS.
7034
7035 2000-11-14  Havoc Pennington  <hp@redhat.com>
7036
7037         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
7038         higher.
7039
7040         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
7041         account. Also, render rise, underline, background, etc. for
7042         pixbufs as well as text. Also, draw underlines one pixel higher.
7043
7044         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
7045         PangoAttribute for the rise, so it gets drawn properly. Also,
7046         add the GtkTextAppearance attribute for pixbuf/widget segments
7047         as well; we should go ahead and have rise, underline, background,
7048         stipple work for those
7049
7050         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
7051         Pango
7052
7053 2000-11-15  Tor Lillqvist  <tml@iki.fi>
7054
7055         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
7056
7057         * gtk/gtk.def: Update.
7058
7059         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
7060         included.
7061         (gtk_rc_get_im_module_file): Use run-time installation directory
7062         on Win32.
7063
7064         * gdk/win32/rc/gdk.rc: Remove.
7065         * gdk/win32/rc/gdk.rc.in: New file.
7066         * gdk/win32/rc/Makefile.am: New file
7067         * gdk/win32/Makefile.am: Corresponding changes.
7068
7069         * gtk/gtk.rc: Remove.
7070         * gtk/gtk-win32.rc.in: New file.
7071         * gtk/Makefile.am: Corresponding changes.
7072
7073         * configure.in: Corresponding changes.
7074
7075         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
7076         has a built gtkcompat.h. Developers using CVS code on Win32 can
7077         hand-edit it from gtkcompat.h.in.
7078
7079         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
7080         gtkcompat.h from gtkcompat.h.win32.
7081
7082 2000-11-14  Havoc Pennington  <hp@redhat.com>
7083
7084         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
7085         to default to GDK_ACTION_MOVE if the drag is within a single
7086         widget. Defaults to GDK_ACTION_COPY between widgets.
7087
7088 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
7089
7090         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
7091
7092         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
7093
7094         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
7095         srcdir != builddir
7096
7097         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
7098
7099         * configure.in (GTK_VERSION): Up to 1.3.2
7100
7101         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
7102         gtkimcontextxim.h
7103
7104         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
7105         missing doc comment.
7106
7107 2000-11-14  Alexander Larsson  <alexl@redhat.com>
7108
7109         * modules/linux-fb/basic.c:
7110         Use the glib iconv wrappers.
7111
7112 2000-11-13  Havoc Pennington  <hp@pobox.com>
7113
7114         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
7115         still more bugs.
7116
7117         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
7118         scroll the GdkWindows before realization.
7119
7120 2000-11-13  Havoc Pennington  <hp@redhat.com>
7121
7122         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
7123         where GC didn't always get updated properly
7124
7125         * demos/gtk-demo/textview.c (create_tags): Use subattributes
7126         of fonts instead of setting the entire font
7127
7128         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
7129         setting entire font
7130
7131         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
7132
7133         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
7134         a bunch of individually-settable font attributes. You can still 
7135         use the "font" and "font_desc" args, they just set all the font
7136         attributes at once.
7137
7138 2000-11-13 Elliot Lee <sopwith@redhat.com>
7139
7140         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
7141
7142 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
7143
7144         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
7145         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
7146
7147         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
7148         work better.
7149
7150 2000-11-13  Havoc Pennington  <hp@redhat.com>
7151
7152         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
7153         the module file.
7154
7155         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
7156         dest->language
7157
7158         * gtk/testtext.c: Test pixels above/below/inside paragraphs
7159         settings
7160
7161         * gtk/gtktextview.c: Implement object args and setters/getters for
7162         all the aspects of the GtkTextAttributes that are not set from
7163         GtkWidget attributes. This is spacing, justification, margins,
7164         etc.
7165
7166         (gtk_text_view_set_arg)
7167         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
7168         args
7169         (gtk_text_view_class_init): Add args for justify, left_margin,
7170         right_margin, indent, and tabs
7171         
7172
7173         * gtk/gtktextlayout.c (set_para_values): fix to display indent
7174         attribute properly
7175
7176         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
7177         replace with indent attribute
7178
7179         * gtk/gtktextlayout.c (set_para_values): multiply indent by
7180         PANGO_SCALE
7181
7182         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
7183         rearranging code to do that
7184         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
7185         i.e. don't subtract the top_margin first, just to keep
7186         all margin-futzing in one place.
7187
7188         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
7189
7190         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
7191         special case of last line, Pango now handles this itself.
7192         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
7193         Y coordinate
7194         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
7195         (find_display_line_above): wasn't moving the byte index as it
7196         iterated over lines, so always returned byte 0. Also, port to use
7197         PangoLayoutIter.
7198         (find_display_line_below): same problem as
7199         find_display_line_above. Also, port to use PangoLayoutIter.
7200
7201 2000-11-13  Alexander Larsson  <alexl@redhat.com>
7202
7203         * gdk/linux-fb/*.[ch]:
7204         Massive reindent to gtk+ standard. My hands hurt.
7205
7206         * gdk/linux-fb/gdkcolor-fb.c:
7207         Move GdkColorPrivateFB from inherited to windowing_data
7208
7209         * gdk/linux-fb/gdkcursor-fb.c:
7210         _gdk_cursor_new_from_pixmap made static
7211
7212         * gdk/linux-fb/gdkdnd-fb.c:
7213         GdkDragContextPrivate moved to windowing_data
7214
7215         * gdk/linux-fb/gdkdrawable-fb2.c:
7216         Removed endian.h, use glib endianness macros instead
7217         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
7218         and GDK_DRAWABLE_IMPL_FBDATA
7219
7220         * gdk/linux-fb/gdkfont-fb.c:
7221         Add empty gdk_font_load(). Needed for linking of Gtk+.
7222
7223         * gdk/linux-fb/gdkimage-fb.c:
7224         Removed endian.h, use glib endianness macros instead
7225         Moved GdkImagePrivateFB to windowing_data
7226         gdk_image_new_bitmap didn't always allocate enough
7227         memory.
7228
7229         * gdk/linux-fb/gdkinput-ps2.c:
7230         Added semi-working support for MS serial mice.
7231
7232         * gdk/linux-fb/gdkprivate-fb.h:
7233         s/GdkWindowPrivate/GdkWindowObject/
7234         Removed GdkWindowPrivate typedef
7235         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
7236         Removed GDK_DRAWABLE_P
7237         Move GdkColorPrivateFB from inherited to windowing_data
7238         Moved GdkImagePrivateFB to windowing_data
7239
7240         * gdk/linux-fb/gdkvisual-fb.c:
7241         Removed some unused debug code.
7242
7243         * gdk/linux-fb/gdkwindow-fb.c:
7244         Use stock cursors instead of including X headers.
7245         s/GdkWindowPrivate/GdkWindowObject/
7246
7247         * gdk/linux-fb/mitypes.h:
7248         Removed unused types.
7249
7250         * modules/linux-fb/basic.c:
7251         Use the pango fribidi wrappers.
7252
7253 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
7254
7255         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
7256         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
7257         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
7258         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
7259         GEqualFunc where applicable.
7260         
7261         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
7262         pango_font_description_equal as changed in pango.
7263         
7264         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
7265
7266         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
7267
7268         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
7269
7270         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
7271
7272         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
7273
7274         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
7275
7276         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
7277         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
7278
7279         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
7280         gtk_rc_styles_compare -> gtk_rc_styles_equal.
7281
7282 2000-11-12  Havoc Pennington  <hp@pobox.com>
7283
7284         * demos/gtk-demo/Makefile.am (democodedir): change demo install
7285         dir to datadir/gtk+-2.0/demo
7286
7287         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
7288         sorts of text widget and Pango font bugs. Urgh.
7289
7290         * demos/gtk-demo/Makefile.am (demos): Add textview.c
7291
7292         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
7293         tree that you should double click to see the demo. Fix 
7294         types of variables to reflect changed return values from 
7295         GtkTreeStore and GtkTreeViewColumn constructors.
7296
7297         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
7298         newly-created buffer to prepare for GObject semantics
7299
7300         * gtk/testtext.c: don't leak the buffer with GObject semantics
7301
7302         * gtk/testtextbuffer.c: ditto
7303         
7304 2000-11-12  Havoc Pennington  <hp@pobox.com>
7305
7306         Rename this testgtk to gtk-demo to avoid confusion, and 
7307         install it so people can use it as a supplement to 
7308         the documentation.
7309         
7310         * demos/gtk-demo: Moved from demos/testgtk
7311
7312         * demos/testgtk: Removed
7313
7314         * configure.in: make Makefile in gtk-demo
7315         
7316         * demos/gtk-demo/Makefile.am: Install sample source to 
7317         datadir/gtk-demo (maybe there's a better place?), and 
7318         rename the binary to gtk-demo
7319         
7320         * demos/gtk-demo/main.c (load_file): Load installed sample
7321         source if source isn't found in pwd.
7322
7323 2000-11-09  Havoc Pennington  <hp@pobox.com>
7324
7325         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
7326         argument to set the char displayed when visibility == FALSE
7327         (gtk_entry_create_layout): If !entry->visible, replace 
7328         all chars with the "invisible char"
7329
7330         * gtk/testgtk.c: Test the invisible_char deal
7331         
7332 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
7333
7334         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
7335         can't get a native font in the right encoding.
7336
7337 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
7338
7339         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
7340         respectively.
7341
7342 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
7343
7344         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
7345         Fix warning when moving between paragraphs.
7346
7347         * gtk/gtkentry.[ch]: Change move => move_cursor, 
7348         delete => delete_from_cursor, insert => insert_at_cursor
7349
7350 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
7351
7352         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
7353
7354         * modules/input/imthai-broken.c: A Thai input method for use if
7355         Thai keys are really generating Latin1 keysyms.
7356
7357         * modules/input/Makefile.am: Build these.
7358
7359 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
7360
7361         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
7362         g_filename_{to,from}_utf8 now takes an extra parameter.
7363
7364         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
7365         strftime into UTF-8.
7366
7367         (column_from_x, gtk_calendar_paint_day_names): Support RTL
7368         calendars.
7369
7370         (gtk_calendar_paint_day_names): Draw day names in the right 
7371         place.
7372         
7373 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
7374
7375         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
7376         problem with using result of g_get_charset() backwards -
7377         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
7378
7379         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
7380         negative min_width/height and max_width/height to
7381         mean "requisition"; this allows setting a window
7382         to be user-resizable in only one direction easily.
7383
7384         * gtk/testgtk.c (create_main_window): Remove hard-coded
7385         usize - set a default size in the vertical direction.
7386
7387 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
7388
7389         * gtk/gtkrange.c: Add some missing casts. Support 
7390         2 and 3 button clicks on the arrows to mean 
7391         "move by pages" and "jump to end". (Like gtkspinbutton)
7392
7393 2000-11-12 Hans Breuer <Hans@Breuer.Org>
7394
7395         * gdk/win32/makefile.msc : reflect build module changes
7396
7397         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
7398         from GdkPixmap*, cast implementation member instead.
7399
7400         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
7401         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
7402         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
7403         more Gdi functions return value checking. 
7404         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
7405         GdkImagePrivateWin32 *.
7406
7407         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
7408         menus useable again. Add #pragma message to keep reminded on this issue.
7409         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
7410         windows. This allows to enable backing store on Win32!
7411
7412         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
7413         in drawable is of impl type. Correct specific type checks appropriate.
7414  
7415         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
7416         GDK_WINDOW_DESTROYED before allocating new resources.
7417
7418         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
7419
7420         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
7421         (gdk_window_foreign_new) initialize parent handle.
7422         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
7423
7424         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
7425         Let the GDI invalidate the window on MoveWindow call to fix scrolling
7426         problems (e.g. main buttons in testgtk). 
7427
7428 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
7429
7430         * gtk/gtkentry.c (gtk_entry_key_press): Call 
7431         gtk_widget_activate for GDK_Return.
7432
7433         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
7434         of preedit cursor position.
7435
7436 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
7437
7438         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
7439         static.
7440
7441 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
7442
7443         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
7444         out support for multiple locales; that simple doesn't
7445         work reliably with current Xlib
7446
7447         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
7448         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
7449         Add support for positioning the cursor within the preedit string.
7450
7451 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
7452
7453         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
7454         at XIM input method module.
7455
7456         * gtk/gtktextview.c: Check for bindings after passing
7457         events to im context filter.
7458
7459 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
7460
7461         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
7462         empty attribute lists properly.
7463
7464 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
7465
7466         * gtk/queryimmodules.c (main): Return non-zero exit
7467         status if errors were encountered querying any
7468         modules.
7469
7470         * modules/input/Makefile.am (moduledir): remove
7471         leftover bin program target.
7472
7473         * docs/make-todo: Fix typo in error message.
7474
7475 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
7476
7477         * configure.in: Add modules/input/Makefile
7478
7479 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
7480
7481         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
7482         don't include gtkthemes.h.
7483
7484         * gtk/testgtk.c gtk/testtext.c: Set environment variables
7485         to point
7486
7487         * gtk/Makefile.am: Add new .c and .h files, build 
7488         gtk-query-immodules and use it to create a gtk.immodules
7489         file for use of test programs.
7490
7491         * gtk/gtkpreview.c: remove extra blank line.
7492
7493 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
7494
7495         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
7496         Add the ability to add extra tables beyond the default
7497         one, and also the ability to have compose sequences 
7498         that are prefixes of other compose sequences. 
7499
7500         * gtk/gtkimcontextsimple.c: Export a preedit string which
7501         consists of possible candidates for keystrokes that have
7502         been entered but not yet committed.
7503
7504         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
7505         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
7506
7507         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
7508         Add a function to add input-method switching menu items
7509         to a menu.
7510
7511         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
7512         when switching input methods.
7513
7514         * gtk/gtkimcontextsimple.[ch]: Change the format of
7515         the compose table to allow compose tables of different
7516         lengths / sequence.
7517
7518 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
7519
7520         * gtk/gtkimmodule.[ch]: Support routines for loading
7521         GtkIMContext implementations dynamically at runtime.
7522
7523         * modules/input/imcyrillic-translit.c: A sample input
7524         method (based on GtkIMContextSimple with an extra table),
7525         which demonstrates preedit strings and the module
7526         system for input modules
7527
7528         * gtk/queryimmodules.c: Program to query the available
7529         input modules and write the results into a file.
7530          
7531         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
7532         extra config options "im_module_file" (cache file for
7533         input method modules), and "im_module_path" - path
7534         to look for modules when generating cache file.
7535
7536         This doesn't scale.
7537
7538 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
7539
7540         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
7541         generic code from gtkthemes into a new abstraction
7542         GtkModule which has the logic for implementing
7543         a loadable module which implements a number of 
7544         GObject types.
7545
7546 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
7547
7548         * gtk/gtkeditable.[ch]: Convert GtkEditable from
7549         a class into an interface  
7550         
7551         * gtk/gtkoldeditable.[ch]: Move the old editable
7552         implementation into here, so legacy widgets can
7553         still rely on the implemenation. GtkOldEditable
7554         exports GtkEditable. Make selection handling
7555         code use new text conversion functions (and
7556         handle UTF-8 as a side-effect). Use GtkClipboard
7557         for CLIPBOARD.
7558
7559         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
7560         Adopt to match above changes.
7561
7562         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
7563         avoid GtkOldEditable implementation. Restructure
7564         to reduce number of places that modify state directly.
7565         Move to GtkBindingSet. Display the preedit string.
7566         Queue recomputation of PangoLayout and scroll position
7567         to improve effiency of doing complex changes naively.
7568         Add a menu with cut/copy/paste and input method selection.
7569
7570 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
7571
7572         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
7573         to set preedit string and attributes; display preedit string by
7574         inserting string and attributes at cursor when creating the
7575         GtkTextLineDisplay.
7576
7577         * gtk/gtktextlayout.c: Move all conversions between byte
7578         positions in PangoLayout and GtkTextIter into new functions
7579         line_display_iter_to_index/index_to_iter that properly
7580         handle the preedit string.
7581
7582         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
7583         it to return const char * (eventually will end up
7584         as GCONST char *, most likely.)
7585
7586         * gtk/gtktextview.[ch]: Handle the preedit string, call
7587         gtk_im_context_reset() as necessary, add a menu to switch
7588         input methods.
7589         
7590         * gtk/gtktextlayout.[ch]: Remove useless
7591         gtk_text_layout_get_log_attrs() function.
7592
7593 2000-11-11  Tor Lillqvist  <tml@iki.fi>
7594
7595         * gdk/gdk.def
7596         * gtk/gtk.def: Update.
7597
7598         * gdk/win32/*.c: Add last argument to g_type_register_static()
7599         calls.
7600
7601         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
7602
7603         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
7604         generated by older wheel mouse drivers. Get the correct y
7605         coordinate from WM_MOUSEWHEEL messages.
7606
7607         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
7608         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
7609         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
7610         Debugging functions.
7611
7612         * gdk/win32/gdkprivate-win32.h: Declare them.
7613
7614         * gdk/win32/gdkinput-win32.h: Add declaration for
7615         gdk_input_window_destroy().
7616
7617         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
7618
7619 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
7620
7621         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
7622         function to help handle keeping things in sync.
7623
7624 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
7625
7626         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
7627         BOXED marshallers.
7628
7629         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
7630         (gtk_list_store_class_init): use the new BOXED marshallers.
7631
7632         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
7633         new_with_values to new_with_types.
7634         (gtk_tree_store_get_column_type): add this.
7635         (gtk_tree_store_class_init): use the new BOXED marshallers.
7636
7637         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
7638         mirror some POINTER marshallers.
7639
7640 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
7641
7642         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
7643         allow more interesting iterators.  Also, made the lifecycle of
7644         iterators more explicit.
7645
7646         * gtk/gtktreemodelsort.[ch]: New model for sorting.
7647
7648         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
7649         types.
7650
7651 2000-11-09  Alexander Larsson  <alexl@redhat.com>
7652
7653         * demos/testgtk/menus.c:
7654         Changes to make the new testgtk compile after
7655         gtk_menu_append was removed.
7656
7657         * gdk/linux-fb/gdkdrawable-fb2.c
7658         (gdk_fb_get_depth, gdk_fb_get_visual,
7659         gdk_drawable_impl_fb_class_init): Implement
7660         these drawable functions. Now GtkImages work again.
7661
7662         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
7663
7664         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
7665         
7666         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
7667         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
7668         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
7669         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
7670
7671 2000-11-08  Havoc Pennington  <hp@pobox.com>
7672
7673         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
7674         visible_set args, don't know where these had gone, I thought they
7675         used to be there
7676
7677         * gtk/testtext.c: Add a menu item to apply invisibility tag;
7678         now we can test the feature and see that it's totally broken.
7679
7680 2000-11-08  Havoc Pennington  <hp@pobox.com>
7681
7682         Make DND copy pixbufs and tags when source and target share a 
7683         tag table.
7684         
7685         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
7686         in-process GTK_TEXT_BUFFER_CONTENTS target
7687         (gtk_text_view_drag_data_received): Paste from
7688         GTK_TEXT_BUFFER_CONTENTS if we receive it.
7689
7690 2000-11-08  Alexander Larsson  <alexl@redhat.com>
7691
7692         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
7693         API changes.
7694
7695         * gtk/gtkmenu.c: Add support for scrolling menus.
7696         Remove gtk_menu_append/prepend/insert, these have been moved to
7697         gtkcompat.h as #defines.
7698
7699         * gtk/gtkcompat.h.in:
7700         Add compatibility #defines for gtk_menu_append/prepend/insert
7701
7702         * gtk/gtkmenu.h: Add data needed for scrolling menus.
7703         GtkMenuPositionFunc gets an extra argument push_in.
7704         gtk_menu_append/prepend/insert removed.
7705         
7706         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
7707         positioning behaviour to fit to scrolling menus.
7708
7709         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
7710         into menuitem->submeny. That is wrong, and broke torn
7711         off submenus of torn off menus, since they were unrealized
7712         when the first menu was unrealized.
7713
7714         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
7715         gtk_menu_shell_select_item() since these need to be overridden in
7716         GtkMenu.
7717
7718         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
7719         positioning behaviour to fit to scrolling menus.
7720         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
7721         the current item so that it is prelighted when the menu pops up.
7722         This is a workaround to the fact that the menu doesn't get the
7723         initial enter event (due to grabs).
7724
7725         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
7726         s/gtk_menu_append/gtk_menu_shell_append/
7727
7728         * gtk/gtknotebook.c:
7729         s/gtk_menu_insert/gtk_menu_shell_insert/
7730
7731         * gtk/testgtk.c (create_menu, create_menus):
7732         Create the first menu with 50 items so that menu scrolling
7733         can be tested.
7734         
7735         
7736         Patch from Jonathan Blandford  <jrb@redhat.com>
7737
7738         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
7739         system to handle size requests.  First, we ask what the size of
7740         the toggle is.  Then, when allocating the size, we allocate the
7741         toggle_size first.  This way we can have multiple menu-item
7742         classes w/o needing a seperate class for each.
7743
7744         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
7745         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
7746
7747         * gtk/gtkcheckmenuitem.c
7748         (gtk_check_menu_item_toggle_size_request): New function to handle
7749         the toggle size-request.
7750
7751 2000-11-07  Havoc Pennington  <hp@redhat.com>
7752
7753         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
7754         Half-ass somewhat fix this function, so that scrolling to the
7755         insertion point works. Pango hacking is in the future to really
7756         fix it.
7757
7758         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
7759         length of data, no longer used.
7760
7761         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
7762         method contents in here, get rid of destroy method
7763         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
7764         that were backward. Remove debug spew.
7765         (cut_or_copy): Make the clipboard work with insert_range to
7766         preserve tags and pixbufs, not just the primary selection.
7767
7768 2000-11-07  Havoc Pennington  <hp@redhat.com>
7769
7770         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
7771         to gtk_text_mark_get_visible
7772
7773         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
7774         bug that was generating an invalid iterator
7775
7776         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
7777         ensure_char_offsets() in front of code placing the iter in an
7778         invalid state.
7779
7780         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
7781         make override_location arg const
7782         (paste): Replace the selection if we paste into the 
7783         current selection
7784
7785         * gtk/gtkselection.h: Remove "GtkSelectioData"
7786         (struct _GtkSelectionData): move the definition here.
7787
7788         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
7789         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
7790
7791         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
7792
7793         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
7794         (gtk_text_buffer_insert_range_interactive): implement
7795         (gtk_text_buffer_get_tags): Remove, replaced by
7796         gtk_text_iter_get_tags()
7797
7798         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
7799         limit parameter, to avoid infinite linear scan.
7800         (gtk_text_iter_backward_search): Add search limit
7801         (gtk_text_iter_forward_find_char): Add search limit
7802         (gtk_text_iter_backward_find_char): Add search limit
7803
7804 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
7805
7806         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
7807         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
7808         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
7809         gdk/linux-fb/gdkwindow-fb.c:
7810         use g_object_new() instead of g_type_create_instance() which
7811         is a private function for fundamental type implementations.
7812
7813         * gdk/linux-fb/gdkinput-ps2.c:
7814         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
7815         instead just store the current modifier state. Add a (somewhat broken)
7816         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
7817         Rename exported function gdk_input_ps2_get_mouseinfo to
7818         gdk_input_get_mouseinfo.
7819
7820         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
7821         gdk/linux-fb/gdkwindow-fb.c:
7822         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
7823         
7824
7825 2000-11-02  Havoc Pennington  <hp@redhat.com>
7826
7827         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
7828         use stock buttons. Should be 100% source compatible, appropriate
7829         filesel fields now point to dialog->vbox and dialog->action_area.
7830         On the bizarre side, dialog->action_area and filesel->action_area
7831         are not the same widget.
7832         (gtk_file_selection_init): Put some padding around the selection
7833         entry, so it isn't touching the GtkDialog separator.    
7834
7835         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
7836         use stock buttons, etc. Should also be source compatible.
7837         Set the dialog default title in _init not _new().
7838         
7839         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
7840         Use stock buttons; don't put a button box inside the existing
7841         dialog button box. Don't bother with push/pop colormap anymore.
7842
7843         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
7844         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
7845         for message dialog, and necessary for the font selection and color
7846         selection with help and apply buttons.
7847         
7848         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
7849         to the created button widget. Set GTK_CAN_DEFAULT on the button.
7850         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
7851         between buttons, put less padding around the action area.
7852         (gtk_dialog_run): Exit on unmap rather than on destroy. 
7853         This will also exit the loop if the widget is hidden.
7854         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
7855         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
7856         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
7857         special-case delete event.
7858
7859         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
7860         formatting
7861         
7862 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
7863
7864         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
7865         button to temporarily disable position recording in the
7866         "saved position" test.
7867
7868 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
7869
7870         * gtk/gtkthemes.c: added compat code that temporarily implements
7871         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
7872         going to be revamped by owen's upcoming GtkModule patches, but
7873         untill then people want gtk to build, right? ;)
7874
7875 2000-11-04  Havoc Pennington  <hp@pobox.com>
7876
7877         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
7878         list
7879
7880         * docs/Changes-2.0.txt: Add note about
7881         gtk_container_get_toplevels()
7882
7883         * gtk/gtktextview.h: formatting
7884         
7885         * gtk/gtktextview.c: don't start descriptions with "Returns",
7886         confuses gtk-doc
7887
7888 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
7889
7890         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
7891         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
7892
7893 2000-11-03  Havoc Pennington  <hp@redhat.com>
7894
7895         * gtk/gtktexttagtable.c: Docs
7896         (gtk_text_tag_table_size): return a signed int
7897
7898         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
7899         (gtk_text_tag_event): make the event_object a GObject
7900
7901         * gtk/gtktextview.c: Write API docs for all functions.
7902
7903         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
7904         for gtk_text_view_get_window_type() called on one of the private
7905         windows.
7906
7907         * gtk/gtktextview.c: Instead of accessing text_view->buffer
7908         directly, call get_buffer() which demand-creates a default
7909         buffer. So gtk_text_view_new() can be used to create a view with a
7910         default buffer in it, if you just want an empty text box users can
7911         put data in. Useful for GUI builders also.
7912
7913 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
7914
7915         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
7916         the charset encodign portion MUST be in lowercase.
7917         * gtk/gtkrc.az: added file for Azeri language
7918
7919 2000-11-03  Havoc Pennington  <hp@redhat.com>
7920
7921         Get widgets working on the btree/buffer side. Display of them 
7922         still doesn't work.
7923         
7924         * gtk/gtktextview.c: start implementing child widget stuff
7925
7926         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
7927
7928         * gtk/gtktextlayout.c: handle embedded widgets
7929
7930         * gtk/gtktextdisplay.c: handle embedded widgets
7931
7932         * gtk/gtktextchild.c: Implement all the child anchor goo
7933
7934         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
7935         function
7936
7937         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
7938         (insert_pixbuf_or_widget_segment): abstract out common portions of 
7939         creating a child anchor or a pixbuf segment.
7940         (gtk_text_btree_create_child_anchor): new function
7941         (gtk_text_btree_unregister_child_anchor): new function
7942
7943         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
7944         allocate_child signal on GtkTextLayout
7945
7946         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
7947         values
7948         (gtk_text_iter_get_child_anchor): new function
7949
7950         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
7951         default handler for the changed signal, which calls
7952         gtk_text_buffer_set_modified(), instead of just always emitting
7953         changed then calling set_modified() manually. I guess this is
7954         maybe more flexible. It seems logical.
7955
7956 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
7957
7958         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
7959         now.
7960
7961         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
7962
7963 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
7964
7965         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
7966         been marked static.
7967
7968 2000-11-02  Havoc Pennington  <hp@redhat.com>
7969
7970         * gtk/testgtk.c (create_labels): had a test backward
7971
7972         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
7973         fields, so the dest GC ends up with the correct clip origin, 
7974         etc. Fixes a bug where colored labels didn't redraw 
7975         properly.
7976
7977 2000-11-02  Alexander Larsson  <alexl@redhat.com>
7978
7979         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
7980         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
7981         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
7982         Add last argument to t_type_register_static call.
7983         
7984         * gdk/linux-fb/gdkdrawable-fb2.c:
7985         Add last argument to t_type_register_static call.
7986         export the get_image drawable virtual function.
7987
7988         * gdk/linux-fb/gdkimage-fb.c:
7989         Add last argument to t_type_register_static call.
7990         rename gtk_image_get to _gdk_fb_get_image and
7991         export it for use by gdkdrawable-fb2.
7992
7993         * gdk/linux-fb/gdkprivate-fb.h:
7994         export _gdk_fb_get_image.
7995
7996         * gdk/linux-fb/gdkselection-fb.c:
7997         Add new api call stubs.
7998
7999         * gtk/Makefile.am:
8000         Missing ( in linux-fb part.
8001
8002         * modules/linux-fb/Makefile.am:
8003         Must link with gdk_pixbuf or get unresolved symbol.
8004
8005 2000-11-01  Havoc Pennington  <hp@pobox.com>
8006
8007         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
8008         GTK_TYPE_TEXT_ITER and BOXED marshallers
8009
8010         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
8011
8012         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
8013         
8014         * gtk/gtk-boxed.defs: add GtkTextIter
8015
8016         * gtk/gtkmarshal.list: Add marshallers for text widget that 
8017         properly use OBJECT and BOXED
8018
8019 2000-11-01  Havoc Pennington  <hp@redhat.com>
8020
8021         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
8022
8023         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
8024         before returning it. 
8025         
8026 2000-11-01  Havoc Pennington  <hp@redhat.com>
8027
8028         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
8029         Clip the rectangle to be rendered to the drawable, since
8030         get_from_drawable() requires a region within the drawable
8031
8032 2000-11-01  Havoc Pennington  <hp@redhat.com>
8033
8034         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
8035         from coordinates.
8036
8037 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
8038
8039         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
8040         it isn't NULL.
8041
8042 2000-11-01  Havoc Pennington  <hp@pobox.com>
8043
8044         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
8045         on a label
8046         (gtk_label_finalize): unref the attr list if any.
8047
8048         * gtk/testgtk.c (create_get_image): close test on second click
8049         (make_message_dialog): close dialog if it exists
8050
8051         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
8052
8053         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
8054         gdk-pixbuf
8055
8056         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
8057         from Pango markup format
8058         (gtk_label_set_markup_with_accel): ditto but with accelerator
8059         parsing
8060
8061         * gtk/gtkimage.c (gtk_image_expose): reformatting.
8062
8063         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
8064         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
8065         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
8066         call gdk_window_get_origin().
8067
8068         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
8069         implement GDK_PIXBUF_ALPHA_FULL
8070         
8071 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
8072
8073         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
8074         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
8075         g_signal_handlers_disconnect_matched to block/unblock and disconnect
8076         multiple handlers respectively, instead of only treating the
8077         first handler found (bug reported by owen).
8078
8079 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
8080
8081         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
8082
8083         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
8084
8085         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
8086         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
8087         gtk/gtktreeviewcolumn.h: Fixed inline docs.
8088
8089         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
8090         widget.  Needs writing someday.
8091
8092         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
8093         the docs.
8094
8095 2000-10-30  Havoc Pennington  <hp@redhat.com>
8096
8097         * gtk/gtktextview.h, gtk/gtktextview.c:
8098         Rename delete_at_cursor delete_from_cursor, and 
8099         move to move_cursor.
8100
8101 2000-10-30  Havoc Pennington  <hp@redhat.com>
8102
8103         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
8104         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
8105         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
8106         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
8107         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
8108         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
8109         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
8110         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
8111         gtktexttypes.h, gtktextview.c, gtktextview.h:
8112
8113         Massive reindentation and reformatting. Arg alignment and comments
8114         still need fixing in various places.
8115
8116 2000-10-30  Havoc Pennington  <hp@redhat.com>
8117
8118         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
8119         to be named insert_at_cursor and delete_at_cursor so C++ can
8120         handle them.
8121
8122 2000-10-28  Tor Lillqvist  <tml@iki.fi>
8123
8124         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
8125         to get a double directory separator in case the home directory
8126         ends with one. This would cause trouble especially on Windows,
8127         where the path will be confused with the syntax for an an UNC
8128         (network share) path \\server\share\path.
8129         (gtk_rc_add_initial_default_files): Ditto.
8130
8131 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
8132
8133         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
8134
8135         * gtk/gtktextview.c: Use correct marshallers.
8136
8137 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
8138
8139         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
8140         use new iter stuff, and added all the appropriate signals et al.
8141
8142         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
8143         code is internal to gtk only.
8144
8145 2000-10-28  Tor Lillqvist  <tml@iki.fi>
8146
8147         * gtk/gtk.def
8148         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
8149         glib-genmarshal etc.
8150
8151 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
8152
8153         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
8154         parallel builds.
8155
8156 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
8157
8158         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
8159
8160 2000-10-27  Robert Brady  <robert@suse.co.uk>
8161
8162         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
8163         en_GB (British), ia (Interlingua).
8164
8165 2000-10-26  Havoc Pennington  <hp@redhat.com>
8166
8167         * gtk/gtktextiter.c (my_strrstr): fix constness warning
8168
8169         Fixed output of:
8170         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
8171         
8172         * gtk/gtktextsegment.c (char_segment_new): rename
8173         (_char_segment_new_from_two_strings): rename
8174         (_toggle_segment_new): rename
8175         
8176         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
8177         (make_clipboard_widget): make it static
8178         (text_get_func): static
8179         (text_clear_func): static
8180
8181         * gtk/gtkcolorsel.c (adjustment_changed): make this function
8182         static
8183         (hex_changed): make it static
8184         (hsv_changed): make it static
8185         (opacity_entry_changed): make it static
8186
8187         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
8188         (toggle_segment_check_func): rename with _gtk
8189
8190         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
8191         (_widget_segment_new): rename
8192         (_widget_segment_add): rename
8193         (_widget_segment_remove): rename
8194         (_widget_segment_ref): rename
8195         (_widget_segment_unref): rename
8196
8197         * gtk/gtktextmark.c (_mark_segment_new): Rename
8198         _gtk_mark_segment_new   
8199
8200 2000-10-26  Havoc Pennington  <hp@redhat.com>
8201
8202         * gtk/gtkmarshal.list: add new marshallers used by the text widget
8203         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
8204         types
8205
8206         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
8207         marshaller types
8208
8209         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
8210         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
8211         license on these files.
8212
8213         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
8214         work.
8215
8216         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
8217         runtime random number different for each tree, instead of 
8218         a constant I made up.
8219
8220 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
8221
8222         * gtk/Makefile.am: buncha cleanups, kludged build sources
8223         dependencies with a Makefile: oldest-source-stamp dependancy
8224         for the moment. automake is really fighting us here, with
8225         intentionally not allowing user-defined rules or dependancies
8226         prior to it's -include $(DEP_FILES) statement. sucks rocks!
8227
8228         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
8229         to public headers. tehy have a comment stating that they are
8230         "semi-public" aren't included by gtk.h and if enums popup there,
8231         they can be /*< skip >*/-ed.
8232
8233         * gtk/gtktextlayout.h: 
8234         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
8235         added LGPL... <SIGH>
8236
8237 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
8238
8239         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
8240         GtkTreeIter.  Added iterators everywhere.
8241
8242         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
8243
8244         * gtk/gtktreeviewselection.c: Changed to use the iterators.
8245
8246         * gtk/gtktreestore.c: Changed to use the iterators.
8247
8248         * gtk/gtkliststore.c: Commented out the code.  Will convert to
8249         iterators tomorrow.
8250
8251         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
8252         iterators tomorrow.
8253
8254         * gtk/treestoretest.c: Changed to use iterators.
8255
8256         * demos/testgtk/main.c: Moved to use the new iterator system.
8257
8258 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
8259
8260         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
8261         localization misbehaviour.
8262
8263         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
8264         a useless type without copy/free.
8265
8266         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
8267         of GTK_TYPE_CTREE_NODE.
8268
8269 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
8270
8271         * gtk/gtksignal.c:
8272         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
8273         applicable.
8274
8275         * gtk/gtk-boxed.defs (GtkSelectionData): specify
8276         gtk_selection_data_copy and gtk_selection_data_free
8277         do GtkSelectionData work as params in signals.
8278
8279 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
8280
8281         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
8282         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
8283         couldn't they at least give it a non-standard name?
8284         
8285         * gtk/gtktextlayout.c: arg! yet another implementation of
8286         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
8287
8288         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
8289         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
8290         home. now i know this _is_ a conspiracy.
8291
8292         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
8293         ::state-changed.
8294
8295         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
8296         (gtk_accel_group_create_add): marshaller signature fixups.
8297
8298         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
8299         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
8300
8301         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
8302         anymore.
8303
8304 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
8305
8306         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
8307         due to the signal system changes, it wouldn't build currently. to
8308         be fixed soon.
8309
8310         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
8311
8312         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
8313         so it needs gtk_marshal_VOID__ENUM() instead of
8314         gtk_marshal_NONE__UINT().
8315
8316         * gdk/gdk*.c: adapted type registration functions.
8317
8318         * gtk/gtkbindings.c:
8319         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
8320         gone.
8321
8322         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
8323
8324         * gtk/gtkobject.c:
8325         (gtk_object_destroy):
8326         (gtk_object_shutdown): fixed recursion guards. basically we have to
8327         catch the case where any of GObject.shutdown() or gtk_object_destroy()
8328         is called during ::destroy, and avoid recursion there.
8329
8330         * gtk/gtktypeutils.c:
8331         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
8332         boxed_copy/boxed_free. this needs a more general solution based on a
8333         publically installed code-generator utility.
8334
8335         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
8336         glib's gobject has support for that now.
8337         define GtkSignalMarshaller in terms of GSignalCMarshaller.
8338
8339 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
8340
8341         * gtk/gtksignal.[hc]:
8342         * gtk/gtkmarshal.[hc]:
8343         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
8344         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
8345         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
8346         care of that.
8347
8348         * *.c: marshaller name fixups.
8349
8350         * gtk/gtkmarshal.list: added a comment briefing the format.
8351
8352 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
8353
8354         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
8355         compatibility macros here now. more specifically, most of
8356         the API is preserved (yes, _most_, nonwithstanding the
8357         following exceptions listed, the API is stil lHUGE ;)
8358         things that got removed completely:
8359         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
8360         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
8361         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
8362         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
8363         gtk_signal_remove_emission_hook().
8364         non-functional functions variants:
8365         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
8366         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
8367         not supported anymore.
8368         (gtk_signal_compat_matched): new internal function to aid
8369         implementation of the compatibility macros, it  provides
8370         functionality to block/unblock/disconnect handlers based
8371         on func/data.
8372
8373         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
8374
8375         * *.c: adaptions to new type registration API signatures.
8376
8377 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
8378
8379         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
8380
8381 2000-10-25  Robert Brady  <robert@suse.co.uk>
8382
8383         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
8384         gdk_property_delete): If window == NULL, assume the root window.
8385         (restoring the behaviour that was in 1.2).
8386         
8387         * gtk/testtext.c (save_buffer): Allow creation of new files when
8388         saving.
8389
8390         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
8391         calls to read().
8392
8393 2000-10-25  Tor Lillqvist  <tml@iki.fi>
8394
8395         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
8396
8397         * gdk/win32/gdkdrawable-win32.c
8398         * gdk/win32/gdkimage-win32.c
8399         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
8400         X11 backend.
8401
8402         * gdk/win32/gdkcc-win32.c
8403         * gdk/win32/gdkcolor-win32.c
8404         * gdk/win32/gdkfont-win32.c
8405         * gdk/win32/gdkinput-win32.c
8406         * gdk/win32/gdkmain-win32.c
8407         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
8408
8409 2000-10-24  Havoc Pennington  <hp@redhat.com>
8410
8411         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
8412         it a static function
8413
8414         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
8415         redraw text when a tag is applied to it.
8416
8417         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
8418         (gtk_text_tag_affects_nonsize_appearance): private functions to
8419         see if a tag requires various kinds of redraw/layout to be queued
8420         up.
8421
8422         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
8423
8424         * gtk/testtext.c (fill_example_buffer): Put the cursor 
8425         at the start of the buffer, so search works by default
8426
8427         * gtk/gtktextiter.c (lines_match): init match_start always
8428
8429         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
8430         function, get iter at a line + a byte index
8431
8432         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
8433         to set byte position within a line
8434         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
8435
8436 2000-10-23  Havoc Pennington  <hp@redhat.com>
8437
8438         * gtk/testtext.c: Re-enable the "find" dialog
8439
8440         * gtk/testgtk.c: Add test for gdk_drawable_get_image
8441         
8442         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
8443         the arguments to gdk_draw_drawable were in the wrong order
8444         (gdk_window_paint_init_bg): This function was ignoring the
8445         init_region, instead of clipping to it, so the entire backing
8446         pixmap was cleared on every begin_paint()
8447         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
8448         was in here again, the loop kept using the same GtkWindowPaint
8449         over and over.
8450         (gdk_window_begin_paint_region): Fix a bug where we had two
8451         x_offset instead of x_offset and y_offset
8452
8453         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
8454         before we get the image.
8455         (gdk_draw_drawable): get the composite before we draw the drawable.
8456         (gdk_drawable_real_get_composite_drawable): default
8457         get_composite_drawable implementation that returns the drawable 
8458         itself
8459
8460         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
8461         get_composite_drawable virtual function
8462
8463         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
8464         list-walking bug
8465
8466         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
8467         make this work if the source drawable is a GdkDrawableImplX11
8468         instead of a public drawable type. This is really broken; the
8469         problem is that GdkDrawable needs a virtual method get_xid(), but
8470         of course that doesn't work in practice. Enter RTTI.
8471
8472         Also, improve mismatched depth message.
8473
8474         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
8475         GdkPixmap
8476
8477         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
8478         install _gdk_x11_get_image as our implementation of get_image
8479         
8480         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
8481         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
8482
8483         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
8484         gdk_drawable_get_image
8485
8486         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
8487
8488         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
8489         get_image
8490
8491         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
8492         trailing semicolon after for loop
8493
8494 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
8495
8496         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
8497         where font_desc for widget's context lagged widget's font_desc by
8498         one step.
8499
8500 2000-10-22  Tor Lillqvist  <tml@iki.fi>
8501
8502         * gdk/win32/gdkgc-win32.c
8503         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
8504
8505         * gtk/makefile.mingw.in
8506         * gtk/gtk.def: Updates.
8507
8508         * gtk/testgtk.c: sleep() is called _sleep in MS's C
8509         library.
8510
8511         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
8512
8513         * gtk/makefile.msc: Remove
8514
8515         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
8516
8517         * gtk/Makefile.am: Add it.
8518
8519         * configure.in: Generate it.
8520
8521         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
8522         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
8523         something even if not implemented, to satisfy picky MSVC.
8524
8525         Patches by Hans Breuer:
8526         
8527         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
8528         SetBkMode() and SetTextAlign() before calling
8529         pango_win32_render().
8530
8531         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
8532         Set hcliprgn to NULL after destroying it.
8533         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
8534
8535         * gdk/win32/gdkgeometry-win32.c
8536         (_gdk_windowing_window_queue_antiexpose): More effective
8537         implementation.
8538
8539         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
8540         depth as default, not the visual's.
8541
8542         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
8543         against empty title.
8544
8545         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
8546         IMAGE_PRIVATE_DATA.
8547
8548         * gdk/win32/gdkimage-win32.c: Use it.
8549
8550 2000-10-22  Robert Brady  <robert@suse.co.uk>
8551
8552         * configure.in: Check for bind_textdomain_codeset
8553
8554         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
8555         present, make use of it.
8556
8557         Add a translatable string "default:LTR" which, if translated
8558         to "default:RTL", will cause the default direction to be
8559         Right-to-Left.
8560
8561         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
8562         direction if marked as flippable.
8563
8564         * gtk/gtkhscale.c: Mark widget as flippable.
8565         
8566 2000-10-04  Havoc Pennington  <hp@redhat.com>
8567
8568         * gtk/testgtk.c (create_buttons): create some stock buttons
8569         with the default accel group
8570         (create_image): test some new GtkImage features
8571         (make_message_dialog): test GtkMessageDialog
8572         (create_modal_window): fix someone's bizzarro indentation
8573
8574         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
8575         GTK_WIN_POS_CENTER_ON_PARENT. 
8576         Add "destroy with parent" setting, which means the window goes
8577         away with its transient parent.
8578         (gtk_window_get_default_accel_group): get the default accel group
8579         for the window.
8580         (gtk_window_set_destroy_with_parent): set/unset destroy with
8581         parent flag
8582         (gtk_window_read_rcfiles): invalidate icon set caches
8583         after reloading rcfiles 
8584
8585         * gtk/gtkenums.h (GtkWindowPosition): add
8586         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
8587         on its parent window when the dialog is mapped for the first time.
8588
8589         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
8590         a simple message dialog class
8591         
8592         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
8593         handler to emit response signal, and maybe later it would
8594         honor a hide_on_delete flag - though that isn't there yet.
8595         Set border width on the vbox to 2, so we get some padding.      
8596         Use a button box for the action area.
8597         (gtk_dialog_key_press): synthesize a delete event if Esc
8598         is pressed and the GtkWidget key press handler didn't 
8599         handle the escape key.
8600         (gtk_dialog_new_with_buttons): new function creates a dialog
8601         with some default buttons in it.
8602         (gtk_dialog_add_action_widget): add an activatable widget
8603         as a button in the dialog - you can also add a non-activatable
8604         widget by accessing the action area directly.
8605         (gtk_dialog_add_button): add a simple button - stock ID or 
8606         label - to the action area
8607         (gtk_dialog_response): emit response signal
8608         (gtk_dialog_run): block waiting for the dialog, return 
8609         the response. Override normal delete_event behavior, so that 
8610         delete_event does nothing inside gtk_dialog_run().
8611
8612         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
8613         emitted when an action widget is clicked or the dialog gets
8614         delete_event
8615
8616         * gtk/gtk.h: add gtkmessagedialog.h
8617
8618         * gtk/Makefile.am: add gtkmessagedialog.[hc]
8619
8620 2000-10-18  Havoc Pennington  <hp@redhat.com>
8621
8622         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
8623         where any number of empty lines would get skipped
8624
8625         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
8626         edge.
8627
8628         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
8629         warning about invalid iterators (explain more thoroughly)
8630         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
8631
8632         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
8633         big
8634
8635         * demos/*.c: Add error handling
8636
8637         * gtk/gtktextbuffer.c: don't modify const iterators
8638
8639         * gtk/gdk-pixbuf-loader.c: Add full error handling here
8640
8641         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
8642         on file load
8643
8644         * gtk/gtkiconfactory.c: Update to reflect addition of error
8645         handling to gdk-pixbuf loaders
8646
8647 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
8648
8649         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
8650         move to new modularized testgtk.
8651
8652 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
8653
8654         * gtk/gtktreeview.c: Draw the arrows correctly.
8655
8656         * gtk/gtktreemodel.c: Added user docs.
8657
8658         * gtk/gtk.h: remove gtktreedatalist.h.
8659
8660         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
8661         parent when generating my type.
8662
8663         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
8664         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
8665
8666 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
8667
8668         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
8669         GtkTreeModel from object to interface.
8670
8671 2000-10-16  Havoc Pennington  <hp@redhat.com>
8672
8673         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
8674         compilation
8675
8676 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
8677
8678         * gtk/gtktreeselection.c: Add API documentation to all public
8679         functions.
8680
8681         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
8682         functions.
8683
8684 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
8685
8686         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
8687         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
8688         docs to all public functions.
8689
8690         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
8691         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
8692         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
8693         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
8694         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
8695         issue.
8696
8697 2000-10-14  Robert Brady  <robert@suse.co.uk>
8698
8699         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
8700
8701 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
8702
8703         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
8704         values other then G_TYPE_STRING.
8705         * gtk/gtktreeselection.c: Minor commenting updates.
8706         * gtk/gtktreeview.c: Format updates.
8707
8708 2000-10-09  Tor Lillqvist  <tml@iki.fi>
8709
8710         * README.win32: Update.
8711
8712         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
8713         lines that had been deleted by mistake (?).
8714
8715         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
8716         also the case fg==white and bg==black (but still not randomly
8717         coloured cursors). Thanks to Wolfgang Sourdeau.
8718
8719         * gdk/win32/*.c: Silence gcc -Wall.
8720
8721         * gtk/gtk.def: Add missing entry points.
8722
8723         Fixes by Hans Breuer:
8724
8725         * gdk/makefile.msc
8726         * gdk/win32/makefile.msc: Update.
8727
8728         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
8729         some MSVC thing, presumably), cause breakpoint on failures. Add
8730         GDK_NOR case. Call g_log_set_always_fatal.
8731
8732         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
8733         should be pased by reference.
8734         
8735         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
8736         
8737         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
8738
8739         * gdk/win32/gdkevents-win32.c
8740         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
8741
8742         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
8743         implementation object.
8744
8745         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
8746         not just windows.
8747         
8748         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
8749         Use the wrapper object.
8750         
8751 2000-10-06  Havoc Pennington  <hp@redhat.com>
8752
8753         * Makefile.am (SRC_SUBDIRS): contrib subdir
8754
8755         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
8756         so it can be used in Xlib version
8757
8758         * demos/testpixbuf.c (update_timeout): error checking from 1.0
8759         tree
8760
8761         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
8762         change from 1.0 tree that returns first frame of animation
8763         if the loaded file is an animation.
8764
8765         * contrib: add new directory to hold stuff that comes with GTK+
8766         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
8767         
8768         * configure.in: add contrib/*
8769
8770 2000-10-05  Havoc Pennington  <hp@redhat.com>
8771
8772         * demos/testpixbuf-save.c: add pixbuf save test
8773
8774         * demos/Makefile.am: add testpixbuf-save.c
8775
8776 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
8777
8778         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
8779         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
8780         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
8781         * gtk/gtktreeselection.[ch]: Replaced
8782         "node_selected"/"node_unselected" signal with "selection_changed"
8783         signal.
8784
8785 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
8786
8787         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
8788         tree widget.
8789
8790 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
8791
8792         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
8793         drawing.
8794
8795 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
8796
8797         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
8798         Move list pointer forwards before removing item from
8799         list. (Crash reported by Salmaso Raffaele)
8800
8801         * gdk/gdkwindow.h: Remove spurious trailing ,
8802
8803         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
8804         dependencies on uninstalled libraries, sorry folks.
8805
8806 2000-10-04  Havoc Pennington  <hp@redhat.com>
8807
8808         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
8809         gtk/gtkiconfactory.c: Fix copyrights    
8810
8811         * demos/testpixbuf.c: add inline pixbuf test
8812         
8813 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
8814
8815         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
8816         Add gdk_window_iconify.
8817
8818         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
8819         (gdk_window_set_geometry_hints): Add win_gravity
8820         to geometry structure.
8821
8822         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
8823         Implement _NET_WM_PING.
8824
8825         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
8826         Set _NET_WM_PID on the client leader.
8827
8828         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
8829         Handle UTF-8 better.
8830
8831         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
8832         UTF-8 better, set _NET_WM_NAME as well. Only set
8833         icon name if it hasn't previously been explicitely 
8834         set.
8835
8836 2000-10-03  Havoc Pennington  <hp@redhat.com>
8837
8838         * gtk/testtextbuffer.c: clean up trailing whitespace,
8839         add extensive tests for tag toggle iteration.
8840         
8841         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
8842         distance
8843
8844         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
8845         optimize case where the tag root is on level 1
8846         (gtk_text_line_previous_could_contain_tag): attempt to implement
8847         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
8848         functionality
8849
8850         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
8851         Implement this, though not very efficiently.
8852
8853         * gtk/gtktextiterprivate.h: reformat
8854
8855         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
8856         iterator
8857
8858         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
8859         this to properly revalidate the iterators.
8860
8861         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
8862         properly at the end of the line (and therefore on empty lines)
8863
8864         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
8865         maybe we should return a value...
8866
8867 2000-10-03  Tor Lillqvist  <tml@iki.fi>
8868
8869         * config.h.win32: Guard definition of alloca(). glib.h now handles
8870         that.
8871
8872         * gdk/gdk.def
8873         * gtk/gtk.def: Add new entry points.
8874
8875         Changes just to make GTK+ build without errors on Win32. No hope
8876         of it working in its current state, though...:
8877         
8878         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
8879         some functions from the X11 backend, just to make GTK+ build.
8880
8881         * gdk/makefile.mingw.in
8882         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
8883         number. Add new object files.
8884
8885         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
8886         GetMessageTime to get timestamp (where on X11 uses
8887         gdk_x11_get_server_time()).
8888
8889 2000-10-02  Havoc Pennington  <hp@pobox.com>
8890
8891         * gtk/gtktextview.c: text_window_* weren't static and should have
8892         been.
8893         Start work on child widgets; not yet complete, syncing to 
8894         office computer.
8895
8896         * gtk/gtktextchild.h: change this to contain a public interface,
8897         starting work on child interfaces.
8898         * gtk/gtktextchildprivate.h: move private interfaces here
8899
8900         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
8901
8902         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
8903         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
8904         gtk/gtktextmark.c: copyright notices
8905
8906         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
8907         internal functions      
8908
8909         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
8910         internal function
8911
8912         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
8913         Reformatting    
8914
8915 2000-09-30  Havoc Pennington  <hp@pobox.com>
8916
8917         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
8918         NULL start/end pointers
8919
8920         * gtk/gtktextbuffer.c: Write some docs
8921         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
8922         NULL, so you can just check whether there's a selection.        
8923
8924         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
8925         cleanup_line or segments_changed ourselves, it gets done 
8926         in unlink_segment
8927
8928         * gtk/gtktextmark.h:
8929         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
8930         
8931         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
8932
8933         * gtk/gtktextmark.c: delete some more old Tk cruft
8934
8935         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
8936         mark before removing it, so we can emit MARK_DELETED with a valid
8937         pointer.
8938         (gtk_text_buffer_mark_set): hold ref across signal emission
8939
8940         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
8941         whining about attempts to delete special marks
8942
8943         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
8944         underscore, since it's internal.
8945
8946         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
8947         now implemented in terms of iterators in gtktextiter.h
8948
8949         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
8950         New function, destructively sets contents of buffer. Also 
8951         a convenient way to clear the buffer by setting text to ""
8952
8953         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
8954         multiline string literal
8955
8956         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
8957         text changes.
8958
8959         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
8960         is not dereferenceable
8961         (gtk_text_iter_forward_lines): fix return value
8962
8963 2000-09-29  Havoc Pennington  <hp@redhat.com>
8964
8965         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
8966
8967         * gtk/gtktextview.c: Implement drag thresholding; change functions 
8968         that set border window size to have nicer name
8969         (gtk_text_view_mark_set_handler):  Fix this to have the 
8970         right signature.
8971
8972         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
8973
8974         * gtk/testtext.c: Update with API changes, put line numbers on 
8975         both sides.
8976         
8977         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
8978         with this
8979
8980         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
8981         pixbuf; delete a big block of #if 0 Tk code
8982
8983         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
8984         insert_pixmap with insert_pixbuf
8985
8986 2000-09-29  Martin Baulig  <baulig@suse.de>
8987
8988         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
8989         confusion with the GdkPixbuf of the GNOME 1.x platform.
8990
8991 2000-09-29  Havoc Pennington  <hp@pobox.com>
8992
8993         * gtk/gtktextview.c: Implement the side windows.
8994
8995         * gtk/testtext.c: Implement simple line numbering in the 
8996         left side window; seems to make scrolling sloooow. Oops.
8997         Also, cursor blink is for some reason causing redraws
8998         of the line numbers. Should investigate...
8999
9000 2000-09-28  Havoc Pennington  <hp@redhat.com>
9001
9002         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
9003         scrolling child windows, and draw focus rectangle properly.
9004         
9005         (gtk_text_view_buffer_to_window_coords):
9006         Coordinate transformation to deal with all these freaking windows
9007         and offsets
9008         (gtk_text_view_window_to_buffer_coords): transform the other way
9009
9010         * gtk/testtext.c (create_buffer): Update to match Pango API change
9011
9012         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
9013         anonymous tags
9014         (foreach_unref): don't emit remove signal from finalize, just
9015         set tag's parent to NULL
9016
9017 2000-09-26  Havoc Pennington  <hp@redhat.com>
9018
9019         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
9020         Fix some warnings       
9021
9022 2000-09-26  Havoc Pennington  <hp@redhat.com>
9023
9024         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
9025         headers into the private header list
9026
9027         * Makefile.am (pkgconfig_DATA): install pkg-config files
9028
9029         * configure.in: add pkg-config files
9030
9031         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
9032
9033         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
9034         outstanding icon caches on theme change.
9035
9036         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
9037         important types:
9038
9039         (GtkIconSource): Specification for creating a pixbuf 
9040         appropriate for a direction/state/size triplet from 
9041         a source pixbuf or filename
9042
9043         (GtkIconSet): List of GtkIconSource objects that are used to
9044         create the "same" icon (e.g. an OK button icon), and cache for
9045         rendered icons
9046
9047         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
9048         up the icon set for a given stock ID.  GTK maintains a stack of
9049         GtkIconFactory to search, and applications or libraries can add
9050         additional icon factories on top of the stack
9051         
9052         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
9053         the set of GtkIconSource specified for a given stock ID into 
9054         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
9055         RcStyle, under the specified stock ID.
9056
9057         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
9058         render_icon used to derive a GdkPixbuf from a GtkIconSource.
9059         This allows people to theme how prelight, insensitive, etc. are
9060         done.
9061
9062         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
9063         icon factories for a style, and return the resulting 
9064         icon set if any.
9065
9066         (gtk_style_render_icon): Render an icon using the render_icon 
9067         method in the GtkStyleClass.
9068
9069         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
9070         Use the style for a given widget to look up a stock ID, get the
9071         icon set, and render an icon using the render_icon method 
9072         of the style
9073
9074         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
9075         (contains information about a stock item), the built-in stock item
9076         IDs, and functions to add/lookup stock items.
9077
9078         * gtk/stock-icons/*: Stock icons that come with GTK
9079
9080         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
9081         a button based on a GtkStockItem
9082         (gtk_button_new_accel): Takes a uline string and accel group, and
9083         installs the accelerator.
9084
9085         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
9086         image-display widget.
9087
9088 2000-09-25  Havoc Pennington  <hp@redhat.com>
9089
9090         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
9091
9092         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
9093         Fix a bug when removing node data, we didn't properly 
9094         re-splice the linked list after removing the data.
9095
9096         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
9097         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
9098
9099         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
9100
9101         * gtk/gtktextlayout.c (set_para_values): Set tab array 
9102         for the layout from the GtkTextTag.
9103
9104         * gtk/gtktexttypes.h: delete tab and search cruft, 
9105         remove g_convert() in favor of GLib version
9106
9107         * gtk/gtktexttypes.c: remove tab implementation from here,
9108         move to Pango
9109
9110         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
9111         tab stuff using new PangoTabArray from Pango
9112
9113         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
9114         unused border_width stuff
9115
9116 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
9117
9118         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
9119         glib) and now useless utf_to_latin1() latin1_to_utf()
9120
9121         * gtk/gtktextview.[ch]: Change ::move_insert and
9122         ::delete_text action signals to ::move and ::delete;
9123         create the signals with the right enumeration type,
9124         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
9125         C-v bindings, change Home, End to move to beginning/end
9126         of line, Add C-Home C-End to move to beginning/end
9127         of buffer. Change ::cut_text to ::cut_clipboard, etc;
9128         combine ::scroll_text into ::move; use new GtkSelectionData
9129         functions to simplify DND text handling.
9130         
9131         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
9132         deletion enumerations here, rename enumeration values to 
9133         be consistently plural.
9134
9135         * gtk/gtktextbuffer.c: Use new clipboard interfaces
9136         for cut/copy/paste and primary selection.
9137
9138         * gtk/gtktextbuffer.[ch]: Remove excess time and
9139         'interactive' arguments from cut/copy/paste;
9140         rename cut to cut_clipboard, etc; remove
9141         gtk_text_buffer_get_clipboard_contents().
9142
9143         * gtk/gtktextlayout.[ch]: Add 
9144         gtk_text_layout_move_iter_to_line_end() to move the iter to 
9145         line ends.
9146
9147         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
9148         Functions to set or get a UTF-8 string on the selection
9149         data.
9150
9151         * gtk/gtkclipboard.[ch]: New, simplified selection handling
9152         interfaces.
9153
9154         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
9155         created widgets - one of these is useless if we don't.
9156
9157         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
9158         a public function clear all targets registered for the
9159         widget.
9160
9161         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
9162         Never call gtk_widget_realize() - that was just asking
9163         for bizarre side-effects.
9164
9165         * gtk/gtkselection.c (gtk_selection_owner_set): Call
9166         gdk_selection_owner_set even if the widget is the
9167         same so that we reliably update the timestamp on
9168         the server.
9169
9170         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
9171         gdk_x11_get_server_time() function.
9172         
9173         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
9174         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
9175         Add some tricky filtering on serial numbers for
9176         selection clear events to fix up long-standard
9177         race condition FIXME's in gtkselection.c.
9178
9179         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
9180         routines to convert from utf8 to compound text or
9181         STRING and from a text property to UTF-8.
9182
9183         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
9184         a convenience function gdk_get_current_event_time().
9185
9186         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
9187         and free selection_data->data properly
9188
9189 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
9190
9191         * gtk/gtkthemes.c: Remove some unecessary includes.
9192
9193 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
9194
9195         * gtk/gtktextdisplay.c
9196         * gtk/gtktextlayout.c
9197         * gtk/gtktexttag.c
9198         * gtk/gtktexttag.h
9199         * gtk/testtext.c: Change the overstrike property to strikethrough,
9200         to closer match pango.
9201
9202 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
9203
9204         * gtk/gtktextview.c: Fix up visibility so that focus,
9205         cursor_visible and blink interact properly.  Reenable cursor blink
9206         which had been roughly disabled. Make blink and focus
9207         properly per-view.
9208
9209         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
9210         Add a flag for whether to display insertion cursor and
9211         a function to set the flag.
9212
9213         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
9214         get_line_y() to get_line_yrange(), to be a bit more generally
9215         useful.
9216
9217 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
9218
9219         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
9220           do stop_navigating_submenu, to clear last timeout properly.
9221           Also in gtk_menu_motion_notify move ignore_enter above
9222           the conditional to make it always happen as suggested by Owen
9223
9224 2000-09-07  Tor Lillqvist  <tml@iki.fi>
9225
9226         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
9227
9228         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
9229         w32api headers.
9230
9231         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
9232         declarations.
9233
9234         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
9235         (gdk_win32_get_colormap): A line had been deleted by mistake.
9236
9237         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
9238         (gdk_event_translate): Handle more virtual keycodes to be able to
9239         generate GDK events for Control-comma, Control-period, etc.
9240
9241         * gtk/gtk.def: Add some missing entry points.
9242
9243 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
9244
9245         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
9246         Doc comment fixing. (Mostly non-matching parameter names.)
9247
9248         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
9249         comments a little to avoid looking like a doc comment.
9250
9251         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
9252         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
9253         conversions be changed to GError?)
9254
9255         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
9256         Move private #defines into .c file.
9257
9258         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
9259         order of argument addition, remove duplicates.
9260
9261         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
9262         parent class is FrameClass, not BinClass.
9263
9264         * gtk/gtk.h: Add gtkinvisible, which was missing.
9265         (It's occasionalyl useful for client apps, if seldom.)
9266
9267         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
9268         #define.
9269
9270 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
9271
9272         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
9273         coordinates when creating window, instead of GDK-space
9274         coordinates. (Avoid BadValue on too large windows.)
9275
9276 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
9277
9278         * configure.in (use_mmx_asm): Remove conftest* after use along the
9279         lines of AC_TRY_COMPILE.        
9280         
9281         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
9282         of g_dirname, which is deprecated.
9283         (gtk_rc_parse_any): Removed calls to
9284         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
9285
9286         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
9287         Removed calls to g_hash_table_{freeze,thaw}, as they are
9288         deprecated now.
9289
9290         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
9291         instead of g_basename.
9292         
9293 2000-09-04 Elliot Lee <sopwith@redhat.com>
9294         
9295         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
9296         ANSI warning.
9297
9298 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
9299
9300         * gtk/gtkwidget.h:  Add some documenting comments about 
9301           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
9302           just as owen said on irc.
9303
9304         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
9305           set HAS_DEFAULT.  Only set it if there isn't another window
9306           holding it (a focus window which RECEIVES_DEFAULT) and only unset
9307           it if the widget is not the focused window with RECEIVES_DEFAULT.
9308           This fixes weird double default bugs in dialogs which has things
9309           call gtk_window_set_default at times.
9310
9311 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
9312
9313         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
9314         Nils Barth and David Santiago to improve submenu
9315         navigation. The patch does this by creating a triangular
9316         region from the point where the pointer leaves the
9317         menu to the submenu.  While the pointer is in
9318         that region and a timeout has not expired, events 
9319         that would cause the active submenu to change are
9320         ignored.
9321
9322 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
9323
9324         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
9325         moving a toplevel window immediately after sizing it would
9326         result in it being sized back to the old size since 
9327         impl->width, impl->height aren't updated until we hear
9328         back from the server. There is still a (longstanding) bug
9329         here that gdk_window_get_size() will give the wrong size
9330         until we do hear back.
9331
9332 2000-08-31  Havoc Pennington  <hp@redhat.com>
9333
9334         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
9335         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
9336         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
9337         Rename GtkTextStyleValues to GtkTextAttributes
9338
9339 2000-08-31  Havoc Pennington  <hp@pobox.com>
9340
9341         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
9342         for rapid testing whether an iterator is the end iterator
9343         (gtk_text_btree_new): init end line cache
9344         (gtk_text_line_is_last): use fast cached line to 
9345         see if we're the last line.
9346         (get_last_line): use cached line here too, should 
9347         speed up some random unrelated code.
9348         
9349 2000-08-30  Havoc Pennington  <hp@pobox.com>
9350
9351         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
9352         signals.
9353
9354         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
9355         delete_text signals. This allows the signals to be used for
9356         implementing undo.
9357
9358         * gtk/gtktextbuffer.c: Change signal handler signatures; 
9359         provide "interactive" argument when emitting insert_text or
9360         delete_text signal.
9361         
9362 2000-08-30  Havoc Pennington  <hp@pobox.com>
9363
9364         * gtk/gtktextbuffer.c: Docs
9365
9366 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
9367
9368         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
9369         from switch statements, since Tor removed the enumeration
9370         value.
9371         
9372         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
9373         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
9374
9375 2000-08-29 Elliot Lee <sopwith@redhat.com>
9376         * */*.h: Use G_GNUC_CONST.
9377
9378 2000-08-27  Havoc Pennington  <hp@pobox.com>
9379
9380         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
9381         minor indentation fixes, inserted some FIXME about stuff I
9382         realized was broken while documenting it.
9383         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
9384         GTK convention  
9385
9386 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
9387
9388         * gtk/testgtk.c (create_styles): Fix double free of
9389         font desc.
9390
9391 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
9392
9393         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
9394         
9395         * gtk/testgtk.c (create_styles): Add a test for modifying
9396         the style through gtk_widget_modify_*.
9397
9398         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
9399         a function to get the current modifier style.
9400
9401         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
9402         of the passed in GtkRcStyle instead of ref'ing it.
9403
9404         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
9405
9406 2000-08-20  Tor Lillqvist  <tml@iki.fi>
9407
9408         * gdk/gdkimage.h
9409         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
9410         shared memory image+pixmap GdkImage type, or
9411         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
9412         I am dropping that.
9413
9414         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
9415         actually call gtk_init_abi_check(), passing also
9416         sizeof(GtkWindow). Ditto for gtk_init_check(). 
9417
9418         * gtk/gtk.def
9419         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
9420         New functions, used to check that the GTK+-using code has been
9421         compiled using the correct compiler and switches. In particular,
9422         with gcc one has to use the -fnative-struct switch as GTK+ is
9423         compiled with that.
9424
9425 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
9426
9427         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
9428         ->prev fields when merging lists. (Found simultaneously
9429         by Pawel Salek and Jakub Jelinek)
9430
9431 2000-08-12  Tor Lillqvist  <tml@iki.fi>
9432
9433         * gdk/gdk.def
9434         * gtk/gtk.def: Add missing entries.
9435
9436         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
9437         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
9438
9439         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
9440         function. Dummy implementation at this point.
9441
9442         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
9443         rules. Undefine GTK_COMPILATION when compiling the test programs.
9444         
9445         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
9446
9447 2000-08-11  Tor Lillqvist  <tml@iki.fi>
9448
9449         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
9450         to convert back and forth from UTF-8 and the "system" (or "current
9451         locale") charset when necessary. Indentation/spacing cleanup.
9452
9453 2000-08-10  Havoc Pennington  <hp@redhat.com>
9454
9455         * Makefile.am (snapshot): Change the format of the snapshot
9456         version to match glib
9457
9458         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
9459         from EXTRA_DIST since it doesn't seem to exist
9460
9461 2000-08-10  Tor Lillqvist  <tml@iki.fi>
9462
9463         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
9464         version of the directory name (not the UTF-8 one) when building
9465         the path name to stat().
9466
9467 2000-08-03  Elliot Lee  <sopwith@redhat.com>
9468
9469         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
9470         PANGO_ATTR_SHAPE set.
9471
9472 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
9473
9474         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
9475         Peter Osterlund to simplify the code while keeping the
9476         functionality the same.
9477
9478 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
9479
9480         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
9481         is_viewable() test further inside the function, since removing the 
9482         window from the redraw list without clearing ->update_area
9483         was also very broken.
9484
9485 2000-08-02  Tor Lillqvist  <tml@iki.fi>
9486
9487         * configure.in: Check for <unistd.h>.
9488
9489 2000-08-01  Martin Baulig  <baulig@suse.de>
9490
9491         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
9492         to display the message that this is a development version of GTK+.
9493
9494 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
9495
9496         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
9497         was depending on widget->allocation instead of the width of text_area,
9498         which was incorrect for subclasses like GtkSpinButton.
9499
9500         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
9501         with width == 1 tests that should be width == -1.
9502
9503 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
9504
9505         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
9506         (broken, Elliot, every single window blank on X) custom code with call
9507         to gdk_window_is_viewable() which a) prevents code duplicate and
9508         b) works. 
9509
9510 2000-07-31  Elliot Lee  <sopwith@redhat.com>
9511
9512         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
9513         to get the GDK_PARENT_ROOT() macro to work.
9514         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
9515         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
9516         of, windows that aren't shown.
9517         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
9518         pointer grab stuff.
9519
9520 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
9521
9522         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
9523           s/gtk_main_iteration/g_main_iteration/
9524
9525           Did this already in change:
9526                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
9527           don't know how it got reverted.
9528
9529 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
9530
9531         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
9532         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
9533
9534         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
9535         not gdk_pixbuf.
9536
9537 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
9538
9539         * configure.in,po/{sp,sr}.po: Added Serbian files
9540
9541 2000-07-30  Tor Lillqvist  <tml@iki.fi>
9542
9543         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
9544
9545         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
9546         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
9547         GIOChannel implementation.
9548
9549         * gdk/win32/gdkinput.c
9550         * gdk/win32/gdkpango-win32.c: Update license name here, too.
9551
9552         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
9553         definition to match prototype.
9554
9555         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
9556
9557 2000-07-27  Elliot Lee  <sopwith@redhat.com>
9558
9559         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
9560         function, to allow handling image formats that cannot be detected
9561         by looking at content alone.
9562
9563 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
9564
9565         * docs/tutorial/*.gif *.jpg *.eps
9566           Update these to the same look-n-feel.
9567           Why does including images in DocBook suck so badly?
9568
9569 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
9570
9571         * gtk/gtktable.c: applied patch from Phil Thompson
9572         <phil@river-bank.demon.co.uk> that enables space settings for
9573         the last row/columns as well.
9574
9575 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
9576
9577         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
9578         updates the license headers to the GNU Lesser General Public License,
9579         as well as updating the copyright year to 2000.
9580
9581 2000-07-26  Robert Brady  <rwb197@zepler.org>
9582
9583         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
9584           and po/Makefile, was installing and looking for them under gtk20
9585           and gtk2 respectively.
9586
9587 2000-07-25  Havoc Pennington  <hp@redhat.com>
9588
9589         * gtk/testtext.c: Comment out some stuff that depends on the rest
9590         of my patches.
9591
9592 2000-07-25  Havoc Pennington  <hp@redhat.com>
9593
9594         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
9595         buffer
9596
9597 2000-07-25  Havoc Pennington  <hp@redhat.com>
9598
9599         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
9600         widget changes.
9601
9602         * gtk/gtktextview.h: To be consistent with usage of "line"
9603         throughout the API to mean "newline-terminated thingy", change
9604         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
9605         to MOVEMENT_LINE.
9606
9607         (GtkTextView): Add flags for default editability, and whether to
9608         show the cursor. Add functions to get/set that. Add 
9609
9610         (gtk_text_view_get_iter_location): new function
9611
9612         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
9613         gtktextlayout.h
9614         (g_convert): Add g_convert temporarily, will go in glib in a bit
9615         
9616         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
9617         GtkTextTagTableForeach instead of brokenly using GHFunc.
9618         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
9619
9620         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
9621         moved to public header.
9622
9623         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
9624         "invisible", since "elide" was a bad name.
9625         (gtk_text_tag_get_priority): Added
9626
9627         (GtkTextStyleValues): put this in public header, along with
9628         functions to use it.
9629
9630         * gtk/gtktextmarkprivate.h: Include more headers, since we no
9631         longer include gtktextbtree.h.
9632
9633         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
9634         gtk_text_mark_deleted
9635
9636         * gtk/gtktextlayout.h: Don't include the "really private" headers,
9637         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
9638         to make this possible. Now we only need to install
9639         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
9640         (However the Makefile.am isn't changed yet because of the
9641         logistics of merging gtk-hp-patches piecemeal)
9642
9643         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
9644         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
9645         gtk_text_iter_get_line is now used in the public API for a
9646         different purpose.
9647
9648         * gtk/gtktextiter.h: Clean up function names to be more
9649         consistent. Always call char offset "offset" and byte index
9650         "index". A "line" is always a line number. 
9651
9652         (gtk_text_iter_is_last): new function, more efficient than 
9653         the existing way to check
9654         (gtk_text_iter_is_first): new function, also more efficient
9655
9656         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
9657
9658         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
9659         gtk_text_iter_forward_char, etc.
9660
9661         (gtk_text_iter_forward_to_tag_toggle): Renamed from
9662         forward_find_tag_toggle, since this isn't a linear search
9663
9664         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
9665
9666         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
9667         New functions, search for a buffer substring.
9668
9669         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
9670         interactive and default editable (since we need to store that info
9671         until we receive the selection data).
9672
9673         Remove all the _at_char and at_line etc. versions of functions;
9674         only have iterator versions.
9675
9676         Add _interactive() versions of functions, that consider the
9677         editability of text. (FIXME add interactive flag to the 
9678         insert/delete signals per Darin's suggestion)
9679
9680         (gtk_text_buffer_get_tag_table): new function, demand-creates the
9681         tag table if necessary
9682
9683         Remove declaration of gtk_text_buffer_get_iter_from_string
9684
9685         (_gtk_text_buffer_get_btree): private/internal function, added.
9686         
9687
9688         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
9689         (gtk_text_line_is_last): new function
9690
9691 2000-07-25  Havoc Pennington  <hp@redhat.com>
9692
9693         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
9694         using GtkProgressBar. See Changes-2.0.txt for details.
9695
9696         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
9697         "pulse_step" which are the equivalent of
9698         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
9699         Implement new API.
9700         
9701         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
9702         (use_text_format) to mark whether text set on the progress bar is
9703         a format string. Deprecate entire GtkProgress interface.
9704
9705         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
9706         (gtk_progress_build_string): make this a no-op if use_text_format
9707         is FALSE
9708
9709         * docs/Changes-2.0.txt: Describe progress bar changes.
9710
9711 2000-07-25  Tor Lillqvist  <tml@iki.fi>
9712
9713         * Makefile.am: Include the build directory.
9714
9715         * configure.in: Generate build/Makefile, build/win32/Makefile,
9716         gdk/, gdk/win32/, and gtk/makefile.mingw.
9717
9718         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
9719         Add GETTEXT_PACKAGE.
9720         
9721         * gdk/gdk.def
9722         * gtk/gtk.def: Updates.
9723
9724         * gdk/gdkfont.h
9725         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
9726         need them any longer.
9727
9728         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
9729
9730         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
9731         PANGOWIN32_LIBS and gdk_pixbuf.
9732
9733         * gdk/win32: Compiles, but no doubt doesn't work at all.
9734
9735         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
9736
9737         * gdk/win32/gdkinput.c: New file, temporarily.
9738         
9739         * gdk/win32/gdkinput-win32.h: New file
9740
9741         * gdk/win32/gdkinputprivate.h: Remove.
9742
9743         * gdk/win32/gdkpango-win32.c: New file.
9744
9745         * gtk/makefile.mingw.in: New file
9746
9747         * gtk/makefile.cygwin: Removed
9748         
9749         * gtk/Makefile.am: Update accordingly.
9750
9751         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
9752         made externally visible.
9753
9754         * gtk/gtkmain.c: Use it.
9755         
9756         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
9757         is enough.
9758
9759         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
9760
9761 2000-07-24 Elliot Lee <sopwith@redhat.com>
9762         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
9763         individual backends already.
9764         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
9765         again. Yes, there really is a good reason for this, if you are using the gdkregion
9766         internals, and if you're not, why do you care?
9767         * gdk/gdkwindow.c: Fix inverted condition
9768         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
9769         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
9770         * gtk/gtkrange.c: Redraw trough when moving.
9771         * gtk/gtktypeutils.c: Fix warning by adding const cast.
9772         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
9773
9774 2000-07-23  Tor Lillqvist  <tml@iki.fi>
9775
9776         * configure.in: Check for mkstemp and sigsetjmp. Output
9777         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
9778
9779         More work on GDK for Win32. Still in an intermediate state.
9780
9781         * gdk/makefile.cygwin
9782         * gdk/win32/makefile.cygwin: Removed.
9783         
9784         * gdk/makefile.mingw.in
9785         * gdk/win32/makefile.mingw.in: New files.
9786
9787         * gdk/Makefile.am
9788         * gdk/win32/Makefile.am: Generate and distribute them.
9789
9790         * gdk/win32/gdkwindow-win32.h
9791         * gdk/win32/gdkdrawable-win32.h
9792         * gdk/win32/gdkpixmap-win32.h: New files.
9793
9794         * gdk/win32/gdkcolor-win32.c
9795         * gdk/win32/gdkcursor-win32.c
9796         * gdk/win32/gdkdrawable-win32.c
9797         * gdk/win32/gdkgc-win32.c
9798         * gdk/win32/gdkimage-win32.c
9799         * gdk/win32/gdkprivate-win32.h
9800         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
9801         Rename fields and variables called xcursor, xid, etc (these names
9802         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
9803
9804 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
9805
9806         * gtk/gtkentry.[ch]: Fix some problems with vertical
9807         alignment.
9808
9809         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
9810         char/byte confusion.
9811
9812 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
9813
9814         * gtk/gtktextview.c (changed_handler): Fix bug where
9815         redraw wasn't being done properly when height of
9816         dirty region changed.
9817
9818         * demos/Makefile.am: Remove various references to
9819         -lgmodule
9820
9821 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
9822
9823         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
9824         PangoAttrShape to reserve space for pixmaps, add 
9825         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
9826         in the display functions.
9827         
9828         * gtk/testgtk.c (create_layout): Set some more exotic
9829         scrolled window options
9830
9831         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
9832         Add function to set the shadow type of a window, to allow
9833         putting a shadow around widgets such as GtkLayout or GnomeCanvas
9834         which don't draw their own frame.
9835
9836 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
9837
9838         * docs/tutorial/package-db-tutorial.sh: New file for
9839           packaging DocBook format tutorial
9840
9841 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
9842
9843         * docs/tutorial/gtk-tut.sgml: Minor updates
9844
9845         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
9846
9847 2000-07-19  Tor Lillqvist  <tml@iki.fi>
9848
9849         * gtk/gtksignal.c: Fix C++ comment.
9850
9851         * gtk/gtkimmulticontext.c
9852         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
9853         don't return value from void functions.
9854
9855         * gtk/gtk.def: Add gtk_rc_style_unref.
9856
9857 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
9858
9859         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
9860         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
9861         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
9862         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
9863         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
9864         gtk/gtktypeutils.h: Include files outside of the extern "C"
9865         block. Makes some C++ compiler happy. Reported by Denis Vakatov
9866         <vakatov@peony.nlm.nih.gov>.
9867
9868 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
9869
9870         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
9871           Completes first pass. Hurrah!
9872
9873 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
9874
9875         * docs/tutorial/gtk-tut.sgml: More clean ups.
9876
9877 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
9878
9879         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
9880         paint the background of the text area which was accidentally
9881         removed at some point.
9882
9883         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
9884           
9885          - Move most of the functionality from the theme vtable
9886            into GtkRcStyleClass and GtkStyleClass. The moved
9887            vtable functions were changed a bit in the move to
9888            work better in their new home.
9889
9890          - Get rid of the engine and engine_data fields from
9891            GtkRcStyle and GtkStyle; instead the theme
9892            engine derives theme-specific subclasses of GtkRcStyle
9893            and GtkStyle
9894
9895          - Add extra dlsym() found entry point to themes,
9896            theme_create_rc_style().
9897
9898         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
9899         in gtk_style_real_copy.
9900
9901         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
9902         to register a type associated with an engine. (The engine
9903         won't be unloaded as there is an instance of the type.)
9904
9905
9906 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
9907
9908         * docs/tutorial/gtk-tut.sgml: Clean ups.
9909
9910 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
9911
9912         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
9913           of cleaning up to do.
9914
9915 2000-07-15  Tor Lillqvist  <tml@iki.fi>
9916
9917         * gdk/testgdk.c: New file, quick hack to test backends for
9918         pixel-by-pixel correctness of the most simple graphic operations.
9919
9920 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
9921
9922         * Really release 1.3.1
9923         
9924         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
9925         include structure.
9926
9927 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
9928
9929         * Released 1.3.1
9930
9931 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
9932
9933         * gtk/gtktextlayout.c: use FALSE for size_only most
9934         of the time when calling gtk_text_layout_get_line_display()
9935         to avoid causing double reshapes when a redraw follows
9936         immediately after.
9937
9938 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
9939
9940         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
9941         appropriate region and gdk_window_process_updates() so trough
9942         updating doesn't lag behind the window being scrolled.
9943
9944         * gdk/gdkgc.c: Make parent_class pointer static.
9945          
9946 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
9947
9948         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
9949         include <string.h>.
9950          
9951         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
9952         cut-and-paste error in computing memory offset for 4 channels.
9953
9954 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
9955
9956         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
9957         gtk_rc_append_default_pixmap_path(), since it wasn't
9958         adding an interesting path and we don't have a meaningful
9959         default for this value.
9960
9961 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
9962
9963         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
9964         gtk-config to gtk-config-2.0 move gtk_.m4 to
9965         gtk-2.0.m4
9966
9967         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
9968         gdk/Makefile.am demos/Makefile.am: Change 
9969         library names to libgtk-1.3.la, etc, so that we
9970         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
9971
9972         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
9973         gdk/Makefile.am gdk/x11/Makfile.am
9974         Move include files into /usr/include/gtk-2.0, 
9975         /usr/lib/gtk-2.0/include/
9976          
9977         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
9978         gtk/gtkintl.h: Change package for gettext from 
9979         gtk+ to gtk20. Put hack in autogen.sh to modify
9980         po/Makefile.in.in after gettextize to make this
9981         possible.
9982
9983         * gtk+.spec: Some updates, not tested.
9984
9985         * gdk-pixbuf/Makefile.am: Move loaders into
9986         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
9987
9988         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
9989         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
9990         to THEMENAME/gtk-2.0/. Move engine directory  to
9991         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
9992         
9993 2000-07-12  Tor Lillqvist  <tml@iki.fi>
9994
9995         Win32 changes, still doesn't build though.
9996
9997         * gdk/makefile.cygwin
9998         * gdk/win32/makefile.cygwin
9999         * gtk/makefile.cygwin: Updates.
10000
10001         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
10002         default values for fg and bg pixel as X11 does (0 and 1), not
10003         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
10004         Use 0 for pen width by default (treated as 1 anyway later, but for
10005         apps that might check the value in the GdkGC).
10006         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
10007         interface to gdk_gc_predraw and _postdraw.
10008
10009         * gdk/win32/gdkwin32.h
10010         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
10011
10012         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
10013         extraneous semicolon.
10014
10015         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
10016
10017         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
10018         not the Win32 bitspixel value.
10019
10020         * gdk/win32/gdkcc-win32.c:
10021         * gdk/win32/gdkcolor-win32.c 
10022         * gdk/win32/gdkprivate-win32.h
10023         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
10024         GDK object structure.
10025
10026 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
10027
10028         * docs/tutorial/gtk_tut_12.es.sgml (name): 
10029         * docs/tutorial/gtk_tut_it.sgml (name): 
10030         * docs/tutorial/gtk_tut_fr.sgml (name): 
10031         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
10032         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
10033
10034 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
10035
10036         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
10037           small changes.
10038
10039 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
10040
10041         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
10042         a bug here, never been here and never fixed anything ;(
10043         (don't segfault if tree->root_tree is NULL, which happens prior
10044         to widget realization, but puke instead).
10045
10046 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
10047
10048         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
10049         add the necessary tokens.
10050
10051         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
10052         (gtk_rc_style_to_style): copy thicknesses.
10053         (gtk_rc_init_style): apply thicknesses.
10054         (gtk_rc_parse_style): parse xthickness and ythickness.
10055
10056         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
10057
10058         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
10059         (gdk_window_new): 
10060         (_gdk_windowing_window_init): 
10061         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
10062         (gdk_pixmap_create_from_data): 
10063         (gdk_bitmap_create_from_data): 
10064         (gdk_pixmap_new): 
10065         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
10066         (gdk_image_new): 
10067         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
10068         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
10069         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
10070         (gdk_colormap_get_system): 
10071         (gdk_colormap_new): 
10072         * gdk/gdkwindow.c (gdk_window_init): 
10073         * gtk/gtkstyle.c (gtk_style_new):
10074         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
10075         * gdk/gdkpixmap.c (gdk_pixmap_init): 
10076         * gtk/gtkrc.c (gtk_rc_style_new):
10077         use g_object_new() instead of g_type_create_instance() which
10078         is a private function for fundamental type implementations.
10079
10080 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
10081
10082         * configure.in: Add check for db2html
10083
10084 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
10085
10086         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
10087         hack to set glib_debug_objects based on gtk_debug_flags.
10088
10089 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
10090
10091         * INSTALL.in: Update the Prerequisites section.
10092
10093         * Makefile.am demos/Makefile.am docs/Makefile.am
10094         docs/tutorial/Makefile.am gdk/x11/Makefile.am
10095         gdk/linux-fb/Makefile.am: Dist fixes
10096
10097 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
10098
10099         * NEWS: 10,000 foot view of 1.3.1 changes.
10100
10101 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
10102
10103         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
10104         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
10105         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
10106         gdk/x11/gdkmain-x11.c: 
10107
10108         Patch from George Lebl to add a GdkGrabStatus enumeration to use
10109         as a return value of gdk_*_grab(). Previously, we just
10110         returned the X11 values directly.
10111
10112 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
10113
10114         * gdk/x11/Makefile.am: Patch from George Lebl to 
10115         install all the headers in the right place.
10116
10117 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
10118
10119         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
10120           initial conversion to DocBook.
10121
10122 2000-07-04  Tor Lillqvist  <tml@iki.fi>
10123
10124         * README.win32: Improve a bit.
10125
10126         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
10127         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
10128         Alt+0nnn on the numpad (used to enter characters by numeric code
10129         from current DOS or ANSI codepage) working correctly, as in other
10130         Windows apps.
10131
10132         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
10133         same argument validity tests as in X11 version.
10134         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
10135
10136         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
10137         definitions in case missing from headers.
10138
10139         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
10140         destroy the window-specific cursor.
10141         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
10142         calling GetModuleHandle(NULL).
10143         (gdk_window_set_cursor): Reworked to always copy the passed cursor
10144         with CopyCursor before setting it as the window-specific
10145         cursor. It is OK for the caller to destroy the GdkCursor (and thus
10146         also its Windows cursor) after calling this function. Destroy any
10147         previous window-specific cursor.
10148
10149 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
10150
10151         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
10152         font charset is iso8859-1, not iso-8859-1.
10153
10154 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
10155
10156         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
10157         Use g_get_charset() instead of g_get_codeset().
10158
10159         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
10160         Comment out some strdup'ing functions to keep timj
10161         happy until we finish fighting this out.
10162
10163 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
10164
10165         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
10166         <= width or height.
10167
10168         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
10169         from 1.2 for parent/child states.
10170
10171         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
10172         of typos.
10173
10174         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
10175         event structures, replace with a generic axes field. Replace 
10176         deviceid/sourec with GdkDevice *device.
10177
10178         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
10179         to extract particular axis use value from event. (Also
10180         can be used for normal X/Y.)
10181
10182         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
10183         allow for arbitrary number of axes, namespace everything
10184         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
10185         everywhere.
10186
10187         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
10188         Get rid of the gdk_input_vtable setup if favor of simply
10189         defining the functions in gdkinput-none/gxi/xfree.c in
10190         a similar fashion to the way that the port structure is 
10191         done.
10192
10193         * gtk/gtkdnd.c: Fix fields of synthesized button press event
10194         for new event structures. 
10195
10196         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
10197         new device interfaces.
10198
10199 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
10200
10201         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
10202         set the initial text.
10203
10204         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
10205         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
10206         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
10207         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
10208
10209         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
10210         pango_layout_set_font_description to simplify.
10211
10212 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
10213
10214         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
10215         pango_layout_set_font_description to simplify.
10216
10217 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
10218
10219         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
10220         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
10221         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
10222
10223         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
10224         PANGO_PIXELS() macro.
10225
10226 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
10227
10228         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
10229         that returns a PangoContext owned by the widget and updated to
10230         match future changes in the widget. Also, make 
10231         gtk_widget_create_pango_layout() use this context. If we ever
10232         add a ::changed signal to PangoContext, this will make things
10233         much more convenient. 
10234
10235         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
10236         in the appropriate places instead of destroying the layouts and
10237         creating new ones.
10238
10239         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
10240         in a few strategic places.
10241
10242 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
10243
10244         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
10245         gtk_widget_size_request() on reparented child, if one. Otherwise,
10246         queue_resize() on the child never results in it getting size-requested
10247         at all.
10248
10249         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
10250         in option menus, so that (with luck) people won't copy it into
10251         their apps in the future.
10252
10253         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
10254         to gtk_option_menu_calc_size. This isn't perfect, but should fix
10255         a lot of problems with changing the size of the menu's menu
10256         items after adding it to the option menu.
10257
10258         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
10259
10260         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
10261         the text direction for a widget changes.
10262
10263         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
10264         ::direction_changed to get rid of various hacks.
10265
10266 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
10267
10268         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
10269         name.
10270
10271 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
10272
10273         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
10274         flag to the structure. Do not call XFreePixmap on pixmaps created
10275         by gdk_pixmap_foreign_new().
10276
10277 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
10278
10279         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
10280         value using GdkRGB functionality given GdkColormap and GdkColor.
10281         (name not final, waiting for inspiration.)
10282         
10283         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
10284         set the foreground/background of a GC using the GC's colormap
10285         and GdkRGB. (name not final, waiting for inspiration.)
10286
10287         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
10288         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
10289
10290         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
10291         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
10292         purely a function of the corresponding colormap. Make
10293         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
10294
10295         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
10296         gdk_pixbuf_*create_from_xpm_* in terms of
10297         gdk_pixbuf_new_from_xpm_data(), move into platform independent
10298         code.
10299
10300         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
10301         advantage of the new draw_rgb_32_image_dithalign.
10302
10303         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
10304
10305         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
10306         on each created GC.
10307
10308         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
10309
10310         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
10311         which we initialize from the drawable when the GC is created,
10312         if the drawable has a colormap.
10313
10314         * gdk/x11/gdkgc-x11.c: include string.h for memset.
10315
10316         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
10317
10318         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
10319
10320 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
10321
10322         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
10323         actually returning expose events, make sure to set
10324         the count field properly.
10325
10326         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
10327         accidentally reintroced bug which always cleared
10328         the graphics_exposures value. 
10329
10330 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
10331
10332         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
10333
10334 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
10335
10336         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
10337
10338 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
10339
10340         * docs/faq/gtk-faq.sgml: Start of Section 6.
10341
10342 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
10343
10344         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
10345         
10346         (Fixes problem with drawing childless frames. Pointed out
10347         by and a first patch from Anders)
10348         
10349         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
10350         compute a child_allocation, even if we don't have a child.
10351
10352         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
10353         Always chain to the parent's impl, even if we don't have a child.
10354
10355 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
10356
10357         * gdk/gdkrgb.c: If possible, create only a single shm segment and
10358         use multiple parts of it instead of creating a bunch of separate
10359         segments, since the maximum number of segments per system is not
10360         large. (This might be worth backporting to GTK+-1.2.x if we make a
10361         new release )
10362
10363         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
10364         structure in preparation for per-colormap GdkRGB.
10365
10366         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
10367         to False when we get EINVAL from shmget so that the caller of
10368         gdk_image_new can retry with a smaller segment size.
10369
10370 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
10371
10372         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
10373
10374 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
10375
10376         * configure.in: make the current version number 1.3.1 (binary age 0,
10377         interface age 0).
10378         
10379         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
10380         gtkcompat.h is all we want.
10381
10382         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
10383         GLib primitive types. fixed g_type_register_fundamental() argument
10384         ordering.
10385
10386         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
10387         compiles.
10388
10389         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
10390         object code cleanup, comment trigraph fixes, etc...
10391
10392 2000-06-23  Havoc Pennington  <hp@redhat.com>
10393
10394         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
10395         instead of making up a bogus name for first_para_mark
10396
10397         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
10398         0 as a context ID
10399
10400 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
10401
10402         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
10403
10404 2000-06-21  Havoc Pennington  <hp@pobox.com>
10405
10406         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
10407         we didn't check window->bg_pixmap != GDK_NO_BG.
10408
10409         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
10410         gdk-pixbuf
10411
10412 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
10413
10414         * docs/faq/gtk-faq.sgm: Move file to here.
10415           TODO: Update Makfile.am 
10416
10417 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
10418
10419         * docs/gtk-faq.sgm: Add Section 2
10420
10421 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
10422
10423         * docs/gtk-faq.sgm: New file. Start of DocBook
10424           version of the FAQ.
10425
10426 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
10427
10428         * configure.in (GDK_PIXBUF_MAJOR): Define version
10429         numbers for GDK_PIXBUF_*, as they get substituted
10430         into a header file. Need to consider versioning
10431         for gdk-pixbuf more carefully later.
10432
10433 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
10434
10435         Work with srcdir != builddir.   
10436         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
10437         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
10438         * demos/testpixbuf.c: Likewise.
10439         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
10440         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
10441         <gdk/x11/gdkx.h>.
10442         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
10443         "gdk-pixbuf.h".
10444         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
10445
10446 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
10447
10448         * TODO.xml: Change 1.4 version numbers to 2.0.
10449
10450 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
10451
10452         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
10453         fixups to GTK+ standard.
10454
10455 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
10456
10457         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
10458         gdk-pixbuf.
10459
10460         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
10461         fixups for GObject.
10462
10463         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
10464         gdk-pixbuf with GDK dependencies moved into GDK.
10465         
10466         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
10467         move gdk-pixbuf-loader here until GObject has signals.
10468
10469         * demos/: New directory of demos. Move demos from
10470         gdk-pixbuf here.
10471
10472         * demos/pixbuf-init.c: Small bit of code to check for
10473         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
10474         set GDK_PIXBUF_MODULEDIR appropriately.
10475
10476         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
10477         define which no longer makes sense.
10478
10479 2000-06-21  Havoc Pennington  <hp@redhat.com>
10480
10481         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
10482         gtk_get_default_language
10483
10484         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
10485         new function to get the default language
10486
10487         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
10488         s/gtk_text_view_style_values/gtk_text_style_values/
10489
10490         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
10491         Add a "language" field to tags.
10492
10493         (gtk_text_tag_set_arg): Fix bug in setting
10494         "bg_full_height_set" tag.
10495
10496 2000-06-21  Havoc Pennington  <hp@redhat.com>
10497
10498         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
10499         in the interfaces
10500
10501         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
10502         stuff instead when possible.
10503
10504         * gtk/gtktexttypes.h: Delete some unused constants
10505
10506         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
10507         testtextbuffer.c: use glib instead of custom unicode routines
10508
10509 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
10510
10511         * docs/es/: Removed mistakenly added generated sgml
10512
10513         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
10514         Remove outdated info files.
10515
10516         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
10517         Moved tutorial files into subdir
10518
10519         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
10520         subdir.
10521
10522         * docs/man/gtk_button.pod: Remove. (contents will be
10523         integrated into gtk-reference button page.)
10524
10525         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
10526         docs/faq/Makefile.am: Adjust for new organization
10527
10528 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
10529
10530         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
10531         not $(MKINSTALLDIRS)
10532
10533 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
10534
10535         * gtk/testgtk.c (create_text): Finish the job Elliot started
10536         of removing font setting test for text widget. (Since text widget
10537         and GdkFont are not deprecated, and cause portability problems.)
10538
10539 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
10540
10541         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
10542         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
10543         Remove use of libunicode in favor of new GLib functions.
10544
10545         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
10546         nano-x, framebuffer. The X11 include is just a hack until we get
10547         the necessary functions in gdkcolor.h, so there is no reason to
10548         add other includes of platforms.
10549
10550         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
10551         window bigger than the screen change.
10552
10553         * gtk/testgtk.c: Revert some random changes from Elliot
10554         that had no particular point and were causing testgtkrc
10555         not to function correctly.
10556         
10557         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
10558         because GdkSegment and GdkRegionBox have the same fields,
10559         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
10560         results in clearer code.
10561
10562         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
10563         gdk_input_translate_coordinates): Fix missed GdkObjectification
10564
10565 2000-06-18  Elliot Lee  <sopwith@redhat.com>
10566
10567         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
10568         * gtk/gtk{plug,socket}.h: Missed commits from previous.
10569
10570 2000-06-20  Havoc Pennington  <hp@redhat.com>
10571
10572         * modules/linux-fb/Makefile.am: Make this compile
10573         without framebuffer enabled
10574
10575         * gdk/linux-fb/Makefile.am: Add conditional to not build
10576         framebuffer unless specified in configure
10577
10578         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
10579         the size of the target instead of source if -1 was passed for
10580         width/height
10581
10582         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
10583         width/height confusion.
10584
10585 2000-06-19  Havoc Pennington  <hp@redhat.com>
10586
10587         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
10588         GDK_DRAWABLE_XID. In the future, we probably want to make it
10589         faster with G_DISABLE_CHECKS turned on.
10590
10591 2000-06-14  Havoc Pennington  <hp@redhat.com>
10592
10593         * gdk/Makefile.am: add gdkpixmap.c
10594
10595         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
10596         s/gdk_image_init/_gdk_windowing_image_init
10597
10598         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
10599         ref/unref
10600
10601         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
10602
10603         * gdk/gdkcompat.h: remove GdkWindowType compat, since
10604         GdkWindowType is now non-deprecated; 
10605         change gdk_window_get_type() compat to be
10606         gdk_window_get_window_type().
10607
10608         * gdk/gdkdnd.h: make GdkDragContext a GObject.
10609
10610         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
10611         virtual GObject. Make all functions call into the vtable.
10612         Move gdk_image_put() guts in here. Remove GdkDrawableType
10613         and gdk_drawable_get_type(), these are now GdkWindow-specific.
10614         draw_image, get_depth, get_size, set_colormap, get_colormap,
10615         get_visual added to the vtable.
10616         
10617         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
10618         GObject. Virtualize everything. 
10619         (gdk_gc_new_with_values): remove check for destroyed window,
10620         because now GdkWindow::create_gc will check this.
10621         (gdk_gc_set_values): New function to set GC values, this 
10622         was already implemented but wasn't in the header
10623
10624         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
10625
10626         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
10627         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
10628         remove _gdk_window_class; add _gdk_window_impl_get_type() and
10629         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
10630         _gdk_windowing_window_init, rename gdk_image_init to
10631         _gdk_windowing_image_init.
10632         
10633         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
10634         (gdk_draw_layout): Remove check for destroyed window, 
10635         because all the drawable methods already check it.
10636         
10637         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
10638         Add gdkpixmap.c which contains implementation of GdkDrawable
10639         virtual table (by chaining to a platform-specific implementation
10640         object).
10641         
10642         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
10643         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
10644         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
10645         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
10646         GdkColormapPrivate. 
10647
10648         * gdk/gdktypes.h: #include <glib-object.h>
10649
10650         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
10651         Move most functionality to platform-specific implementation
10652         object. GdkWindow itself now handles the backing store, then
10653         chains to the platform-specific implementation.
10654         (gdk_window_get_window_type): return GdkWindowType of the window.
10655         (gdk_window_peek_children): New routine, returns the children of 
10656         a GdkWindow
10657         (gdk_window_get_children): Was in X11-specific code and did 
10658         XQueryTree. Changed to simply return a copy of window->children; 
10659         so it can go in cross-platform code.
10660         
10661         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
10662
10663         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
10664         GdkColormap; just changed to use the new private data instead
10665         of casting to GdkColormapPrivate.
10666
10667         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
10668         gdk_cursor_new().
10669
10670         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
10671         (private data member in the GObject). 
10672         (xdnd_manager_source_filter): Function had broken 
10673         error handling, fix it (use gdk_error_trap_push).
10674
10675         * gdk/x11/gdkdrawable-x11.c: This file now implements
10676         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
10677         base class is purely for the convenience of the X port,
10678         and not part of the interface to cross-platform GDK.
10679
10680         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
10681         
10682         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
10683         specific to X, and returned by the create_gc virtual method
10684         of GdkDrawableImplX11. 
10685         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
10686         rather than gchar, this was also changed in the GdkGC vtable.
10687         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
10688         mask is 0, return immediately, instead of checking every flag.
10689         This is faster, and keeps us from segfaulting if values is NULL
10690         and the mask contains some nonzero flags.
10691
10692         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
10693         GdkWindow.
10694
10695         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
10696         GdkWindowPrivate is gone.
10697
10698         * gdk/x11/gdkim-x11.c: rename things that got renamed.
10699
10700         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
10701         remove the image_put stuff that got transferred to GdkDrawable.
10702         
10703         * gdk/x11/gdkinput.c: renamings
10704
10705         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
10706
10707         * gdk/x11/gdkpixmap-x11.c: GObject conversion
10708
10709         * gdk/x11/gdkprivate-x11.h: indentation fixes
10710
10711         * gdk/x11/gdkproperty-x11.c: renamings
10712
10713         * gdk/x11/gdkselection-x11.c: renamings
10714
10715         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
10716         implements the platform-specific "impl" object.
10717         Moved gdk_window_get_children to gdk/gdkwindow.c
10718
10719         * gdk/x11/gdkx.h: Remove all the private structs and private datas
10720         that no longer exist. Add declaration of GdkGCX11 object here.
10721         Fix all the macros to still work. 
10722
10723         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
10724         GdkDragContext from the boxed types since they are now GObjects.
10725
10726         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
10727         moved xthickness/ythickness into the instance. GtkStyleClass
10728         functions are now in the standard vtable for GtkStyle, so you have
10729         to create a GObject subclass to write a theme engine.
10730         (gtk_style_copy): fixed a leaked PangoFontDescription
10731         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
10732         can be the standard GObject function.
10733         
10734         * Throughout GTK:
10735         s/style->klass->[xy]thickness/style->[xy]thickness
10736         s/pango_layout_unref/g_object_unref/
10737
10738         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
10739         
10740         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
10741         accessing GDK internals.
10742
10743         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
10744         accessing GDK internals.
10745
10746 2000-06-18  Elliot Lee  <sopwith@redhat.com>
10747
10748         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
10749
10750         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
10751         problem by calculating event position relative to the trough
10752         rather than the slider.
10753         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
10754
10755         * gdk/gdkgc.h: Add GDK_NOR.
10756
10757         * configure.in, Makefile.am: Add modules top level dir
10758         * configure.in: Only use pangox library if building x11 target.
10759         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
10760
10761 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
10762
10763         * gtk/gtkcolorsel.c: Change private class member to be named
10764         private_data throughout the file.
10765
10766         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
10767         private_data to avoid clashing with keyword.
10768
10769 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
10770
10771         * gdk/gdkdnd.h: Add comment to remove warning.
10772
10773 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
10774
10775         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
10776         Byelorussian language; changed the Makefile and file names 
10777         to reflect that.
10778
10779 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
10780
10781         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
10782         rather than gdk_window_hide; this makes things work
10783         correctly if the window is programmatically hidden while
10784         iconified.
10785
10786 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
10787
10788         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
10789         cut and paste typo where wrong pixmap was being
10790         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
10791
10792 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
10793
10794         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
10795         Add helper function to compute format / bytes 
10796         relationship. Use in a couple places to fix up
10797         errors which assume 8 * format.
10798
10799         * gtk/gtkselection.c (gtk_selection_request): Use 32
10800         rather than 8 * sizeof (GdkAtom), to work correctly
10801         on Alpha.
10802
10803 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
10804
10805         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
10806         libgtk.la
10807         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
10808         versions
10809
10810         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
10811         checking macros return NULL since the function has a return value.
10812
10813 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
10814
10815         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
10816         GTK+ from building at all.
10817
10818         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
10819
10820 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
10821
10822         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
10823         gtk/Makefile.am: make it possible to configure gtk for different
10824         targets on the same platform. The library name is now 
10825         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
10826         flag. Only the x11 target compiles right now.
10827         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
10828         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
10829         * gdk/nanox/gdk*generic*: delete generic region code.
10830         * gdk/linux-fb/gdk*generic*: delete generic region code.
10831         * README.nanox: update information.
10832         
10833 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
10834
10835         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
10836         prepend not append. (Pointed out by Brett Hall.)
10837
10838 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
10839
10840         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
10841
10842 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
10843
10844         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
10845         need this later, and this makes sure that the atexit for
10846         glib gets called after that for GDK, so atexits are
10847         properly ordered for object leak checking.
10848
10849         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
10850
10851         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
10852         pango_x_shutdown_display()
10853
10854         * gtk/simple.c (main): Close window on destroy.
10855
10856 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
10857
10858         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
10859         to treat initial creation different from setting with 
10860         regards to the graphics-exposures parameter, so add a parameter
10861         indicating whether this is initial or not.
10862
10863 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
10864
10865         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
10866         to sort of work by adding an extra return_exposes arg
10867         to gdk_event_translate() - it might be better to simply
10868         deprecate the function altogether and force people to rewrite
10869         without it. gdk_window_scroll() handles most of it, and where
10870         gdk_window_scroll() doesn't work, simply redrawing more does.
10871
10872         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
10873         assertion.
10874
10875         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
10876
10877         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
10878         bunch of pretty much useless /* Print debugging info */ comments 
10879         which had drifted away from the code they were commenting.
10880
10881 2000-06-02  Havoc Pennington  <hp@pobox.com>
10882
10883         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
10884         is in working order.
10885         
10886         * gtk/testtext.c: Change to reflect anonymous mark API
10887
10888         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
10889
10890         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
10891         field, which was unused.
10892
10893         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
10894         saves some typing.
10895
10896         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
10897
10898         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
10899         flag on the insertion point and selection bound
10900
10901         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
10902         make mark-manipulation functions take a GtkTextMark* instead of a
10903         mark name.
10904         
10905         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
10906         GtkTextMarkBody; will be used to detect attempts to delete
10907         the permanent marks (insert and selection bound)
10908
10909         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
10910
10911 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
10912
10913         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
10914         flag to on.
10915
10916         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
10917         Honor DOUBLE_BUFFRED_FLAG
10918
10919         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
10920         function to set the DOUBLE_BUFFERED flag.
10921
10922         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
10923         or not exposes done on the widget should be double-buffered.
10924
10925         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
10926         to be what would be expected. (Fixes problem with a
10927         g_return_if_fail() validating a TextDirection enumeration)
10928
10929 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
10930
10931         * gtk/gtkwidget.c: Remove all references to 
10932         offscreen flag which was no longer used.
10933
10934         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
10935
10936         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
10937         for non-null label_widget->parent.
10938
10939         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
10940         which no longer was used.
10941
10942         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
10943
10944         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
10945         for null arguments.
10946
10947         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
10948         check for destroyed windows.
10949
10950 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
10951
10952         * gtk/gtkimmulticontext.c: Add a finalize method and unref
10953         the slave context there.
10954
10955         * gtk/gtkinvisible.[ch]: Make reference counting behavior
10956         identical to GtkWindow.
10957
10958 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
10959
10960         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
10961         pangox to here, so we can write them independent of rendering
10962         system, using GDK primitives.
10963
10964         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
10965         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
10966         since we have a rendering-system independent implementation in
10967         terms of draw_glyphs().
10968         
10969         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
10970         function to render a single line.
10971
10972         * gdk/x11/gdkpango.c: Move the guts of this file mostly
10973         into ../gdkpango.c, which simplifies things, since we
10974         don't have to deal with raw X gc's.
10975
10976 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
10977
10978         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
10979         get the logical attributes for a given GtkTextLine.
10980
10981 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
10982
10983         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
10984         g_locale_get_codeset() to g_get_codeset() change.
10985
10986 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
10987
10988         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
10989         descriptions.
10990
10991         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
10992         the entry.
10993
10994         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
10995         redoing (vastly simplifying) for Pango. Still needs quite
10996         a bit of work. (Size selection is currently poor. List of 
10997         predefined sizes is not a good idea, since all of these
10998         sizes won't necessarily be distinct.)
10999
11000 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
11001
11002         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
11003         CODESET results for LANG=C.
11004
11005 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
11006
11007         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
11008         which takes a stringized pango font description;
11009         ignore the older 'font' and 'fontset' declarations.
11010
11011         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
11012         field with a GdkFont derived via gdk_font_from_description(),
11013         for compatibility. (Should we just remove it entirely?
11014         Probably too much compatibility breakage, but people
11015         should be migrating to the new Pango stuff as quickly
11016         as possible.)
11017
11018 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
11019
11020         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
11021
11022 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
11023
11024         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
11025         redoing; there are some bugs in size allocation right
11026         now, the semi-existant distinction between header / day
11027         fonts was removed, but, with Pango, could actually
11028         be made functional in a nice way.
11029         
11030         * gtk/testcalender: Move calender from examples into this
11031         directory as a test program. (We really need to restrcture
11032         testgtk into a whole directory full of tests for every
11033         widget or functionality group, separated into multiple .c
11034         files.)
11035
11036 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
11037
11038         * gtk/testgtk.c (file_exists): Fix stupid typo that
11039         was keeping RC file from being loaded.
11040
11041         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
11042         RC file font code.
11043
11044 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
11045
11046         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
11047         Add function to load a GdkFont from a PangoFontDescription.
11048
11049 2000-05-29  Tor Lillqvist  <tml@iki.fi>
11050
11051         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
11052         variable should be of type GdkEventPrivate.
11053
11054 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
11055
11056         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
11057         to have any widget for the label, use a GtkLabel widget
11058         to display the text. (Based partially on a patch from
11059         Anders Carlson.)
11060
11061         (Quite a bit of code reorganization - strip 90% of the
11062         guts out of gtkaspectframe and add a single virtual
11063         func to GtkFrameClass - compute_child_allocation.)
11064
11065 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
11066
11067         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
11068         (Removed clist->row_center_offset field because caching
11069         it wasn't saving time or code, added private function
11070         _gtk_clist_create_cell_layout()).
11071
11072 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
11073
11074         * gtk/gtkaccellabel.c: Pangoized.
11075
11076         * gtk/[hv]ruler.c: Pangoized
11077
11078 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
11079
11080         * gtk/gtkfilesel.c (gtk_file_selection_init):
11081         Use gtk_clist_set_column_auto_resize() to remove need
11082         need for manual column width computations.
11083
11084 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
11085
11086         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
11087         ensuring Pango correctness, and considerably simplifying the
11088         code.
11089         
11090         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
11091
11092         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
11093         getting of numbers of lines.
11094
11095         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
11096         to the actual requested width of the lable, not to the wrap
11097         width we set.
11098
11099         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
11100
11101         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
11102           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
11103
11104         * gtk/gtktextview.c: Fix structure inheritance.
11105
11106         * gtk/gtkprogressbar.c: Pangoize.
11107
11108 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
11109
11110         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
11111         in a function.
11112
11113         * gtk/gtktextlayout.c (find_display_line_above): Fixed
11114         bug with computing line tops.
11115
11116         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
11117
11118 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
11119
11120         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
11121         and y_offset coordinates to do what we need now. (The offset between
11122         buffer and layout coordinates has been reintroduced, but is a 
11123         bit different than before.)
11124
11125         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
11126         handle the adjustments ourselves, and scroll as necessary using
11127         the new gdk_window_scroll().
11128         
11129         The advantage of this is that when we are incrementally revalidating,
11130         we are essentially rearranging things around the visible portion
11131         of the screen. With the old setup, the visible portion of the
11132         screen was moved around in the layout, so scrolling and redrawing
11133         to track that caused jumping of the display. Since we now
11134         control the scrolling ourselves, we can suppress this and
11135         only redraw when things actually change.
11136
11137 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
11138
11139         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
11140         the region not just redisplay it after-all, since we store the
11141         cursors in the LineDisplay. (Ugly interactions here between
11142         GtkLayout and GtkTextBTree here.)
11143         
11144         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
11145
11146 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
11147
11148         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
11149         Added function to scroll contents of a window while keeping the
11150         window constant. Works by XCopyArea or guffaw-scrolling depending
11151         on the details of how the window is set up. (guffaw-scrolling
11152         still needs to be filled in.)
11153
11154 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
11155
11156         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
11157         move the debugging that was tied to a global variable
11158         to that.
11159
11160         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
11161
11162         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
11163         validated flag, in line data instead of setting height/width to
11164         -1. This allows us to perform operations with partially invalid
11165         buffer (using the old size for invalid lines) and thus to do
11166         incremental vaidation. Keep height/width aggregates up to date
11167         when deleting text and rebalancing the tree.
11168
11169         * gtk/gtktextbtree.[ch]: Add functions validate a line
11170         (gtk_text_btree_validate_line), and to validate up
11171         to a number of pixels (gtk_text_btree_validate).
11172
11173         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
11174         that indicates that something is changed and a revalidation
11175         pass is needed. Change ::need_repaint to ::changed, and
11176         make it take old and new yranges instead of a rectangle.
11177
11178         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
11179         the line_data_destroy() function from 
11180         gtk_text_btree_add_view() to a virtual function in 
11181         GtkTextLayout
11182
11183         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
11184         since we are handling partial repaints in a different fashion
11185         now.
11186
11187         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
11188         of the selection instead of queueing a repaint on the
11189         entire widget.
11190
11191         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
11192         get_selection_bounds() down to btree, make the function
11193         in buffer a wrapper around the btree function.
11194
11195         * gtk/gtktextlayout.[ch]: Add functions to check if the
11196         layout is valid and to recompute either a range of pixels
11197         aroudn a line or a certain total number of pixels.
11198
11199         * gtk/gtktextlayout.[ch]: Cache a single line display;
11200         now that we only redraw the needed portions, the hit rate
11201         for this cache is quite high.
11202         
11203         * gtk/gtktextview.[ch]: Keep track of the first paragraph
11204         on the screen so that when re-laying-out the buffer, we can
11205         keep the same place. This requires connecting to ::value_changed
11206         on the adjustments
11207
11208         * gtk/gtktextview.[ch]: Add idle functions to revalidate
11209         the buffer after we receive an ::invalidated signal.
11210         
11211 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
11212
11213         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
11214         to max of allocation and layout size, not just to the
11215         layout size.
11216
11217         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
11218         Invalidate window so it gets redrawn properly.
11219
11220         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
11221         to mean the entire window.
11222
11223         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
11224         into public header.
11225
11226 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
11227
11228         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
11229         to get the name of a mark.
11230
11231         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
11232         to find the paragraph from a y position.
11233
11234 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
11235
11236         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
11237         nodes have width/height >= 0, not > 0.
11238
11239 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
11240
11241         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
11242         Add a size_only flag, so when we only need the size, we don't create
11243         useless appearance attributes.
11244
11245         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
11246         duplicate setting of font description.
11247
11248         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
11249
11250 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
11251
11252         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
11253         EXTRA_DIST. It does not work well when the file that
11254         everything depends on is not in the tarball.
11255
11256 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
11257
11258         * gtk/testgtk.c: Some hacks and fixes so that it basically
11259         works when not sitting in the GTK+ build tree.
11260
11261 2000-05-03  Havoc Pennington  <hp@redhat.com>
11262
11263         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
11264         Properly determine the ordering of the tag root and the current
11265         line within the tree. Previous algorithm only worked if the tag
11266         root's immediate parent was the common root of both the current
11267         line and the tag root.
11268
11269 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
11270
11271         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
11272         alignment.
11273
11274         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
11275         the widget text directional dynamically.
11276
11277         * gtk/gtktextview.[ch]: Added functions to get and set default
11278         wrap mode.
11279
11280 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
11281
11282         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
11283         in cursor location computation.
11284
11285 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
11286
11287         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
11288         vadjusment values properly when layout gets smaller.
11289
11290         * gtk/gtktextview.c (need_repaint_handler): Areas being
11291         passed in are far completely inaccurate, and sometimes
11292         too small, so, for now, just queue a redraw on the
11293         whole visible region.
11294
11295 2000-04-25  Havoc Pennington  <hp@redhat.com>
11296
11297         * gtk/gtktextbtree.c (summary_destroy): new function to 
11298         destroy tag summary nodes
11299         (gtk_text_line_next_could_contain_tag): this function was 
11300         totally broken if the line passed in wasn't below the tag
11301         root. Fix it.
11302         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
11303         "wildcard" case, we have to do a linear scan. Blah.
11304         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
11305         we have to do the linear scan
11306         (tag_removed_cb): When a tag is removed from the tag table, 
11307         remove the GtkTextTagInfo node from the btree.
11308         (gtk_text_btree_spew): Implement the spew function, for 
11309         our debugging pleasure.
11310
11311 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
11312
11313         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
11314         a problem with referring to the wrong buffer.
11315
11316         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
11317
11318         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
11319         font description to gtk_style_new() - otherwise things
11320         don't work without a .gtkrc file.
11321
11322         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
11323         tags table if we create it ourself, too.
11324
11325         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
11326         it was conflicting with XKB modifiers.
11327
11328         * gtk/gtktextview.[ch]: Add simple support for 
11329         GtkIMContext.
11330
11331 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
11332
11333         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
11334         with deletion from last commit.
11335
11336 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
11337
11338         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
11339         in the context from the current locale.
11340         
11341         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
11342         context, not hardcoded value.
11343
11344         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
11345         not logical.
11346
11347 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
11348
11349         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
11350         attributes - that doesn't handle partial-glyph selection
11351         properly. Instead use new pango_layout_line_get_x_ranges()
11352         functionality to draw the selection.
11353
11354         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
11355         now properly handles out-of-range coordinates.
11356
11357         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
11358
11359         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
11360         public.
11361
11362         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
11363         for paragraphs opposite to the base direction of the widget.
11364
11365         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
11366
11367         * gtk/gtktextlayout.c: Don't split segments on marks, since that
11368         causes Arabic words to reshape as you cursor through.
11369
11370         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
11371         cursor position when moving vertically with the arrow keys and
11372         scrolling with page-up/page-down. (Arrow keys save only the X,
11373         scrolling saves both X and Y.)
11374
11375         This means you can line-up / line-down or page-up / page-down
11376         without losing your place, and also that moving vertically
11377         with the cursor keys keeps the same X position, not the same
11378         character count:
11379
11380         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
11381         arrow keys move by display lines, not paragraphs.
11382
11383 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
11384
11385         * gtk/gtklayout.c: Make sure that the bin window is at least
11386         as big as the allocation. (Should we also make sure that the
11387         bin window is big enough to completely cover widget->window?)
11388
11389         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
11390         function to get the onscreen rectangle.
11391
11392         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
11393         for offsets in window coordinates.
11394
11395 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
11396
11397         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
11398         confusion.
11399
11400         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
11401         from the widget direction.
11402
11403         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
11404         Add a "direction" attribute.
11405
11406         * gtk/gtktextview.c: global s/tkxt/text_view/.
11407
11408         * gtk/testtext.c: Added long block of text in Arabic, to test out
11409         the direction attributes. (Some problems with the shaping system
11410         for arabic become obvious - like the fact the cursor splits words
11411         into unjoined pieces.)
11412
11413 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
11414
11415         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
11416
11417         * gtk/gtktextlayout.c: Fix up alignment.
11418
11419         * gtk/testtext.c: Add some tests for centering, wrapping.
11420
11421 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
11422
11423         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
11424         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
11425         If we wrote GTK+-specific layout-render function this could just replace
11426         the draw_layout() operation in the vtable.
11427
11428         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
11429         pango_layout_get_cursor_pos() and use that function.
11430
11431         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
11432         is a non-static symbol.
11433
11434         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
11435         with gtk_text_btree_find_line_by_y()
11436
11437         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
11438         renderer that handles GtkTextAppearance attributes.
11439
11440         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
11441
11442           - Move the values in the style that don't affect geometry into a
11443             GtkTextAppearance structure.
11444           - Change underline to take a PangoUnderline and "font" a string
11445             representation of a font description
11446           - Add a "font_desc" attribute which takes a FontDescription structure.
11447
11448         * gtk/gtktextlayout.[ch]:
11449
11450           - Get rid of the display-line list per each line. Instead, we
11451             generate, on demand, a GtkTextLineDisplay structure which]
11452             contains a PangoLayout * and other necesary information
11453             (offsets, cursor locations) for displaying a paragraph.
11454           - Get rid of the code to wrap lines, create display chunks,
11455             etc. Instead, we just go through a paragraph and convert
11456             it into the necessary inputs to a PangoLayout.
11457           - Implement a new attribute type, GtkTextAttrAppearance. This
11458             holds a GtkTextAppearance, and is used to pass colors, 
11459             stipple, etc, through from the layout to the display without
11460             having to use lots and lots of individual attributes.
11461           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
11462             in terms of PangoLayout functions.
11463         
11464         * gtk/gtktextview.c: 
11465          
11466           - Handle passing the necessary PangoContext to the layout
11467           - Some fixups in painting to deal with the automatic backing store
11468             and offsetting of GTK+-1.4
11469           - Add a style_set handler so that the default style reacts
11470             properly to theme changes.
11471         
11472         * gtk/gtktext?*.[ch]: Random code-style fixes.
11473
11474         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
11475
11476 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
11477
11478         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
11479         in original form preparatory to Pango-ization and gdkimcontext-ization.
11480
11481 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
11482
11483         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
11484         so that we can derive from gtkimcontext in language bindings properly.
11485
11486 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
11487
11488         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
11489         Add a compose table including (almost) all the compose combinations
11490         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
11491         data in the XIM implementation.
11492
11493         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
11494         Moved functions to convert keyvalues from and to unicode here from
11495         the win32 port and made them public.
11496
11497 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
11498
11499         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
11500
11501 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
11502
11503         * gtk/gtkimcontext.[ch]: Base class for new input context system
11504
11505         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
11506         the real input context implementation to be loaded from modules
11507         and switched on the fly.
11508
11509         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
11510         context that just does direct keysymbol => unicode translation.
11511
11512         * gtk/gtkentry.[ch]: Start switching editing over to using
11513         GtkInputContext. (No handling of preedit yet.)
11514
11515 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
11516
11517         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
11518         many substitutions. (klass should not be subsituted.)
11519
11520 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
11521
11522         * configure.in: Add checks for Pango
11523
11524         * configure.in docs/Makefile.am: Add test for sgml2html
11525         and allow 'make dist' without building html, but print out
11526         warnings in that case. (For making snapshots)
11527
11528         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
11529         Add Pango libraries and C flags
11530
11531         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
11532         Add function (gdk_draw_layout) to draw a pango layout.
11533
11534         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
11535         for getting Pango contexts for GDK.
11536
11537         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
11538
11539         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
11540         editing.
11541
11542         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
11543         keysym => unicode translations. More languages can be added
11544         here, but real input-method support is needed.
11545
11546         * docs/Changes-1.4.txt: Added note about entry behavior.
11547         
11548         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
11549         to set the reading direction for a widget and the global direction.
11550         Add test which allows toggling the global direction. Two private
11551         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
11552
11553         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
11554           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
11555
11556         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
11557
11558         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
11559         underlining now handled by Pango.
11560
11561         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
11562         to RCStyle and Style. (Having both this and the old font name and GdkFont 
11563         is temporary.)
11564
11565         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
11566         convenience functions for creating contexts and layouts for widgets.
11567
11568         * gtk/testgtk.c: Enhance label tests with multilingual labels.
11569
11570 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
11571
11572         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
11573         titles to be active, even if they aren't visible.
11574         (gtk_clist_column_titles_passive):  Ditto.
11575
11576 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
11577
11578         * gtkmenu.c:
11579         * gtkmenu.h:
11580         * gtktypeutils.h: Spelling/grammar fixes in comments.
11581
11582 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
11583
11584         * gdk/nanox/*.h: add missing header files.
11585
11586 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
11587
11588         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
11589         send_event to TRUE.
11590         (gtk_drawing_area_size): queue a resize.
11591
11592 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
11593
11594         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
11595         the handlers, also invalidate them. bug nailed down by Karl Nelson
11596         <kenelson@ece.ucdavis.edu>.
11597
11598 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
11599
11600         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
11601         "(nil)" foundries, patch from Grigorios Magklis.
11602
11603         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
11604         on non-available fonts, based on a patch by Grigorios Magklis
11605         <maglis@cs.rochester.edu>.
11606
11607 2000-05-18  Elliot Lee  <sopwith@redhat.com>
11608
11609         * gdk/x11/gdkregion-generic.c: If a region does not have any
11610         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
11611         instead of GDK_OVERLAP_RECTANGLE_IN.
11612
11613 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
11614
11615         * gtk/gtklayout.c (gtk_layout_map): Remove references to
11616         OFFSCREEN, as it is no longer necessary.
11617
11618 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
11619
11620         * gtk/gtkcolorsel.c: Patch from David Santiago
11621         <mrcooger@cyberverse.com> to change things so that the 
11622         indicator of the active palette entry is done independently,
11623         not via the focus, since it should always be visible.
11624
11625 2000-05-17  Tor Lillqvist  <tml@iki.fi>
11626
11627         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
11628         refcount leaks as in the X11 backend.
11629
11630         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
11631         cosmetics.
11632
11633         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
11634         backend. Add _gdk_windowing_window_destroy().
11635
11636         * gtk/gtkcolorsel.c: Include correct backend-specific header.
11637         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
11638         either, but these probably do exist on nanox?)
11639         
11640         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
11641         which isn't necessarily defined by <math.h>.
11642
11643         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
11644         ancestry past GtkObject.
11645
11646         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
11647         from DLL on Win32.
11648
11649         * gtk/gtk.def: Update corresponding to recent changes.
11650
11651         * gtk/makefile.{cygwin,msc}: Updates.
11652
11653 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
11654
11655         * docs/Changes-1.4.txt: A bit of editing.
11656
11657         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
11658         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
11659         to clear the update area for the window, and clear it
11660         when hiding a window.
11661
11662         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
11663         if window destroyed.
11664
11665         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
11666
11667         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
11668         gdk_window_destroy() to the generic code, since there was a lot of 
11669         window-system-independent logic it in. Add a function:
11670         
11671          _gdk_window_destroy() 
11672
11673         to the internal API to destroy a window without unreferencing it.
11674         Add a function:
11675
11676          _gdk_windowing_window_destroy()
11677
11678         That does the windowing-system-dependent part of destroying 
11679         the window.
11680
11681 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
11682
11683         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
11684
11685 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
11686
11687         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
11688         Make gtk_widget_shape_combine_mask() keep a reference count on
11689         the pixmap since it keeps it around.
11690
11691 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
11692
11693         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
11694         leak.
11695
11696         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
11697         leak with event filters.
11698
11699 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
11700
11701         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
11702         signal handlers with the right data arguments. (Fixes
11703         some warnings when a widget was repeatedly set as a drag
11704         destination.)
11705
11706         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
11707         window so we can avoid avoid setting the DND properties on the
11708         toplevel window repeatedly.
11709
11710 2000-05-13  Tor Lillqvist  <tml@iki.fi>
11711
11712         * gdk/win32/gdkwin32.h: Define more message types missing from
11713         mingw headers.
11714
11715         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
11716         call gdk_window_destroy_notify(). It was never called. This
11717         probably meant that the GdkWindow was never freed. Thanks Owen for
11718         noticing (!).
11719
11720         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
11721         window as destroyed before calling DestroyWindow(). DestroyWindow()
11722         causes a call to the window procedure (gdk_WindowProc), which
11723         calls gdk_event_translate(), which calls
11724         gdk_window_destroy_notify(), which gets confused unless the window
11725         is set as destroyed.
11726
11727         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
11728         this function to indicate it's win32 only. Put inside #ifdef
11729         G_ENABLE_DEBUG.
11730
11731         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
11732         debugging function. (gdk_event_translate:) Add a default branch
11733         that uses the above function to print debug messages with all
11734         Windows messages symbolically.
11735
11736         * gdk/win32/gdkprivate-win32.h: Declare it, and
11737         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
11738
11739 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
11740
11741         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
11742         public header file.
11743
11744 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
11745
11746         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
11747
11748         * gtk/gtktext.c: made the adjustments no-construct args, simply
11749         provide default adjustments.
11750         (gtk_text_destroy): release adjustments.
11751
11752         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
11753         adjustment argument non-construct.
11754
11755         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
11756         instead of in finalize.
11757         (gtk_progress_get_text_from_value): 
11758         (gtk_progress_get_current_text): 
11759         (gtk_progress_set_value): 
11760         (gtk_progress_get_percentage_from_value): 
11761         (gtk_progress_get_current_percentage): 
11762         (gtk_progress_set_percentage): 
11763         (gtk_progress_configure): ensure an adjustment is present.
11764
11765 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
11766
11767         * gtk/gtkcolorsel.[hc]:
11768         * gtk/gtkcolorseldialog.[hc]:
11769         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
11770         their parent implementation, use bit fields for boolean values, don't
11771         create unused widgets, usage of glib types, braces go on their own
11772         lines, function argument alignment, #include directives etc. etc. etc..
11773
11774         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
11775
11776 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
11777
11778         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
11779
11780         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
11781         of NULL.
11782
11783         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
11784         to freed data.
11785         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
11786
11787         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
11788         to NULL when the toplevel is getting destroyed.
11789         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
11790         (gtk_menu_destroy): 
11791         (gtk_menu_init): store the information of whether we have to
11792         readd the initial child ref_count during destruction in a new
11793         GtkMenu field needs_destruction_ref_count.
11794
11795         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
11796         here, those reading: learn from my mistake! ;)
11797         in order for set_?adjustment to support a default adjustemnt if
11798         invoked with an adjustment pointer of NULL, the code read (pseudo):
11799         if (v->adjustment) unref (v->adjustment);
11800         if (!adjustment) adjustment = adjustment_new ();
11801         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
11802         now imagine the first unref to actually free the old adjustment and
11803         adjustment_new() creating a new adjustment from the very same memory
11804         portion. here, the latter comparision will unintendedly fail, and
11805         all hell breaks loose.
11806         (gtk_viewport_set_hadjustment):
11807         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
11808         after unreferencing it.
11809
11810         * gtk/gtkcontainer.[hc]: removed toplevel registration
11811         functions: gtk_container_register_toplevel(),
11812         gtk_container_unregister_toplevel() and
11813         gtk_container_get_toplevels() which had wrong semantics
11814         anyways: it didn't reference and copy the list.
11815
11816         * gtk/gtkwindow.c: we take over the container toplevel registration
11817         bussiness now. windows are registered across multiple destructions,
11818         untill they are finalized. the initial implicit reference count
11819         users are holding on windows is removed with the first destruction
11820         though.
11821         (gtk_window_init): ref & sink and set has_user_ref_count, got
11822         rid of gtk_container_register_toplevel() call. add window to
11823         toplevel_list.
11824         (gtk_window_destroy): unref the window if has_user_ref_count
11825         is still set, got rid of call to
11826         gtk_container_unregister_toplevel().
11827         (gtk_window_finalize): remove window from toplevel list.
11828         (gtk_window_list_toplevels): new function to return a newly
11829         created list with referenced toplevels.
11830         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
11831
11832         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
11833         adjustment a non-construct arg.
11834         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
11835         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
11836         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
11837
11838         * gtk/gtkrange.c: added some realized checks.
11839         (gtk_range_destroy): get rid of the h/v adjustments in the
11840         destroy handler instead of finalize. remove timer.
11841         (gtk_range_get_adjustment): demand create adjustment.
11842
11843         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
11844         we simply create them on demand now and get rid of them in
11845         the destroy handler.
11846         (gtk_viewport_destroy): get rid of the h/v adjustments in the
11847         destroy handler instead of finalize.
11848         (gtk_viewport_get_hadjustment): 
11849         (gtk_viewport_get_vadjustment): 
11850         (gtk_viewport_size_allocate): demand create h/v adjustment
11851         if required.
11852
11853         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
11854         gtk_widget_real_destroy () functionality.
11855         (gtk_widget_real_destroy): reinitialize with a new style, instead
11856         of setting widget->style to NULL.
11857
11858 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
11859
11860         * gtk/gtkcalendar.c:
11861         * gtk/gtkbutton.c: ported _get_type() implementation over to
11862         GType, either to preserve memchunks allocation facilities,
11863         or because Gtk+ 1.0 GtkTypeInfo was still being used.
11864
11865         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
11866         over. prepare for ::destroy to be emitted multiple times.
11867         removed reference tracer magic. chain into GObjectClass.shutdown()
11868         to emit ::destroy signal.
11869
11870         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
11871         fundamental.
11872
11873         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
11874         cludge.
11875
11876         * gtk/gtksocket.c:
11877         * gtk/gtkplug.c:
11878         * gtk/gtklayout.c:
11879         * gtk/gtklabel.c:
11880         * gtk/gtkargcollector.c:
11881         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
11882         not being a fundamental anymore, and to work with the new
11883         type system (nuked fundamental type varargs clutter).
11884
11885         * gtk/*.c: install finalize handlers in the GObjectClass
11886         part of the class structure.
11887         changed direct GTK_OBJECT()->klass accesses to
11888         GTK_*_GET_CLASS().
11889         changed direct object_class->type accesses to GTK_CLASS_TYPE().
11890
11891         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
11892         GType. made most of the GTK_*() type macros and Gtk* typedefs
11893         simple wrappers around macros and types provided by GType.
11894         most notably, a significant portion of the old API vanished:
11895         GTK_TYPE_MAKE(),
11896         GTK_TYPE_SEQNO(),
11897         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
11898         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
11899         GTK_TYPE_ARGS,
11900         GTK_TYPE_CALLBACK,
11901         GTK_TYPE_C_CALLBACK,
11902         GTK_TYPE_FOREIGN,
11903         GtkTypeQuery,
11904         gtk_type_query(),
11905         gtk_type_set_varargs_type(),
11906         gtk_type_get_varargs_type(),
11907         gtk_type_check_object_cast(),
11908         gtk_type_check_class_cast(),
11909         gtk_type_describe_tree(),
11910         gtk_type_describe_heritage(),
11911         gtk_type_free(),
11912         gtk_type_children_types(),
11913         gtk_type_set_chunk_alloc(),
11914         gtk_type_register_enum(),
11915         gtk_type_register_flags(),
11916         gtk_type_parent_class().
11917         replacements, where available are described in ../docs/Changes-1.4.txt.
11918         implemented compatibility functions for the remaining API.
11919
11920         * configure.in: depend on glib 1.3.1, use gobject module.
11921
11922 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
11923
11924         * TODO.xml: Various updates to current status.
11925
11926 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
11927
11928         * gtk.m4: Print out version when test succeeds.
11929
11930 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
11931
11932         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
11933         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
11934         
11935         (Original triangle color selector from Simon Budig
11936         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
11937         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
11938         Santiago <mrcooger@cyberverse.com>)
11939
11940         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
11941         out into a separate widget.
11942
11943         * gtk/testgtk.c: Add some checkbuttons for toggling palette
11944         and opacity controls.
11945
11946 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
11947
11948         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
11949         snuck in prematurely.
11950
11951 2000-05-07  Tor Lillqvist  <tml@iki.fi>
11952
11953         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
11954         had deleted a ! operator by mistake, which caused
11955         GDK_SELECTION_CLEAR events never to be generated, which caused
11956         only the first copy to the clipboard from an gtkeditable to
11957         actually cause a copy to the Windows clipboard.
11958
11959 2000-05-06  Tor Lillqvist  <tml@iki.fi>
11960
11961         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
11962         compilation, too. Current mingw gcc distributions include the
11963         necessary headers. Also the necessary IIDs are now in mingw
11964         headers/libraries, and own definitions unnecessary.
11965
11966         More hacking on OLE2 DND, still doesn't work though, and thus
11967         ifdeffed out.
11968
11969         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
11970         here, too.
11971
11972 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
11973
11974         * gdk/nanox/*: nano-X port work in progress.
11975         * gdk/simple.c: simple test for Gdk.
11976         * README.nanox: notes about the port: read this first!
11977         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
11978         with nano-X.
11979
11980 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
11981
11982         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
11983         gdk_window_clear() into common code, implement in terms of
11984         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
11985         not redirected to the backing rectangle.
11986
11987 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
11988
11989         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
11990         EXTRA_DIST. It does not work well when the file that
11991         everything depends on is not in the tarball.
11992
11993 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
11994
11995         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
11996         with recursion where process_updates() is called from
11997         an expose handler. (GtkTextView is highly broken in
11998         doing this, but it should work, so it is a nice test
11999         case.)
12000
12001 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
12002
12003         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
12004         handle the case where updates are queued during processing of
12005         updates.
12006
12007 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
12008
12009         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
12010         window is on gdk_display - use that instead of segfaulting.
12011
12012 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
12013
12014         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
12015         broken and require an empty arg, give it to them.
12016
12017 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
12018
12019         * gtk/gtklabel.h: indentation fixes.
12020
12021 2000-05-02  Tor Lillqvist  <tml@iki.fi>
12022
12023         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
12024         draw too narrow or too low arcs, they seem to fail, at least with
12025         some display drivers.
12026
12027         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
12028
12029         Large changes to the Win32 backend, partially made necessary by
12030         the changes to the backend-independent internal
12031         structures. Attempts to implement similar backing store stuff as
12032         on X11. The current (CVS) version of the Win32 backend is *not* as
12033         stable as it was before the no-flicker branch was merged. A
12034         zipfile with that version is available from
12035         http://www.gimp.org/win32/. That should be use by "production"
12036         code until this CVS version is usable. (But note, the Win32
12037         backend has never been claimed to be "production quality".)
12038
12039         * README.win32: Add the above comment about versions.
12040
12041         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
12042
12043         * gdk/gdk.def: Update.
12044
12045         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
12046         presumably be replaced by some more better mechanism as 1.4 gets
12047         closer to release shape.
12048
12049         * gdk/makefile.{cygwin,msc}: Update.
12050
12051         * gdk/win32/*.c: Correct inclusions of the backend-specific and
12052         internal headers. Change code according to changes in these. Use
12053         gdk_drawable_*, not gdk_window_* where necessary.
12054
12055         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
12056         our old DND.
12057
12058         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
12059         to interpret single characters as UTF-8. Thanks to Hans Breuer.
12060         Use correct function name in warning messages.
12061
12062         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
12063         GSourceFuncs gdk_event_prepare and gdk_event_check.
12064         (gdk_event_get_graphics_expose): Do implement, use
12065         PeekMessage. Thanks to Hans Breuer.
12066         (event_mask_string): Debugging function to print an GdkEventMask.
12067         (gdk_pointer_grab): Use it.
12068
12069         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
12070         (old) book I used claimed was Hangul actually is CJK Unified
12071         Ideographs Extension A. Also, Hangul Syllables were missing.
12072         Improve logging.
12073
12074         * gdk/win32/gdkgc-win32.c: Largish changes.
12075
12076         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
12077         g_win32_getlocale() from GLib, and not setlocale() to get current
12078         locale name.
12079
12080         * gdk/win32/gdkprivate-win32.h
12081         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
12082         gdkwin32.h, similarily as in the X11 backend.
12083
12084         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
12085         assignment was used instead of equals in if test. Thanks to Hans
12086         Breuer.
12087
12088         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
12089         the X11 version.
12090
12091         * gdk/win32/makefile.{cygwin,msc}
12092         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
12093         path to the Win32 headers that works also with the mingw compiler.
12094
12095         * gtk/gtkstyle.c: Include <string.h>.
12096
12097 2000-04-26  Havoc Pennington  <hp@redhat.com>
12098
12099         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
12100         replacing the broken gtk_label_get ()
12101
12102 2000-04-15  Havoc Pennington  <hp@pobox.com>
12103
12104         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
12105         this keeps scanner scripts from getting confused.
12106
12107         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
12108         data, rather than void
12109
12110 2000-04-15  Tor Lillqvist  <tml@iki.fi>
12111
12112         * gtk/gtkclist.c (gtk_clist_motion)
12113         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
12114         with is_hint FALSE, get x and y from the event. They used to be
12115         used uninitialised. The Win32 backend never sends motion events
12116         marked as hints. This for instance fixes the annoying file and
12117         font selector behaviour in the Win32 version.
12118
12119 2000-04-14  Tor Lillqvist  <tml@iki.fi>
12120
12121         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
12122         gtk_private_n_signals variables, they are used by some software,
12123         sigh.
12124
12125         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
12126         installation directory from the Registry, where the installer
12127         should have put it.
12128
12129 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
12130
12131         * gdk/x11/Makefile.am: Fix problem with installation directory for
12132         gdkx.h
12133
12134         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
12135         <mrcooger@cyberverse.com> so that when selecting menus with the
12136         mouse, the first item will not be selected, but when selecting
12137         with an accelerator, or navigating left-right on a menubar with
12138         the menus popped up, the first item will be selected.
12139
12140 2000-04-05  Dan Damian  <dand@dnttm.ro>
12141
12142         * configure.in: Added "ro" to ALL_LINGUAS.
12143
12144 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
12145
12146         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
12147         indentation.
12148
12149         * Makefile.am (EXTRA_DIST): Fix typo.
12150
12151         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
12152         to catch gdkconfig.h
12153
12154         * gtk/gtkitemfactory.c: Added FIXME.
12155
12156 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
12157
12158         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
12159         s/return_if_fail/return_val_if_fail/g and add a return value.
12160
12161 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
12162
12163         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
12164         merge slipup.
12165
12166         * gdk/gdkinput.h: Fix missing line from merge.
12167
12168 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
12169
12170         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
12171         instead of gdkprivate.h.
12172
12173 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
12174
12175         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
12176         parent class to correctly be GtkDialogClass.
12177
12178 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
12179
12180         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
12181         toplevel windows and their immediate children by their parents,
12182         since the size of toplevel windows is out of our immediate
12183         control and we don't get any real benefit from trying to track
12184         this size for clipping.
12185
12186         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
12187         for input_only windows.
12188
12189         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
12190         to fix some hacks and make sure that we don't try to set the
12191         background of input only windows.
12192
12193 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
12194
12195         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
12196         the _really_ internal stuff, and leave gdkprivate.h for the fake private
12197         stuff that we've traditionally exposed.
12198
12199         * gdk/**.c: Use gdkinternals.h where appropriate.
12200
12201         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
12202         not include gdkprivate-x11.h, move all stuff of conceivable public
12203         interest into gdkx.h; keep all really private stuff in
12204         uninstalled header gdkprivate-x11.h.
12205
12206         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
12207         image->image_put on windows through a new function _gdk_window_draw_image()
12208         to allow us to do backing store for images. (Sort of ugly)
12209
12210         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
12211         contexts locally so that we can offset them properly when drawing 
12212         onto backing pixmaps.
12213
12214         * gdk/gdkinput.h: Reindented
12215
12216         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
12217         pixmap or color for the window, so we can properly initialize
12218         our double-buffer pixmaps, and also so that we temporarily set
12219         a background of None while scrolling.
12220
12221         * gdk/gdkregion.h: Revise region boolean operators to have an
12222         interface that is actually convenient - switch from creating new
12223         regions on every op, to "methods" that modify existing regions
12224         (A = A OP B). 3 argument forms which allow dest == src, would also
12225         be possible, but the current interfaces seem to map nicely
12226         onto what needs to be done. (There is quite a lot of region
12227         code in GDK now.)
12228
12229         * gdk/gdkregion.h: Add constructor from rectangle and a copy
12230         operator.
12231
12232         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
12233         gdkpoly-generic.h: Copy region code from Xlib, switch it over
12234         to 32 bit coordinates, modify it to be mostly GTK+ style
12235         and to have interfaces that match gdkregion.h.
12236
12237         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
12238         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
12239         create a backing pixmap and redirect all drawing to
12240         that backing pixmap until a matching gdk_window_end_paint().
12241
12242         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
12243         Create a special drawable class for GtkWindow's that 
12244         redirects the drawing to the backing pixmap as necessary
12245         and then calls the real operations in _gdk_windowing_window_class.
12246
12247         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
12248         Store invalid region for each window. Generate expose events for invalid
12249         region in an idle. This replaces both the expose compression
12250         and the redrawing queuing in GTK+. It is both more efficient and
12251         simpler than either one individually and far more so then the
12252         combination.
12253
12254         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
12255         Emulate 32 bit coordinates for windows with 16 bit coordinates
12256         by offsetting drawing, guffaw scrolling techniques and
12257         mapping/unmapping child windows as necessary.
12258
12259         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
12260         where, when invalid regions are processed, the region is stored,
12261         and if expose events come in that are detectably duplicate
12262         the processed exposes (by comparison of event serial numbers),
12263         the stored region is subtracted out of those exposes.
12264
12265         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
12266         regions newly exposed when scrolling or resizing windows.
12267         This, combined with forcing processesing of queued invalidated
12268         regions, gives nice flicker-free scrolling.
12269
12270         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
12271         invalidated regions after every scroll.
12272
12273         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
12274         emulation in GDK. Its, for all practical purposes just a
12275         GtkViewport/GtkFixed hybrid now.
12276
12277         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
12278         (16-bit) structures as necessary instead of just casting.
12279
12280         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
12281         in terms of the structures from gdkregion-generic.c, using appropriate
12282         offsets from GDK to X11 coordinates. Cache clip mask and
12283         origin and ts origin locally and only flush to the server
12284         when drawing, to avoid constantly setting and resetting these
12285         values when offsetting GC's for scrolling and backing pixmaps.
12286
12287         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
12288
12289         * gtk/gtkcontainer.c: Call process_all_updates at end
12290         of resizing to reduce flicker. (Avoids having redraw
12291         lag arbitrarily behind resize under some circumstances)
12292
12293         * gtk/gtkentry.c: Remove old backing store code, and simply take
12294         advantage of the new backing store capabilities of GDK.
12295
12296         * gtk/gtkmain.c: Simple implementation of widget backing
12297         store - simply push a paint while handling each expose.
12298         (Should really be configurable widget for widget.)
12299         
12300         * gtk/gtkwidget.c: Remove all the old complicated redraw
12301         code, and simply invalidate the GDK windows from
12302         gdk_window_queue_clear(), etc. (Sigh, so much carefully
12303         debugged complexity ... gone to the winds.)
12304
12305         Remove all the code for suppressing expose events while
12306         resizes are pending; this isn't needed since the invalid
12307         areas won't be processed until after the resizes are
12308         processed, since they are in a lower priority idle.
12309
12310 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
12311
12312         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
12313         and height of dest rectangle for non-intersecting rectangles.
12314
12315 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
12316
12317         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
12318         for GdkRectangle.
12319
12320 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
12321
12322         * gdk/gdk{events,image,private,types,window}.h
12323          gdk/x11/gdkinputprivate.h: Change all coordinates
12324          from int16 to int. Also, Change width and height from
12325          unsigned to signed to avoid all the stupid C 
12326          signedness bugs.
12327
12328 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
12329
12330         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
12331         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
12332         Add some more detailed checking.
12333
12334         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
12335         New function to retrieve the depth of a drawable.
12336
12337         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
12338         field, reorder fields to save memory. 
12339
12340 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
12341
12342         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
12343         of the background image instead of scaling the background down to
12344         a line.
12345
12346         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
12347         which temporarily set slider to wrong size.
12348
12349         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
12350         queue_clear().
12351
12352 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
12353
12354 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
12355
12356         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
12357
12358 2000-03-17  Tor Lillqvist  <tml@iki.fi>
12359
12360         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
12361         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
12362
12363         * gdk/win32/gdkfont-win32.c
12364         * gdk/win32/gdkproperty-win32.c
12365         * gdk/win32/gdkselection-win32.c
12366         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
12367         now declared such.
12368
12369 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
12370
12371         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
12372
12373 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
12374
12375         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
12376         is called without trapping X errors.
12377
12378 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
12379
12380         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
12381         way into the fontset lists.
12382
12383 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
12384
12385         * gtk/gtkthemes.h: add extern "C" scope.
12386
12387 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
12388
12389         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
12390         to make appends to the list constant. (gtk-guy-990901-0.patch)
12391
12392 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
12393
12394         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
12395         for the typename hash table.
12396
12397 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
12398
12399         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
12400         to make sure we never divide by zero. 
12401         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
12402
12403 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
12404
12405         * gtk/gtkfontsel.c: Apply patch from
12406         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
12407         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
12408
12409         Also, some cleanups in atom handling.
12410
12411 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
12412
12413         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
12414         not GtkWidget.
12415
12416 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
12417
12418         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
12419         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
12420         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
12421         more guint wrap-around bugs before going to bed.
12422
12423 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
12424
12425         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
12426         guint wrap arounds in allocation.width.
12427
12428         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
12429         process untill we fit the allocation given.
12430
12431 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
12432
12433         * gtk/gtkwidget.c:
12434         (gtk_widget_unrealize): guard widget access with ref/unref
12435         around signal emission.
12436         (gtk_widget_hide): same here, but also check its destroyed
12437         state before queueing a resize.
12438
12439 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
12440
12441         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
12442         of gtk_default_insensitive_bg as insensitive base color.
12443
12444         * gtk/gtktext.c (gtk_text_style_set): set the background color according
12445         to the widget's state.
12446         (gtk_text_realize): same here.
12447         (gtk_text_state_changed): same here.
12448         (draw_bg_rect): compare background color against base[] from
12449         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
12450
12451 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
12452
12453         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
12454         grabs are active, unless a delete event is send to the toplevel
12455         of the currently grab holding widget.
12456
12457 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
12458
12459         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
12460         debugging g_print's.
12461
12462 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
12463
12464         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
12465         ever make the scrolled-window requisition ever depend on the 
12466         visibility state of the scrollbars for the AUTOMATIC policy. 
12467         This breaks the GTK+ requisition model, and causes loops.
12468
12469 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
12470
12471         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
12472         the default font to avoid problems with XFree86-4.0 where the
12473         default charset is iso10646-1, not iso8859-1.
12474
12475 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
12476
12477         * acinclude.m4
12478         * config.guess
12479         * config.sub
12480         * ltconfig
12481         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
12482
12483         * gtk/Makefile.am: minor cosmetic consistency tweak
12484
12485 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
12486
12487         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
12488         the activate_time to 0, so that we handle a quick
12489         press/release press/release properly and don't suppress
12490         the second release. (Red Hat bug #7545)
12491
12492 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
12493
12494         * gtk/gtkctree.c (row_delete):
12495         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
12496         bugs with destruction notifier, *always* update internal
12497         structures *before* calling user code.
12498
12499 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
12500
12501         A few more fixes for bug #5487, #2051, #2677.
12502         * gtk/gtkclist.c : 
12503         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
12504         not GDK_BUTTON_PRESS.
12505         (resync_selection): resync only if selection_mode is
12506         GTK_SELECTION_EXTENDED
12507         * gtk/gtkctree.c (resync_selection): same here
12508
12509 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
12510
12511         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
12512         gdk_drag_get_selection() and gtk_menu_detach().
12513
12514         [ From Jeroen Ruigrok/Asmodai ]
12515
12516 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
12517
12518         * gtk/gtknotebook.c (gtk_notebook_size_request): 
12519         page->tab_label can be NULL.
12520
12521 2000-01-25  Havoc Pennington  <hp@pobox.com>
12522         
12523         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
12524         arg is boolean
12525
12526         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
12527
12528         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
12529
12530         * gdk/gdkproperty.c (gdk_property_get): return boolean
12531
12532         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
12533
12534         * gdk/gdkim.c (gdk_im_ready): return boolean
12535
12536         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
12537
12538         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
12539         glib clash, should fix glib)
12540
12541         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
12542         (gdk_get_show_events): return gboolean, and canonicalize 
12543         to TRUE/FALSE
12544
12545         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
12546         colormap is private
12547         (gdk_colors_alloc): gboolean whether to be contiguous
12548         (gdk_color_equal): return gboolean since we are a predicate
12549         and not a qsort() (this looks semi-wrong due to glib breakage,
12550         IMO glib should be fixed)
12551         
12552         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
12553         (gdk_get_use_xshm): return gboolean
12554         (gdk_pointer_is_grabbed): return gboolean
12555
12556         * gdk/gdk.h: Change prototypes to match all the above changes,
12557         and re-run egtk-format-protos as required.
12558
12559 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
12560
12561         * gtk/gtkctree.c (resync_selection): 
12562         * gtk/gtkclist.c (resync_selection):
12563
12564         Return immediately if clist->drag_pos < 0. This is a workaround
12565         for the corrupt state that the clist gets into when a
12566         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
12567
12568         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
12569         
12570         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
12571         variable from recent commit.
12572
12573 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
12574
12575         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
12576
12577 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
12578
12579         * gtk/Makefile.am: prefix all autogenerated source that get build in
12580         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
12581         in builddir. since we subsequently cd into srcdir for autogeneration,
12582         the paths have to be stripped from the target file names, thusly we
12583         use $(@F) as target names now.
12584         put a comment about configure.in's --disable-rebuilds option,
12585         which can be used for non-writable source directories, for development
12586         setups though, srcdir has to be *writable*.
12587
12588 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
12589
12590         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
12591           Finish the job of allowing event to be NULL.
12592           (Fixes bug #4283, reported by Chris Blizzard)
12593
12594         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
12595           things so that the cursor appears on screen, properly
12596           take into account INNER_BORDER.
12597           (Fixes bug #4754, reported by Antonio Campos)
12598
12599 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
12600
12601         * gtk/gtknotebook.c (gtk_notebook_map): Don't
12602           show the tab_label unless it itself is visible.
12603
12604           gtk/gtknotebook.c (gtk_notebook_size_request):
12605           Do a better job of making sure that the visibility
12606           of the tab label corresponds to whether it should
12607           be mapped or not.
12608
12609 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
12610
12611         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
12612           Use the requisition, not the allocation, since the
12613           allocation has not necessarily been computed yet.
12614           (Pointed out by Eugene Osintsev)
12615
12616 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
12617
12618         * gtk/gtkstyle.c (gtk_style_new): Dont' set
12619           style/base[GTK_STATE_INSENSITIVE] both to
12620           gtk_default_insensitive_bg!
12621           (Bug #2187, reported by Jonathan Blandford)
12622
12623         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
12624           Add Alt_L, Alt_R to list of invalid accelerators.
12625           (Bug #3736, reported by Vlad Harchev)
12626
12627 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
12628
12629         * gtk/gtkfilesel.c (open_ref_dir): Fix several
12630         bugs which occured after an attempt to open 
12631         invalid home directory left cmpl_state->reference_dir == NULL.
12632
12633          - completion on files in home directory didn't work
12634          - completion on an empty string caused  segfault
12635
12636          (Bug #3678, reported by Steve Ratcliffe)
12637
12638         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
12639         cut and paste error that was causing scales to
12640         be incorrectly positioned.
12641         (Bug #2956,
12642          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
12643
12644 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
12645
12646         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
12647         when checking for dcgettext, if we've found we needed
12648         it for dgettext.
12649 +
12650 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
12651
12652         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
12653         queue_clear on NO_WINDOW widgets during a reparent,
12654         since at that point the window and widget heirarchies
12655         are out of sync. This stops crashing in some cases
12656         (the scrolled window reparent test, for instance), and
12657         _probably_ won't cause drawing errors.
12658
12659         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
12660         test do what it was supposed to do and be robust against
12661         window closings, etc. (Bug #2443)
12662
12663 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
12664
12665         * gtk/gtkentry.c: Fix return values on mouse events.
12666         (Bug #2686, Sky <seb_sky@yahoo.com>)
12667
12668         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
12669         (pointed out by George Lebl)
12670
12671         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
12672         (From Ettore Perazzoli  <ettore@helixcode.com>)
12673  
12674 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
12675
12676         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
12677         clicks between rows or outside calender area correctly.
12678         (Patch from Damon Chaplin)
12679
12680         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
12681         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
12682           Call destroy function when overwriting existing data. 
12683           (Pointed out by Damon Chaplin)
12684
12685 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
12686
12687         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
12688           which was causing problems on various systems with Xmu.
12689           This hasn't been needed for a very long time.
12690           (Fixes #1185 3167)
12691
12692 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
12693
12694         * gdk/gdki18n.h: Include <ctype.h> when defining
12695           gdk_isw* in terms of is* as a fallback.
12696           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
12697
12698 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
12699
12700         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
12701           realize the widget when it is size allocated!
12702           (old, old bug)
12703
12704         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
12705           Removed unused call to gdk_window_get_size() that
12706           showed up when the above was fixed.
12707
12708 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
12709
12710         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
12711           fix up widget->window when the widget is a
12712           NO_WINDOW container widget.
12713
12714 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
12715
12716         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
12717           to account for the fact that feof() does _not_ 
12718           return TRUE on errors, and thus avoid infinite loops
12719           when trying to use gdk_pixmap_create_from_xpm()
12720           on unreadable values.
12721
12722 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
12723
12724         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
12725
12726 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
12727
12728         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
12729           gdk_gc_set_dashes to take gint8 instead of gchar to
12730           make it clearer that it is _not_ a NULL terminated string.
12731
12732         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
12733           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
12734           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
12735           arguments.
12736
12737 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
12738
12739         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
12740         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
12741         background size relative to our allocation, guard against small
12742         allocations, we may have not yet been size allocated.
12743
12744 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
12745
12746         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
12747         not just version == 3. We implement all 3 + most of 4 - 
12748         (we don't support matching text/plain;charset=iso-8859-1
12749         to a dest that expects text/plain). We'll still advertise
12750         3 to be safe, but any client implementing version >= 3
12751         must interoperate with 3.
12752         
12753 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
12754
12755         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
12756         background and gc members, add a warning in gtk_tooltips_set_color()
12757         indicating that this function is deprecated.
12758
12759 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
12760
12761         * docs/gtkfaq.sgml: FAQ Update:
12762           - Minor cleanups (Emmanuel, me)
12763           - New questions:
12764                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
12765                 How can I retrieve the text from a GtkMenuItem? (timj)
12766                 How do I validate/limit/filter the input to a GtkEntry? (me)
12767                 Memory does not seem to be released when I free the list
12768                         nodes I've allocated (timj)
12769
12770 2000-03-07  Tor Lillqvist  <tml@iki.fi>
12771
12772         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
12773         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
12774         for which it is no use to call GetLastError onWin9x.
12775         (gdk_other_api_failed) New function, for general error
12776         reporting without calling GetLastError.
12777         (gdk_win32_api_failed) OTOH, this function always calls
12778         GetLastError. (gdk_win32_last_error_string) Remove this function,
12779         GLib has the equivalent now.
12780
12781         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
12782         call them with function name, file name and line number in the
12783         arguments.
12784
12785         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
12786         functions.
12787         
12788         * gtk/gtk.def: Add some missing entry points.
12789
12790         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
12791         gtk_paned_set_gutter_size, which don't exist any longer, as void.
12792         
12793         Fixes by Hans Breuer:
12794
12795         * gdk/makefile.msc: Update for debugging.
12796
12797         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
12798         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
12799         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
12800         in the dash_list.
12801
12802         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
12803         the x11 backend.
12804
12805         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
12806
12807         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
12808
12809 2000-03-04  Tor Lillqvist  <tml@iki.fi>
12810
12811         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
12812         just pixel value of background colour.
12813
12814         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
12815         containing code snippet previously duplicated in a couple of
12816         places.
12817         
12818         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
12819         gdk_colormap_color.
12820
12821         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
12822         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
12823         events for autorepeated Shift, Control and Alt keys. Use
12824         gdk_colormap_color.
12825
12826         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
12827         pointer is inside the window the cursor of which we are setting,
12828         call SetCursor immediately.
12829
12830         * gdk/win32/makefile.cygwin
12831         * gtk/makefile.cygwin: If we don't have the build number stamp
12832         file, use zero.
12833
12834         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
12835         gtk_paned_set_gutter_size as empty.
12836
12837         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
12838         
12839 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
12840
12841         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
12842           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
12843           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
12844           docs/gtk_tut.sgml docs/gtk.texi TODO:
12845
12846           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
12847
12848 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
12849
12850         * gtk/gtkcalendar.c: Implement num_marked_dates,
12851           and don't emit mutiple day_selected signals on
12852           month_prev.
12853
12854 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
12855
12856         * docs/make-todo (lineno): let title and logo be configurable so
12857         that GNOME can use this script too.
12858
12859         * TODO.xml: added logourl and a title
12860
12861 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
12862
12863         * TODO.xml: Added some UI items, and an explanatory
12864         comment at the top of the file.
12865
12866 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
12867
12868         * TODO.xml: some updates, added abunch of new entries.
12869         a note for those fiddeling with this file, when done
12870         with it, invoke:
12871         $ ./docs/make-todo TODO.xml >/dev/null
12872         and correct output errors before comitting changes.
12873
12874 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
12875
12876         * TODO.xml: Added XML-structured TODO file.
12877         * docs/make-todo: python script to turn TODO.xml into
12878           pretty XML output. 
12879
12880 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
12881
12882         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
12883         the function to let it draw the seven dots, instead of the old,
12884         much maligned, method.
12885         (draw_dot): New function to draw a dot.
12886
12887         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
12888         to draw the handle inside the border width as opposed to outside.
12889         Use paint function instead of gdk_draw_point.
12890
12891         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
12892         to draw the handle inside the border width as opposed to outside.
12893         Use paint function instead of gdk_draw_point.
12894
12895         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
12896         Change indenting to be more GTK like.
12897
12898 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
12899
12900         * docs/gtk_tut.sgml: New section on GtkCalendar
12901         * examples/calendar: Update example code
12902
12903 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
12904
12905         * docs/gtkfaq.sgml: FAQ Update
12906
12907 2000-02-19  Anders Carlsson  <andersca@gnu.org>
12908
12909         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
12910         to prevent the scroll event to be propagated upwards.
12911
12912 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
12913
12914         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
12915         OwnerGrabButtonMask from button entries for
12916         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
12917
12918         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
12919         to the event mask (which will result in button/press release
12920         being added to the event mask on Unix) so scrolling works
12921         for layouts in scroll windows.
12922
12923         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
12924
12925         Patch from Anders Carlsson  <andersca@gnu.org> to add
12926         a scroll event.
12927
12928         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
12929         scrolling to the "Test Scrolling" part of testgtk.
12930  
12931         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
12932  
12933         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
12934         it against GDK_SCROLL.
12935  
12936         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
12937         way of mouse wheel scrolling.
12938  
12939         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
12940  
12941         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
12942  
12943         * gtk/gtkmain.c: Removed previous mouse wheel hack.
12944  
12945         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
12946         gdk_event_mask_table.
12947  
12948         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
12949         GdkEventScroll handler.
12950  
12951         * gdk/gdkevents.h: Added GdkEventScroll structure.
12952  
12953 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
12954
12955         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
12956         and Anders Carlsson to change the Paned widgets so that they
12957         can be dragged from anywhere along the length. Also change
12958         the way that this is drawn to make this apparent.
12959
12960         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
12961         from George Lebl to check that option_menu->menu is present
12962         before getting history.
12963
12964 2000-02-14  Tor Lillqvist  <tml@iki.fi>
12965
12966         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
12967         before the assertion for non-NULL segment list.
12968
12969         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
12970         Seems that pattern brushes *must* be 8x8 pixels! At least on my
12971         machine, but it might be display driver dependent. Sigh, so make
12972         sure the stipple is that size. Does Windows suck or what?
12973
12974         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
12975         places.
12976
12977 2000-02-13  Havoc Pennington  <hp@pobox.com>
12978
12979         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
12980         refcount to 1
12981         (gdk_cursor_new): init refcount to 1
12982
12983         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
12984
12985 2000-02-13  Tor Lillqvist  <tml@iki.fi>
12986
12987         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
12988         so that we don't have to do unnecessary settings to the HDC.
12989
12990         * gdk/win32/gdkdrawable-win32.c
12991         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
12992         gdk_gc_predraw.
12993
12994         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
12995         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
12996         GDI paths, call WidenPath to get the outline of the stroken path,
12997         and then fill the outline (with the brush that was built from the
12998         stipple).
12999
13000         * gdk/win32/gdkgc-win32.c: Factor out common code from
13001         _gdk_win32_gc_new and gdk_win32_gc_set_values into
13002         gdk_win32_gc_values_to_win32values. Use correct colour for
13003         SetBkColor() (Until now the code actually used a random colour in
13004         the call to SetBkColor()... but that didn't show up as not many
13005         GDI APIs use the background colour. Pattern (opaque stippled)
13006         brushes do.)
13007
13008         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
13009         gdk_win32_api_failed): New functions for error logging.
13010
13011         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
13012         WIN32_API_FAILED to call them, passing function or file name and
13013         line number.
13014
13015         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
13016
13017         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
13018         GdkColor for foreground and background in GdkGCWin32Data.
13019
13020         * gdk/makefile.cygwin: Link in the resource object separately.
13021
13022         * gdk/win32/rc/gdk.rc
13023         * gtk/gtk.rc (New file)
13024         * gdk/win32/makefile.cygwin
13025         * gtk/makefile.cygwin: Update build number in DLLs automatically,
13026         as in GLib.
13027
13028 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
13029
13030         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
13031         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
13032         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
13033         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
13034         parameters given and cursor->ref_count. coding style fixups.
13035
13036         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
13037         not GtkWidget.
13038         
13039         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
13040         fix up widget macros and add _GET_CLASS() variant.
13041         
13042         * gtk/*.c: some GtkType fixups.
13043
13044 2000-02-09  Tor Lillqvist  <tml@iki.fi>
13045
13046         * gdk/win32/gdkproperty-win32.c
13047         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
13048         were reversed.
13049
13050 2000-02-04  Tor Lillqvist  <tml@iki.fi>
13051
13052         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
13053         g_filename_to_utf8 to convert the font names Windows gives us from
13054         whatever is the default codepage to UTF-8.
13055         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
13056         in the other direction.
13057
13058         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
13059         error in debugging output.
13060
13061 2000-02-02  Tor Lillqvist  <tml@iki.fi>
13062
13063         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
13064         and height parameters to gdk_window_clear_area(). Not minus one.
13065
13066 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
13067
13068         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
13069         checks if the widget passed to gtk_drag_get_data() was not the
13070         dest widget.
13071
13072 2000-02-01  Tor Lillqvist  <tml@iki.fi>
13073
13074         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
13075         g_filename_from_utf8 functions (which were added a moment ago to
13076         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
13077         size buffers.
13078
13079         gtk_file_selection_get_filename returns the filename in the C
13080         runtime encoding. It calls g_filename_from_utf8, but copies the
13081         returned string to a static buffer, which is returned. I think
13082         this is better than returning the result from g_filename_from_utf8
13083         directly, which would mean all apps that use it would have to free
13084         the return value. Or should this function care about this issue at
13085         all? Maybe a new function with clearly defined semantics.
13086
13087         * gtk/gtkfilesel.h: Add comment about
13088         gtk_file_selection_get_filename returning the filename in the C
13089         runtime's encoding.
13090
13091         * README.win32
13092         * gdk/gdk.def
13093         * gdk/makefile.{cygwin,msc}
13094         * gtk/gtk.def: Updates.
13095
13096         * gdk/gdkcursor-win32.c: Initialise refcount.
13097
13098 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
13099
13100         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
13101
13102 2000-01-30  Havoc Pennington  <hp@pobox.com>
13103
13104         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
13105         destroy
13106
13107         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
13108
13109         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
13110         implemented in platform-specific code
13111
13112         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
13113
13114         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
13115         underscore in front
13116
13117         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
13118         put an underscore in front
13119
13120         * gdk/gdkcursor.c: new file, implements
13121         gdk_cursor_ref/gdk_cursor_unref
13122
13123         * gdk/gdkcursor.h: Refcount GdkCursor
13124
13125         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
13126
13127 2000-01-29  Tor Lillqvist  <tml@iki.fi>
13128
13129         * gdk/gdkwindow.h
13130         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
13131
13132 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
13133
13134         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
13135         structures to properly inherit from GtkWidget not GtkBin.
13136
13137 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
13138
13139         * gtk+.spec.in: Added lib/gtk+/include/* to %files
13140         (bug #5178 - Peter Wainright)
13141         
13142         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
13143         so that it will be installed.
13144         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
13145
13146 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
13147
13148         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
13149         for the GtkStyleClass vtable const.
13150
13151         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
13152         take a const string argument like GtkTranslateFunc. This will
13153         require changes in use code.
13154
13155 2000-01-19  Tor Lillqvist  <tml@iki.fi>
13156
13157         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
13158         semantics (to mimic the X11 backend, which just calls XClearArea)
13159         is to check for zero width (and height), and in that case use the
13160         window's width minus x (height minus y). This fixes for instance
13161         some redraw problems with gtkclist, which were easily noticeable
13162         in the gtk file selection widget.
13163
13164         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
13165         windows.
13166
13167 2000-01-13  Tor Lillqvist  <tml@iki.fi>
13168
13169         * configure.in
13170         * gdk/Makefile.am
13171         * gdk/x11/Makefile.am
13172         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
13173         (bug #5177).
13174         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
13175         out later.
13176
13177 2000-01-09  Tor Lillqvist  <tml@iki.fi>
13178
13179         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
13180         WM_MOVE for iconified or invisible windows. This fixes various
13181         problems when minimising windows. Thanks to Bernd Herd.
13182
13183 2000-01-05  Tor Lillqvist  <tml@iki.fi>
13184
13185         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
13186         backend's draw_lines method, not draw_points.
13187
13188 2000-01-02  Tor Lillqvist  <tml@iki.fi>
13189
13190         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
13191         before Owen's reorganisation: Don't have queued_events and
13192         queued_tail statics in this file, but use gdk_queued_events and
13193         gdk_queued_tail. This makes exposure event compression work again.
13194
13195         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
13196         seem to be needed?
13197
13198 1999-12-30  Tor Lillqvist  <tml@iki.fi>
13199
13200         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
13201         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
13202         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
13203         doesn't do anything.
13204
13205         * gdk/gdk.def: Add gdk_xid_table_insert.
13206
13207         * gdk/win32/gdkprivate-win32.h
13208         * gdk/win32/gdkevents-win32.c
13209         * gdk/win32/gdkinput-win32.c
13210         
13211         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
13212         extension_events field in the GdkWindowWin32Data struct. Use only
13213         the extension_events field in GdkWindowPrivate. Previously one was
13214         set, and the other one tested, which broke tablet
13215         functionality. Thanks to Keishi Suenaga for pointing this out.
13216
13217 1999-12-18  Tor Lillqvist  <tml@iki.fi>
13218
13219         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
13220         When handling a single character (text length == 1), don't handle
13221         it as if it was UTF-8.
13222
13223 1999-12-11  Tor Lillqvist  <tml@iki.fi>
13224
13225         * Makefile.am: Distribute README.win32.
13226         
13227         * gdk/Makefile.am
13228         * gdk/win32/Makefile.am: Distribute Win32 files.
13229
13230         * gdk/makefile.msc: New file.
13231
13232         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
13233         after label).
13234
13235         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
13236         gdk_error_code as GDKVAR, as they are referred outside GDK.
13237
13238         * gdk/win32/makefile.msc: Update.
13239
13240         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
13241         tweaks. Check only if at least one of those Unicode subrange bits
13242         we care for is set. If no code page bits are set, guess (wildly)
13243         based on the charset.
13244
13245         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
13246
13247         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
13248         non-NULL.
13249
13250         * gtk/gtkdnd.c
13251         * gtk/gtklayout.c
13252         * gtk/gtkplug.c
13253         * gtk/gtkselection.c
13254         * gtk/gtksocket.c
13255         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
13256         appropriate. There must be a cleaner way to handle this?
13257
13258         * gtk/gtkrc.c: Must include windows.h on Win32.
13259
13260         * gtk/testgtk.c: No need to include gdkx.h.
13261
13262         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
13263
13264 1999-12-07  Tor Lillqvist  <tml@iki.fi>
13265
13266         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
13267         the rbearing is set to the same as the width, but this should be
13268         fixed.
13269
13270 1999-12-06  Tor Lillqvist  <tml@iki.fi>
13271
13272         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
13273         function. If Windows doesn't tell us what Unicode subranges a font
13274         covers, guesstimate based on the codepages it covers. This will
13275         hopefully help those Windows versions or fonts that don't give us
13276         any useful Unicode subrange information with GetTextCharsetInfo.
13277         Call this function in gdk_font_load_internal.
13278
13279         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
13280         minor changes.
13281
13282 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
13283
13284         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
13285         New function, long needed.
13286
13287 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
13288
13289         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
13290         only_if_exists argument of gdk_atom_intern to
13291         bool.
13292
13293 1999-11-25  Tor Lillqvist  <tml@iki.fi>
13294
13295         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
13296         Fix two copy&paste errors.
13297
13298         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
13299         win32 has changed.
13300
13301         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
13302         GdkWin32SingleFont struct.
13303
13304         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
13305         subranges of loaded fonts. Clear font signature first, in case
13306         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
13307         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
13308
13309         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
13310         Unoffset clip region.
13311
13312 1999-11-23  Tor Lillqvist  <tml@iki.fi>
13313
13314         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
13315         event->any.window before calling filter functions.
13316
13317 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
13318
13319         * gtk/gtkgamma.h: Adapt cast macros to standard.
13320
13321 [ Merges from 1.2 ]
13322
13323 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
13324
13325         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
13326         If translation does not include a '/', use entire
13327         translation instead of crashing.
13328
13329 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
13330
13331         * docs/gtk_tut.sgml:
13332         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
13333
13334 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
13335
13336         * gtk/gtkselection.c (gtk_target_list_remove): Use
13337         g_list_remove_link, not g_list_remove.
13338
13339         [ From Geert Bevin <gbevin@thunderstorms.org> ]
13340         
13341 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
13342
13343         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
13344         statement upon unselection (how the heck did that slip in?).
13345
13346 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
13347
13348         * gtk/gtktext.c (gtk_text_freeze): 
13349         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
13350         in frozen state (and aparently crashes). patch provided by Anders
13351         Melchiorsen <and@kampsax.dtu.dk>.
13352
13353 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
13354
13355         * fix insensitive default/focus widget activation,
13356         reported by Matt Goodall <mgg@isotek.co.uk>.
13357
13358         * gtk/gtkwindow.c (gtk_window_key_press_event): 
13359         (gtk_window_activate_default):
13360         (gtk_window_activate_focus):
13361         return handled=FALSE for actiavtion of insensitive default
13362         widgets. return handled=TRUE for activation of insensitive
13363         focus widgets. don't activate in either case.
13364
13365 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
13366
13367         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
13368         and $glib_cflags to match library order and in the
13369         theory that an old version of GLib is more likely to
13370         be in the include directory for X then vice-versa.
13371         (Bug #2776)
13372
13373 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
13374
13375         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
13376         to determine the locale for fontsets, not LC_MESSAGES;
13377         the user may want English messages with a handling
13378         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
13379         will still be broken) (Bug #2891)
13380
13381 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
13382
13383         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
13384
13385 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
13386
13387         * gtk/gtkrc.ko: Changed the Korean default fontset.
13388
13389 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
13390
13391         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
13392         where when scrolling to the left or top double exposes
13393         were done, causing major slowdowns.
13394
13395 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
13396
13397         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
13398         names to lowercase and alphanumeric, before looking
13399         them up.
13400
13401         * gtk/Makefile.am: Install codeset variant gtkrc files
13402         with normalized names.
13403
13404 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
13405
13406         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
13407         popup menus when the menu is already visible, but its parent
13408         is still hidden, (happens after tornoff window got hidden).
13409
13410 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
13411
13412         * gtk/Makefile.am (install-data-local): Fix
13413         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
13414         deleted, causing error messages on install.
13415
13416 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
13417
13418         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
13419         the handle as well, since we now sometimes ignore
13420         exposes on the handle while resizing.
13421
13422 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
13423
13424         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
13425         extra g_free introduced in one of the last one or two 
13426         commits.
13427
13428 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
13429
13430         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
13431         consistent, put each style that a gtkrc.* file creates
13432         in a unique namespace, remove old files before installing.
13433
13434 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
13435
13436         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
13437         gtk_rc_init is called multiple times. (Yes, people who
13438         do that have bugs in their code.)
13439
13440 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
13441
13442         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
13443         Remove it since it's generated by the Makefile anyway
13444
13445 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
13446
13447         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
13448         device->info.axes for core pointer.
13449
13450 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
13451
13452         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
13453         idle_id, to deal with obsolete, broken C libraries.
13454
13455 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
13456
13457         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
13458         allocation->x/y twice!
13459
13460         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
13461         consistent with gtk_vscale_pos_trough().
13462
13463 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
13464
13465         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
13466         be queueing a resize on a toplevel container between
13467         the time we show it and when we map it. So, we need
13468         to test GTK_WIDGET_VISIBLE() for toplevels, and only
13469         use GTK_WIDGET_DRAWABLE() for child windows.
13470
13471 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
13472
13473         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
13474         (fixes bug #2144)
13475
13476 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
13477
13478         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
13479         container DRAWABLE (instead of VISIBLE), so we don't queue
13480         resizes on non-toplevel containers.
13481
13482 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
13483
13484         * gtk/gtkselection.[ch]: Make the data argument
13485         const guchar *.
13486
13487 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
13488
13489         * gtk/gtkwindow.c: Try to behave sensibly if 
13490         the focus widget is the window itself. (Should
13491         we allow this at all?)
13492
13493 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
13494
13495         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
13496         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
13497         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
13498         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
13499         in prototypes and implementations consistent (Tomas Ogren).
13500
13501         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
13502         before the widget is unparented (reported by damon).
13503
13504         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
13505         since we provide unsigned data anyways.
13506
13507 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
13508
13509         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
13510         the call to gtk_tooltips_layout_text() until later.
13511
13512         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
13513         Call gtk_widget_ensure_style() before using the style.
13514
13515 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
13516
13517         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
13518         for old widgets that don't propagate draws to all
13519         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
13520
13521 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
13522
13523         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
13524         for a redraw but just the widget that requested the resize.
13525
13526 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
13527
13528         * gtk/gtkcontainer.c: added new widget level method
13529         gtk_container_set_reallocate_redraws() and a GtkContainer flag
13530         reallocate_redraws : 1 to reflect the setting, exported this through
13531         the argument system as a boolean ::reallocate_redraws.
13532
13533         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
13534         on the widget because the allocation changes, do so as well for
13535         widget->parent if the parent has reallocate_redraws set to TRUE.
13536         with that containers requesting reallocation redraws get automatically
13537         redrawn if their children changed allocation (this unfortunately
13538         affects also other children that didn't change allocation, but we
13539         cannot work around that before 1.3).
13540
13541 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
13542
13543         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
13544         _and_ height are >0 (not _or_).
13545
13546         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
13547         instead of gtk_container_queue_resize(), which is a core gtk internal
13548         function (must have been on crack when i queued that).
13549
13550         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
13551         we can check more reliably if we want to discard expose events.
13552         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
13553         flag.
13554         
13555         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
13556         we simply trust these events. for deciding whether to discard exposes,
13557         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
13558         
13559 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
13560
13561         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
13562         queues of areas that are completely off screen.
13563
13564         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
13565         logic for handleboxes.
13566
13567         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
13568         check on width/height.
13569
13570 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
13571
13572         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
13573         we are fine with using $@ the way we do (if we actually encounter
13574         brokeness with $@ in VPATH builds because of additional path prefixes,
13575         we need to use $(@F) actually).
13576
13577 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
13578
13579         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
13580         short lived bugs, that would allow language bindings to do surgeries
13581         to our guts.
13582
13583 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
13584
13585         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
13586         where comparison was being done against an uninitialized
13587         value causing intermittant results depending on
13588         compiler flags. Also make it clearer that we aren't
13589         ever initializing the child as 0x0 (though this will
13590         be caught in gtk_widget_size_allocate())
13591
13592 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
13593
13594         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
13595         gtk_window_unset_transient_for() call after we do checks
13596         involving the old transient parent.
13597         [ From Lance Capser <lmc@cyberhighway.net> ]
13598
13599 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
13600
13601         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
13602         an empty file.
13603
13604 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
13605
13606         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
13607         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
13608
13609 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
13610
13611         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
13612         `$@' is valid only in the build dir, not after we've done 
13613         `cd $srcdir'.  Also use `test -f' instead of less portable
13614         `test -e'.
13615
13616 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
13617
13618         * gtk/gtktext.c (correct_cache_insert): Rewrite
13619          for simplicity, and hopefully correctness.
13620          (Fixes bug #1322, which was a segfault when
13621           on some insertions with the properties around
13622           the insertion set up just wrong.)
13623
13624         * gtk/gtktext.c (gtk_text_adjustment): When we receive
13625          a "changed" signal, clamp the new value to the adjustment
13626          bounds to avoid segfaulting if someone tries to change
13627          the adjustment to a bogus value. (Bug #1795)
13628
13629 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
13630
13631         * gtk/gtkmain.c: Ignore unexpected destroy notifies
13632         for children, for toplevel windows handle them
13633         like delete_event.
13634
13635         * gtk/gtkplug.c: Add an unrealize handler so that
13636         we unref plug->socket_window when we are done
13637         with it.
13638
13639 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
13640
13641         * gtk/gtktext.c (clear_area): Fix stupid signedness
13642          problem that was causing background to sometimes
13643          be misaligned.
13644
13645 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
13646
13647         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
13648         
13649         * gtk/gtkmenu.c (gtk_menu_position): Make
13650          sure we never position menus with negative x, y,
13651          since gtk_widget_set_uposition() can't handle that.
13652
13653         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
13654          Modify the positioning code a bit so that we always
13655          put the top-left corner onscreen. (This is for
13656          UI reasons, gtk_menu_position() now takes care of
13657          gtk_widet_set_uposition() brokeness.)
13658
13659 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
13660
13661         * gtk/Makefile.am: fixed up things for -jx, x > 1.
13662
13663 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
13664
13665         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
13666           RC style that is passed in. The lack of the ref
13667           before was a bug. If people worked around this
13668           bug, this will introduce a slight memory leak
13669           in their code. The code should typically look like:
13670
13671             rc_style = gtk_rc_style_new ();
13672             [...]
13673             gtk_widget_modify_style (widget, rc_style);
13674             gtk_rc_style_unref (rc_style);
13675
13676         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
13677           the style if it was already set.
13678
13679         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
13680           style if it was set before.
13681
13682 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
13683
13684         * gtk/testgtk.c (main): Add a check to see if we
13685           are being run from the correct directory and
13686           to quit nicely if we are not.
13687
13688         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
13689           static.
13690
13691 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
13692
13693         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
13694
13695         * gtk/gtkwindow.c:
13696         queue resizes unconditionally (gtk_widget_queue_resize will figure
13697         what to do if the window is not realized).
13698         (gtk_window_move_resize): only recenter the window
13699         for GTK_WIN_POS_CENTER_ALWAYS.
13700         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
13701         the same way as GTK_WIN_POS_CENTER.
13702
13703 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
13704
13705         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
13706         with (!(info->last_flags & GDK_HINT_POS)) instead of
13707         (!info->last_flags & GDK_HINT_POS).
13708
13709         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
13710         new_height unconditionally, because we use these values even if
13711         !default_size_changed && !hints_changed.
13712         comented the (default_size_changed || hints_changed) case with
13713         respect to resize rejects from the window manager.
13714
13715         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
13716         in the zvt condition hack, since this includes the window hints, set
13717         the hints after the handling_resize case.
13718
13719         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
13720         window is initially shown with to the geometry.
13721
13722 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
13723
13724         * gtk/gtkwindow.c (gtk_window_move_resize):
13725         s/size_changed/default_size_changed/g so i know what's
13726         really going on (frying brain on smaller flame now).
13727
13728 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
13729
13730         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
13731         we have size_changed upon handling_resize. this is a gross
13732         workaround for the broken zvt widget and should be removed in
13733         1.3 again (search for FIXME).
13734         Owen provided an accurate comment for this:
13735
13736         /* We could be here for two reasons
13737          *  1) We coincidentally got a resize while handling
13738          *     another resize.
13739          *  2) Our computation of size_changed was completely
13740          *     screwed up, probably because one of our children
13741          *     is broken. It's probably a zvt widget.
13742          *
13743          * For 1), we could just go ahead and ask for the
13744          * new size right now, but doing that for 2)
13745          * might well be fighting the user (and can even
13746          * trigger a loop). Since we really don't want to
13747          * do that, we requeue a resize in hopes that
13748          * by the time it gets handled, the child has seen
13749          * the light and is willing to go along with the
13750          * new size. (this happens for the zvt widget, since
13751          * the size_allocate() above will have stored the
13752          * requisition corresponding to the new size in the
13753          * zvt widget)
13754          *
13755          * This doesn't buy us anything for 1), but it shouldn't
13756          * hurt us too badly, since it is what would have
13757          * happened if we had gotten the configure event before
13758          * the new size had been set.
13759          */
13760
13761 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
13762
13763         * gtk/gtkrc.c: deal properly with the fact that RC
13764           style lists may include rc styles more than once.
13765
13766         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
13767           unused static function.
13768
13769         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
13770           stack of directories of RC files currently being
13771           parsed and implicitely add them to pixmap path.
13772           
13773           This fixes a bug where the directory would get
13774           appended then overwritten by pixmap_path declarations.
13775
13776           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
13777
13778         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
13779           theme's exit function. (Patch from Peter Wainwright,
13780           bug #1454)
13781
13782         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
13783           Add a destroy() handler to take care of removing
13784           group for menu item. (Fixes bug #1197)
13785
13786         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
13787           in warning message.
13788
13789 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
13790
13791         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
13792         roundtrip to figure window's width and height, since we know that
13793         anyways from widget->allocation.
13794
13795 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
13796
13797         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
13798           the hints after we request the new size.
13799
13800 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
13801
13802         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
13803           GTK_WIDGET_REALIZED() assertion - we can compute the
13804           hints before we are realized.
13805
13806         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
13807           hint changing so that we have a value of hints_changed
13808           when we decide whether to constrain the window size.
13809
13810         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
13811
13812         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
13813         change back to G_MAXINT.
13814
13815 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
13816
13817         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
13818         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
13819         contain uncluttered values.
13820         (gtk_window_compute_hints): simply assert that window is realized
13821         and that geometry_info is valid, since we rely on this anyways.
13822         (gtk_window_constrain_size): major cleanups to the code.
13823         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
13824         for the base size, instead of the minimums. use 32767 as max width
13825         and height (like in gtkwindow.c) instead of G_MAXINT.
13826
13827 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
13828
13829         * cleaned up the GtkContainer.need_resize flag handling mess, we
13830         only need to force resize requests when we were prematurely
13831         realized, or our widget tree was modified when we were temporarily
13832         hidden. handling these cases directly upon showing the window (i.e.
13833         while the GdkWindow is still unmapped) avoids the need to wait for
13834         a configure event response and therefore makes the GUI more snappier
13835         and avoids blank windows during the roundtrip.
13836
13837         * gtk/gtkwidget.c:
13838         (gtk_widget_hide): 
13839         (gtk_widget_show): don't queue resizes on toplevels, they know how
13840         to deal with matters.
13841
13842         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
13843         flag directly for not visible resize containers and spare us unecessary
13844         signal emissions.
13845
13846         * gtk/gtkwindow.c:
13847         (gtk_window_realize): if we need to enforce premature size allocation,
13848         queue a container resize so we are correctly resized later on.
13849         (gtk_window_init):
13850         (gtk_window_size_request):
13851         don't freak around with the ->need_resize flag,
13852         gtk_container_queue_resize() will care about that.
13853         (gtk_window_show):
13854         handle initial resizing issues here, we can handle matters better in
13855         this place, especially since we know that our GdkWindow is still
13856         unmapped.
13857         (gtk_window_move_resize):
13858         don't care about ->need_resize at all.
13859         handle size changes properly that occoured while we waited for a
13860         configure event.
13861
13862 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
13863
13864         * gtk/gtkwidget.c (gtk_widget_set_uposition):
13865         * gtk/gtkwindow.[hc] (gtk_window_reposition):
13866         Move the hint setting code from gtk_widget_set_uposition
13867         to here; set the hints so that we respect any previously
13868         set geometry hints.
13869
13870         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
13871         change the window hints here or move the window here,
13872         let that happen in gtk_window_move_resize().
13873
13874 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
13875
13876         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
13877         to already queued resizes (and therefore redraws) on a widget, check
13878         its anchestry as well.
13879
13880         * gtk/gtkcontainer.c:
13881         (gtk_container_queue_resize): clear resize widgets for resize
13882         containers before aborting prematurely. this is especially important
13883         for toplevels which may need imemdiate processing or their resize
13884         handler to be queued.
13885         (gtk_container_dequeue_resize_handler): added new internal function for
13886         gtkwindow.c.
13887
13888         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
13889         configure event, take possible changes in window position into account
13890         as well.
13891         if we request a new window size, queue up a resize handler that will
13892         last until the configure event response arrives.
13893         combined the ->need_resize case (initial show) with the general size
13894         (hints) changed case and added even more comments.
13895         if !auto_shrink, only revert to the old allocation if the new size
13896         is smaller than the current allocation.
13897
13898 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
13899
13900         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
13901                            gtk_window_set_geometry_hints
13902                            gtk_window_set_default_size):
13903         When hints are set, queue a resize so that the hints will
13904         be eventually reset on the toplevel.
13905
13906         * gtk/gtkwindow.c (gtk_window_show): Use
13907         gtk_window_compute_default_size(). Clear the need_resize flag
13908         on the initail map so that we don't unnecessarily trigger the
13909         resize code.
13910
13911         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
13912         into separate functions. Compare the hints we are setting
13913         with what we set last time so that we can accurately
13914         tell when we need to reset the hints.
13915
13916         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
13917         function to figure out the size from requisition
13918         and default_size.
13919
13920         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
13921         from fvwm to constrain a size to the geometry hints.
13922
13923         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
13924         to compare two sets of geometry hints.
13925
13926         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
13927         from gtk_window_set_hints(), just compute the hints,
13928         don't set them.
13929
13930         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
13931         code from gtk_window_move_resize() to separate function,
13932         rationalize a bit.
13933
13934 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
13935
13936         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
13937         structure into a new private structure.
13938
13939         * gtkrc.c: Split GtkRcStyle into public/private.
13940         In the private part, add a list of pointers to the
13941         RcStyle lists this RcStyle participates in.
13942
13943         * gtkrc.c: When a RcStyle is free, remove all
13944         lists referencing it from the 
13945         realized_style_ht hash, and free those lists.
13946         
13947         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
13948         gtk_rc_init(), since that adds the default styles
13949         to the list of parsed RC files again.
13950
13951         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
13952         
13953 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
13954
13955         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
13956         checks that ensure that a widget's allocation is at least 1 in width
13957         and height. (GNOME note: this doesn't affect old panel code anymore,
13958         because GtkSocket will request width and height of at least 1 since
13959         Fri Jul 23).
13960
13961         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
13962         allocated yet (happens if the user realizes the window prematurely),
13963         size request and allocate it.
13964         (gtk_window_size_allocate): guard against guint underflows.
13965
13966 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
13967
13968         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
13969         in gtk_built_sources, so gtk.defs gets built prior to all other
13970         sources.
13971
13972 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
13973
13974         * gtk/Makefile.am:
13975         invoke indent on gtkmarshal.*. 
13976         rewrote source generation rules, use COPYING as oldest source tag for
13977         a piggyback rule to generate all sources from (don't touch it ;).
13978         major cleanups, strip spaces on build rules for GNU Make.
13979
13980         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
13981         source and target files from commandline arguments. don't invoke indent.
13982
13983 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
13984
13985         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
13986         notebook after switch to avoid drawing problems.
13987         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
13988         
13989         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
13990         show them instead. 
13991         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
13992
13993 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
13994
13995         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
13996         notebook after switch to avoid drawing problems.
13997         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
13998         
13999         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
14000         show them instead. 
14001         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
14002
14003 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
14004
14005         * gtk/gtkwindow.c:
14006         we use window->need_resize from configure_event now, to indicate that
14007         the gtkwindow should keep its allocation (e.g. because the user resized
14008         the window through window manager handles). resize_count is now reliably
14009         used to figure whether we got the allocation we requested from the
14010         window manager.
14011         configure events get queued as resizes now, the real stuff (size
14012         computation and allocation) now only goes on in gtk_window_move_resize().
14013         GtkWindow's requisition now contains its *real* requisition (like all
14014         other widgets), *not* taking usize into account.
14015         geometry_info->last_{width|height} is now updated from set_hints() only
14016         so it always contains the last hints we set for the window manager.
14017         made some event handlers return TRUE instead of FALSE.
14018         the overall code should be much more straight forward now, and the
14019         significant code portions are accompanied by comments now.
14020         (gtk_window_set_hints):
14021         removed requisition argument and made it
14022         fetch the requisition through gtk_widget_get_child_requisition.
14023         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
14024         does that now.
14025         (gtk_window_show):
14026         ensure that the widget is realized before calling 
14027         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
14028         ensure that we got properly size requested and allocated before
14029         realization.
14030         (gtk_window_configure_event):
14031         ignore plain window moves, or reallocate the widget tree through the
14032         resize queue otherwise.
14033         (gtk_window_move_resize):
14034         mostly rewrote this function to figure window manager hints more
14035         reliably, coalesce window moves and resizes to reduce configure events
14036         and do actuall size allocations.
14037
14038 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
14039
14040         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
14041         that have a resize pending, because a redraw is already queued for them.
14042
14043         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
14044         hack to clear resize_widgets.
14045
14046         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
14047         for resize containers prior to size allocation. (this is also a bit
14048         ugly, but avoids side effects for stopped emissions and is thus more
14049         reliable).
14050         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
14051
14052         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
14053         function from gtk_tooltips_expose, as we connect to ::expose_event
14054         *and* ::draw now.
14055
14056 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
14057
14058         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
14059         checks.
14060         (gtk_target_list_unref): Likewise.
14061
14062         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
14063
14064 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
14065
14066         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
14067         guard against division by zero. (Fixes bug #1339)
14068
14069 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
14070
14071         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
14072         Prevent the trivial leak of information of allowing
14073         word motion when the entry is not visible.
14074
14075 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
14076
14077         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
14078         modality to error dialog as well as confirmation dialogs.
14079         (Bug #1803, reported by Rosanna Wing Sze Yuen)
14080
14081 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
14082
14083         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
14084         tree->view_lines.
14085         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
14086
14087         * gtk/Makefile.am (install-data-local): Solaris apparently
14088         has various troubles with ln -f; use rm first instead.
14089         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
14090
14091 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
14092
14093         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
14094         use `cp' followed by `rm' (the `rm' was already there).
14095
14096 July 30, 1999 Elliot Lee <sopwith@redhat.com>
14097         
14098         * configure.in: Fix autoconf warnings about cross compilation by
14099         trying to provide sane defaults for AC_TRY_RUN.
14100         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
14101         put them into $(srcdir) when generated. Also add a dependency of
14102         gtksignal.h on gtkmarshal.h for -j builds. 
14103         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
14104
14105 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
14106
14107         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
14108         GDK_THREADS_{LEAVE,ENTER} pair.
14109         (From Paul Fisher <pnfisher@redhat.com>)
14110
14111 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
14112
14113         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
14114         width and height are always >0 (owen).
14115
14116 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
14117
14118         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
14119         change that assured that a widget's allocated with and height are
14120         always >1, since this breaks *buggy* panel code. unfortunately this
14121         back-breaks the gimp's color selector.
14122
14123         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
14124         allocation is always >0 in width and height, before sending the
14125         configure event; this is a *gross* hack to get the gimp back to work.
14126         
14127         * marked both cases with TODO-1.3
14128
14129 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
14130
14131         * gtk/gtktext.c: Don't display wrap indicators when
14132         text is not editable and word wrap is on.
14133
14134 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
14135
14136         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
14137         option menus here as they are not derived from menu shell, assure that
14138         the option menu has a menu we can add items to.
14139
14140 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
14141
14142         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
14143         width/height to (gint) before calculations and check against < 0 to
14144         avoid guint wraparounds.
14145
14146 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
14147
14148         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
14149         width and height is never zero. sanity check both dimensions against
14150         32767 and issue a warning if the allocation is greater than that.
14151
14152 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
14153
14154         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
14155         to g_main_pending() as well.
14156
14157 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
14158
14159         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
14160         call to g_main_iteration() - since that will regrab
14161         GTK+ lock to process events.
14162
14163 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
14164
14165         * gtk/gtkwindow.c
14166         - Regularize with the rest of GTK+ by making widget->requisition
14167           not reflect the set_usize()
14168         - Always recompute geometry hints, then check if they
14169           changed before sending them to the X server. The
14170           previous checks for changes would fail in a number
14171           of circumstances. 
14172
14173 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
14174
14175         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
14176
14177 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
14178
14179         * gtk/gtkdnd.c:
14180         - Code cleanups
14181         - Instantaneously update on modifier key presses
14182         - Allow cancellation of the drag with Escape.
14183
14184 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
14185
14186         * gtk/testgtk.c (create_handle_box): Set the policy
14187         to auto_shrink - otherwise the appearance is rather
14188         strange when flipping between horizontal and vertical.
14189
14190 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
14191
14192         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
14193         (gtk_window_set_default_size): don't change a value if it's < 0.
14194         queue a resize.
14195
14196 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
14197
14198         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
14199
14200 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
14201
14202         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
14203         add an extra "/" when concating "/" + filename.
14204         (From Matt Grossman <mattg@oz.net>)
14205
14206 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
14207
14208         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
14209         for fg_gc if we set it for drawing pixmap.
14210
14211 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
14212
14213         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
14214         
14215         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
14216         already set, call old engine's destroy function and
14217         unref the old engine.
14218
14219 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
14220
14221         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
14222
14223 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
14224
14225         * gtk/gtkaccelgroup.h: mark certain functions as internal.
14226
14227 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
14228
14229         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
14230         expand behaviour changed.
14231
14232         * gtk/gtklabel.c (gtk_label_set_pattern):
14233         (gtk_label_set_justify):
14234         (gtk_label_set_line_wrap):
14235         don't bother invoking queue_clear, the reallocation does
14236         that for us, always free_words so the upcoming resize will
14237         relayout the label's contents.
14238
14239 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
14240
14241         * applied argument implementation patches from Elena Devdariani
14242         <elena@cogent.ca>.
14243
14244         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
14245         ::space_style, ::relief
14246         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
14247         * gtk/gtkpreview.c: ::expand
14248         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
14249         * gtk/gtknotebook.c: ::homogeneous
14250         * gtk/gtklabel.c: ::wrap
14251         * gtk/gtklist.c: ::selection_mode
14252         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
14253         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
14254         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
14255         * gtk/gtkclist.c: ::sort_type
14256         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
14257         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
14258
14259 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
14260
14261         * gtk/gtkstyle.c: Removed ill-thought-out part of last
14262         comment.
14263
14264 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
14265
14266         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
14267         counting right when we have to attach a new style
14268         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
14269
14270         * gtk/gtkstyle.c: Documented the refcounting
14271         peculularities of gtk_style_attach.
14272
14273 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
14274
14275         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
14276         window types.
14277
14278         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
14279         of GTK_TOPLEVEL for creating the window.
14280
14281 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
14282
14283         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
14284         the last argument (reported by Per Winkvist).
14285         
14286 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
14287
14288         Fixes for invisible XOR lines (Frank Loemker
14289         <floemker@TechFak.Uni-Bielefeld.DE>)
14290         
14291         * gtk/gtkclist.c (gtk_clist_realize): Always use
14292         a non-zero pixel for GDK_XOR.
14293
14294         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
14295         Use GDK_INVERT instead of GDK_XOR.
14296
14297 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
14298
14299         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
14300         signals if h/voffsets differ from adjustment values.
14301         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
14302
14303 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
14304
14305         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
14306         ::selection-done emissions up to the topmost menu shell.
14307
14308 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
14309
14310         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
14311         the user data on the window before destroying it.
14312
14313         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
14314         unrealize handler to take care of destroying 
14315         notebook->panel properly. 
14316         (Bug #1198 - Morten Welinder <terra@diku.dk>)
14317
14318         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
14319         of g_new and g_realloc to stop memory leak. (Actually,
14320         we could just use g_realloc(), but I'm not 100% sure
14321         that is portable).
14322         (Bug #1196 - Morten Welinder <terra@diku.dk>)
14323
14324 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
14325
14326         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
14327
14328         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
14329         for fontsets.
14330
14331         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
14332         with bin/button confusion.
14333
14334 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
14335
14336         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
14337         and show how preselection of radio items is done.
14338
14339 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
14340
14341         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
14342         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
14343         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
14344         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
14345         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
14346         * gtk/gtktable.c (gtk_table_attach): 
14347         * gtk/gtklist.c (gtk_list_insert_items): 
14348         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
14349         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
14350         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
14351         * gtk/gtkbin.c (gtk_bin_add): 
14352         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
14353         * gtk/gtkfixed.c (gtk_fixed_put): 
14354         * gtk/gtklayout.c (gtk_layout_put):
14355         general fixups to container_add logic. always realize child if
14356         child->parent is realized, only map the child and queue a resize
14357         if child and child->parent are both visible.
14358
14359 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
14360
14361         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
14362         instead of gtk_container_foreach to walk and unrealize children, so
14363         composite children get also unrealized.
14364         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
14365         (gtk_widget_map): assert that the widget is visible (basic constrain).
14366         (gtk_widget_real_map): assert that the widget is realized (basic
14367         constrain).
14368
14369 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
14370
14371         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
14372
14373 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
14374
14375         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
14376         file for iso-8859-2 locales.
14377
14378         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
14379
14380 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
14381
14382         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
14383          (Pointed out by andy@rz.uni-karlsruhe.de and others).
14384          Remove some suspicious and useless lines. 
14385
14386 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
14387
14388         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
14389         width,height = 0, 0 to mean - here to edge of window,
14390         instead of -1, -1, since the former is all we support.
14391
14392 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
14393
14394         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
14395         when removing from quit_functions list.
14396
14397 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
14398
14399         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
14400
14401 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
14402
14403         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
14404          When redrawing characters on non-visible entry, use appropriate
14405          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
14406
14407 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
14408
14409         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
14410         from drag coordinates.
14411         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
14412         use drag_dest_cell.
14413
14414         * gtk/gtktree (drag_dest_cell)
14415         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
14416         (Bug #1129)
14417
14418 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
14419
14420         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
14421         translate_* fields.
14422         (gtk_item_factory_finalize): invoke translate_notify independant from
14423         translate_data.
14424         (gtk_item_factory_set_translate_func): likewise.
14425         (gtk_item_factory_destroy): only remove ifactory pointer from those
14426         widgets that belong to us (stupid me).
14427
14428 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
14429
14430         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
14431         rc_style list when lookup succeeeds.
14432
14433 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
14434
14435         * gtk/gtkctree.c (resync_selection): 
14436         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
14437         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
14438         bug.
14439
14440 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
14441
14442         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
14443         Add some missing GDK_THREADS_ENTER()/LEAVE around
14444         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
14445
14446 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
14447
14448         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
14449         rather than emit_by_name.
14450
14451         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
14452         on the widget across multiple signal emissions.
14453         (gtk_editable_delete_text): same here.
14454         (gtk_editable_class_init): set widget_class->activate_signal after
14455         editable_signals[ACTIVATE] has been created.
14456
14457 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
14458
14459         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
14460         position here prematurely -- we might not have the
14461         right ->min_position and ->max_position yet.
14462
14463 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
14464
14465         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
14466         Add error traps so if the other end of the connection
14467         dies, we survive.
14468
14469         * gtk/gtkselection.c (gtk_selection_notify): Clean
14470         up properly when selection property retrieval fails.
14471         
14472         * gtk/gtkselection.c (gtk_selection_request): Correctly
14473         reject SelectionRequest notifies where the handler
14474         returns no data.
14475
14476 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
14477
14478         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
14479         when we've previously highlighted.
14480
14481         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
14482         emit two "drag_leave" signals for Motif drops.
14483
14484         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
14485         back the correct status messages when dropping from
14486         Motif onto a proxy window that is rejecting the
14487         drop.
14488
14489 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
14490
14491         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
14492         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
14493         to compare two argument values. added gtk_arg_to_valueloc() to set a
14494         variable from an arg through its location (pointer).
14495
14496         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
14497         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
14498         as gfloat*, uchars are collected as guchar*, ints are collected as
14499         gint*, etc...
14500
14501 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
14502
14503         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
14504         Include <string.h> instead of <strings.h>.
14505
14506         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
14507         (actually, a lot more duplicate includes occur if
14508          you trace through the sequence of #include's)
14509         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
14510         
14511 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
14512
14513         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
14514         gtk-a-higuti-990322-[0-3]
14515
14516         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
14517         that was causing -DX_LOCALE not to work.
14518
14519         * gtk/gtkrc.c (gtk_rc_init):
14520         X_LOCALE will never have LC_MESSAGES defined
14521
14522 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
14523
14524         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
14525         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
14526
14527         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
14528         left/right as well (gtk-michael-980726-0.patch.gz).
14529
14530         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
14531         for pointer values, use gchar instead of char. fixed uline allocation
14532         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
14533         chunks instead of G_ALLOC_ONLY.
14534         (gtk_label_size_request): always alter requisition as passed and leave
14535         widget->requisition alone.
14536         (gtk_label_set_text): allow NULL strings.
14537         (gtk_label_new): likewise.
14538
14539 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
14540
14541         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
14542
14543 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
14544
14545         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
14546         *and* mapped (i.e. drawable).
14547         (gtk_bin_expose): only send exposes to drawable children.
14548
14549         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
14550         (gtk_box_expose): only send exposes to drawable children.
14551
14552         * gtk/gtkhscale.c (gtk_hscale_draw): 
14553         * gtk/gtkvscale.c (gtk_vscale_draw):
14554         hm, this is an ugly one. we first compute the size of our trough area
14555         here (window relative) and then check intersection with the draw_area
14556         which is parent relative because we're a NO_WINDOW widget, so we need
14557         to offset the trough area by allocation.x and allocation.y before the
14558         check. (this must not be done for the background area though, since
14559         that's already computed parent relative).
14560
14561 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
14562
14563         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
14564         unrealize title buttons.
14565
14566 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
14567
14568         * gtk/gtkclist.c (gtk_clist_column_title_passive)
14569         (gtk_clist_column_title_active): 
14570         only connect/disconnect to GtkWidgetClass::event to block mouse events.
14571
14572         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
14573         zero initialize event, removed superfluous gdk_window_get_pointer call
14574
14575         * gtk/gtklist.c (gtk_list_vertical_timeout)
14576         (gtk_list_horizontal_timeout): removed superfluous
14577         gdk_window_get_pointer call
14578
14579 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
14580
14581         * plugging problems reported by "Bruce Mitchener, Jr."
14582         <bruce@puremagic.com> due to a purify session.
14583
14584         * gtk/gtkstyle.c:
14585         (gtk_style_ref): 
14586         (gtk_style_unref): assert ref_count to be > 0.
14587
14588         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
14589         the requisition.
14590         (gtk_clist_set_shift): likewise.
14591
14592         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
14593         adjustments.
14594
14595         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
14596         event before sending it and set send_event to TRUE (which needs to
14597         be done for *all* synthesized events).
14598         (gtk_list_vertical_timeout): likewise.
14599
14600         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
14601         leaks.
14602
14603         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
14604         to TRUE when synthesizing events.
14605
14606 [ *** end of merges from 1.2 *** ]      
14607         
14608 1999-11-21  Tor Lillqvist  <tml@iki.fi>
14609
14610         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
14611         (or copied from gdkconfig.h.win32 on Win32, sigh).
14612
14613         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
14614
14615         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
14616
14617         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
14618
14619         * gdk/gdkconfig.h.win32: New file.
14620
14621         * gdk/win32/makefile.cygwin: Build just a static archive here.
14622
14623         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
14624         for the DLL from the static archive built above.
14625
14626         * gdk/gdk.def: Moved here from the win32 subdirectory.
14627
14628         * gdk/win32/*: Adapt for the changed private struct organisation.
14629
14630         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
14631
14632 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
14633
14634         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
14635         for wheel mice (buttons 4 and 5).
14636
14637 1999-11-18  Tor Lillqvist  <tml@iki.fi>
14638
14639         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
14640         drawables use just the pixel field in the foreground and
14641         background GdkColor of the GdkGC.
14642
14643         gdk_gc_set_{fore,back}ground() are called in the GIMP with
14644         GdkColors containing uninitialized (red,green,blue) fields, and
14645         just the pixel field filled in, and furthermore in the
14646         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
14647         It thus turns out that we really don't need to have the full
14648         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
14649         it later to have just the pixel values.
14650
14651 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
14652
14653         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
14654
14655 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
14656
14657         * docs/gtkfaq.sgml: threads example from Erik Mouw.
14658         New question on GtkLabel background colors.
14659
14660         * docs/gtk_tut.sgml:
14661           - Correct the example code callback
14662             function definitions.
14663           - Update the gtkdial example code, from Frans van Schaik.
14664           - Update setselection.c to current API.
14665
14666         * examples/Makefile examples/*/*.c: Update to code
14667         listed in tutorial.
14668
14669 1999-11-10  Tor Lillqvist  <tml@iki.fi>
14670
14671         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
14672         subrange table (from the "Developing International Software for
14673         WIndows 95 and Windows NT" book) was missing the Hangul syllable
14674         block... Get the loaded font's charset correctly.
14675
14676         (Note that this, and the other *-win32.c files, still really are
14677         the old ones, the win32 subdirectory is not ready for compilation
14678         yet after the reorg.)
14679
14680 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
14681
14682         * gtk/gtkclist.c: Fix off-by-one bug in parameter
14683         check.
14684
14685 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
14686
14687         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
14688         on results of XQueryDeviceState().
14689
14690 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
14691
14692         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
14693         we need to accesss only ->children. We need an accessor
14694         for the children.
14695
14696         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
14697         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
14698         to get rid of gdkx.h include.
14699         
14700         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
14701         and random references to 'None'.
14702
14703         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
14704         Get rid of unused #include <gdk/gdkx.h>
14705
14706         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
14707         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
14708         gdkconfig.h.
14709
14710 1999-11-08  Tor Lillqvist  <tml@iki.fi>
14711
14712         * gdk/win32/gdkdraw.c
14713         * gdk/win32/gdkfont.c
14714         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
14715         following yesterday's changes. (Unrelated to Owen's reorg.)
14716
14717 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
14718
14719         * gdk/x11/gdkinput-gxi.c: Add missing include,
14720           fix GdkWindowPrivate => GdkDrawablePrivate.
14721
14722         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
14723
14724         * gdk/x11/Makefile.am (xinput_sources): Add missing
14725         backslash to fix building with --with-xinput=none
14726
14727 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
14728
14729         Move all X specific code into the x11/ directory.
14730         Aside from shuffling things around, did the following:
14731
14732        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
14733          gdk_arg_context_* - a simple argument parsing system
14734          in the style of popt.
14735
14736        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
14737          gdk/x11/gdkprivate-x11.h:
14738          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
14739          add ->klass and ->klass_data fields. The klass_data
14740          field points to an auxilliary structure that is
14741          windowing system dependent.
14742
14743        * gdk/gdkfont.c: Make most of the measurement functions
14744          simply wrappers around gdk_text_extents().
14745
14746        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
14747          _gdk_font_strlen() function that hides the weird
14748          behavior in gtk+-1.[02] where a string is interpreted
14749          differently for 8-bit and 16-bit fonts.
14750
14751        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
14752          to store common code for synthesizing double/triple
14753          press events.
14754         
14755        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
14756          Make all the function that modify an existing GC
14757          simply wrappers around gdk_gc_set_values().
14758          
14759        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
14760          for throwing out later.
14761
14762        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
14763          GdkImagePrivate and GdkColormapPrivate to have a
14764          windowing system dependent part (GdkFontPrivateX etc.)
14765          that "derives" from the system-independent part.
14766
14767        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
14768          Got rid of the included-source-files for XInput in
14769          favor of automake conditionals. (Which didn't exist
14770          when XInput support was originally added.)
14771
14772        * gdk/gdkrgb.c: Remove the visual id from the debugging
14773          statements since that is X11 specific; print out
14774          type/depth info instead.
14775          
14776
14777 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
14778
14779         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
14780         loading duplicates of hashed fonts.
14781
14782         * gdk/gdk.c (gdk_keysym_convert_case): rename
14783         gdk_XConvertCase to gdk_keysym_convert_case, allow
14784         results to be NULL in the GTK+ style.
14785
14786         * gdk/gdkcompat.h: Started compatibility header
14787         for renames.
14788
14789 1999-11-07  Tor Lillqvist  <tml@iki.fi>
14790
14791         * gdk/win32/gdkprivate.h: New font private structures, related to
14792         fontsets.
14793
14794         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
14795         gdk_font_list_free(). On X11, will just be wrappers to
14796         XListFonts() and XFreeFontNames(). On Win32, the code previously
14797         in gtkfontsel.c is now here.
14798
14799         New function gdk_font_xlfd_create(). On X11 will get the FONT
14800         property of the font (for GDK_FONT_FONTs), or call
14801         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
14802         builds a XLFD style name from the font information in the LOGFONT
14803         struct(s).
14804
14805         New function gdk_font_xlfd_free(), which correspondingly frees the
14806         string returned by gdk_font_xlfd_create().
14807
14808         Implement fontsets on Win32. Add a function that iterates over a
14809         wide char string and calls a callback function for each substring
14810         of wide chars from the same Unicode subrange (and thus probably
14811         available in the same real font).
14812
14813         Improve the XLFD emulation a bit.
14814
14815         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
14816
14817         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
14818         Beta3, WM_IME_CHAR messages don't seem to contain the composed
14819         multi-byte char as with the Active IMM on Win9x. Oh well, handle
14820         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
14821         ImmGetCompositionStringW() to get the composed Unicode chars.
14822
14823         * gdk/win32/gdkgc.c
14824         * gdk/win32/gdkdraw.c: Changes needed because of the font private
14825         struct changes.
14826
14827         * gdk/win32/gdk.def: Add the new functions.
14828
14829 1999-11-04  Tor Lillqvist  <tml@iki.fi>
14830
14831         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
14832         get the Platform SDK to get <dimm.h>.
14833
14834         * gdk/win32/gdkevents.c: More event handling fixes and
14835         simplification. Never generate motion events with is_hint true. We
14836         used to do that on bogus grounds earlier. Windows sends
14837         WM_MOUSEMOVE messages on button events even if the mouse hasn't
14838         moved, ignore these.
14839
14840         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
14841
14842         * gdk/win32/gdkglobals.c
14843         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
14844         the TrackMouseEvent function, and use it.
14845
14846         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
14847         char before calling WideCharToMultiByte in order to get a string
14848         for the window title.
14849
14850         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
14851
14852         * gdk/win32/gdk.def: Remove obsolete functions.
14853
14854         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
14855         /nodefaultlib and /defaultlib switches.
14856
14857         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
14858
14859 1999-10-31  Tor Lillqvist  <tml@iki.fi>
14860
14861         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
14862         EuroSign).
14863
14864         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
14865         same type as GdkWChar, especially on Win32.
14866
14867         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
14868
14869         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
14870         before passing to Windows GDI for drawing etc. Convert to the
14871         system default codepage before passing to Windows as window
14872         titles.
14873
14874         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
14875         support changing input locale on the fly.
14876
14877         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
14878         on-the-fly changes. Convert incoming characters from the current
14879         codepage to Unicode (and then to a UTF-8 multi-byte string) based
14880         on the current input language. Use keysym<->Unicode mapping tables
14881         and functions borrowed from xterm sources.
14882
14883         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
14884         editions of Win9x, use the ActiveX-based Active IMM (Input Method
14885         Manager) if available. IMEs and the Active IMM are available under
14886         the disguise of Chinese, Korean and Japanese support for IE and
14887         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
14888         support is present in all editions (as long as you install it).
14889
14890         Call DispatchMessage from gdk_events_queue() (and thus
14891         gdk_WindowProc()), instead of duplicating the code in
14892         gdk_WindowProc().
14893
14894         Reworked the grab handling and propagation code, factored out
14895         duplicated code snippets into separate functions. Other cleanups,
14896         too.
14897
14898         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
14899         the <dimm.h> header describing the Active IMM.
14900
14901         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
14902         just do the same as for "single" fonts.
14903
14904         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
14905         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
14906         the new keysyms from gdkkeysyms.h.
14907
14908         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
14909         fontset, so that gtkentry uses wide characters.
14910
14911         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
14912         GTk+'s system directory "gtk+", not "gtk".
14913
14914 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
14915
14916         * docs/gtkfaq.sgml: FAQ update
14917
14918 1999-10-21  Tor Lillqvist  <tml@iki.fi>
14919
14920         * gdk/win32/gdkprivate.h: Add more font private data.
14921
14922         * gdk/win32/gdkfont.c
14923         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
14924         fonts and strings. Now works much better. You still have to
14925         have a correct font selected, though. No fontset emulation yet.
14926
14927 1999-10-19  Tor Lillqvist  <tml@iki.fi>
14928
14929         * gtk/maketypes.awk: Use G_OS_WIN32.
14930
14931         * gtk/gtk.def: Add some missing entry points. Also some non-public
14932         ones, but PyGTK porter claims to need them.
14933
14934         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
14935         built-in type generation.
14936
14937 1999-10-14  Tor Lillqvist  <tml@iki.fi>
14938
14939         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
14940         GDK_FONT_FONT fonts (which is all we have for now, we don't
14941         emulate fontsets). The X11 version uses plain XDrawString in that
14942         case, too. The string passed to gdk_draw_text_wc seems to be in
14943         fact (at least, when used by gtkentry and gtktext) either in a
14944         single-byte charset, or a DBCS. Not Unicode.
14945
14946         This fixes the problem in gtkfontsel, where even if you had
14947         selected a font with a non-Latin1 charset (windows-greek, for
14948         instance), the preview still used Latin-1 glyphs.
14949
14950         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
14951         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
14952         (gdk_font_load): Recognize the demibold etc weights, even if we
14953         don't have the corresponding constants in the headers.
14954         (gdk_font_hash_insert): Use same hash mechanism as in the X11
14955         version. Should save font resources a bit, when we don't have
14956         multiple HFONTs for the same font.
14957
14958         * gdk/win32/gdkprivate.h: Add the names field as in the X11
14959         version.
14960
14961 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
14962
14963         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
14964         X values
14965
14966 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
14967
14968         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
14969         layout support (as mentioned on
14970         http://www.jcinteractive.com/gnome-ui/software/widgets/)
14971
14972 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
14973
14974         * gtk/fnmatch.c
14975         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
14976
14977 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
14978
14979         * configure.in (ALL_LINGUAS): Added Galician (gl)
14980
14981 1999-10-05  Tor Lillqvist  <tml@iki.fi>
14982
14983         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
14984
14985         * gdk/win32/gdkcompat.c: New file, actually provide an
14986         implementation for the deprecated functions. (Just temporarily.)
14987
14988         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
14989
14990         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
14991
14992         * gdk/win32/gdk.def gtk/gtk.def: Updates.
14993
14994 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
14995
14996         * configure.in: Added "uk" to ALL_LINGUAS.
14997         
14998 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
14999
15000         * configure.in: correct checking for BeOS check
15001
15002         * gdk/gdktypes.h
15003         * gtk/fnmatch.c
15004         * gtk/gtkfilesel.c
15005         * gtk/gtkitemfactory.c
15006         * gtk/gtkmain.[ch]
15007         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
15008
15009 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
15010
15011         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
15012         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
15013         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
15014         by Bulgarian). 
15015
15016 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
15017
15018         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
15019         Fix a reference to window_private->destroyed.   
15020
15021         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
15022         (ugly) setting of an internal GdkWindow member to use
15023         a _slightly_ cleaner macro.
15024
15025         * gdk/gdkprivate.h: Split GdkWindowPrivate into
15026         GdkDrawablePrivate and GdkWindowPrivate.
15027         Add extra macros for accessing GDK_DRAWABLE_ components.
15028
15029         * *.[ch]: Massive adjustments for the above, use the
15030         new macros in a lot of places.
15031
15032 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
15033
15034         * gdk/gdktypes.h: Make GdkDrawable the base type,
15035         not GdkWindow.
15036
15037 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
15038
15039         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
15040
15041 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
15042
15043         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
15044
15045 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
15046
15047         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
15048         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
15049
15050         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
15051
15052         * docs/gtk-config.1: Now autogenerated.
15053         * docs/Changes-1.4.txt: started
15054         
15055 1999-10-03  Tor Lillqvist  <tml@iki.fi>
15056
15057         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
15058         to #ifdef also here.
15059
15060         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
15061         Owen did to the X11 backend.
15062
15063         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
15064         ScrollWindowEx when blitting inside a window, it can't be correct
15065         in the general case.
15066
15067         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
15068         WM_GETMINMAXINFO is easier.
15069
15070         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
15071         depth equal to the bitspixel value, not the visual's depth.
15072
15073         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
15074         to 24 even if the bitspixel value is 32.
15075
15076         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
15077         need to check for depth==32 when bpp==32, depth will always be 24.
15078
15079 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
15080
15081         * docs/Changes-1.4.txt: Started
15082         
15083         * gtk/Makefile.am (gdk_headers): Include all the new headers.
15084
15085         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
15086         
15087         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
15088         into C file.
15089         
15090         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
15091         header to gdkinputprivate.h.
15092
15093         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
15094         unused since before 1.2.
15095
15096 1999-09-30  Tor Lillqvist  <tml@iki.fi>
15097
15098         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
15099         expand possible hex escapes in the font family (put there by
15100         logfont_to_xlfd if the font name isn't a legal XLFD font family,
15101         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
15102         On Win32, add hex escapes here, too.
15103
15104 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
15105
15106         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
15107         to #ifdef GDK_WINDOWING_X11.
15108
15109 [ Merges from gtk-1-2 ]
15110
15111 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
15112
15113         * configure.in: fixed "GNU Make" check to pass with new make version
15114         3.77.95.
15115
15116 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
15117
15118         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
15119         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
15120         AM_PATH_GTK() macros don't get confused by the -pre1.
15121
15122 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
15123
15124         * configure.in (REBUILD): Change check for perl5
15125           to check explicitely for v >= 5.002. (5.001
15126           does not work with our scripts.)
15127
15128 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
15129
15130         * configure.in: evaluate $PERL for the perl version check. added
15131         --disable-rebuilds to give the user an option to completely disable
15132         any source autogeneration rules.
15133
15134 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
15135
15136         * configure.in: evaluate $ac_make when checking for GNU Make.
15137
15138 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
15139
15140         * docs/Makefile.am: added generation.txt.
15141
15142         * Makefile.am: require automake 1.4, build README from README.in and
15143         INSTALL from INSTALL.in in dist-hook.
15144         
15145         * README.in:
15146         * INSTALL.in: new files to autogenerate README and INSTALL from.
15147
15148         * configure.in: figure whether we have GNU Make
15149
15150         * docs/generation.txt: minor additions/corrections.
15151
15152 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
15153
15154         * docs/gtkfaq.sgml: FAQ Update
15155
15156 July 30, 1999 Elliot Lee <sopwith@redhat.com>
15157         
15158         * configure.in: Fix autoconf warnings about cross compilation by
15159         trying to provide sane defaults for AC_TRY_RUN.
15160
15161 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
15162
15163         * ltconfig
15164         * ltmain.sh: upgrade to libtool 1.3.3
15165
15166 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
15167
15168         * INSTALL: Indicate that the --with-glib= configure
15169         time flag is unsupported.
15170
15171 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
15172
15173         * docs/generation.txt: Added a file that gives
15174         documenation about the autogeneration process for
15175         various autogenerated files.
15176         
15177 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
15178
15179         * configure.in (LIBS): Look for libgmodule in the
15180         right location.
15181
15182 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
15183
15184         * docs/gtk_tut.sgml: Removed references to
15185         code examples in my directory on gtk.org as
15186         they should all be in the tutorial now.
15187
15188         * docs/gtk_tut.sgml: Added sources for dial-test
15189         and scribble-xinput programs that were previously
15190         missing.
15191
15192 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
15193
15194         * TODO: Added entry about menu keyboard navigation, removed
15195         some finished items.
15196
15197 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
15198
15199         * acinclude.m4: Standardize on func_dgettext
15200         not func_gettext, so that the checks for dgettext
15201         actually are paid attention to.
15202
15203 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
15204
15205         * configure.in (LIBS): Add $INTLLIBS into $LIBS
15206         directly, rather than repeating the checks for
15207         gettext.
15208
15209         * INSTALL: Added information about gettext and
15210         NLS support.
15211
15212         * acinclude.m4 (LIBM): Check for dgettext, not
15213         just gettext. This should hopefully fix things wrt
15214         systems with old versions of GNU gettext installed.
15215
15216 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
15217
15218         * configure.in (LIBS): Look for libgmodule in the
15219         right location.
15220
15221 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
15222
15223         * autogen.sh: add --enable-maintainer-mode
15224
15225         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
15226
15227 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
15228
15229         * docs/gtk-config.1.in:
15230           docs/Makefile.am:
15231           configure.in: gtk-config is now generated.
15232
15233         * docs/gtk-config.1: Removed, now generated.
15234
15235 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
15236
15237         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
15238         handle CreateNotify itself, still put out a debuging message for
15239         --gdk-debug=events. made the ReparentNotify debugging message more
15240         verbose.
15241         wrap xcoords translation for ConfigureEvents into an error trap,
15242         a destroy event may already be pending, and in that case, the
15243         actuall coordinate values are not at all critical.
15244
15245 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
15246
15247         * gdk/gdkcc.c: Stop leaking the color_hash all over
15248         the place. Simplify and improve the logic.
15249
15250 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
15251
15252         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
15253         for prototypes and function implementations consistent (reported
15254         by Tomas Ogren).
15255
15256 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
15257
15258         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
15259         send_event set in debugging output.
15260         (gdk_compress_exposures): default initialize the event so we don't
15261         operate on bogus values (namely send_event).
15262
15263 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
15264
15265         * gdk/gdkwindow.c: When we receive an unexpected
15266         destroy notify on one of our windows, don't just
15267         warn about it, also mark our windows as destroyed.
15268
15269 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
15270
15271         * gdk/gdkfont.c (gdk_font_hash_insert): Add
15272           name => font and name => fontset hashes. The 
15273           name => fontset hash is a _big_ win since we
15274           weren't previously caching fontsets at all and loading
15275           fontsets is expensive. The name => font hash
15276           is less of a win, but it does save us from doing
15277           repeated XQueryFont calls on the same font.
15278
15279         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
15280           list so we can remove font/fontset from hash.
15281
15282 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
15283
15284         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
15285           and slightly confusing test. [ XInternAtom (,,TRUE)
15286           will never return None ].
15287
15288 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
15289
15290         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
15291           gdk/gdkwindow.c (gdk_window_set_hints):
15292
15293         Don't omit setting the properties if flags == 0 -
15294         there may be an existing set of properties there
15295         already. (Very old bug. Would it be better to
15296         delete the property instead?)
15297
15298         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
15299           spelling error in comment.
15300
15301 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
15302
15303         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
15304           to avoid stomping over gdk_error_warnings.
15305
15306         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
15307           as (bits_per_pixel + 7) / 8. This gives the same
15308           result as before for multiples of 8, but actually
15309           a "reasonable" value for 1bit or 4bit displays.
15310
15311 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
15312
15313         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
15314         GNU Make.
15315
15316 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
15317
15318         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
15319         discarding configure events.
15320
15321 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
15322
15323         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
15324         refcount is greater than zero.
15325
15326         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
15327
15328         * gdk/gdkfont.c (gdk_font_unref): Likewise.
15329
15330         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
15331
15332         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
15333
15334 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
15335
15336         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
15337         that format 32 => sizeof(item) == 4. It really is
15338         sizeof(long).
15339
15340 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
15341
15342         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
15343         core dump at all on X IO errors, only core dump
15344         if --enable-debug for X errors.
15345
15346 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
15347
15348         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
15349         unknown window:" message. disabled ConfigureNotify discarding code,
15350         because it led to events being processed out of order.
15351
15352 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
15353
15354         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
15355
15356         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
15357         we export this function, supress error warnings and don't reset the
15358         error code in the first half of this function.
15359
15360         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
15361         code (instead of just -1) so gdk_error_trap_pop() reveals something
15362         actually informative about the error that happened.
15363
15364         * gdk/*.c:
15365         don't rely on gdk_error_code being -1 if an error occoured, but just
15366         gdk_error_code != 0.
15367
15368 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
15369
15370         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
15371         pointer *before* invoking the filter function, so we at least don't
15372         crash if a filter is removed that is currently executed. window filters
15373         *really* need to be made truely reentrant at some point.
15374
15375 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
15376
15377         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
15378         PropertyNotify debug messages.
15379
15380 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
15381         
15382         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
15383         
15384         * gdk/gdkim.c: Fix cut-and-paste errors for 
15385         x/y and PreeditAttributes/StatusAttributes.
15386
15387 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15388
15389         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
15390         G_MAXINT to 2^16 to alleviate overflow problems in
15391         various window managers.
15392
15393 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
15394
15395         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
15396         for fontsets.
15397
15398 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
15399
15400         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
15401         Initialize size_hints.x and size_hints.y because kwm
15402         brokenly pays attention to them.
15403         (Bug #1181 -  Lars Heete <hel@admin.de>)
15404
15405 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
15406
15407         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
15408         return value of gdk_list_visuals(). 
15409         (Bug #1193 - Morten Welinder <terra@diku.dk>)
15410
15411 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
15412
15413         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
15414         XSetIMValues to (void *) when comparing to NULL, to workaround
15415         the problem of some compilers barfing since older X headers don't
15416         have the prototype for it.
15417
15418 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
15419
15420         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
15421         for pseudocolor where colormap->colors was double
15422         allocated.
15423
15424         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
15425         color value in the hash table with the pixel filled
15426         in so when we do later hash table lookups, the color
15427         value is correct.
15428         
15429 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
15430
15431         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
15432         making the call
15433
15434 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
15435
15436         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
15437         pointed out by Morten Welinder <terra@diku.dk>.
15438
15439 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
15440
15441         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
15442           default filter from the list
15443
15444 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
15445
15446         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
15447           default filter from the list
15448
15449 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
15450
15451         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
15452
15453         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
15454         g_strdup_printf instead of calcing the length separately
15455
15456 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
15457
15458         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
15459         that we don't do in many other places. (Fixing duplicate 
15460         #include of config.h)
15461
15462         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
15463         Otherwise, #ifndef XINPUT_NONE check in the latter
15464         doesn't work. (Bug #546)
15465
15466 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
15467
15468         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
15469         "None" case insensitive.
15470
15471 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
15472
15473         * gdk/gdkselection.c: 
15474         Add error traps so if the other end of the connection
15475         dies, we survive.
15476
15477 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15478
15479         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
15480         dest_xid field into two fields - one for the window
15481         to send in messages, one to indicate the last looked
15482         up window for caching purposes. This is needed, so
15483         that Leave messages get the correct window.
15484
15485 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
15486
15487         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
15488         Fix warning created by people mucking around
15489         with the gsource API.
15490
15491         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
15492         Change mapping between GIOCondition and GdkInputCondition
15493         to match the way the Linux kernel does it. This should
15494         fix problems where closed pipes were no longer signalling
15495         GDK_INPUT_READ on systems with a native poll().
15496
15497 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
15498
15499         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
15500         explicitly for the string "None" - it is in the XPM
15501         spec and some servers treat unknown colors in odd ways
15502         (like asking the user!)
15503
15504 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
15505
15506         * gdk/gdkevents.c: made "->" into a "." of previous change so
15507         it compiles
15508
15509 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
15510
15511         * gdk/gdkevents.c (gdk_compress_exposures): Set the
15512         window field of the event structure before calling
15513         user filters.
15514
15515 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
15516
15517         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
15518         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
15519
15520 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
15521
15522         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
15523         intermediate text property - prevents major memory
15524         leak when gdk_use_mb.
15525         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
15526
15527 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
15528
15529         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
15530         gtk-a-higuti-990322-[0-3]
15531
15532         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
15533         sizeof(wchar_t) != sizeof (GdkWChar)
15534
15535         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
15536         that was causing -DX_LOCALE not to work.
15537
15538         * gtk/gtkrc.c (gtk_rc_init):
15539         X_LOCALE will never have LC_MESSAGES defined
15540
15541         * gdk/gdk.c (gdk_init_check):
15542         Remove --xim-preedit and --xim-status from argv properly.
15543
15544         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
15545         that the client window is present on the X server
15546         before we pass it to the input method.
15547
15548 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
15549
15550         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
15551         if --display is specified on the command line, than
15552         the drag window will not be created on that display.
15553         
15554 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
15555
15556         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
15557         lookups with only_if_exists == TRUE were inserting
15558         bogus values into the atom cache.
15559
15560 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
15561
15562         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
15563         then reset it to NULL.
15564
15565         * gdk/gdkcolor.c:
15566         (gdk_colors_free): 
15567         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
15568         key for g_hash_table_remove() in both functions, this prevents us
15569         from accessing possibly uninitialized portions of a GdkColor structure
15570         where we are only interested in its pixel value.
15571
15572 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
15573
15574         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
15575         font hash table, if we have a GdkFontPrivate entry for this font
15576         already, simply increment its reference count, provided by Olaf Dietsche
15577         <olaf.dietsche+list.gtk@netcologne.de>.
15578
15579 1999-09-21  Tor Lillqvist  <tml@iki.fi>
15580
15581         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
15582         just to be sure.
15583
15584         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
15585         unused variables, leftovers from the X11 version.
15586
15587         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
15588
15589         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
15590         downcase fields on X11.
15591
15592 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
15593         
15594         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
15595         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
15596
15597 1999-09-17  Tor Lillqvist  <tml@iki.fi>
15598
15599         * gdk/win32/gdk.def: Add gdk_threads_mutex.
15600
15601         * gtk/makefile.msc: Correct path to libintl.
15602
15603         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
15604         use of gint vs. int, and gint vs. gboolean in headers and
15605         definitions. Use GtkType for the *_get_type functions. Note that
15606         these changes preserve binary compatibility.
15607
15608         * gdk/gdk.c
15609         * gdk/win32/gdk.c
15610         * gdk/gdk.h: Fix inconsistencies: gint vs int.
15611
15612         * gtk/gtkmain.c
15613         * gtk/gtkclist.c
15614         * gtk/gtkmenufactory.c
15615         * gtk/gtknotebook.c
15616         * gtk/gtkwidget.c: Fix inconsistencies, also gint
15617         vs. gboolean.
15618
15619         * gtk/gtkcolorsel.[ch]
15620         * gtk/gtkcombo.[ch]
15621         * gtk/gtkdrawingarea.[ch]
15622         * gtk/gtkgamma.[ch]
15623         * gtk/gtkhandlebox.[ch]
15624         * gtk/gtkhpaned.[ch]
15625         * gtk/gtkhruler.[ch]
15626         * gtk/gtkplug.[ch]
15627         * gtk/gtkpreview.[ch]
15628         * gtk/gtkruler.[ch]
15629         * gtk/gtksocket.[ch]
15630         * gtk/gtkstatusbar.[ch]
15631         * gtk/gtktoolbar.[ch]
15632         * gtk/gtkvbbox.[ch]
15633         * gtk/gtkvpaned.[ch]
15634         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
15635         functions.
15636
15637         * gtk/gtkgamma.h: Fix bug, missing () in call of
15638         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
15639
15640 1999-09-14  Tor Lillqvist  <tml@iki.fi>
15641
15642         * gdk/gdkcolor.c (gdk_colormap_new)
15643         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
15644         colormap->colors was allocated twice.
15645
15646         * gdk/win32/gdk.c: Remove some unused stuff.
15647
15648         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
15649         colormap.
15650
15651         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
15652         * gtk/gtklabel.h (gtk_label_get_type)
15653         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
15654         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
15655         in a couple of places, not guint.
15656
15657 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
15658
15659         * configure.in,po/et.po: added Estonian language file
15660
15661 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
15662
15663         * configure.in,po/da.po: added Danish file
15664
15665 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
15666
15667         * docs/gtkfaq.sgml: Minor FAQ Update
15668
15669 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
15670
15671         * docs/gtkfaq.sgml: FAQ update
15672
15673 1999-08-27  Tor Lillqvist  <tml@iki.fi>
15674
15675         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
15676         way to get window contents continually refreshed while resizing. I
15677         didn't like the effects myself, so it's not on by default.
15678
15679         * gdk/win32/gdkprivate.h: New flag variable
15680         gdk_event_func_from_window_proc, FALSE by default.
15681
15682         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
15683         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
15684         are passed --gdk-event-func-from-window-proc.
15685
15686         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
15687         and we have am event_func, call it instead of enqueing the event.
15688
15689 1999-08-23  Tor Lillqvist  <tml@iki.fi>
15690
15691         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
15692         Kelley: Set expose_count in GdkEventExposes correctly.
15693
15694         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
15695         MULTIPLE_WINDOW_CLASSES).
15696
15697         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
15698         for bug in NT, apparently NT *does* draw the end pixel, too, in
15699         LineTo with a one-pixel pen, so we don't have to do it ourselves.
15700
15701 1999-08-21  Tor Lillqvist  <tml@iki.fi>
15702
15703         Improvements by Hans Breuer: 
15704
15705         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
15706
15707         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
15708         CS_?REDRAW flags as they cause lots of (late) redraws when "show
15709         window contents while dragging" is turned on. Allocate at least
15710         one unique class for every GdkWindowType. If support for single
15711         window-specific icons is ever needed (eg. Dialog specific), every
15712         such window should get its own class.
15713
15714 1999-08-19  Tor Lillqvist  <tml@iki.fi>
15715
15716         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
15717         error that caused crashes.
15718
15719 1999-08-17  Tor Lillqvist  <tml@iki.fi>
15720
15721         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
15722         window, use ScrollWindowEx, and call UpdateWindow. This prevents
15723         bugs when for instance part of the window was outside the
15724         display. Thanks to Philippe Colantoni for finding and fixing this.
15725
15726 1999-08-16  Tor Lillqvist  <tml@iki.fi>
15727
15728         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
15729         endpoint calculations which were totally wrong. (A little RTFMing
15730         helps a lot ;-)
15731
15732         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
15733         from a separate directory, not from gettext, because of licensing
15734         issues (we want to use the LGPL version).
15735
15736         * README.win32: Mention the intl from glibc vs from gettext issue.
15737
15738 1999-08-13  Tor Lillqvist  <tml@iki.fi>
15739
15740         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
15741         in the key event handling: Now AltGr chars work again. Also,
15742         now Alt-digits are passed up as well as Control-digits.
15743         Pass keypad plus and minus as normal plus and minus.
15744
15745 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
15746
15747         * docs/gtkfaq.sgml: FAQ Update
15748
15749 1999-07-25  Tor Lillqvist  <tml@iki.fi>
15750
15751         * README.win32
15752         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
15753         the Wintab SDK.
15754
15755         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
15756         OK, but getting closer. Guard against bogus tilt data from Wacom
15757         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
15758         enable easier building without Wintab.
15759
15760         * gdk/win32/gdkinput.h
15761         * gdk/win32/gdkevents.c 
15762         * gdk/win32/gdkwindow.c: Minor changes related related to above.
15763         
15764         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
15765         code. As we have just one visual on Win32, no sense to have it in a
15766         table, and no need for the hash table.
15767
15768         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
15769         better on white background.
15770
15771 1999-07-21  Tor Lillqvist  <tml@iki.fi>
15772
15773         * README.win32: Update gcc build instructions. Mention gettext is
15774         GPL.
15775
15776         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
15777         supported cursor size with GetSystemMetrics.
15778
15779         * gdk/win32/gdkfont.c
15780         * gtk/gtkfontsel.c: Guard against some font weight and charset
15781         symbols being undefined (in mingw32 headers).
15782
15783         * gdk/win32/makefile.cygwin
15784         * gtk/makefile.cygwin
15785         * gtk/gtkthemes.c: No longer need to have differently named
15786         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
15787
15788 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
15789
15790         * docs/gtkfaq.sgml: Long awaited FAQ update.
15791
15792 1999-07-15  Tor Lillqvist  <tml@iki.fi>
15793
15794         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
15795         it. Obscure bit manipulation needed.
15796
15797         * gdk/win32/gdkevents.c: Logging.
15798         
15799         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
15800         style (file name include compiler name) for theme engines.
15801
15802 1999-07-13  Tor Lillqvist  <tml@iki.fi>
15803
15804         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
15805
15806         * gdk/win32/gdkevents.c: Fix long-standing bug in key
15807         events. The key.string wasn't zero-terminated, still we strdup'ed
15808         it in gdk_event_copy(). Synthesize crossing events for button
15809         events before possible propagation.
15810
15811         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
15812
15813         * gdk/win32/makefile.cygwin
15814         * gtk/makefile.cygwin: Use new DLL naming style for the
15815         GCC-compiled ones.
15816
15817         * gdk/win32/makefile.msc
15818         * gtk/makefile.msc: Cosmetics mostly.
15819
15820         * gtk/gtk.def: Add missing entry points.
15821
15822         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
15823
15824 1999-07-09  Tor Lillqvist  <tml@iki.fi>
15825
15826         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
15827         or height is zero. Don't print a warning if Pie or Arc fails, they
15828         always fail (?) for very narrow ellipses.
15829
15830         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
15831         the part or the destination window corresponding to source area
15832         outside of the source drawable's boundary.
15833
15834         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
15835         anything if less than two points.
15836
15837         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
15838         return NULL. Gtk cut-and-paste inside a single program works
15839         better this way. (It always gets the clipboard contents from
15840         Windows, not from its own copy, which is cleared anyway. I can't
15841         say I fully understand what happens... Emulating the X selection
15842         and property stuff is a bit of a mess.)
15843
15844         * gdk/win32/gdkevents.c
15845         * gdk/win32/gdkproperty.c: A bit more verbose logging.
15846
15847         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
15848         that never got deleted). Revamp gdk_region_shrink.
15849
15850         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
15851         after use.
15852
15853         * gtk/gtk.def: Add some missing entry points.
15854
15855         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
15856         component.
15857
15858 1999-07-04  Tor Lillqvist  <tml@iki.fi>
15859
15860         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
15861         Control-digits specially.
15862
15863 1999-07-03  Tor Lillqvist  <tml@iki.fi>
15864
15865         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
15866
15867 1999-06-28  Tor Lillqvist  <tml@iki.fi>
15868
15869         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
15870         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
15871         finding this.)
15872
15873 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
15874
15875         * gtk+.spec.in: Corrected some typos in files section.
15876         
15877 1999-06-15  Tor Lillqvist  <tml@iki.fi>
15878
15879         * README.win32: Mention using GNU gettext.
15880         * config.h.win32: Enable NLS stuff.
15881         * gtk/makefile.msc: Use GNU gettext.
15882         * gdk/win32/gdkdnd.c: Minor header reorg.
15883         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
15884         cosmetics.
15885         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
15886         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
15887
15888 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
15889
15890         * acinclude.m4
15891         * config.guess
15892         * config.status
15893         * ltconfig
15894         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
15895
15896 1999-05-30  Tor Lillqvist  <tml@iki.fi>
15897
15898         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
15899         SafeAdjustWindowRectEx. Don't override all calls to
15900         AdjustWindowRectEx by it, but use it only in two places: When
15901         creating a new top-level window and when moving a top-level
15902         window.
15903
15904         Use screen coordinate rectangle, not client rectangle, in
15905         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
15906         when we try to place a window so that the decoration (mainly,
15907         title bar) isn't visible.
15908
15909         These changes fix the bug that showed up for instance as the
15910         GIMP's saved top-level windows moving right and down (by an amount
15911         equal to the window decoration) for each session. This bug showed
15912         up also in testgtk's "Saved Position".
15913
15914         gdk_window_resize also redone a bit.
15915
15916 1999-05-25  Tor Lillqvist  <tml@iki.fi>
15917
15918         * gtk/testgtkrc: Add (commented out) Windows-style theme
15919         include line.
15920
15921         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
15922
15923 1999-05-18  Tor Lillqvist  <tml@iki.fi>
15924
15925         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
15926         gdkx.h to a gdk subdirectory, so that applications can include
15927         these with <gdk/*.h> without trouble.
15928
15929         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
15930         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
15931         have their bitmap destroyed.
15932
15933         * gdk/win32/gdk.def: Add gdk_root_parent.
15934
15935 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
15936
15937         * configure.in
15938           gtk-config.in
15939           ltconfig
15940           ltmain.sh     
15941           gtk/Makefile.am: changes to compile nicely (with xlib) 
15942           on BeOS
15943
15944 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
15945
15946         * acinclude.m4
15947         * config.guess
15948         * config.sub
15949         * ltconfig
15950         * ltmain.sh: upgrade to libtool 1.3
15951
15952 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
15953
15954         * gtk/gtkclist.c:
15955         * gtk/gtkctree.c: merges from gtk-1-2
15956
15957 1999-04-25  Tor Lillqvist  <tml@iki.fi>
15958
15959         Support added for building using a GNU toolchain on Win32,
15960         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
15961
15962         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
15963         * config.h.win32: Changes for gcc.
15964         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
15965         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
15966         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
15967         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
15968         Protect shl stuff unavaiilable with mingw32 headers.
15969         * gdk/win32/gdkevents.c: Fix typo.
15970         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
15971         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
15972         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
15973         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
15974         the mingw32 headers.
15975         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
15976         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
15977         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
15978         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
15979         Test for NATIVE_WIN32, not _MSC_VER.
15980         * gtk/gtkmain.c: No use warning about developer version on Win32,
15981         there aren't any non-developer versions anyhow.
15982         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
15983         * gtk/makefile.msc: Use pthread from another directory. Minor other
15984         changes. 
15985
15986 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
15987
15988         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
15989           default filter from the list
15990
15991 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
15992
15993         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
15994          when gtk_widget_grab_default() is called for a widget that
15995          is not within a GtkWindow.
15996
15997 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
15998
15999         * docs/gtk_tut.sgml, examples/clist.c: use a
16000           scrolled window in the clist example. Minor
16001           tutorial fixes.
16002
16003 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
16004
16005         * docs/gtk_tut.sgml: Style check from David King
16006           <dking@youvegotmail.net>
16007
16008 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
16009
16010         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
16011         compile with unknown value of GDK_WINDOWING
16012
16013 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
16014
16015         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
16016         after the rule is fired.
16017         (install-exec-local): Install gdkconfig.h only if the contents are
16018         different from the currently installed gdkconfig.h.
16019
16020 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
16021
16022         * gdk/Makefile.am (configexecincludedir): Rename from 
16023         configincludedir so that gdkconfig.h will be installed 
16024         as part of `make install-exec'. 
16025
16026 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
16027
16028         * acinclude.m4
16029         * config.guess
16030         * config.sub
16031         * ltconfig
16032         * ltmain.sh: upgrade to libtool 1.2f
16033
16034         * autogen.sh: libtool is not required to autogen gtk+
16035
16036         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
16037         needed)
16038
16039 1999-03-18  Tor Lillqvist  <tml@iki.fi>
16040
16041         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
16042         declaring gdk variables exported/imported from the DLL. New image
16043         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
16044         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
16045         GDK_DRAG_PROTO_OLE2.
16046
16047         * gdk/gdk.h: Merge in Win32 version: Two new functions,
16048         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
16049         declared only for the Win32 version, but could be in the X11
16050         version as well. (Needed for a Xlib-less gdk_imlib.)
16051         gdk_color_hash should have only one parameter. Declare
16052         gdk_threads_mutex with GDKVAR.
16053         
16054         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
16055         just one parameter.
16056
16057         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
16058         per pixel, not bits.
16059
16060         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
16061         Fetch bpp (which means bits-per-pixel here) from another place on
16062         Win32. Accept also depth==32 (which we might get on Win32) with
16063         bpp==32.
16064
16065         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
16066         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
16067         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
16068         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
16069         in the backend-dependent directory, not in the common gdk
16070         directory.
16071
16072         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
16073         headers.
16074
16075 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
16076
16077         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
16078         want to use the Gtk+ devel version (which is true, and yes - even i am
16079         currently working with the 1.2.x branch). so everyone reading this, you
16080         probably want to issue
16081         cvs checkout -r glib-1-2 glib
16082         and
16083         cvs checkout -r gtk-1-2 gtk+
16084         as your next two comands.
16085
16086 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
16087
16088         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
16089         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
16090
16091         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
16092         file. strongly deprecated the GTK_HAVE_* macros, we provide
16093         GTK_CHECK_VERSION() for people that need to check for certain
16094         Gtk+ versions.
16095
16096         * gtk/gtkcompat.h: removed this from CVS.
16097         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
16098         idea right from the start, it just didn't seem like that back then.
16099
16100 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
16101
16102         * merges from gtk-1-2:
16103
16104 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
16105
16106         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
16107         item factory class has been created.
16108         (gtk_item_factory_parse_rc): likewise.
16109
16110         * gtk/gtkmenu.c:
16111         keep proper references for old_active_menu_item.
16112         (gtk_menu_reparent): unset the usize of the new parent,
16113         so the menu can sanely be size requested and we don't get nasty screen
16114         artefacts upon next reparentation.
16115         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
16116         enter notify. only synthesize enter notifies if the pointer really is
16117         inside the event window.
16118         (gtk_menu_popdown): use gtk_menu_shell_deselect().
16119         (gtk_menu_popup): move the background setting stuff into
16120         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
16121
16122         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
16123         gtk_menu_shell_select_item() to select the new item.
16124         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
16125         do the right thing for deselection as well.
16126
16127 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
16128
16129         * gtk/gtkwidget.[hc]:
16130         (gtk_widget_accelerators_locked): return whether a widget's accelerators
16131         are locked.
16132
16133         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
16134         existing accelerators if the widget's accelerators are locked.
16135
16136 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
16137
16138         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
16139
16140         * gtk/gtkmenu.c: truely forward key press and key release events to
16141         the menu widget from the toplevel or tearoff window. we can't simply
16142         connect to that, we need to stop further processing of the events as
16143         well.
16144
16145 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
16146
16147         * gtk/gtkmenu.c:
16148         (gtk_menu_key_press): pass event->keyval, event->state to
16149         gtk_accelerator_valid, instead of event->keyval twice.
16150         refuse to install single letter accelerators for menus that use
16151         single letter shortcuts.
16152
16153         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
16154         gtk_menu_ensure_uline_accel_group().
16155
16156         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
16157         which will always return an uline accel group, made
16158         gtk_menu_get_uline_accel_group() return NULL if the group isn't
16159         yet created.
16160
16161 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
16162
16163         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
16164
16165         * gtk/gtkclist.c (gtk_clist_column_title_passive):
16166         Leave button sensitive, trap  button_press, button_release,
16167         motion_notify, enter_notify and leave_notify events instead.
16168         (gtk_clist_column_title_active): disconnect event handler.
16169         (gtk_clist_drag_data_get): fixed memory leak. Reported by
16170         Guillaume Laurent <glaurent@worldnet.fr>
16171
16172 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
16173
16174         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
16175         width/height mixups.
16176
16177         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
16178         if needed.
16179
16180 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
16181
16182         * gtk/testgtk.c (create_item_factory): unref the item factory after
16183         window's destruction.
16184
16185         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
16186         count on the menu shell around the menu item's activation, since the
16187         signal emission may cause menu shell destruction.
16188
16189         * gtk/gtkitemfactory.c:
16190         the previous code leaked one accel group per menu. we use
16191         gtk_menu_get_uline_accel_group() now to fix that, and with that
16192         also create the underline accelerator group of the menus only if
16193         required (i.e. an underline accelerator has been specified).
16194         (gtk_item_factory_construct):
16195         (gtk_item_factory_create_item): removed code that would create an
16196         extra accel group for the menu (and leak references).
16197         (gtk_item_factory_create_item): adapted the underline accelerator
16198         installation code to properly feature gtk_menu_get_uline_accel_group().
16199
16200         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
16201         menu->accel_group, this may return NULL if the accelerator group
16202         hasn't been set yet.
16203         added gtk_menu_get_uline_accel_group() to retrive the underline
16204         accelerator group of the menu, this will be created on demand
16205         and proper care is taken about its reference count.
16206
16207         * gtk/gtkitemfactory.h:
16208         * gtk/gtkitemfactory.c:
16209         dumped the approach of keeping a widgets by action list on the
16210         factory since the factory<->widget destroy negotiation didn't work
16211         and would be hard to get going at all. instead we keep a list of
16212         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
16213         persistant throughout a program's life time).
16214         also, i removed the static const gchar *key_* variables, and made
16215         them inline strings (they weren't actually used anyways).
16216         (gtk_item_factory_add_item): update ifactory->items.
16217         (gtk_item_factory_destroy): destroy ifactory->items (and remove
16218         the item factory pointer from the remaining ifactory widgets).
16219         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
16220         list to find the widget.
16221         (gtk_item_factory_get_item): new function that works around
16222         gtk_item_factory_get_widget() limitations, this function will only
16223         return menu items, even for <Branch> entries.
16224
16225 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16226
16227         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16228         font hash table, if we have a GdkFontPrivate entry for this font
16229         already, simply increment its reference count, provided by Olaf Dietsche
16230         <olaf.dietsche+list.gtk@netcologne.de>.
16231
16232         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
16233         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
16234
16235 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
16236
16237         * gtk/gtkcontainer.c:
16238         (gtk_container_add_with_args):
16239         (gtk_container_addv):
16240         (gtk_container_add): before adding a child to a conatiner, make sure
16241         it is (default) constructed, this is neccessary because under certain
16242         circumstances the child will get relized and mapped immediatedly, in
16243         which case it has to be constructed already.
16244
16245 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
16246
16247         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
16248         values > 1 as TRUE also.
16249
16250 1999-03-16  Tor Lillqvist  <tml@iki.fi>
16251
16252         * README.win32: New file.
16253                 
16254         * configure.in: Check for lstat.
16255
16256         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
16257         completeness.
16258
16259         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
16260
16261         * gtk/gtk.def: Removed CRs.
16262
16263         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
16264         ..\gdk\win32).
16265
16266         * gdk/win32/makefile.msc: Correct upwards relative paths.
16267         
16268 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
16269
16270         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
16271           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
16272           it was connecting a void function to expose_event and the int
16273           returning function to the draw signal
16274
16275 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
16276
16277         * configure.in:
16278         Use correct path to libgmodule.la when ref'ing uninstalled copy
16279         of glib.  (Already in stable branch, Bug #417)
16280
16281 1999-03-15  Tor Lillqvist  <tml@iki.fi>
16282
16283         Win32 merge and general portability stuff:
16284                 
16285         * acconfig.h,configure.in: Check for <sys/time.h>.
16286
16287         * gdk/win32: New directory (actually, been there for a while).
16288         
16289         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
16290         NATIVE_WIN32, and use these. Always case fold on Win32. No
16291         backslashed escapes on native Win32.
16292
16293         * gtk/{gtk.def,makefile.msc}: New files.
16294
16295         * gtk/Makefile.am: Add above new files.
16296         
16297         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
16298         instead of <strings.h>.
16299
16300         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
16301         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
16302         <unistd.h> appropriately.
16303
16304         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
16305         Use ABS() (from <glib.h>) instead of abs().
16306         
16307         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
16308         of gtk (and thus glib) headers, so that WIN32 will be
16309         defined. With MS C, include <direct.h> for mkdir prototype.
16310
16311         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
16312         some casts, needed by MS C.
16313
16314         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
16315         implemented).
16316
16317         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
16318         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
16319         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
16320
16321         * gtk/gtkmain.h: Mark variables for export/import on Win32.
16322                 
16323         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
16324         the event is not a hint, or its window is not the slider. Needed
16325         on Win32, at least.
16326
16327         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
16328         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
16329         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
16330         a subdirectory of the Windows directory as gtk system
16331         configuration directory.
16332
16333         * gtk/gtkselection.c: No chunks on Win32.
16334
16335         * gtk/gtksocket.c: Not implemented on Win32.
16336
16337         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
16338
16339         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
16340
16341         * gtk/maketypes.awk: Declare variables with a macro that expands to
16342         necessary export/import magic in the case of Win32.
16343                 
16344         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
16345
16346 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
16347
16348         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
16349         since those were meant only for gdki18n.h.  
16350         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
16351         for widechar tests.
16352         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
16353
16354 1999-03-13  Tor Lillqvist  <tml@iki.fi>
16355
16356         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
16357         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
16358
16359         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
16360         installed) to CFLAGS.
16361
16362         * gdk/Makefile.am: Add rules for gdkconfig.h.
16363
16364         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
16365         APIs.
16366
16367         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
16368         gdkx.h anyway when compiling for X11.
16369         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
16370         general): Merge in Win32 version.
16371         
16372         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
16373         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
16374         expansion (if we don't have HAVE_PWD_H), allow for drive
16375         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
16376         included code from Craig Setera's port to Win32 (the one that uses
16377         X11, and the cygwin dll), even if it probably will be abandoned.
16378
16379         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
16380         the user entered one herself.  This way one can complete *.h and
16381         don't get matches on any .help files, for instance.
16382         
16383 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16384
16385         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16386         font hash table, if we have a GdkFontPrivate entry for this font
16387         already, simply increment its reference count, provided by Olaf Dietsche
16388         <olaf.dietsche+list.gtk@netcologne.de>.
16389
16390         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
16391         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
16392
16393 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
16394
16395         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
16396         the number of calls to gdk_draw_point() (and thus to X) by
16397         clipping the points by hand.
16398
16399         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
16400         the clip parameter.
16401         (gtk_handle_box_paint): Only paint the handle if the expose area
16402         intersects it.
16403
16404 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
16405
16406         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
16407
16408 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
16409
16410         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
16411         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
16412
16413 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
16414
16415         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
16416          textmode (O_TEXT) for OS/2 version.
16417
16418 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
16419
16420         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
16421         GtkSpinButton, "input" and "output", to make the output more flexible.
16422         The user has to provide a mapping between adjustment->value and the
16423         output string (and vice versa, if the spin button is editable). 
16424         See testgtk for examples.
16425
16426 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
16427
16428         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
16429         new one.
16430         
16431         * configure.in: set gtk+ version to 1.3.0.