]> Pileus Git - ~andy/gtk/blob - ChangeLog
f55837676e81f2405caf955139a30eb846da154b
[~andy/gtk] / ChangeLog
1 2001-02-21  Havoc Pennington  <hp@redhat.com>
2
3         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
4         unbreak this function
5
6         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
7         properties
8
9         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
10         properties
11
12         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
13         properties
14
15         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
16         mean unset the max length
17
18 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
19
20         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
21         Changed name to be set_cell_data_func to make it clear what
22         the functino does.  Close bug #51069.
23
24 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
25
26         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
27         have memory actually freed.  Keeps box running longer.
28
29 2001-02-21  Alexander Larsson  <alexl@redhat.com>
30         
31         * gtk/gtkseparatormenuitem.[ch]:
32         Added new menu separator item. The drawing and size handling
33         is still done in GtkMenuItem, but the API is a bit more sane.
34         
35         * gtk/Makefile.am:
36         Add gtkseparatormenuitem.[ch].
37
38         * gtk/gtk.h:
39         Add gtkseparatormenuitem.h.
40         
41         * gtk/gtkentry.c:
42         * gtk/gtkmenufactory.c:
43         * gtk/gtktextview.c:
44         Use the new API for menu separators.
45         
46         * demos/gtk-demo/menus.c (create_menu):
47         Add some GtkSeparatorMenuItem demo code.
48
49 2001-02-20  Havoc Pennington  <hp@redhat.com>
50
51         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
52         Lee Mallabone
53
54         * gtk/gtkarrow.c: Convert to new property API, patch from 
55         Lee Mallabone
56
57 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
58
59         * tests/testtreeview.c (toggled_callback): fix to reflect change
60         in GtkTreeModelStore.
61
62 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
63
64         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
65         function to create an icon set from a pixbuf.
66
67 2001-02-20  Alexander Larsson  <alexl@redhat.com>
68
69         * gtk/gtkcellrenderertext.[ch]:
70         Add a "markup" property.
71
72         * gtk/treestoretest.c:
73         Use the markup property, remove some leftover stuff from
74         GtkTreeModelMapping.
75
76 2001-02-20  Alexander Larsson  <alexl@redhat.com>
77
78         * gtk/gtklabel.c (gtk_label_set_selectable):
79         Queue a redraw if the selectable setting was changed.
80
81 2001-02-20  Alexander Larsson  <alexl@redhat.com>
82
83         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
84         Actually copy the whole gc, not just the public parts.
85         
86         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
87         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
88         labels.
89
90 2001-02-19  Havoc Pennington  <hp@pobox.com>
91
92         * gdk/gdkwindow.c: docs
93
94         * gdk/gdkrgb.c: docs
95
96         * gdk/gdkregion-generic.c: docs
97
98         * gdk/gdkgc.c (gdk_gc_set_values): docs
99
100         * gdk/gdkdraw.c: docs
101
102         * gdk/gdkdrawable.h: deprecate drawable get/set data
103
104 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
105
106         * demos/gtk-demo/dialog.c: Add simple new demo.
107
108 2001-02-19  Havoc Pennington  <hp@redhat.com>
109
110         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
111         insert_child_anchor signal, bug #50245
112
113         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
114         from create_child_anchor, so the anchor is passed in
115
116         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
117         (_gtk_widget_segment_new): have the child anchor object passed in, 
118         instead of creating it.
119
120         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
121         to gtk_text_buffer_get_modified
122
123 2001-02-19  Havoc Pennington  <hp@redhat.com>
124
125         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
126         changed GLib without fixing GTK
127
128         * gtk/gtkrange.h: Rename all the stupid implementation detail 
129         functions to have an underscore in front. Most of them should 
130         probably just go away, but for starters don't export them.
131         Bug #50482
132
133 2001-02-19  Havoc Pennington  <hp@redhat.com>
134
135         * gdk/gdkcolor.h: test was backward, so deprecated functions were
136         excluded by default
137
138         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
139         clean up the old code a bit
140
141         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
142         inconsistent state
143
144         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
145         draw inconsistent state
146
147         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
148         (create_menu): add inconsistent test
149
150         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
151         new function
152         (gtk_check_menu_item_get_inconsistent): new function
153         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
154         state (using etched in for now)
155
156         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
157         draw inconsistent state
158
159         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
160         function, used when the user has selected a range of stuff in
161         different states
162         (gtk_toggle_button_get_inconsistent): accessor for that
163         (gtk_toggle_button_paint): draw inconsistent state (etched in?
164         don't know what else to do)
165
166 2001-02-19  Hans Breuer <hans@breuer.org>
167
168         * gtk/gtk.def : updated exported symbols
169
170         * gtk/makefile.msc.in : updated
171
172         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
173         a colormap, when invoked from testgtk::entry. I'm not sure where
174         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
175         avoids immediate crashing ...
176
177         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
178         any objections ?
179
180         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
181         0 parameter. At least msvc doesn't like macros with var args. 
182         I simply removed the extra 0, was it a feature or a typo ?
183
184         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
185         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
186         because the value assignment to the internal struct wasn't working.
187         I'm not absolutely sure. The problem could have been resolved by
188         changing the "func" declartion in the struct, but was the pointer
189         to the function pointer intended ?
190
191         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
192
193         * gdk/gdk.def : updated exported symbols
194
195         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
196         only use SetDIBitsToDevice if there is a palette at the drawable
197         and the image is GDK_VISUAL_PSEUDO_COLOR
198
199         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
200
201         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
202
203         * gdk/*/makefile.msc : updated
204
205 2001-02-19  Havoc Pennington  <hp@redhat.com>
206
207         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
208         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
209
210         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
211         (gdk_key_repeat_restore): nuke
212
213         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
214         (gdk_init_check): no atexit func
215
216         * gdk/gdkrgb.h: mark some stuff deprecated
217
218         * gdk/gdkcolor.h: mark some stuff deprecated
219         
220         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
221
222         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
223
224 2001-02-16  Havoc Pennington  <hp@redhat.com>
225
226         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
227         scroll steps.
228
229         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
230         steps, and add Ctrl-arrow shortcuts for paging visually as with
231         HScale, since Page Up and Page Down move logically.
232
233         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
234         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
235         
236         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
237         steps
238         (gtk_range_scroll): handle the visual steps
239
240         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
241         scroll steps
242
243         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
244         steps, not the logical ones.
245
246         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
247         (scroll_vertical): handle up/down steps
248
249 2001-02-19 Alexander Larsson  <alexl@redhat.com>
250
251         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
252         Copy data and free data with free().
253
254         * gdk-pixbuf/gdk-pixbuf.c:
255         * gdk-pixbuf/io-jpeg.c:
256         * gdk-pixbuf/io-png.c:
257         Use g_try_malloc/g_free instead malloc/free.
258         
259         * gdk-pixbuf/test-gdk-pixbuf.c:
260         Must... initialize... gobject...
261         
262         * gdk-pixbuf/pixops/timescale.c:
263         * gtk/gtkcalendar.c:
264         Use g_malloc instead of malloc.
265         
266 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
267
268         * gtk/testgtkrc:
269         Comment out property assignments, these don't work yet.
270
271 2001-02-17  Havoc Pennington  <hp@pobox.com>
272
273         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
274         bit.
275
276 2001-02-17  Havoc Pennington  <hp@pobox.com>
277
278         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
279         shadowed variables that had broken size request in some cases,
280         leading to bogus tooltips (#50996)
281
282 2001-02-06  Jon K Hellan  <hellan@acm.org>
283
284         Implement fast browsing of tooltips, bug #50619
285         
286         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
287         and last_popdown
288         
289         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
290         use_sticky_delay and last_popdown.
291         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
292         time of popdown.
293         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
294         is NULL.
295         (gtk_tooltips_recently_shown): New static function.  Return true
296         if < sticky_delay has elapsed since last popdown.
297         (gtk_tooltips_event_handler): Display window after sticky_delay
298         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
299         since last popdown.
300         
301 2001-02-17  Havoc Pennington  <hp@pobox.com>
302
303         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
304         instead of (). #6394
305
306         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
307         G_CONST_RETURN, make it return by reference, #50473
308         
309 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
310
311         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
312         generated ENTER_NOTIFY event with 0, otherwise not explicitely
313         setup fields contain garbage (e.g. subwindow, breaking
314         gdk_drawable_ref() upon event copy).
315         (gtk_menu_stop_navigating_submenu_cb): same here.
316
317         * gtk/gtklist.c (gtk_list_vertical_timeout): 
318         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
319         * gtk/gtkclist.c (vertical_timeout): 
320         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
321         default-zero-intialization for unions to memset(,0,), as unions are
322         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
323         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
324
325         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
326         g_closure_sink() warning.
327
328         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
329         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
330         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
331         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
332         
333 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
334
335         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
336         gtk_*_store_get, and moved to GtkTreeModel.
337
338         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
339
340         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
341
342         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
343
344         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
345         set the func.
346
347         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
348         freeze/thaw notify between setting all the properties for a cell.
349
350         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
351
352 2001-02-15  Havoc Pennington  <hp@redhat.com>
353
354         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
355         the X coordinates so they're with respect to the line, rather than 
356         with respect to the layout.
357
358         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
359         Mallabone
360
361         * gtk/testgtk.c (create_range_controls): add vscale tests, 
362         and inverted test
363
364         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
365         #50806
366
367         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
368
369         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
370         gtk_text_iter_is_end
371
372         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
373         rename gtk_text_buffer_get_end_iter
374
375         * gtk/testgtk.c (create_labels): Add test for selectable
376
377         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
378         the selection stuff. This code is kind of broken since it doesn't 
379         use the theme engine.
380
381         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
382         fix infinite loop and y offset problem
383         (gdk_draw_layout_line_with_colors): fix foreground color handling
384
385         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
386         that makes the label selectable.
387         
388         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
389         layout when the style is set, since fonts etc. could have changed.      
390
391 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
392
393         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
394
395         * gtk/gtktreemodelsimple.[ch]: removed.
396
397 2001-02-16  Alexander Larsson  <alexl@redhat.com>
398
399         * gtk/gtktreemodelmapping.[ch]:
400         New files. Implement GtkTreeModelMapping.
401         
402         * gtk/Makefile.am:
403         Add gtktreemodelmapping.[ch].
404         
405         * gtk/gtk.h:
406         Add gtktreemodelmapping.h
407
408         * gtk/treestoretest.c:
409         Test the GtkTreeModelMapping
410
411 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
412
413         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
414         have a demo, we might as well pass in real values.  Thanks to
415         clahey for pointing this out.
416
417 2001-02-14  Havoc Pennington  <hp@pobox.com>
418
419         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
420         "static" to a private function
421         (gtk_image_menu_item_class_init): remove destroy handler,
422         add "image" object property
423
424 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
425
426         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
427         Add a shortcut if the window and the current clip_region doesn't
428         overlap. This is needed when there are a lot of windows in a
429         window. The layout test in testgtk is a good test.
430
431         * gdk/linux-fb/gdkwindow-fb.c:
432         Whitespace fix.
433
434 2001-02-13  Sven Neumann  <sven@convergence.de>
435
436         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
437
438 2001-02-13  Alexander Larsson  <alexl@redhat.com>
439
440         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
441         Don't reference last_cursor if it is null. Fixes crash when rotating
442         the screen before having moved the mouse.
443
444         * gdk/linux-fb/gdkcc-fb.c: Zapp!
445
446         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
447
448         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
449         when using 90 or 270 degrees rotation.
450
451 2001-02-12  Havoc Pennington  <hp@pobox.com>
452
453         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
454         it always set the foreground, even if we were only using
455         a stipple.
456         (gdk_draw_layout_line_with_colors): new function, allow
457         override colors
458         (gdk_draw_layout_with_colors): new function, allow override
459         colors
460         (gdk_pango_layout_line_get_clip_region): function to get the clip
461         region for a logical text range
462         (gdk_pango_layout_get_clip_region): get the clip region for a
463         logical text range
464
465         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
466         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
467         the right number of arguments.
468
469         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
470         enhance the function to check that node data corresponds to a 
471         view still belonging to the tree.
472
473         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
474         GtkTreePath
475         (gtk_tree_view_inserted): ditto
476         (gtk_tree_view_child_toggled): ditto
477
478         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
479         simplify this code.
480
481         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
482         a PangoAttrList
483
484         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
485
486         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
487
488         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
489         size in the size request 
490         (gtk_menu_bar_size_allocate): consider toggle size here
491
492         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
493         that displays a widget in the toggle slot
494
495         * gtk/testgtk.c: test GtkImageMenuItem
496
497         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
498         
499         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
500         request and allocation
501
502         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
503
504         * gtk/gtkcheckmenuitem.c
505         (gtk_check_menu_item_toggle_size_request): ditto
506         
507 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
508
509         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
510         reference.
511
512         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
513         and refuse to initialize GTK+ if they fail.
514
515 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
516
517         * configure.in: Add check for gtk-doc version.
518
519 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
520
521         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
522         where the xpad/ypad was only being used on one side!
523
524 2001-02-11  Tor Lillqvist  <tml@iki.fi>
525
526         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
527         function, copied from X11 version.
528
529         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
530         DestroyCursor failures. The reason for the problem (despite the
531         inconsistent messages from GetLastError()) was that
532         DestroyCursor() cannot be called while a cursor is set in a
533         window. Set the new cursor first and then destroy the old one.
534         Thanks to jpe@archaeopteryx.com.
535
536         * gdk/win32/gdkcc-win32.c: Remove.
537
538         * gdk/win32/Makefile.am: Remove from here, too.
539         
540         * gdk/gdk.def
541         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
542
543         * gtk/gtk.def
544         * gtk/makefile.mingw.in: Updates.
545
546 2001-02-08  Havoc Pennington  <hp@redhat.com>
547
548         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
549         add a widget to a bin that already has a child.
550
551         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
552
553         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
554         
555         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
556
557         * gdk/gdk.h: remove gdkcc.h
558
559         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
560
561         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
562         GdkPixbuf, since the previous implementation was GdkColorContext
563         dependent.
564
565         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
566         
567 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
568
569         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
570         a sane value!
571
572 2001-02-08  Havoc Pennington  <hp@redhat.com>
573
574         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
575         lighten them.
576
577 2001-02-08  Havoc Pennington  <hp@redhat.com>
578
579         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
580         validation idle
581
582         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
583         cell renderer
584
585         * demos/pixbuf-demo.c (timeout): remove deprecated
586         gtk_widget_draw
587
588         * demos/testpixbuf-save.c (main): remove deprecated
589         gtk_drawing_area_size
590
591         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
592         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
593         at the start of the allocation.
594         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
595         unsetup or NULL model.
596
597         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
598         even/odd/sorted cells in the tree view.
599
600         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
601         bugfixes
602
603         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
604         backgrounds with draw_flat_box using different detail for even/odd
605         rows.
606
607         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
608         row, so we can draw the alternating colors thing
609
610         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
611         property from a synonym property, notify for the synonym.
612         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
613         (gtk_text_tag_get_property): Always return the font, even if
614         all its fields aren't set
615
616         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
617         store the attr list; it leaves us with no way to change attributes
618         in _render according to the render flags, and no way to implement
619         get_property. Instead store all the specific text attributes. 
620         Separate whether an attribute is enabled from its value. Sync all
621         properties with GtkTextTag, make them all consistent, etc.
622
623         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
624         renderers can highlight the sort row/column     
625
626         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
627         accessor functions to get values; this has the side effect of
628         showing up which accessor functions were missing. Added those.
629
630         * gtk/gtktreeviewcolumn.h: Replace set_justification with
631         set_alignment, to be consistent with GtkLabel, GtkMisc
632
633         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
634         arrow.
635
636         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
637
638         * gtk/gtktreesortable.h: updates in here
639
640 2001-02-07  Sven Neumann  <sven@convergence.de>
641
642         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
643         pango dimensions after painting the background. We used to draw
644         gigantic flat boxes here.
645
646 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
647
648         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
649         error introduced with earlier commit) (pointed out by
650         Ollie Lho)
651
652 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
653
654         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
655         which are no longer necessary.
656
657 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
658
659         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
660
661 2001-02-04  Tor Lillqvist  <tml@iki.fi>
662
663         * gdk/gdk.def
664         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
665         Provide dummy implementations.
666
667 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
668
669         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
670
671         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
672         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
673         deprecated this function.
674
675         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
676         argument.
677
678 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
679
680         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
681
682 2001-02-03  Havoc Pennington  <hp@pobox.com>
683
684         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
685         Mikael Hermansson with patch from Mikael (if there was a toggle
686         start one after the first character in the range, this function
687         was broken). Bug #50380
688
689 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
690
691         * configure.in: Remove confusing comment about X11.
692
693 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
694
695         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
696         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
697         
698 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
699
700         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
701         it breaks things on BSD. If you want to compile GTK+ with
702         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
703         when configuring, since GTK+ simply can't be "pure ANSI" 
704         in the header files it uses. (#8170, Greg Hudson)
705
706 2001-02-02  Havoc Pennington  <hp@redhat.com>
707
708         * gtk/gtkwindow.c: docs
709
710         * gtk/gtkwidget.c: docs
711         (gtk_widget_set_colormap): add a reference to the colormap
712         (gtk_widget_get_default_colormap): add a reference to the colormap
713
714         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
715
716         * gtk/gtktextiter.c: docs
717
718         * gtk/gtkmain.c (gtk_propagate_event): docs
719
720         * gtk/gtkpaned.c (gtk_paned_get_position): docs
721         (gtk_paned_set_position): docs
722
723         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
724         sort interface, no implementation yet.
725
726         * demos/testpixbuf.c (new_testrgb_window): replace
727         gtk_drawing_area_size() with gtk_widget_set_usize()
728
729         * demos/testpixbuf-drawable.c (main): ditto
730         
731         * gtk/testgtk.c: remove use of GtkStatusbarMsg
732
733         * gtk/gtktextbuffer.c: docs
734
735         * gtk/gtkstock.c: docs
736
737         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
738
739         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
740
741         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
742         
743         * gtk/gtkimage.c: add some docs in here
744         (gtk_image_size_request): change name of
745         gtk_widget_render_stock_icon
746         (gtk_image_get_icon_set): don't dup returned string
747         (gtk_image_get_icon_set): don't dup returned string
748
749         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
750         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
751         and gtkiconfactory.h functions
752
753         * gtk/gtkiconfactory.c: add some docs in here
754
755         * gtk/gtkmain.c (gtk_get_default_language): document
756         (gtk_get_current_event): document
757         (gtk_get_current_event_state): document
758         (gtk_get_event_widget): document
759
760         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
761
762         * gtk/gtkcontainer.c: Add some documentation
763         (gtk_container_add): give a more explanatory warning on adding an
764         already-parented widget, this is kind of a FAQ and also a common
765         typo that's easier to debug with a nice warning 
766
767         * gtk/gtkcellrenderertoggle.c
768         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
769         adding this, it's useless
770         (gtk_cell_renderer_toggle_set_active): remove
771         (gtk_cell_renderer_toggle_get_radio): add
772
773         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
774         the NULL cell renderer, that doesn't make any sense to me. 
775
776         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
777         demo code should never use deprecated features.
778
779         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
780         code should never use deprecated features.
781
782         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
783         gtk_widget_queue_clear_area deprecated
784
785         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
786         deprecated
787
788         * gtk/gtklabel.h: mark gtk_label_get() deprecated
789
790         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
791         a GdkImage deprecated, replaced by new consistently-named
792         functions       
793
794         * gtk/gtkmain.h: Mark gtk_exit() deprecated
795
796         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
797
798         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
799         deprecated
800
801         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
802         so it won't appear in docs and confuse people.
803
804         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
805
806         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
807         macros deprecated. (can't mark the type itself deprecated, since
808         GtkProgressBar is not deprecated and we need the type decl to use
809         GtkProgressBar)
810
811         * gtk/gtkpixmap.h: Mark deprecated
812
813         * gtk/gtkoldeditable.h: Mark deprecated
814
815         * gtk/gtklist.h: Mark deprecated
816
817         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
818         for anything anymore.
819
820         * gtk/gtkctree.h: Mark deprecated
821
822         * gtk/gtkclist.h: Mark deprecated
823
824         * gtk/gtkpreview.h: Mark deprecated
825
826         * gtk/gtkpacker.h: Mark deprecated
827
828         * gtk/gtktipsquery.h: Mark deprecated
829
830         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
831
832         * gtk/gtkvruler.h: Add comment that it will move out of GTK
833
834         * gtk/gtkhruler.h: Add comment that it will move out of GTK
835
836         * gtk/gtkruler.h: Add comment that it will move out of GTK
837
838         * gtk/gtkgamma.h: Add comment that it will move out of GTK
839
840         * gtk/gtkcurve.h: Add comment that it will move out of GTK
841
842 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
843
844         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
845         gdk_colormap_sync private since it was never exported
846         in a header file.
847
848         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
849         colormap->colors[] for StaticGray, StaticColor colormaps.
850
851         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
852         was being used as if it was image->bits_per_pixel.
853
854         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
855         for the image in the GdkImage structure since it isn't
856         reconstructable, and we need it to handle packed types
857
858         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
859         the assumption that on Win32 image->bits_per_pixel == image->depth,
860         always.
861
862         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
863
864         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
865         warning message if no converter can be found. 
866
867 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
868
869         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
870         chars to isupper() / tolower(). (#567)
871
872         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
873         to clear up 64-bit warnings. (#567)
874
875 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
876
877         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
878         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
879
880         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
881         since some people set $(libdir) separately. (#1290, David Kaelbling)
882
883 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
884
885         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
886         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
887         MAXPATHLEN, but the code here depends on a fixed value.)
888         (#4524)
889
890 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
891
892         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
893         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
894
895 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
896
897         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
898         viewable there is no way that moving the node will cause the 
899         focus row to become not viewable, so omit check on the visibility
900         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
901
902 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
903
904         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
905         selection before inserting new text.
906
907 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
908
909         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
910         Make the sensitivity of the reparented child track that of
911         the original parent menu item. (#34218, David Hodson)
912
913         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
914         the case where the current item is destroyed properly.
915
916         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
917         some edge cases with child-less menuitems.
918         
919 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
920
921         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
922         key pop down window. (#12074, Jon K Hellan)
923
924 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
925
926         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
927         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
928         The solution here isn't perfect - you get an extraneous
929         emission of "toggle", which could conceivably confuse an app,
930         but better than the current situation. LXR search seems to
931         indicate that no apps in GNOME CVS connect to "toggle".
932
933 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
934
935         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
936         gtk_public_h_sources to directly here to avoid warning when
937         building srcdir != builddir. (#9656)
938
939 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
940
941         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
942         handlers in gtkrange.c return the proper values (TRUE == handled)
943         (#10316).
944
945         This is just the tip of the iceberg, but gtkrange.c is the
946         most common place where the propagation is problematical,
947         and also a place where it is almost certainly safe to change
948         this in the stable branch.
949
950         (You don't want right click popups on a range control or anything...)
951
952 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
953
954         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
955         area on focus out, even if a background pixmap isn't set.
956         (#13941)
957         
958 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
959
960         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
961         to deal with setting the shape properly when scrolling arrows are
962         turned on, but not visible because there is sufficient space.
963         (#13432)
964
965 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
966
967         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
968         items with submenus, destroy the item along with the submenu.
969         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
970         properly.
971
972         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
973         later.
974
975 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
976
977         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
978         the focus widget sometimes wasn't drawn with the default if there
979         was no default widget.
980
981         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
982         unreference pixmaps. 
983
984         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
985         for some extra safety.
986
987 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
988
989         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
990         the text of a cell to the old pointer value better, by
991         copying the new text before freeing the old text. Some code
992         cleanup. (#8079, Karl Nelson)
993
994 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
995
996         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
997         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
998
999 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
1000
1001         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
1002         item from a menu, check to see if it matches 
1003         menu->old_active_menu_item, and if so, unref and clear
1004         old_active_menu_item (Patch from Pavel Cisler)
1005
1006         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
1007         menu_shell->active_menu_item, if it is the child being
1008         removed. (Patch based on that of Gene Ragan, #50337)
1009
1010 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
1011
1012         * gdk/linux-fb/gdkselection-fb.c: 
1013         * gdk/linux-fb/gdkcolor-fb.c: 
1014         * gdk/linux-fb/gdkdrawable-fb2.c: 
1015         * gdk/linux-fb/gdkfont-fb.c: 
1016         * gdk/linux-fb/gdkim-fb.c: 
1017         * gdk/linux-fb/gdkinput.c: 
1018         * gdk/linux-fb/gdkkeyboard-fb.c: 
1019         * gdk/linux-fb/gdkmain-fb.c: 
1020         * gdk/linux-fb/gdkrender-fb.c: 
1021         A bunch of whitespace cleanup.
1022         
1023 2001-01-30  Havoc Pennington  <hp@pobox.com>
1024
1025         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
1026         #ifdef GTK_ENABLE_BROKEN.
1027
1028         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
1029         GTK_ENABLE_BROKEN just before including the broken headers.
1030         
1031         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
1032         deprecated types registered.
1033
1034         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
1035         we have to test the broken stuff.
1036
1037         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
1038         
1039 2001-01-30  Havoc Pennington  <hp@redhat.com>
1040
1041         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
1042         here where prev pointer was set to the wrong thing
1043
1044         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
1045         (gtk_tree_path_is_descendant): new function
1046
1047         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
1048         cached length
1049         (gtk_list_store_get_iter): don't modify iter if we can't get the
1050         path.
1051
1052         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
1053         
1054         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
1055         GtkTreeDragDest
1056
1057         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
1058         was causing segfault
1059
1060         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
1061         pointer to NULL
1062
1063         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
1064
1065         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
1066         on returning FALSE
1067         (gtk_list_store_iter_children): ditto
1068         (gtk_list_store_iter_nth_child): ditto
1069         (gtk_list_store_iter_nth_child): ditto
1070         (gtk_list_store_iter_parent): ditto
1071
1072         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
1073         on iter->user_data != NULL instead of silently accepting it.
1074         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
1075         we are returning TRUE.
1076         (gtk_tree_store_iter_children): ditto
1077         (gtk_tree_store_iter_nth_child): ditto
1078         (gtk_tree_store_iter_parent): ditto
1079         (gtk_tree_store_insert): remove handling of parent->user_data ==
1080         NULL, replace with parent == NULL       
1081
1082         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
1083         and a comment explaining things
1084
1085         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
1086         interface support to GtkTreeStore.
1087
1088         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
1089         FALSE if no prev, fix
1090
1091         * gtk/gtktreeview.c (set_source_row): use a row reference
1092         (set_dest_row): use a row reference
1093
1094 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
1095
1096         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
1097         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
1098         (gtk_tree_selection_select_iter): The same as above.
1099
1100 2001-01-26  Havoc Pennington  <hp@redhat.com>
1101
1102         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
1103         which holds a handle to a specific row (particular set of values
1104         in the model, i.e. pointer-identity row).
1105
1106         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
1107         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
1108         Still need to use it for the src/dest row saved on the drag context.
1109
1110 2001-01-26  Havoc Pennington  <hp@redhat.com>
1111
1112         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
1113
1114         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
1115         not offset by TREE_VIEW_HEADER_HEIGHT
1116         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
1117         TREE_VIEW_HEADER_HEIGHT
1118
1119         * configure.in (included_loaders): for me, --with-included-loaders
1120         generates the error "the specified loader yes does not exist",
1121         i.e. the arg defaults to "yes", so change test for value ""
1122         to test for value "yes", and include all loaders in that case.
1123
1124         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
1125
1126         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
1127         handle TREE_VIEW_VERTICAL_SEPARATOR
1128         (gtk_tree_view_bin_expose): fix to consider the row offset as
1129         pointing halfway into vertical separator.       
1130         (gtk_tree_view_draw_node_focus_rect): ditto
1131
1132         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
1133         --gtk-debug=updates, which causes gdk_window_set_debug_updates
1134         (TRUE) to be called.
1135
1136         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
1137         debug mode where the invalid region is colored in on invalidate,
1138         so you can see the flicker and know whether your redraw code is 
1139         doing a good job.
1140
1141         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
1142         tree window coordinates (clip rect is in tree window coords)
1143
1144         * gtk/Makefile.am: add gtktreednd.[hc]
1145
1146         * gtk/gtkliststore.c: implement gtktreednd interfaces.
1147
1148         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
1149         drag-and-drop data operations on a model (so we can set up tree
1150         drag-and-drop automatically)
1151
1152         * gtk/testgtk.c: Add a window to change sensitivity in the
1153         GtkLabel test; add a way to change the entry frame in GtkEntry
1154         test
1155
1156         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
1157         (gtk_entry_get_has_frame): new functions to remove the frame
1158         around an entry
1159         (gtk_entry_size_request): shrink requisition if no frame
1160         (gtk_entry_draw_focus): don't draw frame if no frame
1161
1162         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
1163         checks inside a cell renderer
1164         (gtk_default_draw_option): ditto for options
1165
1166         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
1167         children from the alignment, not the button
1168         (gtk_tree_view_column_init): ref/sink the column, to emulate
1169         GObject refcounting.
1170
1171         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
1172         
1173         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1174         Use theme functions to draw the toggles 
1175
1176         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
1177
1178         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
1179         GdkPangoAttrEmbossed to use in rendering insensitive text
1180
1181         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
1182
1183         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
1184         using new GDK features
1185         
1186 2001-01-24  Alexander Larsson  <alexl@redhat.com>
1187
1188         * gtk/gtkimage.c:
1189         Splitted gtk_image_clear into gtk_image_clear() and
1190         gtk_image_reset(). Call gtk_image_clear() in ::destroy
1191         to avoid leaks.
1192
1193         * gtk/gtklabel.c (set_markup):
1194         Don't leak text.
1195
1196         * gtk/gtktextlayout.c:
1197         Always free display->shaped_objects.
1198
1199         * gtk/testgtk.c (create_clist):
1200         Don't leak custom style.
1201
1202 2001-01-23  Alexander Larsson  <alexl@redhat.com>
1203
1204         * gtk/gtkcolorsel.c (grab_color_at_mouse):
1205         Don't leak image. Simplify using gdk_colormap_query_color().
1206         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
1207
1208         * linux-fb/gdkcolor-fb.c:
1209         Implemented gdk_colormap_query_color.
1210
1211 2001-01-23  Alexander Larsson  <alexl@redhat.com>
1212
1213         * linux-fb/gdkcursor-fb.c:
1214         Don't leak built-in cursors.
1215
1216         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
1217         Don't leak tmp_points.
1218
1219         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
1220         Don't modify desc. Don't leak font if the PangoFont
1221         isn't found.
1222         
1223         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
1224         Free dash_list.
1225
1226         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
1227         Don't leak string.
1228         
1229 2001-01-20  Havoc Pennington  <hp@pobox.com>
1230
1231         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
1232         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
1233         me, matches Pango
1234
1235 2001-01-22  Havoc Pennington  <hp@redhat.com>
1236
1237         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
1238
1239         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
1240
1241         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
1242         Remove, move back to gdk-pixbuf
1243
1244         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
1245         to all the word functions
1246
1247         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
1248         before doing anything on NULL layout or if we don't have the focus
1249
1250         * gtk/testtext.c (fill_example_buffer): "justification"
1251
1252         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
1253         to be called "justification" not "justify"
1254
1255         * demos/gtk-demo/textview.c (create_tags): "justification"
1256         
1257         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
1258
1259 2001-01-22  Alexander Larsson  <alexl@redhat.com>
1260
1261         * gdk/gdkwindow.c (gdk_window_invalidate_region):
1262         Don't leak visible_region. Use visible_region instead of region.
1263         
1264         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
1265         Don't do extra gdk_drawable_ref(). This is not X.
1266         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
1267         gdk_fb_focused_window is ref:ed.
1268         (gdk_fb_window_send_crossing_events): Watch out for destroyed
1269         windows.
1270
1271 2001-01-22  Alexander Larsson  <alexl@redhat.com>
1272
1273         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
1274         Don't leak the PangoFontDescriptor.
1275
1276 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
1277
1278         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
1279         when not realized.
1280         (gtk_tree_view_scroll_to_cell): Make work when not realized.
1281         (gtk_tree_view_realize): add scroll_to support
1282         (gtk_tree_view_finalize): add a finalize method.  Populate.
1283         (gtk_tree_view_insert_column): ref and sink the column.
1284         (gtk_tree_view_append_column): ref and sink the column.
1285         (gtk_tree_view_queue_draw_node): New function to handle redrawing
1286         individual nodes.  Should make the code much more efficient, if
1287         actually used.
1288
1289 2001-01-19  Havoc Pennington  <hp@redhat.com>
1290
1291         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
1292         byte_offset variable was being used to mean both "offset into
1293         layout" and "offset into buffer line" which was no longer true
1294         with addition of preedit string; fix
1295
1296 2001-01-19  Havoc Pennington  <hp@redhat.com>
1297
1298         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
1299
1300         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
1301         function
1302
1303         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
1304         implement
1305
1306         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
1307         scroll_to_cell, matches TextView scroll functions better
1308         (gtk_tree_view_tree_to_widget_coords): new function
1309         (gtk_tree_view_widget_to_tree_coords): new function
1310         (gtk_tree_view_get_visible_rect): new function
1311         (gtk_tree_view_get_path_at_pos): accept negative coordinates
1312         (gtk_tree_view_draw_node_focus_rect): new function moved from
1313         draw_focus, also, use width of bin_window as width of the focus
1314         rect
1315         (gtk_tree_view_expand_row): fix bug where it didn't recognize
1316         already-expanded rows
1317         (gtk_tree_view_get_cell_rect): new function
1318         (gtk_tree_view_get_path_at_pos): return the click position
1319         relative to the passed-in cell
1320         (gtk_tree_view_set_expander_column): new function
1321
1322         * configure.in: remove gtk-config-2.0 chmod
1323
1324         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
1325         and properly handle drags with targets we don't understand
1326         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
1327         scrolling anyway
1328         (gtk_text_view_drag_drop): stop scrolling here though, and set the
1329         mark invisible
1330
1331         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
1332         function
1333         (gtk_drag_dest_get_target_list): new function
1334         (gtk_drag_dest_set_target_list): new function
1335         
1336         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
1337
1338         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
1339         related to drag-and-drop
1340
1341 2001-01-19  Alexander Larsson  <alexl@redhat.com>
1342
1343         * gdk/linux-fb/gdkprivate-fb.h:
1344         Define EMULATE_GDKFONT.
1345         Add extra pango_font stuff to GfkFontPrivate.
1346         
1347         * gdk/linux-fb/gdkdrawable-fb2.c:
1348         * gdk/linux-fb/gdkfont-fb.c:
1349         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
1350         emulation using PangoFont.
1351
1352 2001-01-17  Havoc Pennington  <hp@pobox.com>
1353
1354         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
1355         all the non-deprecated set_foo functions. Added missing object
1356         properties, and added g_object_notify() to setters. 
1357         Wrote docs.
1358         
1359 2001-01-18  Tor Lillqvist  <tml@iki.fi>
1360
1361         * gtk/gtkmain.c
1362         * gtk/gtkrc.c: (Win32) Use the new
1363         g_win32_get_package_installation_(sub)directory() functions.
1364
1365         * config.h.win32.in: New file.
1366         
1367         * config.h.win32: Removed.
1368
1369         * configure.in: Output config.h.win32.
1370
1371         * Makefile.am: Add it to EXTRA_DIST.
1372
1373         * gtk/gtk.def: Update.
1374
1375 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
1376
1377         * gtk/gtklabel.c (gtk_label_size_request): Set the
1378         attributes onto the PangoLayout even if they are newly
1379         created from label->pattern.
1380
1381 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
1382
1383         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
1384
1385         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
1386         structures in functions. Fixes bug where gtk_dataset_*
1387         was accidentally still being used in one place, causing
1388         every dest side event to be treated independently.
1389
1390         * gtk/gtkdnd.c: Remove last vestages of handling
1391         ::draw (fixes warning)
1392         
1393         * gtk/gtkentry.[ch]: Add drag and drop support.
1394
1395         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
1396         new function gtk_check_drag_threshhold() for checking
1397         to check if (dx,dy) has exceeded the threshhold for starting
1398         a drag and use it everywhere.
1399
1400 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
1401
1402         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
1403         add -I{includedir}/gtk-2.0.
1404
1405         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
1406         gdk/gdk-pixbuf.h: Doc fixups.
1407         
1408         * gtk/gtkobject.h: Remove trailing , from enum
1409
1410 2001-01-17 Alexander Larsson <alexl@redhat.com> 
1411
1412         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
1413         Doh! Mixed up x and y.
1414
1415         * gdk/linux-fb/gdkglobals-fb.c:
1416         Removed gdk_fb_pointer_grab_window_events,
1417         added _gdk_fb_pointer_grab_owner_events and
1418         _gdk_fb_keyboard_grab_owner_events.
1419
1420         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
1421         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
1422         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
1423         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
1424         Send crossing events after ungrab finished.
1425         (gdk_keyboard_grab): Set ..._owner_events
1426         (type_masks): Move out of function.
1427         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
1428         gdk_fb_keyboard_event_window): New functions, return the
1429         window an event should be targeted at. Handles grabs and
1430         event propagation. Can return NULL.
1431         (gdk_event_make): Remove event_mask checking. Now always
1432         returns an event.
1433                 
1434         * gdk/linux-fb/gdkkeyboard-fb.c:
1435         * gdk/linux-fb/gdkproperty-fb.c:
1436         * gdk/linux-fb/gdkselection-fb.c:
1437         Use new event_window/gdk_event_make() behaviour.
1438         
1439         * gdk/linux-fb/gdkmouse-fb.c:
1440         Use new event_window/gdk_event_make() behaviour.
1441         Only send motion events if in the same window.
1442         If grabbed, use cursor from window if sibling of grabbed
1443         window, and cursor from grabbed window otherwise.
1444
1445         * gdk/linux-fb/gdkprivate-fb.h:
1446         Update gdk_fb_window_send_crossing_events, gdk_event_make
1447         and grab varaible declarations. Add gdk_fb_*_event_window().
1448
1449         * gdk/linux-fb/gdkwindow-fb.c:
1450         Use new event_window/gdk_event_make() behaviour.
1451         Keep correct track of focus window.
1452         (gdk_window_set_events): Set all specific button motion masks
1453         if GDK_BUTTON_MOTION_MASK set.
1454
1455         * gtk/gtkdnd.c (gtk_drag_update):
1456         Free info->last_event if gdk_drag_motion returned FALSE.
1457
1458 2001-01-16  Tor Lillqvist  <tml@iki.fi>
1459
1460         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
1461         Eliminate redraws when input-only windows are shown or
1462         hidden. Thanks to jpe@archaeopteryx.com.
1463
1464 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
1465
1466         * docs/faq/gtk-faq.sgml: FAQ update:
1467           - Update to bugzilla
1468           - Add GTK+ and security/SUID/SGID
1469           - Add DnD question
1470
1471 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
1472
1473         * gdk/linux-fb/gdkdnd-fb.c:
1474         Some cleanups.
1475         
1476 2001-01-15  Havoc Pennington  <hp@pobox.com>
1477
1478         * tests/testtreeview.c: add test stuff for CellRendererToggle
1479
1480         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
1481         accessor
1482
1483         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
1484         only toggle on button press (would do release like GtkButton, but
1485         we'd need implicit grab code for treeview cells)
1486
1487 2001-01-16  Tor Lillqvist  <tml@iki.fi>
1488
1489         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
1490
1491         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
1492         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
1493
1494         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
1495         to g_{locale,filename}_{to,from}_utf8 to match current API.
1496
1497         * gtk/makefile.msc.in (gtk_OBJECTS)
1498         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
1499
1500         * gtk/gtk.def: Update.
1501
1502 2001-01-15  Tor Lillqvist  <tml@iki.fi>
1503
1504         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
1505         implementaion that more closely mimics the events that an X server
1506         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
1507         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
1508         with nested preview widgets, for instance, more responsive when
1509         you move the mouse quickly into them.
1510         (find_window_for_pointer_event): Make it actually compile.
1511         (gdk_event_translate): Set send_event to the value of
1512         InSendMessage (). This doesn't really mean the same as X11's
1513         send_event flag, but is close enough, says jpe@archaeopteryx.com
1514
1515 2001-01-15  Alexander Larsson  <alexl@redhat.com>
1516
1517         * gdk/linux-fb/gdkdnd-fb.c:
1518         Implemented drag and drop.
1519         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
1520         when it tries to free and then copy the same event (info->last_event).
1521         I am not sure about why this happens, but will continue looking.
1522
1523 2001-01-15  Alexander Larsson  <alexl@redhat.com>
1524
1525         * gdk/linux-fb/gdkwindow-fb.c:
1526         Use gdk_window_invalidate_rect instead of
1527         gdk_window_invalidate_rect_clear to minimise flashing.
1528         When hiding windows you need to clear the root window though.
1529
1530 2001-01-15  Alexander Larsson  <alexl@redhat.com>
1531
1532         * gdk/linux-fb/gdkdrawable-fb2.c:
1533         For optization, add an full_shapes argument to gdk_fb_clip_region.
1534         If this is false, only the cliprects of the shapes are used.
1535
1536         * gdk/linux-fb/gdkprivate-fb.h:
1537         Export gdk_fb_window_peek_shape.
1538         Add full_shapes to gdk_fb_clip_region.
1539
1540         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
1541         When moving a window, don't clear everything under the it, just the
1542         root window. Makes stuff faster and flash less.
1543         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
1544         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
1545         offset of the shape.
1546         
1547
1548 2001-01-12  Havoc Pennington  <hp@redhat.com>
1549
1550         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
1551         current invalid region, fixes redraw bug while scrolling the 
1552         text widget
1553
1554         * gtk/gtktextview.c, gtk/gtktextview.h:
1555         Rearrange the scrolling/validation/etc. code in a major way, 
1556         so it seems to make sense to me. Probably isn't genuinely that
1557         much better, but...
1558
1559         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
1560         notifies
1561
1562         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
1563
1564 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
1565
1566         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
1567         Hide mouse pointer while rotation. Show it afterwards.
1568
1569 2001-01-12  Alexander Larsson  <alexl@redhat.com>
1570
1571         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
1572         windows in consideration when generating clip region.
1573
1574         * gdk/linux-fb/gdkfb.h:
1575         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
1576
1577         * gdk/linux-fb/gdkprivate-fb.h:
1578         Add shape to GdkWindowFBDatat.
1579         exported gdk_fb_window_get_abs_shape().
1580         removed gdk_fb_draw_lines declaration.
1581
1582         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
1583         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
1584         send focus changes when there is a grabbed window.
1585         (gdk_window_get_pointer): Handle shaped windows.
1586         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
1587         (gdk_fb_window_peek_shape): Returns the shape for a window,
1588         handles GDK_FB_USE_CHILD_SHAPE.
1589         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
1590         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
1591         (gdk_window_shape_combine_mask): Implement.
1592
1593         * gtk/gtkwindow-decorate.c:
1594         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
1595         setting the shape of a window makes the window transparent.
1596
1597 2001-01-11  Havoc Pennington  <hp@redhat.com>
1598
1599         * gtk/gtktreemodelsimple.h: Oops, broke some macros
1600
1601 2001-01-10  Havoc Pennington  <hp@redhat.com>
1602
1603         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
1604         add this function, bug 40251
1605
1606         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
1607         of type macro   
1608
1609 2001-01-11  Alexander Larsson  <alexl@redhat.com>
1610
1611         * acconfig.h:
1612         Added ENABLE_SHADOW_FB
1613
1614         * configure.in:
1615         Added --disable-shadowfb
1616
1617         * gdk/linux-fb/gdkcursor-fb.c:
1618         Update shadowfb when updating cursor
1619
1620         * gdk/linux-fb/gdkdrawable-fb2.c:
1621         Added wrappers for shadowfb that calls  the normal drawable
1622         methods, but calls gdk_shadow_fb_update(bounding box) when
1623         GdkWindows are drawed to.
1624         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
1625         which also returns the bounding box.
1626
1627         * gdk/linux-fb/gdkfb.h:
1628         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
1629
1630         * gdk/linux-fb/gdkgeometry-fb.c:
1631         Update shadowfb when scrolling window.
1632
1633         * gdk/linux-fb/gdkglobals-fb.c:
1634         Add _gdk_fb_screen_angle.
1635         
1636         * gdk/linux-fb/gdkkeyboard-fb.c:
1637         Test code for screen rotation. Shift-F2 in the xlate driver
1638         rotates the screen.
1639
1640         * gdk/linux-fb/gdkmain-fb.c:
1641         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
1642
1643         * gdk/linux-fb/gdkmouse-fb.c:
1644         Use fb_width/height instead of modeinfo.xres/yres.
1645
1646         * gdk/linux-fb/gdkprivate-fb.h:
1647         Added fb_men, fb_width, fb_height & fb_stride. When using
1648         shadow fb these can differ from the framebuffer stuff.
1649         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
1650         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
1651         _gdk_fb_screen_angle. Removed CM, RP.
1652
1653         * gdk/linux-fb/gdkrender-fb.c:
1654         Added code for shadowfb handling and screen rotation using
1655         shadowfb.
1656
1657         * gdk/linux-fb/gdkwindow-fb.c:
1658         Use fb_mem, fb_stride, fb_width, fb_height.
1659         Added recompute_rowstride to reset the rowstride of all windows.
1660         Added gdk_fb_recompute_all() which recomputes rootwindow size,
1661         window abs positions and window rowstrides. Usefull when the
1662         rotation has changed.
1663
1664 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
1665
1666         * docs/faq/gtk-faq.sgml: update to make web site updating easier
1667
1668 2001-01-10  Havoc Pennington  <hp@redhat.com>
1669
1670         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
1671         where sibling == iter
1672         (gtk_tree_store_insert_after): handle sibling == iter
1673         (gtk_tree_store_prepend): remove stamp checks
1674         (gtk_tree_store_insert_before): ditto
1675         (gtk_tree_store_append): ditto
1676         (gtk_tree_store_get_path): ditto
1677         (gtk_tree_store_get_value): ditto
1678         (gtk_tree_store_iter_has_child): ditto
1679         (gtk_tree_store_iter_n_children): ditto
1680         (gtk_tree_store_iter_nth_child): ditto
1681         (gtk_tree_store_insert_after): ditto
1682         (gtk_tree_store_is_ancestor): ditto
1683         (gtk_tree_store_iter_depth): ditto
1684         (gtk_tree_store_insert_before): assert that sibling's parent is
1685         the same as the passed-in parent
1686         (gtk_tree_store_insert_after): assert that sibling's parent is
1687         the same as the passed-in parent
1688
1689         
1690         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
1691         function to get the first iterator in a model
1692         
1693         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
1694         conventionally the "root" in this sense is just NULL afaict.
1695
1696         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
1697         where sibling == iter
1698         (gtk_list_store_insert_after): handle case where sibling == iter
1699
1700         * tests/testtreeview.c (run_automated_tests): fairly lame basic
1701         automated tests for ListStore, TreeStore
1702
1703         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
1704         (gtk_list_store_insert): update tail pointer, and fix it to work
1705         (gtk_list_store_insert_before): update tail pointer, and fix it to work
1706         (gtk_list_store_append): use tail to be faster
1707         (gtk_list_store_prepend): fix it, update tail pointer
1708         (gtk_list_store_insert_after): fix it, update tail pointer
1709
1710         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
1711         the list
1712
1713 2001-01-09  Havoc Pennington  <hp@redhat.com>
1714
1715         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
1716         is NULL due to a pending resize
1717
1718         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
1719         column width to values less than 1
1720
1721         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
1722         width to be between min/max width, and still set the width 
1723         even if autosize is turned on, so the tree view can use this 
1724         function in order to autosize.
1725         (gtk_tree_view_column_init): set initial width to 1 not 0
1726
1727         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
1728         setter function to modify column width, so we get notification
1729         (gtk_tree_view_insert_iter_height): ditto
1730         (gtk_tree_view_calc_size): ditto
1731         (gtk_tree_view_check_dirty): ditto
1732
1733         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
1734         properties to change all the interesting attributes of the tree
1735         view column.
1736         (gtk_tree_view_column_set_header_clickable): rename set_clickable
1737         (gtk_tree_view_column_get_clickable): add
1738         (gtk_tree_view_column_set_cell_renderer): don't unset the current
1739         attributes; assume a cell renderer with equivalent object
1740         properties has been swapped in. Do g_object_notify().
1741         (gtk_tree_view_column_set_visible): g_object_notify
1742         (gtk_tree_view_column_get_sizing): rename from get_col_type
1743         (gtk_tree_view_column_set_sizing): g_object_notify
1744         (gtk_tree_view_column_set_width): add g_object_notify
1745         (gtk_tree_view_column_set_min_width): ditto
1746         (gtk_tree_view_column_set_max_width): ditto
1747         (gtk_tree_view_column_set_title): ditto
1748         (gtk_tree_view_column_set_clickable): ditto
1749         (gtk_tree_view_column_set_widget): ditto
1750         (gtk_tree_view_column_set_justification): ditto
1751
1752 2001-01-09  Havoc Pennington  <hp@redhat.com>
1753
1754         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
1755         there are no rows in the model
1756
1757         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
1758         NULL, then return the start of the list
1759
1760         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
1761         if we can't get any rows from an empty model 
1762
1763         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
1764         extraneous * after function pointer typedef usage
1765
1766         * Makefile.am: don't specify full path to cp and rm
1767
1768         * gtk/gtkcellrenderertextpixbuf.c
1769         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
1770         NULL before dereferencing, fixes a segfault that happened from
1771         time to time
1772
1773         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
1774         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
1775         and reindent the function
1776         (gtk_cell_renderer_pixbuf_get_size): indentation
1777
1778         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
1779         we quit it
1780         (gtk_dialog_add_buttons_valist): add g_return_if_fail
1781         (gtk_dialog_set_default_response): New function, to set default
1782         button
1783         (gtk_dialog_set_response_sensitive): New function, to set 
1784         sensitivity of buttons
1785
1786         * gtk/gtkcellrendererpixbuf.c
1787         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
1788         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
1789
1790         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
1791         handle any G_TYPE_OBJECT subclass, not just the base class, and 
1792         also boxed types.
1793         (_gtk_tree_data_list_value_to_node): ditto
1794
1795         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
1796         --gtk-debug=tree
1797
1798         * gtk/gtkmain.c: add GTK_DEBUG_TREE
1799
1800         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
1801
1802 2001-01-09  Tor Lillqvist  <tml@iki.fi>
1803
1804         * gdk/win32/gdkevents-win32.c: Implement better mouse
1805         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
1806         (find_window_for_pointer_event): New function.
1807         (gdk_event_translate): Use it when handling mouse events.
1808
1809 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
1810
1811         * configure.in:
1812         Added --with-included-loaders option
1813
1814         * gdk-pixbuf/Makefile.am:
1815         * gdk-pixbuf/gdk-pixbuf-io.c:
1816         Add support for including selected gdk-pixbuf loaders only.
1817
1818         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
1819         gtk_window_set_has_frame):
1820         Added inline documentation.
1821
1822         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
1823         * docs/reference/gdk/tmpl/windows.sgml:
1824         Added inline documentation.
1825
1826 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
1827
1828         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
1829         realizing buttons that have already been realized.
1830
1831 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
1832
1833         * tests/testtreeview.c (main): Show menu items before adding to
1834         option menu.
1835
1836         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
1837         around if we kill them.
1838
1839         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
1840         Return if we pass in a NULL model.
1841
1842 2001-01-08  Havoc Pennington  <hp@redhat.com>
1843
1844         * tests/testtreeview.c: hack on this some
1845
1846         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
1847         gtk_tree_store_set_valist, v is for arrays, valist for varargs
1848         list
1849         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
1850
1851         * gtk/gtkliststore.h: Add varargs set() and get() convenience
1852         functions
1853
1854 2001-01-08  Alexander Larsson  <alexl@redhat.com>
1855
1856         * gtk/gtkwindow-decorate.[hc]:
1857         * gtk/Makefile.am:
1858         New files. Contains an implementation of a minimal WM for
1859         linux-fb.
1860
1861         * gtk/gtkwindow.h:
1862         Add the possibility for GtkWindows to specify a frame. This
1863         is used for the window decoration code, but could concievably
1864         be used for X programs too (xmms style windows).
1865         GtkWindow->frame is the toplevel window if the window is framed.
1866         The signal frame_event gets all events that are targeted to
1867         GtkWindow->frame.
1868         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
1869         
1870         * gtk/gtkwindow.c:
1871         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
1872         Call out to gtkwindow-decorate.c for WM support in linx-fb.
1873
1874 2001-01-08  Alexander Larsson  <alexl@redhat.com>
1875
1876         * docs/README.linux-fb:
1877         Correct filename ~/.pangoft2_aliases
1878
1879         * gdk/gdkwindow.h:
1880         Added new function gdk_window_get_decorations.
1881
1882         * gdk/linux-fb/gdkfb.h:
1883         Removed _gdk_window_get_decorations declaration.
1884         Renamed _gdk_window_set_child_handler to
1885         gdk_fb_window_set_child_handler.
1886
1887         * gdk/linux-fb/gdkwindow-fb.c:
1888         Renamed _gdk_window_set_child_handler to
1889         gdk_fb_window_set_child_handler.
1890
1891         * gdk/x11/gdkwindow-x11.c:
1892         New function gdk_window_get_mwm_hints().
1893         Implemented gdk_window_get_decorations.
1894
1895         * docs/reference/gdk/tmpl/windows.sgml:
1896         * docs/reference/gdk/gdk-sections.txt:
1897         Added gdk_window_get_decorations docs.
1898         
1899 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
1900
1901         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
1902         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
1903         gdk_fb_window_send_crossing_events):
1904         Possibly send focus events when the mouse moves from one
1905         window to another.
1906
1907 2001-01-07  Tor Lillqvist  <tml@iki.fi>
1908
1909         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
1910         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
1911         to match current API.
1912
1913         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
1914         environment variable is set, don't call g_error when on a
1915         palettized (PseudoColor) display. Some people want to use GTK+ 
1916         in 256-colour mode even though works only partially.
1917
1918         * gdk/gdk.def
1919         * gtk/gtk.def
1920         * gtk/makefile.mingw.in: Update.
1921
1922 2001-01-05  Havoc Pennington  <hp@redhat.com>
1923
1924         * tests/testtreeview.c: hack on this a bit
1925
1926         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
1927         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
1928
1929         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
1930         was spelled incorrectly
1931         (GTK_IS_TREE_MODEL_SIMPLE): ditto
1932
1933         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
1934         from gtk_tree_view_set_headers_active   
1935
1936         * gtk/gtktexttag.c:
1937         (gtk_text_tag_get_property): handle PROP_DIRECTION
1938         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
1939         properties, bug 40235
1940
1941         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
1942         forward_to_line_end
1943
1944 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
1945
1946         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
1947         modules/input/gtkimcontextxim.c: Adapt to new prototypes
1948         for unicode,locale,filename conversion functions.
1949
1950 2001-01-05  Havoc Pennington  <hp@redhat.com>
1951
1952         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
1953         broken if called on the first position in the buffer.
1954
1955         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
1956         forward_to_delimiters to be called only if we aren't already at
1957         the delimiters.
1958
1959 2001-01-05  Havoc Pennington  <hp@redhat.com>
1960
1961         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
1962
1963 2001-01-05  Alexander Larsson  <alexl@redhat.com>
1964
1965         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
1966         colormap in here. Sync from X port.
1967         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
1968         Sync from X port.
1969         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
1970         This happens now and then, and i don't think it is a bug.
1971         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
1972         != endpoint.
1973         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
1974         GDK_LINE_SOLID.
1975
1976         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
1977         some of the fields filled in at least.
1978
1979         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
1980         miLineArcD is no more, remove it from the function definition.
1981
1982 2001-01-04  Havoc Pennington  <hp@redhat.com>
1983
1984         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
1985         this
1986
1987         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
1988         user_data instead of tree_node
1989
1990         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
1991         TREE_VIEW_COLUMN_SIZE
1992
1993         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
1994         "size" field to "width" finishes bug 40061
1995
1996         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
1997         for bitfields, bug 40268
1998
1999 2001-01-04  Havoc Pennington  <hp@redhat.com>
2000
2001         Rename some stuff:
2002         
2003         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
2004
2005         s/GtkModelSimple/GtkTreeModelSimple/g;
2006         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
2007         s/gtk_model_simple/gtk_tree_model_simple/g;
2008         s/gtkmodelsimple/gtktreemodelsimple/g;
2009
2010         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
2011
2012         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
2013         s/column_set_col_type/column_set_sizing/g;
2014
2015         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
2016         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
2017
2018         s/GtkCellRendererType/GtkCellRendererState/g;
2019         
2020         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
2021         (gtk_cell_renderer_toggle_class_init): change "state" property to
2022         "active", to match GtkToggleButton
2023         (gtk_cell_renderer_toggle_get_active): new function, bug
2024         40269
2025         (gtk_cell_renderer_toggle_set_active): new function
2026         (gtk_cell_renderer_toggle_set_property): route changes to toggle
2027         state through gtk_cell_renderer_set_active
2028
2029 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
2030
2031         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
2032         temporarily until they work again.  Brought up to date with
2033         changes in the model.
2034         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
2035         model.
2036
2037 2001-01-04  Havoc Pennington  <hp@redhat.com>
2038
2039         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
2040         equal to the line length, then position iterator before paragraph 
2041         separators. Fixes crash reported by Mikael Hermansson when
2042         pressing left arrow from the start of a line.   
2043
2044         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
2045         about byte indexes off the end
2046         (iter_set_from_char_offset): add g_error about char offsets
2047         off the end
2048
2049 2001-01-03  Havoc Pennington  <hp@redhat.com>
2050
2051         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
2052
2053         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
2054         of private functions; remove inclusion of private headers.
2055
2056         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
2057         function, so we don't need private functions in gtktextdisplay.c
2058
2059         * gtk/gtktextiterprivate.h: underscore-ification
2060
2061         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
2062         to instead say "only useful to implement widgets"
2063
2064         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
2065         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
2066         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
2067
2068         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
2069         This function was completely broken
2070
2071         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
2072
2073         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
2074
2075         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
2076
2077         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
2078
2079         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
2080
2081         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
2082
2083         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
2084         gtk_paint_layout
2085
2086         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
2087         gtk_paint_layout
2088
2089         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
2090         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
2091         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
2092         which were not implemented.     
2093
2094         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
2095         insert_pixbuf signal. Rename delete_text to delete_range since it
2096         also deletes pixbufs and child anchors. This almost closes bug
2097         40245 (still need to deal with child anchors)
2098
2099         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
2100         insert_pixbuf, change signal names as appropriate, change types of
2101         signals taking marks/tags to have the specific type, not just
2102         G_TYPE_OBJECT
2103         
2104         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
2105         closes bug 40051
2106
2107         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
2108         unnecessary remove_contents() call
2109         (gtk_option_menu_class_init): add a "changed" signal, closes
2110         bug 40039
2111         (gtk_option_menu_update_contents): emit "changed" if the 
2112         active menu item changes
2113
2114         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
2115         cast to GtkObject, reported by Jonas Borgstrom
2116         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
2117         we can't do stuff with side effects in finalize. Instead, spew a
2118         warning if the loader isn't closed.
2119
2120         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
2121         colormap in here, non-X ports probably need to sync to this change
2122
2123         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
2124         assertion that colormap != NULL, you can set the colormap to NULL
2125         if you like.
2126         
2127         * Makefile.am: remove gtk-config-2.0
2128
2129         * configure.in: Use pkg-config to locate GLib. Remove
2130         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
2131         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
2132         Use pkg-config to locate Pango. Output correct Pango libs to
2133         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
2134
2135         * Makefile.am (pkgconfig_DATA): install only target-specific pc
2136         files
2137         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
2138         X11 pc files
2139
2140         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
2141         unref from here
2142
2143 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
2144
2145         * configure.in:
2146         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
2147
2148 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
2149
2150         * gtk/gtktextlayout.c
2151         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
2152         variable when moving back onto a single line.
2153
2154 2001-01-01  Havoc Pennington  <hp@redhat.com>
2155
2156         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
2157
2158         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
2159
2160         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
2161         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
2162
2163 2001-01-01  Havoc Pennington  <hp@redhat.com>
2164
2165         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
2166
2167         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
2168         GtkTextAttributes
2169
2170         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
2171         #40246
2172         (gtk_text_attributes_copy_values): rename from 
2173         gtk_text_attributes_copy
2174         (gtk_text_attributes_copy): a more standard GTK copy function, 
2175         which returns a new object
2176
2177 2001-01-01  Havoc Pennington  <hp@redhat.com>
2178
2179         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
2180         
2181         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
2182         don't fill in tree_view->priv->selection, kind of an unexpected
2183         side effect
2184
2185         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
2186         gtkintl.h
2187         
2188         * gtk/gtkcellrenderer.c: Remove definition of _ and include
2189         gtkintl.h
2190         (gtk_cell_renderer_get_property): remove calls to g_value_init
2191
2192         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
2193         gtkintl.h
2194
2195         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
2196         and include gtkintl.h
2197         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
2198         property names
2199
2200         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
2201         GtkTreeSelection
2202         (_gtk_tree_selection_new_from_with_view): rename, return
2203         GtkTreeSelection
2204         (_gtk_tree_selection_set_tree_view): rename with uscore
2205         (gtk_tree_selection_get_selected): fill in the "model" out param
2206         first, so it gets filled in even if we return at the top of the 
2207         function
2208         (gtk_tree_selection_real_select_all): add a comment and an else{}
2209         to clarify this a bit
2210         (gtk_tree_selection_real_unselect_all): add the same else{}
2211
2212         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
2213         set_tree_view to have underscore prefixes, move them to the
2214         private header, fix return type of new_with_tree_view
2215         (struct _GtkTreeSelection): mark struct
2216         fields private  
2217
2218         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
2219         GtkTreeModelFlags, not a guint
2220         (gtk_tree_path_prev): return gboolean not gint
2221         (gtk_tree_path_up): return gboolean not gint
2222
2223         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
2224         return GtkTreeModelFlags, not a guint
2225
2226         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
2227         that child model is non-null before unrefing it
2228         (g_value_int_compare_func): make this a qsort compare func, not 
2229         a boolean predicate
2230
2231         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
2232         (add -umn to the end), and mark it unimplemented
2233         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
2234         I don't see what it's for - doesn't the model always sort itself?
2235         (gtk_tree_model_sort_set_compare): this had the wrong signature
2236
2237         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
2238         Fix the docs to say that it destructively replaces existing
2239         attributes (previously said that it added attributes).
2240         (gtk_tree_view_column_set_visible): canonicalize bool before
2241         equality testing. Also, check for realization before
2242         hiding/showing the tree_column->window; if this window could exist
2243         before realization, then it's busted and needs fixing, we can't 
2244         create GDK resources pre-realization. Also, remove
2245         superfluous queue_resize(), since set_size() does that for us.
2246         (gtk_tree_view_column_set_col_type): check realization before 
2247         using tree_column->window
2248
2249         * gtk/gtktreedatalist.c: fix filename in copyright notice
2250
2251 2000-12-31  Havoc Pennington  <hp@pobox.com>
2252
2253         * gtk/gtktextview.c: Rearrange all the
2254         scroll-while-dragging-or-selecting code to be different, not
2255         necessarily better. ;-)
2256         (gtk_text_view_scroll_to_mark): Change this
2257         function to take within_margin as a fraction instead of a pixel
2258         value, and to take alignment arguments (indicating where to align 
2259         the mark inside the visible area)
2260         
2261         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
2262         to GtkObject
2263
2264         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
2265         behavior so that offsets past the end of the line are not 
2266         allowed, and an offset equal to the line length moves the iterator
2267         to the next line
2268         (gtk_text_iter_set_line_index): make parallel change
2269         (gtk_text_iter_get_bytes_in_line): add this function
2270         
2271         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
2272         of byte indexes off the end of the line; byte index at the end of
2273         the line now returns FALSE and doesn't fill in the requested
2274         values, byte index past the end of the line is an error.  Also,
2275         don't allow -1 offset anymore, since its meaning is unclear.
2276
2277         This change exposes some bug in visual cursor motion, where we
2278         end up with a huge invalid byte index; needs fixing. Symptom of 
2279         bug is a crash when you hit up arrow.
2280         
2281         (_gtk_text_line_char_locate): match the change to byte_locate
2282
2283         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
2284         from start of line properly. fixes bug reported by Mikael
2285         Hermansson where backspace would delete all text before the
2286         cursor.
2287
2288 2000-12-30  Tor Lillqvist  <tml@iki.fi>
2289
2290         * gdk/win32/gdkwindow-win32.c
2291         (gdk_window_impl_win32_get_visible_region): New function, as in
2292         the X11 backend.
2293         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
2294         instead of duplicating the same code here.
2295
2296         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
2297         GDK_COLORMAP macro.
2298
2299         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
2300         destroy function.
2301         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
2302         access that.
2303
2304         * gtk/gtk.def: Update.
2305
2306         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
2307
2308 2000-12-30  Havoc Pennington  <hp@pobox.com>
2309
2310         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
2311         colormap on input only windows, to avoid special cases all over
2312         the code for these windows.
2313
2314 2000-12-26  Tor Lillqvist  <tml@iki.fi>
2315
2316         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
2317         we are on a palettized display ("PseudoColor" in X11), as the code
2318         for that doesn't work anyway, and never has.
2319
2320 2000-12-22  Alexander Larsson  <alexl@redhat.com>
2321
2322         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
2323         Don't use isprint() for chars > 255.
2324
2325 2000-12-21  Havoc Pennington  <hp@redhat.com>
2326
2327         * tests/testtreeview.c: more work
2328
2329 2000-12-21  Alexander Larsson  <alexl@redhat.com>
2330
2331         * docs/README.linux-fb:
2332         Update the docs to the new pangoft2 way.
2333
2334 2000-12-21  Alexander Larsson  <alexl@redhat.com>
2335
2336         * configure.in:
2337         For linux-fb get the pangoft2 cflags and libs. This needs a recent
2338         pango version.
2339         Remove modules/linux-fb/Makefile.
2340
2341         * gdk/linux-fb/gdkdrawable-fb2.c:
2342         Render glyphs using freetype.
2343
2344         * gdk/linux-fb/gdkfb.h:
2345         Add new fb-specific functions needed for managing windows.
2346
2347         * gdk/linux-fb/gdkmain-fb.c:
2348         Remove gdk_font_init/fini() calls.
2349
2350         * gdk/linux-fb/gdkpango-fb.c:
2351         Remove old implementation. Use pangoft2 instead.
2352
2353         * gdk/linux-fb/gdkprivate-fb.h:
2354         Remove PangoFBFont and related stuff.
2355
2356         * gdk/linux-fb/gdkwindow-fb.c:
2357         Implement drawable->get_visible_region.
2358         Implement support for _gdk_window_set_child_handler () and
2359         _gdk_window_get_decorations().
2360
2361         * modules/Makefile.am:
2362         Remove linux-fb subdir.
2363
2364         * modules/linux-fb/*:
2365         Removed all.
2366         
2367 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
2368
2369         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
2370         calls, as they are no longer needed.
2371
2372         * gtk/gtktreemodelsort.c: Fix up the comparison code.
2373         
2374         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
2375         figure out how to emit a signal on an interface.
2376
2377 2000-12-20  Havoc Pennington  <hp@redhat.com>
2378
2379         * tests: new directory to contain tests, gtk/test* should move
2380         here sometime (with appropriate on-cvs-server hackery)
2381
2382         * tests/testtreeview.c, tests/Makefile.am: a test
2383         
2384         * configure.in (AC_OUTPUT): add tests/Makefile
2385
2386         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
2387         and "invisible_set" which were missing
2388
2389         * gtk/gtkrbtree.h: some cheesy indentation fix
2390         
2391 2000-12-20  Alexander Larsson  <alexl@redhat.com>
2392
2393         * gtk/gtkinvisible.c (gtk_invisible_realize):
2394         Attach the style to the window so that the style it is not
2395         leaked when unrealizing the window.
2396
2397 2000-12-18  Havoc Pennington  <hp@redhat.com>
2398
2399         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
2400         begin/end user action where appropriate
2401         (gtk_text_view_commit_handler): add begin/end user action
2402
2403         * gtk/gtktextbuffer.c: add begin/end user action signals, and
2404         bracket interactive operations with begin/end user action pair.
2405         
2406         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
2407         "interactive" arg from insert_text and delete_text signals.
2408         Add begin_user_action, end_user_action signals
2409         (gtk_text_buffer_begin_user_action): 
2410         (gtk_text_buffer_end_user_action): New functions to delimit 
2411         a user-visible action
2412
2413         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
2414         signals.
2415         
2416 2000-12-18  Havoc Pennington  <hp@redhat.com>
2417
2418         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
2419         was pretty non-working.
2420
2421         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
2422         by passing the length to g_utf8_validate().
2423
2424 2000-12-16  Havoc Pennington  <hp@pobox.com>
2425
2426         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
2427         Port to GObject, can go back in gdk-pixbuf after setting up 
2428         a gdk-pixbuf-marshal.h header over there.
2429
2430         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
2431         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
2432         args
2433         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
2434         set
2435         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
2436         here, do it when we create the buttons later
2437         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
2438         (gtk_tree_view_map): paranoia checks that column->button is shown 
2439         and unmapped
2440         (gtk_tree_view_size_request): only request visible children.
2441         Move header size calculation in here, for cleanliness, and 
2442         to maintain invariants for child widgets if we eventually 
2443         let users set different children inside the buttons
2444         (gtk_tree_view_map_buttons): factor out code to map buttons,
2445         since it was being called several times
2446         (gtk_tree_view_size_allocate_buttons): move_resize the drag
2447         windows instead of just moving them; their height may change 
2448         if we allow random widgets in there, or the theme changes.
2449         (gtk_tree_view_size_allocate): move button size allocation 
2450         above emitting the scroll signals, to ensure a sane state when we
2451         hit user code
2452         (gtk_tree_view_button_release): remove queue_resize after
2453         tree_view_set_size(), set_size() will handle any resize queuing
2454         that's needed
2455         (gtk_tree_view_focus_in): just queue a draw, don't fool with
2456         draw_focus goo
2457         (gtk_tree_view_focus): use gtk_get_current_event() and
2458         gdk_event_get_state()
2459         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
2460         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
2461         semicolon
2462         (gtk_tree_view_create_button): show the button here
2463         (gtk_tree_view_button_clicked): actually emit the clicked signal
2464         on the column
2465         (_gtk_tree_view_set_size): return right away if the size is
2466         unchanged, as a cheesy optimization
2467         (gtk_tree_view_setup_model): rename set_model_realized to 
2468         setup_model to match the flag that indicates whether we've 
2469         called it
2470         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
2471         exist, because set_scroll_adjustment does that and it shouldn't
2472         matter what order you call these in
2473         (gtk_tree_view_get_vadjustment): ditto
2474         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
2475         for paranoia
2476         (gtk_tree_view_set_headers_visible): call
2477         gtk_tree_view_map_buttons() instead of using cut-and-paste code
2478         (gtk_tree_view_append_column): clarify whether the return value
2479         is the count of columns before or after, and do the increment 
2480         separately from the return statement so you can tell from the code.
2481         (gtk_tree_view_remove_column): ditto
2482         (gtk_tree_view_insert_column): ditto
2483         (gtk_tree_view_get_column): remove g_return_if_fail for columns
2484         outside the existing range, the docs say that outside-range
2485         columns are allowed, so we handle them as documented. (Presumably
2486         this allows a nice loop with column != NULL as test.)
2487         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
2488         mean (left/right/center etc.).
2489         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
2490         (gtk_tree_view_expand_row): add docs
2491         (gtk_tree_view_collapse_row): add docs
2492
2493         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
2494         function to emit the clicked signal on a column
2495         
2496         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
2497         state of an event
2498         (gdk_event_get_time): don't treat GDK_SCROLL 
2499         as a button event, remove default case from switch so gcc 
2500         will whine if we don't explicitly handle all event types
2501
2502         * gtk/gtktreeselection.h: added some FIXME 
2503         
2504         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
2505         "columns" to "n_columns" and "column" to "columns" for clarity
2506
2507 2000-12-16  Havoc Pennington  <hp@pobox.com>
2508         
2509         * gtk/gtktextiter.c: General cleanup of the log attr iteration
2510         stuff. This should make e.g. the delete key work again in the
2511         text widget...
2512         (gtk_text_iter_forward_cursor_positions): handle negative count
2513         (gtk_text_iter_backward_cursor_positions): handle negative count
2514         (gtk_text_iter_forward_word_ends): handle negative count
2515         (gtk_text_iter_backward_word_starts): handle negative count
2516
2517         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
2518         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
2519         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
2520         GObject. No doubt will cause breakage.
2521
2522         * demos/gtk-demo/textview.c: remove hacks around
2523         non-GObject-ification of the text objects
2524
2525         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
2526         the text tag
2527         
2528 2000-12-14  Havoc Pennington  <hp@pobox.com>
2529
2530         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
2531         that we have Xrender
2532
2533 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
2534
2535         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
2536         Add two virtualized functions gdk_drawable_get_clip_region - to
2537         get the clip region when drawing.
2538         
2539         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
2540         use invalidate_region.
2541
2542         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
2543         region.
2544
2545         * acconfig.h configure.in: Check for Xft. For now, assume
2546         that if Xft is found, Pango was compiled with Xft support
2547         as well.
2548
2549         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
2550         gdk_colormap_query_color().
2551         
2552         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
2553         with Xft if appropriate.
2554
2555         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
2556         a pangoxft context if we have XFT and the environment
2557         variable GD_USE_XFT is set.
2558         
2559         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
2560         and also possibly an XftDraw structure.
2561
2562         * gtk/gtkfontsel.c: Handle the case where the font from the
2563         style doesn't match any of the fonts a bit better.
2564         
2565         * gtk/testgtk.c: Add tabs between directional segments for
2566         hebrew/arabic test. (Not really necessary, just a little
2567         prettier.)
2568
2569 2000-12-14  Havoc Pennington  <hp@redhat.com>
2570
2571         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
2572         reading a file
2573
2574 2000-12-14  Havoc Pennington  <hp@redhat.com>
2575
2576         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
2577         unused call to get_last_line()
2578
2579         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
2580         here until boxed is working (and maybe after that - we should
2581         really not gratuitously break old code)
2582
2583         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
2584         specific types for font_desc and tabs args, move them to
2585         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
2586         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
2587
2588         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
2589         use GTK_TYPE_POINTER for signal signatures as a hack-around
2590
2591         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
2592         PangoTabArray
2593
2594         * gtk/gtktextlayout.c (line_display_iter_to_index): 
2595         make static
2596         (line_display_index_to_iter): make static
2597
2598         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
2599         to marshal a string not a boxed
2600
2601         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
2602
2603         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
2604         since the UTF-8 isn't validated yet
2605
2606         * gtk/gtktextsegment.c (char_segment_check_func): don't require
2607         lines to end in '\n'
2608         
2609         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
2610         forward_to_delimiters, and grapheme boundaries
2611         (gtk_text_view_delete_from_cursor): properly handle non-newline
2612         delimiters, and grapheme boundaries
2613
2614         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
2615         to gtk_text_iter_forward_to_delimiters, and make it work properly
2616         if empty lines end with a character other than '\n'
2617
2618         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
2619         position
2620
2621 2000-12-15  Tor Lillqvist  <tml@iki.fi>
2622
2623         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
2624
2625         * gtk/gtk.def
2626         * gdk/gdk.def: Update.
2627
2628         * gdk/win32/gdkmain-win32.c
2629         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
2630         gdkmain-win32.c here.
2631
2632         * gdk/win32/makefile.mingw.in (all): No need to make
2633         gdk-win32res.o here, the makefile one step up will call us to make
2634         it.
2635
2636         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
2637         gdkkeys-win32.
2638
2639         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
2640
2641         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
2642         call to g_source_add().
2643
2644         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
2645         leak. Thanks to Andreas Kemnade.
2646
2647 2000-12-13  Havoc Pennington  <hp@pobox.com>
2648
2649         * gtk/gtktextbtree.h: Remove double _ in front of some functions
2650
2651         * gtk/gtktext*.[hc]: update accordingly
2652         
2653 2000-12-13  Havoc Pennington  <hp@pobox.com>
2654
2655         * gtk/gtktextbtree.h: Put _ in front of every function in this 
2656         header file
2657
2658         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
2659
2660 2000-12-13  Alex Larsson  <alexl@redhat.com>
2661
2662         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
2663         Add support for ps2 intellimouse.
2664
2665         * gdkkeyboard-fb.c:
2666         Move shift-F1 repaint handling to xlate handler only.
2667         
2668         * docs/README.linux-fb:
2669         Add imps2 to docs.
2670         Document the new refresh keys.
2671         
2672 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
2673
2674         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
2675
2676         * gtk/gtkbox.c: change property types from (u)long to (u)int for
2677         ::position and ::padding.
2678
2679         * gtk/gtkcontainer.c: make ::border_width an INT property.
2680
2681         * gtk/gtkpacker.c: make ::position an INT property.
2682
2683         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
2684         guard against NULL h/v scrollbars, since this is used at construction
2685         time.
2686
2687         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
2688         internal gtk_clist_constructor().
2689
2690         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
2691         gtk_ctree_constructor().
2692
2693         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
2694         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
2695
2696         * docs/reference/Makefile.am: fun stuff, disabled docs generation
2697         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
2698
2699         * gtk/gtkwidget.[hc]:
2700         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
2701         and gtk_widget_get().
2702         (gtk_widget_new): use g_object_new_valist().
2703         (gtk_widget_set): use g_object_set_valist().
2704
2705         * gtk/gtkobject.[hc]:
2706         removed gtk_object_arg_get_info(), gtk_object_getv(),
2707         gtk_object_query_args(), gtk_object_newv(),
2708         gtk_object_class_add_signals(),
2709         gtk_object_class_user_signal_new(),
2710         gtk_object_class_user_signal_newv(),
2711         gtk_object_arg_set(), gtk_object_arg_get(),
2712         gtk_object_args_collect(),
2713         gtk_object_default_construct(),
2714         gtk_object_constructed(),
2715         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
2716         removed nsignals, signals and n_args members from GtkObjectClass.
2717         (gtk_object_new): use g_object_new_valist().
2718         (gtk_object_set): use g_object_set_valist().
2719         (gtk_object_get): use g_object_get_valist().
2720         
2721         * gtk/gtkcompat.h: define gtk_object_default_construct().
2722         
2723         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
2724         g_object_new().
2725
2726         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
2727         fucntions, cleaned up method assignments (make sure your structures
2728         are setup properly before calling out). removed all GTK_CONSTRUCTED
2729         hacks ;)
2730
2731 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
2732
2733         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
2734         off-by-one error in checks. (Dave Lambert)
2735
2736 2000-12-12  Alexander Larsson  <alexl@redhat.com>
2737
2738         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
2739         Don't free gdk_fb_keyboard twice.
2740
2741 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
2742
2743         * gtk/testgtk.c:
2744         (create_tooltips): 
2745         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
2746         use GObject swapped_signal:: properties instead.
2747
2748         * gtk/gtkcellrenderertoggle.c: 
2749         * gtk/gtkcellrenderertextpixbuf.c: 
2750         * gtk/gtkcellrenderertext.c: 
2751         * gtk/gtkcellrendererpixbuf.c: 
2752         * gtk/gtkcellrenderer.c:
2753         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
2754         missing warnings for invalid property ids, install properties
2755         with g_object_class_install_property() now.
2756         
2757         * gtk/gtksignal.c:
2758         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
2759         
2760 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
2761         
2762         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
2763         to determine if a window is the focus widget within
2764         its toplevel.
2765
2766         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
2767         to be boolean.
2768
2769         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
2770         of the case where the container CAN_FOCUS to here instead
2771         of having it in each individual move-the-focus place.
2772
2773         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
2774         focusing to be geometric in a much more obvious sense. Arrowing
2775         around is still non-intuitive because it isn't perfect and
2776         because entries, etc, grab the arrow keys, but it at least
2777         usually will do what you expect now.
2778         
2779         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
2780         file.
2781
2782         * gtk/gtknotebook.c: Change tabs to be a single item in
2783         the focus chain. Make movement of focus on tabs with arrow
2784         keys wrap around.
2785         
2786         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
2787         CHECK_FIND_CHILD macro to give informative error messages
2788         instead of silent returns.
2789
2790         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
2791         flag since we handle GdkReturn on the tabs.
2792
2793         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
2794         windows rather than sending expose events directly.
2795
2796         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
2797         definition for GtkNotebookPage into .c file, since it is private.
2798
2799         * gtk/testgtk.c (create_notebook): Add option for 
2800         testing borderless notebook.
2801
2802         * gtk/testgtk.c (page_switch): Removed egregious poking
2803         around in GTK+ internals.
2804
2805         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
2806
2807         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
2808         properly through gtk_clist_focus. Make the title headers a
2809         single item in the tab-focus chain, and make left-right wrap
2810         around.
2811
2812         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
2813         focus method so that wrapping around works properly.
2814
2815         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
2816         that is handled for the widget now. 
2817
2818 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
2819
2820         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
2821         widgets as TOPLEVEL.
2822
2823         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
2824         TOPLEVEL widgets are containers.
2825
2826         * gtk/gtkinvisible.h: Remove useless include.
2827
2828 2000-12-11  Havoc Pennington  <hp@redhat.com>
2829
2830         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
2831         Handle chopping off \r\n and 0x2029 in addition to \n before
2832         passing to PangoLayout
2833
2834         * gtk/gtkimcontextsimple.c
2835         (gtk_im_context_simple_get_preedit_string): 
2836         return an empty string if no match is pending
2837
2838         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
2839         assertion that the returned preedit string was sane
2840
2841         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
2842         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
2843         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
2844
2845 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
2846
2847         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
2848         Fix up finalizer to chain to its parent.
2849
2850 2000-12-11  Alexander Larsson  <alexl@redhat.com>
2851
2852         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
2853         Clearified the difference between the keyboard types. Wrote a note
2854         about the magic sysrq key to get out of raw mode.
2855
2856 2000-12-09  James Henstridge  <james@daa.com.au>
2857
2858         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
2859         member to hold masks for detecting the start of a protocol packet.
2860         (mouse_devs): add packet start masks for ps2 and ms device types.
2861         Left the mask for fidmour blank, as I have no idea what it should
2862         be.
2863         (handle_mouse_io): skip bytes until we get to the start of a
2864         packet.  My Logitech mouse seems to be passing an extra NULL pad
2865         byte, and GPM does a similar thing here.
2866         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
2867         this is the ms mouse driver.
2868         (gdk_fb_mouse_ms_packet): fix up button handling, which was
2869         completely broken except for button1.  It was checking the wrong
2870         bit in the packet for the status of the right mouse button, and
2871         wrongly assuming right == button2 rather than 3.  I fixed that and
2872         also added support for middle button (button2).
2873
2874 2000-12-08  Havoc Pennington  <hp@redhat.com>
2875
2876         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
2877         that cause a segfault on text insertion
2878
2879         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
2880         warning
2881
2882         * gtk/gtktextiter.c (test_log_attrs): use
2883         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
2884
2885         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
2886         Get log attrs for a line, using a cache stored on the buffer
2887         
2888         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
2889         reported by Jeff Franks
2890
2891 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
2892
2893         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
2894         /dev/ttyS0 -> /dev/mouse
2895
2896 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
2897
2898         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
2899         Added dummy gdk_fontset_load.
2900
2901 2000-12-08  Alexander Larsson  <alexl@redhat.com>
2902
2903         * docs/README.linux-fb:
2904         * docs/Makefile.am:
2905         Initial GtkFB docs.
2906         
2907         * gdk/linux-fb/Makefile.am:
2908         Define GDK_DATA_PREFIX.
2909
2910         * gdk/linux-fb/gdkmain-fb.c:
2911         Fix typo.
2912         Change default display to /dev/fb0.
2913
2914         * gdk/linux-fb/gdkpango-fb.c:
2915         Add $(prefix)/share/fonts/ to font path.
2916         
2917 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
2918
2919         * gdk/linux-fb/gdkkeyboard-fb.c:
2920         New file containing the abstracted keyboard driver. Most code
2921         taken from gdkinput-ps2.c
2922
2923         * gdk/linux-fb/gdkinput-ps2.c:
2924         Removed file.
2925         
2926         * gdk/linux-fb/Makefile.am:
2927         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
2928
2929         * gdk/linux-fb/gdkcolor-fb.c:
2930         display->fb was renamed to display->fb_fd.
2931
2932         * gdk/linux-fb/gdkcursor-fb.c:
2933         gdk_mouse_get_info -> gdk_fb_mouse_get_info
2934
2935         * gdk/linux-fb/gdkinput.c:
2936         Moved gdk_input_init here from gdkinput-ps2.c
2937
2938         * gdk/linux-fb/gdkmain-fb.c:
2939         display->fb was renamed to display->fb_fd.
2940         Now the tty and the console is opened here instead
2941         of in the keyboard driver. Also check GDK_VT to see what
2942         tty to open.
2943         Move gdk_beep () here from gdkinput-ps2.c
2944         gdk_mouse_get_info -> gdk_fb_mouse_get_info
2945
2946         * gdk/linux-fb/gdkmouse-fb.c:
2947         Add header.
2948         gdk_mouse_get_info -> gdk_fb_mouse_get_info
2949         Return correct keyboard modifiers.
2950         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
2951
2952         * gdk/linux-fb/gdkprivate-fb.h:
2953         Add tty and vt info to display.
2954         Add orignal modeinfo storage to display
2955         Update global functions
2956
2957         * gdk/linux-fb/gdkwindow-fb.c:
2958         Added gdk_fb_window_find_focus().
2959         gdk_mouse_get_info -> gdk_fb_mouse_get_info
2960
2961 2000-12-07  Havoc Pennington  <hp@pobox.com>
2962
2963         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
2964         function, noticed by Alex
2965
2966 2000-12-06  Elliot Lee  <sopwith@redhat.com>
2967
2968         * configure.in: Detect freetype properly
2969
2970         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
2971         above.
2972
2973 2000-12-06  Alexander Larsson  <alexl@redhat.com>
2974
2975         * gdk/linux-fb/Makefile.am:
2976         Add gdkmouse-fb.c
2977         
2978         * gdk/linux-fb/gdkmouse-fb.c:
2979         New file. Abstracted the mouse drivers a bit.
2980
2981         * gdk/linux-fb/gdkcursor-fb.c:
2982         The cursor hide/show functions was moved here from gdkinput-ps2.c.
2983
2984         * gdk/linux-fb/gdkinput-ps2.c:
2985         Removed old mouse handling code. Moved cursor handling code
2986         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
2987         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
2988         gdk_mouse_get_info.
2989
2990         * gdk/linux-fb/gdkmain-fb.c:
2991         Pass NULL pointers for x,y in gdk_mouse_get_info call.
2992
2993         * gdk/linux-fb/gdkprivate-fb.h:
2994         Removed public gdk_fb_find_common_ancestor, added and renamed
2995         functions for the new mouse handling code.
2996
2997         * gdk/linux-fb/gdkwindow-fb.c:
2998         Moved gdk_fb_window_send_crossing_events here. added global
2999         variable gdk_fb_window_containing_pointer. made
3000         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
3001         renamed to gdk_mouse_get_info.
3002
3003 2000-12-06  Alexander Larsson  <alexl@redhat.com>
3004
3005         * gdk/linux-fb/gdkevents-fb.c:
3006         Update to match latest gmain/gsource changes.
3007
3008         * gdk/linux-fb/gdkinput-ps2.c:
3009         Bogus gdk_keymap_get_entries_for_keycode implementation so that
3010         it links. Will be implemented later.
3011
3012 2000-12-03  Havoc Pennington  <hp@pobox.com>
3013
3014         * gdk/Makefile.am: add gdkkeys.[hc]
3015
3016         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
3017         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
3018
3019         * acconfig.h, configure.in: add checks and command line options
3020         for XKB
3021
3022         * gdk/x11/gdkkeys-x11.c: Implement the above functions
3023         
3024         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
3025         and group in the key event
3026
3027         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
3028         field with the low-level hardware key code, and a group
3029         field with the keyboard group
3030
3031         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
3032         and declare a couple globals used for keymap handling
3033         
3034         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
3035         hold down Shift-Control and type a hex number to get a Unicode 
3036         character corresponding to the hex number
3037         (gtk_im_context_simple_get_preedit_string): Fix cursor position
3038         (return bytes not chars)
3039
3040 2000-12-05  Elliot Lee  <sopwith@redhat.com>
3041
3042         * gdk/gdkcolor.h: Make GdkColor specify element sizes
3043         to avoid waste on 64-bit platforms.
3044
3045 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
3046
3047         * INSTALL: Fix link to PNG home, remove reference
3048         to fribidi.
3049
3050         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
3051         
3052         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
3053         tested.)
3054
3055         * gtk/gtkcheckmenuitem.c: Permanently turn on
3056         always_show_toggle.
3057
3058         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
3059         be NULL. (Vladimir Klebanov, #26545)
3060
3061         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
3062         some signed/unsigned comparison problems. (#6510,
3063         David Kaelbling)
3064
3065         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
3066         return type to boolean (Oskar Liljeblad, #18648)
3067
3068 2000-12-05  Alexander Larsson  <alexl@redhat.com>
3069
3070         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
3071         Remove bogus colormap setting.
3072
3073 2000-12-05  Alexander Larsson  <alexl@redhat.com>
3074
3075         * gdk/linux-fb/gdkcolor-fb.c:
3076         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
3077
3078         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
3079         Must set colormap.
3080         
3081 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
3082
3083         * docs/tutorial/gtk-tut.sgml: DND updates
3084
3085 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
3086
3087         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
3088         Remove old debug g_warning().
3089         (gdk_fb_draw_drawable): The src argument can be either a wrapper
3090         or an implementation, just pass the implementation to draw_drawable_2.
3091         
3092         * gdk/linux-fb/gdkprivate-fb.h:
3093         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
3094
3095         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
3096         clear and invalidate area when window is destroyed.
3097         (send_map_events): Remove old commented out code.
3098
3099 2000-12-05  Alexander Larsson  <alexl@redhat.com>
3100
3101         * gdk/linux-fb/gdkpango-fb.c:
3102         Use italic instead of oblique in font aliases.
3103         
3104         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
3105         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
3106         other unsupported functions.
3107
3108 2000-12-04  Havoc Pennington  <hp@redhat.com>
3109
3110         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
3111
3112         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
3113
3114         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
3115
3116         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
3117         hack to avoid infinite loops (synthetic expose event) - 
3118         Owen has more appropriate fixes in a branch he'll check in later.
3119
3120         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
3121         separator, CR, and CRLF as line ends
3122
3123         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
3124         into lines using pango_find_paragraph_boundary(); other bits of
3125         the widget are still going to be broken if the boundary isn't '\n'
3126         though
3127
3128 2000-12-04  Alexander Larsson  <alexl@redhat.com>
3129
3130         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
3131         multiply.
3132
3133         * gdk/linux-fb/gdkpango-fb.c:
3134         Copied some 26.6 scaling macros from pango to clean up the rounding.
3135         (pango_fb_font_get_glyph_info): Correct sign on x value.
3136
3137         * gdk/linux-fb/gdkprivate-fb.h:
3138         Removed unreferenced external functions.
3139
3140         * modules/linux-fb/Makefile.am: Use ` instead of '.
3141
3142         * modules/linux-fb/basic.c:
3143         Remove dead code. In particular the dummy lang engine which broke all
3144         pango layouts in GtkFB. Don't include tables-big.i anymore.
3145
3146         * modules/linux-fb/tables-big.i:
3147         Upgrade to latest version from pango. Left for reference, basic_ranges
3148         moved to basic.c.
3149         
3150 2000-12-04  Havoc Pennington  <hp@redhat.com>
3151
3152         Fix bugs Alex found:
3153         
3154         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
3155         to "draw"
3156
3157         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
3158
3159         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
3160
3161         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
3162         implementation in here, apparently the expose() implementation was
3163         dead code.
3164
3165 2000-12-04  Alexander Larsson  <alexl@redhat.com>
3166
3167         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
3168         Return positive descent.
3169
3170 2000-12-02  Havoc Pennington  <hp@pobox.com>
3171
3172         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
3173         method and signal
3174         
3175         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
3176         calls gdk_window_process_updates() to push the exposes through
3177         (gtk_widget_class_init): No more draw signal, no
3178         gtk_widget_real_draw()  
3179         
3180         * gtk/gtkbin.c (gtk_bin_draw): remove
3181
3182         * gtk/gtkbox.c (gtk_box_draw): remove
3183
3184         * gtk/gtkbutton.c (gtk_button_draw): remove
3185
3186         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
3187
3188         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
3189
3190         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
3191
3192         * gtk/gtkclist.c (gtk_clist_draw): remove
3193
3194         * gtk/gtkentry.c (gtk_entry_draw): remove
3195
3196         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
3197
3198         * gtk/gtkfixed.c (gtk_fixed_draw): remove
3199
3200         * gtk/gtkframe.c (gtk_frame_draw): remove
3201
3202         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
3203
3204         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
3205
3206         * gtk/gtklayout.c (gtk_layout_draw): remove
3207
3208         * gtk/gtklist.c (gtk_list_draw): remove
3209
3210         * gtk/gtklistitem.c (gtk_list_item_draw): remove
3211
3212         * gtk/gtkmenu.c (gtk_menu_draw): remove
3213
3214         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
3215
3216         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
3217
3218         * gtk/gtknotebook.c (gtk_notebook_draw): remove
3219
3220         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
3221
3222         * gtk/gtkpacker.c (gtk_packer_draw): remove
3223
3224         * gtk/gtkrange.c (gtk_range_draw): remove
3225
3226         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
3227
3228         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
3229
3230         * gtk/gtktable.c (gtk_table_draw): remove
3231
3232         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
3233
3234         * gtk/gtktext.c (gtk_text_draw): remove
3235
3236         * gtk/gtktextview.c (gtk_text_view_draw): remove
3237
3238         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
3239
3240         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
3241
3242         * gtk/gtktree.c (gtk_tree_draw): remove
3243
3244         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
3245
3246         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
3247
3248         * gtk/gtkviewport.c (gtk_viewport_draw): remove
3249
3250         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
3251
3252         * gtk/gtkvscale.c (gtk_vscale_draw): remove
3253
3254         * gtk/gtkwindow.c (gtk_window_draw): remove
3255
3256 2000-20-01  Anders Carlsson  <andersca@gnu.org>
3257
3258         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
3259         a GtkToggleButton is both insensitive and active, it was being
3260         drawn by the GtkButton draw handler which doesn't check the
3261         state. Now it's calling gtk_toggle_button_paint instead.
3262         
3263 2000-12-01  Havoc Pennington  <hp@redhat.com>
3264
3265         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
3266         dangling pointers to the appearance attributes from the 
3267         line display
3268
3269         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
3270         width/height to mean "full width/height of drawable"
3271
3272         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
3273         click to select word/line
3274         
3275         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
3276         when getting log attrs. Get a slice, so that pixmaps and stuff
3277         are properly handled.
3278
3279         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
3280         paste into the selection (replaces selection now, previously
3281         crashed or added to selection). Reveals longstanding btree bug -
3282         select multiple lines, middle-click on the selection, boom. This
3283         isn't related to my changes though.
3284
3285         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
3286         PangoLogAttrs changes
3287         (gtk_entry_move_backward_word): ditto
3288
3289         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
3290         functions return bool whether the iter moved onto a
3291         dereferenceable position.
3292  
3293         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
3294         functions for motion in terms of display lines.
3295
3296         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
3297         get the buffer a mark is inside
3298         
3299 2000-12-01  Alexander Larsson  <alexl@redhat.com>
3300
3301         * gdk/linux-fb/Makefile.am:
3302         * modules/linux-fb/Makefile.am:
3303         Freetype 2 final uses freetype-config
3304
3305         * gdk/linux-fb/gdkpango-fb.c:
3306         Upgrade to use Freetype 2 final.
3307         More flexible support for font aliases, this also fixes a bug with
3308         GtkFontSelector, as the aliases must be visible in the font/family list,
3309         or GtkFontSelector reads uninitialized memory.
3310
3311 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
3312
3313         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
3314         XGetIMValues to properly terminate variable argument list, and do
3315         NULL return check for ic_values and xim_styles.
3316
3317         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
3318         Restore preedit state after XmbResetIC().
3319         
3320         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
3321         XvaCreateNestedList() should take XvaNestedList, but not
3322         XvaNestedList*.
3323
3324         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
3325         preedit_draw_callback, preedit_caret_callback): Match
3326         "preedit-changed" signal name to "preedit_changed" to be
3327         consistent to the spec.
3328
3329         * gtk/gtkimcontextsimple.c (check_table):
3330         Match "preedit-changed" to "preedit_changed" to be consistent
3331         to the spec.
3332
3333 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
3334
3335         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
3336         gc->clip_region == NULL>
3337
3338 2000-11-30  Tor Lillqvist  <tml@iki.fi>
3339
3340         Changes by Hans Breuer:
3341         
3342         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
3343         Dont't use negative width and height as max_hints. This fixes
3344         Owen's recent testgtk changes for win32.
3345
3346         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
3347         gdk_win32_hdc_release): These are exported and may be called with
3348         other drawable types than our GdkDrawableImplWin32 (?).
3349
3350         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
3351         so always #define USE_BACKING_STORE.
3352
3353         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
3354         of printf for debugging output.
3355
3356         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
3357         
3358         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
3359
3360         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
3361         declaration.
3362
3363         * gtk/gtktexttypes.h: Ditto.
3364
3365         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
3366         (GDK_VoidSymbol) also if in case of arg check failure.
3367
3368         * gtk/gtkimcontextsimple.c
3369         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
3370         position to the pointer, but to the variable it points to.
3371
3372         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
3373
3374         * gtk/gtk.def: Updates.
3375
3376 2000-11-29  Elliot Lee  <sopwith@redhat.com>
3377
3378         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
3379         GTK_TYPE_TREE_MODEL.
3380
3381 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3382
3383         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
3384         Set the size of the font from the description.
3385         (gdk_text_width): Gross hack that calculates the width
3386         of text by text_length * size/2. This is necessary because
3387         GtkLabel does some ugly gtk_string_width call to calculate
3388         an good size.
3389         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
3390
3391 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
3392
3393         * docs/tutorial/gtk-tut.sgml: DND updates
3394
3395 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3396
3397         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
3398         If you pass width or height == 0 to gdk_window_clear_area they
3399         should be calculated from the window size.
3400
3401 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3402
3403         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
3404         a grab, but no grab-cursor, use the cursor from the grabbed
3405         window. (gdk_fb_window_send_crossing_events): Send normal
3406         enter/leave notifications if grab and owner_events == TRUE.
3407
3408 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3409
3410         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
3411         Do implicit button grabs, even if the window doesn't
3412         want the event.
3413         (gdk_fb_window_send_crossing_events): If there is a
3414         grab, only the grabbed window gets normal enter/leave
3415         notifications. On ungrab go from grabbed window to current.
3416         Don't send any notification to b when propagating from c -> b.
3417         If setting a grab on window, don't set prev_window.
3418         (handle_mouse_input): Send enter/leave events to the window the
3419         mouse is over, not the grabbed one.
3420         
3421 2000-11-28  Elliot Lee  <sopwith@redhat.com>
3422
3423         * gdk/gdkregion-generic.c: Zap warning.
3424         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
3425         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
3426
3427 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
3428
3429         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
3430         The cursor should be hidden if it is part of either the
3431         source or destination region. Not only if it is in both.
3432         (gdk_window_set_transient_for): Silence warnings.
3433
3434 2000-11-28  Alexander Larsson  <alexl@redhat.com>
3435
3436         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
3437         The default mode in X is Pie Arcs, therefore that is
3438         what Gtk+ uses.
3439
3440 2000-11-28  Alexander Larsson  <alexl@redhat.com>
3441
3442         * gdk/linux-fb/gdkinput-ps2.c:
3443         Implement correct EnterNotify/LeaveNotify:
3444         (gdk_fb_window_send_crossing_events): New function that sends
3445         all GdkCrossingEvents from the last mouse-window to the specified
3446         destination.
3447         (gdk_fb_window_visibility_crossing): Removed function.
3448         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
3449         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
3450         instead of gdk_window_get_pointer() for better readability.
3451
3452         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
3453         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
3454
3455         * gdk/linux-fb/gdkprivate-fb.h:
3456         removed gdk_fb_window_visibility_crossing, added
3457         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
3458
3459         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
3460         New function that finds the least common ancestor of two windows.
3461         (gdk_window_show, gdk_window_hide):
3462         Use gdk_fb_window_send_crossing_events.
3463         (gdk_fb_window_move_resize): Send configure events to toplevel
3464         windows. Use gdk_fb_window_send_crossing_events.
3465
3466 2000-11-27  Havoc Pennington  <hp@redhat.com>
3467
3468         * gtk/gtkprivate.h (enum): Remove a trailing comma
3469
3470 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
3471
3472         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
3473         the "changed" callback of the adjustment.  We need to redraw the
3474         spin button's arrows when the adjustment's range changes.
3475         (adjustment_changed_cb): Draw the arrows.
3476         (gtk_spin_button_value_changed): Draw the arrows.
3477
3478 2000-11-23  Alexander Larsson  <alexl@redhat.com>
3479
3480         * gdk/linux-fb/gdkselection-fb.c:
3481         Initial selection implementation.
3482
3483         * gtk/gtkselection.c:
3484         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
3485         requestor in gtk_selection_request.
3486         
3487         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
3488         Added gdk_selection_property atom.
3489
3490         * gdk/linux-fb/gdkprivate-fb.h:
3491         Export _gdk_selection_window_destroyed.
3492         Removed mask_off_x/y from GdkCursorPrivateFB.
3493         Removed hbearing, added top, left to PangoFBGlyphInfo.
3494
3495         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
3496         Call _gdk_selection_window_destroyed
3497         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
3498         the root window has been created.
3499         (static_dx_hack, static_dy_hack, compare_draw_rects,
3500         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
3501         in region. They are already sorted. Instead just traverse them in
3502         reverse if draw_direction < 0.
3503         
3504         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
3505         Double-clicks must be sent after the normal button_press.
3506         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
3507         
3508         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
3509         Pass _gdk_fb_screen_gc instead of NULL.
3510
3511         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
3512         Initialize gdk_selection_property.
3513         (gdk_event_make): Remove unused code.
3514
3515         * gdk/linux-fb/gdkcursor-fb.c:
3516         Make the pixmap for the cursor the same size as the mask. Also remove
3517         the mask_off_x/y fields in GdkCursorPrivateFB and combine
3518         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
3519         Now the whole cursor is visible.
3520
3521         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
3522         Fix bug where xdest+height instead of ydest+height was used
3523         to calculate if the source and dest overlapped. This fixes the
3524         redraw bug when the main window in testgtk was scrolled when
3525         partially covered by a tall window.
3526         Copy rectangles in region in order depending on draw_direction.
3527         Also moved the draw_direction flipping of start_y and end_y into
3528         the gc functions, as this might not be what all of them want.
3529         (gdk_fb_draw_lines): Support dashed lines.
3530         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
3531         so that the text is positioned correctly (was 1 pixel high).
3532
3533         gdk/linux-fb/gdkgc-fb.c:
3534         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
3535         all lines were drawn a pixel to short. Also checked the default of
3536         the rest of the values, and they're the same as X now.
3537
3538         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
3539         Clean up pixel positioning of the glyphs. Just use bgy->top and
3540         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
3541         to all divisions to get correct rounding behaviour.
3542
3543         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
3544         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
3545         Moved start_y/end_y flip into draw_drawable implementations.
3546         Flip also x rendering when draw_direction < 0.
3547         Remove unneccesary multiply with draw_direction.
3548
3549 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
3550
3551         * docs/tutorial/gtk-tut.sgml:
3552           - get rid of gtk_toggle_button_toggled FUD
3553           - start DND section - needs work - based on:
3554                 http://wolfpack.twu.net/docs/gtkdnd/
3555
3556 2000-11-22  Alexander Larsson  <alexl@redhat.com>
3557
3558         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
3559         Correct calculation of font metrics. Now GtkEntrys have sane
3560         size.
3561
3562 2000-11-22  Alexander Larsson  <alexl@redhat.com>
3563
3564         * gdk/gdktypes.h:
3565         Add new type GdkSpan
3566         
3567         * docs/reference/gdk/gdk-sections.txt,
3568         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
3569         gdk/gdkregion.h:
3570         Implement and document gdk_region_spans_intersect_foreach.
3571
3572         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
3573         Add new file gdkrender-fb.c which contains all core
3574         rendering code.
3575         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
3576         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
3577         (optimized rectangle fillers).
3578
3579         * gdk/linux-fb/gdkdrawable-fb2.c:
3580         Move all rendering code to gdkrender-fb.c.
3581         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
3582         Use the new span intersection functions in gdk_fb_fill_spans.
3583         gdk_fb_draw_rectangle() clips filled rectangles and calls
3584         gc->fill_rectangle with the result.
3585         gdk_fb_fill_spans() gets extra argument "sorted".
3586
3587         * gdk/linux-fb/gdkevents-fb.c:
3588         Remove unused includes and defines.
3589         New function gdk_fb_get_time() to get correct time for events.
3590
3591         * gdk/linux-fb/gdkinput-ps2.c:
3592         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
3593         Make sure to set the time of all events.
3594
3595         * gdk/linux-fb/gdkmain-fb.c:
3596         Use gdk_fb_get_time ().
3597
3598         * gdk/linux-fb/gdkprivate-fb.h:
3599         New virtual GC calls: fill_span & fill_rectangle.
3600         Export gdk_fb_get_time().
3601         gdk_fb_fill_spans() gets extra argument "sorted".
3602
3603         * gdk/linux-fb/mi*.c:
3604         Use GdkSpan instead of GdkRectangle.
3605         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
3606         from XFree 4 source)
3607         
3608 2000-11-22    <jrb@redhat.com>
3609
3610         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
3611         reversing the order in an if statement will do.  Doing so managed
3612         to make the treemodelsort half work.  Other half will follow after
3613         I get the insert function fully fixed.
3614
3615 2000-11-21  Elliot Lee  <sopwith@redhat.com>
3616         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
3617         more than 2 bits. Besides, I need to implement an evil hack. :)
3618
3619 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
3620
3621         * docs/tutorial/gtk-tut.sgml: minor corrections
3622
3623 2000-11-20  Jonathan Blandford <jrb@redhat.com>
3624         * gtk/gtktreemodelsort.h: Add convertion functions to let you
3625           convert to and from relative path's and iters.
3626
3627         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
3628           testing sorting functions a bit better.  Currently broken -- will
3629           fix in morning.
3630
3631 2000-11-20  Havoc Pennington  <hp@redhat.com>
3632
3633         * gtk/gtkwidget.c: Documented a bunch of functions in here
3634         (gtk_widget_realize): Warn if you try to realize
3635         a widget with no parent that isn't a toplevel
3636         (gtk_widget_intersect): return a gboolean
3637
3638 2000-11-20  Havoc Pennington  <hp@redhat.com>
3639
3640         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
3641         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
3642         scrolling to be implemented in GDK to finish. Also, right now
3643         we just size_allocate all children on every layout change,
3644         which is pretty lame. Test commented out of testtext.c, 
3645         until it works better.
3646
3647 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
3648
3649         * gdk/linux-fb/gdkdrawable-fb2.c:
3650         Removed unused arguments from gdk_fb_drawable_get_pixel().
3651
3652         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
3653         Renamed fidur specific mouse packet data in MouseDevice to
3654         generic. Used it in ps2 mouse handling code to avoid blocking
3655         reads.
3656
3657 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
3658
3659         * demos/gtk-demo/main.c: Changed to have the list become
3660         non-italic when the demo window is destroyed through an external
3661         event (like a close button).  Doing so found three bugs in the
3662         widget.
3663
3664         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
3665
3666         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
3667         we actually set the cell.
3668
3669         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
3670
3671         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
3672         free a leaked path.  Thanks memprof.
3673
3674 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
3675
3676         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
3677         off-by-one error when destroying allocated segments
3678         on failure. (Elliot)
3679
3680 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
3681
3682         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
3683         memleaks found by Evan Martin.
3684
3685 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
3686
3687         * Released 1.3.2
3688         
3689         * NEWS: Updates for 1.3.2
3690
3691 2000-11-17  Tor Lillqvist  <tml@iki.fi>
3692
3693         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
3694         but in general for window system specific events.
3695
3696         * gtk/gtk.def
3697         * gtk/makefile.mingw.in
3698         * gtk/makefile.msc.in: Update.
3699         
3700         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
3701
3702 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
3703
3704         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
3705         distribute gtk.immodules.
3706
3707         * gtk/Makefile.am (install-data-local): Don't install the
3708         gtk.immodules file created for the uninstalled modules;
3709         instead run gtk-query-immodules after install
3710
3711 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
3712
3713         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
3714         -rpath to the right install location.
3715
3716         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
3717         -export-dynamic.
3718
3719         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
3720         properly.
3721
3722 2000-11-15  Havoc Pennington  <hp@pobox.com>
3723
3724         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
3725         patch from Mikael Hermansson to temporarily stop blinking while
3726         the user is using the keyboard to type or navigate. 
3727
3728         Also, when blinking, stay on for longer than we stay off. Also,
3729         return from start_cursor_blink if !cursor_visible, to save
3730         checking that flag all over the place before we call
3731         start_cursor_blink.
3732
3733 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
3734
3735         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
3736         only contain a "fontset" line, which is now ignored.
3737
3738         * gtk/gtkentry.c (gtk_entry_button_release): Make 
3739         double-click-to-select-word work.
3740         
3741 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
3742
3743         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
3744         Don't move back one char when we are actually at the end of the 
3745         paragraph.
3746
3747 2000-11-15  Robert Brady  <robert@suse.co.uk>
3748
3749         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
3750         'o' < 'p'.
3751         
3752         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
3753         bind_textdomain_codeset.
3754
3755         (gtk_init_check): Make the warning about translating default:LTR
3756         sterner.
3757         
3758 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
3759
3760         * **/Makefile.am : remove unecessary rules for win32-specific
3761         config-substituted targets. If you want these rules, use
3762         --enable-maintainer-mode (called automatically by autogen.sh).
3763         Stops a lot of unneccessary make-time warnings.
3764
3765         * gtk/gtktext{layout,display}.c: Factor in total width as
3766         well as screen when figuring alignment for word-wrap as well as
3767         no wrap; this is necessary to handle lines that cannot be wrapped
3768         at all.
3769
3770 2000-11-15  Havoc Pennington  <hp@redhat.com>
3771
3772         * gtk/testtext.c: Implement essential color cycling feature
3773
3774 2000-11-15  Havoc Pennington  <hp@redhat.com>
3775
3776         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
3777         when we invalidate the main window.
3778
3779         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
3780         GtkTextView will now invalidate the side windows for us when text
3781         changes.
3782
3783 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
3784
3785         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
3786         unconditionally, since we may need to update the horizontal
3787         scrollbars even if the height didn't change.
3788
3789         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
3790         the extra attrs, since some of them affect size.
3791
3792         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
3793         x_offset correctly.
3794
3795 2000-11-15  Havoc Pennington  <hp@redhat.com>
3796
3797         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
3798         don't move the first line out into the margin, instead move the
3799         whole paragraph in order to make space for the first line within 
3800         the margin
3801
3802 2000-11-15  Havoc Pennington  <hp@redhat.com>
3803
3804         * gtk/gtktextview.c (changed_handler): offset redraw rect by
3805         xoffset in addition to yoffset, so horizontal scrolling doesn't
3806         break redraws
3807
3808 2000-11-15  Havoc Pennington  <hp@redhat.com>
3809
3810         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
3811         from the cursor
3812         (render_layout_line): fix reversed test that caused weird
3813         underlines to get drawn
3814
3815 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
3816
3817         * gdk/linux-fb/gdkprivate-fb.h:
3818         Fix debug macros.
3819         
3820 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
3821
3822         * gdk/linux-fb/gdkprivate-fb.h:
3823         Added virtual functions set_pixel, get_color,
3824         fill_span and draw_drawable to the GC.
3825         Added global _gdk_fb_screen_gc to use instead of
3826         NULL when drawing to the screen.
3827         Added _gdk_fb_gc_calc_state() prototype.
3828
3829         * gdk/linux-fb/gdkgc-fb.c:
3830         Call _gdk_fb_gc_calc_state() on any gc state change.
3831
3832         * gdk/linux-fb/gdkglobals-fb.c:
3833         Add _gdk_fb_screen_gc
3834                 
3835         * gdk/linux-fb/gdkdrawable-fb2.c:
3836         _gdk_fb_gc_calc_state() calculates best functions
3837         for the GC state and depth.
3838         Moved bpp specialized code to separate functions.
3839         Added optimized 24 bpp AA draw_drawable.
3840
3841         * gdk/linux-fb/gdkevents-fb.c:
3842         Silence gcc warning.
3843
3844         * gdk/linux-fb/gdkimage-fb.c:
3845         Use _gdk_fb_screen_gc
3846
3847         * gdk/linux-fb/gdkwindow-fb.c:
3848         Init and use _gdk_fb_screen_gc
3849
3850         * gdk/linux-fb/mitypes.h:
3851         Remove unused types.
3852
3853 2000-11-14  Havoc Pennington  <hp@pobox.com>
3854
3855         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
3856         to pixels
3857
3858 2000-11-14  Havoc Pennington  <hp@pobox.com>
3859
3860         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
3861
3862         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
3863         unknown char, no real reason we were using a variable. 
3864         Remove gtk_text_unknown_char variable. Fix all the text widget
3865         files accordingly.
3866
3867         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
3868         since the Unicode spec seems to prefer that character for our
3869         purposes.
3870
3871 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
3872
3873         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
3874         value of g_getenv() isn't freeable, so g_strdup it.
3875
3876         * modules/input/inuktitut.c: Inuktitut input method.
3877
3878         * modules/input/Makefile.am: Build this.
3879         
3880 2000-11-14  Elliot Lee  <sopwith@redhat.com>
3881
3882         * gtk/Makefile.am: Install gtk.immodules, needed for operation
3883         of gtk programs.
3884
3885 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
3886
3887         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
3888         reversed > that was causing Home to go to end of previous line.
3889
3890         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
3891         modified-keypresses (leave for bindings.)
3892
3893         * modules/input/Makefile.am: Remove useless -export-dynamic
3894         from module LDFLAGS.
3895
3896 2000-11-14  Havoc Pennington  <hp@redhat.com>
3897
3898         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
3899         higher.
3900
3901         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
3902         account. Also, render rise, underline, background, etc. for
3903         pixbufs as well as text. Also, draw underlines one pixel higher.
3904
3905         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
3906         PangoAttribute for the rise, so it gets drawn properly. Also,
3907         add the GtkTextAppearance attribute for pixbuf/widget segments
3908         as well; we should go ahead and have rise, underline, background,
3909         stipple work for those
3910
3911         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
3912         Pango
3913
3914 2000-11-15  Tor Lillqvist  <tml@iki.fi>
3915
3916         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
3917
3918         * gtk/gtk.def: Update.
3919
3920         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
3921         included.
3922         (gtk_rc_get_im_module_file): Use run-time installation directory
3923         on Win32.
3924
3925         * gdk/win32/rc/gdk.rc: Remove.
3926         * gdk/win32/rc/gdk.rc.in: New file.
3927         * gdk/win32/rc/Makefile.am: New file
3928         * gdk/win32/Makefile.am: Corresponding changes.
3929
3930         * gtk/gtk.rc: Remove.
3931         * gtk/gtk-win32.rc.in: New file.
3932         * gtk/Makefile.am: Corresponding changes.
3933
3934         * configure.in: Corresponding changes.
3935
3936         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
3937         has a built gtkcompat.h. Developers using CVS code on Win32 can
3938         hand-edit it from gtkcompat.h.in.
3939
3940         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
3941         gtkcompat.h from gtkcompat.h.win32.
3942
3943 2000-11-14  Havoc Pennington  <hp@redhat.com>
3944
3945         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
3946         to default to GDK_ACTION_MOVE if the drag is within a single
3947         widget. Defaults to GDK_ACTION_COPY between widgets.
3948
3949 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
3950
3951         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
3952
3953         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
3954
3955         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
3956         srcdir != builddir
3957
3958         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
3959
3960         * configure.in (GTK_VERSION): Up to 1.3.2
3961
3962         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
3963         gtkimcontextxim.h
3964
3965         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
3966         missing doc comment.
3967
3968 2000-11-14  Alexander Larsson  <alexl@redhat.com>
3969
3970         * modules/linux-fb/basic.c:
3971         Use the glib iconv wrappers.
3972
3973 2000-11-13  Havoc Pennington  <hp@pobox.com>
3974
3975         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
3976         still more bugs.
3977
3978         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
3979         scroll the GdkWindows before realization.
3980
3981 2000-11-13  Havoc Pennington  <hp@redhat.com>
3982
3983         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
3984         where GC didn't always get updated properly
3985
3986         * demos/gtk-demo/textview.c (create_tags): Use subattributes
3987         of fonts instead of setting the entire font
3988
3989         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
3990         setting entire font
3991
3992         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
3993
3994         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
3995         a bunch of individually-settable font attributes. You can still 
3996         use the "font" and "font_desc" args, they just set all the font
3997         attributes at once.
3998
3999 2000-11-13 Elliot Lee <sopwith@redhat.com>
4000
4001         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
4002
4003 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
4004
4005         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
4006         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
4007
4008         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
4009         work better.
4010
4011 2000-11-13  Havoc Pennington  <hp@redhat.com>
4012
4013         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
4014         the module file.
4015
4016         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
4017         dest->language
4018
4019         * gtk/testtext.c: Test pixels above/below/inside paragraphs
4020         settings
4021
4022         * gtk/gtktextview.c: Implement object args and setters/getters for
4023         all the aspects of the GtkTextAttributes that are not set from
4024         GtkWidget attributes. This is spacing, justification, margins,
4025         etc.
4026
4027         (gtk_text_view_set_arg)
4028         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
4029         args
4030         (gtk_text_view_class_init): Add args for justify, left_margin,
4031         right_margin, indent, and tabs
4032         
4033
4034         * gtk/gtktextlayout.c (set_para_values): fix to display indent
4035         attribute properly
4036
4037         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
4038         replace with indent attribute
4039
4040         * gtk/gtktextlayout.c (set_para_values): multiply indent by
4041         PANGO_SCALE
4042
4043         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
4044         rearranging code to do that
4045         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
4046         i.e. don't subtract the top_margin first, just to keep
4047         all margin-futzing in one place.
4048
4049         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
4050
4051         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
4052         special case of last line, Pango now handles this itself.
4053         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
4054         Y coordinate
4055         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
4056         (find_display_line_above): wasn't moving the byte index as it
4057         iterated over lines, so always returned byte 0. Also, port to use
4058         PangoLayoutIter.
4059         (find_display_line_below): same problem as
4060         find_display_line_above. Also, port to use PangoLayoutIter.
4061
4062 2000-11-13  Alexander Larsson  <alexl@redhat.com>
4063
4064         * gdk/linux-fb/*.[ch]:
4065         Massive reindent to gtk+ standard. My hands hurt.
4066
4067         * gdk/linux-fb/gdkcolor-fb.c:
4068         Move GdkColorPrivateFB from inherited to windowing_data
4069
4070         * gdk/linux-fb/gdkcursor-fb.c:
4071         _gdk_cursor_new_from_pixmap made static
4072
4073         * gdk/linux-fb/gdkdnd-fb.c:
4074         GdkDragContextPrivate moved to windowing_data
4075
4076         * gdk/linux-fb/gdkdrawable-fb2.c:
4077         Removed endian.h, use glib endianness macros instead
4078         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
4079         and GDK_DRAWABLE_IMPL_FBDATA
4080
4081         * gdk/linux-fb/gdkfont-fb.c:
4082         Add empty gdk_font_load(). Needed for linking of Gtk+.
4083
4084         * gdk/linux-fb/gdkimage-fb.c:
4085         Removed endian.h, use glib endianness macros instead
4086         Moved GdkImagePrivateFB to windowing_data
4087         gdk_image_new_bitmap didn't always allocate enough
4088         memory.
4089
4090         * gdk/linux-fb/gdkinput-ps2.c:
4091         Added semi-working support for MS serial mice.
4092
4093         * gdk/linux-fb/gdkprivate-fb.h:
4094         s/GdkWindowPrivate/GdkWindowObject/
4095         Removed GdkWindowPrivate typedef
4096         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
4097         Removed GDK_DRAWABLE_P
4098         Move GdkColorPrivateFB from inherited to windowing_data
4099         Moved GdkImagePrivateFB to windowing_data
4100
4101         * gdk/linux-fb/gdkvisual-fb.c:
4102         Removed some unused debug code.
4103
4104         * gdk/linux-fb/gdkwindow-fb.c:
4105         Use stock cursors instead of including X headers.
4106         s/GdkWindowPrivate/GdkWindowObject/
4107
4108         * gdk/linux-fb/mitypes.h:
4109         Removed unused types.
4110
4111         * modules/linux-fb/basic.c:
4112         Use the pango fribidi wrappers.
4113
4114 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4115
4116         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
4117         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
4118         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
4119         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
4120         GEqualFunc where applicable.
4121         
4122         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
4123         pango_font_description_equal as changed in pango.
4124         
4125         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
4126
4127         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
4128
4129         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
4130
4131         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
4132
4133         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
4134
4135         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
4136
4137         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
4138         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
4139
4140         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
4141         gtk_rc_styles_compare -> gtk_rc_styles_equal.
4142
4143 2000-11-12  Havoc Pennington  <hp@pobox.com>
4144
4145         * demos/gtk-demo/Makefile.am (democodedir): change demo install
4146         dir to datadir/gtk+-2.0/demo
4147
4148         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
4149         sorts of text widget and Pango font bugs. Urgh.
4150
4151         * demos/gtk-demo/Makefile.am (demos): Add textview.c
4152
4153         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
4154         tree that you should double click to see the demo. Fix 
4155         types of variables to reflect changed return values from 
4156         GtkTreeStore and GtkTreeViewColumn constructors.
4157
4158         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
4159         newly-created buffer to prepare for GObject semantics
4160
4161         * gtk/testtext.c: don't leak the buffer with GObject semantics
4162
4163         * gtk/testtextbuffer.c: ditto
4164         
4165 2000-11-12  Havoc Pennington  <hp@pobox.com>
4166
4167         Rename this testgtk to gtk-demo to avoid confusion, and 
4168         install it so people can use it as a supplement to 
4169         the documentation.
4170         
4171         * demos/gtk-demo: Moved from demos/testgtk
4172
4173         * demos/testgtk: Removed
4174
4175         * configure.in: make Makefile in gtk-demo
4176         
4177         * demos/gtk-demo/Makefile.am: Install sample source to 
4178         datadir/gtk-demo (maybe there's a better place?), and 
4179         rename the binary to gtk-demo
4180         
4181         * demos/gtk-demo/main.c (load_file): Load installed sample
4182         source if source isn't found in pwd.
4183
4184 2000-11-09  Havoc Pennington  <hp@pobox.com>
4185
4186         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
4187         argument to set the char displayed when visibility == FALSE
4188         (gtk_entry_create_layout): If !entry->visible, replace 
4189         all chars with the "invisible char"
4190
4191         * gtk/testgtk.c: Test the invisible_char deal
4192         
4193 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
4194
4195         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
4196         can't get a native font in the right encoding.
4197
4198 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
4199
4200         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
4201         respectively.
4202
4203 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
4204
4205         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
4206         Fix warning when moving between paragraphs.
4207
4208         * gtk/gtkentry.[ch]: Change move => move_cursor, 
4209         delete => delete_from_cursor, insert => insert_at_cursor
4210
4211 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
4212
4213         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
4214
4215         * modules/input/imthai-broken.c: A Thai input method for use if
4216         Thai keys are really generating Latin1 keysyms.
4217
4218         * modules/input/Makefile.am: Build these.
4219
4220 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
4221
4222         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
4223         g_filename_{to,from}_utf8 now takes an extra parameter.
4224
4225         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
4226         strftime into UTF-8.
4227
4228         (column_from_x, gtk_calendar_paint_day_names): Support RTL
4229         calendars.
4230
4231         (gtk_calendar_paint_day_names): Draw day names in the right 
4232         place.
4233         
4234 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
4235
4236         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
4237         problem with using result of g_get_charset() backwards -
4238         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
4239
4240         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
4241         negative min_width/height and max_width/height to
4242         mean "requisition"; this allows setting a window
4243         to be user-resizable in only one direction easily.
4244
4245         * gtk/testgtk.c (create_main_window): Remove hard-coded
4246         usize - set a default size in the vertical direction.
4247
4248 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
4249
4250         * gtk/gtkrange.c: Add some missing casts. Support 
4251         2 and 3 button clicks on the arrows to mean 
4252         "move by pages" and "jump to end". (Like gtkspinbutton)
4253
4254 2000-11-12 Hans Breuer <Hans@Breuer.Org>
4255
4256         * gdk/win32/makefile.msc : reflect build module changes
4257
4258         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
4259         from GdkPixmap*, cast implementation member instead.
4260
4261         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
4262         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
4263         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
4264         more Gdi functions return value checking. 
4265         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
4266         GdkImagePrivateWin32 *.
4267
4268         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
4269         menus useable again. Add #pragma message to keep reminded on this issue.
4270         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
4271         windows. This allows to enable backing store on Win32!
4272
4273         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
4274         in drawable is of impl type. Correct specific type checks appropriate.
4275  
4276         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
4277         GDK_WINDOW_DESTROYED before allocating new resources.
4278
4279         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
4280
4281         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
4282         (gdk_window_foreign_new) initialize parent handle.
4283         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
4284
4285         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
4286         Let the GDI invalidate the window on MoveWindow call to fix scrolling
4287         problems (e.g. main buttons in testgtk). 
4288
4289 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
4290
4291         * gtk/gtkentry.c (gtk_entry_key_press): Call 
4292         gtk_widget_activate for GDK_Return.
4293
4294         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
4295         of preedit cursor position.
4296
4297 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
4298
4299         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
4300         static.
4301
4302 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
4303
4304         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
4305         out support for multiple locales; that simple doesn't
4306         work reliably with current Xlib
4307
4308         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
4309         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
4310         Add support for positioning the cursor within the preedit string.
4311
4312 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
4313
4314         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
4315         at XIM input method module.
4316
4317         * gtk/gtktextview.c: Check for bindings after passing
4318         events to im context filter.
4319
4320 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
4321
4322         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
4323         empty attribute lists properly.
4324
4325 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
4326
4327         * gtk/queryimmodules.c (main): Return non-zero exit
4328         status if errors were encountered querying any
4329         modules.
4330
4331         * modules/input/Makefile.am (moduledir): remove
4332         leftover bin program target.
4333
4334         * docs/make-todo: Fix typo in error message.
4335
4336 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
4337
4338         * configure.in: Add modules/input/Makefile
4339
4340 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
4341
4342         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
4343         don't include gtkthemes.h.
4344
4345         * gtk/testgtk.c gtk/testtext.c: Set environment variables
4346         to point
4347
4348         * gtk/Makefile.am: Add new .c and .h files, build 
4349         gtk-query-immodules and use it to create a gtk.immodules
4350         file for use of test programs.
4351
4352         * gtk/gtkpreview.c: remove extra blank line.
4353
4354 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
4355
4356         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
4357         Add the ability to add extra tables beyond the default
4358         one, and also the ability to have compose sequences 
4359         that are prefixes of other compose sequences. 
4360
4361         * gtk/gtkimcontextsimple.c: Export a preedit string which
4362         consists of possible candidates for keystrokes that have
4363         been entered but not yet committed.
4364
4365         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
4366         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
4367
4368         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
4369         Add a function to add input-method switching menu items
4370         to a menu.
4371
4372         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
4373         when switching input methods.
4374
4375         * gtk/gtkimcontextsimple.[ch]: Change the format of
4376         the compose table to allow compose tables of different
4377         lengths / sequence.
4378
4379 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
4380
4381         * gtk/gtkimmodule.[ch]: Support routines for loading
4382         GtkIMContext implementations dynamically at runtime.
4383
4384         * modules/input/imcyrillic-translit.c: A sample input
4385         method (based on GtkIMContextSimple with an extra table),
4386         which demonstrates preedit strings and the module
4387         system for input modules
4388
4389         * gtk/queryimmodules.c: Program to query the available
4390         input modules and write the results into a file.
4391          
4392         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
4393         extra config options "im_module_file" (cache file for
4394         input method modules), and "im_module_path" - path
4395         to look for modules when generating cache file.
4396
4397         This doesn't scale.
4398
4399 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
4400
4401         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
4402         generic code from gtkthemes into a new abstraction
4403         GtkModule which has the logic for implementing
4404         a loadable module which implements a number of 
4405         GObject types.
4406
4407 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
4408
4409         * gtk/gtkeditable.[ch]: Convert GtkEditable from
4410         a class into an interface  
4411         
4412         * gtk/gtkoldeditable.[ch]: Move the old editable
4413         implementation into here, so legacy widgets can
4414         still rely on the implemenation. GtkOldEditable
4415         exports GtkEditable. Make selection handling
4416         code use new text conversion functions (and
4417         handle UTF-8 as a side-effect). Use GtkClipboard
4418         for CLIPBOARD.
4419
4420         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
4421         Adopt to match above changes.
4422
4423         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
4424         avoid GtkOldEditable implementation. Restructure
4425         to reduce number of places that modify state directly.
4426         Move to GtkBindingSet. Display the preedit string.
4427         Queue recomputation of PangoLayout and scroll position
4428         to improve effiency of doing complex changes naively.
4429         Add a menu with cut/copy/paste and input method selection.
4430
4431 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
4432
4433         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
4434         to set preedit string and attributes; display preedit string by
4435         inserting string and attributes at cursor when creating the
4436         GtkTextLineDisplay.
4437
4438         * gtk/gtktextlayout.c: Move all conversions between byte
4439         positions in PangoLayout and GtkTextIter into new functions
4440         line_display_iter_to_index/index_to_iter that properly
4441         handle the preedit string.
4442
4443         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
4444         it to return const char * (eventually will end up
4445         as GCONST char *, most likely.)
4446
4447         * gtk/gtktextview.[ch]: Handle the preedit string, call
4448         gtk_im_context_reset() as necessary, add a menu to switch
4449         input methods.
4450         
4451         * gtk/gtktextlayout.[ch]: Remove useless
4452         gtk_text_layout_get_log_attrs() function.
4453
4454 2000-11-11  Tor Lillqvist  <tml@iki.fi>
4455
4456         * gdk/gdk.def
4457         * gtk/gtk.def: Update.
4458
4459         * gdk/win32/*.c: Add last argument to g_type_register_static()
4460         calls.
4461
4462         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
4463
4464         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
4465         generated by older wheel mouse drivers. Get the correct y
4466         coordinate from WM_MOUSEWHEEL messages.
4467
4468         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
4469         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
4470         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
4471         Debugging functions.
4472
4473         * gdk/win32/gdkprivate-win32.h: Declare them.
4474
4475         * gdk/win32/gdkinput-win32.h: Add declaration for
4476         gdk_input_window_destroy().
4477
4478         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
4479
4480 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
4481
4482         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
4483         function to help handle keeping things in sync.
4484
4485 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
4486
4487         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
4488         BOXED marshallers.
4489
4490         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
4491         (gtk_list_store_class_init): use the new BOXED marshallers.
4492
4493         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
4494         new_with_values to new_with_types.
4495         (gtk_tree_store_get_column_type): add this.
4496         (gtk_tree_store_class_init): use the new BOXED marshallers.
4497
4498         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
4499         mirror some POINTER marshallers.
4500
4501 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
4502
4503         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
4504         allow more interesting iterators.  Also, made the lifecycle of
4505         iterators more explicit.
4506
4507         * gtk/gtktreemodelsort.[ch]: New model for sorting.
4508
4509         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
4510         types.
4511
4512 2000-11-09  Alexander Larsson  <alexl@redhat.com>
4513
4514         * demos/testgtk/menus.c:
4515         Changes to make the new testgtk compile after
4516         gtk_menu_append was removed.
4517
4518         * gdk/linux-fb/gdkdrawable-fb2.c
4519         (gdk_fb_get_depth, gdk_fb_get_visual,
4520         gdk_drawable_impl_fb_class_init): Implement
4521         these drawable functions. Now GtkImages work again.
4522
4523         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
4524
4525         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
4526         
4527         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
4528         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
4529         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
4530         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
4531
4532 2000-11-08  Havoc Pennington  <hp@pobox.com>
4533
4534         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
4535         visible_set args, don't know where these had gone, I thought they
4536         used to be there
4537
4538         * gtk/testtext.c: Add a menu item to apply invisibility tag;
4539         now we can test the feature and see that it's totally broken.
4540
4541 2000-11-08  Havoc Pennington  <hp@pobox.com>
4542
4543         Make DND copy pixbufs and tags when source and target share a 
4544         tag table.
4545         
4546         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
4547         in-process GTK_TEXT_BUFFER_CONTENTS target
4548         (gtk_text_view_drag_data_received): Paste from
4549         GTK_TEXT_BUFFER_CONTENTS if we receive it.
4550
4551 2000-11-08  Alexander Larsson  <alexl@redhat.com>
4552
4553         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
4554         API changes.
4555
4556         * gtk/gtkmenu.c: Add support for scrolling menus.
4557         Remove gtk_menu_append/prepend/insert, these have been moved to
4558         gtkcompat.h as #defines.
4559
4560         * gtk/gtkcompat.h.in:
4561         Add compatibility #defines for gtk_menu_append/prepend/insert
4562
4563         * gtk/gtkmenu.h: Add data needed for scrolling menus.
4564         GtkMenuPositionFunc gets an extra argument push_in.
4565         gtk_menu_append/prepend/insert removed.
4566         
4567         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
4568         positioning behaviour to fit to scrolling menus.
4569
4570         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
4571         into menuitem->submeny. That is wrong, and broke torn
4572         off submenus of torn off menus, since they were unrealized
4573         when the first menu was unrealized.
4574
4575         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
4576         gtk_menu_shell_select_item() since these need to be overridden in
4577         GtkMenu.
4578
4579         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
4580         positioning behaviour to fit to scrolling menus.
4581         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
4582         the current item so that it is prelighted when the menu pops up.
4583         This is a workaround to the fact that the menu doesn't get the
4584         initial enter event (due to grabs).
4585
4586         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
4587         s/gtk_menu_append/gtk_menu_shell_append/
4588
4589         * gtk/gtknotebook.c:
4590         s/gtk_menu_insert/gtk_menu_shell_insert/
4591
4592         * gtk/testgtk.c (create_menu, create_menus):
4593         Create the first menu with 50 items so that menu scrolling
4594         can be tested.
4595         
4596         
4597         Patch from Jonathan Blandford  <jrb@redhat.com>
4598
4599         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
4600         system to handle size requests.  First, we ask what the size of
4601         the toggle is.  Then, when allocating the size, we allocate the
4602         toggle_size first.  This way we can have multiple menu-item
4603         classes w/o needing a seperate class for each.
4604
4605         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
4606         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
4607
4608         * gtk/gtkcheckmenuitem.c
4609         (gtk_check_menu_item_toggle_size_request): New function to handle
4610         the toggle size-request.
4611
4612 2000-11-07  Havoc Pennington  <hp@redhat.com>
4613
4614         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
4615         Half-ass somewhat fix this function, so that scrolling to the
4616         insertion point works. Pango hacking is in the future to really
4617         fix it.
4618
4619         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
4620         length of data, no longer used.
4621
4622         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
4623         method contents in here, get rid of destroy method
4624         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
4625         that were backward. Remove debug spew.
4626         (cut_or_copy): Make the clipboard work with insert_range to
4627         preserve tags and pixbufs, not just the primary selection.
4628
4629 2000-11-07  Havoc Pennington  <hp@redhat.com>
4630
4631         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
4632         to gtk_text_mark_get_visible
4633
4634         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
4635         bug that was generating an invalid iterator
4636
4637         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
4638         ensure_char_offsets() in front of code placing the iter in an
4639         invalid state.
4640
4641         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
4642         make override_location arg const
4643         (paste): Replace the selection if we paste into the 
4644         current selection
4645
4646         * gtk/gtkselection.h: Remove "GtkSelectioData"
4647         (struct _GtkSelectionData): move the definition here.
4648
4649         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
4650         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
4651
4652         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
4653
4654         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
4655         (gtk_text_buffer_insert_range_interactive): implement
4656         (gtk_text_buffer_get_tags): Remove, replaced by
4657         gtk_text_iter_get_tags()
4658
4659         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
4660         limit parameter, to avoid infinite linear scan.
4661         (gtk_text_iter_backward_search): Add search limit
4662         (gtk_text_iter_forward_find_char): Add search limit
4663         (gtk_text_iter_backward_find_char): Add search limit
4664
4665 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
4666
4667         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
4668         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
4669         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
4670         gdk/linux-fb/gdkwindow-fb.c:
4671         use g_object_new() instead of g_type_create_instance() which
4672         is a private function for fundamental type implementations.
4673
4674         * gdk/linux-fb/gdkinput-ps2.c:
4675         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
4676         instead just store the current modifier state. Add a (somewhat broken)
4677         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
4678         Rename exported function gdk_input_ps2_get_mouseinfo to
4679         gdk_input_get_mouseinfo.
4680
4681         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
4682         gdk/linux-fb/gdkwindow-fb.c:
4683         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
4684         
4685
4686 2000-11-02  Havoc Pennington  <hp@redhat.com>
4687
4688         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
4689         use stock buttons. Should be 100% source compatible, appropriate
4690         filesel fields now point to dialog->vbox and dialog->action_area.
4691         On the bizarre side, dialog->action_area and filesel->action_area
4692         are not the same widget.
4693         (gtk_file_selection_init): Put some padding around the selection
4694         entry, so it isn't touching the GtkDialog separator.    
4695
4696         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
4697         use stock buttons, etc. Should also be source compatible.
4698         Set the dialog default title in _init not _new().
4699         
4700         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
4701         Use stock buttons; don't put a button box inside the existing
4702         dialog button box. Don't bother with push/pop colormap anymore.
4703
4704         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
4705         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
4706         for message dialog, and necessary for the font selection and color
4707         selection with help and apply buttons.
4708         
4709         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
4710         to the created button widget. Set GTK_CAN_DEFAULT on the button.
4711         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
4712         between buttons, put less padding around the action area.
4713         (gtk_dialog_run): Exit on unmap rather than on destroy. 
4714         This will also exit the loop if the widget is hidden.
4715         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
4716         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
4717         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
4718         special-case delete event.
4719
4720         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
4721         formatting
4722         
4723 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
4724
4725         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
4726         button to temporarily disable position recording in the
4727         "saved position" test.
4728
4729 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
4730
4731         * gtk/gtkthemes.c: added compat code that temporarily implements
4732         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
4733         going to be revamped by owen's upcoming GtkModule patches, but
4734         untill then people want gtk to build, right? ;)
4735
4736 2000-11-04  Havoc Pennington  <hp@pobox.com>
4737
4738         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
4739         list
4740
4741         * docs/Changes-2.0.txt: Add note about
4742         gtk_container_get_toplevels()
4743
4744         * gtk/gtktextview.h: formatting
4745         
4746         * gtk/gtktextview.c: don't start descriptions with "Returns",
4747         confuses gtk-doc
4748
4749 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
4750
4751         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
4752         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
4753
4754 2000-11-03  Havoc Pennington  <hp@redhat.com>
4755
4756         * gtk/gtktexttagtable.c: Docs
4757         (gtk_text_tag_table_size): return a signed int
4758
4759         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
4760         (gtk_text_tag_event): make the event_object a GObject
4761
4762         * gtk/gtktextview.c: Write API docs for all functions.
4763
4764         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
4765         for gtk_text_view_get_window_type() called on one of the private
4766         windows.
4767
4768         * gtk/gtktextview.c: Instead of accessing text_view->buffer
4769         directly, call get_buffer() which demand-creates a default
4770         buffer. So gtk_text_view_new() can be used to create a view with a
4771         default buffer in it, if you just want an empty text box users can
4772         put data in. Useful for GUI builders also.
4773
4774 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
4775
4776         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
4777         the charset encodign portion MUST be in lowercase.
4778         * gtk/gtkrc.az: added file for Azeri language
4779
4780 2000-11-03  Havoc Pennington  <hp@redhat.com>
4781
4782         Get widgets working on the btree/buffer side. Display of them 
4783         still doesn't work.
4784         
4785         * gtk/gtktextview.c: start implementing child widget stuff
4786
4787         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
4788
4789         * gtk/gtktextlayout.c: handle embedded widgets
4790
4791         * gtk/gtktextdisplay.c: handle embedded widgets
4792
4793         * gtk/gtktextchild.c: Implement all the child anchor goo
4794
4795         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
4796         function
4797
4798         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
4799         (insert_pixbuf_or_widget_segment): abstract out common portions of 
4800         creating a child anchor or a pixbuf segment.
4801         (gtk_text_btree_create_child_anchor): new function
4802         (gtk_text_btree_unregister_child_anchor): new function
4803
4804         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
4805         allocate_child signal on GtkTextLayout
4806
4807         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
4808         values
4809         (gtk_text_iter_get_child_anchor): new function
4810
4811         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
4812         default handler for the changed signal, which calls
4813         gtk_text_buffer_set_modified(), instead of just always emitting
4814         changed then calling set_modified() manually. I guess this is
4815         maybe more flexible. It seems logical.
4816
4817 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
4818
4819         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
4820         now.
4821
4822         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
4823
4824 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
4825
4826         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
4827         been marked static.
4828
4829 2000-11-02  Havoc Pennington  <hp@redhat.com>
4830
4831         * gtk/testgtk.c (create_labels): had a test backward
4832
4833         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
4834         fields, so the dest GC ends up with the correct clip origin, 
4835         etc. Fixes a bug where colored labels didn't redraw 
4836         properly.
4837
4838 2000-11-02  Alexander Larsson  <alexl@redhat.com>
4839
4840         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
4841         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
4842         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
4843         Add last argument to t_type_register_static call.
4844         
4845         * gdk/linux-fb/gdkdrawable-fb2.c:
4846         Add last argument to t_type_register_static call.
4847         export the get_image drawable virtual function.
4848
4849         * gdk/linux-fb/gdkimage-fb.c:
4850         Add last argument to t_type_register_static call.
4851         rename gtk_image_get to _gdk_fb_get_image and
4852         export it for use by gdkdrawable-fb2.
4853
4854         * gdk/linux-fb/gdkprivate-fb.h:
4855         export _gdk_fb_get_image.
4856
4857         * gdk/linux-fb/gdkselection-fb.c:
4858         Add new api call stubs.
4859
4860         * gtk/Makefile.am:
4861         Missing ( in linux-fb part.
4862
4863         * modules/linux-fb/Makefile.am:
4864         Must link with gdk_pixbuf or get unresolved symbol.
4865
4866 2000-11-01  Havoc Pennington  <hp@pobox.com>
4867
4868         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
4869         GTK_TYPE_TEXT_ITER and BOXED marshallers
4870
4871         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
4872
4873         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
4874         
4875         * gtk/gtk-boxed.defs: add GtkTextIter
4876
4877         * gtk/gtkmarshal.list: Add marshallers for text widget that 
4878         properly use OBJECT and BOXED
4879
4880 2000-11-01  Havoc Pennington  <hp@redhat.com>
4881
4882         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
4883
4884         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
4885         before returning it. 
4886         
4887 2000-11-01  Havoc Pennington  <hp@redhat.com>
4888
4889         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
4890         Clip the rectangle to be rendered to the drawable, since
4891         get_from_drawable() requires a region within the drawable
4892
4893 2000-11-01  Havoc Pennington  <hp@redhat.com>
4894
4895         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
4896         from coordinates.
4897
4898 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
4899
4900         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
4901         it isn't NULL.
4902
4903 2000-11-01  Havoc Pennington  <hp@pobox.com>
4904
4905         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
4906         on a label
4907         (gtk_label_finalize): unref the attr list if any.
4908
4909         * gtk/testgtk.c (create_get_image): close test on second click
4910         (make_message_dialog): close dialog if it exists
4911
4912         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
4913
4914         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
4915         gdk-pixbuf
4916
4917         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
4918         from Pango markup format
4919         (gtk_label_set_markup_with_accel): ditto but with accelerator
4920         parsing
4921
4922         * gtk/gtkimage.c (gtk_image_expose): reformatting.
4923
4924         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
4925         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
4926         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
4927         call gdk_window_get_origin().
4928
4929         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
4930         implement GDK_PIXBUF_ALPHA_FULL
4931         
4932 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
4933
4934         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
4935         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
4936         g_signal_handlers_disconnect_matched to block/unblock and disconnect
4937         multiple handlers respectively, instead of only treating the
4938         first handler found (bug reported by owen).
4939
4940 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
4941
4942         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
4943
4944         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
4945
4946         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
4947         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
4948         gtk/gtktreeviewcolumn.h: Fixed inline docs.
4949
4950         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
4951         widget.  Needs writing someday.
4952
4953         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
4954         the docs.
4955
4956 2000-10-30  Havoc Pennington  <hp@redhat.com>
4957
4958         * gtk/gtktextview.h, gtk/gtktextview.c:
4959         Rename delete_at_cursor delete_from_cursor, and 
4960         move to move_cursor.
4961
4962 2000-10-30  Havoc Pennington  <hp@redhat.com>
4963
4964         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
4965         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
4966         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
4967         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
4968         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
4969         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
4970         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
4971         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
4972         gtktexttypes.h, gtktextview.c, gtktextview.h:
4973
4974         Massive reindentation and reformatting. Arg alignment and comments
4975         still need fixing in various places.
4976
4977 2000-10-30  Havoc Pennington  <hp@redhat.com>
4978
4979         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
4980         to be named insert_at_cursor and delete_at_cursor so C++ can
4981         handle them.
4982
4983 2000-10-28  Tor Lillqvist  <tml@iki.fi>
4984
4985         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
4986         to get a double directory separator in case the home directory
4987         ends with one. This would cause trouble especially on Windows,
4988         where the path will be confused with the syntax for an an UNC
4989         (network share) path \\server\share\path.
4990         (gtk_rc_add_initial_default_files): Ditto.
4991
4992 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
4993
4994         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
4995
4996         * gtk/gtktextview.c: Use correct marshallers.
4997
4998 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
4999
5000         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
5001         use new iter stuff, and added all the appropriate signals et al.
5002
5003         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
5004         code is internal to gtk only.
5005
5006 2000-10-28  Tor Lillqvist  <tml@iki.fi>
5007
5008         * gtk/gtk.def
5009         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
5010         glib-genmarshal etc.
5011
5012 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
5013
5014         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
5015         parallel builds.
5016
5017 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
5018
5019         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
5020
5021 2000-10-27  Robert Brady  <robert@suse.co.uk>
5022
5023         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
5024         en_GB (British), ia (Interlingua).
5025
5026 2000-10-26  Havoc Pennington  <hp@redhat.com>
5027
5028         * gtk/gtktextiter.c (my_strrstr): fix constness warning
5029
5030         Fixed output of:
5031         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
5032         
5033         * gtk/gtktextsegment.c (char_segment_new): rename
5034         (_char_segment_new_from_two_strings): rename
5035         (_toggle_segment_new): rename
5036         
5037         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
5038         (make_clipboard_widget): make it static
5039         (text_get_func): static
5040         (text_clear_func): static
5041
5042         * gtk/gtkcolorsel.c (adjustment_changed): make this function
5043         static
5044         (hex_changed): make it static
5045         (hsv_changed): make it static
5046         (opacity_entry_changed): make it static
5047
5048         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
5049         (toggle_segment_check_func): rename with _gtk
5050
5051         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
5052         (_widget_segment_new): rename
5053         (_widget_segment_add): rename
5054         (_widget_segment_remove): rename
5055         (_widget_segment_ref): rename
5056         (_widget_segment_unref): rename
5057
5058         * gtk/gtktextmark.c (_mark_segment_new): Rename
5059         _gtk_mark_segment_new   
5060
5061 2000-10-26  Havoc Pennington  <hp@redhat.com>
5062
5063         * gtk/gtkmarshal.list: add new marshallers used by the text widget
5064         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
5065         types
5066
5067         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
5068         marshaller types
5069
5070         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
5071         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
5072         license on these files.
5073
5074         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
5075         work.
5076
5077         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
5078         runtime random number different for each tree, instead of 
5079         a constant I made up.
5080
5081 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
5082
5083         * gtk/Makefile.am: buncha cleanups, kludged build sources
5084         dependencies with a Makefile: oldest-source-stamp dependancy
5085         for the moment. automake is really fighting us here, with
5086         intentionally not allowing user-defined rules or dependancies
5087         prior to it's -include $(DEP_FILES) statement. sucks rocks!
5088
5089         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
5090         to public headers. tehy have a comment stating that they are
5091         "semi-public" aren't included by gtk.h and if enums popup there,
5092         they can be /*< skip >*/-ed.
5093
5094         * gtk/gtktextlayout.h: 
5095         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
5096         added LGPL... <SIGH>
5097
5098 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
5099
5100         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
5101         GtkTreeIter.  Added iterators everywhere.
5102
5103         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
5104
5105         * gtk/gtktreeviewselection.c: Changed to use the iterators.
5106
5107         * gtk/gtktreestore.c: Changed to use the iterators.
5108
5109         * gtk/gtkliststore.c: Commented out the code.  Will convert to
5110         iterators tomorrow.
5111
5112         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
5113         iterators tomorrow.
5114
5115         * gtk/treestoretest.c: Changed to use iterators.
5116
5117         * demos/testgtk/main.c: Moved to use the new iterator system.
5118
5119 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
5120
5121         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
5122         localization misbehaviour.
5123
5124         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
5125         a useless type without copy/free.
5126
5127         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
5128         of GTK_TYPE_CTREE_NODE.
5129
5130 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
5131
5132         * gtk/gtksignal.c:
5133         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
5134         applicable.
5135
5136         * gtk/gtk-boxed.defs (GtkSelectionData): specify
5137         gtk_selection_data_copy and gtk_selection_data_free
5138         do GtkSelectionData work as params in signals.
5139
5140 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
5141
5142         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
5143         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
5144         couldn't they at least give it a non-standard name?
5145         
5146         * gtk/gtktextlayout.c: arg! yet another implementation of
5147         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
5148
5149         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
5150         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
5151         home. now i know this _is_ a conspiracy.
5152
5153         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
5154         ::state-changed.
5155
5156         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
5157         (gtk_accel_group_create_add): marshaller signature fixups.
5158
5159         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
5160         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
5161
5162         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
5163         anymore.
5164
5165 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
5166
5167         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
5168         due to the signal system changes, it wouldn't build currently. to
5169         be fixed soon.
5170
5171         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
5172
5173         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
5174         so it needs gtk_marshal_VOID__ENUM() instead of
5175         gtk_marshal_NONE__UINT().
5176
5177         * gdk/gdk*.c: adapted type registration functions.
5178
5179         * gtk/gtkbindings.c:
5180         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
5181         gone.
5182
5183         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
5184
5185         * gtk/gtkobject.c:
5186         (gtk_object_destroy):
5187         (gtk_object_shutdown): fixed recursion guards. basically we have to
5188         catch the case where any of GObject.shutdown() or gtk_object_destroy()
5189         is called during ::destroy, and avoid recursion there.
5190
5191         * gtk/gtktypeutils.c:
5192         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
5193         boxed_copy/boxed_free. this needs a more general solution based on a
5194         publically installed code-generator utility.
5195
5196         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
5197         glib's gobject has support for that now.
5198         define GtkSignalMarshaller in terms of GSignalCMarshaller.
5199
5200 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
5201
5202         * gtk/gtksignal.[hc]:
5203         * gtk/gtkmarshal.[hc]:
5204         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
5205         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
5206         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
5207         care of that.
5208
5209         * *.c: marshaller name fixups.
5210
5211         * gtk/gtkmarshal.list: added a comment briefing the format.
5212
5213 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
5214
5215         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
5216         compatibility macros here now. more specifically, most of
5217         the API is preserved (yes, _most_, nonwithstanding the
5218         following exceptions listed, the API is stil lHUGE ;)
5219         things that got removed completely:
5220         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
5221         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
5222         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
5223         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
5224         gtk_signal_remove_emission_hook().
5225         non-functional functions variants:
5226         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
5227         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
5228         not supported anymore.
5229         (gtk_signal_compat_matched): new internal function to aid
5230         implementation of the compatibility macros, it  provides
5231         functionality to block/unblock/disconnect handlers based
5232         on func/data.
5233
5234         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
5235
5236         * *.c: adaptions to new type registration API signatures.
5237
5238 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
5239
5240         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
5241
5242 2000-10-25  Robert Brady  <robert@suse.co.uk>
5243
5244         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
5245         gdk_property_delete): If window == NULL, assume the root window.
5246         (restoring the behaviour that was in 1.2).
5247         
5248         * gtk/testtext.c (save_buffer): Allow creation of new files when
5249         saving.
5250
5251         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
5252         calls to read().
5253
5254 2000-10-25  Tor Lillqvist  <tml@iki.fi>
5255
5256         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
5257
5258         * gdk/win32/gdkdrawable-win32.c
5259         * gdk/win32/gdkimage-win32.c
5260         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
5261         X11 backend.
5262
5263         * gdk/win32/gdkcc-win32.c
5264         * gdk/win32/gdkcolor-win32.c
5265         * gdk/win32/gdkfont-win32.c
5266         * gdk/win32/gdkinput-win32.c
5267         * gdk/win32/gdkmain-win32.c
5268         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
5269
5270 2000-10-24  Havoc Pennington  <hp@redhat.com>
5271
5272         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
5273         it a static function
5274
5275         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
5276         redraw text when a tag is applied to it.
5277
5278         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
5279         (gtk_text_tag_affects_nonsize_appearance): private functions to
5280         see if a tag requires various kinds of redraw/layout to be queued
5281         up.
5282
5283         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
5284
5285         * gtk/testtext.c (fill_example_buffer): Put the cursor 
5286         at the start of the buffer, so search works by default
5287
5288         * gtk/gtktextiter.c (lines_match): init match_start always
5289
5290         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
5291         function, get iter at a line + a byte index
5292
5293         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
5294         to set byte position within a line
5295         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
5296
5297 2000-10-23  Havoc Pennington  <hp@redhat.com>
5298
5299         * gtk/testtext.c: Re-enable the "find" dialog
5300
5301         * gtk/testgtk.c: Add test for gdk_drawable_get_image
5302         
5303         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
5304         the arguments to gdk_draw_drawable were in the wrong order
5305         (gdk_window_paint_init_bg): This function was ignoring the
5306         init_region, instead of clipping to it, so the entire backing
5307         pixmap was cleared on every begin_paint()
5308         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
5309         was in here again, the loop kept using the same GtkWindowPaint
5310         over and over.
5311         (gdk_window_begin_paint_region): Fix a bug where we had two
5312         x_offset instead of x_offset and y_offset
5313
5314         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
5315         before we get the image.
5316         (gdk_draw_drawable): get the composite before we draw the drawable.
5317         (gdk_drawable_real_get_composite_drawable): default
5318         get_composite_drawable implementation that returns the drawable 
5319         itself
5320
5321         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
5322         get_composite_drawable virtual function
5323
5324         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
5325         list-walking bug
5326
5327         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
5328         make this work if the source drawable is a GdkDrawableImplX11
5329         instead of a public drawable type. This is really broken; the
5330         problem is that GdkDrawable needs a virtual method get_xid(), but
5331         of course that doesn't work in practice. Enter RTTI.
5332
5333         Also, improve mismatched depth message.
5334
5335         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
5336         GdkPixmap
5337
5338         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
5339         install _gdk_x11_get_image as our implementation of get_image
5340         
5341         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
5342         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
5343
5344         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
5345         gdk_drawable_get_image
5346
5347         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
5348
5349         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
5350         get_image
5351
5352         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
5353         trailing semicolon after for loop
5354
5355 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
5356
5357         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
5358         where font_desc for widget's context lagged widget's font_desc by
5359         one step.
5360
5361 2000-10-22  Tor Lillqvist  <tml@iki.fi>
5362
5363         * gdk/win32/gdkgc-win32.c
5364         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
5365
5366         * gtk/makefile.mingw.in
5367         * gtk/gtk.def: Updates.
5368
5369         * gtk/testgtk.c: sleep() is called _sleep in MS's C
5370         library.
5371
5372         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
5373
5374         * gtk/makefile.msc: Remove
5375
5376         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
5377
5378         * gtk/Makefile.am: Add it.
5379
5380         * configure.in: Generate it.
5381
5382         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
5383         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
5384         something even if not implemented, to satisfy picky MSVC.
5385
5386         Patches by Hans Breuer:
5387         
5388         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
5389         SetBkMode() and SetTextAlign() before calling
5390         pango_win32_render().
5391
5392         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
5393         Set hcliprgn to NULL after destroying it.
5394         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
5395
5396         * gdk/win32/gdkgeometry-win32.c
5397         (_gdk_windowing_window_queue_antiexpose): More effective
5398         implementation.
5399
5400         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
5401         depth as default, not the visual's.
5402
5403         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
5404         against empty title.
5405
5406         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
5407         IMAGE_PRIVATE_DATA.
5408
5409         * gdk/win32/gdkimage-win32.c: Use it.
5410
5411 2000-10-22  Robert Brady  <robert@suse.co.uk>
5412
5413         * configure.in: Check for bind_textdomain_codeset
5414
5415         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
5416         present, make use of it.
5417
5418         Add a translatable string "default:LTR" which, if translated
5419         to "default:RTL", will cause the default direction to be
5420         Right-to-Left.
5421
5422         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
5423         direction if marked as flippable.
5424
5425         * gtk/gtkhscale.c: Mark widget as flippable.
5426         
5427 2000-10-04  Havoc Pennington  <hp@redhat.com>
5428
5429         * gtk/testgtk.c (create_buttons): create some stock buttons
5430         with the default accel group
5431         (create_image): test some new GtkImage features
5432         (make_message_dialog): test GtkMessageDialog
5433         (create_modal_window): fix someone's bizzarro indentation
5434
5435         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
5436         GTK_WIN_POS_CENTER_ON_PARENT. 
5437         Add "destroy with parent" setting, which means the window goes
5438         away with its transient parent.
5439         (gtk_window_get_default_accel_group): get the default accel group
5440         for the window.
5441         (gtk_window_set_destroy_with_parent): set/unset destroy with
5442         parent flag
5443         (gtk_window_read_rcfiles): invalidate icon set caches
5444         after reloading rcfiles 
5445
5446         * gtk/gtkenums.h (GtkWindowPosition): add
5447         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
5448         on its parent window when the dialog is mapped for the first time.
5449
5450         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
5451         a simple message dialog class
5452         
5453         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
5454         handler to emit response signal, and maybe later it would
5455         honor a hide_on_delete flag - though that isn't there yet.
5456         Set border width on the vbox to 2, so we get some padding.      
5457         Use a button box for the action area.
5458         (gtk_dialog_key_press): synthesize a delete event if Esc
5459         is pressed and the GtkWidget key press handler didn't 
5460         handle the escape key.
5461         (gtk_dialog_new_with_buttons): new function creates a dialog
5462         with some default buttons in it.
5463         (gtk_dialog_add_action_widget): add an activatable widget
5464         as a button in the dialog - you can also add a non-activatable
5465         widget by accessing the action area directly.
5466         (gtk_dialog_add_button): add a simple button - stock ID or 
5467         label - to the action area
5468         (gtk_dialog_response): emit response signal
5469         (gtk_dialog_run): block waiting for the dialog, return 
5470         the response. Override normal delete_event behavior, so that 
5471         delete_event does nothing inside gtk_dialog_run().
5472
5473         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
5474         emitted when an action widget is clicked or the dialog gets
5475         delete_event
5476
5477         * gtk/gtk.h: add gtkmessagedialog.h
5478
5479         * gtk/Makefile.am: add gtkmessagedialog.[hc]
5480
5481 2000-10-18  Havoc Pennington  <hp@redhat.com>
5482
5483         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
5484         where any number of empty lines would get skipped
5485
5486         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
5487         edge.
5488
5489         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
5490         warning about invalid iterators (explain more thoroughly)
5491         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
5492
5493         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
5494         big
5495
5496         * demos/*.c: Add error handling
5497
5498         * gtk/gtktextbuffer.c: don't modify const iterators
5499
5500         * gtk/gdk-pixbuf-loader.c: Add full error handling here
5501
5502         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
5503         on file load
5504
5505         * gtk/gtkiconfactory.c: Update to reflect addition of error
5506         handling to gdk-pixbuf loaders
5507
5508 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
5509
5510         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
5511         move to new modularized testgtk.
5512
5513 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
5514
5515         * gtk/gtktreeview.c: Draw the arrows correctly.
5516
5517         * gtk/gtktreemodel.c: Added user docs.
5518
5519         * gtk/gtk.h: remove gtktreedatalist.h.
5520
5521         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
5522         parent when generating my type.
5523
5524         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
5525         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
5526
5527 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
5528
5529         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
5530         GtkTreeModel from object to interface.
5531
5532 2000-10-16  Havoc Pennington  <hp@redhat.com>
5533
5534         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
5535         compilation
5536
5537 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
5538
5539         * gtk/gtktreeselection.c: Add API documentation to all public
5540         functions.
5541
5542         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
5543         functions.
5544
5545 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
5546
5547         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
5548         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
5549         docs to all public functions.
5550
5551         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
5552         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
5553         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
5554         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
5555         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
5556         issue.
5557
5558 2000-10-14  Robert Brady  <robert@suse.co.uk>
5559
5560         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
5561
5562 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
5563
5564         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
5565         values other then G_TYPE_STRING.
5566         * gtk/gtktreeselection.c: Minor commenting updates.
5567         * gtk/gtktreeview.c: Format updates.
5568
5569 2000-10-09  Tor Lillqvist  <tml@iki.fi>
5570
5571         * README.win32: Update.
5572
5573         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
5574         lines that had been deleted by mistake (?).
5575
5576         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
5577         also the case fg==white and bg==black (but still not randomly
5578         coloured cursors). Thanks to Wolfgang Sourdeau.
5579
5580         * gdk/win32/*.c: Silence gcc -Wall.
5581
5582         * gtk/gtk.def: Add missing entry points.
5583
5584         Fixes by Hans Breuer:
5585
5586         * gdk/makefile.msc
5587         * gdk/win32/makefile.msc: Update.
5588
5589         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
5590         some MSVC thing, presumably), cause breakpoint on failures. Add
5591         GDK_NOR case. Call g_log_set_always_fatal.
5592
5593         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
5594         should be pased by reference.
5595         
5596         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
5597         
5598         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
5599
5600         * gdk/win32/gdkevents-win32.c
5601         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
5602
5603         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
5604         implementation object.
5605
5606         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
5607         not just windows.
5608         
5609         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
5610         Use the wrapper object.
5611         
5612 2000-10-06  Havoc Pennington  <hp@redhat.com>
5613
5614         * Makefile.am (SRC_SUBDIRS): contrib subdir
5615
5616         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
5617         so it can be used in Xlib version
5618
5619         * demos/testpixbuf.c (update_timeout): error checking from 1.0
5620         tree
5621
5622         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
5623         change from 1.0 tree that returns first frame of animation
5624         if the loaded file is an animation.
5625
5626         * contrib: add new directory to hold stuff that comes with GTK+
5627         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
5628         
5629         * configure.in: add contrib/*
5630
5631 2000-10-05  Havoc Pennington  <hp@redhat.com>
5632
5633         * demos/testpixbuf-save.c: add pixbuf save test
5634
5635         * demos/Makefile.am: add testpixbuf-save.c
5636
5637 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
5638
5639         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
5640         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
5641         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
5642         * gtk/gtktreeselection.[ch]: Replaced
5643         "node_selected"/"node_unselected" signal with "selection_changed"
5644         signal.
5645
5646 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
5647
5648         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
5649         tree widget.
5650
5651 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
5652
5653         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
5654         drawing.
5655
5656 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
5657
5658         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
5659         Move list pointer forwards before removing item from
5660         list. (Crash reported by Salmaso Raffaele)
5661
5662         * gdk/gdkwindow.h: Remove spurious trailing ,
5663
5664         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
5665         dependencies on uninstalled libraries, sorry folks.
5666
5667 2000-10-04  Havoc Pennington  <hp@redhat.com>
5668
5669         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
5670         gtk/gtkiconfactory.c: Fix copyrights    
5671
5672         * demos/testpixbuf.c: add inline pixbuf test
5673         
5674 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
5675
5676         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
5677         Add gdk_window_iconify.
5678
5679         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
5680         (gdk_window_set_geometry_hints): Add win_gravity
5681         to geometry structure.
5682
5683         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
5684         Implement _NET_WM_PING.
5685
5686         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
5687         Set _NET_WM_PID on the client leader.
5688
5689         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
5690         Handle UTF-8 better.
5691
5692         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
5693         UTF-8 better, set _NET_WM_NAME as well. Only set
5694         icon name if it hasn't previously been explicitely 
5695         set.
5696
5697 2000-10-03  Havoc Pennington  <hp@redhat.com>
5698
5699         * gtk/testtextbuffer.c: clean up trailing whitespace,
5700         add extensive tests for tag toggle iteration.
5701         
5702         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
5703         distance
5704
5705         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
5706         optimize case where the tag root is on level 1
5707         (gtk_text_line_previous_could_contain_tag): attempt to implement
5708         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
5709         functionality
5710
5711         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
5712         Implement this, though not very efficiently.
5713
5714         * gtk/gtktextiterprivate.h: reformat
5715
5716         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
5717         iterator
5718
5719         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
5720         this to properly revalidate the iterators.
5721
5722         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
5723         properly at the end of the line (and therefore on empty lines)
5724
5725         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
5726         maybe we should return a value...
5727
5728 2000-10-03  Tor Lillqvist  <tml@iki.fi>
5729
5730         * config.h.win32: Guard definition of alloca(). glib.h now handles
5731         that.
5732
5733         * gdk/gdk.def
5734         * gtk/gtk.def: Add new entry points.
5735
5736         Changes just to make GTK+ build without errors on Win32. No hope
5737         of it working in its current state, though...:
5738         
5739         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
5740         some functions from the X11 backend, just to make GTK+ build.
5741
5742         * gdk/makefile.mingw.in
5743         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
5744         number. Add new object files.
5745
5746         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
5747         GetMessageTime to get timestamp (where on X11 uses
5748         gdk_x11_get_server_time()).
5749
5750 2000-10-02  Havoc Pennington  <hp@pobox.com>
5751
5752         * gtk/gtktextview.c: text_window_* weren't static and should have
5753         been.
5754         Start work on child widgets; not yet complete, syncing to 
5755         office computer.
5756
5757         * gtk/gtktextchild.h: change this to contain a public interface,
5758         starting work on child interfaces.
5759         * gtk/gtktextchildprivate.h: move private interfaces here
5760
5761         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
5762
5763         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
5764         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
5765         gtk/gtktextmark.c: copyright notices
5766
5767         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
5768         internal functions      
5769
5770         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
5771         internal function
5772
5773         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
5774         Reformatting    
5775
5776 2000-09-30  Havoc Pennington  <hp@pobox.com>
5777
5778         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
5779         NULL start/end pointers
5780
5781         * gtk/gtktextbuffer.c: Write some docs
5782         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
5783         NULL, so you can just check whether there's a selection.        
5784
5785         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
5786         cleanup_line or segments_changed ourselves, it gets done 
5787         in unlink_segment
5788
5789         * gtk/gtktextmark.h:
5790         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
5791         
5792         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
5793
5794         * gtk/gtktextmark.c: delete some more old Tk cruft
5795
5796         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
5797         mark before removing it, so we can emit MARK_DELETED with a valid
5798         pointer.
5799         (gtk_text_buffer_mark_set): hold ref across signal emission
5800
5801         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
5802         whining about attempts to delete special marks
5803
5804         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
5805         underscore, since it's internal.
5806
5807         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
5808         now implemented in terms of iterators in gtktextiter.h
5809
5810         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
5811         New function, destructively sets contents of buffer. Also 
5812         a convenient way to clear the buffer by setting text to ""
5813
5814         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
5815         multiline string literal
5816
5817         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
5818         text changes.
5819
5820         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
5821         is not dereferenceable
5822         (gtk_text_iter_forward_lines): fix return value
5823
5824 2000-09-29  Havoc Pennington  <hp@redhat.com>
5825
5826         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
5827
5828         * gtk/gtktextview.c: Implement drag thresholding; change functions 
5829         that set border window size to have nicer name
5830         (gtk_text_view_mark_set_handler):  Fix this to have the 
5831         right signature.
5832
5833         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
5834
5835         * gtk/testtext.c: Update with API changes, put line numbers on 
5836         both sides.
5837         
5838         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
5839         with this
5840
5841         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
5842         pixbuf; delete a big block of #if 0 Tk code
5843
5844         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
5845         insert_pixmap with insert_pixbuf
5846
5847 2000-09-29  Martin Baulig  <baulig@suse.de>
5848
5849         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
5850         confusion with the GdkPixbuf of the GNOME 1.x platform.
5851
5852 2000-09-29  Havoc Pennington  <hp@pobox.com>
5853
5854         * gtk/gtktextview.c: Implement the side windows.
5855
5856         * gtk/testtext.c: Implement simple line numbering in the 
5857         left side window; seems to make scrolling sloooow. Oops.
5858         Also, cursor blink is for some reason causing redraws
5859         of the line numbers. Should investigate...
5860
5861 2000-09-28  Havoc Pennington  <hp@redhat.com>
5862
5863         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
5864         scrolling child windows, and draw focus rectangle properly.
5865         
5866         (gtk_text_view_buffer_to_window_coords):
5867         Coordinate transformation to deal with all these freaking windows
5868         and offsets
5869         (gtk_text_view_window_to_buffer_coords): transform the other way
5870
5871         * gtk/testtext.c (create_buffer): Update to match Pango API change
5872
5873         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
5874         anonymous tags
5875         (foreach_unref): don't emit remove signal from finalize, just
5876         set tag's parent to NULL
5877
5878 2000-09-26  Havoc Pennington  <hp@redhat.com>
5879
5880         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
5881         Fix some warnings       
5882
5883 2000-09-26  Havoc Pennington  <hp@redhat.com>
5884
5885         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
5886         headers into the private header list
5887
5888         * Makefile.am (pkgconfig_DATA): install pkg-config files
5889
5890         * configure.in: add pkg-config files
5891
5892         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
5893
5894         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
5895         outstanding icon caches on theme change.
5896
5897         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
5898         important types:
5899
5900         (GtkIconSource): Specification for creating a pixbuf 
5901         appropriate for a direction/state/size triplet from 
5902         a source pixbuf or filename
5903
5904         (GtkIconSet): List of GtkIconSource objects that are used to
5905         create the "same" icon (e.g. an OK button icon), and cache for
5906         rendered icons
5907
5908         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
5909         up the icon set for a given stock ID.  GTK maintains a stack of
5910         GtkIconFactory to search, and applications or libraries can add
5911         additional icon factories on top of the stack
5912         
5913         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
5914         the set of GtkIconSource specified for a given stock ID into 
5915         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
5916         RcStyle, under the specified stock ID.
5917
5918         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
5919         render_icon used to derive a GdkPixbuf from a GtkIconSource.
5920         This allows people to theme how prelight, insensitive, etc. are
5921         done.
5922
5923         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
5924         icon factories for a style, and return the resulting 
5925         icon set if any.
5926
5927         (gtk_style_render_icon): Render an icon using the render_icon 
5928         method in the GtkStyleClass.
5929
5930         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
5931         Use the style for a given widget to look up a stock ID, get the
5932         icon set, and render an icon using the render_icon method 
5933         of the style
5934
5935         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
5936         (contains information about a stock item), the built-in stock item
5937         IDs, and functions to add/lookup stock items.
5938
5939         * gtk/stock-icons/*: Stock icons that come with GTK
5940
5941         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
5942         a button based on a GtkStockItem
5943         (gtk_button_new_accel): Takes a uline string and accel group, and
5944         installs the accelerator.
5945
5946         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
5947         image-display widget.
5948
5949 2000-09-25  Havoc Pennington  <hp@redhat.com>
5950
5951         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
5952
5953         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
5954         Fix a bug when removing node data, we didn't properly 
5955         re-splice the linked list after removing the data.
5956
5957         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
5958         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
5959
5960         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
5961
5962         * gtk/gtktextlayout.c (set_para_values): Set tab array 
5963         for the layout from the GtkTextTag.
5964
5965         * gtk/gtktexttypes.h: delete tab and search cruft, 
5966         remove g_convert() in favor of GLib version
5967
5968         * gtk/gtktexttypes.c: remove tab implementation from here,
5969         move to Pango
5970
5971         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
5972         tab stuff using new PangoTabArray from Pango
5973
5974         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
5975         unused border_width stuff
5976
5977 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
5978
5979         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
5980         glib) and now useless utf_to_latin1() latin1_to_utf()
5981
5982         * gtk/gtktextview.[ch]: Change ::move_insert and
5983         ::delete_text action signals to ::move and ::delete;
5984         create the signals with the right enumeration type,
5985         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
5986         C-v bindings, change Home, End to move to beginning/end
5987         of line, Add C-Home C-End to move to beginning/end
5988         of buffer. Change ::cut_text to ::cut_clipboard, etc;
5989         combine ::scroll_text into ::move; use new GtkSelectionData
5990         functions to simplify DND text handling.
5991         
5992         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
5993         deletion enumerations here, rename enumeration values to 
5994         be consistently plural.
5995
5996         * gtk/gtktextbuffer.c: Use new clipboard interfaces
5997         for cut/copy/paste and primary selection.
5998
5999         * gtk/gtktextbuffer.[ch]: Remove excess time and
6000         'interactive' arguments from cut/copy/paste;
6001         rename cut to cut_clipboard, etc; remove
6002         gtk_text_buffer_get_clipboard_contents().
6003
6004         * gtk/gtktextlayout.[ch]: Add 
6005         gtk_text_layout_move_iter_to_line_end() to move the iter to 
6006         line ends.
6007
6008         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
6009         Functions to set or get a UTF-8 string on the selection
6010         data.
6011
6012         * gtk/gtkclipboard.[ch]: New, simplified selection handling
6013         interfaces.
6014
6015         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
6016         created widgets - one of these is useless if we don't.
6017
6018         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
6019         a public function clear all targets registered for the
6020         widget.
6021
6022         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
6023         Never call gtk_widget_realize() - that was just asking
6024         for bizarre side-effects.
6025
6026         * gtk/gtkselection.c (gtk_selection_owner_set): Call
6027         gdk_selection_owner_set even if the widget is the
6028         same so that we reliably update the timestamp on
6029         the server.
6030
6031         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
6032         gdk_x11_get_server_time() function.
6033         
6034         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
6035         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
6036         Add some tricky filtering on serial numbers for
6037         selection clear events to fix up long-standard
6038         race condition FIXME's in gtkselection.c.
6039
6040         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
6041         routines to convert from utf8 to compound text or
6042         STRING and from a text property to UTF-8.
6043
6044         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
6045         a convenience function gdk_get_current_event_time().
6046
6047         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
6048         and free selection_data->data properly
6049
6050 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
6051
6052         * gtk/gtkthemes.c: Remove some unecessary includes.
6053
6054 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
6055
6056         * gtk/gtktextdisplay.c
6057         * gtk/gtktextlayout.c
6058         * gtk/gtktexttag.c
6059         * gtk/gtktexttag.h
6060         * gtk/testtext.c: Change the overstrike property to strikethrough,
6061         to closer match pango.
6062
6063 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
6064
6065         * gtk/gtktextview.c: Fix up visibility so that focus,
6066         cursor_visible and blink interact properly.  Reenable cursor blink
6067         which had been roughly disabled. Make blink and focus
6068         properly per-view.
6069
6070         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
6071         Add a flag for whether to display insertion cursor and
6072         a function to set the flag.
6073
6074         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
6075         get_line_y() to get_line_yrange(), to be a bit more generally
6076         useful.
6077
6078 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
6079
6080         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
6081           do stop_navigating_submenu, to clear last timeout properly.
6082           Also in gtk_menu_motion_notify move ignore_enter above
6083           the conditional to make it always happen as suggested by Owen
6084
6085 2000-09-07  Tor Lillqvist  <tml@iki.fi>
6086
6087         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
6088
6089         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
6090         w32api headers.
6091
6092         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
6093         declarations.
6094
6095         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
6096         (gdk_win32_get_colormap): A line had been deleted by mistake.
6097
6098         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
6099         (gdk_event_translate): Handle more virtual keycodes to be able to
6100         generate GDK events for Control-comma, Control-period, etc.
6101
6102         * gtk/gtk.def: Add some missing entry points.
6103
6104 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
6105
6106         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
6107         Doc comment fixing. (Mostly non-matching parameter names.)
6108
6109         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
6110         comments a little to avoid looking like a doc comment.
6111
6112         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
6113         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
6114         conversions be changed to GError?)
6115
6116         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
6117         Move private #defines into .c file.
6118
6119         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
6120         order of argument addition, remove duplicates.
6121
6122         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
6123         parent class is FrameClass, not BinClass.
6124
6125         * gtk/gtk.h: Add gtkinvisible, which was missing.
6126         (It's occasionalyl useful for client apps, if seldom.)
6127
6128         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
6129         #define.
6130
6131 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
6132
6133         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
6134         coordinates when creating window, instead of GDK-space
6135         coordinates. (Avoid BadValue on too large windows.)
6136
6137 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6138
6139         * configure.in (use_mmx_asm): Remove conftest* after use along the
6140         lines of AC_TRY_COMPILE.        
6141         
6142         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
6143         of g_dirname, which is deprecated.
6144         (gtk_rc_parse_any): Removed calls to
6145         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
6146
6147         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
6148         Removed calls to g_hash_table_{freeze,thaw}, as they are
6149         deprecated now.
6150
6151         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
6152         instead of g_basename.
6153         
6154 2000-09-04 Elliot Lee <sopwith@redhat.com>
6155         
6156         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
6157         ANSI warning.
6158
6159 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
6160
6161         * gtk/gtkwidget.h:  Add some documenting comments about 
6162           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
6163           just as owen said on irc.
6164
6165         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
6166           set HAS_DEFAULT.  Only set it if there isn't another window
6167           holding it (a focus window which RECEIVES_DEFAULT) and only unset
6168           it if the widget is not the focused window with RECEIVES_DEFAULT.
6169           This fixes weird double default bugs in dialogs which has things
6170           call gtk_window_set_default at times.
6171
6172 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
6173
6174         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
6175         Nils Barth and David Santiago to improve submenu
6176         navigation. The patch does this by creating a triangular
6177         region from the point where the pointer leaves the
6178         menu to the submenu.  While the pointer is in
6179         that region and a timeout has not expired, events 
6180         that would cause the active submenu to change are
6181         ignored.
6182
6183 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
6184
6185         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
6186         moving a toplevel window immediately after sizing it would
6187         result in it being sized back to the old size since 
6188         impl->width, impl->height aren't updated until we hear
6189         back from the server. There is still a (longstanding) bug
6190         here that gdk_window_get_size() will give the wrong size
6191         until we do hear back.
6192
6193 2000-08-31  Havoc Pennington  <hp@redhat.com>
6194
6195         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
6196         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
6197         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
6198         Rename GtkTextStyleValues to GtkTextAttributes
6199
6200 2000-08-31  Havoc Pennington  <hp@pobox.com>
6201
6202         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
6203         for rapid testing whether an iterator is the end iterator
6204         (gtk_text_btree_new): init end line cache
6205         (gtk_text_line_is_last): use fast cached line to 
6206         see if we're the last line.
6207         (get_last_line): use cached line here too, should 
6208         speed up some random unrelated code.
6209         
6210 2000-08-30  Havoc Pennington  <hp@pobox.com>
6211
6212         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
6213         signals.
6214
6215         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
6216         delete_text signals. This allows the signals to be used for
6217         implementing undo.
6218
6219         * gtk/gtktextbuffer.c: Change signal handler signatures; 
6220         provide "interactive" argument when emitting insert_text or
6221         delete_text signal.
6222         
6223 2000-08-30  Havoc Pennington  <hp@pobox.com>
6224
6225         * gtk/gtktextbuffer.c: Docs
6226
6227 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
6228
6229         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
6230         from switch statements, since Tor removed the enumeration
6231         value.
6232         
6233         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
6234         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
6235
6236 2000-08-29 Elliot Lee <sopwith@redhat.com>
6237         * */*.h: Use G_GNUC_CONST.
6238
6239 2000-08-27  Havoc Pennington  <hp@pobox.com>
6240
6241         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
6242         minor indentation fixes, inserted some FIXME about stuff I
6243         realized was broken while documenting it.
6244         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
6245         GTK convention  
6246
6247 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
6248
6249         * gtk/testgtk.c (create_styles): Fix double free of
6250         font desc.
6251
6252 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
6253
6254         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
6255         
6256         * gtk/testgtk.c (create_styles): Add a test for modifying
6257         the style through gtk_widget_modify_*.
6258
6259         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
6260         a function to get the current modifier style.
6261
6262         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
6263         of the passed in GtkRcStyle instead of ref'ing it.
6264
6265         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
6266
6267 2000-08-20  Tor Lillqvist  <tml@iki.fi>
6268
6269         * gdk/gdkimage.h
6270         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
6271         shared memory image+pixmap GdkImage type, or
6272         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
6273         I am dropping that.
6274
6275         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
6276         actually call gtk_init_abi_check(), passing also
6277         sizeof(GtkWindow). Ditto for gtk_init_check(). 
6278
6279         * gtk/gtk.def
6280         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
6281         New functions, used to check that the GTK+-using code has been
6282         compiled using the correct compiler and switches. In particular,
6283         with gcc one has to use the -fnative-struct switch as GTK+ is
6284         compiled with that.
6285
6286 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
6287
6288         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
6289         ->prev fields when merging lists. (Found simultaneously
6290         by Pawel Salek and Jakub Jelinek)
6291
6292 2000-08-12  Tor Lillqvist  <tml@iki.fi>
6293
6294         * gdk/gdk.def
6295         * gtk/gtk.def: Add missing entries.
6296
6297         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
6298         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
6299
6300         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
6301         function. Dummy implementation at this point.
6302
6303         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
6304         rules. Undefine GTK_COMPILATION when compiling the test programs.
6305         
6306         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
6307
6308 2000-08-11  Tor Lillqvist  <tml@iki.fi>
6309
6310         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
6311         to convert back and forth from UTF-8 and the "system" (or "current
6312         locale") charset when necessary. Indentation/spacing cleanup.
6313
6314 2000-08-10  Havoc Pennington  <hp@redhat.com>
6315
6316         * Makefile.am (snapshot): Change the format of the snapshot
6317         version to match glib
6318
6319         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
6320         from EXTRA_DIST since it doesn't seem to exist
6321
6322 2000-08-10  Tor Lillqvist  <tml@iki.fi>
6323
6324         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
6325         version of the directory name (not the UTF-8 one) when building
6326         the path name to stat().
6327
6328 2000-08-03  Elliot Lee  <sopwith@redhat.com>
6329
6330         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
6331         PANGO_ATTR_SHAPE set.
6332
6333 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
6334
6335         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
6336         Peter Osterlund to simplify the code while keeping the
6337         functionality the same.
6338
6339 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
6340
6341         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
6342         is_viewable() test further inside the function, since removing the 
6343         window from the redraw list without clearing ->update_area
6344         was also very broken.
6345
6346 2000-08-02  Tor Lillqvist  <tml@iki.fi>
6347
6348         * configure.in: Check for <unistd.h>.
6349
6350 2000-08-01  Martin Baulig  <baulig@suse.de>
6351
6352         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
6353         to display the message that this is a development version of GTK+.
6354
6355 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
6356
6357         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
6358         was depending on widget->allocation instead of the width of text_area,
6359         which was incorrect for subclasses like GtkSpinButton.
6360
6361         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
6362         with width == 1 tests that should be width == -1.
6363
6364 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
6365
6366         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
6367         (broken, Elliot, every single window blank on X) custom code with call
6368         to gdk_window_is_viewable() which a) prevents code duplicate and
6369         b) works. 
6370
6371 2000-07-31  Elliot Lee  <sopwith@redhat.com>
6372
6373         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
6374         to get the GDK_PARENT_ROOT() macro to work.
6375         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
6376         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
6377         of, windows that aren't shown.
6378         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
6379         pointer grab stuff.
6380
6381 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
6382
6383         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
6384           s/gtk_main_iteration/g_main_iteration/
6385
6386           Did this already in change:
6387                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
6388           don't know how it got reverted.
6389
6390 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
6391
6392         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
6393         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
6394
6395         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
6396         not gdk_pixbuf.
6397
6398 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
6399
6400         * configure.in,po/{sp,sr}.po: Added Serbian files
6401
6402 2000-07-30  Tor Lillqvist  <tml@iki.fi>
6403
6404         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
6405
6406         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
6407         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
6408         GIOChannel implementation.
6409
6410         * gdk/win32/gdkinput.c
6411         * gdk/win32/gdkpango-win32.c: Update license name here, too.
6412
6413         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
6414         definition to match prototype.
6415
6416         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
6417
6418 2000-07-27  Elliot Lee  <sopwith@redhat.com>
6419
6420         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
6421         function, to allow handling image formats that cannot be detected
6422         by looking at content alone.
6423
6424 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
6425
6426         * docs/tutorial/*.gif *.jpg *.eps
6427           Update these to the same look-n-feel.
6428           Why does including images in DocBook suck so badly?
6429
6430 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
6431
6432         * gtk/gtktable.c: applied patch from Phil Thompson
6433         <phil@river-bank.demon.co.uk> that enables space settings for
6434         the last row/columns as well.
6435
6436 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
6437
6438         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
6439         updates the license headers to the GNU Lesser General Public License,
6440         as well as updating the copyright year to 2000.
6441
6442 2000-07-26  Robert Brady  <rwb197@zepler.org>
6443
6444         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
6445           and po/Makefile, was installing and looking for them under gtk20
6446           and gtk2 respectively.
6447
6448 2000-07-25  Havoc Pennington  <hp@redhat.com>
6449
6450         * gtk/testtext.c: Comment out some stuff that depends on the rest
6451         of my patches.
6452
6453 2000-07-25  Havoc Pennington  <hp@redhat.com>
6454
6455         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
6456         buffer
6457
6458 2000-07-25  Havoc Pennington  <hp@redhat.com>
6459
6460         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
6461         widget changes.
6462
6463         * gtk/gtktextview.h: To be consistent with usage of "line"
6464         throughout the API to mean "newline-terminated thingy", change
6465         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
6466         to MOVEMENT_LINE.
6467
6468         (GtkTextView): Add flags for default editability, and whether to
6469         show the cursor. Add functions to get/set that. Add 
6470
6471         (gtk_text_view_get_iter_location): new function
6472
6473         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
6474         gtktextlayout.h
6475         (g_convert): Add g_convert temporarily, will go in glib in a bit
6476         
6477         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
6478         GtkTextTagTableForeach instead of brokenly using GHFunc.
6479         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
6480
6481         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
6482         moved to public header.
6483
6484         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
6485         "invisible", since "elide" was a bad name.
6486         (gtk_text_tag_get_priority): Added
6487
6488         (GtkTextStyleValues): put this in public header, along with
6489         functions to use it.
6490
6491         * gtk/gtktextmarkprivate.h: Include more headers, since we no
6492         longer include gtktextbtree.h.
6493
6494         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
6495         gtk_text_mark_deleted
6496
6497         * gtk/gtktextlayout.h: Don't include the "really private" headers,
6498         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
6499         to make this possible. Now we only need to install
6500         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
6501         (However the Makefile.am isn't changed yet because of the
6502         logistics of merging gtk-hp-patches piecemeal)
6503
6504         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
6505         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
6506         gtk_text_iter_get_line is now used in the public API for a
6507         different purpose.
6508
6509         * gtk/gtktextiter.h: Clean up function names to be more
6510         consistent. Always call char offset "offset" and byte index
6511         "index". A "line" is always a line number. 
6512
6513         (gtk_text_iter_is_last): new function, more efficient than 
6514         the existing way to check
6515         (gtk_text_iter_is_first): new function, also more efficient
6516
6517         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
6518
6519         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
6520         gtk_text_iter_forward_char, etc.
6521
6522         (gtk_text_iter_forward_to_tag_toggle): Renamed from
6523         forward_find_tag_toggle, since this isn't a linear search
6524
6525         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
6526
6527         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
6528         New functions, search for a buffer substring.
6529
6530         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
6531         interactive and default editable (since we need to store that info
6532         until we receive the selection data).
6533
6534         Remove all the _at_char and at_line etc. versions of functions;
6535         only have iterator versions.
6536
6537         Add _interactive() versions of functions, that consider the
6538         editability of text. (FIXME add interactive flag to the 
6539         insert/delete signals per Darin's suggestion)
6540
6541         (gtk_text_buffer_get_tag_table): new function, demand-creates the
6542         tag table if necessary
6543
6544         Remove declaration of gtk_text_buffer_get_iter_from_string
6545
6546         (_gtk_text_buffer_get_btree): private/internal function, added.
6547         
6548
6549         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
6550         (gtk_text_line_is_last): new function
6551
6552 2000-07-25  Havoc Pennington  <hp@redhat.com>
6553
6554         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
6555         using GtkProgressBar. See Changes-2.0.txt for details.
6556
6557         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
6558         "pulse_step" which are the equivalent of
6559         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
6560         Implement new API.
6561         
6562         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
6563         (use_text_format) to mark whether text set on the progress bar is
6564         a format string. Deprecate entire GtkProgress interface.
6565
6566         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
6567         (gtk_progress_build_string): make this a no-op if use_text_format
6568         is FALSE
6569
6570         * docs/Changes-2.0.txt: Describe progress bar changes.
6571
6572 2000-07-25  Tor Lillqvist  <tml@iki.fi>
6573
6574         * Makefile.am: Include the build directory.
6575
6576         * configure.in: Generate build/Makefile, build/win32/Makefile,
6577         gdk/, gdk/win32/, and gtk/makefile.mingw.
6578
6579         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
6580         Add GETTEXT_PACKAGE.
6581         
6582         * gdk/gdk.def
6583         * gtk/gtk.def: Updates.
6584
6585         * gdk/gdkfont.h
6586         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
6587         need them any longer.
6588
6589         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
6590
6591         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
6592         PANGOWIN32_LIBS and gdk_pixbuf.
6593
6594         * gdk/win32: Compiles, but no doubt doesn't work at all.
6595
6596         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
6597
6598         * gdk/win32/gdkinput.c: New file, temporarily.
6599         
6600         * gdk/win32/gdkinput-win32.h: New file
6601
6602         * gdk/win32/gdkinputprivate.h: Remove.
6603
6604         * gdk/win32/gdkpango-win32.c: New file.
6605
6606         * gtk/makefile.mingw.in: New file
6607
6608         * gtk/makefile.cygwin: Removed
6609         
6610         * gtk/Makefile.am: Update accordingly.
6611
6612         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
6613         made externally visible.
6614
6615         * gtk/gtkmain.c: Use it.
6616         
6617         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
6618         is enough.
6619
6620         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
6621
6622 2000-07-24 Elliot Lee <sopwith@redhat.com>
6623         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
6624         individual backends already.
6625         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
6626         again. Yes, there really is a good reason for this, if you are using the gdkregion
6627         internals, and if you're not, why do you care?
6628         * gdk/gdkwindow.c: Fix inverted condition
6629         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
6630         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
6631         * gtk/gtkrange.c: Redraw trough when moving.
6632         * gtk/gtktypeutils.c: Fix warning by adding const cast.
6633         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
6634
6635 2000-07-23  Tor Lillqvist  <tml@iki.fi>
6636
6637         * configure.in: Check for mkstemp and sigsetjmp. Output
6638         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
6639
6640         More work on GDK for Win32. Still in an intermediate state.
6641
6642         * gdk/makefile.cygwin
6643         * gdk/win32/makefile.cygwin: Removed.
6644         
6645         * gdk/makefile.mingw.in
6646         * gdk/win32/makefile.mingw.in: New files.
6647
6648         * gdk/Makefile.am
6649         * gdk/win32/Makefile.am: Generate and distribute them.
6650
6651         * gdk/win32/gdkwindow-win32.h
6652         * gdk/win32/gdkdrawable-win32.h
6653         * gdk/win32/gdkpixmap-win32.h: New files.
6654
6655         * gdk/win32/gdkcolor-win32.c
6656         * gdk/win32/gdkcursor-win32.c
6657         * gdk/win32/gdkdrawable-win32.c
6658         * gdk/win32/gdkgc-win32.c
6659         * gdk/win32/gdkimage-win32.c
6660         * gdk/win32/gdkprivate-win32.h
6661         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
6662         Rename fields and variables called xcursor, xid, etc (these names
6663         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
6664
6665 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
6666
6667         * gtk/gtkentry.[ch]: Fix some problems with vertical
6668         alignment.
6669
6670         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
6671         char/byte confusion.
6672
6673 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
6674
6675         * gtk/gtktextview.c (changed_handler): Fix bug where
6676         redraw wasn't being done properly when height of
6677         dirty region changed.
6678
6679         * demos/Makefile.am: Remove various references to
6680         -lgmodule
6681
6682 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
6683
6684         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
6685         PangoAttrShape to reserve space for pixmaps, add 
6686         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
6687         in the display functions.
6688         
6689         * gtk/testgtk.c (create_layout): Set some more exotic
6690         scrolled window options
6691
6692         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
6693         Add function to set the shadow type of a window, to allow
6694         putting a shadow around widgets such as GtkLayout or GnomeCanvas
6695         which don't draw their own frame.
6696
6697 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
6698
6699         * docs/tutorial/package-db-tutorial.sh: New file for
6700           packaging DocBook format tutorial
6701
6702 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
6703
6704         * docs/tutorial/gtk-tut.sgml: Minor updates
6705
6706         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
6707
6708 2000-07-19  Tor Lillqvist  <tml@iki.fi>
6709
6710         * gtk/gtksignal.c: Fix C++ comment.
6711
6712         * gtk/gtkimmulticontext.c
6713         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
6714         don't return value from void functions.
6715
6716         * gtk/gtk.def: Add gtk_rc_style_unref.
6717
6718 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6719
6720         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
6721         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
6722         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
6723         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
6724         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
6725         gtk/gtktypeutils.h: Include files outside of the extern "C"
6726         block. Makes some C++ compiler happy. Reported by Denis Vakatov
6727         <vakatov@peony.nlm.nih.gov>.
6728
6729 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
6730
6731         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
6732           Completes first pass. Hurrah!
6733
6734 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
6735
6736         * docs/tutorial/gtk-tut.sgml: More clean ups.
6737
6738 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
6739
6740         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
6741         paint the background of the text area which was accidentally
6742         removed at some point.
6743
6744         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
6745           
6746          - Move most of the functionality from the theme vtable
6747            into GtkRcStyleClass and GtkStyleClass. The moved
6748            vtable functions were changed a bit in the move to
6749            work better in their new home.
6750
6751          - Get rid of the engine and engine_data fields from
6752            GtkRcStyle and GtkStyle; instead the theme
6753            engine derives theme-specific subclasses of GtkRcStyle
6754            and GtkStyle
6755
6756          - Add extra dlsym() found entry point to themes,
6757            theme_create_rc_style().
6758
6759         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
6760         in gtk_style_real_copy.
6761
6762         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
6763         to register a type associated with an engine. (The engine
6764         won't be unloaded as there is an instance of the type.)
6765
6766
6767 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
6768
6769         * docs/tutorial/gtk-tut.sgml: Clean ups.
6770
6771 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
6772
6773         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
6774           of cleaning up to do.
6775
6776 2000-07-15  Tor Lillqvist  <tml@iki.fi>
6777
6778         * gdk/testgdk.c: New file, quick hack to test backends for
6779         pixel-by-pixel correctness of the most simple graphic operations.
6780
6781 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
6782
6783         * Really release 1.3.1
6784         
6785         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
6786         include structure.
6787
6788 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
6789
6790         * Released 1.3.1
6791
6792 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
6793
6794         * gtk/gtktextlayout.c: use FALSE for size_only most
6795         of the time when calling gtk_text_layout_get_line_display()
6796         to avoid causing double reshapes when a redraw follows
6797         immediately after.
6798
6799 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
6800
6801         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
6802         appropriate region and gdk_window_process_updates() so trough
6803         updating doesn't lag behind the window being scrolled.
6804
6805         * gdk/gdkgc.c: Make parent_class pointer static.
6806          
6807 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
6808
6809         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
6810         include <string.h>.
6811          
6812         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
6813         cut-and-paste error in computing memory offset for 4 channels.
6814
6815 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
6816
6817         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
6818         gtk_rc_append_default_pixmap_path(), since it wasn't
6819         adding an interesting path and we don't have a meaningful
6820         default for this value.
6821
6822 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
6823
6824         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
6825         gtk-config to gtk-config-2.0 move gtk_.m4 to
6826         gtk-2.0.m4
6827
6828         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
6829         gdk/Makefile.am demos/Makefile.am: Change 
6830         library names to libgtk-1.3.la, etc, so that we
6831         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
6832
6833         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
6834         gdk/Makefile.am gdk/x11/Makfile.am
6835         Move include files into /usr/include/gtk-2.0, 
6836         /usr/lib/gtk-2.0/include/
6837          
6838         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
6839         gtk/gtkintl.h: Change package for gettext from 
6840         gtk+ to gtk20. Put hack in autogen.sh to modify
6841         po/Makefile.in.in after gettextize to make this
6842         possible.
6843
6844         * gtk+.spec: Some updates, not tested.
6845
6846         * gdk-pixbuf/Makefile.am: Move loaders into
6847         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
6848
6849         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
6850         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
6851         to THEMENAME/gtk-2.0/. Move engine directory  to
6852         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
6853         
6854 2000-07-12  Tor Lillqvist  <tml@iki.fi>
6855
6856         Win32 changes, still doesn't build though.
6857
6858         * gdk/makefile.cygwin
6859         * gdk/win32/makefile.cygwin
6860         * gtk/makefile.cygwin: Updates.
6861
6862         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
6863         default values for fg and bg pixel as X11 does (0 and 1), not
6864         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
6865         Use 0 for pen width by default (treated as 1 anyway later, but for
6866         apps that might check the value in the GdkGC).
6867         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
6868         interface to gdk_gc_predraw and _postdraw.
6869
6870         * gdk/win32/gdkwin32.h
6871         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
6872
6873         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
6874         extraneous semicolon.
6875
6876         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
6877
6878         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
6879         not the Win32 bitspixel value.
6880
6881         * gdk/win32/gdkcc-win32.c:
6882         * gdk/win32/gdkcolor-win32.c 
6883         * gdk/win32/gdkprivate-win32.h
6884         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
6885         GDK object structure.
6886
6887 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
6888
6889         * docs/tutorial/gtk_tut_12.es.sgml (name): 
6890         * docs/tutorial/gtk_tut_it.sgml (name): 
6891         * docs/tutorial/gtk_tut_fr.sgml (name): 
6892         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
6893         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
6894
6895 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
6896
6897         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
6898           small changes.
6899
6900 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
6901
6902         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
6903         a bug here, never been here and never fixed anything ;(
6904         (don't segfault if tree->root_tree is NULL, which happens prior
6905         to widget realization, but puke instead).
6906
6907 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
6908
6909         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
6910         add the necessary tokens.
6911
6912         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
6913         (gtk_rc_style_to_style): copy thicknesses.
6914         (gtk_rc_init_style): apply thicknesses.
6915         (gtk_rc_parse_style): parse xthickness and ythickness.
6916
6917         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
6918
6919         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
6920         (gdk_window_new): 
6921         (_gdk_windowing_window_init): 
6922         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
6923         (gdk_pixmap_create_from_data): 
6924         (gdk_bitmap_create_from_data): 
6925         (gdk_pixmap_new): 
6926         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
6927         (gdk_image_new): 
6928         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
6929         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
6930         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
6931         (gdk_colormap_get_system): 
6932         (gdk_colormap_new): 
6933         * gdk/gdkwindow.c (gdk_window_init): 
6934         * gtk/gtkstyle.c (gtk_style_new):
6935         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
6936         * gdk/gdkpixmap.c (gdk_pixmap_init): 
6937         * gtk/gtkrc.c (gtk_rc_style_new):
6938         use g_object_new() instead of g_type_create_instance() which
6939         is a private function for fundamental type implementations.
6940
6941 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
6942
6943         * configure.in: Add check for db2html
6944
6945 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
6946
6947         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
6948         hack to set glib_debug_objects based on gtk_debug_flags.
6949
6950 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
6951
6952         * INSTALL.in: Update the Prerequisites section.
6953
6954         * Makefile.am demos/Makefile.am docs/Makefile.am
6955         docs/tutorial/Makefile.am gdk/x11/Makefile.am
6956         gdk/linux-fb/Makefile.am: Dist fixes
6957
6958 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
6959
6960         * NEWS: 10,000 foot view of 1.3.1 changes.
6961
6962 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
6963
6964         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
6965         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
6966         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
6967         gdk/x11/gdkmain-x11.c: 
6968
6969         Patch from George Lebl to add a GdkGrabStatus enumeration to use
6970         as a return value of gdk_*_grab(). Previously, we just
6971         returned the X11 values directly.
6972
6973 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
6974
6975         * gdk/x11/Makefile.am: Patch from George Lebl to 
6976         install all the headers in the right place.
6977
6978 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
6979
6980         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
6981           initial conversion to DocBook.
6982
6983 2000-07-04  Tor Lillqvist  <tml@iki.fi>
6984
6985         * README.win32: Improve a bit.
6986
6987         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
6988         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
6989         Alt+0nnn on the numpad (used to enter characters by numeric code
6990         from current DOS or ANSI codepage) working correctly, as in other
6991         Windows apps.
6992
6993         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
6994         same argument validity tests as in X11 version.
6995         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
6996
6997         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
6998         definitions in case missing from headers.
6999
7000         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
7001         destroy the window-specific cursor.
7002         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
7003         calling GetModuleHandle(NULL).
7004         (gdk_window_set_cursor): Reworked to always copy the passed cursor
7005         with CopyCursor before setting it as the window-specific
7006         cursor. It is OK for the caller to destroy the GdkCursor (and thus
7007         also its Windows cursor) after calling this function. Destroy any
7008         previous window-specific cursor.
7009
7010 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
7011
7012         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
7013         font charset is iso8859-1, not iso-8859-1.
7014
7015 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
7016
7017         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
7018         Use g_get_charset() instead of g_get_codeset().
7019
7020         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
7021         Comment out some strdup'ing functions to keep timj
7022         happy until we finish fighting this out.
7023
7024 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
7025
7026         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
7027         <= width or height.
7028
7029         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
7030         from 1.2 for parent/child states.
7031
7032         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
7033         of typos.
7034
7035         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
7036         event structures, replace with a generic axes field. Replace 
7037         deviceid/sourec with GdkDevice *device.
7038
7039         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
7040         to extract particular axis use value from event. (Also
7041         can be used for normal X/Y.)
7042
7043         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
7044         allow for arbitrary number of axes, namespace everything
7045         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
7046         everywhere.
7047
7048         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
7049         Get rid of the gdk_input_vtable setup if favor of simply
7050         defining the functions in gdkinput-none/gxi/xfree.c in
7051         a similar fashion to the way that the port structure is 
7052         done.
7053
7054         * gtk/gtkdnd.c: Fix fields of synthesized button press event
7055         for new event structures. 
7056
7057         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
7058         new device interfaces.
7059
7060 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
7061
7062         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
7063         set the initial text.
7064
7065         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
7066         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
7067         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
7068         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
7069
7070         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
7071         pango_layout_set_font_description to simplify.
7072
7073 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
7074
7075         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
7076         pango_layout_set_font_description to simplify.
7077
7078 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
7079
7080         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
7081         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
7082         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
7083
7084         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
7085         PANGO_PIXELS() macro.
7086
7087 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
7088
7089         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
7090         that returns a PangoContext owned by the widget and updated to
7091         match future changes in the widget. Also, make 
7092         gtk_widget_create_pango_layout() use this context. If we ever
7093         add a ::changed signal to PangoContext, this will make things
7094         much more convenient. 
7095
7096         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
7097         in the appropriate places instead of destroying the layouts and
7098         creating new ones.
7099
7100         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
7101         in a few strategic places.
7102
7103 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
7104
7105         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
7106         gtk_widget_size_request() on reparented child, if one. Otherwise,
7107         queue_resize() on the child never results in it getting size-requested
7108         at all.
7109
7110         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
7111         in option menus, so that (with luck) people won't copy it into
7112         their apps in the future.
7113
7114         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
7115         to gtk_option_menu_calc_size. This isn't perfect, but should fix
7116         a lot of problems with changing the size of the menu's menu
7117         items after adding it to the option menu.
7118
7119         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
7120
7121         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
7122         the text direction for a widget changes.
7123
7124         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
7125         ::direction_changed to get rid of various hacks.
7126
7127 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
7128
7129         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
7130         name.
7131
7132 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
7133
7134         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
7135         flag to the structure. Do not call XFreePixmap on pixmaps created
7136         by gdk_pixmap_foreign_new().
7137
7138 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
7139
7140         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
7141         value using GdkRGB functionality given GdkColormap and GdkColor.
7142         (name not final, waiting for inspiration.)
7143         
7144         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
7145         set the foreground/background of a GC using the GC's colormap
7146         and GdkRGB. (name not final, waiting for inspiration.)
7147
7148         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
7149         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
7150
7151         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
7152         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
7153         purely a function of the corresponding colormap. Make
7154         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
7155
7156         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
7157         gdk_pixbuf_*create_from_xpm_* in terms of
7158         gdk_pixbuf_new_from_xpm_data(), move into platform independent
7159         code.
7160
7161         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
7162         advantage of the new draw_rgb_32_image_dithalign.
7163
7164         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
7165
7166         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
7167         on each created GC.
7168
7169         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
7170
7171         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
7172         which we initialize from the drawable when the GC is created,
7173         if the drawable has a colormap.
7174
7175         * gdk/x11/gdkgc-x11.c: include string.h for memset.
7176
7177         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
7178
7179         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
7180
7181 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
7182
7183         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
7184         actually returning expose events, make sure to set
7185         the count field properly.
7186
7187         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
7188         accidentally reintroced bug which always cleared
7189         the graphics_exposures value. 
7190
7191 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
7192
7193         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
7194
7195 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
7196
7197         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
7198
7199 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
7200
7201         * docs/faq/gtk-faq.sgml: Start of Section 6.
7202
7203 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
7204
7205         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
7206         
7207         (Fixes problem with drawing childless frames. Pointed out
7208         by and a first patch from Anders)
7209         
7210         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
7211         compute a child_allocation, even if we don't have a child.
7212
7213         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
7214         Always chain to the parent's impl, even if we don't have a child.
7215
7216 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
7217
7218         * gdk/gdkrgb.c: If possible, create only a single shm segment and
7219         use multiple parts of it instead of creating a bunch of separate
7220         segments, since the maximum number of segments per system is not
7221         large. (This might be worth backporting to GTK+-1.2.x if we make a
7222         new release )
7223
7224         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
7225         structure in preparation for per-colormap GdkRGB.
7226
7227         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
7228         to False when we get EINVAL from shmget so that the caller of
7229         gdk_image_new can retry with a smaller segment size.
7230
7231 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
7232
7233         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
7234
7235 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
7236
7237         * configure.in: make the current version number 1.3.1 (binary age 0,
7238         interface age 0).
7239         
7240         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
7241         gtkcompat.h is all we want.
7242
7243         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
7244         GLib primitive types. fixed g_type_register_fundamental() argument
7245         ordering.
7246
7247         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
7248         compiles.
7249
7250         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
7251         object code cleanup, comment trigraph fixes, etc...
7252
7253 2000-06-23  Havoc Pennington  <hp@redhat.com>
7254
7255         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
7256         instead of making up a bogus name for first_para_mark
7257
7258         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
7259         0 as a context ID
7260
7261 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
7262
7263         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
7264
7265 2000-06-21  Havoc Pennington  <hp@pobox.com>
7266
7267         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
7268         we didn't check window->bg_pixmap != GDK_NO_BG.
7269
7270         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
7271         gdk-pixbuf
7272
7273 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
7274
7275         * docs/faq/gtk-faq.sgm: Move file to here.
7276           TODO: Update Makfile.am 
7277
7278 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
7279
7280         * docs/gtk-faq.sgm: Add Section 2
7281
7282 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
7283
7284         * docs/gtk-faq.sgm: New file. Start of DocBook
7285           version of the FAQ.
7286
7287 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
7288
7289         * configure.in (GDK_PIXBUF_MAJOR): Define version
7290         numbers for GDK_PIXBUF_*, as they get substituted
7291         into a header file. Need to consider versioning
7292         for gdk-pixbuf more carefully later.
7293
7294 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
7295
7296         Work with srcdir != builddir.   
7297         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
7298         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
7299         * demos/testpixbuf.c: Likewise.
7300         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
7301         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
7302         <gdk/x11/gdkx.h>.
7303         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
7304         "gdk-pixbuf.h".
7305         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
7306
7307 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
7308
7309         * TODO.xml: Change 1.4 version numbers to 2.0.
7310
7311 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
7312
7313         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
7314         fixups to GTK+ standard.
7315
7316 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
7317
7318         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
7319         gdk-pixbuf.
7320
7321         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
7322         fixups for GObject.
7323
7324         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
7325         gdk-pixbuf with GDK dependencies moved into GDK.
7326         
7327         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
7328         move gdk-pixbuf-loader here until GObject has signals.
7329
7330         * demos/: New directory of demos. Move demos from
7331         gdk-pixbuf here.
7332
7333         * demos/pixbuf-init.c: Small bit of code to check for
7334         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
7335         set GDK_PIXBUF_MODULEDIR appropriately.
7336
7337         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
7338         define which no longer makes sense.
7339
7340 2000-06-21  Havoc Pennington  <hp@redhat.com>
7341
7342         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
7343         gtk_get_default_language
7344
7345         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
7346         new function to get the default language
7347
7348         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
7349         s/gtk_text_view_style_values/gtk_text_style_values/
7350
7351         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
7352         Add a "language" field to tags.
7353
7354         (gtk_text_tag_set_arg): Fix bug in setting
7355         "bg_full_height_set" tag.
7356
7357 2000-06-21  Havoc Pennington  <hp@redhat.com>
7358
7359         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
7360         in the interfaces
7361
7362         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
7363         stuff instead when possible.
7364
7365         * gtk/gtktexttypes.h: Delete some unused constants
7366
7367         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
7368         testtextbuffer.c: use glib instead of custom unicode routines
7369
7370 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
7371
7372         * docs/es/: Removed mistakenly added generated sgml
7373
7374         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
7375         Remove outdated info files.
7376
7377         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
7378         Moved tutorial files into subdir
7379
7380         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
7381         subdir.
7382
7383         * docs/man/gtk_button.pod: Remove. (contents will be
7384         integrated into gtk-reference button page.)
7385
7386         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
7387         docs/faq/Makefile.am: Adjust for new organization
7388
7389 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
7390
7391         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
7392         not $(MKINSTALLDIRS)
7393
7394 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
7395
7396         * gtk/testgtk.c (create_text): Finish the job Elliot started
7397         of removing font setting test for text widget. (Since text widget
7398         and GdkFont are not deprecated, and cause portability problems.)
7399
7400 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
7401
7402         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
7403         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
7404         Remove use of libunicode in favor of new GLib functions.
7405
7406         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
7407         nano-x, framebuffer. The X11 include is just a hack until we get
7408         the necessary functions in gdkcolor.h, so there is no reason to
7409         add other includes of platforms.
7410
7411         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
7412         window bigger than the screen change.
7413
7414         * gtk/testgtk.c: Revert some random changes from Elliot
7415         that had no particular point and were causing testgtkrc
7416         not to function correctly.
7417         
7418         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
7419         because GdkSegment and GdkRegionBox have the same fields,
7420         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
7421         results in clearer code.
7422
7423         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
7424         gdk_input_translate_coordinates): Fix missed GdkObjectification
7425
7426 2000-06-18  Elliot Lee  <sopwith@redhat.com>
7427
7428         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
7429         * gtk/gtk{plug,socket}.h: Missed commits from previous.
7430
7431 2000-06-20  Havoc Pennington  <hp@redhat.com>
7432
7433         * modules/linux-fb/Makefile.am: Make this compile
7434         without framebuffer enabled
7435
7436         * gdk/linux-fb/Makefile.am: Add conditional to not build
7437         framebuffer unless specified in configure
7438
7439         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
7440         the size of the target instead of source if -1 was passed for
7441         width/height
7442
7443         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
7444         width/height confusion.
7445
7446 2000-06-19  Havoc Pennington  <hp@redhat.com>
7447
7448         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
7449         GDK_DRAWABLE_XID. In the future, we probably want to make it
7450         faster with G_DISABLE_CHECKS turned on.
7451
7452 2000-06-14  Havoc Pennington  <hp@redhat.com>
7453
7454         * gdk/Makefile.am: add gdkpixmap.c
7455
7456         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
7457         s/gdk_image_init/_gdk_windowing_image_init
7458
7459         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
7460         ref/unref
7461
7462         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
7463
7464         * gdk/gdkcompat.h: remove GdkWindowType compat, since
7465         GdkWindowType is now non-deprecated; 
7466         change gdk_window_get_type() compat to be
7467         gdk_window_get_window_type().
7468
7469         * gdk/gdkdnd.h: make GdkDragContext a GObject.
7470
7471         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
7472         virtual GObject. Make all functions call into the vtable.
7473         Move gdk_image_put() guts in here. Remove GdkDrawableType
7474         and gdk_drawable_get_type(), these are now GdkWindow-specific.
7475         draw_image, get_depth, get_size, set_colormap, get_colormap,
7476         get_visual added to the vtable.
7477         
7478         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
7479         GObject. Virtualize everything. 
7480         (gdk_gc_new_with_values): remove check for destroyed window,
7481         because now GdkWindow::create_gc will check this.
7482         (gdk_gc_set_values): New function to set GC values, this 
7483         was already implemented but wasn't in the header
7484
7485         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
7486
7487         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
7488         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
7489         remove _gdk_window_class; add _gdk_window_impl_get_type() and
7490         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
7491         _gdk_windowing_window_init, rename gdk_image_init to
7492         _gdk_windowing_image_init.
7493         
7494         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
7495         (gdk_draw_layout): Remove check for destroyed window, 
7496         because all the drawable methods already check it.
7497         
7498         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
7499         Add gdkpixmap.c which contains implementation of GdkDrawable
7500         virtual table (by chaining to a platform-specific implementation
7501         object).
7502         
7503         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
7504         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
7505         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
7506         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
7507         GdkColormapPrivate. 
7508
7509         * gdk/gdktypes.h: #include <glib-object.h>
7510
7511         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
7512         Move most functionality to platform-specific implementation
7513         object. GdkWindow itself now handles the backing store, then
7514         chains to the platform-specific implementation.
7515         (gdk_window_get_window_type): return GdkWindowType of the window.
7516         (gdk_window_peek_children): New routine, returns the children of 
7517         a GdkWindow
7518         (gdk_window_get_children): Was in X11-specific code and did 
7519         XQueryTree. Changed to simply return a copy of window->children; 
7520         so it can go in cross-platform code.
7521         
7522         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
7523
7524         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
7525         GdkColormap; just changed to use the new private data instead
7526         of casting to GdkColormapPrivate.
7527
7528         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
7529         gdk_cursor_new().
7530
7531         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
7532         (private data member in the GObject). 
7533         (xdnd_manager_source_filter): Function had broken 
7534         error handling, fix it (use gdk_error_trap_push).
7535
7536         * gdk/x11/gdkdrawable-x11.c: This file now implements
7537         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
7538         base class is purely for the convenience of the X port,
7539         and not part of the interface to cross-platform GDK.
7540
7541         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
7542         
7543         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
7544         specific to X, and returned by the create_gc virtual method
7545         of GdkDrawableImplX11. 
7546         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
7547         rather than gchar, this was also changed in the GdkGC vtable.
7548         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
7549         mask is 0, return immediately, instead of checking every flag.
7550         This is faster, and keeps us from segfaulting if values is NULL
7551         and the mask contains some nonzero flags.
7552
7553         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
7554         GdkWindow.
7555
7556         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
7557         GdkWindowPrivate is gone.
7558
7559         * gdk/x11/gdkim-x11.c: rename things that got renamed.
7560
7561         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
7562         remove the image_put stuff that got transferred to GdkDrawable.
7563         
7564         * gdk/x11/gdkinput.c: renamings
7565
7566         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
7567
7568         * gdk/x11/gdkpixmap-x11.c: GObject conversion
7569
7570         * gdk/x11/gdkprivate-x11.h: indentation fixes
7571
7572         * gdk/x11/gdkproperty-x11.c: renamings
7573
7574         * gdk/x11/gdkselection-x11.c: renamings
7575
7576         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
7577         implements the platform-specific "impl" object.
7578         Moved gdk_window_get_children to gdk/gdkwindow.c
7579
7580         * gdk/x11/gdkx.h: Remove all the private structs and private datas
7581         that no longer exist. Add declaration of GdkGCX11 object here.
7582         Fix all the macros to still work. 
7583
7584         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
7585         GdkDragContext from the boxed types since they are now GObjects.
7586
7587         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
7588         moved xthickness/ythickness into the instance. GtkStyleClass
7589         functions are now in the standard vtable for GtkStyle, so you have
7590         to create a GObject subclass to write a theme engine.
7591         (gtk_style_copy): fixed a leaked PangoFontDescription
7592         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
7593         can be the standard GObject function.
7594         
7595         * Throughout GTK:
7596         s/style->klass->[xy]thickness/style->[xy]thickness
7597         s/pango_layout_unref/g_object_unref/
7598
7599         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
7600         
7601         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
7602         accessing GDK internals.
7603
7604         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
7605         accessing GDK internals.
7606
7607 2000-06-18  Elliot Lee  <sopwith@redhat.com>
7608
7609         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
7610
7611         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
7612         problem by calculating event position relative to the trough
7613         rather than the slider.
7614         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
7615
7616         * gdk/gdkgc.h: Add GDK_NOR.
7617
7618         * configure.in, Makefile.am: Add modules top level dir
7619         * configure.in: Only use pangox library if building x11 target.
7620         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
7621
7622 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
7623
7624         * gtk/gtkcolorsel.c: Change private class member to be named
7625         private_data throughout the file.
7626
7627         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
7628         private_data to avoid clashing with keyword.
7629
7630 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
7631
7632         * gdk/gdkdnd.h: Add comment to remove warning.
7633
7634 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
7635
7636         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
7637         Byelorussian language; changed the Makefile and file names 
7638         to reflect that.
7639
7640 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
7641
7642         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
7643         rather than gdk_window_hide; this makes things work
7644         correctly if the window is programmatically hidden while
7645         iconified.
7646
7647 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
7648
7649         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
7650         cut and paste typo where wrong pixmap was being
7651         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
7652
7653 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
7654
7655         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
7656         Add helper function to compute format / bytes 
7657         relationship. Use in a couple places to fix up
7658         errors which assume 8 * format.
7659
7660         * gtk/gtkselection.c (gtk_selection_request): Use 32
7661         rather than 8 * sizeof (GdkAtom), to work correctly
7662         on Alpha.
7663
7664 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
7665
7666         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
7667         libgtk.la
7668         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
7669         versions
7670
7671         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
7672         checking macros return NULL since the function has a return value.
7673
7674 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
7675
7676         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
7677         GTK+ from building at all.
7678
7679         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
7680
7681 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
7682
7683         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
7684         gtk/Makefile.am: make it possible to configure gtk for different
7685         targets on the same platform. The library name is now 
7686         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
7687         flag. Only the x11 target compiles right now.
7688         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
7689         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
7690         * gdk/nanox/gdk*generic*: delete generic region code.
7691         * gdk/linux-fb/gdk*generic*: delete generic region code.
7692         * README.nanox: update information.
7693         
7694 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
7695
7696         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
7697         prepend not append. (Pointed out by Brett Hall.)
7698
7699 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
7700
7701         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
7702
7703 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
7704
7705         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
7706         need this later, and this makes sure that the atexit for
7707         glib gets called after that for GDK, so atexits are
7708         properly ordered for object leak checking.
7709
7710         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
7711
7712         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
7713         pango_x_shutdown_display()
7714
7715         * gtk/simple.c (main): Close window on destroy.
7716
7717 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
7718
7719         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
7720         to treat initial creation different from setting with 
7721         regards to the graphics-exposures parameter, so add a parameter
7722         indicating whether this is initial or not.
7723
7724 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
7725
7726         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
7727         to sort of work by adding an extra return_exposes arg
7728         to gdk_event_translate() - it might be better to simply
7729         deprecate the function altogether and force people to rewrite
7730         without it. gdk_window_scroll() handles most of it, and where
7731         gdk_window_scroll() doesn't work, simply redrawing more does.
7732
7733         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
7734         assertion.
7735
7736         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
7737
7738         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
7739         bunch of pretty much useless /* Print debugging info */ comments 
7740         which had drifted away from the code they were commenting.
7741
7742 2000-06-02  Havoc Pennington  <hp@pobox.com>
7743
7744         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
7745         is in working order.
7746         
7747         * gtk/testtext.c: Change to reflect anonymous mark API
7748
7749         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
7750
7751         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
7752         field, which was unused.
7753
7754         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
7755         saves some typing.
7756
7757         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
7758
7759         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
7760         flag on the insertion point and selection bound
7761
7762         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
7763         make mark-manipulation functions take a GtkTextMark* instead of a
7764         mark name.
7765         
7766         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
7767         GtkTextMarkBody; will be used to detect attempts to delete
7768         the permanent marks (insert and selection bound)
7769
7770         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
7771
7772 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
7773
7774         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
7775         flag to on.
7776
7777         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
7778         Honor DOUBLE_BUFFRED_FLAG
7779
7780         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
7781         function to set the DOUBLE_BUFFERED flag.
7782
7783         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
7784         or not exposes done on the widget should be double-buffered.
7785
7786         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
7787         to be what would be expected. (Fixes problem with a
7788         g_return_if_fail() validating a TextDirection enumeration)
7789
7790 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
7791
7792         * gtk/gtkwidget.c: Remove all references to 
7793         offscreen flag which was no longer used.
7794
7795         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
7796
7797         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
7798         for non-null label_widget->parent.
7799
7800         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
7801         which no longer was used.
7802
7803         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
7804
7805         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
7806         for null arguments.
7807
7808         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
7809         check for destroyed windows.
7810
7811 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
7812
7813         * gtk/gtkimmulticontext.c: Add a finalize method and unref
7814         the slave context there.
7815
7816         * gtk/gtkinvisible.[ch]: Make reference counting behavior
7817         identical to GtkWindow.
7818
7819 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
7820
7821         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
7822         pangox to here, so we can write them independent of rendering
7823         system, using GDK primitives.
7824
7825         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
7826         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
7827         since we have a rendering-system independent implementation in
7828         terms of draw_glyphs().
7829         
7830         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
7831         function to render a single line.
7832
7833         * gdk/x11/gdkpango.c: Move the guts of this file mostly
7834         into ../gdkpango.c, which simplifies things, since we
7835         don't have to deal with raw X gc's.
7836
7837 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
7838
7839         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
7840         get the logical attributes for a given GtkTextLine.
7841
7842 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
7843
7844         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
7845         g_locale_get_codeset() to g_get_codeset() change.
7846
7847 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
7848
7849         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
7850         descriptions.
7851
7852         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
7853         the entry.
7854
7855         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
7856         redoing (vastly simplifying) for Pango. Still needs quite
7857         a bit of work. (Size selection is currently poor. List of 
7858         predefined sizes is not a good idea, since all of these
7859         sizes won't necessarily be distinct.)
7860
7861 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
7862
7863         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
7864         CODESET results for LANG=C.
7865
7866 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
7867
7868         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
7869         which takes a stringized pango font description;
7870         ignore the older 'font' and 'fontset' declarations.
7871
7872         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
7873         field with a GdkFont derived via gdk_font_from_description(),
7874         for compatibility. (Should we just remove it entirely?
7875         Probably too much compatibility breakage, but people
7876         should be migrating to the new Pango stuff as quickly
7877         as possible.)
7878
7879 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
7880
7881         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
7882
7883 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
7884
7885         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
7886         redoing; there are some bugs in size allocation right
7887         now, the semi-existant distinction between header / day
7888         fonts was removed, but, with Pango, could actually
7889         be made functional in a nice way.
7890         
7891         * gtk/testcalender: Move calender from examples into this
7892         directory as a test program. (We really need to restrcture
7893         testgtk into a whole directory full of tests for every
7894         widget or functionality group, separated into multiple .c
7895         files.)
7896
7897 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
7898
7899         * gtk/testgtk.c (file_exists): Fix stupid typo that
7900         was keeping RC file from being loaded.
7901
7902         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
7903         RC file font code.
7904
7905 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
7906
7907         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
7908         Add function to load a GdkFont from a PangoFontDescription.
7909
7910 2000-05-29  Tor Lillqvist  <tml@iki.fi>
7911
7912         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
7913         variable should be of type GdkEventPrivate.
7914
7915 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
7916
7917         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
7918         to have any widget for the label, use a GtkLabel widget
7919         to display the text. (Based partially on a patch from
7920         Anders Carlson.)
7921
7922         (Quite a bit of code reorganization - strip 90% of the
7923         guts out of gtkaspectframe and add a single virtual
7924         func to GtkFrameClass - compute_child_allocation.)
7925
7926 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
7927
7928         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
7929         (Removed clist->row_center_offset field because caching
7930         it wasn't saving time or code, added private function
7931         _gtk_clist_create_cell_layout()).
7932
7933 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
7934
7935         * gtk/gtkaccellabel.c: Pangoized.
7936
7937         * gtk/[hv]ruler.c: Pangoized
7938
7939 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
7940
7941         * gtk/gtkfilesel.c (gtk_file_selection_init):
7942         Use gtk_clist_set_column_auto_resize() to remove need
7943         need for manual column width computations.
7944
7945 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
7946
7947         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
7948         ensuring Pango correctness, and considerably simplifying the
7949         code.
7950         
7951         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
7952
7953         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
7954         getting of numbers of lines.
7955
7956         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
7957         to the actual requested width of the lable, not to the wrap
7958         width we set.
7959
7960         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
7961
7962         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
7963           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
7964
7965         * gtk/gtktextview.c: Fix structure inheritance.
7966
7967         * gtk/gtkprogressbar.c: Pangoize.
7968
7969 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
7970
7971         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
7972         in a function.
7973
7974         * gtk/gtktextlayout.c (find_display_line_above): Fixed
7975         bug with computing line tops.
7976
7977         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
7978
7979 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
7980
7981         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
7982         and y_offset coordinates to do what we need now. (The offset between
7983         buffer and layout coordinates has been reintroduced, but is a 
7984         bit different than before.)
7985
7986         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
7987         handle the adjustments ourselves, and scroll as necessary using
7988         the new gdk_window_scroll().
7989         
7990         The advantage of this is that when we are incrementally revalidating,
7991         we are essentially rearranging things around the visible portion
7992         of the screen. With the old setup, the visible portion of the
7993         screen was moved around in the layout, so scrolling and redrawing
7994         to track that caused jumping of the display. Since we now
7995         control the scrolling ourselves, we can suppress this and
7996         only redraw when things actually change.
7997
7998 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
7999
8000         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
8001         the region not just redisplay it after-all, since we store the
8002         cursors in the LineDisplay. (Ugly interactions here between
8003         GtkLayout and GtkTextBTree here.)
8004         
8005         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
8006
8007 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
8008
8009         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
8010         Added function to scroll contents of a window while keeping the
8011         window constant. Works by XCopyArea or guffaw-scrolling depending
8012         on the details of how the window is set up. (guffaw-scrolling
8013         still needs to be filled in.)
8014
8015 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
8016
8017         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
8018         move the debugging that was tied to a global variable
8019         to that.
8020
8021         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
8022
8023         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
8024         validated flag, in line data instead of setting height/width to
8025         -1. This allows us to perform operations with partially invalid
8026         buffer (using the old size for invalid lines) and thus to do
8027         incremental vaidation. Keep height/width aggregates up to date
8028         when deleting text and rebalancing the tree.
8029
8030         * gtk/gtktextbtree.[ch]: Add functions validate a line
8031         (gtk_text_btree_validate_line), and to validate up
8032         to a number of pixels (gtk_text_btree_validate).
8033
8034         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
8035         that indicates that something is changed and a revalidation
8036         pass is needed. Change ::need_repaint to ::changed, and
8037         make it take old and new yranges instead of a rectangle.
8038
8039         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
8040         the line_data_destroy() function from 
8041         gtk_text_btree_add_view() to a virtual function in 
8042         GtkTextLayout
8043
8044         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
8045         since we are handling partial repaints in a different fashion
8046         now.
8047
8048         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
8049         of the selection instead of queueing a repaint on the
8050         entire widget.
8051
8052         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
8053         get_selection_bounds() down to btree, make the function
8054         in buffer a wrapper around the btree function.
8055
8056         * gtk/gtktextlayout.[ch]: Add functions to check if the
8057         layout is valid and to recompute either a range of pixels
8058         aroudn a line or a certain total number of pixels.
8059
8060         * gtk/gtktextlayout.[ch]: Cache a single line display;
8061         now that we only redraw the needed portions, the hit rate
8062         for this cache is quite high.
8063         
8064         * gtk/gtktextview.[ch]: Keep track of the first paragraph
8065         on the screen so that when re-laying-out the buffer, we can
8066         keep the same place. This requires connecting to ::value_changed
8067         on the adjustments
8068
8069         * gtk/gtktextview.[ch]: Add idle functions to revalidate
8070         the buffer after we receive an ::invalidated signal.
8071         
8072 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
8073
8074         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
8075         to max of allocation and layout size, not just to the
8076         layout size.
8077
8078         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
8079         Invalidate window so it gets redrawn properly.
8080
8081         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
8082         to mean the entire window.
8083
8084         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
8085         into public header.
8086
8087 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
8088
8089         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
8090         to get the name of a mark.
8091
8092         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
8093         to find the paragraph from a y position.
8094
8095 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
8096
8097         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
8098         nodes have width/height >= 0, not > 0.
8099
8100 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
8101
8102         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
8103         Add a size_only flag, so when we only need the size, we don't create
8104         useless appearance attributes.
8105
8106         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
8107         duplicate setting of font description.
8108
8109         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
8110
8111 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
8112
8113         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
8114         EXTRA_DIST. It does not work well when the file that
8115         everything depends on is not in the tarball.
8116
8117 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
8118
8119         * gtk/testgtk.c: Some hacks and fixes so that it basically
8120         works when not sitting in the GTK+ build tree.
8121
8122 2000-05-03  Havoc Pennington  <hp@redhat.com>
8123
8124         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
8125         Properly determine the ordering of the tag root and the current
8126         line within the tree. Previous algorithm only worked if the tag
8127         root's immediate parent was the common root of both the current
8128         line and the tag root.
8129
8130 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
8131
8132         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
8133         alignment.
8134
8135         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
8136         the widget text directional dynamically.
8137
8138         * gtk/gtktextview.[ch]: Added functions to get and set default
8139         wrap mode.
8140
8141 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
8142
8143         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
8144         in cursor location computation.
8145
8146 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
8147
8148         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
8149         vadjusment values properly when layout gets smaller.
8150
8151         * gtk/gtktextview.c (need_repaint_handler): Areas being
8152         passed in are far completely inaccurate, and sometimes
8153         too small, so, for now, just queue a redraw on the
8154         whole visible region.
8155
8156 2000-04-25  Havoc Pennington  <hp@redhat.com>
8157
8158         * gtk/gtktextbtree.c (summary_destroy): new function to 
8159         destroy tag summary nodes
8160         (gtk_text_line_next_could_contain_tag): this function was 
8161         totally broken if the line passed in wasn't below the tag
8162         root. Fix it.
8163         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
8164         "wildcard" case, we have to do a linear scan. Blah.
8165         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
8166         we have to do the linear scan
8167         (tag_removed_cb): When a tag is removed from the tag table, 
8168         remove the GtkTextTagInfo node from the btree.
8169         (gtk_text_btree_spew): Implement the spew function, for 
8170         our debugging pleasure.
8171
8172 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
8173
8174         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
8175         a problem with referring to the wrong buffer.
8176
8177         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
8178
8179         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
8180         font description to gtk_style_new() - otherwise things
8181         don't work without a .gtkrc file.
8182
8183         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
8184         tags table if we create it ourself, too.
8185
8186         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
8187         it was conflicting with XKB modifiers.
8188
8189         * gtk/gtktextview.[ch]: Add simple support for 
8190         GtkIMContext.
8191
8192 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
8193
8194         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
8195         with deletion from last commit.
8196
8197 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
8198
8199         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
8200         in the context from the current locale.
8201         
8202         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
8203         context, not hardcoded value.
8204
8205         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
8206         not logical.
8207
8208 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
8209
8210         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
8211         attributes - that doesn't handle partial-glyph selection
8212         properly. Instead use new pango_layout_line_get_x_ranges()
8213         functionality to draw the selection.
8214
8215         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
8216         now properly handles out-of-range coordinates.
8217
8218         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
8219
8220         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
8221         public.
8222
8223         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
8224         for paragraphs opposite to the base direction of the widget.
8225
8226         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
8227
8228         * gtk/gtktextlayout.c: Don't split segments on marks, since that
8229         causes Arabic words to reshape as you cursor through.
8230
8231         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
8232         cursor position when moving vertically with the arrow keys and
8233         scrolling with page-up/page-down. (Arrow keys save only the X,
8234         scrolling saves both X and Y.)
8235
8236         This means you can line-up / line-down or page-up / page-down
8237         without losing your place, and also that moving vertically
8238         with the cursor keys keeps the same X position, not the same
8239         character count:
8240
8241         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
8242         arrow keys move by display lines, not paragraphs.
8243
8244 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
8245
8246         * gtk/gtklayout.c: Make sure that the bin window is at least
8247         as big as the allocation. (Should we also make sure that the
8248         bin window is big enough to completely cover widget->window?)
8249
8250         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
8251         function to get the onscreen rectangle.
8252
8253         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
8254         for offsets in window coordinates.
8255
8256 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
8257
8258         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
8259         confusion.
8260
8261         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
8262         from the widget direction.
8263
8264         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
8265         Add a "direction" attribute.
8266
8267         * gtk/gtktextview.c: global s/tkxt/text_view/.
8268
8269         * gtk/testtext.c: Added long block of text in Arabic, to test out
8270         the direction attributes. (Some problems with the shaping system
8271         for arabic become obvious - like the fact the cursor splits words
8272         into unjoined pieces.)
8273
8274 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
8275
8276         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
8277
8278         * gtk/gtktextlayout.c: Fix up alignment.
8279
8280         * gtk/testtext.c: Add some tests for centering, wrapping.
8281
8282 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
8283
8284         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
8285         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
8286         If we wrote GTK+-specific layout-render function this could just replace
8287         the draw_layout() operation in the vtable.
8288
8289         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
8290         pango_layout_get_cursor_pos() and use that function.
8291
8292         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
8293         is a non-static symbol.
8294
8295         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
8296         with gtk_text_btree_find_line_by_y()
8297
8298         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
8299         renderer that handles GtkTextAppearance attributes.
8300
8301         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
8302
8303           - Move the values in the style that don't affect geometry into a
8304             GtkTextAppearance structure.
8305           - Change underline to take a PangoUnderline and "font" a string
8306             representation of a font description
8307           - Add a "font_desc" attribute which takes a FontDescription structure.
8308
8309         * gtk/gtktextlayout.[ch]:
8310
8311           - Get rid of the display-line list per each line. Instead, we
8312             generate, on demand, a GtkTextLineDisplay structure which]
8313             contains a PangoLayout * and other necesary information
8314             (offsets, cursor locations) for displaying a paragraph.
8315           - Get rid of the code to wrap lines, create display chunks,
8316             etc. Instead, we just go through a paragraph and convert
8317             it into the necessary inputs to a PangoLayout.
8318           - Implement a new attribute type, GtkTextAttrAppearance. This
8319             holds a GtkTextAppearance, and is used to pass colors, 
8320             stipple, etc, through from the layout to the display without
8321             having to use lots and lots of individual attributes.
8322           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
8323             in terms of PangoLayout functions.
8324         
8325         * gtk/gtktextview.c: 
8326          
8327           - Handle passing the necessary PangoContext to the layout
8328           - Some fixups in painting to deal with the automatic backing store
8329             and offsetting of GTK+-1.4
8330           - Add a style_set handler so that the default style reacts
8331             properly to theme changes.
8332         
8333         * gtk/gtktext?*.[ch]: Random code-style fixes.
8334
8335         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
8336
8337 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
8338
8339         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
8340         in original form preparatory to Pango-ization and gdkimcontext-ization.
8341
8342 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
8343
8344         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
8345         so that we can derive from gtkimcontext in language bindings properly.
8346
8347 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
8348
8349         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
8350         Add a compose table including (almost) all the compose combinations
8351         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
8352         data in the XIM implementation.
8353
8354         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
8355         Moved functions to convert keyvalues from and to unicode here from
8356         the win32 port and made them public.
8357
8358 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
8359
8360         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
8361
8362 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
8363
8364         * gtk/gtkimcontext.[ch]: Base class for new input context system
8365
8366         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
8367         the real input context implementation to be loaded from modules
8368         and switched on the fly.
8369
8370         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
8371         context that just does direct keysymbol => unicode translation.
8372
8373         * gtk/gtkentry.[ch]: Start switching editing over to using
8374         GtkInputContext. (No handling of preedit yet.)
8375
8376 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
8377
8378         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
8379         many substitutions. (klass should not be subsituted.)
8380
8381 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
8382
8383         * configure.in: Add checks for Pango
8384
8385         * configure.in docs/Makefile.am: Add test for sgml2html
8386         and allow 'make dist' without building html, but print out
8387         warnings in that case. (For making snapshots)
8388
8389         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
8390         Add Pango libraries and C flags
8391
8392         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
8393         Add function (gdk_draw_layout) to draw a pango layout.
8394
8395         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
8396         for getting Pango contexts for GDK.
8397
8398         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
8399
8400         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
8401         editing.
8402
8403         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
8404         keysym => unicode translations. More languages can be added
8405         here, but real input-method support is needed.
8406
8407         * docs/Changes-1.4.txt: Added note about entry behavior.
8408         
8409         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
8410         to set the reading direction for a widget and the global direction.
8411         Add test which allows toggling the global direction. Two private
8412         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
8413
8414         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
8415           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
8416
8417         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
8418
8419         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
8420         underlining now handled by Pango.
8421
8422         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
8423         to RCStyle and Style. (Having both this and the old font name and GdkFont 
8424         is temporary.)
8425
8426         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
8427         convenience functions for creating contexts and layouts for widgets.
8428
8429         * gtk/testgtk.c: Enhance label tests with multilingual labels.
8430
8431 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
8432
8433         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
8434         titles to be active, even if they aren't visible.
8435         (gtk_clist_column_titles_passive):  Ditto.
8436
8437 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
8438
8439         * gtkmenu.c:
8440         * gtkmenu.h:
8441         * gtktypeutils.h: Spelling/grammar fixes in comments.
8442
8443 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
8444
8445         * gdk/nanox/*.h: add missing header files.
8446
8447 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
8448
8449         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
8450         send_event to TRUE.
8451         (gtk_drawing_area_size): queue a resize.
8452
8453 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
8454
8455         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
8456         the handlers, also invalidate them. bug nailed down by Karl Nelson
8457         <kenelson@ece.ucdavis.edu>.
8458
8459 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
8460
8461         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
8462         "(nil)" foundries, patch from Grigorios Magklis.
8463
8464         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
8465         on non-available fonts, based on a patch by Grigorios Magklis
8466         <maglis@cs.rochester.edu>.
8467
8468 2000-05-18  Elliot Lee  <sopwith@redhat.com>
8469
8470         * gdk/x11/gdkregion-generic.c: If a region does not have any
8471         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
8472         instead of GDK_OVERLAP_RECTANGLE_IN.
8473
8474 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
8475
8476         * gtk/gtklayout.c (gtk_layout_map): Remove references to
8477         OFFSCREEN, as it is no longer necessary.
8478
8479 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
8480
8481         * gtk/gtkcolorsel.c: Patch from David Santiago
8482         <mrcooger@cyberverse.com> to change things so that the 
8483         indicator of the active palette entry is done independently,
8484         not via the focus, since it should always be visible.
8485
8486 2000-05-17  Tor Lillqvist  <tml@iki.fi>
8487
8488         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
8489         refcount leaks as in the X11 backend.
8490
8491         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
8492         cosmetics.
8493
8494         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
8495         backend. Add _gdk_windowing_window_destroy().
8496
8497         * gtk/gtkcolorsel.c: Include correct backend-specific header.
8498         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
8499         either, but these probably do exist on nanox?)
8500         
8501         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
8502         which isn't necessarily defined by <math.h>.
8503
8504         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
8505         ancestry past GtkObject.
8506
8507         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
8508         from DLL on Win32.
8509
8510         * gtk/gtk.def: Update corresponding to recent changes.
8511
8512         * gtk/makefile.{cygwin,msc}: Updates.
8513
8514 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
8515
8516         * docs/Changes-1.4.txt: A bit of editing.
8517
8518         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
8519         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
8520         to clear the update area for the window, and clear it
8521         when hiding a window.
8522
8523         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
8524         if window destroyed.
8525
8526         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
8527
8528         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
8529         gdk_window_destroy() to the generic code, since there was a lot of 
8530         window-system-independent logic it in. Add a function:
8531         
8532          _gdk_window_destroy() 
8533
8534         to the internal API to destroy a window without unreferencing it.
8535         Add a function:
8536
8537          _gdk_windowing_window_destroy()
8538
8539         That does the windowing-system-dependent part of destroying 
8540         the window.
8541
8542 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
8543
8544         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
8545
8546 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
8547
8548         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
8549         Make gtk_widget_shape_combine_mask() keep a reference count on
8550         the pixmap since it keeps it around.
8551
8552 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
8553
8554         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
8555         leak.
8556
8557         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
8558         leak with event filters.
8559
8560 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
8561
8562         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
8563         signal handlers with the right data arguments. (Fixes
8564         some warnings when a widget was repeatedly set as a drag
8565         destination.)
8566
8567         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
8568         window so we can avoid avoid setting the DND properties on the
8569         toplevel window repeatedly.
8570
8571 2000-05-13  Tor Lillqvist  <tml@iki.fi>
8572
8573         * gdk/win32/gdkwin32.h: Define more message types missing from
8574         mingw headers.
8575
8576         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
8577         call gdk_window_destroy_notify(). It was never called. This
8578         probably meant that the GdkWindow was never freed. Thanks Owen for
8579         noticing (!).
8580
8581         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
8582         window as destroyed before calling DestroyWindow(). DestroyWindow()
8583         causes a call to the window procedure (gdk_WindowProc), which
8584         calls gdk_event_translate(), which calls
8585         gdk_window_destroy_notify(), which gets confused unless the window
8586         is set as destroyed.
8587
8588         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
8589         this function to indicate it's win32 only. Put inside #ifdef
8590         G_ENABLE_DEBUG.
8591
8592         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
8593         debugging function. (gdk_event_translate:) Add a default branch
8594         that uses the above function to print debug messages with all
8595         Windows messages symbolically.
8596
8597         * gdk/win32/gdkprivate-win32.h: Declare it, and
8598         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
8599
8600 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
8601
8602         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
8603         public header file.
8604
8605 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
8606
8607         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
8608
8609         * gtk/gtktext.c: made the adjustments no-construct args, simply
8610         provide default adjustments.
8611         (gtk_text_destroy): release adjustments.
8612
8613         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
8614         adjustment argument non-construct.
8615
8616         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
8617         instead of in finalize.
8618         (gtk_progress_get_text_from_value): 
8619         (gtk_progress_get_current_text): 
8620         (gtk_progress_set_value): 
8621         (gtk_progress_get_percentage_from_value): 
8622         (gtk_progress_get_current_percentage): 
8623         (gtk_progress_set_percentage): 
8624         (gtk_progress_configure): ensure an adjustment is present.
8625
8626 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
8627
8628         * gtk/gtkcolorsel.[hc]:
8629         * gtk/gtkcolorseldialog.[hc]:
8630         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
8631         their parent implementation, use bit fields for boolean values, don't
8632         create unused widgets, usage of glib types, braces go on their own
8633         lines, function argument alignment, #include directives etc. etc. etc..
8634
8635         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
8636
8637 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
8638
8639         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
8640
8641         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
8642         of NULL.
8643
8644         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
8645         to freed data.
8646         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
8647
8648         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
8649         to NULL when the toplevel is getting destroyed.
8650         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
8651         (gtk_menu_destroy): 
8652         (gtk_menu_init): store the information of whether we have to
8653         readd the initial child ref_count during destruction in a new
8654         GtkMenu field needs_destruction_ref_count.
8655
8656         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
8657         here, those reading: learn from my mistake! ;)
8658         in order for set_?adjustment to support a default adjustemnt if
8659         invoked with an adjustment pointer of NULL, the code read (pseudo):
8660         if (v->adjustment) unref (v->adjustment);
8661         if (!adjustment) adjustment = adjustment_new ();
8662         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
8663         now imagine the first unref to actually free the old adjustment and
8664         adjustment_new() creating a new adjustment from the very same memory
8665         portion. here, the latter comparision will unintendedly fail, and
8666         all hell breaks loose.
8667         (gtk_viewport_set_hadjustment):
8668         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
8669         after unreferencing it.
8670
8671         * gtk/gtkcontainer.[hc]: removed toplevel registration
8672         functions: gtk_container_register_toplevel(),
8673         gtk_container_unregister_toplevel() and
8674         gtk_container_get_toplevels() which had wrong semantics
8675         anyways: it didn't reference and copy the list.
8676
8677         * gtk/gtkwindow.c: we take over the container toplevel registration
8678         bussiness now. windows are registered across multiple destructions,
8679         untill they are finalized. the initial implicit reference count
8680         users are holding on windows is removed with the first destruction
8681         though.
8682         (gtk_window_init): ref & sink and set has_user_ref_count, got
8683         rid of gtk_container_register_toplevel() call. add window to
8684         toplevel_list.
8685         (gtk_window_destroy): unref the window if has_user_ref_count
8686         is still set, got rid of call to
8687         gtk_container_unregister_toplevel().
8688         (gtk_window_finalize): remove window from toplevel list.
8689         (gtk_window_list_toplevels): new function to return a newly
8690         created list with referenced toplevels.
8691         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
8692
8693         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
8694         adjustment a non-construct arg.
8695         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
8696         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
8697         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
8698
8699         * gtk/gtkrange.c: added some realized checks.
8700         (gtk_range_destroy): get rid of the h/v adjustments in the
8701         destroy handler instead of finalize. remove timer.
8702         (gtk_range_get_adjustment): demand create adjustment.
8703
8704         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
8705         we simply create them on demand now and get rid of them in
8706         the destroy handler.
8707         (gtk_viewport_destroy): get rid of the h/v adjustments in the
8708         destroy handler instead of finalize.
8709         (gtk_viewport_get_hadjustment): 
8710         (gtk_viewport_get_vadjustment): 
8711         (gtk_viewport_size_allocate): demand create h/v adjustment
8712         if required.
8713
8714         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
8715         gtk_widget_real_destroy () functionality.
8716         (gtk_widget_real_destroy): reinitialize with a new style, instead
8717         of setting widget->style to NULL.
8718
8719 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
8720
8721         * gtk/gtkcalendar.c:
8722         * gtk/gtkbutton.c: ported _get_type() implementation over to
8723         GType, either to preserve memchunks allocation facilities,
8724         or because Gtk+ 1.0 GtkTypeInfo was still being used.
8725
8726         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
8727         over. prepare for ::destroy to be emitted multiple times.
8728         removed reference tracer magic. chain into GObjectClass.shutdown()
8729         to emit ::destroy signal.
8730
8731         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
8732         fundamental.
8733
8734         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
8735         cludge.
8736
8737         * gtk/gtksocket.c:
8738         * gtk/gtkplug.c:
8739         * gtk/gtklayout.c:
8740         * gtk/gtklabel.c:
8741         * gtk/gtkargcollector.c:
8742         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
8743         not being a fundamental anymore, and to work with the new
8744         type system (nuked fundamental type varargs clutter).
8745
8746         * gtk/*.c: install finalize handlers in the GObjectClass
8747         part of the class structure.
8748         changed direct GTK_OBJECT()->klass accesses to
8749         GTK_*_GET_CLASS().
8750         changed direct object_class->type accesses to GTK_CLASS_TYPE().
8751
8752         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
8753         GType. made most of the GTK_*() type macros and Gtk* typedefs
8754         simple wrappers around macros and types provided by GType.
8755         most notably, a significant portion of the old API vanished:
8756         GTK_TYPE_MAKE(),
8757         GTK_TYPE_SEQNO(),
8758         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
8759         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
8760         GTK_TYPE_ARGS,
8761         GTK_TYPE_CALLBACK,
8762         GTK_TYPE_C_CALLBACK,
8763         GTK_TYPE_FOREIGN,
8764         GtkTypeQuery,
8765         gtk_type_query(),
8766         gtk_type_set_varargs_type(),
8767         gtk_type_get_varargs_type(),
8768         gtk_type_check_object_cast(),
8769         gtk_type_check_class_cast(),
8770         gtk_type_describe_tree(),
8771         gtk_type_describe_heritage(),
8772         gtk_type_free(),
8773         gtk_type_children_types(),
8774         gtk_type_set_chunk_alloc(),
8775         gtk_type_register_enum(),
8776         gtk_type_register_flags(),
8777         gtk_type_parent_class().
8778         replacements, where available are described in ../docs/Changes-1.4.txt.
8779         implemented compatibility functions for the remaining API.
8780
8781         * configure.in: depend on glib 1.3.1, use gobject module.
8782
8783 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
8784
8785         * TODO.xml: Various updates to current status.
8786
8787 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
8788
8789         * gtk.m4: Print out version when test succeeds.
8790
8791 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
8792
8793         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
8794         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
8795         
8796         (Original triangle color selector from Simon Budig
8797         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
8798         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
8799         Santiago <mrcooger@cyberverse.com>)
8800
8801         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
8802         out into a separate widget.
8803
8804         * gtk/testgtk.c: Add some checkbuttons for toggling palette
8805         and opacity controls.
8806
8807 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
8808
8809         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
8810         snuck in prematurely.
8811
8812 2000-05-07  Tor Lillqvist  <tml@iki.fi>
8813
8814         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
8815         had deleted a ! operator by mistake, which caused
8816         GDK_SELECTION_CLEAR events never to be generated, which caused
8817         only the first copy to the clipboard from an gtkeditable to
8818         actually cause a copy to the Windows clipboard.
8819
8820 2000-05-06  Tor Lillqvist  <tml@iki.fi>
8821
8822         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
8823         compilation, too. Current mingw gcc distributions include the
8824         necessary headers. Also the necessary IIDs are now in mingw
8825         headers/libraries, and own definitions unnecessary.
8826
8827         More hacking on OLE2 DND, still doesn't work though, and thus
8828         ifdeffed out.
8829
8830         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
8831         here, too.
8832
8833 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
8834
8835         * gdk/nanox/*: nano-X port work in progress.
8836         * gdk/simple.c: simple test for Gdk.
8837         * README.nanox: notes about the port: read this first!
8838         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
8839         with nano-X.
8840
8841 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
8842
8843         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
8844         gdk_window_clear() into common code, implement in terms of
8845         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
8846         not redirected to the backing rectangle.
8847
8848 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
8849
8850         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
8851         EXTRA_DIST. It does not work well when the file that
8852         everything depends on is not in the tarball.
8853
8854 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
8855
8856         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
8857         with recursion where process_updates() is called from
8858         an expose handler. (GtkTextView is highly broken in
8859         doing this, but it should work, so it is a nice test
8860         case.)
8861
8862 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
8863
8864         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
8865         handle the case where updates are queued during processing of
8866         updates.
8867
8868 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
8869
8870         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
8871         window is on gdk_display - use that instead of segfaulting.
8872
8873 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
8874
8875         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
8876         broken and require an empty arg, give it to them.
8877
8878 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
8879
8880         * gtk/gtklabel.h: indentation fixes.
8881
8882 2000-05-02  Tor Lillqvist  <tml@iki.fi>
8883
8884         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
8885         draw too narrow or too low arcs, they seem to fail, at least with
8886         some display drivers.
8887
8888         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
8889
8890         Large changes to the Win32 backend, partially made necessary by
8891         the changes to the backend-independent internal
8892         structures. Attempts to implement similar backing store stuff as
8893         on X11. The current (CVS) version of the Win32 backend is *not* as
8894         stable as it was before the no-flicker branch was merged. A
8895         zipfile with that version is available from
8896         http://www.gimp.org/win32/. That should be use by "production"
8897         code until this CVS version is usable. (But note, the Win32
8898         backend has never been claimed to be "production quality".)
8899
8900         * README.win32: Add the above comment about versions.
8901
8902         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
8903
8904         * gdk/gdk.def: Update.
8905
8906         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
8907         presumably be replaced by some more better mechanism as 1.4 gets
8908         closer to release shape.
8909
8910         * gdk/makefile.{cygwin,msc}: Update.
8911
8912         * gdk/win32/*.c: Correct inclusions of the backend-specific and
8913         internal headers. Change code according to changes in these. Use
8914         gdk_drawable_*, not gdk_window_* where necessary.
8915
8916         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
8917         our old DND.
8918
8919         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
8920         to interpret single characters as UTF-8. Thanks to Hans Breuer.
8921         Use correct function name in warning messages.
8922
8923         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
8924         GSourceFuncs gdk_event_prepare and gdk_event_check.
8925         (gdk_event_get_graphics_expose): Do implement, use
8926         PeekMessage. Thanks to Hans Breuer.
8927         (event_mask_string): Debugging function to print an GdkEventMask.
8928         (gdk_pointer_grab): Use it.
8929
8930         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
8931         (old) book I used claimed was Hangul actually is CJK Unified
8932         Ideographs Extension A. Also, Hangul Syllables were missing.
8933         Improve logging.
8934
8935         * gdk/win32/gdkgc-win32.c: Largish changes.
8936
8937         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
8938         g_win32_getlocale() from GLib, and not setlocale() to get current
8939         locale name.
8940
8941         * gdk/win32/gdkprivate-win32.h
8942         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
8943         gdkwin32.h, similarily as in the X11 backend.
8944
8945         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
8946         assignment was used instead of equals in if test. Thanks to Hans
8947         Breuer.
8948
8949         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
8950         the X11 version.
8951
8952         * gdk/win32/makefile.{cygwin,msc}
8953         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
8954         path to the Win32 headers that works also with the mingw compiler.
8955
8956         * gtk/gtkstyle.c: Include <string.h>.
8957
8958 2000-04-26  Havoc Pennington  <hp@redhat.com>
8959
8960         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
8961         replacing the broken gtk_label_get ()
8962
8963 2000-04-15  Havoc Pennington  <hp@pobox.com>
8964
8965         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
8966         this keeps scanner scripts from getting confused.
8967
8968         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
8969         data, rather than void
8970
8971 2000-04-15  Tor Lillqvist  <tml@iki.fi>
8972
8973         * gtk/gtkclist.c (gtk_clist_motion)
8974         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
8975         with is_hint FALSE, get x and y from the event. They used to be
8976         used uninitialised. The Win32 backend never sends motion events
8977         marked as hints. This for instance fixes the annoying file and
8978         font selector behaviour in the Win32 version.
8979
8980 2000-04-14  Tor Lillqvist  <tml@iki.fi>
8981
8982         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
8983         gtk_private_n_signals variables, they are used by some software,
8984         sigh.
8985
8986         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
8987         installation directory from the Registry, where the installer
8988         should have put it.
8989
8990 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
8991
8992         * gdk/x11/Makefile.am: Fix problem with installation directory for
8993         gdkx.h
8994
8995         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
8996         <mrcooger@cyberverse.com> so that when selecting menus with the
8997         mouse, the first item will not be selected, but when selecting
8998         with an accelerator, or navigating left-right on a menubar with
8999         the menus popped up, the first item will be selected.
9000
9001 2000-04-05  Dan Damian  <dand@dnttm.ro>
9002
9003         * configure.in: Added "ro" to ALL_LINGUAS.
9004
9005 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
9006
9007         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
9008         indentation.
9009
9010         * Makefile.am (EXTRA_DIST): Fix typo.
9011
9012         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
9013         to catch gdkconfig.h
9014
9015         * gtk/gtkitemfactory.c: Added FIXME.
9016
9017 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
9018
9019         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
9020         s/return_if_fail/return_val_if_fail/g and add a return value.
9021
9022 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
9023
9024         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
9025         merge slipup.
9026
9027         * gdk/gdkinput.h: Fix missing line from merge.
9028
9029 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
9030
9031         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
9032         instead of gdkprivate.h.
9033
9034 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
9035
9036         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
9037         parent class to correctly be GtkDialogClass.
9038
9039 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
9040
9041         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
9042         toplevel windows and their immediate children by their parents,
9043         since the size of toplevel windows is out of our immediate
9044         control and we don't get any real benefit from trying to track
9045         this size for clipping.
9046
9047         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
9048         for input_only windows.
9049
9050         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
9051         to fix some hacks and make sure that we don't try to set the
9052         background of input only windows.
9053
9054 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
9055
9056         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
9057         the _really_ internal stuff, and leave gdkprivate.h for the fake private
9058         stuff that we've traditionally exposed.
9059
9060         * gdk/**.c: Use gdkinternals.h where appropriate.
9061
9062         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
9063         not include gdkprivate-x11.h, move all stuff of conceivable public
9064         interest into gdkx.h; keep all really private stuff in
9065         uninstalled header gdkprivate-x11.h.
9066
9067         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
9068         image->image_put on windows through a new function _gdk_window_draw_image()
9069         to allow us to do backing store for images. (Sort of ugly)
9070
9071         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
9072         contexts locally so that we can offset them properly when drawing 
9073         onto backing pixmaps.
9074
9075         * gdk/gdkinput.h: Reindented
9076
9077         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
9078         pixmap or color for the window, so we can properly initialize
9079         our double-buffer pixmaps, and also so that we temporarily set
9080         a background of None while scrolling.
9081
9082         * gdk/gdkregion.h: Revise region boolean operators to have an
9083         interface that is actually convenient - switch from creating new
9084         regions on every op, to "methods" that modify existing regions
9085         (A = A OP B). 3 argument forms which allow dest == src, would also
9086         be possible, but the current interfaces seem to map nicely
9087         onto what needs to be done. (There is quite a lot of region
9088         code in GDK now.)
9089
9090         * gdk/gdkregion.h: Add constructor from rectangle and a copy
9091         operator.
9092
9093         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
9094         gdkpoly-generic.h: Copy region code from Xlib, switch it over
9095         to 32 bit coordinates, modify it to be mostly GTK+ style
9096         and to have interfaces that match gdkregion.h.
9097
9098         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
9099         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
9100         create a backing pixmap and redirect all drawing to
9101         that backing pixmap until a matching gdk_window_end_paint().
9102
9103         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
9104         Create a special drawable class for GtkWindow's that 
9105         redirects the drawing to the backing pixmap as necessary
9106         and then calls the real operations in _gdk_windowing_window_class.
9107
9108         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
9109         Store invalid region for each window. Generate expose events for invalid
9110         region in an idle. This replaces both the expose compression
9111         and the redrawing queuing in GTK+. It is both more efficient and
9112         simpler than either one individually and far more so then the
9113         combination.
9114
9115         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
9116         Emulate 32 bit coordinates for windows with 16 bit coordinates
9117         by offsetting drawing, guffaw scrolling techniques and
9118         mapping/unmapping child windows as necessary.
9119
9120         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
9121         where, when invalid regions are processed, the region is stored,
9122         and if expose events come in that are detectably duplicate
9123         the processed exposes (by comparison of event serial numbers),
9124         the stored region is subtracted out of those exposes.
9125
9126         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
9127         regions newly exposed when scrolling or resizing windows.
9128         This, combined with forcing processesing of queued invalidated
9129         regions, gives nice flicker-free scrolling.
9130
9131         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
9132         invalidated regions after every scroll.
9133
9134         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
9135         emulation in GDK. Its, for all practical purposes just a
9136         GtkViewport/GtkFixed hybrid now.
9137
9138         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
9139         (16-bit) structures as necessary instead of just casting.
9140
9141         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
9142         in terms of the structures from gdkregion-generic.c, using appropriate
9143         offsets from GDK to X11 coordinates. Cache clip mask and
9144         origin and ts origin locally and only flush to the server
9145         when drawing, to avoid constantly setting and resetting these
9146         values when offsetting GC's for scrolling and backing pixmaps.
9147
9148         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
9149
9150         * gtk/gtkcontainer.c: Call process_all_updates at end
9151         of resizing to reduce flicker. (Avoids having redraw
9152         lag arbitrarily behind resize under some circumstances)
9153
9154         * gtk/gtkentry.c: Remove old backing store code, and simply take
9155         advantage of the new backing store capabilities of GDK.
9156
9157         * gtk/gtkmain.c: Simple implementation of widget backing
9158         store - simply push a paint while handling each expose.
9159         (Should really be configurable widget for widget.)
9160         
9161         * gtk/gtkwidget.c: Remove all the old complicated redraw
9162         code, and simply invalidate the GDK windows from
9163         gdk_window_queue_clear(), etc. (Sigh, so much carefully
9164         debugged complexity ... gone to the winds.)
9165
9166         Remove all the code for suppressing expose events while
9167         resizes are pending; this isn't needed since the invalid
9168         areas won't be processed until after the resizes are
9169         processed, since they are in a lower priority idle.
9170
9171 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
9172
9173         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
9174         and height of dest rectangle for non-intersecting rectangles.
9175
9176 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
9177
9178         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
9179         for GdkRectangle.
9180
9181 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
9182
9183         * gdk/gdk{events,image,private,types,window}.h
9184          gdk/x11/gdkinputprivate.h: Change all coordinates
9185          from int16 to int. Also, Change width and height from
9186          unsigned to signed to avoid all the stupid C 
9187          signedness bugs.
9188
9189 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
9190
9191         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
9192         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
9193         Add some more detailed checking.
9194
9195         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
9196         New function to retrieve the depth of a drawable.
9197
9198         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
9199         field, reorder fields to save memory. 
9200
9201 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
9202
9203         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
9204         of the background image instead of scaling the background down to
9205         a line.
9206
9207         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
9208         which temporarily set slider to wrong size.
9209
9210         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
9211         queue_clear().
9212
9213 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
9214
9215 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
9216
9217         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
9218
9219 2000-03-17  Tor Lillqvist  <tml@iki.fi>
9220
9221         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
9222         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
9223
9224         * gdk/win32/gdkfont-win32.c
9225         * gdk/win32/gdkproperty-win32.c
9226         * gdk/win32/gdkselection-win32.c
9227         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
9228         now declared such.
9229
9230 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
9231
9232         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
9233
9234 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
9235
9236         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
9237         is called without trapping X errors.
9238
9239 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
9240
9241         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
9242         way into the fontset lists.
9243
9244 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
9245
9246         * gtk/gtkthemes.h: add extern "C" scope.
9247
9248 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
9249
9250         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
9251         to make appends to the list constant. (gtk-guy-990901-0.patch)
9252
9253 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
9254
9255         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
9256         for the typename hash table.
9257
9258 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
9259
9260         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
9261         to make sure we never divide by zero. 
9262         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
9263
9264 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
9265
9266         * gtk/gtkfontsel.c: Apply patch from
9267         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
9268         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
9269
9270         Also, some cleanups in atom handling.
9271
9272 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
9273
9274         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
9275         not GtkWidget.
9276
9277 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
9278
9279         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
9280         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
9281         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
9282         more guint wrap-around bugs before going to bed.
9283
9284 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
9285
9286         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
9287         guint wrap arounds in allocation.width.
9288
9289         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
9290         process untill we fit the allocation given.
9291
9292 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
9293
9294         * gtk/gtkwidget.c:
9295         (gtk_widget_unrealize): guard widget access with ref/unref
9296         around signal emission.
9297         (gtk_widget_hide): same here, but also check its destroyed
9298         state before queueing a resize.
9299
9300 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
9301
9302         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
9303         of gtk_default_insensitive_bg as insensitive base color.
9304
9305         * gtk/gtktext.c (gtk_text_style_set): set the background color according
9306         to the widget's state.
9307         (gtk_text_realize): same here.
9308         (gtk_text_state_changed): same here.
9309         (draw_bg_rect): compare background color against base[] from
9310         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
9311
9312 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
9313
9314         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
9315         grabs are active, unless a delete event is send to the toplevel
9316         of the currently grab holding widget.
9317
9318 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
9319
9320         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
9321         debugging g_print's.
9322
9323 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
9324
9325         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
9326         ever make the scrolled-window requisition ever depend on the 
9327         visibility state of the scrollbars for the AUTOMATIC policy. 
9328         This breaks the GTK+ requisition model, and causes loops.
9329
9330 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
9331
9332         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
9333         the default font to avoid problems with XFree86-4.0 where the
9334         default charset is iso10646-1, not iso8859-1.
9335
9336 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
9337
9338         * acinclude.m4
9339         * config.guess
9340         * config.sub
9341         * ltconfig
9342         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
9343
9344         * gtk/Makefile.am: minor cosmetic consistency tweak
9345
9346 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
9347
9348         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
9349         the activate_time to 0, so that we handle a quick
9350         press/release press/release properly and don't suppress
9351         the second release. (Red Hat bug #7545)
9352
9353 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
9354
9355         * gtk/gtkctree.c (row_delete):
9356         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
9357         bugs with destruction notifier, *always* update internal
9358         structures *before* calling user code.
9359
9360 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
9361
9362         A few more fixes for bug #5487, #2051, #2677.
9363         * gtk/gtkclist.c : 
9364         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
9365         not GDK_BUTTON_PRESS.
9366         (resync_selection): resync only if selection_mode is
9367         GTK_SELECTION_EXTENDED
9368         * gtk/gtkctree.c (resync_selection): same here
9369
9370 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
9371
9372         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
9373         gdk_drag_get_selection() and gtk_menu_detach().
9374
9375         [ From Jeroen Ruigrok/Asmodai ]
9376
9377 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
9378
9379         * gtk/gtknotebook.c (gtk_notebook_size_request): 
9380         page->tab_label can be NULL.
9381
9382 2000-01-25  Havoc Pennington  <hp@pobox.com>
9383         
9384         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
9385         arg is boolean
9386
9387         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
9388
9389         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
9390
9391         * gdk/gdkproperty.c (gdk_property_get): return boolean
9392
9393         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
9394
9395         * gdk/gdkim.c (gdk_im_ready): return boolean
9396
9397         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
9398
9399         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
9400         glib clash, should fix glib)
9401
9402         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
9403         (gdk_get_show_events): return gboolean, and canonicalize 
9404         to TRUE/FALSE
9405
9406         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
9407         colormap is private
9408         (gdk_colors_alloc): gboolean whether to be contiguous
9409         (gdk_color_equal): return gboolean since we are a predicate
9410         and not a qsort() (this looks semi-wrong due to glib breakage,
9411         IMO glib should be fixed)
9412         
9413         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
9414         (gdk_get_use_xshm): return gboolean
9415         (gdk_pointer_is_grabbed): return gboolean
9416
9417         * gdk/gdk.h: Change prototypes to match all the above changes,
9418         and re-run egtk-format-protos as required.
9419
9420 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
9421
9422         * gtk/gtkctree.c (resync_selection): 
9423         * gtk/gtkclist.c (resync_selection):
9424
9425         Return immediately if clist->drag_pos < 0. This is a workaround
9426         for the corrupt state that the clist gets into when a
9427         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
9428
9429         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
9430         
9431         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
9432         variable from recent commit.
9433
9434 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
9435
9436         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
9437
9438 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
9439
9440         * gtk/Makefile.am: prefix all autogenerated source that get build in
9441         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
9442         in builddir. since we subsequently cd into srcdir for autogeneration,
9443         the paths have to be stripped from the target file names, thusly we
9444         use $(@F) as target names now.
9445         put a comment about configure.in's --disable-rebuilds option,
9446         which can be used for non-writable source directories, for development
9447         setups though, srcdir has to be *writable*.
9448
9449 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
9450
9451         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
9452           Finish the job of allowing event to be NULL.
9453           (Fixes bug #4283, reported by Chris Blizzard)
9454
9455         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
9456           things so that the cursor appears on screen, properly
9457           take into account INNER_BORDER.
9458           (Fixes bug #4754, reported by Antonio Campos)
9459
9460 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
9461
9462         * gtk/gtknotebook.c (gtk_notebook_map): Don't
9463           show the tab_label unless it itself is visible.
9464
9465           gtk/gtknotebook.c (gtk_notebook_size_request):
9466           Do a better job of making sure that the visibility
9467           of the tab label corresponds to whether it should
9468           be mapped or not.
9469
9470 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
9471
9472         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
9473           Use the requisition, not the allocation, since the
9474           allocation has not necessarily been computed yet.
9475           (Pointed out by Eugene Osintsev)
9476
9477 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
9478
9479         * gtk/gtkstyle.c (gtk_style_new): Dont' set
9480           style/base[GTK_STATE_INSENSITIVE] both to
9481           gtk_default_insensitive_bg!
9482           (Bug #2187, reported by Jonathan Blandford)
9483
9484         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
9485           Add Alt_L, Alt_R to list of invalid accelerators.
9486           (Bug #3736, reported by Vlad Harchev)
9487
9488 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
9489
9490         * gtk/gtkfilesel.c (open_ref_dir): Fix several
9491         bugs which occured after an attempt to open 
9492         invalid home directory left cmpl_state->reference_dir == NULL.
9493
9494          - completion on files in home directory didn't work
9495          - completion on an empty string caused  segfault
9496
9497          (Bug #3678, reported by Steve Ratcliffe)
9498
9499         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
9500         cut and paste error that was causing scales to
9501         be incorrectly positioned.
9502         (Bug #2956,
9503          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
9504
9505 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
9506
9507         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
9508         when checking for dcgettext, if we've found we needed
9509         it for dgettext.
9510 +
9511 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
9512
9513         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
9514         queue_clear on NO_WINDOW widgets during a reparent,
9515         since at that point the window and widget heirarchies
9516         are out of sync. This stops crashing in some cases
9517         (the scrolled window reparent test, for instance), and
9518         _probably_ won't cause drawing errors.
9519
9520         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
9521         test do what it was supposed to do and be robust against
9522         window closings, etc. (Bug #2443)
9523
9524 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
9525
9526         * gtk/gtkentry.c: Fix return values on mouse events.
9527         (Bug #2686, Sky <seb_sky@yahoo.com>)
9528
9529         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
9530         (pointed out by George Lebl)
9531
9532         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
9533         (From Ettore Perazzoli  <ettore@helixcode.com>)
9534  
9535 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
9536
9537         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
9538         clicks between rows or outside calender area correctly.
9539         (Patch from Damon Chaplin)
9540
9541         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
9542         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
9543           Call destroy function when overwriting existing data. 
9544           (Pointed out by Damon Chaplin)
9545
9546 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
9547
9548         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
9549           which was causing problems on various systems with Xmu.
9550           This hasn't been needed for a very long time.
9551           (Fixes #1185 3167)
9552
9553 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
9554
9555         * gdk/gdki18n.h: Include <ctype.h> when defining
9556           gdk_isw* in terms of is* as a fallback.
9557           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
9558
9559 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
9560
9561         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
9562           realize the widget when it is size allocated!
9563           (old, old bug)
9564
9565         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
9566           Removed unused call to gdk_window_get_size() that
9567           showed up when the above was fixed.
9568
9569 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
9570
9571         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
9572           fix up widget->window when the widget is a
9573           NO_WINDOW container widget.
9574
9575 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
9576
9577         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
9578           to account for the fact that feof() does _not_ 
9579           return TRUE on errors, and thus avoid infinite loops
9580           when trying to use gdk_pixmap_create_from_xpm()
9581           on unreadable values.
9582
9583 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
9584
9585         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
9586
9587 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
9588
9589         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
9590           gdk_gc_set_dashes to take gint8 instead of gchar to
9591           make it clearer that it is _not_ a NULL terminated string.
9592
9593         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
9594           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
9595           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
9596           arguments.
9597
9598 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
9599
9600         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
9601         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
9602         background size relative to our allocation, guard against small
9603         allocations, we may have not yet been size allocated.
9604
9605 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
9606
9607         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
9608         not just version == 3. We implement all 3 + most of 4 - 
9609         (we don't support matching text/plain;charset=iso-8859-1
9610         to a dest that expects text/plain). We'll still advertise
9611         3 to be safe, but any client implementing version >= 3
9612         must interoperate with 3.
9613         
9614 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
9615
9616         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
9617         background and gc members, add a warning in gtk_tooltips_set_color()
9618         indicating that this function is deprecated.
9619
9620 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
9621
9622         * docs/gtkfaq.sgml: FAQ Update:
9623           - Minor cleanups (Emmanuel, me)
9624           - New questions:
9625                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
9626                 How can I retrieve the text from a GtkMenuItem? (timj)
9627                 How do I validate/limit/filter the input to a GtkEntry? (me)
9628                 Memory does not seem to be released when I free the list
9629                         nodes I've allocated (timj)
9630
9631 2000-03-07  Tor Lillqvist  <tml@iki.fi>
9632
9633         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
9634         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
9635         for which it is no use to call GetLastError onWin9x.
9636         (gdk_other_api_failed) New function, for general error
9637         reporting without calling GetLastError.
9638         (gdk_win32_api_failed) OTOH, this function always calls
9639         GetLastError. (gdk_win32_last_error_string) Remove this function,
9640         GLib has the equivalent now.
9641
9642         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
9643         call them with function name, file name and line number in the
9644         arguments.
9645
9646         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
9647         functions.
9648         
9649         * gtk/gtk.def: Add some missing entry points.
9650
9651         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
9652         gtk_paned_set_gutter_size, which don't exist any longer, as void.
9653         
9654         Fixes by Hans Breuer:
9655
9656         * gdk/makefile.msc: Update for debugging.
9657
9658         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
9659         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
9660         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
9661         in the dash_list.
9662
9663         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
9664         the x11 backend.
9665
9666         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
9667
9668         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
9669
9670 2000-03-04  Tor Lillqvist  <tml@iki.fi>
9671
9672         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
9673         just pixel value of background colour.
9674
9675         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
9676         containing code snippet previously duplicated in a couple of
9677         places.
9678         
9679         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
9680         gdk_colormap_color.
9681
9682         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
9683         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
9684         events for autorepeated Shift, Control and Alt keys. Use
9685         gdk_colormap_color.
9686
9687         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
9688         pointer is inside the window the cursor of which we are setting,
9689         call SetCursor immediately.
9690
9691         * gdk/win32/makefile.cygwin
9692         * gtk/makefile.cygwin: If we don't have the build number stamp
9693         file, use zero.
9694
9695         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
9696         gtk_paned_set_gutter_size as empty.
9697
9698         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
9699         
9700 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
9701
9702         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
9703           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
9704           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
9705           docs/gtk_tut.sgml docs/gtk.texi TODO:
9706
9707           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
9708
9709 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
9710
9711         * gtk/gtkcalendar.c: Implement num_marked_dates,
9712           and don't emit mutiple day_selected signals on
9713           month_prev.
9714
9715 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
9716
9717         * docs/make-todo (lineno): let title and logo be configurable so
9718         that GNOME can use this script too.
9719
9720         * TODO.xml: added logourl and a title
9721
9722 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
9723
9724         * TODO.xml: Added some UI items, and an explanatory
9725         comment at the top of the file.
9726
9727 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
9728
9729         * TODO.xml: some updates, added abunch of new entries.
9730         a note for those fiddeling with this file, when done
9731         with it, invoke:
9732         $ ./docs/make-todo TODO.xml >/dev/null
9733         and correct output errors before comitting changes.
9734
9735 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
9736
9737         * TODO.xml: Added XML-structured TODO file.
9738         * docs/make-todo: python script to turn TODO.xml into
9739           pretty XML output. 
9740
9741 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
9742
9743         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
9744         the function to let it draw the seven dots, instead of the old,
9745         much maligned, method.
9746         (draw_dot): New function to draw a dot.
9747
9748         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
9749         to draw the handle inside the border width as opposed to outside.
9750         Use paint function instead of gdk_draw_point.
9751
9752         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
9753         to draw the handle inside the border width as opposed to outside.
9754         Use paint function instead of gdk_draw_point.
9755
9756         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
9757         Change indenting to be more GTK like.
9758
9759 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
9760
9761         * docs/gtk_tut.sgml: New section on GtkCalendar
9762         * examples/calendar: Update example code
9763
9764 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
9765
9766         * docs/gtkfaq.sgml: FAQ Update
9767
9768 2000-02-19  Anders Carlsson  <andersca@gnu.org>
9769
9770         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
9771         to prevent the scroll event to be propagated upwards.
9772
9773 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
9774
9775         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
9776         OwnerGrabButtonMask from button entries for
9777         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
9778
9779         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
9780         to the event mask (which will result in button/press release
9781         being added to the event mask on Unix) so scrolling works
9782         for layouts in scroll windows.
9783
9784         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
9785
9786         Patch from Anders Carlsson  <andersca@gnu.org> to add
9787         a scroll event.
9788
9789         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
9790         scrolling to the "Test Scrolling" part of testgtk.
9791  
9792         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
9793  
9794         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
9795         it against GDK_SCROLL.
9796  
9797         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
9798         way of mouse wheel scrolling.
9799  
9800         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
9801  
9802         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
9803  
9804         * gtk/gtkmain.c: Removed previous mouse wheel hack.
9805  
9806         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
9807         gdk_event_mask_table.
9808  
9809         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
9810         GdkEventScroll handler.
9811  
9812         * gdk/gdkevents.h: Added GdkEventScroll structure.
9813  
9814 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
9815
9816         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
9817         and Anders Carlsson to change the Paned widgets so that they
9818         can be dragged from anywhere along the length. Also change
9819         the way that this is drawn to make this apparent.
9820
9821         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
9822         from George Lebl to check that option_menu->menu is present
9823         before getting history.
9824
9825 2000-02-14  Tor Lillqvist  <tml@iki.fi>
9826
9827         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
9828         before the assertion for non-NULL segment list.
9829
9830         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
9831         Seems that pattern brushes *must* be 8x8 pixels! At least on my
9832         machine, but it might be display driver dependent. Sigh, so make
9833         sure the stipple is that size. Does Windows suck or what?
9834
9835         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
9836         places.
9837
9838 2000-02-13  Havoc Pennington  <hp@pobox.com>
9839
9840         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
9841         refcount to 1
9842         (gdk_cursor_new): init refcount to 1
9843
9844         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
9845
9846 2000-02-13  Tor Lillqvist  <tml@iki.fi>
9847
9848         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
9849         so that we don't have to do unnecessary settings to the HDC.
9850
9851         * gdk/win32/gdkdrawable-win32.c
9852         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
9853         gdk_gc_predraw.
9854
9855         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
9856         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
9857         GDI paths, call WidenPath to get the outline of the stroken path,
9858         and then fill the outline (with the brush that was built from the
9859         stipple).
9860
9861         * gdk/win32/gdkgc-win32.c: Factor out common code from
9862         _gdk_win32_gc_new and gdk_win32_gc_set_values into
9863         gdk_win32_gc_values_to_win32values. Use correct colour for
9864         SetBkColor() (Until now the code actually used a random colour in
9865         the call to SetBkColor()... but that didn't show up as not many
9866         GDI APIs use the background colour. Pattern (opaque stippled)
9867         brushes do.)
9868
9869         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
9870         gdk_win32_api_failed): New functions for error logging.
9871
9872         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
9873         WIN32_API_FAILED to call them, passing function or file name and
9874         line number.
9875
9876         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
9877
9878         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
9879         GdkColor for foreground and background in GdkGCWin32Data.
9880
9881         * gdk/makefile.cygwin: Link in the resource object separately.
9882
9883         * gdk/win32/rc/gdk.rc
9884         * gtk/gtk.rc (New file)
9885         * gdk/win32/makefile.cygwin
9886         * gtk/makefile.cygwin: Update build number in DLLs automatically,
9887         as in GLib.
9888
9889 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
9890
9891         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
9892         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
9893         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
9894         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
9895         parameters given and cursor->ref_count. coding style fixups.
9896
9897         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
9898         not GtkWidget.
9899         
9900         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
9901         fix up widget macros and add _GET_CLASS() variant.
9902         
9903         * gtk/*.c: some GtkType fixups.
9904
9905 2000-02-09  Tor Lillqvist  <tml@iki.fi>
9906
9907         * gdk/win32/gdkproperty-win32.c
9908         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
9909         were reversed.
9910
9911 2000-02-04  Tor Lillqvist  <tml@iki.fi>
9912
9913         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
9914         g_filename_to_utf8 to convert the font names Windows gives us from
9915         whatever is the default codepage to UTF-8.
9916         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
9917         in the other direction.
9918
9919         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
9920         error in debugging output.
9921
9922 2000-02-02  Tor Lillqvist  <tml@iki.fi>
9923
9924         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
9925         and height parameters to gdk_window_clear_area(). Not minus one.
9926
9927 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
9928
9929         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
9930         checks if the widget passed to gtk_drag_get_data() was not the
9931         dest widget.
9932
9933 2000-02-01  Tor Lillqvist  <tml@iki.fi>
9934
9935         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
9936         g_filename_from_utf8 functions (which were added a moment ago to
9937         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
9938         size buffers.
9939
9940         gtk_file_selection_get_filename returns the filename in the C
9941         runtime encoding. It calls g_filename_from_utf8, but copies the
9942         returned string to a static buffer, which is returned. I think
9943         this is better than returning the result from g_filename_from_utf8
9944         directly, which would mean all apps that use it would have to free
9945         the return value. Or should this function care about this issue at
9946         all? Maybe a new function with clearly defined semantics.
9947
9948         * gtk/gtkfilesel.h: Add comment about
9949         gtk_file_selection_get_filename returning the filename in the C
9950         runtime's encoding.
9951
9952         * README.win32
9953         * gdk/gdk.def
9954         * gdk/makefile.{cygwin,msc}
9955         * gtk/gtk.def: Updates.
9956
9957         * gdk/gdkcursor-win32.c: Initialise refcount.
9958
9959 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
9960
9961         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
9962
9963 2000-01-30  Havoc Pennington  <hp@pobox.com>
9964
9965         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
9966         destroy
9967
9968         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
9969
9970         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
9971         implemented in platform-specific code
9972
9973         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
9974
9975         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
9976         underscore in front
9977
9978         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
9979         put an underscore in front
9980
9981         * gdk/gdkcursor.c: new file, implements
9982         gdk_cursor_ref/gdk_cursor_unref
9983
9984         * gdk/gdkcursor.h: Refcount GdkCursor
9985
9986         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
9987
9988 2000-01-29  Tor Lillqvist  <tml@iki.fi>
9989
9990         * gdk/gdkwindow.h
9991         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
9992
9993 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
9994
9995         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
9996         structures to properly inherit from GtkWidget not GtkBin.
9997
9998 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
9999
10000         * gtk+.spec.in: Added lib/gtk+/include/* to %files
10001         (bug #5178 - Peter Wainright)
10002         
10003         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
10004         so that it will be installed.
10005         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
10006
10007 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
10008
10009         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
10010         for the GtkStyleClass vtable const.
10011
10012         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
10013         take a const string argument like GtkTranslateFunc. This will
10014         require changes in use code.
10015
10016 2000-01-19  Tor Lillqvist  <tml@iki.fi>
10017
10018         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
10019         semantics (to mimic the X11 backend, which just calls XClearArea)
10020         is to check for zero width (and height), and in that case use the
10021         window's width minus x (height minus y). This fixes for instance
10022         some redraw problems with gtkclist, which were easily noticeable
10023         in the gtk file selection widget.
10024
10025         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
10026         windows.
10027
10028 2000-01-13  Tor Lillqvist  <tml@iki.fi>
10029
10030         * configure.in
10031         * gdk/Makefile.am
10032         * gdk/x11/Makefile.am
10033         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
10034         (bug #5177).
10035         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
10036         out later.
10037
10038 2000-01-09  Tor Lillqvist  <tml@iki.fi>
10039
10040         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
10041         WM_MOVE for iconified or invisible windows. This fixes various
10042         problems when minimising windows. Thanks to Bernd Herd.
10043
10044 2000-01-05  Tor Lillqvist  <tml@iki.fi>
10045
10046         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
10047         backend's draw_lines method, not draw_points.
10048
10049 2000-01-02  Tor Lillqvist  <tml@iki.fi>
10050
10051         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
10052         before Owen's reorganisation: Don't have queued_events and
10053         queued_tail statics in this file, but use gdk_queued_events and
10054         gdk_queued_tail. This makes exposure event compression work again.
10055
10056         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
10057         seem to be needed?
10058
10059 1999-12-30  Tor Lillqvist  <tml@iki.fi>
10060
10061         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
10062         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
10063         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
10064         doesn't do anything.
10065
10066         * gdk/gdk.def: Add gdk_xid_table_insert.
10067
10068         * gdk/win32/gdkprivate-win32.h
10069         * gdk/win32/gdkevents-win32.c
10070         * gdk/win32/gdkinput-win32.c
10071         
10072         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
10073         extension_events field in the GdkWindowWin32Data struct. Use only
10074         the extension_events field in GdkWindowPrivate. Previously one was
10075         set, and the other one tested, which broke tablet
10076         functionality. Thanks to Keishi Suenaga for pointing this out.
10077
10078 1999-12-18  Tor Lillqvist  <tml@iki.fi>
10079
10080         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
10081         When handling a single character (text length == 1), don't handle
10082         it as if it was UTF-8.
10083
10084 1999-12-11  Tor Lillqvist  <tml@iki.fi>
10085
10086         * Makefile.am: Distribute README.win32.
10087         
10088         * gdk/Makefile.am
10089         * gdk/win32/Makefile.am: Distribute Win32 files.
10090
10091         * gdk/makefile.msc: New file.
10092
10093         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
10094         after label).
10095
10096         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
10097         gdk_error_code as GDKVAR, as they are referred outside GDK.
10098
10099         * gdk/win32/makefile.msc: Update.
10100
10101         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
10102         tweaks. Check only if at least one of those Unicode subrange bits
10103         we care for is set. If no code page bits are set, guess (wildly)
10104         based on the charset.
10105
10106         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
10107
10108         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
10109         non-NULL.
10110
10111         * gtk/gtkdnd.c
10112         * gtk/gtklayout.c
10113         * gtk/gtkplug.c
10114         * gtk/gtkselection.c
10115         * gtk/gtksocket.c
10116         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
10117         appropriate. There must be a cleaner way to handle this?
10118
10119         * gtk/gtkrc.c: Must include windows.h on Win32.
10120
10121         * gtk/testgtk.c: No need to include gdkx.h.
10122
10123         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
10124
10125 1999-12-07  Tor Lillqvist  <tml@iki.fi>
10126
10127         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
10128         the rbearing is set to the same as the width, but this should be
10129         fixed.
10130
10131 1999-12-06  Tor Lillqvist  <tml@iki.fi>
10132
10133         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
10134         function. If Windows doesn't tell us what Unicode subranges a font
10135         covers, guesstimate based on the codepages it covers. This will
10136         hopefully help those Windows versions or fonts that don't give us
10137         any useful Unicode subrange information with GetTextCharsetInfo.
10138         Call this function in gdk_font_load_internal.
10139
10140         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
10141         minor changes.
10142
10143 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
10144
10145         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
10146         New function, long needed.
10147
10148 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
10149
10150         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
10151         only_if_exists argument of gdk_atom_intern to
10152         bool.
10153
10154 1999-11-25  Tor Lillqvist  <tml@iki.fi>
10155
10156         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
10157         Fix two copy&paste errors.
10158
10159         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
10160         win32 has changed.
10161
10162         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
10163         GdkWin32SingleFont struct.
10164
10165         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
10166         subranges of loaded fonts. Clear font signature first, in case
10167         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
10168         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
10169
10170         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
10171         Unoffset clip region.
10172
10173 1999-11-23  Tor Lillqvist  <tml@iki.fi>
10174
10175         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
10176         event->any.window before calling filter functions.
10177
10178 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
10179
10180         * gtk/gtkgamma.h: Adapt cast macros to standard.
10181
10182 [ Merges from 1.2 ]
10183
10184 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
10185
10186         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
10187         If translation does not include a '/', use entire
10188         translation instead of crashing.
10189
10190 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
10191
10192         * docs/gtk_tut.sgml:
10193         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
10194
10195 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
10196
10197         * gtk/gtkselection.c (gtk_target_list_remove): Use
10198         g_list_remove_link, not g_list_remove.
10199
10200         [ From Geert Bevin <gbevin@thunderstorms.org> ]
10201         
10202 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
10203
10204         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
10205         statement upon unselection (how the heck did that slip in?).
10206
10207 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
10208
10209         * gtk/gtktext.c (gtk_text_freeze): 
10210         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
10211         in frozen state (and aparently crashes). patch provided by Anders
10212         Melchiorsen <and@kampsax.dtu.dk>.
10213
10214 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
10215
10216         * fix insensitive default/focus widget activation,
10217         reported by Matt Goodall <mgg@isotek.co.uk>.
10218
10219         * gtk/gtkwindow.c (gtk_window_key_press_event): 
10220         (gtk_window_activate_default):
10221         (gtk_window_activate_focus):
10222         return handled=FALSE for actiavtion of insensitive default
10223         widgets. return handled=TRUE for activation of insensitive
10224         focus widgets. don't activate in either case.
10225
10226 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
10227
10228         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
10229         and $glib_cflags to match library order and in the
10230         theory that an old version of GLib is more likely to
10231         be in the include directory for X then vice-versa.
10232         (Bug #2776)
10233
10234 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
10235
10236         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
10237         to determine the locale for fontsets, not LC_MESSAGES;
10238         the user may want English messages with a handling
10239         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
10240         will still be broken) (Bug #2891)
10241
10242 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
10243
10244         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
10245
10246 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
10247
10248         * gtk/gtkrc.ko: Changed the Korean default fontset.
10249
10250 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
10251
10252         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
10253         where when scrolling to the left or top double exposes
10254         were done, causing major slowdowns.
10255
10256 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
10257
10258         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
10259         names to lowercase and alphanumeric, before looking
10260         them up.
10261
10262         * gtk/Makefile.am: Install codeset variant gtkrc files
10263         with normalized names.
10264
10265 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
10266
10267         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
10268         popup menus when the menu is already visible, but its parent
10269         is still hidden, (happens after tornoff window got hidden).
10270
10271 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
10272
10273         * gtk/Makefile.am (install-data-local): Fix
10274         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
10275         deleted, causing error messages on install.
10276
10277 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
10278
10279         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
10280         the handle as well, since we now sometimes ignore
10281         exposes on the handle while resizing.
10282
10283 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
10284
10285         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
10286         extra g_free introduced in one of the last one or two 
10287         commits.
10288
10289 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
10290
10291         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
10292         consistent, put each style that a gtkrc.* file creates
10293         in a unique namespace, remove old files before installing.
10294
10295 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
10296
10297         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
10298         gtk_rc_init is called multiple times. (Yes, people who
10299         do that have bugs in their code.)
10300
10301 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
10302
10303         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
10304         Remove it since it's generated by the Makefile anyway
10305
10306 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
10307
10308         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
10309         device->info.axes for core pointer.
10310
10311 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
10312
10313         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
10314         idle_id, to deal with obsolete, broken C libraries.
10315
10316 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
10317
10318         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
10319         allocation->x/y twice!
10320
10321         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
10322         consistent with gtk_vscale_pos_trough().
10323
10324 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
10325
10326         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
10327         be queueing a resize on a toplevel container between
10328         the time we show it and when we map it. So, we need
10329         to test GTK_WIDGET_VISIBLE() for toplevels, and only
10330         use GTK_WIDGET_DRAWABLE() for child windows.
10331
10332 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
10333
10334         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
10335         (fixes bug #2144)
10336
10337 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
10338
10339         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
10340         container DRAWABLE (instead of VISIBLE), so we don't queue
10341         resizes on non-toplevel containers.
10342
10343 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
10344
10345         * gtk/gtkselection.[ch]: Make the data argument
10346         const guchar *.
10347
10348 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
10349
10350         * gtk/gtkwindow.c: Try to behave sensibly if 
10351         the focus widget is the window itself. (Should
10352         we allow this at all?)
10353
10354 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
10355
10356         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
10357         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
10358         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
10359         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
10360         in prototypes and implementations consistent (Tomas Ogren).
10361
10362         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
10363         before the widget is unparented (reported by damon).
10364
10365         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
10366         since we provide unsigned data anyways.
10367
10368 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
10369
10370         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
10371         the call to gtk_tooltips_layout_text() until later.
10372
10373         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
10374         Call gtk_widget_ensure_style() before using the style.
10375
10376 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
10377
10378         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
10379         for old widgets that don't propagate draws to all
10380         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
10381
10382 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
10383
10384         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
10385         for a redraw but just the widget that requested the resize.
10386
10387 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
10388
10389         * gtk/gtkcontainer.c: added new widget level method
10390         gtk_container_set_reallocate_redraws() and a GtkContainer flag
10391         reallocate_redraws : 1 to reflect the setting, exported this through
10392         the argument system as a boolean ::reallocate_redraws.
10393
10394         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
10395         on the widget because the allocation changes, do so as well for
10396         widget->parent if the parent has reallocate_redraws set to TRUE.
10397         with that containers requesting reallocation redraws get automatically
10398         redrawn if their children changed allocation (this unfortunately
10399         affects also other children that didn't change allocation, but we
10400         cannot work around that before 1.3).
10401
10402 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
10403
10404         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
10405         _and_ height are >0 (not _or_).
10406
10407         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
10408         instead of gtk_container_queue_resize(), which is a core gtk internal
10409         function (must have been on crack when i queued that).
10410
10411         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
10412         we can check more reliably if we want to discard expose events.
10413         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
10414         flag.
10415         
10416         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
10417         we simply trust these events. for deciding whether to discard exposes,
10418         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
10419         
10420 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
10421
10422         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
10423         queues of areas that are completely off screen.
10424
10425         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
10426         logic for handleboxes.
10427
10428         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
10429         check on width/height.
10430
10431 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
10432
10433         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
10434         we are fine with using $@ the way we do (if we actually encounter
10435         brokeness with $@ in VPATH builds because of additional path prefixes,
10436         we need to use $(@F) actually).
10437
10438 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
10439
10440         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
10441         short lived bugs, that would allow language bindings to do surgeries
10442         to our guts.
10443
10444 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
10445
10446         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
10447         where comparison was being done against an uninitialized
10448         value causing intermittant results depending on
10449         compiler flags. Also make it clearer that we aren't
10450         ever initializing the child as 0x0 (though this will
10451         be caught in gtk_widget_size_allocate())
10452
10453 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
10454
10455         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
10456         gtk_window_unset_transient_for() call after we do checks
10457         involving the old transient parent.
10458         [ From Lance Capser <lmc@cyberhighway.net> ]
10459
10460 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
10461
10462         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
10463         an empty file.
10464
10465 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
10466
10467         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
10468         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
10469
10470 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
10471
10472         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
10473         `$@' is valid only in the build dir, not after we've done 
10474         `cd $srcdir'.  Also use `test -f' instead of less portable
10475         `test -e'.
10476
10477 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
10478
10479         * gtk/gtktext.c (correct_cache_insert): Rewrite
10480          for simplicity, and hopefully correctness.
10481          (Fixes bug #1322, which was a segfault when
10482           on some insertions with the properties around
10483           the insertion set up just wrong.)
10484
10485         * gtk/gtktext.c (gtk_text_adjustment): When we receive
10486          a "changed" signal, clamp the new value to the adjustment
10487          bounds to avoid segfaulting if someone tries to change
10488          the adjustment to a bogus value. (Bug #1795)
10489
10490 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
10491
10492         * gtk/gtkmain.c: Ignore unexpected destroy notifies
10493         for children, for toplevel windows handle them
10494         like delete_event.
10495
10496         * gtk/gtkplug.c: Add an unrealize handler so that
10497         we unref plug->socket_window when we are done
10498         with it.
10499
10500 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
10501
10502         * gtk/gtktext.c (clear_area): Fix stupid signedness
10503          problem that was causing background to sometimes
10504          be misaligned.
10505
10506 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
10507
10508         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
10509         
10510         * gtk/gtkmenu.c (gtk_menu_position): Make
10511          sure we never position menus with negative x, y,
10512          since gtk_widget_set_uposition() can't handle that.
10513
10514         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
10515          Modify the positioning code a bit so that we always
10516          put the top-left corner onscreen. (This is for
10517          UI reasons, gtk_menu_position() now takes care of
10518          gtk_widet_set_uposition() brokeness.)
10519
10520 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
10521
10522         * gtk/Makefile.am: fixed up things for -jx, x > 1.
10523
10524 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
10525
10526         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
10527           RC style that is passed in. The lack of the ref
10528           before was a bug. If people worked around this
10529           bug, this will introduce a slight memory leak
10530           in their code. The code should typically look like:
10531
10532             rc_style = gtk_rc_style_new ();
10533             [...]
10534             gtk_widget_modify_style (widget, rc_style);
10535             gtk_rc_style_unref (rc_style);
10536
10537         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
10538           the style if it was already set.
10539
10540         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
10541           style if it was set before.
10542
10543 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
10544
10545         * gtk/testgtk.c (main): Add a check to see if we
10546           are being run from the correct directory and
10547           to quit nicely if we are not.
10548
10549         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
10550           static.
10551
10552 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
10553
10554         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
10555
10556         * gtk/gtkwindow.c:
10557         queue resizes unconditionally (gtk_widget_queue_resize will figure
10558         what to do if the window is not realized).
10559         (gtk_window_move_resize): only recenter the window
10560         for GTK_WIN_POS_CENTER_ALWAYS.
10561         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
10562         the same way as GTK_WIN_POS_CENTER.
10563
10564 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
10565
10566         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
10567         with (!(info->last_flags & GDK_HINT_POS)) instead of
10568         (!info->last_flags & GDK_HINT_POS).
10569
10570         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
10571         new_height unconditionally, because we use these values even if
10572         !default_size_changed && !hints_changed.
10573         comented the (default_size_changed || hints_changed) case with
10574         respect to resize rejects from the window manager.
10575
10576         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
10577         in the zvt condition hack, since this includes the window hints, set
10578         the hints after the handling_resize case.
10579
10580         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
10581         window is initially shown with to the geometry.
10582
10583 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
10584
10585         * gtk/gtkwindow.c (gtk_window_move_resize):
10586         s/size_changed/default_size_changed/g so i know what's
10587         really going on (frying brain on smaller flame now).
10588
10589 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
10590
10591         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
10592         we have size_changed upon handling_resize. this is a gross
10593         workaround for the broken zvt widget and should be removed in
10594         1.3 again (search for FIXME).
10595         Owen provided an accurate comment for this:
10596
10597         /* We could be here for two reasons
10598          *  1) We coincidentally got a resize while handling
10599          *     another resize.
10600          *  2) Our computation of size_changed was completely
10601          *     screwed up, probably because one of our children
10602          *     is broken. It's probably a zvt widget.
10603          *
10604          * For 1), we could just go ahead and ask for the
10605          * new size right now, but doing that for 2)
10606          * might well be fighting the user (and can even
10607          * trigger a loop). Since we really don't want to
10608          * do that, we requeue a resize in hopes that
10609          * by the time it gets handled, the child has seen
10610          * the light and is willing to go along with the
10611          * new size. (this happens for the zvt widget, since
10612          * the size_allocate() above will have stored the
10613          * requisition corresponding to the new size in the
10614          * zvt widget)
10615          *
10616          * This doesn't buy us anything for 1), but it shouldn't
10617          * hurt us too badly, since it is what would have
10618          * happened if we had gotten the configure event before
10619          * the new size had been set.
10620          */
10621
10622 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
10623
10624         * gtk/gtkrc.c: deal properly with the fact that RC
10625           style lists may include rc styles more than once.
10626
10627         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
10628           unused static function.
10629
10630         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
10631           stack of directories of RC files currently being
10632           parsed and implicitely add them to pixmap path.
10633           
10634           This fixes a bug where the directory would get
10635           appended then overwritten by pixmap_path declarations.
10636
10637           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
10638
10639         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
10640           theme's exit function. (Patch from Peter Wainwright,
10641           bug #1454)
10642
10643         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
10644           Add a destroy() handler to take care of removing
10645           group for menu item. (Fixes bug #1197)
10646
10647         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
10648           in warning message.
10649
10650 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
10651
10652         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
10653         roundtrip to figure window's width and height, since we know that
10654         anyways from widget->allocation.
10655
10656 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
10657
10658         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
10659           the hints after we request the new size.
10660
10661 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
10662
10663         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
10664           GTK_WIDGET_REALIZED() assertion - we can compute the
10665           hints before we are realized.
10666
10667         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
10668           hint changing so that we have a value of hints_changed
10669           when we decide whether to constrain the window size.
10670
10671         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
10672
10673         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
10674         change back to G_MAXINT.
10675
10676 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
10677
10678         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
10679         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
10680         contain uncluttered values.
10681         (gtk_window_compute_hints): simply assert that window is realized
10682         and that geometry_info is valid, since we rely on this anyways.
10683         (gtk_window_constrain_size): major cleanups to the code.
10684         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
10685         for the base size, instead of the minimums. use 32767 as max width
10686         and height (like in gtkwindow.c) instead of G_MAXINT.
10687
10688 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
10689
10690         * cleaned up the GtkContainer.need_resize flag handling mess, we
10691         only need to force resize requests when we were prematurely
10692         realized, or our widget tree was modified when we were temporarily
10693         hidden. handling these cases directly upon showing the window (i.e.
10694         while the GdkWindow is still unmapped) avoids the need to wait for
10695         a configure event response and therefore makes the GUI more snappier
10696         and avoids blank windows during the roundtrip.
10697
10698         * gtk/gtkwidget.c:
10699         (gtk_widget_hide): 
10700         (gtk_widget_show): don't queue resizes on toplevels, they know how
10701         to deal with matters.
10702
10703         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
10704         flag directly for not visible resize containers and spare us unecessary
10705         signal emissions.
10706
10707         * gtk/gtkwindow.c:
10708         (gtk_window_realize): if we need to enforce premature size allocation,
10709         queue a container resize so we are correctly resized later on.
10710         (gtk_window_init):
10711         (gtk_window_size_request):
10712         don't freak around with the ->need_resize flag,
10713         gtk_container_queue_resize() will care about that.
10714         (gtk_window_show):
10715         handle initial resizing issues here, we can handle matters better in
10716         this place, especially since we know that our GdkWindow is still
10717         unmapped.
10718         (gtk_window_move_resize):
10719         don't care about ->need_resize at all.
10720         handle size changes properly that occoured while we waited for a
10721         configure event.
10722
10723 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
10724
10725         * gtk/gtkwidget.c (gtk_widget_set_uposition):
10726         * gtk/gtkwindow.[hc] (gtk_window_reposition):
10727         Move the hint setting code from gtk_widget_set_uposition
10728         to here; set the hints so that we respect any previously
10729         set geometry hints.
10730
10731         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
10732         change the window hints here or move the window here,
10733         let that happen in gtk_window_move_resize().
10734
10735 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
10736
10737         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
10738         to already queued resizes (and therefore redraws) on a widget, check
10739         its anchestry as well.
10740
10741         * gtk/gtkcontainer.c:
10742         (gtk_container_queue_resize): clear resize widgets for resize
10743         containers before aborting prematurely. this is especially important
10744         for toplevels which may need imemdiate processing or their resize
10745         handler to be queued.
10746         (gtk_container_dequeue_resize_handler): added new internal function for
10747         gtkwindow.c.
10748
10749         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
10750         configure event, take possible changes in window position into account
10751         as well.
10752         if we request a new window size, queue up a resize handler that will
10753         last until the configure event response arrives.
10754         combined the ->need_resize case (initial show) with the general size
10755         (hints) changed case and added even more comments.
10756         if !auto_shrink, only revert to the old allocation if the new size
10757         is smaller than the current allocation.
10758
10759 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
10760
10761         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
10762                            gtk_window_set_geometry_hints
10763                            gtk_window_set_default_size):
10764         When hints are set, queue a resize so that the hints will
10765         be eventually reset on the toplevel.
10766
10767         * gtk/gtkwindow.c (gtk_window_show): Use
10768         gtk_window_compute_default_size(). Clear the need_resize flag
10769         on the initail map so that we don't unnecessarily trigger the
10770         resize code.
10771
10772         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
10773         into separate functions. Compare the hints we are setting
10774         with what we set last time so that we can accurately
10775         tell when we need to reset the hints.
10776
10777         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
10778         function to figure out the size from requisition
10779         and default_size.
10780
10781         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
10782         from fvwm to constrain a size to the geometry hints.
10783
10784         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
10785         to compare two sets of geometry hints.
10786
10787         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
10788         from gtk_window_set_hints(), just compute the hints,
10789         don't set them.
10790
10791         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
10792         code from gtk_window_move_resize() to separate function,
10793         rationalize a bit.
10794
10795 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
10796
10797         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
10798         structure into a new private structure.
10799
10800         * gtkrc.c: Split GtkRcStyle into public/private.
10801         In the private part, add a list of pointers to the
10802         RcStyle lists this RcStyle participates in.
10803
10804         * gtkrc.c: When a RcStyle is free, remove all
10805         lists referencing it from the 
10806         realized_style_ht hash, and free those lists.
10807         
10808         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
10809         gtk_rc_init(), since that adds the default styles
10810         to the list of parsed RC files again.
10811
10812         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
10813         
10814 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
10815
10816         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
10817         checks that ensure that a widget's allocation is at least 1 in width
10818         and height. (GNOME note: this doesn't affect old panel code anymore,
10819         because GtkSocket will request width and height of at least 1 since
10820         Fri Jul 23).
10821
10822         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
10823         allocated yet (happens if the user realizes the window prematurely),
10824         size request and allocate it.
10825         (gtk_window_size_allocate): guard against guint underflows.
10826
10827 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
10828
10829         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
10830         in gtk_built_sources, so gtk.defs gets built prior to all other
10831         sources.
10832
10833 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
10834
10835         * gtk/Makefile.am:
10836         invoke indent on gtkmarshal.*. 
10837         rewrote source generation rules, use COPYING as oldest source tag for
10838         a piggyback rule to generate all sources from (don't touch it ;).
10839         major cleanups, strip spaces on build rules for GNU Make.
10840
10841         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
10842         source and target files from commandline arguments. don't invoke indent.
10843
10844 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
10845
10846         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
10847         notebook after switch to avoid drawing problems.
10848         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
10849         
10850         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
10851         show them instead. 
10852         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
10853
10854 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
10855
10856         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
10857         notebook after switch to avoid drawing problems.
10858         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
10859         
10860         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
10861         show them instead. 
10862         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
10863
10864 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
10865
10866         * gtk/gtkwindow.c:
10867         we use window->need_resize from configure_event now, to indicate that
10868         the gtkwindow should keep its allocation (e.g. because the user resized
10869         the window through window manager handles). resize_count is now reliably
10870         used to figure whether we got the allocation we requested from the
10871         window manager.
10872         configure events get queued as resizes now, the real stuff (size
10873         computation and allocation) now only goes on in gtk_window_move_resize().
10874         GtkWindow's requisition now contains its *real* requisition (like all
10875         other widgets), *not* taking usize into account.
10876         geometry_info->last_{width|height} is now updated from set_hints() only
10877         so it always contains the last hints we set for the window manager.
10878         made some event handlers return TRUE instead of FALSE.
10879         the overall code should be much more straight forward now, and the
10880         significant code portions are accompanied by comments now.
10881         (gtk_window_set_hints):
10882         removed requisition argument and made it
10883         fetch the requisition through gtk_widget_get_child_requisition.
10884         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
10885         does that now.
10886         (gtk_window_show):
10887         ensure that the widget is realized before calling 
10888         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
10889         ensure that we got properly size requested and allocated before
10890         realization.
10891         (gtk_window_configure_event):
10892         ignore plain window moves, or reallocate the widget tree through the
10893         resize queue otherwise.
10894         (gtk_window_move_resize):
10895         mostly rewrote this function to figure window manager hints more
10896         reliably, coalesce window moves and resizes to reduce configure events
10897         and do actuall size allocations.
10898
10899 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
10900
10901         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
10902         that have a resize pending, because a redraw is already queued for them.
10903
10904         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
10905         hack to clear resize_widgets.
10906
10907         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
10908         for resize containers prior to size allocation. (this is also a bit
10909         ugly, but avoids side effects for stopped emissions and is thus more
10910         reliable).
10911         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
10912
10913         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
10914         function from gtk_tooltips_expose, as we connect to ::expose_event
10915         *and* ::draw now.
10916
10917 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
10918
10919         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
10920         checks.
10921         (gtk_target_list_unref): Likewise.
10922
10923         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
10924
10925 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
10926
10927         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
10928         guard against division by zero. (Fixes bug #1339)
10929
10930 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
10931
10932         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
10933         Prevent the trivial leak of information of allowing
10934         word motion when the entry is not visible.
10935
10936 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
10937
10938         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
10939         modality to error dialog as well as confirmation dialogs.
10940         (Bug #1803, reported by Rosanna Wing Sze Yuen)
10941
10942 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
10943
10944         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
10945         tree->view_lines.
10946         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
10947
10948         * gtk/Makefile.am (install-data-local): Solaris apparently
10949         has various troubles with ln -f; use rm first instead.
10950         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
10951
10952 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
10953
10954         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
10955         use `cp' followed by `rm' (the `rm' was already there).
10956
10957 July 30, 1999 Elliot Lee <sopwith@redhat.com>
10958         
10959         * configure.in: Fix autoconf warnings about cross compilation by
10960         trying to provide sane defaults for AC_TRY_RUN.
10961         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
10962         put them into $(srcdir) when generated. Also add a dependency of
10963         gtksignal.h on gtkmarshal.h for -j builds. 
10964         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
10965
10966 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
10967
10968         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
10969         GDK_THREADS_{LEAVE,ENTER} pair.
10970         (From Paul Fisher <pnfisher@redhat.com>)
10971
10972 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
10973
10974         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
10975         width and height are always >0 (owen).
10976
10977 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
10978
10979         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
10980         change that assured that a widget's allocated with and height are
10981         always >1, since this breaks *buggy* panel code. unfortunately this
10982         back-breaks the gimp's color selector.
10983
10984         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
10985         allocation is always >0 in width and height, before sending the
10986         configure event; this is a *gross* hack to get the gimp back to work.
10987         
10988         * marked both cases with TODO-1.3
10989
10990 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
10991
10992         * gtk/gtktext.c: Don't display wrap indicators when
10993         text is not editable and word wrap is on.
10994
10995 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
10996
10997         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
10998         option menus here as they are not derived from menu shell, assure that
10999         the option menu has a menu we can add items to.
11000
11001 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
11002
11003         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
11004         width/height to (gint) before calculations and check against < 0 to
11005         avoid guint wraparounds.
11006
11007 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
11008
11009         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
11010         width and height is never zero. sanity check both dimensions against
11011         32767 and issue a warning if the allocation is greater than that.
11012
11013 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
11014
11015         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
11016         to g_main_pending() as well.
11017
11018 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
11019
11020         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
11021         call to g_main_iteration() - since that will regrab
11022         GTK+ lock to process events.
11023
11024 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
11025
11026         * gtk/gtkwindow.c
11027         - Regularize with the rest of GTK+ by making widget->requisition
11028           not reflect the set_usize()
11029         - Always recompute geometry hints, then check if they
11030           changed before sending them to the X server. The
11031           previous checks for changes would fail in a number
11032           of circumstances. 
11033
11034 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
11035
11036         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
11037
11038 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
11039
11040         * gtk/gtkdnd.c:
11041         - Code cleanups
11042         - Instantaneously update on modifier key presses
11043         - Allow cancellation of the drag with Escape.
11044
11045 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
11046
11047         * gtk/testgtk.c (create_handle_box): Set the policy
11048         to auto_shrink - otherwise the appearance is rather
11049         strange when flipping between horizontal and vertical.
11050
11051 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
11052
11053         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
11054         (gtk_window_set_default_size): don't change a value if it's < 0.
11055         queue a resize.
11056
11057 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
11058
11059         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
11060
11061 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
11062
11063         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
11064         add an extra "/" when concating "/" + filename.
11065         (From Matt Grossman <mattg@oz.net>)
11066
11067 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
11068
11069         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
11070         for fg_gc if we set it for drawing pixmap.
11071
11072 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
11073
11074         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
11075         
11076         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
11077         already set, call old engine's destroy function and
11078         unref the old engine.
11079
11080 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
11081
11082         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
11083
11084 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
11085
11086         * gtk/gtkaccelgroup.h: mark certain functions as internal.
11087
11088 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
11089
11090         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
11091         expand behaviour changed.
11092
11093         * gtk/gtklabel.c (gtk_label_set_pattern):
11094         (gtk_label_set_justify):
11095         (gtk_label_set_line_wrap):
11096         don't bother invoking queue_clear, the reallocation does
11097         that for us, always free_words so the upcoming resize will
11098         relayout the label's contents.
11099
11100 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
11101
11102         * applied argument implementation patches from Elena Devdariani
11103         <elena@cogent.ca>.
11104
11105         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
11106         ::space_style, ::relief
11107         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
11108         * gtk/gtkpreview.c: ::expand
11109         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
11110         * gtk/gtknotebook.c: ::homogeneous
11111         * gtk/gtklabel.c: ::wrap
11112         * gtk/gtklist.c: ::selection_mode
11113         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
11114         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
11115         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
11116         * gtk/gtkclist.c: ::sort_type
11117         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
11118         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
11119
11120 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
11121
11122         * gtk/gtkstyle.c: Removed ill-thought-out part of last
11123         comment.
11124
11125 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
11126
11127         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
11128         counting right when we have to attach a new style
11129         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
11130
11131         * gtk/gtkstyle.c: Documented the refcounting
11132         peculularities of gtk_style_attach.
11133
11134 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
11135
11136         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
11137         window types.
11138
11139         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
11140         of GTK_TOPLEVEL for creating the window.
11141
11142 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
11143
11144         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
11145         the last argument (reported by Per Winkvist).
11146         
11147 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
11148
11149         Fixes for invisible XOR lines (Frank Loemker
11150         <floemker@TechFak.Uni-Bielefeld.DE>)
11151         
11152         * gtk/gtkclist.c (gtk_clist_realize): Always use
11153         a non-zero pixel for GDK_XOR.
11154
11155         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
11156         Use GDK_INVERT instead of GDK_XOR.
11157
11158 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
11159
11160         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
11161         signals if h/voffsets differ from adjustment values.
11162         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
11163
11164 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
11165
11166         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
11167         ::selection-done emissions up to the topmost menu shell.
11168
11169 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
11170
11171         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
11172         the user data on the window before destroying it.
11173
11174         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
11175         unrealize handler to take care of destroying 
11176         notebook->panel properly. 
11177         (Bug #1198 - Morten Welinder <terra@diku.dk>)
11178
11179         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
11180         of g_new and g_realloc to stop memory leak. (Actually,
11181         we could just use g_realloc(), but I'm not 100% sure
11182         that is portable).
11183         (Bug #1196 - Morten Welinder <terra@diku.dk>)
11184
11185 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
11186
11187         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
11188
11189         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
11190         for fontsets.
11191
11192         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
11193         with bin/button confusion.
11194
11195 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
11196
11197         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
11198         and show how preselection of radio items is done.
11199
11200 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
11201
11202         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
11203         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
11204         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
11205         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
11206         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
11207         * gtk/gtktable.c (gtk_table_attach): 
11208         * gtk/gtklist.c (gtk_list_insert_items): 
11209         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
11210         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
11211         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
11212         * gtk/gtkbin.c (gtk_bin_add): 
11213         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
11214         * gtk/gtkfixed.c (gtk_fixed_put): 
11215         * gtk/gtklayout.c (gtk_layout_put):
11216         general fixups to container_add logic. always realize child if
11217         child->parent is realized, only map the child and queue a resize
11218         if child and child->parent are both visible.
11219
11220 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
11221
11222         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
11223         instead of gtk_container_foreach to walk and unrealize children, so
11224         composite children get also unrealized.
11225         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
11226         (gtk_widget_map): assert that the widget is visible (basic constrain).
11227         (gtk_widget_real_map): assert that the widget is realized (basic
11228         constrain).
11229
11230 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
11231
11232         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
11233
11234 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
11235
11236         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
11237         file for iso-8859-2 locales.
11238
11239         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
11240
11241 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
11242
11243         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
11244          (Pointed out by andy@rz.uni-karlsruhe.de and others).
11245          Remove some suspicious and useless lines. 
11246
11247 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
11248
11249         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
11250         width,height = 0, 0 to mean - here to edge of window,
11251         instead of -1, -1, since the former is all we support.
11252
11253 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
11254
11255         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
11256         when removing from quit_functions list.
11257
11258 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
11259
11260         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
11261
11262 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
11263
11264         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
11265          When redrawing characters on non-visible entry, use appropriate
11266          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
11267
11268 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
11269
11270         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
11271         from drag coordinates.
11272         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
11273         use drag_dest_cell.
11274
11275         * gtk/gtktree (drag_dest_cell)
11276         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
11277         (Bug #1129)
11278
11279 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
11280
11281         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
11282         translate_* fields.
11283         (gtk_item_factory_finalize): invoke translate_notify independant from
11284         translate_data.
11285         (gtk_item_factory_set_translate_func): likewise.
11286         (gtk_item_factory_destroy): only remove ifactory pointer from those
11287         widgets that belong to us (stupid me).
11288
11289 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
11290
11291         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
11292         rc_style list when lookup succeeeds.
11293
11294 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
11295
11296         * gtk/gtkctree.c (resync_selection): 
11297         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
11298         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
11299         bug.
11300
11301 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
11302
11303         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
11304         Add some missing GDK_THREADS_ENTER()/LEAVE around
11305         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
11306
11307 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
11308
11309         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
11310         rather than emit_by_name.
11311
11312         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
11313         on the widget across multiple signal emissions.
11314         (gtk_editable_delete_text): same here.
11315         (gtk_editable_class_init): set widget_class->activate_signal after
11316         editable_signals[ACTIVATE] has been created.
11317
11318 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
11319
11320         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
11321         position here prematurely -- we might not have the
11322         right ->min_position and ->max_position yet.
11323
11324 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
11325
11326         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
11327         Add error traps so if the other end of the connection
11328         dies, we survive.
11329
11330         * gtk/gtkselection.c (gtk_selection_notify): Clean
11331         up properly when selection property retrieval fails.
11332         
11333         * gtk/gtkselection.c (gtk_selection_request): Correctly
11334         reject SelectionRequest notifies where the handler
11335         returns no data.
11336
11337 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
11338
11339         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
11340         when we've previously highlighted.
11341
11342         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
11343         emit two "drag_leave" signals for Motif drops.
11344
11345         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
11346         back the correct status messages when dropping from
11347         Motif onto a proxy window that is rejecting the
11348         drop.
11349
11350 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
11351
11352         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
11353         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
11354         to compare two argument values. added gtk_arg_to_valueloc() to set a
11355         variable from an arg through its location (pointer).
11356
11357         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
11358         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
11359         as gfloat*, uchars are collected as guchar*, ints are collected as
11360         gint*, etc...
11361
11362 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
11363
11364         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
11365         Include <string.h> instead of <strings.h>.
11366
11367         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
11368         (actually, a lot more duplicate includes occur if
11369          you trace through the sequence of #include's)
11370         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
11371         
11372 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
11373
11374         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
11375         gtk-a-higuti-990322-[0-3]
11376
11377         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
11378         that was causing -DX_LOCALE not to work.
11379
11380         * gtk/gtkrc.c (gtk_rc_init):
11381         X_LOCALE will never have LC_MESSAGES defined
11382
11383 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
11384
11385         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
11386         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
11387
11388         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
11389         left/right as well (gtk-michael-980726-0.patch.gz).
11390
11391         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
11392         for pointer values, use gchar instead of char. fixed uline allocation
11393         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
11394         chunks instead of G_ALLOC_ONLY.
11395         (gtk_label_size_request): always alter requisition as passed and leave
11396         widget->requisition alone.
11397         (gtk_label_set_text): allow NULL strings.
11398         (gtk_label_new): likewise.
11399
11400 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
11401
11402         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
11403
11404 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
11405
11406         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
11407         *and* mapped (i.e. drawable).
11408         (gtk_bin_expose): only send exposes to drawable children.
11409
11410         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
11411         (gtk_box_expose): only send exposes to drawable children.
11412
11413         * gtk/gtkhscale.c (gtk_hscale_draw): 
11414         * gtk/gtkvscale.c (gtk_vscale_draw):
11415         hm, this is an ugly one. we first compute the size of our trough area
11416         here (window relative) and then check intersection with the draw_area
11417         which is parent relative because we're a NO_WINDOW widget, so we need
11418         to offset the trough area by allocation.x and allocation.y before the
11419         check. (this must not be done for the background area though, since
11420         that's already computed parent relative).
11421
11422 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
11423
11424         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
11425         unrealize title buttons.
11426
11427 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
11428
11429         * gtk/gtkclist.c (gtk_clist_column_title_passive)
11430         (gtk_clist_column_title_active): 
11431         only connect/disconnect to GtkWidgetClass::event to block mouse events.
11432
11433         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
11434         zero initialize event, removed superfluous gdk_window_get_pointer call
11435
11436         * gtk/gtklist.c (gtk_list_vertical_timeout)
11437         (gtk_list_horizontal_timeout): removed superfluous
11438         gdk_window_get_pointer call
11439
11440 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
11441
11442         * plugging problems reported by "Bruce Mitchener, Jr."
11443         <bruce@puremagic.com> due to a purify session.
11444
11445         * gtk/gtkstyle.c:
11446         (gtk_style_ref): 
11447         (gtk_style_unref): assert ref_count to be > 0.
11448
11449         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
11450         the requisition.
11451         (gtk_clist_set_shift): likewise.
11452
11453         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
11454         adjustments.
11455
11456         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
11457         event before sending it and set send_event to TRUE (which needs to
11458         be done for *all* synthesized events).
11459         (gtk_list_vertical_timeout): likewise.
11460
11461         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
11462         leaks.
11463
11464         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
11465         to TRUE when synthesizing events.
11466
11467 [ *** end of merges from 1.2 *** ]      
11468         
11469 1999-11-21  Tor Lillqvist  <tml@iki.fi>
11470
11471         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
11472         (or copied from gdkconfig.h.win32 on Win32, sigh).
11473
11474         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
11475
11476         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
11477
11478         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
11479
11480         * gdk/gdkconfig.h.win32: New file.
11481
11482         * gdk/win32/makefile.cygwin: Build just a static archive here.
11483
11484         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
11485         for the DLL from the static archive built above.
11486
11487         * gdk/gdk.def: Moved here from the win32 subdirectory.
11488
11489         * gdk/win32/*: Adapt for the changed private struct organisation.
11490
11491         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
11492
11493 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
11494
11495         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
11496         for wheel mice (buttons 4 and 5).
11497
11498 1999-11-18  Tor Lillqvist  <tml@iki.fi>
11499
11500         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
11501         drawables use just the pixel field in the foreground and
11502         background GdkColor of the GdkGC.
11503
11504         gdk_gc_set_{fore,back}ground() are called in the GIMP with
11505         GdkColors containing uninitialized (red,green,blue) fields, and
11506         just the pixel field filled in, and furthermore in the
11507         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
11508         It thus turns out that we really don't need to have the full
11509         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
11510         it later to have just the pixel values.
11511
11512 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
11513
11514         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
11515
11516 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
11517
11518         * docs/gtkfaq.sgml: threads example from Erik Mouw.
11519         New question on GtkLabel background colors.
11520
11521         * docs/gtk_tut.sgml:
11522           - Correct the example code callback
11523             function definitions.
11524           - Update the gtkdial example code, from Frans van Schaik.
11525           - Update setselection.c to current API.
11526
11527         * examples/Makefile examples/*/*.c: Update to code
11528         listed in tutorial.
11529
11530 1999-11-10  Tor Lillqvist  <tml@iki.fi>
11531
11532         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
11533         subrange table (from the "Developing International Software for
11534         WIndows 95 and Windows NT" book) was missing the Hangul syllable
11535         block... Get the loaded font's charset correctly.
11536
11537         (Note that this, and the other *-win32.c files, still really are
11538         the old ones, the win32 subdirectory is not ready for compilation
11539         yet after the reorg.)
11540
11541 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
11542
11543         * gtk/gtkclist.c: Fix off-by-one bug in parameter
11544         check.
11545
11546 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
11547
11548         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
11549         on results of XQueryDeviceState().
11550
11551 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
11552
11553         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
11554         we need to accesss only ->children. We need an accessor
11555         for the children.
11556
11557         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
11558         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
11559         to get rid of gdkx.h include.
11560         
11561         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
11562         and random references to 'None'.
11563
11564         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
11565         Get rid of unused #include <gdk/gdkx.h>
11566
11567         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
11568         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
11569         gdkconfig.h.
11570
11571 1999-11-08  Tor Lillqvist  <tml@iki.fi>
11572
11573         * gdk/win32/gdkdraw.c
11574         * gdk/win32/gdkfont.c
11575         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
11576         following yesterday's changes. (Unrelated to Owen's reorg.)
11577
11578 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
11579
11580         * gdk/x11/gdkinput-gxi.c: Add missing include,
11581           fix GdkWindowPrivate => GdkDrawablePrivate.
11582
11583         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
11584
11585         * gdk/x11/Makefile.am (xinput_sources): Add missing
11586         backslash to fix building with --with-xinput=none
11587
11588 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
11589
11590         Move all X specific code into the x11/ directory.
11591         Aside from shuffling things around, did the following:
11592
11593        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
11594          gdk_arg_context_* - a simple argument parsing system
11595          in the style of popt.
11596
11597        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
11598          gdk/x11/gdkprivate-x11.h:
11599          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
11600          add ->klass and ->klass_data fields. The klass_data
11601          field points to an auxilliary structure that is
11602          windowing system dependent.
11603
11604        * gdk/gdkfont.c: Make most of the measurement functions
11605          simply wrappers around gdk_text_extents().
11606
11607        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
11608          _gdk_font_strlen() function that hides the weird
11609          behavior in gtk+-1.[02] where a string is interpreted
11610          differently for 8-bit and 16-bit fonts.
11611
11612        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
11613          to store common code for synthesizing double/triple
11614          press events.
11615         
11616        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
11617          Make all the function that modify an existing GC
11618          simply wrappers around gdk_gc_set_values().
11619          
11620        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
11621          for throwing out later.
11622
11623        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
11624          GdkImagePrivate and GdkColormapPrivate to have a
11625          windowing system dependent part (GdkFontPrivateX etc.)
11626          that "derives" from the system-independent part.
11627
11628        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
11629          Got rid of the included-source-files for XInput in
11630          favor of automake conditionals. (Which didn't exist
11631          when XInput support was originally added.)
11632
11633        * gdk/gdkrgb.c: Remove the visual id from the debugging
11634          statements since that is X11 specific; print out
11635          type/depth info instead.
11636          
11637
11638 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
11639
11640         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
11641         loading duplicates of hashed fonts.
11642
11643         * gdk/gdk.c (gdk_keysym_convert_case): rename
11644         gdk_XConvertCase to gdk_keysym_convert_case, allow
11645         results to be NULL in the GTK+ style.
11646
11647         * gdk/gdkcompat.h: Started compatibility header
11648         for renames.
11649
11650 1999-11-07  Tor Lillqvist  <tml@iki.fi>
11651
11652         * gdk/win32/gdkprivate.h: New font private structures, related to
11653         fontsets.
11654
11655         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
11656         gdk_font_list_free(). On X11, will just be wrappers to
11657         XListFonts() and XFreeFontNames(). On Win32, the code previously
11658         in gtkfontsel.c is now here.
11659
11660         New function gdk_font_xlfd_create(). On X11 will get the FONT
11661         property of the font (for GDK_FONT_FONTs), or call
11662         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
11663         builds a XLFD style name from the font information in the LOGFONT
11664         struct(s).
11665
11666         New function gdk_font_xlfd_free(), which correspondingly frees the
11667         string returned by gdk_font_xlfd_create().
11668
11669         Implement fontsets on Win32. Add a function that iterates over a
11670         wide char string and calls a callback function for each substring
11671         of wide chars from the same Unicode subrange (and thus probably
11672         available in the same real font).
11673
11674         Improve the XLFD emulation a bit.
11675
11676         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
11677
11678         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
11679         Beta3, WM_IME_CHAR messages don't seem to contain the composed
11680         multi-byte char as with the Active IMM on Win9x. Oh well, handle
11681         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
11682         ImmGetCompositionStringW() to get the composed Unicode chars.
11683
11684         * gdk/win32/gdkgc.c
11685         * gdk/win32/gdkdraw.c: Changes needed because of the font private
11686         struct changes.
11687
11688         * gdk/win32/gdk.def: Add the new functions.
11689
11690 1999-11-04  Tor Lillqvist  <tml@iki.fi>
11691
11692         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
11693         get the Platform SDK to get <dimm.h>.
11694
11695         * gdk/win32/gdkevents.c: More event handling fixes and
11696         simplification. Never generate motion events with is_hint true. We
11697         used to do that on bogus grounds earlier. Windows sends
11698         WM_MOUSEMOVE messages on button events even if the mouse hasn't
11699         moved, ignore these.
11700
11701         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
11702
11703         * gdk/win32/gdkglobals.c
11704         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
11705         the TrackMouseEvent function, and use it.
11706
11707         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
11708         char before calling WideCharToMultiByte in order to get a string
11709         for the window title.
11710
11711         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
11712
11713         * gdk/win32/gdk.def: Remove obsolete functions.
11714
11715         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
11716         /nodefaultlib and /defaultlib switches.
11717
11718         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
11719
11720 1999-10-31  Tor Lillqvist  <tml@iki.fi>
11721
11722         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
11723         EuroSign).
11724
11725         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
11726         same type as GdkWChar, especially on Win32.
11727
11728         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
11729
11730         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
11731         before passing to Windows GDI for drawing etc. Convert to the
11732         system default codepage before passing to Windows as window
11733         titles.
11734
11735         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
11736         support changing input locale on the fly.
11737
11738         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
11739         on-the-fly changes. Convert incoming characters from the current
11740         codepage to Unicode (and then to a UTF-8 multi-byte string) based
11741         on the current input language. Use keysym<->Unicode mapping tables
11742         and functions borrowed from xterm sources.
11743
11744         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
11745         editions of Win9x, use the ActiveX-based Active IMM (Input Method
11746         Manager) if available. IMEs and the Active IMM are available under
11747         the disguise of Chinese, Korean and Japanese support for IE and
11748         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
11749         support is present in all editions (as long as you install it).
11750
11751         Call DispatchMessage from gdk_events_queue() (and thus
11752         gdk_WindowProc()), instead of duplicating the code in
11753         gdk_WindowProc().
11754
11755         Reworked the grab handling and propagation code, factored out
11756         duplicated code snippets into separate functions. Other cleanups,
11757         too.
11758
11759         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
11760         the <dimm.h> header describing the Active IMM.
11761
11762         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
11763         just do the same as for "single" fonts.
11764
11765         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
11766         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
11767         the new keysyms from gdkkeysyms.h.
11768
11769         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
11770         fontset, so that gtkentry uses wide characters.
11771
11772         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
11773         GTk+'s system directory "gtk+", not "gtk".
11774
11775 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
11776
11777         * docs/gtkfaq.sgml: FAQ update
11778
11779 1999-10-21  Tor Lillqvist  <tml@iki.fi>
11780
11781         * gdk/win32/gdkprivate.h: Add more font private data.
11782
11783         * gdk/win32/gdkfont.c
11784         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
11785         fonts and strings. Now works much better. You still have to
11786         have a correct font selected, though. No fontset emulation yet.
11787
11788 1999-10-19  Tor Lillqvist  <tml@iki.fi>
11789
11790         * gtk/maketypes.awk: Use G_OS_WIN32.
11791
11792         * gtk/gtk.def: Add some missing entry points. Also some non-public
11793         ones, but PyGTK porter claims to need them.
11794
11795         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
11796         built-in type generation.
11797
11798 1999-10-14  Tor Lillqvist  <tml@iki.fi>
11799
11800         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
11801         GDK_FONT_FONT fonts (which is all we have for now, we don't
11802         emulate fontsets). The X11 version uses plain XDrawString in that
11803         case, too. The string passed to gdk_draw_text_wc seems to be in
11804         fact (at least, when used by gtkentry and gtktext) either in a
11805         single-byte charset, or a DBCS. Not Unicode.
11806
11807         This fixes the problem in gtkfontsel, where even if you had
11808         selected a font with a non-Latin1 charset (windows-greek, for
11809         instance), the preview still used Latin-1 glyphs.
11810
11811         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
11812         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
11813         (gdk_font_load): Recognize the demibold etc weights, even if we
11814         don't have the corresponding constants in the headers.
11815         (gdk_font_hash_insert): Use same hash mechanism as in the X11
11816         version. Should save font resources a bit, when we don't have
11817         multiple HFONTs for the same font.
11818
11819         * gdk/win32/gdkprivate.h: Add the names field as in the X11
11820         version.
11821
11822 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
11823
11824         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
11825         X values
11826
11827 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
11828
11829         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
11830         layout support (as mentioned on
11831         http://www.jcinteractive.com/gnome-ui/software/widgets/)
11832
11833 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
11834
11835         * gtk/fnmatch.c
11836         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
11837
11838 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
11839
11840         * configure.in (ALL_LINGUAS): Added Galician (gl)
11841
11842 1999-10-05  Tor Lillqvist  <tml@iki.fi>
11843
11844         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
11845
11846         * gdk/win32/gdkcompat.c: New file, actually provide an
11847         implementation for the deprecated functions. (Just temporarily.)
11848
11849         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
11850
11851         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
11852
11853         * gdk/win32/gdk.def gtk/gtk.def: Updates.
11854
11855 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
11856
11857         * configure.in: Added "uk" to ALL_LINGUAS.
11858         
11859 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
11860
11861         * configure.in: correct checking for BeOS check
11862
11863         * gdk/gdktypes.h
11864         * gtk/fnmatch.c
11865         * gtk/gtkfilesel.c
11866         * gtk/gtkitemfactory.c
11867         * gtk/gtkmain.[ch]
11868         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
11869
11870 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
11871
11872         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
11873         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
11874         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
11875         by Bulgarian). 
11876
11877 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
11878
11879         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
11880         Fix a reference to window_private->destroyed.   
11881
11882         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
11883         (ugly) setting of an internal GdkWindow member to use
11884         a _slightly_ cleaner macro.
11885
11886         * gdk/gdkprivate.h: Split GdkWindowPrivate into
11887         GdkDrawablePrivate and GdkWindowPrivate.
11888         Add extra macros for accessing GDK_DRAWABLE_ components.
11889
11890         * *.[ch]: Massive adjustments for the above, use the
11891         new macros in a lot of places.
11892
11893 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
11894
11895         * gdk/gdktypes.h: Make GdkDrawable the base type,
11896         not GdkWindow.
11897
11898 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
11899
11900         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
11901
11902 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
11903
11904         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
11905
11906 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
11907
11908         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
11909         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
11910
11911         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
11912
11913         * docs/gtk-config.1: Now autogenerated.
11914         * docs/Changes-1.4.txt: started
11915         
11916 1999-10-03  Tor Lillqvist  <tml@iki.fi>
11917
11918         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
11919         to #ifdef also here.
11920
11921         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
11922         Owen did to the X11 backend.
11923
11924         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
11925         ScrollWindowEx when blitting inside a window, it can't be correct
11926         in the general case.
11927
11928         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
11929         WM_GETMINMAXINFO is easier.
11930
11931         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
11932         depth equal to the bitspixel value, not the visual's depth.
11933
11934         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
11935         to 24 even if the bitspixel value is 32.
11936
11937         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
11938         need to check for depth==32 when bpp==32, depth will always be 24.
11939
11940 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
11941
11942         * docs/Changes-1.4.txt: Started
11943         
11944         * gtk/Makefile.am (gdk_headers): Include all the new headers.
11945
11946         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
11947         
11948         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
11949         into C file.
11950         
11951         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
11952         header to gdkinputprivate.h.
11953
11954         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
11955         unused since before 1.2.
11956
11957 1999-09-30  Tor Lillqvist  <tml@iki.fi>
11958
11959         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
11960         expand possible hex escapes in the font family (put there by
11961         logfont_to_xlfd if the font name isn't a legal XLFD font family,
11962         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
11963         On Win32, add hex escapes here, too.
11964
11965 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
11966
11967         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
11968         to #ifdef GDK_WINDOWING_X11.
11969
11970 [ Merges from gtk-1-2 ]
11971
11972 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
11973
11974         * configure.in: fixed "GNU Make" check to pass with new make version
11975         3.77.95.
11976
11977 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
11978
11979         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
11980         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
11981         AM_PATH_GTK() macros don't get confused by the -pre1.
11982
11983 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
11984
11985         * configure.in (REBUILD): Change check for perl5
11986           to check explicitely for v >= 5.002. (5.001
11987           does not work with our scripts.)
11988
11989 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
11990
11991         * configure.in: evaluate $PERL for the perl version check. added
11992         --disable-rebuilds to give the user an option to completely disable
11993         any source autogeneration rules.
11994
11995 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
11996
11997         * configure.in: evaluate $ac_make when checking for GNU Make.
11998
11999 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
12000
12001         * docs/Makefile.am: added generation.txt.
12002
12003         * Makefile.am: require automake 1.4, build README from README.in and
12004         INSTALL from INSTALL.in in dist-hook.
12005         
12006         * README.in:
12007         * INSTALL.in: new files to autogenerate README and INSTALL from.
12008
12009         * configure.in: figure whether we have GNU Make
12010
12011         * docs/generation.txt: minor additions/corrections.
12012
12013 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
12014
12015         * docs/gtkfaq.sgml: FAQ Update
12016
12017 July 30, 1999 Elliot Lee <sopwith@redhat.com>
12018         
12019         * configure.in: Fix autoconf warnings about cross compilation by
12020         trying to provide sane defaults for AC_TRY_RUN.
12021
12022 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
12023
12024         * ltconfig
12025         * ltmain.sh: upgrade to libtool 1.3.3
12026
12027 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
12028
12029         * INSTALL: Indicate that the --with-glib= configure
12030         time flag is unsupported.
12031
12032 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
12033
12034         * docs/generation.txt: Added a file that gives
12035         documenation about the autogeneration process for
12036         various autogenerated files.
12037         
12038 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
12039
12040         * configure.in (LIBS): Look for libgmodule in the
12041         right location.
12042
12043 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
12044
12045         * docs/gtk_tut.sgml: Removed references to
12046         code examples in my directory on gtk.org as
12047         they should all be in the tutorial now.
12048
12049         * docs/gtk_tut.sgml: Added sources for dial-test
12050         and scribble-xinput programs that were previously
12051         missing.
12052
12053 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
12054
12055         * TODO: Added entry about menu keyboard navigation, removed
12056         some finished items.
12057
12058 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
12059
12060         * acinclude.m4: Standardize on func_dgettext
12061         not func_gettext, so that the checks for dgettext
12062         actually are paid attention to.
12063
12064 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
12065
12066         * configure.in (LIBS): Add $INTLLIBS into $LIBS
12067         directly, rather than repeating the checks for
12068         gettext.
12069
12070         * INSTALL: Added information about gettext and
12071         NLS support.
12072
12073         * acinclude.m4 (LIBM): Check for dgettext, not
12074         just gettext. This should hopefully fix things wrt
12075         systems with old versions of GNU gettext installed.
12076
12077 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
12078
12079         * configure.in (LIBS): Look for libgmodule in the
12080         right location.
12081
12082 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
12083
12084         * autogen.sh: add --enable-maintainer-mode
12085
12086         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
12087
12088 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
12089
12090         * docs/gtk-config.1.in:
12091           docs/Makefile.am:
12092           configure.in: gtk-config is now generated.
12093
12094         * docs/gtk-config.1: Removed, now generated.
12095
12096 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
12097
12098         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
12099         handle CreateNotify itself, still put out a debuging message for
12100         --gdk-debug=events. made the ReparentNotify debugging message more
12101         verbose.
12102         wrap xcoords translation for ConfigureEvents into an error trap,
12103         a destroy event may already be pending, and in that case, the
12104         actuall coordinate values are not at all critical.
12105
12106 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
12107
12108         * gdk/gdkcc.c: Stop leaking the color_hash all over
12109         the place. Simplify and improve the logic.
12110
12111 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
12112
12113         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
12114         for prototypes and function implementations consistent (reported
12115         by Tomas Ogren).
12116
12117 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
12118
12119         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
12120         send_event set in debugging output.
12121         (gdk_compress_exposures): default initialize the event so we don't
12122         operate on bogus values (namely send_event).
12123
12124 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
12125
12126         * gdk/gdkwindow.c: When we receive an unexpected
12127         destroy notify on one of our windows, don't just
12128         warn about it, also mark our windows as destroyed.
12129
12130 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
12131
12132         * gdk/gdkfont.c (gdk_font_hash_insert): Add
12133           name => font and name => fontset hashes. The 
12134           name => fontset hash is a _big_ win since we
12135           weren't previously caching fontsets at all and loading
12136           fontsets is expensive. The name => font hash
12137           is less of a win, but it does save us from doing
12138           repeated XQueryFont calls on the same font.
12139
12140         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
12141           list so we can remove font/fontset from hash.
12142
12143 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
12144
12145         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
12146           and slightly confusing test. [ XInternAtom (,,TRUE)
12147           will never return None ].
12148
12149 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
12150
12151         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
12152           gdk/gdkwindow.c (gdk_window_set_hints):
12153
12154         Don't omit setting the properties if flags == 0 -
12155         there may be an existing set of properties there
12156         already. (Very old bug. Would it be better to
12157         delete the property instead?)
12158
12159         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
12160           spelling error in comment.
12161
12162 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
12163
12164         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
12165           to avoid stomping over gdk_error_warnings.
12166
12167         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
12168           as (bits_per_pixel + 7) / 8. This gives the same
12169           result as before for multiples of 8, but actually
12170           a "reasonable" value for 1bit or 4bit displays.
12171
12172 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
12173
12174         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
12175         GNU Make.
12176
12177 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
12178
12179         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
12180         discarding configure events.
12181
12182 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
12183
12184         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
12185         refcount is greater than zero.
12186
12187         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
12188
12189         * gdk/gdkfont.c (gdk_font_unref): Likewise.
12190
12191         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
12192
12193         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
12194
12195 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
12196
12197         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
12198         that format 32 => sizeof(item) == 4. It really is
12199         sizeof(long).
12200
12201 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
12202
12203         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
12204         core dump at all on X IO errors, only core dump
12205         if --enable-debug for X errors.
12206
12207 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
12208
12209         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
12210         unknown window:" message. disabled ConfigureNotify discarding code,
12211         because it led to events being processed out of order.
12212
12213 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
12214
12215         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
12216
12217         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
12218         we export this function, supress error warnings and don't reset the
12219         error code in the first half of this function.
12220
12221         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
12222         code (instead of just -1) so gdk_error_trap_pop() reveals something
12223         actually informative about the error that happened.
12224
12225         * gdk/*.c:
12226         don't rely on gdk_error_code being -1 if an error occoured, but just
12227         gdk_error_code != 0.
12228
12229 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
12230
12231         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
12232         pointer *before* invoking the filter function, so we at least don't
12233         crash if a filter is removed that is currently executed. window filters
12234         *really* need to be made truely reentrant at some point.
12235
12236 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
12237
12238         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
12239         PropertyNotify debug messages.
12240
12241 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
12242         
12243         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
12244         
12245         * gdk/gdkim.c: Fix cut-and-paste errors for 
12246         x/y and PreeditAttributes/StatusAttributes.
12247
12248 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
12249
12250         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
12251         G_MAXINT to 2^16 to alleviate overflow problems in
12252         various window managers.
12253
12254 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
12255
12256         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
12257         for fontsets.
12258
12259 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
12260
12261         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
12262         Initialize size_hints.x and size_hints.y because kwm
12263         brokenly pays attention to them.
12264         (Bug #1181 -  Lars Heete <hel@admin.de>)
12265
12266 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
12267
12268         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
12269         return value of gdk_list_visuals(). 
12270         (Bug #1193 - Morten Welinder <terra@diku.dk>)
12271
12272 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
12273
12274         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
12275         XSetIMValues to (void *) when comparing to NULL, to workaround
12276         the problem of some compilers barfing since older X headers don't
12277         have the prototype for it.
12278
12279 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
12280
12281         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
12282         for pseudocolor where colormap->colors was double
12283         allocated.
12284
12285         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
12286         color value in the hash table with the pixel filled
12287         in so when we do later hash table lookups, the color
12288         value is correct.
12289         
12290 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
12291
12292         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
12293         making the call
12294
12295 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
12296
12297         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
12298         pointed out by Morten Welinder <terra@diku.dk>.
12299
12300 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
12301
12302         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
12303           default filter from the list
12304
12305 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
12306
12307         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
12308           default filter from the list
12309
12310 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
12311
12312         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
12313
12314         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
12315         g_strdup_printf instead of calcing the length separately
12316
12317 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
12318
12319         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
12320         that we don't do in many other places. (Fixing duplicate 
12321         #include of config.h)
12322
12323         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
12324         Otherwise, #ifndef XINPUT_NONE check in the latter
12325         doesn't work. (Bug #546)
12326
12327 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
12328
12329         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
12330         "None" case insensitive.
12331
12332 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
12333
12334         * gdk/gdkselection.c: 
12335         Add error traps so if the other end of the connection
12336         dies, we survive.
12337
12338 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
12339
12340         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
12341         dest_xid field into two fields - one for the window
12342         to send in messages, one to indicate the last looked
12343         up window for caching purposes. This is needed, so
12344         that Leave messages get the correct window.
12345
12346 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
12347
12348         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
12349         Fix warning created by people mucking around
12350         with the gsource API.
12351
12352         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
12353         Change mapping between GIOCondition and GdkInputCondition
12354         to match the way the Linux kernel does it. This should
12355         fix problems where closed pipes were no longer signalling
12356         GDK_INPUT_READ on systems with a native poll().
12357
12358 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
12359
12360         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
12361         explicitly for the string "None" - it is in the XPM
12362         spec and some servers treat unknown colors in odd ways
12363         (like asking the user!)
12364
12365 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
12366
12367         * gdk/gdkevents.c: made "->" into a "." of previous change so
12368         it compiles
12369
12370 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
12371
12372         * gdk/gdkevents.c (gdk_compress_exposures): Set the
12373         window field of the event structure before calling
12374         user filters.
12375
12376 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
12377
12378         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
12379         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
12380
12381 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
12382
12383         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
12384         intermediate text property - prevents major memory
12385         leak when gdk_use_mb.
12386         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
12387
12388 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
12389
12390         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
12391         gtk-a-higuti-990322-[0-3]
12392
12393         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
12394         sizeof(wchar_t) != sizeof (GdkWChar)
12395
12396         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
12397         that was causing -DX_LOCALE not to work.
12398
12399         * gtk/gtkrc.c (gtk_rc_init):
12400         X_LOCALE will never have LC_MESSAGES defined
12401
12402         * gdk/gdk.c (gdk_init_check):
12403         Remove --xim-preedit and --xim-status from argv properly.
12404
12405         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
12406         that the client window is present on the X server
12407         before we pass it to the input method.
12408
12409 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
12410
12411         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
12412         if --display is specified on the command line, than
12413         the drag window will not be created on that display.
12414         
12415 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
12416
12417         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
12418         lookups with only_if_exists == TRUE were inserting
12419         bogus values into the atom cache.
12420
12421 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
12422
12423         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
12424         then reset it to NULL.
12425
12426         * gdk/gdkcolor.c:
12427         (gdk_colors_free): 
12428         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
12429         key for g_hash_table_remove() in both functions, this prevents us
12430         from accessing possibly uninitialized portions of a GdkColor structure
12431         where we are only interested in its pixel value.
12432
12433 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
12434
12435         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
12436         font hash table, if we have a GdkFontPrivate entry for this font
12437         already, simply increment its reference count, provided by Olaf Dietsche
12438         <olaf.dietsche+list.gtk@netcologne.de>.
12439
12440 1999-09-21  Tor Lillqvist  <tml@iki.fi>
12441
12442         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
12443         just to be sure.
12444
12445         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
12446         unused variables, leftovers from the X11 version.
12447
12448         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
12449
12450         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
12451         downcase fields on X11.
12452
12453 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
12454         
12455         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
12456         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
12457
12458 1999-09-17  Tor Lillqvist  <tml@iki.fi>
12459
12460         * gdk/win32/gdk.def: Add gdk_threads_mutex.
12461
12462         * gtk/makefile.msc: Correct path to libintl.
12463
12464         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
12465         use of gint vs. int, and gint vs. gboolean in headers and
12466         definitions. Use GtkType for the *_get_type functions. Note that
12467         these changes preserve binary compatibility.
12468
12469         * gdk/gdk.c
12470         * gdk/win32/gdk.c
12471         * gdk/gdk.h: Fix inconsistencies: gint vs int.
12472
12473         * gtk/gtkmain.c
12474         * gtk/gtkclist.c
12475         * gtk/gtkmenufactory.c
12476         * gtk/gtknotebook.c
12477         * gtk/gtkwidget.c: Fix inconsistencies, also gint
12478         vs. gboolean.
12479
12480         * gtk/gtkcolorsel.[ch]
12481         * gtk/gtkcombo.[ch]
12482         * gtk/gtkdrawingarea.[ch]
12483         * gtk/gtkgamma.[ch]
12484         * gtk/gtkhandlebox.[ch]
12485         * gtk/gtkhpaned.[ch]
12486         * gtk/gtkhruler.[ch]
12487         * gtk/gtkplug.[ch]
12488         * gtk/gtkpreview.[ch]
12489         * gtk/gtkruler.[ch]
12490         * gtk/gtksocket.[ch]
12491         * gtk/gtkstatusbar.[ch]
12492         * gtk/gtktoolbar.[ch]
12493         * gtk/gtkvbbox.[ch]
12494         * gtk/gtkvpaned.[ch]
12495         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
12496         functions.
12497
12498         * gtk/gtkgamma.h: Fix bug, missing () in call of
12499         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
12500
12501 1999-09-14  Tor Lillqvist  <tml@iki.fi>
12502
12503         * gdk/gdkcolor.c (gdk_colormap_new)
12504         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
12505         colormap->colors was allocated twice.
12506
12507         * gdk/win32/gdk.c: Remove some unused stuff.
12508
12509         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
12510         colormap.
12511
12512         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
12513         * gtk/gtklabel.h (gtk_label_get_type)
12514         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
12515         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
12516         in a couple of places, not guint.
12517
12518 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
12519
12520         * configure.in,po/et.po: added Estonian language file
12521
12522 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
12523
12524         * configure.in,po/da.po: added Danish file
12525
12526 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
12527
12528         * docs/gtkfaq.sgml: Minor FAQ Update
12529
12530 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
12531
12532         * docs/gtkfaq.sgml: FAQ update
12533
12534 1999-08-27  Tor Lillqvist  <tml@iki.fi>
12535
12536         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
12537         way to get window contents continually refreshed while resizing. I
12538         didn't like the effects myself, so it's not on by default.
12539
12540         * gdk/win32/gdkprivate.h: New flag variable
12541         gdk_event_func_from_window_proc, FALSE by default.
12542
12543         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
12544         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
12545         are passed --gdk-event-func-from-window-proc.
12546
12547         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
12548         and we have am event_func, call it instead of enqueing the event.
12549
12550 1999-08-23  Tor Lillqvist  <tml@iki.fi>
12551
12552         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
12553         Kelley: Set expose_count in GdkEventExposes correctly.
12554
12555         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
12556         MULTIPLE_WINDOW_CLASSES).
12557
12558         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
12559         for bug in NT, apparently NT *does* draw the end pixel, too, in
12560         LineTo with a one-pixel pen, so we don't have to do it ourselves.
12561
12562 1999-08-21  Tor Lillqvist  <tml@iki.fi>
12563
12564         Improvements by Hans Breuer: 
12565
12566         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
12567
12568         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
12569         CS_?REDRAW flags as they cause lots of (late) redraws when "show
12570         window contents while dragging" is turned on. Allocate at least
12571         one unique class for every GdkWindowType. If support for single
12572         window-specific icons is ever needed (eg. Dialog specific), every
12573         such window should get its own class.
12574
12575 1999-08-19  Tor Lillqvist  <tml@iki.fi>
12576
12577         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
12578         error that caused crashes.
12579
12580 1999-08-17  Tor Lillqvist  <tml@iki.fi>
12581
12582         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
12583         window, use ScrollWindowEx, and call UpdateWindow. This prevents
12584         bugs when for instance part of the window was outside the
12585         display. Thanks to Philippe Colantoni for finding and fixing this.
12586
12587 1999-08-16  Tor Lillqvist  <tml@iki.fi>
12588
12589         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
12590         endpoint calculations which were totally wrong. (A little RTFMing
12591         helps a lot ;-)
12592
12593         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
12594         from a separate directory, not from gettext, because of licensing
12595         issues (we want to use the LGPL version).
12596
12597         * README.win32: Mention the intl from glibc vs from gettext issue.
12598
12599 1999-08-13  Tor Lillqvist  <tml@iki.fi>
12600
12601         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
12602         in the key event handling: Now AltGr chars work again. Also,
12603         now Alt-digits are passed up as well as Control-digits.
12604         Pass keypad plus and minus as normal plus and minus.
12605
12606 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
12607
12608         * docs/gtkfaq.sgml: FAQ Update
12609
12610 1999-07-25  Tor Lillqvist  <tml@iki.fi>
12611
12612         * README.win32
12613         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
12614         the Wintab SDK.
12615
12616         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
12617         OK, but getting closer. Guard against bogus tilt data from Wacom
12618         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
12619         enable easier building without Wintab.
12620
12621         * gdk/win32/gdkinput.h
12622         * gdk/win32/gdkevents.c 
12623         * gdk/win32/gdkwindow.c: Minor changes related related to above.
12624         
12625         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
12626         code. As we have just one visual on Win32, no sense to have it in a
12627         table, and no need for the hash table.
12628
12629         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
12630         better on white background.
12631
12632 1999-07-21  Tor Lillqvist  <tml@iki.fi>
12633
12634         * README.win32: Update gcc build instructions. Mention gettext is
12635         GPL.
12636
12637         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
12638         supported cursor size with GetSystemMetrics.
12639
12640         * gdk/win32/gdkfont.c
12641         * gtk/gtkfontsel.c: Guard against some font weight and charset
12642         symbols being undefined (in mingw32 headers).
12643
12644         * gdk/win32/makefile.cygwin
12645         * gtk/makefile.cygwin
12646         * gtk/gtkthemes.c: No longer need to have differently named
12647         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
12648
12649 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
12650
12651         * docs/gtkfaq.sgml: Long awaited FAQ update.
12652
12653 1999-07-15  Tor Lillqvist  <tml@iki.fi>
12654
12655         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
12656         it. Obscure bit manipulation needed.
12657
12658         * gdk/win32/gdkevents.c: Logging.
12659         
12660         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
12661         style (file name include compiler name) for theme engines.
12662
12663 1999-07-13  Tor Lillqvist  <tml@iki.fi>
12664
12665         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
12666
12667         * gdk/win32/gdkevents.c: Fix long-standing bug in key
12668         events. The key.string wasn't zero-terminated, still we strdup'ed
12669         it in gdk_event_copy(). Synthesize crossing events for button
12670         events before possible propagation.
12671
12672         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
12673
12674         * gdk/win32/makefile.cygwin
12675         * gtk/makefile.cygwin: Use new DLL naming style for the
12676         GCC-compiled ones.
12677
12678         * gdk/win32/makefile.msc
12679         * gtk/makefile.msc: Cosmetics mostly.
12680
12681         * gtk/gtk.def: Add missing entry points.
12682
12683         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
12684
12685 1999-07-09  Tor Lillqvist  <tml@iki.fi>
12686
12687         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
12688         or height is zero. Don't print a warning if Pie or Arc fails, they
12689         always fail (?) for very narrow ellipses.
12690
12691         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
12692         the part or the destination window corresponding to source area
12693         outside of the source drawable's boundary.
12694
12695         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
12696         anything if less than two points.
12697
12698         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
12699         return NULL. Gtk cut-and-paste inside a single program works
12700         better this way. (It always gets the clipboard contents from
12701         Windows, not from its own copy, which is cleared anyway. I can't
12702         say I fully understand what happens... Emulating the X selection
12703         and property stuff is a bit of a mess.)
12704
12705         * gdk/win32/gdkevents.c
12706         * gdk/win32/gdkproperty.c: A bit more verbose logging.
12707
12708         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
12709         that never got deleted). Revamp gdk_region_shrink.
12710
12711         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
12712         after use.
12713
12714         * gtk/gtk.def: Add some missing entry points.
12715
12716         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
12717         component.
12718
12719 1999-07-04  Tor Lillqvist  <tml@iki.fi>
12720
12721         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
12722         Control-digits specially.
12723
12724 1999-07-03  Tor Lillqvist  <tml@iki.fi>
12725
12726         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
12727
12728 1999-06-28  Tor Lillqvist  <tml@iki.fi>
12729
12730         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
12731         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
12732         finding this.)
12733
12734 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
12735
12736         * gtk+.spec.in: Corrected some typos in files section.
12737         
12738 1999-06-15  Tor Lillqvist  <tml@iki.fi>
12739
12740         * README.win32: Mention using GNU gettext.
12741         * config.h.win32: Enable NLS stuff.
12742         * gtk/makefile.msc: Use GNU gettext.
12743         * gdk/win32/gdkdnd.c: Minor header reorg.
12744         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
12745         cosmetics.
12746         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
12747         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
12748
12749 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
12750
12751         * acinclude.m4
12752         * config.guess
12753         * config.status
12754         * ltconfig
12755         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
12756
12757 1999-05-30  Tor Lillqvist  <tml@iki.fi>
12758
12759         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
12760         SafeAdjustWindowRectEx. Don't override all calls to
12761         AdjustWindowRectEx by it, but use it only in two places: When
12762         creating a new top-level window and when moving a top-level
12763         window.
12764
12765         Use screen coordinate rectangle, not client rectangle, in
12766         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
12767         when we try to place a window so that the decoration (mainly,
12768         title bar) isn't visible.
12769
12770         These changes fix the bug that showed up for instance as the
12771         GIMP's saved top-level windows moving right and down (by an amount
12772         equal to the window decoration) for each session. This bug showed
12773         up also in testgtk's "Saved Position".
12774
12775         gdk_window_resize also redone a bit.
12776
12777 1999-05-25  Tor Lillqvist  <tml@iki.fi>
12778
12779         * gtk/testgtkrc: Add (commented out) Windows-style theme
12780         include line.
12781
12782         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
12783
12784 1999-05-18  Tor Lillqvist  <tml@iki.fi>
12785
12786         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
12787         gdkx.h to a gdk subdirectory, so that applications can include
12788         these with <gdk/*.h> without trouble.
12789
12790         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
12791         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
12792         have their bitmap destroyed.
12793
12794         * gdk/win32/gdk.def: Add gdk_root_parent.
12795
12796 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
12797
12798         * configure.in
12799           gtk-config.in
12800           ltconfig
12801           ltmain.sh     
12802           gtk/Makefile.am: changes to compile nicely (with xlib) 
12803           on BeOS
12804
12805 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
12806
12807         * acinclude.m4
12808         * config.guess
12809         * config.sub
12810         * ltconfig
12811         * ltmain.sh: upgrade to libtool 1.3
12812
12813 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
12814
12815         * gtk/gtkclist.c:
12816         * gtk/gtkctree.c: merges from gtk-1-2
12817
12818 1999-04-25  Tor Lillqvist  <tml@iki.fi>
12819
12820         Support added for building using a GNU toolchain on Win32,
12821         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
12822
12823         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
12824         * config.h.win32: Changes for gcc.
12825         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
12826         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
12827         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
12828         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
12829         Protect shl stuff unavaiilable with mingw32 headers.
12830         * gdk/win32/gdkevents.c: Fix typo.
12831         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
12832         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
12833         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
12834         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
12835         the mingw32 headers.
12836         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
12837         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
12838         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
12839         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
12840         Test for NATIVE_WIN32, not _MSC_VER.
12841         * gtk/gtkmain.c: No use warning about developer version on Win32,
12842         there aren't any non-developer versions anyhow.
12843         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
12844         * gtk/makefile.msc: Use pthread from another directory. Minor other
12845         changes. 
12846
12847 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
12848
12849         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
12850           default filter from the list
12851
12852 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
12853
12854         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
12855          when gtk_widget_grab_default() is called for a widget that
12856          is not within a GtkWindow.
12857
12858 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
12859
12860         * docs/gtk_tut.sgml, examples/clist.c: use a
12861           scrolled window in the clist example. Minor
12862           tutorial fixes.
12863
12864 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
12865
12866         * docs/gtk_tut.sgml: Style check from David King
12867           <dking@youvegotmail.net>
12868
12869 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
12870
12871         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
12872         compile with unknown value of GDK_WINDOWING
12873
12874 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
12875
12876         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
12877         after the rule is fired.
12878         (install-exec-local): Install gdkconfig.h only if the contents are
12879         different from the currently installed gdkconfig.h.
12880
12881 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
12882
12883         * gdk/Makefile.am (configexecincludedir): Rename from 
12884         configincludedir so that gdkconfig.h will be installed 
12885         as part of `make install-exec'. 
12886
12887 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
12888
12889         * acinclude.m4
12890         * config.guess
12891         * config.sub
12892         * ltconfig
12893         * ltmain.sh: upgrade to libtool 1.2f
12894
12895         * autogen.sh: libtool is not required to autogen gtk+
12896
12897         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
12898         needed)
12899
12900 1999-03-18  Tor Lillqvist  <tml@iki.fi>
12901
12902         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
12903         declaring gdk variables exported/imported from the DLL. New image
12904         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
12905         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
12906         GDK_DRAG_PROTO_OLE2.
12907
12908         * gdk/gdk.h: Merge in Win32 version: Two new functions,
12909         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
12910         declared only for the Win32 version, but could be in the X11
12911         version as well. (Needed for a Xlib-less gdk_imlib.)
12912         gdk_color_hash should have only one parameter. Declare
12913         gdk_threads_mutex with GDKVAR.
12914         
12915         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
12916         just one parameter.
12917
12918         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
12919         per pixel, not bits.
12920
12921         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
12922         Fetch bpp (which means bits-per-pixel here) from another place on
12923         Win32. Accept also depth==32 (which we might get on Win32) with
12924         bpp==32.
12925
12926         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
12927         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
12928         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
12929         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
12930         in the backend-dependent directory, not in the common gdk
12931         directory.
12932
12933         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
12934         headers.
12935
12936 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
12937
12938         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
12939         want to use the Gtk+ devel version (which is true, and yes - even i am
12940         currently working with the 1.2.x branch). so everyone reading this, you
12941         probably want to issue
12942         cvs checkout -r glib-1-2 glib
12943         and
12944         cvs checkout -r gtk-1-2 gtk+
12945         as your next two comands.
12946
12947 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
12948
12949         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
12950         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
12951
12952         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
12953         file. strongly deprecated the GTK_HAVE_* macros, we provide
12954         GTK_CHECK_VERSION() for people that need to check for certain
12955         Gtk+ versions.
12956
12957         * gtk/gtkcompat.h: removed this from CVS.
12958         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
12959         idea right from the start, it just didn't seem like that back then.
12960
12961 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
12962
12963         * merges from gtk-1-2:
12964
12965 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
12966
12967         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
12968         item factory class has been created.
12969         (gtk_item_factory_parse_rc): likewise.
12970
12971         * gtk/gtkmenu.c:
12972         keep proper references for old_active_menu_item.
12973         (gtk_menu_reparent): unset the usize of the new parent,
12974         so the menu can sanely be size requested and we don't get nasty screen
12975         artefacts upon next reparentation.
12976         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
12977         enter notify. only synthesize enter notifies if the pointer really is
12978         inside the event window.
12979         (gtk_menu_popdown): use gtk_menu_shell_deselect().
12980         (gtk_menu_popup): move the background setting stuff into
12981         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
12982
12983         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
12984         gtk_menu_shell_select_item() to select the new item.
12985         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
12986         do the right thing for deselection as well.
12987
12988 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
12989
12990         * gtk/gtkwidget.[hc]:
12991         (gtk_widget_accelerators_locked): return whether a widget's accelerators
12992         are locked.
12993
12994         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
12995         existing accelerators if the widget's accelerators are locked.
12996
12997 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
12998
12999         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
13000
13001         * gtk/gtkmenu.c: truely forward key press and key release events to
13002         the menu widget from the toplevel or tearoff window. we can't simply
13003         connect to that, we need to stop further processing of the events as
13004         well.
13005
13006 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
13007
13008         * gtk/gtkmenu.c:
13009         (gtk_menu_key_press): pass event->keyval, event->state to
13010         gtk_accelerator_valid, instead of event->keyval twice.
13011         refuse to install single letter accelerators for menus that use
13012         single letter shortcuts.
13013
13014         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
13015         gtk_menu_ensure_uline_accel_group().
13016
13017         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
13018         which will always return an uline accel group, made
13019         gtk_menu_get_uline_accel_group() return NULL if the group isn't
13020         yet created.
13021
13022 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
13023
13024         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
13025
13026         * gtk/gtkclist.c (gtk_clist_column_title_passive):
13027         Leave button sensitive, trap  button_press, button_release,
13028         motion_notify, enter_notify and leave_notify events instead.
13029         (gtk_clist_column_title_active): disconnect event handler.
13030         (gtk_clist_drag_data_get): fixed memory leak. Reported by
13031         Guillaume Laurent <glaurent@worldnet.fr>
13032
13033 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
13034
13035         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
13036         width/height mixups.
13037
13038         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
13039         if needed.
13040
13041 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
13042
13043         * gtk/testgtk.c (create_item_factory): unref the item factory after
13044         window's destruction.
13045
13046         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
13047         count on the menu shell around the menu item's activation, since the
13048         signal emission may cause menu shell destruction.
13049
13050         * gtk/gtkitemfactory.c:
13051         the previous code leaked one accel group per menu. we use
13052         gtk_menu_get_uline_accel_group() now to fix that, and with that
13053         also create the underline accelerator group of the menus only if
13054         required (i.e. an underline accelerator has been specified).
13055         (gtk_item_factory_construct):
13056         (gtk_item_factory_create_item): removed code that would create an
13057         extra accel group for the menu (and leak references).
13058         (gtk_item_factory_create_item): adapted the underline accelerator
13059         installation code to properly feature gtk_menu_get_uline_accel_group().
13060
13061         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
13062         menu->accel_group, this may return NULL if the accelerator group
13063         hasn't been set yet.
13064         added gtk_menu_get_uline_accel_group() to retrive the underline
13065         accelerator group of the menu, this will be created on demand
13066         and proper care is taken about its reference count.
13067
13068         * gtk/gtkitemfactory.h:
13069         * gtk/gtkitemfactory.c:
13070         dumped the approach of keeping a widgets by action list on the
13071         factory since the factory<->widget destroy negotiation didn't work
13072         and would be hard to get going at all. instead we keep a list of
13073         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
13074         persistant throughout a program's life time).
13075         also, i removed the static const gchar *key_* variables, and made
13076         them inline strings (they weren't actually used anyways).
13077         (gtk_item_factory_add_item): update ifactory->items.
13078         (gtk_item_factory_destroy): destroy ifactory->items (and remove
13079         the item factory pointer from the remaining ifactory widgets).
13080         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
13081         list to find the widget.
13082         (gtk_item_factory_get_item): new function that works around
13083         gtk_item_factory_get_widget() limitations, this function will only
13084         return menu items, even for <Branch> entries.
13085
13086 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
13087
13088         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
13089         font hash table, if we have a GdkFontPrivate entry for this font
13090         already, simply increment its reference count, provided by Olaf Dietsche
13091         <olaf.dietsche+list.gtk@netcologne.de>.
13092
13093         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
13094         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
13095
13096 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
13097
13098         * gtk/gtkcontainer.c:
13099         (gtk_container_add_with_args):
13100         (gtk_container_addv):
13101         (gtk_container_add): before adding a child to a conatiner, make sure
13102         it is (default) constructed, this is neccessary because under certain
13103         circumstances the child will get relized and mapped immediatedly, in
13104         which case it has to be constructed already.
13105
13106 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
13107
13108         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
13109         values > 1 as TRUE also.
13110
13111 1999-03-16  Tor Lillqvist  <tml@iki.fi>
13112
13113         * README.win32: New file.
13114                 
13115         * configure.in: Check for lstat.
13116
13117         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
13118         completeness.
13119
13120         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
13121
13122         * gtk/gtk.def: Removed CRs.
13123
13124         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
13125         ..\gdk\win32).
13126
13127         * gdk/win32/makefile.msc: Correct upwards relative paths.
13128         
13129 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
13130
13131         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
13132           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
13133           it was connecting a void function to expose_event and the int
13134           returning function to the draw signal
13135
13136 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
13137
13138         * configure.in:
13139         Use correct path to libgmodule.la when ref'ing uninstalled copy
13140         of glib.  (Already in stable branch, Bug #417)
13141
13142 1999-03-15  Tor Lillqvist  <tml@iki.fi>
13143
13144         Win32 merge and general portability stuff:
13145                 
13146         * acconfig.h,configure.in: Check for <sys/time.h>.
13147
13148         * gdk/win32: New directory (actually, been there for a while).
13149         
13150         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
13151         NATIVE_WIN32, and use these. Always case fold on Win32. No
13152         backslashed escapes on native Win32.
13153
13154         * gtk/{gtk.def,makefile.msc}: New files.
13155
13156         * gtk/Makefile.am: Add above new files.
13157         
13158         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
13159         instead of <strings.h>.
13160
13161         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
13162         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
13163         <unistd.h> appropriately.
13164
13165         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
13166         Use ABS() (from <glib.h>) instead of abs().
13167         
13168         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
13169         of gtk (and thus glib) headers, so that WIN32 will be
13170         defined. With MS C, include <direct.h> for mkdir prototype.
13171
13172         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
13173         some casts, needed by MS C.
13174
13175         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
13176         implemented).
13177
13178         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
13179         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
13180         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
13181
13182         * gtk/gtkmain.h: Mark variables for export/import on Win32.
13183                 
13184         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
13185         the event is not a hint, or its window is not the slider. Needed
13186         on Win32, at least.
13187
13188         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
13189         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
13190         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
13191         a subdirectory of the Windows directory as gtk system
13192         configuration directory.
13193
13194         * gtk/gtkselection.c: No chunks on Win32.
13195
13196         * gtk/gtksocket.c: Not implemented on Win32.
13197
13198         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
13199
13200         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
13201
13202         * gtk/maketypes.awk: Declare variables with a macro that expands to
13203         necessary export/import magic in the case of Win32.
13204                 
13205         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
13206
13207 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
13208
13209         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
13210         since those were meant only for gdki18n.h.  
13211         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
13212         for widechar tests.
13213         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
13214
13215 1999-03-13  Tor Lillqvist  <tml@iki.fi>
13216
13217         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
13218         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
13219
13220         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
13221         installed) to CFLAGS.
13222
13223         * gdk/Makefile.am: Add rules for gdkconfig.h.
13224
13225         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
13226         APIs.
13227
13228         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
13229         gdkx.h anyway when compiling for X11.
13230         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
13231         general): Merge in Win32 version.
13232         
13233         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
13234         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
13235         expansion (if we don't have HAVE_PWD_H), allow for drive
13236         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
13237         included code from Craig Setera's port to Win32 (the one that uses
13238         X11, and the cygwin dll), even if it probably will be abandoned.
13239
13240         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
13241         the user entered one herself.  This way one can complete *.h and
13242         don't get matches on any .help files, for instance.
13243         
13244 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
13245
13246         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
13247         font hash table, if we have a GdkFontPrivate entry for this font
13248         already, simply increment its reference count, provided by Olaf Dietsche
13249         <olaf.dietsche+list.gtk@netcologne.de>.
13250
13251         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
13252         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
13253
13254 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
13255
13256         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
13257         the number of calls to gdk_draw_point() (and thus to X) by
13258         clipping the points by hand.
13259
13260         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
13261         the clip parameter.
13262         (gtk_handle_box_paint): Only paint the handle if the expose area
13263         intersects it.
13264
13265 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
13266
13267         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
13268
13269 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
13270
13271         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
13272         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
13273
13274 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
13275
13276         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
13277          textmode (O_TEXT) for OS/2 version.
13278
13279 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
13280
13281         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
13282         GtkSpinButton, "input" and "output", to make the output more flexible.
13283         The user has to provide a mapping between adjustment->value and the
13284         output string (and vice versa, if the spin button is editable). 
13285         See testgtk for examples.
13286
13287 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
13288
13289         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
13290         new one.
13291         
13292         * configure.in: set gtk+ version to 1.3.0.