]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Convert to new property API, patch from Lee Mallabone
[~andy/gtk] / ChangeLog.pre-2-10
1 2001-02-20  Havoc Pennington  <hp@redhat.com>
2
3         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
4         Lee Mallabone
5
6         * gtk/gtkarrow.c: Convert to new property API, patch from 
7         Lee Mallabone
8
9 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
10
11         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
12         function to create an icon set from a pixbuf.
13
14 2001-02-20  Alexander Larsson  <alexl@redhat.com>
15
16         * gtk/gtkcellrenderertext.[ch]:
17         Add a "markup" property.
18
19         * gtk/treestoretest.c:
20         Use the markup property, remove some leftover stuff from
21         GtkTreeModelMapping.
22
23 2001-02-20  Alexander Larsson  <alexl@redhat.com>
24
25         * gtk/gtklabel.c (gtk_label_set_selectable):
26         Queue a redraw if the selectable setting was changed.
27
28 2001-02-20  Alexander Larsson  <alexl@redhat.com>
29
30         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
31         Actually copy the whole gc, not just the public parts.
32         
33         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
34         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
35         labels.
36
37 2001-02-19  Havoc Pennington  <hp@pobox.com>
38
39         * gdk/gdkwindow.c: docs
40
41         * gdk/gdkrgb.c: docs
42
43         * gdk/gdkregion-generic.c: docs
44
45         * gdk/gdkgc.c (gdk_gc_set_values): docs
46
47         * gdk/gdkdraw.c: docs
48
49         * gdk/gdkdrawable.h: deprecate drawable get/set data
50
51 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
52
53         * demos/gtk-demo/dialog.c: Add simple new demo.
54
55 2001-02-19  Havoc Pennington  <hp@redhat.com>
56
57         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
58         insert_child_anchor signal, bug #50245
59
60         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
61         from create_child_anchor, so the anchor is passed in
62
63         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
64         (_gtk_widget_segment_new): have the child anchor object passed in, 
65         instead of creating it.
66
67         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
68         to gtk_text_buffer_get_modified
69
70 2001-02-19  Havoc Pennington  <hp@redhat.com>
71
72         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
73         changed GLib without fixing GTK
74
75         * gtk/gtkrange.h: Rename all the stupid implementation detail 
76         functions to have an underscore in front. Most of them should 
77         probably just go away, but for starters don't export them.
78         Bug #50482
79
80 2001-02-19  Havoc Pennington  <hp@redhat.com>
81
82         * gdk/gdkcolor.h: test was backward, so deprecated functions were
83         excluded by default
84
85         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
86         clean up the old code a bit
87
88         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
89         inconsistent state
90
91         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
92         draw inconsistent state
93
94         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
95         (create_menu): add inconsistent test
96
97         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
98         new function
99         (gtk_check_menu_item_get_inconsistent): new function
100         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
101         state (using etched in for now)
102
103         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
104         draw inconsistent state
105
106         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
107         function, used when the user has selected a range of stuff in
108         different states
109         (gtk_toggle_button_get_inconsistent): accessor for that
110         (gtk_toggle_button_paint): draw inconsistent state (etched in?
111         don't know what else to do)
112
113 2001-02-19  Hans Breuer <hans@breuer.org>
114
115         * gtk/gtk.def : updated exported symbols
116
117         * gtk/makefile.msc.in : updated
118
119         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
120         a colormap, when invoked from testgtk::entry. I'm not sure where
121         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
122         avoids immediate crashing ...
123
124         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
125         any objections ?
126
127         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
128         0 parameter. At least msvc doesn't like macros with var args. 
129         I simply removed the extra 0, was it a feature or a typo ?
130
131         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
132         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
133         because the value assignment to the internal struct wasn't working.
134         I'm not absolutely sure. The problem could have been resolved by
135         changing the "func" declartion in the struct, but was the pointer
136         to the function pointer intended ?
137
138         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
139
140         * gdk/gdk.def : updated exported symbols
141
142         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
143         only use SetDIBitsToDevice if there is a palette at the drawable
144         and the image is GDK_VISUAL_PSEUDO_COLOR
145
146         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
147
148         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
149
150         * gdk/*/makefile.msc : updated
151
152 2001-02-19  Havoc Pennington  <hp@redhat.com>
153
154         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
155         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
156
157         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
158         (gdk_key_repeat_restore): nuke
159
160         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
161         (gdk_init_check): no atexit func
162
163         * gdk/gdkrgb.h: mark some stuff deprecated
164
165         * gdk/gdkcolor.h: mark some stuff deprecated
166         
167         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
168
169         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
170
171 2001-02-16  Havoc Pennington  <hp@redhat.com>
172
173         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
174         scroll steps.
175
176         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
177         steps, and add Ctrl-arrow shortcuts for paging visually as with
178         HScale, since Page Up and Page Down move logically.
179
180         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
181         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
182         
183         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
184         steps
185         (gtk_range_scroll): handle the visual steps
186
187         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
188         scroll steps
189
190         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
191         steps, not the logical ones.
192
193         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
194         (scroll_vertical): handle up/down steps
195
196 2001-02-19 Alexander Larsson  <alexl@redhat.com>
197
198         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
199         Copy data and free data with free().
200
201         * gdk-pixbuf/gdk-pixbuf.c:
202         * gdk-pixbuf/io-jpeg.c:
203         * gdk-pixbuf/io-png.c:
204         Use g_try_malloc/g_free instead malloc/free.
205         
206         * gdk-pixbuf/test-gdk-pixbuf.c:
207         Must... initialize... gobject...
208         
209         * gdk-pixbuf/pixops/timescale.c:
210         * gtk/gtkcalendar.c:
211         Use g_malloc instead of malloc.
212         
213 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
214
215         * gtk/testgtkrc:
216         Comment out property assignments, these don't work yet.
217
218 2001-02-17  Havoc Pennington  <hp@pobox.com>
219
220         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
221         bit.
222
223 2001-02-17  Havoc Pennington  <hp@pobox.com>
224
225         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
226         shadowed variables that had broken size request in some cases,
227         leading to bogus tooltips (#50996)
228
229 2001-02-06  Jon K Hellan  <hellan@acm.org>
230
231         Implement fast browsing of tooltips, bug #50619
232         
233         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
234         and last_popdown
235         
236         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
237         use_sticky_delay and last_popdown.
238         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
239         time of popdown.
240         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
241         is NULL.
242         (gtk_tooltips_recently_shown): New static function.  Return true
243         if < sticky_delay has elapsed since last popdown.
244         (gtk_tooltips_event_handler): Display window after sticky_delay
245         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
246         since last popdown.
247         
248 2001-02-17  Havoc Pennington  <hp@pobox.com>
249
250         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
251         instead of (). #6394
252
253         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
254         G_CONST_RETURN, make it return by reference, #50473
255         
256 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
257
258         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
259         generated ENTER_NOTIFY event with 0, otherwise not explicitely
260         setup fields contain garbage (e.g. subwindow, breaking
261         gdk_drawable_ref() upon event copy).
262         (gtk_menu_stop_navigating_submenu_cb): same here.
263
264         * gtk/gtklist.c (gtk_list_vertical_timeout): 
265         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
266         * gtk/gtkclist.c (vertical_timeout): 
267         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
268         default-zero-intialization for unions to memset(,0,), as unions are
269         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
270         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
271
272         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
273         g_closure_sink() warning.
274
275         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
276         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
277         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
278         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
279         
280 >>>>>>> 1.1728
281 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
282
283         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
284         gtk_*_store_get, and moved to GtkTreeModel.
285
286         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
287
288         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
289
290         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
291
292         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
293         set the func.
294
295         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
296         freeze/thaw notify between setting all the properties for a cell.
297
298         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
299
300 2001-02-15  Havoc Pennington  <hp@redhat.com>
301
302         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
303         the X coordinates so they're with respect to the line, rather than 
304         with respect to the layout.
305
306         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
307         Mallabone
308
309         * gtk/testgtk.c (create_range_controls): add vscale tests, 
310         and inverted test
311
312         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
313         #50806
314
315         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
316
317         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
318         gtk_text_iter_is_end
319
320         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
321         rename gtk_text_buffer_get_end_iter
322
323         * gtk/testgtk.c (create_labels): Add test for selectable
324
325         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
326         the selection stuff. This code is kind of broken since it doesn't 
327         use the theme engine.
328
329         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
330         fix infinite loop and y offset problem
331         (gdk_draw_layout_line_with_colors): fix foreground color handling
332
333         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
334         that makes the label selectable.
335         
336         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
337         layout when the style is set, since fonts etc. could have changed.      
338
339 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
340
341         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
342
343         * gtk/gtktreemodelsimple.[ch]: removed.
344
345 2001-02-16  Alexander Larsson  <alexl@redhat.com>
346
347         * gtk/gtktreemodelmapping.[ch]:
348         New files. Implement GtkTreeModelMapping.
349         
350         * gtk/Makefile.am:
351         Add gtktreemodelmapping.[ch].
352         
353         * gtk/gtk.h:
354         Add gtktreemodelmapping.h
355
356         * gtk/treestoretest.c:
357         Test the GtkTreeModelMapping
358
359 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
360
361         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
362         have a demo, we might as well pass in real values.  Thanks to
363         clahey for pointing this out.
364
365 2001-02-14  Havoc Pennington  <hp@pobox.com>
366
367         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
368         "static" to a private function
369         (gtk_image_menu_item_class_init): remove destroy handler,
370         add "image" object property
371
372 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
373
374         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
375         Add a shortcut if the window and the current clip_region doesn't
376         overlap. This is needed when there are a lot of windows in a
377         window. The layout test in testgtk is a good test.
378
379         * gdk/linux-fb/gdkwindow-fb.c:
380         Whitespace fix.
381
382 2001-02-13  Sven Neumann  <sven@convergence.de>
383
384         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
385
386 2001-02-13  Alexander Larsson  <alexl@redhat.com>
387
388         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
389         Don't reference last_cursor if it is null. Fixes crash when rotating
390         the screen before having moved the mouse.
391
392         * gdk/linux-fb/gdkcc-fb.c: Zapp!
393
394         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
395
396         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
397         when using 90 or 270 degrees rotation.
398
399 2001-02-12  Havoc Pennington  <hp@pobox.com>
400
401         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
402         it always set the foreground, even if we were only using
403         a stipple.
404         (gdk_draw_layout_line_with_colors): new function, allow
405         override colors
406         (gdk_draw_layout_with_colors): new function, allow override
407         colors
408         (gdk_pango_layout_line_get_clip_region): function to get the clip
409         region for a logical text range
410         (gdk_pango_layout_get_clip_region): get the clip region for a
411         logical text range
412
413         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
414         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
415         the right number of arguments.
416
417         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
418         enhance the function to check that node data corresponds to a 
419         view still belonging to the tree.
420
421         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
422         GtkTreePath
423         (gtk_tree_view_inserted): ditto
424         (gtk_tree_view_child_toggled): ditto
425
426         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
427         simplify this code.
428
429         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
430         a PangoAttrList
431
432         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
433
434         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
435
436         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
437         size in the size request 
438         (gtk_menu_bar_size_allocate): consider toggle size here
439
440         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
441         that displays a widget in the toggle slot
442
443         * gtk/testgtk.c: test GtkImageMenuItem
444
445         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
446         
447         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
448         request and allocation
449
450         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
451
452         * gtk/gtkcheckmenuitem.c
453         (gtk_check_menu_item_toggle_size_request): ditto
454         
455 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
456
457         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
458         reference.
459
460         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
461         and refuse to initialize GTK+ if they fail.
462
463 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
464
465         * configure.in: Add check for gtk-doc version.
466
467 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
468
469         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
470         where the xpad/ypad was only being used on one side!
471
472 2001-02-11  Tor Lillqvist  <tml@iki.fi>
473
474         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
475         function, copied from X11 version.
476
477         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
478         DestroyCursor failures. The reason for the problem (despite the
479         inconsistent messages from GetLastError()) was that
480         DestroyCursor() cannot be called while a cursor is set in a
481         window. Set the new cursor first and then destroy the old one.
482         Thanks to jpe@archaeopteryx.com.
483
484         * gdk/win32/gdkcc-win32.c: Remove.
485
486         * gdk/win32/Makefile.am: Remove from here, too.
487         
488         * gdk/gdk.def
489         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
490
491         * gtk/gtk.def
492         * gtk/makefile.mingw.in: Updates.
493
494 2001-02-08  Havoc Pennington  <hp@redhat.com>
495
496         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
497         add a widget to a bin that already has a child.
498
499         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
500
501         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
502         
503         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
504
505         * gdk/gdk.h: remove gdkcc.h
506
507         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
508
509         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
510         GdkPixbuf, since the previous implementation was GdkColorContext
511         dependent.
512
513         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
514         
515 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
516
517         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
518         a sane value!
519
520 2001-02-08  Havoc Pennington  <hp@redhat.com>
521
522         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
523         lighten them.
524
525 2001-02-08  Havoc Pennington  <hp@redhat.com>
526
527         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
528         validation idle
529
530         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
531         cell renderer
532
533         * demos/pixbuf-demo.c (timeout): remove deprecated
534         gtk_widget_draw
535
536         * demos/testpixbuf-save.c (main): remove deprecated
537         gtk_drawing_area_size
538
539         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
540         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
541         at the start of the allocation.
542         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
543         unsetup or NULL model.
544
545         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
546         even/odd/sorted cells in the tree view.
547
548         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
549         bugfixes
550
551         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
552         backgrounds with draw_flat_box using different detail for even/odd
553         rows.
554
555         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
556         row, so we can draw the alternating colors thing
557
558         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
559         property from a synonym property, notify for the synonym.
560         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
561         (gtk_text_tag_get_property): Always return the font, even if
562         all its fields aren't set
563
564         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
565         store the attr list; it leaves us with no way to change attributes
566         in _render according to the render flags, and no way to implement
567         get_property. Instead store all the specific text attributes. 
568         Separate whether an attribute is enabled from its value. Sync all
569         properties with GtkTextTag, make them all consistent, etc.
570
571         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
572         renderers can highlight the sort row/column     
573
574         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
575         accessor functions to get values; this has the side effect of
576         showing up which accessor functions were missing. Added those.
577
578         * gtk/gtktreeviewcolumn.h: Replace set_justification with
579         set_alignment, to be consistent with GtkLabel, GtkMisc
580
581         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
582         arrow.
583
584         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
585
586         * gtk/gtktreesortable.h: updates in here
587
588 2001-02-07  Sven Neumann  <sven@convergence.de>
589
590         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
591         pango dimensions after painting the background. We used to draw
592         gigantic flat boxes here.
593
594 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
595
596         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
597         error introduced with earlier commit) (pointed out by
598         Ollie Lho)
599
600 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
601
602         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
603         which are no longer necessary.
604
605 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
606
607         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
608
609 2001-02-04  Tor Lillqvist  <tml@iki.fi>
610
611         * gdk/gdk.def
612         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
613         Provide dummy implementations.
614
615 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
616
617         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
618
619         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
620         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
621         deprecated this function.
622
623         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
624         argument.
625
626 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
627
628         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
629
630 2001-02-03  Havoc Pennington  <hp@pobox.com>
631
632         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
633         Mikael Hermansson with patch from Mikael (if there was a toggle
634         start one after the first character in the range, this function
635         was broken). Bug #50380
636
637 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
638
639         * configure.in: Remove confusing comment about X11.
640
641 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
642
643         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
644         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
645         
646 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
647
648         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
649         it breaks things on BSD. If you want to compile GTK+ with
650         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
651         when configuring, since GTK+ simply can't be "pure ANSI" 
652         in the header files it uses. (#8170, Greg Hudson)
653
654 2001-02-02  Havoc Pennington  <hp@redhat.com>
655
656         * gtk/gtkwindow.c: docs
657
658         * gtk/gtkwidget.c: docs
659         (gtk_widget_set_colormap): add a reference to the colormap
660         (gtk_widget_get_default_colormap): add a reference to the colormap
661
662         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
663
664         * gtk/gtktextiter.c: docs
665
666         * gtk/gtkmain.c (gtk_propagate_event): docs
667
668         * gtk/gtkpaned.c (gtk_paned_get_position): docs
669         (gtk_paned_set_position): docs
670
671         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
672         sort interface, no implementation yet.
673
674         * demos/testpixbuf.c (new_testrgb_window): replace
675         gtk_drawing_area_size() with gtk_widget_set_usize()
676
677         * demos/testpixbuf-drawable.c (main): ditto
678         
679         * gtk/testgtk.c: remove use of GtkStatusbarMsg
680
681         * gtk/gtktextbuffer.c: docs
682
683         * gtk/gtkstock.c: docs
684
685         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
686
687         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
688
689         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
690         
691         * gtk/gtkimage.c: add some docs in here
692         (gtk_image_size_request): change name of
693         gtk_widget_render_stock_icon
694         (gtk_image_get_icon_set): don't dup returned string
695         (gtk_image_get_icon_set): don't dup returned string
696
697         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
698         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
699         and gtkiconfactory.h functions
700
701         * gtk/gtkiconfactory.c: add some docs in here
702
703         * gtk/gtkmain.c (gtk_get_default_language): document
704         (gtk_get_current_event): document
705         (gtk_get_current_event_state): document
706         (gtk_get_event_widget): document
707
708         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
709
710         * gtk/gtkcontainer.c: Add some documentation
711         (gtk_container_add): give a more explanatory warning on adding an
712         already-parented widget, this is kind of a FAQ and also a common
713         typo that's easier to debug with a nice warning 
714
715         * gtk/gtkcellrenderertoggle.c
716         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
717         adding this, it's useless
718         (gtk_cell_renderer_toggle_set_active): remove
719         (gtk_cell_renderer_toggle_get_radio): add
720
721         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
722         the NULL cell renderer, that doesn't make any sense to me. 
723
724         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
725         demo code should never use deprecated features.
726
727         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
728         code should never use deprecated features.
729
730         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
731         gtk_widget_queue_clear_area deprecated
732
733         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
734         deprecated
735
736         * gtk/gtklabel.h: mark gtk_label_get() deprecated
737
738         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
739         a GdkImage deprecated, replaced by new consistently-named
740         functions       
741
742         * gtk/gtkmain.h: Mark gtk_exit() deprecated
743
744         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
745
746         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
747         deprecated
748
749         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
750         so it won't appear in docs and confuse people.
751
752         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
753
754         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
755         macros deprecated. (can't mark the type itself deprecated, since
756         GtkProgressBar is not deprecated and we need the type decl to use
757         GtkProgressBar)
758
759         * gtk/gtkpixmap.h: Mark deprecated
760
761         * gtk/gtkoldeditable.h: Mark deprecated
762
763         * gtk/gtklist.h: Mark deprecated
764
765         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
766         for anything anymore.
767
768         * gtk/gtkctree.h: Mark deprecated
769
770         * gtk/gtkclist.h: Mark deprecated
771
772         * gtk/gtkpreview.h: Mark deprecated
773
774         * gtk/gtkpacker.h: Mark deprecated
775
776         * gtk/gtktipsquery.h: Mark deprecated
777
778         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
779
780         * gtk/gtkvruler.h: Add comment that it will move out of GTK
781
782         * gtk/gtkhruler.h: Add comment that it will move out of GTK
783
784         * gtk/gtkruler.h: Add comment that it will move out of GTK
785
786         * gtk/gtkgamma.h: Add comment that it will move out of GTK
787
788         * gtk/gtkcurve.h: Add comment that it will move out of GTK
789
790 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
791
792         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
793         gdk_colormap_sync private since it was never exported
794         in a header file.
795
796         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
797         colormap->colors[] for StaticGray, StaticColor colormaps.
798
799         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
800         was being used as if it was image->bits_per_pixel.
801
802         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
803         for the image in the GdkImage structure since it isn't
804         reconstructable, and we need it to handle packed types
805
806         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
807         the assumption that on Win32 image->bits_per_pixel == image->depth,
808         always.
809
810         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
811
812         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
813         warning message if no converter can be found. 
814
815 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
816
817         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
818         chars to isupper() / tolower(). (#567)
819
820         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
821         to clear up 64-bit warnings. (#567)
822
823 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
824
825         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
826         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
827
828         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
829         since some people set $(libdir) separately. (#1290, David Kaelbling)
830
831 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
832
833         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
834         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
835         MAXPATHLEN, but the code here depends on a fixed value.)
836         (#4524)
837
838 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
839
840         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
841         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
842
843 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
844
845         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
846         viewable there is no way that moving the node will cause the 
847         focus row to become not viewable, so omit check on the visibility
848         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
849
850 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
851
852         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
853         selection before inserting new text.
854
855 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
856
857         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
858         Make the sensitivity of the reparented child track that of
859         the original parent menu item. (#34218, David Hodson)
860
861         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
862         the case where the current item is destroyed properly.
863
864         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
865         some edge cases with child-less menuitems.
866         
867 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
868
869         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
870         key pop down window. (#12074, Jon K Hellan)
871
872 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
873
874         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
875         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
876         The solution here isn't perfect - you get an extraneous
877         emission of "toggle", which could conceivably confuse an app,
878         but better than the current situation. LXR search seems to
879         indicate that no apps in GNOME CVS connect to "toggle".
880
881 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
882
883         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
884         gtk_public_h_sources to directly here to avoid warning when
885         building srcdir != builddir. (#9656)
886
887 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
888
889         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
890         handlers in gtkrange.c return the proper values (TRUE == handled)
891         (#10316).
892
893         This is just the tip of the iceberg, but gtkrange.c is the
894         most common place where the propagation is problematical,
895         and also a place where it is almost certainly safe to change
896         this in the stable branch.
897
898         (You don't want right click popups on a range control or anything...)
899
900 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
901
902         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
903         area on focus out, even if a background pixmap isn't set.
904         (#13941)
905         
906 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
907
908         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
909         to deal with setting the shape properly when scrolling arrows are
910         turned on, but not visible because there is sufficient space.
911         (#13432)
912
913 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
914
915         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
916         items with submenus, destroy the item along with the submenu.
917         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
918         properly.
919
920         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
921         later.
922
923 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
924
925         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
926         the focus widget sometimes wasn't drawn with the default if there
927         was no default widget.
928
929         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
930         unreference pixmaps. 
931
932         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
933         for some extra safety.
934
935 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
936
937         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
938         the text of a cell to the old pointer value better, by
939         copying the new text before freeing the old text. Some code
940         cleanup. (#8079, Karl Nelson)
941
942 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
943
944         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
945         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
946
947 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
948
949         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
950         item from a menu, check to see if it matches 
951         menu->old_active_menu_item, and if so, unref and clear
952         old_active_menu_item (Patch from Pavel Cisler)
953
954         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
955         menu_shell->active_menu_item, if it is the child being
956         removed. (Patch based on that of Gene Ragan, #50337)
957
958 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
959
960         * gdk/linux-fb/gdkselection-fb.c: 
961         * gdk/linux-fb/gdkcolor-fb.c: 
962         * gdk/linux-fb/gdkdrawable-fb2.c: 
963         * gdk/linux-fb/gdkfont-fb.c: 
964         * gdk/linux-fb/gdkim-fb.c: 
965         * gdk/linux-fb/gdkinput.c: 
966         * gdk/linux-fb/gdkkeyboard-fb.c: 
967         * gdk/linux-fb/gdkmain-fb.c: 
968         * gdk/linux-fb/gdkrender-fb.c: 
969         A bunch of whitespace cleanup.
970         
971 2001-01-30  Havoc Pennington  <hp@pobox.com>
972
973         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
974         #ifdef GTK_ENABLE_BROKEN.
975
976         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
977         GTK_ENABLE_BROKEN just before including the broken headers.
978         
979         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
980         deprecated types registered.
981
982         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
983         we have to test the broken stuff.
984
985         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
986         
987 2001-01-30  Havoc Pennington  <hp@redhat.com>
988
989         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
990         here where prev pointer was set to the wrong thing
991
992         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
993         (gtk_tree_path_is_descendant): new function
994
995         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
996         cached length
997         (gtk_list_store_get_iter): don't modify iter if we can't get the
998         path.
999
1000         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
1001         
1002         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
1003         GtkTreeDragDest
1004
1005         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
1006         was causing segfault
1007
1008         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
1009         pointer to NULL
1010
1011         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
1012
1013         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
1014         on returning FALSE
1015         (gtk_list_store_iter_children): ditto
1016         (gtk_list_store_iter_nth_child): ditto
1017         (gtk_list_store_iter_nth_child): ditto
1018         (gtk_list_store_iter_parent): ditto
1019
1020         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
1021         on iter->user_data != NULL instead of silently accepting it.
1022         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
1023         we are returning TRUE.
1024         (gtk_tree_store_iter_children): ditto
1025         (gtk_tree_store_iter_nth_child): ditto
1026         (gtk_tree_store_iter_parent): ditto
1027         (gtk_tree_store_insert): remove handling of parent->user_data ==
1028         NULL, replace with parent == NULL       
1029
1030         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
1031         and a comment explaining things
1032
1033         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
1034         interface support to GtkTreeStore.
1035
1036         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
1037         FALSE if no prev, fix
1038
1039         * gtk/gtktreeview.c (set_source_row): use a row reference
1040         (set_dest_row): use a row reference
1041
1042 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
1043
1044         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
1045         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
1046         (gtk_tree_selection_select_iter): The same as above.
1047
1048 2001-01-26  Havoc Pennington  <hp@redhat.com>
1049
1050         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
1051         which holds a handle to a specific row (particular set of values
1052         in the model, i.e. pointer-identity row).
1053
1054         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
1055         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
1056         Still need to use it for the src/dest row saved on the drag context.
1057
1058 2001-01-26  Havoc Pennington  <hp@redhat.com>
1059
1060         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
1061
1062         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
1063         not offset by TREE_VIEW_HEADER_HEIGHT
1064         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
1065         TREE_VIEW_HEADER_HEIGHT
1066
1067         * configure.in (included_loaders): for me, --with-included-loaders
1068         generates the error "the specified loader yes does not exist",
1069         i.e. the arg defaults to "yes", so change test for value ""
1070         to test for value "yes", and include all loaders in that case.
1071
1072         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
1073
1074         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
1075         handle TREE_VIEW_VERTICAL_SEPARATOR
1076         (gtk_tree_view_bin_expose): fix to consider the row offset as
1077         pointing halfway into vertical separator.       
1078         (gtk_tree_view_draw_node_focus_rect): ditto
1079
1080         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
1081         --gtk-debug=updates, which causes gdk_window_set_debug_updates
1082         (TRUE) to be called.
1083
1084         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
1085         debug mode where the invalid region is colored in on invalidate,
1086         so you can see the flicker and know whether your redraw code is 
1087         doing a good job.
1088
1089         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
1090         tree window coordinates (clip rect is in tree window coords)
1091
1092         * gtk/Makefile.am: add gtktreednd.[hc]
1093
1094         * gtk/gtkliststore.c: implement gtktreednd interfaces.
1095
1096         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
1097         drag-and-drop data operations on a model (so we can set up tree
1098         drag-and-drop automatically)
1099
1100         * gtk/testgtk.c: Add a window to change sensitivity in the
1101         GtkLabel test; add a way to change the entry frame in GtkEntry
1102         test
1103
1104         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
1105         (gtk_entry_get_has_frame): new functions to remove the frame
1106         around an entry
1107         (gtk_entry_size_request): shrink requisition if no frame
1108         (gtk_entry_draw_focus): don't draw frame if no frame
1109
1110         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
1111         checks inside a cell renderer
1112         (gtk_default_draw_option): ditto for options
1113
1114         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
1115         children from the alignment, not the button
1116         (gtk_tree_view_column_init): ref/sink the column, to emulate
1117         GObject refcounting.
1118
1119         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
1120         
1121         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1122         Use theme functions to draw the toggles 
1123
1124         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
1125
1126         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
1127         GdkPangoAttrEmbossed to use in rendering insensitive text
1128
1129         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
1130
1131         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
1132         using new GDK features
1133         
1134 2001-01-24  Alexander Larsson  <alexl@redhat.com>
1135
1136         * gtk/gtkimage.c:
1137         Splitted gtk_image_clear into gtk_image_clear() and
1138         gtk_image_reset(). Call gtk_image_clear() in ::destroy
1139         to avoid leaks.
1140
1141         * gtk/gtklabel.c (set_markup):
1142         Don't leak text.
1143
1144         * gtk/gtktextlayout.c:
1145         Always free display->shaped_objects.
1146
1147         * gtk/testgtk.c (create_clist):
1148         Don't leak custom style.
1149
1150 2001-01-23  Alexander Larsson  <alexl@redhat.com>
1151
1152         * gtk/gtkcolorsel.c (grab_color_at_mouse):
1153         Don't leak image. Simplify using gdk_colormap_query_color().
1154         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
1155
1156         * linux-fb/gdkcolor-fb.c:
1157         Implemented gdk_colormap_query_color.
1158
1159 2001-01-23  Alexander Larsson  <alexl@redhat.com>
1160
1161         * linux-fb/gdkcursor-fb.c:
1162         Don't leak built-in cursors.
1163
1164         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
1165         Don't leak tmp_points.
1166
1167         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
1168         Don't modify desc. Don't leak font if the PangoFont
1169         isn't found.
1170         
1171         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
1172         Free dash_list.
1173
1174         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
1175         Don't leak string.
1176         
1177 2001-01-20  Havoc Pennington  <hp@pobox.com>
1178
1179         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
1180         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
1181         me, matches Pango
1182
1183 2001-01-22  Havoc Pennington  <hp@redhat.com>
1184
1185         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
1186
1187         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
1188
1189         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
1190         Remove, move back to gdk-pixbuf
1191
1192         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
1193         to all the word functions
1194
1195         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
1196         before doing anything on NULL layout or if we don't have the focus
1197
1198         * gtk/testtext.c (fill_example_buffer): "justification"
1199
1200         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
1201         to be called "justification" not "justify"
1202
1203         * demos/gtk-demo/textview.c (create_tags): "justification"
1204         
1205         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
1206
1207 2001-01-22  Alexander Larsson  <alexl@redhat.com>
1208
1209         * gdk/gdkwindow.c (gdk_window_invalidate_region):
1210         Don't leak visible_region. Use visible_region instead of region.
1211         
1212         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
1213         Don't do extra gdk_drawable_ref(). This is not X.
1214         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
1215         gdk_fb_focused_window is ref:ed.
1216         (gdk_fb_window_send_crossing_events): Watch out for destroyed
1217         windows.
1218
1219 2001-01-22  Alexander Larsson  <alexl@redhat.com>
1220
1221         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
1222         Don't leak the PangoFontDescriptor.
1223
1224 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
1225
1226         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
1227         when not realized.
1228         (gtk_tree_view_scroll_to_cell): Make work when not realized.
1229         (gtk_tree_view_realize): add scroll_to support
1230         (gtk_tree_view_finalize): add a finalize method.  Populate.
1231         (gtk_tree_view_insert_column): ref and sink the column.
1232         (gtk_tree_view_append_column): ref and sink the column.
1233         (gtk_tree_view_queue_draw_node): New function to handle redrawing
1234         individual nodes.  Should make the code much more efficient, if
1235         actually used.
1236
1237 2001-01-19  Havoc Pennington  <hp@redhat.com>
1238
1239         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
1240         byte_offset variable was being used to mean both "offset into
1241         layout" and "offset into buffer line" which was no longer true
1242         with addition of preedit string; fix
1243
1244 2001-01-19  Havoc Pennington  <hp@redhat.com>
1245
1246         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
1247
1248         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
1249         function
1250
1251         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
1252         implement
1253
1254         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
1255         scroll_to_cell, matches TextView scroll functions better
1256         (gtk_tree_view_tree_to_widget_coords): new function
1257         (gtk_tree_view_widget_to_tree_coords): new function
1258         (gtk_tree_view_get_visible_rect): new function
1259         (gtk_tree_view_get_path_at_pos): accept negative coordinates
1260         (gtk_tree_view_draw_node_focus_rect): new function moved from
1261         draw_focus, also, use width of bin_window as width of the focus
1262         rect
1263         (gtk_tree_view_expand_row): fix bug where it didn't recognize
1264         already-expanded rows
1265         (gtk_tree_view_get_cell_rect): new function
1266         (gtk_tree_view_get_path_at_pos): return the click position
1267         relative to the passed-in cell
1268         (gtk_tree_view_set_expander_column): new function
1269
1270         * configure.in: remove gtk-config-2.0 chmod
1271
1272         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
1273         and properly handle drags with targets we don't understand
1274         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
1275         scrolling anyway
1276         (gtk_text_view_drag_drop): stop scrolling here though, and set the
1277         mark invisible
1278
1279         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
1280         function
1281         (gtk_drag_dest_get_target_list): new function
1282         (gtk_drag_dest_set_target_list): new function
1283         
1284         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
1285
1286         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
1287         related to drag-and-drop
1288
1289 2001-01-19  Alexander Larsson  <alexl@redhat.com>
1290
1291         * gdk/linux-fb/gdkprivate-fb.h:
1292         Define EMULATE_GDKFONT.
1293         Add extra pango_font stuff to GfkFontPrivate.
1294         
1295         * gdk/linux-fb/gdkdrawable-fb2.c:
1296         * gdk/linux-fb/gdkfont-fb.c:
1297         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
1298         emulation using PangoFont.
1299
1300 2001-01-17  Havoc Pennington  <hp@pobox.com>
1301
1302         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
1303         all the non-deprecated set_foo functions. Added missing object
1304         properties, and added g_object_notify() to setters. 
1305         Wrote docs.
1306         
1307 2001-01-18  Tor Lillqvist  <tml@iki.fi>
1308
1309         * gtk/gtkmain.c
1310         * gtk/gtkrc.c: (Win32) Use the new
1311         g_win32_get_package_installation_(sub)directory() functions.
1312
1313         * config.h.win32.in: New file.
1314         
1315         * config.h.win32: Removed.
1316
1317         * configure.in: Output config.h.win32.
1318
1319         * Makefile.am: Add it to EXTRA_DIST.
1320
1321         * gtk/gtk.def: Update.
1322
1323 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
1324
1325         * gtk/gtklabel.c (gtk_label_size_request): Set the
1326         attributes onto the PangoLayout even if they are newly
1327         created from label->pattern.
1328
1329 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
1330
1331         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
1332
1333         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
1334         structures in functions. Fixes bug where gtk_dataset_*
1335         was accidentally still being used in one place, causing
1336         every dest side event to be treated independently.
1337
1338         * gtk/gtkdnd.c: Remove last vestages of handling
1339         ::draw (fixes warning)
1340         
1341         * gtk/gtkentry.[ch]: Add drag and drop support.
1342
1343         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
1344         new function gtk_check_drag_threshhold() for checking
1345         to check if (dx,dy) has exceeded the threshhold for starting
1346         a drag and use it everywhere.
1347
1348 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
1349
1350         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
1351         add -I{includedir}/gtk-2.0.
1352
1353         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
1354         gdk/gdk-pixbuf.h: Doc fixups.
1355         
1356         * gtk/gtkobject.h: Remove trailing , from enum
1357
1358 2001-01-17 Alexander Larsson <alexl@redhat.com> 
1359
1360         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
1361         Doh! Mixed up x and y.
1362
1363         * gdk/linux-fb/gdkglobals-fb.c:
1364         Removed gdk_fb_pointer_grab_window_events,
1365         added _gdk_fb_pointer_grab_owner_events and
1366         _gdk_fb_keyboard_grab_owner_events.
1367
1368         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
1369         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
1370         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
1371         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
1372         Send crossing events after ungrab finished.
1373         (gdk_keyboard_grab): Set ..._owner_events
1374         (type_masks): Move out of function.
1375         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
1376         gdk_fb_keyboard_event_window): New functions, return the
1377         window an event should be targeted at. Handles grabs and
1378         event propagation. Can return NULL.
1379         (gdk_event_make): Remove event_mask checking. Now always
1380         returns an event.
1381                 
1382         * gdk/linux-fb/gdkkeyboard-fb.c:
1383         * gdk/linux-fb/gdkproperty-fb.c:
1384         * gdk/linux-fb/gdkselection-fb.c:
1385         Use new event_window/gdk_event_make() behaviour.
1386         
1387         * gdk/linux-fb/gdkmouse-fb.c:
1388         Use new event_window/gdk_event_make() behaviour.
1389         Only send motion events if in the same window.
1390         If grabbed, use cursor from window if sibling of grabbed
1391         window, and cursor from grabbed window otherwise.
1392
1393         * gdk/linux-fb/gdkprivate-fb.h:
1394         Update gdk_fb_window_send_crossing_events, gdk_event_make
1395         and grab varaible declarations. Add gdk_fb_*_event_window().
1396
1397         * gdk/linux-fb/gdkwindow-fb.c:
1398         Use new event_window/gdk_event_make() behaviour.
1399         Keep correct track of focus window.
1400         (gdk_window_set_events): Set all specific button motion masks
1401         if GDK_BUTTON_MOTION_MASK set.
1402
1403         * gtk/gtkdnd.c (gtk_drag_update):
1404         Free info->last_event if gdk_drag_motion returned FALSE.
1405
1406 2001-01-16  Tor Lillqvist  <tml@iki.fi>
1407
1408         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
1409         Eliminate redraws when input-only windows are shown or
1410         hidden. Thanks to jpe@archaeopteryx.com.
1411
1412 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
1413
1414         * docs/faq/gtk-faq.sgml: FAQ update:
1415           - Update to bugzilla
1416           - Add GTK+ and security/SUID/SGID
1417           - Add DnD question
1418
1419 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
1420
1421         * gdk/linux-fb/gdkdnd-fb.c:
1422         Some cleanups.
1423         
1424 2001-01-15  Havoc Pennington  <hp@pobox.com>
1425
1426         * tests/testtreeview.c: add test stuff for CellRendererToggle
1427
1428         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
1429         accessor
1430
1431         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
1432         only toggle on button press (would do release like GtkButton, but
1433         we'd need implicit grab code for treeview cells)
1434
1435 2001-01-16  Tor Lillqvist  <tml@iki.fi>
1436
1437         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
1438
1439         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
1440         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
1441
1442         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
1443         to g_{locale,filename}_{to,from}_utf8 to match current API.
1444
1445         * gtk/makefile.msc.in (gtk_OBJECTS)
1446         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
1447
1448         * gtk/gtk.def: Update.
1449
1450 2001-01-15  Tor Lillqvist  <tml@iki.fi>
1451
1452         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
1453         implementaion that more closely mimics the events that an X server
1454         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
1455         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
1456         with nested preview widgets, for instance, more responsive when
1457         you move the mouse quickly into them.
1458         (find_window_for_pointer_event): Make it actually compile.
1459         (gdk_event_translate): Set send_event to the value of
1460         InSendMessage (). This doesn't really mean the same as X11's
1461         send_event flag, but is close enough, says jpe@archaeopteryx.com
1462
1463 2001-01-15  Alexander Larsson  <alexl@redhat.com>
1464
1465         * gdk/linux-fb/gdkdnd-fb.c:
1466         Implemented drag and drop.
1467         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
1468         when it tries to free and then copy the same event (info->last_event).
1469         I am not sure about why this happens, but will continue looking.
1470
1471 2001-01-15  Alexander Larsson  <alexl@redhat.com>
1472
1473         * gdk/linux-fb/gdkwindow-fb.c:
1474         Use gdk_window_invalidate_rect instead of
1475         gdk_window_invalidate_rect_clear to minimise flashing.
1476         When hiding windows you need to clear the root window though.
1477
1478 2001-01-15  Alexander Larsson  <alexl@redhat.com>
1479
1480         * gdk/linux-fb/gdkdrawable-fb2.c:
1481         For optization, add an full_shapes argument to gdk_fb_clip_region.
1482         If this is false, only the cliprects of the shapes are used.
1483
1484         * gdk/linux-fb/gdkprivate-fb.h:
1485         Export gdk_fb_window_peek_shape.
1486         Add full_shapes to gdk_fb_clip_region.
1487
1488         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
1489         When moving a window, don't clear everything under the it, just the
1490         root window. Makes stuff faster and flash less.
1491         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
1492         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
1493         offset of the shape.
1494         
1495
1496 2001-01-12  Havoc Pennington  <hp@redhat.com>
1497
1498         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
1499         current invalid region, fixes redraw bug while scrolling the 
1500         text widget
1501
1502         * gtk/gtktextview.c, gtk/gtktextview.h:
1503         Rearrange the scrolling/validation/etc. code in a major way, 
1504         so it seems to make sense to me. Probably isn't genuinely that
1505         much better, but...
1506
1507         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
1508         notifies
1509
1510         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
1511
1512 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
1513
1514         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
1515         Hide mouse pointer while rotation. Show it afterwards.
1516
1517 2001-01-12  Alexander Larsson  <alexl@redhat.com>
1518
1519         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
1520         windows in consideration when generating clip region.
1521
1522         * gdk/linux-fb/gdkfb.h:
1523         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
1524
1525         * gdk/linux-fb/gdkprivate-fb.h:
1526         Add shape to GdkWindowFBDatat.
1527         exported gdk_fb_window_get_abs_shape().
1528         removed gdk_fb_draw_lines declaration.
1529
1530         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
1531         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
1532         send focus changes when there is a grabbed window.
1533         (gdk_window_get_pointer): Handle shaped windows.
1534         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
1535         (gdk_fb_window_peek_shape): Returns the shape for a window,
1536         handles GDK_FB_USE_CHILD_SHAPE.
1537         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
1538         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
1539         (gdk_window_shape_combine_mask): Implement.
1540
1541         * gtk/gtkwindow-decorate.c:
1542         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
1543         setting the shape of a window makes the window transparent.
1544
1545 2001-01-11  Havoc Pennington  <hp@redhat.com>
1546
1547         * gtk/gtktreemodelsimple.h: Oops, broke some macros
1548
1549 2001-01-10  Havoc Pennington  <hp@redhat.com>
1550
1551         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
1552         add this function, bug 40251
1553
1554         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
1555         of type macro   
1556
1557 2001-01-11  Alexander Larsson  <alexl@redhat.com>
1558
1559         * acconfig.h:
1560         Added ENABLE_SHADOW_FB
1561
1562         * configure.in:
1563         Added --disable-shadowfb
1564
1565         * gdk/linux-fb/gdkcursor-fb.c:
1566         Update shadowfb when updating cursor
1567
1568         * gdk/linux-fb/gdkdrawable-fb2.c:
1569         Added wrappers for shadowfb that calls  the normal drawable
1570         methods, but calls gdk_shadow_fb_update(bounding box) when
1571         GdkWindows are drawed to.
1572         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
1573         which also returns the bounding box.
1574
1575         * gdk/linux-fb/gdkfb.h:
1576         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
1577
1578         * gdk/linux-fb/gdkgeometry-fb.c:
1579         Update shadowfb when scrolling window.
1580
1581         * gdk/linux-fb/gdkglobals-fb.c:
1582         Add _gdk_fb_screen_angle.
1583         
1584         * gdk/linux-fb/gdkkeyboard-fb.c:
1585         Test code for screen rotation. Shift-F2 in the xlate driver
1586         rotates the screen.
1587
1588         * gdk/linux-fb/gdkmain-fb.c:
1589         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
1590
1591         * gdk/linux-fb/gdkmouse-fb.c:
1592         Use fb_width/height instead of modeinfo.xres/yres.
1593
1594         * gdk/linux-fb/gdkprivate-fb.h:
1595         Added fb_men, fb_width, fb_height & fb_stride. When using
1596         shadow fb these can differ from the framebuffer stuff.
1597         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
1598         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
1599         _gdk_fb_screen_angle. Removed CM, RP.
1600
1601         * gdk/linux-fb/gdkrender-fb.c:
1602         Added code for shadowfb handling and screen rotation using
1603         shadowfb.
1604
1605         * gdk/linux-fb/gdkwindow-fb.c:
1606         Use fb_mem, fb_stride, fb_width, fb_height.
1607         Added recompute_rowstride to reset the rowstride of all windows.
1608         Added gdk_fb_recompute_all() which recomputes rootwindow size,
1609         window abs positions and window rowstrides. Usefull when the
1610         rotation has changed.
1611
1612 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
1613
1614         * docs/faq/gtk-faq.sgml: update to make web site updating easier
1615
1616 2001-01-10  Havoc Pennington  <hp@redhat.com>
1617
1618         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
1619         where sibling == iter
1620         (gtk_tree_store_insert_after): handle sibling == iter
1621         (gtk_tree_store_prepend): remove stamp checks
1622         (gtk_tree_store_insert_before): ditto
1623         (gtk_tree_store_append): ditto
1624         (gtk_tree_store_get_path): ditto
1625         (gtk_tree_store_get_value): ditto
1626         (gtk_tree_store_iter_has_child): ditto
1627         (gtk_tree_store_iter_n_children): ditto
1628         (gtk_tree_store_iter_nth_child): ditto
1629         (gtk_tree_store_insert_after): ditto
1630         (gtk_tree_store_is_ancestor): ditto
1631         (gtk_tree_store_iter_depth): ditto
1632         (gtk_tree_store_insert_before): assert that sibling's parent is
1633         the same as the passed-in parent
1634         (gtk_tree_store_insert_after): assert that sibling's parent is
1635         the same as the passed-in parent
1636
1637         
1638         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
1639         function to get the first iterator in a model
1640         
1641         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
1642         conventionally the "root" in this sense is just NULL afaict.
1643
1644         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
1645         where sibling == iter
1646         (gtk_list_store_insert_after): handle case where sibling == iter
1647
1648         * tests/testtreeview.c (run_automated_tests): fairly lame basic
1649         automated tests for ListStore, TreeStore
1650
1651         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
1652         (gtk_list_store_insert): update tail pointer, and fix it to work
1653         (gtk_list_store_insert_before): update tail pointer, and fix it to work
1654         (gtk_list_store_append): use tail to be faster
1655         (gtk_list_store_prepend): fix it, update tail pointer
1656         (gtk_list_store_insert_after): fix it, update tail pointer
1657
1658         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
1659         the list
1660
1661 2001-01-09  Havoc Pennington  <hp@redhat.com>
1662
1663         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
1664         is NULL due to a pending resize
1665
1666         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
1667         column width to values less than 1
1668
1669         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
1670         width to be between min/max width, and still set the width 
1671         even if autosize is turned on, so the tree view can use this 
1672         function in order to autosize.
1673         (gtk_tree_view_column_init): set initial width to 1 not 0
1674
1675         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
1676         setter function to modify column width, so we get notification
1677         (gtk_tree_view_insert_iter_height): ditto
1678         (gtk_tree_view_calc_size): ditto
1679         (gtk_tree_view_check_dirty): ditto
1680
1681         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
1682         properties to change all the interesting attributes of the tree
1683         view column.
1684         (gtk_tree_view_column_set_header_clickable): rename set_clickable
1685         (gtk_tree_view_column_get_clickable): add
1686         (gtk_tree_view_column_set_cell_renderer): don't unset the current
1687         attributes; assume a cell renderer with equivalent object
1688         properties has been swapped in. Do g_object_notify().
1689         (gtk_tree_view_column_set_visible): g_object_notify
1690         (gtk_tree_view_column_get_sizing): rename from get_col_type
1691         (gtk_tree_view_column_set_sizing): g_object_notify
1692         (gtk_tree_view_column_set_width): add g_object_notify
1693         (gtk_tree_view_column_set_min_width): ditto
1694         (gtk_tree_view_column_set_max_width): ditto
1695         (gtk_tree_view_column_set_title): ditto
1696         (gtk_tree_view_column_set_clickable): ditto
1697         (gtk_tree_view_column_set_widget): ditto
1698         (gtk_tree_view_column_set_justification): ditto
1699
1700 2001-01-09  Havoc Pennington  <hp@redhat.com>
1701
1702         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
1703         there are no rows in the model
1704
1705         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
1706         NULL, then return the start of the list
1707
1708         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
1709         if we can't get any rows from an empty model 
1710
1711         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
1712         extraneous * after function pointer typedef usage
1713
1714         * Makefile.am: don't specify full path to cp and rm
1715
1716         * gtk/gtkcellrenderertextpixbuf.c
1717         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
1718         NULL before dereferencing, fixes a segfault that happened from
1719         time to time
1720
1721         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
1722         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
1723         and reindent the function
1724         (gtk_cell_renderer_pixbuf_get_size): indentation
1725
1726         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
1727         we quit it
1728         (gtk_dialog_add_buttons_valist): add g_return_if_fail
1729         (gtk_dialog_set_default_response): New function, to set default
1730         button
1731         (gtk_dialog_set_response_sensitive): New function, to set 
1732         sensitivity of buttons
1733
1734         * gtk/gtkcellrendererpixbuf.c
1735         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
1736         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
1737
1738         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
1739         handle any G_TYPE_OBJECT subclass, not just the base class, and 
1740         also boxed types.
1741         (_gtk_tree_data_list_value_to_node): ditto
1742
1743         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
1744         --gtk-debug=tree
1745
1746         * gtk/gtkmain.c: add GTK_DEBUG_TREE
1747
1748         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
1749
1750 2001-01-09  Tor Lillqvist  <tml@iki.fi>
1751
1752         * gdk/win32/gdkevents-win32.c: Implement better mouse
1753         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
1754         (find_window_for_pointer_event): New function.
1755         (gdk_event_translate): Use it when handling mouse events.
1756
1757 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
1758
1759         * configure.in:
1760         Added --with-included-loaders option
1761
1762         * gdk-pixbuf/Makefile.am:
1763         * gdk-pixbuf/gdk-pixbuf-io.c:
1764         Add support for including selected gdk-pixbuf loaders only.
1765
1766         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
1767         gtk_window_set_has_frame):
1768         Added inline documentation.
1769
1770         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
1771         * docs/reference/gdk/tmpl/windows.sgml:
1772         Added inline documentation.
1773
1774 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
1775
1776         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
1777         realizing buttons that have already been realized.
1778
1779 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
1780
1781         * tests/testtreeview.c (main): Show menu items before adding to
1782         option menu.
1783
1784         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
1785         around if we kill them.
1786
1787         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
1788         Return if we pass in a NULL model.
1789
1790 2001-01-08  Havoc Pennington  <hp@redhat.com>
1791
1792         * tests/testtreeview.c: hack on this some
1793
1794         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
1795         gtk_tree_store_set_valist, v is for arrays, valist for varargs
1796         list
1797         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
1798
1799         * gtk/gtkliststore.h: Add varargs set() and get() convenience
1800         functions
1801
1802 2001-01-08  Alexander Larsson  <alexl@redhat.com>
1803
1804         * gtk/gtkwindow-decorate.[hc]:
1805         * gtk/Makefile.am:
1806         New files. Contains an implementation of a minimal WM for
1807         linux-fb.
1808
1809         * gtk/gtkwindow.h:
1810         Add the possibility for GtkWindows to specify a frame. This
1811         is used for the window decoration code, but could concievably
1812         be used for X programs too (xmms style windows).
1813         GtkWindow->frame is the toplevel window if the window is framed.
1814         The signal frame_event gets all events that are targeted to
1815         GtkWindow->frame.
1816         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
1817         
1818         * gtk/gtkwindow.c:
1819         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
1820         Call out to gtkwindow-decorate.c for WM support in linx-fb.
1821
1822 2001-01-08  Alexander Larsson  <alexl@redhat.com>
1823
1824         * docs/README.linux-fb:
1825         Correct filename ~/.pangoft2_aliases
1826
1827         * gdk/gdkwindow.h:
1828         Added new function gdk_window_get_decorations.
1829
1830         * gdk/linux-fb/gdkfb.h:
1831         Removed _gdk_window_get_decorations declaration.
1832         Renamed _gdk_window_set_child_handler to
1833         gdk_fb_window_set_child_handler.
1834
1835         * gdk/linux-fb/gdkwindow-fb.c:
1836         Renamed _gdk_window_set_child_handler to
1837         gdk_fb_window_set_child_handler.
1838
1839         * gdk/x11/gdkwindow-x11.c:
1840         New function gdk_window_get_mwm_hints().
1841         Implemented gdk_window_get_decorations.
1842
1843         * docs/reference/gdk/tmpl/windows.sgml:
1844         * docs/reference/gdk/gdk-sections.txt:
1845         Added gdk_window_get_decorations docs.
1846         
1847 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
1848
1849         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
1850         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
1851         gdk_fb_window_send_crossing_events):
1852         Possibly send focus events when the mouse moves from one
1853         window to another.
1854
1855 2001-01-07  Tor Lillqvist  <tml@iki.fi>
1856
1857         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
1858         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
1859         to match current API.
1860
1861         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
1862         environment variable is set, don't call g_error when on a
1863         palettized (PseudoColor) display. Some people want to use GTK+ 
1864         in 256-colour mode even though works only partially.
1865
1866         * gdk/gdk.def
1867         * gtk/gtk.def
1868         * gtk/makefile.mingw.in: Update.
1869
1870 2001-01-05  Havoc Pennington  <hp@redhat.com>
1871
1872         * tests/testtreeview.c: hack on this a bit
1873
1874         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
1875         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
1876
1877         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
1878         was spelled incorrectly
1879         (GTK_IS_TREE_MODEL_SIMPLE): ditto
1880
1881         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
1882         from gtk_tree_view_set_headers_active   
1883
1884         * gtk/gtktexttag.c:
1885         (gtk_text_tag_get_property): handle PROP_DIRECTION
1886         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
1887         properties, bug 40235
1888
1889         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
1890         forward_to_line_end
1891
1892 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
1893
1894         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
1895         modules/input/gtkimcontextxim.c: Adapt to new prototypes
1896         for unicode,locale,filename conversion functions.
1897
1898 2001-01-05  Havoc Pennington  <hp@redhat.com>
1899
1900         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
1901         broken if called on the first position in the buffer.
1902
1903         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
1904         forward_to_delimiters to be called only if we aren't already at
1905         the delimiters.
1906
1907 2001-01-05  Havoc Pennington  <hp@redhat.com>
1908
1909         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
1910
1911 2001-01-05  Alexander Larsson  <alexl@redhat.com>
1912
1913         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
1914         colormap in here. Sync from X port.
1915         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
1916         Sync from X port.
1917         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
1918         This happens now and then, and i don't think it is a bug.
1919         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
1920         != endpoint.
1921         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
1922         GDK_LINE_SOLID.
1923
1924         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
1925         some of the fields filled in at least.
1926
1927         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
1928         miLineArcD is no more, remove it from the function definition.
1929
1930 2001-01-04  Havoc Pennington  <hp@redhat.com>
1931
1932         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
1933         this
1934
1935         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
1936         user_data instead of tree_node
1937
1938         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
1939         TREE_VIEW_COLUMN_SIZE
1940
1941         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
1942         "size" field to "width" finishes bug 40061
1943
1944         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
1945         for bitfields, bug 40268
1946
1947 2001-01-04  Havoc Pennington  <hp@redhat.com>
1948
1949         Rename some stuff:
1950         
1951         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
1952
1953         s/GtkModelSimple/GtkTreeModelSimple/g;
1954         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
1955         s/gtk_model_simple/gtk_tree_model_simple/g;
1956         s/gtkmodelsimple/gtktreemodelsimple/g;
1957
1958         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
1959
1960         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
1961         s/column_set_col_type/column_set_sizing/g;
1962
1963         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
1964         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
1965
1966         s/GtkCellRendererType/GtkCellRendererState/g;
1967         
1968         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
1969         (gtk_cell_renderer_toggle_class_init): change "state" property to
1970         "active", to match GtkToggleButton
1971         (gtk_cell_renderer_toggle_get_active): new function, bug
1972         40269
1973         (gtk_cell_renderer_toggle_set_active): new function
1974         (gtk_cell_renderer_toggle_set_property): route changes to toggle
1975         state through gtk_cell_renderer_set_active
1976
1977 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
1978
1979         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
1980         temporarily until they work again.  Brought up to date with
1981         changes in the model.
1982         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
1983         model.
1984
1985 2001-01-04  Havoc Pennington  <hp@redhat.com>
1986
1987         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
1988         equal to the line length, then position iterator before paragraph 
1989         separators. Fixes crash reported by Mikael Hermansson when
1990         pressing left arrow from the start of a line.   
1991
1992         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
1993         about byte indexes off the end
1994         (iter_set_from_char_offset): add g_error about char offsets
1995         off the end
1996
1997 2001-01-03  Havoc Pennington  <hp@redhat.com>
1998
1999         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
2000
2001         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
2002         of private functions; remove inclusion of private headers.
2003
2004         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
2005         function, so we don't need private functions in gtktextdisplay.c
2006
2007         * gtk/gtktextiterprivate.h: underscore-ification
2008
2009         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
2010         to instead say "only useful to implement widgets"
2011
2012         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
2013         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
2014         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
2015
2016         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
2017         This function was completely broken
2018
2019         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
2020
2021         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
2022
2023         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
2024
2025         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
2026
2027         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
2028
2029         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
2030
2031         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
2032         gtk_paint_layout
2033
2034         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
2035         gtk_paint_layout
2036
2037         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
2038         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
2039         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
2040         which were not implemented.     
2041
2042         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
2043         insert_pixbuf signal. Rename delete_text to delete_range since it
2044         also deletes pixbufs and child anchors. This almost closes bug
2045         40245 (still need to deal with child anchors)
2046
2047         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
2048         insert_pixbuf, change signal names as appropriate, change types of
2049         signals taking marks/tags to have the specific type, not just
2050         G_TYPE_OBJECT
2051         
2052         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
2053         closes bug 40051
2054
2055         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
2056         unnecessary remove_contents() call
2057         (gtk_option_menu_class_init): add a "changed" signal, closes
2058         bug 40039
2059         (gtk_option_menu_update_contents): emit "changed" if the 
2060         active menu item changes
2061
2062         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
2063         cast to GtkObject, reported by Jonas Borgstrom
2064         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
2065         we can't do stuff with side effects in finalize. Instead, spew a
2066         warning if the loader isn't closed.
2067
2068         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
2069         colormap in here, non-X ports probably need to sync to this change
2070
2071         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
2072         assertion that colormap != NULL, you can set the colormap to NULL
2073         if you like.
2074         
2075         * Makefile.am: remove gtk-config-2.0
2076
2077         * configure.in: Use pkg-config to locate GLib. Remove
2078         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
2079         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
2080         Use pkg-config to locate Pango. Output correct Pango libs to
2081         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
2082
2083         * Makefile.am (pkgconfig_DATA): install only target-specific pc
2084         files
2085         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
2086         X11 pc files
2087
2088         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
2089         unref from here
2090
2091 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
2092
2093         * configure.in:
2094         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
2095
2096 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
2097
2098         * gtk/gtktextlayout.c
2099         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
2100         variable when moving back onto a single line.
2101
2102 2001-01-01  Havoc Pennington  <hp@redhat.com>
2103
2104         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
2105
2106         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
2107
2108         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
2109         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
2110
2111 2001-01-01  Havoc Pennington  <hp@redhat.com>
2112
2113         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
2114
2115         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
2116         GtkTextAttributes
2117
2118         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
2119         #40246
2120         (gtk_text_attributes_copy_values): rename from 
2121         gtk_text_attributes_copy
2122         (gtk_text_attributes_copy): a more standard GTK copy function, 
2123         which returns a new object
2124
2125 2001-01-01  Havoc Pennington  <hp@redhat.com>
2126
2127         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
2128         
2129         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
2130         don't fill in tree_view->priv->selection, kind of an unexpected
2131         side effect
2132
2133         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
2134         gtkintl.h
2135         
2136         * gtk/gtkcellrenderer.c: Remove definition of _ and include
2137         gtkintl.h
2138         (gtk_cell_renderer_get_property): remove calls to g_value_init
2139
2140         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
2141         gtkintl.h
2142
2143         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
2144         and include gtkintl.h
2145         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
2146         property names
2147
2148         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
2149         GtkTreeSelection
2150         (_gtk_tree_selection_new_from_with_view): rename, return
2151         GtkTreeSelection
2152         (_gtk_tree_selection_set_tree_view): rename with uscore
2153         (gtk_tree_selection_get_selected): fill in the "model" out param
2154         first, so it gets filled in even if we return at the top of the 
2155         function
2156         (gtk_tree_selection_real_select_all): add a comment and an else{}
2157         to clarify this a bit
2158         (gtk_tree_selection_real_unselect_all): add the same else{}
2159
2160         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
2161         set_tree_view to have underscore prefixes, move them to the
2162         private header, fix return type of new_with_tree_view
2163         (struct _GtkTreeSelection): mark struct
2164         fields private  
2165
2166         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
2167         GtkTreeModelFlags, not a guint
2168         (gtk_tree_path_prev): return gboolean not gint
2169         (gtk_tree_path_up): return gboolean not gint
2170
2171         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
2172         return GtkTreeModelFlags, not a guint
2173
2174         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
2175         that child model is non-null before unrefing it
2176         (g_value_int_compare_func): make this a qsort compare func, not 
2177         a boolean predicate
2178
2179         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
2180         (add -umn to the end), and mark it unimplemented
2181         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
2182         I don't see what it's for - doesn't the model always sort itself?
2183         (gtk_tree_model_sort_set_compare): this had the wrong signature
2184
2185         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
2186         Fix the docs to say that it destructively replaces existing
2187         attributes (previously said that it added attributes).
2188         (gtk_tree_view_column_set_visible): canonicalize bool before
2189         equality testing. Also, check for realization before
2190         hiding/showing the tree_column->window; if this window could exist
2191         before realization, then it's busted and needs fixing, we can't 
2192         create GDK resources pre-realization. Also, remove
2193         superfluous queue_resize(), since set_size() does that for us.
2194         (gtk_tree_view_column_set_col_type): check realization before 
2195         using tree_column->window
2196
2197         * gtk/gtktreedatalist.c: fix filename in copyright notice
2198
2199 2000-12-31  Havoc Pennington  <hp@pobox.com>
2200
2201         * gtk/gtktextview.c: Rearrange all the
2202         scroll-while-dragging-or-selecting code to be different, not
2203         necessarily better. ;-)
2204         (gtk_text_view_scroll_to_mark): Change this
2205         function to take within_margin as a fraction instead of a pixel
2206         value, and to take alignment arguments (indicating where to align 
2207         the mark inside the visible area)
2208         
2209         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
2210         to GtkObject
2211
2212         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
2213         behavior so that offsets past the end of the line are not 
2214         allowed, and an offset equal to the line length moves the iterator
2215         to the next line
2216         (gtk_text_iter_set_line_index): make parallel change
2217         (gtk_text_iter_get_bytes_in_line): add this function
2218         
2219         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
2220         of byte indexes off the end of the line; byte index at the end of
2221         the line now returns FALSE and doesn't fill in the requested
2222         values, byte index past the end of the line is an error.  Also,
2223         don't allow -1 offset anymore, since its meaning is unclear.
2224
2225         This change exposes some bug in visual cursor motion, where we
2226         end up with a huge invalid byte index; needs fixing. Symptom of 
2227         bug is a crash when you hit up arrow.
2228         
2229         (_gtk_text_line_char_locate): match the change to byte_locate
2230
2231         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
2232         from start of line properly. fixes bug reported by Mikael
2233         Hermansson where backspace would delete all text before the
2234         cursor.
2235
2236 2000-12-30  Tor Lillqvist  <tml@iki.fi>
2237
2238         * gdk/win32/gdkwindow-win32.c
2239         (gdk_window_impl_win32_get_visible_region): New function, as in
2240         the X11 backend.
2241         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
2242         instead of duplicating the same code here.
2243
2244         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
2245         GDK_COLORMAP macro.
2246
2247         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
2248         destroy function.
2249         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
2250         access that.
2251
2252         * gtk/gtk.def: Update.
2253
2254         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
2255
2256 2000-12-30  Havoc Pennington  <hp@pobox.com>
2257
2258         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
2259         colormap on input only windows, to avoid special cases all over
2260         the code for these windows.
2261
2262 2000-12-26  Tor Lillqvist  <tml@iki.fi>
2263
2264         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
2265         we are on a palettized display ("PseudoColor" in X11), as the code
2266         for that doesn't work anyway, and never has.
2267
2268 2000-12-22  Alexander Larsson  <alexl@redhat.com>
2269
2270         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
2271         Don't use isprint() for chars > 255.
2272
2273 2000-12-21  Havoc Pennington  <hp@redhat.com>
2274
2275         * tests/testtreeview.c: more work
2276
2277 2000-12-21  Alexander Larsson  <alexl@redhat.com>
2278
2279         * docs/README.linux-fb:
2280         Update the docs to the new pangoft2 way.
2281
2282 2000-12-21  Alexander Larsson  <alexl@redhat.com>
2283
2284         * configure.in:
2285         For linux-fb get the pangoft2 cflags and libs. This needs a recent
2286         pango version.
2287         Remove modules/linux-fb/Makefile.
2288
2289         * gdk/linux-fb/gdkdrawable-fb2.c:
2290         Render glyphs using freetype.
2291
2292         * gdk/linux-fb/gdkfb.h:
2293         Add new fb-specific functions needed for managing windows.
2294
2295         * gdk/linux-fb/gdkmain-fb.c:
2296         Remove gdk_font_init/fini() calls.
2297
2298         * gdk/linux-fb/gdkpango-fb.c:
2299         Remove old implementation. Use pangoft2 instead.
2300
2301         * gdk/linux-fb/gdkprivate-fb.h:
2302         Remove PangoFBFont and related stuff.
2303
2304         * gdk/linux-fb/gdkwindow-fb.c:
2305         Implement drawable->get_visible_region.
2306         Implement support for _gdk_window_set_child_handler () and
2307         _gdk_window_get_decorations().
2308
2309         * modules/Makefile.am:
2310         Remove linux-fb subdir.
2311
2312         * modules/linux-fb/*:
2313         Removed all.
2314         
2315 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
2316
2317         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
2318         calls, as they are no longer needed.
2319
2320         * gtk/gtktreemodelsort.c: Fix up the comparison code.
2321         
2322         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
2323         figure out how to emit a signal on an interface.
2324
2325 2000-12-20  Havoc Pennington  <hp@redhat.com>
2326
2327         * tests: new directory to contain tests, gtk/test* should move
2328         here sometime (with appropriate on-cvs-server hackery)
2329
2330         * tests/testtreeview.c, tests/Makefile.am: a test
2331         
2332         * configure.in (AC_OUTPUT): add tests/Makefile
2333
2334         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
2335         and "invisible_set" which were missing
2336
2337         * gtk/gtkrbtree.h: some cheesy indentation fix
2338         
2339 2000-12-20  Alexander Larsson  <alexl@redhat.com>
2340
2341         * gtk/gtkinvisible.c (gtk_invisible_realize):
2342         Attach the style to the window so that the style it is not
2343         leaked when unrealizing the window.
2344
2345 2000-12-18  Havoc Pennington  <hp@redhat.com>
2346
2347         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
2348         begin/end user action where appropriate
2349         (gtk_text_view_commit_handler): add begin/end user action
2350
2351         * gtk/gtktextbuffer.c: add begin/end user action signals, and
2352         bracket interactive operations with begin/end user action pair.
2353         
2354         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
2355         "interactive" arg from insert_text and delete_text signals.
2356         Add begin_user_action, end_user_action signals
2357         (gtk_text_buffer_begin_user_action): 
2358         (gtk_text_buffer_end_user_action): New functions to delimit 
2359         a user-visible action
2360
2361         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
2362         signals.
2363         
2364 2000-12-18  Havoc Pennington  <hp@redhat.com>
2365
2366         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
2367         was pretty non-working.
2368
2369         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
2370         by passing the length to g_utf8_validate().
2371
2372 2000-12-16  Havoc Pennington  <hp@pobox.com>
2373
2374         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
2375         Port to GObject, can go back in gdk-pixbuf after setting up 
2376         a gdk-pixbuf-marshal.h header over there.
2377
2378         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
2379         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
2380         args
2381         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
2382         set
2383         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
2384         here, do it when we create the buttons later
2385         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
2386         (gtk_tree_view_map): paranoia checks that column->button is shown 
2387         and unmapped
2388         (gtk_tree_view_size_request): only request visible children.
2389         Move header size calculation in here, for cleanliness, and 
2390         to maintain invariants for child widgets if we eventually 
2391         let users set different children inside the buttons
2392         (gtk_tree_view_map_buttons): factor out code to map buttons,
2393         since it was being called several times
2394         (gtk_tree_view_size_allocate_buttons): move_resize the drag
2395         windows instead of just moving them; their height may change 
2396         if we allow random widgets in there, or the theme changes.
2397         (gtk_tree_view_size_allocate): move button size allocation 
2398         above emitting the scroll signals, to ensure a sane state when we
2399         hit user code
2400         (gtk_tree_view_button_release): remove queue_resize after
2401         tree_view_set_size(), set_size() will handle any resize queuing
2402         that's needed
2403         (gtk_tree_view_focus_in): just queue a draw, don't fool with
2404         draw_focus goo
2405         (gtk_tree_view_focus): use gtk_get_current_event() and
2406         gdk_event_get_state()
2407         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
2408         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
2409         semicolon
2410         (gtk_tree_view_create_button): show the button here
2411         (gtk_tree_view_button_clicked): actually emit the clicked signal
2412         on the column
2413         (_gtk_tree_view_set_size): return right away if the size is
2414         unchanged, as a cheesy optimization
2415         (gtk_tree_view_setup_model): rename set_model_realized to 
2416         setup_model to match the flag that indicates whether we've 
2417         called it
2418         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
2419         exist, because set_scroll_adjustment does that and it shouldn't
2420         matter what order you call these in
2421         (gtk_tree_view_get_vadjustment): ditto
2422         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
2423         for paranoia
2424         (gtk_tree_view_set_headers_visible): call
2425         gtk_tree_view_map_buttons() instead of using cut-and-paste code
2426         (gtk_tree_view_append_column): clarify whether the return value
2427         is the count of columns before or after, and do the increment 
2428         separately from the return statement so you can tell from the code.
2429         (gtk_tree_view_remove_column): ditto
2430         (gtk_tree_view_insert_column): ditto
2431         (gtk_tree_view_get_column): remove g_return_if_fail for columns
2432         outside the existing range, the docs say that outside-range
2433         columns are allowed, so we handle them as documented. (Presumably
2434         this allows a nice loop with column != NULL as test.)
2435         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
2436         mean (left/right/center etc.).
2437         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
2438         (gtk_tree_view_expand_row): add docs
2439         (gtk_tree_view_collapse_row): add docs
2440
2441         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
2442         function to emit the clicked signal on a column
2443         
2444         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
2445         state of an event
2446         (gdk_event_get_time): don't treat GDK_SCROLL 
2447         as a button event, remove default case from switch so gcc 
2448         will whine if we don't explicitly handle all event types
2449
2450         * gtk/gtktreeselection.h: added some FIXME 
2451         
2452         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
2453         "columns" to "n_columns" and "column" to "columns" for clarity
2454
2455 2000-12-16  Havoc Pennington  <hp@pobox.com>
2456         
2457         * gtk/gtktextiter.c: General cleanup of the log attr iteration
2458         stuff. This should make e.g. the delete key work again in the
2459         text widget...
2460         (gtk_text_iter_forward_cursor_positions): handle negative count
2461         (gtk_text_iter_backward_cursor_positions): handle negative count
2462         (gtk_text_iter_forward_word_ends): handle negative count
2463         (gtk_text_iter_backward_word_starts): handle negative count
2464
2465         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
2466         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
2467         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
2468         GObject. No doubt will cause breakage.
2469
2470         * demos/gtk-demo/textview.c: remove hacks around
2471         non-GObject-ification of the text objects
2472
2473         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
2474         the text tag
2475         
2476 2000-12-14  Havoc Pennington  <hp@pobox.com>
2477
2478         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
2479         that we have Xrender
2480
2481 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
2482
2483         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
2484         Add two virtualized functions gdk_drawable_get_clip_region - to
2485         get the clip region when drawing.
2486         
2487         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
2488         use invalidate_region.
2489
2490         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
2491         region.
2492
2493         * acconfig.h configure.in: Check for Xft. For now, assume
2494         that if Xft is found, Pango was compiled with Xft support
2495         as well.
2496
2497         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
2498         gdk_colormap_query_color().
2499         
2500         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
2501         with Xft if appropriate.
2502
2503         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
2504         a pangoxft context if we have XFT and the environment
2505         variable GD_USE_XFT is set.
2506         
2507         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
2508         and also possibly an XftDraw structure.
2509
2510         * gtk/gtkfontsel.c: Handle the case where the font from the
2511         style doesn't match any of the fonts a bit better.
2512         
2513         * gtk/testgtk.c: Add tabs between directional segments for
2514         hebrew/arabic test. (Not really necessary, just a little
2515         prettier.)
2516
2517 2000-12-14  Havoc Pennington  <hp@redhat.com>
2518
2519         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
2520         reading a file
2521
2522 2000-12-14  Havoc Pennington  <hp@redhat.com>
2523
2524         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
2525         unused call to get_last_line()
2526
2527         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
2528         here until boxed is working (and maybe after that - we should
2529         really not gratuitously break old code)
2530
2531         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
2532         specific types for font_desc and tabs args, move them to
2533         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
2534         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
2535
2536         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
2537         use GTK_TYPE_POINTER for signal signatures as a hack-around
2538
2539         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
2540         PangoTabArray
2541
2542         * gtk/gtktextlayout.c (line_display_iter_to_index): 
2543         make static
2544         (line_display_index_to_iter): make static
2545
2546         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
2547         to marshal a string not a boxed
2548
2549         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
2550
2551         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
2552         since the UTF-8 isn't validated yet
2553
2554         * gtk/gtktextsegment.c (char_segment_check_func): don't require
2555         lines to end in '\n'
2556         
2557         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
2558         forward_to_delimiters, and grapheme boundaries
2559         (gtk_text_view_delete_from_cursor): properly handle non-newline
2560         delimiters, and grapheme boundaries
2561
2562         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
2563         to gtk_text_iter_forward_to_delimiters, and make it work properly
2564         if empty lines end with a character other than '\n'
2565
2566         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
2567         position
2568
2569 2000-12-15  Tor Lillqvist  <tml@iki.fi>
2570
2571         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
2572
2573         * gtk/gtk.def
2574         * gdk/gdk.def: Update.
2575
2576         * gdk/win32/gdkmain-win32.c
2577         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
2578         gdkmain-win32.c here.
2579
2580         * gdk/win32/makefile.mingw.in (all): No need to make
2581         gdk-win32res.o here, the makefile one step up will call us to make
2582         it.
2583
2584         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
2585         gdkkeys-win32.
2586
2587         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
2588
2589         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
2590         call to g_source_add().
2591
2592         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
2593         leak. Thanks to Andreas Kemnade.
2594
2595 2000-12-13  Havoc Pennington  <hp@pobox.com>
2596
2597         * gtk/gtktextbtree.h: Remove double _ in front of some functions
2598
2599         * gtk/gtktext*.[hc]: update accordingly
2600         
2601 2000-12-13  Havoc Pennington  <hp@pobox.com>
2602
2603         * gtk/gtktextbtree.h: Put _ in front of every function in this 
2604         header file
2605
2606         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
2607
2608 2000-12-13  Alex Larsson  <alexl@redhat.com>
2609
2610         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
2611         Add support for ps2 intellimouse.
2612
2613         * gdkkeyboard-fb.c:
2614         Move shift-F1 repaint handling to xlate handler only.
2615         
2616         * docs/README.linux-fb:
2617         Add imps2 to docs.
2618         Document the new refresh keys.
2619         
2620 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
2621
2622         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
2623
2624         * gtk/gtkbox.c: change property types from (u)long to (u)int for
2625         ::position and ::padding.
2626
2627         * gtk/gtkcontainer.c: make ::border_width an INT property.
2628
2629         * gtk/gtkpacker.c: make ::position an INT property.
2630
2631         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
2632         guard against NULL h/v scrollbars, since this is used at construction
2633         time.
2634
2635         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
2636         internal gtk_clist_constructor().
2637
2638         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
2639         gtk_ctree_constructor().
2640
2641         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
2642         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
2643
2644         * docs/reference/Makefile.am: fun stuff, disabled docs generation
2645         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
2646
2647         * gtk/gtkwidget.[hc]:
2648         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
2649         and gtk_widget_get().
2650         (gtk_widget_new): use g_object_new_valist().
2651         (gtk_widget_set): use g_object_set_valist().
2652
2653         * gtk/gtkobject.[hc]:
2654         removed gtk_object_arg_get_info(), gtk_object_getv(),
2655         gtk_object_query_args(), gtk_object_newv(),
2656         gtk_object_class_add_signals(),
2657         gtk_object_class_user_signal_new(),
2658         gtk_object_class_user_signal_newv(),
2659         gtk_object_arg_set(), gtk_object_arg_get(),
2660         gtk_object_args_collect(),
2661         gtk_object_default_construct(),
2662         gtk_object_constructed(),
2663         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
2664         removed nsignals, signals and n_args members from GtkObjectClass.
2665         (gtk_object_new): use g_object_new_valist().
2666         (gtk_object_set): use g_object_set_valist().
2667         (gtk_object_get): use g_object_get_valist().
2668         
2669         * gtk/gtkcompat.h: define gtk_object_default_construct().
2670         
2671         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
2672         g_object_new().
2673
2674         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
2675         fucntions, cleaned up method assignments (make sure your structures
2676         are setup properly before calling out). removed all GTK_CONSTRUCTED
2677         hacks ;)
2678
2679 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
2680
2681         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
2682         off-by-one error in checks. (Dave Lambert)
2683
2684 2000-12-12  Alexander Larsson  <alexl@redhat.com>
2685
2686         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
2687         Don't free gdk_fb_keyboard twice.
2688
2689 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
2690
2691         * gtk/testgtk.c:
2692         (create_tooltips): 
2693         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
2694         use GObject swapped_signal:: properties instead.
2695
2696         * gtk/gtkcellrenderertoggle.c: 
2697         * gtk/gtkcellrenderertextpixbuf.c: 
2698         * gtk/gtkcellrenderertext.c: 
2699         * gtk/gtkcellrendererpixbuf.c: 
2700         * gtk/gtkcellrenderer.c:
2701         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
2702         missing warnings for invalid property ids, install properties
2703         with g_object_class_install_property() now.
2704         
2705         * gtk/gtksignal.c:
2706         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
2707         
2708 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
2709         
2710         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
2711         to determine if a window is the focus widget within
2712         its toplevel.
2713
2714         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
2715         to be boolean.
2716
2717         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
2718         of the case where the container CAN_FOCUS to here instead
2719         of having it in each individual move-the-focus place.
2720
2721         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
2722         focusing to be geometric in a much more obvious sense. Arrowing
2723         around is still non-intuitive because it isn't perfect and
2724         because entries, etc, grab the arrow keys, but it at least
2725         usually will do what you expect now.
2726         
2727         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
2728         file.
2729
2730         * gtk/gtknotebook.c: Change tabs to be a single item in
2731         the focus chain. Make movement of focus on tabs with arrow
2732         keys wrap around.
2733         
2734         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
2735         CHECK_FIND_CHILD macro to give informative error messages
2736         instead of silent returns.
2737
2738         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
2739         flag since we handle GdkReturn on the tabs.
2740
2741         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
2742         windows rather than sending expose events directly.
2743
2744         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
2745         definition for GtkNotebookPage into .c file, since it is private.
2746
2747         * gtk/testgtk.c (create_notebook): Add option for 
2748         testing borderless notebook.
2749
2750         * gtk/testgtk.c (page_switch): Removed egregious poking
2751         around in GTK+ internals.
2752
2753         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
2754
2755         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
2756         properly through gtk_clist_focus. Make the title headers a
2757         single item in the tab-focus chain, and make left-right wrap
2758         around.
2759
2760         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
2761         focus method so that wrapping around works properly.
2762
2763         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
2764         that is handled for the widget now. 
2765
2766 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
2767
2768         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
2769         widgets as TOPLEVEL.
2770
2771         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
2772         TOPLEVEL widgets are containers.
2773
2774         * gtk/gtkinvisible.h: Remove useless include.
2775
2776 2000-12-11  Havoc Pennington  <hp@redhat.com>
2777
2778         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
2779         Handle chopping off \r\n and 0x2029 in addition to \n before
2780         passing to PangoLayout
2781
2782         * gtk/gtkimcontextsimple.c
2783         (gtk_im_context_simple_get_preedit_string): 
2784         return an empty string if no match is pending
2785
2786         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
2787         assertion that the returned preedit string was sane
2788
2789         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
2790         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
2791         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
2792
2793 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
2794
2795         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
2796         Fix up finalizer to chain to its parent.
2797
2798 2000-12-11  Alexander Larsson  <alexl@redhat.com>
2799
2800         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
2801         Clearified the difference between the keyboard types. Wrote a note
2802         about the magic sysrq key to get out of raw mode.
2803
2804 2000-12-09  James Henstridge  <james@daa.com.au>
2805
2806         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
2807         member to hold masks for detecting the start of a protocol packet.
2808         (mouse_devs): add packet start masks for ps2 and ms device types.
2809         Left the mask for fidmour blank, as I have no idea what it should
2810         be.
2811         (handle_mouse_io): skip bytes until we get to the start of a
2812         packet.  My Logitech mouse seems to be passing an extra NULL pad
2813         byte, and GPM does a similar thing here.
2814         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
2815         this is the ms mouse driver.
2816         (gdk_fb_mouse_ms_packet): fix up button handling, which was
2817         completely broken except for button1.  It was checking the wrong
2818         bit in the packet for the status of the right mouse button, and
2819         wrongly assuming right == button2 rather than 3.  I fixed that and
2820         also added support for middle button (button2).
2821
2822 2000-12-08  Havoc Pennington  <hp@redhat.com>
2823
2824         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
2825         that cause a segfault on text insertion
2826
2827         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
2828         warning
2829
2830         * gtk/gtktextiter.c (test_log_attrs): use
2831         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
2832
2833         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
2834         Get log attrs for a line, using a cache stored on the buffer
2835         
2836         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
2837         reported by Jeff Franks
2838
2839 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
2840
2841         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
2842         /dev/ttyS0 -> /dev/mouse
2843
2844 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
2845
2846         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
2847         Added dummy gdk_fontset_load.
2848
2849 2000-12-08  Alexander Larsson  <alexl@redhat.com>
2850
2851         * docs/README.linux-fb:
2852         * docs/Makefile.am:
2853         Initial GtkFB docs.
2854         
2855         * gdk/linux-fb/Makefile.am:
2856         Define GDK_DATA_PREFIX.
2857
2858         * gdk/linux-fb/gdkmain-fb.c:
2859         Fix typo.
2860         Change default display to /dev/fb0.
2861
2862         * gdk/linux-fb/gdkpango-fb.c:
2863         Add $(prefix)/share/fonts/ to font path.
2864         
2865 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
2866
2867         * gdk/linux-fb/gdkkeyboard-fb.c:
2868         New file containing the abstracted keyboard driver. Most code
2869         taken from gdkinput-ps2.c
2870
2871         * gdk/linux-fb/gdkinput-ps2.c:
2872         Removed file.
2873         
2874         * gdk/linux-fb/Makefile.am:
2875         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
2876
2877         * gdk/linux-fb/gdkcolor-fb.c:
2878         display->fb was renamed to display->fb_fd.
2879
2880         * gdk/linux-fb/gdkcursor-fb.c:
2881         gdk_mouse_get_info -> gdk_fb_mouse_get_info
2882
2883         * gdk/linux-fb/gdkinput.c:
2884         Moved gdk_input_init here from gdkinput-ps2.c
2885
2886         * gdk/linux-fb/gdkmain-fb.c:
2887         display->fb was renamed to display->fb_fd.
2888         Now the tty and the console is opened here instead
2889         of in the keyboard driver. Also check GDK_VT to see what
2890         tty to open.
2891         Move gdk_beep () here from gdkinput-ps2.c
2892         gdk_mouse_get_info -> gdk_fb_mouse_get_info
2893
2894         * gdk/linux-fb/gdkmouse-fb.c:
2895         Add header.
2896         gdk_mouse_get_info -> gdk_fb_mouse_get_info
2897         Return correct keyboard modifiers.
2898         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
2899
2900         * gdk/linux-fb/gdkprivate-fb.h:
2901         Add tty and vt info to display.
2902         Add orignal modeinfo storage to display
2903         Update global functions
2904
2905         * gdk/linux-fb/gdkwindow-fb.c:
2906         Added gdk_fb_window_find_focus().
2907         gdk_mouse_get_info -> gdk_fb_mouse_get_info
2908
2909 2000-12-07  Havoc Pennington  <hp@pobox.com>
2910
2911         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
2912         function, noticed by Alex
2913
2914 2000-12-06  Elliot Lee  <sopwith@redhat.com>
2915
2916         * configure.in: Detect freetype properly
2917
2918         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
2919         above.
2920
2921 2000-12-06  Alexander Larsson  <alexl@redhat.com>
2922
2923         * gdk/linux-fb/Makefile.am:
2924         Add gdkmouse-fb.c
2925         
2926         * gdk/linux-fb/gdkmouse-fb.c:
2927         New file. Abstracted the mouse drivers a bit.
2928
2929         * gdk/linux-fb/gdkcursor-fb.c:
2930         The cursor hide/show functions was moved here from gdkinput-ps2.c.
2931
2932         * gdk/linux-fb/gdkinput-ps2.c:
2933         Removed old mouse handling code. Moved cursor handling code
2934         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
2935         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
2936         gdk_mouse_get_info.
2937
2938         * gdk/linux-fb/gdkmain-fb.c:
2939         Pass NULL pointers for x,y in gdk_mouse_get_info call.
2940
2941         * gdk/linux-fb/gdkprivate-fb.h:
2942         Removed public gdk_fb_find_common_ancestor, added and renamed
2943         functions for the new mouse handling code.
2944
2945         * gdk/linux-fb/gdkwindow-fb.c:
2946         Moved gdk_fb_window_send_crossing_events here. added global
2947         variable gdk_fb_window_containing_pointer. made
2948         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
2949         renamed to gdk_mouse_get_info.
2950
2951 2000-12-06  Alexander Larsson  <alexl@redhat.com>
2952
2953         * gdk/linux-fb/gdkevents-fb.c:
2954         Update to match latest gmain/gsource changes.
2955
2956         * gdk/linux-fb/gdkinput-ps2.c:
2957         Bogus gdk_keymap_get_entries_for_keycode implementation so that
2958         it links. Will be implemented later.
2959
2960 2000-12-03  Havoc Pennington  <hp@pobox.com>
2961
2962         * gdk/Makefile.am: add gdkkeys.[hc]
2963
2964         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
2965         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
2966
2967         * acconfig.h, configure.in: add checks and command line options
2968         for XKB
2969
2970         * gdk/x11/gdkkeys-x11.c: Implement the above functions
2971         
2972         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
2973         and group in the key event
2974
2975         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
2976         field with the low-level hardware key code, and a group
2977         field with the keyboard group
2978
2979         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
2980         and declare a couple globals used for keymap handling
2981         
2982         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
2983         hold down Shift-Control and type a hex number to get a Unicode 
2984         character corresponding to the hex number
2985         (gtk_im_context_simple_get_preedit_string): Fix cursor position
2986         (return bytes not chars)
2987
2988 2000-12-05  Elliot Lee  <sopwith@redhat.com>
2989
2990         * gdk/gdkcolor.h: Make GdkColor specify element sizes
2991         to avoid waste on 64-bit platforms.
2992
2993 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
2994
2995         * INSTALL: Fix link to PNG home, remove reference
2996         to fribidi.
2997
2998         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
2999         
3000         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
3001         tested.)
3002
3003         * gtk/gtkcheckmenuitem.c: Permanently turn on
3004         always_show_toggle.
3005
3006         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
3007         be NULL. (Vladimir Klebanov, #26545)
3008
3009         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
3010         some signed/unsigned comparison problems. (#6510,
3011         David Kaelbling)
3012
3013         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
3014         return type to boolean (Oskar Liljeblad, #18648)
3015
3016 2000-12-05  Alexander Larsson  <alexl@redhat.com>
3017
3018         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
3019         Remove bogus colormap setting.
3020
3021 2000-12-05  Alexander Larsson  <alexl@redhat.com>
3022
3023         * gdk/linux-fb/gdkcolor-fb.c:
3024         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
3025
3026         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
3027         Must set colormap.
3028         
3029 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
3030
3031         * docs/tutorial/gtk-tut.sgml: DND updates
3032
3033 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
3034
3035         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
3036         Remove old debug g_warning().
3037         (gdk_fb_draw_drawable): The src argument can be either a wrapper
3038         or an implementation, just pass the implementation to draw_drawable_2.
3039         
3040         * gdk/linux-fb/gdkprivate-fb.h:
3041         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
3042
3043         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
3044         clear and invalidate area when window is destroyed.
3045         (send_map_events): Remove old commented out code.
3046
3047 2000-12-05  Alexander Larsson  <alexl@redhat.com>
3048
3049         * gdk/linux-fb/gdkpango-fb.c:
3050         Use italic instead of oblique in font aliases.
3051         
3052         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
3053         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
3054         other unsupported functions.
3055
3056 2000-12-04  Havoc Pennington  <hp@redhat.com>
3057
3058         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
3059
3060         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
3061
3062         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
3063
3064         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
3065         hack to avoid infinite loops (synthetic expose event) - 
3066         Owen has more appropriate fixes in a branch he'll check in later.
3067
3068         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
3069         separator, CR, and CRLF as line ends
3070
3071         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
3072         into lines using pango_find_paragraph_boundary(); other bits of
3073         the widget are still going to be broken if the boundary isn't '\n'
3074         though
3075
3076 2000-12-04  Alexander Larsson  <alexl@redhat.com>
3077
3078         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
3079         multiply.
3080
3081         * gdk/linux-fb/gdkpango-fb.c:
3082         Copied some 26.6 scaling macros from pango to clean up the rounding.
3083         (pango_fb_font_get_glyph_info): Correct sign on x value.
3084
3085         * gdk/linux-fb/gdkprivate-fb.h:
3086         Removed unreferenced external functions.
3087
3088         * modules/linux-fb/Makefile.am: Use ` instead of '.
3089
3090         * modules/linux-fb/basic.c:
3091         Remove dead code. In particular the dummy lang engine which broke all
3092         pango layouts in GtkFB. Don't include tables-big.i anymore.
3093
3094         * modules/linux-fb/tables-big.i:
3095         Upgrade to latest version from pango. Left for reference, basic_ranges
3096         moved to basic.c.
3097         
3098 2000-12-04  Havoc Pennington  <hp@redhat.com>
3099
3100         Fix bugs Alex found:
3101         
3102         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
3103         to "draw"
3104
3105         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
3106
3107         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
3108
3109         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
3110         implementation in here, apparently the expose() implementation was
3111         dead code.
3112
3113 2000-12-04  Alexander Larsson  <alexl@redhat.com>
3114
3115         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
3116         Return positive descent.
3117
3118 2000-12-02  Havoc Pennington  <hp@pobox.com>
3119
3120         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
3121         method and signal
3122         
3123         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
3124         calls gdk_window_process_updates() to push the exposes through
3125         (gtk_widget_class_init): No more draw signal, no
3126         gtk_widget_real_draw()  
3127         
3128         * gtk/gtkbin.c (gtk_bin_draw): remove
3129
3130         * gtk/gtkbox.c (gtk_box_draw): remove
3131
3132         * gtk/gtkbutton.c (gtk_button_draw): remove
3133
3134         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
3135
3136         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
3137
3138         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
3139
3140         * gtk/gtkclist.c (gtk_clist_draw): remove
3141
3142         * gtk/gtkentry.c (gtk_entry_draw): remove
3143
3144         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
3145
3146         * gtk/gtkfixed.c (gtk_fixed_draw): remove
3147
3148         * gtk/gtkframe.c (gtk_frame_draw): remove
3149
3150         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
3151
3152         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
3153
3154         * gtk/gtklayout.c (gtk_layout_draw): remove
3155
3156         * gtk/gtklist.c (gtk_list_draw): remove
3157
3158         * gtk/gtklistitem.c (gtk_list_item_draw): remove
3159
3160         * gtk/gtkmenu.c (gtk_menu_draw): remove
3161
3162         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
3163
3164         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
3165
3166         * gtk/gtknotebook.c (gtk_notebook_draw): remove
3167
3168         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
3169
3170         * gtk/gtkpacker.c (gtk_packer_draw): remove
3171
3172         * gtk/gtkrange.c (gtk_range_draw): remove
3173
3174         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
3175
3176         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
3177
3178         * gtk/gtktable.c (gtk_table_draw): remove
3179
3180         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
3181
3182         * gtk/gtktext.c (gtk_text_draw): remove
3183
3184         * gtk/gtktextview.c (gtk_text_view_draw): remove
3185
3186         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
3187
3188         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
3189
3190         * gtk/gtktree.c (gtk_tree_draw): remove
3191
3192         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
3193
3194         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
3195
3196         * gtk/gtkviewport.c (gtk_viewport_draw): remove
3197
3198         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
3199
3200         * gtk/gtkvscale.c (gtk_vscale_draw): remove
3201
3202         * gtk/gtkwindow.c (gtk_window_draw): remove
3203
3204 2000-20-01  Anders Carlsson  <andersca@gnu.org>
3205
3206         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
3207         a GtkToggleButton is both insensitive and active, it was being
3208         drawn by the GtkButton draw handler which doesn't check the
3209         state. Now it's calling gtk_toggle_button_paint instead.
3210         
3211 2000-12-01  Havoc Pennington  <hp@redhat.com>
3212
3213         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
3214         dangling pointers to the appearance attributes from the 
3215         line display
3216
3217         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
3218         width/height to mean "full width/height of drawable"
3219
3220         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
3221         click to select word/line
3222         
3223         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
3224         when getting log attrs. Get a slice, so that pixmaps and stuff
3225         are properly handled.
3226
3227         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
3228         paste into the selection (replaces selection now, previously
3229         crashed or added to selection). Reveals longstanding btree bug -
3230         select multiple lines, middle-click on the selection, boom. This
3231         isn't related to my changes though.
3232
3233         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
3234         PangoLogAttrs changes
3235         (gtk_entry_move_backward_word): ditto
3236
3237         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
3238         functions return bool whether the iter moved onto a
3239         dereferenceable position.
3240  
3241         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
3242         functions for motion in terms of display lines.
3243
3244         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
3245         get the buffer a mark is inside
3246         
3247 2000-12-01  Alexander Larsson  <alexl@redhat.com>
3248
3249         * gdk/linux-fb/Makefile.am:
3250         * modules/linux-fb/Makefile.am:
3251         Freetype 2 final uses freetype-config
3252
3253         * gdk/linux-fb/gdkpango-fb.c:
3254         Upgrade to use Freetype 2 final.
3255         More flexible support for font aliases, this also fixes a bug with
3256         GtkFontSelector, as the aliases must be visible in the font/family list,
3257         or GtkFontSelector reads uninitialized memory.
3258
3259 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
3260
3261         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
3262         XGetIMValues to properly terminate variable argument list, and do
3263         NULL return check for ic_values and xim_styles.
3264
3265         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
3266         Restore preedit state after XmbResetIC().
3267         
3268         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
3269         XvaCreateNestedList() should take XvaNestedList, but not
3270         XvaNestedList*.
3271
3272         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
3273         preedit_draw_callback, preedit_caret_callback): Match
3274         "preedit-changed" signal name to "preedit_changed" to be
3275         consistent to the spec.
3276
3277         * gtk/gtkimcontextsimple.c (check_table):
3278         Match "preedit-changed" to "preedit_changed" to be consistent
3279         to the spec.
3280
3281 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
3282
3283         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
3284         gc->clip_region == NULL>
3285
3286 2000-11-30  Tor Lillqvist  <tml@iki.fi>
3287
3288         Changes by Hans Breuer:
3289         
3290         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
3291         Dont't use negative width and height as max_hints. This fixes
3292         Owen's recent testgtk changes for win32.
3293
3294         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
3295         gdk_win32_hdc_release): These are exported and may be called with
3296         other drawable types than our GdkDrawableImplWin32 (?).
3297
3298         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
3299         so always #define USE_BACKING_STORE.
3300
3301         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
3302         of printf for debugging output.
3303
3304         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
3305         
3306         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
3307
3308         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
3309         declaration.
3310
3311         * gtk/gtktexttypes.h: Ditto.
3312
3313         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
3314         (GDK_VoidSymbol) also if in case of arg check failure.
3315
3316         * gtk/gtkimcontextsimple.c
3317         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
3318         position to the pointer, but to the variable it points to.
3319
3320         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
3321
3322         * gtk/gtk.def: Updates.
3323
3324 2000-11-29  Elliot Lee  <sopwith@redhat.com>
3325
3326         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
3327         GTK_TYPE_TREE_MODEL.
3328
3329 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3330
3331         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
3332         Set the size of the font from the description.
3333         (gdk_text_width): Gross hack that calculates the width
3334         of text by text_length * size/2. This is necessary because
3335         GtkLabel does some ugly gtk_string_width call to calculate
3336         an good size.
3337         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
3338
3339 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
3340
3341         * docs/tutorial/gtk-tut.sgml: DND updates
3342
3343 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3344
3345         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
3346         If you pass width or height == 0 to gdk_window_clear_area they
3347         should be calculated from the window size.
3348
3349 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3350
3351         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
3352         a grab, but no grab-cursor, use the cursor from the grabbed
3353         window. (gdk_fb_window_send_crossing_events): Send normal
3354         enter/leave notifications if grab and owner_events == TRUE.
3355
3356 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3357
3358         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
3359         Do implicit button grabs, even if the window doesn't
3360         want the event.
3361         (gdk_fb_window_send_crossing_events): If there is a
3362         grab, only the grabbed window gets normal enter/leave
3363         notifications. On ungrab go from grabbed window to current.
3364         Don't send any notification to b when propagating from c -> b.
3365         If setting a grab on window, don't set prev_window.
3366         (handle_mouse_input): Send enter/leave events to the window the
3367         mouse is over, not the grabbed one.
3368         
3369 2000-11-28  Elliot Lee  <sopwith@redhat.com>
3370
3371         * gdk/gdkregion-generic.c: Zap warning.
3372         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
3373         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
3374
3375 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
3376
3377         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
3378         The cursor should be hidden if it is part of either the
3379         source or destination region. Not only if it is in both.
3380         (gdk_window_set_transient_for): Silence warnings.
3381
3382 2000-11-28  Alexander Larsson  <alexl@redhat.com>
3383
3384         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
3385         The default mode in X is Pie Arcs, therefore that is
3386         what Gtk+ uses.
3387
3388 2000-11-28  Alexander Larsson  <alexl@redhat.com>
3389
3390         * gdk/linux-fb/gdkinput-ps2.c:
3391         Implement correct EnterNotify/LeaveNotify:
3392         (gdk_fb_window_send_crossing_events): New function that sends
3393         all GdkCrossingEvents from the last mouse-window to the specified
3394         destination.
3395         (gdk_fb_window_visibility_crossing): Removed function.
3396         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
3397         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
3398         instead of gdk_window_get_pointer() for better readability.
3399
3400         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
3401         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
3402
3403         * gdk/linux-fb/gdkprivate-fb.h:
3404         removed gdk_fb_window_visibility_crossing, added
3405         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
3406
3407         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
3408         New function that finds the least common ancestor of two windows.
3409         (gdk_window_show, gdk_window_hide):
3410         Use gdk_fb_window_send_crossing_events.
3411         (gdk_fb_window_move_resize): Send configure events to toplevel
3412         windows. Use gdk_fb_window_send_crossing_events.
3413
3414 2000-11-27  Havoc Pennington  <hp@redhat.com>
3415
3416         * gtk/gtkprivate.h (enum): Remove a trailing comma
3417
3418 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
3419
3420         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
3421         the "changed" callback of the adjustment.  We need to redraw the
3422         spin button's arrows when the adjustment's range changes.
3423         (adjustment_changed_cb): Draw the arrows.
3424         (gtk_spin_button_value_changed): Draw the arrows.
3425
3426 2000-11-23  Alexander Larsson  <alexl@redhat.com>
3427
3428         * gdk/linux-fb/gdkselection-fb.c:
3429         Initial selection implementation.
3430
3431         * gtk/gtkselection.c:
3432         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
3433         requestor in gtk_selection_request.
3434         
3435         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
3436         Added gdk_selection_property atom.
3437
3438         * gdk/linux-fb/gdkprivate-fb.h:
3439         Export _gdk_selection_window_destroyed.
3440         Removed mask_off_x/y from GdkCursorPrivateFB.
3441         Removed hbearing, added top, left to PangoFBGlyphInfo.
3442
3443         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
3444         Call _gdk_selection_window_destroyed
3445         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
3446         the root window has been created.
3447         (static_dx_hack, static_dy_hack, compare_draw_rects,
3448         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
3449         in region. They are already sorted. Instead just traverse them in
3450         reverse if draw_direction < 0.
3451         
3452         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
3453         Double-clicks must be sent after the normal button_press.
3454         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
3455         
3456         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
3457         Pass _gdk_fb_screen_gc instead of NULL.
3458
3459         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
3460         Initialize gdk_selection_property.
3461         (gdk_event_make): Remove unused code.
3462
3463         * gdk/linux-fb/gdkcursor-fb.c:
3464         Make the pixmap for the cursor the same size as the mask. Also remove
3465         the mask_off_x/y fields in GdkCursorPrivateFB and combine
3466         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
3467         Now the whole cursor is visible.
3468
3469         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
3470         Fix bug where xdest+height instead of ydest+height was used
3471         to calculate if the source and dest overlapped. This fixes the
3472         redraw bug when the main window in testgtk was scrolled when
3473         partially covered by a tall window.
3474         Copy rectangles in region in order depending on draw_direction.
3475         Also moved the draw_direction flipping of start_y and end_y into
3476         the gc functions, as this might not be what all of them want.
3477         (gdk_fb_draw_lines): Support dashed lines.
3478         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
3479         so that the text is positioned correctly (was 1 pixel high).
3480
3481         gdk/linux-fb/gdkgc-fb.c:
3482         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
3483         all lines were drawn a pixel to short. Also checked the default of
3484         the rest of the values, and they're the same as X now.
3485
3486         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
3487         Clean up pixel positioning of the glyphs. Just use bgy->top and
3488         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
3489         to all divisions to get correct rounding behaviour.
3490
3491         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
3492         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
3493         Moved start_y/end_y flip into draw_drawable implementations.
3494         Flip also x rendering when draw_direction < 0.
3495         Remove unneccesary multiply with draw_direction.
3496
3497 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
3498
3499         * docs/tutorial/gtk-tut.sgml:
3500           - get rid of gtk_toggle_button_toggled FUD
3501           - start DND section - needs work - based on:
3502                 http://wolfpack.twu.net/docs/gtkdnd/
3503
3504 2000-11-22  Alexander Larsson  <alexl@redhat.com>
3505
3506         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
3507         Correct calculation of font metrics. Now GtkEntrys have sane
3508         size.
3509
3510 2000-11-22  Alexander Larsson  <alexl@redhat.com>
3511
3512         * gdk/gdktypes.h:
3513         Add new type GdkSpan
3514         
3515         * docs/reference/gdk/gdk-sections.txt,
3516         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
3517         gdk/gdkregion.h:
3518         Implement and document gdk_region_spans_intersect_foreach.
3519
3520         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
3521         Add new file gdkrender-fb.c which contains all core
3522         rendering code.
3523         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
3524         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
3525         (optimized rectangle fillers).
3526
3527         * gdk/linux-fb/gdkdrawable-fb2.c:
3528         Move all rendering code to gdkrender-fb.c.
3529         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
3530         Use the new span intersection functions in gdk_fb_fill_spans.
3531         gdk_fb_draw_rectangle() clips filled rectangles and calls
3532         gc->fill_rectangle with the result.
3533         gdk_fb_fill_spans() gets extra argument "sorted".
3534
3535         * gdk/linux-fb/gdkevents-fb.c:
3536         Remove unused includes and defines.
3537         New function gdk_fb_get_time() to get correct time for events.
3538
3539         * gdk/linux-fb/gdkinput-ps2.c:
3540         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
3541         Make sure to set the time of all events.
3542
3543         * gdk/linux-fb/gdkmain-fb.c:
3544         Use gdk_fb_get_time ().
3545
3546         * gdk/linux-fb/gdkprivate-fb.h:
3547         New virtual GC calls: fill_span & fill_rectangle.
3548         Export gdk_fb_get_time().
3549         gdk_fb_fill_spans() gets extra argument "sorted".
3550
3551         * gdk/linux-fb/mi*.c:
3552         Use GdkSpan instead of GdkRectangle.
3553         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
3554         from XFree 4 source)
3555         
3556 2000-11-22    <jrb@redhat.com>
3557
3558         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
3559         reversing the order in an if statement will do.  Doing so managed
3560         to make the treemodelsort half work.  Other half will follow after
3561         I get the insert function fully fixed.
3562
3563 2000-11-21  Elliot Lee  <sopwith@redhat.com>
3564         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
3565         more than 2 bits. Besides, I need to implement an evil hack. :)
3566
3567 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
3568
3569         * docs/tutorial/gtk-tut.sgml: minor corrections
3570
3571 2000-11-20  Jonathan Blandford <jrb@redhat.com>
3572         * gtk/gtktreemodelsort.h: Add convertion functions to let you
3573           convert to and from relative path's and iters.
3574
3575         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
3576           testing sorting functions a bit better.  Currently broken -- will
3577           fix in morning.
3578
3579 2000-11-20  Havoc Pennington  <hp@redhat.com>
3580
3581         * gtk/gtkwidget.c: Documented a bunch of functions in here
3582         (gtk_widget_realize): Warn if you try to realize
3583         a widget with no parent that isn't a toplevel
3584         (gtk_widget_intersect): return a gboolean
3585
3586 2000-11-20  Havoc Pennington  <hp@redhat.com>
3587
3588         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
3589         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
3590         scrolling to be implemented in GDK to finish. Also, right now
3591         we just size_allocate all children on every layout change,
3592         which is pretty lame. Test commented out of testtext.c, 
3593         until it works better.
3594
3595 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
3596
3597         * gdk/linux-fb/gdkdrawable-fb2.c:
3598         Removed unused arguments from gdk_fb_drawable_get_pixel().
3599
3600         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
3601         Renamed fidur specific mouse packet data in MouseDevice to
3602         generic. Used it in ps2 mouse handling code to avoid blocking
3603         reads.
3604
3605 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
3606
3607         * demos/gtk-demo/main.c: Changed to have the list become
3608         non-italic when the demo window is destroyed through an external
3609         event (like a close button).  Doing so found three bugs in the
3610         widget.
3611
3612         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
3613
3614         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
3615         we actually set the cell.
3616
3617         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
3618
3619         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
3620         free a leaked path.  Thanks memprof.
3621
3622 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
3623
3624         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
3625         off-by-one error when destroying allocated segments
3626         on failure. (Elliot)
3627
3628 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
3629
3630         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
3631         memleaks found by Evan Martin.
3632
3633 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
3634
3635         * Released 1.3.2
3636         
3637         * NEWS: Updates for 1.3.2
3638
3639 2000-11-17  Tor Lillqvist  <tml@iki.fi>
3640
3641         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
3642         but in general for window system specific events.
3643
3644         * gtk/gtk.def
3645         * gtk/makefile.mingw.in
3646         * gtk/makefile.msc.in: Update.
3647         
3648         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
3649
3650 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
3651
3652         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
3653         distribute gtk.immodules.
3654
3655         * gtk/Makefile.am (install-data-local): Don't install the
3656         gtk.immodules file created for the uninstalled modules;
3657         instead run gtk-query-immodules after install
3658
3659 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
3660
3661         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
3662         -rpath to the right install location.
3663
3664         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
3665         -export-dynamic.
3666
3667         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
3668         properly.
3669
3670 2000-11-15  Havoc Pennington  <hp@pobox.com>
3671
3672         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
3673         patch from Mikael Hermansson to temporarily stop blinking while
3674         the user is using the keyboard to type or navigate. 
3675
3676         Also, when blinking, stay on for longer than we stay off. Also,
3677         return from start_cursor_blink if !cursor_visible, to save
3678         checking that flag all over the place before we call
3679         start_cursor_blink.
3680
3681 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
3682
3683         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
3684         only contain a "fontset" line, which is now ignored.
3685
3686         * gtk/gtkentry.c (gtk_entry_button_release): Make 
3687         double-click-to-select-word work.
3688         
3689 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
3690
3691         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
3692         Don't move back one char when we are actually at the end of the 
3693         paragraph.
3694
3695 2000-11-15  Robert Brady  <robert@suse.co.uk>
3696
3697         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
3698         'o' < 'p'.
3699         
3700         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
3701         bind_textdomain_codeset.
3702
3703         (gtk_init_check): Make the warning about translating default:LTR
3704         sterner.
3705         
3706 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
3707
3708         * **/Makefile.am : remove unecessary rules for win32-specific
3709         config-substituted targets. If you want these rules, use
3710         --enable-maintainer-mode (called automatically by autogen.sh).
3711         Stops a lot of unneccessary make-time warnings.
3712
3713         * gtk/gtktext{layout,display}.c: Factor in total width as
3714         well as screen when figuring alignment for word-wrap as well as
3715         no wrap; this is necessary to handle lines that cannot be wrapped
3716         at all.
3717
3718 2000-11-15  Havoc Pennington  <hp@redhat.com>
3719
3720         * gtk/testtext.c: Implement essential color cycling feature
3721
3722 2000-11-15  Havoc Pennington  <hp@redhat.com>
3723
3724         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
3725         when we invalidate the main window.
3726
3727         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
3728         GtkTextView will now invalidate the side windows for us when text
3729         changes.
3730
3731 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
3732
3733         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
3734         unconditionally, since we may need to update the horizontal
3735         scrollbars even if the height didn't change.
3736
3737         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
3738         the extra attrs, since some of them affect size.
3739
3740         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
3741         x_offset correctly.
3742
3743 2000-11-15  Havoc Pennington  <hp@redhat.com>
3744
3745         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
3746         don't move the first line out into the margin, instead move the
3747         whole paragraph in order to make space for the first line within 
3748         the margin
3749
3750 2000-11-15  Havoc Pennington  <hp@redhat.com>
3751
3752         * gtk/gtktextview.c (changed_handler): offset redraw rect by
3753         xoffset in addition to yoffset, so horizontal scrolling doesn't
3754         break redraws
3755
3756 2000-11-15  Havoc Pennington  <hp@redhat.com>
3757
3758         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
3759         from the cursor
3760         (render_layout_line): fix reversed test that caused weird
3761         underlines to get drawn
3762
3763 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
3764
3765         * gdk/linux-fb/gdkprivate-fb.h:
3766         Fix debug macros.
3767         
3768 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
3769
3770         * gdk/linux-fb/gdkprivate-fb.h:
3771         Added virtual functions set_pixel, get_color,
3772         fill_span and draw_drawable to the GC.
3773         Added global _gdk_fb_screen_gc to use instead of
3774         NULL when drawing to the screen.
3775         Added _gdk_fb_gc_calc_state() prototype.
3776
3777         * gdk/linux-fb/gdkgc-fb.c:
3778         Call _gdk_fb_gc_calc_state() on any gc state change.
3779
3780         * gdk/linux-fb/gdkglobals-fb.c:
3781         Add _gdk_fb_screen_gc
3782                 
3783         * gdk/linux-fb/gdkdrawable-fb2.c:
3784         _gdk_fb_gc_calc_state() calculates best functions
3785         for the GC state and depth.
3786         Moved bpp specialized code to separate functions.
3787         Added optimized 24 bpp AA draw_drawable.
3788
3789         * gdk/linux-fb/gdkevents-fb.c:
3790         Silence gcc warning.
3791
3792         * gdk/linux-fb/gdkimage-fb.c:
3793         Use _gdk_fb_screen_gc
3794
3795         * gdk/linux-fb/gdkwindow-fb.c:
3796         Init and use _gdk_fb_screen_gc
3797
3798         * gdk/linux-fb/mitypes.h:
3799         Remove unused types.
3800
3801 2000-11-14  Havoc Pennington  <hp@pobox.com>
3802
3803         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
3804         to pixels
3805
3806 2000-11-14  Havoc Pennington  <hp@pobox.com>
3807
3808         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
3809
3810         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
3811         unknown char, no real reason we were using a variable. 
3812         Remove gtk_text_unknown_char variable. Fix all the text widget
3813         files accordingly.
3814
3815         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
3816         since the Unicode spec seems to prefer that character for our
3817         purposes.
3818
3819 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
3820
3821         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
3822         value of g_getenv() isn't freeable, so g_strdup it.
3823
3824         * modules/input/inuktitut.c: Inuktitut input method.
3825
3826         * modules/input/Makefile.am: Build this.
3827         
3828 2000-11-14  Elliot Lee  <sopwith@redhat.com>
3829
3830         * gtk/Makefile.am: Install gtk.immodules, needed for operation
3831         of gtk programs.
3832
3833 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
3834
3835         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
3836         reversed > that was causing Home to go to end of previous line.
3837
3838         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
3839         modified-keypresses (leave for bindings.)
3840
3841         * modules/input/Makefile.am: Remove useless -export-dynamic
3842         from module LDFLAGS.
3843
3844 2000-11-14  Havoc Pennington  <hp@redhat.com>
3845
3846         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
3847         higher.
3848
3849         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
3850         account. Also, render rise, underline, background, etc. for
3851         pixbufs as well as text. Also, draw underlines one pixel higher.
3852
3853         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
3854         PangoAttribute for the rise, so it gets drawn properly. Also,
3855         add the GtkTextAppearance attribute for pixbuf/widget segments
3856         as well; we should go ahead and have rise, underline, background,
3857         stipple work for those
3858
3859         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
3860         Pango
3861
3862 2000-11-15  Tor Lillqvist  <tml@iki.fi>
3863
3864         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
3865
3866         * gtk/gtk.def: Update.
3867
3868         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
3869         included.
3870         (gtk_rc_get_im_module_file): Use run-time installation directory
3871         on Win32.
3872
3873         * gdk/win32/rc/gdk.rc: Remove.
3874         * gdk/win32/rc/gdk.rc.in: New file.
3875         * gdk/win32/rc/Makefile.am: New file
3876         * gdk/win32/Makefile.am: Corresponding changes.
3877
3878         * gtk/gtk.rc: Remove.
3879         * gtk/gtk-win32.rc.in: New file.
3880         * gtk/Makefile.am: Corresponding changes.
3881
3882         * configure.in: Corresponding changes.
3883
3884         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
3885         has a built gtkcompat.h. Developers using CVS code on Win32 can
3886         hand-edit it from gtkcompat.h.in.
3887
3888         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
3889         gtkcompat.h from gtkcompat.h.win32.
3890
3891 2000-11-14  Havoc Pennington  <hp@redhat.com>
3892
3893         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
3894         to default to GDK_ACTION_MOVE if the drag is within a single
3895         widget. Defaults to GDK_ACTION_COPY between widgets.
3896
3897 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
3898
3899         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
3900
3901         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
3902
3903         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
3904         srcdir != builddir
3905
3906         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
3907
3908         * configure.in (GTK_VERSION): Up to 1.3.2
3909
3910         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
3911         gtkimcontextxim.h
3912
3913         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
3914         missing doc comment.
3915
3916 2000-11-14  Alexander Larsson  <alexl@redhat.com>
3917
3918         * modules/linux-fb/basic.c:
3919         Use the glib iconv wrappers.
3920
3921 2000-11-13  Havoc Pennington  <hp@pobox.com>
3922
3923         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
3924         still more bugs.
3925
3926         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
3927         scroll the GdkWindows before realization.
3928
3929 2000-11-13  Havoc Pennington  <hp@redhat.com>
3930
3931         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
3932         where GC didn't always get updated properly
3933
3934         * demos/gtk-demo/textview.c (create_tags): Use subattributes
3935         of fonts instead of setting the entire font
3936
3937         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
3938         setting entire font
3939
3940         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
3941
3942         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
3943         a bunch of individually-settable font attributes. You can still 
3944         use the "font" and "font_desc" args, they just set all the font
3945         attributes at once.
3946
3947 2000-11-13 Elliot Lee <sopwith@redhat.com>
3948
3949         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
3950
3951 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
3952
3953         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
3954         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
3955
3956         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
3957         work better.
3958
3959 2000-11-13  Havoc Pennington  <hp@redhat.com>
3960
3961         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
3962         the module file.
3963
3964         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
3965         dest->language
3966
3967         * gtk/testtext.c: Test pixels above/below/inside paragraphs
3968         settings
3969
3970         * gtk/gtktextview.c: Implement object args and setters/getters for
3971         all the aspects of the GtkTextAttributes that are not set from
3972         GtkWidget attributes. This is spacing, justification, margins,
3973         etc.
3974
3975         (gtk_text_view_set_arg)
3976         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
3977         args
3978         (gtk_text_view_class_init): Add args for justify, left_margin,
3979         right_margin, indent, and tabs
3980         
3981
3982         * gtk/gtktextlayout.c (set_para_values): fix to display indent
3983         attribute properly
3984
3985         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
3986         replace with indent attribute
3987
3988         * gtk/gtktextlayout.c (set_para_values): multiply indent by
3989         PANGO_SCALE
3990
3991         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
3992         rearranging code to do that
3993         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
3994         i.e. don't subtract the top_margin first, just to keep
3995         all margin-futzing in one place.
3996
3997         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
3998
3999         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
4000         special case of last line, Pango now handles this itself.
4001         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
4002         Y coordinate
4003         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
4004         (find_display_line_above): wasn't moving the byte index as it
4005         iterated over lines, so always returned byte 0. Also, port to use
4006         PangoLayoutIter.
4007         (find_display_line_below): same problem as
4008         find_display_line_above. Also, port to use PangoLayoutIter.
4009
4010 2000-11-13  Alexander Larsson  <alexl@redhat.com>
4011
4012         * gdk/linux-fb/*.[ch]:
4013         Massive reindent to gtk+ standard. My hands hurt.
4014
4015         * gdk/linux-fb/gdkcolor-fb.c:
4016         Move GdkColorPrivateFB from inherited to windowing_data
4017
4018         * gdk/linux-fb/gdkcursor-fb.c:
4019         _gdk_cursor_new_from_pixmap made static
4020
4021         * gdk/linux-fb/gdkdnd-fb.c:
4022         GdkDragContextPrivate moved to windowing_data
4023
4024         * gdk/linux-fb/gdkdrawable-fb2.c:
4025         Removed endian.h, use glib endianness macros instead
4026         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
4027         and GDK_DRAWABLE_IMPL_FBDATA
4028
4029         * gdk/linux-fb/gdkfont-fb.c:
4030         Add empty gdk_font_load(). Needed for linking of Gtk+.
4031
4032         * gdk/linux-fb/gdkimage-fb.c:
4033         Removed endian.h, use glib endianness macros instead
4034         Moved GdkImagePrivateFB to windowing_data
4035         gdk_image_new_bitmap didn't always allocate enough
4036         memory.
4037
4038         * gdk/linux-fb/gdkinput-ps2.c:
4039         Added semi-working support for MS serial mice.
4040
4041         * gdk/linux-fb/gdkprivate-fb.h:
4042         s/GdkWindowPrivate/GdkWindowObject/
4043         Removed GdkWindowPrivate typedef
4044         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
4045         Removed GDK_DRAWABLE_P
4046         Move GdkColorPrivateFB from inherited to windowing_data
4047         Moved GdkImagePrivateFB to windowing_data
4048
4049         * gdk/linux-fb/gdkvisual-fb.c:
4050         Removed some unused debug code.
4051
4052         * gdk/linux-fb/gdkwindow-fb.c:
4053         Use stock cursors instead of including X headers.
4054         s/GdkWindowPrivate/GdkWindowObject/
4055
4056         * gdk/linux-fb/mitypes.h:
4057         Removed unused types.
4058
4059         * modules/linux-fb/basic.c:
4060         Use the pango fribidi wrappers.
4061
4062 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4063
4064         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
4065         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
4066         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
4067         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
4068         GEqualFunc where applicable.
4069         
4070         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
4071         pango_font_description_equal as changed in pango.
4072         
4073         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
4074
4075         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
4076
4077         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
4078
4079         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
4080
4081         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
4082
4083         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
4084
4085         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
4086         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
4087
4088         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
4089         gtk_rc_styles_compare -> gtk_rc_styles_equal.
4090
4091 2000-11-12  Havoc Pennington  <hp@pobox.com>
4092
4093         * demos/gtk-demo/Makefile.am (democodedir): change demo install
4094         dir to datadir/gtk+-2.0/demo
4095
4096         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
4097         sorts of text widget and Pango font bugs. Urgh.
4098
4099         * demos/gtk-demo/Makefile.am (demos): Add textview.c
4100
4101         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
4102         tree that you should double click to see the demo. Fix 
4103         types of variables to reflect changed return values from 
4104         GtkTreeStore and GtkTreeViewColumn constructors.
4105
4106         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
4107         newly-created buffer to prepare for GObject semantics
4108
4109         * gtk/testtext.c: don't leak the buffer with GObject semantics
4110
4111         * gtk/testtextbuffer.c: ditto
4112         
4113 2000-11-12  Havoc Pennington  <hp@pobox.com>
4114
4115         Rename this testgtk to gtk-demo to avoid confusion, and 
4116         install it so people can use it as a supplement to 
4117         the documentation.
4118         
4119         * demos/gtk-demo: Moved from demos/testgtk
4120
4121         * demos/testgtk: Removed
4122
4123         * configure.in: make Makefile in gtk-demo
4124         
4125         * demos/gtk-demo/Makefile.am: Install sample source to 
4126         datadir/gtk-demo (maybe there's a better place?), and 
4127         rename the binary to gtk-demo
4128         
4129         * demos/gtk-demo/main.c (load_file): Load installed sample
4130         source if source isn't found in pwd.
4131
4132 2000-11-09  Havoc Pennington  <hp@pobox.com>
4133
4134         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
4135         argument to set the char displayed when visibility == FALSE
4136         (gtk_entry_create_layout): If !entry->visible, replace 
4137         all chars with the "invisible char"
4138
4139         * gtk/testgtk.c: Test the invisible_char deal
4140         
4141 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
4142
4143         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
4144         can't get a native font in the right encoding.
4145
4146 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
4147
4148         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
4149         respectively.
4150
4151 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
4152
4153         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
4154         Fix warning when moving between paragraphs.
4155
4156         * gtk/gtkentry.[ch]: Change move => move_cursor, 
4157         delete => delete_from_cursor, insert => insert_at_cursor
4158
4159 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
4160
4161         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
4162
4163         * modules/input/imthai-broken.c: A Thai input method for use if
4164         Thai keys are really generating Latin1 keysyms.
4165
4166         * modules/input/Makefile.am: Build these.
4167
4168 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
4169
4170         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
4171         g_filename_{to,from}_utf8 now takes an extra parameter.
4172
4173         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
4174         strftime into UTF-8.
4175
4176         (column_from_x, gtk_calendar_paint_day_names): Support RTL
4177         calendars.
4178
4179         (gtk_calendar_paint_day_names): Draw day names in the right 
4180         place.
4181         
4182 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
4183
4184         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
4185         problem with using result of g_get_charset() backwards -
4186         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
4187
4188         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
4189         negative min_width/height and max_width/height to
4190         mean "requisition"; this allows setting a window
4191         to be user-resizable in only one direction easily.
4192
4193         * gtk/testgtk.c (create_main_window): Remove hard-coded
4194         usize - set a default size in the vertical direction.
4195
4196 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
4197
4198         * gtk/gtkrange.c: Add some missing casts. Support 
4199         2 and 3 button clicks on the arrows to mean 
4200         "move by pages" and "jump to end". (Like gtkspinbutton)
4201
4202 2000-11-12 Hans Breuer <Hans@Breuer.Org>
4203
4204         * gdk/win32/makefile.msc : reflect build module changes
4205
4206         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
4207         from GdkPixmap*, cast implementation member instead.
4208
4209         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
4210         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
4211         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
4212         more Gdi functions return value checking. 
4213         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
4214         GdkImagePrivateWin32 *.
4215
4216         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
4217         menus useable again. Add #pragma message to keep reminded on this issue.
4218         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
4219         windows. This allows to enable backing store on Win32!
4220
4221         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
4222         in drawable is of impl type. Correct specific type checks appropriate.
4223  
4224         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
4225         GDK_WINDOW_DESTROYED before allocating new resources.
4226
4227         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
4228
4229         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
4230         (gdk_window_foreign_new) initialize parent handle.
4231         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
4232
4233         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
4234         Let the GDI invalidate the window on MoveWindow call to fix scrolling
4235         problems (e.g. main buttons in testgtk). 
4236
4237 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
4238
4239         * gtk/gtkentry.c (gtk_entry_key_press): Call 
4240         gtk_widget_activate for GDK_Return.
4241
4242         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
4243         of preedit cursor position.
4244
4245 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
4246
4247         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
4248         static.
4249
4250 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
4251
4252         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
4253         out support for multiple locales; that simple doesn't
4254         work reliably with current Xlib
4255
4256         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
4257         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
4258         Add support for positioning the cursor within the preedit string.
4259
4260 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
4261
4262         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
4263         at XIM input method module.
4264
4265         * gtk/gtktextview.c: Check for bindings after passing
4266         events to im context filter.
4267
4268 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
4269
4270         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
4271         empty attribute lists properly.
4272
4273 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
4274
4275         * gtk/queryimmodules.c (main): Return non-zero exit
4276         status if errors were encountered querying any
4277         modules.
4278
4279         * modules/input/Makefile.am (moduledir): remove
4280         leftover bin program target.
4281
4282         * docs/make-todo: Fix typo in error message.
4283
4284 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
4285
4286         * configure.in: Add modules/input/Makefile
4287
4288 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
4289
4290         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
4291         don't include gtkthemes.h.
4292
4293         * gtk/testgtk.c gtk/testtext.c: Set environment variables
4294         to point
4295
4296         * gtk/Makefile.am: Add new .c and .h files, build 
4297         gtk-query-immodules and use it to create a gtk.immodules
4298         file for use of test programs.
4299
4300         * gtk/gtkpreview.c: remove extra blank line.
4301
4302 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
4303
4304         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
4305         Add the ability to add extra tables beyond the default
4306         one, and also the ability to have compose sequences 
4307         that are prefixes of other compose sequences. 
4308
4309         * gtk/gtkimcontextsimple.c: Export a preedit string which
4310         consists of possible candidates for keystrokes that have
4311         been entered but not yet committed.
4312
4313         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
4314         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
4315
4316         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
4317         Add a function to add input-method switching menu items
4318         to a menu.
4319
4320         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
4321         when switching input methods.
4322
4323         * gtk/gtkimcontextsimple.[ch]: Change the format of
4324         the compose table to allow compose tables of different
4325         lengths / sequence.
4326
4327 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
4328
4329         * gtk/gtkimmodule.[ch]: Support routines for loading
4330         GtkIMContext implementations dynamically at runtime.
4331
4332         * modules/input/imcyrillic-translit.c: A sample input
4333         method (based on GtkIMContextSimple with an extra table),
4334         which demonstrates preedit strings and the module
4335         system for input modules
4336
4337         * gtk/queryimmodules.c: Program to query the available
4338         input modules and write the results into a file.
4339          
4340         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
4341         extra config options "im_module_file" (cache file for
4342         input method modules), and "im_module_path" - path
4343         to look for modules when generating cache file.
4344
4345         This doesn't scale.
4346
4347 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
4348
4349         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
4350         generic code from gtkthemes into a new abstraction
4351         GtkModule which has the logic for implementing
4352         a loadable module which implements a number of 
4353         GObject types.
4354
4355 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
4356
4357         * gtk/gtkeditable.[ch]: Convert GtkEditable from
4358         a class into an interface  
4359         
4360         * gtk/gtkoldeditable.[ch]: Move the old editable
4361         implementation into here, so legacy widgets can
4362         still rely on the implemenation. GtkOldEditable
4363         exports GtkEditable. Make selection handling
4364         code use new text conversion functions (and
4365         handle UTF-8 as a side-effect). Use GtkClipboard
4366         for CLIPBOARD.
4367
4368         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
4369         Adopt to match above changes.
4370
4371         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
4372         avoid GtkOldEditable implementation. Restructure
4373         to reduce number of places that modify state directly.
4374         Move to GtkBindingSet. Display the preedit string.
4375         Queue recomputation of PangoLayout and scroll position
4376         to improve effiency of doing complex changes naively.
4377         Add a menu with cut/copy/paste and input method selection.
4378
4379 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
4380
4381         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
4382         to set preedit string and attributes; display preedit string by
4383         inserting string and attributes at cursor when creating the
4384         GtkTextLineDisplay.
4385
4386         * gtk/gtktextlayout.c: Move all conversions between byte
4387         positions in PangoLayout and GtkTextIter into new functions
4388         line_display_iter_to_index/index_to_iter that properly
4389         handle the preedit string.
4390
4391         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
4392         it to return const char * (eventually will end up
4393         as GCONST char *, most likely.)
4394
4395         * gtk/gtktextview.[ch]: Handle the preedit string, call
4396         gtk_im_context_reset() as necessary, add a menu to switch
4397         input methods.
4398         
4399         * gtk/gtktextlayout.[ch]: Remove useless
4400         gtk_text_layout_get_log_attrs() function.
4401
4402 2000-11-11  Tor Lillqvist  <tml@iki.fi>
4403
4404         * gdk/gdk.def
4405         * gtk/gtk.def: Update.
4406
4407         * gdk/win32/*.c: Add last argument to g_type_register_static()
4408         calls.
4409
4410         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
4411
4412         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
4413         generated by older wheel mouse drivers. Get the correct y
4414         coordinate from WM_MOUSEWHEEL messages.
4415
4416         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
4417         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
4418         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
4419         Debugging functions.
4420
4421         * gdk/win32/gdkprivate-win32.h: Declare them.
4422
4423         * gdk/win32/gdkinput-win32.h: Add declaration for
4424         gdk_input_window_destroy().
4425
4426         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
4427
4428 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
4429
4430         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
4431         function to help handle keeping things in sync.
4432
4433 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
4434
4435         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
4436         BOXED marshallers.
4437
4438         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
4439         (gtk_list_store_class_init): use the new BOXED marshallers.
4440
4441         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
4442         new_with_values to new_with_types.
4443         (gtk_tree_store_get_column_type): add this.
4444         (gtk_tree_store_class_init): use the new BOXED marshallers.
4445
4446         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
4447         mirror some POINTER marshallers.
4448
4449 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
4450
4451         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
4452         allow more interesting iterators.  Also, made the lifecycle of
4453         iterators more explicit.
4454
4455         * gtk/gtktreemodelsort.[ch]: New model for sorting.
4456
4457         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
4458         types.
4459
4460 2000-11-09  Alexander Larsson  <alexl@redhat.com>
4461
4462         * demos/testgtk/menus.c:
4463         Changes to make the new testgtk compile after
4464         gtk_menu_append was removed.
4465
4466         * gdk/linux-fb/gdkdrawable-fb2.c
4467         (gdk_fb_get_depth, gdk_fb_get_visual,
4468         gdk_drawable_impl_fb_class_init): Implement
4469         these drawable functions. Now GtkImages work again.
4470
4471         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
4472
4473         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
4474         
4475         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
4476         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
4477         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
4478         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
4479
4480 2000-11-08  Havoc Pennington  <hp@pobox.com>
4481
4482         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
4483         visible_set args, don't know where these had gone, I thought they
4484         used to be there
4485
4486         * gtk/testtext.c: Add a menu item to apply invisibility tag;
4487         now we can test the feature and see that it's totally broken.
4488
4489 2000-11-08  Havoc Pennington  <hp@pobox.com>
4490
4491         Make DND copy pixbufs and tags when source and target share a 
4492         tag table.
4493         
4494         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
4495         in-process GTK_TEXT_BUFFER_CONTENTS target
4496         (gtk_text_view_drag_data_received): Paste from
4497         GTK_TEXT_BUFFER_CONTENTS if we receive it.
4498
4499 2000-11-08  Alexander Larsson  <alexl@redhat.com>
4500
4501         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
4502         API changes.
4503
4504         * gtk/gtkmenu.c: Add support for scrolling menus.
4505         Remove gtk_menu_append/prepend/insert, these have been moved to
4506         gtkcompat.h as #defines.
4507
4508         * gtk/gtkcompat.h.in:
4509         Add compatibility #defines for gtk_menu_append/prepend/insert
4510
4511         * gtk/gtkmenu.h: Add data needed for scrolling menus.
4512         GtkMenuPositionFunc gets an extra argument push_in.
4513         gtk_menu_append/prepend/insert removed.
4514         
4515         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
4516         positioning behaviour to fit to scrolling menus.
4517
4518         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
4519         into menuitem->submeny. That is wrong, and broke torn
4520         off submenus of torn off menus, since they were unrealized
4521         when the first menu was unrealized.
4522
4523         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
4524         gtk_menu_shell_select_item() since these need to be overridden in
4525         GtkMenu.
4526
4527         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
4528         positioning behaviour to fit to scrolling menus.
4529         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
4530         the current item so that it is prelighted when the menu pops up.
4531         This is a workaround to the fact that the menu doesn't get the
4532         initial enter event (due to grabs).
4533
4534         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
4535         s/gtk_menu_append/gtk_menu_shell_append/
4536
4537         * gtk/gtknotebook.c:
4538         s/gtk_menu_insert/gtk_menu_shell_insert/
4539
4540         * gtk/testgtk.c (create_menu, create_menus):
4541         Create the first menu with 50 items so that menu scrolling
4542         can be tested.
4543         
4544         
4545         Patch from Jonathan Blandford  <jrb@redhat.com>
4546
4547         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
4548         system to handle size requests.  First, we ask what the size of
4549         the toggle is.  Then, when allocating the size, we allocate the
4550         toggle_size first.  This way we can have multiple menu-item
4551         classes w/o needing a seperate class for each.
4552
4553         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
4554         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
4555
4556         * gtk/gtkcheckmenuitem.c
4557         (gtk_check_menu_item_toggle_size_request): New function to handle
4558         the toggle size-request.
4559
4560 2000-11-07  Havoc Pennington  <hp@redhat.com>
4561
4562         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
4563         Half-ass somewhat fix this function, so that scrolling to the
4564         insertion point works. Pango hacking is in the future to really
4565         fix it.
4566
4567         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
4568         length of data, no longer used.
4569
4570         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
4571         method contents in here, get rid of destroy method
4572         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
4573         that were backward. Remove debug spew.
4574         (cut_or_copy): Make the clipboard work with insert_range to
4575         preserve tags and pixbufs, not just the primary selection.
4576
4577 2000-11-07  Havoc Pennington  <hp@redhat.com>
4578
4579         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
4580         to gtk_text_mark_get_visible
4581
4582         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
4583         bug that was generating an invalid iterator
4584
4585         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
4586         ensure_char_offsets() in front of code placing the iter in an
4587         invalid state.
4588
4589         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
4590         make override_location arg const
4591         (paste): Replace the selection if we paste into the 
4592         current selection
4593
4594         * gtk/gtkselection.h: Remove "GtkSelectioData"
4595         (struct _GtkSelectionData): move the definition here.
4596
4597         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
4598         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
4599
4600         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
4601
4602         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
4603         (gtk_text_buffer_insert_range_interactive): implement
4604         (gtk_text_buffer_get_tags): Remove, replaced by
4605         gtk_text_iter_get_tags()
4606
4607         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
4608         limit parameter, to avoid infinite linear scan.
4609         (gtk_text_iter_backward_search): Add search limit
4610         (gtk_text_iter_forward_find_char): Add search limit
4611         (gtk_text_iter_backward_find_char): Add search limit
4612
4613 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
4614
4615         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
4616         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
4617         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
4618         gdk/linux-fb/gdkwindow-fb.c:
4619         use g_object_new() instead of g_type_create_instance() which
4620         is a private function for fundamental type implementations.
4621
4622         * gdk/linux-fb/gdkinput-ps2.c:
4623         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
4624         instead just store the current modifier state. Add a (somewhat broken)
4625         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
4626         Rename exported function gdk_input_ps2_get_mouseinfo to
4627         gdk_input_get_mouseinfo.
4628
4629         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
4630         gdk/linux-fb/gdkwindow-fb.c:
4631         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
4632         
4633
4634 2000-11-02  Havoc Pennington  <hp@redhat.com>
4635
4636         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
4637         use stock buttons. Should be 100% source compatible, appropriate
4638         filesel fields now point to dialog->vbox and dialog->action_area.
4639         On the bizarre side, dialog->action_area and filesel->action_area
4640         are not the same widget.
4641         (gtk_file_selection_init): Put some padding around the selection
4642         entry, so it isn't touching the GtkDialog separator.    
4643
4644         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
4645         use stock buttons, etc. Should also be source compatible.
4646         Set the dialog default title in _init not _new().
4647         
4648         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
4649         Use stock buttons; don't put a button box inside the existing
4650         dialog button box. Don't bother with push/pop colormap anymore.
4651
4652         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
4653         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
4654         for message dialog, and necessary for the font selection and color
4655         selection with help and apply buttons.
4656         
4657         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
4658         to the created button widget. Set GTK_CAN_DEFAULT on the button.
4659         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
4660         between buttons, put less padding around the action area.
4661         (gtk_dialog_run): Exit on unmap rather than on destroy. 
4662         This will also exit the loop if the widget is hidden.
4663         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
4664         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
4665         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
4666         special-case delete event.
4667
4668         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
4669         formatting
4670         
4671 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
4672
4673         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
4674         button to temporarily disable position recording in the
4675         "saved position" test.
4676
4677 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
4678
4679         * gtk/gtkthemes.c: added compat code that temporarily implements
4680         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
4681         going to be revamped by owen's upcoming GtkModule patches, but
4682         untill then people want gtk to build, right? ;)
4683
4684 2000-11-04  Havoc Pennington  <hp@pobox.com>
4685
4686         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
4687         list
4688
4689         * docs/Changes-2.0.txt: Add note about
4690         gtk_container_get_toplevels()
4691
4692         * gtk/gtktextview.h: formatting
4693         
4694         * gtk/gtktextview.c: don't start descriptions with "Returns",
4695         confuses gtk-doc
4696
4697 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
4698
4699         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
4700         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
4701
4702 2000-11-03  Havoc Pennington  <hp@redhat.com>
4703
4704         * gtk/gtktexttagtable.c: Docs
4705         (gtk_text_tag_table_size): return a signed int
4706
4707         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
4708         (gtk_text_tag_event): make the event_object a GObject
4709
4710         * gtk/gtktextview.c: Write API docs for all functions.
4711
4712         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
4713         for gtk_text_view_get_window_type() called on one of the private
4714         windows.
4715
4716         * gtk/gtktextview.c: Instead of accessing text_view->buffer
4717         directly, call get_buffer() which demand-creates a default
4718         buffer. So gtk_text_view_new() can be used to create a view with a
4719         default buffer in it, if you just want an empty text box users can
4720         put data in. Useful for GUI builders also.
4721
4722 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
4723
4724         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
4725         the charset encodign portion MUST be in lowercase.
4726         * gtk/gtkrc.az: added file for Azeri language
4727
4728 2000-11-03  Havoc Pennington  <hp@redhat.com>
4729
4730         Get widgets working on the btree/buffer side. Display of them 
4731         still doesn't work.
4732         
4733         * gtk/gtktextview.c: start implementing child widget stuff
4734
4735         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
4736
4737         * gtk/gtktextlayout.c: handle embedded widgets
4738
4739         * gtk/gtktextdisplay.c: handle embedded widgets
4740
4741         * gtk/gtktextchild.c: Implement all the child anchor goo
4742
4743         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
4744         function
4745
4746         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
4747         (insert_pixbuf_or_widget_segment): abstract out common portions of 
4748         creating a child anchor or a pixbuf segment.
4749         (gtk_text_btree_create_child_anchor): new function
4750         (gtk_text_btree_unregister_child_anchor): new function
4751
4752         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
4753         allocate_child signal on GtkTextLayout
4754
4755         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
4756         values
4757         (gtk_text_iter_get_child_anchor): new function
4758
4759         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
4760         default handler for the changed signal, which calls
4761         gtk_text_buffer_set_modified(), instead of just always emitting
4762         changed then calling set_modified() manually. I guess this is
4763         maybe more flexible. It seems logical.
4764
4765 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
4766
4767         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
4768         now.
4769
4770         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
4771
4772 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
4773
4774         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
4775         been marked static.
4776
4777 2000-11-02  Havoc Pennington  <hp@redhat.com>
4778
4779         * gtk/testgtk.c (create_labels): had a test backward
4780
4781         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
4782         fields, so the dest GC ends up with the correct clip origin, 
4783         etc. Fixes a bug where colored labels didn't redraw 
4784         properly.
4785
4786 2000-11-02  Alexander Larsson  <alexl@redhat.com>
4787
4788         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
4789         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
4790         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
4791         Add last argument to t_type_register_static call.
4792         
4793         * gdk/linux-fb/gdkdrawable-fb2.c:
4794         Add last argument to t_type_register_static call.
4795         export the get_image drawable virtual function.
4796
4797         * gdk/linux-fb/gdkimage-fb.c:
4798         Add last argument to t_type_register_static call.
4799         rename gtk_image_get to _gdk_fb_get_image and
4800         export it for use by gdkdrawable-fb2.
4801
4802         * gdk/linux-fb/gdkprivate-fb.h:
4803         export _gdk_fb_get_image.
4804
4805         * gdk/linux-fb/gdkselection-fb.c:
4806         Add new api call stubs.
4807
4808         * gtk/Makefile.am:
4809         Missing ( in linux-fb part.
4810
4811         * modules/linux-fb/Makefile.am:
4812         Must link with gdk_pixbuf or get unresolved symbol.
4813
4814 2000-11-01  Havoc Pennington  <hp@pobox.com>
4815
4816         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
4817         GTK_TYPE_TEXT_ITER and BOXED marshallers
4818
4819         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
4820
4821         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
4822         
4823         * gtk/gtk-boxed.defs: add GtkTextIter
4824
4825         * gtk/gtkmarshal.list: Add marshallers for text widget that 
4826         properly use OBJECT and BOXED
4827
4828 2000-11-01  Havoc Pennington  <hp@redhat.com>
4829
4830         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
4831
4832         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
4833         before returning it. 
4834         
4835 2000-11-01  Havoc Pennington  <hp@redhat.com>
4836
4837         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
4838         Clip the rectangle to be rendered to the drawable, since
4839         get_from_drawable() requires a region within the drawable
4840
4841 2000-11-01  Havoc Pennington  <hp@redhat.com>
4842
4843         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
4844         from coordinates.
4845
4846 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
4847
4848         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
4849         it isn't NULL.
4850
4851 2000-11-01  Havoc Pennington  <hp@pobox.com>
4852
4853         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
4854         on a label
4855         (gtk_label_finalize): unref the attr list if any.
4856
4857         * gtk/testgtk.c (create_get_image): close test on second click
4858         (make_message_dialog): close dialog if it exists
4859
4860         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
4861
4862         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
4863         gdk-pixbuf
4864
4865         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
4866         from Pango markup format
4867         (gtk_label_set_markup_with_accel): ditto but with accelerator
4868         parsing
4869
4870         * gtk/gtkimage.c (gtk_image_expose): reformatting.
4871
4872         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
4873         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
4874         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
4875         call gdk_window_get_origin().
4876
4877         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
4878         implement GDK_PIXBUF_ALPHA_FULL
4879         
4880 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
4881
4882         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
4883         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
4884         g_signal_handlers_disconnect_matched to block/unblock and disconnect
4885         multiple handlers respectively, instead of only treating the
4886         first handler found (bug reported by owen).
4887
4888 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
4889
4890         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
4891
4892         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
4893
4894         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
4895         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
4896         gtk/gtktreeviewcolumn.h: Fixed inline docs.
4897
4898         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
4899         widget.  Needs writing someday.
4900
4901         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
4902         the docs.
4903
4904 2000-10-30  Havoc Pennington  <hp@redhat.com>
4905
4906         * gtk/gtktextview.h, gtk/gtktextview.c:
4907         Rename delete_at_cursor delete_from_cursor, and 
4908         move to move_cursor.
4909
4910 2000-10-30  Havoc Pennington  <hp@redhat.com>
4911
4912         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
4913         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
4914         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
4915         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
4916         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
4917         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
4918         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
4919         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
4920         gtktexttypes.h, gtktextview.c, gtktextview.h:
4921
4922         Massive reindentation and reformatting. Arg alignment and comments
4923         still need fixing in various places.
4924
4925 2000-10-30  Havoc Pennington  <hp@redhat.com>
4926
4927         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
4928         to be named insert_at_cursor and delete_at_cursor so C++ can
4929         handle them.
4930
4931 2000-10-28  Tor Lillqvist  <tml@iki.fi>
4932
4933         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
4934         to get a double directory separator in case the home directory
4935         ends with one. This would cause trouble especially on Windows,
4936         where the path will be confused with the syntax for an an UNC
4937         (network share) path \\server\share\path.
4938         (gtk_rc_add_initial_default_files): Ditto.
4939
4940 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
4941
4942         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
4943
4944         * gtk/gtktextview.c: Use correct marshallers.
4945
4946 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
4947
4948         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
4949         use new iter stuff, and added all the appropriate signals et al.
4950
4951         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
4952         code is internal to gtk only.
4953
4954 2000-10-28  Tor Lillqvist  <tml@iki.fi>
4955
4956         * gtk/gtk.def
4957         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
4958         glib-genmarshal etc.
4959
4960 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
4961
4962         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
4963         parallel builds.
4964
4965 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
4966
4967         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
4968
4969 2000-10-27  Robert Brady  <robert@suse.co.uk>
4970
4971         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
4972         en_GB (British), ia (Interlingua).
4973
4974 2000-10-26  Havoc Pennington  <hp@redhat.com>
4975
4976         * gtk/gtktextiter.c (my_strrstr): fix constness warning
4977
4978         Fixed output of:
4979         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
4980         
4981         * gtk/gtktextsegment.c (char_segment_new): rename
4982         (_char_segment_new_from_two_strings): rename
4983         (_toggle_segment_new): rename
4984         
4985         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
4986         (make_clipboard_widget): make it static
4987         (text_get_func): static
4988         (text_clear_func): static
4989
4990         * gtk/gtkcolorsel.c (adjustment_changed): make this function
4991         static
4992         (hex_changed): make it static
4993         (hsv_changed): make it static
4994         (opacity_entry_changed): make it static
4995
4996         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
4997         (toggle_segment_check_func): rename with _gtk
4998
4999         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
5000         (_widget_segment_new): rename
5001         (_widget_segment_add): rename
5002         (_widget_segment_remove): rename
5003         (_widget_segment_ref): rename
5004         (_widget_segment_unref): rename
5005
5006         * gtk/gtktextmark.c (_mark_segment_new): Rename
5007         _gtk_mark_segment_new   
5008
5009 2000-10-26  Havoc Pennington  <hp@redhat.com>
5010
5011         * gtk/gtkmarshal.list: add new marshallers used by the text widget
5012         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
5013         types
5014
5015         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
5016         marshaller types
5017
5018         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
5019         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
5020         license on these files.
5021
5022         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
5023         work.
5024
5025         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
5026         runtime random number different for each tree, instead of 
5027         a constant I made up.
5028
5029 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
5030
5031         * gtk/Makefile.am: buncha cleanups, kludged build sources
5032         dependencies with a Makefile: oldest-source-stamp dependancy
5033         for the moment. automake is really fighting us here, with
5034         intentionally not allowing user-defined rules or dependancies
5035         prior to it's -include $(DEP_FILES) statement. sucks rocks!
5036
5037         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
5038         to public headers. tehy have a comment stating that they are
5039         "semi-public" aren't included by gtk.h and if enums popup there,
5040         they can be /*< skip >*/-ed.
5041
5042         * gtk/gtktextlayout.h: 
5043         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
5044         added LGPL... <SIGH>
5045
5046 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
5047
5048         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
5049         GtkTreeIter.  Added iterators everywhere.
5050
5051         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
5052
5053         * gtk/gtktreeviewselection.c: Changed to use the iterators.
5054
5055         * gtk/gtktreestore.c: Changed to use the iterators.
5056
5057         * gtk/gtkliststore.c: Commented out the code.  Will convert to
5058         iterators tomorrow.
5059
5060         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
5061         iterators tomorrow.
5062
5063         * gtk/treestoretest.c: Changed to use iterators.
5064
5065         * demos/testgtk/main.c: Moved to use the new iterator system.
5066
5067 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
5068
5069         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
5070         localization misbehaviour.
5071
5072         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
5073         a useless type without copy/free.
5074
5075         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
5076         of GTK_TYPE_CTREE_NODE.
5077
5078 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
5079
5080         * gtk/gtksignal.c:
5081         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
5082         applicable.
5083
5084         * gtk/gtk-boxed.defs (GtkSelectionData): specify
5085         gtk_selection_data_copy and gtk_selection_data_free
5086         do GtkSelectionData work as params in signals.
5087
5088 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
5089
5090         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
5091         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
5092         couldn't they at least give it a non-standard name?
5093         
5094         * gtk/gtktextlayout.c: arg! yet another implementation of
5095         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
5096
5097         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
5098         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
5099         home. now i know this _is_ a conspiracy.
5100
5101         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
5102         ::state-changed.
5103
5104         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
5105         (gtk_accel_group_create_add): marshaller signature fixups.
5106
5107         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
5108         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
5109
5110         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
5111         anymore.
5112
5113 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
5114
5115         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
5116         due to the signal system changes, it wouldn't build currently. to
5117         be fixed soon.
5118
5119         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
5120
5121         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
5122         so it needs gtk_marshal_VOID__ENUM() instead of
5123         gtk_marshal_NONE__UINT().
5124
5125         * gdk/gdk*.c: adapted type registration functions.
5126
5127         * gtk/gtkbindings.c:
5128         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
5129         gone.
5130
5131         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
5132
5133         * gtk/gtkobject.c:
5134         (gtk_object_destroy):
5135         (gtk_object_shutdown): fixed recursion guards. basically we have to
5136         catch the case where any of GObject.shutdown() or gtk_object_destroy()
5137         is called during ::destroy, and avoid recursion there.
5138
5139         * gtk/gtktypeutils.c:
5140         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
5141         boxed_copy/boxed_free. this needs a more general solution based on a
5142         publically installed code-generator utility.
5143
5144         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
5145         glib's gobject has support for that now.
5146         define GtkSignalMarshaller in terms of GSignalCMarshaller.
5147
5148 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
5149
5150         * gtk/gtksignal.[hc]:
5151         * gtk/gtkmarshal.[hc]:
5152         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
5153         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
5154         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
5155         care of that.
5156
5157         * *.c: marshaller name fixups.
5158
5159         * gtk/gtkmarshal.list: added a comment briefing the format.
5160
5161 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
5162
5163         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
5164         compatibility macros here now. more specifically, most of
5165         the API is preserved (yes, _most_, nonwithstanding the
5166         following exceptions listed, the API is stil lHUGE ;)
5167         things that got removed completely:
5168         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
5169         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
5170         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
5171         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
5172         gtk_signal_remove_emission_hook().
5173         non-functional functions variants:
5174         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
5175         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
5176         not supported anymore.
5177         (gtk_signal_compat_matched): new internal function to aid
5178         implementation of the compatibility macros, it  provides
5179         functionality to block/unblock/disconnect handlers based
5180         on func/data.
5181
5182         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
5183
5184         * *.c: adaptions to new type registration API signatures.
5185
5186 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
5187
5188         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
5189
5190 2000-10-25  Robert Brady  <robert@suse.co.uk>
5191
5192         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
5193         gdk_property_delete): If window == NULL, assume the root window.
5194         (restoring the behaviour that was in 1.2).
5195         
5196         * gtk/testtext.c (save_buffer): Allow creation of new files when
5197         saving.
5198
5199         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
5200         calls to read().
5201
5202 2000-10-25  Tor Lillqvist  <tml@iki.fi>
5203
5204         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
5205
5206         * gdk/win32/gdkdrawable-win32.c
5207         * gdk/win32/gdkimage-win32.c
5208         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
5209         X11 backend.
5210
5211         * gdk/win32/gdkcc-win32.c
5212         * gdk/win32/gdkcolor-win32.c
5213         * gdk/win32/gdkfont-win32.c
5214         * gdk/win32/gdkinput-win32.c
5215         * gdk/win32/gdkmain-win32.c
5216         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
5217
5218 2000-10-24  Havoc Pennington  <hp@redhat.com>
5219
5220         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
5221         it a static function
5222
5223         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
5224         redraw text when a tag is applied to it.
5225
5226         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
5227         (gtk_text_tag_affects_nonsize_appearance): private functions to
5228         see if a tag requires various kinds of redraw/layout to be queued
5229         up.
5230
5231         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
5232
5233         * gtk/testtext.c (fill_example_buffer): Put the cursor 
5234         at the start of the buffer, so search works by default
5235
5236         * gtk/gtktextiter.c (lines_match): init match_start always
5237
5238         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
5239         function, get iter at a line + a byte index
5240
5241         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
5242         to set byte position within a line
5243         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
5244
5245 2000-10-23  Havoc Pennington  <hp@redhat.com>
5246
5247         * gtk/testtext.c: Re-enable the "find" dialog
5248
5249         * gtk/testgtk.c: Add test for gdk_drawable_get_image
5250         
5251         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
5252         the arguments to gdk_draw_drawable were in the wrong order
5253         (gdk_window_paint_init_bg): This function was ignoring the
5254         init_region, instead of clipping to it, so the entire backing
5255         pixmap was cleared on every begin_paint()
5256         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
5257         was in here again, the loop kept using the same GtkWindowPaint
5258         over and over.
5259         (gdk_window_begin_paint_region): Fix a bug where we had two
5260         x_offset instead of x_offset and y_offset
5261
5262         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
5263         before we get the image.
5264         (gdk_draw_drawable): get the composite before we draw the drawable.
5265         (gdk_drawable_real_get_composite_drawable): default
5266         get_composite_drawable implementation that returns the drawable 
5267         itself
5268
5269         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
5270         get_composite_drawable virtual function
5271
5272         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
5273         list-walking bug
5274
5275         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
5276         make this work if the source drawable is a GdkDrawableImplX11
5277         instead of a public drawable type. This is really broken; the
5278         problem is that GdkDrawable needs a virtual method get_xid(), but
5279         of course that doesn't work in practice. Enter RTTI.
5280
5281         Also, improve mismatched depth message.
5282
5283         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
5284         GdkPixmap
5285
5286         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
5287         install _gdk_x11_get_image as our implementation of get_image
5288         
5289         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
5290         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
5291
5292         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
5293         gdk_drawable_get_image
5294
5295         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
5296
5297         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
5298         get_image
5299
5300         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
5301         trailing semicolon after for loop
5302
5303 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
5304
5305         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
5306         where font_desc for widget's context lagged widget's font_desc by
5307         one step.
5308
5309 2000-10-22  Tor Lillqvist  <tml@iki.fi>
5310
5311         * gdk/win32/gdkgc-win32.c
5312         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
5313
5314         * gtk/makefile.mingw.in
5315         * gtk/gtk.def: Updates.
5316
5317         * gtk/testgtk.c: sleep() is called _sleep in MS's C
5318         library.
5319
5320         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
5321
5322         * gtk/makefile.msc: Remove
5323
5324         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
5325
5326         * gtk/Makefile.am: Add it.
5327
5328         * configure.in: Generate it.
5329
5330         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
5331         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
5332         something even if not implemented, to satisfy picky MSVC.
5333
5334         Patches by Hans Breuer:
5335         
5336         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
5337         SetBkMode() and SetTextAlign() before calling
5338         pango_win32_render().
5339
5340         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
5341         Set hcliprgn to NULL after destroying it.
5342         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
5343
5344         * gdk/win32/gdkgeometry-win32.c
5345         (_gdk_windowing_window_queue_antiexpose): More effective
5346         implementation.
5347
5348         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
5349         depth as default, not the visual's.
5350
5351         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
5352         against empty title.
5353
5354         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
5355         IMAGE_PRIVATE_DATA.
5356
5357         * gdk/win32/gdkimage-win32.c: Use it.
5358
5359 2000-10-22  Robert Brady  <robert@suse.co.uk>
5360
5361         * configure.in: Check for bind_textdomain_codeset
5362
5363         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
5364         present, make use of it.
5365
5366         Add a translatable string "default:LTR" which, if translated
5367         to "default:RTL", will cause the default direction to be
5368         Right-to-Left.
5369
5370         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
5371         direction if marked as flippable.
5372
5373         * gtk/gtkhscale.c: Mark widget as flippable.
5374         
5375 2000-10-04  Havoc Pennington  <hp@redhat.com>
5376
5377         * gtk/testgtk.c (create_buttons): create some stock buttons
5378         with the default accel group
5379         (create_image): test some new GtkImage features
5380         (make_message_dialog): test GtkMessageDialog
5381         (create_modal_window): fix someone's bizzarro indentation
5382
5383         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
5384         GTK_WIN_POS_CENTER_ON_PARENT. 
5385         Add "destroy with parent" setting, which means the window goes
5386         away with its transient parent.
5387         (gtk_window_get_default_accel_group): get the default accel group
5388         for the window.
5389         (gtk_window_set_destroy_with_parent): set/unset destroy with
5390         parent flag
5391         (gtk_window_read_rcfiles): invalidate icon set caches
5392         after reloading rcfiles 
5393
5394         * gtk/gtkenums.h (GtkWindowPosition): add
5395         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
5396         on its parent window when the dialog is mapped for the first time.
5397
5398         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
5399         a simple message dialog class
5400         
5401         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
5402         handler to emit response signal, and maybe later it would
5403         honor a hide_on_delete flag - though that isn't there yet.
5404         Set border width on the vbox to 2, so we get some padding.      
5405         Use a button box for the action area.
5406         (gtk_dialog_key_press): synthesize a delete event if Esc
5407         is pressed and the GtkWidget key press handler didn't 
5408         handle the escape key.
5409         (gtk_dialog_new_with_buttons): new function creates a dialog
5410         with some default buttons in it.
5411         (gtk_dialog_add_action_widget): add an activatable widget
5412         as a button in the dialog - you can also add a non-activatable
5413         widget by accessing the action area directly.
5414         (gtk_dialog_add_button): add a simple button - stock ID or 
5415         label - to the action area
5416         (gtk_dialog_response): emit response signal
5417         (gtk_dialog_run): block waiting for the dialog, return 
5418         the response. Override normal delete_event behavior, so that 
5419         delete_event does nothing inside gtk_dialog_run().
5420
5421         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
5422         emitted when an action widget is clicked or the dialog gets
5423         delete_event
5424
5425         * gtk/gtk.h: add gtkmessagedialog.h
5426
5427         * gtk/Makefile.am: add gtkmessagedialog.[hc]
5428
5429 2000-10-18  Havoc Pennington  <hp@redhat.com>
5430
5431         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
5432         where any number of empty lines would get skipped
5433
5434         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
5435         edge.
5436
5437         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
5438         warning about invalid iterators (explain more thoroughly)
5439         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
5440
5441         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
5442         big
5443
5444         * demos/*.c: Add error handling
5445
5446         * gtk/gtktextbuffer.c: don't modify const iterators
5447
5448         * gtk/gdk-pixbuf-loader.c: Add full error handling here
5449
5450         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
5451         on file load
5452
5453         * gtk/gtkiconfactory.c: Update to reflect addition of error
5454         handling to gdk-pixbuf loaders
5455
5456 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
5457
5458         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
5459         move to new modularized testgtk.
5460
5461 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
5462
5463         * gtk/gtktreeview.c: Draw the arrows correctly.
5464
5465         * gtk/gtktreemodel.c: Added user docs.
5466
5467         * gtk/gtk.h: remove gtktreedatalist.h.
5468
5469         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
5470         parent when generating my type.
5471
5472         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
5473         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
5474
5475 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
5476
5477         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
5478         GtkTreeModel from object to interface.
5479
5480 2000-10-16  Havoc Pennington  <hp@redhat.com>
5481
5482         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
5483         compilation
5484
5485 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
5486
5487         * gtk/gtktreeselection.c: Add API documentation to all public
5488         functions.
5489
5490         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
5491         functions.
5492
5493 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
5494
5495         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
5496         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
5497         docs to all public functions.
5498
5499         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
5500         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
5501         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
5502         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
5503         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
5504         issue.
5505
5506 2000-10-14  Robert Brady  <robert@suse.co.uk>
5507
5508         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
5509
5510 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
5511
5512         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
5513         values other then G_TYPE_STRING.
5514         * gtk/gtktreeselection.c: Minor commenting updates.
5515         * gtk/gtktreeview.c: Format updates.
5516
5517 2000-10-09  Tor Lillqvist  <tml@iki.fi>
5518
5519         * README.win32: Update.
5520
5521         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
5522         lines that had been deleted by mistake (?).
5523
5524         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
5525         also the case fg==white and bg==black (but still not randomly
5526         coloured cursors). Thanks to Wolfgang Sourdeau.
5527
5528         * gdk/win32/*.c: Silence gcc -Wall.
5529
5530         * gtk/gtk.def: Add missing entry points.
5531
5532         Fixes by Hans Breuer:
5533
5534         * gdk/makefile.msc
5535         * gdk/win32/makefile.msc: Update.
5536
5537         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
5538         some MSVC thing, presumably), cause breakpoint on failures. Add
5539         GDK_NOR case. Call g_log_set_always_fatal.
5540
5541         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
5542         should be pased by reference.
5543         
5544         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
5545         
5546         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
5547
5548         * gdk/win32/gdkevents-win32.c
5549         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
5550
5551         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
5552         implementation object.
5553
5554         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
5555         not just windows.
5556         
5557         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
5558         Use the wrapper object.
5559         
5560 2000-10-06  Havoc Pennington  <hp@redhat.com>
5561
5562         * Makefile.am (SRC_SUBDIRS): contrib subdir
5563
5564         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
5565         so it can be used in Xlib version
5566
5567         * demos/testpixbuf.c (update_timeout): error checking from 1.0
5568         tree
5569
5570         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
5571         change from 1.0 tree that returns first frame of animation
5572         if the loaded file is an animation.
5573
5574         * contrib: add new directory to hold stuff that comes with GTK+
5575         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
5576         
5577         * configure.in: add contrib/*
5578
5579 2000-10-05  Havoc Pennington  <hp@redhat.com>
5580
5581         * demos/testpixbuf-save.c: add pixbuf save test
5582
5583         * demos/Makefile.am: add testpixbuf-save.c
5584
5585 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
5586
5587         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
5588         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
5589         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
5590         * gtk/gtktreeselection.[ch]: Replaced
5591         "node_selected"/"node_unselected" signal with "selection_changed"
5592         signal.
5593
5594 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
5595
5596         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
5597         tree widget.
5598
5599 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
5600
5601         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
5602         drawing.
5603
5604 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
5605
5606         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
5607         Move list pointer forwards before removing item from
5608         list. (Crash reported by Salmaso Raffaele)
5609
5610         * gdk/gdkwindow.h: Remove spurious trailing ,
5611
5612         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
5613         dependencies on uninstalled libraries, sorry folks.
5614
5615 2000-10-04  Havoc Pennington  <hp@redhat.com>
5616
5617         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
5618         gtk/gtkiconfactory.c: Fix copyrights    
5619
5620         * demos/testpixbuf.c: add inline pixbuf test
5621         
5622 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
5623
5624         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
5625         Add gdk_window_iconify.
5626
5627         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
5628         (gdk_window_set_geometry_hints): Add win_gravity
5629         to geometry structure.
5630
5631         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
5632         Implement _NET_WM_PING.
5633
5634         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
5635         Set _NET_WM_PID on the client leader.
5636
5637         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
5638         Handle UTF-8 better.
5639
5640         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
5641         UTF-8 better, set _NET_WM_NAME as well. Only set
5642         icon name if it hasn't previously been explicitely 
5643         set.
5644
5645 2000-10-03  Havoc Pennington  <hp@redhat.com>
5646
5647         * gtk/testtextbuffer.c: clean up trailing whitespace,
5648         add extensive tests for tag toggle iteration.
5649         
5650         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
5651         distance
5652
5653         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
5654         optimize case where the tag root is on level 1
5655         (gtk_text_line_previous_could_contain_tag): attempt to implement
5656         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
5657         functionality
5658
5659         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
5660         Implement this, though not very efficiently.
5661
5662         * gtk/gtktextiterprivate.h: reformat
5663
5664         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
5665         iterator
5666
5667         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
5668         this to properly revalidate the iterators.
5669
5670         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
5671         properly at the end of the line (and therefore on empty lines)
5672
5673         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
5674         maybe we should return a value...
5675
5676 2000-10-03  Tor Lillqvist  <tml@iki.fi>
5677
5678         * config.h.win32: Guard definition of alloca(). glib.h now handles
5679         that.
5680
5681         * gdk/gdk.def
5682         * gtk/gtk.def: Add new entry points.
5683
5684         Changes just to make GTK+ build without errors on Win32. No hope
5685         of it working in its current state, though...:
5686         
5687         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
5688         some functions from the X11 backend, just to make GTK+ build.
5689
5690         * gdk/makefile.mingw.in
5691         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
5692         number. Add new object files.
5693
5694         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
5695         GetMessageTime to get timestamp (where on X11 uses
5696         gdk_x11_get_server_time()).
5697
5698 2000-10-02  Havoc Pennington  <hp@pobox.com>
5699
5700         * gtk/gtktextview.c: text_window_* weren't static and should have
5701         been.
5702         Start work on child widgets; not yet complete, syncing to 
5703         office computer.
5704
5705         * gtk/gtktextchild.h: change this to contain a public interface,
5706         starting work on child interfaces.
5707         * gtk/gtktextchildprivate.h: move private interfaces here
5708
5709         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
5710
5711         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
5712         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
5713         gtk/gtktextmark.c: copyright notices
5714
5715         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
5716         internal functions      
5717
5718         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
5719         internal function
5720
5721         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
5722         Reformatting    
5723
5724 2000-09-30  Havoc Pennington  <hp@pobox.com>
5725
5726         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
5727         NULL start/end pointers
5728
5729         * gtk/gtktextbuffer.c: Write some docs
5730         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
5731         NULL, so you can just check whether there's a selection.        
5732
5733         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
5734         cleanup_line or segments_changed ourselves, it gets done 
5735         in unlink_segment
5736
5737         * gtk/gtktextmark.h:
5738         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
5739         
5740         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
5741
5742         * gtk/gtktextmark.c: delete some more old Tk cruft
5743
5744         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
5745         mark before removing it, so we can emit MARK_DELETED with a valid
5746         pointer.
5747         (gtk_text_buffer_mark_set): hold ref across signal emission
5748
5749         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
5750         whining about attempts to delete special marks
5751
5752         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
5753         underscore, since it's internal.
5754
5755         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
5756         now implemented in terms of iterators in gtktextiter.h
5757
5758         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
5759         New function, destructively sets contents of buffer. Also 
5760         a convenient way to clear the buffer by setting text to ""
5761
5762         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
5763         multiline string literal
5764
5765         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
5766         text changes.
5767
5768         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
5769         is not dereferenceable
5770         (gtk_text_iter_forward_lines): fix return value
5771
5772 2000-09-29  Havoc Pennington  <hp@redhat.com>
5773
5774         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
5775
5776         * gtk/gtktextview.c: Implement drag thresholding; change functions 
5777         that set border window size to have nicer name
5778         (gtk_text_view_mark_set_handler):  Fix this to have the 
5779         right signature.
5780
5781         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
5782
5783         * gtk/testtext.c: Update with API changes, put line numbers on 
5784         both sides.
5785         
5786         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
5787         with this
5788
5789         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
5790         pixbuf; delete a big block of #if 0 Tk code
5791
5792         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
5793         insert_pixmap with insert_pixbuf
5794
5795 2000-09-29  Martin Baulig  <baulig@suse.de>
5796
5797         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
5798         confusion with the GdkPixbuf of the GNOME 1.x platform.
5799
5800 2000-09-29  Havoc Pennington  <hp@pobox.com>
5801
5802         * gtk/gtktextview.c: Implement the side windows.
5803
5804         * gtk/testtext.c: Implement simple line numbering in the 
5805         left side window; seems to make scrolling sloooow. Oops.
5806         Also, cursor blink is for some reason causing redraws
5807         of the line numbers. Should investigate...
5808
5809 2000-09-28  Havoc Pennington  <hp@redhat.com>
5810
5811         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
5812         scrolling child windows, and draw focus rectangle properly.
5813         
5814         (gtk_text_view_buffer_to_window_coords):
5815         Coordinate transformation to deal with all these freaking windows
5816         and offsets
5817         (gtk_text_view_window_to_buffer_coords): transform the other way
5818
5819         * gtk/testtext.c (create_buffer): Update to match Pango API change
5820
5821         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
5822         anonymous tags
5823         (foreach_unref): don't emit remove signal from finalize, just
5824         set tag's parent to NULL
5825
5826 2000-09-26  Havoc Pennington  <hp@redhat.com>
5827
5828         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
5829         Fix some warnings       
5830
5831 2000-09-26  Havoc Pennington  <hp@redhat.com>
5832
5833         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
5834         headers into the private header list
5835
5836         * Makefile.am (pkgconfig_DATA): install pkg-config files
5837
5838         * configure.in: add pkg-config files
5839
5840         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
5841
5842         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
5843         outstanding icon caches on theme change.
5844
5845         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
5846         important types:
5847
5848         (GtkIconSource): Specification for creating a pixbuf 
5849         appropriate for a direction/state/size triplet from 
5850         a source pixbuf or filename
5851
5852         (GtkIconSet): List of GtkIconSource objects that are used to
5853         create the "same" icon (e.g. an OK button icon), and cache for
5854         rendered icons
5855
5856         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
5857         up the icon set for a given stock ID.  GTK maintains a stack of
5858         GtkIconFactory to search, and applications or libraries can add
5859         additional icon factories on top of the stack
5860         
5861         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
5862         the set of GtkIconSource specified for a given stock ID into 
5863         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
5864         RcStyle, under the specified stock ID.
5865
5866         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
5867         render_icon used to derive a GdkPixbuf from a GtkIconSource.
5868         This allows people to theme how prelight, insensitive, etc. are
5869         done.
5870
5871         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
5872         icon factories for a style, and return the resulting 
5873         icon set if any.
5874
5875         (gtk_style_render_icon): Render an icon using the render_icon 
5876         method in the GtkStyleClass.
5877
5878         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
5879         Use the style for a given widget to look up a stock ID, get the
5880         icon set, and render an icon using the render_icon method 
5881         of the style
5882
5883         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
5884         (contains information about a stock item), the built-in stock item
5885         IDs, and functions to add/lookup stock items.
5886
5887         * gtk/stock-icons/*: Stock icons that come with GTK
5888
5889         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
5890         a button based on a GtkStockItem
5891         (gtk_button_new_accel): Takes a uline string and accel group, and
5892         installs the accelerator.
5893
5894         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
5895         image-display widget.
5896
5897 2000-09-25  Havoc Pennington  <hp@redhat.com>
5898
5899         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
5900
5901         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
5902         Fix a bug when removing node data, we didn't properly 
5903         re-splice the linked list after removing the data.
5904
5905         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
5906         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
5907
5908         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
5909
5910         * gtk/gtktextlayout.c (set_para_values): Set tab array 
5911         for the layout from the GtkTextTag.
5912
5913         * gtk/gtktexttypes.h: delete tab and search cruft, 
5914         remove g_convert() in favor of GLib version
5915
5916         * gtk/gtktexttypes.c: remove tab implementation from here,
5917         move to Pango
5918
5919         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
5920         tab stuff using new PangoTabArray from Pango
5921
5922         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
5923         unused border_width stuff
5924
5925 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
5926
5927         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
5928         glib) and now useless utf_to_latin1() latin1_to_utf()
5929
5930         * gtk/gtktextview.[ch]: Change ::move_insert and
5931         ::delete_text action signals to ::move and ::delete;
5932         create the signals with the right enumeration type,
5933         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
5934         C-v bindings, change Home, End to move to beginning/end
5935         of line, Add C-Home C-End to move to beginning/end
5936         of buffer. Change ::cut_text to ::cut_clipboard, etc;
5937         combine ::scroll_text into ::move; use new GtkSelectionData
5938         functions to simplify DND text handling.
5939         
5940         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
5941         deletion enumerations here, rename enumeration values to 
5942         be consistently plural.
5943
5944         * gtk/gtktextbuffer.c: Use new clipboard interfaces
5945         for cut/copy/paste and primary selection.
5946
5947         * gtk/gtktextbuffer.[ch]: Remove excess time and
5948         'interactive' arguments from cut/copy/paste;
5949         rename cut to cut_clipboard, etc; remove
5950         gtk_text_buffer_get_clipboard_contents().
5951
5952         * gtk/gtktextlayout.[ch]: Add 
5953         gtk_text_layout_move_iter_to_line_end() to move the iter to 
5954         line ends.
5955
5956         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
5957         Functions to set or get a UTF-8 string on the selection
5958         data.
5959
5960         * gtk/gtkclipboard.[ch]: New, simplified selection handling
5961         interfaces.
5962
5963         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
5964         created widgets - one of these is useless if we don't.
5965
5966         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
5967         a public function clear all targets registered for the
5968         widget.
5969
5970         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
5971         Never call gtk_widget_realize() - that was just asking
5972         for bizarre side-effects.
5973
5974         * gtk/gtkselection.c (gtk_selection_owner_set): Call
5975         gdk_selection_owner_set even if the widget is the
5976         same so that we reliably update the timestamp on
5977         the server.
5978
5979         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
5980         gdk_x11_get_server_time() function.
5981         
5982         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
5983         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
5984         Add some tricky filtering on serial numbers for
5985         selection clear events to fix up long-standard
5986         race condition FIXME's in gtkselection.c.
5987
5988         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
5989         routines to convert from utf8 to compound text or
5990         STRING and from a text property to UTF-8.
5991
5992         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
5993         a convenience function gdk_get_current_event_time().
5994
5995         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
5996         and free selection_data->data properly
5997
5998 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
5999
6000         * gtk/gtkthemes.c: Remove some unecessary includes.
6001
6002 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
6003
6004         * gtk/gtktextdisplay.c
6005         * gtk/gtktextlayout.c
6006         * gtk/gtktexttag.c
6007         * gtk/gtktexttag.h
6008         * gtk/testtext.c: Change the overstrike property to strikethrough,
6009         to closer match pango.
6010
6011 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
6012
6013         * gtk/gtktextview.c: Fix up visibility so that focus,
6014         cursor_visible and blink interact properly.  Reenable cursor blink
6015         which had been roughly disabled. Make blink and focus
6016         properly per-view.
6017
6018         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
6019         Add a flag for whether to display insertion cursor and
6020         a function to set the flag.
6021
6022         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
6023         get_line_y() to get_line_yrange(), to be a bit more generally
6024         useful.
6025
6026 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
6027
6028         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
6029           do stop_navigating_submenu, to clear last timeout properly.
6030           Also in gtk_menu_motion_notify move ignore_enter above
6031           the conditional to make it always happen as suggested by Owen
6032
6033 2000-09-07  Tor Lillqvist  <tml@iki.fi>
6034
6035         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
6036
6037         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
6038         w32api headers.
6039
6040         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
6041         declarations.
6042
6043         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
6044         (gdk_win32_get_colormap): A line had been deleted by mistake.
6045
6046         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
6047         (gdk_event_translate): Handle more virtual keycodes to be able to
6048         generate GDK events for Control-comma, Control-period, etc.
6049
6050         * gtk/gtk.def: Add some missing entry points.
6051
6052 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
6053
6054         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
6055         Doc comment fixing. (Mostly non-matching parameter names.)
6056
6057         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
6058         comments a little to avoid looking like a doc comment.
6059
6060         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
6061         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
6062         conversions be changed to GError?)
6063
6064         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
6065         Move private #defines into .c file.
6066
6067         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
6068         order of argument addition, remove duplicates.
6069
6070         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
6071         parent class is FrameClass, not BinClass.
6072
6073         * gtk/gtk.h: Add gtkinvisible, which was missing.
6074         (It's occasionalyl useful for client apps, if seldom.)
6075
6076         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
6077         #define.
6078
6079 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
6080
6081         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
6082         coordinates when creating window, instead of GDK-space
6083         coordinates. (Avoid BadValue on too large windows.)
6084
6085 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6086
6087         * configure.in (use_mmx_asm): Remove conftest* after use along the
6088         lines of AC_TRY_COMPILE.        
6089         
6090         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
6091         of g_dirname, which is deprecated.
6092         (gtk_rc_parse_any): Removed calls to
6093         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
6094
6095         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
6096         Removed calls to g_hash_table_{freeze,thaw}, as they are
6097         deprecated now.
6098
6099         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
6100         instead of g_basename.
6101         
6102 2000-09-04 Elliot Lee <sopwith@redhat.com>
6103         
6104         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
6105         ANSI warning.
6106
6107 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
6108
6109         * gtk/gtkwidget.h:  Add some documenting comments about 
6110           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
6111           just as owen said on irc.
6112
6113         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
6114           set HAS_DEFAULT.  Only set it if there isn't another window
6115           holding it (a focus window which RECEIVES_DEFAULT) and only unset
6116           it if the widget is not the focused window with RECEIVES_DEFAULT.
6117           This fixes weird double default bugs in dialogs which has things
6118           call gtk_window_set_default at times.
6119
6120 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
6121
6122         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
6123         Nils Barth and David Santiago to improve submenu
6124         navigation. The patch does this by creating a triangular
6125         region from the point where the pointer leaves the
6126         menu to the submenu.  While the pointer is in
6127         that region and a timeout has not expired, events 
6128         that would cause the active submenu to change are
6129         ignored.
6130
6131 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
6132
6133         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
6134         moving a toplevel window immediately after sizing it would
6135         result in it being sized back to the old size since 
6136         impl->width, impl->height aren't updated until we hear
6137         back from the server. There is still a (longstanding) bug
6138         here that gdk_window_get_size() will give the wrong size
6139         until we do hear back.
6140
6141 2000-08-31  Havoc Pennington  <hp@redhat.com>
6142
6143         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
6144         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
6145         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
6146         Rename GtkTextStyleValues to GtkTextAttributes
6147
6148 2000-08-31  Havoc Pennington  <hp@pobox.com>
6149
6150         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
6151         for rapid testing whether an iterator is the end iterator
6152         (gtk_text_btree_new): init end line cache
6153         (gtk_text_line_is_last): use fast cached line to 
6154         see if we're the last line.
6155         (get_last_line): use cached line here too, should 
6156         speed up some random unrelated code.
6157         
6158 2000-08-30  Havoc Pennington  <hp@pobox.com>
6159
6160         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
6161         signals.
6162
6163         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
6164         delete_text signals. This allows the signals to be used for
6165         implementing undo.
6166
6167         * gtk/gtktextbuffer.c: Change signal handler signatures; 
6168         provide "interactive" argument when emitting insert_text or
6169         delete_text signal.
6170         
6171 2000-08-30  Havoc Pennington  <hp@pobox.com>
6172
6173         * gtk/gtktextbuffer.c: Docs
6174
6175 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
6176
6177         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
6178         from switch statements, since Tor removed the enumeration
6179         value.
6180         
6181         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
6182         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
6183
6184 2000-08-29 Elliot Lee <sopwith@redhat.com>
6185         * */*.h: Use G_GNUC_CONST.
6186
6187 2000-08-27  Havoc Pennington  <hp@pobox.com>
6188
6189         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
6190         minor indentation fixes, inserted some FIXME about stuff I
6191         realized was broken while documenting it.
6192         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
6193         GTK convention  
6194
6195 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
6196
6197         * gtk/testgtk.c (create_styles): Fix double free of
6198         font desc.
6199
6200 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
6201
6202         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
6203         
6204         * gtk/testgtk.c (create_styles): Add a test for modifying
6205         the style through gtk_widget_modify_*.
6206
6207         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
6208         a function to get the current modifier style.
6209
6210         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
6211         of the passed in GtkRcStyle instead of ref'ing it.
6212
6213         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
6214
6215 2000-08-20  Tor Lillqvist  <tml@iki.fi>
6216
6217         * gdk/gdkimage.h
6218         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
6219         shared memory image+pixmap GdkImage type, or
6220         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
6221         I am dropping that.
6222
6223         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
6224         actually call gtk_init_abi_check(), passing also
6225         sizeof(GtkWindow). Ditto for gtk_init_check(). 
6226
6227         * gtk/gtk.def
6228         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
6229         New functions, used to check that the GTK+-using code has been
6230         compiled using the correct compiler and switches. In particular,
6231         with gcc one has to use the -fnative-struct switch as GTK+ is
6232         compiled with that.
6233
6234 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
6235
6236         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
6237         ->prev fields when merging lists. (Found simultaneously
6238         by Pawel Salek and Jakub Jelinek)
6239
6240 2000-08-12  Tor Lillqvist  <tml@iki.fi>
6241
6242         * gdk/gdk.def
6243         * gtk/gtk.def: Add missing entries.
6244
6245         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
6246         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
6247
6248         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
6249         function. Dummy implementation at this point.
6250
6251         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
6252         rules. Undefine GTK_COMPILATION when compiling the test programs.
6253         
6254         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
6255
6256 2000-08-11  Tor Lillqvist  <tml@iki.fi>
6257
6258         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
6259         to convert back and forth from UTF-8 and the "system" (or "current
6260         locale") charset when necessary. Indentation/spacing cleanup.
6261
6262 2000-08-10  Havoc Pennington  <hp@redhat.com>
6263
6264         * Makefile.am (snapshot): Change the format of the snapshot
6265         version to match glib
6266
6267         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
6268         from EXTRA_DIST since it doesn't seem to exist
6269
6270 2000-08-10  Tor Lillqvist  <tml@iki.fi>
6271
6272         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
6273         version of the directory name (not the UTF-8 one) when building
6274         the path name to stat().
6275
6276 2000-08-03  Elliot Lee  <sopwith@redhat.com>
6277
6278         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
6279         PANGO_ATTR_SHAPE set.
6280
6281 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
6282
6283         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
6284         Peter Osterlund to simplify the code while keeping the
6285         functionality the same.
6286
6287 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
6288
6289         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
6290         is_viewable() test further inside the function, since removing the 
6291         window from the redraw list without clearing ->update_area
6292         was also very broken.
6293
6294 2000-08-02  Tor Lillqvist  <tml@iki.fi>
6295
6296         * configure.in: Check for <unistd.h>.
6297
6298 2000-08-01  Martin Baulig  <baulig@suse.de>
6299
6300         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
6301         to display the message that this is a development version of GTK+.
6302
6303 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
6304
6305         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
6306         was depending on widget->allocation instead of the width of text_area,
6307         which was incorrect for subclasses like GtkSpinButton.
6308
6309         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
6310         with width == 1 tests that should be width == -1.
6311
6312 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
6313
6314         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
6315         (broken, Elliot, every single window blank on X) custom code with call
6316         to gdk_window_is_viewable() which a) prevents code duplicate and
6317         b) works. 
6318
6319 2000-07-31  Elliot Lee  <sopwith@redhat.com>
6320
6321         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
6322         to get the GDK_PARENT_ROOT() macro to work.
6323         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
6324         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
6325         of, windows that aren't shown.
6326         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
6327         pointer grab stuff.
6328
6329 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
6330
6331         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
6332           s/gtk_main_iteration/g_main_iteration/
6333
6334           Did this already in change:
6335                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
6336           don't know how it got reverted.
6337
6338 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
6339
6340         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
6341         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
6342
6343         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
6344         not gdk_pixbuf.
6345
6346 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
6347
6348         * configure.in,po/{sp,sr}.po: Added Serbian files
6349
6350 2000-07-30  Tor Lillqvist  <tml@iki.fi>
6351
6352         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
6353
6354         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
6355         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
6356         GIOChannel implementation.
6357
6358         * gdk/win32/gdkinput.c
6359         * gdk/win32/gdkpango-win32.c: Update license name here, too.
6360
6361         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
6362         definition to match prototype.
6363
6364         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
6365
6366 2000-07-27  Elliot Lee  <sopwith@redhat.com>
6367
6368         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
6369         function, to allow handling image formats that cannot be detected
6370         by looking at content alone.
6371
6372 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
6373
6374         * docs/tutorial/*.gif *.jpg *.eps
6375           Update these to the same look-n-feel.
6376           Why does including images in DocBook suck so badly?
6377
6378 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
6379
6380         * gtk/gtktable.c: applied patch from Phil Thompson
6381         <phil@river-bank.demon.co.uk> that enables space settings for
6382         the last row/columns as well.
6383
6384 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
6385
6386         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
6387         updates the license headers to the GNU Lesser General Public License,
6388         as well as updating the copyright year to 2000.
6389
6390 2000-07-26  Robert Brady  <rwb197@zepler.org>
6391
6392         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
6393           and po/Makefile, was installing and looking for them under gtk20
6394           and gtk2 respectively.
6395
6396 2000-07-25  Havoc Pennington  <hp@redhat.com>
6397
6398         * gtk/testtext.c: Comment out some stuff that depends on the rest
6399         of my patches.
6400
6401 2000-07-25  Havoc Pennington  <hp@redhat.com>
6402
6403         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
6404         buffer
6405
6406 2000-07-25  Havoc Pennington  <hp@redhat.com>
6407
6408         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
6409         widget changes.
6410
6411         * gtk/gtktextview.h: To be consistent with usage of "line"
6412         throughout the API to mean "newline-terminated thingy", change
6413         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
6414         to MOVEMENT_LINE.
6415
6416         (GtkTextView): Add flags for default editability, and whether to
6417         show the cursor. Add functions to get/set that. Add 
6418
6419         (gtk_text_view_get_iter_location): new function
6420
6421         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
6422         gtktextlayout.h
6423         (g_convert): Add g_convert temporarily, will go in glib in a bit
6424         
6425         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
6426         GtkTextTagTableForeach instead of brokenly using GHFunc.
6427         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
6428
6429         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
6430         moved to public header.
6431
6432         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
6433         "invisible", since "elide" was a bad name.
6434         (gtk_text_tag_get_priority): Added
6435
6436         (GtkTextStyleValues): put this in public header, along with
6437         functions to use it.
6438
6439         * gtk/gtktextmarkprivate.h: Include more headers, since we no
6440         longer include gtktextbtree.h.
6441
6442         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
6443         gtk_text_mark_deleted
6444
6445         * gtk/gtktextlayout.h: Don't include the "really private" headers,
6446         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
6447         to make this possible. Now we only need to install
6448         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
6449         (However the Makefile.am isn't changed yet because of the
6450         logistics of merging gtk-hp-patches piecemeal)
6451
6452         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
6453         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
6454         gtk_text_iter_get_line is now used in the public API for a
6455         different purpose.
6456
6457         * gtk/gtktextiter.h: Clean up function names to be more
6458         consistent. Always call char offset "offset" and byte index
6459         "index". A "line" is always a line number. 
6460
6461         (gtk_text_iter_is_last): new function, more efficient than 
6462         the existing way to check
6463         (gtk_text_iter_is_first): new function, also more efficient
6464
6465         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
6466
6467         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
6468         gtk_text_iter_forward_char, etc.
6469
6470         (gtk_text_iter_forward_to_tag_toggle): Renamed from
6471         forward_find_tag_toggle, since this isn't a linear search
6472
6473         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
6474
6475         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
6476         New functions, search for a buffer substring.
6477
6478         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
6479         interactive and default editable (since we need to store that info
6480         until we receive the selection data).
6481
6482         Remove all the _at_char and at_line etc. versions of functions;
6483         only have iterator versions.
6484
6485         Add _interactive() versions of functions, that consider the
6486         editability of text. (FIXME add interactive flag to the 
6487         insert/delete signals per Darin's suggestion)
6488
6489         (gtk_text_buffer_get_tag_table): new function, demand-creates the
6490         tag table if necessary
6491
6492         Remove declaration of gtk_text_buffer_get_iter_from_string
6493
6494         (_gtk_text_buffer_get_btree): private/internal function, added.
6495         
6496
6497         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
6498         (gtk_text_line_is_last): new function
6499
6500 2000-07-25  Havoc Pennington  <hp@redhat.com>
6501
6502         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
6503         using GtkProgressBar. See Changes-2.0.txt for details.
6504
6505         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
6506         "pulse_step" which are the equivalent of
6507         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
6508         Implement new API.
6509         
6510         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
6511         (use_text_format) to mark whether text set on the progress bar is
6512         a format string. Deprecate entire GtkProgress interface.
6513
6514         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
6515         (gtk_progress_build_string): make this a no-op if use_text_format
6516         is FALSE
6517
6518         * docs/Changes-2.0.txt: Describe progress bar changes.
6519
6520 2000-07-25  Tor Lillqvist  <tml@iki.fi>
6521
6522         * Makefile.am: Include the build directory.
6523
6524         * configure.in: Generate build/Makefile, build/win32/Makefile,
6525         gdk/, gdk/win32/, and gtk/makefile.mingw.
6526
6527         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
6528         Add GETTEXT_PACKAGE.
6529         
6530         * gdk/gdk.def
6531         * gtk/gtk.def: Updates.
6532
6533         * gdk/gdkfont.h
6534         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
6535         need them any longer.
6536
6537         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
6538
6539         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
6540         PANGOWIN32_LIBS and gdk_pixbuf.
6541
6542         * gdk/win32: Compiles, but no doubt doesn't work at all.
6543
6544         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
6545
6546         * gdk/win32/gdkinput.c: New file, temporarily.
6547         
6548         * gdk/win32/gdkinput-win32.h: New file
6549
6550         * gdk/win32/gdkinputprivate.h: Remove.
6551
6552         * gdk/win32/gdkpango-win32.c: New file.
6553
6554         * gtk/makefile.mingw.in: New file
6555
6556         * gtk/makefile.cygwin: Removed
6557         
6558         * gtk/Makefile.am: Update accordingly.
6559
6560         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
6561         made externally visible.
6562
6563         * gtk/gtkmain.c: Use it.
6564         
6565         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
6566         is enough.
6567
6568         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
6569
6570 2000-07-24 Elliot Lee <sopwith@redhat.com>
6571         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
6572         individual backends already.
6573         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
6574         again. Yes, there really is a good reason for this, if you are using the gdkregion
6575         internals, and if you're not, why do you care?
6576         * gdk/gdkwindow.c: Fix inverted condition
6577         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
6578         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
6579         * gtk/gtkrange.c: Redraw trough when moving.
6580         * gtk/gtktypeutils.c: Fix warning by adding const cast.
6581         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
6582
6583 2000-07-23  Tor Lillqvist  <tml@iki.fi>
6584
6585         * configure.in: Check for mkstemp and sigsetjmp. Output
6586         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
6587
6588         More work on GDK for Win32. Still in an intermediate state.
6589
6590         * gdk/makefile.cygwin
6591         * gdk/win32/makefile.cygwin: Removed.
6592         
6593         * gdk/makefile.mingw.in
6594         * gdk/win32/makefile.mingw.in: New files.
6595
6596         * gdk/Makefile.am
6597         * gdk/win32/Makefile.am: Generate and distribute them.
6598
6599         * gdk/win32/gdkwindow-win32.h
6600         * gdk/win32/gdkdrawable-win32.h
6601         * gdk/win32/gdkpixmap-win32.h: New files.
6602
6603         * gdk/win32/gdkcolor-win32.c
6604         * gdk/win32/gdkcursor-win32.c
6605         * gdk/win32/gdkdrawable-win32.c
6606         * gdk/win32/gdkgc-win32.c
6607         * gdk/win32/gdkimage-win32.c
6608         * gdk/win32/gdkprivate-win32.h
6609         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
6610         Rename fields and variables called xcursor, xid, etc (these names
6611         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
6612
6613 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
6614
6615         * gtk/gtkentry.[ch]: Fix some problems with vertical
6616         alignment.
6617
6618         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
6619         char/byte confusion.
6620
6621 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
6622
6623         * gtk/gtktextview.c (changed_handler): Fix bug where
6624         redraw wasn't being done properly when height of
6625         dirty region changed.
6626
6627         * demos/Makefile.am: Remove various references to
6628         -lgmodule
6629
6630 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
6631
6632         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
6633         PangoAttrShape to reserve space for pixmaps, add 
6634         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
6635         in the display functions.
6636         
6637         * gtk/testgtk.c (create_layout): Set some more exotic
6638         scrolled window options
6639
6640         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
6641         Add function to set the shadow type of a window, to allow
6642         putting a shadow around widgets such as GtkLayout or GnomeCanvas
6643         which don't draw their own frame.
6644
6645 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
6646
6647         * docs/tutorial/package-db-tutorial.sh: New file for
6648           packaging DocBook format tutorial
6649
6650 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
6651
6652         * docs/tutorial/gtk-tut.sgml: Minor updates
6653
6654         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
6655
6656 2000-07-19  Tor Lillqvist  <tml@iki.fi>
6657
6658         * gtk/gtksignal.c: Fix C++ comment.
6659
6660         * gtk/gtkimmulticontext.c
6661         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
6662         don't return value from void functions.
6663
6664         * gtk/gtk.def: Add gtk_rc_style_unref.
6665
6666 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6667
6668         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
6669         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
6670         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
6671         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
6672         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
6673         gtk/gtktypeutils.h: Include files outside of the extern "C"
6674         block. Makes some C++ compiler happy. Reported by Denis Vakatov
6675         <vakatov@peony.nlm.nih.gov>.
6676
6677 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
6678
6679         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
6680           Completes first pass. Hurrah!
6681
6682 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
6683
6684         * docs/tutorial/gtk-tut.sgml: More clean ups.
6685
6686 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
6687
6688         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
6689         paint the background of the text area which was accidentally
6690         removed at some point.
6691
6692         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
6693           
6694          - Move most of the functionality from the theme vtable
6695            into GtkRcStyleClass and GtkStyleClass. The moved
6696            vtable functions were changed a bit in the move to
6697            work better in their new home.
6698
6699          - Get rid of the engine and engine_data fields from
6700            GtkRcStyle and GtkStyle; instead the theme
6701            engine derives theme-specific subclasses of GtkRcStyle
6702            and GtkStyle
6703
6704          - Add extra dlsym() found entry point to themes,
6705            theme_create_rc_style().
6706
6707         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
6708         in gtk_style_real_copy.
6709
6710         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
6711         to register a type associated with an engine. (The engine
6712         won't be unloaded as there is an instance of the type.)
6713
6714
6715 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
6716
6717         * docs/tutorial/gtk-tut.sgml: Clean ups.
6718
6719 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
6720
6721         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
6722           of cleaning up to do.
6723
6724 2000-07-15  Tor Lillqvist  <tml@iki.fi>
6725
6726         * gdk/testgdk.c: New file, quick hack to test backends for
6727         pixel-by-pixel correctness of the most simple graphic operations.
6728
6729 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
6730
6731         * Really release 1.3.1
6732         
6733         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
6734         include structure.
6735
6736 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
6737
6738         * Released 1.3.1
6739
6740 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
6741
6742         * gtk/gtktextlayout.c: use FALSE for size_only most
6743         of the time when calling gtk_text_layout_get_line_display()
6744         to avoid causing double reshapes when a redraw follows
6745         immediately after.
6746
6747 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
6748
6749         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
6750         appropriate region and gdk_window_process_updates() so trough
6751         updating doesn't lag behind the window being scrolled.
6752
6753         * gdk/gdkgc.c: Make parent_class pointer static.
6754          
6755 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
6756
6757         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
6758         include <string.h>.
6759          
6760         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
6761         cut-and-paste error in computing memory offset for 4 channels.
6762
6763 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
6764
6765         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
6766         gtk_rc_append_default_pixmap_path(), since it wasn't
6767         adding an interesting path and we don't have a meaningful
6768         default for this value.
6769
6770 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
6771
6772         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
6773         gtk-config to gtk-config-2.0 move gtk_.m4 to
6774         gtk-2.0.m4
6775
6776         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
6777         gdk/Makefile.am demos/Makefile.am: Change 
6778         library names to libgtk-1.3.la, etc, so that we
6779         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
6780
6781         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
6782         gdk/Makefile.am gdk/x11/Makfile.am
6783         Move include files into /usr/include/gtk-2.0, 
6784         /usr/lib/gtk-2.0/include/
6785          
6786         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
6787         gtk/gtkintl.h: Change package for gettext from 
6788         gtk+ to gtk20. Put hack in autogen.sh to modify
6789         po/Makefile.in.in after gettextize to make this
6790         possible.
6791
6792         * gtk+.spec: Some updates, not tested.
6793
6794         * gdk-pixbuf/Makefile.am: Move loaders into
6795         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
6796
6797         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
6798         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
6799         to THEMENAME/gtk-2.0/. Move engine directory  to
6800         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
6801         
6802 2000-07-12  Tor Lillqvist  <tml@iki.fi>
6803
6804         Win32 changes, still doesn't build though.
6805
6806         * gdk/makefile.cygwin
6807         * gdk/win32/makefile.cygwin
6808         * gtk/makefile.cygwin: Updates.
6809
6810         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
6811         default values for fg and bg pixel as X11 does (0 and 1), not
6812         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
6813         Use 0 for pen width by default (treated as 1 anyway later, but for
6814         apps that might check the value in the GdkGC).
6815         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
6816         interface to gdk_gc_predraw and _postdraw.
6817
6818         * gdk/win32/gdkwin32.h
6819         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
6820
6821         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
6822         extraneous semicolon.
6823
6824         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
6825
6826         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
6827         not the Win32 bitspixel value.
6828
6829         * gdk/win32/gdkcc-win32.c:
6830         * gdk/win32/gdkcolor-win32.c 
6831         * gdk/win32/gdkprivate-win32.h
6832         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
6833         GDK object structure.
6834
6835 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
6836
6837         * docs/tutorial/gtk_tut_12.es.sgml (name): 
6838         * docs/tutorial/gtk_tut_it.sgml (name): 
6839         * docs/tutorial/gtk_tut_fr.sgml (name): 
6840         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
6841         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
6842
6843 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
6844
6845         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
6846           small changes.
6847
6848 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
6849
6850         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
6851         a bug here, never been here and never fixed anything ;(
6852         (don't segfault if tree->root_tree is NULL, which happens prior
6853         to widget realization, but puke instead).
6854
6855 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
6856
6857         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
6858         add the necessary tokens.
6859
6860         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
6861         (gtk_rc_style_to_style): copy thicknesses.
6862         (gtk_rc_init_style): apply thicknesses.
6863         (gtk_rc_parse_style): parse xthickness and ythickness.
6864
6865         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
6866
6867         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
6868         (gdk_window_new): 
6869         (_gdk_windowing_window_init): 
6870         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
6871         (gdk_pixmap_create_from_data): 
6872         (gdk_bitmap_create_from_data): 
6873         (gdk_pixmap_new): 
6874         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
6875         (gdk_image_new): 
6876         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
6877         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
6878         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
6879         (gdk_colormap_get_system): 
6880         (gdk_colormap_new): 
6881         * gdk/gdkwindow.c (gdk_window_init): 
6882         * gtk/gtkstyle.c (gtk_style_new):
6883         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
6884         * gdk/gdkpixmap.c (gdk_pixmap_init): 
6885         * gtk/gtkrc.c (gtk_rc_style_new):
6886         use g_object_new() instead of g_type_create_instance() which
6887         is a private function for fundamental type implementations.
6888
6889 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
6890
6891         * configure.in: Add check for db2html
6892
6893 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
6894
6895         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
6896         hack to set glib_debug_objects based on gtk_debug_flags.
6897
6898 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
6899
6900         * INSTALL.in: Update the Prerequisites section.
6901
6902         * Makefile.am demos/Makefile.am docs/Makefile.am
6903         docs/tutorial/Makefile.am gdk/x11/Makefile.am
6904         gdk/linux-fb/Makefile.am: Dist fixes
6905
6906 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
6907
6908         * NEWS: 10,000 foot view of 1.3.1 changes.
6909
6910 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
6911
6912         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
6913         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
6914         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
6915         gdk/x11/gdkmain-x11.c: 
6916
6917         Patch from George Lebl to add a GdkGrabStatus enumeration to use
6918         as a return value of gdk_*_grab(). Previously, we just
6919         returned the X11 values directly.
6920
6921 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
6922
6923         * gdk/x11/Makefile.am: Patch from George Lebl to 
6924         install all the headers in the right place.
6925
6926 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
6927
6928         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
6929           initial conversion to DocBook.
6930
6931 2000-07-04  Tor Lillqvist  <tml@iki.fi>
6932
6933         * README.win32: Improve a bit.
6934
6935         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
6936         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
6937         Alt+0nnn on the numpad (used to enter characters by numeric code
6938         from current DOS or ANSI codepage) working correctly, as in other
6939         Windows apps.
6940
6941         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
6942         same argument validity tests as in X11 version.
6943         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
6944
6945         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
6946         definitions in case missing from headers.
6947
6948         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
6949         destroy the window-specific cursor.
6950         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
6951         calling GetModuleHandle(NULL).
6952         (gdk_window_set_cursor): Reworked to always copy the passed cursor
6953         with CopyCursor before setting it as the window-specific
6954         cursor. It is OK for the caller to destroy the GdkCursor (and thus
6955         also its Windows cursor) after calling this function. Destroy any
6956         previous window-specific cursor.
6957
6958 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
6959
6960         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
6961         font charset is iso8859-1, not iso-8859-1.
6962
6963 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
6964
6965         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
6966         Use g_get_charset() instead of g_get_codeset().
6967
6968         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
6969         Comment out some strdup'ing functions to keep timj
6970         happy until we finish fighting this out.
6971
6972 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
6973
6974         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
6975         <= width or height.
6976
6977         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
6978         from 1.2 for parent/child states.
6979
6980         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
6981         of typos.
6982
6983         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
6984         event structures, replace with a generic axes field. Replace 
6985         deviceid/sourec with GdkDevice *device.
6986
6987         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
6988         to extract particular axis use value from event. (Also
6989         can be used for normal X/Y.)
6990
6991         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
6992         allow for arbitrary number of axes, namespace everything
6993         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
6994         everywhere.
6995
6996         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
6997         Get rid of the gdk_input_vtable setup if favor of simply
6998         defining the functions in gdkinput-none/gxi/xfree.c in
6999         a similar fashion to the way that the port structure is 
7000         done.
7001
7002         * gtk/gtkdnd.c: Fix fields of synthesized button press event
7003         for new event structures. 
7004
7005         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
7006         new device interfaces.
7007
7008 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
7009
7010         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
7011         set the initial text.
7012
7013         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
7014         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
7015         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
7016         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
7017
7018         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
7019         pango_layout_set_font_description to simplify.
7020
7021 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
7022
7023         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
7024         pango_layout_set_font_description to simplify.
7025
7026 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
7027
7028         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
7029         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
7030         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
7031
7032         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
7033         PANGO_PIXELS() macro.
7034
7035 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
7036
7037         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
7038         that returns a PangoContext owned by the widget and updated to
7039         match future changes in the widget. Also, make 
7040         gtk_widget_create_pango_layout() use this context. If we ever
7041         add a ::changed signal to PangoContext, this will make things
7042         much more convenient. 
7043
7044         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
7045         in the appropriate places instead of destroying the layouts and
7046         creating new ones.
7047
7048         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
7049         in a few strategic places.
7050
7051 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
7052
7053         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
7054         gtk_widget_size_request() on reparented child, if one. Otherwise,
7055         queue_resize() on the child never results in it getting size-requested
7056         at all.
7057
7058         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
7059         in option menus, so that (with luck) people won't copy it into
7060         their apps in the future.
7061
7062         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
7063         to gtk_option_menu_calc_size. This isn't perfect, but should fix
7064         a lot of problems with changing the size of the menu's menu
7065         items after adding it to the option menu.
7066
7067         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
7068
7069         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
7070         the text direction for a widget changes.
7071
7072         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
7073         ::direction_changed to get rid of various hacks.
7074
7075 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
7076
7077         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
7078         name.
7079
7080 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
7081
7082         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
7083         flag to the structure. Do not call XFreePixmap on pixmaps created
7084         by gdk_pixmap_foreign_new().
7085
7086 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
7087
7088         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
7089         value using GdkRGB functionality given GdkColormap and GdkColor.
7090         (name not final, waiting for inspiration.)
7091         
7092         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
7093         set the foreground/background of a GC using the GC's colormap
7094         and GdkRGB. (name not final, waiting for inspiration.)
7095
7096         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
7097         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
7098
7099         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
7100         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
7101         purely a function of the corresponding colormap. Make
7102         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
7103
7104         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
7105         gdk_pixbuf_*create_from_xpm_* in terms of
7106         gdk_pixbuf_new_from_xpm_data(), move into platform independent
7107         code.
7108
7109         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
7110         advantage of the new draw_rgb_32_image_dithalign.
7111
7112         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
7113
7114         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
7115         on each created GC.
7116
7117         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
7118
7119         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
7120         which we initialize from the drawable when the GC is created,
7121         if the drawable has a colormap.
7122
7123         * gdk/x11/gdkgc-x11.c: include string.h for memset.
7124
7125         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
7126
7127         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
7128
7129 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
7130
7131         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
7132         actually returning expose events, make sure to set
7133         the count field properly.
7134
7135         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
7136         accidentally reintroced bug which always cleared
7137         the graphics_exposures value. 
7138
7139 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
7140
7141         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
7142
7143 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
7144
7145         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
7146
7147 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
7148
7149         * docs/faq/gtk-faq.sgml: Start of Section 6.
7150
7151 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
7152
7153         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
7154         
7155         (Fixes problem with drawing childless frames. Pointed out
7156         by and a first patch from Anders)
7157         
7158         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
7159         compute a child_allocation, even if we don't have a child.
7160
7161         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
7162         Always chain to the parent's impl, even if we don't have a child.
7163
7164 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
7165
7166         * gdk/gdkrgb.c: If possible, create only a single shm segment and
7167         use multiple parts of it instead of creating a bunch of separate
7168         segments, since the maximum number of segments per system is not
7169         large. (This might be worth backporting to GTK+-1.2.x if we make a
7170         new release )
7171
7172         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
7173         structure in preparation for per-colormap GdkRGB.
7174
7175         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
7176         to False when we get EINVAL from shmget so that the caller of
7177         gdk_image_new can retry with a smaller segment size.
7178
7179 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
7180
7181         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
7182
7183 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
7184
7185         * configure.in: make the current version number 1.3.1 (binary age 0,
7186         interface age 0).
7187         
7188         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
7189         gtkcompat.h is all we want.
7190
7191         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
7192         GLib primitive types. fixed g_type_register_fundamental() argument
7193         ordering.
7194
7195         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
7196         compiles.
7197
7198         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
7199         object code cleanup, comment trigraph fixes, etc...
7200
7201 2000-06-23  Havoc Pennington  <hp@redhat.com>
7202
7203         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
7204         instead of making up a bogus name for first_para_mark
7205
7206         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
7207         0 as a context ID
7208
7209 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
7210
7211         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
7212
7213 2000-06-21  Havoc Pennington  <hp@pobox.com>
7214
7215         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
7216         we didn't check window->bg_pixmap != GDK_NO_BG.
7217
7218         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
7219         gdk-pixbuf
7220
7221 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
7222
7223         * docs/faq/gtk-faq.sgm: Move file to here.
7224           TODO: Update Makfile.am 
7225
7226 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
7227
7228         * docs/gtk-faq.sgm: Add Section 2
7229
7230 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
7231
7232         * docs/gtk-faq.sgm: New file. Start of DocBook
7233           version of the FAQ.
7234
7235 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
7236
7237         * configure.in (GDK_PIXBUF_MAJOR): Define version
7238         numbers for GDK_PIXBUF_*, as they get substituted
7239         into a header file. Need to consider versioning
7240         for gdk-pixbuf more carefully later.
7241
7242 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
7243
7244         Work with srcdir != builddir.   
7245         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
7246         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
7247         * demos/testpixbuf.c: Likewise.
7248         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
7249         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
7250         <gdk/x11/gdkx.h>.
7251         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
7252         "gdk-pixbuf.h".
7253         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
7254
7255 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
7256
7257         * TODO.xml: Change 1.4 version numbers to 2.0.
7258
7259 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
7260
7261         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
7262         fixups to GTK+ standard.
7263
7264 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
7265
7266         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
7267         gdk-pixbuf.
7268
7269         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
7270         fixups for GObject.
7271
7272         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
7273         gdk-pixbuf with GDK dependencies moved into GDK.
7274         
7275         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
7276         move gdk-pixbuf-loader here until GObject has signals.
7277
7278         * demos/: New directory of demos. Move demos from
7279         gdk-pixbuf here.
7280
7281         * demos/pixbuf-init.c: Small bit of code to check for
7282         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
7283         set GDK_PIXBUF_MODULEDIR appropriately.
7284
7285         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
7286         define which no longer makes sense.
7287
7288 2000-06-21  Havoc Pennington  <hp@redhat.com>
7289
7290         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
7291         gtk_get_default_language
7292
7293         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
7294         new function to get the default language
7295
7296         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
7297         s/gtk_text_view_style_values/gtk_text_style_values/
7298
7299         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
7300         Add a "language" field to tags.
7301
7302         (gtk_text_tag_set_arg): Fix bug in setting
7303         "bg_full_height_set" tag.
7304
7305 2000-06-21  Havoc Pennington  <hp@redhat.com>
7306
7307         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
7308         in the interfaces
7309
7310         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
7311         stuff instead when possible.
7312
7313         * gtk/gtktexttypes.h: Delete some unused constants
7314
7315         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
7316         testtextbuffer.c: use glib instead of custom unicode routines
7317
7318 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
7319
7320         * docs/es/: Removed mistakenly added generated sgml
7321
7322         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
7323         Remove outdated info files.
7324
7325         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
7326         Moved tutorial files into subdir
7327
7328         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
7329         subdir.
7330
7331         * docs/man/gtk_button.pod: Remove. (contents will be
7332         integrated into gtk-reference button page.)
7333
7334         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
7335         docs/faq/Makefile.am: Adjust for new organization
7336
7337 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
7338
7339         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
7340         not $(MKINSTALLDIRS)
7341
7342 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
7343
7344         * gtk/testgtk.c (create_text): Finish the job Elliot started
7345         of removing font setting test for text widget. (Since text widget
7346         and GdkFont are not deprecated, and cause portability problems.)
7347
7348 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
7349
7350         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
7351         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
7352         Remove use of libunicode in favor of new GLib functions.
7353
7354         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
7355         nano-x, framebuffer. The X11 include is just a hack until we get
7356         the necessary functions in gdkcolor.h, so there is no reason to
7357         add other includes of platforms.
7358
7359         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
7360         window bigger than the screen change.
7361
7362         * gtk/testgtk.c: Revert some random changes from Elliot
7363         that had no particular point and were causing testgtkrc
7364         not to function correctly.
7365         
7366         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
7367         because GdkSegment and GdkRegionBox have the same fields,
7368         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
7369         results in clearer code.
7370
7371         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
7372         gdk_input_translate_coordinates): Fix missed GdkObjectification
7373
7374 2000-06-18  Elliot Lee  <sopwith@redhat.com>
7375
7376         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
7377         * gtk/gtk{plug,socket}.h: Missed commits from previous.
7378
7379 2000-06-20  Havoc Pennington  <hp@redhat.com>
7380
7381         * modules/linux-fb/Makefile.am: Make this compile
7382         without framebuffer enabled
7383
7384         * gdk/linux-fb/Makefile.am: Add conditional to not build
7385         framebuffer unless specified in configure
7386
7387         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
7388         the size of the target instead of source if -1 was passed for
7389         width/height
7390
7391         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
7392         width/height confusion.
7393
7394 2000-06-19  Havoc Pennington  <hp@redhat.com>
7395
7396         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
7397         GDK_DRAWABLE_XID. In the future, we probably want to make it
7398         faster with G_DISABLE_CHECKS turned on.
7399
7400 2000-06-14  Havoc Pennington  <hp@redhat.com>
7401
7402         * gdk/Makefile.am: add gdkpixmap.c
7403
7404         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
7405         s/gdk_image_init/_gdk_windowing_image_init
7406
7407         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
7408         ref/unref
7409
7410         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
7411
7412         * gdk/gdkcompat.h: remove GdkWindowType compat, since
7413         GdkWindowType is now non-deprecated; 
7414         change gdk_window_get_type() compat to be
7415         gdk_window_get_window_type().
7416
7417         * gdk/gdkdnd.h: make GdkDragContext a GObject.
7418
7419         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
7420         virtual GObject. Make all functions call into the vtable.
7421         Move gdk_image_put() guts in here. Remove GdkDrawableType
7422         and gdk_drawable_get_type(), these are now GdkWindow-specific.
7423         draw_image, get_depth, get_size, set_colormap, get_colormap,
7424         get_visual added to the vtable.
7425         
7426         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
7427         GObject. Virtualize everything. 
7428         (gdk_gc_new_with_values): remove check for destroyed window,
7429         because now GdkWindow::create_gc will check this.
7430         (gdk_gc_set_values): New function to set GC values, this 
7431         was already implemented but wasn't in the header
7432
7433         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
7434
7435         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
7436         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
7437         remove _gdk_window_class; add _gdk_window_impl_get_type() and
7438         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
7439         _gdk_windowing_window_init, rename gdk_image_init to
7440         _gdk_windowing_image_init.
7441         
7442         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
7443         (gdk_draw_layout): Remove check for destroyed window, 
7444         because all the drawable methods already check it.
7445         
7446         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
7447         Add gdkpixmap.c which contains implementation of GdkDrawable
7448         virtual table (by chaining to a platform-specific implementation
7449         object).
7450         
7451         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
7452         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
7453         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
7454         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
7455         GdkColormapPrivate. 
7456
7457         * gdk/gdktypes.h: #include <glib-object.h>
7458
7459         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
7460         Move most functionality to platform-specific implementation
7461         object. GdkWindow itself now handles the backing store, then
7462         chains to the platform-specific implementation.
7463         (gdk_window_get_window_type): return GdkWindowType of the window.
7464         (gdk_window_peek_children): New routine, returns the children of 
7465         a GdkWindow
7466         (gdk_window_get_children): Was in X11-specific code and did 
7467         XQueryTree. Changed to simply return a copy of window->children; 
7468         so it can go in cross-platform code.
7469         
7470         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
7471
7472         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
7473         GdkColormap; just changed to use the new private data instead
7474         of casting to GdkColormapPrivate.
7475
7476         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
7477         gdk_cursor_new().
7478
7479         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
7480         (private data member in the GObject). 
7481         (xdnd_manager_source_filter): Function had broken 
7482         error handling, fix it (use gdk_error_trap_push).
7483
7484         * gdk/x11/gdkdrawable-x11.c: This file now implements
7485         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
7486         base class is purely for the convenience of the X port,
7487         and not part of the interface to cross-platform GDK.
7488
7489         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
7490         
7491         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
7492         specific to X, and returned by the create_gc virtual method
7493         of GdkDrawableImplX11. 
7494         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
7495         rather than gchar, this was also changed in the GdkGC vtable.
7496         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
7497         mask is 0, return immediately, instead of checking every flag.
7498         This is faster, and keeps us from segfaulting if values is NULL
7499         and the mask contains some nonzero flags.
7500
7501         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
7502         GdkWindow.
7503
7504         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
7505         GdkWindowPrivate is gone.
7506
7507         * gdk/x11/gdkim-x11.c: rename things that got renamed.
7508
7509         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
7510         remove the image_put stuff that got transferred to GdkDrawable.
7511         
7512         * gdk/x11/gdkinput.c: renamings
7513
7514         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
7515
7516         * gdk/x11/gdkpixmap-x11.c: GObject conversion
7517
7518         * gdk/x11/gdkprivate-x11.h: indentation fixes
7519
7520         * gdk/x11/gdkproperty-x11.c: renamings
7521
7522         * gdk/x11/gdkselection-x11.c: renamings
7523
7524         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
7525         implements the platform-specific "impl" object.
7526         Moved gdk_window_get_children to gdk/gdkwindow.c
7527
7528         * gdk/x11/gdkx.h: Remove all the private structs and private datas
7529         that no longer exist. Add declaration of GdkGCX11 object here.
7530         Fix all the macros to still work. 
7531
7532         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
7533         GdkDragContext from the boxed types since they are now GObjects.
7534
7535         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
7536         moved xthickness/ythickness into the instance. GtkStyleClass
7537         functions are now in the standard vtable for GtkStyle, so you have
7538         to create a GObject subclass to write a theme engine.
7539         (gtk_style_copy): fixed a leaked PangoFontDescription
7540         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
7541         can be the standard GObject function.
7542         
7543         * Throughout GTK:
7544         s/style->klass->[xy]thickness/style->[xy]thickness
7545         s/pango_layout_unref/g_object_unref/
7546
7547         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
7548         
7549         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
7550         accessing GDK internals.
7551
7552         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
7553         accessing GDK internals.
7554
7555 2000-06-18  Elliot Lee  <sopwith@redhat.com>
7556
7557         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
7558
7559         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
7560         problem by calculating event position relative to the trough
7561         rather than the slider.
7562         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
7563
7564         * gdk/gdkgc.h: Add GDK_NOR.
7565
7566         * configure.in, Makefile.am: Add modules top level dir
7567         * configure.in: Only use pangox library if building x11 target.
7568         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
7569
7570 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
7571
7572         * gtk/gtkcolorsel.c: Change private class member to be named
7573         private_data throughout the file.
7574
7575         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
7576         private_data to avoid clashing with keyword.
7577
7578 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
7579
7580         * gdk/gdkdnd.h: Add comment to remove warning.
7581
7582 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
7583
7584         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
7585         Byelorussian language; changed the Makefile and file names 
7586         to reflect that.
7587
7588 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
7589
7590         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
7591         rather than gdk_window_hide; this makes things work
7592         correctly if the window is programmatically hidden while
7593         iconified.
7594
7595 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
7596
7597         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
7598         cut and paste typo where wrong pixmap was being
7599         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
7600
7601 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
7602
7603         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
7604         Add helper function to compute format / bytes 
7605         relationship. Use in a couple places to fix up
7606         errors which assume 8 * format.
7607
7608         * gtk/gtkselection.c (gtk_selection_request): Use 32
7609         rather than 8 * sizeof (GdkAtom), to work correctly
7610         on Alpha.
7611
7612 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
7613
7614         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
7615         libgtk.la
7616         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
7617         versions
7618
7619         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
7620         checking macros return NULL since the function has a return value.
7621
7622 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
7623
7624         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
7625         GTK+ from building at all.
7626
7627         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
7628
7629 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
7630
7631         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
7632         gtk/Makefile.am: make it possible to configure gtk for different
7633         targets on the same platform. The library name is now 
7634         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
7635         flag. Only the x11 target compiles right now.
7636         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
7637         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
7638         * gdk/nanox/gdk*generic*: delete generic region code.
7639         * gdk/linux-fb/gdk*generic*: delete generic region code.
7640         * README.nanox: update information.
7641         
7642 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
7643
7644         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
7645         prepend not append. (Pointed out by Brett Hall.)
7646
7647 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
7648
7649         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
7650
7651 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
7652
7653         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
7654         need this later, and this makes sure that the atexit for
7655         glib gets called after that for GDK, so atexits are
7656         properly ordered for object leak checking.
7657
7658         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
7659
7660         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
7661         pango_x_shutdown_display()
7662
7663         * gtk/simple.c (main): Close window on destroy.
7664
7665 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
7666
7667         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
7668         to treat initial creation different from setting with 
7669         regards to the graphics-exposures parameter, so add a parameter
7670         indicating whether this is initial or not.
7671
7672 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
7673
7674         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
7675         to sort of work by adding an extra return_exposes arg
7676         to gdk_event_translate() - it might be better to simply
7677         deprecate the function altogether and force people to rewrite
7678         without it. gdk_window_scroll() handles most of it, and where
7679         gdk_window_scroll() doesn't work, simply redrawing more does.
7680
7681         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
7682         assertion.
7683
7684         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
7685
7686         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
7687         bunch of pretty much useless /* Print debugging info */ comments 
7688         which had drifted away from the code they were commenting.
7689
7690 2000-06-02  Havoc Pennington  <hp@pobox.com>
7691
7692         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
7693         is in working order.
7694         
7695         * gtk/testtext.c: Change to reflect anonymous mark API
7696
7697         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
7698
7699         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
7700         field, which was unused.
7701
7702         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
7703         saves some typing.
7704
7705         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
7706
7707         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
7708         flag on the insertion point and selection bound
7709
7710         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
7711         make mark-manipulation functions take a GtkTextMark* instead of a
7712         mark name.
7713         
7714         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
7715         GtkTextMarkBody; will be used to detect attempts to delete
7716         the permanent marks (insert and selection bound)
7717
7718         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
7719
7720 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
7721
7722         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
7723         flag to on.
7724
7725         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
7726         Honor DOUBLE_BUFFRED_FLAG
7727
7728         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
7729         function to set the DOUBLE_BUFFERED flag.
7730
7731         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
7732         or not exposes done on the widget should be double-buffered.
7733
7734         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
7735         to be what would be expected. (Fixes problem with a
7736         g_return_if_fail() validating a TextDirection enumeration)
7737
7738 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
7739
7740         * gtk/gtkwidget.c: Remove all references to 
7741         offscreen flag which was no longer used.
7742
7743         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
7744
7745         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
7746         for non-null label_widget->parent.
7747
7748         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
7749         which no longer was used.
7750
7751         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
7752
7753         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
7754         for null arguments.
7755
7756         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
7757         check for destroyed windows.
7758
7759 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
7760
7761         * gtk/gtkimmulticontext.c: Add a finalize method and unref
7762         the slave context there.
7763
7764         * gtk/gtkinvisible.[ch]: Make reference counting behavior
7765         identical to GtkWindow.
7766
7767 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
7768
7769         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
7770         pangox to here, so we can write them independent of rendering
7771         system, using GDK primitives.
7772
7773         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
7774         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
7775         since we have a rendering-system independent implementation in
7776         terms of draw_glyphs().
7777         
7778         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
7779         function to render a single line.
7780
7781         * gdk/x11/gdkpango.c: Move the guts of this file mostly
7782         into ../gdkpango.c, which simplifies things, since we
7783         don't have to deal with raw X gc's.
7784
7785 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
7786
7787         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
7788         get the logical attributes for a given GtkTextLine.
7789
7790 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
7791
7792         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
7793         g_locale_get_codeset() to g_get_codeset() change.
7794
7795 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
7796
7797         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
7798         descriptions.
7799
7800         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
7801         the entry.
7802
7803         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
7804         redoing (vastly simplifying) for Pango. Still needs quite
7805         a bit of work. (Size selection is currently poor. List of 
7806         predefined sizes is not a good idea, since all of these
7807         sizes won't necessarily be distinct.)
7808
7809 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
7810
7811         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
7812         CODESET results for LANG=C.
7813
7814 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
7815
7816         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
7817         which takes a stringized pango font description;
7818         ignore the older 'font' and 'fontset' declarations.
7819
7820         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
7821         field with a GdkFont derived via gdk_font_from_description(),
7822         for compatibility. (Should we just remove it entirely?
7823         Probably too much compatibility breakage, but people
7824         should be migrating to the new Pango stuff as quickly
7825         as possible.)
7826
7827 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
7828
7829         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
7830
7831 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
7832
7833         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
7834         redoing; there are some bugs in size allocation right
7835         now, the semi-existant distinction between header / day
7836         fonts was removed, but, with Pango, could actually
7837         be made functional in a nice way.
7838         
7839         * gtk/testcalender: Move calender from examples into this
7840         directory as a test program. (We really need to restrcture
7841         testgtk into a whole directory full of tests for every
7842         widget or functionality group, separated into multiple .c
7843         files.)
7844
7845 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
7846
7847         * gtk/testgtk.c (file_exists): Fix stupid typo that
7848         was keeping RC file from being loaded.
7849
7850         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
7851         RC file font code.
7852
7853 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
7854
7855         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
7856         Add function to load a GdkFont from a PangoFontDescription.
7857
7858 2000-05-29  Tor Lillqvist  <tml@iki.fi>
7859
7860         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
7861         variable should be of type GdkEventPrivate.
7862
7863 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
7864
7865         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
7866         to have any widget for the label, use a GtkLabel widget
7867         to display the text. (Based partially on a patch from
7868         Anders Carlson.)
7869
7870         (Quite a bit of code reorganization - strip 90% of the
7871         guts out of gtkaspectframe and add a single virtual
7872         func to GtkFrameClass - compute_child_allocation.)
7873
7874 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
7875
7876         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
7877         (Removed clist->row_center_offset field because caching
7878         it wasn't saving time or code, added private function
7879         _gtk_clist_create_cell_layout()).
7880
7881 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
7882
7883         * gtk/gtkaccellabel.c: Pangoized.
7884
7885         * gtk/[hv]ruler.c: Pangoized
7886
7887 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
7888
7889         * gtk/gtkfilesel.c (gtk_file_selection_init):
7890         Use gtk_clist_set_column_auto_resize() to remove need
7891         need for manual column width computations.
7892
7893 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
7894
7895         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
7896         ensuring Pango correctness, and considerably simplifying the
7897         code.
7898         
7899         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
7900
7901         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
7902         getting of numbers of lines.
7903
7904         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
7905         to the actual requested width of the lable, not to the wrap
7906         width we set.
7907
7908         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
7909
7910         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
7911           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
7912
7913         * gtk/gtktextview.c: Fix structure inheritance.
7914
7915         * gtk/gtkprogressbar.c: Pangoize.
7916
7917 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
7918
7919         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
7920         in a function.
7921
7922         * gtk/gtktextlayout.c (find_display_line_above): Fixed
7923         bug with computing line tops.
7924
7925         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
7926
7927 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
7928
7929         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
7930         and y_offset coordinates to do what we need now. (The offset between
7931         buffer and layout coordinates has been reintroduced, but is a 
7932         bit different than before.)
7933
7934         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
7935         handle the adjustments ourselves, and scroll as necessary using
7936         the new gdk_window_scroll().
7937         
7938         The advantage of this is that when we are incrementally revalidating,
7939         we are essentially rearranging things around the visible portion
7940         of the screen. With the old setup, the visible portion of the
7941         screen was moved around in the layout, so scrolling and redrawing
7942         to track that caused jumping of the display. Since we now
7943         control the scrolling ourselves, we can suppress this and
7944         only redraw when things actually change.
7945
7946 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
7947
7948         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
7949         the region not just redisplay it after-all, since we store the
7950         cursors in the LineDisplay. (Ugly interactions here between
7951         GtkLayout and GtkTextBTree here.)
7952         
7953         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
7954
7955 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
7956
7957         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
7958         Added function to scroll contents of a window while keeping the
7959         window constant. Works by XCopyArea or guffaw-scrolling depending
7960         on the details of how the window is set up. (guffaw-scrolling
7961         still needs to be filled in.)
7962
7963 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
7964
7965         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
7966         move the debugging that was tied to a global variable
7967         to that.
7968
7969         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
7970
7971         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
7972         validated flag, in line data instead of setting height/width to
7973         -1. This allows us to perform operations with partially invalid
7974         buffer (using the old size for invalid lines) and thus to do
7975         incremental vaidation. Keep height/width aggregates up to date
7976         when deleting text and rebalancing the tree.
7977
7978         * gtk/gtktextbtree.[ch]: Add functions validate a line
7979         (gtk_text_btree_validate_line), and to validate up
7980         to a number of pixels (gtk_text_btree_validate).
7981
7982         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
7983         that indicates that something is changed and a revalidation
7984         pass is needed. Change ::need_repaint to ::changed, and
7985         make it take old and new yranges instead of a rectangle.
7986
7987         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
7988         the line_data_destroy() function from 
7989         gtk_text_btree_add_view() to a virtual function in 
7990         GtkTextLayout
7991
7992         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
7993         since we are handling partial repaints in a different fashion
7994         now.
7995
7996         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
7997         of the selection instead of queueing a repaint on the
7998         entire widget.
7999
8000         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
8001         get_selection_bounds() down to btree, make the function
8002         in buffer a wrapper around the btree function.
8003
8004         * gtk/gtktextlayout.[ch]: Add functions to check if the
8005         layout is valid and to recompute either a range of pixels
8006         aroudn a line or a certain total number of pixels.
8007
8008         * gtk/gtktextlayout.[ch]: Cache a single line display;
8009         now that we only redraw the needed portions, the hit rate
8010         for this cache is quite high.
8011         
8012         * gtk/gtktextview.[ch]: Keep track of the first paragraph
8013         on the screen so that when re-laying-out the buffer, we can
8014         keep the same place. This requires connecting to ::value_changed
8015         on the adjustments
8016
8017         * gtk/gtktextview.[ch]: Add idle functions to revalidate
8018         the buffer after we receive an ::invalidated signal.
8019         
8020 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
8021
8022         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
8023         to max of allocation and layout size, not just to the
8024         layout size.
8025
8026         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
8027         Invalidate window so it gets redrawn properly.
8028
8029         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
8030         to mean the entire window.
8031
8032         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
8033         into public header.
8034
8035 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
8036
8037         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
8038         to get the name of a mark.
8039
8040         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
8041         to find the paragraph from a y position.
8042
8043 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
8044
8045         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
8046         nodes have width/height >= 0, not > 0.
8047
8048 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
8049
8050         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
8051         Add a size_only flag, so when we only need the size, we don't create
8052         useless appearance attributes.
8053
8054         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
8055         duplicate setting of font description.
8056
8057         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
8058
8059 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
8060
8061         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
8062         EXTRA_DIST. It does not work well when the file that
8063         everything depends on is not in the tarball.
8064
8065 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
8066
8067         * gtk/testgtk.c: Some hacks and fixes so that it basically
8068         works when not sitting in the GTK+ build tree.
8069
8070 2000-05-03  Havoc Pennington  <hp@redhat.com>
8071
8072         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
8073         Properly determine the ordering of the tag root and the current
8074         line within the tree. Previous algorithm only worked if the tag
8075         root's immediate parent was the common root of both the current
8076         line and the tag root.
8077
8078 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
8079
8080         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
8081         alignment.
8082
8083         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
8084         the widget text directional dynamically.
8085
8086         * gtk/gtktextview.[ch]: Added functions to get and set default
8087         wrap mode.
8088
8089 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
8090
8091         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
8092         in cursor location computation.
8093
8094 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
8095
8096         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
8097         vadjusment values properly when layout gets smaller.
8098
8099         * gtk/gtktextview.c (need_repaint_handler): Areas being
8100         passed in are far completely inaccurate, and sometimes
8101         too small, so, for now, just queue a redraw on the
8102         whole visible region.
8103
8104 2000-04-25  Havoc Pennington  <hp@redhat.com>
8105
8106         * gtk/gtktextbtree.c (summary_destroy): new function to 
8107         destroy tag summary nodes
8108         (gtk_text_line_next_could_contain_tag): this function was 
8109         totally broken if the line passed in wasn't below the tag
8110         root. Fix it.
8111         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
8112         "wildcard" case, we have to do a linear scan. Blah.
8113         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
8114         we have to do the linear scan
8115         (tag_removed_cb): When a tag is removed from the tag table, 
8116         remove the GtkTextTagInfo node from the btree.
8117         (gtk_text_btree_spew): Implement the spew function, for 
8118         our debugging pleasure.
8119
8120 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
8121
8122         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
8123         a problem with referring to the wrong buffer.
8124
8125         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
8126
8127         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
8128         font description to gtk_style_new() - otherwise things
8129         don't work without a .gtkrc file.
8130
8131         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
8132         tags table if we create it ourself, too.
8133
8134         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
8135         it was conflicting with XKB modifiers.
8136
8137         * gtk/gtktextview.[ch]: Add simple support for 
8138         GtkIMContext.
8139
8140 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
8141
8142         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
8143         with deletion from last commit.
8144
8145 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
8146
8147         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
8148         in the context from the current locale.
8149         
8150         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
8151         context, not hardcoded value.
8152
8153         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
8154         not logical.
8155
8156 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
8157
8158         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
8159         attributes - that doesn't handle partial-glyph selection
8160         properly. Instead use new pango_layout_line_get_x_ranges()
8161         functionality to draw the selection.
8162
8163         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
8164         now properly handles out-of-range coordinates.
8165
8166         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
8167
8168         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
8169         public.
8170
8171         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
8172         for paragraphs opposite to the base direction of the widget.
8173
8174         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
8175
8176         * gtk/gtktextlayout.c: Don't split segments on marks, since that
8177         causes Arabic words to reshape as you cursor through.
8178
8179         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
8180         cursor position when moving vertically with the arrow keys and
8181         scrolling with page-up/page-down. (Arrow keys save only the X,
8182         scrolling saves both X and Y.)
8183
8184         This means you can line-up / line-down or page-up / page-down
8185         without losing your place, and also that moving vertically
8186         with the cursor keys keeps the same X position, not the same
8187         character count:
8188
8189         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
8190         arrow keys move by display lines, not paragraphs.
8191
8192 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
8193
8194         * gtk/gtklayout.c: Make sure that the bin window is at least
8195         as big as the allocation. (Should we also make sure that the
8196         bin window is big enough to completely cover widget->window?)
8197
8198         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
8199         function to get the onscreen rectangle.
8200
8201         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
8202         for offsets in window coordinates.
8203
8204 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
8205
8206         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
8207         confusion.
8208
8209         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
8210         from the widget direction.
8211
8212         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
8213         Add a "direction" attribute.
8214
8215         * gtk/gtktextview.c: global s/tkxt/text_view/.
8216
8217         * gtk/testtext.c: Added long block of text in Arabic, to test out
8218         the direction attributes. (Some problems with the shaping system
8219         for arabic become obvious - like the fact the cursor splits words
8220         into unjoined pieces.)
8221
8222 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
8223
8224         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
8225
8226         * gtk/gtktextlayout.c: Fix up alignment.
8227
8228         * gtk/testtext.c: Add some tests for centering, wrapping.
8229
8230 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
8231
8232         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
8233         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
8234         If we wrote GTK+-specific layout-render function this could just replace
8235         the draw_layout() operation in the vtable.
8236
8237         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
8238         pango_layout_get_cursor_pos() and use that function.
8239
8240         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
8241         is a non-static symbol.
8242
8243         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
8244         with gtk_text_btree_find_line_by_y()
8245
8246         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
8247         renderer that handles GtkTextAppearance attributes.
8248
8249         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
8250
8251           - Move the values in the style that don't affect geometry into a
8252             GtkTextAppearance structure.
8253           - Change underline to take a PangoUnderline and "font" a string
8254             representation of a font description
8255           - Add a "font_desc" attribute which takes a FontDescription structure.
8256
8257         * gtk/gtktextlayout.[ch]:
8258
8259           - Get rid of the display-line list per each line. Instead, we
8260             generate, on demand, a GtkTextLineDisplay structure which]
8261             contains a PangoLayout * and other necesary information
8262             (offsets, cursor locations) for displaying a paragraph.
8263           - Get rid of the code to wrap lines, create display chunks,
8264             etc. Instead, we just go through a paragraph and convert
8265             it into the necessary inputs to a PangoLayout.
8266           - Implement a new attribute type, GtkTextAttrAppearance. This
8267             holds a GtkTextAppearance, and is used to pass colors, 
8268             stipple, etc, through from the layout to the display without
8269             having to use lots and lots of individual attributes.
8270           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
8271             in terms of PangoLayout functions.
8272         
8273         * gtk/gtktextview.c: 
8274          
8275           - Handle passing the necessary PangoContext to the layout
8276           - Some fixups in painting to deal with the automatic backing store
8277             and offsetting of GTK+-1.4
8278           - Add a style_set handler so that the default style reacts
8279             properly to theme changes.
8280         
8281         * gtk/gtktext?*.[ch]: Random code-style fixes.
8282
8283         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
8284
8285 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
8286
8287         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
8288         in original form preparatory to Pango-ization and gdkimcontext-ization.
8289
8290 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
8291
8292         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
8293         so that we can derive from gtkimcontext in language bindings properly.
8294
8295 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
8296
8297         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
8298         Add a compose table including (almost) all the compose combinations
8299         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
8300         data in the XIM implementation.
8301
8302         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
8303         Moved functions to convert keyvalues from and to unicode here from
8304         the win32 port and made them public.
8305
8306 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
8307
8308         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
8309
8310 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
8311
8312         * gtk/gtkimcontext.[ch]: Base class for new input context system
8313
8314         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
8315         the real input context implementation to be loaded from modules
8316         and switched on the fly.
8317
8318         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
8319         context that just does direct keysymbol => unicode translation.
8320
8321         * gtk/gtkentry.[ch]: Start switching editing over to using
8322         GtkInputContext. (No handling of preedit yet.)
8323
8324 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
8325
8326         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
8327         many substitutions. (klass should not be subsituted.)
8328
8329 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
8330
8331         * configure.in: Add checks for Pango
8332
8333         * configure.in docs/Makefile.am: Add test for sgml2html
8334         and allow 'make dist' without building html, but print out
8335         warnings in that case. (For making snapshots)
8336
8337         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
8338         Add Pango libraries and C flags
8339
8340         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
8341         Add function (gdk_draw_layout) to draw a pango layout.
8342
8343         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
8344         for getting Pango contexts for GDK.
8345
8346         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
8347
8348         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
8349         editing.
8350
8351         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
8352         keysym => unicode translations. More languages can be added
8353         here, but real input-method support is needed.
8354
8355         * docs/Changes-1.4.txt: Added note about entry behavior.
8356         
8357         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
8358         to set the reading direction for a widget and the global direction.
8359         Add test which allows toggling the global direction. Two private
8360         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
8361
8362         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
8363           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
8364
8365         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
8366
8367         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
8368         underlining now handled by Pango.
8369
8370         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
8371         to RCStyle and Style. (Having both this and the old font name and GdkFont 
8372         is temporary.)
8373
8374         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
8375         convenience functions for creating contexts and layouts for widgets.
8376
8377         * gtk/testgtk.c: Enhance label tests with multilingual labels.
8378
8379 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
8380
8381         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
8382         titles to be active, even if they aren't visible.
8383         (gtk_clist_column_titles_passive):  Ditto.
8384
8385 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
8386
8387         * gtkmenu.c:
8388         * gtkmenu.h:
8389         * gtktypeutils.h: Spelling/grammar fixes in comments.
8390
8391 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
8392
8393         * gdk/nanox/*.h: add missing header files.
8394
8395 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
8396
8397         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
8398         send_event to TRUE.
8399         (gtk_drawing_area_size): queue a resize.
8400
8401 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
8402
8403         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
8404         the handlers, also invalidate them. bug nailed down by Karl Nelson
8405         <kenelson@ece.ucdavis.edu>.
8406
8407 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
8408
8409         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
8410         "(nil)" foundries, patch from Grigorios Magklis.
8411
8412         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
8413         on non-available fonts, based on a patch by Grigorios Magklis
8414         <maglis@cs.rochester.edu>.
8415
8416 2000-05-18  Elliot Lee  <sopwith@redhat.com>
8417
8418         * gdk/x11/gdkregion-generic.c: If a region does not have any
8419         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
8420         instead of GDK_OVERLAP_RECTANGLE_IN.
8421
8422 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
8423
8424         * gtk/gtklayout.c (gtk_layout_map): Remove references to
8425         OFFSCREEN, as it is no longer necessary.
8426
8427 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
8428
8429         * gtk/gtkcolorsel.c: Patch from David Santiago
8430         <mrcooger@cyberverse.com> to change things so that the 
8431         indicator of the active palette entry is done independently,
8432         not via the focus, since it should always be visible.
8433
8434 2000-05-17  Tor Lillqvist  <tml@iki.fi>
8435
8436         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
8437         refcount leaks as in the X11 backend.
8438
8439         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
8440         cosmetics.
8441
8442         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
8443         backend. Add _gdk_windowing_window_destroy().
8444
8445         * gtk/gtkcolorsel.c: Include correct backend-specific header.
8446         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
8447         either, but these probably do exist on nanox?)
8448         
8449         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
8450         which isn't necessarily defined by <math.h>.
8451
8452         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
8453         ancestry past GtkObject.
8454
8455         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
8456         from DLL on Win32.
8457
8458         * gtk/gtk.def: Update corresponding to recent changes.
8459
8460         * gtk/makefile.{cygwin,msc}: Updates.
8461
8462 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
8463
8464         * docs/Changes-1.4.txt: A bit of editing.
8465
8466         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
8467         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
8468         to clear the update area for the window, and clear it
8469         when hiding a window.
8470
8471         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
8472         if window destroyed.
8473
8474         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
8475
8476         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
8477         gdk_window_destroy() to the generic code, since there was a lot of 
8478         window-system-independent logic it in. Add a function:
8479         
8480          _gdk_window_destroy() 
8481
8482         to the internal API to destroy a window without unreferencing it.
8483         Add a function:
8484
8485          _gdk_windowing_window_destroy()
8486
8487         That does the windowing-system-dependent part of destroying 
8488         the window.
8489
8490 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
8491
8492         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
8493
8494 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
8495
8496         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
8497         Make gtk_widget_shape_combine_mask() keep a reference count on
8498         the pixmap since it keeps it around.
8499
8500 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
8501
8502         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
8503         leak.
8504
8505         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
8506         leak with event filters.
8507
8508 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
8509
8510         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
8511         signal handlers with the right data arguments. (Fixes
8512         some warnings when a widget was repeatedly set as a drag
8513         destination.)
8514
8515         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
8516         window so we can avoid avoid setting the DND properties on the
8517         toplevel window repeatedly.
8518
8519 2000-05-13  Tor Lillqvist  <tml@iki.fi>
8520
8521         * gdk/win32/gdkwin32.h: Define more message types missing from
8522         mingw headers.
8523
8524         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
8525         call gdk_window_destroy_notify(). It was never called. This
8526         probably meant that the GdkWindow was never freed. Thanks Owen for
8527         noticing (!).
8528
8529         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
8530         window as destroyed before calling DestroyWindow(). DestroyWindow()
8531         causes a call to the window procedure (gdk_WindowProc), which
8532         calls gdk_event_translate(), which calls
8533         gdk_window_destroy_notify(), which gets confused unless the window
8534         is set as destroyed.
8535
8536         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
8537         this function to indicate it's win32 only. Put inside #ifdef
8538         G_ENABLE_DEBUG.
8539
8540         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
8541         debugging function. (gdk_event_translate:) Add a default branch
8542         that uses the above function to print debug messages with all
8543         Windows messages symbolically.
8544
8545         * gdk/win32/gdkprivate-win32.h: Declare it, and
8546         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
8547
8548 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
8549
8550         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
8551         public header file.
8552
8553 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
8554
8555         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
8556
8557         * gtk/gtktext.c: made the adjustments no-construct args, simply
8558         provide default adjustments.
8559         (gtk_text_destroy): release adjustments.
8560
8561         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
8562         adjustment argument non-construct.
8563
8564         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
8565         instead of in finalize.
8566         (gtk_progress_get_text_from_value): 
8567         (gtk_progress_get_current_text): 
8568         (gtk_progress_set_value): 
8569         (gtk_progress_get_percentage_from_value): 
8570         (gtk_progress_get_current_percentage): 
8571         (gtk_progress_set_percentage): 
8572         (gtk_progress_configure): ensure an adjustment is present.
8573
8574 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
8575
8576         * gtk/gtkcolorsel.[hc]:
8577         * gtk/gtkcolorseldialog.[hc]:
8578         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
8579         their parent implementation, use bit fields for boolean values, don't
8580         create unused widgets, usage of glib types, braces go on their own
8581         lines, function argument alignment, #include directives etc. etc. etc..
8582
8583         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
8584
8585 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
8586
8587         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
8588
8589         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
8590         of NULL.
8591
8592         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
8593         to freed data.
8594         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
8595
8596         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
8597         to NULL when the toplevel is getting destroyed.
8598         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
8599         (gtk_menu_destroy): 
8600         (gtk_menu_init): store the information of whether we have to
8601         readd the initial child ref_count during destruction in a new
8602         GtkMenu field needs_destruction_ref_count.
8603
8604         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
8605         here, those reading: learn from my mistake! ;)
8606         in order for set_?adjustment to support a default adjustemnt if
8607         invoked with an adjustment pointer of NULL, the code read (pseudo):
8608         if (v->adjustment) unref (v->adjustment);
8609         if (!adjustment) adjustment = adjustment_new ();
8610         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
8611         now imagine the first unref to actually free the old adjustment and
8612         adjustment_new() creating a new adjustment from the very same memory
8613         portion. here, the latter comparision will unintendedly fail, and
8614         all hell breaks loose.
8615         (gtk_viewport_set_hadjustment):
8616         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
8617         after unreferencing it.
8618
8619         * gtk/gtkcontainer.[hc]: removed toplevel registration
8620         functions: gtk_container_register_toplevel(),
8621         gtk_container_unregister_toplevel() and
8622         gtk_container_get_toplevels() which had wrong semantics
8623         anyways: it didn't reference and copy the list.
8624
8625         * gtk/gtkwindow.c: we take over the container toplevel registration
8626         bussiness now. windows are registered across multiple destructions,
8627         untill they are finalized. the initial implicit reference count
8628         users are holding on windows is removed with the first destruction
8629         though.
8630         (gtk_window_init): ref & sink and set has_user_ref_count, got
8631         rid of gtk_container_register_toplevel() call. add window to
8632         toplevel_list.
8633         (gtk_window_destroy): unref the window if has_user_ref_count
8634         is still set, got rid of call to
8635         gtk_container_unregister_toplevel().
8636         (gtk_window_finalize): remove window from toplevel list.
8637         (gtk_window_list_toplevels): new function to return a newly
8638         created list with referenced toplevels.
8639         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
8640
8641         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
8642         adjustment a non-construct arg.
8643         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
8644         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
8645         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
8646
8647         * gtk/gtkrange.c: added some realized checks.
8648         (gtk_range_destroy): get rid of the h/v adjustments in the
8649         destroy handler instead of finalize. remove timer.
8650         (gtk_range_get_adjustment): demand create adjustment.
8651
8652         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
8653         we simply create them on demand now and get rid of them in
8654         the destroy handler.
8655         (gtk_viewport_destroy): get rid of the h/v adjustments in the
8656         destroy handler instead of finalize.
8657         (gtk_viewport_get_hadjustment): 
8658         (gtk_viewport_get_vadjustment): 
8659         (gtk_viewport_size_allocate): demand create h/v adjustment
8660         if required.
8661
8662         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
8663         gtk_widget_real_destroy () functionality.
8664         (gtk_widget_real_destroy): reinitialize with a new style, instead
8665         of setting widget->style to NULL.
8666
8667 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
8668
8669         * gtk/gtkcalendar.c:
8670         * gtk/gtkbutton.c: ported _get_type() implementation over to
8671         GType, either to preserve memchunks allocation facilities,
8672         or because Gtk+ 1.0 GtkTypeInfo was still being used.
8673
8674         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
8675         over. prepare for ::destroy to be emitted multiple times.
8676         removed reference tracer magic. chain into GObjectClass.shutdown()
8677         to emit ::destroy signal.
8678
8679         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
8680         fundamental.
8681
8682         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
8683         cludge.
8684
8685         * gtk/gtksocket.c:
8686         * gtk/gtkplug.c:
8687         * gtk/gtklayout.c:
8688         * gtk/gtklabel.c:
8689         * gtk/gtkargcollector.c:
8690         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
8691         not being a fundamental anymore, and to work with the new
8692         type system (nuked fundamental type varargs clutter).
8693
8694         * gtk/*.c: install finalize handlers in the GObjectClass
8695         part of the class structure.
8696         changed direct GTK_OBJECT()->klass accesses to
8697         GTK_*_GET_CLASS().
8698         changed direct object_class->type accesses to GTK_CLASS_TYPE().
8699
8700         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
8701         GType. made most of the GTK_*() type macros and Gtk* typedefs
8702         simple wrappers around macros and types provided by GType.
8703         most notably, a significant portion of the old API vanished:
8704         GTK_TYPE_MAKE(),
8705         GTK_TYPE_SEQNO(),
8706         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
8707         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
8708         GTK_TYPE_ARGS,
8709         GTK_TYPE_CALLBACK,
8710         GTK_TYPE_C_CALLBACK,
8711         GTK_TYPE_FOREIGN,
8712         GtkTypeQuery,
8713         gtk_type_query(),
8714         gtk_type_set_varargs_type(),
8715         gtk_type_get_varargs_type(),
8716         gtk_type_check_object_cast(),
8717         gtk_type_check_class_cast(),
8718         gtk_type_describe_tree(),
8719         gtk_type_describe_heritage(),
8720         gtk_type_free(),
8721         gtk_type_children_types(),
8722         gtk_type_set_chunk_alloc(),
8723         gtk_type_register_enum(),
8724         gtk_type_register_flags(),
8725         gtk_type_parent_class().
8726         replacements, where available are described in ../docs/Changes-1.4.txt.
8727         implemented compatibility functions for the remaining API.
8728
8729         * configure.in: depend on glib 1.3.1, use gobject module.
8730
8731 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
8732
8733         * TODO.xml: Various updates to current status.
8734
8735 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
8736
8737         * gtk.m4: Print out version when test succeeds.
8738
8739 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
8740
8741         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
8742         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
8743         
8744         (Original triangle color selector from Simon Budig
8745         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
8746         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
8747         Santiago <mrcooger@cyberverse.com>)
8748
8749         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
8750         out into a separate widget.
8751
8752         * gtk/testgtk.c: Add some checkbuttons for toggling palette
8753         and opacity controls.
8754
8755 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
8756
8757         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
8758         snuck in prematurely.
8759
8760 2000-05-07  Tor Lillqvist  <tml@iki.fi>
8761
8762         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
8763         had deleted a ! operator by mistake, which caused
8764         GDK_SELECTION_CLEAR events never to be generated, which caused
8765         only the first copy to the clipboard from an gtkeditable to
8766         actually cause a copy to the Windows clipboard.
8767
8768 2000-05-06  Tor Lillqvist  <tml@iki.fi>
8769
8770         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
8771         compilation, too. Current mingw gcc distributions include the
8772         necessary headers. Also the necessary IIDs are now in mingw
8773         headers/libraries, and own definitions unnecessary.
8774
8775         More hacking on OLE2 DND, still doesn't work though, and thus
8776         ifdeffed out.
8777
8778         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
8779         here, too.
8780
8781 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
8782
8783         * gdk/nanox/*: nano-X port work in progress.
8784         * gdk/simple.c: simple test for Gdk.
8785         * README.nanox: notes about the port: read this first!
8786         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
8787         with nano-X.
8788
8789 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
8790
8791         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
8792         gdk_window_clear() into common code, implement in terms of
8793         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
8794         not redirected to the backing rectangle.
8795
8796 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
8797
8798         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
8799         EXTRA_DIST. It does not work well when the file that
8800         everything depends on is not in the tarball.
8801
8802 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
8803
8804         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
8805         with recursion where process_updates() is called from
8806         an expose handler. (GtkTextView is highly broken in
8807         doing this, but it should work, so it is a nice test
8808         case.)
8809
8810 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
8811
8812         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
8813         handle the case where updates are queued during processing of
8814         updates.
8815
8816 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
8817
8818         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
8819         window is on gdk_display - use that instead of segfaulting.
8820
8821 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
8822
8823         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
8824         broken and require an empty arg, give it to them.
8825
8826 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
8827
8828         * gtk/gtklabel.h: indentation fixes.
8829
8830 2000-05-02  Tor Lillqvist  <tml@iki.fi>
8831
8832         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
8833         draw too narrow or too low arcs, they seem to fail, at least with
8834         some display drivers.
8835
8836         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
8837
8838         Large changes to the Win32 backend, partially made necessary by
8839         the changes to the backend-independent internal
8840         structures. Attempts to implement similar backing store stuff as
8841         on X11. The current (CVS) version of the Win32 backend is *not* as
8842         stable as it was before the no-flicker branch was merged. A
8843         zipfile with that version is available from
8844         http://www.gimp.org/win32/. That should be use by "production"
8845         code until this CVS version is usable. (But note, the Win32
8846         backend has never been claimed to be "production quality".)
8847
8848         * README.win32: Add the above comment about versions.
8849
8850         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
8851
8852         * gdk/gdk.def: Update.
8853
8854         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
8855         presumably be replaced by some more better mechanism as 1.4 gets
8856         closer to release shape.
8857
8858         * gdk/makefile.{cygwin,msc}: Update.
8859
8860         * gdk/win32/*.c: Correct inclusions of the backend-specific and
8861         internal headers. Change code according to changes in these. Use
8862         gdk_drawable_*, not gdk_window_* where necessary.
8863
8864         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
8865         our old DND.
8866
8867         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
8868         to interpret single characters as UTF-8. Thanks to Hans Breuer.
8869         Use correct function name in warning messages.
8870
8871         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
8872         GSourceFuncs gdk_event_prepare and gdk_event_check.
8873         (gdk_event_get_graphics_expose): Do implement, use
8874         PeekMessage. Thanks to Hans Breuer.
8875         (event_mask_string): Debugging function to print an GdkEventMask.
8876         (gdk_pointer_grab): Use it.
8877
8878         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
8879         (old) book I used claimed was Hangul actually is CJK Unified
8880         Ideographs Extension A. Also, Hangul Syllables were missing.
8881         Improve logging.
8882
8883         * gdk/win32/gdkgc-win32.c: Largish changes.
8884
8885         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
8886         g_win32_getlocale() from GLib, and not setlocale() to get current
8887         locale name.
8888
8889         * gdk/win32/gdkprivate-win32.h
8890         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
8891         gdkwin32.h, similarily as in the X11 backend.
8892
8893         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
8894         assignment was used instead of equals in if test. Thanks to Hans
8895         Breuer.
8896
8897         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
8898         the X11 version.
8899
8900         * gdk/win32/makefile.{cygwin,msc}
8901         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
8902         path to the Win32 headers that works also with the mingw compiler.
8903
8904         * gtk/gtkstyle.c: Include <string.h>.
8905
8906 2000-04-26  Havoc Pennington  <hp@redhat.com>
8907
8908         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
8909         replacing the broken gtk_label_get ()
8910
8911 2000-04-15  Havoc Pennington  <hp@pobox.com>
8912
8913         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
8914         this keeps scanner scripts from getting confused.
8915
8916         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
8917         data, rather than void
8918
8919 2000-04-15  Tor Lillqvist  <tml@iki.fi>
8920
8921         * gtk/gtkclist.c (gtk_clist_motion)
8922         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
8923         with is_hint FALSE, get x and y from the event. They used to be
8924         used uninitialised. The Win32 backend never sends motion events
8925         marked as hints. This for instance fixes the annoying file and
8926         font selector behaviour in the Win32 version.
8927
8928 2000-04-14  Tor Lillqvist  <tml@iki.fi>
8929
8930         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
8931         gtk_private_n_signals variables, they are used by some software,
8932         sigh.
8933
8934         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
8935         installation directory from the Registry, where the installer
8936         should have put it.
8937
8938 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
8939
8940         * gdk/x11/Makefile.am: Fix problem with installation directory for
8941         gdkx.h
8942
8943         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
8944         <mrcooger@cyberverse.com> so that when selecting menus with the
8945         mouse, the first item will not be selected, but when selecting
8946         with an accelerator, or navigating left-right on a menubar with
8947         the menus popped up, the first item will be selected.
8948
8949 2000-04-05  Dan Damian  <dand@dnttm.ro>
8950
8951         * configure.in: Added "ro" to ALL_LINGUAS.
8952
8953 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
8954
8955         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
8956         indentation.
8957
8958         * Makefile.am (EXTRA_DIST): Fix typo.
8959
8960         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
8961         to catch gdkconfig.h
8962
8963         * gtk/gtkitemfactory.c: Added FIXME.
8964
8965 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
8966
8967         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
8968         s/return_if_fail/return_val_if_fail/g and add a return value.
8969
8970 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
8971
8972         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
8973         merge slipup.
8974
8975         * gdk/gdkinput.h: Fix missing line from merge.
8976
8977 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
8978
8979         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
8980         instead of gdkprivate.h.
8981
8982 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
8983
8984         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
8985         parent class to correctly be GtkDialogClass.
8986
8987 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
8988
8989         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
8990         toplevel windows and their immediate children by their parents,
8991         since the size of toplevel windows is out of our immediate
8992         control and we don't get any real benefit from trying to track
8993         this size for clipping.
8994
8995         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
8996         for input_only windows.
8997
8998         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
8999         to fix some hacks and make sure that we don't try to set the
9000         background of input only windows.
9001
9002 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
9003
9004         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
9005         the _really_ internal stuff, and leave gdkprivate.h for the fake private
9006         stuff that we've traditionally exposed.
9007
9008         * gdk/**.c: Use gdkinternals.h where appropriate.
9009
9010         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
9011         not include gdkprivate-x11.h, move all stuff of conceivable public
9012         interest into gdkx.h; keep all really private stuff in
9013         uninstalled header gdkprivate-x11.h.
9014
9015         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
9016         image->image_put on windows through a new function _gdk_window_draw_image()
9017         to allow us to do backing store for images. (Sort of ugly)
9018
9019         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
9020         contexts locally so that we can offset them properly when drawing 
9021         onto backing pixmaps.
9022
9023         * gdk/gdkinput.h: Reindented
9024
9025         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
9026         pixmap or color for the window, so we can properly initialize
9027         our double-buffer pixmaps, and also so that we temporarily set
9028         a background of None while scrolling.
9029
9030         * gdk/gdkregion.h: Revise region boolean operators to have an
9031         interface that is actually convenient - switch from creating new
9032         regions on every op, to "methods" that modify existing regions
9033         (A = A OP B). 3 argument forms which allow dest == src, would also
9034         be possible, but the current interfaces seem to map nicely
9035         onto what needs to be done. (There is quite a lot of region
9036         code in GDK now.)
9037
9038         * gdk/gdkregion.h: Add constructor from rectangle and a copy
9039         operator.
9040
9041         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
9042         gdkpoly-generic.h: Copy region code from Xlib, switch it over
9043         to 32 bit coordinates, modify it to be mostly GTK+ style
9044         and to have interfaces that match gdkregion.h.
9045
9046         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
9047         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
9048         create a backing pixmap and redirect all drawing to
9049         that backing pixmap until a matching gdk_window_end_paint().
9050
9051         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
9052         Create a special drawable class for GtkWindow's that 
9053         redirects the drawing to the backing pixmap as necessary
9054         and then calls the real operations in _gdk_windowing_window_class.
9055
9056         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
9057         Store invalid region for each window. Generate expose events for invalid
9058         region in an idle. This replaces both the expose compression
9059         and the redrawing queuing in GTK+. It is both more efficient and
9060         simpler than either one individually and far more so then the
9061         combination.
9062
9063         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
9064         Emulate 32 bit coordinates for windows with 16 bit coordinates
9065         by offsetting drawing, guffaw scrolling techniques and
9066         mapping/unmapping child windows as necessary.
9067
9068         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
9069         where, when invalid regions are processed, the region is stored,
9070         and if expose events come in that are detectably duplicate
9071         the processed exposes (by comparison of event serial numbers),
9072         the stored region is subtracted out of those exposes.
9073
9074         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
9075         regions newly exposed when scrolling or resizing windows.
9076         This, combined with forcing processesing of queued invalidated
9077         regions, gives nice flicker-free scrolling.
9078
9079         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
9080         invalidated regions after every scroll.
9081
9082         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
9083         emulation in GDK. Its, for all practical purposes just a
9084         GtkViewport/GtkFixed hybrid now.
9085
9086         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
9087         (16-bit) structures as necessary instead of just casting.
9088
9089         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
9090         in terms of the structures from gdkregion-generic.c, using appropriate
9091         offsets from GDK to X11 coordinates. Cache clip mask and
9092         origin and ts origin locally and only flush to the server
9093         when drawing, to avoid constantly setting and resetting these
9094         values when offsetting GC's for scrolling and backing pixmaps.
9095
9096         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
9097
9098         * gtk/gtkcontainer.c: Call process_all_updates at end
9099         of resizing to reduce flicker. (Avoids having redraw
9100         lag arbitrarily behind resize under some circumstances)
9101
9102         * gtk/gtkentry.c: Remove old backing store code, and simply take
9103         advantage of the new backing store capabilities of GDK.
9104
9105         * gtk/gtkmain.c: Simple implementation of widget backing
9106         store - simply push a paint while handling each expose.
9107         (Should really be configurable widget for widget.)
9108         
9109         * gtk/gtkwidget.c: Remove all the old complicated redraw
9110         code, and simply invalidate the GDK windows from
9111         gdk_window_queue_clear(), etc. (Sigh, so much carefully
9112         debugged complexity ... gone to the winds.)
9113
9114         Remove all the code for suppressing expose events while
9115         resizes are pending; this isn't needed since the invalid
9116         areas won't be processed until after the resizes are
9117         processed, since they are in a lower priority idle.
9118
9119 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
9120
9121         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
9122         and height of dest rectangle for non-intersecting rectangles.
9123
9124 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
9125
9126         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
9127         for GdkRectangle.
9128
9129 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
9130
9131         * gdk/gdk{events,image,private,types,window}.h
9132          gdk/x11/gdkinputprivate.h: Change all coordinates
9133          from int16 to int. Also, Change width and height from
9134          unsigned to signed to avoid all the stupid C 
9135          signedness bugs.
9136
9137 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
9138
9139         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
9140         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
9141         Add some more detailed checking.
9142
9143         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
9144         New function to retrieve the depth of a drawable.
9145
9146         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
9147         field, reorder fields to save memory. 
9148
9149 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
9150
9151         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
9152         of the background image instead of scaling the background down to
9153         a line.
9154
9155         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
9156         which temporarily set slider to wrong size.
9157
9158         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
9159         queue_clear().
9160
9161 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
9162
9163 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
9164
9165         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
9166
9167 2000-03-17  Tor Lillqvist  <tml@iki.fi>
9168
9169         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
9170         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
9171
9172         * gdk/win32/gdkfont-win32.c
9173         * gdk/win32/gdkproperty-win32.c
9174         * gdk/win32/gdkselection-win32.c
9175         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
9176         now declared such.
9177
9178 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
9179
9180         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
9181
9182 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
9183
9184         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
9185         is called without trapping X errors.
9186
9187 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
9188
9189         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
9190         way into the fontset lists.
9191
9192 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
9193
9194         * gtk/gtkthemes.h: add extern "C" scope.
9195
9196 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
9197
9198         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
9199         to make appends to the list constant. (gtk-guy-990901-0.patch)
9200
9201 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
9202
9203         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
9204         for the typename hash table.
9205
9206 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
9207
9208         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
9209         to make sure we never divide by zero. 
9210         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
9211
9212 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
9213
9214         * gtk/gtkfontsel.c: Apply patch from
9215         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
9216         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
9217
9218         Also, some cleanups in atom handling.
9219
9220 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
9221
9222         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
9223         not GtkWidget.
9224
9225 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
9226
9227         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
9228         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
9229         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
9230         more guint wrap-around bugs before going to bed.
9231
9232 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
9233
9234         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
9235         guint wrap arounds in allocation.width.
9236
9237         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
9238         process untill we fit the allocation given.
9239
9240 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
9241
9242         * gtk/gtkwidget.c:
9243         (gtk_widget_unrealize): guard widget access with ref/unref
9244         around signal emission.
9245         (gtk_widget_hide): same here, but also check its destroyed
9246         state before queueing a resize.
9247
9248 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
9249
9250         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
9251         of gtk_default_insensitive_bg as insensitive base color.
9252
9253         * gtk/gtktext.c (gtk_text_style_set): set the background color according
9254         to the widget's state.
9255         (gtk_text_realize): same here.
9256         (gtk_text_state_changed): same here.
9257         (draw_bg_rect): compare background color against base[] from
9258         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
9259
9260 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
9261
9262         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
9263         grabs are active, unless a delete event is send to the toplevel
9264         of the currently grab holding widget.
9265
9266 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
9267
9268         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
9269         debugging g_print's.
9270
9271 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
9272
9273         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
9274         ever make the scrolled-window requisition ever depend on the 
9275         visibility state of the scrollbars for the AUTOMATIC policy. 
9276         This breaks the GTK+ requisition model, and causes loops.
9277
9278 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
9279
9280         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
9281         the default font to avoid problems with XFree86-4.0 where the
9282         default charset is iso10646-1, not iso8859-1.
9283
9284 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
9285
9286         * acinclude.m4
9287         * config.guess
9288         * config.sub
9289         * ltconfig
9290         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
9291
9292         * gtk/Makefile.am: minor cosmetic consistency tweak
9293
9294 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
9295
9296         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
9297         the activate_time to 0, so that we handle a quick
9298         press/release press/release properly and don't suppress
9299         the second release. (Red Hat bug #7545)
9300
9301 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
9302
9303         * gtk/gtkctree.c (row_delete):
9304         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
9305         bugs with destruction notifier, *always* update internal
9306         structures *before* calling user code.
9307
9308 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
9309
9310         A few more fixes for bug #5487, #2051, #2677.
9311         * gtk/gtkclist.c : 
9312         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
9313         not GDK_BUTTON_PRESS.
9314         (resync_selection): resync only if selection_mode is
9315         GTK_SELECTION_EXTENDED
9316         * gtk/gtkctree.c (resync_selection): same here
9317
9318 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
9319
9320         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
9321         gdk_drag_get_selection() and gtk_menu_detach().
9322
9323         [ From Jeroen Ruigrok/Asmodai ]
9324
9325 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
9326
9327         * gtk/gtknotebook.c (gtk_notebook_size_request): 
9328         page->tab_label can be NULL.
9329
9330 2000-01-25  Havoc Pennington  <hp@pobox.com>
9331         
9332         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
9333         arg is boolean
9334
9335         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
9336
9337         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
9338
9339         * gdk/gdkproperty.c (gdk_property_get): return boolean
9340
9341         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
9342
9343         * gdk/gdkim.c (gdk_im_ready): return boolean
9344
9345         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
9346
9347         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
9348         glib clash, should fix glib)
9349
9350         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
9351         (gdk_get_show_events): return gboolean, and canonicalize 
9352         to TRUE/FALSE
9353
9354         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
9355         colormap is private
9356         (gdk_colors_alloc): gboolean whether to be contiguous
9357         (gdk_color_equal): return gboolean since we are a predicate
9358         and not a qsort() (this looks semi-wrong due to glib breakage,
9359         IMO glib should be fixed)
9360         
9361         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
9362         (gdk_get_use_xshm): return gboolean
9363         (gdk_pointer_is_grabbed): return gboolean
9364
9365         * gdk/gdk.h: Change prototypes to match all the above changes,
9366         and re-run egtk-format-protos as required.
9367
9368 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
9369
9370         * gtk/gtkctree.c (resync_selection): 
9371         * gtk/gtkclist.c (resync_selection):
9372
9373         Return immediately if clist->drag_pos < 0. This is a workaround
9374         for the corrupt state that the clist gets into when a
9375         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
9376
9377         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
9378         
9379         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
9380         variable from recent commit.
9381
9382 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
9383
9384         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
9385
9386 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
9387
9388         * gtk/Makefile.am: prefix all autogenerated source that get build in
9389         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
9390         in builddir. since we subsequently cd into srcdir for autogeneration,
9391         the paths have to be stripped from the target file names, thusly we
9392         use $(@F) as target names now.
9393         put a comment about configure.in's --disable-rebuilds option,
9394         which can be used for non-writable source directories, for development
9395         setups though, srcdir has to be *writable*.
9396
9397 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
9398
9399         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
9400           Finish the job of allowing event to be NULL.
9401           (Fixes bug #4283, reported by Chris Blizzard)
9402
9403         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
9404           things so that the cursor appears on screen, properly
9405           take into account INNER_BORDER.
9406           (Fixes bug #4754, reported by Antonio Campos)
9407
9408 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
9409
9410         * gtk/gtknotebook.c (gtk_notebook_map): Don't
9411           show the tab_label unless it itself is visible.
9412
9413           gtk/gtknotebook.c (gtk_notebook_size_request):
9414           Do a better job of making sure that the visibility
9415           of the tab label corresponds to whether it should
9416           be mapped or not.
9417
9418 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
9419
9420         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
9421           Use the requisition, not the allocation, since the
9422           allocation has not necessarily been computed yet.
9423           (Pointed out by Eugene Osintsev)
9424
9425 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
9426
9427         * gtk/gtkstyle.c (gtk_style_new): Dont' set
9428           style/base[GTK_STATE_INSENSITIVE] both to
9429           gtk_default_insensitive_bg!
9430           (Bug #2187, reported by Jonathan Blandford)
9431
9432         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
9433           Add Alt_L, Alt_R to list of invalid accelerators.
9434           (Bug #3736, reported by Vlad Harchev)
9435
9436 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
9437
9438         * gtk/gtkfilesel.c (open_ref_dir): Fix several
9439         bugs which occured after an attempt to open 
9440         invalid home directory left cmpl_state->reference_dir == NULL.
9441
9442          - completion on files in home directory didn't work
9443          - completion on an empty string caused  segfault
9444
9445          (Bug #3678, reported by Steve Ratcliffe)
9446
9447         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
9448         cut and paste error that was causing scales to
9449         be incorrectly positioned.
9450         (Bug #2956,
9451          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
9452
9453 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
9454
9455         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
9456         when checking for dcgettext, if we've found we needed
9457         it for dgettext.
9458 +
9459 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
9460
9461         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
9462         queue_clear on NO_WINDOW widgets during a reparent,
9463         since at that point the window and widget heirarchies
9464         are out of sync. This stops crashing in some cases
9465         (the scrolled window reparent test, for instance), and
9466         _probably_ won't cause drawing errors.
9467
9468         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
9469         test do what it was supposed to do and be robust against
9470         window closings, etc. (Bug #2443)
9471
9472 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
9473
9474         * gtk/gtkentry.c: Fix return values on mouse events.
9475         (Bug #2686, Sky <seb_sky@yahoo.com>)
9476
9477         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
9478         (pointed out by George Lebl)
9479
9480         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
9481         (From Ettore Perazzoli  <ettore@helixcode.com>)
9482  
9483 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
9484
9485         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
9486         clicks between rows or outside calender area correctly.
9487         (Patch from Damon Chaplin)
9488
9489         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
9490         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
9491           Call destroy function when overwriting existing data. 
9492           (Pointed out by Damon Chaplin)
9493
9494 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
9495
9496         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
9497           which was causing problems on various systems with Xmu.
9498           This hasn't been needed for a very long time.
9499           (Fixes #1185 3167)
9500
9501 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
9502
9503         * gdk/gdki18n.h: Include <ctype.h> when defining
9504           gdk_isw* in terms of is* as a fallback.
9505           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
9506
9507 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
9508
9509         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
9510           realize the widget when it is size allocated!
9511           (old, old bug)
9512
9513         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
9514           Removed unused call to gdk_window_get_size() that
9515           showed up when the above was fixed.
9516
9517 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
9518
9519         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
9520           fix up widget->window when the widget is a
9521           NO_WINDOW container widget.
9522
9523 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
9524
9525         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
9526           to account for the fact that feof() does _not_ 
9527           return TRUE on errors, and thus avoid infinite loops
9528           when trying to use gdk_pixmap_create_from_xpm()
9529           on unreadable values.
9530
9531 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
9532
9533         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
9534
9535 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
9536
9537         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
9538           gdk_gc_set_dashes to take gint8 instead of gchar to
9539           make it clearer that it is _not_ a NULL terminated string.
9540
9541         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
9542           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
9543           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
9544           arguments.
9545
9546 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
9547
9548         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
9549         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
9550         background size relative to our allocation, guard against small
9551         allocations, we may have not yet been size allocated.
9552
9553 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
9554
9555         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
9556         not just version == 3. We implement all 3 + most of 4 - 
9557         (we don't support matching text/plain;charset=iso-8859-1
9558         to a dest that expects text/plain). We'll still advertise
9559         3 to be safe, but any client implementing version >= 3
9560         must interoperate with 3.
9561         
9562 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
9563
9564         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
9565         background and gc members, add a warning in gtk_tooltips_set_color()
9566         indicating that this function is deprecated.
9567
9568 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
9569
9570         * docs/gtkfaq.sgml: FAQ Update:
9571           - Minor cleanups (Emmanuel, me)
9572           - New questions:
9573                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
9574                 How can I retrieve the text from a GtkMenuItem? (timj)
9575                 How do I validate/limit/filter the input to a GtkEntry? (me)
9576                 Memory does not seem to be released when I free the list
9577                         nodes I've allocated (timj)
9578
9579 2000-03-07  Tor Lillqvist  <tml@iki.fi>
9580
9581         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
9582         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
9583         for which it is no use to call GetLastError onWin9x.
9584         (gdk_other_api_failed) New function, for general error
9585         reporting without calling GetLastError.
9586         (gdk_win32_api_failed) OTOH, this function always calls
9587         GetLastError. (gdk_win32_last_error_string) Remove this function,
9588         GLib has the equivalent now.
9589
9590         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
9591         call them with function name, file name and line number in the
9592         arguments.
9593
9594         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
9595         functions.
9596         
9597         * gtk/gtk.def: Add some missing entry points.
9598
9599         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
9600         gtk_paned_set_gutter_size, which don't exist any longer, as void.
9601         
9602         Fixes by Hans Breuer:
9603
9604         * gdk/makefile.msc: Update for debugging.
9605
9606         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
9607         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
9608         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
9609         in the dash_list.
9610
9611         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
9612         the x11 backend.
9613
9614         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
9615
9616         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
9617
9618 2000-03-04  Tor Lillqvist  <tml@iki.fi>
9619
9620         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
9621         just pixel value of background colour.
9622
9623         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
9624         containing code snippet previously duplicated in a couple of
9625         places.
9626         
9627         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
9628         gdk_colormap_color.
9629
9630         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
9631         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
9632         events for autorepeated Shift, Control and Alt keys. Use
9633         gdk_colormap_color.
9634
9635         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
9636         pointer is inside the window the cursor of which we are setting,
9637         call SetCursor immediately.
9638
9639         * gdk/win32/makefile.cygwin
9640         * gtk/makefile.cygwin: If we don't have the build number stamp
9641         file, use zero.
9642
9643         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
9644         gtk_paned_set_gutter_size as empty.
9645
9646         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
9647         
9648 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
9649
9650         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
9651           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
9652           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
9653           docs/gtk_tut.sgml docs/gtk.texi TODO:
9654
9655           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
9656
9657 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
9658
9659         * gtk/gtkcalendar.c: Implement num_marked_dates,
9660           and don't emit mutiple day_selected signals on
9661           month_prev.
9662
9663 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
9664
9665         * docs/make-todo (lineno): let title and logo be configurable so
9666         that GNOME can use this script too.
9667
9668         * TODO.xml: added logourl and a title
9669
9670 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
9671
9672         * TODO.xml: Added some UI items, and an explanatory
9673         comment at the top of the file.
9674
9675 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
9676
9677         * TODO.xml: some updates, added abunch of new entries.
9678         a note for those fiddeling with this file, when done
9679         with it, invoke:
9680         $ ./docs/make-todo TODO.xml >/dev/null
9681         and correct output errors before comitting changes.
9682
9683 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
9684
9685         * TODO.xml: Added XML-structured TODO file.
9686         * docs/make-todo: python script to turn TODO.xml into
9687           pretty XML output. 
9688
9689 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
9690
9691         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
9692         the function to let it draw the seven dots, instead of the old,
9693         much maligned, method.
9694         (draw_dot): New function to draw a dot.
9695
9696         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
9697         to draw the handle inside the border width as opposed to outside.
9698         Use paint function instead of gdk_draw_point.
9699
9700         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
9701         to draw the handle inside the border width as opposed to outside.
9702         Use paint function instead of gdk_draw_point.
9703
9704         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
9705         Change indenting to be more GTK like.
9706
9707 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
9708
9709         * docs/gtk_tut.sgml: New section on GtkCalendar
9710         * examples/calendar: Update example code
9711
9712 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
9713
9714         * docs/gtkfaq.sgml: FAQ Update
9715
9716 2000-02-19  Anders Carlsson  <andersca@gnu.org>
9717
9718         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
9719         to prevent the scroll event to be propagated upwards.
9720
9721 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
9722
9723         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
9724         OwnerGrabButtonMask from button entries for
9725         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
9726
9727         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
9728         to the event mask (which will result in button/press release
9729         being added to the event mask on Unix) so scrolling works
9730         for layouts in scroll windows.
9731
9732         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
9733
9734         Patch from Anders Carlsson  <andersca@gnu.org> to add
9735         a scroll event.
9736
9737         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
9738         scrolling to the "Test Scrolling" part of testgtk.
9739  
9740         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
9741  
9742         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
9743         it against GDK_SCROLL.
9744  
9745         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
9746         way of mouse wheel scrolling.
9747  
9748         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
9749  
9750         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
9751  
9752         * gtk/gtkmain.c: Removed previous mouse wheel hack.
9753  
9754         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
9755         gdk_event_mask_table.
9756  
9757         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
9758         GdkEventScroll handler.
9759  
9760         * gdk/gdkevents.h: Added GdkEventScroll structure.
9761  
9762 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
9763
9764         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
9765         and Anders Carlsson to change the Paned widgets so that they
9766         can be dragged from anywhere along the length. Also change
9767         the way that this is drawn to make this apparent.
9768
9769         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
9770         from George Lebl to check that option_menu->menu is present
9771         before getting history.
9772
9773 2000-02-14  Tor Lillqvist  <tml@iki.fi>
9774
9775         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
9776         before the assertion for non-NULL segment list.
9777
9778         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
9779         Seems that pattern brushes *must* be 8x8 pixels! At least on my
9780         machine, but it might be display driver dependent. Sigh, so make
9781         sure the stipple is that size. Does Windows suck or what?
9782
9783         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
9784         places.
9785
9786 2000-02-13  Havoc Pennington  <hp@pobox.com>
9787
9788         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
9789         refcount to 1
9790         (gdk_cursor_new): init refcount to 1
9791
9792         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
9793
9794 2000-02-13  Tor Lillqvist  <tml@iki.fi>
9795
9796         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
9797         so that we don't have to do unnecessary settings to the HDC.
9798
9799         * gdk/win32/gdkdrawable-win32.c
9800         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
9801         gdk_gc_predraw.
9802
9803         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
9804         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
9805         GDI paths, call WidenPath to get the outline of the stroken path,
9806         and then fill the outline (with the brush that was built from the
9807         stipple).
9808
9809         * gdk/win32/gdkgc-win32.c: Factor out common code from
9810         _gdk_win32_gc_new and gdk_win32_gc_set_values into
9811         gdk_win32_gc_values_to_win32values. Use correct colour for
9812         SetBkColor() (Until now the code actually used a random colour in
9813         the call to SetBkColor()... but that didn't show up as not many
9814         GDI APIs use the background colour. Pattern (opaque stippled)
9815         brushes do.)
9816
9817         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
9818         gdk_win32_api_failed): New functions for error logging.
9819
9820         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
9821         WIN32_API_FAILED to call them, passing function or file name and
9822         line number.
9823
9824         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
9825
9826         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
9827         GdkColor for foreground and background in GdkGCWin32Data.
9828
9829         * gdk/makefile.cygwin: Link in the resource object separately.
9830
9831         * gdk/win32/rc/gdk.rc
9832         * gtk/gtk.rc (New file)
9833         * gdk/win32/makefile.cygwin
9834         * gtk/makefile.cygwin: Update build number in DLLs automatically,
9835         as in GLib.
9836
9837 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
9838
9839         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
9840         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
9841         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
9842         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
9843         parameters given and cursor->ref_count. coding style fixups.
9844
9845         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
9846         not GtkWidget.
9847         
9848         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
9849         fix up widget macros and add _GET_CLASS() variant.
9850         
9851         * gtk/*.c: some GtkType fixups.
9852
9853 2000-02-09  Tor Lillqvist  <tml@iki.fi>
9854
9855         * gdk/win32/gdkproperty-win32.c
9856         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
9857         were reversed.
9858
9859 2000-02-04  Tor Lillqvist  <tml@iki.fi>
9860
9861         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
9862         g_filename_to_utf8 to convert the font names Windows gives us from
9863         whatever is the default codepage to UTF-8.
9864         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
9865         in the other direction.
9866
9867         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
9868         error in debugging output.
9869
9870 2000-02-02  Tor Lillqvist  <tml@iki.fi>
9871
9872         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
9873         and height parameters to gdk_window_clear_area(). Not minus one.
9874
9875 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
9876
9877         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
9878         checks if the widget passed to gtk_drag_get_data() was not the
9879         dest widget.
9880
9881 2000-02-01  Tor Lillqvist  <tml@iki.fi>
9882
9883         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
9884         g_filename_from_utf8 functions (which were added a moment ago to
9885         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
9886         size buffers.
9887
9888         gtk_file_selection_get_filename returns the filename in the C
9889         runtime encoding. It calls g_filename_from_utf8, but copies the
9890         returned string to a static buffer, which is returned. I think
9891         this is better than returning the result from g_filename_from_utf8
9892         directly, which would mean all apps that use it would have to free
9893         the return value. Or should this function care about this issue at
9894         all? Maybe a new function with clearly defined semantics.
9895
9896         * gtk/gtkfilesel.h: Add comment about
9897         gtk_file_selection_get_filename returning the filename in the C
9898         runtime's encoding.
9899
9900         * README.win32
9901         * gdk/gdk.def
9902         * gdk/makefile.{cygwin,msc}
9903         * gtk/gtk.def: Updates.
9904
9905         * gdk/gdkcursor-win32.c: Initialise refcount.
9906
9907 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
9908
9909         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
9910
9911 2000-01-30  Havoc Pennington  <hp@pobox.com>
9912
9913         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
9914         destroy
9915
9916         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
9917
9918         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
9919         implemented in platform-specific code
9920
9921         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
9922
9923         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
9924         underscore in front
9925
9926         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
9927         put an underscore in front
9928
9929         * gdk/gdkcursor.c: new file, implements
9930         gdk_cursor_ref/gdk_cursor_unref
9931
9932         * gdk/gdkcursor.h: Refcount GdkCursor
9933
9934         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
9935
9936 2000-01-29  Tor Lillqvist  <tml@iki.fi>
9937
9938         * gdk/gdkwindow.h
9939         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
9940
9941 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
9942
9943         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
9944         structures to properly inherit from GtkWidget not GtkBin.
9945
9946 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
9947
9948         * gtk+.spec.in: Added lib/gtk+/include/* to %files
9949         (bug #5178 - Peter Wainright)
9950         
9951         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
9952         so that it will be installed.
9953         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
9954
9955 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
9956
9957         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
9958         for the GtkStyleClass vtable const.
9959
9960         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
9961         take a const string argument like GtkTranslateFunc. This will
9962         require changes in use code.
9963
9964 2000-01-19  Tor Lillqvist  <tml@iki.fi>
9965
9966         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
9967         semantics (to mimic the X11 backend, which just calls XClearArea)
9968         is to check for zero width (and height), and in that case use the
9969         window's width minus x (height minus y). This fixes for instance
9970         some redraw problems with gtkclist, which were easily noticeable
9971         in the gtk file selection widget.
9972
9973         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
9974         windows.
9975
9976 2000-01-13  Tor Lillqvist  <tml@iki.fi>
9977
9978         * configure.in
9979         * gdk/Makefile.am
9980         * gdk/x11/Makefile.am
9981         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
9982         (bug #5177).
9983         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
9984         out later.
9985
9986 2000-01-09  Tor Lillqvist  <tml@iki.fi>
9987
9988         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
9989         WM_MOVE for iconified or invisible windows. This fixes various
9990         problems when minimising windows. Thanks to Bernd Herd.
9991
9992 2000-01-05  Tor Lillqvist  <tml@iki.fi>
9993
9994         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
9995         backend's draw_lines method, not draw_points.
9996
9997 2000-01-02  Tor Lillqvist  <tml@iki.fi>
9998
9999         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
10000         before Owen's reorganisation: Don't have queued_events and
10001         queued_tail statics in this file, but use gdk_queued_events and
10002         gdk_queued_tail. This makes exposure event compression work again.
10003
10004         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
10005         seem to be needed?
10006
10007 1999-12-30  Tor Lillqvist  <tml@iki.fi>
10008
10009         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
10010         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
10011         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
10012         doesn't do anything.
10013
10014         * gdk/gdk.def: Add gdk_xid_table_insert.
10015
10016         * gdk/win32/gdkprivate-win32.h
10017         * gdk/win32/gdkevents-win32.c
10018         * gdk/win32/gdkinput-win32.c
10019         
10020         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
10021         extension_events field in the GdkWindowWin32Data struct. Use only
10022         the extension_events field in GdkWindowPrivate. Previously one was
10023         set, and the other one tested, which broke tablet
10024         functionality. Thanks to Keishi Suenaga for pointing this out.
10025
10026 1999-12-18  Tor Lillqvist  <tml@iki.fi>
10027
10028         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
10029         When handling a single character (text length == 1), don't handle
10030         it as if it was UTF-8.
10031
10032 1999-12-11  Tor Lillqvist  <tml@iki.fi>
10033
10034         * Makefile.am: Distribute README.win32.
10035         
10036         * gdk/Makefile.am
10037         * gdk/win32/Makefile.am: Distribute Win32 files.
10038
10039         * gdk/makefile.msc: New file.
10040
10041         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
10042         after label).
10043
10044         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
10045         gdk_error_code as GDKVAR, as they are referred outside GDK.
10046
10047         * gdk/win32/makefile.msc: Update.
10048
10049         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
10050         tweaks. Check only if at least one of those Unicode subrange bits
10051         we care for is set. If no code page bits are set, guess (wildly)
10052         based on the charset.
10053
10054         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
10055
10056         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
10057         non-NULL.
10058
10059         * gtk/gtkdnd.c
10060         * gtk/gtklayout.c
10061         * gtk/gtkplug.c
10062         * gtk/gtkselection.c
10063         * gtk/gtksocket.c
10064         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
10065         appropriate. There must be a cleaner way to handle this?
10066
10067         * gtk/gtkrc.c: Must include windows.h on Win32.
10068
10069         * gtk/testgtk.c: No need to include gdkx.h.
10070
10071         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
10072
10073 1999-12-07  Tor Lillqvist  <tml@iki.fi>
10074
10075         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
10076         the rbearing is set to the same as the width, but this should be
10077         fixed.
10078
10079 1999-12-06  Tor Lillqvist  <tml@iki.fi>
10080
10081         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
10082         function. If Windows doesn't tell us what Unicode subranges a font
10083         covers, guesstimate based on the codepages it covers. This will
10084         hopefully help those Windows versions or fonts that don't give us
10085         any useful Unicode subrange information with GetTextCharsetInfo.
10086         Call this function in gdk_font_load_internal.
10087
10088         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
10089         minor changes.
10090
10091 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
10092
10093         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
10094         New function, long needed.
10095
10096 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
10097
10098         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
10099         only_if_exists argument of gdk_atom_intern to
10100         bool.
10101
10102 1999-11-25  Tor Lillqvist  <tml@iki.fi>
10103
10104         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
10105         Fix two copy&paste errors.
10106
10107         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
10108         win32 has changed.
10109
10110         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
10111         GdkWin32SingleFont struct.
10112
10113         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
10114         subranges of loaded fonts. Clear font signature first, in case
10115         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
10116         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
10117
10118         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
10119         Unoffset clip region.
10120
10121 1999-11-23  Tor Lillqvist  <tml@iki.fi>
10122
10123         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
10124         event->any.window before calling filter functions.
10125
10126 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
10127
10128         * gtk/gtkgamma.h: Adapt cast macros to standard.
10129
10130 [ Merges from 1.2 ]
10131
10132 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
10133
10134         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
10135         If translation does not include a '/', use entire
10136         translation instead of crashing.
10137
10138 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
10139
10140         * docs/gtk_tut.sgml:
10141         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
10142
10143 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
10144
10145         * gtk/gtkselection.c (gtk_target_list_remove): Use
10146         g_list_remove_link, not g_list_remove.
10147
10148         [ From Geert Bevin <gbevin@thunderstorms.org> ]
10149         
10150 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
10151
10152         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
10153         statement upon unselection (how the heck did that slip in?).
10154
10155 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
10156
10157         * gtk/gtktext.c (gtk_text_freeze): 
10158         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
10159         in frozen state (and aparently crashes). patch provided by Anders
10160         Melchiorsen <and@kampsax.dtu.dk>.
10161
10162 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
10163
10164         * fix insensitive default/focus widget activation,
10165         reported by Matt Goodall <mgg@isotek.co.uk>.
10166
10167         * gtk/gtkwindow.c (gtk_window_key_press_event): 
10168         (gtk_window_activate_default):
10169         (gtk_window_activate_focus):
10170         return handled=FALSE for actiavtion of insensitive default
10171         widgets. return handled=TRUE for activation of insensitive
10172         focus widgets. don't activate in either case.
10173
10174 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
10175
10176         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
10177         and $glib_cflags to match library order and in the
10178         theory that an old version of GLib is more likely to
10179         be in the include directory for X then vice-versa.
10180         (Bug #2776)
10181
10182 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
10183
10184         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
10185         to determine the locale for fontsets, not LC_MESSAGES;
10186         the user may want English messages with a handling
10187         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
10188         will still be broken) (Bug #2891)
10189
10190 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
10191
10192         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
10193
10194 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
10195
10196         * gtk/gtkrc.ko: Changed the Korean default fontset.
10197
10198 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
10199
10200         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
10201         where when scrolling to the left or top double exposes
10202         were done, causing major slowdowns.
10203
10204 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
10205
10206         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
10207         names to lowercase and alphanumeric, before looking
10208         them up.
10209
10210         * gtk/Makefile.am: Install codeset variant gtkrc files
10211         with normalized names.
10212
10213 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
10214
10215         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
10216         popup menus when the menu is already visible, but its parent
10217         is still hidden, (happens after tornoff window got hidden).
10218
10219 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
10220
10221         * gtk/Makefile.am (install-data-local): Fix
10222         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
10223         deleted, causing error messages on install.
10224
10225 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
10226
10227         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
10228         the handle as well, since we now sometimes ignore
10229         exposes on the handle while resizing.
10230
10231 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
10232
10233         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
10234         extra g_free introduced in one of the last one or two 
10235         commits.
10236
10237 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
10238
10239         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
10240         consistent, put each style that a gtkrc.* file creates
10241         in a unique namespace, remove old files before installing.
10242
10243 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
10244
10245         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
10246         gtk_rc_init is called multiple times. (Yes, people who
10247         do that have bugs in their code.)
10248
10249 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
10250
10251         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
10252         Remove it since it's generated by the Makefile anyway
10253
10254 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
10255
10256         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
10257         device->info.axes for core pointer.
10258
10259 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
10260
10261         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
10262         idle_id, to deal with obsolete, broken C libraries.
10263
10264 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
10265
10266         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
10267         allocation->x/y twice!
10268
10269         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
10270         consistent with gtk_vscale_pos_trough().
10271
10272 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
10273
10274         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
10275         be queueing a resize on a toplevel container between
10276         the time we show it and when we map it. So, we need
10277         to test GTK_WIDGET_VISIBLE() for toplevels, and only
10278         use GTK_WIDGET_DRAWABLE() for child windows.
10279
10280 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
10281
10282         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
10283         (fixes bug #2144)
10284
10285 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
10286
10287         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
10288         container DRAWABLE (instead of VISIBLE), so we don't queue
10289         resizes on non-toplevel containers.
10290
10291 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
10292
10293         * gtk/gtkselection.[ch]: Make the data argument
10294         const guchar *.
10295
10296 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
10297
10298         * gtk/gtkwindow.c: Try to behave sensibly if 
10299         the focus widget is the window itself. (Should
10300         we allow this at all?)
10301
10302 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
10303
10304         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
10305         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
10306         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
10307         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
10308         in prototypes and implementations consistent (Tomas Ogren).
10309
10310         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
10311         before the widget is unparented (reported by damon).
10312
10313         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
10314         since we provide unsigned data anyways.
10315
10316 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
10317
10318         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
10319         the call to gtk_tooltips_layout_text() until later.
10320
10321         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
10322         Call gtk_widget_ensure_style() before using the style.
10323
10324 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
10325
10326         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
10327         for old widgets that don't propagate draws to all
10328         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
10329
10330 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
10331
10332         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
10333         for a redraw but just the widget that requested the resize.
10334
10335 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
10336
10337         * gtk/gtkcontainer.c: added new widget level method
10338         gtk_container_set_reallocate_redraws() and a GtkContainer flag
10339         reallocate_redraws : 1 to reflect the setting, exported this through
10340         the argument system as a boolean ::reallocate_redraws.
10341
10342         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
10343         on the widget because the allocation changes, do so as well for
10344         widget->parent if the parent has reallocate_redraws set to TRUE.
10345         with that containers requesting reallocation redraws get automatically
10346         redrawn if their children changed allocation (this unfortunately
10347         affects also other children that didn't change allocation, but we
10348         cannot work around that before 1.3).
10349
10350 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
10351
10352         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
10353         _and_ height are >0 (not _or_).
10354
10355         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
10356         instead of gtk_container_queue_resize(), which is a core gtk internal
10357         function (must have been on crack when i queued that).
10358
10359         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
10360         we can check more reliably if we want to discard expose events.
10361         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
10362         flag.
10363         
10364         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
10365         we simply trust these events. for deciding whether to discard exposes,
10366         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
10367         
10368 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
10369
10370         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
10371         queues of areas that are completely off screen.
10372
10373         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
10374         logic for handleboxes.
10375
10376         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
10377         check on width/height.
10378
10379 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
10380
10381         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
10382         we are fine with using $@ the way we do (if we actually encounter
10383         brokeness with $@ in VPATH builds because of additional path prefixes,
10384         we need to use $(@F) actually).
10385
10386 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
10387
10388         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
10389         short lived bugs, that would allow language bindings to do surgeries
10390         to our guts.
10391
10392 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
10393
10394         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
10395         where comparison was being done against an uninitialized
10396         value causing intermittant results depending on
10397         compiler flags. Also make it clearer that we aren't
10398         ever initializing the child as 0x0 (though this will
10399         be caught in gtk_widget_size_allocate())
10400
10401 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
10402
10403         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
10404         gtk_window_unset_transient_for() call after we do checks
10405         involving the old transient parent.
10406         [ From Lance Capser <lmc@cyberhighway.net> ]
10407
10408 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
10409
10410         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
10411         an empty file.
10412
10413 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
10414
10415         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
10416         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
10417
10418 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
10419
10420         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
10421         `$@' is valid only in the build dir, not after we've done 
10422         `cd $srcdir'.  Also use `test -f' instead of less portable
10423         `test -e'.
10424
10425 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
10426
10427         * gtk/gtktext.c (correct_cache_insert): Rewrite
10428          for simplicity, and hopefully correctness.
10429          (Fixes bug #1322, which was a segfault when
10430           on some insertions with the properties around
10431           the insertion set up just wrong.)
10432
10433         * gtk/gtktext.c (gtk_text_adjustment): When we receive
10434          a "changed" signal, clamp the new value to the adjustment
10435          bounds to avoid segfaulting if someone tries to change
10436          the adjustment to a bogus value. (Bug #1795)
10437
10438 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
10439
10440         * gtk/gtkmain.c: Ignore unexpected destroy notifies
10441         for children, for toplevel windows handle them
10442         like delete_event.
10443
10444         * gtk/gtkplug.c: Add an unrealize handler so that
10445         we unref plug->socket_window when we are done
10446         with it.
10447
10448 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
10449
10450         * gtk/gtktext.c (clear_area): Fix stupid signedness
10451          problem that was causing background to sometimes
10452          be misaligned.
10453
10454 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
10455
10456         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
10457         
10458         * gtk/gtkmenu.c (gtk_menu_position): Make
10459          sure we never position menus with negative x, y,
10460          since gtk_widget_set_uposition() can't handle that.
10461
10462         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
10463          Modify the positioning code a bit so that we always
10464          put the top-left corner onscreen. (This is for
10465          UI reasons, gtk_menu_position() now takes care of
10466          gtk_widet_set_uposition() brokeness.)
10467
10468 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
10469
10470         * gtk/Makefile.am: fixed up things for -jx, x > 1.
10471
10472 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
10473
10474         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
10475           RC style that is passed in. The lack of the ref
10476           before was a bug. If people worked around this
10477           bug, this will introduce a slight memory leak
10478           in their code. The code should typically look like:
10479
10480             rc_style = gtk_rc_style_new ();
10481             [...]
10482             gtk_widget_modify_style (widget, rc_style);
10483             gtk_rc_style_unref (rc_style);
10484
10485         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
10486           the style if it was already set.
10487
10488         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
10489           style if it was set before.
10490
10491 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
10492
10493         * gtk/testgtk.c (main): Add a check to see if we
10494           are being run from the correct directory and
10495           to quit nicely if we are not.
10496
10497         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
10498           static.
10499
10500 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
10501
10502         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
10503
10504         * gtk/gtkwindow.c:
10505         queue resizes unconditionally (gtk_widget_queue_resize will figure
10506         what to do if the window is not realized).
10507         (gtk_window_move_resize): only recenter the window
10508         for GTK_WIN_POS_CENTER_ALWAYS.
10509         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
10510         the same way as GTK_WIN_POS_CENTER.
10511
10512 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
10513
10514         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
10515         with (!(info->last_flags & GDK_HINT_POS)) instead of
10516         (!info->last_flags & GDK_HINT_POS).
10517
10518         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
10519         new_height unconditionally, because we use these values even if
10520         !default_size_changed && !hints_changed.
10521         comented the (default_size_changed || hints_changed) case with
10522         respect to resize rejects from the window manager.
10523
10524         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
10525         in the zvt condition hack, since this includes the window hints, set
10526         the hints after the handling_resize case.
10527
10528         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
10529         window is initially shown with to the geometry.
10530
10531 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
10532
10533         * gtk/gtkwindow.c (gtk_window_move_resize):
10534         s/size_changed/default_size_changed/g so i know what's
10535         really going on (frying brain on smaller flame now).
10536
10537 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
10538
10539         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
10540         we have size_changed upon handling_resize. this is a gross
10541         workaround for the broken zvt widget and should be removed in
10542         1.3 again (search for FIXME).
10543         Owen provided an accurate comment for this:
10544
10545         /* We could be here for two reasons
10546          *  1) We coincidentally got a resize while handling
10547          *     another resize.
10548          *  2) Our computation of size_changed was completely
10549          *     screwed up, probably because one of our children
10550          *     is broken. It's probably a zvt widget.
10551          *
10552          * For 1), we could just go ahead and ask for the
10553          * new size right now, but doing that for 2)
10554          * might well be fighting the user (and can even
10555          * trigger a loop). Since we really don't want to
10556          * do that, we requeue a resize in hopes that
10557          * by the time it gets handled, the child has seen
10558          * the light and is willing to go along with the
10559          * new size. (this happens for the zvt widget, since
10560          * the size_allocate() above will have stored the
10561          * requisition corresponding to the new size in the
10562          * zvt widget)
10563          *
10564          * This doesn't buy us anything for 1), but it shouldn't
10565          * hurt us too badly, since it is what would have
10566          * happened if we had gotten the configure event before
10567          * the new size had been set.
10568          */
10569
10570 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
10571
10572         * gtk/gtkrc.c: deal properly with the fact that RC
10573           style lists may include rc styles more than once.
10574
10575         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
10576           unused static function.
10577
10578         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
10579           stack of directories of RC files currently being
10580           parsed and implicitely add them to pixmap path.
10581           
10582           This fixes a bug where the directory would get
10583           appended then overwritten by pixmap_path declarations.
10584
10585           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
10586
10587         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
10588           theme's exit function. (Patch from Peter Wainwright,
10589           bug #1454)
10590
10591         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
10592           Add a destroy() handler to take care of removing
10593           group for menu item. (Fixes bug #1197)
10594
10595         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
10596           in warning message.
10597
10598 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
10599
10600         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
10601         roundtrip to figure window's width and height, since we know that
10602         anyways from widget->allocation.
10603
10604 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
10605
10606         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
10607           the hints after we request the new size.
10608
10609 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
10610
10611         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
10612           GTK_WIDGET_REALIZED() assertion - we can compute the
10613           hints before we are realized.
10614
10615         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
10616           hint changing so that we have a value of hints_changed
10617           when we decide whether to constrain the window size.
10618
10619         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
10620
10621         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
10622         change back to G_MAXINT.
10623
10624 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
10625
10626         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
10627         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
10628         contain uncluttered values.
10629         (gtk_window_compute_hints): simply assert that window is realized
10630         and that geometry_info is valid, since we rely on this anyways.
10631         (gtk_window_constrain_size): major cleanups to the code.
10632         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
10633         for the base size, instead of the minimums. use 32767 as max width
10634         and height (like in gtkwindow.c) instead of G_MAXINT.
10635
10636 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
10637
10638         * cleaned up the GtkContainer.need_resize flag handling mess, we
10639         only need to force resize requests when we were prematurely
10640         realized, or our widget tree was modified when we were temporarily
10641         hidden. handling these cases directly upon showing the window (i.e.
10642         while the GdkWindow is still unmapped) avoids the need to wait for
10643         a configure event response and therefore makes the GUI more snappier
10644         and avoids blank windows during the roundtrip.
10645
10646         * gtk/gtkwidget.c:
10647         (gtk_widget_hide): 
10648         (gtk_widget_show): don't queue resizes on toplevels, they know how
10649         to deal with matters.
10650
10651         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
10652         flag directly for not visible resize containers and spare us unecessary
10653         signal emissions.
10654
10655         * gtk/gtkwindow.c:
10656         (gtk_window_realize): if we need to enforce premature size allocation,
10657         queue a container resize so we are correctly resized later on.
10658         (gtk_window_init):
10659         (gtk_window_size_request):
10660         don't freak around with the ->need_resize flag,
10661         gtk_container_queue_resize() will care about that.
10662         (gtk_window_show):
10663         handle initial resizing issues here, we can handle matters better in
10664         this place, especially since we know that our GdkWindow is still
10665         unmapped.
10666         (gtk_window_move_resize):
10667         don't care about ->need_resize at all.
10668         handle size changes properly that occoured while we waited for a
10669         configure event.
10670
10671 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
10672
10673         * gtk/gtkwidget.c (gtk_widget_set_uposition):
10674         * gtk/gtkwindow.[hc] (gtk_window_reposition):
10675         Move the hint setting code from gtk_widget_set_uposition
10676         to here; set the hints so that we respect any previously
10677         set geometry hints.
10678
10679         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
10680         change the window hints here or move the window here,
10681         let that happen in gtk_window_move_resize().
10682
10683 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
10684
10685         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
10686         to already queued resizes (and therefore redraws) on a widget, check
10687         its anchestry as well.
10688
10689         * gtk/gtkcontainer.c:
10690         (gtk_container_queue_resize): clear resize widgets for resize
10691         containers before aborting prematurely. this is especially important
10692         for toplevels which may need imemdiate processing or their resize
10693         handler to be queued.
10694         (gtk_container_dequeue_resize_handler): added new internal function for
10695         gtkwindow.c.
10696
10697         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
10698         configure event, take possible changes in window position into account
10699         as well.
10700         if we request a new window size, queue up a resize handler that will
10701         last until the configure event response arrives.
10702         combined the ->need_resize case (initial show) with the general size
10703         (hints) changed case and added even more comments.
10704         if !auto_shrink, only revert to the old allocation if the new size
10705         is smaller than the current allocation.
10706
10707 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
10708
10709         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
10710                            gtk_window_set_geometry_hints
10711                            gtk_window_set_default_size):
10712         When hints are set, queue a resize so that the hints will
10713         be eventually reset on the toplevel.
10714
10715         * gtk/gtkwindow.c (gtk_window_show): Use
10716         gtk_window_compute_default_size(). Clear the need_resize flag
10717         on the initail map so that we don't unnecessarily trigger the
10718         resize code.
10719
10720         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
10721         into separate functions. Compare the hints we are setting
10722         with what we set last time so that we can accurately
10723         tell when we need to reset the hints.
10724
10725         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
10726         function to figure out the size from requisition
10727         and default_size.
10728
10729         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
10730         from fvwm to constrain a size to the geometry hints.
10731
10732         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
10733         to compare two sets of geometry hints.
10734
10735         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
10736         from gtk_window_set_hints(), just compute the hints,
10737         don't set them.
10738
10739         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
10740         code from gtk_window_move_resize() to separate function,
10741         rationalize a bit.
10742
10743 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
10744
10745         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
10746         structure into a new private structure.
10747
10748         * gtkrc.c: Split GtkRcStyle into public/private.
10749         In the private part, add a list of pointers to the
10750         RcStyle lists this RcStyle participates in.
10751
10752         * gtkrc.c: When a RcStyle is free, remove all
10753         lists referencing it from the 
10754         realized_style_ht hash, and free those lists.
10755         
10756         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
10757         gtk_rc_init(), since that adds the default styles
10758         to the list of parsed RC files again.
10759
10760         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
10761         
10762 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
10763
10764         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
10765         checks that ensure that a widget's allocation is at least 1 in width
10766         and height. (GNOME note: this doesn't affect old panel code anymore,
10767         because GtkSocket will request width and height of at least 1 since
10768         Fri Jul 23).
10769
10770         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
10771         allocated yet (happens if the user realizes the window prematurely),
10772         size request and allocate it.
10773         (gtk_window_size_allocate): guard against guint underflows.
10774
10775 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
10776
10777         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
10778         in gtk_built_sources, so gtk.defs gets built prior to all other
10779         sources.
10780
10781 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
10782
10783         * gtk/Makefile.am:
10784         invoke indent on gtkmarshal.*. 
10785         rewrote source generation rules, use COPYING as oldest source tag for
10786         a piggyback rule to generate all sources from (don't touch it ;).
10787         major cleanups, strip spaces on build rules for GNU Make.
10788
10789         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
10790         source and target files from commandline arguments. don't invoke indent.
10791
10792 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
10793
10794         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
10795         notebook after switch to avoid drawing problems.
10796         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
10797         
10798         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
10799         show them instead. 
10800         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
10801
10802 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
10803
10804         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
10805         notebook after switch to avoid drawing problems.
10806         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
10807         
10808         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
10809         show them instead. 
10810         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
10811
10812 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
10813
10814         * gtk/gtkwindow.c:
10815         we use window->need_resize from configure_event now, to indicate that
10816         the gtkwindow should keep its allocation (e.g. because the user resized
10817         the window through window manager handles). resize_count is now reliably
10818         used to figure whether we got the allocation we requested from the
10819         window manager.
10820         configure events get queued as resizes now, the real stuff (size
10821         computation and allocation) now only goes on in gtk_window_move_resize().
10822         GtkWindow's requisition now contains its *real* requisition (like all
10823         other widgets), *not* taking usize into account.
10824         geometry_info->last_{width|height} is now updated from set_hints() only
10825         so it always contains the last hints we set for the window manager.
10826         made some event handlers return TRUE instead of FALSE.
10827         the overall code should be much more straight forward now, and the
10828         significant code portions are accompanied by comments now.
10829         (gtk_window_set_hints):
10830         removed requisition argument and made it
10831         fetch the requisition through gtk_widget_get_child_requisition.
10832         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
10833         does that now.
10834         (gtk_window_show):
10835         ensure that the widget is realized before calling 
10836         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
10837         ensure that we got properly size requested and allocated before
10838         realization.
10839         (gtk_window_configure_event):
10840         ignore plain window moves, or reallocate the widget tree through the
10841         resize queue otherwise.
10842         (gtk_window_move_resize):
10843         mostly rewrote this function to figure window manager hints more
10844         reliably, coalesce window moves and resizes to reduce configure events
10845         and do actuall size allocations.
10846
10847 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
10848
10849         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
10850         that have a resize pending, because a redraw is already queued for them.
10851
10852         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
10853         hack to clear resize_widgets.
10854
10855         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
10856         for resize containers prior to size allocation. (this is also a bit
10857         ugly, but avoids side effects for stopped emissions and is thus more
10858         reliable).
10859         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
10860
10861         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
10862         function from gtk_tooltips_expose, as we connect to ::expose_event
10863         *and* ::draw now.
10864
10865 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
10866
10867         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
10868         checks.
10869         (gtk_target_list_unref): Likewise.
10870
10871         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
10872
10873 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
10874
10875         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
10876         guard against division by zero. (Fixes bug #1339)
10877
10878 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
10879
10880         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
10881         Prevent the trivial leak of information of allowing
10882         word motion when the entry is not visible.
10883
10884 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
10885
10886         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
10887         modality to error dialog as well as confirmation dialogs.
10888         (Bug #1803, reported by Rosanna Wing Sze Yuen)
10889
10890 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
10891
10892         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
10893         tree->view_lines.
10894         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
10895
10896         * gtk/Makefile.am (install-data-local): Solaris apparently
10897         has various troubles with ln -f; use rm first instead.
10898         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
10899
10900 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
10901
10902         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
10903         use `cp' followed by `rm' (the `rm' was already there).
10904
10905 July 30, 1999 Elliot Lee <sopwith@redhat.com>
10906         
10907         * configure.in: Fix autoconf warnings about cross compilation by
10908         trying to provide sane defaults for AC_TRY_RUN.
10909         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
10910         put them into $(srcdir) when generated. Also add a dependency of
10911         gtksignal.h on gtkmarshal.h for -j builds. 
10912         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
10913
10914 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
10915
10916         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
10917         GDK_THREADS_{LEAVE,ENTER} pair.
10918         (From Paul Fisher <pnfisher@redhat.com>)
10919
10920 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
10921
10922         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
10923         width and height are always >0 (owen).
10924
10925 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
10926
10927         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
10928         change that assured that a widget's allocated with and height are
10929         always >1, since this breaks *buggy* panel code. unfortunately this
10930         back-breaks the gimp's color selector.
10931
10932         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
10933         allocation is always >0 in width and height, before sending the
10934         configure event; this is a *gross* hack to get the gimp back to work.
10935         
10936         * marked both cases with TODO-1.3
10937
10938 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
10939
10940         * gtk/gtktext.c: Don't display wrap indicators when
10941         text is not editable and word wrap is on.
10942
10943 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
10944
10945         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
10946         option menus here as they are not derived from menu shell, assure that
10947         the option menu has a menu we can add items to.
10948
10949 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
10950
10951         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
10952         width/height to (gint) before calculations and check against < 0 to
10953         avoid guint wraparounds.
10954
10955 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
10956
10957         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
10958         width and height is never zero. sanity check both dimensions against
10959         32767 and issue a warning if the allocation is greater than that.
10960
10961 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
10962
10963         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
10964         to g_main_pending() as well.
10965
10966 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
10967
10968         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
10969         call to g_main_iteration() - since that will regrab
10970         GTK+ lock to process events.
10971
10972 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
10973
10974         * gtk/gtkwindow.c
10975         - Regularize with the rest of GTK+ by making widget->requisition
10976           not reflect the set_usize()
10977         - Always recompute geometry hints, then check if they
10978           changed before sending them to the X server. The
10979           previous checks for changes would fail in a number
10980           of circumstances. 
10981
10982 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
10983
10984         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
10985
10986 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
10987
10988         * gtk/gtkdnd.c:
10989         - Code cleanups
10990         - Instantaneously update on modifier key presses
10991         - Allow cancellation of the drag with Escape.
10992
10993 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
10994
10995         * gtk/testgtk.c (create_handle_box): Set the policy
10996         to auto_shrink - otherwise the appearance is rather
10997         strange when flipping between horizontal and vertical.
10998
10999 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
11000
11001         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
11002         (gtk_window_set_default_size): don't change a value if it's < 0.
11003         queue a resize.
11004
11005 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
11006
11007         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
11008
11009 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
11010
11011         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
11012         add an extra "/" when concating "/" + filename.
11013         (From Matt Grossman <mattg@oz.net>)
11014
11015 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
11016
11017         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
11018         for fg_gc if we set it for drawing pixmap.
11019
11020 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
11021
11022         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
11023         
11024         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
11025         already set, call old engine's destroy function and
11026         unref the old engine.
11027
11028 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
11029
11030         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
11031
11032 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
11033
11034         * gtk/gtkaccelgroup.h: mark certain functions as internal.
11035
11036 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
11037
11038         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
11039         expand behaviour changed.
11040
11041         * gtk/gtklabel.c (gtk_label_set_pattern):
11042         (gtk_label_set_justify):
11043         (gtk_label_set_line_wrap):
11044         don't bother invoking queue_clear, the reallocation does
11045         that for us, always free_words so the upcoming resize will
11046         relayout the label's contents.
11047
11048 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
11049
11050         * applied argument implementation patches from Elena Devdariani
11051         <elena@cogent.ca>.
11052
11053         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
11054         ::space_style, ::relief
11055         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
11056         * gtk/gtkpreview.c: ::expand
11057         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
11058         * gtk/gtknotebook.c: ::homogeneous
11059         * gtk/gtklabel.c: ::wrap
11060         * gtk/gtklist.c: ::selection_mode
11061         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
11062         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
11063         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
11064         * gtk/gtkclist.c: ::sort_type
11065         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
11066         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
11067
11068 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
11069
11070         * gtk/gtkstyle.c: Removed ill-thought-out part of last
11071         comment.
11072
11073 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
11074
11075         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
11076         counting right when we have to attach a new style
11077         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
11078
11079         * gtk/gtkstyle.c: Documented the refcounting
11080         peculularities of gtk_style_attach.
11081
11082 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
11083
11084         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
11085         window types.
11086
11087         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
11088         of GTK_TOPLEVEL for creating the window.
11089
11090 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
11091
11092         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
11093         the last argument (reported by Per Winkvist).
11094         
11095 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
11096
11097         Fixes for invisible XOR lines (Frank Loemker
11098         <floemker@TechFak.Uni-Bielefeld.DE>)
11099         
11100         * gtk/gtkclist.c (gtk_clist_realize): Always use
11101         a non-zero pixel for GDK_XOR.
11102
11103         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
11104         Use GDK_INVERT instead of GDK_XOR.
11105
11106 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
11107
11108         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
11109         signals if h/voffsets differ from adjustment values.
11110         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
11111
11112 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
11113
11114         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
11115         ::selection-done emissions up to the topmost menu shell.
11116
11117 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
11118
11119         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
11120         the user data on the window before destroying it.
11121
11122         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
11123         unrealize handler to take care of destroying 
11124         notebook->panel properly. 
11125         (Bug #1198 - Morten Welinder <terra@diku.dk>)
11126
11127         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
11128         of g_new and g_realloc to stop memory leak. (Actually,
11129         we could just use g_realloc(), but I'm not 100% sure
11130         that is portable).
11131         (Bug #1196 - Morten Welinder <terra@diku.dk>)
11132
11133 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
11134
11135         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
11136
11137         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
11138         for fontsets.
11139
11140         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
11141         with bin/button confusion.
11142
11143 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
11144
11145         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
11146         and show how preselection of radio items is done.
11147
11148 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
11149
11150         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
11151         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
11152         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
11153         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
11154         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
11155         * gtk/gtktable.c (gtk_table_attach): 
11156         * gtk/gtklist.c (gtk_list_insert_items): 
11157         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
11158         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
11159         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
11160         * gtk/gtkbin.c (gtk_bin_add): 
11161         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
11162         * gtk/gtkfixed.c (gtk_fixed_put): 
11163         * gtk/gtklayout.c (gtk_layout_put):
11164         general fixups to container_add logic. always realize child if
11165         child->parent is realized, only map the child and queue a resize
11166         if child and child->parent are both visible.
11167
11168 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
11169
11170         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
11171         instead of gtk_container_foreach to walk and unrealize children, so
11172         composite children get also unrealized.
11173         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
11174         (gtk_widget_map): assert that the widget is visible (basic constrain).
11175         (gtk_widget_real_map): assert that the widget is realized (basic
11176         constrain).
11177
11178 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
11179
11180         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
11181
11182 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
11183
11184         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
11185         file for iso-8859-2 locales.
11186
11187         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
11188
11189 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
11190
11191         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
11192          (Pointed out by andy@rz.uni-karlsruhe.de and others).
11193          Remove some suspicious and useless lines. 
11194
11195 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
11196
11197         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
11198         width,height = 0, 0 to mean - here to edge of window,
11199         instead of -1, -1, since the former is all we support.
11200
11201 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
11202
11203         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
11204         when removing from quit_functions list.
11205
11206 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
11207
11208         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
11209
11210 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
11211
11212         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
11213          When redrawing characters on non-visible entry, use appropriate
11214          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
11215
11216 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
11217
11218         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
11219         from drag coordinates.
11220         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
11221         use drag_dest_cell.
11222
11223         * gtk/gtktree (drag_dest_cell)
11224         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
11225         (Bug #1129)
11226
11227 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
11228
11229         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
11230         translate_* fields.
11231         (gtk_item_factory_finalize): invoke translate_notify independant from
11232         translate_data.
11233         (gtk_item_factory_set_translate_func): likewise.
11234         (gtk_item_factory_destroy): only remove ifactory pointer from those
11235         widgets that belong to us (stupid me).
11236
11237 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
11238
11239         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
11240         rc_style list when lookup succeeeds.
11241
11242 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
11243
11244         * gtk/gtkctree.c (resync_selection): 
11245         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
11246         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
11247         bug.
11248
11249 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
11250
11251         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
11252         Add some missing GDK_THREADS_ENTER()/LEAVE around
11253         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
11254
11255 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
11256
11257         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
11258         rather than emit_by_name.
11259
11260         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
11261         on the widget across multiple signal emissions.
11262         (gtk_editable_delete_text): same here.
11263         (gtk_editable_class_init): set widget_class->activate_signal after
11264         editable_signals[ACTIVATE] has been created.
11265
11266 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
11267
11268         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
11269         position here prematurely -- we might not have the
11270         right ->min_position and ->max_position yet.
11271
11272 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
11273
11274         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
11275         Add error traps so if the other end of the connection
11276         dies, we survive.
11277
11278         * gtk/gtkselection.c (gtk_selection_notify): Clean
11279         up properly when selection property retrieval fails.
11280         
11281         * gtk/gtkselection.c (gtk_selection_request): Correctly
11282         reject SelectionRequest notifies where the handler
11283         returns no data.
11284
11285 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
11286
11287         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
11288         when we've previously highlighted.
11289
11290         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
11291         emit two "drag_leave" signals for Motif drops.
11292
11293         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
11294         back the correct status messages when dropping from
11295         Motif onto a proxy window that is rejecting the
11296         drop.
11297
11298 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
11299
11300         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
11301         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
11302         to compare two argument values. added gtk_arg_to_valueloc() to set a
11303         variable from an arg through its location (pointer).
11304
11305         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
11306         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
11307         as gfloat*, uchars are collected as guchar*, ints are collected as
11308         gint*, etc...
11309
11310 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
11311
11312         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
11313         Include <string.h> instead of <strings.h>.
11314
11315         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
11316         (actually, a lot more duplicate includes occur if
11317          you trace through the sequence of #include's)
11318         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
11319         
11320 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
11321
11322         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
11323         gtk-a-higuti-990322-[0-3]
11324
11325         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
11326         that was causing -DX_LOCALE not to work.
11327
11328         * gtk/gtkrc.c (gtk_rc_init):
11329         X_LOCALE will never have LC_MESSAGES defined
11330
11331 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
11332
11333         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
11334         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
11335
11336         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
11337         left/right as well (gtk-michael-980726-0.patch.gz).
11338
11339         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
11340         for pointer values, use gchar instead of char. fixed uline allocation
11341         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
11342         chunks instead of G_ALLOC_ONLY.
11343         (gtk_label_size_request): always alter requisition as passed and leave
11344         widget->requisition alone.
11345         (gtk_label_set_text): allow NULL strings.
11346         (gtk_label_new): likewise.
11347
11348 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
11349
11350         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
11351
11352 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
11353
11354         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
11355         *and* mapped (i.e. drawable).
11356         (gtk_bin_expose): only send exposes to drawable children.
11357
11358         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
11359         (gtk_box_expose): only send exposes to drawable children.
11360
11361         * gtk/gtkhscale.c (gtk_hscale_draw): 
11362         * gtk/gtkvscale.c (gtk_vscale_draw):
11363         hm, this is an ugly one. we first compute the size of our trough area
11364         here (window relative) and then check intersection with the draw_area
11365         which is parent relative because we're a NO_WINDOW widget, so we need
11366         to offset the trough area by allocation.x and allocation.y before the
11367         check. (this must not be done for the background area though, since
11368         that's already computed parent relative).
11369
11370 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
11371
11372         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
11373         unrealize title buttons.
11374
11375 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
11376
11377         * gtk/gtkclist.c (gtk_clist_column_title_passive)
11378         (gtk_clist_column_title_active): 
11379         only connect/disconnect to GtkWidgetClass::event to block mouse events.
11380
11381         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
11382         zero initialize event, removed superfluous gdk_window_get_pointer call
11383
11384         * gtk/gtklist.c (gtk_list_vertical_timeout)
11385         (gtk_list_horizontal_timeout): removed superfluous
11386         gdk_window_get_pointer call
11387
11388 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
11389
11390         * plugging problems reported by "Bruce Mitchener, Jr."
11391         <bruce@puremagic.com> due to a purify session.
11392
11393         * gtk/gtkstyle.c:
11394         (gtk_style_ref): 
11395         (gtk_style_unref): assert ref_count to be > 0.
11396
11397         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
11398         the requisition.
11399         (gtk_clist_set_shift): likewise.
11400
11401         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
11402         adjustments.
11403
11404         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
11405         event before sending it and set send_event to TRUE (which needs to
11406         be done for *all* synthesized events).
11407         (gtk_list_vertical_timeout): likewise.
11408
11409         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
11410         leaks.
11411
11412         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
11413         to TRUE when synthesizing events.
11414
11415 [ *** end of merges from 1.2 *** ]      
11416         
11417 1999-11-21  Tor Lillqvist  <tml@iki.fi>
11418
11419         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
11420         (or copied from gdkconfig.h.win32 on Win32, sigh).
11421
11422         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
11423
11424         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
11425
11426         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
11427
11428         * gdk/gdkconfig.h.win32: New file.
11429
11430         * gdk/win32/makefile.cygwin: Build just a static archive here.
11431
11432         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
11433         for the DLL from the static archive built above.
11434
11435         * gdk/gdk.def: Moved here from the win32 subdirectory.
11436
11437         * gdk/win32/*: Adapt for the changed private struct organisation.
11438
11439         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
11440
11441 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
11442
11443         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
11444         for wheel mice (buttons 4 and 5).
11445
11446 1999-11-18  Tor Lillqvist  <tml@iki.fi>
11447
11448         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
11449         drawables use just the pixel field in the foreground and
11450         background GdkColor of the GdkGC.
11451
11452         gdk_gc_set_{fore,back}ground() are called in the GIMP with
11453         GdkColors containing uninitialized (red,green,blue) fields, and
11454         just the pixel field filled in, and furthermore in the
11455         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
11456         It thus turns out that we really don't need to have the full
11457         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
11458         it later to have just the pixel values.
11459
11460 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
11461
11462         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
11463
11464 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
11465
11466         * docs/gtkfaq.sgml: threads example from Erik Mouw.
11467         New question on GtkLabel background colors.
11468
11469         * docs/gtk_tut.sgml:
11470           - Correct the example code callback
11471             function definitions.
11472           - Update the gtkdial example code, from Frans van Schaik.
11473           - Update setselection.c to current API.
11474
11475         * examples/Makefile examples/*/*.c: Update to code
11476         listed in tutorial.
11477
11478 1999-11-10  Tor Lillqvist  <tml@iki.fi>
11479
11480         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
11481         subrange table (from the "Developing International Software for
11482         WIndows 95 and Windows NT" book) was missing the Hangul syllable
11483         block... Get the loaded font's charset correctly.
11484
11485         (Note that this, and the other *-win32.c files, still really are
11486         the old ones, the win32 subdirectory is not ready for compilation
11487         yet after the reorg.)
11488
11489 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
11490
11491         * gtk/gtkclist.c: Fix off-by-one bug in parameter
11492         check.
11493
11494 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
11495
11496         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
11497         on results of XQueryDeviceState().
11498
11499 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
11500
11501         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
11502         we need to accesss only ->children. We need an accessor
11503         for the children.
11504
11505         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
11506         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
11507         to get rid of gdkx.h include.
11508         
11509         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
11510         and random references to 'None'.
11511
11512         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
11513         Get rid of unused #include <gdk/gdkx.h>
11514
11515         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
11516         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
11517         gdkconfig.h.
11518
11519 1999-11-08  Tor Lillqvist  <tml@iki.fi>
11520
11521         * gdk/win32/gdkdraw.c
11522         * gdk/win32/gdkfont.c
11523         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
11524         following yesterday's changes. (Unrelated to Owen's reorg.)
11525
11526 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
11527
11528         * gdk/x11/gdkinput-gxi.c: Add missing include,
11529           fix GdkWindowPrivate => GdkDrawablePrivate.
11530
11531         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
11532
11533         * gdk/x11/Makefile.am (xinput_sources): Add missing
11534         backslash to fix building with --with-xinput=none
11535
11536 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
11537
11538         Move all X specific code into the x11/ directory.
11539         Aside from shuffling things around, did the following:
11540
11541        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
11542          gdk_arg_context_* - a simple argument parsing system
11543          in the style of popt.
11544
11545        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
11546          gdk/x11/gdkprivate-x11.h:
11547          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
11548          add ->klass and ->klass_data fields. The klass_data
11549          field points to an auxilliary structure that is
11550          windowing system dependent.
11551
11552        * gdk/gdkfont.c: Make most of the measurement functions
11553          simply wrappers around gdk_text_extents().
11554
11555        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
11556          _gdk_font_strlen() function that hides the weird
11557          behavior in gtk+-1.[02] where a string is interpreted
11558          differently for 8-bit and 16-bit fonts.
11559
11560        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
11561          to store common code for synthesizing double/triple
11562          press events.
11563         
11564        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
11565          Make all the function that modify an existing GC
11566          simply wrappers around gdk_gc_set_values().
11567          
11568        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
11569          for throwing out later.
11570
11571        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
11572          GdkImagePrivate and GdkColormapPrivate to have a
11573          windowing system dependent part (GdkFontPrivateX etc.)
11574          that "derives" from the system-independent part.
11575
11576        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
11577          Got rid of the included-source-files for XInput in
11578          favor of automake conditionals. (Which didn't exist
11579          when XInput support was originally added.)
11580
11581        * gdk/gdkrgb.c: Remove the visual id from the debugging
11582          statements since that is X11 specific; print out
11583          type/depth info instead.
11584          
11585
11586 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
11587
11588         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
11589         loading duplicates of hashed fonts.
11590
11591         * gdk/gdk.c (gdk_keysym_convert_case): rename
11592         gdk_XConvertCase to gdk_keysym_convert_case, allow
11593         results to be NULL in the GTK+ style.
11594
11595         * gdk/gdkcompat.h: Started compatibility header
11596         for renames.
11597
11598 1999-11-07  Tor Lillqvist  <tml@iki.fi>
11599
11600         * gdk/win32/gdkprivate.h: New font private structures, related to
11601         fontsets.
11602
11603         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
11604         gdk_font_list_free(). On X11, will just be wrappers to
11605         XListFonts() and XFreeFontNames(). On Win32, the code previously
11606         in gtkfontsel.c is now here.
11607
11608         New function gdk_font_xlfd_create(). On X11 will get the FONT
11609         property of the font (for GDK_FONT_FONTs), or call
11610         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
11611         builds a XLFD style name from the font information in the LOGFONT
11612         struct(s).
11613
11614         New function gdk_font_xlfd_free(), which correspondingly frees the
11615         string returned by gdk_font_xlfd_create().
11616
11617         Implement fontsets on Win32. Add a function that iterates over a
11618         wide char string and calls a callback function for each substring
11619         of wide chars from the same Unicode subrange (and thus probably
11620         available in the same real font).
11621
11622         Improve the XLFD emulation a bit.
11623
11624         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
11625
11626         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
11627         Beta3, WM_IME_CHAR messages don't seem to contain the composed
11628         multi-byte char as with the Active IMM on Win9x. Oh well, handle
11629         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
11630         ImmGetCompositionStringW() to get the composed Unicode chars.
11631
11632         * gdk/win32/gdkgc.c
11633         * gdk/win32/gdkdraw.c: Changes needed because of the font private
11634         struct changes.
11635
11636         * gdk/win32/gdk.def: Add the new functions.
11637
11638 1999-11-04  Tor Lillqvist  <tml@iki.fi>
11639
11640         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
11641         get the Platform SDK to get <dimm.h>.
11642
11643         * gdk/win32/gdkevents.c: More event handling fixes and
11644         simplification. Never generate motion events with is_hint true. We
11645         used to do that on bogus grounds earlier. Windows sends
11646         WM_MOUSEMOVE messages on button events even if the mouse hasn't
11647         moved, ignore these.
11648
11649         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
11650
11651         * gdk/win32/gdkglobals.c
11652         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
11653         the TrackMouseEvent function, and use it.
11654
11655         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
11656         char before calling WideCharToMultiByte in order to get a string
11657         for the window title.
11658
11659         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
11660
11661         * gdk/win32/gdk.def: Remove obsolete functions.
11662
11663         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
11664         /nodefaultlib and /defaultlib switches.
11665
11666         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
11667
11668 1999-10-31  Tor Lillqvist  <tml@iki.fi>
11669
11670         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
11671         EuroSign).
11672
11673         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
11674         same type as GdkWChar, especially on Win32.
11675
11676         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
11677
11678         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
11679         before passing to Windows GDI for drawing etc. Convert to the
11680         system default codepage before passing to Windows as window
11681         titles.
11682
11683         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
11684         support changing input locale on the fly.
11685
11686         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
11687         on-the-fly changes. Convert incoming characters from the current
11688         codepage to Unicode (and then to a UTF-8 multi-byte string) based
11689         on the current input language. Use keysym<->Unicode mapping tables
11690         and functions borrowed from xterm sources.
11691
11692         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
11693         editions of Win9x, use the ActiveX-based Active IMM (Input Method
11694         Manager) if available. IMEs and the Active IMM are available under
11695         the disguise of Chinese, Korean and Japanese support for IE and
11696         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
11697         support is present in all editions (as long as you install it).
11698
11699         Call DispatchMessage from gdk_events_queue() (and thus
11700         gdk_WindowProc()), instead of duplicating the code in
11701         gdk_WindowProc().
11702
11703         Reworked the grab handling and propagation code, factored out
11704         duplicated code snippets into separate functions. Other cleanups,
11705         too.
11706
11707         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
11708         the <dimm.h> header describing the Active IMM.
11709
11710         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
11711         just do the same as for "single" fonts.
11712
11713         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
11714         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
11715         the new keysyms from gdkkeysyms.h.
11716
11717         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
11718         fontset, so that gtkentry uses wide characters.
11719
11720         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
11721         GTk+'s system directory "gtk+", not "gtk".
11722
11723 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
11724
11725         * docs/gtkfaq.sgml: FAQ update
11726
11727 1999-10-21  Tor Lillqvist  <tml@iki.fi>
11728
11729         * gdk/win32/gdkprivate.h: Add more font private data.
11730
11731         * gdk/win32/gdkfont.c
11732         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
11733         fonts and strings. Now works much better. You still have to
11734         have a correct font selected, though. No fontset emulation yet.
11735
11736 1999-10-19  Tor Lillqvist  <tml@iki.fi>
11737
11738         * gtk/maketypes.awk: Use G_OS_WIN32.
11739
11740         * gtk/gtk.def: Add some missing entry points. Also some non-public
11741         ones, but PyGTK porter claims to need them.
11742
11743         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
11744         built-in type generation.
11745
11746 1999-10-14  Tor Lillqvist  <tml@iki.fi>
11747
11748         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
11749         GDK_FONT_FONT fonts (which is all we have for now, we don't
11750         emulate fontsets). The X11 version uses plain XDrawString in that
11751         case, too. The string passed to gdk_draw_text_wc seems to be in
11752         fact (at least, when used by gtkentry and gtktext) either in a
11753         single-byte charset, or a DBCS. Not Unicode.
11754
11755         This fixes the problem in gtkfontsel, where even if you had
11756         selected a font with a non-Latin1 charset (windows-greek, for
11757         instance), the preview still used Latin-1 glyphs.
11758
11759         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
11760         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
11761         (gdk_font_load): Recognize the demibold etc weights, even if we
11762         don't have the corresponding constants in the headers.
11763         (gdk_font_hash_insert): Use same hash mechanism as in the X11
11764         version. Should save font resources a bit, when we don't have
11765         multiple HFONTs for the same font.
11766
11767         * gdk/win32/gdkprivate.h: Add the names field as in the X11
11768         version.
11769
11770 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
11771
11772         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
11773         X values
11774
11775 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
11776
11777         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
11778         layout support (as mentioned on
11779         http://www.jcinteractive.com/gnome-ui/software/widgets/)
11780
11781 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
11782
11783         * gtk/fnmatch.c
11784         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
11785
11786 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
11787
11788         * configure.in (ALL_LINGUAS): Added Galician (gl)
11789
11790 1999-10-05  Tor Lillqvist  <tml@iki.fi>
11791
11792         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
11793
11794         * gdk/win32/gdkcompat.c: New file, actually provide an
11795         implementation for the deprecated functions. (Just temporarily.)
11796
11797         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
11798
11799         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
11800
11801         * gdk/win32/gdk.def gtk/gtk.def: Updates.
11802
11803 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
11804
11805         * configure.in: Added "uk" to ALL_LINGUAS.
11806         
11807 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
11808
11809         * configure.in: correct checking for BeOS check
11810
11811         * gdk/gdktypes.h
11812         * gtk/fnmatch.c
11813         * gtk/gtkfilesel.c
11814         * gtk/gtkitemfactory.c
11815         * gtk/gtkmain.[ch]
11816         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
11817
11818 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
11819
11820         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
11821         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
11822         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
11823         by Bulgarian). 
11824
11825 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
11826
11827         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
11828         Fix a reference to window_private->destroyed.   
11829
11830         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
11831         (ugly) setting of an internal GdkWindow member to use
11832         a _slightly_ cleaner macro.
11833
11834         * gdk/gdkprivate.h: Split GdkWindowPrivate into
11835         GdkDrawablePrivate and GdkWindowPrivate.
11836         Add extra macros for accessing GDK_DRAWABLE_ components.
11837
11838         * *.[ch]: Massive adjustments for the above, use the
11839         new macros in a lot of places.
11840
11841 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
11842
11843         * gdk/gdktypes.h: Make GdkDrawable the base type,
11844         not GdkWindow.
11845
11846 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
11847
11848         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
11849
11850 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
11851
11852         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
11853
11854 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
11855
11856         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
11857         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
11858
11859         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
11860
11861         * docs/gtk-config.1: Now autogenerated.
11862         * docs/Changes-1.4.txt: started
11863         
11864 1999-10-03  Tor Lillqvist  <tml@iki.fi>
11865
11866         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
11867         to #ifdef also here.
11868
11869         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
11870         Owen did to the X11 backend.
11871
11872         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
11873         ScrollWindowEx when blitting inside a window, it can't be correct
11874         in the general case.
11875
11876         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
11877         WM_GETMINMAXINFO is easier.
11878
11879         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
11880         depth equal to the bitspixel value, not the visual's depth.
11881
11882         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
11883         to 24 even if the bitspixel value is 32.
11884
11885         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
11886         need to check for depth==32 when bpp==32, depth will always be 24.
11887
11888 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
11889
11890         * docs/Changes-1.4.txt: Started
11891         
11892         * gtk/Makefile.am (gdk_headers): Include all the new headers.
11893
11894         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
11895         
11896         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
11897         into C file.
11898         
11899         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
11900         header to gdkinputprivate.h.
11901
11902         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
11903         unused since before 1.2.
11904
11905 1999-09-30  Tor Lillqvist  <tml@iki.fi>
11906
11907         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
11908         expand possible hex escapes in the font family (put there by
11909         logfont_to_xlfd if the font name isn't a legal XLFD font family,
11910         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
11911         On Win32, add hex escapes here, too.
11912
11913 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
11914
11915         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
11916         to #ifdef GDK_WINDOWING_X11.
11917
11918 [ Merges from gtk-1-2 ]
11919
11920 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
11921
11922         * configure.in: fixed "GNU Make" check to pass with new make version
11923         3.77.95.
11924
11925 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
11926
11927         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
11928         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
11929         AM_PATH_GTK() macros don't get confused by the -pre1.
11930
11931 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
11932
11933         * configure.in (REBUILD): Change check for perl5
11934           to check explicitely for v >= 5.002. (5.001
11935           does not work with our scripts.)
11936
11937 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
11938
11939         * configure.in: evaluate $PERL for the perl version check. added
11940         --disable-rebuilds to give the user an option to completely disable
11941         any source autogeneration rules.
11942
11943 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
11944
11945         * configure.in: evaluate $ac_make when checking for GNU Make.
11946
11947 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
11948
11949         * docs/Makefile.am: added generation.txt.
11950
11951         * Makefile.am: require automake 1.4, build README from README.in and
11952         INSTALL from INSTALL.in in dist-hook.
11953         
11954         * README.in:
11955         * INSTALL.in: new files to autogenerate README and INSTALL from.
11956
11957         * configure.in: figure whether we have GNU Make
11958
11959         * docs/generation.txt: minor additions/corrections.
11960
11961 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
11962
11963         * docs/gtkfaq.sgml: FAQ Update
11964
11965 July 30, 1999 Elliot Lee <sopwith@redhat.com>
11966         
11967         * configure.in: Fix autoconf warnings about cross compilation by
11968         trying to provide sane defaults for AC_TRY_RUN.
11969
11970 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
11971
11972         * ltconfig
11973         * ltmain.sh: upgrade to libtool 1.3.3
11974
11975 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
11976
11977         * INSTALL: Indicate that the --with-glib= configure
11978         time flag is unsupported.
11979
11980 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
11981
11982         * docs/generation.txt: Added a file that gives
11983         documenation about the autogeneration process for
11984         various autogenerated files.
11985         
11986 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
11987
11988         * configure.in (LIBS): Look for libgmodule in the
11989         right location.
11990
11991 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
11992
11993         * docs/gtk_tut.sgml: Removed references to
11994         code examples in my directory on gtk.org as
11995         they should all be in the tutorial now.
11996
11997         * docs/gtk_tut.sgml: Added sources for dial-test
11998         and scribble-xinput programs that were previously
11999         missing.
12000
12001 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
12002
12003         * TODO: Added entry about menu keyboard navigation, removed
12004         some finished items.
12005
12006 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
12007
12008         * acinclude.m4: Standardize on func_dgettext
12009         not func_gettext, so that the checks for dgettext
12010         actually are paid attention to.
12011
12012 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
12013
12014         * configure.in (LIBS): Add $INTLLIBS into $LIBS
12015         directly, rather than repeating the checks for
12016         gettext.
12017
12018         * INSTALL: Added information about gettext and
12019         NLS support.
12020
12021         * acinclude.m4 (LIBM): Check for dgettext, not
12022         just gettext. This should hopefully fix things wrt
12023         systems with old versions of GNU gettext installed.
12024
12025 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
12026
12027         * configure.in (LIBS): Look for libgmodule in the
12028         right location.
12029
12030 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
12031
12032         * autogen.sh: add --enable-maintainer-mode
12033
12034         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
12035
12036 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
12037
12038         * docs/gtk-config.1.in:
12039           docs/Makefile.am:
12040           configure.in: gtk-config is now generated.
12041
12042         * docs/gtk-config.1: Removed, now generated.
12043
12044 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
12045
12046         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
12047         handle CreateNotify itself, still put out a debuging message for
12048         --gdk-debug=events. made the ReparentNotify debugging message more
12049         verbose.
12050         wrap xcoords translation for ConfigureEvents into an error trap,
12051         a destroy event may already be pending, and in that case, the
12052         actuall coordinate values are not at all critical.
12053
12054 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
12055
12056         * gdk/gdkcc.c: Stop leaking the color_hash all over
12057         the place. Simplify and improve the logic.
12058
12059 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
12060
12061         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
12062         for prototypes and function implementations consistent (reported
12063         by Tomas Ogren).
12064
12065 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
12066
12067         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
12068         send_event set in debugging output.
12069         (gdk_compress_exposures): default initialize the event so we don't
12070         operate on bogus values (namely send_event).
12071
12072 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
12073
12074         * gdk/gdkwindow.c: When we receive an unexpected
12075         destroy notify on one of our windows, don't just
12076         warn about it, also mark our windows as destroyed.
12077
12078 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
12079
12080         * gdk/gdkfont.c (gdk_font_hash_insert): Add
12081           name => font and name => fontset hashes. The 
12082           name => fontset hash is a _big_ win since we
12083           weren't previously caching fontsets at all and loading
12084           fontsets is expensive. The name => font hash
12085           is less of a win, but it does save us from doing
12086           repeated XQueryFont calls on the same font.
12087
12088         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
12089           list so we can remove font/fontset from hash.
12090
12091 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
12092
12093         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
12094           and slightly confusing test. [ XInternAtom (,,TRUE)
12095           will never return None ].
12096
12097 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
12098
12099         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
12100           gdk/gdkwindow.c (gdk_window_set_hints):
12101
12102         Don't omit setting the properties if flags == 0 -
12103         there may be an existing set of properties there
12104         already. (Very old bug. Would it be better to
12105         delete the property instead?)
12106
12107         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
12108           spelling error in comment.
12109
12110 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
12111
12112         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
12113           to avoid stomping over gdk_error_warnings.
12114
12115         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
12116           as (bits_per_pixel + 7) / 8. This gives the same
12117           result as before for multiples of 8, but actually
12118           a "reasonable" value for 1bit or 4bit displays.
12119
12120 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
12121
12122         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
12123         GNU Make.
12124
12125 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
12126
12127         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
12128         discarding configure events.
12129
12130 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
12131
12132         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
12133         refcount is greater than zero.
12134
12135         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
12136
12137         * gdk/gdkfont.c (gdk_font_unref): Likewise.
12138
12139         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
12140
12141         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
12142
12143 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
12144
12145         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
12146         that format 32 => sizeof(item) == 4. It really is
12147         sizeof(long).
12148
12149 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
12150
12151         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
12152         core dump at all on X IO errors, only core dump
12153         if --enable-debug for X errors.
12154
12155 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
12156
12157         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
12158         unknown window:" message. disabled ConfigureNotify discarding code,
12159         because it led to events being processed out of order.
12160
12161 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
12162
12163         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
12164
12165         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
12166         we export this function, supress error warnings and don't reset the
12167         error code in the first half of this function.
12168
12169         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
12170         code (instead of just -1) so gdk_error_trap_pop() reveals something
12171         actually informative about the error that happened.
12172
12173         * gdk/*.c:
12174         don't rely on gdk_error_code being -1 if an error occoured, but just
12175         gdk_error_code != 0.
12176
12177 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
12178
12179         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
12180         pointer *before* invoking the filter function, so we at least don't
12181         crash if a filter is removed that is currently executed. window filters
12182         *really* need to be made truely reentrant at some point.
12183
12184 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
12185
12186         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
12187         PropertyNotify debug messages.
12188
12189 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
12190         
12191         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
12192         
12193         * gdk/gdkim.c: Fix cut-and-paste errors for 
12194         x/y and PreeditAttributes/StatusAttributes.
12195
12196 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
12197
12198         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
12199         G_MAXINT to 2^16 to alleviate overflow problems in
12200         various window managers.
12201
12202 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
12203
12204         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
12205         for fontsets.
12206
12207 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
12208
12209         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
12210         Initialize size_hints.x and size_hints.y because kwm
12211         brokenly pays attention to them.
12212         (Bug #1181 -  Lars Heete <hel@admin.de>)
12213
12214 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
12215
12216         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
12217         return value of gdk_list_visuals(). 
12218         (Bug #1193 - Morten Welinder <terra@diku.dk>)
12219
12220 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
12221
12222         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
12223         XSetIMValues to (void *) when comparing to NULL, to workaround
12224         the problem of some compilers barfing since older X headers don't
12225         have the prototype for it.
12226
12227 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
12228
12229         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
12230         for pseudocolor where colormap->colors was double
12231         allocated.
12232
12233         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
12234         color value in the hash table with the pixel filled
12235         in so when we do later hash table lookups, the color
12236         value is correct.
12237         
12238 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
12239
12240         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
12241         making the call
12242
12243 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
12244
12245         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
12246         pointed out by Morten Welinder <terra@diku.dk>.
12247
12248 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
12249
12250         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
12251           default filter from the list
12252
12253 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
12254
12255         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
12256           default filter from the list
12257
12258 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
12259
12260         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
12261
12262         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
12263         g_strdup_printf instead of calcing the length separately
12264
12265 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
12266
12267         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
12268         that we don't do in many other places. (Fixing duplicate 
12269         #include of config.h)
12270
12271         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
12272         Otherwise, #ifndef XINPUT_NONE check in the latter
12273         doesn't work. (Bug #546)
12274
12275 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
12276
12277         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
12278         "None" case insensitive.
12279
12280 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
12281
12282         * gdk/gdkselection.c: 
12283         Add error traps so if the other end of the connection
12284         dies, we survive.
12285
12286 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
12287
12288         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
12289         dest_xid field into two fields - one for the window
12290         to send in messages, one to indicate the last looked
12291         up window for caching purposes. This is needed, so
12292         that Leave messages get the correct window.
12293
12294 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
12295
12296         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
12297         Fix warning created by people mucking around
12298         with the gsource API.
12299
12300         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
12301         Change mapping between GIOCondition and GdkInputCondition
12302         to match the way the Linux kernel does it. This should
12303         fix problems where closed pipes were no longer signalling
12304         GDK_INPUT_READ on systems with a native poll().
12305
12306 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
12307
12308         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
12309         explicitly for the string "None" - it is in the XPM
12310         spec and some servers treat unknown colors in odd ways
12311         (like asking the user!)
12312
12313 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
12314
12315         * gdk/gdkevents.c: made "->" into a "." of previous change so
12316         it compiles
12317
12318 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
12319
12320         * gdk/gdkevents.c (gdk_compress_exposures): Set the
12321         window field of the event structure before calling
12322         user filters.
12323
12324 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
12325
12326         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
12327         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
12328
12329 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
12330
12331         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
12332         intermediate text property - prevents major memory
12333         leak when gdk_use_mb.
12334         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
12335
12336 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
12337
12338         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
12339         gtk-a-higuti-990322-[0-3]
12340
12341         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
12342         sizeof(wchar_t) != sizeof (GdkWChar)
12343
12344         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
12345         that was causing -DX_LOCALE not to work.
12346
12347         * gtk/gtkrc.c (gtk_rc_init):
12348         X_LOCALE will never have LC_MESSAGES defined
12349
12350         * gdk/gdk.c (gdk_init_check):
12351         Remove --xim-preedit and --xim-status from argv properly.
12352
12353         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
12354         that the client window is present on the X server
12355         before we pass it to the input method.
12356
12357 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
12358
12359         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
12360         if --display is specified on the command line, than
12361         the drag window will not be created on that display.
12362         
12363 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
12364
12365         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
12366         lookups with only_if_exists == TRUE were inserting
12367         bogus values into the atom cache.
12368
12369 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
12370
12371         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
12372         then reset it to NULL.
12373
12374         * gdk/gdkcolor.c:
12375         (gdk_colors_free): 
12376         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
12377         key for g_hash_table_remove() in both functions, this prevents us
12378         from accessing possibly uninitialized portions of a GdkColor structure
12379         where we are only interested in its pixel value.
12380
12381 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
12382
12383         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
12384         font hash table, if we have a GdkFontPrivate entry for this font
12385         already, simply increment its reference count, provided by Olaf Dietsche
12386         <olaf.dietsche+list.gtk@netcologne.de>.
12387
12388 1999-09-21  Tor Lillqvist  <tml@iki.fi>
12389
12390         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
12391         just to be sure.
12392
12393         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
12394         unused variables, leftovers from the X11 version.
12395
12396         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
12397
12398         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
12399         downcase fields on X11.
12400
12401 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
12402         
12403         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
12404         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
12405
12406 1999-09-17  Tor Lillqvist  <tml@iki.fi>
12407
12408         * gdk/win32/gdk.def: Add gdk_threads_mutex.
12409
12410         * gtk/makefile.msc: Correct path to libintl.
12411
12412         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
12413         use of gint vs. int, and gint vs. gboolean in headers and
12414         definitions. Use GtkType for the *_get_type functions. Note that
12415         these changes preserve binary compatibility.
12416
12417         * gdk/gdk.c
12418         * gdk/win32/gdk.c
12419         * gdk/gdk.h: Fix inconsistencies: gint vs int.
12420
12421         * gtk/gtkmain.c
12422         * gtk/gtkclist.c
12423         * gtk/gtkmenufactory.c
12424         * gtk/gtknotebook.c
12425         * gtk/gtkwidget.c: Fix inconsistencies, also gint
12426         vs. gboolean.
12427
12428         * gtk/gtkcolorsel.[ch]
12429         * gtk/gtkcombo.[ch]
12430         * gtk/gtkdrawingarea.[ch]
12431         * gtk/gtkgamma.[ch]
12432         * gtk/gtkhandlebox.[ch]
12433         * gtk/gtkhpaned.[ch]
12434         * gtk/gtkhruler.[ch]
12435         * gtk/gtkplug.[ch]
12436         * gtk/gtkpreview.[ch]
12437         * gtk/gtkruler.[ch]
12438         * gtk/gtksocket.[ch]
12439         * gtk/gtkstatusbar.[ch]
12440         * gtk/gtktoolbar.[ch]
12441         * gtk/gtkvbbox.[ch]
12442         * gtk/gtkvpaned.[ch]
12443         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
12444         functions.
12445
12446         * gtk/gtkgamma.h: Fix bug, missing () in call of
12447         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
12448
12449 1999-09-14  Tor Lillqvist  <tml@iki.fi>
12450
12451         * gdk/gdkcolor.c (gdk_colormap_new)
12452         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
12453         colormap->colors was allocated twice.
12454
12455         * gdk/win32/gdk.c: Remove some unused stuff.
12456
12457         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
12458         colormap.
12459
12460         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
12461         * gtk/gtklabel.h (gtk_label_get_type)
12462         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
12463         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
12464         in a couple of places, not guint.
12465
12466 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
12467
12468         * configure.in,po/et.po: added Estonian language file
12469
12470 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
12471
12472         * configure.in,po/da.po: added Danish file
12473
12474 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
12475
12476         * docs/gtkfaq.sgml: Minor FAQ Update
12477
12478 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
12479
12480         * docs/gtkfaq.sgml: FAQ update
12481
12482 1999-08-27  Tor Lillqvist  <tml@iki.fi>
12483
12484         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
12485         way to get window contents continually refreshed while resizing. I
12486         didn't like the effects myself, so it's not on by default.
12487
12488         * gdk/win32/gdkprivate.h: New flag variable
12489         gdk_event_func_from_window_proc, FALSE by default.
12490
12491         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
12492         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
12493         are passed --gdk-event-func-from-window-proc.
12494
12495         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
12496         and we have am event_func, call it instead of enqueing the event.
12497
12498 1999-08-23  Tor Lillqvist  <tml@iki.fi>
12499
12500         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
12501         Kelley: Set expose_count in GdkEventExposes correctly.
12502
12503         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
12504         MULTIPLE_WINDOW_CLASSES).
12505
12506         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
12507         for bug in NT, apparently NT *does* draw the end pixel, too, in
12508         LineTo with a one-pixel pen, so we don't have to do it ourselves.
12509
12510 1999-08-21  Tor Lillqvist  <tml@iki.fi>
12511
12512         Improvements by Hans Breuer: 
12513
12514         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
12515
12516         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
12517         CS_?REDRAW flags as they cause lots of (late) redraws when "show
12518         window contents while dragging" is turned on. Allocate at least
12519         one unique class for every GdkWindowType. If support for single
12520         window-specific icons is ever needed (eg. Dialog specific), every
12521         such window should get its own class.
12522
12523 1999-08-19  Tor Lillqvist  <tml@iki.fi>
12524
12525         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
12526         error that caused crashes.
12527
12528 1999-08-17  Tor Lillqvist  <tml@iki.fi>
12529
12530         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
12531         window, use ScrollWindowEx, and call UpdateWindow. This prevents
12532         bugs when for instance part of the window was outside the
12533         display. Thanks to Philippe Colantoni for finding and fixing this.
12534
12535 1999-08-16  Tor Lillqvist  <tml@iki.fi>
12536
12537         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
12538         endpoint calculations which were totally wrong. (A little RTFMing
12539         helps a lot ;-)
12540
12541         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
12542         from a separate directory, not from gettext, because of licensing
12543         issues (we want to use the LGPL version).
12544
12545         * README.win32: Mention the intl from glibc vs from gettext issue.
12546
12547 1999-08-13  Tor Lillqvist  <tml@iki.fi>
12548
12549         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
12550         in the key event handling: Now AltGr chars work again. Also,
12551         now Alt-digits are passed up as well as Control-digits.
12552         Pass keypad plus and minus as normal plus and minus.
12553
12554 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
12555
12556         * docs/gtkfaq.sgml: FAQ Update
12557
12558 1999-07-25  Tor Lillqvist  <tml@iki.fi>
12559
12560         * README.win32
12561         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
12562         the Wintab SDK.
12563
12564         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
12565         OK, but getting closer. Guard against bogus tilt data from Wacom
12566         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
12567         enable easier building without Wintab.
12568
12569         * gdk/win32/gdkinput.h
12570         * gdk/win32/gdkevents.c 
12571         * gdk/win32/gdkwindow.c: Minor changes related related to above.
12572         
12573         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
12574         code. As we have just one visual on Win32, no sense to have it in a
12575         table, and no need for the hash table.
12576
12577         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
12578         better on white background.
12579
12580 1999-07-21  Tor Lillqvist  <tml@iki.fi>
12581
12582         * README.win32: Update gcc build instructions. Mention gettext is
12583         GPL.
12584
12585         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
12586         supported cursor size with GetSystemMetrics.
12587
12588         * gdk/win32/gdkfont.c
12589         * gtk/gtkfontsel.c: Guard against some font weight and charset
12590         symbols being undefined (in mingw32 headers).
12591
12592         * gdk/win32/makefile.cygwin
12593         * gtk/makefile.cygwin
12594         * gtk/gtkthemes.c: No longer need to have differently named
12595         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
12596
12597 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
12598
12599         * docs/gtkfaq.sgml: Long awaited FAQ update.
12600
12601 1999-07-15  Tor Lillqvist  <tml@iki.fi>
12602
12603         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
12604         it. Obscure bit manipulation needed.
12605
12606         * gdk/win32/gdkevents.c: Logging.
12607         
12608         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
12609         style (file name include compiler name) for theme engines.
12610
12611 1999-07-13  Tor Lillqvist  <tml@iki.fi>
12612
12613         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
12614
12615         * gdk/win32/gdkevents.c: Fix long-standing bug in key
12616         events. The key.string wasn't zero-terminated, still we strdup'ed
12617         it in gdk_event_copy(). Synthesize crossing events for button
12618         events before possible propagation.
12619
12620         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
12621
12622         * gdk/win32/makefile.cygwin
12623         * gtk/makefile.cygwin: Use new DLL naming style for the
12624         GCC-compiled ones.
12625
12626         * gdk/win32/makefile.msc
12627         * gtk/makefile.msc: Cosmetics mostly.
12628
12629         * gtk/gtk.def: Add missing entry points.
12630
12631         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
12632
12633 1999-07-09  Tor Lillqvist  <tml@iki.fi>
12634
12635         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
12636         or height is zero. Don't print a warning if Pie or Arc fails, they
12637         always fail (?) for very narrow ellipses.
12638
12639         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
12640         the part or the destination window corresponding to source area
12641         outside of the source drawable's boundary.
12642
12643         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
12644         anything if less than two points.
12645
12646         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
12647         return NULL. Gtk cut-and-paste inside a single program works
12648         better this way. (It always gets the clipboard contents from
12649         Windows, not from its own copy, which is cleared anyway. I can't
12650         say I fully understand what happens... Emulating the X selection
12651         and property stuff is a bit of a mess.)
12652
12653         * gdk/win32/gdkevents.c
12654         * gdk/win32/gdkproperty.c: A bit more verbose logging.
12655
12656         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
12657         that never got deleted). Revamp gdk_region_shrink.
12658
12659         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
12660         after use.
12661
12662         * gtk/gtk.def: Add some missing entry points.
12663
12664         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
12665         component.
12666
12667 1999-07-04  Tor Lillqvist  <tml@iki.fi>
12668
12669         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
12670         Control-digits specially.
12671
12672 1999-07-03  Tor Lillqvist  <tml@iki.fi>
12673
12674         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
12675
12676 1999-06-28  Tor Lillqvist  <tml@iki.fi>
12677
12678         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
12679         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
12680         finding this.)
12681
12682 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
12683
12684         * gtk+.spec.in: Corrected some typos in files section.
12685         
12686 1999-06-15  Tor Lillqvist  <tml@iki.fi>
12687
12688         * README.win32: Mention using GNU gettext.
12689         * config.h.win32: Enable NLS stuff.
12690         * gtk/makefile.msc: Use GNU gettext.
12691         * gdk/win32/gdkdnd.c: Minor header reorg.
12692         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
12693         cosmetics.
12694         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
12695         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
12696
12697 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
12698
12699         * acinclude.m4
12700         * config.guess
12701         * config.status
12702         * ltconfig
12703         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
12704
12705 1999-05-30  Tor Lillqvist  <tml@iki.fi>
12706
12707         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
12708         SafeAdjustWindowRectEx. Don't override all calls to
12709         AdjustWindowRectEx by it, but use it only in two places: When
12710         creating a new top-level window and when moving a top-level
12711         window.
12712
12713         Use screen coordinate rectangle, not client rectangle, in
12714         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
12715         when we try to place a window so that the decoration (mainly,
12716         title bar) isn't visible.
12717
12718         These changes fix the bug that showed up for instance as the
12719         GIMP's saved top-level windows moving right and down (by an amount
12720         equal to the window decoration) for each session. This bug showed
12721         up also in testgtk's "Saved Position".
12722
12723         gdk_window_resize also redone a bit.
12724
12725 1999-05-25  Tor Lillqvist  <tml@iki.fi>
12726
12727         * gtk/testgtkrc: Add (commented out) Windows-style theme
12728         include line.
12729
12730         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
12731
12732 1999-05-18  Tor Lillqvist  <tml@iki.fi>
12733
12734         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
12735         gdkx.h to a gdk subdirectory, so that applications can include
12736         these with <gdk/*.h> without trouble.
12737
12738         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
12739         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
12740         have their bitmap destroyed.
12741
12742         * gdk/win32/gdk.def: Add gdk_root_parent.
12743
12744 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
12745
12746         * configure.in
12747           gtk-config.in
12748           ltconfig
12749           ltmain.sh     
12750           gtk/Makefile.am: changes to compile nicely (with xlib) 
12751           on BeOS
12752
12753 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
12754
12755         * acinclude.m4
12756         * config.guess
12757         * config.sub
12758         * ltconfig
12759         * ltmain.sh: upgrade to libtool 1.3
12760
12761 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
12762
12763         * gtk/gtkclist.c:
12764         * gtk/gtkctree.c: merges from gtk-1-2
12765
12766 1999-04-25  Tor Lillqvist  <tml@iki.fi>
12767
12768         Support added for building using a GNU toolchain on Win32,
12769         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
12770
12771         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
12772         * config.h.win32: Changes for gcc.
12773         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
12774         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
12775         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
12776         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
12777         Protect shl stuff unavaiilable with mingw32 headers.
12778         * gdk/win32/gdkevents.c: Fix typo.
12779         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
12780         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
12781         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
12782         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
12783         the mingw32 headers.
12784         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
12785         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
12786         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
12787         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
12788         Test for NATIVE_WIN32, not _MSC_VER.
12789         * gtk/gtkmain.c: No use warning about developer version on Win32,
12790         there aren't any non-developer versions anyhow.
12791         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
12792         * gtk/makefile.msc: Use pthread from another directory. Minor other
12793         changes. 
12794
12795 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
12796
12797         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
12798           default filter from the list
12799
12800 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
12801
12802         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
12803          when gtk_widget_grab_default() is called for a widget that
12804          is not within a GtkWindow.
12805
12806 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
12807
12808         * docs/gtk_tut.sgml, examples/clist.c: use a
12809           scrolled window in the clist example. Minor
12810           tutorial fixes.
12811
12812 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
12813
12814         * docs/gtk_tut.sgml: Style check from David King
12815           <dking@youvegotmail.net>
12816
12817 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
12818
12819         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
12820         compile with unknown value of GDK_WINDOWING
12821
12822 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
12823
12824         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
12825         after the rule is fired.
12826         (install-exec-local): Install gdkconfig.h only if the contents are
12827         different from the currently installed gdkconfig.h.
12828
12829 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
12830
12831         * gdk/Makefile.am (configexecincludedir): Rename from 
12832         configincludedir so that gdkconfig.h will be installed 
12833         as part of `make install-exec'. 
12834
12835 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
12836
12837         * acinclude.m4
12838         * config.guess
12839         * config.sub
12840         * ltconfig
12841         * ltmain.sh: upgrade to libtool 1.2f
12842
12843         * autogen.sh: libtool is not required to autogen gtk+
12844
12845         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
12846         needed)
12847
12848 1999-03-18  Tor Lillqvist  <tml@iki.fi>
12849
12850         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
12851         declaring gdk variables exported/imported from the DLL. New image
12852         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
12853         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
12854         GDK_DRAG_PROTO_OLE2.
12855
12856         * gdk/gdk.h: Merge in Win32 version: Two new functions,
12857         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
12858         declared only for the Win32 version, but could be in the X11
12859         version as well. (Needed for a Xlib-less gdk_imlib.)
12860         gdk_color_hash should have only one parameter. Declare
12861         gdk_threads_mutex with GDKVAR.
12862         
12863         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
12864         just one parameter.
12865
12866         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
12867         per pixel, not bits.
12868
12869         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
12870         Fetch bpp (which means bits-per-pixel here) from another place on
12871         Win32. Accept also depth==32 (which we might get on Win32) with
12872         bpp==32.
12873
12874         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
12875         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
12876         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
12877         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
12878         in the backend-dependent directory, not in the common gdk
12879         directory.
12880
12881         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
12882         headers.
12883
12884 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
12885
12886         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
12887         want to use the Gtk+ devel version (which is true, and yes - even i am
12888         currently working with the 1.2.x branch). so everyone reading this, you
12889         probably want to issue
12890         cvs checkout -r glib-1-2 glib
12891         and
12892         cvs checkout -r gtk-1-2 gtk+
12893         as your next two comands.
12894
12895 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
12896
12897         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
12898         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
12899
12900         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
12901         file. strongly deprecated the GTK_HAVE_* macros, we provide
12902         GTK_CHECK_VERSION() for people that need to check for certain
12903         Gtk+ versions.
12904
12905         * gtk/gtkcompat.h: removed this from CVS.
12906         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
12907         idea right from the start, it just didn't seem like that back then.
12908
12909 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
12910
12911         * merges from gtk-1-2:
12912
12913 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
12914
12915         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
12916         item factory class has been created.
12917         (gtk_item_factory_parse_rc): likewise.
12918
12919         * gtk/gtkmenu.c:
12920         keep proper references for old_active_menu_item.
12921         (gtk_menu_reparent): unset the usize of the new parent,
12922         so the menu can sanely be size requested and we don't get nasty screen
12923         artefacts upon next reparentation.
12924         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
12925         enter notify. only synthesize enter notifies if the pointer really is
12926         inside the event window.
12927         (gtk_menu_popdown): use gtk_menu_shell_deselect().
12928         (gtk_menu_popup): move the background setting stuff into
12929         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
12930
12931         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
12932         gtk_menu_shell_select_item() to select the new item.
12933         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
12934         do the right thing for deselection as well.
12935
12936 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
12937
12938         * gtk/gtkwidget.[hc]:
12939         (gtk_widget_accelerators_locked): return whether a widget's accelerators
12940         are locked.
12941
12942         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
12943         existing accelerators if the widget's accelerators are locked.
12944
12945 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
12946
12947         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
12948
12949         * gtk/gtkmenu.c: truely forward key press and key release events to
12950         the menu widget from the toplevel or tearoff window. we can't simply
12951         connect to that, we need to stop further processing of the events as
12952         well.
12953
12954 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
12955
12956         * gtk/gtkmenu.c:
12957         (gtk_menu_key_press): pass event->keyval, event->state to
12958         gtk_accelerator_valid, instead of event->keyval twice.
12959         refuse to install single letter accelerators for menus that use
12960         single letter shortcuts.
12961
12962         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
12963         gtk_menu_ensure_uline_accel_group().
12964
12965         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
12966         which will always return an uline accel group, made
12967         gtk_menu_get_uline_accel_group() return NULL if the group isn't
12968         yet created.
12969
12970 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
12971
12972         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
12973
12974         * gtk/gtkclist.c (gtk_clist_column_title_passive):
12975         Leave button sensitive, trap  button_press, button_release,
12976         motion_notify, enter_notify and leave_notify events instead.
12977         (gtk_clist_column_title_active): disconnect event handler.
12978         (gtk_clist_drag_data_get): fixed memory leak. Reported by
12979         Guillaume Laurent <glaurent@worldnet.fr>
12980
12981 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
12982
12983         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
12984         width/height mixups.
12985
12986         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
12987         if needed.
12988
12989 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
12990
12991         * gtk/testgtk.c (create_item_factory): unref the item factory after
12992         window's destruction.
12993
12994         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
12995         count on the menu shell around the menu item's activation, since the
12996         signal emission may cause menu shell destruction.
12997
12998         * gtk/gtkitemfactory.c:
12999         the previous code leaked one accel group per menu. we use
13000         gtk_menu_get_uline_accel_group() now to fix that, and with that
13001         also create the underline accelerator group of the menus only if
13002         required (i.e. an underline accelerator has been specified).
13003         (gtk_item_factory_construct):
13004         (gtk_item_factory_create_item): removed code that would create an
13005         extra accel group for the menu (and leak references).
13006         (gtk_item_factory_create_item): adapted the underline accelerator
13007         installation code to properly feature gtk_menu_get_uline_accel_group().
13008
13009         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
13010         menu->accel_group, this may return NULL if the accelerator group
13011         hasn't been set yet.
13012         added gtk_menu_get_uline_accel_group() to retrive the underline
13013         accelerator group of the menu, this will be created on demand
13014         and proper care is taken about its reference count.
13015
13016         * gtk/gtkitemfactory.h:
13017         * gtk/gtkitemfactory.c:
13018         dumped the approach of keeping a widgets by action list on the
13019         factory since the factory<->widget destroy negotiation didn't work
13020         and would be hard to get going at all. instead we keep a list of
13021         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
13022         persistant throughout a program's life time).
13023         also, i removed the static const gchar *key_* variables, and made
13024         them inline strings (they weren't actually used anyways).
13025         (gtk_item_factory_add_item): update ifactory->items.
13026         (gtk_item_factory_destroy): destroy ifactory->items (and remove
13027         the item factory pointer from the remaining ifactory widgets).
13028         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
13029         list to find the widget.
13030         (gtk_item_factory_get_item): new function that works around
13031         gtk_item_factory_get_widget() limitations, this function will only
13032         return menu items, even for <Branch> entries.
13033
13034 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
13035
13036         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
13037         font hash table, if we have a GdkFontPrivate entry for this font
13038         already, simply increment its reference count, provided by Olaf Dietsche
13039         <olaf.dietsche+list.gtk@netcologne.de>.
13040
13041         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
13042         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
13043
13044 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
13045
13046         * gtk/gtkcontainer.c:
13047         (gtk_container_add_with_args):
13048         (gtk_container_addv):
13049         (gtk_container_add): before adding a child to a conatiner, make sure
13050         it is (default) constructed, this is neccessary because under certain
13051         circumstances the child will get relized and mapped immediatedly, in
13052         which case it has to be constructed already.
13053
13054 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
13055
13056         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
13057         values > 1 as TRUE also.
13058
13059 1999-03-16  Tor Lillqvist  <tml@iki.fi>
13060
13061         * README.win32: New file.
13062                 
13063         * configure.in: Check for lstat.
13064
13065         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
13066         completeness.
13067
13068         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
13069
13070         * gtk/gtk.def: Removed CRs.
13071
13072         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
13073         ..\gdk\win32).
13074
13075         * gdk/win32/makefile.msc: Correct upwards relative paths.
13076         
13077 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
13078
13079         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
13080           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
13081           it was connecting a void function to expose_event and the int
13082           returning function to the draw signal
13083
13084 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
13085
13086         * configure.in:
13087         Use correct path to libgmodule.la when ref'ing uninstalled copy
13088         of glib.  (Already in stable branch, Bug #417)
13089
13090 1999-03-15  Tor Lillqvist  <tml@iki.fi>
13091
13092         Win32 merge and general portability stuff:
13093                 
13094         * acconfig.h,configure.in: Check for <sys/time.h>.
13095
13096         * gdk/win32: New directory (actually, been there for a while).
13097         
13098         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
13099         NATIVE_WIN32, and use these. Always case fold on Win32. No
13100         backslashed escapes on native Win32.
13101
13102         * gtk/{gtk.def,makefile.msc}: New files.
13103
13104         * gtk/Makefile.am: Add above new files.
13105         
13106         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
13107         instead of <strings.h>.
13108
13109         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
13110         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
13111         <unistd.h> appropriately.
13112
13113         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
13114         Use ABS() (from <glib.h>) instead of abs().
13115         
13116         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
13117         of gtk (and thus glib) headers, so that WIN32 will be
13118         defined. With MS C, include <direct.h> for mkdir prototype.
13119
13120         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
13121         some casts, needed by MS C.
13122
13123         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
13124         implemented).
13125
13126         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
13127         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
13128         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
13129
13130         * gtk/gtkmain.h: Mark variables for export/import on Win32.
13131                 
13132         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
13133         the event is not a hint, or its window is not the slider. Needed
13134         on Win32, at least.
13135
13136         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
13137         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
13138         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
13139         a subdirectory of the Windows directory as gtk system
13140         configuration directory.
13141
13142         * gtk/gtkselection.c: No chunks on Win32.
13143
13144         * gtk/gtksocket.c: Not implemented on Win32.
13145
13146         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
13147
13148         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
13149
13150         * gtk/maketypes.awk: Declare variables with a macro that expands to
13151         necessary export/import magic in the case of Win32.
13152                 
13153         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
13154
13155 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
13156
13157         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
13158         since those were meant only for gdki18n.h.  
13159         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
13160         for widechar tests.
13161         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
13162
13163 1999-03-13  Tor Lillqvist  <tml@iki.fi>
13164
13165         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
13166         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
13167
13168         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
13169         installed) to CFLAGS.
13170
13171         * gdk/Makefile.am: Add rules for gdkconfig.h.
13172
13173         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
13174         APIs.
13175
13176         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
13177         gdkx.h anyway when compiling for X11.
13178         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
13179         general): Merge in Win32 version.
13180         
13181         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
13182         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
13183         expansion (if we don't have HAVE_PWD_H), allow for drive
13184         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
13185         included code from Craig Setera's port to Win32 (the one that uses
13186         X11, and the cygwin dll), even if it probably will be abandoned.
13187
13188         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
13189         the user entered one herself.  This way one can complete *.h and
13190         don't get matches on any .help files, for instance.
13191         
13192 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
13193
13194         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
13195         font hash table, if we have a GdkFontPrivate entry for this font
13196         already, simply increment its reference count, provided by Olaf Dietsche
13197         <olaf.dietsche+list.gtk@netcologne.de>.
13198
13199         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
13200         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
13201
13202 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
13203
13204         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
13205         the number of calls to gdk_draw_point() (and thus to X) by
13206         clipping the points by hand.
13207
13208         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
13209         the clip parameter.
13210         (gtk_handle_box_paint): Only paint the handle if the expose area
13211         intersects it.
13212
13213 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
13214
13215         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
13216
13217 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
13218
13219         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
13220         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
13221
13222 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
13223
13224         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
13225          textmode (O_TEXT) for OS/2 version.
13226
13227 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
13228
13229         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
13230         GtkSpinButton, "input" and "output", to make the output more flexible.
13231         The user has to provide a mapping between adjustment->value and the
13232         output string (and vice versa, if the spin button is editable). 
13233         See testgtk for examples.
13234
13235 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
13236
13237         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
13238         new one.
13239         
13240         * configure.in: set gtk+ version to 1.3.0.