]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-6
Only draw the column that is exposed.
[~andy/gtk] / ChangeLog.pre-2-6
1 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
2
3         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
4         column that is exposed.
5
6         (_gtk_tree_view_update_size): Changed name from set_size, and
7         changed function to do more work, and not force people calling it
8         to figure out the size.  Simplifies a lot of code elsewhere.
9
10 2001-02-23  Alexander Larsson  <alexl@redhat.com>
11
12         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
13         return solid masks for xpms that have no transparent color.
14         This makes the ..._create_from_xpm... API backwards
15         compatible.
16
17 2001-02-23  Tor Lillqvist  <tml@iki.fi>
18
19         * README.win32: Update. Mention the gtk-1-3-win32-production
20         branch.
21
22         * gdk/win32/bdfcursor.c: New file. A program that generates
23         xcursors.h. Thanks to Stefan Ondrejicka.
24
25         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
26         compact format.
27
28         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
29
30         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
31         function, uses xcursors.h.
32         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
33         cursor from inline data instead of using LoadCursor() to generate
34         it from a resource.
35
36         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
37         event, must check the Windows message for mouse button state, as
38         the GDK event state might not have been built if it is
39         undelivered. Remove one goto.
40
41         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
42         SetCursor() if the current cursor as returned by GetCursor() is
43         the window's previous cursor. The ChildWindowFromPoint() test
44         apparently didn't work correctly.
45
46         * gdk/win32/rc/*.cur: Remove.
47
48         * gdk/win32/rc/gdk.rc.in: Remove cursors.
49
50         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
51
52         * gtk/makefile.{mingw,msc}.in: Updates.
53
54 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
55
56         * gtk/gtktreemodel.h: add functions for signal emission.
57
58         * gtk/gtktreestore.c: move to use above functions instead of
59         g_signal_emit.
60
61         * gtk/gtkliststore.c: ditto
62
63 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
64
65         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
66         GObject instead of GtkObject.
67
68         * gtk/gtkliststore.c: ditto.
69
70         * gtk/gtktreemodelsort.c: ditto.
71
72         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
73         GtkTreeModelIface, instead of in each model.
74
75 2001-02-21  Havoc Pennington  <hp@redhat.com>
76
77         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
78         unbreak this function
79
80         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
81         properties
82
83         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
84         properties
85
86         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
87         properties
88
89         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
90         mean unset the max length
91
92 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
93
94         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
95         Changed name to be set_cell_data_func to make it clear what
96         the functino does.  Close bug #51069.
97
98 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
99
100         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
101         have memory actually freed.  Keeps box running longer.
102
103 2001-02-21  Alexander Larsson  <alexl@redhat.com>
104         
105         * gtk/gtkseparatormenuitem.[ch]:
106         Added new menu separator item. The drawing and size handling
107         is still done in GtkMenuItem, but the API is a bit more sane.
108         
109         * gtk/Makefile.am:
110         Add gtkseparatormenuitem.[ch].
111
112         * gtk/gtk.h:
113         Add gtkseparatormenuitem.h.
114         
115         * gtk/gtkentry.c:
116         * gtk/gtkmenufactory.c:
117         * gtk/gtktextview.c:
118         Use the new API for menu separators.
119         
120         * demos/gtk-demo/menus.c (create_menu):
121         Add some GtkSeparatorMenuItem demo code.
122
123 2001-02-20  Havoc Pennington  <hp@redhat.com>
124
125         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
126         Lee Mallabone
127
128         * gtk/gtkarrow.c: Convert to new property API, patch from 
129         Lee Mallabone
130
131 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
132
133         * tests/testtreeview.c (toggled_callback): fix to reflect change
134         in GtkTreeModelStore.
135
136 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
137
138         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
139         function to create an icon set from a pixbuf.
140
141 2001-02-20  Alexander Larsson  <alexl@redhat.com>
142
143         * gtk/gtkcellrenderertext.[ch]:
144         Add a "markup" property.
145
146         * gtk/treestoretest.c:
147         Use the markup property, remove some leftover stuff from
148         GtkTreeModelMapping.
149
150 2001-02-20  Alexander Larsson  <alexl@redhat.com>
151
152         * gtk/gtklabel.c (gtk_label_set_selectable):
153         Queue a redraw if the selectable setting was changed.
154
155 2001-02-20  Alexander Larsson  <alexl@redhat.com>
156
157         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
158         Actually copy the whole gc, not just the public parts.
159         
160         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
161         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
162         labels.
163
164 2001-02-19  Havoc Pennington  <hp@pobox.com>
165
166         * gdk/gdkwindow.c: docs
167
168         * gdk/gdkrgb.c: docs
169
170         * gdk/gdkregion-generic.c: docs
171
172         * gdk/gdkgc.c (gdk_gc_set_values): docs
173
174         * gdk/gdkdraw.c: docs
175
176         * gdk/gdkdrawable.h: deprecate drawable get/set data
177
178 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
179
180         * demos/gtk-demo/dialog.c: Add simple new demo.
181
182 2001-02-19  Havoc Pennington  <hp@redhat.com>
183
184         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
185         insert_child_anchor signal, bug #50245
186
187         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
188         from create_child_anchor, so the anchor is passed in
189
190         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
191         (_gtk_widget_segment_new): have the child anchor object passed in, 
192         instead of creating it.
193
194         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
195         to gtk_text_buffer_get_modified
196
197 2001-02-19  Havoc Pennington  <hp@redhat.com>
198
199         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
200         changed GLib without fixing GTK
201
202         * gtk/gtkrange.h: Rename all the stupid implementation detail 
203         functions to have an underscore in front. Most of them should 
204         probably just go away, but for starters don't export them.
205         Bug #50482
206
207 2001-02-19  Havoc Pennington  <hp@redhat.com>
208
209         * gdk/gdkcolor.h: test was backward, so deprecated functions were
210         excluded by default
211
212         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
213         clean up the old code a bit
214
215         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
216         inconsistent state
217
218         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
219         draw inconsistent state
220
221         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
222         (create_menu): add inconsistent test
223
224         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
225         new function
226         (gtk_check_menu_item_get_inconsistent): new function
227         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
228         state (using etched in for now)
229
230         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
231         draw inconsistent state
232
233         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
234         function, used when the user has selected a range of stuff in
235         different states
236         (gtk_toggle_button_get_inconsistent): accessor for that
237         (gtk_toggle_button_paint): draw inconsistent state (etched in?
238         don't know what else to do)
239
240 2001-02-19  Hans Breuer <hans@breuer.org>
241
242         * gtk/gtk.def : updated exported symbols
243
244         * gtk/makefile.msc.in : updated
245
246         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
247         a colormap, when invoked from testgtk::entry. I'm not sure where
248         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
249         avoids immediate crashing ...
250
251         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
252         any objections ?
253
254         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
255         0 parameter. At least msvc doesn't like macros with var args. 
256         I simply removed the extra 0, was it a feature or a typo ?
257
258         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
259         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
260         because the value assignment to the internal struct wasn't working.
261         I'm not absolutely sure. The problem could have been resolved by
262         changing the "func" declartion in the struct, but was the pointer
263         to the function pointer intended ?
264
265         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
266
267         * gdk/gdk.def : updated exported symbols
268
269         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
270         only use SetDIBitsToDevice if there is a palette at the drawable
271         and the image is GDK_VISUAL_PSEUDO_COLOR
272
273         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
274
275         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
276
277         * gdk/*/makefile.msc : updated
278
279 2001-02-19  Havoc Pennington  <hp@redhat.com>
280
281         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
282         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
283
284         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
285         (gdk_key_repeat_restore): nuke
286
287         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
288         (gdk_init_check): no atexit func
289
290         * gdk/gdkrgb.h: mark some stuff deprecated
291
292         * gdk/gdkcolor.h: mark some stuff deprecated
293         
294         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
295
296         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
297
298 2001-02-16  Havoc Pennington  <hp@redhat.com>
299
300         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
301         scroll steps.
302
303         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
304         steps, and add Ctrl-arrow shortcuts for paging visually as with
305         HScale, since Page Up and Page Down move logically.
306
307         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
308         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
309         
310         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
311         steps
312         (gtk_range_scroll): handle the visual steps
313
314         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
315         scroll steps
316
317         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
318         steps, not the logical ones.
319
320         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
321         (scroll_vertical): handle up/down steps
322
323 2001-02-19 Alexander Larsson  <alexl@redhat.com>
324
325         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
326         Copy data and free data with free().
327
328         * gdk-pixbuf/gdk-pixbuf.c:
329         * gdk-pixbuf/io-jpeg.c:
330         * gdk-pixbuf/io-png.c:
331         Use g_try_malloc/g_free instead malloc/free.
332         
333         * gdk-pixbuf/test-gdk-pixbuf.c:
334         Must... initialize... gobject...
335         
336         * gdk-pixbuf/pixops/timescale.c:
337         * gtk/gtkcalendar.c:
338         Use g_malloc instead of malloc.
339         
340 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
341
342         * gtk/testgtkrc:
343         Comment out property assignments, these don't work yet.
344
345 2001-02-17  Havoc Pennington  <hp@pobox.com>
346
347         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
348         bit.
349
350 2001-02-17  Havoc Pennington  <hp@pobox.com>
351
352         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
353         shadowed variables that had broken size request in some cases,
354         leading to bogus tooltips (#50996)
355
356 2001-02-06  Jon K Hellan  <hellan@acm.org>
357
358         Implement fast browsing of tooltips, bug #50619
359         
360         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
361         and last_popdown
362         
363         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
364         use_sticky_delay and last_popdown.
365         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
366         time of popdown.
367         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
368         is NULL.
369         (gtk_tooltips_recently_shown): New static function.  Return true
370         if < sticky_delay has elapsed since last popdown.
371         (gtk_tooltips_event_handler): Display window after sticky_delay
372         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
373         since last popdown.
374         
375 2001-02-17  Havoc Pennington  <hp@pobox.com>
376
377         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
378         instead of (). #6394
379
380         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
381         G_CONST_RETURN, make it return by reference, #50473
382         
383 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
384
385         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
386         generated ENTER_NOTIFY event with 0, otherwise not explicitely
387         setup fields contain garbage (e.g. subwindow, breaking
388         gdk_drawable_ref() upon event copy).
389         (gtk_menu_stop_navigating_submenu_cb): same here.
390
391         * gtk/gtklist.c (gtk_list_vertical_timeout): 
392         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
393         * gtk/gtkclist.c (vertical_timeout): 
394         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
395         default-zero-intialization for unions to memset(,0,), as unions are
396         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
397         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
398
399         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
400         g_closure_sink() warning.
401
402         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
403         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
404         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
405         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
406         
407 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
408
409         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
410         gtk_*_store_get, and moved to GtkTreeModel.
411
412         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
413
414         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
415
416         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
417
418         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
419         set the func.
420
421         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
422         freeze/thaw notify between setting all the properties for a cell.
423
424         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
425
426 2001-02-15  Havoc Pennington  <hp@redhat.com>
427
428         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
429         the X coordinates so they're with respect to the line, rather than 
430         with respect to the layout.
431
432         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
433         Mallabone
434
435         * gtk/testgtk.c (create_range_controls): add vscale tests, 
436         and inverted test
437
438         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
439         #50806
440
441         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
442
443         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
444         gtk_text_iter_is_end
445
446         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
447         rename gtk_text_buffer_get_end_iter
448
449         * gtk/testgtk.c (create_labels): Add test for selectable
450
451         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
452         the selection stuff. This code is kind of broken since it doesn't 
453         use the theme engine.
454
455         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
456         fix infinite loop and y offset problem
457         (gdk_draw_layout_line_with_colors): fix foreground color handling
458
459         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
460         that makes the label selectable.
461         
462         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
463         layout when the style is set, since fonts etc. could have changed.      
464
465 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
466
467         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
468
469         * gtk/gtktreemodelsimple.[ch]: removed.
470
471 2001-02-16  Alexander Larsson  <alexl@redhat.com>
472
473         * gtk/gtktreemodelmapping.[ch]:
474         New files. Implement GtkTreeModelMapping.
475         
476         * gtk/Makefile.am:
477         Add gtktreemodelmapping.[ch].
478         
479         * gtk/gtk.h:
480         Add gtktreemodelmapping.h
481
482         * gtk/treestoretest.c:
483         Test the GtkTreeModelMapping
484
485 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
486
487         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
488         have a demo, we might as well pass in real values.  Thanks to
489         clahey for pointing this out.
490
491 2001-02-14  Havoc Pennington  <hp@pobox.com>
492
493         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
494         "static" to a private function
495         (gtk_image_menu_item_class_init): remove destroy handler,
496         add "image" object property
497
498 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
499
500         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
501         Add a shortcut if the window and the current clip_region doesn't
502         overlap. This is needed when there are a lot of windows in a
503         window. The layout test in testgtk is a good test.
504
505         * gdk/linux-fb/gdkwindow-fb.c:
506         Whitespace fix.
507
508 2001-02-13  Sven Neumann  <sven@convergence.de>
509
510         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
511
512 2001-02-13  Alexander Larsson  <alexl@redhat.com>
513
514         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
515         Don't reference last_cursor if it is null. Fixes crash when rotating
516         the screen before having moved the mouse.
517
518         * gdk/linux-fb/gdkcc-fb.c: Zapp!
519
520         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
521
522         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
523         when using 90 or 270 degrees rotation.
524
525 2001-02-12  Havoc Pennington  <hp@pobox.com>
526
527         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
528         it always set the foreground, even if we were only using
529         a stipple.
530         (gdk_draw_layout_line_with_colors): new function, allow
531         override colors
532         (gdk_draw_layout_with_colors): new function, allow override
533         colors
534         (gdk_pango_layout_line_get_clip_region): function to get the clip
535         region for a logical text range
536         (gdk_pango_layout_get_clip_region): get the clip region for a
537         logical text range
538
539         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
540         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
541         the right number of arguments.
542
543         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
544         enhance the function to check that node data corresponds to a 
545         view still belonging to the tree.
546
547         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
548         GtkTreePath
549         (gtk_tree_view_inserted): ditto
550         (gtk_tree_view_child_toggled): ditto
551
552         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
553         simplify this code.
554
555         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
556         a PangoAttrList
557
558         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
559
560         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
561
562         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
563         size in the size request 
564         (gtk_menu_bar_size_allocate): consider toggle size here
565
566         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
567         that displays a widget in the toggle slot
568
569         * gtk/testgtk.c: test GtkImageMenuItem
570
571         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
572         
573         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
574         request and allocation
575
576         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
577
578         * gtk/gtkcheckmenuitem.c
579         (gtk_check_menu_item_toggle_size_request): ditto
580         
581 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
582
583         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
584         reference.
585
586         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
587         and refuse to initialize GTK+ if they fail.
588
589 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
590
591         * configure.in: Add check for gtk-doc version.
592
593 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
594
595         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
596         where the xpad/ypad was only being used on one side!
597
598 2001-02-11  Tor Lillqvist  <tml@iki.fi>
599
600         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
601         function, copied from X11 version.
602
603         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
604         DestroyCursor failures. The reason for the problem (despite the
605         inconsistent messages from GetLastError()) was that
606         DestroyCursor() cannot be called while a cursor is set in a
607         window. Set the new cursor first and then destroy the old one.
608         Thanks to jpe@archaeopteryx.com.
609
610         * gdk/win32/gdkcc-win32.c: Remove.
611
612         * gdk/win32/Makefile.am: Remove from here, too.
613         
614         * gdk/gdk.def
615         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
616
617         * gtk/gtk.def
618         * gtk/makefile.mingw.in: Updates.
619
620 2001-02-08  Havoc Pennington  <hp@redhat.com>
621
622         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
623         add a widget to a bin that already has a child.
624
625         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
626
627         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
628         
629         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
630
631         * gdk/gdk.h: remove gdkcc.h
632
633         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
634
635         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
636         GdkPixbuf, since the previous implementation was GdkColorContext
637         dependent.
638
639         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
640         
641 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
642
643         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
644         a sane value!
645
646 2001-02-08  Havoc Pennington  <hp@redhat.com>
647
648         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
649         lighten them.
650
651 2001-02-08  Havoc Pennington  <hp@redhat.com>
652
653         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
654         validation idle
655
656         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
657         cell renderer
658
659         * demos/pixbuf-demo.c (timeout): remove deprecated
660         gtk_widget_draw
661
662         * demos/testpixbuf-save.c (main): remove deprecated
663         gtk_drawing_area_size
664
665         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
666         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
667         at the start of the allocation.
668         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
669         unsetup or NULL model.
670
671         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
672         even/odd/sorted cells in the tree view.
673
674         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
675         bugfixes
676
677         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
678         backgrounds with draw_flat_box using different detail for even/odd
679         rows.
680
681         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
682         row, so we can draw the alternating colors thing
683
684         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
685         property from a synonym property, notify for the synonym.
686         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
687         (gtk_text_tag_get_property): Always return the font, even if
688         all its fields aren't set
689
690         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
691         store the attr list; it leaves us with no way to change attributes
692         in _render according to the render flags, and no way to implement
693         get_property. Instead store all the specific text attributes. 
694         Separate whether an attribute is enabled from its value. Sync all
695         properties with GtkTextTag, make them all consistent, etc.
696
697         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
698         renderers can highlight the sort row/column     
699
700         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
701         accessor functions to get values; this has the side effect of
702         showing up which accessor functions were missing. Added those.
703
704         * gtk/gtktreeviewcolumn.h: Replace set_justification with
705         set_alignment, to be consistent with GtkLabel, GtkMisc
706
707         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
708         arrow.
709
710         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
711
712         * gtk/gtktreesortable.h: updates in here
713
714 2001-02-07  Sven Neumann  <sven@convergence.de>
715
716         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
717         pango dimensions after painting the background. We used to draw
718         gigantic flat boxes here.
719
720 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
721
722         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
723         error introduced with earlier commit) (pointed out by
724         Ollie Lho)
725
726 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
727
728         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
729         which are no longer necessary.
730
731 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
732
733         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
734
735 2001-02-04  Tor Lillqvist  <tml@iki.fi>
736
737         * gdk/gdk.def
738         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
739         Provide dummy implementations.
740
741 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
742
743         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
744
745         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
746         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
747         deprecated this function.
748
749         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
750         argument.
751
752 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
753
754         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
755
756 2001-02-03  Havoc Pennington  <hp@pobox.com>
757
758         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
759         Mikael Hermansson with patch from Mikael (if there was a toggle
760         start one after the first character in the range, this function
761         was broken). Bug #50380
762
763 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
764
765         * configure.in: Remove confusing comment about X11.
766
767 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
768
769         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
770         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
771         
772 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
773
774         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
775         it breaks things on BSD. If you want to compile GTK+ with
776         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
777         when configuring, since GTK+ simply can't be "pure ANSI" 
778         in the header files it uses. (#8170, Greg Hudson)
779
780 2001-02-02  Havoc Pennington  <hp@redhat.com>
781
782         * gtk/gtkwindow.c: docs
783
784         * gtk/gtkwidget.c: docs
785         (gtk_widget_set_colormap): add a reference to the colormap
786         (gtk_widget_get_default_colormap): add a reference to the colormap
787
788         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
789
790         * gtk/gtktextiter.c: docs
791
792         * gtk/gtkmain.c (gtk_propagate_event): docs
793
794         * gtk/gtkpaned.c (gtk_paned_get_position): docs
795         (gtk_paned_set_position): docs
796
797         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
798         sort interface, no implementation yet.
799
800         * demos/testpixbuf.c (new_testrgb_window): replace
801         gtk_drawing_area_size() with gtk_widget_set_usize()
802
803         * demos/testpixbuf-drawable.c (main): ditto
804         
805         * gtk/testgtk.c: remove use of GtkStatusbarMsg
806
807         * gtk/gtktextbuffer.c: docs
808
809         * gtk/gtkstock.c: docs
810
811         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
812
813         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
814
815         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
816         
817         * gtk/gtkimage.c: add some docs in here
818         (gtk_image_size_request): change name of
819         gtk_widget_render_stock_icon
820         (gtk_image_get_icon_set): don't dup returned string
821         (gtk_image_get_icon_set): don't dup returned string
822
823         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
824         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
825         and gtkiconfactory.h functions
826
827         * gtk/gtkiconfactory.c: add some docs in here
828
829         * gtk/gtkmain.c (gtk_get_default_language): document
830         (gtk_get_current_event): document
831         (gtk_get_current_event_state): document
832         (gtk_get_event_widget): document
833
834         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
835
836         * gtk/gtkcontainer.c: Add some documentation
837         (gtk_container_add): give a more explanatory warning on adding an
838         already-parented widget, this is kind of a FAQ and also a common
839         typo that's easier to debug with a nice warning 
840
841         * gtk/gtkcellrenderertoggle.c
842         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
843         adding this, it's useless
844         (gtk_cell_renderer_toggle_set_active): remove
845         (gtk_cell_renderer_toggle_get_radio): add
846
847         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
848         the NULL cell renderer, that doesn't make any sense to me. 
849
850         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
851         demo code should never use deprecated features.
852
853         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
854         code should never use deprecated features.
855
856         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
857         gtk_widget_queue_clear_area deprecated
858
859         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
860         deprecated
861
862         * gtk/gtklabel.h: mark gtk_label_get() deprecated
863
864         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
865         a GdkImage deprecated, replaced by new consistently-named
866         functions       
867
868         * gtk/gtkmain.h: Mark gtk_exit() deprecated
869
870         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
871
872         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
873         deprecated
874
875         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
876         so it won't appear in docs and confuse people.
877
878         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
879
880         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
881         macros deprecated. (can't mark the type itself deprecated, since
882         GtkProgressBar is not deprecated and we need the type decl to use
883         GtkProgressBar)
884
885         * gtk/gtkpixmap.h: Mark deprecated
886
887         * gtk/gtkoldeditable.h: Mark deprecated
888
889         * gtk/gtklist.h: Mark deprecated
890
891         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
892         for anything anymore.
893
894         * gtk/gtkctree.h: Mark deprecated
895
896         * gtk/gtkclist.h: Mark deprecated
897
898         * gtk/gtkpreview.h: Mark deprecated
899
900         * gtk/gtkpacker.h: Mark deprecated
901
902         * gtk/gtktipsquery.h: Mark deprecated
903
904         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
905
906         * gtk/gtkvruler.h: Add comment that it will move out of GTK
907
908         * gtk/gtkhruler.h: Add comment that it will move out of GTK
909
910         * gtk/gtkruler.h: Add comment that it will move out of GTK
911
912         * gtk/gtkgamma.h: Add comment that it will move out of GTK
913
914         * gtk/gtkcurve.h: Add comment that it will move out of GTK
915
916 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
917
918         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
919         gdk_colormap_sync private since it was never exported
920         in a header file.
921
922         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
923         colormap->colors[] for StaticGray, StaticColor colormaps.
924
925         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
926         was being used as if it was image->bits_per_pixel.
927
928         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
929         for the image in the GdkImage structure since it isn't
930         reconstructable, and we need it to handle packed types
931
932         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
933         the assumption that on Win32 image->bits_per_pixel == image->depth,
934         always.
935
936         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
937
938         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
939         warning message if no converter can be found. 
940
941 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
942
943         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
944         chars to isupper() / tolower(). (#567)
945
946         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
947         to clear up 64-bit warnings. (#567)
948
949 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
950
951         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
952         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
953
954         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
955         since some people set $(libdir) separately. (#1290, David Kaelbling)
956
957 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
958
959         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
960         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
961         MAXPATHLEN, but the code here depends on a fixed value.)
962         (#4524)
963
964 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
965
966         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
967         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
968
969 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
970
971         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
972         viewable there is no way that moving the node will cause the 
973         focus row to become not viewable, so omit check on the visibility
974         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
975
976 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
977
978         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
979         selection before inserting new text.
980
981 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
982
983         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
984         Make the sensitivity of the reparented child track that of
985         the original parent menu item. (#34218, David Hodson)
986
987         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
988         the case where the current item is destroyed properly.
989
990         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
991         some edge cases with child-less menuitems.
992         
993 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
994
995         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
996         key pop down window. (#12074, Jon K Hellan)
997
998 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
999
1000         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
1001         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
1002         The solution here isn't perfect - you get an extraneous
1003         emission of "toggle", which could conceivably confuse an app,
1004         but better than the current situation. LXR search seems to
1005         indicate that no apps in GNOME CVS connect to "toggle".
1006
1007 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
1008
1009         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
1010         gtk_public_h_sources to directly here to avoid warning when
1011         building srcdir != builddir. (#9656)
1012
1013 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
1014
1015         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
1016         handlers in gtkrange.c return the proper values (TRUE == handled)
1017         (#10316).
1018
1019         This is just the tip of the iceberg, but gtkrange.c is the
1020         most common place where the propagation is problematical,
1021         and also a place where it is almost certainly safe to change
1022         this in the stable branch.
1023
1024         (You don't want right click popups on a range control or anything...)
1025
1026 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
1027
1028         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
1029         area on focus out, even if a background pixmap isn't set.
1030         (#13941)
1031         
1032 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
1033
1034         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
1035         to deal with setting the shape properly when scrolling arrows are
1036         turned on, but not visible because there is sufficient space.
1037         (#13432)
1038
1039 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
1040
1041         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
1042         items with submenus, destroy the item along with the submenu.
1043         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
1044         properly.
1045
1046         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
1047         later.
1048
1049 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
1050
1051         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
1052         the focus widget sometimes wasn't drawn with the default if there
1053         was no default widget.
1054
1055         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
1056         unreference pixmaps. 
1057
1058         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
1059         for some extra safety.
1060
1061 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
1062
1063         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
1064         the text of a cell to the old pointer value better, by
1065         copying the new text before freeing the old text. Some code
1066         cleanup. (#8079, Karl Nelson)
1067
1068 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
1069
1070         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
1071         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
1072
1073 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
1074
1075         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
1076         item from a menu, check to see if it matches 
1077         menu->old_active_menu_item, and if so, unref and clear
1078         old_active_menu_item (Patch from Pavel Cisler)
1079
1080         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
1081         menu_shell->active_menu_item, if it is the child being
1082         removed. (Patch based on that of Gene Ragan, #50337)
1083
1084 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
1085
1086         * gdk/linux-fb/gdkselection-fb.c: 
1087         * gdk/linux-fb/gdkcolor-fb.c: 
1088         * gdk/linux-fb/gdkdrawable-fb2.c: 
1089         * gdk/linux-fb/gdkfont-fb.c: 
1090         * gdk/linux-fb/gdkim-fb.c: 
1091         * gdk/linux-fb/gdkinput.c: 
1092         * gdk/linux-fb/gdkkeyboard-fb.c: 
1093         * gdk/linux-fb/gdkmain-fb.c: 
1094         * gdk/linux-fb/gdkrender-fb.c: 
1095         A bunch of whitespace cleanup.
1096         
1097 2001-01-30  Havoc Pennington  <hp@pobox.com>
1098
1099         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
1100         #ifdef GTK_ENABLE_BROKEN.
1101
1102         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
1103         GTK_ENABLE_BROKEN just before including the broken headers.
1104         
1105         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
1106         deprecated types registered.
1107
1108         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
1109         we have to test the broken stuff.
1110
1111         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
1112         
1113 2001-01-30  Havoc Pennington  <hp@redhat.com>
1114
1115         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
1116         here where prev pointer was set to the wrong thing
1117
1118         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
1119         (gtk_tree_path_is_descendant): new function
1120
1121         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
1122         cached length
1123         (gtk_list_store_get_iter): don't modify iter if we can't get the
1124         path.
1125
1126         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
1127         
1128         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
1129         GtkTreeDragDest
1130
1131         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
1132         was causing segfault
1133
1134         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
1135         pointer to NULL
1136
1137         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
1138
1139         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
1140         on returning FALSE
1141         (gtk_list_store_iter_children): ditto
1142         (gtk_list_store_iter_nth_child): ditto
1143         (gtk_list_store_iter_nth_child): ditto
1144         (gtk_list_store_iter_parent): ditto
1145
1146         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
1147         on iter->user_data != NULL instead of silently accepting it.
1148         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
1149         we are returning TRUE.
1150         (gtk_tree_store_iter_children): ditto
1151         (gtk_tree_store_iter_nth_child): ditto
1152         (gtk_tree_store_iter_parent): ditto
1153         (gtk_tree_store_insert): remove handling of parent->user_data ==
1154         NULL, replace with parent == NULL       
1155
1156         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
1157         and a comment explaining things
1158
1159         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
1160         interface support to GtkTreeStore.
1161
1162         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
1163         FALSE if no prev, fix
1164
1165         * gtk/gtktreeview.c (set_source_row): use a row reference
1166         (set_dest_row): use a row reference
1167
1168 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
1169
1170         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
1171         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
1172         (gtk_tree_selection_select_iter): The same as above.
1173
1174 2001-01-26  Havoc Pennington  <hp@redhat.com>
1175
1176         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
1177         which holds a handle to a specific row (particular set of values
1178         in the model, i.e. pointer-identity row).
1179
1180         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
1181         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
1182         Still need to use it for the src/dest row saved on the drag context.
1183
1184 2001-01-26  Havoc Pennington  <hp@redhat.com>
1185
1186         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
1187
1188         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
1189         not offset by TREE_VIEW_HEADER_HEIGHT
1190         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
1191         TREE_VIEW_HEADER_HEIGHT
1192
1193         * configure.in (included_loaders): for me, --with-included-loaders
1194         generates the error "the specified loader yes does not exist",
1195         i.e. the arg defaults to "yes", so change test for value ""
1196         to test for value "yes", and include all loaders in that case.
1197
1198         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
1199
1200         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
1201         handle TREE_VIEW_VERTICAL_SEPARATOR
1202         (gtk_tree_view_bin_expose): fix to consider the row offset as
1203         pointing halfway into vertical separator.       
1204         (gtk_tree_view_draw_node_focus_rect): ditto
1205
1206         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
1207         --gtk-debug=updates, which causes gdk_window_set_debug_updates
1208         (TRUE) to be called.
1209
1210         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
1211         debug mode where the invalid region is colored in on invalidate,
1212         so you can see the flicker and know whether your redraw code is 
1213         doing a good job.
1214
1215         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
1216         tree window coordinates (clip rect is in tree window coords)
1217
1218         * gtk/Makefile.am: add gtktreednd.[hc]
1219
1220         * gtk/gtkliststore.c: implement gtktreednd interfaces.
1221
1222         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
1223         drag-and-drop data operations on a model (so we can set up tree
1224         drag-and-drop automatically)
1225
1226         * gtk/testgtk.c: Add a window to change sensitivity in the
1227         GtkLabel test; add a way to change the entry frame in GtkEntry
1228         test
1229
1230         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
1231         (gtk_entry_get_has_frame): new functions to remove the frame
1232         around an entry
1233         (gtk_entry_size_request): shrink requisition if no frame
1234         (gtk_entry_draw_focus): don't draw frame if no frame
1235
1236         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
1237         checks inside a cell renderer
1238         (gtk_default_draw_option): ditto for options
1239
1240         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
1241         children from the alignment, not the button
1242         (gtk_tree_view_column_init): ref/sink the column, to emulate
1243         GObject refcounting.
1244
1245         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
1246         
1247         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1248         Use theme functions to draw the toggles 
1249
1250         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
1251
1252         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
1253         GdkPangoAttrEmbossed to use in rendering insensitive text
1254
1255         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
1256
1257         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
1258         using new GDK features
1259         
1260 2001-01-24  Alexander Larsson  <alexl@redhat.com>
1261
1262         * gtk/gtkimage.c:
1263         Splitted gtk_image_clear into gtk_image_clear() and
1264         gtk_image_reset(). Call gtk_image_clear() in ::destroy
1265         to avoid leaks.
1266
1267         * gtk/gtklabel.c (set_markup):
1268         Don't leak text.
1269
1270         * gtk/gtktextlayout.c:
1271         Always free display->shaped_objects.
1272
1273         * gtk/testgtk.c (create_clist):
1274         Don't leak custom style.
1275
1276 2001-01-23  Alexander Larsson  <alexl@redhat.com>
1277
1278         * gtk/gtkcolorsel.c (grab_color_at_mouse):
1279         Don't leak image. Simplify using gdk_colormap_query_color().
1280         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
1281
1282         * linux-fb/gdkcolor-fb.c:
1283         Implemented gdk_colormap_query_color.
1284
1285 2001-01-23  Alexander Larsson  <alexl@redhat.com>
1286
1287         * linux-fb/gdkcursor-fb.c:
1288         Don't leak built-in cursors.
1289
1290         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
1291         Don't leak tmp_points.
1292
1293         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
1294         Don't modify desc. Don't leak font if the PangoFont
1295         isn't found.
1296         
1297         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
1298         Free dash_list.
1299
1300         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
1301         Don't leak string.
1302         
1303 2001-01-20  Havoc Pennington  <hp@pobox.com>
1304
1305         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
1306         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
1307         me, matches Pango
1308
1309 2001-01-22  Havoc Pennington  <hp@redhat.com>
1310
1311         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
1312
1313         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
1314
1315         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
1316         Remove, move back to gdk-pixbuf
1317
1318         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
1319         to all the word functions
1320
1321         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
1322         before doing anything on NULL layout or if we don't have the focus
1323
1324         * gtk/testtext.c (fill_example_buffer): "justification"
1325
1326         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
1327         to be called "justification" not "justify"
1328
1329         * demos/gtk-demo/textview.c (create_tags): "justification"
1330         
1331         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
1332
1333 2001-01-22  Alexander Larsson  <alexl@redhat.com>
1334
1335         * gdk/gdkwindow.c (gdk_window_invalidate_region):
1336         Don't leak visible_region. Use visible_region instead of region.
1337         
1338         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
1339         Don't do extra gdk_drawable_ref(). This is not X.
1340         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
1341         gdk_fb_focused_window is ref:ed.
1342         (gdk_fb_window_send_crossing_events): Watch out for destroyed
1343         windows.
1344
1345 2001-01-22  Alexander Larsson  <alexl@redhat.com>
1346
1347         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
1348         Don't leak the PangoFontDescriptor.
1349
1350 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
1351
1352         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
1353         when not realized.
1354         (gtk_tree_view_scroll_to_cell): Make work when not realized.
1355         (gtk_tree_view_realize): add scroll_to support
1356         (gtk_tree_view_finalize): add a finalize method.  Populate.
1357         (gtk_tree_view_insert_column): ref and sink the column.
1358         (gtk_tree_view_append_column): ref and sink the column.
1359         (gtk_tree_view_queue_draw_node): New function to handle redrawing
1360         individual nodes.  Should make the code much more efficient, if
1361         actually used.
1362
1363 2001-01-19  Havoc Pennington  <hp@redhat.com>
1364
1365         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
1366         byte_offset variable was being used to mean both "offset into
1367         layout" and "offset into buffer line" which was no longer true
1368         with addition of preedit string; fix
1369
1370 2001-01-19  Havoc Pennington  <hp@redhat.com>
1371
1372         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
1373
1374         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
1375         function
1376
1377         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
1378         implement
1379
1380         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
1381         scroll_to_cell, matches TextView scroll functions better
1382         (gtk_tree_view_tree_to_widget_coords): new function
1383         (gtk_tree_view_widget_to_tree_coords): new function
1384         (gtk_tree_view_get_visible_rect): new function
1385         (gtk_tree_view_get_path_at_pos): accept negative coordinates
1386         (gtk_tree_view_draw_node_focus_rect): new function moved from
1387         draw_focus, also, use width of bin_window as width of the focus
1388         rect
1389         (gtk_tree_view_expand_row): fix bug where it didn't recognize
1390         already-expanded rows
1391         (gtk_tree_view_get_cell_rect): new function
1392         (gtk_tree_view_get_path_at_pos): return the click position
1393         relative to the passed-in cell
1394         (gtk_tree_view_set_expander_column): new function
1395
1396         * configure.in: remove gtk-config-2.0 chmod
1397
1398         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
1399         and properly handle drags with targets we don't understand
1400         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
1401         scrolling anyway
1402         (gtk_text_view_drag_drop): stop scrolling here though, and set the
1403         mark invisible
1404
1405         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
1406         function
1407         (gtk_drag_dest_get_target_list): new function
1408         (gtk_drag_dest_set_target_list): new function
1409         
1410         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
1411
1412         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
1413         related to drag-and-drop
1414
1415 2001-01-19  Alexander Larsson  <alexl@redhat.com>
1416
1417         * gdk/linux-fb/gdkprivate-fb.h:
1418         Define EMULATE_GDKFONT.
1419         Add extra pango_font stuff to GfkFontPrivate.
1420         
1421         * gdk/linux-fb/gdkdrawable-fb2.c:
1422         * gdk/linux-fb/gdkfont-fb.c:
1423         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
1424         emulation using PangoFont.
1425
1426 2001-01-17  Havoc Pennington  <hp@pobox.com>
1427
1428         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
1429         all the non-deprecated set_foo functions. Added missing object
1430         properties, and added g_object_notify() to setters. 
1431         Wrote docs.
1432         
1433 2001-01-18  Tor Lillqvist  <tml@iki.fi>
1434
1435         * gtk/gtkmain.c
1436         * gtk/gtkrc.c: (Win32) Use the new
1437         g_win32_get_package_installation_(sub)directory() functions.
1438
1439         * config.h.win32.in: New file.
1440         
1441         * config.h.win32: Removed.
1442
1443         * configure.in: Output config.h.win32.
1444
1445         * Makefile.am: Add it to EXTRA_DIST.
1446
1447         * gtk/gtk.def: Update.
1448
1449 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
1450
1451         * gtk/gtklabel.c (gtk_label_size_request): Set the
1452         attributes onto the PangoLayout even if they are newly
1453         created from label->pattern.
1454
1455 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
1456
1457         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
1458
1459         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
1460         structures in functions. Fixes bug where gtk_dataset_*
1461         was accidentally still being used in one place, causing
1462         every dest side event to be treated independently.
1463
1464         * gtk/gtkdnd.c: Remove last vestages of handling
1465         ::draw (fixes warning)
1466         
1467         * gtk/gtkentry.[ch]: Add drag and drop support.
1468
1469         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
1470         new function gtk_check_drag_threshhold() for checking
1471         to check if (dx,dy) has exceeded the threshhold for starting
1472         a drag and use it everywhere.
1473
1474 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
1475
1476         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
1477         add -I{includedir}/gtk-2.0.
1478
1479         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
1480         gdk/gdk-pixbuf.h: Doc fixups.
1481         
1482         * gtk/gtkobject.h: Remove trailing , from enum
1483
1484 2001-01-17 Alexander Larsson <alexl@redhat.com> 
1485
1486         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
1487         Doh! Mixed up x and y.
1488
1489         * gdk/linux-fb/gdkglobals-fb.c:
1490         Removed gdk_fb_pointer_grab_window_events,
1491         added _gdk_fb_pointer_grab_owner_events and
1492         _gdk_fb_keyboard_grab_owner_events.
1493
1494         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
1495         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
1496         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
1497         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
1498         Send crossing events after ungrab finished.
1499         (gdk_keyboard_grab): Set ..._owner_events
1500         (type_masks): Move out of function.
1501         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
1502         gdk_fb_keyboard_event_window): New functions, return the
1503         window an event should be targeted at. Handles grabs and
1504         event propagation. Can return NULL.
1505         (gdk_event_make): Remove event_mask checking. Now always
1506         returns an event.
1507                 
1508         * gdk/linux-fb/gdkkeyboard-fb.c:
1509         * gdk/linux-fb/gdkproperty-fb.c:
1510         * gdk/linux-fb/gdkselection-fb.c:
1511         Use new event_window/gdk_event_make() behaviour.
1512         
1513         * gdk/linux-fb/gdkmouse-fb.c:
1514         Use new event_window/gdk_event_make() behaviour.
1515         Only send motion events if in the same window.
1516         If grabbed, use cursor from window if sibling of grabbed
1517         window, and cursor from grabbed window otherwise.
1518
1519         * gdk/linux-fb/gdkprivate-fb.h:
1520         Update gdk_fb_window_send_crossing_events, gdk_event_make
1521         and grab varaible declarations. Add gdk_fb_*_event_window().
1522
1523         * gdk/linux-fb/gdkwindow-fb.c:
1524         Use new event_window/gdk_event_make() behaviour.
1525         Keep correct track of focus window.
1526         (gdk_window_set_events): Set all specific button motion masks
1527         if GDK_BUTTON_MOTION_MASK set.
1528
1529         * gtk/gtkdnd.c (gtk_drag_update):
1530         Free info->last_event if gdk_drag_motion returned FALSE.
1531
1532 2001-01-16  Tor Lillqvist  <tml@iki.fi>
1533
1534         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
1535         Eliminate redraws when input-only windows are shown or
1536         hidden. Thanks to jpe@archaeopteryx.com.
1537
1538 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
1539
1540         * docs/faq/gtk-faq.sgml: FAQ update:
1541           - Update to bugzilla
1542           - Add GTK+ and security/SUID/SGID
1543           - Add DnD question
1544
1545 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
1546
1547         * gdk/linux-fb/gdkdnd-fb.c:
1548         Some cleanups.
1549         
1550 2001-01-15  Havoc Pennington  <hp@pobox.com>
1551
1552         * tests/testtreeview.c: add test stuff for CellRendererToggle
1553
1554         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
1555         accessor
1556
1557         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
1558         only toggle on button press (would do release like GtkButton, but
1559         we'd need implicit grab code for treeview cells)
1560
1561 2001-01-16  Tor Lillqvist  <tml@iki.fi>
1562
1563         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
1564
1565         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
1566         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
1567
1568         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
1569         to g_{locale,filename}_{to,from}_utf8 to match current API.
1570
1571         * gtk/makefile.msc.in (gtk_OBJECTS)
1572         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
1573
1574         * gtk/gtk.def: Update.
1575
1576 2001-01-15  Tor Lillqvist  <tml@iki.fi>
1577
1578         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
1579         implementaion that more closely mimics the events that an X server
1580         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
1581         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
1582         with nested preview widgets, for instance, more responsive when
1583         you move the mouse quickly into them.
1584         (find_window_for_pointer_event): Make it actually compile.
1585         (gdk_event_translate): Set send_event to the value of
1586         InSendMessage (). This doesn't really mean the same as X11's
1587         send_event flag, but is close enough, says jpe@archaeopteryx.com
1588
1589 2001-01-15  Alexander Larsson  <alexl@redhat.com>
1590
1591         * gdk/linux-fb/gdkdnd-fb.c:
1592         Implemented drag and drop.
1593         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
1594         when it tries to free and then copy the same event (info->last_event).
1595         I am not sure about why this happens, but will continue looking.
1596
1597 2001-01-15  Alexander Larsson  <alexl@redhat.com>
1598
1599         * gdk/linux-fb/gdkwindow-fb.c:
1600         Use gdk_window_invalidate_rect instead of
1601         gdk_window_invalidate_rect_clear to minimise flashing.
1602         When hiding windows you need to clear the root window though.
1603
1604 2001-01-15  Alexander Larsson  <alexl@redhat.com>
1605
1606         * gdk/linux-fb/gdkdrawable-fb2.c:
1607         For optization, add an full_shapes argument to gdk_fb_clip_region.
1608         If this is false, only the cliprects of the shapes are used.
1609
1610         * gdk/linux-fb/gdkprivate-fb.h:
1611         Export gdk_fb_window_peek_shape.
1612         Add full_shapes to gdk_fb_clip_region.
1613
1614         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
1615         When moving a window, don't clear everything under the it, just the
1616         root window. Makes stuff faster and flash less.
1617         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
1618         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
1619         offset of the shape.
1620         
1621
1622 2001-01-12  Havoc Pennington  <hp@redhat.com>
1623
1624         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
1625         current invalid region, fixes redraw bug while scrolling the 
1626         text widget
1627
1628         * gtk/gtktextview.c, gtk/gtktextview.h:
1629         Rearrange the scrolling/validation/etc. code in a major way, 
1630         so it seems to make sense to me. Probably isn't genuinely that
1631         much better, but...
1632
1633         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
1634         notifies
1635
1636         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
1637
1638 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
1639
1640         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
1641         Hide mouse pointer while rotation. Show it afterwards.
1642
1643 2001-01-12  Alexander Larsson  <alexl@redhat.com>
1644
1645         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
1646         windows in consideration when generating clip region.
1647
1648         * gdk/linux-fb/gdkfb.h:
1649         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
1650
1651         * gdk/linux-fb/gdkprivate-fb.h:
1652         Add shape to GdkWindowFBDatat.
1653         exported gdk_fb_window_get_abs_shape().
1654         removed gdk_fb_draw_lines declaration.
1655
1656         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
1657         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
1658         send focus changes when there is a grabbed window.
1659         (gdk_window_get_pointer): Handle shaped windows.
1660         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
1661         (gdk_fb_window_peek_shape): Returns the shape for a window,
1662         handles GDK_FB_USE_CHILD_SHAPE.
1663         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
1664         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
1665         (gdk_window_shape_combine_mask): Implement.
1666
1667         * gtk/gtkwindow-decorate.c:
1668         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
1669         setting the shape of a window makes the window transparent.
1670
1671 2001-01-11  Havoc Pennington  <hp@redhat.com>
1672
1673         * gtk/gtktreemodelsimple.h: Oops, broke some macros
1674
1675 2001-01-10  Havoc Pennington  <hp@redhat.com>
1676
1677         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
1678         add this function, bug 40251
1679
1680         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
1681         of type macro   
1682
1683 2001-01-11  Alexander Larsson  <alexl@redhat.com>
1684
1685         * acconfig.h:
1686         Added ENABLE_SHADOW_FB
1687
1688         * configure.in:
1689         Added --disable-shadowfb
1690
1691         * gdk/linux-fb/gdkcursor-fb.c:
1692         Update shadowfb when updating cursor
1693
1694         * gdk/linux-fb/gdkdrawable-fb2.c:
1695         Added wrappers for shadowfb that calls  the normal drawable
1696         methods, but calls gdk_shadow_fb_update(bounding box) when
1697         GdkWindows are drawed to.
1698         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
1699         which also returns the bounding box.
1700
1701         * gdk/linux-fb/gdkfb.h:
1702         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
1703
1704         * gdk/linux-fb/gdkgeometry-fb.c:
1705         Update shadowfb when scrolling window.
1706
1707         * gdk/linux-fb/gdkglobals-fb.c:
1708         Add _gdk_fb_screen_angle.
1709         
1710         * gdk/linux-fb/gdkkeyboard-fb.c:
1711         Test code for screen rotation. Shift-F2 in the xlate driver
1712         rotates the screen.
1713
1714         * gdk/linux-fb/gdkmain-fb.c:
1715         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
1716
1717         * gdk/linux-fb/gdkmouse-fb.c:
1718         Use fb_width/height instead of modeinfo.xres/yres.
1719
1720         * gdk/linux-fb/gdkprivate-fb.h:
1721         Added fb_men, fb_width, fb_height & fb_stride. When using
1722         shadow fb these can differ from the framebuffer stuff.
1723         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
1724         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
1725         _gdk_fb_screen_angle. Removed CM, RP.
1726
1727         * gdk/linux-fb/gdkrender-fb.c:
1728         Added code for shadowfb handling and screen rotation using
1729         shadowfb.
1730
1731         * gdk/linux-fb/gdkwindow-fb.c:
1732         Use fb_mem, fb_stride, fb_width, fb_height.
1733         Added recompute_rowstride to reset the rowstride of all windows.
1734         Added gdk_fb_recompute_all() which recomputes rootwindow size,
1735         window abs positions and window rowstrides. Usefull when the
1736         rotation has changed.
1737
1738 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
1739
1740         * docs/faq/gtk-faq.sgml: update to make web site updating easier
1741
1742 2001-01-10  Havoc Pennington  <hp@redhat.com>
1743
1744         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
1745         where sibling == iter
1746         (gtk_tree_store_insert_after): handle sibling == iter
1747         (gtk_tree_store_prepend): remove stamp checks
1748         (gtk_tree_store_insert_before): ditto
1749         (gtk_tree_store_append): ditto
1750         (gtk_tree_store_get_path): ditto
1751         (gtk_tree_store_get_value): ditto
1752         (gtk_tree_store_iter_has_child): ditto
1753         (gtk_tree_store_iter_n_children): ditto
1754         (gtk_tree_store_iter_nth_child): ditto
1755         (gtk_tree_store_insert_after): ditto
1756         (gtk_tree_store_is_ancestor): ditto
1757         (gtk_tree_store_iter_depth): ditto
1758         (gtk_tree_store_insert_before): assert that sibling's parent is
1759         the same as the passed-in parent
1760         (gtk_tree_store_insert_after): assert that sibling's parent is
1761         the same as the passed-in parent
1762
1763         
1764         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
1765         function to get the first iterator in a model
1766         
1767         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
1768         conventionally the "root" in this sense is just NULL afaict.
1769
1770         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
1771         where sibling == iter
1772         (gtk_list_store_insert_after): handle case where sibling == iter
1773
1774         * tests/testtreeview.c (run_automated_tests): fairly lame basic
1775         automated tests for ListStore, TreeStore
1776
1777         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
1778         (gtk_list_store_insert): update tail pointer, and fix it to work
1779         (gtk_list_store_insert_before): update tail pointer, and fix it to work
1780         (gtk_list_store_append): use tail to be faster
1781         (gtk_list_store_prepend): fix it, update tail pointer
1782         (gtk_list_store_insert_after): fix it, update tail pointer
1783
1784         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
1785         the list
1786
1787 2001-01-09  Havoc Pennington  <hp@redhat.com>
1788
1789         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
1790         is NULL due to a pending resize
1791
1792         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
1793         column width to values less than 1
1794
1795         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
1796         width to be between min/max width, and still set the width 
1797         even if autosize is turned on, so the tree view can use this 
1798         function in order to autosize.
1799         (gtk_tree_view_column_init): set initial width to 1 not 0
1800
1801         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
1802         setter function to modify column width, so we get notification
1803         (gtk_tree_view_insert_iter_height): ditto
1804         (gtk_tree_view_calc_size): ditto
1805         (gtk_tree_view_check_dirty): ditto
1806
1807         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
1808         properties to change all the interesting attributes of the tree
1809         view column.
1810         (gtk_tree_view_column_set_header_clickable): rename set_clickable
1811         (gtk_tree_view_column_get_clickable): add
1812         (gtk_tree_view_column_set_cell_renderer): don't unset the current
1813         attributes; assume a cell renderer with equivalent object
1814         properties has been swapped in. Do g_object_notify().
1815         (gtk_tree_view_column_set_visible): g_object_notify
1816         (gtk_tree_view_column_get_sizing): rename from get_col_type
1817         (gtk_tree_view_column_set_sizing): g_object_notify
1818         (gtk_tree_view_column_set_width): add g_object_notify
1819         (gtk_tree_view_column_set_min_width): ditto
1820         (gtk_tree_view_column_set_max_width): ditto
1821         (gtk_tree_view_column_set_title): ditto
1822         (gtk_tree_view_column_set_clickable): ditto
1823         (gtk_tree_view_column_set_widget): ditto
1824         (gtk_tree_view_column_set_justification): ditto
1825
1826 2001-01-09  Havoc Pennington  <hp@redhat.com>
1827
1828         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
1829         there are no rows in the model
1830
1831         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
1832         NULL, then return the start of the list
1833
1834         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
1835         if we can't get any rows from an empty model 
1836
1837         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
1838         extraneous * after function pointer typedef usage
1839
1840         * Makefile.am: don't specify full path to cp and rm
1841
1842         * gtk/gtkcellrenderertextpixbuf.c
1843         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
1844         NULL before dereferencing, fixes a segfault that happened from
1845         time to time
1846
1847         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
1848         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
1849         and reindent the function
1850         (gtk_cell_renderer_pixbuf_get_size): indentation
1851
1852         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
1853         we quit it
1854         (gtk_dialog_add_buttons_valist): add g_return_if_fail
1855         (gtk_dialog_set_default_response): New function, to set default
1856         button
1857         (gtk_dialog_set_response_sensitive): New function, to set 
1858         sensitivity of buttons
1859
1860         * gtk/gtkcellrendererpixbuf.c
1861         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
1862         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
1863
1864         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
1865         handle any G_TYPE_OBJECT subclass, not just the base class, and 
1866         also boxed types.
1867         (_gtk_tree_data_list_value_to_node): ditto
1868
1869         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
1870         --gtk-debug=tree
1871
1872         * gtk/gtkmain.c: add GTK_DEBUG_TREE
1873
1874         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
1875
1876 2001-01-09  Tor Lillqvist  <tml@iki.fi>
1877
1878         * gdk/win32/gdkevents-win32.c: Implement better mouse
1879         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
1880         (find_window_for_pointer_event): New function.
1881         (gdk_event_translate): Use it when handling mouse events.
1882
1883 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
1884
1885         * configure.in:
1886         Added --with-included-loaders option
1887
1888         * gdk-pixbuf/Makefile.am:
1889         * gdk-pixbuf/gdk-pixbuf-io.c:
1890         Add support for including selected gdk-pixbuf loaders only.
1891
1892         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
1893         gtk_window_set_has_frame):
1894         Added inline documentation.
1895
1896         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
1897         * docs/reference/gdk/tmpl/windows.sgml:
1898         Added inline documentation.
1899
1900 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
1901
1902         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
1903         realizing buttons that have already been realized.
1904
1905 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
1906
1907         * tests/testtreeview.c (main): Show menu items before adding to
1908         option menu.
1909
1910         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
1911         around if we kill them.
1912
1913         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
1914         Return if we pass in a NULL model.
1915
1916 2001-01-08  Havoc Pennington  <hp@redhat.com>
1917
1918         * tests/testtreeview.c: hack on this some
1919
1920         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
1921         gtk_tree_store_set_valist, v is for arrays, valist for varargs
1922         list
1923         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
1924
1925         * gtk/gtkliststore.h: Add varargs set() and get() convenience
1926         functions
1927
1928 2001-01-08  Alexander Larsson  <alexl@redhat.com>
1929
1930         * gtk/gtkwindow-decorate.[hc]:
1931         * gtk/Makefile.am:
1932         New files. Contains an implementation of a minimal WM for
1933         linux-fb.
1934
1935         * gtk/gtkwindow.h:
1936         Add the possibility for GtkWindows to specify a frame. This
1937         is used for the window decoration code, but could concievably
1938         be used for X programs too (xmms style windows).
1939         GtkWindow->frame is the toplevel window if the window is framed.
1940         The signal frame_event gets all events that are targeted to
1941         GtkWindow->frame.
1942         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
1943         
1944         * gtk/gtkwindow.c:
1945         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
1946         Call out to gtkwindow-decorate.c for WM support in linx-fb.
1947
1948 2001-01-08  Alexander Larsson  <alexl@redhat.com>
1949
1950         * docs/README.linux-fb:
1951         Correct filename ~/.pangoft2_aliases
1952
1953         * gdk/gdkwindow.h:
1954         Added new function gdk_window_get_decorations.
1955
1956         * gdk/linux-fb/gdkfb.h:
1957         Removed _gdk_window_get_decorations declaration.
1958         Renamed _gdk_window_set_child_handler to
1959         gdk_fb_window_set_child_handler.
1960
1961         * gdk/linux-fb/gdkwindow-fb.c:
1962         Renamed _gdk_window_set_child_handler to
1963         gdk_fb_window_set_child_handler.
1964
1965         * gdk/x11/gdkwindow-x11.c:
1966         New function gdk_window_get_mwm_hints().
1967         Implemented gdk_window_get_decorations.
1968
1969         * docs/reference/gdk/tmpl/windows.sgml:
1970         * docs/reference/gdk/gdk-sections.txt:
1971         Added gdk_window_get_decorations docs.
1972         
1973 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
1974
1975         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
1976         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
1977         gdk_fb_window_send_crossing_events):
1978         Possibly send focus events when the mouse moves from one
1979         window to another.
1980
1981 2001-01-07  Tor Lillqvist  <tml@iki.fi>
1982
1983         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
1984         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
1985         to match current API.
1986
1987         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
1988         environment variable is set, don't call g_error when on a
1989         palettized (PseudoColor) display. Some people want to use GTK+ 
1990         in 256-colour mode even though works only partially.
1991
1992         * gdk/gdk.def
1993         * gtk/gtk.def
1994         * gtk/makefile.mingw.in: Update.
1995
1996 2001-01-05  Havoc Pennington  <hp@redhat.com>
1997
1998         * tests/testtreeview.c: hack on this a bit
1999
2000         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
2001         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
2002
2003         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
2004         was spelled incorrectly
2005         (GTK_IS_TREE_MODEL_SIMPLE): ditto
2006
2007         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
2008         from gtk_tree_view_set_headers_active   
2009
2010         * gtk/gtktexttag.c:
2011         (gtk_text_tag_get_property): handle PROP_DIRECTION
2012         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
2013         properties, bug 40235
2014
2015         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
2016         forward_to_line_end
2017
2018 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
2019
2020         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
2021         modules/input/gtkimcontextxim.c: Adapt to new prototypes
2022         for unicode,locale,filename conversion functions.
2023
2024 2001-01-05  Havoc Pennington  <hp@redhat.com>
2025
2026         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
2027         broken if called on the first position in the buffer.
2028
2029         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
2030         forward_to_delimiters to be called only if we aren't already at
2031         the delimiters.
2032
2033 2001-01-05  Havoc Pennington  <hp@redhat.com>
2034
2035         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
2036
2037 2001-01-05  Alexander Larsson  <alexl@redhat.com>
2038
2039         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
2040         colormap in here. Sync from X port.
2041         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
2042         Sync from X port.
2043         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
2044         This happens now and then, and i don't think it is a bug.
2045         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
2046         != endpoint.
2047         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
2048         GDK_LINE_SOLID.
2049
2050         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
2051         some of the fields filled in at least.
2052
2053         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
2054         miLineArcD is no more, remove it from the function definition.
2055
2056 2001-01-04  Havoc Pennington  <hp@redhat.com>
2057
2058         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
2059         this
2060
2061         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
2062         user_data instead of tree_node
2063
2064         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
2065         TREE_VIEW_COLUMN_SIZE
2066
2067         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
2068         "size" field to "width" finishes bug 40061
2069
2070         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
2071         for bitfields, bug 40268
2072
2073 2001-01-04  Havoc Pennington  <hp@redhat.com>
2074
2075         Rename some stuff:
2076         
2077         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
2078
2079         s/GtkModelSimple/GtkTreeModelSimple/g;
2080         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
2081         s/gtk_model_simple/gtk_tree_model_simple/g;
2082         s/gtkmodelsimple/gtktreemodelsimple/g;
2083
2084         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
2085
2086         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
2087         s/column_set_col_type/column_set_sizing/g;
2088
2089         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
2090         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
2091
2092         s/GtkCellRendererType/GtkCellRendererState/g;
2093         
2094         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
2095         (gtk_cell_renderer_toggle_class_init): change "state" property to
2096         "active", to match GtkToggleButton
2097         (gtk_cell_renderer_toggle_get_active): new function, bug
2098         40269
2099         (gtk_cell_renderer_toggle_set_active): new function
2100         (gtk_cell_renderer_toggle_set_property): route changes to toggle
2101         state through gtk_cell_renderer_set_active
2102
2103 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
2104
2105         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
2106         temporarily until they work again.  Brought up to date with
2107         changes in the model.
2108         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
2109         model.
2110
2111 2001-01-04  Havoc Pennington  <hp@redhat.com>
2112
2113         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
2114         equal to the line length, then position iterator before paragraph 
2115         separators. Fixes crash reported by Mikael Hermansson when
2116         pressing left arrow from the start of a line.   
2117
2118         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
2119         about byte indexes off the end
2120         (iter_set_from_char_offset): add g_error about char offsets
2121         off the end
2122
2123 2001-01-03  Havoc Pennington  <hp@redhat.com>
2124
2125         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
2126
2127         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
2128         of private functions; remove inclusion of private headers.
2129
2130         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
2131         function, so we don't need private functions in gtktextdisplay.c
2132
2133         * gtk/gtktextiterprivate.h: underscore-ification
2134
2135         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
2136         to instead say "only useful to implement widgets"
2137
2138         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
2139         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
2140         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
2141
2142         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
2143         This function was completely broken
2144
2145         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
2146
2147         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
2148
2149         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
2150
2151         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
2152
2153         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
2154
2155         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
2156
2157         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
2158         gtk_paint_layout
2159
2160         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
2161         gtk_paint_layout
2162
2163         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
2164         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
2165         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
2166         which were not implemented.     
2167
2168         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
2169         insert_pixbuf signal. Rename delete_text to delete_range since it
2170         also deletes pixbufs and child anchors. This almost closes bug
2171         40245 (still need to deal with child anchors)
2172
2173         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
2174         insert_pixbuf, change signal names as appropriate, change types of
2175         signals taking marks/tags to have the specific type, not just
2176         G_TYPE_OBJECT
2177         
2178         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
2179         closes bug 40051
2180
2181         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
2182         unnecessary remove_contents() call
2183         (gtk_option_menu_class_init): add a "changed" signal, closes
2184         bug 40039
2185         (gtk_option_menu_update_contents): emit "changed" if the 
2186         active menu item changes
2187
2188         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
2189         cast to GtkObject, reported by Jonas Borgstrom
2190         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
2191         we can't do stuff with side effects in finalize. Instead, spew a
2192         warning if the loader isn't closed.
2193
2194         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
2195         colormap in here, non-X ports probably need to sync to this change
2196
2197         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
2198         assertion that colormap != NULL, you can set the colormap to NULL
2199         if you like.
2200         
2201         * Makefile.am: remove gtk-config-2.0
2202
2203         * configure.in: Use pkg-config to locate GLib. Remove
2204         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
2205         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
2206         Use pkg-config to locate Pango. Output correct Pango libs to
2207         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
2208
2209         * Makefile.am (pkgconfig_DATA): install only target-specific pc
2210         files
2211         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
2212         X11 pc files
2213
2214         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
2215         unref from here
2216
2217 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
2218
2219         * configure.in:
2220         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
2221
2222 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
2223
2224         * gtk/gtktextlayout.c
2225         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
2226         variable when moving back onto a single line.
2227
2228 2001-01-01  Havoc Pennington  <hp@redhat.com>
2229
2230         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
2231
2232         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
2233
2234         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
2235         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
2236
2237 2001-01-01  Havoc Pennington  <hp@redhat.com>
2238
2239         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
2240
2241         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
2242         GtkTextAttributes
2243
2244         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
2245         #40246
2246         (gtk_text_attributes_copy_values): rename from 
2247         gtk_text_attributes_copy
2248         (gtk_text_attributes_copy): a more standard GTK copy function, 
2249         which returns a new object
2250
2251 2001-01-01  Havoc Pennington  <hp@redhat.com>
2252
2253         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
2254         
2255         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
2256         don't fill in tree_view->priv->selection, kind of an unexpected
2257         side effect
2258
2259         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
2260         gtkintl.h
2261         
2262         * gtk/gtkcellrenderer.c: Remove definition of _ and include
2263         gtkintl.h
2264         (gtk_cell_renderer_get_property): remove calls to g_value_init
2265
2266         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
2267         gtkintl.h
2268
2269         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
2270         and include gtkintl.h
2271         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
2272         property names
2273
2274         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
2275         GtkTreeSelection
2276         (_gtk_tree_selection_new_from_with_view): rename, return
2277         GtkTreeSelection
2278         (_gtk_tree_selection_set_tree_view): rename with uscore
2279         (gtk_tree_selection_get_selected): fill in the "model" out param
2280         first, so it gets filled in even if we return at the top of the 
2281         function
2282         (gtk_tree_selection_real_select_all): add a comment and an else{}
2283         to clarify this a bit
2284         (gtk_tree_selection_real_unselect_all): add the same else{}
2285
2286         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
2287         set_tree_view to have underscore prefixes, move them to the
2288         private header, fix return type of new_with_tree_view
2289         (struct _GtkTreeSelection): mark struct
2290         fields private  
2291
2292         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
2293         GtkTreeModelFlags, not a guint
2294         (gtk_tree_path_prev): return gboolean not gint
2295         (gtk_tree_path_up): return gboolean not gint
2296
2297         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
2298         return GtkTreeModelFlags, not a guint
2299
2300         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
2301         that child model is non-null before unrefing it
2302         (g_value_int_compare_func): make this a qsort compare func, not 
2303         a boolean predicate
2304
2305         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
2306         (add -umn to the end), and mark it unimplemented
2307         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
2308         I don't see what it's for - doesn't the model always sort itself?
2309         (gtk_tree_model_sort_set_compare): this had the wrong signature
2310
2311         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
2312         Fix the docs to say that it destructively replaces existing
2313         attributes (previously said that it added attributes).
2314         (gtk_tree_view_column_set_visible): canonicalize bool before
2315         equality testing. Also, check for realization before
2316         hiding/showing the tree_column->window; if this window could exist
2317         before realization, then it's busted and needs fixing, we can't 
2318         create GDK resources pre-realization. Also, remove
2319         superfluous queue_resize(), since set_size() does that for us.
2320         (gtk_tree_view_column_set_col_type): check realization before 
2321         using tree_column->window
2322
2323         * gtk/gtktreedatalist.c: fix filename in copyright notice
2324
2325 2000-12-31  Havoc Pennington  <hp@pobox.com>
2326
2327         * gtk/gtktextview.c: Rearrange all the
2328         scroll-while-dragging-or-selecting code to be different, not
2329         necessarily better. ;-)
2330         (gtk_text_view_scroll_to_mark): Change this
2331         function to take within_margin as a fraction instead of a pixel
2332         value, and to take alignment arguments (indicating where to align 
2333         the mark inside the visible area)
2334         
2335         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
2336         to GtkObject
2337
2338         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
2339         behavior so that offsets past the end of the line are not 
2340         allowed, and an offset equal to the line length moves the iterator
2341         to the next line
2342         (gtk_text_iter_set_line_index): make parallel change
2343         (gtk_text_iter_get_bytes_in_line): add this function
2344         
2345         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
2346         of byte indexes off the end of the line; byte index at the end of
2347         the line now returns FALSE and doesn't fill in the requested
2348         values, byte index past the end of the line is an error.  Also,
2349         don't allow -1 offset anymore, since its meaning is unclear.
2350
2351         This change exposes some bug in visual cursor motion, where we
2352         end up with a huge invalid byte index; needs fixing. Symptom of 
2353         bug is a crash when you hit up arrow.
2354         
2355         (_gtk_text_line_char_locate): match the change to byte_locate
2356
2357         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
2358         from start of line properly. fixes bug reported by Mikael
2359         Hermansson where backspace would delete all text before the
2360         cursor.
2361
2362 2000-12-30  Tor Lillqvist  <tml@iki.fi>
2363
2364         * gdk/win32/gdkwindow-win32.c
2365         (gdk_window_impl_win32_get_visible_region): New function, as in
2366         the X11 backend.
2367         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
2368         instead of duplicating the same code here.
2369
2370         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
2371         GDK_COLORMAP macro.
2372
2373         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
2374         destroy function.
2375         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
2376         access that.
2377
2378         * gtk/gtk.def: Update.
2379
2380         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
2381
2382 2000-12-30  Havoc Pennington  <hp@pobox.com>
2383
2384         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
2385         colormap on input only windows, to avoid special cases all over
2386         the code for these windows.
2387
2388 2000-12-26  Tor Lillqvist  <tml@iki.fi>
2389
2390         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
2391         we are on a palettized display ("PseudoColor" in X11), as the code
2392         for that doesn't work anyway, and never has.
2393
2394 2000-12-22  Alexander Larsson  <alexl@redhat.com>
2395
2396         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
2397         Don't use isprint() for chars > 255.
2398
2399 2000-12-21  Havoc Pennington  <hp@redhat.com>
2400
2401         * tests/testtreeview.c: more work
2402
2403 2000-12-21  Alexander Larsson  <alexl@redhat.com>
2404
2405         * docs/README.linux-fb:
2406         Update the docs to the new pangoft2 way.
2407
2408 2000-12-21  Alexander Larsson  <alexl@redhat.com>
2409
2410         * configure.in:
2411         For linux-fb get the pangoft2 cflags and libs. This needs a recent
2412         pango version.
2413         Remove modules/linux-fb/Makefile.
2414
2415         * gdk/linux-fb/gdkdrawable-fb2.c:
2416         Render glyphs using freetype.
2417
2418         * gdk/linux-fb/gdkfb.h:
2419         Add new fb-specific functions needed for managing windows.
2420
2421         * gdk/linux-fb/gdkmain-fb.c:
2422         Remove gdk_font_init/fini() calls.
2423
2424         * gdk/linux-fb/gdkpango-fb.c:
2425         Remove old implementation. Use pangoft2 instead.
2426
2427         * gdk/linux-fb/gdkprivate-fb.h:
2428         Remove PangoFBFont and related stuff.
2429
2430         * gdk/linux-fb/gdkwindow-fb.c:
2431         Implement drawable->get_visible_region.
2432         Implement support for _gdk_window_set_child_handler () and
2433         _gdk_window_get_decorations().
2434
2435         * modules/Makefile.am:
2436         Remove linux-fb subdir.
2437
2438         * modules/linux-fb/*:
2439         Removed all.
2440         
2441 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
2442
2443         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
2444         calls, as they are no longer needed.
2445
2446         * gtk/gtktreemodelsort.c: Fix up the comparison code.
2447         
2448         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
2449         figure out how to emit a signal on an interface.
2450
2451 2000-12-20  Havoc Pennington  <hp@redhat.com>
2452
2453         * tests: new directory to contain tests, gtk/test* should move
2454         here sometime (with appropriate on-cvs-server hackery)
2455
2456         * tests/testtreeview.c, tests/Makefile.am: a test
2457         
2458         * configure.in (AC_OUTPUT): add tests/Makefile
2459
2460         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
2461         and "invisible_set" which were missing
2462
2463         * gtk/gtkrbtree.h: some cheesy indentation fix
2464         
2465 2000-12-20  Alexander Larsson  <alexl@redhat.com>
2466
2467         * gtk/gtkinvisible.c (gtk_invisible_realize):
2468         Attach the style to the window so that the style it is not
2469         leaked when unrealizing the window.
2470
2471 2000-12-18  Havoc Pennington  <hp@redhat.com>
2472
2473         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
2474         begin/end user action where appropriate
2475         (gtk_text_view_commit_handler): add begin/end user action
2476
2477         * gtk/gtktextbuffer.c: add begin/end user action signals, and
2478         bracket interactive operations with begin/end user action pair.
2479         
2480         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
2481         "interactive" arg from insert_text and delete_text signals.
2482         Add begin_user_action, end_user_action signals
2483         (gtk_text_buffer_begin_user_action): 
2484         (gtk_text_buffer_end_user_action): New functions to delimit 
2485         a user-visible action
2486
2487         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
2488         signals.
2489         
2490 2000-12-18  Havoc Pennington  <hp@redhat.com>
2491
2492         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
2493         was pretty non-working.
2494
2495         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
2496         by passing the length to g_utf8_validate().
2497
2498 2000-12-16  Havoc Pennington  <hp@pobox.com>
2499
2500         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
2501         Port to GObject, can go back in gdk-pixbuf after setting up 
2502         a gdk-pixbuf-marshal.h header over there.
2503
2504         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
2505         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
2506         args
2507         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
2508         set
2509         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
2510         here, do it when we create the buttons later
2511         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
2512         (gtk_tree_view_map): paranoia checks that column->button is shown 
2513         and unmapped
2514         (gtk_tree_view_size_request): only request visible children.
2515         Move header size calculation in here, for cleanliness, and 
2516         to maintain invariants for child widgets if we eventually 
2517         let users set different children inside the buttons
2518         (gtk_tree_view_map_buttons): factor out code to map buttons,
2519         since it was being called several times
2520         (gtk_tree_view_size_allocate_buttons): move_resize the drag
2521         windows instead of just moving them; their height may change 
2522         if we allow random widgets in there, or the theme changes.
2523         (gtk_tree_view_size_allocate): move button size allocation 
2524         above emitting the scroll signals, to ensure a sane state when we
2525         hit user code
2526         (gtk_tree_view_button_release): remove queue_resize after
2527         tree_view_set_size(), set_size() will handle any resize queuing
2528         that's needed
2529         (gtk_tree_view_focus_in): just queue a draw, don't fool with
2530         draw_focus goo
2531         (gtk_tree_view_focus): use gtk_get_current_event() and
2532         gdk_event_get_state()
2533         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
2534         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
2535         semicolon
2536         (gtk_tree_view_create_button): show the button here
2537         (gtk_tree_view_button_clicked): actually emit the clicked signal
2538         on the column
2539         (_gtk_tree_view_set_size): return right away if the size is
2540         unchanged, as a cheesy optimization
2541         (gtk_tree_view_setup_model): rename set_model_realized to 
2542         setup_model to match the flag that indicates whether we've 
2543         called it
2544         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
2545         exist, because set_scroll_adjustment does that and it shouldn't
2546         matter what order you call these in
2547         (gtk_tree_view_get_vadjustment): ditto
2548         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
2549         for paranoia
2550         (gtk_tree_view_set_headers_visible): call
2551         gtk_tree_view_map_buttons() instead of using cut-and-paste code
2552         (gtk_tree_view_append_column): clarify whether the return value
2553         is the count of columns before or after, and do the increment 
2554         separately from the return statement so you can tell from the code.
2555         (gtk_tree_view_remove_column): ditto
2556         (gtk_tree_view_insert_column): ditto
2557         (gtk_tree_view_get_column): remove g_return_if_fail for columns
2558         outside the existing range, the docs say that outside-range
2559         columns are allowed, so we handle them as documented. (Presumably
2560         this allows a nice loop with column != NULL as test.)
2561         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
2562         mean (left/right/center etc.).
2563         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
2564         (gtk_tree_view_expand_row): add docs
2565         (gtk_tree_view_collapse_row): add docs
2566
2567         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
2568         function to emit the clicked signal on a column
2569         
2570         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
2571         state of an event
2572         (gdk_event_get_time): don't treat GDK_SCROLL 
2573         as a button event, remove default case from switch so gcc 
2574         will whine if we don't explicitly handle all event types
2575
2576         * gtk/gtktreeselection.h: added some FIXME 
2577         
2578         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
2579         "columns" to "n_columns" and "column" to "columns" for clarity
2580
2581 2000-12-16  Havoc Pennington  <hp@pobox.com>
2582         
2583         * gtk/gtktextiter.c: General cleanup of the log attr iteration
2584         stuff. This should make e.g. the delete key work again in the
2585         text widget...
2586         (gtk_text_iter_forward_cursor_positions): handle negative count
2587         (gtk_text_iter_backward_cursor_positions): handle negative count
2588         (gtk_text_iter_forward_word_ends): handle negative count
2589         (gtk_text_iter_backward_word_starts): handle negative count
2590
2591         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
2592         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
2593         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
2594         GObject. No doubt will cause breakage.
2595
2596         * demos/gtk-demo/textview.c: remove hacks around
2597         non-GObject-ification of the text objects
2598
2599         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
2600         the text tag
2601         
2602 2000-12-14  Havoc Pennington  <hp@pobox.com>
2603
2604         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
2605         that we have Xrender
2606
2607 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
2608
2609         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
2610         Add two virtualized functions gdk_drawable_get_clip_region - to
2611         get the clip region when drawing.
2612         
2613         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
2614         use invalidate_region.
2615
2616         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
2617         region.
2618
2619         * acconfig.h configure.in: Check for Xft. For now, assume
2620         that if Xft is found, Pango was compiled with Xft support
2621         as well.
2622
2623         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
2624         gdk_colormap_query_color().
2625         
2626         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
2627         with Xft if appropriate.
2628
2629         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
2630         a pangoxft context if we have XFT and the environment
2631         variable GD_USE_XFT is set.
2632         
2633         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
2634         and also possibly an XftDraw structure.
2635
2636         * gtk/gtkfontsel.c: Handle the case where the font from the
2637         style doesn't match any of the fonts a bit better.
2638         
2639         * gtk/testgtk.c: Add tabs between directional segments for
2640         hebrew/arabic test. (Not really necessary, just a little
2641         prettier.)
2642
2643 2000-12-14  Havoc Pennington  <hp@redhat.com>
2644
2645         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
2646         reading a file
2647
2648 2000-12-14  Havoc Pennington  <hp@redhat.com>
2649
2650         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
2651         unused call to get_last_line()
2652
2653         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
2654         here until boxed is working (and maybe after that - we should
2655         really not gratuitously break old code)
2656
2657         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
2658         specific types for font_desc and tabs args, move them to
2659         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
2660         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
2661
2662         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
2663         use GTK_TYPE_POINTER for signal signatures as a hack-around
2664
2665         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
2666         PangoTabArray
2667
2668         * gtk/gtktextlayout.c (line_display_iter_to_index): 
2669         make static
2670         (line_display_index_to_iter): make static
2671
2672         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
2673         to marshal a string not a boxed
2674
2675         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
2676
2677         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
2678         since the UTF-8 isn't validated yet
2679
2680         * gtk/gtktextsegment.c (char_segment_check_func): don't require
2681         lines to end in '\n'
2682         
2683         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
2684         forward_to_delimiters, and grapheme boundaries
2685         (gtk_text_view_delete_from_cursor): properly handle non-newline
2686         delimiters, and grapheme boundaries
2687
2688         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
2689         to gtk_text_iter_forward_to_delimiters, and make it work properly
2690         if empty lines end with a character other than '\n'
2691
2692         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
2693         position
2694
2695 2000-12-15  Tor Lillqvist  <tml@iki.fi>
2696
2697         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
2698
2699         * gtk/gtk.def
2700         * gdk/gdk.def: Update.
2701
2702         * gdk/win32/gdkmain-win32.c
2703         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
2704         gdkmain-win32.c here.
2705
2706         * gdk/win32/makefile.mingw.in (all): No need to make
2707         gdk-win32res.o here, the makefile one step up will call us to make
2708         it.
2709
2710         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
2711         gdkkeys-win32.
2712
2713         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
2714
2715         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
2716         call to g_source_add().
2717
2718         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
2719         leak. Thanks to Andreas Kemnade.
2720
2721 2000-12-13  Havoc Pennington  <hp@pobox.com>
2722
2723         * gtk/gtktextbtree.h: Remove double _ in front of some functions
2724
2725         * gtk/gtktext*.[hc]: update accordingly
2726         
2727 2000-12-13  Havoc Pennington  <hp@pobox.com>
2728
2729         * gtk/gtktextbtree.h: Put _ in front of every function in this 
2730         header file
2731
2732         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
2733
2734 2000-12-13  Alex Larsson  <alexl@redhat.com>
2735
2736         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
2737         Add support for ps2 intellimouse.
2738
2739         * gdkkeyboard-fb.c:
2740         Move shift-F1 repaint handling to xlate handler only.
2741         
2742         * docs/README.linux-fb:
2743         Add imps2 to docs.
2744         Document the new refresh keys.
2745         
2746 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
2747
2748         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
2749
2750         * gtk/gtkbox.c: change property types from (u)long to (u)int for
2751         ::position and ::padding.
2752
2753         * gtk/gtkcontainer.c: make ::border_width an INT property.
2754
2755         * gtk/gtkpacker.c: make ::position an INT property.
2756
2757         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
2758         guard against NULL h/v scrollbars, since this is used at construction
2759         time.
2760
2761         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
2762         internal gtk_clist_constructor().
2763
2764         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
2765         gtk_ctree_constructor().
2766
2767         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
2768         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
2769
2770         * docs/reference/Makefile.am: fun stuff, disabled docs generation
2771         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
2772
2773         * gtk/gtkwidget.[hc]:
2774         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
2775         and gtk_widget_get().
2776         (gtk_widget_new): use g_object_new_valist().
2777         (gtk_widget_set): use g_object_set_valist().
2778
2779         * gtk/gtkobject.[hc]:
2780         removed gtk_object_arg_get_info(), gtk_object_getv(),
2781         gtk_object_query_args(), gtk_object_newv(),
2782         gtk_object_class_add_signals(),
2783         gtk_object_class_user_signal_new(),
2784         gtk_object_class_user_signal_newv(),
2785         gtk_object_arg_set(), gtk_object_arg_get(),
2786         gtk_object_args_collect(),
2787         gtk_object_default_construct(),
2788         gtk_object_constructed(),
2789         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
2790         removed nsignals, signals and n_args members from GtkObjectClass.
2791         (gtk_object_new): use g_object_new_valist().
2792         (gtk_object_set): use g_object_set_valist().
2793         (gtk_object_get): use g_object_get_valist().
2794         
2795         * gtk/gtkcompat.h: define gtk_object_default_construct().
2796         
2797         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
2798         g_object_new().
2799
2800         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
2801         fucntions, cleaned up method assignments (make sure your structures
2802         are setup properly before calling out). removed all GTK_CONSTRUCTED
2803         hacks ;)
2804
2805 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
2806
2807         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
2808         off-by-one error in checks. (Dave Lambert)
2809
2810 2000-12-12  Alexander Larsson  <alexl@redhat.com>
2811
2812         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
2813         Don't free gdk_fb_keyboard twice.
2814
2815 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
2816
2817         * gtk/testgtk.c:
2818         (create_tooltips): 
2819         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
2820         use GObject swapped_signal:: properties instead.
2821
2822         * gtk/gtkcellrenderertoggle.c: 
2823         * gtk/gtkcellrenderertextpixbuf.c: 
2824         * gtk/gtkcellrenderertext.c: 
2825         * gtk/gtkcellrendererpixbuf.c: 
2826         * gtk/gtkcellrenderer.c:
2827         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
2828         missing warnings for invalid property ids, install properties
2829         with g_object_class_install_property() now.
2830         
2831         * gtk/gtksignal.c:
2832         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
2833         
2834 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
2835         
2836         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
2837         to determine if a window is the focus widget within
2838         its toplevel.
2839
2840         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
2841         to be boolean.
2842
2843         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
2844         of the case where the container CAN_FOCUS to here instead
2845         of having it in each individual move-the-focus place.
2846
2847         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
2848         focusing to be geometric in a much more obvious sense. Arrowing
2849         around is still non-intuitive because it isn't perfect and
2850         because entries, etc, grab the arrow keys, but it at least
2851         usually will do what you expect now.
2852         
2853         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
2854         file.
2855
2856         * gtk/gtknotebook.c: Change tabs to be a single item in
2857         the focus chain. Make movement of focus on tabs with arrow
2858         keys wrap around.
2859         
2860         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
2861         CHECK_FIND_CHILD macro to give informative error messages
2862         instead of silent returns.
2863
2864         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
2865         flag since we handle GdkReturn on the tabs.
2866
2867         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
2868         windows rather than sending expose events directly.
2869
2870         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
2871         definition for GtkNotebookPage into .c file, since it is private.
2872
2873         * gtk/testgtk.c (create_notebook): Add option for 
2874         testing borderless notebook.
2875
2876         * gtk/testgtk.c (page_switch): Removed egregious poking
2877         around in GTK+ internals.
2878
2879         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
2880
2881         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
2882         properly through gtk_clist_focus. Make the title headers a
2883         single item in the tab-focus chain, and make left-right wrap
2884         around.
2885
2886         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
2887         focus method so that wrapping around works properly.
2888
2889         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
2890         that is handled for the widget now. 
2891
2892 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
2893
2894         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
2895         widgets as TOPLEVEL.
2896
2897         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
2898         TOPLEVEL widgets are containers.
2899
2900         * gtk/gtkinvisible.h: Remove useless include.
2901
2902 2000-12-11  Havoc Pennington  <hp@redhat.com>
2903
2904         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
2905         Handle chopping off \r\n and 0x2029 in addition to \n before
2906         passing to PangoLayout
2907
2908         * gtk/gtkimcontextsimple.c
2909         (gtk_im_context_simple_get_preedit_string): 
2910         return an empty string if no match is pending
2911
2912         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
2913         assertion that the returned preedit string was sane
2914
2915         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
2916         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
2917         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
2918
2919 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
2920
2921         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
2922         Fix up finalizer to chain to its parent.
2923
2924 2000-12-11  Alexander Larsson  <alexl@redhat.com>
2925
2926         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
2927         Clearified the difference between the keyboard types. Wrote a note
2928         about the magic sysrq key to get out of raw mode.
2929
2930 2000-12-09  James Henstridge  <james@daa.com.au>
2931
2932         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
2933         member to hold masks for detecting the start of a protocol packet.
2934         (mouse_devs): add packet start masks for ps2 and ms device types.
2935         Left the mask for fidmour blank, as I have no idea what it should
2936         be.
2937         (handle_mouse_io): skip bytes until we get to the start of a
2938         packet.  My Logitech mouse seems to be passing an extra NULL pad
2939         byte, and GPM does a similar thing here.
2940         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
2941         this is the ms mouse driver.
2942         (gdk_fb_mouse_ms_packet): fix up button handling, which was
2943         completely broken except for button1.  It was checking the wrong
2944         bit in the packet for the status of the right mouse button, and
2945         wrongly assuming right == button2 rather than 3.  I fixed that and
2946         also added support for middle button (button2).
2947
2948 2000-12-08  Havoc Pennington  <hp@redhat.com>
2949
2950         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
2951         that cause a segfault on text insertion
2952
2953         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
2954         warning
2955
2956         * gtk/gtktextiter.c (test_log_attrs): use
2957         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
2958
2959         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
2960         Get log attrs for a line, using a cache stored on the buffer
2961         
2962         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
2963         reported by Jeff Franks
2964
2965 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
2966
2967         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
2968         /dev/ttyS0 -> /dev/mouse
2969
2970 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
2971
2972         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
2973         Added dummy gdk_fontset_load.
2974
2975 2000-12-08  Alexander Larsson  <alexl@redhat.com>
2976
2977         * docs/README.linux-fb:
2978         * docs/Makefile.am:
2979         Initial GtkFB docs.
2980         
2981         * gdk/linux-fb/Makefile.am:
2982         Define GDK_DATA_PREFIX.
2983
2984         * gdk/linux-fb/gdkmain-fb.c:
2985         Fix typo.
2986         Change default display to /dev/fb0.
2987
2988         * gdk/linux-fb/gdkpango-fb.c:
2989         Add $(prefix)/share/fonts/ to font path.
2990         
2991 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
2992
2993         * gdk/linux-fb/gdkkeyboard-fb.c:
2994         New file containing the abstracted keyboard driver. Most code
2995         taken from gdkinput-ps2.c
2996
2997         * gdk/linux-fb/gdkinput-ps2.c:
2998         Removed file.
2999         
3000         * gdk/linux-fb/Makefile.am:
3001         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
3002
3003         * gdk/linux-fb/gdkcolor-fb.c:
3004         display->fb was renamed to display->fb_fd.
3005
3006         * gdk/linux-fb/gdkcursor-fb.c:
3007         gdk_mouse_get_info -> gdk_fb_mouse_get_info
3008
3009         * gdk/linux-fb/gdkinput.c:
3010         Moved gdk_input_init here from gdkinput-ps2.c
3011
3012         * gdk/linux-fb/gdkmain-fb.c:
3013         display->fb was renamed to display->fb_fd.
3014         Now the tty and the console is opened here instead
3015         of in the keyboard driver. Also check GDK_VT to see what
3016         tty to open.
3017         Move gdk_beep () here from gdkinput-ps2.c
3018         gdk_mouse_get_info -> gdk_fb_mouse_get_info
3019
3020         * gdk/linux-fb/gdkmouse-fb.c:
3021         Add header.
3022         gdk_mouse_get_info -> gdk_fb_mouse_get_info
3023         Return correct keyboard modifiers.
3024         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
3025
3026         * gdk/linux-fb/gdkprivate-fb.h:
3027         Add tty and vt info to display.
3028         Add orignal modeinfo storage to display
3029         Update global functions
3030
3031         * gdk/linux-fb/gdkwindow-fb.c:
3032         Added gdk_fb_window_find_focus().
3033         gdk_mouse_get_info -> gdk_fb_mouse_get_info
3034
3035 2000-12-07  Havoc Pennington  <hp@pobox.com>
3036
3037         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
3038         function, noticed by Alex
3039
3040 2000-12-06  Elliot Lee  <sopwith@redhat.com>
3041
3042         * configure.in: Detect freetype properly
3043
3044         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
3045         above.
3046
3047 2000-12-06  Alexander Larsson  <alexl@redhat.com>
3048
3049         * gdk/linux-fb/Makefile.am:
3050         Add gdkmouse-fb.c
3051         
3052         * gdk/linux-fb/gdkmouse-fb.c:
3053         New file. Abstracted the mouse drivers a bit.
3054
3055         * gdk/linux-fb/gdkcursor-fb.c:
3056         The cursor hide/show functions was moved here from gdkinput-ps2.c.
3057
3058         * gdk/linux-fb/gdkinput-ps2.c:
3059         Removed old mouse handling code. Moved cursor handling code
3060         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
3061         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
3062         gdk_mouse_get_info.
3063
3064         * gdk/linux-fb/gdkmain-fb.c:
3065         Pass NULL pointers for x,y in gdk_mouse_get_info call.
3066
3067         * gdk/linux-fb/gdkprivate-fb.h:
3068         Removed public gdk_fb_find_common_ancestor, added and renamed
3069         functions for the new mouse handling code.
3070
3071         * gdk/linux-fb/gdkwindow-fb.c:
3072         Moved gdk_fb_window_send_crossing_events here. added global
3073         variable gdk_fb_window_containing_pointer. made
3074         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
3075         renamed to gdk_mouse_get_info.
3076
3077 2000-12-06  Alexander Larsson  <alexl@redhat.com>
3078
3079         * gdk/linux-fb/gdkevents-fb.c:
3080         Update to match latest gmain/gsource changes.
3081
3082         * gdk/linux-fb/gdkinput-ps2.c:
3083         Bogus gdk_keymap_get_entries_for_keycode implementation so that
3084         it links. Will be implemented later.
3085
3086 2000-12-03  Havoc Pennington  <hp@pobox.com>
3087
3088         * gdk/Makefile.am: add gdkkeys.[hc]
3089
3090         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
3091         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
3092
3093         * acconfig.h, configure.in: add checks and command line options
3094         for XKB
3095
3096         * gdk/x11/gdkkeys-x11.c: Implement the above functions
3097         
3098         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
3099         and group in the key event
3100
3101         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
3102         field with the low-level hardware key code, and a group
3103         field with the keyboard group
3104
3105         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
3106         and declare a couple globals used for keymap handling
3107         
3108         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
3109         hold down Shift-Control and type a hex number to get a Unicode 
3110         character corresponding to the hex number
3111         (gtk_im_context_simple_get_preedit_string): Fix cursor position
3112         (return bytes not chars)
3113
3114 2000-12-05  Elliot Lee  <sopwith@redhat.com>
3115
3116         * gdk/gdkcolor.h: Make GdkColor specify element sizes
3117         to avoid waste on 64-bit platforms.
3118
3119 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
3120
3121         * INSTALL: Fix link to PNG home, remove reference
3122         to fribidi.
3123
3124         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
3125         
3126         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
3127         tested.)
3128
3129         * gtk/gtkcheckmenuitem.c: Permanently turn on
3130         always_show_toggle.
3131
3132         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
3133         be NULL. (Vladimir Klebanov, #26545)
3134
3135         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
3136         some signed/unsigned comparison problems. (#6510,
3137         David Kaelbling)
3138
3139         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
3140         return type to boolean (Oskar Liljeblad, #18648)
3141
3142 2000-12-05  Alexander Larsson  <alexl@redhat.com>
3143
3144         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
3145         Remove bogus colormap setting.
3146
3147 2000-12-05  Alexander Larsson  <alexl@redhat.com>
3148
3149         * gdk/linux-fb/gdkcolor-fb.c:
3150         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
3151
3152         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
3153         Must set colormap.
3154         
3155 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
3156
3157         * docs/tutorial/gtk-tut.sgml: DND updates
3158
3159 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
3160
3161         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
3162         Remove old debug g_warning().
3163         (gdk_fb_draw_drawable): The src argument can be either a wrapper
3164         or an implementation, just pass the implementation to draw_drawable_2.
3165         
3166         * gdk/linux-fb/gdkprivate-fb.h:
3167         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
3168
3169         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
3170         clear and invalidate area when window is destroyed.
3171         (send_map_events): Remove old commented out code.
3172
3173 2000-12-05  Alexander Larsson  <alexl@redhat.com>
3174
3175         * gdk/linux-fb/gdkpango-fb.c:
3176         Use italic instead of oblique in font aliases.
3177         
3178         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
3179         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
3180         other unsupported functions.
3181
3182 2000-12-04  Havoc Pennington  <hp@redhat.com>
3183
3184         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
3185
3186         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
3187
3188         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
3189
3190         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
3191         hack to avoid infinite loops (synthetic expose event) - 
3192         Owen has more appropriate fixes in a branch he'll check in later.
3193
3194         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
3195         separator, CR, and CRLF as line ends
3196
3197         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
3198         into lines using pango_find_paragraph_boundary(); other bits of
3199         the widget are still going to be broken if the boundary isn't '\n'
3200         though
3201
3202 2000-12-04  Alexander Larsson  <alexl@redhat.com>
3203
3204         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
3205         multiply.
3206
3207         * gdk/linux-fb/gdkpango-fb.c:
3208         Copied some 26.6 scaling macros from pango to clean up the rounding.
3209         (pango_fb_font_get_glyph_info): Correct sign on x value.
3210
3211         * gdk/linux-fb/gdkprivate-fb.h:
3212         Removed unreferenced external functions.
3213
3214         * modules/linux-fb/Makefile.am: Use ` instead of '.
3215
3216         * modules/linux-fb/basic.c:
3217         Remove dead code. In particular the dummy lang engine which broke all
3218         pango layouts in GtkFB. Don't include tables-big.i anymore.
3219
3220         * modules/linux-fb/tables-big.i:
3221         Upgrade to latest version from pango. Left for reference, basic_ranges
3222         moved to basic.c.
3223         
3224 2000-12-04  Havoc Pennington  <hp@redhat.com>
3225
3226         Fix bugs Alex found:
3227         
3228         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
3229         to "draw"
3230
3231         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
3232
3233         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
3234
3235         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
3236         implementation in here, apparently the expose() implementation was
3237         dead code.
3238
3239 2000-12-04  Alexander Larsson  <alexl@redhat.com>
3240
3241         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
3242         Return positive descent.
3243
3244 2000-12-02  Havoc Pennington  <hp@pobox.com>
3245
3246         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
3247         method and signal
3248         
3249         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
3250         calls gdk_window_process_updates() to push the exposes through
3251         (gtk_widget_class_init): No more draw signal, no
3252         gtk_widget_real_draw()  
3253         
3254         * gtk/gtkbin.c (gtk_bin_draw): remove
3255
3256         * gtk/gtkbox.c (gtk_box_draw): remove
3257
3258         * gtk/gtkbutton.c (gtk_button_draw): remove
3259
3260         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
3261
3262         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
3263
3264         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
3265
3266         * gtk/gtkclist.c (gtk_clist_draw): remove
3267
3268         * gtk/gtkentry.c (gtk_entry_draw): remove
3269
3270         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
3271
3272         * gtk/gtkfixed.c (gtk_fixed_draw): remove
3273
3274         * gtk/gtkframe.c (gtk_frame_draw): remove
3275
3276         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
3277
3278         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
3279
3280         * gtk/gtklayout.c (gtk_layout_draw): remove
3281
3282         * gtk/gtklist.c (gtk_list_draw): remove
3283
3284         * gtk/gtklistitem.c (gtk_list_item_draw): remove
3285
3286         * gtk/gtkmenu.c (gtk_menu_draw): remove
3287
3288         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
3289
3290         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
3291
3292         * gtk/gtknotebook.c (gtk_notebook_draw): remove
3293
3294         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
3295
3296         * gtk/gtkpacker.c (gtk_packer_draw): remove
3297
3298         * gtk/gtkrange.c (gtk_range_draw): remove
3299
3300         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
3301
3302         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
3303
3304         * gtk/gtktable.c (gtk_table_draw): remove
3305
3306         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
3307
3308         * gtk/gtktext.c (gtk_text_draw): remove
3309
3310         * gtk/gtktextview.c (gtk_text_view_draw): remove
3311
3312         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
3313
3314         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
3315
3316         * gtk/gtktree.c (gtk_tree_draw): remove
3317
3318         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
3319
3320         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
3321
3322         * gtk/gtkviewport.c (gtk_viewport_draw): remove
3323
3324         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
3325
3326         * gtk/gtkvscale.c (gtk_vscale_draw): remove
3327
3328         * gtk/gtkwindow.c (gtk_window_draw): remove
3329
3330 2000-20-01  Anders Carlsson  <andersca@gnu.org>
3331
3332         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
3333         a GtkToggleButton is both insensitive and active, it was being
3334         drawn by the GtkButton draw handler which doesn't check the
3335         state. Now it's calling gtk_toggle_button_paint instead.
3336         
3337 2000-12-01  Havoc Pennington  <hp@redhat.com>
3338
3339         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
3340         dangling pointers to the appearance attributes from the 
3341         line display
3342
3343         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
3344         width/height to mean "full width/height of drawable"
3345
3346         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
3347         click to select word/line
3348         
3349         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
3350         when getting log attrs. Get a slice, so that pixmaps and stuff
3351         are properly handled.
3352
3353         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
3354         paste into the selection (replaces selection now, previously
3355         crashed or added to selection). Reveals longstanding btree bug -
3356         select multiple lines, middle-click on the selection, boom. This
3357         isn't related to my changes though.
3358
3359         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
3360         PangoLogAttrs changes
3361         (gtk_entry_move_backward_word): ditto
3362
3363         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
3364         functions return bool whether the iter moved onto a
3365         dereferenceable position.
3366  
3367         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
3368         functions for motion in terms of display lines.
3369
3370         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
3371         get the buffer a mark is inside
3372         
3373 2000-12-01  Alexander Larsson  <alexl@redhat.com>
3374
3375         * gdk/linux-fb/Makefile.am:
3376         * modules/linux-fb/Makefile.am:
3377         Freetype 2 final uses freetype-config
3378
3379         * gdk/linux-fb/gdkpango-fb.c:
3380         Upgrade to use Freetype 2 final.
3381         More flexible support for font aliases, this also fixes a bug with
3382         GtkFontSelector, as the aliases must be visible in the font/family list,
3383         or GtkFontSelector reads uninitialized memory.
3384
3385 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
3386
3387         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
3388         XGetIMValues to properly terminate variable argument list, and do
3389         NULL return check for ic_values and xim_styles.
3390
3391         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
3392         Restore preedit state after XmbResetIC().
3393         
3394         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
3395         XvaCreateNestedList() should take XvaNestedList, but not
3396         XvaNestedList*.
3397
3398         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
3399         preedit_draw_callback, preedit_caret_callback): Match
3400         "preedit-changed" signal name to "preedit_changed" to be
3401         consistent to the spec.
3402
3403         * gtk/gtkimcontextsimple.c (check_table):
3404         Match "preedit-changed" to "preedit_changed" to be consistent
3405         to the spec.
3406
3407 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
3408
3409         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
3410         gc->clip_region == NULL>
3411
3412 2000-11-30  Tor Lillqvist  <tml@iki.fi>
3413
3414         Changes by Hans Breuer:
3415         
3416         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
3417         Dont't use negative width and height as max_hints. This fixes
3418         Owen's recent testgtk changes for win32.
3419
3420         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
3421         gdk_win32_hdc_release): These are exported and may be called with
3422         other drawable types than our GdkDrawableImplWin32 (?).
3423
3424         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
3425         so always #define USE_BACKING_STORE.
3426
3427         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
3428         of printf for debugging output.
3429
3430         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
3431         
3432         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
3433
3434         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
3435         declaration.
3436
3437         * gtk/gtktexttypes.h: Ditto.
3438
3439         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
3440         (GDK_VoidSymbol) also if in case of arg check failure.
3441
3442         * gtk/gtkimcontextsimple.c
3443         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
3444         position to the pointer, but to the variable it points to.
3445
3446         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
3447
3448         * gtk/gtk.def: Updates.
3449
3450 2000-11-29  Elliot Lee  <sopwith@redhat.com>
3451
3452         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
3453         GTK_TYPE_TREE_MODEL.
3454
3455 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3456
3457         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
3458         Set the size of the font from the description.
3459         (gdk_text_width): Gross hack that calculates the width
3460         of text by text_length * size/2. This is necessary because
3461         GtkLabel does some ugly gtk_string_width call to calculate
3462         an good size.
3463         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
3464
3465 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
3466
3467         * docs/tutorial/gtk-tut.sgml: DND updates
3468
3469 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3470
3471         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
3472         If you pass width or height == 0 to gdk_window_clear_area they
3473         should be calculated from the window size.
3474
3475 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3476
3477         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
3478         a grab, but no grab-cursor, use the cursor from the grabbed
3479         window. (gdk_fb_window_send_crossing_events): Send normal
3480         enter/leave notifications if grab and owner_events == TRUE.
3481
3482 2000-11-29  Alexander Larsson  <alexl@redhat.com>
3483
3484         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
3485         Do implicit button grabs, even if the window doesn't
3486         want the event.
3487         (gdk_fb_window_send_crossing_events): If there is a
3488         grab, only the grabbed window gets normal enter/leave
3489         notifications. On ungrab go from grabbed window to current.
3490         Don't send any notification to b when propagating from c -> b.
3491         If setting a grab on window, don't set prev_window.
3492         (handle_mouse_input): Send enter/leave events to the window the
3493         mouse is over, not the grabbed one.
3494         
3495 2000-11-28  Elliot Lee  <sopwith@redhat.com>
3496
3497         * gdk/gdkregion-generic.c: Zap warning.
3498         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
3499         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
3500
3501 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
3502
3503         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
3504         The cursor should be hidden if it is part of either the
3505         source or destination region. Not only if it is in both.
3506         (gdk_window_set_transient_for): Silence warnings.
3507
3508 2000-11-28  Alexander Larsson  <alexl@redhat.com>
3509
3510         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
3511         The default mode in X is Pie Arcs, therefore that is
3512         what Gtk+ uses.
3513
3514 2000-11-28  Alexander Larsson  <alexl@redhat.com>
3515
3516         * gdk/linux-fb/gdkinput-ps2.c:
3517         Implement correct EnterNotify/LeaveNotify:
3518         (gdk_fb_window_send_crossing_events): New function that sends
3519         all GdkCrossingEvents from the last mouse-window to the specified
3520         destination.
3521         (gdk_fb_window_visibility_crossing): Removed function.
3522         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
3523         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
3524         instead of gdk_window_get_pointer() for better readability.
3525
3526         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
3527         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
3528
3529         * gdk/linux-fb/gdkprivate-fb.h:
3530         removed gdk_fb_window_visibility_crossing, added
3531         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
3532
3533         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
3534         New function that finds the least common ancestor of two windows.
3535         (gdk_window_show, gdk_window_hide):
3536         Use gdk_fb_window_send_crossing_events.
3537         (gdk_fb_window_move_resize): Send configure events to toplevel
3538         windows. Use gdk_fb_window_send_crossing_events.
3539
3540 2000-11-27  Havoc Pennington  <hp@redhat.com>
3541
3542         * gtk/gtkprivate.h (enum): Remove a trailing comma
3543
3544 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
3545
3546         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
3547         the "changed" callback of the adjustment.  We need to redraw the
3548         spin button's arrows when the adjustment's range changes.
3549         (adjustment_changed_cb): Draw the arrows.
3550         (gtk_spin_button_value_changed): Draw the arrows.
3551
3552 2000-11-23  Alexander Larsson  <alexl@redhat.com>
3553
3554         * gdk/linux-fb/gdkselection-fb.c:
3555         Initial selection implementation.
3556
3557         * gtk/gtkselection.c:
3558         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
3559         requestor in gtk_selection_request.
3560         
3561         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
3562         Added gdk_selection_property atom.
3563
3564         * gdk/linux-fb/gdkprivate-fb.h:
3565         Export _gdk_selection_window_destroyed.
3566         Removed mask_off_x/y from GdkCursorPrivateFB.
3567         Removed hbearing, added top, left to PangoFBGlyphInfo.
3568
3569         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
3570         Call _gdk_selection_window_destroyed
3571         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
3572         the root window has been created.
3573         (static_dx_hack, static_dy_hack, compare_draw_rects,
3574         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
3575         in region. They are already sorted. Instead just traverse them in
3576         reverse if draw_direction < 0.
3577         
3578         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
3579         Double-clicks must be sent after the normal button_press.
3580         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
3581         
3582         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
3583         Pass _gdk_fb_screen_gc instead of NULL.
3584
3585         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
3586         Initialize gdk_selection_property.
3587         (gdk_event_make): Remove unused code.
3588
3589         * gdk/linux-fb/gdkcursor-fb.c:
3590         Make the pixmap for the cursor the same size as the mask. Also remove
3591         the mask_off_x/y fields in GdkCursorPrivateFB and combine
3592         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
3593         Now the whole cursor is visible.
3594
3595         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
3596         Fix bug where xdest+height instead of ydest+height was used
3597         to calculate if the source and dest overlapped. This fixes the
3598         redraw bug when the main window in testgtk was scrolled when
3599         partially covered by a tall window.
3600         Copy rectangles in region in order depending on draw_direction.
3601         Also moved the draw_direction flipping of start_y and end_y into
3602         the gc functions, as this might not be what all of them want.
3603         (gdk_fb_draw_lines): Support dashed lines.
3604         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
3605         so that the text is positioned correctly (was 1 pixel high).
3606
3607         gdk/linux-fb/gdkgc-fb.c:
3608         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
3609         all lines were drawn a pixel to short. Also checked the default of
3610         the rest of the values, and they're the same as X now.
3611
3612         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
3613         Clean up pixel positioning of the glyphs. Just use bgy->top and
3614         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
3615         to all divisions to get correct rounding behaviour.
3616
3617         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
3618         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
3619         Moved start_y/end_y flip into draw_drawable implementations.
3620         Flip also x rendering when draw_direction < 0.
3621         Remove unneccesary multiply with draw_direction.
3622
3623 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
3624
3625         * docs/tutorial/gtk-tut.sgml:
3626           - get rid of gtk_toggle_button_toggled FUD
3627           - start DND section - needs work - based on:
3628                 http://wolfpack.twu.net/docs/gtkdnd/
3629
3630 2000-11-22  Alexander Larsson  <alexl@redhat.com>
3631
3632         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
3633         Correct calculation of font metrics. Now GtkEntrys have sane
3634         size.
3635
3636 2000-11-22  Alexander Larsson  <alexl@redhat.com>
3637
3638         * gdk/gdktypes.h:
3639         Add new type GdkSpan
3640         
3641         * docs/reference/gdk/gdk-sections.txt,
3642         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
3643         gdk/gdkregion.h:
3644         Implement and document gdk_region_spans_intersect_foreach.
3645
3646         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
3647         Add new file gdkrender-fb.c which contains all core
3648         rendering code.
3649         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
3650         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
3651         (optimized rectangle fillers).
3652
3653         * gdk/linux-fb/gdkdrawable-fb2.c:
3654         Move all rendering code to gdkrender-fb.c.
3655         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
3656         Use the new span intersection functions in gdk_fb_fill_spans.
3657         gdk_fb_draw_rectangle() clips filled rectangles and calls
3658         gc->fill_rectangle with the result.
3659         gdk_fb_fill_spans() gets extra argument "sorted".
3660
3661         * gdk/linux-fb/gdkevents-fb.c:
3662         Remove unused includes and defines.
3663         New function gdk_fb_get_time() to get correct time for events.
3664
3665         * gdk/linux-fb/gdkinput-ps2.c:
3666         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
3667         Make sure to set the time of all events.
3668
3669         * gdk/linux-fb/gdkmain-fb.c:
3670         Use gdk_fb_get_time ().
3671
3672         * gdk/linux-fb/gdkprivate-fb.h:
3673         New virtual GC calls: fill_span & fill_rectangle.
3674         Export gdk_fb_get_time().
3675         gdk_fb_fill_spans() gets extra argument "sorted".
3676
3677         * gdk/linux-fb/mi*.c:
3678         Use GdkSpan instead of GdkRectangle.
3679         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
3680         from XFree 4 source)
3681         
3682 2000-11-22    <jrb@redhat.com>
3683
3684         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
3685         reversing the order in an if statement will do.  Doing so managed
3686         to make the treemodelsort half work.  Other half will follow after
3687         I get the insert function fully fixed.
3688
3689 2000-11-21  Elliot Lee  <sopwith@redhat.com>
3690         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
3691         more than 2 bits. Besides, I need to implement an evil hack. :)
3692
3693 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
3694
3695         * docs/tutorial/gtk-tut.sgml: minor corrections
3696
3697 2000-11-20  Jonathan Blandford <jrb@redhat.com>
3698         * gtk/gtktreemodelsort.h: Add convertion functions to let you
3699           convert to and from relative path's and iters.
3700
3701         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
3702           testing sorting functions a bit better.  Currently broken -- will
3703           fix in morning.
3704
3705 2000-11-20  Havoc Pennington  <hp@redhat.com>
3706
3707         * gtk/gtkwidget.c: Documented a bunch of functions in here
3708         (gtk_widget_realize): Warn if you try to realize
3709         a widget with no parent that isn't a toplevel
3710         (gtk_widget_intersect): return a gboolean
3711
3712 2000-11-20  Havoc Pennington  <hp@redhat.com>
3713
3714         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
3715         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
3716         scrolling to be implemented in GDK to finish. Also, right now
3717         we just size_allocate all children on every layout change,
3718         which is pretty lame. Test commented out of testtext.c, 
3719         until it works better.
3720
3721 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
3722
3723         * gdk/linux-fb/gdkdrawable-fb2.c:
3724         Removed unused arguments from gdk_fb_drawable_get_pixel().
3725
3726         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
3727         Renamed fidur specific mouse packet data in MouseDevice to
3728         generic. Used it in ps2 mouse handling code to avoid blocking
3729         reads.
3730
3731 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
3732
3733         * demos/gtk-demo/main.c: Changed to have the list become
3734         non-italic when the demo window is destroyed through an external
3735         event (like a close button).  Doing so found three bugs in the
3736         widget.
3737
3738         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
3739
3740         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
3741         we actually set the cell.
3742
3743         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
3744
3745         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
3746         free a leaked path.  Thanks memprof.
3747
3748 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
3749
3750         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
3751         off-by-one error when destroying allocated segments
3752         on failure. (Elliot)
3753
3754 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
3755
3756         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
3757         memleaks found by Evan Martin.
3758
3759 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
3760
3761         * Released 1.3.2
3762         
3763         * NEWS: Updates for 1.3.2
3764
3765 2000-11-17  Tor Lillqvist  <tml@iki.fi>
3766
3767         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
3768         but in general for window system specific events.
3769
3770         * gtk/gtk.def
3771         * gtk/makefile.mingw.in
3772         * gtk/makefile.msc.in: Update.
3773         
3774         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
3775
3776 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
3777
3778         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
3779         distribute gtk.immodules.
3780
3781         * gtk/Makefile.am (install-data-local): Don't install the
3782         gtk.immodules file created for the uninstalled modules;
3783         instead run gtk-query-immodules after install
3784
3785 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
3786
3787         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
3788         -rpath to the right install location.
3789
3790         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
3791         -export-dynamic.
3792
3793         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
3794         properly.
3795
3796 2000-11-15  Havoc Pennington  <hp@pobox.com>
3797
3798         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
3799         patch from Mikael Hermansson to temporarily stop blinking while
3800         the user is using the keyboard to type or navigate. 
3801
3802         Also, when blinking, stay on for longer than we stay off. Also,
3803         return from start_cursor_blink if !cursor_visible, to save
3804         checking that flag all over the place before we call
3805         start_cursor_blink.
3806
3807 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
3808
3809         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
3810         only contain a "fontset" line, which is now ignored.
3811
3812         * gtk/gtkentry.c (gtk_entry_button_release): Make 
3813         double-click-to-select-word work.
3814         
3815 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
3816
3817         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
3818         Don't move back one char when we are actually at the end of the 
3819         paragraph.
3820
3821 2000-11-15  Robert Brady  <robert@suse.co.uk>
3822
3823         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
3824         'o' < 'p'.
3825         
3826         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
3827         bind_textdomain_codeset.
3828
3829         (gtk_init_check): Make the warning about translating default:LTR
3830         sterner.
3831         
3832 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
3833
3834         * **/Makefile.am : remove unecessary rules for win32-specific
3835         config-substituted targets. If you want these rules, use
3836         --enable-maintainer-mode (called automatically by autogen.sh).
3837         Stops a lot of unneccessary make-time warnings.
3838
3839         * gtk/gtktext{layout,display}.c: Factor in total width as
3840         well as screen when figuring alignment for word-wrap as well as
3841         no wrap; this is necessary to handle lines that cannot be wrapped
3842         at all.
3843
3844 2000-11-15  Havoc Pennington  <hp@redhat.com>
3845
3846         * gtk/testtext.c: Implement essential color cycling feature
3847
3848 2000-11-15  Havoc Pennington  <hp@redhat.com>
3849
3850         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
3851         when we invalidate the main window.
3852
3853         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
3854         GtkTextView will now invalidate the side windows for us when text
3855         changes.
3856
3857 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
3858
3859         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
3860         unconditionally, since we may need to update the horizontal
3861         scrollbars even if the height didn't change.
3862
3863         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
3864         the extra attrs, since some of them affect size.
3865
3866         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
3867         x_offset correctly.
3868
3869 2000-11-15  Havoc Pennington  <hp@redhat.com>
3870
3871         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
3872         don't move the first line out into the margin, instead move the
3873         whole paragraph in order to make space for the first line within 
3874         the margin
3875
3876 2000-11-15  Havoc Pennington  <hp@redhat.com>
3877
3878         * gtk/gtktextview.c (changed_handler): offset redraw rect by
3879         xoffset in addition to yoffset, so horizontal scrolling doesn't
3880         break redraws
3881
3882 2000-11-15  Havoc Pennington  <hp@redhat.com>
3883
3884         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
3885         from the cursor
3886         (render_layout_line): fix reversed test that caused weird
3887         underlines to get drawn
3888
3889 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
3890
3891         * gdk/linux-fb/gdkprivate-fb.h:
3892         Fix debug macros.
3893         
3894 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
3895
3896         * gdk/linux-fb/gdkprivate-fb.h:
3897         Added virtual functions set_pixel, get_color,
3898         fill_span and draw_drawable to the GC.
3899         Added global _gdk_fb_screen_gc to use instead of
3900         NULL when drawing to the screen.
3901         Added _gdk_fb_gc_calc_state() prototype.
3902
3903         * gdk/linux-fb/gdkgc-fb.c:
3904         Call _gdk_fb_gc_calc_state() on any gc state change.
3905
3906         * gdk/linux-fb/gdkglobals-fb.c:
3907         Add _gdk_fb_screen_gc
3908                 
3909         * gdk/linux-fb/gdkdrawable-fb2.c:
3910         _gdk_fb_gc_calc_state() calculates best functions
3911         for the GC state and depth.
3912         Moved bpp specialized code to separate functions.
3913         Added optimized 24 bpp AA draw_drawable.
3914
3915         * gdk/linux-fb/gdkevents-fb.c:
3916         Silence gcc warning.
3917
3918         * gdk/linux-fb/gdkimage-fb.c:
3919         Use _gdk_fb_screen_gc
3920
3921         * gdk/linux-fb/gdkwindow-fb.c:
3922         Init and use _gdk_fb_screen_gc
3923
3924         * gdk/linux-fb/mitypes.h:
3925         Remove unused types.
3926
3927 2000-11-14  Havoc Pennington  <hp@pobox.com>
3928
3929         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
3930         to pixels
3931
3932 2000-11-14  Havoc Pennington  <hp@pobox.com>
3933
3934         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
3935
3936         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
3937         unknown char, no real reason we were using a variable. 
3938         Remove gtk_text_unknown_char variable. Fix all the text widget
3939         files accordingly.
3940
3941         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
3942         since the Unicode spec seems to prefer that character for our
3943         purposes.
3944
3945 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
3946
3947         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
3948         value of g_getenv() isn't freeable, so g_strdup it.
3949
3950         * modules/input/inuktitut.c: Inuktitut input method.
3951
3952         * modules/input/Makefile.am: Build this.
3953         
3954 2000-11-14  Elliot Lee  <sopwith@redhat.com>
3955
3956         * gtk/Makefile.am: Install gtk.immodules, needed for operation
3957         of gtk programs.
3958
3959 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
3960
3961         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
3962         reversed > that was causing Home to go to end of previous line.
3963
3964         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
3965         modified-keypresses (leave for bindings.)
3966
3967         * modules/input/Makefile.am: Remove useless -export-dynamic
3968         from module LDFLAGS.
3969
3970 2000-11-14  Havoc Pennington  <hp@redhat.com>
3971
3972         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
3973         higher.
3974
3975         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
3976         account. Also, render rise, underline, background, etc. for
3977         pixbufs as well as text. Also, draw underlines one pixel higher.
3978
3979         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
3980         PangoAttribute for the rise, so it gets drawn properly. Also,
3981         add the GtkTextAppearance attribute for pixbuf/widget segments
3982         as well; we should go ahead and have rise, underline, background,
3983         stipple work for those
3984
3985         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
3986         Pango
3987
3988 2000-11-15  Tor Lillqvist  <tml@iki.fi>
3989
3990         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
3991
3992         * gtk/gtk.def: Update.
3993
3994         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
3995         included.
3996         (gtk_rc_get_im_module_file): Use run-time installation directory
3997         on Win32.
3998
3999         * gdk/win32/rc/gdk.rc: Remove.
4000         * gdk/win32/rc/gdk.rc.in: New file.
4001         * gdk/win32/rc/Makefile.am: New file
4002         * gdk/win32/Makefile.am: Corresponding changes.
4003
4004         * gtk/gtk.rc: Remove.
4005         * gtk/gtk-win32.rc.in: New file.
4006         * gtk/Makefile.am: Corresponding changes.
4007
4008         * configure.in: Corresponding changes.
4009
4010         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
4011         has a built gtkcompat.h. Developers using CVS code on Win32 can
4012         hand-edit it from gtkcompat.h.in.
4013
4014         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
4015         gtkcompat.h from gtkcompat.h.win32.
4016
4017 2000-11-14  Havoc Pennington  <hp@redhat.com>
4018
4019         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
4020         to default to GDK_ACTION_MOVE if the drag is within a single
4021         widget. Defaults to GDK_ACTION_COPY between widgets.
4022
4023 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
4024
4025         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
4026
4027         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
4028
4029         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
4030         srcdir != builddir
4031
4032         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
4033
4034         * configure.in (GTK_VERSION): Up to 1.3.2
4035
4036         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
4037         gtkimcontextxim.h
4038
4039         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
4040         missing doc comment.
4041
4042 2000-11-14  Alexander Larsson  <alexl@redhat.com>
4043
4044         * modules/linux-fb/basic.c:
4045         Use the glib iconv wrappers.
4046
4047 2000-11-13  Havoc Pennington  <hp@pobox.com>
4048
4049         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
4050         still more bugs.
4051
4052         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
4053         scroll the GdkWindows before realization.
4054
4055 2000-11-13  Havoc Pennington  <hp@redhat.com>
4056
4057         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
4058         where GC didn't always get updated properly
4059
4060         * demos/gtk-demo/textview.c (create_tags): Use subattributes
4061         of fonts instead of setting the entire font
4062
4063         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
4064         setting entire font
4065
4066         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
4067
4068         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
4069         a bunch of individually-settable font attributes. You can still 
4070         use the "font" and "font_desc" args, they just set all the font
4071         attributes at once.
4072
4073 2000-11-13 Elliot Lee <sopwith@redhat.com>
4074
4075         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
4076
4077 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
4078
4079         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
4080         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
4081
4082         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
4083         work better.
4084
4085 2000-11-13  Havoc Pennington  <hp@redhat.com>
4086
4087         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
4088         the module file.
4089
4090         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
4091         dest->language
4092
4093         * gtk/testtext.c: Test pixels above/below/inside paragraphs
4094         settings
4095
4096         * gtk/gtktextview.c: Implement object args and setters/getters for
4097         all the aspects of the GtkTextAttributes that are not set from
4098         GtkWidget attributes. This is spacing, justification, margins,
4099         etc.
4100
4101         (gtk_text_view_set_arg)
4102         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
4103         args
4104         (gtk_text_view_class_init): Add args for justify, left_margin,
4105         right_margin, indent, and tabs
4106         
4107
4108         * gtk/gtktextlayout.c (set_para_values): fix to display indent
4109         attribute properly
4110
4111         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
4112         replace with indent attribute
4113
4114         * gtk/gtktextlayout.c (set_para_values): multiply indent by
4115         PANGO_SCALE
4116
4117         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
4118         rearranging code to do that
4119         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
4120         i.e. don't subtract the top_margin first, just to keep
4121         all margin-futzing in one place.
4122
4123         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
4124
4125         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
4126         special case of last line, Pango now handles this itself.
4127         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
4128         Y coordinate
4129         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
4130         (find_display_line_above): wasn't moving the byte index as it
4131         iterated over lines, so always returned byte 0. Also, port to use
4132         PangoLayoutIter.
4133         (find_display_line_below): same problem as
4134         find_display_line_above. Also, port to use PangoLayoutIter.
4135
4136 2000-11-13  Alexander Larsson  <alexl@redhat.com>
4137
4138         * gdk/linux-fb/*.[ch]:
4139         Massive reindent to gtk+ standard. My hands hurt.
4140
4141         * gdk/linux-fb/gdkcolor-fb.c:
4142         Move GdkColorPrivateFB from inherited to windowing_data
4143
4144         * gdk/linux-fb/gdkcursor-fb.c:
4145         _gdk_cursor_new_from_pixmap made static
4146
4147         * gdk/linux-fb/gdkdnd-fb.c:
4148         GdkDragContextPrivate moved to windowing_data
4149
4150         * gdk/linux-fb/gdkdrawable-fb2.c:
4151         Removed endian.h, use glib endianness macros instead
4152         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
4153         and GDK_DRAWABLE_IMPL_FBDATA
4154
4155         * gdk/linux-fb/gdkfont-fb.c:
4156         Add empty gdk_font_load(). Needed for linking of Gtk+.
4157
4158         * gdk/linux-fb/gdkimage-fb.c:
4159         Removed endian.h, use glib endianness macros instead
4160         Moved GdkImagePrivateFB to windowing_data
4161         gdk_image_new_bitmap didn't always allocate enough
4162         memory.
4163
4164         * gdk/linux-fb/gdkinput-ps2.c:
4165         Added semi-working support for MS serial mice.
4166
4167         * gdk/linux-fb/gdkprivate-fb.h:
4168         s/GdkWindowPrivate/GdkWindowObject/
4169         Removed GdkWindowPrivate typedef
4170         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
4171         Removed GDK_DRAWABLE_P
4172         Move GdkColorPrivateFB from inherited to windowing_data
4173         Moved GdkImagePrivateFB to windowing_data
4174
4175         * gdk/linux-fb/gdkvisual-fb.c:
4176         Removed some unused debug code.
4177
4178         * gdk/linux-fb/gdkwindow-fb.c:
4179         Use stock cursors instead of including X headers.
4180         s/GdkWindowPrivate/GdkWindowObject/
4181
4182         * gdk/linux-fb/mitypes.h:
4183         Removed unused types.
4184
4185         * modules/linux-fb/basic.c:
4186         Use the pango fribidi wrappers.
4187
4188 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4189
4190         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
4191         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
4192         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
4193         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
4194         GEqualFunc where applicable.
4195         
4196         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
4197         pango_font_description_equal as changed in pango.
4198         
4199         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
4200
4201         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
4202
4203         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
4204
4205         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
4206
4207         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
4208
4209         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
4210
4211         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
4212         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
4213
4214         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
4215         gtk_rc_styles_compare -> gtk_rc_styles_equal.
4216
4217 2000-11-12  Havoc Pennington  <hp@pobox.com>
4218
4219         * demos/gtk-demo/Makefile.am (democodedir): change demo install
4220         dir to datadir/gtk+-2.0/demo
4221
4222         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
4223         sorts of text widget and Pango font bugs. Urgh.
4224
4225         * demos/gtk-demo/Makefile.am (demos): Add textview.c
4226
4227         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
4228         tree that you should double click to see the demo. Fix 
4229         types of variables to reflect changed return values from 
4230         GtkTreeStore and GtkTreeViewColumn constructors.
4231
4232         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
4233         newly-created buffer to prepare for GObject semantics
4234
4235         * gtk/testtext.c: don't leak the buffer with GObject semantics
4236
4237         * gtk/testtextbuffer.c: ditto
4238         
4239 2000-11-12  Havoc Pennington  <hp@pobox.com>
4240
4241         Rename this testgtk to gtk-demo to avoid confusion, and 
4242         install it so people can use it as a supplement to 
4243         the documentation.
4244         
4245         * demos/gtk-demo: Moved from demos/testgtk
4246
4247         * demos/testgtk: Removed
4248
4249         * configure.in: make Makefile in gtk-demo
4250         
4251         * demos/gtk-demo/Makefile.am: Install sample source to 
4252         datadir/gtk-demo (maybe there's a better place?), and 
4253         rename the binary to gtk-demo
4254         
4255         * demos/gtk-demo/main.c (load_file): Load installed sample
4256         source if source isn't found in pwd.
4257
4258 2000-11-09  Havoc Pennington  <hp@pobox.com>
4259
4260         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
4261         argument to set the char displayed when visibility == FALSE
4262         (gtk_entry_create_layout): If !entry->visible, replace 
4263         all chars with the "invisible char"
4264
4265         * gtk/testgtk.c: Test the invisible_char deal
4266         
4267 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
4268
4269         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
4270         can't get a native font in the right encoding.
4271
4272 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
4273
4274         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
4275         respectively.
4276
4277 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
4278
4279         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
4280         Fix warning when moving between paragraphs.
4281
4282         * gtk/gtkentry.[ch]: Change move => move_cursor, 
4283         delete => delete_from_cursor, insert => insert_at_cursor
4284
4285 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
4286
4287         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
4288
4289         * modules/input/imthai-broken.c: A Thai input method for use if
4290         Thai keys are really generating Latin1 keysyms.
4291
4292         * modules/input/Makefile.am: Build these.
4293
4294 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
4295
4296         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
4297         g_filename_{to,from}_utf8 now takes an extra parameter.
4298
4299         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
4300         strftime into UTF-8.
4301
4302         (column_from_x, gtk_calendar_paint_day_names): Support RTL
4303         calendars.
4304
4305         (gtk_calendar_paint_day_names): Draw day names in the right 
4306         place.
4307         
4308 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
4309
4310         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
4311         problem with using result of g_get_charset() backwards -
4312         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
4313
4314         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
4315         negative min_width/height and max_width/height to
4316         mean "requisition"; this allows setting a window
4317         to be user-resizable in only one direction easily.
4318
4319         * gtk/testgtk.c (create_main_window): Remove hard-coded
4320         usize - set a default size in the vertical direction.
4321
4322 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
4323
4324         * gtk/gtkrange.c: Add some missing casts. Support 
4325         2 and 3 button clicks on the arrows to mean 
4326         "move by pages" and "jump to end". (Like gtkspinbutton)
4327
4328 2000-11-12 Hans Breuer <Hans@Breuer.Org>
4329
4330         * gdk/win32/makefile.msc : reflect build module changes
4331
4332         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
4333         from GdkPixmap*, cast implementation member instead.
4334
4335         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
4336         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
4337         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
4338         more Gdi functions return value checking. 
4339         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
4340         GdkImagePrivateWin32 *.
4341
4342         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
4343         menus useable again. Add #pragma message to keep reminded on this issue.
4344         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
4345         windows. This allows to enable backing store on Win32!
4346
4347         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
4348         in drawable is of impl type. Correct specific type checks appropriate.
4349  
4350         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
4351         GDK_WINDOW_DESTROYED before allocating new resources.
4352
4353         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
4354
4355         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
4356         (gdk_window_foreign_new) initialize parent handle.
4357         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
4358
4359         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
4360         Let the GDI invalidate the window on MoveWindow call to fix scrolling
4361         problems (e.g. main buttons in testgtk). 
4362
4363 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
4364
4365         * gtk/gtkentry.c (gtk_entry_key_press): Call 
4366         gtk_widget_activate for GDK_Return.
4367
4368         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
4369         of preedit cursor position.
4370
4371 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
4372
4373         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
4374         static.
4375
4376 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
4377
4378         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
4379         out support for multiple locales; that simple doesn't
4380         work reliably with current Xlib
4381
4382         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
4383         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
4384         Add support for positioning the cursor within the preedit string.
4385
4386 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
4387
4388         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
4389         at XIM input method module.
4390
4391         * gtk/gtktextview.c: Check for bindings after passing
4392         events to im context filter.
4393
4394 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
4395
4396         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
4397         empty attribute lists properly.
4398
4399 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
4400
4401         * gtk/queryimmodules.c (main): Return non-zero exit
4402         status if errors were encountered querying any
4403         modules.
4404
4405         * modules/input/Makefile.am (moduledir): remove
4406         leftover bin program target.
4407
4408         * docs/make-todo: Fix typo in error message.
4409
4410 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
4411
4412         * configure.in: Add modules/input/Makefile
4413
4414 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
4415
4416         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
4417         don't include gtkthemes.h.
4418
4419         * gtk/testgtk.c gtk/testtext.c: Set environment variables
4420         to point
4421
4422         * gtk/Makefile.am: Add new .c and .h files, build 
4423         gtk-query-immodules and use it to create a gtk.immodules
4424         file for use of test programs.
4425
4426         * gtk/gtkpreview.c: remove extra blank line.
4427
4428 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
4429
4430         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
4431         Add the ability to add extra tables beyond the default
4432         one, and also the ability to have compose sequences 
4433         that are prefixes of other compose sequences. 
4434
4435         * gtk/gtkimcontextsimple.c: Export a preedit string which
4436         consists of possible candidates for keystrokes that have
4437         been entered but not yet committed.
4438
4439         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
4440         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
4441
4442         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
4443         Add a function to add input-method switching menu items
4444         to a menu.
4445
4446         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
4447         when switching input methods.
4448
4449         * gtk/gtkimcontextsimple.[ch]: Change the format of
4450         the compose table to allow compose tables of different
4451         lengths / sequence.
4452
4453 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
4454
4455         * gtk/gtkimmodule.[ch]: Support routines for loading
4456         GtkIMContext implementations dynamically at runtime.
4457
4458         * modules/input/imcyrillic-translit.c: A sample input
4459         method (based on GtkIMContextSimple with an extra table),
4460         which demonstrates preedit strings and the module
4461         system for input modules
4462
4463         * gtk/queryimmodules.c: Program to query the available
4464         input modules and write the results into a file.
4465          
4466         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
4467         extra config options "im_module_file" (cache file for
4468         input method modules), and "im_module_path" - path
4469         to look for modules when generating cache file.
4470
4471         This doesn't scale.
4472
4473 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
4474
4475         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
4476         generic code from gtkthemes into a new abstraction
4477         GtkModule which has the logic for implementing
4478         a loadable module which implements a number of 
4479         GObject types.
4480
4481 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
4482
4483         * gtk/gtkeditable.[ch]: Convert GtkEditable from
4484         a class into an interface  
4485         
4486         * gtk/gtkoldeditable.[ch]: Move the old editable
4487         implementation into here, so legacy widgets can
4488         still rely on the implemenation. GtkOldEditable
4489         exports GtkEditable. Make selection handling
4490         code use new text conversion functions (and
4491         handle UTF-8 as a side-effect). Use GtkClipboard
4492         for CLIPBOARD.
4493
4494         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
4495         Adopt to match above changes.
4496
4497         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
4498         avoid GtkOldEditable implementation. Restructure
4499         to reduce number of places that modify state directly.
4500         Move to GtkBindingSet. Display the preedit string.
4501         Queue recomputation of PangoLayout and scroll position
4502         to improve effiency of doing complex changes naively.
4503         Add a menu with cut/copy/paste and input method selection.
4504
4505 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
4506
4507         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
4508         to set preedit string and attributes; display preedit string by
4509         inserting string and attributes at cursor when creating the
4510         GtkTextLineDisplay.
4511
4512         * gtk/gtktextlayout.c: Move all conversions between byte
4513         positions in PangoLayout and GtkTextIter into new functions
4514         line_display_iter_to_index/index_to_iter that properly
4515         handle the preedit string.
4516
4517         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
4518         it to return const char * (eventually will end up
4519         as GCONST char *, most likely.)
4520
4521         * gtk/gtktextview.[ch]: Handle the preedit string, call
4522         gtk_im_context_reset() as necessary, add a menu to switch
4523         input methods.
4524         
4525         * gtk/gtktextlayout.[ch]: Remove useless
4526         gtk_text_layout_get_log_attrs() function.
4527
4528 2000-11-11  Tor Lillqvist  <tml@iki.fi>
4529
4530         * gdk/gdk.def
4531         * gtk/gtk.def: Update.
4532
4533         * gdk/win32/*.c: Add last argument to g_type_register_static()
4534         calls.
4535
4536         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
4537
4538         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
4539         generated by older wheel mouse drivers. Get the correct y
4540         coordinate from WM_MOUSEWHEEL messages.
4541
4542         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
4543         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
4544         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
4545         Debugging functions.
4546
4547         * gdk/win32/gdkprivate-win32.h: Declare them.
4548
4549         * gdk/win32/gdkinput-win32.h: Add declaration for
4550         gdk_input_window_destroy().
4551
4552         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
4553
4554 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
4555
4556         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
4557         function to help handle keeping things in sync.
4558
4559 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
4560
4561         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
4562         BOXED marshallers.
4563
4564         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
4565         (gtk_list_store_class_init): use the new BOXED marshallers.
4566
4567         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
4568         new_with_values to new_with_types.
4569         (gtk_tree_store_get_column_type): add this.
4570         (gtk_tree_store_class_init): use the new BOXED marshallers.
4571
4572         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
4573         mirror some POINTER marshallers.
4574
4575 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
4576
4577         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
4578         allow more interesting iterators.  Also, made the lifecycle of
4579         iterators more explicit.
4580
4581         * gtk/gtktreemodelsort.[ch]: New model for sorting.
4582
4583         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
4584         types.
4585
4586 2000-11-09  Alexander Larsson  <alexl@redhat.com>
4587
4588         * demos/testgtk/menus.c:
4589         Changes to make the new testgtk compile after
4590         gtk_menu_append was removed.
4591
4592         * gdk/linux-fb/gdkdrawable-fb2.c
4593         (gdk_fb_get_depth, gdk_fb_get_visual,
4594         gdk_drawable_impl_fb_class_init): Implement
4595         these drawable functions. Now GtkImages work again.
4596
4597         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
4598
4599         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
4600         
4601         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
4602         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
4603         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
4604         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
4605
4606 2000-11-08  Havoc Pennington  <hp@pobox.com>
4607
4608         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
4609         visible_set args, don't know where these had gone, I thought they
4610         used to be there
4611
4612         * gtk/testtext.c: Add a menu item to apply invisibility tag;
4613         now we can test the feature and see that it's totally broken.
4614
4615 2000-11-08  Havoc Pennington  <hp@pobox.com>
4616
4617         Make DND copy pixbufs and tags when source and target share a 
4618         tag table.
4619         
4620         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
4621         in-process GTK_TEXT_BUFFER_CONTENTS target
4622         (gtk_text_view_drag_data_received): Paste from
4623         GTK_TEXT_BUFFER_CONTENTS if we receive it.
4624
4625 2000-11-08  Alexander Larsson  <alexl@redhat.com>
4626
4627         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
4628         API changes.
4629
4630         * gtk/gtkmenu.c: Add support for scrolling menus.
4631         Remove gtk_menu_append/prepend/insert, these have been moved to
4632         gtkcompat.h as #defines.
4633
4634         * gtk/gtkcompat.h.in:
4635         Add compatibility #defines for gtk_menu_append/prepend/insert
4636
4637         * gtk/gtkmenu.h: Add data needed for scrolling menus.
4638         GtkMenuPositionFunc gets an extra argument push_in.
4639         gtk_menu_append/prepend/insert removed.
4640         
4641         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
4642         positioning behaviour to fit to scrolling menus.
4643
4644         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
4645         into menuitem->submeny. That is wrong, and broke torn
4646         off submenus of torn off menus, since they were unrealized
4647         when the first menu was unrealized.
4648
4649         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
4650         gtk_menu_shell_select_item() since these need to be overridden in
4651         GtkMenu.
4652
4653         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
4654         positioning behaviour to fit to scrolling menus.
4655         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
4656         the current item so that it is prelighted when the menu pops up.
4657         This is a workaround to the fact that the menu doesn't get the
4658         initial enter event (due to grabs).
4659
4660         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
4661         s/gtk_menu_append/gtk_menu_shell_append/
4662
4663         * gtk/gtknotebook.c:
4664         s/gtk_menu_insert/gtk_menu_shell_insert/
4665
4666         * gtk/testgtk.c (create_menu, create_menus):
4667         Create the first menu with 50 items so that menu scrolling
4668         can be tested.
4669         
4670         
4671         Patch from Jonathan Blandford  <jrb@redhat.com>
4672
4673         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
4674         system to handle size requests.  First, we ask what the size of
4675         the toggle is.  Then, when allocating the size, we allocate the
4676         toggle_size first.  This way we can have multiple menu-item
4677         classes w/o needing a seperate class for each.
4678
4679         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
4680         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
4681
4682         * gtk/gtkcheckmenuitem.c
4683         (gtk_check_menu_item_toggle_size_request): New function to handle
4684         the toggle size-request.
4685
4686 2000-11-07  Havoc Pennington  <hp@redhat.com>
4687
4688         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
4689         Half-ass somewhat fix this function, so that scrolling to the
4690         insertion point works. Pango hacking is in the future to really
4691         fix it.
4692
4693         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
4694         length of data, no longer used.
4695
4696         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
4697         method contents in here, get rid of destroy method
4698         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
4699         that were backward. Remove debug spew.
4700         (cut_or_copy): Make the clipboard work with insert_range to
4701         preserve tags and pixbufs, not just the primary selection.
4702
4703 2000-11-07  Havoc Pennington  <hp@redhat.com>
4704
4705         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
4706         to gtk_text_mark_get_visible
4707
4708         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
4709         bug that was generating an invalid iterator
4710
4711         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
4712         ensure_char_offsets() in front of code placing the iter in an
4713         invalid state.
4714
4715         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
4716         make override_location arg const
4717         (paste): Replace the selection if we paste into the 
4718         current selection
4719
4720         * gtk/gtkselection.h: Remove "GtkSelectioData"
4721         (struct _GtkSelectionData): move the definition here.
4722
4723         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
4724         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
4725
4726         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
4727
4728         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
4729         (gtk_text_buffer_insert_range_interactive): implement
4730         (gtk_text_buffer_get_tags): Remove, replaced by
4731         gtk_text_iter_get_tags()
4732
4733         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
4734         limit parameter, to avoid infinite linear scan.
4735         (gtk_text_iter_backward_search): Add search limit
4736         (gtk_text_iter_forward_find_char): Add search limit
4737         (gtk_text_iter_backward_find_char): Add search limit
4738
4739 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
4740
4741         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
4742         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
4743         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
4744         gdk/linux-fb/gdkwindow-fb.c:
4745         use g_object_new() instead of g_type_create_instance() which
4746         is a private function for fundamental type implementations.
4747
4748         * gdk/linux-fb/gdkinput-ps2.c:
4749         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
4750         instead just store the current modifier state. Add a (somewhat broken)
4751         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
4752         Rename exported function gdk_input_ps2_get_mouseinfo to
4753         gdk_input_get_mouseinfo.
4754
4755         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
4756         gdk/linux-fb/gdkwindow-fb.c:
4757         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
4758         
4759
4760 2000-11-02  Havoc Pennington  <hp@redhat.com>
4761
4762         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
4763         use stock buttons. Should be 100% source compatible, appropriate
4764         filesel fields now point to dialog->vbox and dialog->action_area.
4765         On the bizarre side, dialog->action_area and filesel->action_area
4766         are not the same widget.
4767         (gtk_file_selection_init): Put some padding around the selection
4768         entry, so it isn't touching the GtkDialog separator.    
4769
4770         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
4771         use stock buttons, etc. Should also be source compatible.
4772         Set the dialog default title in _init not _new().
4773         
4774         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
4775         Use stock buttons; don't put a button box inside the existing
4776         dialog button box. Don't bother with push/pop colormap anymore.
4777
4778         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
4779         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
4780         for message dialog, and necessary for the font selection and color
4781         selection with help and apply buttons.
4782         
4783         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
4784         to the created button widget. Set GTK_CAN_DEFAULT on the button.
4785         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
4786         between buttons, put less padding around the action area.
4787         (gtk_dialog_run): Exit on unmap rather than on destroy. 
4788         This will also exit the loop if the widget is hidden.
4789         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
4790         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
4791         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
4792         special-case delete event.
4793
4794         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
4795         formatting
4796         
4797 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
4798
4799         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
4800         button to temporarily disable position recording in the
4801         "saved position" test.
4802
4803 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
4804
4805         * gtk/gtkthemes.c: added compat code that temporarily implements
4806         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
4807         going to be revamped by owen's upcoming GtkModule patches, but
4808         untill then people want gtk to build, right? ;)
4809
4810 2000-11-04  Havoc Pennington  <hp@pobox.com>
4811
4812         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
4813         list
4814
4815         * docs/Changes-2.0.txt: Add note about
4816         gtk_container_get_toplevels()
4817
4818         * gtk/gtktextview.h: formatting
4819         
4820         * gtk/gtktextview.c: don't start descriptions with "Returns",
4821         confuses gtk-doc
4822
4823 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
4824
4825         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
4826         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
4827
4828 2000-11-03  Havoc Pennington  <hp@redhat.com>
4829
4830         * gtk/gtktexttagtable.c: Docs
4831         (gtk_text_tag_table_size): return a signed int
4832
4833         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
4834         (gtk_text_tag_event): make the event_object a GObject
4835
4836         * gtk/gtktextview.c: Write API docs for all functions.
4837
4838         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
4839         for gtk_text_view_get_window_type() called on one of the private
4840         windows.
4841
4842         * gtk/gtktextview.c: Instead of accessing text_view->buffer
4843         directly, call get_buffer() which demand-creates a default
4844         buffer. So gtk_text_view_new() can be used to create a view with a
4845         default buffer in it, if you just want an empty text box users can
4846         put data in. Useful for GUI builders also.
4847
4848 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
4849
4850         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
4851         the charset encodign portion MUST be in lowercase.
4852         * gtk/gtkrc.az: added file for Azeri language
4853
4854 2000-11-03  Havoc Pennington  <hp@redhat.com>
4855
4856         Get widgets working on the btree/buffer side. Display of them 
4857         still doesn't work.
4858         
4859         * gtk/gtktextview.c: start implementing child widget stuff
4860
4861         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
4862
4863         * gtk/gtktextlayout.c: handle embedded widgets
4864
4865         * gtk/gtktextdisplay.c: handle embedded widgets
4866
4867         * gtk/gtktextchild.c: Implement all the child anchor goo
4868
4869         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
4870         function
4871
4872         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
4873         (insert_pixbuf_or_widget_segment): abstract out common portions of 
4874         creating a child anchor or a pixbuf segment.
4875         (gtk_text_btree_create_child_anchor): new function
4876         (gtk_text_btree_unregister_child_anchor): new function
4877
4878         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
4879         allocate_child signal on GtkTextLayout
4880
4881         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
4882         values
4883         (gtk_text_iter_get_child_anchor): new function
4884
4885         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
4886         default handler for the changed signal, which calls
4887         gtk_text_buffer_set_modified(), instead of just always emitting
4888         changed then calling set_modified() manually. I guess this is
4889         maybe more flexible. It seems logical.
4890
4891 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
4892
4893         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
4894         now.
4895
4896         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
4897
4898 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
4899
4900         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
4901         been marked static.
4902
4903 2000-11-02  Havoc Pennington  <hp@redhat.com>
4904
4905         * gtk/testgtk.c (create_labels): had a test backward
4906
4907         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
4908         fields, so the dest GC ends up with the correct clip origin, 
4909         etc. Fixes a bug where colored labels didn't redraw 
4910         properly.
4911
4912 2000-11-02  Alexander Larsson  <alexl@redhat.com>
4913
4914         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
4915         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
4916         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
4917         Add last argument to t_type_register_static call.
4918         
4919         * gdk/linux-fb/gdkdrawable-fb2.c:
4920         Add last argument to t_type_register_static call.
4921         export the get_image drawable virtual function.
4922
4923         * gdk/linux-fb/gdkimage-fb.c:
4924         Add last argument to t_type_register_static call.
4925         rename gtk_image_get to _gdk_fb_get_image and
4926         export it for use by gdkdrawable-fb2.
4927
4928         * gdk/linux-fb/gdkprivate-fb.h:
4929         export _gdk_fb_get_image.
4930
4931         * gdk/linux-fb/gdkselection-fb.c:
4932         Add new api call stubs.
4933
4934         * gtk/Makefile.am:
4935         Missing ( in linux-fb part.
4936
4937         * modules/linux-fb/Makefile.am:
4938         Must link with gdk_pixbuf or get unresolved symbol.
4939
4940 2000-11-01  Havoc Pennington  <hp@pobox.com>
4941
4942         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
4943         GTK_TYPE_TEXT_ITER and BOXED marshallers
4944
4945         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
4946
4947         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
4948         
4949         * gtk/gtk-boxed.defs: add GtkTextIter
4950
4951         * gtk/gtkmarshal.list: Add marshallers for text widget that 
4952         properly use OBJECT and BOXED
4953
4954 2000-11-01  Havoc Pennington  <hp@redhat.com>
4955
4956         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
4957
4958         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
4959         before returning it. 
4960         
4961 2000-11-01  Havoc Pennington  <hp@redhat.com>
4962
4963         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
4964         Clip the rectangle to be rendered to the drawable, since
4965         get_from_drawable() requires a region within the drawable
4966
4967 2000-11-01  Havoc Pennington  <hp@redhat.com>
4968
4969         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
4970         from coordinates.
4971
4972 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
4973
4974         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
4975         it isn't NULL.
4976
4977 2000-11-01  Havoc Pennington  <hp@pobox.com>
4978
4979         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
4980         on a label
4981         (gtk_label_finalize): unref the attr list if any.
4982
4983         * gtk/testgtk.c (create_get_image): close test on second click
4984         (make_message_dialog): close dialog if it exists
4985
4986         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
4987
4988         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
4989         gdk-pixbuf
4990
4991         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
4992         from Pango markup format
4993         (gtk_label_set_markup_with_accel): ditto but with accelerator
4994         parsing
4995
4996         * gtk/gtkimage.c (gtk_image_expose): reformatting.
4997
4998         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
4999         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
5000         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
5001         call gdk_window_get_origin().
5002
5003         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
5004         implement GDK_PIXBUF_ALPHA_FULL
5005         
5006 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
5007
5008         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
5009         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
5010         g_signal_handlers_disconnect_matched to block/unblock and disconnect
5011         multiple handlers respectively, instead of only treating the
5012         first handler found (bug reported by owen).
5013
5014 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
5015
5016         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
5017
5018         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
5019
5020         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
5021         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
5022         gtk/gtktreeviewcolumn.h: Fixed inline docs.
5023
5024         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
5025         widget.  Needs writing someday.
5026
5027         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
5028         the docs.
5029
5030 2000-10-30  Havoc Pennington  <hp@redhat.com>
5031
5032         * gtk/gtktextview.h, gtk/gtktextview.c:
5033         Rename delete_at_cursor delete_from_cursor, and 
5034         move to move_cursor.
5035
5036 2000-10-30  Havoc Pennington  <hp@redhat.com>
5037
5038         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
5039         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
5040         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
5041         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
5042         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
5043         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
5044         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
5045         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
5046         gtktexttypes.h, gtktextview.c, gtktextview.h:
5047
5048         Massive reindentation and reformatting. Arg alignment and comments
5049         still need fixing in various places.
5050
5051 2000-10-30  Havoc Pennington  <hp@redhat.com>
5052
5053         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
5054         to be named insert_at_cursor and delete_at_cursor so C++ can
5055         handle them.
5056
5057 2000-10-28  Tor Lillqvist  <tml@iki.fi>
5058
5059         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
5060         to get a double directory separator in case the home directory
5061         ends with one. This would cause trouble especially on Windows,
5062         where the path will be confused with the syntax for an an UNC
5063         (network share) path \\server\share\path.
5064         (gtk_rc_add_initial_default_files): Ditto.
5065
5066 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
5067
5068         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
5069
5070         * gtk/gtktextview.c: Use correct marshallers.
5071
5072 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
5073
5074         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
5075         use new iter stuff, and added all the appropriate signals et al.
5076
5077         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
5078         code is internal to gtk only.
5079
5080 2000-10-28  Tor Lillqvist  <tml@iki.fi>
5081
5082         * gtk/gtk.def
5083         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
5084         glib-genmarshal etc.
5085
5086 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
5087
5088         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
5089         parallel builds.
5090
5091 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
5092
5093         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
5094
5095 2000-10-27  Robert Brady  <robert@suse.co.uk>
5096
5097         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
5098         en_GB (British), ia (Interlingua).
5099
5100 2000-10-26  Havoc Pennington  <hp@redhat.com>
5101
5102         * gtk/gtktextiter.c (my_strrstr): fix constness warning
5103
5104         Fixed output of:
5105         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
5106         
5107         * gtk/gtktextsegment.c (char_segment_new): rename
5108         (_char_segment_new_from_two_strings): rename
5109         (_toggle_segment_new): rename
5110         
5111         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
5112         (make_clipboard_widget): make it static
5113         (text_get_func): static
5114         (text_clear_func): static
5115
5116         * gtk/gtkcolorsel.c (adjustment_changed): make this function
5117         static
5118         (hex_changed): make it static
5119         (hsv_changed): make it static
5120         (opacity_entry_changed): make it static
5121
5122         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
5123         (toggle_segment_check_func): rename with _gtk
5124
5125         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
5126         (_widget_segment_new): rename
5127         (_widget_segment_add): rename
5128         (_widget_segment_remove): rename
5129         (_widget_segment_ref): rename
5130         (_widget_segment_unref): rename
5131
5132         * gtk/gtktextmark.c (_mark_segment_new): Rename
5133         _gtk_mark_segment_new   
5134
5135 2000-10-26  Havoc Pennington  <hp@redhat.com>
5136
5137         * gtk/gtkmarshal.list: add new marshallers used by the text widget
5138         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
5139         types
5140
5141         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
5142         marshaller types
5143
5144         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
5145         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
5146         license on these files.
5147
5148         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
5149         work.
5150
5151         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
5152         runtime random number different for each tree, instead of 
5153         a constant I made up.
5154
5155 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
5156
5157         * gtk/Makefile.am: buncha cleanups, kludged build sources
5158         dependencies with a Makefile: oldest-source-stamp dependancy
5159         for the moment. automake is really fighting us here, with
5160         intentionally not allowing user-defined rules or dependancies
5161         prior to it's -include $(DEP_FILES) statement. sucks rocks!
5162
5163         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
5164         to public headers. tehy have a comment stating that they are
5165         "semi-public" aren't included by gtk.h and if enums popup there,
5166         they can be /*< skip >*/-ed.
5167
5168         * gtk/gtktextlayout.h: 
5169         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
5170         added LGPL... <SIGH>
5171
5172 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
5173
5174         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
5175         GtkTreeIter.  Added iterators everywhere.
5176
5177         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
5178
5179         * gtk/gtktreeviewselection.c: Changed to use the iterators.
5180
5181         * gtk/gtktreestore.c: Changed to use the iterators.
5182
5183         * gtk/gtkliststore.c: Commented out the code.  Will convert to
5184         iterators tomorrow.
5185
5186         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
5187         iterators tomorrow.
5188
5189         * gtk/treestoretest.c: Changed to use iterators.
5190
5191         * demos/testgtk/main.c: Moved to use the new iterator system.
5192
5193 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
5194
5195         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
5196         localization misbehaviour.
5197
5198         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
5199         a useless type without copy/free.
5200
5201         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
5202         of GTK_TYPE_CTREE_NODE.
5203
5204 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
5205
5206         * gtk/gtksignal.c:
5207         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
5208         applicable.
5209
5210         * gtk/gtk-boxed.defs (GtkSelectionData): specify
5211         gtk_selection_data_copy and gtk_selection_data_free
5212         do GtkSelectionData work as params in signals.
5213
5214 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
5215
5216         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
5217         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
5218         couldn't they at least give it a non-standard name?
5219         
5220         * gtk/gtktextlayout.c: arg! yet another implementation of
5221         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
5222
5223         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
5224         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
5225         home. now i know this _is_ a conspiracy.
5226
5227         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
5228         ::state-changed.
5229
5230         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
5231         (gtk_accel_group_create_add): marshaller signature fixups.
5232
5233         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
5234         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
5235
5236         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
5237         anymore.
5238
5239 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
5240
5241         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
5242         due to the signal system changes, it wouldn't build currently. to
5243         be fixed soon.
5244
5245         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
5246
5247         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
5248         so it needs gtk_marshal_VOID__ENUM() instead of
5249         gtk_marshal_NONE__UINT().
5250
5251         * gdk/gdk*.c: adapted type registration functions.
5252
5253         * gtk/gtkbindings.c:
5254         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
5255         gone.
5256
5257         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
5258
5259         * gtk/gtkobject.c:
5260         (gtk_object_destroy):
5261         (gtk_object_shutdown): fixed recursion guards. basically we have to
5262         catch the case where any of GObject.shutdown() or gtk_object_destroy()
5263         is called during ::destroy, and avoid recursion there.
5264
5265         * gtk/gtktypeutils.c:
5266         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
5267         boxed_copy/boxed_free. this needs a more general solution based on a
5268         publically installed code-generator utility.
5269
5270         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
5271         glib's gobject has support for that now.
5272         define GtkSignalMarshaller in terms of GSignalCMarshaller.
5273
5274 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
5275
5276         * gtk/gtksignal.[hc]:
5277         * gtk/gtkmarshal.[hc]:
5278         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
5279         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
5280         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
5281         care of that.
5282
5283         * *.c: marshaller name fixups.
5284
5285         * gtk/gtkmarshal.list: added a comment briefing the format.
5286
5287 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
5288
5289         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
5290         compatibility macros here now. more specifically, most of
5291         the API is preserved (yes, _most_, nonwithstanding the
5292         following exceptions listed, the API is stil lHUGE ;)
5293         things that got removed completely:
5294         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
5295         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
5296         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
5297         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
5298         gtk_signal_remove_emission_hook().
5299         non-functional functions variants:
5300         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
5301         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
5302         not supported anymore.
5303         (gtk_signal_compat_matched): new internal function to aid
5304         implementation of the compatibility macros, it  provides
5305         functionality to block/unblock/disconnect handlers based
5306         on func/data.
5307
5308         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
5309
5310         * *.c: adaptions to new type registration API signatures.
5311
5312 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
5313
5314         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
5315
5316 2000-10-25  Robert Brady  <robert@suse.co.uk>
5317
5318         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
5319         gdk_property_delete): If window == NULL, assume the root window.
5320         (restoring the behaviour that was in 1.2).
5321         
5322         * gtk/testtext.c (save_buffer): Allow creation of new files when
5323         saving.
5324
5325         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
5326         calls to read().
5327
5328 2000-10-25  Tor Lillqvist  <tml@iki.fi>
5329
5330         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
5331
5332         * gdk/win32/gdkdrawable-win32.c
5333         * gdk/win32/gdkimage-win32.c
5334         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
5335         X11 backend.
5336
5337         * gdk/win32/gdkcc-win32.c
5338         * gdk/win32/gdkcolor-win32.c
5339         * gdk/win32/gdkfont-win32.c
5340         * gdk/win32/gdkinput-win32.c
5341         * gdk/win32/gdkmain-win32.c
5342         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
5343
5344 2000-10-24  Havoc Pennington  <hp@redhat.com>
5345
5346         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
5347         it a static function
5348
5349         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
5350         redraw text when a tag is applied to it.
5351
5352         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
5353         (gtk_text_tag_affects_nonsize_appearance): private functions to
5354         see if a tag requires various kinds of redraw/layout to be queued
5355         up.
5356
5357         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
5358
5359         * gtk/testtext.c (fill_example_buffer): Put the cursor 
5360         at the start of the buffer, so search works by default
5361
5362         * gtk/gtktextiter.c (lines_match): init match_start always
5363
5364         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
5365         function, get iter at a line + a byte index
5366
5367         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
5368         to set byte position within a line
5369         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
5370
5371 2000-10-23  Havoc Pennington  <hp@redhat.com>
5372
5373         * gtk/testtext.c: Re-enable the "find" dialog
5374
5375         * gtk/testgtk.c: Add test for gdk_drawable_get_image
5376         
5377         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
5378         the arguments to gdk_draw_drawable were in the wrong order
5379         (gdk_window_paint_init_bg): This function was ignoring the
5380         init_region, instead of clipping to it, so the entire backing
5381         pixmap was cleared on every begin_paint()
5382         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
5383         was in here again, the loop kept using the same GtkWindowPaint
5384         over and over.
5385         (gdk_window_begin_paint_region): Fix a bug where we had two
5386         x_offset instead of x_offset and y_offset
5387
5388         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
5389         before we get the image.
5390         (gdk_draw_drawable): get the composite before we draw the drawable.
5391         (gdk_drawable_real_get_composite_drawable): default
5392         get_composite_drawable implementation that returns the drawable 
5393         itself
5394
5395         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
5396         get_composite_drawable virtual function
5397
5398         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
5399         list-walking bug
5400
5401         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
5402         make this work if the source drawable is a GdkDrawableImplX11
5403         instead of a public drawable type. This is really broken; the
5404         problem is that GdkDrawable needs a virtual method get_xid(), but
5405         of course that doesn't work in practice. Enter RTTI.
5406
5407         Also, improve mismatched depth message.
5408
5409         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
5410         GdkPixmap
5411
5412         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
5413         install _gdk_x11_get_image as our implementation of get_image
5414         
5415         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
5416         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
5417
5418         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
5419         gdk_drawable_get_image
5420
5421         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
5422
5423         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
5424         get_image
5425
5426         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
5427         trailing semicolon after for loop
5428
5429 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
5430
5431         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
5432         where font_desc for widget's context lagged widget's font_desc by
5433         one step.
5434
5435 2000-10-22  Tor Lillqvist  <tml@iki.fi>
5436
5437         * gdk/win32/gdkgc-win32.c
5438         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
5439
5440         * gtk/makefile.mingw.in
5441         * gtk/gtk.def: Updates.
5442
5443         * gtk/testgtk.c: sleep() is called _sleep in MS's C
5444         library.
5445
5446         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
5447
5448         * gtk/makefile.msc: Remove
5449
5450         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
5451
5452         * gtk/Makefile.am: Add it.
5453
5454         * configure.in: Generate it.
5455
5456         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
5457         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
5458         something even if not implemented, to satisfy picky MSVC.
5459
5460         Patches by Hans Breuer:
5461         
5462         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
5463         SetBkMode() and SetTextAlign() before calling
5464         pango_win32_render().
5465
5466         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
5467         Set hcliprgn to NULL after destroying it.
5468         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
5469
5470         * gdk/win32/gdkgeometry-win32.c
5471         (_gdk_windowing_window_queue_antiexpose): More effective
5472         implementation.
5473
5474         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
5475         depth as default, not the visual's.
5476
5477         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
5478         against empty title.
5479
5480         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
5481         IMAGE_PRIVATE_DATA.
5482
5483         * gdk/win32/gdkimage-win32.c: Use it.
5484
5485 2000-10-22  Robert Brady  <robert@suse.co.uk>
5486
5487         * configure.in: Check for bind_textdomain_codeset
5488
5489         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
5490         present, make use of it.
5491
5492         Add a translatable string "default:LTR" which, if translated
5493         to "default:RTL", will cause the default direction to be
5494         Right-to-Left.
5495
5496         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
5497         direction if marked as flippable.
5498
5499         * gtk/gtkhscale.c: Mark widget as flippable.
5500         
5501 2000-10-04  Havoc Pennington  <hp@redhat.com>
5502
5503         * gtk/testgtk.c (create_buttons): create some stock buttons
5504         with the default accel group
5505         (create_image): test some new GtkImage features
5506         (make_message_dialog): test GtkMessageDialog
5507         (create_modal_window): fix someone's bizzarro indentation
5508
5509         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
5510         GTK_WIN_POS_CENTER_ON_PARENT. 
5511         Add "destroy with parent" setting, which means the window goes
5512         away with its transient parent.
5513         (gtk_window_get_default_accel_group): get the default accel group
5514         for the window.
5515         (gtk_window_set_destroy_with_parent): set/unset destroy with
5516         parent flag
5517         (gtk_window_read_rcfiles): invalidate icon set caches
5518         after reloading rcfiles 
5519
5520         * gtk/gtkenums.h (GtkWindowPosition): add
5521         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
5522         on its parent window when the dialog is mapped for the first time.
5523
5524         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
5525         a simple message dialog class
5526         
5527         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
5528         handler to emit response signal, and maybe later it would
5529         honor a hide_on_delete flag - though that isn't there yet.
5530         Set border width on the vbox to 2, so we get some padding.      
5531         Use a button box for the action area.
5532         (gtk_dialog_key_press): synthesize a delete event if Esc
5533         is pressed and the GtkWidget key press handler didn't 
5534         handle the escape key.
5535         (gtk_dialog_new_with_buttons): new function creates a dialog
5536         with some default buttons in it.
5537         (gtk_dialog_add_action_widget): add an activatable widget
5538         as a button in the dialog - you can also add a non-activatable
5539         widget by accessing the action area directly.
5540         (gtk_dialog_add_button): add a simple button - stock ID or 
5541         label - to the action area
5542         (gtk_dialog_response): emit response signal
5543         (gtk_dialog_run): block waiting for the dialog, return 
5544         the response. Override normal delete_event behavior, so that 
5545         delete_event does nothing inside gtk_dialog_run().
5546
5547         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
5548         emitted when an action widget is clicked or the dialog gets
5549         delete_event
5550
5551         * gtk/gtk.h: add gtkmessagedialog.h
5552
5553         * gtk/Makefile.am: add gtkmessagedialog.[hc]
5554
5555 2000-10-18  Havoc Pennington  <hp@redhat.com>
5556
5557         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
5558         where any number of empty lines would get skipped
5559
5560         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
5561         edge.
5562
5563         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
5564         warning about invalid iterators (explain more thoroughly)
5565         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
5566
5567         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
5568         big
5569
5570         * demos/*.c: Add error handling
5571
5572         * gtk/gtktextbuffer.c: don't modify const iterators
5573
5574         * gtk/gdk-pixbuf-loader.c: Add full error handling here
5575
5576         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
5577         on file load
5578
5579         * gtk/gtkiconfactory.c: Update to reflect addition of error
5580         handling to gdk-pixbuf loaders
5581
5582 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
5583
5584         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
5585         move to new modularized testgtk.
5586
5587 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
5588
5589         * gtk/gtktreeview.c: Draw the arrows correctly.
5590
5591         * gtk/gtktreemodel.c: Added user docs.
5592
5593         * gtk/gtk.h: remove gtktreedatalist.h.
5594
5595         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
5596         parent when generating my type.
5597
5598         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
5599         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
5600
5601 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
5602
5603         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
5604         GtkTreeModel from object to interface.
5605
5606 2000-10-16  Havoc Pennington  <hp@redhat.com>
5607
5608         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
5609         compilation
5610
5611 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
5612
5613         * gtk/gtktreeselection.c: Add API documentation to all public
5614         functions.
5615
5616         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
5617         functions.
5618
5619 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
5620
5621         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
5622         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
5623         docs to all public functions.
5624
5625         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
5626         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
5627         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
5628         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
5629         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
5630         issue.
5631
5632 2000-10-14  Robert Brady  <robert@suse.co.uk>
5633
5634         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
5635
5636 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
5637
5638         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
5639         values other then G_TYPE_STRING.
5640         * gtk/gtktreeselection.c: Minor commenting updates.
5641         * gtk/gtktreeview.c: Format updates.
5642
5643 2000-10-09  Tor Lillqvist  <tml@iki.fi>
5644
5645         * README.win32: Update.
5646
5647         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
5648         lines that had been deleted by mistake (?).
5649
5650         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
5651         also the case fg==white and bg==black (but still not randomly
5652         coloured cursors). Thanks to Wolfgang Sourdeau.
5653
5654         * gdk/win32/*.c: Silence gcc -Wall.
5655
5656         * gtk/gtk.def: Add missing entry points.
5657
5658         Fixes by Hans Breuer:
5659
5660         * gdk/makefile.msc
5661         * gdk/win32/makefile.msc: Update.
5662
5663         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
5664         some MSVC thing, presumably), cause breakpoint on failures. Add
5665         GDK_NOR case. Call g_log_set_always_fatal.
5666
5667         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
5668         should be pased by reference.
5669         
5670         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
5671         
5672         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
5673
5674         * gdk/win32/gdkevents-win32.c
5675         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
5676
5677         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
5678         implementation object.
5679
5680         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
5681         not just windows.
5682         
5683         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
5684         Use the wrapper object.
5685         
5686 2000-10-06  Havoc Pennington  <hp@redhat.com>
5687
5688         * Makefile.am (SRC_SUBDIRS): contrib subdir
5689
5690         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
5691         so it can be used in Xlib version
5692
5693         * demos/testpixbuf.c (update_timeout): error checking from 1.0
5694         tree
5695
5696         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
5697         change from 1.0 tree that returns first frame of animation
5698         if the loaded file is an animation.
5699
5700         * contrib: add new directory to hold stuff that comes with GTK+
5701         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
5702         
5703         * configure.in: add contrib/*
5704
5705 2000-10-05  Havoc Pennington  <hp@redhat.com>
5706
5707         * demos/testpixbuf-save.c: add pixbuf save test
5708
5709         * demos/Makefile.am: add testpixbuf-save.c
5710
5711 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
5712
5713         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
5714         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
5715         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
5716         * gtk/gtktreeselection.[ch]: Replaced
5717         "node_selected"/"node_unselected" signal with "selection_changed"
5718         signal.
5719
5720 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
5721
5722         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
5723         tree widget.
5724
5725 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
5726
5727         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
5728         drawing.
5729
5730 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
5731
5732         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
5733         Move list pointer forwards before removing item from
5734         list. (Crash reported by Salmaso Raffaele)
5735
5736         * gdk/gdkwindow.h: Remove spurious trailing ,
5737
5738         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
5739         dependencies on uninstalled libraries, sorry folks.
5740
5741 2000-10-04  Havoc Pennington  <hp@redhat.com>
5742
5743         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
5744         gtk/gtkiconfactory.c: Fix copyrights    
5745
5746         * demos/testpixbuf.c: add inline pixbuf test
5747         
5748 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
5749
5750         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
5751         Add gdk_window_iconify.
5752
5753         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
5754         (gdk_window_set_geometry_hints): Add win_gravity
5755         to geometry structure.
5756
5757         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
5758         Implement _NET_WM_PING.
5759
5760         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
5761         Set _NET_WM_PID on the client leader.
5762
5763         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
5764         Handle UTF-8 better.
5765
5766         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
5767         UTF-8 better, set _NET_WM_NAME as well. Only set
5768         icon name if it hasn't previously been explicitely 
5769         set.
5770
5771 2000-10-03  Havoc Pennington  <hp@redhat.com>
5772
5773         * gtk/testtextbuffer.c: clean up trailing whitespace,
5774         add extensive tests for tag toggle iteration.
5775         
5776         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
5777         distance
5778
5779         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
5780         optimize case where the tag root is on level 1
5781         (gtk_text_line_previous_could_contain_tag): attempt to implement
5782         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
5783         functionality
5784
5785         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
5786         Implement this, though not very efficiently.
5787
5788         * gtk/gtktextiterprivate.h: reformat
5789
5790         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
5791         iterator
5792
5793         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
5794         this to properly revalidate the iterators.
5795
5796         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
5797         properly at the end of the line (and therefore on empty lines)
5798
5799         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
5800         maybe we should return a value...
5801
5802 2000-10-03  Tor Lillqvist  <tml@iki.fi>
5803
5804         * config.h.win32: Guard definition of alloca(). glib.h now handles
5805         that.
5806
5807         * gdk/gdk.def
5808         * gtk/gtk.def: Add new entry points.
5809
5810         Changes just to make GTK+ build without errors on Win32. No hope
5811         of it working in its current state, though...:
5812         
5813         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
5814         some functions from the X11 backend, just to make GTK+ build.
5815
5816         * gdk/makefile.mingw.in
5817         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
5818         number. Add new object files.
5819
5820         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
5821         GetMessageTime to get timestamp (where on X11 uses
5822         gdk_x11_get_server_time()).
5823
5824 2000-10-02  Havoc Pennington  <hp@pobox.com>
5825
5826         * gtk/gtktextview.c: text_window_* weren't static and should have
5827         been.
5828         Start work on child widgets; not yet complete, syncing to 
5829         office computer.
5830
5831         * gtk/gtktextchild.h: change this to contain a public interface,
5832         starting work on child interfaces.
5833         * gtk/gtktextchildprivate.h: move private interfaces here
5834
5835         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
5836
5837         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
5838         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
5839         gtk/gtktextmark.c: copyright notices
5840
5841         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
5842         internal functions      
5843
5844         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
5845         internal function
5846
5847         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
5848         Reformatting    
5849
5850 2000-09-30  Havoc Pennington  <hp@pobox.com>
5851
5852         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
5853         NULL start/end pointers
5854
5855         * gtk/gtktextbuffer.c: Write some docs
5856         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
5857         NULL, so you can just check whether there's a selection.        
5858
5859         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
5860         cleanup_line or segments_changed ourselves, it gets done 
5861         in unlink_segment
5862
5863         * gtk/gtktextmark.h:
5864         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
5865         
5866         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
5867
5868         * gtk/gtktextmark.c: delete some more old Tk cruft
5869
5870         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
5871         mark before removing it, so we can emit MARK_DELETED with a valid
5872         pointer.
5873         (gtk_text_buffer_mark_set): hold ref across signal emission
5874
5875         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
5876         whining about attempts to delete special marks
5877
5878         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
5879         underscore, since it's internal.
5880
5881         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
5882         now implemented in terms of iterators in gtktextiter.h
5883
5884         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
5885         New function, destructively sets contents of buffer. Also 
5886         a convenient way to clear the buffer by setting text to ""
5887
5888         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
5889         multiline string literal
5890
5891         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
5892         text changes.
5893
5894         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
5895         is not dereferenceable
5896         (gtk_text_iter_forward_lines): fix return value
5897
5898 2000-09-29  Havoc Pennington  <hp@redhat.com>
5899
5900         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
5901
5902         * gtk/gtktextview.c: Implement drag thresholding; change functions 
5903         that set border window size to have nicer name
5904         (gtk_text_view_mark_set_handler):  Fix this to have the 
5905         right signature.
5906
5907         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
5908
5909         * gtk/testtext.c: Update with API changes, put line numbers on 
5910         both sides.
5911         
5912         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
5913         with this
5914
5915         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
5916         pixbuf; delete a big block of #if 0 Tk code
5917
5918         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
5919         insert_pixmap with insert_pixbuf
5920
5921 2000-09-29  Martin Baulig  <baulig@suse.de>
5922
5923         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
5924         confusion with the GdkPixbuf of the GNOME 1.x platform.
5925
5926 2000-09-29  Havoc Pennington  <hp@pobox.com>
5927
5928         * gtk/gtktextview.c: Implement the side windows.
5929
5930         * gtk/testtext.c: Implement simple line numbering in the 
5931         left side window; seems to make scrolling sloooow. Oops.
5932         Also, cursor blink is for some reason causing redraws
5933         of the line numbers. Should investigate...
5934
5935 2000-09-28  Havoc Pennington  <hp@redhat.com>
5936
5937         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
5938         scrolling child windows, and draw focus rectangle properly.
5939         
5940         (gtk_text_view_buffer_to_window_coords):
5941         Coordinate transformation to deal with all these freaking windows
5942         and offsets
5943         (gtk_text_view_window_to_buffer_coords): transform the other way
5944
5945         * gtk/testtext.c (create_buffer): Update to match Pango API change
5946
5947         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
5948         anonymous tags
5949         (foreach_unref): don't emit remove signal from finalize, just
5950         set tag's parent to NULL
5951
5952 2000-09-26  Havoc Pennington  <hp@redhat.com>
5953
5954         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
5955         Fix some warnings       
5956
5957 2000-09-26  Havoc Pennington  <hp@redhat.com>
5958
5959         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
5960         headers into the private header list
5961
5962         * Makefile.am (pkgconfig_DATA): install pkg-config files
5963
5964         * configure.in: add pkg-config files
5965
5966         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
5967
5968         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
5969         outstanding icon caches on theme change.
5970
5971         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
5972         important types:
5973
5974         (GtkIconSource): Specification for creating a pixbuf 
5975         appropriate for a direction/state/size triplet from 
5976         a source pixbuf or filename
5977
5978         (GtkIconSet): List of GtkIconSource objects that are used to
5979         create the "same" icon (e.g. an OK button icon), and cache for
5980         rendered icons
5981
5982         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
5983         up the icon set for a given stock ID.  GTK maintains a stack of
5984         GtkIconFactory to search, and applications or libraries can add
5985         additional icon factories on top of the stack
5986         
5987         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
5988         the set of GtkIconSource specified for a given stock ID into 
5989         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
5990         RcStyle, under the specified stock ID.
5991
5992         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
5993         render_icon used to derive a GdkPixbuf from a GtkIconSource.
5994         This allows people to theme how prelight, insensitive, etc. are
5995         done.
5996
5997         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
5998         icon factories for a style, and return the resulting 
5999         icon set if any.
6000
6001         (gtk_style_render_icon): Render an icon using the render_icon 
6002         method in the GtkStyleClass.
6003
6004         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
6005         Use the style for a given widget to look up a stock ID, get the
6006         icon set, and render an icon using the render_icon method 
6007         of the style
6008
6009         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
6010         (contains information about a stock item), the built-in stock item
6011         IDs, and functions to add/lookup stock items.
6012
6013         * gtk/stock-icons/*: Stock icons that come with GTK
6014
6015         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
6016         a button based on a GtkStockItem
6017         (gtk_button_new_accel): Takes a uline string and accel group, and
6018         installs the accelerator.
6019
6020         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
6021         image-display widget.
6022
6023 2000-09-25  Havoc Pennington  <hp@redhat.com>
6024
6025         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
6026
6027         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
6028         Fix a bug when removing node data, we didn't properly 
6029         re-splice the linked list after removing the data.
6030
6031         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
6032         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
6033
6034         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
6035
6036         * gtk/gtktextlayout.c (set_para_values): Set tab array 
6037         for the layout from the GtkTextTag.
6038
6039         * gtk/gtktexttypes.h: delete tab and search cruft, 
6040         remove g_convert() in favor of GLib version
6041
6042         * gtk/gtktexttypes.c: remove tab implementation from here,
6043         move to Pango
6044
6045         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
6046         tab stuff using new PangoTabArray from Pango
6047
6048         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
6049         unused border_width stuff
6050
6051 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
6052
6053         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
6054         glib) and now useless utf_to_latin1() latin1_to_utf()
6055
6056         * gtk/gtktextview.[ch]: Change ::move_insert and
6057         ::delete_text action signals to ::move and ::delete;
6058         create the signals with the right enumeration type,
6059         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
6060         C-v bindings, change Home, End to move to beginning/end
6061         of line, Add C-Home C-End to move to beginning/end
6062         of buffer. Change ::cut_text to ::cut_clipboard, etc;
6063         combine ::scroll_text into ::move; use new GtkSelectionData
6064         functions to simplify DND text handling.
6065         
6066         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
6067         deletion enumerations here, rename enumeration values to 
6068         be consistently plural.
6069
6070         * gtk/gtktextbuffer.c: Use new clipboard interfaces
6071         for cut/copy/paste and primary selection.
6072
6073         * gtk/gtktextbuffer.[ch]: Remove excess time and
6074         'interactive' arguments from cut/copy/paste;
6075         rename cut to cut_clipboard, etc; remove
6076         gtk_text_buffer_get_clipboard_contents().
6077
6078         * gtk/gtktextlayout.[ch]: Add 
6079         gtk_text_layout_move_iter_to_line_end() to move the iter to 
6080         line ends.
6081
6082         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
6083         Functions to set or get a UTF-8 string on the selection
6084         data.
6085
6086         * gtk/gtkclipboard.[ch]: New, simplified selection handling
6087         interfaces.
6088
6089         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
6090         created widgets - one of these is useless if we don't.
6091
6092         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
6093         a public function clear all targets registered for the
6094         widget.
6095
6096         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
6097         Never call gtk_widget_realize() - that was just asking
6098         for bizarre side-effects.
6099
6100         * gtk/gtkselection.c (gtk_selection_owner_set): Call
6101         gdk_selection_owner_set even if the widget is the
6102         same so that we reliably update the timestamp on
6103         the server.
6104
6105         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
6106         gdk_x11_get_server_time() function.
6107         
6108         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
6109         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
6110         Add some tricky filtering on serial numbers for
6111         selection clear events to fix up long-standard
6112         race condition FIXME's in gtkselection.c.
6113
6114         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
6115         routines to convert from utf8 to compound text or
6116         STRING and from a text property to UTF-8.
6117
6118         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
6119         a convenience function gdk_get_current_event_time().
6120
6121         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
6122         and free selection_data->data properly
6123
6124 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
6125
6126         * gtk/gtkthemes.c: Remove some unecessary includes.
6127
6128 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
6129
6130         * gtk/gtktextdisplay.c
6131         * gtk/gtktextlayout.c
6132         * gtk/gtktexttag.c
6133         * gtk/gtktexttag.h
6134         * gtk/testtext.c: Change the overstrike property to strikethrough,
6135         to closer match pango.
6136
6137 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
6138
6139         * gtk/gtktextview.c: Fix up visibility so that focus,
6140         cursor_visible and blink interact properly.  Reenable cursor blink
6141         which had been roughly disabled. Make blink and focus
6142         properly per-view.
6143
6144         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
6145         Add a flag for whether to display insertion cursor and
6146         a function to set the flag.
6147
6148         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
6149         get_line_y() to get_line_yrange(), to be a bit more generally
6150         useful.
6151
6152 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
6153
6154         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
6155           do stop_navigating_submenu, to clear last timeout properly.
6156           Also in gtk_menu_motion_notify move ignore_enter above
6157           the conditional to make it always happen as suggested by Owen
6158
6159 2000-09-07  Tor Lillqvist  <tml@iki.fi>
6160
6161         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
6162
6163         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
6164         w32api headers.
6165
6166         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
6167         declarations.
6168
6169         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
6170         (gdk_win32_get_colormap): A line had been deleted by mistake.
6171
6172         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
6173         (gdk_event_translate): Handle more virtual keycodes to be able to
6174         generate GDK events for Control-comma, Control-period, etc.
6175
6176         * gtk/gtk.def: Add some missing entry points.
6177
6178 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
6179
6180         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
6181         Doc comment fixing. (Mostly non-matching parameter names.)
6182
6183         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
6184         comments a little to avoid looking like a doc comment.
6185
6186         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
6187         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
6188         conversions be changed to GError?)
6189
6190         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
6191         Move private #defines into .c file.
6192
6193         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
6194         order of argument addition, remove duplicates.
6195
6196         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
6197         parent class is FrameClass, not BinClass.
6198
6199         * gtk/gtk.h: Add gtkinvisible, which was missing.
6200         (It's occasionalyl useful for client apps, if seldom.)
6201
6202         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
6203         #define.
6204
6205 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
6206
6207         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
6208         coordinates when creating window, instead of GDK-space
6209         coordinates. (Avoid BadValue on too large windows.)
6210
6211 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6212
6213         * configure.in (use_mmx_asm): Remove conftest* after use along the
6214         lines of AC_TRY_COMPILE.        
6215         
6216         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
6217         of g_dirname, which is deprecated.
6218         (gtk_rc_parse_any): Removed calls to
6219         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
6220
6221         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
6222         Removed calls to g_hash_table_{freeze,thaw}, as they are
6223         deprecated now.
6224
6225         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
6226         instead of g_basename.
6227         
6228 2000-09-04 Elliot Lee <sopwith@redhat.com>
6229         
6230         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
6231         ANSI warning.
6232
6233 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
6234
6235         * gtk/gtkwidget.h:  Add some documenting comments about 
6236           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
6237           just as owen said on irc.
6238
6239         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
6240           set HAS_DEFAULT.  Only set it if there isn't another window
6241           holding it (a focus window which RECEIVES_DEFAULT) and only unset
6242           it if the widget is not the focused window with RECEIVES_DEFAULT.
6243           This fixes weird double default bugs in dialogs which has things
6244           call gtk_window_set_default at times.
6245
6246 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
6247
6248         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
6249         Nils Barth and David Santiago to improve submenu
6250         navigation. The patch does this by creating a triangular
6251         region from the point where the pointer leaves the
6252         menu to the submenu.  While the pointer is in
6253         that region and a timeout has not expired, events 
6254         that would cause the active submenu to change are
6255         ignored.
6256
6257 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
6258
6259         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
6260         moving a toplevel window immediately after sizing it would
6261         result in it being sized back to the old size since 
6262         impl->width, impl->height aren't updated until we hear
6263         back from the server. There is still a (longstanding) bug
6264         here that gdk_window_get_size() will give the wrong size
6265         until we do hear back.
6266
6267 2000-08-31  Havoc Pennington  <hp@redhat.com>
6268
6269         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
6270         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
6271         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
6272         Rename GtkTextStyleValues to GtkTextAttributes
6273
6274 2000-08-31  Havoc Pennington  <hp@pobox.com>
6275
6276         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
6277         for rapid testing whether an iterator is the end iterator
6278         (gtk_text_btree_new): init end line cache
6279         (gtk_text_line_is_last): use fast cached line to 
6280         see if we're the last line.
6281         (get_last_line): use cached line here too, should 
6282         speed up some random unrelated code.
6283         
6284 2000-08-30  Havoc Pennington  <hp@pobox.com>
6285
6286         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
6287         signals.
6288
6289         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
6290         delete_text signals. This allows the signals to be used for
6291         implementing undo.
6292
6293         * gtk/gtktextbuffer.c: Change signal handler signatures; 
6294         provide "interactive" argument when emitting insert_text or
6295         delete_text signal.
6296         
6297 2000-08-30  Havoc Pennington  <hp@pobox.com>
6298
6299         * gtk/gtktextbuffer.c: Docs
6300
6301 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
6302
6303         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
6304         from switch statements, since Tor removed the enumeration
6305         value.
6306         
6307         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
6308         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
6309
6310 2000-08-29 Elliot Lee <sopwith@redhat.com>
6311         * */*.h: Use G_GNUC_CONST.
6312
6313 2000-08-27  Havoc Pennington  <hp@pobox.com>
6314
6315         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
6316         minor indentation fixes, inserted some FIXME about stuff I
6317         realized was broken while documenting it.
6318         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
6319         GTK convention  
6320
6321 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
6322
6323         * gtk/testgtk.c (create_styles): Fix double free of
6324         font desc.
6325
6326 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
6327
6328         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
6329         
6330         * gtk/testgtk.c (create_styles): Add a test for modifying
6331         the style through gtk_widget_modify_*.
6332
6333         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
6334         a function to get the current modifier style.
6335
6336         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
6337         of the passed in GtkRcStyle instead of ref'ing it.
6338
6339         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
6340
6341 2000-08-20  Tor Lillqvist  <tml@iki.fi>
6342
6343         * gdk/gdkimage.h
6344         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
6345         shared memory image+pixmap GdkImage type, or
6346         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
6347         I am dropping that.
6348
6349         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
6350         actually call gtk_init_abi_check(), passing also
6351         sizeof(GtkWindow). Ditto for gtk_init_check(). 
6352
6353         * gtk/gtk.def
6354         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
6355         New functions, used to check that the GTK+-using code has been
6356         compiled using the correct compiler and switches. In particular,
6357         with gcc one has to use the -fnative-struct switch as GTK+ is
6358         compiled with that.
6359
6360 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
6361
6362         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
6363         ->prev fields when merging lists. (Found simultaneously
6364         by Pawel Salek and Jakub Jelinek)
6365
6366 2000-08-12  Tor Lillqvist  <tml@iki.fi>
6367
6368         * gdk/gdk.def
6369         * gtk/gtk.def: Add missing entries.
6370
6371         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
6372         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
6373
6374         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
6375         function. Dummy implementation at this point.
6376
6377         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
6378         rules. Undefine GTK_COMPILATION when compiling the test programs.
6379         
6380         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
6381
6382 2000-08-11  Tor Lillqvist  <tml@iki.fi>
6383
6384         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
6385         to convert back and forth from UTF-8 and the "system" (or "current
6386         locale") charset when necessary. Indentation/spacing cleanup.
6387
6388 2000-08-10  Havoc Pennington  <hp@redhat.com>
6389
6390         * Makefile.am (snapshot): Change the format of the snapshot
6391         version to match glib
6392
6393         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
6394         from EXTRA_DIST since it doesn't seem to exist
6395
6396 2000-08-10  Tor Lillqvist  <tml@iki.fi>
6397
6398         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
6399         version of the directory name (not the UTF-8 one) when building
6400         the path name to stat().
6401
6402 2000-08-03  Elliot Lee  <sopwith@redhat.com>
6403
6404         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
6405         PANGO_ATTR_SHAPE set.
6406
6407 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
6408
6409         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
6410         Peter Osterlund to simplify the code while keeping the
6411         functionality the same.
6412
6413 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
6414
6415         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
6416         is_viewable() test further inside the function, since removing the 
6417         window from the redraw list without clearing ->update_area
6418         was also very broken.
6419
6420 2000-08-02  Tor Lillqvist  <tml@iki.fi>
6421
6422         * configure.in: Check for <unistd.h>.
6423
6424 2000-08-01  Martin Baulig  <baulig@suse.de>
6425
6426         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
6427         to display the message that this is a development version of GTK+.
6428
6429 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
6430
6431         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
6432         was depending on widget->allocation instead of the width of text_area,
6433         which was incorrect for subclasses like GtkSpinButton.
6434
6435         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
6436         with width == 1 tests that should be width == -1.
6437
6438 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
6439
6440         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
6441         (broken, Elliot, every single window blank on X) custom code with call
6442         to gdk_window_is_viewable() which a) prevents code duplicate and
6443         b) works. 
6444
6445 2000-07-31  Elliot Lee  <sopwith@redhat.com>
6446
6447         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
6448         to get the GDK_PARENT_ROOT() macro to work.
6449         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
6450         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
6451         of, windows that aren't shown.
6452         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
6453         pointer grab stuff.
6454
6455 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
6456
6457         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
6458           s/gtk_main_iteration/g_main_iteration/
6459
6460           Did this already in change:
6461                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
6462           don't know how it got reverted.
6463
6464 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
6465
6466         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
6467         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
6468
6469         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
6470         not gdk_pixbuf.
6471
6472 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
6473
6474         * configure.in,po/{sp,sr}.po: Added Serbian files
6475
6476 2000-07-30  Tor Lillqvist  <tml@iki.fi>
6477
6478         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
6479
6480         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
6481         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
6482         GIOChannel implementation.
6483
6484         * gdk/win32/gdkinput.c
6485         * gdk/win32/gdkpango-win32.c: Update license name here, too.
6486
6487         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
6488         definition to match prototype.
6489
6490         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
6491
6492 2000-07-27  Elliot Lee  <sopwith@redhat.com>
6493
6494         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
6495         function, to allow handling image formats that cannot be detected
6496         by looking at content alone.
6497
6498 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
6499
6500         * docs/tutorial/*.gif *.jpg *.eps
6501           Update these to the same look-n-feel.
6502           Why does including images in DocBook suck so badly?
6503
6504 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
6505
6506         * gtk/gtktable.c: applied patch from Phil Thompson
6507         <phil@river-bank.demon.co.uk> that enables space settings for
6508         the last row/columns as well.
6509
6510 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
6511
6512         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
6513         updates the license headers to the GNU Lesser General Public License,
6514         as well as updating the copyright year to 2000.
6515
6516 2000-07-26  Robert Brady  <rwb197@zepler.org>
6517
6518         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
6519           and po/Makefile, was installing and looking for them under gtk20
6520           and gtk2 respectively.
6521
6522 2000-07-25  Havoc Pennington  <hp@redhat.com>
6523
6524         * gtk/testtext.c: Comment out some stuff that depends on the rest
6525         of my patches.
6526
6527 2000-07-25  Havoc Pennington  <hp@redhat.com>
6528
6529         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
6530         buffer
6531
6532 2000-07-25  Havoc Pennington  <hp@redhat.com>
6533
6534         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
6535         widget changes.
6536
6537         * gtk/gtktextview.h: To be consistent with usage of "line"
6538         throughout the API to mean "newline-terminated thingy", change
6539         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
6540         to MOVEMENT_LINE.
6541
6542         (GtkTextView): Add flags for default editability, and whether to
6543         show the cursor. Add functions to get/set that. Add 
6544
6545         (gtk_text_view_get_iter_location): new function
6546
6547         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
6548         gtktextlayout.h
6549         (g_convert): Add g_convert temporarily, will go in glib in a bit
6550         
6551         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
6552         GtkTextTagTableForeach instead of brokenly using GHFunc.
6553         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
6554
6555         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
6556         moved to public header.
6557
6558         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
6559         "invisible", since "elide" was a bad name.
6560         (gtk_text_tag_get_priority): Added
6561
6562         (GtkTextStyleValues): put this in public header, along with
6563         functions to use it.
6564
6565         * gtk/gtktextmarkprivate.h: Include more headers, since we no
6566         longer include gtktextbtree.h.
6567
6568         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
6569         gtk_text_mark_deleted
6570
6571         * gtk/gtktextlayout.h: Don't include the "really private" headers,
6572         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
6573         to make this possible. Now we only need to install
6574         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
6575         (However the Makefile.am isn't changed yet because of the
6576         logistics of merging gtk-hp-patches piecemeal)
6577
6578         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
6579         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
6580         gtk_text_iter_get_line is now used in the public API for a
6581         different purpose.
6582
6583         * gtk/gtktextiter.h: Clean up function names to be more
6584         consistent. Always call char offset "offset" and byte index
6585         "index". A "line" is always a line number. 
6586
6587         (gtk_text_iter_is_last): new function, more efficient than 
6588         the existing way to check
6589         (gtk_text_iter_is_first): new function, also more efficient
6590
6591         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
6592
6593         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
6594         gtk_text_iter_forward_char, etc.
6595
6596         (gtk_text_iter_forward_to_tag_toggle): Renamed from
6597         forward_find_tag_toggle, since this isn't a linear search
6598
6599         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
6600
6601         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
6602         New functions, search for a buffer substring.
6603
6604         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
6605         interactive and default editable (since we need to store that info
6606         until we receive the selection data).
6607
6608         Remove all the _at_char and at_line etc. versions of functions;
6609         only have iterator versions.
6610
6611         Add _interactive() versions of functions, that consider the
6612         editability of text. (FIXME add interactive flag to the 
6613         insert/delete signals per Darin's suggestion)
6614
6615         (gtk_text_buffer_get_tag_table): new function, demand-creates the
6616         tag table if necessary
6617
6618         Remove declaration of gtk_text_buffer_get_iter_from_string
6619
6620         (_gtk_text_buffer_get_btree): private/internal function, added.
6621         
6622
6623         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
6624         (gtk_text_line_is_last): new function
6625
6626 2000-07-25  Havoc Pennington  <hp@redhat.com>
6627
6628         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
6629         using GtkProgressBar. See Changes-2.0.txt for details.
6630
6631         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
6632         "pulse_step" which are the equivalent of
6633         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
6634         Implement new API.
6635         
6636         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
6637         (use_text_format) to mark whether text set on the progress bar is
6638         a format string. Deprecate entire GtkProgress interface.
6639
6640         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
6641         (gtk_progress_build_string): make this a no-op if use_text_format
6642         is FALSE
6643
6644         * docs/Changes-2.0.txt: Describe progress bar changes.
6645
6646 2000-07-25  Tor Lillqvist  <tml@iki.fi>
6647
6648         * Makefile.am: Include the build directory.
6649
6650         * configure.in: Generate build/Makefile, build/win32/Makefile,
6651         gdk/, gdk/win32/, and gtk/makefile.mingw.
6652
6653         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
6654         Add GETTEXT_PACKAGE.
6655         
6656         * gdk/gdk.def
6657         * gtk/gtk.def: Updates.
6658
6659         * gdk/gdkfont.h
6660         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
6661         need them any longer.
6662
6663         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
6664
6665         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
6666         PANGOWIN32_LIBS and gdk_pixbuf.
6667
6668         * gdk/win32: Compiles, but no doubt doesn't work at all.
6669
6670         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
6671
6672         * gdk/win32/gdkinput.c: New file, temporarily.
6673         
6674         * gdk/win32/gdkinput-win32.h: New file
6675
6676         * gdk/win32/gdkinputprivate.h: Remove.
6677
6678         * gdk/win32/gdkpango-win32.c: New file.
6679
6680         * gtk/makefile.mingw.in: New file
6681
6682         * gtk/makefile.cygwin: Removed
6683         
6684         * gtk/Makefile.am: Update accordingly.
6685
6686         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
6687         made externally visible.
6688
6689         * gtk/gtkmain.c: Use it.
6690         
6691         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
6692         is enough.
6693
6694         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
6695
6696 2000-07-24 Elliot Lee <sopwith@redhat.com>
6697         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
6698         individual backends already.
6699         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
6700         again. Yes, there really is a good reason for this, if you are using the gdkregion
6701         internals, and if you're not, why do you care?
6702         * gdk/gdkwindow.c: Fix inverted condition
6703         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
6704         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
6705         * gtk/gtkrange.c: Redraw trough when moving.
6706         * gtk/gtktypeutils.c: Fix warning by adding const cast.
6707         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
6708
6709 2000-07-23  Tor Lillqvist  <tml@iki.fi>
6710
6711         * configure.in: Check for mkstemp and sigsetjmp. Output
6712         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
6713
6714         More work on GDK for Win32. Still in an intermediate state.
6715
6716         * gdk/makefile.cygwin
6717         * gdk/win32/makefile.cygwin: Removed.
6718         
6719         * gdk/makefile.mingw.in
6720         * gdk/win32/makefile.mingw.in: New files.
6721
6722         * gdk/Makefile.am
6723         * gdk/win32/Makefile.am: Generate and distribute them.
6724
6725         * gdk/win32/gdkwindow-win32.h
6726         * gdk/win32/gdkdrawable-win32.h
6727         * gdk/win32/gdkpixmap-win32.h: New files.
6728
6729         * gdk/win32/gdkcolor-win32.c
6730         * gdk/win32/gdkcursor-win32.c
6731         * gdk/win32/gdkdrawable-win32.c
6732         * gdk/win32/gdkgc-win32.c
6733         * gdk/win32/gdkimage-win32.c
6734         * gdk/win32/gdkprivate-win32.h
6735         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
6736         Rename fields and variables called xcursor, xid, etc (these names
6737         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
6738
6739 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
6740
6741         * gtk/gtkentry.[ch]: Fix some problems with vertical
6742         alignment.
6743
6744         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
6745         char/byte confusion.
6746
6747 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
6748
6749         * gtk/gtktextview.c (changed_handler): Fix bug where
6750         redraw wasn't being done properly when height of
6751         dirty region changed.
6752
6753         * demos/Makefile.am: Remove various references to
6754         -lgmodule
6755
6756 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
6757
6758         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
6759         PangoAttrShape to reserve space for pixmaps, add 
6760         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
6761         in the display functions.
6762         
6763         * gtk/testgtk.c (create_layout): Set some more exotic
6764         scrolled window options
6765
6766         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
6767         Add function to set the shadow type of a window, to allow
6768         putting a shadow around widgets such as GtkLayout or GnomeCanvas
6769         which don't draw their own frame.
6770
6771 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
6772
6773         * docs/tutorial/package-db-tutorial.sh: New file for
6774           packaging DocBook format tutorial
6775
6776 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
6777
6778         * docs/tutorial/gtk-tut.sgml: Minor updates
6779
6780         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
6781
6782 2000-07-19  Tor Lillqvist  <tml@iki.fi>
6783
6784         * gtk/gtksignal.c: Fix C++ comment.
6785
6786         * gtk/gtkimmulticontext.c
6787         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
6788         don't return value from void functions.
6789
6790         * gtk/gtk.def: Add gtk_rc_style_unref.
6791
6792 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
6793
6794         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
6795         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
6796         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
6797         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
6798         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
6799         gtk/gtktypeutils.h: Include files outside of the extern "C"
6800         block. Makes some C++ compiler happy. Reported by Denis Vakatov
6801         <vakatov@peony.nlm.nih.gov>.
6802
6803 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
6804
6805         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
6806           Completes first pass. Hurrah!
6807
6808 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
6809
6810         * docs/tutorial/gtk-tut.sgml: More clean ups.
6811
6812 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
6813
6814         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
6815         paint the background of the text area which was accidentally
6816         removed at some point.
6817
6818         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
6819           
6820          - Move most of the functionality from the theme vtable
6821            into GtkRcStyleClass and GtkStyleClass. The moved
6822            vtable functions were changed a bit in the move to
6823            work better in their new home.
6824
6825          - Get rid of the engine and engine_data fields from
6826            GtkRcStyle and GtkStyle; instead the theme
6827            engine derives theme-specific subclasses of GtkRcStyle
6828            and GtkStyle
6829
6830          - Add extra dlsym() found entry point to themes,
6831            theme_create_rc_style().
6832
6833         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
6834         in gtk_style_real_copy.
6835
6836         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
6837         to register a type associated with an engine. (The engine
6838         won't be unloaded as there is an instance of the type.)
6839
6840
6841 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
6842
6843         * docs/tutorial/gtk-tut.sgml: Clean ups.
6844
6845 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
6846
6847         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
6848           of cleaning up to do.
6849
6850 2000-07-15  Tor Lillqvist  <tml@iki.fi>
6851
6852         * gdk/testgdk.c: New file, quick hack to test backends for
6853         pixel-by-pixel correctness of the most simple graphic operations.
6854
6855 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
6856
6857         * Really release 1.3.1
6858         
6859         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
6860         include structure.
6861
6862 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
6863
6864         * Released 1.3.1
6865
6866 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
6867
6868         * gtk/gtktextlayout.c: use FALSE for size_only most
6869         of the time when calling gtk_text_layout_get_line_display()
6870         to avoid causing double reshapes when a redraw follows
6871         immediately after.
6872
6873 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
6874
6875         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
6876         appropriate region and gdk_window_process_updates() so trough
6877         updating doesn't lag behind the window being scrolled.
6878
6879         * gdk/gdkgc.c: Make parent_class pointer static.
6880          
6881 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
6882
6883         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
6884         include <string.h>.
6885          
6886         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
6887         cut-and-paste error in computing memory offset for 4 channels.
6888
6889 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
6890
6891         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
6892         gtk_rc_append_default_pixmap_path(), since it wasn't
6893         adding an interesting path and we don't have a meaningful
6894         default for this value.
6895
6896 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
6897
6898         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
6899         gtk-config to gtk-config-2.0 move gtk_.m4 to
6900         gtk-2.0.m4
6901
6902         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
6903         gdk/Makefile.am demos/Makefile.am: Change 
6904         library names to libgtk-1.3.la, etc, so that we
6905         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
6906
6907         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
6908         gdk/Makefile.am gdk/x11/Makfile.am
6909         Move include files into /usr/include/gtk-2.0, 
6910         /usr/lib/gtk-2.0/include/
6911          
6912         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
6913         gtk/gtkintl.h: Change package for gettext from 
6914         gtk+ to gtk20. Put hack in autogen.sh to modify
6915         po/Makefile.in.in after gettextize to make this
6916         possible.
6917
6918         * gtk+.spec: Some updates, not tested.
6919
6920         * gdk-pixbuf/Makefile.am: Move loaders into
6921         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
6922
6923         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
6924         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
6925         to THEMENAME/gtk-2.0/. Move engine directory  to
6926         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
6927         
6928 2000-07-12  Tor Lillqvist  <tml@iki.fi>
6929
6930         Win32 changes, still doesn't build though.
6931
6932         * gdk/makefile.cygwin
6933         * gdk/win32/makefile.cygwin
6934         * gtk/makefile.cygwin: Updates.
6935
6936         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
6937         default values for fg and bg pixel as X11 does (0 and 1), not
6938         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
6939         Use 0 for pen width by default (treated as 1 anyway later, but for
6940         apps that might check the value in the GdkGC).
6941         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
6942         interface to gdk_gc_predraw and _postdraw.
6943
6944         * gdk/win32/gdkwin32.h
6945         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
6946
6947         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
6948         extraneous semicolon.
6949
6950         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
6951
6952         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
6953         not the Win32 bitspixel value.
6954
6955         * gdk/win32/gdkcc-win32.c:
6956         * gdk/win32/gdkcolor-win32.c 
6957         * gdk/win32/gdkprivate-win32.h
6958         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
6959         GDK object structure.
6960
6961 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
6962
6963         * docs/tutorial/gtk_tut_12.es.sgml (name): 
6964         * docs/tutorial/gtk_tut_it.sgml (name): 
6965         * docs/tutorial/gtk_tut_fr.sgml (name): 
6966         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
6967         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
6968
6969 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
6970
6971         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
6972           small changes.
6973
6974 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
6975
6976         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
6977         a bug here, never been here and never fixed anything ;(
6978         (don't segfault if tree->root_tree is NULL, which happens prior
6979         to widget realization, but puke instead).
6980
6981 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
6982
6983         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
6984         add the necessary tokens.
6985
6986         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
6987         (gtk_rc_style_to_style): copy thicknesses.
6988         (gtk_rc_init_style): apply thicknesses.
6989         (gtk_rc_parse_style): parse xthickness and ythickness.
6990
6991         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
6992
6993         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
6994         (gdk_window_new): 
6995         (_gdk_windowing_window_init): 
6996         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
6997         (gdk_pixmap_create_from_data): 
6998         (gdk_bitmap_create_from_data): 
6999         (gdk_pixmap_new): 
7000         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
7001         (gdk_image_new): 
7002         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
7003         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
7004         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
7005         (gdk_colormap_get_system): 
7006         (gdk_colormap_new): 
7007         * gdk/gdkwindow.c (gdk_window_init): 
7008         * gtk/gtkstyle.c (gtk_style_new):
7009         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
7010         * gdk/gdkpixmap.c (gdk_pixmap_init): 
7011         * gtk/gtkrc.c (gtk_rc_style_new):
7012         use g_object_new() instead of g_type_create_instance() which
7013         is a private function for fundamental type implementations.
7014
7015 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
7016
7017         * configure.in: Add check for db2html
7018
7019 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
7020
7021         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
7022         hack to set glib_debug_objects based on gtk_debug_flags.
7023
7024 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
7025
7026         * INSTALL.in: Update the Prerequisites section.
7027
7028         * Makefile.am demos/Makefile.am docs/Makefile.am
7029         docs/tutorial/Makefile.am gdk/x11/Makefile.am
7030         gdk/linux-fb/Makefile.am: Dist fixes
7031
7032 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
7033
7034         * NEWS: 10,000 foot view of 1.3.1 changes.
7035
7036 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
7037
7038         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
7039         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
7040         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
7041         gdk/x11/gdkmain-x11.c: 
7042
7043         Patch from George Lebl to add a GdkGrabStatus enumeration to use
7044         as a return value of gdk_*_grab(). Previously, we just
7045         returned the X11 values directly.
7046
7047 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
7048
7049         * gdk/x11/Makefile.am: Patch from George Lebl to 
7050         install all the headers in the right place.
7051
7052 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
7053
7054         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
7055           initial conversion to DocBook.
7056
7057 2000-07-04  Tor Lillqvist  <tml@iki.fi>
7058
7059         * README.win32: Improve a bit.
7060
7061         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
7062         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
7063         Alt+0nnn on the numpad (used to enter characters by numeric code
7064         from current DOS or ANSI codepage) working correctly, as in other
7065         Windows apps.
7066
7067         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
7068         same argument validity tests as in X11 version.
7069         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
7070
7071         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
7072         definitions in case missing from headers.
7073
7074         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
7075         destroy the window-specific cursor.
7076         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
7077         calling GetModuleHandle(NULL).
7078         (gdk_window_set_cursor): Reworked to always copy the passed cursor
7079         with CopyCursor before setting it as the window-specific
7080         cursor. It is OK for the caller to destroy the GdkCursor (and thus
7081         also its Windows cursor) after calling this function. Destroy any
7082         previous window-specific cursor.
7083
7084 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
7085
7086         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
7087         font charset is iso8859-1, not iso-8859-1.
7088
7089 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
7090
7091         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
7092         Use g_get_charset() instead of g_get_codeset().
7093
7094         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
7095         Comment out some strdup'ing functions to keep timj
7096         happy until we finish fighting this out.
7097
7098 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
7099
7100         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
7101         <= width or height.
7102
7103         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
7104         from 1.2 for parent/child states.
7105
7106         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
7107         of typos.
7108
7109         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
7110         event structures, replace with a generic axes field. Replace 
7111         deviceid/sourec with GdkDevice *device.
7112
7113         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
7114         to extract particular axis use value from event. (Also
7115         can be used for normal X/Y.)
7116
7117         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
7118         allow for arbitrary number of axes, namespace everything
7119         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
7120         everywhere.
7121
7122         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
7123         Get rid of the gdk_input_vtable setup if favor of simply
7124         defining the functions in gdkinput-none/gxi/xfree.c in
7125         a similar fashion to the way that the port structure is 
7126         done.
7127
7128         * gtk/gtkdnd.c: Fix fields of synthesized button press event
7129         for new event structures. 
7130
7131         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
7132         new device interfaces.
7133
7134 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
7135
7136         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
7137         set the initial text.
7138
7139         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
7140         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
7141         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
7142         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
7143
7144         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
7145         pango_layout_set_font_description to simplify.
7146
7147 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
7148
7149         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
7150         pango_layout_set_font_description to simplify.
7151
7152 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
7153
7154         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
7155         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
7156         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
7157
7158         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
7159         PANGO_PIXELS() macro.
7160
7161 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
7162
7163         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
7164         that returns a PangoContext owned by the widget and updated to
7165         match future changes in the widget. Also, make 
7166         gtk_widget_create_pango_layout() use this context. If we ever
7167         add a ::changed signal to PangoContext, this will make things
7168         much more convenient. 
7169
7170         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
7171         in the appropriate places instead of destroying the layouts and
7172         creating new ones.
7173
7174         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
7175         in a few strategic places.
7176
7177 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
7178
7179         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
7180         gtk_widget_size_request() on reparented child, if one. Otherwise,
7181         queue_resize() on the child never results in it getting size-requested
7182         at all.
7183
7184         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
7185         in option menus, so that (with luck) people won't copy it into
7186         their apps in the future.
7187
7188         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
7189         to gtk_option_menu_calc_size. This isn't perfect, but should fix
7190         a lot of problems with changing the size of the menu's menu
7191         items after adding it to the option menu.
7192
7193         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
7194
7195         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
7196         the text direction for a widget changes.
7197
7198         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
7199         ::direction_changed to get rid of various hacks.
7200
7201 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
7202
7203         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
7204         name.
7205
7206 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
7207
7208         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
7209         flag to the structure. Do not call XFreePixmap on pixmaps created
7210         by gdk_pixmap_foreign_new().
7211
7212 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
7213
7214         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
7215         value using GdkRGB functionality given GdkColormap and GdkColor.
7216         (name not final, waiting for inspiration.)
7217         
7218         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
7219         set the foreground/background of a GC using the GC's colormap
7220         and GdkRGB. (name not final, waiting for inspiration.)
7221
7222         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
7223         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
7224
7225         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
7226         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
7227         purely a function of the corresponding colormap. Make
7228         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
7229
7230         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
7231         gdk_pixbuf_*create_from_xpm_* in terms of
7232         gdk_pixbuf_new_from_xpm_data(), move into platform independent
7233         code.
7234
7235         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
7236         advantage of the new draw_rgb_32_image_dithalign.
7237
7238         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
7239
7240         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
7241         on each created GC.
7242
7243         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
7244
7245         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
7246         which we initialize from the drawable when the GC is created,
7247         if the drawable has a colormap.
7248
7249         * gdk/x11/gdkgc-x11.c: include string.h for memset.
7250
7251         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
7252
7253         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
7254
7255 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
7256
7257         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
7258         actually returning expose events, make sure to set
7259         the count field properly.
7260
7261         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
7262         accidentally reintroced bug which always cleared
7263         the graphics_exposures value. 
7264
7265 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
7266
7267         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
7268
7269 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
7270
7271         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
7272
7273 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
7274
7275         * docs/faq/gtk-faq.sgml: Start of Section 6.
7276
7277 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
7278
7279         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
7280         
7281         (Fixes problem with drawing childless frames. Pointed out
7282         by and a first patch from Anders)
7283         
7284         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
7285         compute a child_allocation, even if we don't have a child.
7286
7287         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
7288         Always chain to the parent's impl, even if we don't have a child.
7289
7290 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
7291
7292         * gdk/gdkrgb.c: If possible, create only a single shm segment and
7293         use multiple parts of it instead of creating a bunch of separate
7294         segments, since the maximum number of segments per system is not
7295         large. (This might be worth backporting to GTK+-1.2.x if we make a
7296         new release )
7297
7298         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
7299         structure in preparation for per-colormap GdkRGB.
7300
7301         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
7302         to False when we get EINVAL from shmget so that the caller of
7303         gdk_image_new can retry with a smaller segment size.
7304
7305 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
7306
7307         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
7308
7309 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
7310
7311         * configure.in: make the current version number 1.3.1 (binary age 0,
7312         interface age 0).
7313         
7314         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
7315         gtkcompat.h is all we want.
7316
7317         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
7318         GLib primitive types. fixed g_type_register_fundamental() argument
7319         ordering.
7320
7321         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
7322         compiles.
7323
7324         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
7325         object code cleanup, comment trigraph fixes, etc...
7326
7327 2000-06-23  Havoc Pennington  <hp@redhat.com>
7328
7329         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
7330         instead of making up a bogus name for first_para_mark
7331
7332         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
7333         0 as a context ID
7334
7335 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
7336
7337         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
7338
7339 2000-06-21  Havoc Pennington  <hp@pobox.com>
7340
7341         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
7342         we didn't check window->bg_pixmap != GDK_NO_BG.
7343
7344         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
7345         gdk-pixbuf
7346
7347 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
7348
7349         * docs/faq/gtk-faq.sgm: Move file to here.
7350           TODO: Update Makfile.am 
7351
7352 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
7353
7354         * docs/gtk-faq.sgm: Add Section 2
7355
7356 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
7357
7358         * docs/gtk-faq.sgm: New file. Start of DocBook
7359           version of the FAQ.
7360
7361 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
7362
7363         * configure.in (GDK_PIXBUF_MAJOR): Define version
7364         numbers for GDK_PIXBUF_*, as they get substituted
7365         into a header file. Need to consider versioning
7366         for gdk-pixbuf more carefully later.
7367
7368 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
7369
7370         Work with srcdir != builddir.   
7371         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
7372         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
7373         * demos/testpixbuf.c: Likewise.
7374         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
7375         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
7376         <gdk/x11/gdkx.h>.
7377         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
7378         "gdk-pixbuf.h".
7379         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
7380
7381 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
7382
7383         * TODO.xml: Change 1.4 version numbers to 2.0.
7384
7385 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
7386
7387         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
7388         fixups to GTK+ standard.
7389
7390 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
7391
7392         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
7393         gdk-pixbuf.
7394
7395         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
7396         fixups for GObject.
7397
7398         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
7399         gdk-pixbuf with GDK dependencies moved into GDK.
7400         
7401         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
7402         move gdk-pixbuf-loader here until GObject has signals.
7403
7404         * demos/: New directory of demos. Move demos from
7405         gdk-pixbuf here.
7406
7407         * demos/pixbuf-init.c: Small bit of code to check for
7408         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
7409         set GDK_PIXBUF_MODULEDIR appropriately.
7410
7411         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
7412         define which no longer makes sense.
7413
7414 2000-06-21  Havoc Pennington  <hp@redhat.com>
7415
7416         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
7417         gtk_get_default_language
7418
7419         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
7420         new function to get the default language
7421
7422         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
7423         s/gtk_text_view_style_values/gtk_text_style_values/
7424
7425         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
7426         Add a "language" field to tags.
7427
7428         (gtk_text_tag_set_arg): Fix bug in setting
7429         "bg_full_height_set" tag.
7430
7431 2000-06-21  Havoc Pennington  <hp@redhat.com>
7432
7433         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
7434         in the interfaces
7435
7436         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
7437         stuff instead when possible.
7438
7439         * gtk/gtktexttypes.h: Delete some unused constants
7440
7441         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
7442         testtextbuffer.c: use glib instead of custom unicode routines
7443
7444 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
7445
7446         * docs/es/: Removed mistakenly added generated sgml
7447
7448         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
7449         Remove outdated info files.
7450
7451         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
7452         Moved tutorial files into subdir
7453
7454         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
7455         subdir.
7456
7457         * docs/man/gtk_button.pod: Remove. (contents will be
7458         integrated into gtk-reference button page.)
7459
7460         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
7461         docs/faq/Makefile.am: Adjust for new organization
7462
7463 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
7464
7465         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
7466         not $(MKINSTALLDIRS)
7467
7468 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
7469
7470         * gtk/testgtk.c (create_text): Finish the job Elliot started
7471         of removing font setting test for text widget. (Since text widget
7472         and GdkFont are not deprecated, and cause portability problems.)
7473
7474 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
7475
7476         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
7477         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
7478         Remove use of libunicode in favor of new GLib functions.
7479
7480         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
7481         nano-x, framebuffer. The X11 include is just a hack until we get
7482         the necessary functions in gdkcolor.h, so there is no reason to
7483         add other includes of platforms.
7484
7485         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
7486         window bigger than the screen change.
7487
7488         * gtk/testgtk.c: Revert some random changes from Elliot
7489         that had no particular point and were causing testgtkrc
7490         not to function correctly.
7491         
7492         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
7493         because GdkSegment and GdkRegionBox have the same fields,
7494         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
7495         results in clearer code.
7496
7497         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
7498         gdk_input_translate_coordinates): Fix missed GdkObjectification
7499
7500 2000-06-18  Elliot Lee  <sopwith@redhat.com>
7501
7502         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
7503         * gtk/gtk{plug,socket}.h: Missed commits from previous.
7504
7505 2000-06-20  Havoc Pennington  <hp@redhat.com>
7506
7507         * modules/linux-fb/Makefile.am: Make this compile
7508         without framebuffer enabled
7509
7510         * gdk/linux-fb/Makefile.am: Add conditional to not build
7511         framebuffer unless specified in configure
7512
7513         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
7514         the size of the target instead of source if -1 was passed for
7515         width/height
7516
7517         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
7518         width/height confusion.
7519
7520 2000-06-19  Havoc Pennington  <hp@redhat.com>
7521
7522         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
7523         GDK_DRAWABLE_XID. In the future, we probably want to make it
7524         faster with G_DISABLE_CHECKS turned on.
7525
7526 2000-06-14  Havoc Pennington  <hp@redhat.com>
7527
7528         * gdk/Makefile.am: add gdkpixmap.c
7529
7530         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
7531         s/gdk_image_init/_gdk_windowing_image_init
7532
7533         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
7534         ref/unref
7535
7536         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
7537
7538         * gdk/gdkcompat.h: remove GdkWindowType compat, since
7539         GdkWindowType is now non-deprecated; 
7540         change gdk_window_get_type() compat to be
7541         gdk_window_get_window_type().
7542
7543         * gdk/gdkdnd.h: make GdkDragContext a GObject.
7544
7545         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
7546         virtual GObject. Make all functions call into the vtable.
7547         Move gdk_image_put() guts in here. Remove GdkDrawableType
7548         and gdk_drawable_get_type(), these are now GdkWindow-specific.
7549         draw_image, get_depth, get_size, set_colormap, get_colormap,
7550         get_visual added to the vtable.
7551         
7552         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
7553         GObject. Virtualize everything. 
7554         (gdk_gc_new_with_values): remove check for destroyed window,
7555         because now GdkWindow::create_gc will check this.
7556         (gdk_gc_set_values): New function to set GC values, this 
7557         was already implemented but wasn't in the header
7558
7559         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
7560
7561         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
7562         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
7563         remove _gdk_window_class; add _gdk_window_impl_get_type() and
7564         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
7565         _gdk_windowing_window_init, rename gdk_image_init to
7566         _gdk_windowing_image_init.
7567         
7568         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
7569         (gdk_draw_layout): Remove check for destroyed window, 
7570         because all the drawable methods already check it.
7571         
7572         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
7573         Add gdkpixmap.c which contains implementation of GdkDrawable
7574         virtual table (by chaining to a platform-specific implementation
7575         object).
7576         
7577         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
7578         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
7579         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
7580         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
7581         GdkColormapPrivate. 
7582
7583         * gdk/gdktypes.h: #include <glib-object.h>
7584
7585         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
7586         Move most functionality to platform-specific implementation
7587         object. GdkWindow itself now handles the backing store, then
7588         chains to the platform-specific implementation.
7589         (gdk_window_get_window_type): return GdkWindowType of the window.
7590         (gdk_window_peek_children): New routine, returns the children of 
7591         a GdkWindow
7592         (gdk_window_get_children): Was in X11-specific code and did 
7593         XQueryTree. Changed to simply return a copy of window->children; 
7594         so it can go in cross-platform code.
7595         
7596         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
7597
7598         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
7599         GdkColormap; just changed to use the new private data instead
7600         of casting to GdkColormapPrivate.
7601
7602         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
7603         gdk_cursor_new().
7604
7605         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
7606         (private data member in the GObject). 
7607         (xdnd_manager_source_filter): Function had broken 
7608         error handling, fix it (use gdk_error_trap_push).
7609
7610         * gdk/x11/gdkdrawable-x11.c: This file now implements
7611         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
7612         base class is purely for the convenience of the X port,
7613         and not part of the interface to cross-platform GDK.
7614
7615         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
7616         
7617         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
7618         specific to X, and returned by the create_gc virtual method
7619         of GdkDrawableImplX11. 
7620         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
7621         rather than gchar, this was also changed in the GdkGC vtable.
7622         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
7623         mask is 0, return immediately, instead of checking every flag.
7624         This is faster, and keeps us from segfaulting if values is NULL
7625         and the mask contains some nonzero flags.
7626
7627         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
7628         GdkWindow.
7629
7630         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
7631         GdkWindowPrivate is gone.
7632
7633         * gdk/x11/gdkim-x11.c: rename things that got renamed.
7634
7635         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
7636         remove the image_put stuff that got transferred to GdkDrawable.
7637         
7638         * gdk/x11/gdkinput.c: renamings
7639
7640         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
7641
7642         * gdk/x11/gdkpixmap-x11.c: GObject conversion
7643
7644         * gdk/x11/gdkprivate-x11.h: indentation fixes
7645
7646         * gdk/x11/gdkproperty-x11.c: renamings
7647
7648         * gdk/x11/gdkselection-x11.c: renamings
7649
7650         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
7651         implements the platform-specific "impl" object.
7652         Moved gdk_window_get_children to gdk/gdkwindow.c
7653
7654         * gdk/x11/gdkx.h: Remove all the private structs and private datas
7655         that no longer exist. Add declaration of GdkGCX11 object here.
7656         Fix all the macros to still work. 
7657
7658         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
7659         GdkDragContext from the boxed types since they are now GObjects.
7660
7661         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
7662         moved xthickness/ythickness into the instance. GtkStyleClass
7663         functions are now in the standard vtable for GtkStyle, so you have
7664         to create a GObject subclass to write a theme engine.
7665         (gtk_style_copy): fixed a leaked PangoFontDescription
7666         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
7667         can be the standard GObject function.
7668         
7669         * Throughout GTK:
7670         s/style->klass->[xy]thickness/style->[xy]thickness
7671         s/pango_layout_unref/g_object_unref/
7672
7673         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
7674         
7675         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
7676         accessing GDK internals.
7677
7678         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
7679         accessing GDK internals.
7680
7681 2000-06-18  Elliot Lee  <sopwith@redhat.com>
7682
7683         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
7684
7685         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
7686         problem by calculating event position relative to the trough
7687         rather than the slider.
7688         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
7689
7690         * gdk/gdkgc.h: Add GDK_NOR.
7691
7692         * configure.in, Makefile.am: Add modules top level dir
7693         * configure.in: Only use pangox library if building x11 target.
7694         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
7695
7696 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
7697
7698         * gtk/gtkcolorsel.c: Change private class member to be named
7699         private_data throughout the file.
7700
7701         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
7702         private_data to avoid clashing with keyword.
7703
7704 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
7705
7706         * gdk/gdkdnd.h: Add comment to remove warning.
7707
7708 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
7709
7710         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
7711         Byelorussian language; changed the Makefile and file names 
7712         to reflect that.
7713
7714 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
7715
7716         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
7717         rather than gdk_window_hide; this makes things work
7718         correctly if the window is programmatically hidden while
7719         iconified.
7720
7721 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
7722
7723         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
7724         cut and paste typo where wrong pixmap was being
7725         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
7726
7727 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
7728
7729         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
7730         Add helper function to compute format / bytes 
7731         relationship. Use in a couple places to fix up
7732         errors which assume 8 * format.
7733
7734         * gtk/gtkselection.c (gtk_selection_request): Use 32
7735         rather than 8 * sizeof (GdkAtom), to work correctly
7736         on Alpha.
7737
7738 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
7739
7740         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
7741         libgtk.la
7742         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
7743         versions
7744
7745         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
7746         checking macros return NULL since the function has a return value.
7747
7748 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
7749
7750         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
7751         GTK+ from building at all.
7752
7753         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
7754
7755 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
7756
7757         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
7758         gtk/Makefile.am: make it possible to configure gtk for different
7759         targets on the same platform. The library name is now 
7760         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
7761         flag. Only the x11 target compiles right now.
7762         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
7763         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
7764         * gdk/nanox/gdk*generic*: delete generic region code.
7765         * gdk/linux-fb/gdk*generic*: delete generic region code.
7766         * README.nanox: update information.
7767         
7768 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
7769
7770         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
7771         prepend not append. (Pointed out by Brett Hall.)
7772
7773 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
7774
7775         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
7776
7777 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
7778
7779         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
7780         need this later, and this makes sure that the atexit for
7781         glib gets called after that for GDK, so atexits are
7782         properly ordered for object leak checking.
7783
7784         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
7785
7786         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
7787         pango_x_shutdown_display()
7788
7789         * gtk/simple.c (main): Close window on destroy.
7790
7791 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
7792
7793         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
7794         to treat initial creation different from setting with 
7795         regards to the graphics-exposures parameter, so add a parameter
7796         indicating whether this is initial or not.
7797
7798 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
7799
7800         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
7801         to sort of work by adding an extra return_exposes arg
7802         to gdk_event_translate() - it might be better to simply
7803         deprecate the function altogether and force people to rewrite
7804         without it. gdk_window_scroll() handles most of it, and where
7805         gdk_window_scroll() doesn't work, simply redrawing more does.
7806
7807         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
7808         assertion.
7809
7810         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
7811
7812         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
7813         bunch of pretty much useless /* Print debugging info */ comments 
7814         which had drifted away from the code they were commenting.
7815
7816 2000-06-02  Havoc Pennington  <hp@pobox.com>
7817
7818         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
7819         is in working order.
7820         
7821         * gtk/testtext.c: Change to reflect anonymous mark API
7822
7823         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
7824
7825         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
7826         field, which was unused.
7827
7828         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
7829         saves some typing.
7830
7831         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
7832
7833         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
7834         flag on the insertion point and selection bound
7835
7836         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
7837         make mark-manipulation functions take a GtkTextMark* instead of a
7838         mark name.
7839         
7840         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
7841         GtkTextMarkBody; will be used to detect attempts to delete
7842         the permanent marks (insert and selection bound)
7843
7844         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
7845
7846 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
7847
7848         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
7849         flag to on.
7850
7851         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
7852         Honor DOUBLE_BUFFRED_FLAG
7853
7854         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
7855         function to set the DOUBLE_BUFFERED flag.
7856
7857         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
7858         or not exposes done on the widget should be double-buffered.
7859
7860         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
7861         to be what would be expected. (Fixes problem with a
7862         g_return_if_fail() validating a TextDirection enumeration)
7863
7864 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
7865
7866         * gtk/gtkwidget.c: Remove all references to 
7867         offscreen flag which was no longer used.
7868
7869         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
7870
7871         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
7872         for non-null label_widget->parent.
7873
7874         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
7875         which no longer was used.
7876
7877         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
7878
7879         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
7880         for null arguments.
7881
7882         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
7883         check for destroyed windows.
7884
7885 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
7886
7887         * gtk/gtkimmulticontext.c: Add a finalize method and unref
7888         the slave context there.
7889
7890         * gtk/gtkinvisible.[ch]: Make reference counting behavior
7891         identical to GtkWindow.
7892
7893 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
7894
7895         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
7896         pangox to here, so we can write them independent of rendering
7897         system, using GDK primitives.
7898
7899         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
7900         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
7901         since we have a rendering-system independent implementation in
7902         terms of draw_glyphs().
7903         
7904         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
7905         function to render a single line.
7906
7907         * gdk/x11/gdkpango.c: Move the guts of this file mostly
7908         into ../gdkpango.c, which simplifies things, since we
7909         don't have to deal with raw X gc's.
7910
7911 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
7912
7913         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
7914         get the logical attributes for a given GtkTextLine.
7915
7916 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
7917
7918         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
7919         g_locale_get_codeset() to g_get_codeset() change.
7920
7921 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
7922
7923         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
7924         descriptions.
7925
7926         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
7927         the entry.
7928
7929         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
7930         redoing (vastly simplifying) for Pango. Still needs quite
7931         a bit of work. (Size selection is currently poor. List of 
7932         predefined sizes is not a good idea, since all of these
7933         sizes won't necessarily be distinct.)
7934
7935 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
7936
7937         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
7938         CODESET results for LANG=C.
7939
7940 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
7941
7942         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
7943         which takes a stringized pango font description;
7944         ignore the older 'font' and 'fontset' declarations.
7945
7946         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
7947         field with a GdkFont derived via gdk_font_from_description(),
7948         for compatibility. (Should we just remove it entirely?
7949         Probably too much compatibility breakage, but people
7950         should be migrating to the new Pango stuff as quickly
7951         as possible.)
7952
7953 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
7954
7955         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
7956
7957 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
7958
7959         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
7960         redoing; there are some bugs in size allocation right
7961         now, the semi-existant distinction between header / day
7962         fonts was removed, but, with Pango, could actually
7963         be made functional in a nice way.
7964         
7965         * gtk/testcalender: Move calender from examples into this
7966         directory as a test program. (We really need to restrcture
7967         testgtk into a whole directory full of tests for every
7968         widget or functionality group, separated into multiple .c
7969         files.)
7970
7971 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
7972
7973         * gtk/testgtk.c (file_exists): Fix stupid typo that
7974         was keeping RC file from being loaded.
7975
7976         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
7977         RC file font code.
7978
7979 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
7980
7981         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
7982         Add function to load a GdkFont from a PangoFontDescription.
7983
7984 2000-05-29  Tor Lillqvist  <tml@iki.fi>
7985
7986         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
7987         variable should be of type GdkEventPrivate.
7988
7989 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
7990
7991         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
7992         to have any widget for the label, use a GtkLabel widget
7993         to display the text. (Based partially on a patch from
7994         Anders Carlson.)
7995
7996         (Quite a bit of code reorganization - strip 90% of the
7997         guts out of gtkaspectframe and add a single virtual
7998         func to GtkFrameClass - compute_child_allocation.)
7999
8000 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
8001
8002         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
8003         (Removed clist->row_center_offset field because caching
8004         it wasn't saving time or code, added private function
8005         _gtk_clist_create_cell_layout()).
8006
8007 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
8008
8009         * gtk/gtkaccellabel.c: Pangoized.
8010
8011         * gtk/[hv]ruler.c: Pangoized
8012
8013 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
8014
8015         * gtk/gtkfilesel.c (gtk_file_selection_init):
8016         Use gtk_clist_set_column_auto_resize() to remove need
8017         need for manual column width computations.
8018
8019 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
8020
8021         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
8022         ensuring Pango correctness, and considerably simplifying the
8023         code.
8024         
8025         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
8026
8027         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
8028         getting of numbers of lines.
8029
8030         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
8031         to the actual requested width of the lable, not to the wrap
8032         width we set.
8033
8034         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
8035
8036         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
8037           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
8038
8039         * gtk/gtktextview.c: Fix structure inheritance.
8040
8041         * gtk/gtkprogressbar.c: Pangoize.
8042
8043 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
8044
8045         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
8046         in a function.
8047
8048         * gtk/gtktextlayout.c (find_display_line_above): Fixed
8049         bug with computing line tops.
8050
8051         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
8052
8053 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
8054
8055         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
8056         and y_offset coordinates to do what we need now. (The offset between
8057         buffer and layout coordinates has been reintroduced, but is a 
8058         bit different than before.)
8059
8060         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
8061         handle the adjustments ourselves, and scroll as necessary using
8062         the new gdk_window_scroll().
8063         
8064         The advantage of this is that when we are incrementally revalidating,
8065         we are essentially rearranging things around the visible portion
8066         of the screen. With the old setup, the visible portion of the
8067         screen was moved around in the layout, so scrolling and redrawing
8068         to track that caused jumping of the display. Since we now
8069         control the scrolling ourselves, we can suppress this and
8070         only redraw when things actually change.
8071
8072 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
8073
8074         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
8075         the region not just redisplay it after-all, since we store the
8076         cursors in the LineDisplay. (Ugly interactions here between
8077         GtkLayout and GtkTextBTree here.)
8078         
8079         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
8080
8081 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
8082
8083         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
8084         Added function to scroll contents of a window while keeping the
8085         window constant. Works by XCopyArea or guffaw-scrolling depending
8086         on the details of how the window is set up. (guffaw-scrolling
8087         still needs to be filled in.)
8088
8089 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
8090
8091         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
8092         move the debugging that was tied to a global variable
8093         to that.
8094
8095         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
8096
8097         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
8098         validated flag, in line data instead of setting height/width to
8099         -1. This allows us to perform operations with partially invalid
8100         buffer (using the old size for invalid lines) and thus to do
8101         incremental vaidation. Keep height/width aggregates up to date
8102         when deleting text and rebalancing the tree.
8103
8104         * gtk/gtktextbtree.[ch]: Add functions validate a line
8105         (gtk_text_btree_validate_line), and to validate up
8106         to a number of pixels (gtk_text_btree_validate).
8107
8108         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
8109         that indicates that something is changed and a revalidation
8110         pass is needed. Change ::need_repaint to ::changed, and
8111         make it take old and new yranges instead of a rectangle.
8112
8113         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
8114         the line_data_destroy() function from 
8115         gtk_text_btree_add_view() to a virtual function in 
8116         GtkTextLayout
8117
8118         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
8119         since we are handling partial repaints in a different fashion
8120         now.
8121
8122         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
8123         of the selection instead of queueing a repaint on the
8124         entire widget.
8125
8126         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
8127         get_selection_bounds() down to btree, make the function
8128         in buffer a wrapper around the btree function.
8129
8130         * gtk/gtktextlayout.[ch]: Add functions to check if the
8131         layout is valid and to recompute either a range of pixels
8132         aroudn a line or a certain total number of pixels.
8133
8134         * gtk/gtktextlayout.[ch]: Cache a single line display;
8135         now that we only redraw the needed portions, the hit rate
8136         for this cache is quite high.
8137         
8138         * gtk/gtktextview.[ch]: Keep track of the first paragraph
8139         on the screen so that when re-laying-out the buffer, we can
8140         keep the same place. This requires connecting to ::value_changed
8141         on the adjustments
8142
8143         * gtk/gtktextview.[ch]: Add idle functions to revalidate
8144         the buffer after we receive an ::invalidated signal.
8145         
8146 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
8147
8148         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
8149         to max of allocation and layout size, not just to the
8150         layout size.
8151
8152         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
8153         Invalidate window so it gets redrawn properly.
8154
8155         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
8156         to mean the entire window.
8157
8158         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
8159         into public header.
8160
8161 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
8162
8163         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
8164         to get the name of a mark.
8165
8166         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
8167         to find the paragraph from a y position.
8168
8169 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
8170
8171         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
8172         nodes have width/height >= 0, not > 0.
8173
8174 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
8175
8176         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
8177         Add a size_only flag, so when we only need the size, we don't create
8178         useless appearance attributes.
8179
8180         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
8181         duplicate setting of font description.
8182
8183         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
8184
8185 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
8186
8187         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
8188         EXTRA_DIST. It does not work well when the file that
8189         everything depends on is not in the tarball.
8190
8191 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
8192
8193         * gtk/testgtk.c: Some hacks and fixes so that it basically
8194         works when not sitting in the GTK+ build tree.
8195
8196 2000-05-03  Havoc Pennington  <hp@redhat.com>
8197
8198         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
8199         Properly determine the ordering of the tag root and the current
8200         line within the tree. Previous algorithm only worked if the tag
8201         root's immediate parent was the common root of both the current
8202         line and the tag root.
8203
8204 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
8205
8206         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
8207         alignment.
8208
8209         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
8210         the widget text directional dynamically.
8211
8212         * gtk/gtktextview.[ch]: Added functions to get and set default
8213         wrap mode.
8214
8215 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
8216
8217         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
8218         in cursor location computation.
8219
8220 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
8221
8222         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
8223         vadjusment values properly when layout gets smaller.
8224
8225         * gtk/gtktextview.c (need_repaint_handler): Areas being
8226         passed in are far completely inaccurate, and sometimes
8227         too small, so, for now, just queue a redraw on the
8228         whole visible region.
8229
8230 2000-04-25  Havoc Pennington  <hp@redhat.com>
8231
8232         * gtk/gtktextbtree.c (summary_destroy): new function to 
8233         destroy tag summary nodes
8234         (gtk_text_line_next_could_contain_tag): this function was 
8235         totally broken if the line passed in wasn't below the tag
8236         root. Fix it.
8237         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
8238         "wildcard" case, we have to do a linear scan. Blah.
8239         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
8240         we have to do the linear scan
8241         (tag_removed_cb): When a tag is removed from the tag table, 
8242         remove the GtkTextTagInfo node from the btree.
8243         (gtk_text_btree_spew): Implement the spew function, for 
8244         our debugging pleasure.
8245
8246 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
8247
8248         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
8249         a problem with referring to the wrong buffer.
8250
8251         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
8252
8253         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
8254         font description to gtk_style_new() - otherwise things
8255         don't work without a .gtkrc file.
8256
8257         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
8258         tags table if we create it ourself, too.
8259
8260         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
8261         it was conflicting with XKB modifiers.
8262
8263         * gtk/gtktextview.[ch]: Add simple support for 
8264         GtkIMContext.
8265
8266 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
8267
8268         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
8269         with deletion from last commit.
8270
8271 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
8272
8273         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
8274         in the context from the current locale.
8275         
8276         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
8277         context, not hardcoded value.
8278
8279         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
8280         not logical.
8281
8282 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
8283
8284         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
8285         attributes - that doesn't handle partial-glyph selection
8286         properly. Instead use new pango_layout_line_get_x_ranges()
8287         functionality to draw the selection.
8288
8289         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
8290         now properly handles out-of-range coordinates.
8291
8292         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
8293
8294         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
8295         public.
8296
8297         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
8298         for paragraphs opposite to the base direction of the widget.
8299
8300         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
8301
8302         * gtk/gtktextlayout.c: Don't split segments on marks, since that
8303         causes Arabic words to reshape as you cursor through.
8304
8305         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
8306         cursor position when moving vertically with the arrow keys and
8307         scrolling with page-up/page-down. (Arrow keys save only the X,
8308         scrolling saves both X and Y.)
8309
8310         This means you can line-up / line-down or page-up / page-down
8311         without losing your place, and also that moving vertically
8312         with the cursor keys keeps the same X position, not the same
8313         character count:
8314
8315         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
8316         arrow keys move by display lines, not paragraphs.
8317
8318 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
8319
8320         * gtk/gtklayout.c: Make sure that the bin window is at least
8321         as big as the allocation. (Should we also make sure that the
8322         bin window is big enough to completely cover widget->window?)
8323
8324         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
8325         function to get the onscreen rectangle.
8326
8327         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
8328         for offsets in window coordinates.
8329
8330 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
8331
8332         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
8333         confusion.
8334
8335         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
8336         from the widget direction.
8337
8338         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
8339         Add a "direction" attribute.
8340
8341         * gtk/gtktextview.c: global s/tkxt/text_view/.
8342
8343         * gtk/testtext.c: Added long block of text in Arabic, to test out
8344         the direction attributes. (Some problems with the shaping system
8345         for arabic become obvious - like the fact the cursor splits words
8346         into unjoined pieces.)
8347
8348 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
8349
8350         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
8351
8352         * gtk/gtktextlayout.c: Fix up alignment.
8353
8354         * gtk/testtext.c: Add some tests for centering, wrapping.
8355
8356 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
8357
8358         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
8359         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
8360         If we wrote GTK+-specific layout-render function this could just replace
8361         the draw_layout() operation in the vtable.
8362
8363         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
8364         pango_layout_get_cursor_pos() and use that function.
8365
8366         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
8367         is a non-static symbol.
8368
8369         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
8370         with gtk_text_btree_find_line_by_y()
8371
8372         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
8373         renderer that handles GtkTextAppearance attributes.
8374
8375         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
8376
8377           - Move the values in the style that don't affect geometry into a
8378             GtkTextAppearance structure.
8379           - Change underline to take a PangoUnderline and "font" a string
8380             representation of a font description
8381           - Add a "font_desc" attribute which takes a FontDescription structure.
8382
8383         * gtk/gtktextlayout.[ch]:
8384
8385           - Get rid of the display-line list per each line. Instead, we
8386             generate, on demand, a GtkTextLineDisplay structure which]
8387             contains a PangoLayout * and other necesary information
8388             (offsets, cursor locations) for displaying a paragraph.
8389           - Get rid of the code to wrap lines, create display chunks,
8390             etc. Instead, we just go through a paragraph and convert
8391             it into the necessary inputs to a PangoLayout.
8392           - Implement a new attribute type, GtkTextAttrAppearance. This
8393             holds a GtkTextAppearance, and is used to pass colors, 
8394             stipple, etc, through from the layout to the display without
8395             having to use lots and lots of individual attributes.
8396           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
8397             in terms of PangoLayout functions.
8398         
8399         * gtk/gtktextview.c: 
8400          
8401           - Handle passing the necessary PangoContext to the layout
8402           - Some fixups in painting to deal with the automatic backing store
8403             and offsetting of GTK+-1.4
8404           - Add a style_set handler so that the default style reacts
8405             properly to theme changes.
8406         
8407         * gtk/gtktext?*.[ch]: Random code-style fixes.
8408
8409         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
8410
8411 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
8412
8413         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
8414         in original form preparatory to Pango-ization and gdkimcontext-ization.
8415
8416 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
8417
8418         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
8419         so that we can derive from gtkimcontext in language bindings properly.
8420
8421 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
8422
8423         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
8424         Add a compose table including (almost) all the compose combinations
8425         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
8426         data in the XIM implementation.
8427
8428         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
8429         Moved functions to convert keyvalues from and to unicode here from
8430         the win32 port and made them public.
8431
8432 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
8433
8434         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
8435
8436 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
8437
8438         * gtk/gtkimcontext.[ch]: Base class for new input context system
8439
8440         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
8441         the real input context implementation to be loaded from modules
8442         and switched on the fly.
8443
8444         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
8445         context that just does direct keysymbol => unicode translation.
8446
8447         * gtk/gtkentry.[ch]: Start switching editing over to using
8448         GtkInputContext. (No handling of preedit yet.)
8449
8450 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
8451
8452         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
8453         many substitutions. (klass should not be subsituted.)
8454
8455 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
8456
8457         * configure.in: Add checks for Pango
8458
8459         * configure.in docs/Makefile.am: Add test for sgml2html
8460         and allow 'make dist' without building html, but print out
8461         warnings in that case. (For making snapshots)
8462
8463         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
8464         Add Pango libraries and C flags
8465
8466         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
8467         Add function (gdk_draw_layout) to draw a pango layout.
8468
8469         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
8470         for getting Pango contexts for GDK.
8471
8472         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
8473
8474         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
8475         editing.
8476
8477         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
8478         keysym => unicode translations. More languages can be added
8479         here, but real input-method support is needed.
8480
8481         * docs/Changes-1.4.txt: Added note about entry behavior.
8482         
8483         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
8484         to set the reading direction for a widget and the global direction.
8485         Add test which allows toggling the global direction. Two private
8486         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
8487
8488         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
8489           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
8490
8491         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
8492
8493         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
8494         underlining now handled by Pango.
8495
8496         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
8497         to RCStyle and Style. (Having both this and the old font name and GdkFont 
8498         is temporary.)
8499
8500         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
8501         convenience functions for creating contexts and layouts for widgets.
8502
8503         * gtk/testgtk.c: Enhance label tests with multilingual labels.
8504
8505 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
8506
8507         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
8508         titles to be active, even if they aren't visible.
8509         (gtk_clist_column_titles_passive):  Ditto.
8510
8511 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
8512
8513         * gtkmenu.c:
8514         * gtkmenu.h:
8515         * gtktypeutils.h: Spelling/grammar fixes in comments.
8516
8517 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
8518
8519         * gdk/nanox/*.h: add missing header files.
8520
8521 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
8522
8523         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
8524         send_event to TRUE.
8525         (gtk_drawing_area_size): queue a resize.
8526
8527 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
8528
8529         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
8530         the handlers, also invalidate them. bug nailed down by Karl Nelson
8531         <kenelson@ece.ucdavis.edu>.
8532
8533 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
8534
8535         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
8536         "(nil)" foundries, patch from Grigorios Magklis.
8537
8538         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
8539         on non-available fonts, based on a patch by Grigorios Magklis
8540         <maglis@cs.rochester.edu>.
8541
8542 2000-05-18  Elliot Lee  <sopwith@redhat.com>
8543
8544         * gdk/x11/gdkregion-generic.c: If a region does not have any
8545         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
8546         instead of GDK_OVERLAP_RECTANGLE_IN.
8547
8548 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
8549
8550         * gtk/gtklayout.c (gtk_layout_map): Remove references to
8551         OFFSCREEN, as it is no longer necessary.
8552
8553 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
8554
8555         * gtk/gtkcolorsel.c: Patch from David Santiago
8556         <mrcooger@cyberverse.com> to change things so that the 
8557         indicator of the active palette entry is done independently,
8558         not via the focus, since it should always be visible.
8559
8560 2000-05-17  Tor Lillqvist  <tml@iki.fi>
8561
8562         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
8563         refcount leaks as in the X11 backend.
8564
8565         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
8566         cosmetics.
8567
8568         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
8569         backend. Add _gdk_windowing_window_destroy().
8570
8571         * gtk/gtkcolorsel.c: Include correct backend-specific header.
8572         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
8573         either, but these probably do exist on nanox?)
8574         
8575         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
8576         which isn't necessarily defined by <math.h>.
8577
8578         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
8579         ancestry past GtkObject.
8580
8581         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
8582         from DLL on Win32.
8583
8584         * gtk/gtk.def: Update corresponding to recent changes.
8585
8586         * gtk/makefile.{cygwin,msc}: Updates.
8587
8588 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
8589
8590         * docs/Changes-1.4.txt: A bit of editing.
8591
8592         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
8593         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
8594         to clear the update area for the window, and clear it
8595         when hiding a window.
8596
8597         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
8598         if window destroyed.
8599
8600         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
8601
8602         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
8603         gdk_window_destroy() to the generic code, since there was a lot of 
8604         window-system-independent logic it in. Add a function:
8605         
8606          _gdk_window_destroy() 
8607
8608         to the internal API to destroy a window without unreferencing it.
8609         Add a function:
8610
8611          _gdk_windowing_window_destroy()
8612
8613         That does the windowing-system-dependent part of destroying 
8614         the window.
8615
8616 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
8617
8618         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
8619
8620 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
8621
8622         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
8623         Make gtk_widget_shape_combine_mask() keep a reference count on
8624         the pixmap since it keeps it around.
8625
8626 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
8627
8628         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
8629         leak.
8630
8631         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
8632         leak with event filters.
8633
8634 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
8635
8636         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
8637         signal handlers with the right data arguments. (Fixes
8638         some warnings when a widget was repeatedly set as a drag
8639         destination.)
8640
8641         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
8642         window so we can avoid avoid setting the DND properties on the
8643         toplevel window repeatedly.
8644
8645 2000-05-13  Tor Lillqvist  <tml@iki.fi>
8646
8647         * gdk/win32/gdkwin32.h: Define more message types missing from
8648         mingw headers.
8649
8650         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
8651         call gdk_window_destroy_notify(). It was never called. This
8652         probably meant that the GdkWindow was never freed. Thanks Owen for
8653         noticing (!).
8654
8655         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
8656         window as destroyed before calling DestroyWindow(). DestroyWindow()
8657         causes a call to the window procedure (gdk_WindowProc), which
8658         calls gdk_event_translate(), which calls
8659         gdk_window_destroy_notify(), which gets confused unless the window
8660         is set as destroyed.
8661
8662         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
8663         this function to indicate it's win32 only. Put inside #ifdef
8664         G_ENABLE_DEBUG.
8665
8666         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
8667         debugging function. (gdk_event_translate:) Add a default branch
8668         that uses the above function to print debug messages with all
8669         Windows messages symbolically.
8670
8671         * gdk/win32/gdkprivate-win32.h: Declare it, and
8672         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
8673
8674 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
8675
8676         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
8677         public header file.
8678
8679 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
8680
8681         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
8682
8683         * gtk/gtktext.c: made the adjustments no-construct args, simply
8684         provide default adjustments.
8685         (gtk_text_destroy): release adjustments.
8686
8687         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
8688         adjustment argument non-construct.
8689
8690         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
8691         instead of in finalize.
8692         (gtk_progress_get_text_from_value): 
8693         (gtk_progress_get_current_text): 
8694         (gtk_progress_set_value): 
8695         (gtk_progress_get_percentage_from_value): 
8696         (gtk_progress_get_current_percentage): 
8697         (gtk_progress_set_percentage): 
8698         (gtk_progress_configure): ensure an adjustment is present.
8699
8700 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
8701
8702         * gtk/gtkcolorsel.[hc]:
8703         * gtk/gtkcolorseldialog.[hc]:
8704         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
8705         their parent implementation, use bit fields for boolean values, don't
8706         create unused widgets, usage of glib types, braces go on their own
8707         lines, function argument alignment, #include directives etc. etc. etc..
8708
8709         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
8710
8711 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
8712
8713         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
8714
8715         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
8716         of NULL.
8717
8718         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
8719         to freed data.
8720         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
8721
8722         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
8723         to NULL when the toplevel is getting destroyed.
8724         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
8725         (gtk_menu_destroy): 
8726         (gtk_menu_init): store the information of whether we have to
8727         readd the initial child ref_count during destruction in a new
8728         GtkMenu field needs_destruction_ref_count.
8729
8730         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
8731         here, those reading: learn from my mistake! ;)
8732         in order for set_?adjustment to support a default adjustemnt if
8733         invoked with an adjustment pointer of NULL, the code read (pseudo):
8734         if (v->adjustment) unref (v->adjustment);
8735         if (!adjustment) adjustment = adjustment_new ();
8736         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
8737         now imagine the first unref to actually free the old adjustment and
8738         adjustment_new() creating a new adjustment from the very same memory
8739         portion. here, the latter comparision will unintendedly fail, and
8740         all hell breaks loose.
8741         (gtk_viewport_set_hadjustment):
8742         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
8743         after unreferencing it.
8744
8745         * gtk/gtkcontainer.[hc]: removed toplevel registration
8746         functions: gtk_container_register_toplevel(),
8747         gtk_container_unregister_toplevel() and
8748         gtk_container_get_toplevels() which had wrong semantics
8749         anyways: it didn't reference and copy the list.
8750
8751         * gtk/gtkwindow.c: we take over the container toplevel registration
8752         bussiness now. windows are registered across multiple destructions,
8753         untill they are finalized. the initial implicit reference count
8754         users are holding on windows is removed with the first destruction
8755         though.
8756         (gtk_window_init): ref & sink and set has_user_ref_count, got
8757         rid of gtk_container_register_toplevel() call. add window to
8758         toplevel_list.
8759         (gtk_window_destroy): unref the window if has_user_ref_count
8760         is still set, got rid of call to
8761         gtk_container_unregister_toplevel().
8762         (gtk_window_finalize): remove window from toplevel list.
8763         (gtk_window_list_toplevels): new function to return a newly
8764         created list with referenced toplevels.
8765         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
8766
8767         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
8768         adjustment a non-construct arg.
8769         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
8770         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
8771         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
8772
8773         * gtk/gtkrange.c: added some realized checks.
8774         (gtk_range_destroy): get rid of the h/v adjustments in the
8775         destroy handler instead of finalize. remove timer.
8776         (gtk_range_get_adjustment): demand create adjustment.
8777
8778         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
8779         we simply create them on demand now and get rid of them in
8780         the destroy handler.
8781         (gtk_viewport_destroy): get rid of the h/v adjustments in the
8782         destroy handler instead of finalize.
8783         (gtk_viewport_get_hadjustment): 
8784         (gtk_viewport_get_vadjustment): 
8785         (gtk_viewport_size_allocate): demand create h/v adjustment
8786         if required.
8787
8788         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
8789         gtk_widget_real_destroy () functionality.
8790         (gtk_widget_real_destroy): reinitialize with a new style, instead
8791         of setting widget->style to NULL.
8792
8793 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
8794
8795         * gtk/gtkcalendar.c:
8796         * gtk/gtkbutton.c: ported _get_type() implementation over to
8797         GType, either to preserve memchunks allocation facilities,
8798         or because Gtk+ 1.0 GtkTypeInfo was still being used.
8799
8800         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
8801         over. prepare for ::destroy to be emitted multiple times.
8802         removed reference tracer magic. chain into GObjectClass.shutdown()
8803         to emit ::destroy signal.
8804
8805         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
8806         fundamental.
8807
8808         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
8809         cludge.
8810
8811         * gtk/gtksocket.c:
8812         * gtk/gtkplug.c:
8813         * gtk/gtklayout.c:
8814         * gtk/gtklabel.c:
8815         * gtk/gtkargcollector.c:
8816         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
8817         not being a fundamental anymore, and to work with the new
8818         type system (nuked fundamental type varargs clutter).
8819
8820         * gtk/*.c: install finalize handlers in the GObjectClass
8821         part of the class structure.
8822         changed direct GTK_OBJECT()->klass accesses to
8823         GTK_*_GET_CLASS().
8824         changed direct object_class->type accesses to GTK_CLASS_TYPE().
8825
8826         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
8827         GType. made most of the GTK_*() type macros and Gtk* typedefs
8828         simple wrappers around macros and types provided by GType.
8829         most notably, a significant portion of the old API vanished:
8830         GTK_TYPE_MAKE(),
8831         GTK_TYPE_SEQNO(),
8832         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
8833         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
8834         GTK_TYPE_ARGS,
8835         GTK_TYPE_CALLBACK,
8836         GTK_TYPE_C_CALLBACK,
8837         GTK_TYPE_FOREIGN,
8838         GtkTypeQuery,
8839         gtk_type_query(),
8840         gtk_type_set_varargs_type(),
8841         gtk_type_get_varargs_type(),
8842         gtk_type_check_object_cast(),
8843         gtk_type_check_class_cast(),
8844         gtk_type_describe_tree(),
8845         gtk_type_describe_heritage(),
8846         gtk_type_free(),
8847         gtk_type_children_types(),
8848         gtk_type_set_chunk_alloc(),
8849         gtk_type_register_enum(),
8850         gtk_type_register_flags(),
8851         gtk_type_parent_class().
8852         replacements, where available are described in ../docs/Changes-1.4.txt.
8853         implemented compatibility functions for the remaining API.
8854
8855         * configure.in: depend on glib 1.3.1, use gobject module.
8856
8857 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
8858
8859         * TODO.xml: Various updates to current status.
8860
8861 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
8862
8863         * gtk.m4: Print out version when test succeeds.
8864
8865 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
8866
8867         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
8868         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
8869         
8870         (Original triangle color selector from Simon Budig
8871         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
8872         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
8873         Santiago <mrcooger@cyberverse.com>)
8874
8875         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
8876         out into a separate widget.
8877
8878         * gtk/testgtk.c: Add some checkbuttons for toggling palette
8879         and opacity controls.
8880
8881 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
8882
8883         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
8884         snuck in prematurely.
8885
8886 2000-05-07  Tor Lillqvist  <tml@iki.fi>
8887
8888         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
8889         had deleted a ! operator by mistake, which caused
8890         GDK_SELECTION_CLEAR events never to be generated, which caused
8891         only the first copy to the clipboard from an gtkeditable to
8892         actually cause a copy to the Windows clipboard.
8893
8894 2000-05-06  Tor Lillqvist  <tml@iki.fi>
8895
8896         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
8897         compilation, too. Current mingw gcc distributions include the
8898         necessary headers. Also the necessary IIDs are now in mingw
8899         headers/libraries, and own definitions unnecessary.
8900
8901         More hacking on OLE2 DND, still doesn't work though, and thus
8902         ifdeffed out.
8903
8904         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
8905         here, too.
8906
8907 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
8908
8909         * gdk/nanox/*: nano-X port work in progress.
8910         * gdk/simple.c: simple test for Gdk.
8911         * README.nanox: notes about the port: read this first!
8912         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
8913         with nano-X.
8914
8915 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
8916
8917         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
8918         gdk_window_clear() into common code, implement in terms of
8919         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
8920         not redirected to the backing rectangle.
8921
8922 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
8923
8924         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
8925         EXTRA_DIST. It does not work well when the file that
8926         everything depends on is not in the tarball.
8927
8928 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
8929
8930         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
8931         with recursion where process_updates() is called from
8932         an expose handler. (GtkTextView is highly broken in
8933         doing this, but it should work, so it is a nice test
8934         case.)
8935
8936 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
8937
8938         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
8939         handle the case where updates are queued during processing of
8940         updates.
8941
8942 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
8943
8944         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
8945         window is on gdk_display - use that instead of segfaulting.
8946
8947 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
8948
8949         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
8950         broken and require an empty arg, give it to them.
8951
8952 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
8953
8954         * gtk/gtklabel.h: indentation fixes.
8955
8956 2000-05-02  Tor Lillqvist  <tml@iki.fi>
8957
8958         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
8959         draw too narrow or too low arcs, they seem to fail, at least with
8960         some display drivers.
8961
8962         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
8963
8964         Large changes to the Win32 backend, partially made necessary by
8965         the changes to the backend-independent internal
8966         structures. Attempts to implement similar backing store stuff as
8967         on X11. The current (CVS) version of the Win32 backend is *not* as
8968         stable as it was before the no-flicker branch was merged. A
8969         zipfile with that version is available from
8970         http://www.gimp.org/win32/. That should be use by "production"
8971         code until this CVS version is usable. (But note, the Win32
8972         backend has never been claimed to be "production quality".)
8973
8974         * README.win32: Add the above comment about versions.
8975
8976         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
8977
8978         * gdk/gdk.def: Update.
8979
8980         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
8981         presumably be replaced by some more better mechanism as 1.4 gets
8982         closer to release shape.
8983
8984         * gdk/makefile.{cygwin,msc}: Update.
8985
8986         * gdk/win32/*.c: Correct inclusions of the backend-specific and
8987         internal headers. Change code according to changes in these. Use
8988         gdk_drawable_*, not gdk_window_* where necessary.
8989
8990         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
8991         our old DND.
8992
8993         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
8994         to interpret single characters as UTF-8. Thanks to Hans Breuer.
8995         Use correct function name in warning messages.
8996
8997         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
8998         GSourceFuncs gdk_event_prepare and gdk_event_check.
8999         (gdk_event_get_graphics_expose): Do implement, use
9000         PeekMessage. Thanks to Hans Breuer.
9001         (event_mask_string): Debugging function to print an GdkEventMask.
9002         (gdk_pointer_grab): Use it.
9003
9004         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
9005         (old) book I used claimed was Hangul actually is CJK Unified
9006         Ideographs Extension A. Also, Hangul Syllables were missing.
9007         Improve logging.
9008
9009         * gdk/win32/gdkgc-win32.c: Largish changes.
9010
9011         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
9012         g_win32_getlocale() from GLib, and not setlocale() to get current
9013         locale name.
9014
9015         * gdk/win32/gdkprivate-win32.h
9016         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
9017         gdkwin32.h, similarily as in the X11 backend.
9018
9019         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
9020         assignment was used instead of equals in if test. Thanks to Hans
9021         Breuer.
9022
9023         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
9024         the X11 version.
9025
9026         * gdk/win32/makefile.{cygwin,msc}
9027         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
9028         path to the Win32 headers that works also with the mingw compiler.
9029
9030         * gtk/gtkstyle.c: Include <string.h>.
9031
9032 2000-04-26  Havoc Pennington  <hp@redhat.com>
9033
9034         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
9035         replacing the broken gtk_label_get ()
9036
9037 2000-04-15  Havoc Pennington  <hp@pobox.com>
9038
9039         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
9040         this keeps scanner scripts from getting confused.
9041
9042         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
9043         data, rather than void
9044
9045 2000-04-15  Tor Lillqvist  <tml@iki.fi>
9046
9047         * gtk/gtkclist.c (gtk_clist_motion)
9048         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
9049         with is_hint FALSE, get x and y from the event. They used to be
9050         used uninitialised. The Win32 backend never sends motion events
9051         marked as hints. This for instance fixes the annoying file and
9052         font selector behaviour in the Win32 version.
9053
9054 2000-04-14  Tor Lillqvist  <tml@iki.fi>
9055
9056         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
9057         gtk_private_n_signals variables, they are used by some software,
9058         sigh.
9059
9060         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
9061         installation directory from the Registry, where the installer
9062         should have put it.
9063
9064 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
9065
9066         * gdk/x11/Makefile.am: Fix problem with installation directory for
9067         gdkx.h
9068
9069         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
9070         <mrcooger@cyberverse.com> so that when selecting menus with the
9071         mouse, the first item will not be selected, but when selecting
9072         with an accelerator, or navigating left-right on a menubar with
9073         the menus popped up, the first item will be selected.
9074
9075 2000-04-05  Dan Damian  <dand@dnttm.ro>
9076
9077         * configure.in: Added "ro" to ALL_LINGUAS.
9078
9079 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
9080
9081         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
9082         indentation.
9083
9084         * Makefile.am (EXTRA_DIST): Fix typo.
9085
9086         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
9087         to catch gdkconfig.h
9088
9089         * gtk/gtkitemfactory.c: Added FIXME.
9090
9091 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
9092
9093         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
9094         s/return_if_fail/return_val_if_fail/g and add a return value.
9095
9096 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
9097
9098         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
9099         merge slipup.
9100
9101         * gdk/gdkinput.h: Fix missing line from merge.
9102
9103 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
9104
9105         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
9106         instead of gdkprivate.h.
9107
9108 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
9109
9110         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
9111         parent class to correctly be GtkDialogClass.
9112
9113 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
9114
9115         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
9116         toplevel windows and their immediate children by their parents,
9117         since the size of toplevel windows is out of our immediate
9118         control and we don't get any real benefit from trying to track
9119         this size for clipping.
9120
9121         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
9122         for input_only windows.
9123
9124         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
9125         to fix some hacks and make sure that we don't try to set the
9126         background of input only windows.
9127
9128 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
9129
9130         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
9131         the _really_ internal stuff, and leave gdkprivate.h for the fake private
9132         stuff that we've traditionally exposed.
9133
9134         * gdk/**.c: Use gdkinternals.h where appropriate.
9135
9136         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
9137         not include gdkprivate-x11.h, move all stuff of conceivable public
9138         interest into gdkx.h; keep all really private stuff in
9139         uninstalled header gdkprivate-x11.h.
9140
9141         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
9142         image->image_put on windows through a new function _gdk_window_draw_image()
9143         to allow us to do backing store for images. (Sort of ugly)
9144
9145         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
9146         contexts locally so that we can offset them properly when drawing 
9147         onto backing pixmaps.
9148
9149         * gdk/gdkinput.h: Reindented
9150
9151         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
9152         pixmap or color for the window, so we can properly initialize
9153         our double-buffer pixmaps, and also so that we temporarily set
9154         a background of None while scrolling.
9155
9156         * gdk/gdkregion.h: Revise region boolean operators to have an
9157         interface that is actually convenient - switch from creating new
9158         regions on every op, to "methods" that modify existing regions
9159         (A = A OP B). 3 argument forms which allow dest == src, would also
9160         be possible, but the current interfaces seem to map nicely
9161         onto what needs to be done. (There is quite a lot of region
9162         code in GDK now.)
9163
9164         * gdk/gdkregion.h: Add constructor from rectangle and a copy
9165         operator.
9166
9167         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
9168         gdkpoly-generic.h: Copy region code from Xlib, switch it over
9169         to 32 bit coordinates, modify it to be mostly GTK+ style
9170         and to have interfaces that match gdkregion.h.
9171
9172         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
9173         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
9174         create a backing pixmap and redirect all drawing to
9175         that backing pixmap until a matching gdk_window_end_paint().
9176
9177         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
9178         Create a special drawable class for GtkWindow's that 
9179         redirects the drawing to the backing pixmap as necessary
9180         and then calls the real operations in _gdk_windowing_window_class.
9181
9182         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
9183         Store invalid region for each window. Generate expose events for invalid
9184         region in an idle. This replaces both the expose compression
9185         and the redrawing queuing in GTK+. It is both more efficient and
9186         simpler than either one individually and far more so then the
9187         combination.
9188
9189         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
9190         Emulate 32 bit coordinates for windows with 16 bit coordinates
9191         by offsetting drawing, guffaw scrolling techniques and
9192         mapping/unmapping child windows as necessary.
9193
9194         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
9195         where, when invalid regions are processed, the region is stored,
9196         and if expose events come in that are detectably duplicate
9197         the processed exposes (by comparison of event serial numbers),
9198         the stored region is subtracted out of those exposes.
9199
9200         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
9201         regions newly exposed when scrolling or resizing windows.
9202         This, combined with forcing processesing of queued invalidated
9203         regions, gives nice flicker-free scrolling.
9204
9205         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
9206         invalidated regions after every scroll.
9207
9208         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
9209         emulation in GDK. Its, for all practical purposes just a
9210         GtkViewport/GtkFixed hybrid now.
9211
9212         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
9213         (16-bit) structures as necessary instead of just casting.
9214
9215         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
9216         in terms of the structures from gdkregion-generic.c, using appropriate
9217         offsets from GDK to X11 coordinates. Cache clip mask and
9218         origin and ts origin locally and only flush to the server
9219         when drawing, to avoid constantly setting and resetting these
9220         values when offsetting GC's for scrolling and backing pixmaps.
9221
9222         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
9223
9224         * gtk/gtkcontainer.c: Call process_all_updates at end
9225         of resizing to reduce flicker. (Avoids having redraw
9226         lag arbitrarily behind resize under some circumstances)
9227
9228         * gtk/gtkentry.c: Remove old backing store code, and simply take
9229         advantage of the new backing store capabilities of GDK.
9230
9231         * gtk/gtkmain.c: Simple implementation of widget backing
9232         store - simply push a paint while handling each expose.
9233         (Should really be configurable widget for widget.)
9234         
9235         * gtk/gtkwidget.c: Remove all the old complicated redraw
9236         code, and simply invalidate the GDK windows from
9237         gdk_window_queue_clear(), etc. (Sigh, so much carefully
9238         debugged complexity ... gone to the winds.)
9239
9240         Remove all the code for suppressing expose events while
9241         resizes are pending; this isn't needed since the invalid
9242         areas won't be processed until after the resizes are
9243         processed, since they are in a lower priority idle.
9244
9245 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
9246
9247         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
9248         and height of dest rectangle for non-intersecting rectangles.
9249
9250 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
9251
9252         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
9253         for GdkRectangle.
9254
9255 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
9256
9257         * gdk/gdk{events,image,private,types,window}.h
9258          gdk/x11/gdkinputprivate.h: Change all coordinates
9259          from int16 to int. Also, Change width and height from
9260          unsigned to signed to avoid all the stupid C 
9261          signedness bugs.
9262
9263 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
9264
9265         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
9266         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
9267         Add some more detailed checking.
9268
9269         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
9270         New function to retrieve the depth of a drawable.
9271
9272         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
9273         field, reorder fields to save memory. 
9274
9275 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
9276
9277         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
9278         of the background image instead of scaling the background down to
9279         a line.
9280
9281         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
9282         which temporarily set slider to wrong size.
9283
9284         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
9285         queue_clear().
9286
9287 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
9288
9289 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
9290
9291         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
9292
9293 2000-03-17  Tor Lillqvist  <tml@iki.fi>
9294
9295         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
9296         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
9297
9298         * gdk/win32/gdkfont-win32.c
9299         * gdk/win32/gdkproperty-win32.c
9300         * gdk/win32/gdkselection-win32.c
9301         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
9302         now declared such.
9303
9304 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
9305
9306         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
9307
9308 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
9309
9310         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
9311         is called without trapping X errors.
9312
9313 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
9314
9315         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
9316         way into the fontset lists.
9317
9318 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
9319
9320         * gtk/gtkthemes.h: add extern "C" scope.
9321
9322 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
9323
9324         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
9325         to make appends to the list constant. (gtk-guy-990901-0.patch)
9326
9327 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
9328
9329         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
9330         for the typename hash table.
9331
9332 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
9333
9334         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
9335         to make sure we never divide by zero. 
9336         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
9337
9338 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
9339
9340         * gtk/gtkfontsel.c: Apply patch from
9341         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
9342         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
9343
9344         Also, some cleanups in atom handling.
9345
9346 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
9347
9348         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
9349         not GtkWidget.
9350
9351 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
9352
9353         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
9354         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
9355         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
9356         more guint wrap-around bugs before going to bed.
9357
9358 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
9359
9360         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
9361         guint wrap arounds in allocation.width.
9362
9363         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
9364         process untill we fit the allocation given.
9365
9366 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
9367
9368         * gtk/gtkwidget.c:
9369         (gtk_widget_unrealize): guard widget access with ref/unref
9370         around signal emission.
9371         (gtk_widget_hide): same here, but also check its destroyed
9372         state before queueing a resize.
9373
9374 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
9375
9376         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
9377         of gtk_default_insensitive_bg as insensitive base color.
9378
9379         * gtk/gtktext.c (gtk_text_style_set): set the background color according
9380         to the widget's state.
9381         (gtk_text_realize): same here.
9382         (gtk_text_state_changed): same here.
9383         (draw_bg_rect): compare background color against base[] from
9384         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
9385
9386 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
9387
9388         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
9389         grabs are active, unless a delete event is send to the toplevel
9390         of the currently grab holding widget.
9391
9392 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
9393
9394         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
9395         debugging g_print's.
9396
9397 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
9398
9399         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
9400         ever make the scrolled-window requisition ever depend on the 
9401         visibility state of the scrollbars for the AUTOMATIC policy. 
9402         This breaks the GTK+ requisition model, and causes loops.
9403
9404 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
9405
9406         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
9407         the default font to avoid problems with XFree86-4.0 where the
9408         default charset is iso10646-1, not iso8859-1.
9409
9410 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
9411
9412         * acinclude.m4
9413         * config.guess
9414         * config.sub
9415         * ltconfig
9416         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
9417
9418         * gtk/Makefile.am: minor cosmetic consistency tweak
9419
9420 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
9421
9422         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
9423         the activate_time to 0, so that we handle a quick
9424         press/release press/release properly and don't suppress
9425         the second release. (Red Hat bug #7545)
9426
9427 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
9428
9429         * gtk/gtkctree.c (row_delete):
9430         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
9431         bugs with destruction notifier, *always* update internal
9432         structures *before* calling user code.
9433
9434 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
9435
9436         A few more fixes for bug #5487, #2051, #2677.
9437         * gtk/gtkclist.c : 
9438         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
9439         not GDK_BUTTON_PRESS.
9440         (resync_selection): resync only if selection_mode is
9441         GTK_SELECTION_EXTENDED
9442         * gtk/gtkctree.c (resync_selection): same here
9443
9444 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
9445
9446         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
9447         gdk_drag_get_selection() and gtk_menu_detach().
9448
9449         [ From Jeroen Ruigrok/Asmodai ]
9450
9451 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
9452
9453         * gtk/gtknotebook.c (gtk_notebook_size_request): 
9454         page->tab_label can be NULL.
9455
9456 2000-01-25  Havoc Pennington  <hp@pobox.com>
9457         
9458         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
9459         arg is boolean
9460
9461         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
9462
9463         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
9464
9465         * gdk/gdkproperty.c (gdk_property_get): return boolean
9466
9467         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
9468
9469         * gdk/gdkim.c (gdk_im_ready): return boolean
9470
9471         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
9472
9473         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
9474         glib clash, should fix glib)
9475
9476         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
9477         (gdk_get_show_events): return gboolean, and canonicalize 
9478         to TRUE/FALSE
9479
9480         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
9481         colormap is private
9482         (gdk_colors_alloc): gboolean whether to be contiguous
9483         (gdk_color_equal): return gboolean since we are a predicate
9484         and not a qsort() (this looks semi-wrong due to glib breakage,
9485         IMO glib should be fixed)
9486         
9487         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
9488         (gdk_get_use_xshm): return gboolean
9489         (gdk_pointer_is_grabbed): return gboolean
9490
9491         * gdk/gdk.h: Change prototypes to match all the above changes,
9492         and re-run egtk-format-protos as required.
9493
9494 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
9495
9496         * gtk/gtkctree.c (resync_selection): 
9497         * gtk/gtkclist.c (resync_selection):
9498
9499         Return immediately if clist->drag_pos < 0. This is a workaround
9500         for the corrupt state that the clist gets into when a
9501         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
9502
9503         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
9504         
9505         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
9506         variable from recent commit.
9507
9508 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
9509
9510         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
9511
9512 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
9513
9514         * gtk/Makefile.am: prefix all autogenerated source that get build in
9515         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
9516         in builddir. since we subsequently cd into srcdir for autogeneration,
9517         the paths have to be stripped from the target file names, thusly we
9518         use $(@F) as target names now.
9519         put a comment about configure.in's --disable-rebuilds option,
9520         which can be used for non-writable source directories, for development
9521         setups though, srcdir has to be *writable*.
9522
9523 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
9524
9525         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
9526           Finish the job of allowing event to be NULL.
9527           (Fixes bug #4283, reported by Chris Blizzard)
9528
9529         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
9530           things so that the cursor appears on screen, properly
9531           take into account INNER_BORDER.
9532           (Fixes bug #4754, reported by Antonio Campos)
9533
9534 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
9535
9536         * gtk/gtknotebook.c (gtk_notebook_map): Don't
9537           show the tab_label unless it itself is visible.
9538
9539           gtk/gtknotebook.c (gtk_notebook_size_request):
9540           Do a better job of making sure that the visibility
9541           of the tab label corresponds to whether it should
9542           be mapped or not.
9543
9544 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
9545
9546         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
9547           Use the requisition, not the allocation, since the
9548           allocation has not necessarily been computed yet.
9549           (Pointed out by Eugene Osintsev)
9550
9551 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
9552
9553         * gtk/gtkstyle.c (gtk_style_new): Dont' set
9554           style/base[GTK_STATE_INSENSITIVE] both to
9555           gtk_default_insensitive_bg!
9556           (Bug #2187, reported by Jonathan Blandford)
9557
9558         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
9559           Add Alt_L, Alt_R to list of invalid accelerators.
9560           (Bug #3736, reported by Vlad Harchev)
9561
9562 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
9563
9564         * gtk/gtkfilesel.c (open_ref_dir): Fix several
9565         bugs which occured after an attempt to open 
9566         invalid home directory left cmpl_state->reference_dir == NULL.
9567
9568          - completion on files in home directory didn't work
9569          - completion on an empty string caused  segfault
9570
9571          (Bug #3678, reported by Steve Ratcliffe)
9572
9573         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
9574         cut and paste error that was causing scales to
9575         be incorrectly positioned.
9576         (Bug #2956,
9577          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
9578
9579 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
9580
9581         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
9582         when checking for dcgettext, if we've found we needed
9583         it for dgettext.
9584 +
9585 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
9586
9587         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
9588         queue_clear on NO_WINDOW widgets during a reparent,
9589         since at that point the window and widget heirarchies
9590         are out of sync. This stops crashing in some cases
9591         (the scrolled window reparent test, for instance), and
9592         _probably_ won't cause drawing errors.
9593
9594         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
9595         test do what it was supposed to do and be robust against
9596         window closings, etc. (Bug #2443)
9597
9598 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
9599
9600         * gtk/gtkentry.c: Fix return values on mouse events.
9601         (Bug #2686, Sky <seb_sky@yahoo.com>)
9602
9603         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
9604         (pointed out by George Lebl)
9605
9606         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
9607         (From Ettore Perazzoli  <ettore@helixcode.com>)
9608  
9609 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
9610
9611         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
9612         clicks between rows or outside calender area correctly.
9613         (Patch from Damon Chaplin)
9614
9615         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
9616         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
9617           Call destroy function when overwriting existing data. 
9618           (Pointed out by Damon Chaplin)
9619
9620 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
9621
9622         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
9623           which was causing problems on various systems with Xmu.
9624           This hasn't been needed for a very long time.
9625           (Fixes #1185 3167)
9626
9627 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
9628
9629         * gdk/gdki18n.h: Include <ctype.h> when defining
9630           gdk_isw* in terms of is* as a fallback.
9631           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
9632
9633 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
9634
9635         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
9636           realize the widget when it is size allocated!
9637           (old, old bug)
9638
9639         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
9640           Removed unused call to gdk_window_get_size() that
9641           showed up when the above was fixed.
9642
9643 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
9644
9645         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
9646           fix up widget->window when the widget is a
9647           NO_WINDOW container widget.
9648
9649 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
9650
9651         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
9652           to account for the fact that feof() does _not_ 
9653           return TRUE on errors, and thus avoid infinite loops
9654           when trying to use gdk_pixmap_create_from_xpm()
9655           on unreadable values.
9656
9657 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
9658
9659         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
9660
9661 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
9662
9663         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
9664           gdk_gc_set_dashes to take gint8 instead of gchar to
9665           make it clearer that it is _not_ a NULL terminated string.
9666
9667         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
9668           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
9669           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
9670           arguments.
9671
9672 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
9673
9674         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
9675         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
9676         background size relative to our allocation, guard against small
9677         allocations, we may have not yet been size allocated.
9678
9679 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
9680
9681         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
9682         not just version == 3. We implement all 3 + most of 4 - 
9683         (we don't support matching text/plain;charset=iso-8859-1
9684         to a dest that expects text/plain). We'll still advertise
9685         3 to be safe, but any client implementing version >= 3
9686         must interoperate with 3.
9687         
9688 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
9689
9690         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
9691         background and gc members, add a warning in gtk_tooltips_set_color()
9692         indicating that this function is deprecated.
9693
9694 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
9695
9696         * docs/gtkfaq.sgml: FAQ Update:
9697           - Minor cleanups (Emmanuel, me)
9698           - New questions:
9699                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
9700                 How can I retrieve the text from a GtkMenuItem? (timj)
9701                 How do I validate/limit/filter the input to a GtkEntry? (me)
9702                 Memory does not seem to be released when I free the list
9703                         nodes I've allocated (timj)
9704
9705 2000-03-07  Tor Lillqvist  <tml@iki.fi>
9706
9707         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
9708         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
9709         for which it is no use to call GetLastError onWin9x.
9710         (gdk_other_api_failed) New function, for general error
9711         reporting without calling GetLastError.
9712         (gdk_win32_api_failed) OTOH, this function always calls
9713         GetLastError. (gdk_win32_last_error_string) Remove this function,
9714         GLib has the equivalent now.
9715
9716         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
9717         call them with function name, file name and line number in the
9718         arguments.
9719
9720         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
9721         functions.
9722         
9723         * gtk/gtk.def: Add some missing entry points.
9724
9725         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
9726         gtk_paned_set_gutter_size, which don't exist any longer, as void.
9727         
9728         Fixes by Hans Breuer:
9729
9730         * gdk/makefile.msc: Update for debugging.
9731
9732         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
9733         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
9734         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
9735         in the dash_list.
9736
9737         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
9738         the x11 backend.
9739
9740         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
9741
9742         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
9743
9744 2000-03-04  Tor Lillqvist  <tml@iki.fi>
9745
9746         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
9747         just pixel value of background colour.
9748
9749         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
9750         containing code snippet previously duplicated in a couple of
9751         places.
9752         
9753         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
9754         gdk_colormap_color.
9755
9756         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
9757         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
9758         events for autorepeated Shift, Control and Alt keys. Use
9759         gdk_colormap_color.
9760
9761         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
9762         pointer is inside the window the cursor of which we are setting,
9763         call SetCursor immediately.
9764
9765         * gdk/win32/makefile.cygwin
9766         * gtk/makefile.cygwin: If we don't have the build number stamp
9767         file, use zero.
9768
9769         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
9770         gtk_paned_set_gutter_size as empty.
9771
9772         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
9773         
9774 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
9775
9776         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
9777           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
9778           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
9779           docs/gtk_tut.sgml docs/gtk.texi TODO:
9780
9781           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
9782
9783 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
9784
9785         * gtk/gtkcalendar.c: Implement num_marked_dates,
9786           and don't emit mutiple day_selected signals on
9787           month_prev.
9788
9789 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
9790
9791         * docs/make-todo (lineno): let title and logo be configurable so
9792         that GNOME can use this script too.
9793
9794         * TODO.xml: added logourl and a title
9795
9796 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
9797
9798         * TODO.xml: Added some UI items, and an explanatory
9799         comment at the top of the file.
9800
9801 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
9802
9803         * TODO.xml: some updates, added abunch of new entries.
9804         a note for those fiddeling with this file, when done
9805         with it, invoke:
9806         $ ./docs/make-todo TODO.xml >/dev/null
9807         and correct output errors before comitting changes.
9808
9809 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
9810
9811         * TODO.xml: Added XML-structured TODO file.
9812         * docs/make-todo: python script to turn TODO.xml into
9813           pretty XML output. 
9814
9815 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
9816
9817         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
9818         the function to let it draw the seven dots, instead of the old,
9819         much maligned, method.
9820         (draw_dot): New function to draw a dot.
9821
9822         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
9823         to draw the handle inside the border width as opposed to outside.
9824         Use paint function instead of gdk_draw_point.
9825
9826         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
9827         to draw the handle inside the border width as opposed to outside.
9828         Use paint function instead of gdk_draw_point.
9829
9830         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
9831         Change indenting to be more GTK like.
9832
9833 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
9834
9835         * docs/gtk_tut.sgml: New section on GtkCalendar
9836         * examples/calendar: Update example code
9837
9838 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
9839
9840         * docs/gtkfaq.sgml: FAQ Update
9841
9842 2000-02-19  Anders Carlsson  <andersca@gnu.org>
9843
9844         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
9845         to prevent the scroll event to be propagated upwards.
9846
9847 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
9848
9849         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
9850         OwnerGrabButtonMask from button entries for
9851         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
9852
9853         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
9854         to the event mask (which will result in button/press release
9855         being added to the event mask on Unix) so scrolling works
9856         for layouts in scroll windows.
9857
9858         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
9859
9860         Patch from Anders Carlsson  <andersca@gnu.org> to add
9861         a scroll event.
9862
9863         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
9864         scrolling to the "Test Scrolling" part of testgtk.
9865  
9866         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
9867  
9868         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
9869         it against GDK_SCROLL.
9870  
9871         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
9872         way of mouse wheel scrolling.
9873  
9874         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
9875  
9876         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
9877  
9878         * gtk/gtkmain.c: Removed previous mouse wheel hack.
9879  
9880         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
9881         gdk_event_mask_table.
9882  
9883         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
9884         GdkEventScroll handler.
9885  
9886         * gdk/gdkevents.h: Added GdkEventScroll structure.
9887  
9888 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
9889
9890         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
9891         and Anders Carlsson to change the Paned widgets so that they
9892         can be dragged from anywhere along the length. Also change
9893         the way that this is drawn to make this apparent.
9894
9895         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
9896         from George Lebl to check that option_menu->menu is present
9897         before getting history.
9898
9899 2000-02-14  Tor Lillqvist  <tml@iki.fi>
9900
9901         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
9902         before the assertion for non-NULL segment list.
9903
9904         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
9905         Seems that pattern brushes *must* be 8x8 pixels! At least on my
9906         machine, but it might be display driver dependent. Sigh, so make
9907         sure the stipple is that size. Does Windows suck or what?
9908
9909         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
9910         places.
9911
9912 2000-02-13  Havoc Pennington  <hp@pobox.com>
9913
9914         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
9915         refcount to 1
9916         (gdk_cursor_new): init refcount to 1
9917
9918         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
9919
9920 2000-02-13  Tor Lillqvist  <tml@iki.fi>
9921
9922         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
9923         so that we don't have to do unnecessary settings to the HDC.
9924
9925         * gdk/win32/gdkdrawable-win32.c
9926         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
9927         gdk_gc_predraw.
9928
9929         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
9930         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
9931         GDI paths, call WidenPath to get the outline of the stroken path,
9932         and then fill the outline (with the brush that was built from the
9933         stipple).
9934
9935         * gdk/win32/gdkgc-win32.c: Factor out common code from
9936         _gdk_win32_gc_new and gdk_win32_gc_set_values into
9937         gdk_win32_gc_values_to_win32values. Use correct colour for
9938         SetBkColor() (Until now the code actually used a random colour in
9939         the call to SetBkColor()... but that didn't show up as not many
9940         GDI APIs use the background colour. Pattern (opaque stippled)
9941         brushes do.)
9942
9943         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
9944         gdk_win32_api_failed): New functions for error logging.
9945
9946         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
9947         WIN32_API_FAILED to call them, passing function or file name and
9948         line number.
9949
9950         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
9951
9952         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
9953         GdkColor for foreground and background in GdkGCWin32Data.
9954
9955         * gdk/makefile.cygwin: Link in the resource object separately.
9956
9957         * gdk/win32/rc/gdk.rc
9958         * gtk/gtk.rc (New file)
9959         * gdk/win32/makefile.cygwin
9960         * gtk/makefile.cygwin: Update build number in DLLs automatically,
9961         as in GLib.
9962
9963 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
9964
9965         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
9966         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
9967         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
9968         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
9969         parameters given and cursor->ref_count. coding style fixups.
9970
9971         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
9972         not GtkWidget.
9973         
9974         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
9975         fix up widget macros and add _GET_CLASS() variant.
9976         
9977         * gtk/*.c: some GtkType fixups.
9978
9979 2000-02-09  Tor Lillqvist  <tml@iki.fi>
9980
9981         * gdk/win32/gdkproperty-win32.c
9982         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
9983         were reversed.
9984
9985 2000-02-04  Tor Lillqvist  <tml@iki.fi>
9986
9987         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
9988         g_filename_to_utf8 to convert the font names Windows gives us from
9989         whatever is the default codepage to UTF-8.
9990         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
9991         in the other direction.
9992
9993         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
9994         error in debugging output.
9995
9996 2000-02-02  Tor Lillqvist  <tml@iki.fi>
9997
9998         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
9999         and height parameters to gdk_window_clear_area(). Not minus one.
10000
10001 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
10002
10003         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
10004         checks if the widget passed to gtk_drag_get_data() was not the
10005         dest widget.
10006
10007 2000-02-01  Tor Lillqvist  <tml@iki.fi>
10008
10009         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
10010         g_filename_from_utf8 functions (which were added a moment ago to
10011         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
10012         size buffers.
10013
10014         gtk_file_selection_get_filename returns the filename in the C
10015         runtime encoding. It calls g_filename_from_utf8, but copies the
10016         returned string to a static buffer, which is returned. I think
10017         this is better than returning the result from g_filename_from_utf8
10018         directly, which would mean all apps that use it would have to free
10019         the return value. Or should this function care about this issue at
10020         all? Maybe a new function with clearly defined semantics.
10021
10022         * gtk/gtkfilesel.h: Add comment about
10023         gtk_file_selection_get_filename returning the filename in the C
10024         runtime's encoding.
10025
10026         * README.win32
10027         * gdk/gdk.def
10028         * gdk/makefile.{cygwin,msc}
10029         * gtk/gtk.def: Updates.
10030
10031         * gdk/gdkcursor-win32.c: Initialise refcount.
10032
10033 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
10034
10035         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
10036
10037 2000-01-30  Havoc Pennington  <hp@pobox.com>
10038
10039         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
10040         destroy
10041
10042         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
10043
10044         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
10045         implemented in platform-specific code
10046
10047         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
10048
10049         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
10050         underscore in front
10051
10052         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
10053         put an underscore in front
10054
10055         * gdk/gdkcursor.c: new file, implements
10056         gdk_cursor_ref/gdk_cursor_unref
10057
10058         * gdk/gdkcursor.h: Refcount GdkCursor
10059
10060         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
10061
10062 2000-01-29  Tor Lillqvist  <tml@iki.fi>
10063
10064         * gdk/gdkwindow.h
10065         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
10066
10067 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
10068
10069         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
10070         structures to properly inherit from GtkWidget not GtkBin.
10071
10072 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
10073
10074         * gtk+.spec.in: Added lib/gtk+/include/* to %files
10075         (bug #5178 - Peter Wainright)
10076         
10077         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
10078         so that it will be installed.
10079         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
10080
10081 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
10082
10083         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
10084         for the GtkStyleClass vtable const.
10085
10086         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
10087         take a const string argument like GtkTranslateFunc. This will
10088         require changes in use code.
10089
10090 2000-01-19  Tor Lillqvist  <tml@iki.fi>
10091
10092         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
10093         semantics (to mimic the X11 backend, which just calls XClearArea)
10094         is to check for zero width (and height), and in that case use the
10095         window's width minus x (height minus y). This fixes for instance
10096         some redraw problems with gtkclist, which were easily noticeable
10097         in the gtk file selection widget.
10098
10099         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
10100         windows.
10101
10102 2000-01-13  Tor Lillqvist  <tml@iki.fi>
10103
10104         * configure.in
10105         * gdk/Makefile.am
10106         * gdk/x11/Makefile.am
10107         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
10108         (bug #5177).
10109         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
10110         out later.
10111
10112 2000-01-09  Tor Lillqvist  <tml@iki.fi>
10113
10114         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
10115         WM_MOVE for iconified or invisible windows. This fixes various
10116         problems when minimising windows. Thanks to Bernd Herd.
10117
10118 2000-01-05  Tor Lillqvist  <tml@iki.fi>
10119
10120         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
10121         backend's draw_lines method, not draw_points.
10122
10123 2000-01-02  Tor Lillqvist  <tml@iki.fi>
10124
10125         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
10126         before Owen's reorganisation: Don't have queued_events and
10127         queued_tail statics in this file, but use gdk_queued_events and
10128         gdk_queued_tail. This makes exposure event compression work again.
10129
10130         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
10131         seem to be needed?
10132
10133 1999-12-30  Tor Lillqvist  <tml@iki.fi>
10134
10135         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
10136         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
10137         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
10138         doesn't do anything.
10139
10140         * gdk/gdk.def: Add gdk_xid_table_insert.
10141
10142         * gdk/win32/gdkprivate-win32.h
10143         * gdk/win32/gdkevents-win32.c
10144         * gdk/win32/gdkinput-win32.c
10145         
10146         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
10147         extension_events field in the GdkWindowWin32Data struct. Use only
10148         the extension_events field in GdkWindowPrivate. Previously one was
10149         set, and the other one tested, which broke tablet
10150         functionality. Thanks to Keishi Suenaga for pointing this out.
10151
10152 1999-12-18  Tor Lillqvist  <tml@iki.fi>
10153
10154         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
10155         When handling a single character (text length == 1), don't handle
10156         it as if it was UTF-8.
10157
10158 1999-12-11  Tor Lillqvist  <tml@iki.fi>
10159
10160         * Makefile.am: Distribute README.win32.
10161         
10162         * gdk/Makefile.am
10163         * gdk/win32/Makefile.am: Distribute Win32 files.
10164
10165         * gdk/makefile.msc: New file.
10166
10167         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
10168         after label).
10169
10170         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
10171         gdk_error_code as GDKVAR, as they are referred outside GDK.
10172
10173         * gdk/win32/makefile.msc: Update.
10174
10175         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
10176         tweaks. Check only if at least one of those Unicode subrange bits
10177         we care for is set. If no code page bits are set, guess (wildly)
10178         based on the charset.
10179
10180         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
10181
10182         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
10183         non-NULL.
10184
10185         * gtk/gtkdnd.c
10186         * gtk/gtklayout.c
10187         * gtk/gtkplug.c
10188         * gtk/gtkselection.c
10189         * gtk/gtksocket.c
10190         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
10191         appropriate. There must be a cleaner way to handle this?
10192
10193         * gtk/gtkrc.c: Must include windows.h on Win32.
10194
10195         * gtk/testgtk.c: No need to include gdkx.h.
10196
10197         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
10198
10199 1999-12-07  Tor Lillqvist  <tml@iki.fi>
10200
10201         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
10202         the rbearing is set to the same as the width, but this should be
10203         fixed.
10204
10205 1999-12-06  Tor Lillqvist  <tml@iki.fi>
10206
10207         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
10208         function. If Windows doesn't tell us what Unicode subranges a font
10209         covers, guesstimate based on the codepages it covers. This will
10210         hopefully help those Windows versions or fonts that don't give us
10211         any useful Unicode subrange information with GetTextCharsetInfo.
10212         Call this function in gdk_font_load_internal.
10213
10214         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
10215         minor changes.
10216
10217 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
10218
10219         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
10220         New function, long needed.
10221
10222 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
10223
10224         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
10225         only_if_exists argument of gdk_atom_intern to
10226         bool.
10227
10228 1999-11-25  Tor Lillqvist  <tml@iki.fi>
10229
10230         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
10231         Fix two copy&paste errors.
10232
10233         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
10234         win32 has changed.
10235
10236         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
10237         GdkWin32SingleFont struct.
10238
10239         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
10240         subranges of loaded fonts. Clear font signature first, in case
10241         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
10242         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
10243
10244         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
10245         Unoffset clip region.
10246
10247 1999-11-23  Tor Lillqvist  <tml@iki.fi>
10248
10249         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
10250         event->any.window before calling filter functions.
10251
10252 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
10253
10254         * gtk/gtkgamma.h: Adapt cast macros to standard.
10255
10256 [ Merges from 1.2 ]
10257
10258 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
10259
10260         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
10261         If translation does not include a '/', use entire
10262         translation instead of crashing.
10263
10264 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
10265
10266         * docs/gtk_tut.sgml:
10267         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
10268
10269 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
10270
10271         * gtk/gtkselection.c (gtk_target_list_remove): Use
10272         g_list_remove_link, not g_list_remove.
10273
10274         [ From Geert Bevin <gbevin@thunderstorms.org> ]
10275         
10276 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
10277
10278         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
10279         statement upon unselection (how the heck did that slip in?).
10280
10281 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
10282
10283         * gtk/gtktext.c (gtk_text_freeze): 
10284         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
10285         in frozen state (and aparently crashes). patch provided by Anders
10286         Melchiorsen <and@kampsax.dtu.dk>.
10287
10288 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
10289
10290         * fix insensitive default/focus widget activation,
10291         reported by Matt Goodall <mgg@isotek.co.uk>.
10292
10293         * gtk/gtkwindow.c (gtk_window_key_press_event): 
10294         (gtk_window_activate_default):
10295         (gtk_window_activate_focus):
10296         return handled=FALSE for actiavtion of insensitive default
10297         widgets. return handled=TRUE for activation of insensitive
10298         focus widgets. don't activate in either case.
10299
10300 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
10301
10302         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
10303         and $glib_cflags to match library order and in the
10304         theory that an old version of GLib is more likely to
10305         be in the include directory for X then vice-versa.
10306         (Bug #2776)
10307
10308 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
10309
10310         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
10311         to determine the locale for fontsets, not LC_MESSAGES;
10312         the user may want English messages with a handling
10313         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
10314         will still be broken) (Bug #2891)
10315
10316 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
10317
10318         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
10319
10320 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
10321
10322         * gtk/gtkrc.ko: Changed the Korean default fontset.
10323
10324 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
10325
10326         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
10327         where when scrolling to the left or top double exposes
10328         were done, causing major slowdowns.
10329
10330 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
10331
10332         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
10333         names to lowercase and alphanumeric, before looking
10334         them up.
10335
10336         * gtk/Makefile.am: Install codeset variant gtkrc files
10337         with normalized names.
10338
10339 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
10340
10341         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
10342         popup menus when the menu is already visible, but its parent
10343         is still hidden, (happens after tornoff window got hidden).
10344
10345 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
10346
10347         * gtk/Makefile.am (install-data-local): Fix
10348         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
10349         deleted, causing error messages on install.
10350
10351 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
10352
10353         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
10354         the handle as well, since we now sometimes ignore
10355         exposes on the handle while resizing.
10356
10357 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
10358
10359         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
10360         extra g_free introduced in one of the last one or two 
10361         commits.
10362
10363 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
10364
10365         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
10366         consistent, put each style that a gtkrc.* file creates
10367         in a unique namespace, remove old files before installing.
10368
10369 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
10370
10371         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
10372         gtk_rc_init is called multiple times. (Yes, people who
10373         do that have bugs in their code.)
10374
10375 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
10376
10377         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
10378         Remove it since it's generated by the Makefile anyway
10379
10380 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
10381
10382         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
10383         device->info.axes for core pointer.
10384
10385 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
10386
10387         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
10388         idle_id, to deal with obsolete, broken C libraries.
10389
10390 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
10391
10392         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
10393         allocation->x/y twice!
10394
10395         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
10396         consistent with gtk_vscale_pos_trough().
10397
10398 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
10399
10400         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
10401         be queueing a resize on a toplevel container between
10402         the time we show it and when we map it. So, we need
10403         to test GTK_WIDGET_VISIBLE() for toplevels, and only
10404         use GTK_WIDGET_DRAWABLE() for child windows.
10405
10406 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
10407
10408         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
10409         (fixes bug #2144)
10410
10411 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
10412
10413         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
10414         container DRAWABLE (instead of VISIBLE), so we don't queue
10415         resizes on non-toplevel containers.
10416
10417 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
10418
10419         * gtk/gtkselection.[ch]: Make the data argument
10420         const guchar *.
10421
10422 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
10423
10424         * gtk/gtkwindow.c: Try to behave sensibly if 
10425         the focus widget is the window itself. (Should
10426         we allow this at all?)
10427
10428 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
10429
10430         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
10431         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
10432         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
10433         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
10434         in prototypes and implementations consistent (Tomas Ogren).
10435
10436         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
10437         before the widget is unparented (reported by damon).
10438
10439         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
10440         since we provide unsigned data anyways.
10441
10442 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
10443
10444         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
10445         the call to gtk_tooltips_layout_text() until later.
10446
10447         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
10448         Call gtk_widget_ensure_style() before using the style.
10449
10450 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
10451
10452         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
10453         for old widgets that don't propagate draws to all
10454         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
10455
10456 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
10457
10458         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
10459         for a redraw but just the widget that requested the resize.
10460
10461 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
10462
10463         * gtk/gtkcontainer.c: added new widget level method
10464         gtk_container_set_reallocate_redraws() and a GtkContainer flag
10465         reallocate_redraws : 1 to reflect the setting, exported this through
10466         the argument system as a boolean ::reallocate_redraws.
10467
10468         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
10469         on the widget because the allocation changes, do so as well for
10470         widget->parent if the parent has reallocate_redraws set to TRUE.
10471         with that containers requesting reallocation redraws get automatically
10472         redrawn if their children changed allocation (this unfortunately
10473         affects also other children that didn't change allocation, but we
10474         cannot work around that before 1.3).
10475
10476 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
10477
10478         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
10479         _and_ height are >0 (not _or_).
10480
10481         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
10482         instead of gtk_container_queue_resize(), which is a core gtk internal
10483         function (must have been on crack when i queued that).
10484
10485         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
10486         we can check more reliably if we want to discard expose events.
10487         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
10488         flag.
10489         
10490         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
10491         we simply trust these events. for deciding whether to discard exposes,
10492         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
10493         
10494 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
10495
10496         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
10497         queues of areas that are completely off screen.
10498
10499         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
10500         logic for handleboxes.
10501
10502         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
10503         check on width/height.
10504
10505 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
10506
10507         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
10508         we are fine with using $@ the way we do (if we actually encounter
10509         brokeness with $@ in VPATH builds because of additional path prefixes,
10510         we need to use $(@F) actually).
10511
10512 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
10513
10514         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
10515         short lived bugs, that would allow language bindings to do surgeries
10516         to our guts.
10517
10518 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
10519
10520         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
10521         where comparison was being done against an uninitialized
10522         value causing intermittant results depending on
10523         compiler flags. Also make it clearer that we aren't
10524         ever initializing the child as 0x0 (though this will
10525         be caught in gtk_widget_size_allocate())
10526
10527 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
10528
10529         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
10530         gtk_window_unset_transient_for() call after we do checks
10531         involving the old transient parent.
10532         [ From Lance Capser <lmc@cyberhighway.net> ]
10533
10534 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
10535
10536         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
10537         an empty file.
10538
10539 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
10540
10541         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
10542         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
10543
10544 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
10545
10546         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
10547         `$@' is valid only in the build dir, not after we've done 
10548         `cd $srcdir'.  Also use `test -f' instead of less portable
10549         `test -e'.
10550
10551 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
10552
10553         * gtk/gtktext.c (correct_cache_insert): Rewrite
10554          for simplicity, and hopefully correctness.
10555          (Fixes bug #1322, which was a segfault when
10556           on some insertions with the properties around
10557           the insertion set up just wrong.)
10558
10559         * gtk/gtktext.c (gtk_text_adjustment): When we receive
10560          a "changed" signal, clamp the new value to the adjustment
10561          bounds to avoid segfaulting if someone tries to change
10562          the adjustment to a bogus value. (Bug #1795)
10563
10564 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
10565
10566         * gtk/gtkmain.c: Ignore unexpected destroy notifies
10567         for children, for toplevel windows handle them
10568         like delete_event.
10569
10570         * gtk/gtkplug.c: Add an unrealize handler so that
10571         we unref plug->socket_window when we are done
10572         with it.
10573
10574 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
10575
10576         * gtk/gtktext.c (clear_area): Fix stupid signedness
10577          problem that was causing background to sometimes
10578          be misaligned.
10579
10580 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
10581
10582         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
10583         
10584         * gtk/gtkmenu.c (gtk_menu_position): Make
10585          sure we never position menus with negative x, y,
10586          since gtk_widget_set_uposition() can't handle that.
10587
10588         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
10589          Modify the positioning code a bit so that we always
10590          put the top-left corner onscreen. (This is for
10591          UI reasons, gtk_menu_position() now takes care of
10592          gtk_widet_set_uposition() brokeness.)
10593
10594 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
10595
10596         * gtk/Makefile.am: fixed up things for -jx, x > 1.
10597
10598 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
10599
10600         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
10601           RC style that is passed in. The lack of the ref
10602           before was a bug. If people worked around this
10603           bug, this will introduce a slight memory leak
10604           in their code. The code should typically look like:
10605
10606             rc_style = gtk_rc_style_new ();
10607             [...]
10608             gtk_widget_modify_style (widget, rc_style);
10609             gtk_rc_style_unref (rc_style);
10610
10611         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
10612           the style if it was already set.
10613
10614         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
10615           style if it was set before.
10616
10617 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
10618
10619         * gtk/testgtk.c (main): Add a check to see if we
10620           are being run from the correct directory and
10621           to quit nicely if we are not.
10622
10623         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
10624           static.
10625
10626 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
10627
10628         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
10629
10630         * gtk/gtkwindow.c:
10631         queue resizes unconditionally (gtk_widget_queue_resize will figure
10632         what to do if the window is not realized).
10633         (gtk_window_move_resize): only recenter the window
10634         for GTK_WIN_POS_CENTER_ALWAYS.
10635         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
10636         the same way as GTK_WIN_POS_CENTER.
10637
10638 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
10639
10640         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
10641         with (!(info->last_flags & GDK_HINT_POS)) instead of
10642         (!info->last_flags & GDK_HINT_POS).
10643
10644         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
10645         new_height unconditionally, because we use these values even if
10646         !default_size_changed && !hints_changed.
10647         comented the (default_size_changed || hints_changed) case with
10648         respect to resize rejects from the window manager.
10649
10650         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
10651         in the zvt condition hack, since this includes the window hints, set
10652         the hints after the handling_resize case.
10653
10654         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
10655         window is initially shown with to the geometry.
10656
10657 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
10658
10659         * gtk/gtkwindow.c (gtk_window_move_resize):
10660         s/size_changed/default_size_changed/g so i know what's
10661         really going on (frying brain on smaller flame now).
10662
10663 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
10664
10665         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
10666         we have size_changed upon handling_resize. this is a gross
10667         workaround for the broken zvt widget and should be removed in
10668         1.3 again (search for FIXME).
10669         Owen provided an accurate comment for this:
10670
10671         /* We could be here for two reasons
10672          *  1) We coincidentally got a resize while handling
10673          *     another resize.
10674          *  2) Our computation of size_changed was completely
10675          *     screwed up, probably because one of our children
10676          *     is broken. It's probably a zvt widget.
10677          *
10678          * For 1), we could just go ahead and ask for the
10679          * new size right now, but doing that for 2)
10680          * might well be fighting the user (and can even
10681          * trigger a loop). Since we really don't want to
10682          * do that, we requeue a resize in hopes that
10683          * by the time it gets handled, the child has seen
10684          * the light and is willing to go along with the
10685          * new size. (this happens for the zvt widget, since
10686          * the size_allocate() above will have stored the
10687          * requisition corresponding to the new size in the
10688          * zvt widget)
10689          *
10690          * This doesn't buy us anything for 1), but it shouldn't
10691          * hurt us too badly, since it is what would have
10692          * happened if we had gotten the configure event before
10693          * the new size had been set.
10694          */
10695
10696 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
10697
10698         * gtk/gtkrc.c: deal properly with the fact that RC
10699           style lists may include rc styles more than once.
10700
10701         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
10702           unused static function.
10703
10704         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
10705           stack of directories of RC files currently being
10706           parsed and implicitely add them to pixmap path.
10707           
10708           This fixes a bug where the directory would get
10709           appended then overwritten by pixmap_path declarations.
10710
10711           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
10712
10713         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
10714           theme's exit function. (Patch from Peter Wainwright,
10715           bug #1454)
10716
10717         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
10718           Add a destroy() handler to take care of removing
10719           group for menu item. (Fixes bug #1197)
10720
10721         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
10722           in warning message.
10723
10724 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
10725
10726         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
10727         roundtrip to figure window's width and height, since we know that
10728         anyways from widget->allocation.
10729
10730 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
10731
10732         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
10733           the hints after we request the new size.
10734
10735 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
10736
10737         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
10738           GTK_WIDGET_REALIZED() assertion - we can compute the
10739           hints before we are realized.
10740
10741         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
10742           hint changing so that we have a value of hints_changed
10743           when we decide whether to constrain the window size.
10744
10745         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
10746
10747         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
10748         change back to G_MAXINT.
10749
10750 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
10751
10752         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
10753         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
10754         contain uncluttered values.
10755         (gtk_window_compute_hints): simply assert that window is realized
10756         and that geometry_info is valid, since we rely on this anyways.
10757         (gtk_window_constrain_size): major cleanups to the code.
10758         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
10759         for the base size, instead of the minimums. use 32767 as max width
10760         and height (like in gtkwindow.c) instead of G_MAXINT.
10761
10762 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
10763
10764         * cleaned up the GtkContainer.need_resize flag handling mess, we
10765         only need to force resize requests when we were prematurely
10766         realized, or our widget tree was modified when we were temporarily
10767         hidden. handling these cases directly upon showing the window (i.e.
10768         while the GdkWindow is still unmapped) avoids the need to wait for
10769         a configure event response and therefore makes the GUI more snappier
10770         and avoids blank windows during the roundtrip.
10771
10772         * gtk/gtkwidget.c:
10773         (gtk_widget_hide): 
10774         (gtk_widget_show): don't queue resizes on toplevels, they know how
10775         to deal with matters.
10776
10777         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
10778         flag directly for not visible resize containers and spare us unecessary
10779         signal emissions.
10780
10781         * gtk/gtkwindow.c:
10782         (gtk_window_realize): if we need to enforce premature size allocation,
10783         queue a container resize so we are correctly resized later on.
10784         (gtk_window_init):
10785         (gtk_window_size_request):
10786         don't freak around with the ->need_resize flag,
10787         gtk_container_queue_resize() will care about that.
10788         (gtk_window_show):
10789         handle initial resizing issues here, we can handle matters better in
10790         this place, especially since we know that our GdkWindow is still
10791         unmapped.
10792         (gtk_window_move_resize):
10793         don't care about ->need_resize at all.
10794         handle size changes properly that occoured while we waited for a
10795         configure event.
10796
10797 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
10798
10799         * gtk/gtkwidget.c (gtk_widget_set_uposition):
10800         * gtk/gtkwindow.[hc] (gtk_window_reposition):
10801         Move the hint setting code from gtk_widget_set_uposition
10802         to here; set the hints so that we respect any previously
10803         set geometry hints.
10804
10805         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
10806         change the window hints here or move the window here,
10807         let that happen in gtk_window_move_resize().
10808
10809 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
10810
10811         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
10812         to already queued resizes (and therefore redraws) on a widget, check
10813         its anchestry as well.
10814
10815         * gtk/gtkcontainer.c:
10816         (gtk_container_queue_resize): clear resize widgets for resize
10817         containers before aborting prematurely. this is especially important
10818         for toplevels which may need imemdiate processing or their resize
10819         handler to be queued.
10820         (gtk_container_dequeue_resize_handler): added new internal function for
10821         gtkwindow.c.
10822
10823         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
10824         configure event, take possible changes in window position into account
10825         as well.
10826         if we request a new window size, queue up a resize handler that will
10827         last until the configure event response arrives.
10828         combined the ->need_resize case (initial show) with the general size
10829         (hints) changed case and added even more comments.
10830         if !auto_shrink, only revert to the old allocation if the new size
10831         is smaller than the current allocation.
10832
10833 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
10834
10835         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
10836                            gtk_window_set_geometry_hints
10837                            gtk_window_set_default_size):
10838         When hints are set, queue a resize so that the hints will
10839         be eventually reset on the toplevel.
10840
10841         * gtk/gtkwindow.c (gtk_window_show): Use
10842         gtk_window_compute_default_size(). Clear the need_resize flag
10843         on the initail map so that we don't unnecessarily trigger the
10844         resize code.
10845
10846         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
10847         into separate functions. Compare the hints we are setting
10848         with what we set last time so that we can accurately
10849         tell when we need to reset the hints.
10850
10851         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
10852         function to figure out the size from requisition
10853         and default_size.
10854
10855         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
10856         from fvwm to constrain a size to the geometry hints.
10857
10858         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
10859         to compare two sets of geometry hints.
10860
10861         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
10862         from gtk_window_set_hints(), just compute the hints,
10863         don't set them.
10864
10865         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
10866         code from gtk_window_move_resize() to separate function,
10867         rationalize a bit.
10868
10869 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
10870
10871         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
10872         structure into a new private structure.
10873
10874         * gtkrc.c: Split GtkRcStyle into public/private.
10875         In the private part, add a list of pointers to the
10876         RcStyle lists this RcStyle participates in.
10877
10878         * gtkrc.c: When a RcStyle is free, remove all
10879         lists referencing it from the 
10880         realized_style_ht hash, and free those lists.
10881         
10882         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
10883         gtk_rc_init(), since that adds the default styles
10884         to the list of parsed RC files again.
10885
10886         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
10887         
10888 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
10889
10890         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
10891         checks that ensure that a widget's allocation is at least 1 in width
10892         and height. (GNOME note: this doesn't affect old panel code anymore,
10893         because GtkSocket will request width and height of at least 1 since
10894         Fri Jul 23).
10895
10896         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
10897         allocated yet (happens if the user realizes the window prematurely),
10898         size request and allocate it.
10899         (gtk_window_size_allocate): guard against guint underflows.
10900
10901 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
10902
10903         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
10904         in gtk_built_sources, so gtk.defs gets built prior to all other
10905         sources.
10906
10907 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
10908
10909         * gtk/Makefile.am:
10910         invoke indent on gtkmarshal.*. 
10911         rewrote source generation rules, use COPYING as oldest source tag for
10912         a piggyback rule to generate all sources from (don't touch it ;).
10913         major cleanups, strip spaces on build rules for GNU Make.
10914
10915         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
10916         source and target files from commandline arguments. don't invoke indent.
10917
10918 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
10919
10920         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
10921         notebook after switch to avoid drawing problems.
10922         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
10923         
10924         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
10925         show them instead. 
10926         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
10927
10928 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
10929
10930         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
10931         notebook after switch to avoid drawing problems.
10932         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
10933         
10934         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
10935         show them instead. 
10936         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
10937
10938 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
10939
10940         * gtk/gtkwindow.c:
10941         we use window->need_resize from configure_event now, to indicate that
10942         the gtkwindow should keep its allocation (e.g. because the user resized
10943         the window through window manager handles). resize_count is now reliably
10944         used to figure whether we got the allocation we requested from the
10945         window manager.
10946         configure events get queued as resizes now, the real stuff (size
10947         computation and allocation) now only goes on in gtk_window_move_resize().
10948         GtkWindow's requisition now contains its *real* requisition (like all
10949         other widgets), *not* taking usize into account.
10950         geometry_info->last_{width|height} is now updated from set_hints() only
10951         so it always contains the last hints we set for the window manager.
10952         made some event handlers return TRUE instead of FALSE.
10953         the overall code should be much more straight forward now, and the
10954         significant code portions are accompanied by comments now.
10955         (gtk_window_set_hints):
10956         removed requisition argument and made it
10957         fetch the requisition through gtk_widget_get_child_requisition.
10958         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
10959         does that now.
10960         (gtk_window_show):
10961         ensure that the widget is realized before calling 
10962         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
10963         ensure that we got properly size requested and allocated before
10964         realization.
10965         (gtk_window_configure_event):
10966         ignore plain window moves, or reallocate the widget tree through the
10967         resize queue otherwise.
10968         (gtk_window_move_resize):
10969         mostly rewrote this function to figure window manager hints more
10970         reliably, coalesce window moves and resizes to reduce configure events
10971         and do actuall size allocations.
10972
10973 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
10974
10975         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
10976         that have a resize pending, because a redraw is already queued for them.
10977
10978         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
10979         hack to clear resize_widgets.
10980
10981         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
10982         for resize containers prior to size allocation. (this is also a bit
10983         ugly, but avoids side effects for stopped emissions and is thus more
10984         reliable).
10985         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
10986
10987         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
10988         function from gtk_tooltips_expose, as we connect to ::expose_event
10989         *and* ::draw now.
10990
10991 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
10992
10993         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
10994         checks.
10995         (gtk_target_list_unref): Likewise.
10996
10997         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
10998
10999 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
11000
11001         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
11002         guard against division by zero. (Fixes bug #1339)
11003
11004 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
11005
11006         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
11007         Prevent the trivial leak of information of allowing
11008         word motion when the entry is not visible.
11009
11010 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
11011
11012         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
11013         modality to error dialog as well as confirmation dialogs.
11014         (Bug #1803, reported by Rosanna Wing Sze Yuen)
11015
11016 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
11017
11018         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
11019         tree->view_lines.
11020         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
11021
11022         * gtk/Makefile.am (install-data-local): Solaris apparently
11023         has various troubles with ln -f; use rm first instead.
11024         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
11025
11026 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
11027
11028         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
11029         use `cp' followed by `rm' (the `rm' was already there).
11030
11031 July 30, 1999 Elliot Lee <sopwith@redhat.com>
11032         
11033         * configure.in: Fix autoconf warnings about cross compilation by
11034         trying to provide sane defaults for AC_TRY_RUN.
11035         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
11036         put them into $(srcdir) when generated. Also add a dependency of
11037         gtksignal.h on gtkmarshal.h for -j builds. 
11038         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
11039
11040 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
11041
11042         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
11043         GDK_THREADS_{LEAVE,ENTER} pair.
11044         (From Paul Fisher <pnfisher@redhat.com>)
11045
11046 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
11047
11048         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
11049         width and height are always >0 (owen).
11050
11051 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
11052
11053         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
11054         change that assured that a widget's allocated with and height are
11055         always >1, since this breaks *buggy* panel code. unfortunately this
11056         back-breaks the gimp's color selector.
11057
11058         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
11059         allocation is always >0 in width and height, before sending the
11060         configure event; this is a *gross* hack to get the gimp back to work.
11061         
11062         * marked both cases with TODO-1.3
11063
11064 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
11065
11066         * gtk/gtktext.c: Don't display wrap indicators when
11067         text is not editable and word wrap is on.
11068
11069 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
11070
11071         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
11072         option menus here as they are not derived from menu shell, assure that
11073         the option menu has a menu we can add items to.
11074
11075 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
11076
11077         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
11078         width/height to (gint) before calculations and check against < 0 to
11079         avoid guint wraparounds.
11080
11081 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
11082
11083         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
11084         width and height is never zero. sanity check both dimensions against
11085         32767 and issue a warning if the allocation is greater than that.
11086
11087 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
11088
11089         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
11090         to g_main_pending() as well.
11091
11092 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
11093
11094         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
11095         call to g_main_iteration() - since that will regrab
11096         GTK+ lock to process events.
11097
11098 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
11099
11100         * gtk/gtkwindow.c
11101         - Regularize with the rest of GTK+ by making widget->requisition
11102           not reflect the set_usize()
11103         - Always recompute geometry hints, then check if they
11104           changed before sending them to the X server. The
11105           previous checks for changes would fail in a number
11106           of circumstances. 
11107
11108 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
11109
11110         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
11111
11112 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
11113
11114         * gtk/gtkdnd.c:
11115         - Code cleanups
11116         - Instantaneously update on modifier key presses
11117         - Allow cancellation of the drag with Escape.
11118
11119 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
11120
11121         * gtk/testgtk.c (create_handle_box): Set the policy
11122         to auto_shrink - otherwise the appearance is rather
11123         strange when flipping between horizontal and vertical.
11124
11125 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
11126
11127         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
11128         (gtk_window_set_default_size): don't change a value if it's < 0.
11129         queue a resize.
11130
11131 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
11132
11133         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
11134
11135 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
11136
11137         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
11138         add an extra "/" when concating "/" + filename.
11139         (From Matt Grossman <mattg@oz.net>)
11140
11141 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
11142
11143         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
11144         for fg_gc if we set it for drawing pixmap.
11145
11146 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
11147
11148         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
11149         
11150         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
11151         already set, call old engine's destroy function and
11152         unref the old engine.
11153
11154 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
11155
11156         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
11157
11158 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
11159
11160         * gtk/gtkaccelgroup.h: mark certain functions as internal.
11161
11162 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
11163
11164         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
11165         expand behaviour changed.
11166
11167         * gtk/gtklabel.c (gtk_label_set_pattern):
11168         (gtk_label_set_justify):
11169         (gtk_label_set_line_wrap):
11170         don't bother invoking queue_clear, the reallocation does
11171         that for us, always free_words so the upcoming resize will
11172         relayout the label's contents.
11173
11174 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
11175
11176         * applied argument implementation patches from Elena Devdariani
11177         <elena@cogent.ca>.
11178
11179         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
11180         ::space_style, ::relief
11181         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
11182         * gtk/gtkpreview.c: ::expand
11183         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
11184         * gtk/gtknotebook.c: ::homogeneous
11185         * gtk/gtklabel.c: ::wrap
11186         * gtk/gtklist.c: ::selection_mode
11187         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
11188         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
11189         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
11190         * gtk/gtkclist.c: ::sort_type
11191         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
11192         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
11193
11194 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
11195
11196         * gtk/gtkstyle.c: Removed ill-thought-out part of last
11197         comment.
11198
11199 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
11200
11201         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
11202         counting right when we have to attach a new style
11203         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
11204
11205         * gtk/gtkstyle.c: Documented the refcounting
11206         peculularities of gtk_style_attach.
11207
11208 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
11209
11210         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
11211         window types.
11212
11213         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
11214         of GTK_TOPLEVEL for creating the window.
11215
11216 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
11217
11218         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
11219         the last argument (reported by Per Winkvist).
11220         
11221 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
11222
11223         Fixes for invisible XOR lines (Frank Loemker
11224         <floemker@TechFak.Uni-Bielefeld.DE>)
11225         
11226         * gtk/gtkclist.c (gtk_clist_realize): Always use
11227         a non-zero pixel for GDK_XOR.
11228
11229         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
11230         Use GDK_INVERT instead of GDK_XOR.
11231
11232 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
11233
11234         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
11235         signals if h/voffsets differ from adjustment values.
11236         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
11237
11238 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
11239
11240         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
11241         ::selection-done emissions up to the topmost menu shell.
11242
11243 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
11244
11245         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
11246         the user data on the window before destroying it.
11247
11248         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
11249         unrealize handler to take care of destroying 
11250         notebook->panel properly. 
11251         (Bug #1198 - Morten Welinder <terra@diku.dk>)
11252
11253         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
11254         of g_new and g_realloc to stop memory leak. (Actually,
11255         we could just use g_realloc(), but I'm not 100% sure
11256         that is portable).
11257         (Bug #1196 - Morten Welinder <terra@diku.dk>)
11258
11259 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
11260
11261         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
11262
11263         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
11264         for fontsets.
11265
11266         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
11267         with bin/button confusion.
11268
11269 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
11270
11271         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
11272         and show how preselection of radio items is done.
11273
11274 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
11275
11276         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
11277         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
11278         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
11279         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
11280         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
11281         * gtk/gtktable.c (gtk_table_attach): 
11282         * gtk/gtklist.c (gtk_list_insert_items): 
11283         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
11284         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
11285         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
11286         * gtk/gtkbin.c (gtk_bin_add): 
11287         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
11288         * gtk/gtkfixed.c (gtk_fixed_put): 
11289         * gtk/gtklayout.c (gtk_layout_put):
11290         general fixups to container_add logic. always realize child if
11291         child->parent is realized, only map the child and queue a resize
11292         if child and child->parent are both visible.
11293
11294 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
11295
11296         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
11297         instead of gtk_container_foreach to walk and unrealize children, so
11298         composite children get also unrealized.
11299         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
11300         (gtk_widget_map): assert that the widget is visible (basic constrain).
11301         (gtk_widget_real_map): assert that the widget is realized (basic
11302         constrain).
11303
11304 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
11305
11306         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
11307
11308 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
11309
11310         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
11311         file for iso-8859-2 locales.
11312
11313         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
11314
11315 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
11316
11317         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
11318          (Pointed out by andy@rz.uni-karlsruhe.de and others).
11319          Remove some suspicious and useless lines. 
11320
11321 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
11322
11323         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
11324         width,height = 0, 0 to mean - here to edge of window,
11325         instead of -1, -1, since the former is all we support.
11326
11327 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
11328
11329         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
11330         when removing from quit_functions list.
11331
11332 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
11333
11334         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
11335
11336 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
11337
11338         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
11339          When redrawing characters on non-visible entry, use appropriate
11340          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
11341
11342 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
11343
11344         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
11345         from drag coordinates.
11346         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
11347         use drag_dest_cell.
11348
11349         * gtk/gtktree (drag_dest_cell)
11350         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
11351         (Bug #1129)
11352
11353 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
11354
11355         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
11356         translate_* fields.
11357         (gtk_item_factory_finalize): invoke translate_notify independant from
11358         translate_data.
11359         (gtk_item_factory_set_translate_func): likewise.
11360         (gtk_item_factory_destroy): only remove ifactory pointer from those
11361         widgets that belong to us (stupid me).
11362
11363 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
11364
11365         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
11366         rc_style list when lookup succeeeds.
11367
11368 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
11369
11370         * gtk/gtkctree.c (resync_selection): 
11371         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
11372         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
11373         bug.
11374
11375 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
11376
11377         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
11378         Add some missing GDK_THREADS_ENTER()/LEAVE around
11379         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
11380
11381 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
11382
11383         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
11384         rather than emit_by_name.
11385
11386         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
11387         on the widget across multiple signal emissions.
11388         (gtk_editable_delete_text): same here.
11389         (gtk_editable_class_init): set widget_class->activate_signal after
11390         editable_signals[ACTIVATE] has been created.
11391
11392 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
11393
11394         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
11395         position here prematurely -- we might not have the
11396         right ->min_position and ->max_position yet.
11397
11398 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
11399
11400         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
11401         Add error traps so if the other end of the connection
11402         dies, we survive.
11403
11404         * gtk/gtkselection.c (gtk_selection_notify): Clean
11405         up properly when selection property retrieval fails.
11406         
11407         * gtk/gtkselection.c (gtk_selection_request): Correctly
11408         reject SelectionRequest notifies where the handler
11409         returns no data.
11410
11411 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
11412
11413         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
11414         when we've previously highlighted.
11415
11416         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
11417         emit two "drag_leave" signals for Motif drops.
11418
11419         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
11420         back the correct status messages when dropping from
11421         Motif onto a proxy window that is rejecting the
11422         drop.
11423
11424 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
11425
11426         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
11427         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
11428         to compare two argument values. added gtk_arg_to_valueloc() to set a
11429         variable from an arg through its location (pointer).
11430
11431         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
11432         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
11433         as gfloat*, uchars are collected as guchar*, ints are collected as
11434         gint*, etc...
11435
11436 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
11437
11438         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
11439         Include <string.h> instead of <strings.h>.
11440
11441         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
11442         (actually, a lot more duplicate includes occur if
11443          you trace through the sequence of #include's)
11444         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
11445         
11446 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
11447
11448         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
11449         gtk-a-higuti-990322-[0-3]
11450
11451         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
11452         that was causing -DX_LOCALE not to work.
11453
11454         * gtk/gtkrc.c (gtk_rc_init):
11455         X_LOCALE will never have LC_MESSAGES defined
11456
11457 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
11458
11459         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
11460         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
11461
11462         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
11463         left/right as well (gtk-michael-980726-0.patch.gz).
11464
11465         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
11466         for pointer values, use gchar instead of char. fixed uline allocation
11467         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
11468         chunks instead of G_ALLOC_ONLY.
11469         (gtk_label_size_request): always alter requisition as passed and leave
11470         widget->requisition alone.
11471         (gtk_label_set_text): allow NULL strings.
11472         (gtk_label_new): likewise.
11473
11474 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
11475
11476         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
11477
11478 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
11479
11480         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
11481         *and* mapped (i.e. drawable).
11482         (gtk_bin_expose): only send exposes to drawable children.
11483
11484         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
11485         (gtk_box_expose): only send exposes to drawable children.
11486
11487         * gtk/gtkhscale.c (gtk_hscale_draw): 
11488         * gtk/gtkvscale.c (gtk_vscale_draw):
11489         hm, this is an ugly one. we first compute the size of our trough area
11490         here (window relative) and then check intersection with the draw_area
11491         which is parent relative because we're a NO_WINDOW widget, so we need
11492         to offset the trough area by allocation.x and allocation.y before the
11493         check. (this must not be done for the background area though, since
11494         that's already computed parent relative).
11495
11496 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
11497
11498         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
11499         unrealize title buttons.
11500
11501 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
11502
11503         * gtk/gtkclist.c (gtk_clist_column_title_passive)
11504         (gtk_clist_column_title_active): 
11505         only connect/disconnect to GtkWidgetClass::event to block mouse events.
11506
11507         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
11508         zero initialize event, removed superfluous gdk_window_get_pointer call
11509
11510         * gtk/gtklist.c (gtk_list_vertical_timeout)
11511         (gtk_list_horizontal_timeout): removed superfluous
11512         gdk_window_get_pointer call
11513
11514 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
11515
11516         * plugging problems reported by "Bruce Mitchener, Jr."
11517         <bruce@puremagic.com> due to a purify session.
11518
11519         * gtk/gtkstyle.c:
11520         (gtk_style_ref): 
11521         (gtk_style_unref): assert ref_count to be > 0.
11522
11523         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
11524         the requisition.
11525         (gtk_clist_set_shift): likewise.
11526
11527         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
11528         adjustments.
11529
11530         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
11531         event before sending it and set send_event to TRUE (which needs to
11532         be done for *all* synthesized events).
11533         (gtk_list_vertical_timeout): likewise.
11534
11535         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
11536         leaks.
11537
11538         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
11539         to TRUE when synthesizing events.
11540
11541 [ *** end of merges from 1.2 *** ]      
11542         
11543 1999-11-21  Tor Lillqvist  <tml@iki.fi>
11544
11545         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
11546         (or copied from gdkconfig.h.win32 on Win32, sigh).
11547
11548         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
11549
11550         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
11551
11552         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
11553
11554         * gdk/gdkconfig.h.win32: New file.
11555
11556         * gdk/win32/makefile.cygwin: Build just a static archive here.
11557
11558         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
11559         for the DLL from the static archive built above.
11560
11561         * gdk/gdk.def: Moved here from the win32 subdirectory.
11562
11563         * gdk/win32/*: Adapt for the changed private struct organisation.
11564
11565         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
11566
11567 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
11568
11569         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
11570         for wheel mice (buttons 4 and 5).
11571
11572 1999-11-18  Tor Lillqvist  <tml@iki.fi>
11573
11574         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
11575         drawables use just the pixel field in the foreground and
11576         background GdkColor of the GdkGC.
11577
11578         gdk_gc_set_{fore,back}ground() are called in the GIMP with
11579         GdkColors containing uninitialized (red,green,blue) fields, and
11580         just the pixel field filled in, and furthermore in the
11581         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
11582         It thus turns out that we really don't need to have the full
11583         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
11584         it later to have just the pixel values.
11585
11586 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
11587
11588         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
11589
11590 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
11591
11592         * docs/gtkfaq.sgml: threads example from Erik Mouw.
11593         New question on GtkLabel background colors.
11594
11595         * docs/gtk_tut.sgml:
11596           - Correct the example code callback
11597             function definitions.
11598           - Update the gtkdial example code, from Frans van Schaik.
11599           - Update setselection.c to current API.
11600
11601         * examples/Makefile examples/*/*.c: Update to code
11602         listed in tutorial.
11603
11604 1999-11-10  Tor Lillqvist  <tml@iki.fi>
11605
11606         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
11607         subrange table (from the "Developing International Software for
11608         WIndows 95 and Windows NT" book) was missing the Hangul syllable
11609         block... Get the loaded font's charset correctly.
11610
11611         (Note that this, and the other *-win32.c files, still really are
11612         the old ones, the win32 subdirectory is not ready for compilation
11613         yet after the reorg.)
11614
11615 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
11616
11617         * gtk/gtkclist.c: Fix off-by-one bug in parameter
11618         check.
11619
11620 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
11621
11622         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
11623         on results of XQueryDeviceState().
11624
11625 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
11626
11627         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
11628         we need to accesss only ->children. We need an accessor
11629         for the children.
11630
11631         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
11632         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
11633         to get rid of gdkx.h include.
11634         
11635         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
11636         and random references to 'None'.
11637
11638         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
11639         Get rid of unused #include <gdk/gdkx.h>
11640
11641         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
11642         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
11643         gdkconfig.h.
11644
11645 1999-11-08  Tor Lillqvist  <tml@iki.fi>
11646
11647         * gdk/win32/gdkdraw.c
11648         * gdk/win32/gdkfont.c
11649         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
11650         following yesterday's changes. (Unrelated to Owen's reorg.)
11651
11652 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
11653
11654         * gdk/x11/gdkinput-gxi.c: Add missing include,
11655           fix GdkWindowPrivate => GdkDrawablePrivate.
11656
11657         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
11658
11659         * gdk/x11/Makefile.am (xinput_sources): Add missing
11660         backslash to fix building with --with-xinput=none
11661
11662 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
11663
11664         Move all X specific code into the x11/ directory.
11665         Aside from shuffling things around, did the following:
11666
11667        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
11668          gdk_arg_context_* - a simple argument parsing system
11669          in the style of popt.
11670
11671        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
11672          gdk/x11/gdkprivate-x11.h:
11673          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
11674          add ->klass and ->klass_data fields. The klass_data
11675          field points to an auxilliary structure that is
11676          windowing system dependent.
11677
11678        * gdk/gdkfont.c: Make most of the measurement functions
11679          simply wrappers around gdk_text_extents().
11680
11681        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
11682          _gdk_font_strlen() function that hides the weird
11683          behavior in gtk+-1.[02] where a string is interpreted
11684          differently for 8-bit and 16-bit fonts.
11685
11686        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
11687          to store common code for synthesizing double/triple
11688          press events.
11689         
11690        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
11691          Make all the function that modify an existing GC
11692          simply wrappers around gdk_gc_set_values().
11693          
11694        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
11695          for throwing out later.
11696
11697        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
11698          GdkImagePrivate and GdkColormapPrivate to have a
11699          windowing system dependent part (GdkFontPrivateX etc.)
11700          that "derives" from the system-independent part.
11701
11702        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
11703          Got rid of the included-source-files for XInput in
11704          favor of automake conditionals. (Which didn't exist
11705          when XInput support was originally added.)
11706
11707        * gdk/gdkrgb.c: Remove the visual id from the debugging
11708          statements since that is X11 specific; print out
11709          type/depth info instead.
11710          
11711
11712 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
11713
11714         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
11715         loading duplicates of hashed fonts.
11716
11717         * gdk/gdk.c (gdk_keysym_convert_case): rename
11718         gdk_XConvertCase to gdk_keysym_convert_case, allow
11719         results to be NULL in the GTK+ style.
11720
11721         * gdk/gdkcompat.h: Started compatibility header
11722         for renames.
11723
11724 1999-11-07  Tor Lillqvist  <tml@iki.fi>
11725
11726         * gdk/win32/gdkprivate.h: New font private structures, related to
11727         fontsets.
11728
11729         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
11730         gdk_font_list_free(). On X11, will just be wrappers to
11731         XListFonts() and XFreeFontNames(). On Win32, the code previously
11732         in gtkfontsel.c is now here.
11733
11734         New function gdk_font_xlfd_create(). On X11 will get the FONT
11735         property of the font (for GDK_FONT_FONTs), or call
11736         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
11737         builds a XLFD style name from the font information in the LOGFONT
11738         struct(s).
11739
11740         New function gdk_font_xlfd_free(), which correspondingly frees the
11741         string returned by gdk_font_xlfd_create().
11742
11743         Implement fontsets on Win32. Add a function that iterates over a
11744         wide char string and calls a callback function for each substring
11745         of wide chars from the same Unicode subrange (and thus probably
11746         available in the same real font).
11747
11748         Improve the XLFD emulation a bit.
11749
11750         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
11751
11752         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
11753         Beta3, WM_IME_CHAR messages don't seem to contain the composed
11754         multi-byte char as with the Active IMM on Win9x. Oh well, handle
11755         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
11756         ImmGetCompositionStringW() to get the composed Unicode chars.
11757
11758         * gdk/win32/gdkgc.c
11759         * gdk/win32/gdkdraw.c: Changes needed because of the font private
11760         struct changes.
11761
11762         * gdk/win32/gdk.def: Add the new functions.
11763
11764 1999-11-04  Tor Lillqvist  <tml@iki.fi>
11765
11766         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
11767         get the Platform SDK to get <dimm.h>.
11768
11769         * gdk/win32/gdkevents.c: More event handling fixes and
11770         simplification. Never generate motion events with is_hint true. We
11771         used to do that on bogus grounds earlier. Windows sends
11772         WM_MOUSEMOVE messages on button events even if the mouse hasn't
11773         moved, ignore these.
11774
11775         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
11776
11777         * gdk/win32/gdkglobals.c
11778         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
11779         the TrackMouseEvent function, and use it.
11780
11781         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
11782         char before calling WideCharToMultiByte in order to get a string
11783         for the window title.
11784
11785         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
11786
11787         * gdk/win32/gdk.def: Remove obsolete functions.
11788
11789         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
11790         /nodefaultlib and /defaultlib switches.
11791
11792         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
11793
11794 1999-10-31  Tor Lillqvist  <tml@iki.fi>
11795
11796         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
11797         EuroSign).
11798
11799         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
11800         same type as GdkWChar, especially on Win32.
11801
11802         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
11803
11804         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
11805         before passing to Windows GDI for drawing etc. Convert to the
11806         system default codepage before passing to Windows as window
11807         titles.
11808
11809         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
11810         support changing input locale on the fly.
11811
11812         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
11813         on-the-fly changes. Convert incoming characters from the current
11814         codepage to Unicode (and then to a UTF-8 multi-byte string) based
11815         on the current input language. Use keysym<->Unicode mapping tables
11816         and functions borrowed from xterm sources.
11817
11818         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
11819         editions of Win9x, use the ActiveX-based Active IMM (Input Method
11820         Manager) if available. IMEs and the Active IMM are available under
11821         the disguise of Chinese, Korean and Japanese support for IE and
11822         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
11823         support is present in all editions (as long as you install it).
11824
11825         Call DispatchMessage from gdk_events_queue() (and thus
11826         gdk_WindowProc()), instead of duplicating the code in
11827         gdk_WindowProc().
11828
11829         Reworked the grab handling and propagation code, factored out
11830         duplicated code snippets into separate functions. Other cleanups,
11831         too.
11832
11833         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
11834         the <dimm.h> header describing the Active IMM.
11835
11836         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
11837         just do the same as for "single" fonts.
11838
11839         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
11840         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
11841         the new keysyms from gdkkeysyms.h.
11842
11843         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
11844         fontset, so that gtkentry uses wide characters.
11845
11846         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
11847         GTk+'s system directory "gtk+", not "gtk".
11848
11849 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
11850
11851         * docs/gtkfaq.sgml: FAQ update
11852
11853 1999-10-21  Tor Lillqvist  <tml@iki.fi>
11854
11855         * gdk/win32/gdkprivate.h: Add more font private data.
11856
11857         * gdk/win32/gdkfont.c
11858         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
11859         fonts and strings. Now works much better. You still have to
11860         have a correct font selected, though. No fontset emulation yet.
11861
11862 1999-10-19  Tor Lillqvist  <tml@iki.fi>
11863
11864         * gtk/maketypes.awk: Use G_OS_WIN32.
11865
11866         * gtk/gtk.def: Add some missing entry points. Also some non-public
11867         ones, but PyGTK porter claims to need them.
11868
11869         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
11870         built-in type generation.
11871
11872 1999-10-14  Tor Lillqvist  <tml@iki.fi>
11873
11874         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
11875         GDK_FONT_FONT fonts (which is all we have for now, we don't
11876         emulate fontsets). The X11 version uses plain XDrawString in that
11877         case, too. The string passed to gdk_draw_text_wc seems to be in
11878         fact (at least, when used by gtkentry and gtktext) either in a
11879         single-byte charset, or a DBCS. Not Unicode.
11880
11881         This fixes the problem in gtkfontsel, where even if you had
11882         selected a font with a non-Latin1 charset (windows-greek, for
11883         instance), the preview still used Latin-1 glyphs.
11884
11885         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
11886         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
11887         (gdk_font_load): Recognize the demibold etc weights, even if we
11888         don't have the corresponding constants in the headers.
11889         (gdk_font_hash_insert): Use same hash mechanism as in the X11
11890         version. Should save font resources a bit, when we don't have
11891         multiple HFONTs for the same font.
11892
11893         * gdk/win32/gdkprivate.h: Add the names field as in the X11
11894         version.
11895
11896 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
11897
11898         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
11899         X values
11900
11901 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
11902
11903         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
11904         layout support (as mentioned on
11905         http://www.jcinteractive.com/gnome-ui/software/widgets/)
11906
11907 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
11908
11909         * gtk/fnmatch.c
11910         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
11911
11912 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
11913
11914         * configure.in (ALL_LINGUAS): Added Galician (gl)
11915
11916 1999-10-05  Tor Lillqvist  <tml@iki.fi>
11917
11918         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
11919
11920         * gdk/win32/gdkcompat.c: New file, actually provide an
11921         implementation for the deprecated functions. (Just temporarily.)
11922
11923         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
11924
11925         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
11926
11927         * gdk/win32/gdk.def gtk/gtk.def: Updates.
11928
11929 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
11930
11931         * configure.in: Added "uk" to ALL_LINGUAS.
11932         
11933 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
11934
11935         * configure.in: correct checking for BeOS check
11936
11937         * gdk/gdktypes.h
11938         * gtk/fnmatch.c
11939         * gtk/gtkfilesel.c
11940         * gtk/gtkitemfactory.c
11941         * gtk/gtkmain.[ch]
11942         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
11943
11944 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
11945
11946         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
11947         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
11948         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
11949         by Bulgarian). 
11950
11951 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
11952
11953         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
11954         Fix a reference to window_private->destroyed.   
11955
11956         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
11957         (ugly) setting of an internal GdkWindow member to use
11958         a _slightly_ cleaner macro.
11959
11960         * gdk/gdkprivate.h: Split GdkWindowPrivate into
11961         GdkDrawablePrivate and GdkWindowPrivate.
11962         Add extra macros for accessing GDK_DRAWABLE_ components.
11963
11964         * *.[ch]: Massive adjustments for the above, use the
11965         new macros in a lot of places.
11966
11967 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
11968
11969         * gdk/gdktypes.h: Make GdkDrawable the base type,
11970         not GdkWindow.
11971
11972 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
11973
11974         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
11975
11976 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
11977
11978         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
11979
11980 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
11981
11982         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
11983         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
11984
11985         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
11986
11987         * docs/gtk-config.1: Now autogenerated.
11988         * docs/Changes-1.4.txt: started
11989         
11990 1999-10-03  Tor Lillqvist  <tml@iki.fi>
11991
11992         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
11993         to #ifdef also here.
11994
11995         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
11996         Owen did to the X11 backend.
11997
11998         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
11999         ScrollWindowEx when blitting inside a window, it can't be correct
12000         in the general case.
12001
12002         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
12003         WM_GETMINMAXINFO is easier.
12004
12005         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
12006         depth equal to the bitspixel value, not the visual's depth.
12007
12008         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
12009         to 24 even if the bitspixel value is 32.
12010
12011         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
12012         need to check for depth==32 when bpp==32, depth will always be 24.
12013
12014 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
12015
12016         * docs/Changes-1.4.txt: Started
12017         
12018         * gtk/Makefile.am (gdk_headers): Include all the new headers.
12019
12020         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
12021         
12022         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
12023         into C file.
12024         
12025         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
12026         header to gdkinputprivate.h.
12027
12028         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
12029         unused since before 1.2.
12030
12031 1999-09-30  Tor Lillqvist  <tml@iki.fi>
12032
12033         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
12034         expand possible hex escapes in the font family (put there by
12035         logfont_to_xlfd if the font name isn't a legal XLFD font family,
12036         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
12037         On Win32, add hex escapes here, too.
12038
12039 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
12040
12041         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
12042         to #ifdef GDK_WINDOWING_X11.
12043
12044 [ Merges from gtk-1-2 ]
12045
12046 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
12047
12048         * configure.in: fixed "GNU Make" check to pass with new make version
12049         3.77.95.
12050
12051 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
12052
12053         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
12054         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
12055         AM_PATH_GTK() macros don't get confused by the -pre1.
12056
12057 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
12058
12059         * configure.in (REBUILD): Change check for perl5
12060           to check explicitely for v >= 5.002. (5.001
12061           does not work with our scripts.)
12062
12063 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
12064
12065         * configure.in: evaluate $PERL for the perl version check. added
12066         --disable-rebuilds to give the user an option to completely disable
12067         any source autogeneration rules.
12068
12069 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
12070
12071         * configure.in: evaluate $ac_make when checking for GNU Make.
12072
12073 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
12074
12075         * docs/Makefile.am: added generation.txt.
12076
12077         * Makefile.am: require automake 1.4, build README from README.in and
12078         INSTALL from INSTALL.in in dist-hook.
12079         
12080         * README.in:
12081         * INSTALL.in: new files to autogenerate README and INSTALL from.
12082
12083         * configure.in: figure whether we have GNU Make
12084
12085         * docs/generation.txt: minor additions/corrections.
12086
12087 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
12088
12089         * docs/gtkfaq.sgml: FAQ Update
12090
12091 July 30, 1999 Elliot Lee <sopwith@redhat.com>
12092         
12093         * configure.in: Fix autoconf warnings about cross compilation by
12094         trying to provide sane defaults for AC_TRY_RUN.
12095
12096 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
12097
12098         * ltconfig
12099         * ltmain.sh: upgrade to libtool 1.3.3
12100
12101 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
12102
12103         * INSTALL: Indicate that the --with-glib= configure
12104         time flag is unsupported.
12105
12106 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
12107
12108         * docs/generation.txt: Added a file that gives
12109         documenation about the autogeneration process for
12110         various autogenerated files.
12111         
12112 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
12113
12114         * configure.in (LIBS): Look for libgmodule in the
12115         right location.
12116
12117 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
12118
12119         * docs/gtk_tut.sgml: Removed references to
12120         code examples in my directory on gtk.org as
12121         they should all be in the tutorial now.
12122
12123         * docs/gtk_tut.sgml: Added sources for dial-test
12124         and scribble-xinput programs that were previously
12125         missing.
12126
12127 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
12128
12129         * TODO: Added entry about menu keyboard navigation, removed
12130         some finished items.
12131
12132 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
12133
12134         * acinclude.m4: Standardize on func_dgettext
12135         not func_gettext, so that the checks for dgettext
12136         actually are paid attention to.
12137
12138 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
12139
12140         * configure.in (LIBS): Add $INTLLIBS into $LIBS
12141         directly, rather than repeating the checks for
12142         gettext.
12143
12144         * INSTALL: Added information about gettext and
12145         NLS support.
12146
12147         * acinclude.m4 (LIBM): Check for dgettext, not
12148         just gettext. This should hopefully fix things wrt
12149         systems with old versions of GNU gettext installed.
12150
12151 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
12152
12153         * configure.in (LIBS): Look for libgmodule in the
12154         right location.
12155
12156 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
12157
12158         * autogen.sh: add --enable-maintainer-mode
12159
12160         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
12161
12162 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
12163
12164         * docs/gtk-config.1.in:
12165           docs/Makefile.am:
12166           configure.in: gtk-config is now generated.
12167
12168         * docs/gtk-config.1: Removed, now generated.
12169
12170 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
12171
12172         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
12173         handle CreateNotify itself, still put out a debuging message for
12174         --gdk-debug=events. made the ReparentNotify debugging message more
12175         verbose.
12176         wrap xcoords translation for ConfigureEvents into an error trap,
12177         a destroy event may already be pending, and in that case, the
12178         actuall coordinate values are not at all critical.
12179
12180 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
12181
12182         * gdk/gdkcc.c: Stop leaking the color_hash all over
12183         the place. Simplify and improve the logic.
12184
12185 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
12186
12187         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
12188         for prototypes and function implementations consistent (reported
12189         by Tomas Ogren).
12190
12191 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
12192
12193         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
12194         send_event set in debugging output.
12195         (gdk_compress_exposures): default initialize the event so we don't
12196         operate on bogus values (namely send_event).
12197
12198 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
12199
12200         * gdk/gdkwindow.c: When we receive an unexpected
12201         destroy notify on one of our windows, don't just
12202         warn about it, also mark our windows as destroyed.
12203
12204 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
12205
12206         * gdk/gdkfont.c (gdk_font_hash_insert): Add
12207           name => font and name => fontset hashes. The 
12208           name => fontset hash is a _big_ win since we
12209           weren't previously caching fontsets at all and loading
12210           fontsets is expensive. The name => font hash
12211           is less of a win, but it does save us from doing
12212           repeated XQueryFont calls on the same font.
12213
12214         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
12215           list so we can remove font/fontset from hash.
12216
12217 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
12218
12219         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
12220           and slightly confusing test. [ XInternAtom (,,TRUE)
12221           will never return None ].
12222
12223 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
12224
12225         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
12226           gdk/gdkwindow.c (gdk_window_set_hints):
12227
12228         Don't omit setting the properties if flags == 0 -
12229         there may be an existing set of properties there
12230         already. (Very old bug. Would it be better to
12231         delete the property instead?)
12232
12233         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
12234           spelling error in comment.
12235
12236 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
12237
12238         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
12239           to avoid stomping over gdk_error_warnings.
12240
12241         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
12242           as (bits_per_pixel + 7) / 8. This gives the same
12243           result as before for multiples of 8, but actually
12244           a "reasonable" value for 1bit or 4bit displays.
12245
12246 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
12247
12248         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
12249         GNU Make.
12250
12251 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
12252
12253         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
12254         discarding configure events.
12255
12256 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
12257
12258         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
12259         refcount is greater than zero.
12260
12261         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
12262
12263         * gdk/gdkfont.c (gdk_font_unref): Likewise.
12264
12265         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
12266
12267         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
12268
12269 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
12270
12271         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
12272         that format 32 => sizeof(item) == 4. It really is
12273         sizeof(long).
12274
12275 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
12276
12277         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
12278         core dump at all on X IO errors, only core dump
12279         if --enable-debug for X errors.
12280
12281 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
12282
12283         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
12284         unknown window:" message. disabled ConfigureNotify discarding code,
12285         because it led to events being processed out of order.
12286
12287 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
12288
12289         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
12290
12291         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
12292         we export this function, supress error warnings and don't reset the
12293         error code in the first half of this function.
12294
12295         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
12296         code (instead of just -1) so gdk_error_trap_pop() reveals something
12297         actually informative about the error that happened.
12298
12299         * gdk/*.c:
12300         don't rely on gdk_error_code being -1 if an error occoured, but just
12301         gdk_error_code != 0.
12302
12303 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
12304
12305         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
12306         pointer *before* invoking the filter function, so we at least don't
12307         crash if a filter is removed that is currently executed. window filters
12308         *really* need to be made truely reentrant at some point.
12309
12310 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
12311
12312         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
12313         PropertyNotify debug messages.
12314
12315 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
12316         
12317         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
12318         
12319         * gdk/gdkim.c: Fix cut-and-paste errors for 
12320         x/y and PreeditAttributes/StatusAttributes.
12321
12322 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
12323
12324         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
12325         G_MAXINT to 2^16 to alleviate overflow problems in
12326         various window managers.
12327
12328 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
12329
12330         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
12331         for fontsets.
12332
12333 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
12334
12335         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
12336         Initialize size_hints.x and size_hints.y because kwm
12337         brokenly pays attention to them.
12338         (Bug #1181 -  Lars Heete <hel@admin.de>)
12339
12340 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
12341
12342         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
12343         return value of gdk_list_visuals(). 
12344         (Bug #1193 - Morten Welinder <terra@diku.dk>)
12345
12346 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
12347
12348         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
12349         XSetIMValues to (void *) when comparing to NULL, to workaround
12350         the problem of some compilers barfing since older X headers don't
12351         have the prototype for it.
12352
12353 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
12354
12355         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
12356         for pseudocolor where colormap->colors was double
12357         allocated.
12358
12359         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
12360         color value in the hash table with the pixel filled
12361         in so when we do later hash table lookups, the color
12362         value is correct.
12363         
12364 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
12365
12366         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
12367         making the call
12368
12369 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
12370
12371         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
12372         pointed out by Morten Welinder <terra@diku.dk>.
12373
12374 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
12375
12376         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
12377           default filter from the list
12378
12379 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
12380
12381         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
12382           default filter from the list
12383
12384 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
12385
12386         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
12387
12388         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
12389         g_strdup_printf instead of calcing the length separately
12390
12391 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
12392
12393         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
12394         that we don't do in many other places. (Fixing duplicate 
12395         #include of config.h)
12396
12397         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
12398         Otherwise, #ifndef XINPUT_NONE check in the latter
12399         doesn't work. (Bug #546)
12400
12401 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
12402
12403         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
12404         "None" case insensitive.
12405
12406 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
12407
12408         * gdk/gdkselection.c: 
12409         Add error traps so if the other end of the connection
12410         dies, we survive.
12411
12412 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
12413
12414         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
12415         dest_xid field into two fields - one for the window
12416         to send in messages, one to indicate the last looked
12417         up window for caching purposes. This is needed, so
12418         that Leave messages get the correct window.
12419
12420 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
12421
12422         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
12423         Fix warning created by people mucking around
12424         with the gsource API.
12425
12426         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
12427         Change mapping between GIOCondition and GdkInputCondition
12428         to match the way the Linux kernel does it. This should
12429         fix problems where closed pipes were no longer signalling
12430         GDK_INPUT_READ on systems with a native poll().
12431
12432 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
12433
12434         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
12435         explicitly for the string "None" - it is in the XPM
12436         spec and some servers treat unknown colors in odd ways
12437         (like asking the user!)
12438
12439 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
12440
12441         * gdk/gdkevents.c: made "->" into a "." of previous change so
12442         it compiles
12443
12444 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
12445
12446         * gdk/gdkevents.c (gdk_compress_exposures): Set the
12447         window field of the event structure before calling
12448         user filters.
12449
12450 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
12451
12452         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
12453         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
12454
12455 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
12456
12457         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
12458         intermediate text property - prevents major memory
12459         leak when gdk_use_mb.
12460         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
12461
12462 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
12463
12464         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
12465         gtk-a-higuti-990322-[0-3]
12466
12467         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
12468         sizeof(wchar_t) != sizeof (GdkWChar)
12469
12470         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
12471         that was causing -DX_LOCALE not to work.
12472
12473         * gtk/gtkrc.c (gtk_rc_init):
12474         X_LOCALE will never have LC_MESSAGES defined
12475
12476         * gdk/gdk.c (gdk_init_check):
12477         Remove --xim-preedit and --xim-status from argv properly.
12478
12479         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
12480         that the client window is present on the X server
12481         before we pass it to the input method.
12482
12483 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
12484
12485         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
12486         if --display is specified on the command line, than
12487         the drag window will not be created on that display.
12488         
12489 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
12490
12491         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
12492         lookups with only_if_exists == TRUE were inserting
12493         bogus values into the atom cache.
12494
12495 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
12496
12497         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
12498         then reset it to NULL.
12499
12500         * gdk/gdkcolor.c:
12501         (gdk_colors_free): 
12502         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
12503         key for g_hash_table_remove() in both functions, this prevents us
12504         from accessing possibly uninitialized portions of a GdkColor structure
12505         where we are only interested in its pixel value.
12506
12507 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
12508
12509         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
12510         font hash table, if we have a GdkFontPrivate entry for this font
12511         already, simply increment its reference count, provided by Olaf Dietsche
12512         <olaf.dietsche+list.gtk@netcologne.de>.
12513
12514 1999-09-21  Tor Lillqvist  <tml@iki.fi>
12515
12516         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
12517         just to be sure.
12518
12519         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
12520         unused variables, leftovers from the X11 version.
12521
12522         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
12523
12524         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
12525         downcase fields on X11.
12526
12527 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
12528         
12529         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
12530         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
12531
12532 1999-09-17  Tor Lillqvist  <tml@iki.fi>
12533
12534         * gdk/win32/gdk.def: Add gdk_threads_mutex.
12535
12536         * gtk/makefile.msc: Correct path to libintl.
12537
12538         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
12539         use of gint vs. int, and gint vs. gboolean in headers and
12540         definitions. Use GtkType for the *_get_type functions. Note that
12541         these changes preserve binary compatibility.
12542
12543         * gdk/gdk.c
12544         * gdk/win32/gdk.c
12545         * gdk/gdk.h: Fix inconsistencies: gint vs int.
12546
12547         * gtk/gtkmain.c
12548         * gtk/gtkclist.c
12549         * gtk/gtkmenufactory.c
12550         * gtk/gtknotebook.c
12551         * gtk/gtkwidget.c: Fix inconsistencies, also gint
12552         vs. gboolean.
12553
12554         * gtk/gtkcolorsel.[ch]
12555         * gtk/gtkcombo.[ch]
12556         * gtk/gtkdrawingarea.[ch]
12557         * gtk/gtkgamma.[ch]
12558         * gtk/gtkhandlebox.[ch]
12559         * gtk/gtkhpaned.[ch]
12560         * gtk/gtkhruler.[ch]
12561         * gtk/gtkplug.[ch]
12562         * gtk/gtkpreview.[ch]
12563         * gtk/gtkruler.[ch]
12564         * gtk/gtksocket.[ch]
12565         * gtk/gtkstatusbar.[ch]
12566         * gtk/gtktoolbar.[ch]
12567         * gtk/gtkvbbox.[ch]
12568         * gtk/gtkvpaned.[ch]
12569         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
12570         functions.
12571
12572         * gtk/gtkgamma.h: Fix bug, missing () in call of
12573         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
12574
12575 1999-09-14  Tor Lillqvist  <tml@iki.fi>
12576
12577         * gdk/gdkcolor.c (gdk_colormap_new)
12578         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
12579         colormap->colors was allocated twice.
12580
12581         * gdk/win32/gdk.c: Remove some unused stuff.
12582
12583         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
12584         colormap.
12585
12586         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
12587         * gtk/gtklabel.h (gtk_label_get_type)
12588         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
12589         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
12590         in a couple of places, not guint.
12591
12592 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
12593
12594         * configure.in,po/et.po: added Estonian language file
12595
12596 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
12597
12598         * configure.in,po/da.po: added Danish file
12599
12600 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
12601
12602         * docs/gtkfaq.sgml: Minor FAQ Update
12603
12604 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
12605
12606         * docs/gtkfaq.sgml: FAQ update
12607
12608 1999-08-27  Tor Lillqvist  <tml@iki.fi>
12609
12610         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
12611         way to get window contents continually refreshed while resizing. I
12612         didn't like the effects myself, so it's not on by default.
12613
12614         * gdk/win32/gdkprivate.h: New flag variable
12615         gdk_event_func_from_window_proc, FALSE by default.
12616
12617         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
12618         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
12619         are passed --gdk-event-func-from-window-proc.
12620
12621         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
12622         and we have am event_func, call it instead of enqueing the event.
12623
12624 1999-08-23  Tor Lillqvist  <tml@iki.fi>
12625
12626         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
12627         Kelley: Set expose_count in GdkEventExposes correctly.
12628
12629         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
12630         MULTIPLE_WINDOW_CLASSES).
12631
12632         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
12633         for bug in NT, apparently NT *does* draw the end pixel, too, in
12634         LineTo with a one-pixel pen, so we don't have to do it ourselves.
12635
12636 1999-08-21  Tor Lillqvist  <tml@iki.fi>
12637
12638         Improvements by Hans Breuer: 
12639
12640         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
12641
12642         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
12643         CS_?REDRAW flags as they cause lots of (late) redraws when "show
12644         window contents while dragging" is turned on. Allocate at least
12645         one unique class for every GdkWindowType. If support for single
12646         window-specific icons is ever needed (eg. Dialog specific), every
12647         such window should get its own class.
12648
12649 1999-08-19  Tor Lillqvist  <tml@iki.fi>
12650
12651         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
12652         error that caused crashes.
12653
12654 1999-08-17  Tor Lillqvist  <tml@iki.fi>
12655
12656         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
12657         window, use ScrollWindowEx, and call UpdateWindow. This prevents
12658         bugs when for instance part of the window was outside the
12659         display. Thanks to Philippe Colantoni for finding and fixing this.
12660
12661 1999-08-16  Tor Lillqvist  <tml@iki.fi>
12662
12663         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
12664         endpoint calculations which were totally wrong. (A little RTFMing
12665         helps a lot ;-)
12666
12667         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
12668         from a separate directory, not from gettext, because of licensing
12669         issues (we want to use the LGPL version).
12670
12671         * README.win32: Mention the intl from glibc vs from gettext issue.
12672
12673 1999-08-13  Tor Lillqvist  <tml@iki.fi>
12674
12675         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
12676         in the key event handling: Now AltGr chars work again. Also,
12677         now Alt-digits are passed up as well as Control-digits.
12678         Pass keypad plus and minus as normal plus and minus.
12679
12680 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
12681
12682         * docs/gtkfaq.sgml: FAQ Update
12683
12684 1999-07-25  Tor Lillqvist  <tml@iki.fi>
12685
12686         * README.win32
12687         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
12688         the Wintab SDK.
12689
12690         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
12691         OK, but getting closer. Guard against bogus tilt data from Wacom
12692         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
12693         enable easier building without Wintab.
12694
12695         * gdk/win32/gdkinput.h
12696         * gdk/win32/gdkevents.c 
12697         * gdk/win32/gdkwindow.c: Minor changes related related to above.
12698         
12699         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
12700         code. As we have just one visual on Win32, no sense to have it in a
12701         table, and no need for the hash table.
12702
12703         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
12704         better on white background.
12705
12706 1999-07-21  Tor Lillqvist  <tml@iki.fi>
12707
12708         * README.win32: Update gcc build instructions. Mention gettext is
12709         GPL.
12710
12711         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
12712         supported cursor size with GetSystemMetrics.
12713
12714         * gdk/win32/gdkfont.c
12715         * gtk/gtkfontsel.c: Guard against some font weight and charset
12716         symbols being undefined (in mingw32 headers).
12717
12718         * gdk/win32/makefile.cygwin
12719         * gtk/makefile.cygwin
12720         * gtk/gtkthemes.c: No longer need to have differently named
12721         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
12722
12723 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
12724
12725         * docs/gtkfaq.sgml: Long awaited FAQ update.
12726
12727 1999-07-15  Tor Lillqvist  <tml@iki.fi>
12728
12729         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
12730         it. Obscure bit manipulation needed.
12731
12732         * gdk/win32/gdkevents.c: Logging.
12733         
12734         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
12735         style (file name include compiler name) for theme engines.
12736
12737 1999-07-13  Tor Lillqvist  <tml@iki.fi>
12738
12739         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
12740
12741         * gdk/win32/gdkevents.c: Fix long-standing bug in key
12742         events. The key.string wasn't zero-terminated, still we strdup'ed
12743         it in gdk_event_copy(). Synthesize crossing events for button
12744         events before possible propagation.
12745
12746         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
12747
12748         * gdk/win32/makefile.cygwin
12749         * gtk/makefile.cygwin: Use new DLL naming style for the
12750         GCC-compiled ones.
12751
12752         * gdk/win32/makefile.msc
12753         * gtk/makefile.msc: Cosmetics mostly.
12754
12755         * gtk/gtk.def: Add missing entry points.
12756
12757         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
12758
12759 1999-07-09  Tor Lillqvist  <tml@iki.fi>
12760
12761         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
12762         or height is zero. Don't print a warning if Pie or Arc fails, they
12763         always fail (?) for very narrow ellipses.
12764
12765         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
12766         the part or the destination window corresponding to source area
12767         outside of the source drawable's boundary.
12768
12769         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
12770         anything if less than two points.
12771
12772         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
12773         return NULL. Gtk cut-and-paste inside a single program works
12774         better this way. (It always gets the clipboard contents from
12775         Windows, not from its own copy, which is cleared anyway. I can't
12776         say I fully understand what happens... Emulating the X selection
12777         and property stuff is a bit of a mess.)
12778
12779         * gdk/win32/gdkevents.c
12780         * gdk/win32/gdkproperty.c: A bit more verbose logging.
12781
12782         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
12783         that never got deleted). Revamp gdk_region_shrink.
12784
12785         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
12786         after use.
12787
12788         * gtk/gtk.def: Add some missing entry points.
12789
12790         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
12791         component.
12792
12793 1999-07-04  Tor Lillqvist  <tml@iki.fi>
12794
12795         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
12796         Control-digits specially.
12797
12798 1999-07-03  Tor Lillqvist  <tml@iki.fi>
12799
12800         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
12801
12802 1999-06-28  Tor Lillqvist  <tml@iki.fi>
12803
12804         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
12805         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
12806         finding this.)
12807
12808 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
12809
12810         * gtk+.spec.in: Corrected some typos in files section.
12811         
12812 1999-06-15  Tor Lillqvist  <tml@iki.fi>
12813
12814         * README.win32: Mention using GNU gettext.
12815         * config.h.win32: Enable NLS stuff.
12816         * gtk/makefile.msc: Use GNU gettext.
12817         * gdk/win32/gdkdnd.c: Minor header reorg.
12818         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
12819         cosmetics.
12820         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
12821         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
12822
12823 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
12824
12825         * acinclude.m4
12826         * config.guess
12827         * config.status
12828         * ltconfig
12829         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
12830
12831 1999-05-30  Tor Lillqvist  <tml@iki.fi>
12832
12833         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
12834         SafeAdjustWindowRectEx. Don't override all calls to
12835         AdjustWindowRectEx by it, but use it only in two places: When
12836         creating a new top-level window and when moving a top-level
12837         window.
12838
12839         Use screen coordinate rectangle, not client rectangle, in
12840         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
12841         when we try to place a window so that the decoration (mainly,
12842         title bar) isn't visible.
12843
12844         These changes fix the bug that showed up for instance as the
12845         GIMP's saved top-level windows moving right and down (by an amount
12846         equal to the window decoration) for each session. This bug showed
12847         up also in testgtk's "Saved Position".
12848
12849         gdk_window_resize also redone a bit.
12850
12851 1999-05-25  Tor Lillqvist  <tml@iki.fi>
12852
12853         * gtk/testgtkrc: Add (commented out) Windows-style theme
12854         include line.
12855
12856         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
12857
12858 1999-05-18  Tor Lillqvist  <tml@iki.fi>
12859
12860         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
12861         gdkx.h to a gdk subdirectory, so that applications can include
12862         these with <gdk/*.h> without trouble.
12863
12864         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
12865         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
12866         have their bitmap destroyed.
12867
12868         * gdk/win32/gdk.def: Add gdk_root_parent.
12869
12870 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
12871
12872         * configure.in
12873           gtk-config.in
12874           ltconfig
12875           ltmain.sh     
12876           gtk/Makefile.am: changes to compile nicely (with xlib) 
12877           on BeOS
12878
12879 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
12880
12881         * acinclude.m4
12882         * config.guess
12883         * config.sub
12884         * ltconfig
12885         * ltmain.sh: upgrade to libtool 1.3
12886
12887 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
12888
12889         * gtk/gtkclist.c:
12890         * gtk/gtkctree.c: merges from gtk-1-2
12891
12892 1999-04-25  Tor Lillqvist  <tml@iki.fi>
12893
12894         Support added for building using a GNU toolchain on Win32,
12895         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
12896
12897         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
12898         * config.h.win32: Changes for gcc.
12899         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
12900         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
12901         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
12902         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
12903         Protect shl stuff unavaiilable with mingw32 headers.
12904         * gdk/win32/gdkevents.c: Fix typo.
12905         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
12906         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
12907         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
12908         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
12909         the mingw32 headers.
12910         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
12911         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
12912         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
12913         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
12914         Test for NATIVE_WIN32, not _MSC_VER.
12915         * gtk/gtkmain.c: No use warning about developer version on Win32,
12916         there aren't any non-developer versions anyhow.
12917         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
12918         * gtk/makefile.msc: Use pthread from another directory. Minor other
12919         changes. 
12920
12921 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
12922
12923         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
12924           default filter from the list
12925
12926 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
12927
12928         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
12929          when gtk_widget_grab_default() is called for a widget that
12930          is not within a GtkWindow.
12931
12932 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
12933
12934         * docs/gtk_tut.sgml, examples/clist.c: use a
12935           scrolled window in the clist example. Minor
12936           tutorial fixes.
12937
12938 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
12939
12940         * docs/gtk_tut.sgml: Style check from David King
12941           <dking@youvegotmail.net>
12942
12943 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
12944
12945         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
12946         compile with unknown value of GDK_WINDOWING
12947
12948 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
12949
12950         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
12951         after the rule is fired.
12952         (install-exec-local): Install gdkconfig.h only if the contents are
12953         different from the currently installed gdkconfig.h.
12954
12955 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
12956
12957         * gdk/Makefile.am (configexecincludedir): Rename from 
12958         configincludedir so that gdkconfig.h will be installed 
12959         as part of `make install-exec'. 
12960
12961 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
12962
12963         * acinclude.m4
12964         * config.guess
12965         * config.sub
12966         * ltconfig
12967         * ltmain.sh: upgrade to libtool 1.2f
12968
12969         * autogen.sh: libtool is not required to autogen gtk+
12970
12971         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
12972         needed)
12973
12974 1999-03-18  Tor Lillqvist  <tml@iki.fi>
12975
12976         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
12977         declaring gdk variables exported/imported from the DLL. New image
12978         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
12979         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
12980         GDK_DRAG_PROTO_OLE2.
12981
12982         * gdk/gdk.h: Merge in Win32 version: Two new functions,
12983         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
12984         declared only for the Win32 version, but could be in the X11
12985         version as well. (Needed for a Xlib-less gdk_imlib.)
12986         gdk_color_hash should have only one parameter. Declare
12987         gdk_threads_mutex with GDKVAR.
12988         
12989         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
12990         just one parameter.
12991
12992         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
12993         per pixel, not bits.
12994
12995         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
12996         Fetch bpp (which means bits-per-pixel here) from another place on
12997         Win32. Accept also depth==32 (which we might get on Win32) with
12998         bpp==32.
12999
13000         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
13001         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
13002         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
13003         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
13004         in the backend-dependent directory, not in the common gdk
13005         directory.
13006
13007         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
13008         headers.
13009
13010 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
13011
13012         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
13013         want to use the Gtk+ devel version (which is true, and yes - even i am
13014         currently working with the 1.2.x branch). so everyone reading this, you
13015         probably want to issue
13016         cvs checkout -r glib-1-2 glib
13017         and
13018         cvs checkout -r gtk-1-2 gtk+
13019         as your next two comands.
13020
13021 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
13022
13023         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
13024         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
13025
13026         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
13027         file. strongly deprecated the GTK_HAVE_* macros, we provide
13028         GTK_CHECK_VERSION() for people that need to check for certain
13029         Gtk+ versions.
13030
13031         * gtk/gtkcompat.h: removed this from CVS.
13032         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
13033         idea right from the start, it just didn't seem like that back then.
13034
13035 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
13036
13037         * merges from gtk-1-2:
13038
13039 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
13040
13041         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
13042         item factory class has been created.
13043         (gtk_item_factory_parse_rc): likewise.
13044
13045         * gtk/gtkmenu.c:
13046         keep proper references for old_active_menu_item.
13047         (gtk_menu_reparent): unset the usize of the new parent,
13048         so the menu can sanely be size requested and we don't get nasty screen
13049         artefacts upon next reparentation.
13050         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
13051         enter notify. only synthesize enter notifies if the pointer really is
13052         inside the event window.
13053         (gtk_menu_popdown): use gtk_menu_shell_deselect().
13054         (gtk_menu_popup): move the background setting stuff into
13055         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
13056
13057         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
13058         gtk_menu_shell_select_item() to select the new item.
13059         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
13060         do the right thing for deselection as well.
13061
13062 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
13063
13064         * gtk/gtkwidget.[hc]:
13065         (gtk_widget_accelerators_locked): return whether a widget's accelerators
13066         are locked.
13067
13068         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
13069         existing accelerators if the widget's accelerators are locked.
13070
13071 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
13072
13073         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
13074
13075         * gtk/gtkmenu.c: truely forward key press and key release events to
13076         the menu widget from the toplevel or tearoff window. we can't simply
13077         connect to that, we need to stop further processing of the events as
13078         well.
13079
13080 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
13081
13082         * gtk/gtkmenu.c:
13083         (gtk_menu_key_press): pass event->keyval, event->state to
13084         gtk_accelerator_valid, instead of event->keyval twice.
13085         refuse to install single letter accelerators for menus that use
13086         single letter shortcuts.
13087
13088         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
13089         gtk_menu_ensure_uline_accel_group().
13090
13091         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
13092         which will always return an uline accel group, made
13093         gtk_menu_get_uline_accel_group() return NULL if the group isn't
13094         yet created.
13095
13096 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
13097
13098         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
13099
13100         * gtk/gtkclist.c (gtk_clist_column_title_passive):
13101         Leave button sensitive, trap  button_press, button_release,
13102         motion_notify, enter_notify and leave_notify events instead.
13103         (gtk_clist_column_title_active): disconnect event handler.
13104         (gtk_clist_drag_data_get): fixed memory leak. Reported by
13105         Guillaume Laurent <glaurent@worldnet.fr>
13106
13107 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
13108
13109         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
13110         width/height mixups.
13111
13112         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
13113         if needed.
13114
13115 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
13116
13117         * gtk/testgtk.c (create_item_factory): unref the item factory after
13118         window's destruction.
13119
13120         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
13121         count on the menu shell around the menu item's activation, since the
13122         signal emission may cause menu shell destruction.
13123
13124         * gtk/gtkitemfactory.c:
13125         the previous code leaked one accel group per menu. we use
13126         gtk_menu_get_uline_accel_group() now to fix that, and with that
13127         also create the underline accelerator group of the menus only if
13128         required (i.e. an underline accelerator has been specified).
13129         (gtk_item_factory_construct):
13130         (gtk_item_factory_create_item): removed code that would create an
13131         extra accel group for the menu (and leak references).
13132         (gtk_item_factory_create_item): adapted the underline accelerator
13133         installation code to properly feature gtk_menu_get_uline_accel_group().
13134
13135         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
13136         menu->accel_group, this may return NULL if the accelerator group
13137         hasn't been set yet.
13138         added gtk_menu_get_uline_accel_group() to retrive the underline
13139         accelerator group of the menu, this will be created on demand
13140         and proper care is taken about its reference count.
13141
13142         * gtk/gtkitemfactory.h:
13143         * gtk/gtkitemfactory.c:
13144         dumped the approach of keeping a widgets by action list on the
13145         factory since the factory<->widget destroy negotiation didn't work
13146         and would be hard to get going at all. instead we keep a list of
13147         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
13148         persistant throughout a program's life time).
13149         also, i removed the static const gchar *key_* variables, and made
13150         them inline strings (they weren't actually used anyways).
13151         (gtk_item_factory_add_item): update ifactory->items.
13152         (gtk_item_factory_destroy): destroy ifactory->items (and remove
13153         the item factory pointer from the remaining ifactory widgets).
13154         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
13155         list to find the widget.
13156         (gtk_item_factory_get_item): new function that works around
13157         gtk_item_factory_get_widget() limitations, this function will only
13158         return menu items, even for <Branch> entries.
13159
13160 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
13161
13162         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
13163         font hash table, if we have a GdkFontPrivate entry for this font
13164         already, simply increment its reference count, provided by Olaf Dietsche
13165         <olaf.dietsche+list.gtk@netcologne.de>.
13166
13167         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
13168         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
13169
13170 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
13171
13172         * gtk/gtkcontainer.c:
13173         (gtk_container_add_with_args):
13174         (gtk_container_addv):
13175         (gtk_container_add): before adding a child to a conatiner, make sure
13176         it is (default) constructed, this is neccessary because under certain
13177         circumstances the child will get relized and mapped immediatedly, in
13178         which case it has to be constructed already.
13179
13180 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
13181
13182         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
13183         values > 1 as TRUE also.
13184
13185 1999-03-16  Tor Lillqvist  <tml@iki.fi>
13186
13187         * README.win32: New file.
13188                 
13189         * configure.in: Check for lstat.
13190
13191         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
13192         completeness.
13193
13194         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
13195
13196         * gtk/gtk.def: Removed CRs.
13197
13198         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
13199         ..\gdk\win32).
13200
13201         * gdk/win32/makefile.msc: Correct upwards relative paths.
13202         
13203 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
13204
13205         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
13206           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
13207           it was connecting a void function to expose_event and the int
13208           returning function to the draw signal
13209
13210 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
13211
13212         * configure.in:
13213         Use correct path to libgmodule.la when ref'ing uninstalled copy
13214         of glib.  (Already in stable branch, Bug #417)
13215
13216 1999-03-15  Tor Lillqvist  <tml@iki.fi>
13217
13218         Win32 merge and general portability stuff:
13219                 
13220         * acconfig.h,configure.in: Check for <sys/time.h>.
13221
13222         * gdk/win32: New directory (actually, been there for a while).
13223         
13224         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
13225         NATIVE_WIN32, and use these. Always case fold on Win32. No
13226         backslashed escapes on native Win32.
13227
13228         * gtk/{gtk.def,makefile.msc}: New files.
13229
13230         * gtk/Makefile.am: Add above new files.
13231         
13232         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
13233         instead of <strings.h>.
13234
13235         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
13236         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
13237         <unistd.h> appropriately.
13238
13239         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
13240         Use ABS() (from <glib.h>) instead of abs().
13241         
13242         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
13243         of gtk (and thus glib) headers, so that WIN32 will be
13244         defined. With MS C, include <direct.h> for mkdir prototype.
13245
13246         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
13247         some casts, needed by MS C.
13248
13249         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
13250         implemented).
13251
13252         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
13253         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
13254         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
13255
13256         * gtk/gtkmain.h: Mark variables for export/import on Win32.
13257                 
13258         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
13259         the event is not a hint, or its window is not the slider. Needed
13260         on Win32, at least.
13261
13262         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
13263         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
13264         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
13265         a subdirectory of the Windows directory as gtk system
13266         configuration directory.
13267
13268         * gtk/gtkselection.c: No chunks on Win32.
13269
13270         * gtk/gtksocket.c: Not implemented on Win32.
13271
13272         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
13273
13274         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
13275
13276         * gtk/maketypes.awk: Declare variables with a macro that expands to
13277         necessary export/import magic in the case of Win32.
13278                 
13279         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
13280
13281 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
13282
13283         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
13284         since those were meant only for gdki18n.h.  
13285         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
13286         for widechar tests.
13287         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
13288
13289 1999-03-13  Tor Lillqvist  <tml@iki.fi>
13290
13291         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
13292         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
13293
13294         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
13295         installed) to CFLAGS.
13296
13297         * gdk/Makefile.am: Add rules for gdkconfig.h.
13298
13299         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
13300         APIs.
13301
13302         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
13303         gdkx.h anyway when compiling for X11.
13304         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
13305         general): Merge in Win32 version.
13306         
13307         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
13308         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
13309         expansion (if we don't have HAVE_PWD_H), allow for drive
13310         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
13311         included code from Craig Setera's port to Win32 (the one that uses
13312         X11, and the cygwin dll), even if it probably will be abandoned.
13313
13314         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
13315         the user entered one herself.  This way one can complete *.h and
13316         don't get matches on any .help files, for instance.
13317         
13318 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
13319
13320         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
13321         font hash table, if we have a GdkFontPrivate entry for this font
13322         already, simply increment its reference count, provided by Olaf Dietsche
13323         <olaf.dietsche+list.gtk@netcologne.de>.
13324
13325         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
13326         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
13327
13328 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
13329
13330         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
13331         the number of calls to gdk_draw_point() (and thus to X) by
13332         clipping the points by hand.
13333
13334         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
13335         the clip parameter.
13336         (gtk_handle_box_paint): Only paint the handle if the expose area
13337         intersects it.
13338
13339 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
13340
13341         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
13342
13343 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
13344
13345         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
13346         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
13347
13348 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
13349
13350         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
13351          textmode (O_TEXT) for OS/2 version.
13352
13353 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
13354
13355         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
13356         GtkSpinButton, "input" and "output", to make the output more flexible.
13357         The user has to provide a mapping between adjustment->value and the
13358         output string (and vice versa, if the spin button is editable). 
13359         See testgtk for examples.
13360
13361 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
13362
13363         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
13364         new one.
13365         
13366         * configure.in: set gtk+ version to 1.3.0.