]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Reprioritize key bindings in order of visibility - mnemonics, then
[~andy/gtk] / ChangeLog.pre-2-10
1 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
4         key bindings in order of visibility - mnemonics, then 
5         accelerators, then send key to the focus widget, then
6         bindings on the GtkWindow.
7
8         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
9         Removed the xoffset, yoffset fields of GtkLayout which were
10         identically zero for compat with 1.2, but were no longer 
11         compatible with all uses of these fields in 1.2.
12
13         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
14         unused variable.
15
16 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
17
18         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
19         We no longer need to create the signals here ... they
20         come from the interface.
21
22         * gtk/maketypes.awk: Use GType, not GtkType in output.
23
24         * gtk/gtktypeutils.h: Mark virtually all of this
25         file deprecated.
26
27         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
28         the only use of this function is the GtkArg using
29         GtkCallbackMarshal, since destroy notification is
30         silly here.
31
32 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
33
34         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
35         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
36         only for compatibility with GTK+-1.2; and deprecate it; 
37         put all marshalers we actually use into gtkmarshalers.list 
38         and use the _gtk_marshal_ prefix for these marshalers.
39
40 2001-11-17  Murray Cumming  <murrayc@usa.net>
41
42         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
43         The first parameters of the signals are now registered as
44         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
45         
46 2001-11-17  Tor Lillqvist  <tml@iki.fi>
47
48         * gtk-zip.sh.in: Build separate runtime and developer
49         packages.
50
51         * gtk/gtk.def: Reflect recent accelerator-related changes.
52
53 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
54
55         * gtk/gtkwindow.c (gtk_window_set_default): Move 
56         notification of "has_default" to here, so it
57         is safe to call gtk_window_set_default() instead
58         of gtk_widget_grab_default().
59
60         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
61         gtk_widget_grab_focus(), which then calls 
62         _gtk_widget_internal_set_focus(). This makes 
63         gtk_window_set_focus() a safe way of both setting
64         and unsetting the focus widget.
65
66         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
67         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
68         to find the toplevel.
69
70         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
71         from the "internal functions" section.
72
73 2001-11-16  jacob berkman  <jacob@ximian.com>
74
75         * tests/testgtk.c (create_radio_buttons): add some no-indicator
76         radio buttons
77
78         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
79         initially active, also initially be depressed
80         (gtk_radio_button_clicked): also update our depressed state
81
82 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
83
84         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
85         key press events not just to focus/window but also to
86         intermediate widgets.
87
88         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
89         to switch pages. (Needs some work on handling focus
90         when switching pages.)
91
92 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
93
94         * gtk/gtknotebook.c: Fix child allocations to be relative to 
95         widget position and some drawing bugs.
96
97         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
98         with reading uninitialized variable.
99
100 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
101
102         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
103         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
104         NO_WINDOW widgets.
105
106         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
107         cleanup.
108
109         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
110         we are drawing in a window when drawing the paned handle.
111
112 2001-11-16  Sven Neumann  <sven@gimp.org>
113
114         * demos/gtk-demo/appwindow.c
115         * demos/gtk-demo/menus.c: reduce compiler warnings
116
117 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
118
119         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
120         unused callback to make things compile with 
121         gtk_tree_view_path_at_pos_change().
122
123 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
124
125         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
126
127 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
128
129         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
130  
131 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
132
133         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
134         to get a GdkWindow to compare event->window to.
135
136         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
137         the signal for lateral motion too, #64361
138
139         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
140         arg as it is useless, #64137
141
142 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
143
144         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
145
146 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
147  
148         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
149         gdk_window_invalidate_maybe_recurse() for recursion.
150         (Soeren Sandmann)
151
152         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
153  
154         * gtk/gtkcontainer.c (gtk_container_expose): Call
155         gtk_container_forall() not _foreach() to propagate,
156         since we need to propagate exposes to internal children
157         as well.
158
159         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
160         Remove the restriction of only being able to call these
161         on window widgets, since we have lots of NO_WINDOW widgets
162         with windows now; for add events, recurse over the children
163         of widget->window to find one owned by the widget.
164
165         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
166         window to catch events.
167
168         * gtk/gtktogglebutton.[ch]: Remove the code for switching
169         between NO_WINDOW and WINDOW widgets based on the mode.
170
171         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
172         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
173
174         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
175
176         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
177         change for range.
178
179         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
180  
181         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
182
183 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
184
185         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
186         "message_type" and "buttons" CONSTRUCT properties. (#64069)
187
188         * tests/testsocket.c: Expand tests to add a "local passive
189         child" (Test case for #64428)
190
191 2001-11-14  jacob berkman  <jacob@ximian.com>
192
193         * gtk/gtkgamma.c (button_clicked_callback): create the label with
194         a mnemonic
195
196 2001-11-15  Sven Neumann  <sven@gimp.org>
197
198         * tests/testgtk.c: make it compile without warnings.
199
200 2001-11-14  Alex Larsson  <alexl@redhat.com>
201
202         * gtk/gtklabel.c:
203         Don't recalculate the layout on each gkt_label_ensure_layout () for
204         wrapped labels.
205
206 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
207
208         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
209         the currently selected column when we get the column, #64380
210
211         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
212         to cancel CellRendererText editting, #63613
213
214         * gtk/gtkcellrenderertext.c: ditto
215
216         * gtk/gtkcellrenderertext.h: formatting changes
217
218 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
219
220         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
221
222         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
223
224         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
225
226         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
227
228         * gtk/gtklabel.c: Documentation fixes (#64452)
229
230 2001-11-14  Daniel Egger  <degger@fhm.edu>
231
232         * gdk-pixbuf/io-xpm.c: 
233         (xpm_skip_whitespaces): Remove unused static function.
234         (xpm_skip_string): Dito.        
235         (xpm_extract_color): Declare const variable const to avoid warnings. 
236
237         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
238         
239         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
240         
241         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
242         a long.
243
244 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
245
246         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
247         out accidental commit of debugging timing code.
248
249 2001-11-14  Havoc Pennington  <hp@redhat.com>
250
251         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
252         it doesn't move to a new line each time you press it
253
254         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
255         return value, #62987
256
257 2001-11-14  Havoc Pennington  <hp@redhat.com>
258
259         * tests/testtextbuffer.c (main): bulk of the tests were commented
260         out, oops.
261
262         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
263         function work, should resolve #63426
264         (gtk_text_iter_ends_line): return TRUE for the end iterator
265
266         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
267         a couple things that might get cached in here.
268
269 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
270
271         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
272         "model" construct property for language bindings.
273
274         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
275         function to let you set the column types of a GtkTreeStore for
276         language bindings.
277
278         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
279
280 2001-11-13  Havoc Pennington  <hp@redhat.com>
281
282         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
283         including reference to bugzilla bug about how we should have 
284         a better way of positioning children
285
286         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
287
288         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
289         size to side rects if they don't exist, #63438
290
291 2001-11-13  Havoc Pennington  <hp@redhat.com>
292
293         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
294         properly replace selection with Return or Tab
295
296         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
297         that didn't locate the end of the line correctly, should fix #63800
298
299 2001-11-13  Havoc Pennington  <hp@redhat.com>
300
301         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
302         to requisition, request non-anchored children
303         (gtk_text_view_size_allocate): handle border width, allocate
304         non-anchored children
305         (text_view_child_new_window): set the child as object data
306         (gtk_text_view_move_child): allow children at negative
307         coordinates, no reason why not
308         (gtk_text_view_forall): make it copy the list of children before
309         walking it, to avoid reentrancy issues  
310         (gtk_text_view_move_child): short-circuit if position is unchanged
311         (changed_handler): only queue_resize if requisition has changed
312         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
313         a better job of invalidation ourselves
314
315         * tests/testtext.c: add tests for the fixed-position children
316
317 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
318
319         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
320         with gdk threads macro.
321
322 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
323
324         * gtk/maketypes.awk: fix type utils generation on unix.
325
326         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
327         registry.
328
329         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
330         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
331         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
332         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
333         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
334         introduced ::accel_changed signal for change notification, and
335         gtk_accel_group_connect/disconnect to connect closures to accel groups.
336         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
337         functions.
338         deprecated gtk_accel_group_ref/unref.
339
340         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
341         to accel group changed notification and basically operate on closures.
342         removed gtk_accel_label_get_accel_object and
343         gtk_accel_label_set_accel_object.
344         introduced gtk_accel_label_set_accel_closure, and for convenience,
345         gtk_accel_label_set_accel_widget.
346
347         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
348         which mostly moved into gtkaccelmap.[hc].
349         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
350         and gtk_item_factory_print_func.
351
352         * gtk/gtkmain.c: call _gtk_accel_map_init().
353
354         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
355         that associates an accelerator path with menu items, through which
356         persistent accelerator settings on menu items are enabled.
357
358         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
359         paths of menu item can be default constructed to allow installation
360         of accelerators on menu items that don't come with an accelerator
361         binding by default.
362
363         * gtk/gtksettings.c: fix STRING type rc settings by special casing
364         them appropriately in the parser.
365
366         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
367         gtk_signal_newv().
368
369         * gtk/gtkwidget.[hc]: accelerator API revamp.
370         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
371         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
372         gtk_widget_(un)lock_accelerators.
373         accelerators maintained through gtk_widget_add/remove_accelerator()
374         are not runtime changable now, the correct sequence to setup a
375         widget for runtime changable accelerators is now:
376           gtk_accel_map_add_entry(accel_path, key, mods);
377           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
378
379         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
380         group changes (as well as mnemonic changes) through the new signal
381         ::accels_changed.
382
383 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
384
385         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
386         GString->string conversions.
387
388 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
389
390         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
391         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
392
393 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
394
395         * gtk/gtktreeview.c: Documentation fixes. (#64377)
396         
397         * gtk/gtktreestore.c: Documentation fixes. (#64376)
398
399 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
400
401         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
402         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
403         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
404         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
405
406 2001-11-10  Hans Breuer  <hans@breuer.org>
407
408         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
409         we know what we are talking about when asked for MINMAXINFO.
410         Also some cleaning for !HAVE_DIMM_H etc.
411
412 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
413
414         * gtk/gtktreeviewcolumn.c: Fix docs for 
415         gtk_tree_view_column_set_sort_order. (#62647)
416         
417         * gtk/gtkcontainer.c: Fix docs for 
418         gtk_container_set_border_width. (#64139)
419
420         * gtk/gtkcolorsel.c: Documentation fixes.
421
422 2001-11-10  Hans Breuer  <hans@breuer.org>
423
424         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
425         don't have strcasecmp()
426
427         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
428         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
429         code duplication wrap it in its own function and use it in 
430         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
431
432         * gdk/win32/gdkdrawable-win32.c : implement the finalize
433         method like the X11 version does, allow to set_colormap NULL
434         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
435         set_colormap, also some adaption to X11 version :
436         (gdk_window_hide) call _gdk_window_clear_update_area
437         (gdk_window_reparent) call _gdk_window_init_position
438
439         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
440         call gdk_window_resize() after all hints are set, because the
441         window resizing process (WM_GETMINMAXINFO) takes all of them into 
442         account
443
444         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
445
446         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
447         sizeof (GdkVisualPrivate)
448
449         * gdk/gdk.def gtk/gtk.def : upated externals
450
451         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
452           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
453         from now on use make.msc from $(TOP)/glib/build/win32
454
455         * gtk/stock-icons/makefile.msc : add stock_missing_image
456
457 2001-11-08  Tor Lillqvist  <tml@iki.fi>
458
459         * README.win32: Add headers. Add section about ActiveIMM.
460
461         * configure.in: Add --with-ie55 flag to specify the location of
462         the "IE55 libs and headers" package downloadable from Microsoft,
463         which contains, among other things, the Active IMM header dimm.h
464         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
465         Require GLib 1.3.10.
466         
467         * config.h.win32.in: New version, produced by merging two
468         configure-generated ones (for gcc and MSVC). Hopefully #defines
469         the same flags that the previous, hand-written one, did.
470
471         * gdk/Makefile.am
472         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
473
474         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
475         stuff. Remove unused GdkIOClosure.
476
477         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
478         available).
479
480         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
481         for uuid.lib. (Does it really have to be this hard to use an
482         existing library with libtool? Probably I am missing something.)
483
484 2001-11-08  Darin Adler  <darin@bentspoon.com>
485
486         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
487         typo where it says LEFT instead of CENTER.
488
489 2001-11-07  Darin Adler  <darin@bentspoon.com>
490
491         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
492         (gtk_dialog_set_default_response): Add g_return_if_fail.
493
494 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
495
496         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
497         Add row_draggable() vfunc, and wrapper function.
498
499         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
500         row_drop_possible take a GtkSelectionData, rather than
501         model/row pair.
502
503         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
504         new DND interfaces.
505
506         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
507         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
508         and rename them to enable_model_drag_source/dest.
509
510         * gtk/treeviewcolumn.c: Add DND of columns between rows.
511         Still can't drop _to_ the left tree, but other places
512         work.
513
514         * gtk/gtktreeview.c (unset_reorderable): Unset the
515         reorderable property if unset/enable_model_drag_source/dest
516         are called manually.
517
518         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
519         Correct for change in depth count handling.
520
521         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
522         Pass in a expose area to gtk_tree_view_column_cell_render()
523
524 2001-11-06  Havoc Pennington  <hp@redhat.com>
525
526         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
527
528 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
529
530         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
531
532 2001-11-05  Havoc Pennington  <hp@redhat.com>
533
534         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
535         widgets in here
536         (gtk_text_view_realize): set parent window of child widgets
537         (gtk_text_view_size_request): use child req to decide whether
538         to invalidate layout, not widget->requisition
539
540         * gtk/gtktextdisplay.c (render_layout_line): set
541         shaped_width_pixels for NULL shape objects, so that we properly
542         draw the "missing pixbuf/widget" thing
543         (render_layout_line): don't draw the widget here
544         (gtk_text_layout_draw): pass out a list of widgets that need exposing
545
546         * demos/gtk-demo/textview.c (insert_text): add demo of child
547         widgets
548
549         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
550
551         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
552
553         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
554         scroll offsets
555         (gtk_text_view_value_changed): poke new X and Y into child allocations
556
557 2001-11-06  Tor Lillqvist  <tml@iki.fi>
558
559         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
560         -specific directory on Windows, too (#63759).
561
562 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
563
564         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
565         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
566         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
567         directly to Picture objects instead of using XftDraw.
568         This fixes the problem where we weren't able to 
569         properly destroy XftDraw objects before destroying
570         the accompanying windows, and probably improves
571         efficiency a bit too. (#50214)
572
573 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
574
575         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
576         Clamp max window width/height to 32767, not 32768 since
577         we have to be able to deal with a dx/y of -32768 without
578         getting a width of 65536 when guffaw scrolling.
579
580         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
581         for the guffaw scrolling case, fixing some problems with
582         copy-area case as well. Fix BadValue bug with moving windows
583         by large amounts.
584
585         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
586         clip in window structue before calling gdk_window_invalidate_region
587         since that trims new invalidations to the window's visible
588         region.
589
590         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
591         Really set the static window gravity on the children, not
592         repeatedly on the window.
593
594         * gtk/testgtk.c: Add a torture test for big windows and 
595         gdk_window_scroll().
596
597 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
598
599         * acconfig.h configure.in: sigsetjmp is macroized in some places,
600         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
601
602 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
603
604         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
605         in terms of pango_color_parse().
606
607         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
608         gdk_color_parse() implementations.
609
610 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
611
612         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
613         queue_resize_on_group with both the old and new mode, not
614         just the new mode. (#60171, Nicolas Setton). Also, notify
615         the "mode" property.
616         
617 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
618
619         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
620         for use in "shallow invalidation" of a widget. (Windows belonging
621         to the widget, but not to the widget's children)
622
623         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
624         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
625         up on ancestors up to the resize container on queue_resize. Size
626         requests only actually take place if GTK_REQUEST_NEEDED, size
627         allocations only take place if GTK_ALLOC_NEEDED or the size
628         changed.
629
630         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
631         container->resize_widgets and the RESIZE_NEEDED flag since the
632         above flags are sufficient to figure out what needs to be
633         resized/reallocated. Remove code manipulating
634         container->resize_widget.
635
636         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
637         allows widgets to turn off being automatically invalidated is when
638         they are resized.
639
640         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
641         a widget is resized or moved is "shallow" as described above -
642         only the windows that need to be invalidated are invalidated.
643
644         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
645         Make these widget's init functions call 
646         gtk_widget_set_redraw_on_allocate(widget,FALSE).
647
648         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
649         _gtk_container_queue_resize(), since we don't want
650         redrawing. (Probably could be done for other 
651         calls to gtk_widget_queue_resize() in gtkwindow.c,
652         but this is the most important one.)
653
654         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
655         gtk_widget_queue_draw() - size_allocate() handles
656         that as appropriate.
657
658         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
659         of queue_clear() to avoid invalidating children.
660
661 2001-11-04  jacob berkman  <jacob@ximian.com>
662
663         * gtk/gtkmain.c (find_module): don't free the module name until
664         after we load the module
665
666 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
667  
668         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
669         derivation instead of boxed derivation.
670  
671         * gtk/gtkmarshal.list: Remove some now unused marshallers.
672  
673 2001-11-04  Tor Lillqvist  <tml@iki.fi>
674
675         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
676         include yesterday, without really thinking), as that defeats the
677         working of correct_libdir_prefix() (it becomes a no-op.). Add
678         comment mentioning that. Thanks to Hans Breuer for noticing.
679         
680 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
681
682         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
683         signal argument (was GtkWidget*).
684
685         * gtk/gtkwindow.c (gtk_window_frame_event),
686           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
687         Fixed argument types as above, removed GTK_WINDOW casts and
688         added some GTK_WIDGET casts instead.
689
690 2001-11-03  Hans Breuer  <hans@breuer.org>
691
692         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
693         finalize to parent class to get removed from the toplevel_list.
694         Should fix 'random' crashes of #63474.
695
696         * gtk/gtktreemodelsort.c : chain finalize() to parent class
697
698 2001-11-03  Tor Lillqvist  <tml@iki.fi>
699
700         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
701         for .dll or .so as appropriate as module suffix.
702
703         * gtk-zip.sh.in: Use correct import library names.
704
705         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
706
707         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
708         Windows to turn build-time paths from a gtk.immodules distributed
709         as part of a binary package into runtime ones in the
710         end-user-chosen installation directory.
711         (gtk_im_module_init): Use it for module path and domain
712         directory.
713
714 2001-11-02  Tor Lillqvist  <tml@iki.fi>
715
716         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
717         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
718         Windows.
719
720 2001-10-30  Tor Lillqvist  <tml@iki.fi>
721
722         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
723         files. Configure on Win32 (running on Cygwin) thinks symlinks
724         exist, but pkg-config is not necesarily a Cygwin program, and
725         doesn't understand them.
726
727 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
728
729         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
730         a bit.  I don't think it's completely correct yet, but it's
731         getting there.
732
733 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
734
735         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
736         random + 5 for width and height. If people want padding,
737         they should add padding. (Note the +5 isn't padding
738         that will always appear - it just appears in the case
739         where the widget is allocated it's requisition.)
740         (#51018, Janet Davis)
741
742 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
743
744         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
745         the structure for future expansion.
746
747 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
748
749         Patch from HideToshi Tajima (#51922)
750         
751         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
752
753         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
754         set_use_preedit().
755         
756         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
757         to destroy the input context because we change the
758         client window or use_preedit, make sure we empty
759         the preedit string.
760
761 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
762
763         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
764         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
765         proposed ordering of buttons with [OK] in the lower
766         right hand corner. Patch from Gregory Merchan,
767         #56331.
768
769 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
770
771         * gtk/gtklabel.c (gtk_label_select_region_index): remove
772         extraneous gtk_label_clear_layout (label)
773
774 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
775
776         * tests/makefile.msc, gtk/makefile.msc.in: Removed
777         -DGTK_DISABLE_COMPAT_H.
778
779         * docs/Changes-2.0.txt:
780         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
781
782         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
783
784 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
785
786         * examples/**/Makefile.am: Convert to use pkg-config
787         rather than gtk-config. (#53375, Skip Montanaro)
788
789 2001-11-02  Matt Wilson  <msw@redhat.com>
790
791         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
792         broken unused, non-compiling, static function.
793
794 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
795
796         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
797         Iterate through children of the action area, not of
798         the vbox. (#58278, Sergey Kuzminov)
799
800 2001-11-01  Havoc Pennington  <hp@pobox.com>
801
802         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
803         order to remove a workaround in Nautilus that forced
804         GTK_ENABLE_BROKEN
805
806         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
807
808 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
809
810         * gtk/gtkrange.c: Patch from George Lebl to 
811         fix division by zero for full scroll bars. (#62114)
812
813 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
814
815         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
816         around gtk_widget_event() if we are going to
817         set a flag afterwards. (#63464)
818
819 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
820
821         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
822         Actually add the missing/broken image icon as the
823         image for the "missing image" stock icon.
824
825 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
826
827         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
828         Set a reasonable default height for the window.
829
830         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
831         bug where subsequent '-' weren't converted to '_'.
832         (#59550, Matthias Clasen)
833
834         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
835         justify the Help menu - just include a comment on
836         how to do it. (#63539,  Marius Andreiana)
837
838         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
839         list GTK_ICON_SIZE_INVALID.
840
841         * demos/gtk-demo/stock_browser.c: Show the biggest available
842         size, not a fixed size. (Often reported, including #63539, 
843         Marius Andreiana)
844
845 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
846
847         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
848         #59583
849
850         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
851         warning.
852
853 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
854
855         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
856         (Daniel Elstner).
857
858 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
859
860         * gtk/gtkimcontext.[ch]: Add:
861           - A ::retrieve_surrounding signal that asks the widget for
862             context around the insertion point.
863           - A ::delete_surrounding signal that asks the widget to 
864             delete context aroudn the insertion point.
865           - gtk_im_context_set_context() for widgets to set context
866             around the insertion point in response to ::retrieve_context.
867           - gtk_im_context_get_context() for context to get context
868             around the insertion point
869
870         * gtkmarshal.list: Add BOOL:INT,INT
871
872         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
873         set_surrounding() methods, and the ::retrieve_surrounding /
874         ::delete_surrounding signals.
875
876         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
877         GtkIMContext::retrieve_surrounding / ::delete_surrounding
878         signals.
879
880 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
881
882         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
883         it's amazing how well things work sometimes, even when they're
884         completely wrong.
885
886         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
887         where you could try to collapse a node w/o it having children.
888
889         (gtk_tree_view_class_init): remove Shift L<->R as they already
890         existed for expand/collapse.
891
892 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
893
894         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
895         found by Matt Wilson.
896
897 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
898
899         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
900         Control, and Shift|Control L<->R, #63475
901
902 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
903
904         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
905         infinite loop noticed by yosh.
906
907 2001-11-01  Michael Meeks  <michael@ximian.com>
908
909         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
910         GTK_REALIZED flag so we don't re-enter when we are
911         destroyed from the plug side.
912
913 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
914
915         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
916         Add a "menu" property and notify on it. (#62798,
917         Padraig O'Briain)
918
919         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
920         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
921         Fix set_text to take a gchar, not a guchar, and to have 
922         a len argument.
923
924 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
925
926         * gtk/gtkstock.c: fix typo to make it compile
927
928 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
929
930         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
931         the widget is insensitive, draw the text insensitively, #63306
932
933 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
934
935         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
936
937 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
938
939         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
940         gtk_selection_data_set_tree_row, #60218
941         (gtk_tree_get_row_drag_data): rename
942         gtk_selection_data_get_tree_row, #60218
943
944         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
945         get this right, after the third try, #63122.
946
947 2001-10-31  jacob berkman  <jacob@ximian.com>
948
949         * gdk/gdkselection.h (GDK_TARGET_STRING): 
950         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
951         for Xatoms (and not using the XA_* macros)!
952
953 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
954
955         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
956         gtk_window_get_focus() getter to determine the currently
957         focused widget within the window. (#63145, request
958         from Damian Ivereigh)
959
960 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
961
962         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
963
964         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
965         GTK_SELECTION_NONE enum.
966         (_gtk_tree_selection_internal_select_node): ditto
967
968         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
969         constness.
970
971         * gtk/gtkcellrenderertoggle.c: more yummy constness.
972
973         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
974         if mode == GTK_SELECTION_NONE
975
976 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
977
978         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
979         "cursor_changed" signal, #62850.
980
981 2001-10-31  Matt Wilson  <msw@redhat.com>
982
983         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
984         allocating the treedatalist, zero it to make sure the values are
985         cleared from any garbage that was in this chunk.
986
987 2001-10-31  Murray Cumming  <murrayc@usa.net>
988
989         * gtk/cellrenderertext.h: "edited" default signal handler
990         gchar* args are now const.
991         gtk/cellrenderertoggle.h: "toggled" default signal handler
992         gchar* arg is now const.
993         Also changed other signal handlers for "edited" and "toggled" to
994         have the same signature.
995
996 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
997
998         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
999         rewrite.  Static models now totally work.  I'm not 100% sure about
1000         row_inserted and row_changed, but I'll get those later.
1001
1002 2001-10-30  Sven Neumann  <sven@gimp.org>
1003
1004         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
1005         output for configure --help.
1006
1007 2001-10-30  Havoc Pennington  <hp@pobox.com>
1008
1009         * gtk/gtktextview.c (changed_handler): Update the IM spot location
1010         here, if text was invalidated in the visible area, because the
1011         scroll offset doesn't normally change in that case, and the mark
1012         isn't set, just implicitly moved over as text is added/removed
1013         
1014 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
1015
1016         * gtk/gtkseparatormenuitem.c: Code cleanup.
1017         (gtk_separator_menu_item_class_init): Fix bugs in this code.
1018
1019 2001-10-29  jacob berkman  <jacob@ximian.com>
1020
1021         * gdk/Makefile.am (LDFLAGS): 
1022         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
1023         LDFLAGS, so put win32 flags in here
1024
1025 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
1026
1027         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
1028         I can't believe this took this long to fix.
1029
1030 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
1031
1032         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
1033         reordered signal.
1034
1035 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
1036
1037         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
1038         the focus to the fileop entry for create dir / rename
1039         file. (#62838)
1040
1041 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
1042
1043         * configure.in: Don't use AC_CHECK_FILE to check for a 
1044         file since it always spits warnings about cross compilation,
1045         use -f instead. It's not like we cross compile properly
1046         anyways.
1047
1048         * configure.in (gtktargetlib): Move call to AC_PROG_CC
1049         to suppress autoconf warning.
1050
1051         * acconfig.h: Add some missing #undefs from recent
1052         Win32 additions.
1053
1054 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
1055
1056         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
1057         when we didn't find it. (#62944, Eric Lemings)
1058
1059         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
1060         sign in assignment. (#63209, Arkadiusz Miskiewicz)
1061
1062 2001-10-29  Anders Carlsson  <andersca@gnu.org>
1063
1064         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
1065         the buttons size request before using it. Fixes #61696.
1066
1067 2001-10-29  Tor Lillqvist  <tml@iki.fi>
1068
1069         * README.win32: Updates.
1070
1071         * gtk-zip.sh.in: New file, used to build distribution package for
1072         Windows.
1073
1074         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
1075         applicable with GDKVAR.
1076
1077         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
1078         Wintab library.
1079
1080         * gdk/win32/gdkwin32.h
1081         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
1082         X11 headers better, and to enable gdkwin32.h to be installed and
1083         included from applications, but not the *-win32.h headers.
1084
1085         * gdk/win32/*.c: Corresponding small changes, simplifications of
1086         #includes.
1087         
1088         * gdk/win32/gdkregion-win32.c: Remove.
1089
1090         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
1091
1092         * gdk/win32/gdkfont-win32.c
1093         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
1094
1095         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
1096         GDK_NONE values into hash table.
1097
1098         * gtk/gtk.def: Update.
1099
1100         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
1101         gethostname().
1102
1103         * gtk/gtkmain.c 
1104         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
1105         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
1106         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
1107         g_win32_get_package_installation_subdirectory() with the actual
1108         DLL name saved above. Redefine above directory name macros to call
1109         these functions. Remove some ifdefs.
1110
1111         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
1112         variable for export on Win32) also to the _vars file.
1113
1114         Changes for autoconfiscated build on Win32, and addition of Win32
1115         backend to the related files:
1116         
1117         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
1118         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
1119         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
1120         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
1121         win32 target, using pangowin32. Don't use the
1122         -export-symbols-regex option on Win32, we use .def files to list
1123         exported symbols. Check <winsock.h> (for gethostname() in
1124         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
1125         prevent premature m4 expansion.
1126
1127         * acconfig.h: Add HAVE_WINTAB.
1128
1129         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
1130         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
1131         MS_LIB_AVAILABLE, build MS import library. Install the import
1132         libraries. If HAVE_WINTAB, link with the Wintab library.
1133
1134         * gdk/win32/Makefile.am: Actually enable building the win32
1135         objects here, not just list all files in EXTRA_DIST. Link in the
1136         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
1137         copy the Wintab library into the .libs directory. 
1138
1139         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
1140         name of the GDK DLL when fetching the icon. Use the HMODULE saved
1141         in gdk_dll_hinstance by DllMain.
1142
1143         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
1144         build/win32/lt-compile-resource script.
1145
1146         * gdk/win32/rc/gdk.rc.in
1147         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
1148
1149         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
1150         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
1151         file. Install import libraries.
1152
1153 2001-10-29  Anders Carlsson  <andersca@gnu.org>
1154
1155         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
1156
1157 2001-10-28  Hans Breuer  <hans@breuer.org>
1158
1159         * gdk/gdk.c gdk/gdkevents.c
1160           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
1161           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
1162           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
1163           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
1164           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
1165           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
1166           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
1167         static correct-ness, underscore prefixing of library internal 
1168         functions
1169         (applied the undisputed and the win32 part. Of the latter 
1170          I'm probably the one who will change it back again, if Owen
1171          decides that the Gdk*Impl types should not be private to Gdk)
1172
1173         * gdk/gdk.def : added the remaining exported functions
1174
1175 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
1176
1177         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
1178         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
1179         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
1180
1181 2001-10-28  jacob berkman  <jacob@ximian.com>
1182
1183         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
1184         gtk_settings_get_default() here as that requires an X connection
1185         (which breaks doc building with no X connection) and is not
1186         multihead safe
1187         (gtk_color_selection_init): delay palette loading until realize
1188         time
1189         (gtk_color_selection_realize): load the palette, and initialize
1190         the global palette if it hasn't been already
1191
1192         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
1193         visual/cmap fields of klass->info since they are gone
1194         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
1195         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
1196         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
1197
1198         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
1199         cmap fields
1200         (gtk_preview_get_visual):
1201         (gtk_preview_get_cmap): mark as deprecated
1202
1203         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
1204         changes
1205
1206 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
1207
1208         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
1209         structure to have GObject not GtkObject as
1210         parent_instance. (Jeff Franks.)
1211
1212 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
1213
1214         * gdk/x11/gdkinput.c: Typo fix.
1215
1216 2001-10-26  Havoc Pennington  <hp@pobox.com>
1217
1218         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
1219         update_im_spot_location here explicitly
1220         (gtk_text_view_reset_im_context): don't update the spot location
1221         here
1222
1223 2001-10-27  Anders Carlsson  <andersca@gnu.org>
1224
1225         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
1226         This fixes #62942.
1227
1228         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
1229         Clarify that we're returning a spin button in the _new function.
1230         This fixes #54097.
1231         
1232 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
1233
1234         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
1235         Unfortunately, people apparently erroneously connect
1236         to ::clicked for GtkToggleButton and expect
1237         they know what happened in the default signal handler
1238         instead of appropriately connecting to notification
1239         signal ::toggled. When the revolution comes, such
1240         people will be first against the wall.
1241
1242         We'll just have to go back to the old less-reliable
1243         set-it-back hacks for handling model-view check
1244         buttons and radio buttons. :-(. 
1245
1246 2001-10-27  Hans Breuer  <hans@breuer.org>
1247
1248         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
1249           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
1250           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
1251           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
1252           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
1253           gtk/gtktreestore.c gtk/gtkvbbox.c : 
1254         to simplify parsing for exported functions:
1255         - made implementation signature static, when the local 
1256           prototype already was
1257         - put the functions return value on it's own line
1258         - added as space between the function name and the 
1259           opening bracket
1260
1261         * gtk/gtk.def : added the remaining exported functions
1262
1263 2001-10-27  Anders Carlsson  <andersca@gnu.org>
1264
1265         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
1266         Add note about width having to be greater than 0. This fixes
1267         #55574. 
1268
1269         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
1270         Fix docs to say previous instead of next.
1271         (gtk_text_iter_backward_word_start): Likewise.
1272         This fixes bug #62980.
1273
1274         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
1275         that the valid width is in range 0-65535 pixels. Fixes bug 
1276         #56754.
1277
1278         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
1279         a dot in the documentation. Fixes bug #62632.
1280
1281         * gdk/x11/gdkmain-x11.c: Replace int and guint with
1282         long and gulong in some places to make the code 64-bit
1283         clean.
1284         (_gdk_windowing_init_check): Replace gint with gulong.
1285         This patch was made by George Lebl and fixes bug #62113.
1286
1287         * tests/testgtk.c (create_range_controls): Don't set a 
1288         fixed height on the hscale widget. This fixes "bug" 
1289         #55840.
1290         (create_window_states): Set up destroy signals so that
1291         all windows will be destroyed when one is. This fixes 
1292         bug #58133.
1293
1294 2001-10-26  Anders Carlsson  <andersca@gnu.org>
1295
1296         * gtk/gtktreeview.c: 
1297         (gtk_tree_view_class_init): Create new "indent_expander"
1298         style property.
1299
1300         (gtk_tree_view_get_arrow_xrange): Add a tree argument
1301         to the function since the xrange can change depending
1302         on where in the tree we are. 
1303         
1304         (coords_are_over_arrow): Update function call to
1305         gtk_tree_view_get_arrow_xrange.
1306         (gtk_tree_view_draw_arrow): Likewise.
1307         
1308         (gtk_tree_view_real_expand_collapse_cursor_row):
1309         Call real_{expand|collapse}_row, so that we'll have an
1310         animation.
1311
1312 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
1313
1314         * tests/Makefile.am: fixed a small typo
1315
1316 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
1317
1318         * demos/gtk-demo/list_store.c (create_model): Anders
1319         Carlsson suggested to use G_N_ELEMENTS here
1320
1321 2001-10-26  Sven Neumann  <sven@gimp.org>
1322
1323         * gtk/gtkbutton.[ch]
1324         * gtk/gtkdnd.c: fixed inline comments
1325         
1326         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
1327
1328 2001-10-26  Hans Breuer  <hans@breuer.org>
1329
1330         * gdk-pixbuf/gdk_pixbuf.def : 
1331         * gdk/gdk.def : 
1332         * gtk/gtk.def : updated externals
1333
1334         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
1335         gdk_window_lookup implementation. It already was in
1336         gdk/win32/gdkwindow-win32.c
1337
1338         * gdk/win32/gdkproperty-win32.c : made it compile again
1339         after GdkAtom API change
1340
1341         * gtk/gtk/makefile.msc.in : updated
1342
1343 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
1344
1345         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
1346         require GLib 1.3.10.
1347
1348         * NEWS: updates.
1349
1350 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
1351
1352         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
1353         invalid nodes.
1354          (_gtk_rbnode_rotate_right): Ditto.
1355          (_gtk_rbtree_node_mark_invalid): New function.
1356          (_gtk_rbtree_node_mark_valid): New function.
1357
1358         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
1359         GObject, not a GtkObject.
1360         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
1361         correct.
1362         (gtk_tree_model_sort_row_deleted): ditto.
1363         (gtk_tree_model_sort_{un,}ref_node): Fix.
1364
1365         * gtk/gtktreeview.c: Protean incremental reflow support (commented
1366         out)
1367
1368         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
1369         to const char *key.
1370
1371         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
1372         Important 1 line fix to fix a lot of refcounting woes.
1373
1374 2001-10-25  Matt Wilson  <msw@redhat.com>
1375
1376         * gtk/gtktextview.c (gtk_text_view_destroy): call
1377         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
1378         now invalidates) so that we remove our idle functions.
1379         (gtk_text_view_destroy_layout): remove the first_validate_idle as
1380         well.
1381
1382         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
1383         the 'indent' property is G_MININT to G_MAXINT.  Don't use
1384         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
1385         instead.
1386
1387 2001-10-24  Anders Carlsson  <andersca@gnu.org>
1388
1389         * gtk/gtktreeview.c: 
1390         (gtk_tree_view_real_expand_row): add an animate argument
1391         (gtk_tree_view_real_collapse_row): likewise
1392         
1393         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
1394         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
1395         (gtk_tree_view_collapse_row): update functions that call
1396         real_{expand|collapse}_row to set the animate argument 
1397         accordingly.
1398         
1399 2001-10-24  Alex Larsson  <alexl@redhat.com>
1400
1401         * gdk/linux-fb/gdkfont-fb.c:
1402         Update to new Pango APIs
1403
1404         * gdk/linux-fb/gdkproperty-fb.c:
1405         Update to new GdkAtom APIs
1406
1407         * gdk/linux-fb/gdkwindow-fb.c:
1408         Remove warnings
1409
1410 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
1411
1412         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
1413
1414 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
1415
1416         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
1417         s_path as a child path
1418
1419 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
1420
1421         * gtk/gtktreemodelsort.c: more changes in an attempt to get
1422         it right. It's not yet ready for general consumption.
1423
1424         * tests/treestoretest.c: add a button and entry for the new
1425         iter_change function
1426         (iter_change): new function, to test
1427         the row_changed signal implementation of the GtkTreeModelSort
1428
1429         * tests/testtreesort.c: cleanups, changes to test more features
1430         of the GtkTreeModelSort at once
1431
1432 2001-10-24  Havoc Pennington  <hp@redhat.com>
1433
1434         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
1435         remove hack to strip off the bogus newline, since we killed the
1436         bogus newline; fixes #61779
1437
1438 2001-10-24  Havoc Pennington  <hp@redhat.com>
1439
1440         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
1441         create layout if we didn't have one
1442         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
1443         as appropriate, avoids blanking the screen 
1444         (gtk_text_view_invalidate): new function to do invalidation,
1445         containing old guts of invalidated_handler
1446
1447 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
1448
1449         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
1450         dreadful tooltips.
1451
1452 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
1453
1454         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
1455         set window->parent (except or the root window itself); if 
1456         the window's parent is not a GdkWindow, or is a window of 
1457         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
1458
1459         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
1460         windows of type GDK_WINDOW_FOREIGN.
1461
1462 2001-10-24  Havoc Pennington  <hp@pobox.com>
1463
1464         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
1465         the front of a segment, use the "slow" technique for moving
1466         backward, so we don't mess up the any_segment field in the iter. 
1467         Fixes #57707
1468
1469         * tests/testtextbuffer.c: add code to detect #57707, to avoid
1470         regression
1471
1472 2001-10-23  Havoc Pennington  <hp@redhat.com>
1473
1474         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
1475         if selection contains some editable text, #60975
1476         (gtk_text_view_scroll_to_iter): remove warning about scrolling
1477         prior to map; it should actually be OK to do so in many cases, 
1478         it would be nice to warn about scrolling when many lines have
1479         height 0, but I don't know what to do about that. Perhaps 
1480         move part of flush_scroll into this function? comment added 
1481         to consider this.
1482
1483 2001-10-23  Havoc Pennington  <hp@redhat.com>
1484
1485         * gtk/gtktextview.c (changed_handler): Correctly keep the same
1486         text on the top of the screen, considering that the changed region
1487         may have overlapped the first paragraph. Should fix msw's "text
1488         widget scrolled to wrong place on map" bug, and probably some
1489         other scrolling cases as well.
1490         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
1491         instead of some random value
1492
1493         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
1494         grab_focus, so #59708 is really fixed
1495
1496 2001-10-24  Anders Carlsson  <andersca@gnu.org>
1497
1498         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
1499         (popup_targets_received): Call append_action_signal with stock items
1500         
1501         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
1502         (gtk_label_do_popup): Call append_action_signal with stock items
1503         
1504         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
1505         (popup_targets_received): Call append_action_signal with stock items
1506
1507 2001-10-23  Havoc Pennington  <hp@redhat.com>
1508
1509         * gtk/gtktextview.c (changed_handler): queue a resize here; will
1510         temporarily slow down the widget a lot, until we figure out how to
1511         optimize to avoid full redraw everytime we queue a resize.
1512
1513 2001-10-23  Havoc Pennington  <hp@redhat.com>
1514
1515         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
1516         0 and char_len == 0, bug #61729
1517
1518 2001-10-23  Havoc Pennington  <hp@redhat.com>
1519
1520         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
1521         return value, #61714 (Vitaly Tishkov)
1522         (gtk_text_iter_backward_sentence_starts): ditto
1523         (gtk_text_iter_backward_word_starts): ditto
1524         (gtk_text_iter_forward_word_ends): ditto
1525         (gtk_text_iter_forward_sentence_ends): ditto
1526         (gtk_text_iter_backward_cursor_positions): ditto
1527
1528 2001-10-23  Havoc Pennington  <hp@redhat.com>
1529
1530         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
1531         fix from Dov Grobgeld, #61858
1532
1533 2001-10-23  Havoc Pennington  <hp@redhat.com>
1534
1535         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
1536         Update IM spot location at appropriate times, #50626
1537         (Hidetoshi Tajima)
1538
1539 2001-10-23  Havoc Pennington  <hp@redhat.com>
1540
1541         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
1542         on grab focus, unless it's caused by button click, #59708
1543
1544 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
1545
1546         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
1547
1548         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
1549         G_CONST_RETURN. (Murray Cumming)        
1550
1551         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
1552         Make G_CONST_RETURN.
1553
1554         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
1555         results of g_get_home_dir().
1556
1557         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
1558         copy. Storing the return from gtk_entry_get_text() is evil.
1559
1560         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
1561         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
1562         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
1563         gtk/gtksignal.c: Add const.
1564
1565         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
1566
1567         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
1568         if we are setting them on private widgets.
1569
1570         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
1571         Duplicate entry->text before setting it as object data.
1572
1573 2001-10-22  Havoc Pennington  <hp@redhat.com>
1574
1575         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
1576         up a char from the end iterator, fixes #61859 ("can't put cursor
1577         at the end of the buffer")
1578
1579         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
1580         to work with delimiters other than newline.
1581
1582         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
1583         get_bytes_in_line
1584
1585         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
1586         last line, since the newline is no longer counted.
1587         (gtk_text_iter_get_bytes_in_line): ditto
1588
1589 2001-10-22  Havoc Pennington  <hp@redhat.com>
1590
1591         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
1592         #58290 would trigger if it reappeared, I think
1593
1594 2001-10-22  Havoc Pennington  <hp@redhat.com>
1595
1596         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
1597         add temporary code to dump btree contents on assertion failure
1598         described in #62656
1599         
1600         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
1601         assertions that we're getting the right end iter segment
1602
1603         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
1604         verify that we aren't on the end iterator after moving 
1605         forward one segment - fixes return value in an obscure case. 
1606         Also, some trivial code cleanup/rearranging.
1607         
1608 2001-10-22  Havoc Pennington  <hp@redhat.com>
1609
1610         * gtk/gtktextlayout.h: add a #error unless you define
1611         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
1612
1613         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
1614         
1615 2001-10-22  Havoc Pennington  <hp@redhat.com>
1616
1617         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
1618         #62365
1619
1620 2001-10-22  Havoc Pennington  <hp@redhat.com>
1621
1622         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
1623         #62436
1624
1625 2001-10-22  Havoc Pennington  <hp@redhat.com>
1626
1627         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
1628         #62366
1629
1630 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
1631
1632         * gtk/gtklabel.c: Add cursor-position, selection-bound 
1633         properties. (#62148, reported by Padraig O'Briain)
1634
1635         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
1636         to cursor_position. (1.3.x addition, text_position is an awful
1637         name.) Make cursor_position read-only to avoid sticky questions
1638         of interaction with selection_bound. (#62636, reported by
1639         Padraig O'Briain)
1640
1641 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
1642
1643         Fixing popup menus to have "Paste" sensitized correctly. Original
1644         patches from Damian Ivereigh, much mangled.
1645
1646         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
1647         gtk_selection_data_targets_include_text(). (#60854)
1648
1649         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
1650         the clipboard has text" function gtk_clipboard_wait_is_text_available.
1651         (#60854)
1652
1653         * gtk/gtkentry.c: Only enable the paste item if the clipboard
1654         contains text. (#60973)
1655
1656         * gtk/gtktextview.c: Only enable the paste item if the clipboard
1657         contains text. (#60975)
1658
1659 2001-10-22  Havoc Pennington  <hp@redhat.com>
1660
1661         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
1662         "height_lines" and "width_columns" properties, it doesn't make
1663         sense to set the size request on a text view really. #62103
1664
1665 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
1666
1667         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
1668         g_node_depth is broken, and that it's not worth being consistent
1669         with it.
1670
1671 2001-10-22  Havoc Pennington  <hp@redhat.com>
1672
1673         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
1674         docs, #61777
1675         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
1676         change the two boolean args to a flags field, so we can extend 
1677         to add case insensitive, regexp searches later. #61852
1678
1679 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
1680
1681         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
1682         reflect reality, #62810
1683
1684 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
1685
1686         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
1687
1688         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
1689         system.  Instead of having a window the size of the tree, we have
1690         a window the size of widget->allocation, and simply draw with the
1691         offset.
1692         (coords_are_over_arrow): ditto.  Move to window coordinates.
1693         (do_prelight): ditto
1694         (do_unprelight): ditto
1695
1696         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
1697         Minor fix from Kristian Rietveld to fix unsorted case.
1698
1699 2001-10-22  jacob berkman  <jacob@ximian.com>
1700
1701         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
1702         a PIXMAP cell (fixes crash when using PIXTEXT cells)
1703
1704 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
1705
1706         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
1707         (#58768, Vitaly Tishkov)
1708         
1709         * gtk/gtkobject.h: Deprecate with abandon. 
1710         (#61942, Vitaly Tishkov, Matthias Clasen)
1711
1712         * gtk/gtksignal.h: Deprecate everything.
1713
1714         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
1715         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
1716         (#61942, Matthias Clasen)
1717
1718         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
1719         Havoc Pennington)
1720
1721         * gtk/gtkitemfactory.h: Deprecate compat functions
1722         for GtkMenuFactory code. (#62071)
1723
1724         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
1725         gdk_draw_text,gdk_draw_text_wc. (#62071)
1726
1727 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
1728
1729         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
1730         g_thread_init(), we don't want to link to -lgthread if we don't
1731         have to.
1732
1733 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
1734
1735         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
1736         Add a function, gdk_threads_init() that must be explicitely 
1737         called to enable the GDK thread mutex.
1738
1739 2001-10-22  Jakub Steiner <jimmac@ximian.com>
1740
1741         * gtk/stock-icons/stock_stop.png: no body parts
1742         
1743 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
1744
1745         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
1746         problem with g_return_if_fail return value.
1747
1748         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
1749         virtual atom code from the gdk-multihead branch, removing the per-display
1750         part. Virtualizing atoms needs to be done now to prevent compat
1751         breakage in direct Xlib accessing code in the future. (#62208)
1752  
1753         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
1754         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
1755  
1756         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
1757         an opaque pointer type so the compiler catches attempts
1758         to mingle it with X atoms.
1759
1760         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
1761           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
1762           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
1763           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
1764           tests/testdnd.c,tests/testselection.c: 
1765         Fix up for above atom changes.
1766
1767         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
1768         now have the ability to add custom predefines.
1769
1770         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
1771         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
1772         to gtk_clipboard_get().
1773
1774         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
1775         for GdkAtom => pointer change.
1776
1777         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
1778         atoms, fix for GdkAtom => pointer change.
1779
1780 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
1781
1782         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
1783         new function spin_button_get_arrow_size() instead.
1784
1785         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
1786         arrow was hardcoded, it's now variable.
1787
1788         Fixes bug #50200
1789
1790 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
1791
1792         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
1793         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
1794         for those
1795
1796 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
1797
1798         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
1799         in favor of g_signal_*, gtk_object_* in favor of 
1800         g_object_*.
1801
1802 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
1803
1804         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
1805         from GObject now, we have to use the g_object_* functions, not
1806         gtk_object_*.
1807
1808 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
1809
1810         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
1811         nailed down now (this code is not yet ready for general consumption)
1812
1813 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
1814
1815         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
1816         for use_align
1817
1818 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
1819
1820         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
1821
1822 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
1823
1824         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
1825         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
1826         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
1827         GObject, not GtkObject. (#62621)
1828
1829 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
1830
1831         * tests/testsocket.c: Remove now useless include of unistd.h,
1832         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
1833         
1834 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
1835
1836         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
1837         Pango font API. #61933. (Untested, even for compilation.)
1838
1839 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
1840
1841         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
1842         export gtk_disable_setlocale(). (Caught by Sven Neumann)
1843
1844 2001-10-18  Havoc Pennington  <hp@redhat.com>
1845
1846         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
1847
1848 2001-10-18  Havoc Pennington  <hp@redhat.com>
1849
1850         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
1851         to GTK_RUN_LAST, #50239
1852
1853 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
1854
1855         * gtk/gtkimmodule.c (match_locale):
1856         Support "*" for all locales with least priority
1857         when to select default im module, #58201
1858
1859 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
1860
1861         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
1862         Fix docs. (#61976)
1863  
1864         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
1865
1866         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
1867
1868         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
1869         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
1870         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
1871         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
1872         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
1873         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
1874         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
1875
1876         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
1877
1878         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
1879         Don't restrict the width of the spinbutton entry field 
1880         to 10 digits. (#58681)
1881
1882 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
1883
1884         * tests/testtreeflow.c: new test program for the tree.
1885
1886 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
1887
1888         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
1889         reported by (Oleg Maiboroda), #62600
1890
1891 2001-10-18  Michael Meeks  <michael@ximian.com>
1892
1893         * gtk/gtkentry.c (gtk_entry_set_property),
1894         (gtk_entry_get_property): impl 'text'
1895         (gtk_entry_class_init): add the 'text' prop.
1896         (gtk_entry_insert_text): notify 'text' changed.
1897         (gtk_entry_delete_text): ditto.
1898
1899 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
1900
1901         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
1902         Documentation updates.
1903
1904 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
1905
1906         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
1907         in truncating length of text to MAX_SIZE. (Found by 
1908         Padraig O'Briain, #62055)
1909
1910 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
1911
1912         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
1913         MNEMONIC_ACTIVATE; signal was changed a long time
1914         ago.
1915
1916         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
1917         Fix wrong return statement. (Reported by HideToshi
1918         Tajima and others.)
1919
1920         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
1921         left over select_all vfunc.
1922
1923 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
1924
1925         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
1926         a utility function to translate coordinates relative to
1927         one widget's allocation to coordinates relative to another
1928         widget's allocation.
1929
1930         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
1931         that:
1932          - only accepts external focus if there is no active
1933            member of the group or the button is active.
1934          - makes arrow keys move the active button as well
1935            as the focus
1936          - make tab tab out directly.
1937         This makes a radio button group act as a single focus location.
1938         (#53577).
1939         
1940         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
1941         it was only a small optimization that didn't matter and made
1942         things more complicated.
1943
1944         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
1945         sorter for FOCUS_TAB as we did for the other focus directions,
1946         sort by center of widgets, not upper-left corner. (Shouldn't
1947         matter in general.)
1948
1949         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
1950         from the different types of focusing: encapsulate sorting the
1951         widgets for the focus direction into one routine
1952         (gtk_container_focus_sort()) and then share the work of moving the
1953         focus between the different focus directions.
1954
1955         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
1956         work correctly with focus chains containing non-immediate
1957         children. Sorting was being done using allocation coordinates for
1958         each widget in the focus chain, and if there were intermediate
1959         window-widgets, these allocations would not be in the same
1960         coordinate system.
1961
1962 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
1963
1964         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
1965         mnemonic_activate function to option menu.
1966
1967 2001-10-15  Murray Cumming <murrayc@usa.net>
1968
1969         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
1970           Corrected the type names used in some calls to g_signal_new().
1971         
1972 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
1973
1974         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
1975         specs, use g_pattern_spec_equal() instead of direct field accesses.
1976         upon compressing two equal paths of the same type, the resulting
1977         priority has to be the maximum.
1978         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
1979         GtkPathPriorityType enum and make it a macro.
1980
1981 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
1982
1983         * gtk/gtkwidget.c: Fix some doc comments.
1984
1985 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
1986
1987         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
1988         on empty models.
1989
1990 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
1991
1992         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
1993         Remove stale gdk backend includes.
1994  
1995 2001-10-10  Michael Meeks  <michael@ximian.com>
1996
1997         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
1998         and value_in_list properties.
1999         (gtk_combo_set_value_in_list): notify change.
2000         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
2001
2002 2001-10-11  James Henstridge  <james@daa.com.au>
2003
2004         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
2005         that gtk+ can be built with automake 1.5 while not breaking
2006         things for automake 1.4.
2007
2008 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
2009
2010         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
2011         (#60606)
2012
2013         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
2014         to disable calling setlocale (LC_ALL, "").
2015
2016         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
2017         docs that this function is not typically useful.
2018
2019         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
2020         Automatically initialize GDK for the current locale
2021         on gdk_init(). Don't reset locale to C when
2022         XSupportsLocale() fails.
2023
2024         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
2025         useless checks for UTF-8 locale breakage that mattered
2026         only for X.
2027
2028         * examples/calendar/calendar.c
2029         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
2030         gtk_set_locale().
2031
2032         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
2033         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
2034
2035 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
2036
2037         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
2038
2039         Fixes bug #61904
2040
2041 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
2042
2043         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
2044         new function, #61923
2045         (gtk_tree_selection_path_is_selected): Ditto
2046
2047 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
2048
2049         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
2050         not a GtkObject.  Thanks andersca.
2051
2052         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
2053
2054 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
2055
2056         * gtk/gtktreeviewcolumn.c
2057         (gtk_tree_view_model_sort_column_changed): fix broken code.
2058
2059 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
2060
2061         * gtk/gtkselection.c: s/succesfully/successfully/g
2062
2063 2001-10-08  Havoc Pennington  <hp@pobox.com>
2064
2065         * demos/gtk-demo/stock_browser.c: remove unused enum
2066
2067         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
2068         pass the current selection state of the node in to the user
2069         selection func
2070
2071 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
2072
2073         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
2074         non-existent function gdk_x11_cursor_get_xid 
2075         by gdk_x11_cursor_get_xcursor.
2076
2077 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
2078
2079         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
2080         warning.
2081
2082         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
2083         unref nodes, #okay61676
2084
2085         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
2086         to the property; no need to clear the other columns.  Also, we go
2087         to 'unsorted' if the model supports it.
2088
2089 2001-10-05  Sven Neumann  <sven@gimp.org>
2090
2091         * demos/testpixbuf-save.c
2092         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
2093         feature.
2094
2095 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
2096
2097         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
2098         destroy the search dialog
2099
2100         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
2101         added check to prevent creation of a search dialog if there's
2102         already one around
2103
2104         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
2105         it instead of "search-dialog" (when getting/setting the search dialog
2106         widget).
2107
2108 2001-10-05  Jakub Steiner <jimmac@ximian.com>
2109
2110         * gtk/stock-icons/stock_broken_image.png: broken images icon
2111
2112 2001-10-04  Havoc Pennington  <hp@pobox.com>
2113
2114         Fix #56586
2115         
2116         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
2117         accelerator setting here...
2118
2119         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
2120         because we try to use it when a menu bar hasn't necessarily been 
2121         initialized.
2122
2123 2001-10-03  Havoc Pennington  <hp@redhat.com>
2124
2125         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
2126         it previously verified incorrect behavior
2127
2128         Fixes for #61565
2129         
2130         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
2131         off the end
2132         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
2133         the end
2134         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
2135         the end
2136         (gtk_text_iter_forward_lines): if on the last line, move to end of
2137         it
2138
2139         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
2140         don't return a line off the end
2141
2142 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
2143
2144         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
2145         functions to do_insert_text and do_delete_text, add signals
2146         insert_text, delete_text and changed
2147
2148         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
2149         and changed. Updates to match new situation.
2150
2151         * gtk/gtkspinbutton.c: updates to match new situation
2152
2153         * gtk/gtkoldeditable.h: remove signals changed, insert_text
2154         and delete_text
2155
2156         * gtk/gtkoldeditable.c: updates to match new situation
2157
2158         * gtk/gtktext.c: updates to match new situation
2159
2160         Fixes bug #59803
2161
2162 2001-10-03  Havoc Pennington  <hp@redhat.com>
2163
2164         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
2165         position
2166
2167         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
2168         changes
2169
2170         * tests/testtextbuffer.c (logical_motion_tests): updates
2171
2172 2001-10-03  jacob berkman  <jacob@ximian.com>
2173
2174         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
2175         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
2176         * gtk/gtksettings.c (apply_queued_setting): 
2177         * gtk/gtkmain.c (gtk_init_check): 
2178         * gtk/gtkcontainer.c (gtk_container_child_get_property):
2179         s/retrive/retrieve/
2180
2181 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
2182
2183         * gtk/gtktreemodelsort.[ch]: preparation for surgery
2184         * tests/testtreesort.c: ditto
2185
2186 2001-10-02  Havoc Pennington  <hp@redhat.com>
2187
2188         Throughout: assorted docs
2189         
2190         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
2191         gdk_window_set_geometry_hints() should be used instead.
2192
2193         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
2194         document them
2195
2196         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
2197         seem to exist in any .c files
2198
2199         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
2200         g_return_if_fail (pixel < colormap->size).
2201
2202 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
2203
2204         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
2205         NULL for @target_list to mean, use
2206         gtk_drag_dest_get_target_list (widget).
2207
2208         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
2209         drop could hang when calling gtk_drag_finish with 
2210         success == FALSE and del == TRUE.
2211
2212         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
2213         drops without a matching target found would propagate
2214         to the parent widget rather than being rejected.
2215
2216         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
2217         Use text_view->dnd_mark instead of mark name to be
2218         consistent with the rest of the code.
2219
2220         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
2221         pendantically correct for a drop-only-in-some-places
2222         widget. (Check whether you can insert in drag_drop,
2223         not just in drag_motion ... matters in theory, and
2224         for Motif drag and drop in practice.)
2225
2226         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
2227         Damian Ivereigh to not allow drops on non-editable
2228         entries. (#61124)
2229
2230         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
2231         text to be moved from a non-editable entry.
2232         
2233 2001-10-03  James Henstridge  <james@daa.com.au>
2234
2235         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
2236         s/width/fixed_width/ in order to get things to compile.
2237
2238 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
2239
2240         * gtk/gtkcelleditable.c: docs
2241
2242         * gtk/gtktreemodel.h: more docs.
2243
2244 2001-10-02  Havoc Pennington  <hp@redhat.com>
2245
2246         * gdk/x11/gdkwindow-x11.c: docs
2247
2248         * tests/testtextbuffer.c (logical_motion_tests): add sentence
2249         boundary tests
2250
2251 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
2252
2253         * demos/gtk-demo/Makefile.am: add editable_cells.c,
2254         list_store.c and tree_store.c
2255
2256         * demos/gtk-demo/appwindow.c: remove tearoff item from
2257         File menu, put menubar and toolbar in handle boxes.
2258
2259         * demos/gtk-demo/genincude.pl: various changes to support trees
2260
2261         * demos/gtk-demo/main.c: various changes to support trees
2262
2263         * demos/gtk-demo/stock_browser.c: changed name of demo
2264         to Stock Item and Icon Browser, so geninclude.pl doesn't see
2265         it as child
2266
2267         * demos/gtk-demo/editable_cells.c: new file/demo
2268         * demos/gtk-demo/list_store.c: new file/demo
2269         * demos/gtk-demo/tree_store.c: new file/demo
2270
2271 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
2272
2273         * gtk/gtkrc.c gtk/gtksettings.c: 
2274         g_string_printfa => g_string_append_printf.
2275
2276 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
2277
2278         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
2279         and destroy handler.
2280
2281         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
2282
2283         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
2284         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
2285         Singh <yosh@gimp.org>.
2286
2287 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2288
2289         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
2290         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
2291
2292         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
2293
2294 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
2295
2296         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
2297         scroll_to_cell delayed code to happen in size_allocate.
2298
2299         * gtk/gtkstyle.c (gtk_default_draw_expander): change
2300         prelight/normal arrow drawing.
2301
2302         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
2303
2304         * gtk/gtktreestore.c: refactor.
2305
2306 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
2307
2308         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
2309         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
2310         centers the child in relation to the to indicator height.
2311
2312 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
2313
2314         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
2315         correct
2316
2317 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
2318
2319         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
2320         property code using g_param_spec_int and changed from
2321         g_value_get_enum to g_value_get_int instead. Probably a better way
2322         to fix the problem :-)
2323
2324 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
2325
2326     * gtk/gtkcellrenderertext.c changed "weight" property type from 
2327       g_param_spec_int to g_param_spec_enum.
2328
2329 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
2330
2331         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
2332         fix: s/Wether/Whether/ in reorderable property description
2333
2334 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
2335
2336         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
2337         start editing when you select with a keyboard.
2338
2339         (gtk_tree_view_button_press_event): much more graceful now.
2340
2341         * gtk/gtkstyle.c: Draw togglebutton better.
2342
2343 2001-09-26  Havoc Pennington  <hp@redhat.com>
2344
2345         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
2346         of passing non-stock label in to gtk_dialog_new_with_buttons
2347
2348         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
2349         debugging updates
2350
2351         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
2352         are private
2353
2354         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
2355         exist, fall back to mnemonic label, not plain label, bug #61184
2356         
2357 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
2358
2359         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
2360         stupid and emitting the signal every time.
2361
2362         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
2363
2364 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
2365
2366        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
2367
2368        * contrib/gdk-pixbuf-xlib/Makefile.am: install
2369        gdk-pixbuf-xlib-2.0.pc.
2370
2371 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
2372
2373         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
2374         problem where menmonic wasn't removed properly when
2375         setting a label when there already is a label.
2376         Also, handle setting the tab label back to the same
2377         value. (#61160, #61161)
2378
2379         * gtk/gtkentry.c (paste_received): Patch from 
2380         Damian Ivereigh to replace selection if there is 
2381         one. (#61121)
2382
2383 2001-09-25  Darin Adler  <darin@bentspoon.com>
2384
2385         * tests/.cvsignore: Ignore new test program.
2386
2387 2001-09-25  Havoc Pennington  <hp@redhat.com>
2388
2389         * gtk/gtktextview.c: fix for #50317
2390         
2391 2001-09-25  Havoc Pennington  <hp@redhat.com>
2392
2393         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
2394         gtk_text_iter_can_insert
2395         
2396         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
2397
2398         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
2399          (gtk_text_iter_can_insert): new function to fix #60282, should
2400         also fix msw's "can paste into empty buffer" bug.
2401
2402         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
2403         "event object,"  #59091
2404
2405         * gtk/gtktextbtree.c: indentation fixes
2406
2407         * gtk/gtktextiter.c (find_by_log_attrs): fixes
2408
2409 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
2410
2411         * configure.in: Version 1.3.9, interface age 0, binary age 0.
2412
2413         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
2414
2415         * NEWS: Updates.
2416
2417 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
2418
2419         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
2420         function for drawing cursors between gtkentry/gtklabel/gtktextview.
2421         Should this be public? It has a bit of an odd interface, but
2422         custom editing widgets probably should be using it.
2423         Function will draw with wider width for taller cursors, and
2424         draws a little indicator arrow to indicate directoin for split 
2425         cursors.
2426
2427         * gtk/gtktextview.c: Add a "cursor_color" property.
2428
2429         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
2430         gtk_text_layout_draw().
2431
2432         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
2433         _gtk_draw_insertion_cursor().
2434
2435 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
2436
2437         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
2438         the behavior where you could turn family_set (etc) back on
2439         and get back the values you had before.
2440
2441         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
2442         g_string_ascii_up() rather than looping through the
2443         string ourself.
2444
2445 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
2446
2447         * gtk/gtktreeviewcolumn.c
2448         (gtk_tree_view_column_set_cell_renderer): Removed
2449         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
2450
2451         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
2452         Patch from Detlef Reichl
2453
2454 2001-09-25  Havoc Pennington  <hp@redhat.com>
2455
2456         * tests/testtextbuffer.c (line_separator_tests): Add tests for
2457         line separators, addresses bug #57428
2458
2459 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
2460
2461         * gtk/gtkentry.c: Make a GtkCellEditable
2462         (get_widget_window_size): Change to let it honor size_allocate
2463         when a CellEditable.
2464
2465         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
2466         editable changes.
2467         (gtk_tree_view_set_cursor): Now you can set the cursor
2468         horizontally, as well as start editing.
2469
2470         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
2471         code to look more like the other check buttons.
2472
2473         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
2474         Change the way we calculate cell size.
2475
2476         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
2477
2478         * demos/gtk-demo/sizegroup.c: Add mnemonics.
2479
2480         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
2481         Fix logic.
2482
2483         * gtk/gtkcellrenderertext.c: Change to be editable.
2484
2485         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
2486
2487         * test/testtreesort.c: Fix misspelling
2488
2489         * test/testreecolumns.c: Add mnemonics.
2490
2491         * test/testreeedit.c: New test program.
2492
2493 2001-09-25  Havoc Pennington  <hp@pobox.com>
2494
2495         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
2496         etc. docs about how these are not going to do what you want for 
2497         the X/win32 ports. Futile attempt to avoid a FAQ...
2498
2499 2001-09-24  James Henstridge  <james@daa.com.au>
2500
2501         * gtk/gtkmarshal.list (VOID): add marshal function types.
2502
2503         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
2504         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
2505         GTK_TYPE_POINTER.
2506         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
2507         with no-op copy/free functions.
2508
2509         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
2510         GtkCTreeNode get_type function.
2511
2512 2001-09-24  Havoc Pennington  <hp@redhat.com>
2513
2514         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
2515         gtktextlayout.c:
2516         Get rid of the newline-that-could-not-be-deleted; buffers may 
2517         now be zero-length. Much easier to fix than expected, once 
2518         I figured out the right way to do it. However, there are 
2519         various subtle bugs introduced by this that will have to get 
2520         sorted out. Please use bugzilla.
2521
2522 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
2523
2524         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
2525         response back from the window manager if our size hasn't changed 
2526         since we won't get a response back from the window manager;
2527         there was code in there to do this, but it was in the wrong
2528         place so if the hints change and the size didn't we'd expect
2529         a response.
2530
2531         Also, optimize the position-only-changed case by running
2532         the resize queue immediately, and clean up some comments
2533         for the changes.
2534
2535 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
2536
2537         * gtk/gtknotebook.h: Add a compat macro that got lost.
2538
2539         * gtk/gtktreestore.c: Doc fixes.
2540
2541         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
2542         leak for windows that receive events after being destroyed.
2543         (#60863, Joshua N. Pritikin)
2544
2545         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
2546         rather than gtk_container_queue_resize().
2547
2548         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
2549         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
2550         gtk_container_child_composite_name. (#60217.)
2551
2552 2001-09-22  Hans Breuer  <hans@breuer.org>
2553
2554         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
2555
2556 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
2557
2558         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
2559         weight value should be an int
2560
2561 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
2562
2563         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
2564         to gtk_menu_scroll_item_visible(). Only call
2565         gtk_menu_scroll_item_visible() if the menu widget has been
2566         realized. Fixes bug #55310.
2567
2568 2001-09-21  Havoc Pennington  <hp@redhat.com>
2569
2570         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
2571         key press to IM context if cursor isn't in an editable location;
2572         bug #58425, patch from Hidetoshi Tajima
2573
2574 2001-09-21  Havoc Pennington  <hp@redhat.com>
2575
2576         Bug #60862
2577         
2578         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
2579         (_gtk_text_btree_unref): fix up mark memory management
2580
2581         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
2582
2583 2001-09-20  Havoc Pennington  <hp@redhat.com>
2584
2585         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
2586         try to handle alignment here, because it's done by PangoLayout
2587         after we set the layout width. Fix from Dov.
2588
2589 2001-09-21  Hans Breuer  <hans@breuer.org>
2590
2591         * gdk/gdk.def :
2592         * gtk/gtk.def : updated externals
2593
2594         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
2595         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
2596         Also handle that Win32 pathes cann't be hard-coded      
2597
2598         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
2599         module, themes etc directory calculations
2600
2601         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
2602         >16 bit right. The size limit within Win9x appears _not_ to be 32767
2603         but slightly smaller ...
2604
2605         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
2606         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
2607
2608         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
2609
2610         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
2611         handling. I'm not sure if it is better now, but at least not worse
2612
2613         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
2614
2615         * gdk/win32/gdkwin32.h : reflect recent API restrictions
2616
2617 2001-09-21  Matt Wilson  <msw@redhat.com>
2618
2619         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
2620         radio_menu_item->group to NULL after removing it from the list, as
2621         it is no longer in the group. (#60869)
2622
2623         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
2624
2625 2001-09-20  Havoc Pennington  <hp@pobox.com>
2626
2627         * configure.in (PANGO_REQUIRED_VERSION)
2628         (ATK_REQUIRED_VERSION): add variables and checks for specific 
2629         versions of dependencies. Previously we didn't verify the 
2630         Pango or ATk versions.
2631
2632 2001-09-09  Havoc Pennington  <hp@pobox.com>
2633
2634         * gtk/gtktextiter.c: fool with indentation
2635         (gtk_text_iter_in_range): add g_return_if_fail
2636
2637 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
2638
2639         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
2640         ref count on new tag to be 1.  Update doc.  (#60836)
2641
2642 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
2643
2644         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
2645         call to gdk_image_new_bitmap(). (#59094, reported by
2646         by Sven Neumann)
2647
2648 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
2649
2650         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
2651         day, as well as the current month and year.
2652         (#59047, reported by Vitaly Tishkov)
2653
2654 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
2655
2656         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
2657         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
2658         
2659 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
2660
2661         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
2662
2663         (build_option_menu): add func argument, connect ::changed
2664         signal to option menu instead of connecting the ::activate
2665         signal to the menu items,
2666
2667         (toplevel): get rid of RADIOMENUTOGGLED macro,
2668
2669         (list_toggle_sel_mode), (clist_toggle_sel_mode),
2670         (ctree_toggle_line_style), (ctree_toggle_expander_style),
2671         (ctree_toggle_justify), (ctree_toggle_sel_mode),
2672         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
2673         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
2674
2675         (notebook_type_changed): merged standard_notebook(),
2676         notabs_notebook(), scrollable_notebook() and borderless_notebook()
2677         into notebook_type_changed()
2678
2679         (create_list), (create_ctree), (create_notebook),
2680         (create_progress_bar): changed OptionMenuItem arrays into
2681         gchar * arrays. Removed "Extended" item where used.
2682
2683         Fixes bug #59885
2684
2685 2001-09-20  Sven Neumann  <sven@gimp.org>
2686
2687         * configure.in
2688         * gdk/Makefile.am
2689         * gtk/Makefile.am
2690         * gtk/gtkselection.c
2691         * gtk/gtktreeview.c
2692         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
2693
2694 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
2695
2696         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
2697         a missing pango_layout_iter_free ().
2698
2699 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
2700
2701         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
2702         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
2703
2704         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
2705         the function definition so we don't accidentally rely on
2706         the compat #define from gtk_radio_menu_item_group.
2707         (#60782, Jeff Franks)
2708
2709 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
2710
2711         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
2712         incorrect values for top, right and bottom due to cut-and-paste
2713         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
2714
2715 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
2716
2717         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
2718         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
2719         window, not just on the client leader. (#58463)
2720
2721 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
2722
2723         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
2724
2725         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
2726         non-public _gtk_menu_item_set_placement.
2727
2728         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
2729
2730 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
2731
2732         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
2733           gdk/linux-fb/gdkcolor-fb.c:
2734         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
2735         (#59723)
2736
2737 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
2738
2739         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
2740         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
2741         #59723)
2742
2743 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
2744
2745         Patch from Frank Belew #59037 for Solaris compilation.
2746
2747         * gtk/maketypes.awk: Change syntax slightly for a call
2748         to sub(), apparently making awk on Solaris happier.
2749
2750         * gtk/gtktreeview.c: Remove C++ comments.
2751
2752 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
2753
2754         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
2755         to handle '99% of the time. (#60473, reported by Christian Rose)
2756
2757         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
2758         which no longer exists. (#60379, reported by Vitaly Tishkov)
2759
2760 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
2761
2762         * Released 1.3.8.
2763
2764         * gdk/Makefile.am: kill EXTRA_DIST clearing.
2765         
2766 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
2767
2768         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
2769         as its broken in automake 1.4, add explicit object rule to
2770         generate this.
2771         
2772         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
2773         get rid of uneccessary stamps, group stuff more logically, and build
2774         sources due to object rules. fix srcdir!=builddir.
2775
2776 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
2777
2778         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
2779         incorrect parameter to compute_double_length
2780         (#58680, patch from Matthias Clasen)
2781
2782         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
2783
2784         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
2785
2786         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
2787         for GDK_RELEASE_MASK to avoid warnings with Forte.
2788
2789         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
2790         break; statements.
2791
2792 2001-09-18  Alex Larsson  <alexl@redhat.com>
2793
2794         * gtk/gtkcheckbutton.c:
2795         * gtk/gtkradiobutton.c:
2796         Don't draw with GTK_STATE_ACTIVE.
2797
2798         * gtk/gtkclist.c:
2799         * gtk/gtkctree.c:
2800         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
2801
2802         * gtk/gtktextdisplay.c:
2803         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
2804         unfocused with base_gc [GTK_STATE_ACTIVE].
2805         
2806         * gtk/gtkentry.c:
2807         Add select all menu-item.
2808         Default cursor color is red.
2809         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
2810         unfocused with base_gc [GTK_STATE_ACTIVE].
2811
2812         * gtk/gtklabel.[ch]:
2813         Add keynav + menu to selectable lables.
2814         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
2815         unfocused with base_gc [GTK_STATE_ACTIVE].
2816
2817         * gtk/gtkfilesel.c:
2818         Add drag and drop support.
2819
2820         * gtk/gtkstyle.c:
2821         (This was checked in earlier)
2822         New default values for text/base SELECTED and ACTIVE
2823         
2824 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
2825
2826         * configure.in: up version to 1.3.8, interface age 0,
2827         binary age 0, depend on glib 1.3.8.
2828
2829         * NEWS: 1.3.8 updates.
2830
2831 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
2832
2833         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
2834         the editing code
2835
2836         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
2837         reason to call it beyond emiting the two signals.
2838
2839         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
2840         to GtkEntry.
2841
2842 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
2843
2844         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
2845           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
2846         PangoFontDescription.
2847
2848         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
2849         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
2850         structure.
2851   
2852         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
2853
2854         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
2855         direct access to style->font. Deprecate gtk_style_ref/unref.
2856   
2857         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
2858         Remove gtk_style_ref/unref with g_object_ref/unref.
2859   
2860         * gtk/gtkcalendar.c: Remove leftover macros accessing
2861         style->font.
2862   
2863         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
2864         variable.
2865   
2866         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
2867         style->font.
2868
2869 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
2870
2871         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
2872         "can_activate" properties in favor of
2873         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
2874         and GTK_CELL_RENDERER_MODE_EDITABLE
2875
2876 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
2877
2878         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
2879         editable widgets.  This function is private, and should only be
2880         used by GtkTreeView.
2881
2882 2001-09-18  Matt Wilson  <msw@redhat.com>
2883
2884         * docs/Makefile.am (EXTRA_DIST): don't use += before =
2885
2886         * docs/faq/Makefile.am (EXTRA_DIST): likewise
2887
2888         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
2889         
2890         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
2891         (EXTRA_HEADERS): likewise
2892
2893         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
2894         (EXTRA_HEADERS): likewise
2895         (EXTRA_DIST): likewise
2896         (CLEANFILES): likewise
2897
2898         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
2899
2900         * tests/Makefile.am (EXTRA_DIST): likewise
2901         
2902         * Makefile.am (install-data-local): changed to use
2903         install-data-hook, which runs after install-pkgconfigDATA, so that
2904         the pkgconfigdir will have been created and populated first.
2905
2906 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
2907
2908         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
2909         be the last big GtkTreeView API change.
2910
2911         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
2912         replace with "activate" and "start_editing".  Also, added a
2913         "can_activate" and "can_edit" property.
2914
2915         * gtk/gtktreeviewcolumn.c: modify to use above.
2916
2917 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
2918
2919         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
2920
2921 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
2922
2923         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
2924         icon instead of one with ugly white background.
2925
2926 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
2927
2928         * demos/gtk-demo/stock_browser.c (id_to_macro): make
2929         the uppercasing work. (#59550)
2930
2931 2001-09-14  Jakub Steiner <jimmac@ximian.com>
2932
2933         * gtk/stock-icons/dialog_error.png:
2934         * gtk/stock-icons/dialog_question.png: more road signs
2935
2936 2001-09-13  Jakub Steiner <jimmac@ximian.com>
2937
2938         * gtk/stock-icons/dialog_question.png:
2939         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
2940           like a road sign.
2941
2942 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
2943
2944         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
2945         signals to make them more clear.  Also, change ::range_changed to
2946         ::row_changed.
2947         * gtk/gtktreemodel.c: Adjust to interface change
2948         * gtk/gtktreemodel.h: ditto
2949         * gtk/gtktreemodelsort.c: ditto
2950         * gtk/gtktreestore.c: ditto
2951         * gtk/gtkliststore.c: ditto
2952         * gtk/gtktreeview.c: ditto
2953         * tests/testtreecolumns.c: ditto
2954         * gtk/gtkmarshal.list: Actually remove a marshaller!
2955
2956 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
2957
2958         * gtk/gtktextview.c
2959         Add support for Ctrl+Up/Down arrow to move cursor to beginning
2960         of previous/next paragraph. If within a paragraph cursor moves to
2961         beginning of that paragraph.
2962
2963 2001-09-12  Jakub Steiner <jimmac@ximian.com>
2964
2965         * gtk/stock-icons/dialog_question.png: replacing the shaky
2966           question mark with a sans-serif one.
2967         * gtk/stock-icons/stock_top.png, stock_bottom.png,
2968      stock_first.png, stock_last.png: using the new style arrows
2969         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
2970      colors.
2971         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
2972      color.
2973         * gtk/stock-icons/stock_zoom*: anti-aliased
2974         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
2975      '-' with a '_', removed the wrong files
2976
2977 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
2978  
2979         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
2980  
2981         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
2982         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
2983         than in gtk-2.0/major.minor.micro/<type>/. This
2984         works better for a search path for modules.
2985  
2986         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
2987         gtk_binary_version variable holding major.minor.(micro-binary_age).
2988  
2989         * modules/input/Makefile.am (moduledir): Fix installation
2990         directory to match change in lookup location.
2991  
2992         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
2993         suffixes. Needs to be handled in g_module_build_path().
2994
2995         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
2996         appropriate.
2997  
2998 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
2999
3000         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
3001         causing RC properties not to work.
3002
3003 2001-09-11  Jakub Steiner <jimmac@ximian.com>
3004
3005         * gtk/stock-icons/dialog-error.png: less drastic
3006         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
3007           "STOP" is international enough.
3008         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
3009         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
3010
3011 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
3012
3013         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
3014         (add|remove)_selection_clipboard symmetric. (bug #59836)
3015
3016         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
3017         Avoid SEGV for empty tree. (bug #60243)
3018
3019 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
3020
3021         * tests/testgtk.c (create_idle_test): slight fix for
3022         g_object_set() not usable for nesting anymore.
3023
3024         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
3025         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
3026         properties, supply ::shadow_type properties instead as most
3027         other widgets do.
3028
3029 2001-09-10  Alex Larsson  <alexl@redhat.com>
3030
3031         * demos/gtk-demo/stock_browser.c:
3032         * gdk/gdkcolor.c:
3033         * gdk/gdkfont.c:
3034         * gdk/gdkcursor.c:
3035         * gdk/gdkevents.c:
3036         * gdk/gdkrectangle.c:
3037         * gtk/gtktypeutils.c:
3038         Update to use the new g_boxed_type_register_static API.
3039
3040 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
3041
3042         * gtk/gtktreestore.c:
3043         Fix looping in gtk_tree_store_init() waiting for zero random int.
3044
3045 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
3046
3047         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
3048         behaviour which havoc broke. they have to default to 1.0 for
3049         expand behaviour.
3050
3051         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
3052
3053 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
3054
3055         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
3056         Amend previous change to avoid runtime error in g_param_spec_ref()
3057
3058 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
3059
3060         * gtk/gtkrc.c (insert_rc_property): Fix blank line
3061         in the wrong place.
3062
3063 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
3064
3065         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
3066         do a lookup immediately after creating style->property_cache,
3067         since bsearch crashes on zero length for Solaris.
3068         (Found by Padraig O'Briain.)
3069
3070 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
3071
3072         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
3073         Really return NULL if not set.
3074         (gtk_widget_init): Remove unused varaible.
3075         
3076 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
3077
3078         * configure.in:
3079         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
3080         in cvs.
3081
3082 2001-09-08  Havoc Pennington  <hp@pobox.com>
3083
3084         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
3085         people might want to use
3086
3087 2001-09-08  Havoc Pennington  <hp@pobox.com>
3088
3089         * gtk/gtkalignment.c (gtk_alignment_class_init): default
3090         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
3091
3092         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
3093
3094         * gtk/gtktextiter.c: fix docs
3095         (gtk_text_iter_spew): get rid of this
3096
3097         * gtk/gtklayout.c: docs
3098
3099         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
3100         to center image and label together, instead of having image on
3101         left and label centered, patch/suggestion from Jacob
3102
3103         * gtk/gtkdialog.c: docs
3104
3105 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
3106
3107         * gtk/gtkliststore.c: Write documentation
3108         * gtk/gtktreestore.c: Write documentation
3109
3110 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
3111
3112         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
3113         with GArray and bsearch(), to remove dependency on a still
3114         evolving interface that we want to keep private to glib/gobject. 
3115
3116 2001-09-08  Havoc Pennington  <hp@pobox.com>
3117
3118         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
3119         docs fixes
3120
3121         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
3122
3123         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
3124
3125         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
3126
3127         * gtk/gtkscrolledwindow.h: docs fixes
3128
3129         * gtk/gtkimage.c (gtk_image_new): docs fixes
3130
3131 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
3132
3133         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
3134         false alarm  constness warning with a cast.
3135
3136         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
3137         for the inside-gdk case.
3138
3139 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
3140
3141         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
3142         remove g_print.
3143
3144         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
3145         change models, #59899
3146
3147 2001-09-07  Havoc Pennington  <hp@pobox.com>
3148
3149         * gtk/gtkmain.c: move some docs inline
3150
3151 2001-09-07  Havoc Pennington  <hp@pobox.com>
3152
3153         * gtk/gtk.h: tsk tsk, jrb broke the build
3154
3155 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
3156
3157         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
3158         Removed 'fill' attribute.  It was silly b/c that was a property of
3159         the cell renderer, anyway.
3160         (gtk_tree_view_column_render): Actually render the packed
3161         renderers.
3162         * doc/tree-column-sizing.txt: initial devel documentation.
3163         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
3164         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
3165
3166         * tests/testtreefocus.c: fix up to reflect above changes.
3167         * tests/testtreeview.c: ditto
3168         * demos/gtk-demo/stock_browser.c: ditto
3169
3170 2001-09-07  Alex Larsson  <alexl@redhat.com>
3171
3172         * gdk/linux-fb/gdkcolor-fb.c:
3173         Removed unused function.
3174         
3175         * gdk/linux-fb/gdkdrawable-fb2.c
3176         * gdk/linux-fb/gdkfont-fb.c:
3177         Use PangoLanguage functions.
3178
3179         * gdk/linux-fb/gdkinput.c:
3180         * gdk/linux-fb/gdkselection-fb.c:
3181         Fix const warnings.
3182         
3183         * gdk/linux-fb/gdkwindow-fb.c:
3184         Fix warning. Implement gdk_window_set_icon_list() and
3185         gdk_window_get_frame_extents(). (No icon support yet though.)
3186
3187         * gtk/gtkwindow.c (gtk_window_get_position):
3188         If window->frame is set get the extents of it instead.
3189         
3190 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
3191
3192         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
3193         Make the default default colormap the GdkRGB colormap,
3194         not the system colormap.
3195
3196         * gtk/gtkinvisible.c (gtk_invisible_init) 
3197           gtk/gtkwindow.c (gtk_window_init): Set the current
3198         colormap, as returned by _gtk_widget_peek_colormap()
3199         on the widget.
3200
3201         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
3202         to GTK+. Make it return %NULL instead of the default
3203         colormap if no colormap has explicitely been pushed.
3204
3205         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
3206         colormaps on ancestral widgets before defaulting the
3207         the system default colormap.
3208
3209         * docs/Changes-2.0.txt: explain colormap changes.
3210
3211 2001-09-07  Havoc Pennington  <hp@redhat.com>
3212
3213         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
3214         #57424
3215
3216 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
3217
3218         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
3219         make gdk_set_use_xshm a noop. Remove --no-xshm command line
3220         option. If we aren't autodetecting properly, we need
3221         to fix the problem, or at least make it an environment
3222         variable setting, to avoid problems with propagating
3223         to embedded children, plugins, etc.
3224
3225         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
3226
3227         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
3228         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
3229         New function to render a pixmap and mask for a particular colormap.
3230
3231         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
3232         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
3233         of internal implementation of the same.
3234
3235 2001-09-07  Havoc Pennington  <hp@redhat.com>
3236
3237         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
3238         debug code that seems to have caused a breakpoint in valid cases
3239         
3240         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
3241         pointer on the first view when adding the second view, fixes
3242         crash when closing gtk-demo text test with active selection
3243
3244         * gtk/gtktextbuffer.c
3245         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
3246         clipboards in the list of clipboards - probably fixes #59836
3247
3248 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
3249
3250       Make gdkx.h the only installed header from gdk/x11.
3251       All structures in gdk/x11 are opaque.
3252
3253         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
3254         Don't install gdk{drawable,pixmap,window}-x11.h.
3255
3256         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
3257         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
3258         GdkVisualClass into C files.
3259
3260         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
3261
3262         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
3263         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
3264         Add public functions to replace previously exported direct
3265         structure access.
3266         gdk_x11_colormap_get_{xdisplay,xcolormap} 
3267         gdk_x11_cursor_get_{xdisplay,xcursor},
3268         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
3269         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
3270         gdk_x11_gc_get_{xdisplay,ximage}
3271         
3272         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
3273         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
3274
3275       Fix a number of variables and functions that were exported
3276       "accidentally" from GDK.
3277
3278         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
3279         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
3280         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
3281         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
3282         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
3283         gdk_event_queue_find_first, gdk_event_queue_remove_link,
3284         gdk_event_queue_append, gdk_event_button_generate,
3285         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
3286
3287         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
3288            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
3289         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
3290         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
3291         gdk_use_xshm, gdk_input_ignore_core.
3292
3293         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
3294         #defines to namespace functions into the private _gdk_ 
3295         namespace.
3296
3297         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
3298         to replace gdk_parent_root exported variable. Adjust and
3299         deprecate GDK_ROOT_PARENT().
3300
3301         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
3302         GDK_ROOT_PARENT usage, remove includes of port-specific
3303         headers.
3304
3305         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
3306         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
3307         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
3308
3309         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
3310         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
3311         gdk_wm_delete_window functions, gdk_wm_take_focus, 
3312         use gdk_atom_intern() instead.
3313
3314         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
3315           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
3316           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
3317           gtk/gtkselection.c 
3318         Unexport gdk_selection_property, just use 
3319         gdk_atom_intern ("GDK_SELECTION").
3320
3321         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
3322         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
3323         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
3324         GdkVisualprivate, gdk_x11_gc_flush.
3325
3326       Make a number of public exports of variables into functions
3327       to increase encapsulation.
3328
3329         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
3330         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
3331         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
3332
3333         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
3334         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
3335         gdk_error_warnings.
3336
3337         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
3338           docs/Changes-2.0.txt: 
3339         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
3340         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
3341         Add gdk_x11_get_default_xdisplay().
3342
3343         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
3344         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
3345         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
3346         Don't export gdk_progclass, move --class command line
3347         option and handling to common portion of GDK.
3348
3349       Miscellaneous fixes:
3350
3351         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
3352         g_return_val_if_fail that should have been g_return_if_fail.
3353
3354         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
3355         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
3356
3357         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
3358         X11 dependency.
3359
3360         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
3361         Remove unused gdk_key_repeat_disable/restore.
3362
3363         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
3364         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
3365         Remove unused gdk_null_window_warnings variable.
3366
3367         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
3368         it can be retrieved from the repository; it is too far
3369         from functional to be worth having people check out;
3370         it would be easier to start from scratch, I suspect.
3371
3372         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
3373
3374         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
3375         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
3376         Fix some accidentally global variables and unused global variables.
3377
3378         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
3379         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
3380         Fix some accidentally global variables and unused global variables.
3381
3382       Add some space for future expansion to multihead.
3383
3384         * gdk/gdkdrawable.h: Add four reserved function pointers
3385         for future expansion of GdkDrawableClass.
3386
3387         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
3388         where we can put a GdkScreen * later.
3389
3390 2001-09-07  Havoc Pennington  <hp@redhat.com>
3391
3392         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
3393         adjustments after validating destination yrange; fixes #53918
3394         (This may cause other issues, but I hope it won't)
3395         
3396 2001-09-05  Havoc Pennington  <hp@redhat.com>
3397
3398         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
3399         line into start line, update the character counts in parent nodes; 
3400         caused a bug when end and start line had different parent nodes.
3401
3402 2001-08-30  Havoc Pennington  <hp@redhat.com>
3403         
3404         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
3405         assertion that tag is in a table
3406
3407 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
3408
3409         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
3410         g_strcasecmp on NULL strings. (#59058)
3411
3412 2001-09-06  Alex Larsson  <alexl@redhat.com>
3413
3414         * gtk/gtkbin.c:
3415         * gtk/gtkfontsel.c:
3416         * gtk/gtkspinbutton.c:
3417         * gtk/gtktipsquery.c:
3418         Use GtkType/GType instead of uint.
3419
3420 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
3421
3422         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
3423         sort column.
3424
3425         * gtk/gtktreestore.c (gtk_list_store_init): ditto
3426
3427         * gtk/gtktreesortable.c: add docs.
3428
3429 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
3430
3431         * Version 1.3.7
3432
3433         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
3434         docs for gtk-config
3435
3436         * modules/input/Makefile.am (install-data-local): Don't
3437         run gtk-query-immodules if DESTDIR is set.
3438
3439         * NEWS: Various additions.
3440
3441 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
3442
3443         * NEWS: updates for 1.3.7 release.
3444
3445 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
3446
3447         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
3448         handle default sort feature
3449
3450         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
3451         new function to handle default sort.
3452         (gtk_tree_sortable_has_default_sort_func): check if default sort
3453         is set.
3454
3455         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
3456         handle default sort feature
3457
3458 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
3459
3460         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
3461         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
3462         #59731
3463
3464 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
3465
3466         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
3467         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
3468         time, #59727
3469
3470         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
3471         correctly.
3472
3473 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
3474
3475         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
3476         so that we don't eternally update the keymap after we
3477         get a change notification.
3478
3479         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
3480         incorrect cast.
3481
3482 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
3483
3484         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
3485         it working. It mostly works now, although there're still a few issues
3486         to be worked out.
3487
3488         * tests/testtreesort.c (main): changes to have a better test
3489         application for the GtkTreeModelSort.
3490
3491 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
3492
3493         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
3494         fix for bug #59222.
3495
3496         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
3497         gpointer search_data argument to function definition and
3498         prototype, to match GtkTreeViewSearchEqualFunc typedef.
3499
3500 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
3501
3502         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
3503         per jrb's request.
3504
3505 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
3506
3507         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
3508
3509         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
3510
3511 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
3512
3513         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
3514         Instead of always mirroring the selection to a single PRIMARY
3515         selection, allow it to be mirrored to any number of clipboards.
3516
3517         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
3518         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
3519
3520         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
3521         GtkClipboard argument, and for paste_clipboard, the
3522         @override_location argument from @paste_primary.
3523
3524         * gtk/gtktextview.c: Adapt to above change.
3525         
3526 2001-08-30  Havoc Pennington  <hp@redhat.com>
3527
3528         * gtk/gtktextview.c (invalidated_handler): put validate idle at
3529         resize - 2 just for flexibility
3530
3531 2001-08-30  Havoc Pennington  <hp@redhat.com>
3532
3533         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
3534         object from the empty-child-anchor case by drawing a little box.
3535         
3536         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
3537         if the child anchor has no anchored widgets - fixes #59328.
3538
3539         Also, remove bizarre deletion of preedit string that seems to have
3540         gotten in here somehow.
3541
3542 2001-08-30  Havoc Pennington  <hp@redhat.com>
3543
3544         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
3545         to #58420 from Hidetoshi Tajima and Matthias Clasen
3546
3547 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
3548
3549         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
3550         change color when the GtkTreeView loses focus.
3551
3552         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
3553         ditto.
3554         
3555         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
3556
3557 2001-08-28  Havoc Pennington  <hp@pobox.com>
3558
3559         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
3560
3561 2001-08-28  Havoc Pennington  <hp@pobox.com>
3562
3563         * demos/gtk-demo/main.c (setup_default_icon): add default icon
3564
3565         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
3566         warning fix
3567         (gtk_radio_button_new_with_label): warning fix
3568
3569         * gtk/gtkdnd.c: used some random GtkImage private structs, 
3570         update to reflect GtkImage changes
3571
3572         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
3573         whether the hint is supported, just always set the icon. A task
3574         list might want to use it even if the WM doesn't, and the WM may
3575         change over time. Also, XDeleteProperty() if list == NULL.
3576
3577         * gtk/gtkwindow.c (gtk_window_set_icon_list)
3578         (gtk_window_get_icon_list)
3579         (gtk_window_set_icon)
3580         (gtk_window_get_icon)
3581         (gtk_window_set_default_icon_list)
3582         (gtk_window_get_default_icon_list):
3583         new functions
3584
3585         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
3586
3587         * gtk/gtkimage.c: Implement property support, bug #59408
3588
3589         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
3590         on reparent-without-removing-first a bit more helpful.
3591         Let's just destroy this FAQ.
3592
3593 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
3594
3595         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
3596         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
3597
3598 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
3599
3600         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
3601         of use_text_format to the end of the function. (#56447)
3602
3603 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
3604
3605         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
3606         only in response to an area_prepared signal.
3607
3608 2001-08-28  Alex Larsson  <alexl@redhat.com>
3609
3610         * gtk/gtkwidget.c (gtk_widget_class_init):
3611         Make unrealize GTK_RUN_LAST.
3612
3613 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
3614
3615         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
3616         with_label and with_mnemonic should create radio buttons, not
3617         check buttons
3618
3619 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
3620
3621         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
3622         * tests/treestoretest.c (make_window): ditto
3623         * demos/gtk-demo/main.c (create_tree): ditto
3624         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
3625
3626 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
3627
3628         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
3629         GTK selection types rather than GtkTreeSelectionMode.
3630
3631         * docs/Changes-2.0: Add comment about selection change.
3632
3633 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
3634
3635         * gtk/gtkenums.h (GtkSelectionMode): deprecate
3636         GTK_SELECTION_EXTENDED.
3637
3638         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
3639         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
3640
3641         * gtk/gtkctree.c: ditto
3642
3643         * gtk/gtklist.c: ditto
3644
3645         * gtk/gtktree.c: ditto
3646
3647 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
3648
3649         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
3650         of typos in compat macros. (#59624, Skip Montaro)
3651
3652 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
3653
3654         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
3655         macro.
3656
3657          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
3658  
3659         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
3660         interface to be a standard setter from gtk_menu_item_right_justify.
3661         (gtk_menu_item_get_right_justified): a getter to go with the setter
3662
3663         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
3664         gtk_menu_item_right_justify.
3665
3666         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
3667         gtk_menu_item_set_right_justified.
3668  
3669 2001-08-27  Jens Finke <jens@gnome.org>
3670
3671         * gtk+.spec.in: Updated to match gpp requirements, reworked the
3672         files section to make it work with 1.3.x releases.
3673
3674 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
3675
3676         * gtk/gtkbutton.[ch]:
3677         Add properties for labels, mnemonics and stock items.
3678         Added C accessor functions for the properties.
3679         Removed deprecated button->child.
3680
3681         * gtk/gtkradiobutton.c:
3682         * gtk/gtktogglebutton.c:
3683         Update to use the functions in GtkButton.
3684
3685         * gtk/gtkcheckbutton.c:
3686         Update to use the functions in GtkButton.
3687         Changed size allocation of child. Now only gets as much
3688         space as it requests.
3689
3690         * gtk/gtkclist.c:
3691         Don't use GtkButton->child
3692
3693         * gtk/gtklabel.c:
3694         Fixed typo in docs
3695         
3696 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
3697
3698         * tests/testgtk.c:
3699         * tests/Makefile.am:
3700         Ressurect the properties test.
3701         I don't care if it is inferior, I just want to test my property code.
3702
3703 2001-08-25  Chema Celorio  <chema@celorio.com>
3704
3705         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
3706         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
3707         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
3708
3709 2001-08-24  Havoc Pennington  <hp@pobox.com>
3710
3711         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
3712         these are already in gtkmenu.h, and the copies
3713         here were broken.
3714
3715         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
3716
3717         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
3718         special-case bitmaps to allow no colormap
3719         (bitmap1): implement no-colormap bitmap-getting
3720         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
3721         alpha
3722         (rgb8): indentation
3723         (rgb1a, rgb1): change the way we read the data out of the image, 
3724         old way didn't seem to work quite right.
3725
3726         I'm pretty sure a lot of the rgbconvert code is still broken.
3727         
3728         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
3729         above position constraint (I really intended to do this before,
3730         don't know what's up with that)
3731         (gtk_XParseGeometry): shut up gcc
3732
3733         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
3734         and "0" should have been. remove the attempted 4-bytes-at-once
3735         optimization, it was totally broken.
3736
3737 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
3738
3739         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
3740         on push to buttons (based on patch from Soeren Sandmann, #54720)
3741
3742           - Add child_displacement_x/y style properties to control how far the
3743             child moves when the button is depressed.
3744
3745           - Add non-exported function _gtk_button_set_depressed to clean
3746             up the handling of the in/out shadow and separate it frmo
3747             widget->state.
3748
3749           - Lots of code cleanup and simplification of state handling
3750             for GtkButton/GtkToggleButton.
3751  
3752         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
3753         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
3754
3755 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
3756
3757         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
3758         and make gtk_image_new() take no arguments. The compiler will
3759         catch it, and it is vastly more useful than having
3760         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
3761
3762         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
3763         to add tearoff-title property (#51319, Lee Mallabone)
3764
3765 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
3766
3767         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
3768         gtk_menu_item_configure(). (#58925)
3769
3770 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
3771
3772         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
3773         "use_align" to give people the option to just make a cell visible.
3774
3775         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
3776         we were scrolling past the end of the tree.
3777
3778         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
3779         rename gtk_tree_view_column_pack_start_cell_renderer to
3780         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
3781
3782 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
3783
3784         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
3785         a stray g_object_ref() left over from gtk_object_ref/sink.
3786         (Pointed out by Josh Pritikin.)
3787
3788 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
3789
3790         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
3791         to gtk_container_get_children. Added deprecated compatibility
3792         macro. (Suggested by Vitaly Tishkov, #59051)
3793
3794         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
3795         calls.
3796
3797 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
3798
3799         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
3800         gtk_menu_bar_append/prepend/insert, forgot to do this
3801         when we deprecated gtk_menu_append/prepend/insert.
3802
3803         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
3804         compat macros.
3805
3806         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
3807         renamed by compat macro.
3808
3809         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
3810         gtk_font_selection_dialog_get_font(). (Suggested by
3811         Vitaly Tishkov, #59383)
3812
3813 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
3814
3815         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
3816         Rename from gtk_text_tag_table_size(). (#59366)
3817
3818 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
3819
3820         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
3821         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
3822         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
3823         (#59173).
3824
3825 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
3826
3827         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
3828         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
3829         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
3830
3831 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
3832
3833         [ Patch from Sebastian Wilhelmi, 52790 ]
3834
3835         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
3836
3837         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
3838         Move compatibility macros from g[dt]kcompat.h to within 
3839         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
3840
3841         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
3842
3843         * demos/Makefile.am demos/gtk-demo/Makefile.am 
3844           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
3845           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
3846
3847         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
3848                  testpixbuf.c}: Fix usages of deprecated functions.
3849
3850 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
3851
3852         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
3853         when changing models.
3854
3855 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
3856
3857         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
3858         We check the current event for modifiers rather than try to trap
3859         all presses.
3860
3861 2001-08-22  Anders Carlsson  <andersca@gnu.org>
3862
3863         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
3864         It's LIST_STORE, not LISTSTORE.
3865
3866 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
3867
3868         * gtk/gtk.h: Remove commented out gtkpacker reference.
3869
3870 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3871
3872         * configure.in (all_loaders): Add tga loader, 
3873         patch by Nicola Girardi. (#56067)
3874
3875 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
3876
3877         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
3878         a little.  More needs to be done tomorrow.
3879
3880 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
3881
3882         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
3883
3884 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
3885
3886         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
3887         reported by Kristian Rietveld <kristian@planet.nl> to handle row
3888         == NULL.
3889         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
3890         <kristian@planet.nl> to change destroy order.
3891
3892 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
3893
3894         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
3895         correct marshaller.
3896
3897 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
3898
3899         * gtk/gtkliststore.c: Fix up warnings, #58928.
3900
3901         * gtk/gtktreeselection.h: Change signal prototype, #58647
3902
3903         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
3904         #59221.
3905
3906         * gtk/gtkstyle.c: Actually prelight arrow, #50981
3907         
3908 2001-08-18  Hans Breuer  <hans@breuer.org>
3909
3910         * gdk/gdk.def : updated externals
3911
3912         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
3913         is required to get (at least) visible in entry fields. Some selections
3914         are really handled now - even on win32 - but copying via middle
3915         mouse button into a different app needs to wait ... 
3916
3917         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
3918         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
3919
3920         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
3921         handling. I'm not sure if it is better now, but at least not worse
3922
3923         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
3924         with SetWindowPos () which allows more fine-tuning backing-store wise
3925
3926         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
3927         Also changed move/resize to be more like the X version.
3928
3929         * gtk/gtk.def : updated externals
3930
3931 2001-08-19  Sven Neumann  <sven@gimp.org>
3932
3933         * gtk/gtktooltips.c
3934         * tests/testtreesort.c
3935         * tests/treestoretest.c: inserted some casts to get rid of compiler
3936         warnings.
3937
3938 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
3939
3940         * gtk/gtktreeviewcolumn.c
3941         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
3942
3943         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
3944         (_gtk_tree_view_find_node): If *node is NULL,
3945         *tree should be NULL too.
3946
3947         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
3948         column/renderers.
3949         * tests/testtreecolumns.c: ditto
3950         * tests/testtreefocus.c: ditto
3951         * tests/testtreesort.c: ditto
3952         * tests/testtreeview.c: ditto
3953         * tests/treestoretest.c: ditto
3954
3955 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
3956
3957         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
3958         signals; is_expander/is_expanded.
3959
3960         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
3961         pixbufs.
3962
3963         * gtk/gtktreeview.c: set above properties.
3964
3965 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
3966
3967         * gtk/gtkwidget.h: Really remove set_default_style().
3968
3969         * docs/Changes-2.0.txt: added a note about
3970         gtk_widget_push/pop/set_default_style.
3971
3972 2001-08-18  Havoc Pennington  <hp@pobox.com>
3973
3974         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
3975         hints_changed in addition to the other cases.
3976         (gtk_window_move_resize): include last position from configure
3977         notify in debug spew
3978
3979 2001-08-18  James Henstridge  <james@daa.com.au>
3980
3981         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
3982         second argument to the weak ref notify, cleaning up some uglyness.
3983         (gtk_accel_group_attach): remove and add the weak notifier when
3984         changing the accel groups slist.
3985         (gtk_accel_group_detach): same here.
3986
3987 2001-08-17  Darin Adler  <darin@bentspoon.com>
3988
3989         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
3990         missing parameters to utf8 functions to make it compile.
3991
3992 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
3993
3994         * gtk/gtktreeprivate.h:
3995         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
3996         (gtk_tree_view_init), (gtk_tree_view_set_property),
3997         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
3998         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
3999         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
4000         (gtk_tree_view_set_destroy_count_func),
4001         (gtk_tree_view_set_enable_search),
4002         (gtk_tree_view_get_enable_search),
4003         (gtk_tree_view_get_search_column),
4004         (gtk_tree_view_set_search_column),
4005         (gtk_tree_view_get_search_equal_func),
4006         (gtk_tree_view_set_search_equal_func),
4007         (gtk_tree_view_search_dialog_destroy),
4008         (gtk_tree_view_search_position_func),
4009         (gtk_tree_view_interactive_search),
4010         (gtk_tree_view_search_delete_event),
4011         (gtk_tree_view_search_button_press_event),
4012         (gtk_tree_view_search_key_press_event),
4013         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
4014         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
4015         * gtk/gtktreeview.h:
4016         Add heavily modified patch from Kristian Rietveld to handle
4017         interactive searching.
4018
4019 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
4020
4021         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
4022         string parameter.
4023
4024         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
4025         GtkMenuShell::selection_done, now that we have it, instead of 
4026         ::deactivate so we're not tearing the menu apart and notify
4027         the user prematurely.
4028
4029 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
4030
4031         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
4032         window, clear window->need_default_position to avoid infinite loops.
4033         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
4034
4035 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
4036
4037         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
4038         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
4039         (gtk_tree_view_set_property): don't cast possible NULL objects.
4040         (gtk_tree_view_destroy): reset the model to NULL.
4041
4042         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
4043         parent_class handler.
4044
4045 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4046
4047         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
4048
4049 2001-08-17  Anders Carlsson  <andersca@gnu.org>
4050
4051         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
4052         point numbers so that the result will be floating point.
4053
4054 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4055
4056         * tests/testgtk.c (create_handle_box): 
4057         (create_toolbar): Replace gtk_window_set_policy calls by
4058         gtk_window_set_resizable.
4059
4060 2001-08-16  Jakub Steiner <jimmac@ximian.com>
4061
4062         * gtk/stock-icons/dialog_info.png: new style bulb
4063         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
4064         * gtk/stock-icons/dialog_warning.png: need a hand?
4065         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
4066           the aa border gets chopped off ok
4067         * gtk/stock-icons/stock_colorselector.png: using the new hand
4068         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
4069           this one is for, but the old icon was butt ugly.
4070         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
4071         * gtk/stock-icons/stock*_insert_object.png: "
4072         * gtk/stock-icons/stock_index.png: using new hand icon
4073         * gtk/stock-icons/stock*_new.png: the document template being used 
4074           elsewhere too
4075         * gtk/stock-icons/stock*_print*.png: new print and print preview 
4076           icons (panel/menu)  
4077         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
4078           icons based on Tuomas' floppy image.
4079         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
4080         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
4081         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
4082         * gtk/stock-icons/stock*_undelete.png: "
4083         * gtk/stock-icons/stock_preferences.png: I have a version with a 
4084           document base if the sliders are no good.
4085         * gtk/stock-icons/stock_properties.png: properties 
4086         
4087
4088         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
4089           (tigert@ximian.com) clipboard icons
4090         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
4091         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
4092         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
4093           little bigger IMHO
4094
4095 2001-08-16  Sven Neumann  <sven@gimp.org>
4096
4097         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
4098
4099 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
4100
4101         * gtk/gtkcellrenderertext.c:
4102         Avoid warning when specifying NULL for "attributes" property
4103
4104 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4105
4106         * docs/debugging.txt: Add a warning about --enable-debug=no,
4107         some editorial changes.
4108
4109 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4110
4111         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
4112         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
4113         debugging info, remove unused debug flags. (#58330)
4114
4115 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
4116
4117         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
4118         (gtk_tree_selection_select_all): Remove strict checking for rows.
4119
4120 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4121         
4122         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
4123         Don't remove the tooltip window when the tip text changes. (#15891)
4124
4125 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
4126
4127         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
4128         $(srcdir).
4129
4130 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
4131
4132         * Makefile.am (EXTRA_DIST): Fix problem with trying to
4133         dist files from intl/, which is no longer there.
4134
4135 2001-08-11  Hans Breuer  <hans@breuer.org>
4136
4137         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
4138           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
4139           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
4140           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
4141           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
4142           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
4143
4144         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
4145           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
4146         GDK_TYPE_EVENT signals
4147
4148         * gtk/gtkalignment.c : removed 'direct allocation bug',
4149         which Tim discovered while reading the patch
4150
4151 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
4152
4153         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
4154         compat macros for push/pop/set_visual that were supposed
4155         to be added a long time ago, but got dropped. 
4156
4157 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
4158
4159         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
4160         property notifies.
4161
4162 2001-08-07  Havoc Pennington  <hp@pobox.com>
4163
4164         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
4165
4166         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
4167         some fixage is needed here, but nothing simple. Owen understands
4168         it. ;-)
4169
4170         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
4171         sizing and positioning.  Also, fix bug in compute_geometry_hints
4172         (width/height confusion for setting min size). 
4173         (gtk_window_move): new function
4174         (gtk_window_resize): new function
4175         (gtk_window_get_size): new function
4176         (gtk_window_get_position): new function
4177         (gtk_window_parse_geometry): new function
4178         
4179         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
4180         (gtk_widget_get_size_request): new function
4181         (gtk_widget_get_usize): delete, that was a short-lived function
4182         ;-)
4183         (gtk_widget_set_usize): deprecate
4184         (gtk_widget_set_uposition): deprecate, make it a trivial 
4185         gtk_window_move() wrapper
4186         (gtk_widget_class_init): remove x/y/width/height properties,
4187         add width_request height_request
4188         
4189         * demos/*: update to avoid deprecated functions
4190         
4191         * gtk/gtklayout.c: add x/y child properties
4192
4193         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
4194         uses of "gint16"
4195
4196         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
4197         sizing test
4198
4199         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
4200         configure events on toplevel windows are always in root window
4201         coordinates, following ICCCM spec that all synthetic events 
4202         are in root window coords already, while real events are 
4203         in parent window coords. Previously the code assumed that 
4204         coords of 0,0 were parent window coords, which was 
4205         really broken.
4206   
4207         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
4208         warning
4209  
4210         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
4211         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
4212         hints in gtk_window_parse_geometry()
4213  
4214         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
4215         new USER_POS USER_SIZE hints    
4216
4217 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4218
4219         * tests/prop-editor.c (properties_from_type): Use 
4220         g_object_class_list_properties to get the param specs 
4221         for a given type. (#58609)
4222
4223 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4224
4225         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
4226         free the text_aa parts. (#57549)
4227
4228 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4229
4230         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
4231         not the foreground color. (#57621)
4232
4233 2001-08-09  Alexander Larsson <alexl@redhat.com>
4234
4235         * gdk/win32/gdkfont-win32.c:
4236         Update to the new pango win32 api.
4237
4238 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
4239
4240         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
4241         COMPOUND_TEXT instead of TEXT
4242         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
4243         interpret the return value of g_string_to_compound_text()
4244         (#55152)
4245
4246 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4247
4248         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
4249         fail if iter is NULL. (#58347)
4250
4251 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4252
4253         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
4254         some off-by-one issues, fixing selection of line-ends. (#50323)
4255
4256 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
4257
4258         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
4259         functions in order to make mouse operation work again in the
4260         color wheel. (#58604)
4261
4262 2001-08-07  James Henstridge  <james@daa.com.au>
4263
4264         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
4265         the accelerator when the accel object is changed.  Fixes bug
4266         #58628.
4267
4268 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
4269
4270         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
4271         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
4272         (gnome bugzilla #58202)
4273
4274 2001-08-06  Havoc Pennington  <hp@pobox.com>
4275  
4276         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
4277         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
4278         it was expecting a GdkWindow, not a GdkWindowImplX11.
4279  
4280         Also, we were getting the window rect in screen coords 
4281         and the screen rect in window coords then intersecting 
4282         them; instead, get window rect in window coords.
4283  
4284         Finally, there were codepaths that resulted in a stuck server grab
4285         (when the window was fully onscreen, or on gdk_image_new()
4286         failure); make the server ungrab thing a bit more
4287         robust/consistent.
4288
4289 2001-08-06  Sven Neumann  <sven@gimp.org>
4290
4291         * gdk/gdkpango.c (gdk_pango_context_destroy): 
4292         check if info->colormap != NULL before unref'ing it. It might have
4293         been set to NULL using gdk_pango_context_set_colormap().
4294
4295 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
4296
4297         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
4298         Fix conversion from float to int so that we don't get
4299         skew in the int => float => int roundtrip. 
4300         (#58120, reported by Vitaly Tishkov). Also fix problem
4301         where if no alpha was set, the returned alpha
4302         from (say) set_current_alpha() was returned as 1, not 65535.
4303
4304 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
4305
4306         * gtk/gtklist.c (gtk_list_clear_items): Fix
4307         problem with selecting a new focus child.
4308
4309         * gtk/gtklist.c (gtk_list_clear_items): Clear 
4310         list->undo/list_focus_child after unparenting
4311         child, since unparenting the child can result
4312         in list->last_focus_child being set. (#58024)
4313
4314         * Makefile.am (SUBDIRS): Add target specific pc
4315         files to DISTCLEANFILES.
4316
4317         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
4318         (58327, Matthias Clasen)
4319
4320 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
4321
4322         * tests/testgtk.c: Patch from Hans (with various modifications),
4323         to add the ability to use testgtk as a rough-and-ready
4324         benchmark. Try, 'testgtk --bench all:5' (if you want decent
4325         numbers, run without a window manager)
4326
4327 2001-08-04 Alexander Larsson <alexl@redhat.com>
4328
4329         * gdk/win32/gdkinput.c:
4330         Add #ifdef HAVE_WINTAB around wintab.h include.
4331
4332         * gtk/gtk.def:
4333         Removed marshals that have been moved to glib.
4334         Commented out plug and socket. They didn't compile for me 
4335         on win32.
4336
4337 2001-08-04  Hans Breuer  <hans@breuer.org>
4338
4339         * gtk/stocks-icons/makefile.msc : new file
4340         * gtk/makefile.msc.in : use it
4341
4342         * gtk/gtkstyle.c : not all platforms do provide M_PI and
4343         friends, but luckily there is G_PI
4344
4345         * gtk/gtk.def : updated
4346
4347         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
4348         windows WS_POPUP, but only those without a parent. This fixes the 
4349         mis-alignment between the selectable (temp, input only) window and 
4350         the window text of GtkLabel.
4351
4352         (gdk_window_show) : respect private->state when actually showing
4353         the window.
4354
4355         (gdk_window_set_transient_for) : Implementation from Wolfgang 
4356         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
4357         error handling. Should fix #50586.
4358
4359         * gdk/win32/gdkevents-win32.c : beautify log output
4360
4361 2001-08-04  Michael Natterer  <mitch@gimp.org>
4362
4363         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
4364         Need to show the image after adding it to the GtkImageMenuItem.
4365         This used to work without in testgtk because of the
4366         gtk_widget_show_all() at the end of the function.
4367         (Closes #54978).
4368
4369 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
4370
4371         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
4372         (gtk_notebook_set_child_property): fix finding of child's page,
4373         since we have to validly deal with labels and menus here as well.
4374         (gtk_notebook_get_child_property): fix warning.
4375         (gtk_notebook_class_init): property tab_pack is of type
4376         GTK_TYPE_PACK_TYPE (enum) not boolean.
4377         (gtk_notebook_find_child): don't always warn, we might be looking
4378         for a label or menu child.
4379         (gtk_notebook_map): fix mapping of panel.
4380
4381         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
4382         widget's mapped state, regardless of the value being set equals
4383         old settings, since things like REALIZED(parent) or MAPPED(parent)
4384         may have changed since the old value was set. make it an error to
4385         invoke this function on a toplevel widget.
4386
4387 2001-07-31  Darin Adler  <darin@bentspoon.com>
4388
4389         * gdk/gdkprivate.h:
4390         * gdk/x11/gdkx.h:
4391         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
4392
4393         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
4394         GTK_OBJECT.
4395
4396 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
4397
4398         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
4399         scoping error pointed out by matthiasc@poet.de.
4400
4401 2001-07-31  Sven Neumann  <sven@gimp.org>
4402
4403         * demos/gtk-demo/appwindow.c
4404         * demos/gtk-demo/item_factory.c
4405         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
4406
4407 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
4408
4409         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
4410         argument order for g_signal_has_handler_pending.
4411
4412 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
4413
4414         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
4415         instead of long deprecated g_scanner_stat_mode().
4416
4417 2001-07-29  Hans Breuer  <hans@breuer.org>
4418
4419         * gdk/makefile.msc : build in the backend dir after
4420         auto-generating files
4421
4422         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
4423         with code from win32-production-branch.
4424
4425         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
4426         before calling DestroyWindow, which indirectly calls 
4427         gdk_window_destroy_notify ()
4428
4429         (performance patch merged from win32-production-branch)
4430         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
4431         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
4432         R2_COPYPEN rop). It is claimed to be much faster.
4433
4434 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
4435
4436         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
4437         add an "attributes" property to the text renderer for ATK.
4438
4439 2001-07-26  Alex Larsson  <alexl@redhat.com>
4440
4441         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
4442         Initialize image->bits_per_pixel from the drawable, not from
4443         the root window.
4444
4445         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
4446         Fix cast. argument is an IMPL already.
4447
4448 2001-07-15  James Henstridge  <james@daa.com.au>
4449
4450         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
4451         (gtk_window_remove_accel_group): same here.
4452         (gtk_window_key_press_event): same here.
4453
4454         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
4455         (gtk_widget_remove_accelerator): same here.
4456         (gtk_widget_remove_accelerators): same here.
4457
4458         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
4459
4460         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
4461         instead of GtkObject.
4462
4463         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
4464         now takes GObjects.
4465
4466         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
4467         pass a GObject to gtk_accel_group_entries_from_object.
4468         (gtk_item_factory_create_item): s/accel_widget/accel_object/
4469
4470         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
4471
4472         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
4473
4474         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
4475         GObjects can have accelerators set now.  Add compatibility
4476         defines.
4477
4478         * gtk/gtkmarshal.list: add missing marshallers.
4479
4480         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
4481         accelerators on plain GObjects.  gtk_accel_group_object_destroy
4482         has been converted into a weak reference, and
4483         gtk_accel_group_delete_entries is now a destroy notify for that
4484         piece of data.
4485
4486 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
4487
4488         * gdk/gdkdraw.c: Added a check on the colormap depth to
4489         gdk_drawable_set_colormap()
4490         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
4491         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
4492         for pixmaps without visuals (more specifically, bitmaps)
4493         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
4494         doesn't set a colormap with the wrong depth
4495
4496
4497 2001-07-22  Anders Carlsson  <andersca@gnome.org>
4498
4499         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
4500         expander_height and expander_width properties with a single
4501         property, expander_size.
4502         (gtk_tree_view_init): Set the tab_offset to expander_size
4503         plus some padding.
4504         (gtk_tree_view_unrealize): Remove the expand/collapse
4505         timeout if it exists.
4506         (coords_are_over_arrow): Fix a small bug.
4507         (gtk_tree_view_motion_draw_column_motion_arrow): Use
4508         expander_size.
4509         (gtk_tree_view_draw_focus): Use "treeview" instead of
4510         "add-mode" as detail when drawing the focus.
4511         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
4512         instead of "add-mode" as detail when drawing the focus.
4513         (gtk_tree_view_deleted): If we have a node currently being
4514         expanded or collapsed, remove the timeout and set the node 
4515         to NULL.
4516         (gtk_tree_view_queue_draw_arrow): New function that just
4517         redraws the arrow of a node.
4518         (gtk_tree_view_draw_arrow): Use expander_size instead of
4519         expander_width/expander_height, also pass a different
4520         expander_style to gtk_paint_expander depending on the 
4521         state of the node being drawn.
4522         (expand_collapse_timeout): New function for expanding 
4523         or collapsing a node depending on the previous state.
4524         (gtk_tree_view_real_expand_row): Add timeout and set 
4525         correct state for node being expanded.
4526         (gtk_tree_view_real_collapse_row): Add timeout and set
4527         correct state for node being collapsed.
4528
4529         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
4530         information about the node currently being expanded or
4531         collapsed, and also a timeout id.
4532
4533         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
4534         with expander_style for draw_expander.
4535
4536         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
4537         expander_style.
4538         (create_expander_affine): New function for creating an 
4539         expander affine.
4540         (apply_affine_on_point): New function for applying an 
4541         affine to a point.
4542         (gtk_default_draw_expander): Modified to take expander_style
4543         instead of is_open, and to draw the rectangle rotated differently
4544         depending on the expander style.
4545         (gtk_paint_expander): Replace is_open with expander_style.
4546
4547         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
4548
4549         * gtk/gtkenums.h: Add expander style enum.
4550
4551 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
4552
4553         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
4554         value from gtk_tree_model_get_iter, the model might be empty.
4555
4556 2001-07-20  Hans Breuer  <hans@breuer.org>
4557
4558         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
4559         gdk/gdkinput.c like the other backends
4560
4561         * gdk/win32/gdkinput-win32.h :
4562         * gdk/win32/gdkinput.c :
4563         * gdk/win32/gdkvisual-win32.c :
4564         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
4565         GdkVisual GObjectification. UNTESTED for pen-devices because
4566         I simply have none.
4567
4568         * gdk/gdk.def :
4569         * gtk/gtk.def : updated externals
4570
4571         * gtk/gtkiconfactory.c :
4572         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
4573         before passing &error to functions to avoid strange crashes
4574         
4575         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
4576
4577         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
4578
4579         * gtk/makefile.msc.in : updated
4580
4581 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
4582
4583         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
4584         Add property support. (#51858)
4585
4586 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
4587
4588         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
4589         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
4590         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
4591
4592 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
4593
4594         * gtk/gtkcolorsel.c: Add propery support (roughly
4595         based on patch from Lee Mallabone, #51014)
4596
4597         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
4598         deprecated, since we already g_warning() on it.
4599
4600 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
4601
4602         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
4603         typo that sometimes caused selection not to work properly.
4604
4605         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
4606         entry when tabbing in. (#57743)
4607         
4608         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
4609         user drags up above or down below the entry, move
4610         to the end or the beginning of the entry. (Suggestion
4611         from Jay Cox, #50940)
4612
4613         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
4614         a current selection, then when moving by chars or
4615         words, move to the end of the selection rather than
4616         from entry->current_pos. (Suggestion from Jay Cox,
4617         #50942)
4618         
4619 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
4620
4621         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
4622         set window->decorated. (Patch from Hidetoshi Tajima,
4623         #55846)
4624
4625 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
4626
4627         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
4628         the widget/child realization/mapping invariants.
4629
4630         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
4631         gtk_widget_[get/set]_child_visible() to control
4632         whether visible children of a mapped window are
4633         mapped.
4634
4635         * docs/widget_system.txt: Updated for changes in
4636         container contract, and addition of GTK_CHILD_VISIBLE.
4637
4638         * gtk/gtkcontainer.c: Add generic map()/unmap()
4639         functions that work for almost all containers.
4640
4641         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
4642         gtk_widget_set_child_visible() where necessary.
4643
4644         * gtk/*.c: Remove excess map(), unmap(), and 
4645         realization/mapping invariant enforcing code
4646         from many containers.
4647
4648 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
4649
4650         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
4651         Get the foreground color from 'text', nor 'fg'. (#57568)
4652
4653 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
4654
4655         * gtk/*.c: Patch from Matthias Clasen to remove remove
4656         all instances of g_return_if_fail (foo != NULL); that are
4657         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
4658         since the second check catches the NULL anyways.
4659
4660 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
4661
4662         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
4663         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
4664         GDK_THREADS_ENTER()/LEAVE() pairs.
4665
4666         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
4667         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
4668         pairs. (Problem found by M. Meeks)
4669
4670 2001-07-18  Darin Adler  <darin@bentspoon.com>
4671
4672         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
4673         that we don't get a g_warning message every time we register a new
4674         icon size.
4675
4676         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
4677         using pixel variable of the correct type.
4678         
4679 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
4680
4681         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
4682         so that using X functions on a GdkWindow is possible, if
4683         a little hairy.
4684
4685         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
4686         and ts_origin of a GC, so that external parties can offset/restore
4687         a GC, when using gdk_window_get_internal_paint_info().
4688
4689 2001-07-17  Darin Adler  <darin@bentspoon.com>
4690
4691         * .cvsignore: Ignore the sgml directory made by gtkdoc.
4692         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
4693         instead of the deprecated gtk_window_set_policy.
4694         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
4695         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
4696         function to get rid of warning and some code too.
4697         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
4698         missing const.
4699         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
4700         unused local.
4701         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
4702         const.
4703         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
4704         (gdk_utf8_to_compound_text): Add missing const.
4705         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
4706         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
4707         cast and get rid of an unnecessary one.
4708         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
4709         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
4710         local.
4711         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
4712         Remove unused local.
4713         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
4714         missing const.
4715         * tests/testsocket.c: (add_child): Add cast so the printf format
4716         doesn't make us implicitly depend on what integer type
4717         gtk_socket_get_id returns.
4718         * tests/testtextbuffer.c: Add missing const.
4719         * tests/testtreefocus.c: (main): Remove unused local.
4720         * tests/treestoretest.c: (iter_remove): Remove unused local.
4721         (uppercase_value): Remove unused function.
4722         (make_window): Add statement to quiet the compiler's uninitialized
4723         variable warning.
4724
4725 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
4726
4727         * gtk/gtkrange.c:
4728         (second_timeout): 
4729         (initial_timeout): 
4730         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
4731         (gtk_range_calc_layout): compute the new layout based on an
4732         adjustment->value being passed in as argument.
4733         (gtk_range_button_press): for button2 slider warps, first recalc
4734         the layout, then adjust the value. also, use update_slider_position()
4735         for adjusting the value, so we keep pixel quantisation at which we
4736         usually operate (upon motion or button releases). the reason for this
4737         is that, we can't change the adjustment upon button2 presses to a non
4738         quantised value and upon button2 release re-quantise the value since
4739         that'd alter the value even if we didn't get any motion events (causing
4740         unexpected scroll area warps upon release and/or slider pixel-jitter).
4741         (gtk_range_motion_notify): update the slider position from queried
4742         coordinates, not event coordinates.
4743
4744 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
4745
4746         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
4747         the default gc values are: width=0, CapBut, JoinMiter.
4748
4749 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
4750
4751         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
4752         into account the xpad and ypad when calculating the width and the
4753         height of the pixbuf cel.
4754
4755 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
4756
4757         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
4758         Rename to gtk_radio_menu_item_get_group(), add deprecated
4759         alias. (#57044)
4760
4761         * gtk/gtkfilesel.c: Indentation fix.
4762
4763 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
4764
4765         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
4766         Hasselmann to fix warnings in compat macros. 
4767         (#56773)
4768
4769         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
4770         stupid wrong cast added in last patch.
4771
4772 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
4773
4774         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
4775         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
4776
4777 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
4778
4779         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
4780         missing cast.
4781
4782         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
4783         NULL/FALSE return value confusion.
4784
4785         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
4786         problem when scrollbar completely fills range. (Patch
4787         from  Matthias Clasen, #57047)
4788
4789 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
4790
4791         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
4792         clean up when handling events for move-resize emulation.
4793         (Problem traced down by Matthias Clasen, #57271)
4794
4795 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
4796
4797         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
4798           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
4799           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
4800           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
4801           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
4802           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
4803           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
4804         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
4805
4806 2001-07-09  Peter Williams  <peterw@ximian.com>
4807
4808         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
4809         for when srcdir != builddir
4810
4811 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
4812
4813         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
4814         gtk_tree_model_get_iter_root.
4815
4816         * gtk/gtkliststore.c: Add a bunch of g_return statements.
4817         (gtk_list_store_iter_n_children): Fix up.
4818
4819         * gtk/gtktreestore.c: Add a bunch of g_return statements.
4820
4821 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
4822
4823         * gtk/gtkwidget.c (gtk_widget_class_init):
4824         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
4825         restore some workingness.
4826
4827         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
4828         handle of window type for input-only windows.
4829
4830 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
4831
4832         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
4833         Patch from Gregory Merchan to add 
4834         gtk_button_box_set_secondary(), which separates
4835         the child into a separate group from the normal
4836         buttons. (#56331)
4837
4838         * gtk/gtkdialog.c: Make help buttons secondary by
4839         default.
4840
4841         * gtk/gtkbbox.c: Added a child property "secondary".
4842
4843         * gtk/testgtk.c: Turn on the help button for the 
4844         color selector to check that it properly appears
4845         as secondary.
4846
4847 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
4848  
4849         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
4850         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
4851         Add gdk_set_pointer_hooks() to allow pointer-querying to
4852         be hooked by an event record/playback system like GERD.
4853         (#56914)
4854         
4855 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
4856
4857         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
4858         in the right value of initial_emission to
4859         gtk_widget_set_style_internal (#57091)
4860
4861 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
4862
4863         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
4864         Make compile.
4865
4866         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
4867         with calling gtk_widget_set_style_internal() with
4868         the old style, not the new style. (#56989)
4869
4870 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
4871
4872         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
4873           gtk/gtkwidget.c:
4874         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
4875         not GTK_WIDGET_GET_ANCESTOR ... see 
4876         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
4877         Indicate the best practice in the docs for gtk_widget_get_toplevel().
4878
4879         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
4880         so GtkPlug can give the correct signals when transforming
4881         from a child to a toplevel.
4882         
4883         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
4884         reparentation correctly.
4885
4886         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
4887         Propagate the previous_toplevel argument down properly.
4888
4889         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
4890         of wrong atr list.
4891
4892         * gtk/gtkplug.[ch]: Add an "embedded" signal.
4893
4894         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
4895         signals.
4896
4897         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
4898         functions gtk_plug_get_id(), gtk_socket_get_id(),
4899         to avoid the user having to worry about realization,
4900         and gdkx.h.
4901
4902         * tests/testsocket.c: Extend to try out the new signals
4903         and gtk_plug/socket_get_id().
4904
4905         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
4906         setting of underline attributes.
4907
4908         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
4909         DestroyNotify events from SubstructureNotifyMask
4910
4911         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
4912         Switch GDK_WINDOW_TYPE (window) as needed.
4913
4914         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
4915         allow creation of toplevel windows as children of
4916         foreign windows.
4917
4918         * gtk/gtkplug.c: Remove hacks involving changing private
4919         fields of GdkWindow.
4920
4921         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
4922         exactly the same signals and notification
4923         be emitted for local embedding as for inter-process
4924         embedding.
4925
4926 2001-07-04  James Henstridge  <james@daa.com.au>
4927
4928         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
4929
4930 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
4931
4932         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
4933         XEMBED embedding add a _XEMBED_INFO property to the
4934         client with version number and a "mapped" flags.
4935         Use the mapped flag instead of the racy MapRequestEvent
4936
4937         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
4938         code to reliably set things (when the child is a passive
4939         embedder participating in the XEMBED protocol) intead
4940         of just being a hack for embedding non-participating
4941         programs. Fix various bugs and race conditions.
4942         
4943         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
4944         work by simply making the GtkSocket the gtk parent
4945         of the GtkPlug. Set a flag in this case and make
4946         the GtkPlug work like a normal container by overriding
4947         methods such as check_resize and "chaining past" GtkWindow
4948         to GtkBin.
4949
4950         * gtk/gtkentry.c (gtk_entry_real_activate)
4951           gtk/gtkmain.c (gtk_propagate_event): 
4952         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
4953         
4954         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
4955         gtk_widget_get_ancestor):
4956         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
4957         might not give the expected result and recommend
4958         an alternative.
4959
4960         * tests/testsocket.c tests/testsocket_child.c
4961         tests/testsocket_common.c tests/Makefile.am: Extended
4962         to test different type of adding plugs to sockets
4963         (local,active,passive), and to test mapping/unmapping
4964         the plug.
4965
4966         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
4967         mark the window as destroyed until after we
4968         called _gdk_windowing_window_destroy().
4969         (_gdk_windowing_window_destroy() may use GDK functions
4970         on the window.)
4971
4972         * gdk/x11/gdkinput.c: Remove the check for finalization - 
4973         devices can be finalized under some circumnstances.
4974  
4975         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
4976         small problem with GDK_TYPE_DEVICE.
4977  
4978 2001-07-02  Havoc Pennington  <hp@pobox.com>
4979
4980         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
4981         use constants not atoms.
4982
4983 2001-07-02  James Henstridge  <james@daa.com.au>
4984
4985         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
4986         PANGO_TYPE_TAB_ARRAY.
4987
4988         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
4989         for PANGO_TYPE_TAB_ARRAY.
4990
4991         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
4992         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
4993
4994         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
4995         the file.  Remove Pango types from defs -- they are now defined in
4996         libpango.
4997
4998 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
4999
5000         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
5001
5002         * gtk/gtkobject.c (gtk_object_destroy): invoke
5003         g_object_run_dispose().
5004
5005         * gtk/gtkwindow.c: 
5006         * gtk/gtkwidget.c: 
5007         * gtk/gtkobject.c:
5008         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
5009         method.
5010
5011 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
5012
5013         * gtk/gtktypeutils.c (gtk_type_class): Remove
5014         change check for GTK_TYPE_OBJECT derivation to
5015         G_TYPE_OBJECTS - it's Tim-approved to use this 
5016         for arbitary objects.
5017
5018         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
5019         prefix gtk_container_dequeue_resize_handler().
5020
5021         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
5022         to the hierarachy_changed signal, since you otherwise
5023         have to always keep that around.
5024
5025         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
5026         for extra argument to hierarchy_changed.
5027
5028 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
5029
5030         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
5031         for style to mean "revert to default style"
5032
5033         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
5034           gtk_widget_restore_default_style): Make this functions
5035         deprecated aliases for gtk_widget_set_style (widget, NULL).
5036
5037         * gtk/gtkwidget.[ch]: Remove:
5038            gtk_widget_set_default_style ()
5039            gtk_widget_push_style ()
5040            gtk_widget_pop_style ()
5041         These functions interact are overriden by RC files, and
5042         thus virtually useless, and complicated.
5043
5044 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
5045
5046         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
5047         most of the previous global variables in gtkrc.c. This is
5048         in preparation for multi-head, since each screen can
5049         have different GtkSettings and RC information.
5050
5051         * gtk/gtkrc.[ch]: 
5052
5053         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
5054         GtkSettings parameter to GtkRcStyle::parse.
5055
5056         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
5057         Add two new settings gtk-theme-name, gtk-key-theme-name,
5058         for RC files that are loaded by name after reading
5059         the default RC files.
5060         
5061         * gtk/gtkrc.c: Allow priorities for styles, as wll as
5062         bindings.
5063
5064         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
5065         and use it by default for RC files loaded via 
5066         gtk-theme-name, gtk-key-theme-name.
5067
5068         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
5069         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
5070         tests/testgtkrc: Require pathnames to be absolute.
5071
5072         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
5073         the source when parsing, since the operation of looking up a
5074         pixmap from an RC file depends on the parsing context.
5075
5076         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
5077         reset RC styles on all widgets when files are reparsed.
5078
5079         * tests/testgtk.c (create_rc_file) 
5080           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
5081         Simplify, now that gtk_rc_reparse_all() resets styles on
5082         all widgets itself.
5083
5084         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
5085         return value.
5086
5087         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
5088         GtkSettings argument.
5089
5090         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
5091         gtk_settings_get_global().
5092
5093         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
5094         to get the appropriate GtkSettings for a widget. (For now,
5095         just gets the default GtkSetttings.) 
5096
5097         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
5098           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
5099         changes.
5100
5101         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
5102         getting a style for a path without actually having a widget.
5103         (Allows using a style for a subpart of a widget, for
5104         example.)
5105
5106         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
5107         the RC files to be reloaded for just one GtkSettings
5108         (not sure how useful this really is.)
5109
5110         * gtk/gtkrc.h: Deprecate
5111         gtk_rc_add_widget_name/widget_class/class_style
5112
5113 2001-06-30  Alex Larsson  <alexl@redhat.com>
5114
5115         * gdk/linux-fb/gdkinput-none.c:
5116         * gdk/linux-fb/gdkinput.c:
5117         * gdk/linux-fb/gdkinputprivate.h:
5118         Convert GdkDevice to a GObject.
5119
5120         * linux-fb/gdkprivate-fb.h:
5121         * linux-fb/gdkvisual-fb.c:
5122         Convert GdkVisual to a GObject.
5123
5124 2001-06-29  Alex Larsson  <alexl@redhat.com>
5125
5126         * gdk/gdkvisual.h:
5127         * gdk/gdkcolor.c:
5128         * gdk/x11/gdkx.h:
5129         * gdk/x11/gdkvisual-x11.c:
5130         Convert GdkVisual to a GObject.
5131
5132         * gdk/gdkinput.h:
5133         * gdk/gdkevents.c:
5134         * gdk/x11/gdkinputprivate.h:
5135         * gdk/x11/gdkinput-gxi.c:
5136         * gdk/x11/gdkinput-none.c:
5137         * gdk/x11/gdkinput-x11.c:
5138         * gdk/x11/gdkinput-xfree.c:
5139         * gdk/x11/gdkinput.c:
5140         Convert GdkDevice to a GObject.
5141
5142 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
5143
5144         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
5145         to just plain new, fixing the number of columns, and column types
5146         at creation time.
5147
5148         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
5149
5150         * gtk/gtkcellrenderertext.c
5151         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
5152         height to a specific font.
5153
5154         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
5155
5156         * tests/*c: change to work with new store models.
5157
5158 2001-06-29  Havoc Pennington  <hp@redhat.com>
5159
5160        * Throughout: fixes to compile with G_DISABLE_COMPAT
5161         (s/g_signal_connectc/g_signal_connect/,
5162         s/g_signal_newc/g_signal_new/,
5163         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
5164
5165 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@webwynk.net>
5166
5167         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
5168         add path argument to selection callbacks.
5169
5170 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
5171
5172         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
5173         walk through a model in a depth first manner, with the option to
5174         break out.
5175
5176 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
5177
5178         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
5179         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
5180         column and follow it when draged, rather than a location in the
5181         view. "expander_column" property and drawing functions changed
5182         accordingly.  Fixes bug #55942.
5183
5184         (gtk_tree_view_{set,get}_expander_column): Now works with a
5185         GtkTreeViewColumn* instead of int.
5186
5187 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
5188
5189         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
5190
5191 2001-06-28  Havoc Pennington  <hp@pobox.com>
5192
5193         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
5194         image data to the screen, using a server grab to avoid race
5195         conditions.
5196
5197         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
5198         check for NULL return from gtk_image_new_from_stock(), it never
5199         returns NULL.
5200         (gtk_item_factory_create_item): fix bug where we parsed the stock
5201         ID as an inline pixbuf
5202
5203         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
5204
5205         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
5206         support (should be using binding set here)
5207
5208         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
5209         support (should be using binding set here)
5210
5211         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
5212         support
5213
5214         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
5215
5216         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
5217
5218         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
5219
5220         * gtk/gtkimcontextsimple.c
5221         (gtk_im_context_simple_filter_keypress): keypad
5222
5223         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
5224
5225         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
5226
5227         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
5228
5229         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
5230         should be binding-setted)
5231
5232         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
5233
5234         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
5235
5236         * gtk/gtkcalendar.c: numeric keypad fixes
5237
5238         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
5239         support
5240
5241         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
5242         screwup
5243
5244         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
5245         clip the render area to the drawable's clip region in advance,
5246         so we don't get data from the server that we don't need.
5247
5248         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
5249         check return value of gdk_pixbuf_get_from_drawable(), fall back 
5250         to bilevel alpha if we can't get the pixbuf to composite against.
5251
5252         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
5253
5254         * gdk/gdkimage.c (gdk_image_get_colormap): add
5255         gdk_image_set_colormap, gdk_image_get_colormap
5256
5257         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
5258         take a region of the image, instead of converting the entire
5259         image.
5260
5261         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
5262         keybinding signal. Add default bindings for it. Add default
5263         handler for show_help that shows the tooltip for the widget.
5264
5265         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
5266         "close" keybinding signal, remove key press handler.
5267
5268         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
5269         it's not our usual practice to leave a deprecated function around
5270         with a runtime warning, plus we don't want it to appear in docs,
5271         plus if we make them yellow no one will want to change them
5272         anyhow.
5273
5274 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
5275
5276         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
5277         GTK_WIDGET_REALIZE() for resize queueing.
5278
5279         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
5280         GTK_WIDGET_REALIZE() for post event delivery destruction upon
5281         GDK_DESTROY.
5282         
5283         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
5284         sompensate for former (pre-2.0) connect_after() facility.
5285         (gtk_widget_send_expose): 
5286         (gtk_widget_event): assert the widget is realized, since event delivery
5287         to non-realized widgets is essentially a bug. event handlers should
5288         be able to unconditionally rely on widget->window (unless they
5289         emit events on their own which can trigger widget destruction).
5290         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
5291         logic. event delivery happens as follows:
5292         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
5293         b) if !was_handled in (a) and the widget is still realized, emit event-
5294            specific signal (RUN_LAST handler). returns was_handled.
5295         c) emission of GtkWidget::event-after for notification if the widget is
5296            still realized (regardless of was_handled from previous stages, no
5297            class handler). no return value.
5298         d) was_handled gets passed on to caller, to determine further
5299            propagation. if the widget got unrealized meanwhile, was_handled
5300            is returned as TRUE.
5301
5302         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
5303         gdk_event_get_coords().
5304
5305 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
5306
5307         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
5308         age 0, binary age 0. depend on glib 1.3.7.
5309
5310         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
5311
5312         * gtk/gtkmenubar.c: same here.
5313         
5314         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
5315
5316         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
5317
5318         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
5319         
5320         * gtk/gtkmenubar.c (add_to_window): likewise.
5321         
5322         * gtk/gtktextbtree.c: and here...
5323         
5324         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
5325         
5326         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
5327         
5328         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
5329         
5330         * gtk/gtktreeviewcolumn.c:
5331         (_gtk_tree_view_column_set_tree_view): yet again.
5332
5333         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
5334         signal connections without g_signal_connect_data().
5335         
5336         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
5337         demo of the matter.
5338         
5339         * demos/testpixbuf.c (main): running out of equality phrases for the
5340         ChangeLog, but had to adapt connections here as well.
5341         
5342         * demos/testanimation.c (progressive_timeout): and for the fun of it,
5343         tackled this the same way.
5344         
5345         * tests/testtext.c (create_view): ok, it's becoming a pain at this
5346         point, but had enough enery for one more fix.
5347
5348         * tests/testtreecolumns.c (main): stand up man, do your work!
5349
5350         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
5351         fix, either that's been all of it or CVS gtk is broken yet again.
5352         
5353 2001-06-29  James Henstridge  <james@daa.com.au>
5354
5355         The following changes correspond to bug #56812
5356
5357         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
5358         code for GdkDevice.
5359
5360         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
5361         GdkCursor.
5362
5363 2001-06-19  Havoc Pennington  <hp@pobox.com>
5364
5365         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
5366         for mapping a window without fooling with stacking order, but
5367         updating the "withdrawn" flag
5368
5369         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
5370         filtering as soon as possible, moving move resize and wmspec_check
5371         handling after the event filter.  Make default filter apply to all
5372         events, not just those with no GdkWindow wrapped around the X
5373         window. Fix a FIXME about how the window could be a pixmap using 
5374         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
5375
5376         Also, be robust against events not on a known GdkWindow.
5377
5378         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
5379         gdk_x11_ungrab_server): export reference-counted server grabs, so
5380         other people can grab server over a GDK function that also does
5381         so.
5382
5383 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
5384
5385         * gtk/gtktreeviewcolumn.c
5386         (gtk_tree_view_column_pack_start_cell_renderer): New function to
5387         reflect that you can (hypothetically) pack cell renderers into a
5388         column.
5389         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
5390         (gtk_tree_view_column_cell_is_visible): Move more functionality to
5391         the column.
5392         (gtk_tree_view_column_cell_can_focus): Move more functionality to
5393         the column.
5394
5395         * gtk/gtktreeview.c: Move to use new column-packing code.
5396         (gtk_tree_view_real_expand_row): remove totally braindead code.
5397         (gtk_tree_view_real_collapse_row): ditto.
5398
5399 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
5400
5401         * gtk/gtktreeviewcolumn.c: Fix a typo.
5402         
5403 2001-06-26  Joel Becker  <jlbec@evilplan.org>
5404
5405         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
5406           at the end of the file
5407
5408 2001-06-26  Havoc Pennington  <hp@redhat.com>
5409
5410         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
5411
5412 2001-06-26  Havoc Pennington  <hp@redhat.com>
5413
5414         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
5415         property
5416
5417 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
5418
5419         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
5420         stupid missing statement
5421
5422         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
5423         private function for ATK.  It notifies you of how many _visible_
5424         children are deleted when a node is deleted.  Should be used by
5425         atk only.
5426
5427 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
5428
5429         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
5430         Use new pango_context_get_metrics() to fix problems
5431         with font lists in descriptions. (#56184, reported by
5432         Jonas Borgström)
5433
5434 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
5435
5436         * gtk/gtkiconfactory.c:
5437         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
5438         item factory so inlined pixbufs actually work.
5439
5440 2001-06-25  Havoc Pennington  <hp@redhat.com>
5441
5442         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
5443         s/RESIZEABLE/RESIZABLE/
5444
5445         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
5446
5447 2001-06-25  Alexander Larsson  <alexl@redhat.com>
5448
5449         * configure.in:
5450         Added --enable-fbmanager. This is some experimental code
5451         that lets several GtkFB apps coordinate their access to the
5452         framebuffer.
5453         
5454         * acconfig.h:
5455         Added ENABLE_FB_MANAGER.
5456
5457         * gdk/linux-fb/Makefile.am:
5458         Added gdkfbmanager and gdkfbswitch.
5459
5460         * gdk/linux-fb/gdkkeyboard-fb.c:
5461         * gdk/linux-fb/gdkmouse-fb.c:
5462         * gdk/linux-fb/gdkprivate-fb.h:
5463         Split device init and open so that
5464         they can be opened and closed while switched
5465         away.
5466
5467         * gdk/linux-fb/gdkmain-fb.c:
5468         Add the basic manager communication.
5469
5470         * gdk/linux-fb/gdkrender-fb.c:
5471         Don't update to the shadow fb if we're
5472         blocked by the fb manager.
5473
5474 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
5475
5476         * docs/Changes-2.0.txt: Add note about child property
5477         changes.
5478
5479 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
5480
5481         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
5482         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
5483
5484         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
5485         with un'reffing wrong list reported by Jeff Franks.
5486
5487         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
5488
5489         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
5490         for the default icon. Remove inline XPM.
5491
5492         * gtk/gtkstock.h gtk/gtkiconfactory.c:
5493         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
5494         is used for GTK_STOCK_DND, but it is a bit too small.)
5495
5496         * gtk/stock-icons/stock_dnd_multiple.png
5497         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
5498
5499         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
5500         TRUE when starting a drag. In other cases, we are
5501         just observing. (#52995)
5502
5503         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
5504         function to set the icon for a drag from a GdkPixbuf
5505         or stock ID.
5506
5507         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
5508         Likewise, for drag sources.
5509
5510         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
5511         (Now should be done using the stock system.)
5512
5513 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
5514
5515         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
5516         Removed - didn't work and not particularly useful anyways
5517         if it did. 
5518
5519 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
5520
5521         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
5522         introduced last night that was making things decidedly not work.
5523
5524         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
5525         so that we have getter/setter pairing everywhere it makes
5526         sense. (#55767)
5527
5528         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
5529         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
5530         deprecated compat macro. (#55516)
5531
5532         * gtk/gtklabel.[ch]: Add functions
5533         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
5534         gtk_label_set_label(), which mirror the property API for GtkLabel.
5535         Make gtk_label_get_attributes() only reflect the attributes
5536         set by gtk_label_set_attributes.
5537
5538         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
5539         from gtk_notebook_set_page().
5540
5541 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
5542
5543         * configure.in: Fix tests for XShm.h.
5544
5545         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
5546         gdk_image_new() by use of goto, properly use g_object_unref().
5547
5548 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
5549
5550         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
5551         calls, as GdkImage is an object. these should be g_obejct_unref()
5552         instead but that won't work because of the g_error() statement
5553         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
5554         to spot these places.
5555
5556 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
5557
5558         * modules/input/gtkimcontextxim.c: Fixup some problems with 
5559         text length handling in error cases.
5560
5561         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
5562         a bit to make test actually warn on attempt to allocation
5563         a negative size. (#56101, Matthias Clasen)
5564
5565 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
5566
5567         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
5568         noticed by Brian Cameron.
5569         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
5570         Cameron.
5571
5572 2001-06-22  Hans Breuer  <hans@breuer.org>
5573
5574         * gdk/gdk.def : updated externals
5575
5576         * gdk/win32/gdkdrawable-win32.c : corrected some casts
5577         in GDK_NOTEs
5578
5579         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
5580         to translate coordinates to the internal > 16 bit system
5581         Try to handle WM_WINDOWPOSCHANGED to get better performance for
5582         when moving/resizing
5583
5584         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
5585         and gdk_keymap_get_direction (). The latter is untested for
5586         the RTL case
5587
5588         * gtk/gtk.def : updated externals
5589
5590         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
5591         from pango_language_from_string (), not an already freed pointer
5592
5593         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
5594         binary (-kb) to be useable on windoze
5595  
5596 2001-06-21  Alexander Larsson  <alexl@redhat.com>
5597
5598         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
5599         Update to new PangoLanguage changes.
5600         
5601         * gtk/gtkwindow-decorate.c:
5602         * gtk/gtkwindow.[ch]:
5603         Added setting argument to gtk_window_set_has_frame ()
5604         
5605 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
5606
5607         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
5608         the case without XKB properly.
5609
5610         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
5611         unused gtk_rc_auto_parse variable.
5612
5613         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
5614         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
5615         longer needed with GdkPixbuf.
5616
5617         * gtk/gtkrc.c (_gtk_rc_init): Make private.
5618
5619 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
5620
5621         * gtk/gtkentry.h: Mark deprecated functions with
5622         GTK_DISABLE_DEPRECATED.
5623
5624 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
5625
5626         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
5627
5628         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
5629
5630         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
5631           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
5632           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
5633           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
5634           to recent changes in Pango.
5635
5636         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
5637           to test whether the basic engine honors them.
5638
5639 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
5640
5641         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
5642         gtk_container_child_get_property().
5643
5644 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
5645
5646         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
5647         (gtk_tree_view_move_cursor_page_up_down): implement.
5648
5649 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
5650
5651         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
5652         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
5653         don't use automatic fixed size buffer for printf-ing floats, doubles
5654         can expand to really _huge_ strings, use g_strdup_printf() instead.
5655
5656 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
5657
5658         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
5659         construct property in 1.2 and still needs to be.
5660
5661         * gtk/gtkwidget.c: "composite_child" is not a settable property.
5662
5663 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
5664
5665         * gtk/gtkliststore.c (gtk_list_store_clear): 
5666         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
5667         clear a model.
5668
5669 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
5670
5671         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
5672
5673         * gtk/Makefile.am:
5674         * gtk/gtk.h: disabled GtkPacker compilation.
5675
5676         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
5677
5678         * gtk/gtknotebook.c:
5679         * gtk/gtktable.c:
5680         * gtk/gtkbox.c: ported this over to child properties.
5681
5682         * gtk/gtksettings.c: fetch class properties via
5683         g_object_class_list_properties().
5684
5685         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
5686         child arg interface. use gobjectnotifyqueue.c for child property
5687         notification.
5688
5689         * gtk/gtkwidget.[hc]: provide necessary means for container child
5690         properties, i.e. ::child_notify signal,
5691         gtk_widget_freeze_child_notify(),
5692         gtk_widget_child_notify(),
5693         gtk_widget_thaw_child_notify().
5694
5695         * tests/testgtk.c: removed inferior property handling code, for
5696         property editing, a generic module should be used, and GLE
5697         coincidentally fullfills that purpose.
5698
5699         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
5700         needs to be adapted to g_object_class_list_properties() before this
5701         builds again.
5702
5703 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
5704
5705         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
5706         test if a node is expanded.
5707
5708 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
5709
5710         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
5711         where collapsing a selected row would result in the cursor/anchor
5712         getting screwed up.
5713
5714 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
5715
5716         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
5717         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
5718         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
5719         Now I can really reorder/sort all Store widgets.  treesorttest
5720         seems to just work now.
5721         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
5722         testtreesort worked through a big coincidence all this time.
5723         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
5724         code.
5725         * tests/testtreecolumns.c: Big 'ol warning at the top letting
5726         people know that this code should never ever ever be copied.
5727
5728 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
5729
5730         * gtk/gtkwindow.h: Fixed a small typo, it should be
5731         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
5732         on line 134.
5733
5734 2001-06-14  Havoc Pennington  <hp@redhat.com>
5735
5736         Docs fixups, and:
5737         
5738         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
5739         GTK_DISABLE_DEPRECATED
5740
5741 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
5742
5743         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
5744         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
5745         finish it off tonight, though it basically works now when it's a
5746         list.  Also, I have a sinking feeling neither GtkTreeStore or
5747         GtkListStore actually resort when adding a new item.  I'll look
5748         into it.
5749
5750 2001-06-14  Havoc Pennington  <hp@redhat.com>
5751
5752         * demos/gtk-demo/main.c (load_file): fix bug identified by
5753         warnings I just added to gtktextbuffer
5754
5755 2001-06-14  Havoc Pennington  <hp@redhat.com>
5756
5757         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
5758
5759         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
5760
5761         * gtk/gtktextbtree.c: don't leak node data all over the place.
5762
5763         * demos/gtk-demo/main.c (main): create fontify tags for the right
5764         buffer
5765
5766         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
5767         to mention tags in the same table can't have the same name,
5768         suggested by Skip Montanaro
5769
5770 2001-06-11  Havoc Pennington  <hp@redhat.com>
5771
5772         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
5773         for trying to add two tags with same name to the tag table
5774
5775         * demos/gtk-demo/main.c (main): fix colors ;-)
5776
5777 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
5778
5779         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
5780         that allows grouping together multiple windows so that grabs
5781         within that set of windows only affect those windows.
5782
5783         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
5784         signal for notification when a widget becomes shadowed
5785         by a grab or is no longer shadowed by a grab.
5786
5787         * gtk/gtkwidget.c (gtk_widget_propagate_state)
5788           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
5789         insenstive widgets to maintain a grab.
5790
5791 2001-06-14  Alexander Larsson  <alexl@redhat.com>
5792
5793         * docs/README.linux-fb:
5794         Add some example config files that can be used with the URW fonts.
5795         
5796         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
5797         Set up the color ramps for DirectColor mode.
5798
5799 2001-06-11  Havoc Pennington  <hp@redhat.com>
5800
5801         * Release 1.3.6
5802          
5803 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
5804
5805         * gdk/linux-fb/gdkwindow-fb.c:
5806         Unify shaped window code and make it repaint the area that used
5807         to be part of the shape, but isn't anymore.
5808
5809 2001-06-11  Havoc Pennington  <hp@redhat.com>
5810
5811         * NEWS: Updates
5812
5813         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
5814
5815         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
5816         
5817 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
5818
5819         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
5820         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
5821         passes zero instead, so do we.
5822         
5823 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
5824
5825         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
5826         Deep copy dash_list too.
5827         (_gdk_fb_gc_new): Set default cap_style before
5828         setting values.
5829
5830 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
5831
5832         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
5833         gdk_keymap_get_direction): New functions.
5834
5835 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
5836
5837         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
5838         gtk_tree_model_get_flags by adding a second flag for atk.
5839
5840         * gtk/gtktreemodel.c: make cursor behavior interact better with
5841         mouse presses.
5842
5843 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
5844
5845         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
5846         expand_row/collapse_row to be 2 signals each -- test_expand_row
5847         and row_expanded as well as test_collapse_row and row_collapsed.
5848
5849 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
5850
5851         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
5852         signal name to be changed instead of selection_changed.
5853
5854 2001-06-08  Havoc Pennington  <hp@redhat.com>
5855
5856         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
5857         "scroll_offset" property for notification when the layout offsets
5858         may have changed
5859         (gtk_entry_adjust_scroll): add notify for scroll_offset
5860         (gtk_entry_layout_index_to_text_index): function to compensate for
5861         preedit string when doing coordinate stuff on the entry's layout
5862         (gtk_entry_text_index_to_layout_index): inverse function
5863         (gtk_entry_get_layout_offsets): hook to get current position of
5864         the layout      
5865         (gtk_entry_get_layout): hook to get the layout itself.
5866
5867         * gtk/gtklabel.c (gtk_label_get_layout): new function
5868
5869 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
5870
5871         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
5872         keybinding.
5873         (gtk_tree_view_focus): Fix merge conflict.
5874
5875 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
5876
5877         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
5878         clean up cursor handling.
5879
5880 2001-06-08  Havoc Pennington  <hp@redhat.com>
5881
5882         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
5883         function
5884
5885         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
5886         this function
5887
5888 2001-06-08  Alex Larsson  <alexl@redhat.com>
5889
5890         * gtk/gtkcompat.h.in:
5891         Added compat macros for all old GTK_TYPE_GDK_xxx types.
5892         Fixes bug #52892
5893
5894 2001-06-08  Havoc Pennington  <hp@redhat.com>
5895         
5896         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
5897         parent still
5898
5899 2001-06-08  Havoc Pennington  <hp@redhat.com>
5900
5901         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
5902         don't call g_list funcs on GSList
5903
5904         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
5905         gtk_container_focus(), since some widgets have focusable locations
5906         which are not other widgets. These widgets should not have to be 
5907         containers just to manage the focus. For example, GtkHSV is
5908         currently a container for no good reason. Also, this cleans
5909         up the "if (is_container && is_sensitive && is_drawable)
5910         container_focus ()" mess in widget implementations.
5911
5912         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
5913         function, and have it just call gtk_widget_child_focus().
5914
5915         * gtk/gtkhsv.c: derive from widget not container
5916         
5917         Throughout: fix to reflect GtkContainer::focus change
5918         
5919 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
5920
5921         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
5922         range.  Fix bug #55921
5923
5924         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
5925         (#55920).
5926
5927 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
5928
5929         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
5930         and gdk_keymap_get_current_direction().
5931
5932         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
5933           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
5934         the current locked group, use it to set the keymap
5935         direction.
5936
5937         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
5938         to determine whether we draw a split cursor or use
5939         a jumping cursor based on the current direction.
5940
5941         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
5942         Obey the split cursor setting. 
5943
5944 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
5945
5946         * gtk/gtkimmulticontext.c (activate_cb): Only activate
5947         when toggling on, not when toggling off... (#55906)
5948
5949 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
5950
5951         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
5952         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
5953         in docs. (#55812, Vitaly Tishkov)
5954
5955 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
5956
5957         * demos/gtk-demo/main.c (create_tree): Changed signal name from
5958         selection_changed to changed in signal connection to GtkTreeSelection,
5959         also used g_signal_connectc since GtkTreeSelection is now a GObject.
5960
5961 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
5962
5963         * gtk/gtktreeselection.c: Now it's a GObject instead of a
5964         GtkObject.  The GtkTreeSelection::selection_changed signal is now
5965         the GtkTreeSelection::changed signal.
5966
5967         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
5968         object.
5969
5970         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
5971         object.
5972
5973 2001-06-07  Havoc Pennington  <hp@redhat.com>
5974
5975         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
5976
5977 2001-06-07  Havoc Pennington  <hp@redhat.com>
5978         
5979         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
5980         (not tested yet because with absolute path to srcdir I can't build
5981         atk, but it was broken anyway so this may help) 
5982
5983 2001-06-07  Havoc Pennington  <hp@redhat.com>
5984
5985         * configure.in: output m4macros/Makefile
5986         
5987 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
5988
5989         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
5990         buttons.  Fixes #55460 reported by matthiasc@poet.de.
5991
5992 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
5993
5994         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
5995         expansion/collapsing so it only happens in one place.
5996         (gtk_tree_view_real_expand_row): ditto.
5997
5998 2001-06-07  Havoc Pennington  <hp@redhat.com>
5999
6000         * tests/Makefile.am: add missing -I flag
6001
6002         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
6003
6004         * configure.in: use pkg-config to see if GModule is
6005         supported; fix to properly turn on included loaders 
6006         when GModule isn't supported; don't use AC_CHECK_LIB 
6007         when libs are not installed yet
6008
6009         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
6010
6011         * Makefile.am (SUBDIRS): add m4macros subdir
6012
6013         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
6014         dependencies also.
6015
6016 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
6017
6018         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
6019         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
6020
6021 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
6022
6023         * gtk/gtktreeview.c
6024         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
6025         bindings to expand and collapse rows.
6026         (gtk_tree_view_real_select_cursor_parent): New key binding.
6027         (gtk_tree_view_real_toggle_cursor_row): New key binding.
6028
6029         * gtk/gtkmarshal.list: new
6030         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
6031
6032 2001-06-06  Havoc Pennington  <hp@redhat.com>
6033
6034         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
6035
6036         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
6037         Down to move visually rather than logically, since it confuses 
6038         people. Add -/+ and Ctrl--/+ bindings for logical movement.
6039
6040 2001-06-06  Alex Larsson  <alexl@redhat.com>
6041
6042         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
6043         Fix up error messages.
6044
6045 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
6046
6047         * gtk/gtktooltips.h: Include gtkwidget.h 
6048         (#55798, Karl Nelson)
6049
6050         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
6051         a valid latin-1 character. (Marc Lehmann, #35467)
6052
6053         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
6054         (Marc Lehmann, #35467)
6055         
6056 2001-06-05  Alex Larsson  <alexl@redhat.com>
6057
6058         * demos/gtk-demo/appwindow.c (do_appwindow):
6059         Don't swap the order of the args to gtk_widget_destroyed.
6060
6061         * tests/testgtk.c (destroy_properties):
6062         Don't crash when the properties window is destroyed.
6063
6064         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
6065         Use with_mnemonics to handle the case of stock items with
6066         underscores in them.
6067
6068 2001-06-05  Havoc Pennington  <hp@redhat.com>
6069
6070         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
6071         gtk_text_iter_reorder
6072
6073 2001-06-05  Havoc Pennington  <hp@redhat.com>
6074
6075         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
6076
6077 2001-06-05  Havoc Pennington  <hp@redhat.com>
6078
6079         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
6080         to the range that was set
6081
6082         * gtk/gtkrange.c: add value_changed signal, primarily 
6083         intended for use with GtkScale
6084         (gtk_range_set_increments): new function
6085         (gtk_range_set_range): new function with weird name
6086         (gtk_range_set_value): new function
6087         (gtk_range_get_value): new function
6088
6089         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
6090         from gtk_spin_button_get_value_as_float(). Compat #define
6091         added for get_value_as_float.
6092
6093         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
6094
6095         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
6096
6097 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
6098
6099         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
6100
6101 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
6102
6103         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
6104
6105         * tests/testgtk.c (create_tooltips): Remove usage of
6106         gtk_widget_set().
6107
6108 2001-06-05  Havoc Pennington  <hp@redhat.com>
6109
6110         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
6111
6112         Applying patch from Jeff Franks, with function docs added.
6113         
6114         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
6115         remove call to set_mnemonic_widget, change docs a bit.  
6116
6117         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
6118         new function
6119
6120         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
6121         new function
6122
6123         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
6124
6125         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
6126         function
6127         (gtk_radio_button_new_with_mnemonic_from_widget): new function
6128
6129         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
6130         new function
6131
6132         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
6133         function        
6134
6135         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
6136         auto-selection of mnemonic widget.
6137
6138 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
6139
6140         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
6141         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
6142         (gtk_tree_view_column_set_min_width): ditto.
6143
6144 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
6145
6146         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
6147         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
6148
6149 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
6150
6151         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
6152         gtk_clist_thaw().
6153
6154 2001-06-04  Havoc Pennington  <hp@pobox.com>
6155
6156         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
6157 r       eleases for buttons 6, 7
6158
6159 2001-06-04  Havoc Pennington  <hp@redhat.com>
6160
6161         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
6162         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
6163         #55562
6164
6165 2001-06-04  Havoc Pennington  <hp@redhat.com>
6166
6167         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
6168         where text_view->layout == NULL by assuming its size is 0, 
6169         i.e. same as if we haven't done any reflow. Reported by 
6170         Hidetoshi Tajima #55448 
6171
6172 2001-06-04  Havoc Pennington  <hp@redhat.com>
6173
6174         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
6175         and 7 for scroll left/right, from Thomas Broyer
6176
6177 2001-05-10  Havoc Pennington  <hp@redhat.com>
6178
6179         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
6180         we need to parse the xsetting as if it were an RC file string.
6181
6182         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
6183         value of palette from settings, not from static variable
6184
6185         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
6186         xsettings translation table
6187
6188         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
6189         hardcoding the toolbar style conflicts with new customizable 
6190         toolbar style philosophy
6191         (gtk_toolbar_class_init): add settings for default toolbar style;
6192         these are used unless the app specifically forces a toolbar style
6193
6194         * gtk/gtksettings.c (settings_install_property_parser): only
6195         return at the start if we warn and parser == NULL
6196
6197         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
6198         palette changed handler so we don't notify dead color selections
6199
6200         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
6201         xthickness/ythickness of 0 or 1 properly 
6202         (gtk_default_draw_resize_grip): clear the background behind the
6203         resize grips, and align to bottom right if we square the 
6204         area to be drawn.
6205
6206         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
6207         statusbar label to 1, so it doesn't make toplevels resize oddly
6208         (gtk_statusbar_size_request): add grip size to request
6209         (gtk_statusbar_size_allocate): hack so the hbox still works with 
6210         the grip size in the request
6211
6212         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
6213         bug where showing all on a toplevel makes the toolbar 
6214         button text appear despite the toolbar mode
6215
6216         * gtk/gtkmenubar.c: add internal padding style property
6217
6218         * gtk/gtktoolbar.c: Add internal padding style property; add
6219         shadow type style property
6220
6221         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
6222         state; and put Container::border_width outside the frame
6223
6224         * gtk/gtktextview.c: don't draw focus rectangle if we're in
6225         interior focus mode, we just use blinking cursor
6226
6227 2001-06-04  Havoc Pennington  <hp@redhat.com>
6228
6229         * configure.in: Make gdk-pixbuf have same version number as GTK
6230
6231 2001-06-04  Havoc Pennington  <hp@redhat.com>
6232
6233         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
6234         digits greater than 6. If there actually are limits (which there
6235         likely aren't), should clamp to them not warn.
6236         (gtk_spin_button_new_with_range): don't take log of 0
6237         (gtk_spin_button_size_request): use digits to compute size
6238         request, rather than step increment.
6239
6240         * tests/testgtk.c (create_spins): test larger values of digits
6241         
6242         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
6243         font on map not expose, so we don't get weirdness during scrolling
6244
6245 2001-06-04  Havoc Pennington  <hp@redhat.com>
6246
6247         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
6248         Sam Solon, bug #54577, update value even if not drawable.
6249
6250 2001-06-04  Havoc Pennington  <hp@redhat.com>
6251
6252         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
6253         SCROLL_LEFT, reported by Thomas Broyer.
6254
6255 2001-06-04  Havoc Pennington  <hp@redhat.com>
6256
6257         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
6258         Process updates immediately, to prevent funny lag effect
6259         when scrolling, at some mild potential efficiency cost.
6260
6261 2001-06-04  Havoc Pennington  <hp@redhat.com>
6262
6263         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
6264         slider on the click.
6265
6266 2001-06-03  Havoc Pennington  <hp@pobox.com>
6267
6268         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
6269         hscale/vscale details, so we can use it for scrollbar as well.
6270
6271         * tests/testgtk.c (reformat_value): honor digits from GtkScale
6272
6273         * gtk/gtkenums.h (GtkTroughType): Remove this enum
6274         (GtkScrollType): add START and END from GtkTroughType
6275
6276         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
6277         its x/y arguments
6278
6279         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
6280         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
6281         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
6282         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
6283         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
6284
6285         Notable changes in the process:
6286          
6287         - stepper_size style property is the height for vertical 
6288           ranges, width for horizontal; the other dimension matches
6289           the trough size
6290         - add ability to do NeXT-style steppers (and several other styles
6291           that don't make any sense)
6292         - added min_slider_length, fixed_slider_length properties to
6293           GtkScrollbar
6294         - cleaned some private (or at least useless) functions out of
6295           gtkscale.h    
6296         - moved bindings to GtkScale from subclasses, even arrow keys,
6297           since blind users don't know scale orientation.
6298         - change move_slider action signal to use new GtkScrollType,
6299           remove GtkTroughType argument
6300         - digits rounds the values a range will input to the given 
6301           number of decimals, but will not try to force adjustment 
6302           values set by other controllers. That is, we no longer
6303           modify adjustment->value inside a value_changed handler.
6304         - added getters for GtkScale setters
6305         - middle-click begins a slider drag
6306         
6307 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
6308
6309         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
6310         getting the focus code to work.
6311         (gtk_tree_view_class_init): Add a bunch of keybindings.
6312
6313         * gtk/gtktreeviewcolumn.c
6314         (gtk_tree_view_column_set_cell_data_func):
6315         s/GtkCellDataFunc/GtkTreeCellDataFunc.
6316         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
6317         of "properties_changed" to help justify the death of the latter
6318         signal. (-:
6319
6320         * tests/testtreefocus.c (main): Let some columns be focussable to
6321         test focus better.
6322
6323 2001-06-01  Havoc Pennington  <hp@redhat.com>
6324
6325         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
6326         
6327         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
6328         overwrite in overwrite mode if we already deleted the selection
6329         and replaced it with new text.  
6330
6331         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
6332         selection to an empty range, clear the clipboard if we owned it.
6333         (gtk_label_set_selectable): give up selection if we become
6334         unselectable.
6335         (gtk_label_state_changed): override state changed to unselect text
6336         when insensitive
6337         (get_text_callback): add paranoia check that indexes aren't
6338         outside of label->text
6339         (gtk_label_select_region): make -1 for start_offset mean "end of
6340         label," for consistency with GtkEditable
6341
6342         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
6343         GTK_DIALOG_NO_SEPARATOR flag
6344
6345 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
6346
6347         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
6348         notifications on non-existant "enable_arrow_keys".
6349         (#53753, Skip Montanaro)
6350
6351 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
6352
6353         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
6354         GDK_TYPE_RECTANGLE.
6355
6356         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
6357         of allocation argument be GDK_TYPE_RECTANGLE.
6358
6359 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
6360
6361         * gtk/gtkoptionmenu.c: Account for the fact that the border
6362         width is _outside_ the window. (Fixes #54585, bug found
6363         by Bastien Nocera.)
6364
6365 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
6366
6367         * gtk/gtksettings.c (gtk_settings_get_property): Validate
6368         value from GDK settings against parameter spec.
6369
6370         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
6371         to temporary values and use g_value_transform(), since
6372         thinking that GValue was going to be easy or efficient
6373         to use was, of course, a mistake.
6374
6375         * gtk/gtksettings.c: Add cursor blink setting.
6376         
6377         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
6378
6379         * gtk/gtkentry.c: Add cursor blinking.
6380
6381         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
6382         cursor blink global settings.
6383
6384         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
6385         for :text_position in places where it is missing.
6386
6387 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
6388
6389         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
6390
6391 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
6392
6393         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
6394         not pkg-config. (#51032)
6395
6396         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
6397         (fixes #51952, James Henstridge)
6398         
6399 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
6400
6401         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
6402         Rename to the more correct gtk-go-up.
6403
6404         * gtk/stock-icons/stock_menu_sort_ascending.png:
6405         Added new file.
6406         
6407         * gtk/stock-icons/stock_menu_sort_descending.png:
6408         Changed to show descending instead of ascending.
6409
6410         * gtk/gtkiconfactory.c:
6411         Added menu size icon to sort ascending.
6412
6413         * gtk/stock-icons/Makefile.am:
6414         Added stock_menu_sort_ascending.png.
6415         
6416         * gtk/gtkseparatormenuitem.c:
6417         Use correct typenames.
6418
6419 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
6420
6421         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
6422         gulong as in GSignal.
6423
6424 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
6425
6426         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
6427         instances of GtkCellRenderer in code (all but dnd icon code).
6428         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
6429         there, and I can do multiple Cells per column.
6430
6431         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
6432
6433         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
6434         when model was unreffed prior to removing the row reference.
6435
6436 2001-05-25  Havoc Pennington  <hp@redhat.com>
6437
6438         * gtk/gtkiconfactory.c: fix so that default icons are created if 
6439         you call gtk_stock_list_ids()
6440
6441         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
6442         in list
6443
6444 2001-05-25  Havoc Pennington  <hp@redhat.com>
6445
6446         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
6447         set can render without falling back to missing image icon
6448
6449         * gtk/gtktextview.c (gtk_text_view_size_request): request full
6450         size of text, instead of random values
6451
6452         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
6453         size of tree view, instead of random values
6454
6455         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
6456         image in an appropriate size
6457
6458         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
6459         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
6460
6461         Throughout: fix GTK_STOCK_BUTTON_ instances
6462         
6463         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
6464         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
6465         Add a bunch of new stock items/icons
6466
6467         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
6468         new function, convenience for inserting columns with a data func
6469
6470         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
6471         (_gtk_icon_factory_list_ids): use list of all factories to
6472         generate a list of all known IDs
6473
6474         * gtk/gtkstock.c (gtk_stock_list_ids): replace
6475         gtk_stock_list_items() with a function that returns all IDs known
6476         including those for GtkIconFactory.
6477
6478 2001-05-25  Hans Breuer  <hans@breuer.org>
6479
6480         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
6481         work -> check boxes and radio buttons are drawn now, even on win9x.
6482         Improved line settings a bit, still no clue how to get really dotted
6483         lines on win9x, on NT it's PS_ALTERNATE.
6484
6485         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
6486         GDK_HINT_MIN_SIZE as well
6487
6488         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
6489
6490         * gtk/gtk.def : updated
6491
6492         * gtk/gtktreeprivate.h : change column_drop_func to be a function
6493         pointer not a function pointer pointer
6494
6495         * tests/testdnd.c : include <stdlib.h> for putenv prototype
6496
6497         * tests/testsocket.c : made it compile on win32 again
6498
6499         * tests/makefile.msc : one more test-app uses prop-editor.obj
6500
6501 2001-05-22  Havoc Pennington  <hp@pobox.com>
6502
6503         * gtk/gtkbin.c (gtk_bin_get_child): New function
6504
6505 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
6506
6507         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
6508         to ignore when doing compose processing.
6509
6510 2001-05-22  Joe Shaw  <joe@ximian.com>
6511
6512         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
6513         Simplify as suggested by Havoc. Just get the last iter and work
6514         backward to the tag instead of getting a line and working back from
6515         there. Fixes passing in an invalid offset to
6516         iter_init_from_byte_offset().
6517
6518 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
6519
6520         * gtk/gtktreeview*.h: 
6521         * gtk/gtkcell*.h:
6522         * gtk/gtk*store.h:
6523         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
6524         macros to all objects.
6525
6526 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
6527
6528         * gtk/gtkcellrenderertext.c
6529         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
6530         with very large (TM) amounts of text.  May be moved to
6531         GtkCellRenderer in the future, though I'm not sure it wants to be
6532         this accessible.
6533
6534         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
6535         More sanity brought to this class.  I like it.
6536
6537         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
6538         case.  Kids, don't try this at home.
6539
6540         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
6541         convenience function.
6542
6543         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
6544
6545 2001-05-21  Alexander Larsson  <alexl@redhat.com>
6546
6547         * gtk/gtkfontsel.c:
6548         Added properties. Based on patch by Lee Mallabone.
6549
6550         * gtk/gtkruler.c:
6551         * gtk/gtkhruler.c:
6552         * gtk/gtkvruler.c:
6553         * gtk/gtktext.c:
6554         * gtk/gtktextview.c:
6555         Converted GtkArg to GParam. Based on patches by John Margaglione.
6556
6557         * tests/Makefile.am:
6558         * tests/testtext.c:
6559         Add a property editor to testtext.
6560         
6561 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
6562
6563         * gtk/gtk{h,v,}paned.c: Only show the separator if 
6564
6565         * configure.in: Fixed reversed conditional causing all image
6566         libraries to be linked in.
6567
6568 2001-05-21  Joe Shaw  <joe@ximian.com>
6569
6570         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
6571         that top_y needs to be >= 0.
6572
6573 2001-05-11  Havoc Pennington  <hp@pobox.com>
6574         
6575         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
6576         losing connection to the X server.
6577
6578 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
6579
6580         * configure.in: Start checks for X from pangox/pangoxft
6581         CFLAGS to avoid duplicate libraries.
6582
6583         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
6584
6585         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
6586         to include gobject.
6587         
6588 2001-05-18  Alexander Larsson  <alexl@redhat.com>
6589
6590         * gtk/gtkspinbutton.c:
6591         Convert GtkArgs to GParams. Based on patch by John Margaglione.
6592         Also do size request reasonable for MAXDOUBLE. Previously it printed
6593         the limits to a buffer and overran it. Instead do it using log10() and
6594         limit the width to 10 digits.
6595         
6596         * gtk/gtkwidget.c (gtk_widget_get_property):
6597         Correctly handle setting the parent property to NULL.
6598
6599 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
6600
6601         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
6602         style attributes even if the widget isn't realized.
6603
6604         * demos/gtk-demo/main.c: Use a slightly smaller font.
6605
6606 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
6607
6608         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
6609         This is something that only a widget writer would ever want
6610         to change.
6611
6612         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
6613         gtk_signal_emit_by_name().
6614
6615         * gtk/gtkviewport.c: Fix some warnings.
6616
6617         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
6618         allowing the requisitions of multiple widgets to be grouped
6619         together.
6620
6621         * tests/testgtk.c: Add GtkSizeGroup test
6622
6623         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
6624
6625         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
6626         warnings.
6627
6628         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
6629
6630 2001-04-28  Martin Baulig  <baulig@suse.de>
6631
6632         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
6633         to gtk_image_menu_item_set_icon() and made it work if there's already
6634         an image.
6635         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
6636         (gtk_image_menu_item_new_with_label): New function.
6637
6638 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
6639
6640         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
6641         highlighting code!!!!  The result is okay so long as you don't try
6642         to stress it.  It also highlights a bug in the TextView so it's in
6643         an unproportional font right now until it's fixed.
6644
6645         *demos/gtk-demo/*.c: Clean up code a bit to make it
6646         ugly-parser(TM) friendly. (-:
6647
6648 2001-05-17  Joe Shaw  <joe@ximian.com>
6649
6650         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
6651         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
6652         if it is only partially onscreen.
6653
6654 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
6655
6656         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
6657         not by characters.
6658
6659         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
6660         are not zero or one; that is, when graphemes of multiple characters
6661         are involved.
6662
6663         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
6664         FIXME.
6665
6666 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
6667         
6668         * gtk/gtkbbox.c:
6669         Add properties, based on patch by Lee Mallabone.
6670
6671         * gtk/gtknotebook.c:
6672         * gtk/gtktoolbar.c:
6673         Convert from GtkArg to GParam, based on patch by John Margaglione.
6674         
6675         * gtk/gtkhscale.c:
6676         * gtk/gtkvscale.c:
6677         * gtk/gtkhscrollbar.c:
6678         * gtk/gtkvscrollbar.c:
6679         * gtk/gtkrange.c:
6680         Move adjustment property to GtkRange.
6681
6682         * gtk/gtklabel.c:
6683         Setup mnemonics on property changes
6684
6685         * gtk/gtkwidget.c (gtk_widget_get_property):
6686         GdkExtensionMode is an enum, not a flag. Set it with
6687         g_value_set_enum ().
6688
6689         * tests/prop-editor.c:
6690         Better propery editor.
6691
6692         * tests/testgtk.c:
6693         Add new property test. Pass zero to the property editor to
6694         get properties from all derived types.
6695         
6696 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
6697
6698         * autogen.sh (have_automake): Require libtool-1.4,
6699         automake-1.4p1.
6700
6701         * acinclude.m4: Remove libtool macros.
6702
6703         * gdk-pixbuf/Makefile.am: Add dependencies to loade
6704         modules.
6705
6706         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
6707         for libgdk.
6708
6709         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
6710         libgdk.la for libgtk.
6711
6712         * modules/input/Makefile.am: Make modules have full
6713         dependencies.
6714
6715 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
6716
6717         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
6718         #54699 where paths weren't being checked for correctness.
6719
6720 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
6721
6722         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
6723         in any order you wan, whether or not the column is added to the
6724         tree, or the tree is realized.  Yay!
6725
6726         * gtk/gtktreeviewcolumn.c
6727         (gtk_tree_view_column_setup_sort_column_id_callback): handle
6728         sorting columns a lot saner
6729
6730         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
6731         new function to actually set wether or not a column is
6732         reorderable.
6733
6734         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
6735         if we have 'em.
6736
6737         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
6738         Fix nasty bug where we were showing the button just before
6739         realizing it.  As a result, the parent window was
6740         tree_view->window instead of tree_view->priv->header_window.
6741
6742         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
6743         to let you easily reorder a list or tree.
6744
6745 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
6746
6747         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
6748         from args to properties.
6749
6750 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
6751
6752         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
6753         from args to properties. (#51957)
6754
6755         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
6756         calls to after ->set_property call.
6757
6758 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
6759
6760         * tests/prop-editor.c: Block against redundant changes.
6761
6762         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
6763         properties.
6764
6765 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
6766
6767         * gdk/gdkpixmap.h: Remove creative formatting.
6768
6769 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
6770
6771         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
6772         property API. (#51669)
6773
6774         * gtk/gtkscale.c: Patch from John Margaglione converting to
6775         property API. (#51891)
6776
6777         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
6778         to property API. (#50985)
6779
6780 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
6781
6782         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
6783         buffering state across expose event, so we still call end_paint().
6784
6785 2001-05-11  Alexander Larsson  <alexl@redhat.com>
6786
6787         * gtk/gtkhsv.c (paint_triangle):
6788         Expose the ring in the triangle at the correct place when
6789         exposing just a part of the triangle.
6790
6791         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
6792         Return FALSE, or window focusing will not work.
6793
6794 2001-05-11  Havoc Pennington  <hp@pobox.com>
6795
6796         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
6797         #54144
6798
6799         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
6800         bug #54330
6801
6802 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
6803
6804         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
6805         propagate exposes to NULL child.
6806
6807         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
6808         against not having one of the scrollbars.
6809
6810         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
6811         we don't keep a mnemonic window if we have no mnemonic installed.
6812
6813 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
6814
6815         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
6816         it has the _important_ side effect of initializing a class.
6817
6818 2001-05-10  Alexander Larsson  <alexl@redhat.com>
6819
6820         * gdk/linux-fb/gdkprivate-fb.h:
6821         Make sure you can compile out the implementation/wrapper assert
6822         macros.
6823
6824         * gdk/linux-fb/gdkdrawable-fb2.c:
6825         Check implementation/wrappers, initialize type for pixmap dummys.
6826
6827         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
6828         Hide the cursor if reading from the screen.
6829
6830         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
6831         Fix sign bug in tiling code.
6832
6833         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
6834         Handle background pixmaps.
6835
6836 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
6837
6838         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
6839         function to let user control where columns are dragged.
6840
6841         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
6842         Escape is pressed.
6843
6844 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
6845
6846         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
6847         "columns_changed" signal.
6848         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
6849         motion code to draw arrows to the side if indicator is outside the
6850         widget.
6851         (gtk_tree_view_map_expanded_rows): Implement.
6852
6853 2001-05-07  Alexander Larsson  <alexl@redhat.com>
6854
6855         * demos/testpixbuf-save.c: 
6856         * demos/testpixbuf-drawable.c:
6857         Include gdkfb.h on linux-fb.
6858
6859 2001-05-07  Alexander Larsson  <alexl@redhat.com>
6860
6861         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
6862         New function for getting toplevel window at position.
6863         (gdk_drag_find_window): Use get_toplevel_window () instead
6864         of gdk_window_get_pointer(). (gdk_drag_status): Use
6865         correct context for getting window.
6866
6867         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
6868         g_strdup the atom name.
6869
6870         * gdk/linux-fb/gdkwindow-fb.c:
6871         Costmetic fix.
6872
6873         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
6874         Add code for changing cursor on linux-fb backend (same as
6875         win32).
6876
6877 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
6878
6879         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
6880         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
6881         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
6882         report was not for the development branch of GTK+, but it applies
6883         anyways).
6884
6885 2001-05-04  Havoc Pennington  <hp@redhat.com>
6886
6887         * configure.in: fix some shell typos
6888
6889         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
6890
6891         * gtk/gtkimage.c: handle animations
6892
6893         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
6894         border_width * 2, not just border_width
6895
6896         * gtk/gtkscale.c: add "format_value" signal to allow people
6897         to override the way values are drawn.
6898         (gtk_scale_get_value_size): fix width/height mistake,
6899         and compute size from actual displayed text, not 
6900         from made-up text.
6901
6902         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
6903         signal registration
6904
6905         * tests/testtext.c: Add "Remove all tags" menu item for testing
6906
6907         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
6908
6909         * demos/gtk-demo/main.c (main): add hack so we can find modules
6910         without installing gtk
6911
6912         * demos/gtk-demo/textview.c (insert_text): demo font scaling
6913
6914         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
6915         factor)
6916         (gtk_cell_renderer_text_set_property): remove some bogus
6917         g_object_notify
6918
6919         * gtk/gtktexttag.c: add "scale" property which is a font scaling
6920         factor
6921
6922         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
6923         to layout
6924
6925         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
6926         gtk_text_iter_is_first
6927
6928 2001-01-06  Hans Breuer  <hans@breuer.org>
6929
6930         * gdk/gdk.def : updated exports
6931
6932         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
6933         gdk won't compile anymore
6934  
6935         * gdk/win32/gdkevents-win32.c : initialize ret_val when
6936         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
6937         Improved gdk_flush () to not only do pending drawing operations
6938         but also process all currently pending events. This should make
6939         the behaviour more similar to the X11 version.  
6940
6941         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
6942         option needs to be set even if there is no GDK_GC_BACKGROUND.
6943         (gdk_win32_hdc_get) : use predraw_set_background () independent
6944         of value_mask. This allows to draw dashed lines leaving the original
6945         background intact.
6946
6947         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
6948         after processing, because we can't reuse it as the X11 version does.
6949
6950         * gtk/gtk.def : updated exports
6951
6952         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
6953         would like to get rid of this file again, and use straight
6954         makefile.msc again, as the other Gtk+ subdirs do)
6955
6956         * test/makefile.msc (new file) : build the test apps here
6957
6958 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
6959
6960         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
6961         strike-through setting
6962         (gdk_draw_layout_line_with_colors): Render strike-through
6963
6964 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
6965
6966         * Release 1.3.5
6967
6968         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
6969
6970         * NEWS: Updated
6971
6972         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
6973         Makefile breakage.
6974
6975 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
6976
6977         * demos/gtk-demo/images.c (progressive_timeout): Fix
6978         typo in filename.
6979
6980         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
6981         out FIXME warning; just too annoying.
6982
6983 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
6984
6985         * gdk/linux-fb/gdkcolor-fb.c:
6986         Better error messages.
6987
6988         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
6989         Initialize abs_x and abs_y.
6990         
6991         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
6992         Correct handling of stipple offset.
6993
6994         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
6995         Treat directcolor framebuffers as truecolor.
6996         
6997 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
6998
6999         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
7000         dependency on Atk for accessibility support.
7001
7002         * configure.in **/Makefile.am: Major reworking of substituted
7003         variables for CFLAGS/LIBS to make a lot more sane and 
7004         keep the the compile/link lines a bit shorter.
7005
7006         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
7007
7008 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
7009
7010         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
7011         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
7012         use _gtk_boolean_handled_accumulator.
7013
7014 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
7015
7016         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
7017         to fix things so clicking inside selection leaves cursor
7018         at point where clicked. (#50324)
7019
7020         * gtk/gtksettings.c (gtk_settings_class_init): Restore
7021         sane value for default double click time.
7022
7023         * tests/testtext.c (test_init): Really path to input modules.
7024
7025 2001-05-03  Sven Neumann  <sven@convergence.de>
7026
7027         * demos/testpixbuf-save.c: include target-specific headers as
7028         done in testpixbuf-drawable.c
7029
7030 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
7031
7032         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
7033         new_text_length appropriately when we run into the 
7034         size limit for the entry. (#53445, reported by Jeff Franks)
7035
7036         * tests/testgtk.c (create_entry): Remove most of the
7037         property toggle buttons. Replace with a "Props" button
7038         that brings up a property editor.
7039
7040         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
7041         Split the property editor code out for reuse, improve.
7042
7043 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
7044
7045         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
7046         trap errors around calls to XSetInputFocus since we have
7047         no way of knowing reliably whether we are viewable or
7048         not. (#53947)
7049
7050 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
7051
7052         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
7053         fix bug in dropping columns.  Moving columns now basically works
7054         modula some fine tuning.
7055
7056 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
7057
7058         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
7059         autoscroll support.  It mostly works, but could use some fine
7060         tuning.
7061         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
7062         Actually move the column.
7063
7064 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
7065
7066         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
7067           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
7068           New default theme! A slighly improved version of the 2.0 Raleigh
7069           theme, with Windows-esque focus/drawing default. 
7070           (GtkWidget::interior_focus defaults to TRUE.)
7071
7072         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
7073
7074 2001-04-30  Havoc Pennington  <hp@pobox.com>
7075
7076         * tests/testtext.c (line_numbers_expose): fix to work with
7077         gtk_paint_layout change
7078
7079 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
7080
7081         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
7082           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
7083           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
7084           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
7085
7086         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
7087           with GtkWidget::interior_focus = TRUE better.
7088
7089         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
7090         ::default_outside_border for more flexibility.
7091
7092         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
7093         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
7094         change that had to be made with g_object_get.
7095
7096 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
7097
7098         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
7099         (gtk_tree_view_move_column_after): Clean up interface. 
7100
7101 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
7102
7103         * gtk/gtkpacker.h:
7104         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
7105          to gtkenum.h.
7106
7107         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
7108         handled in switch).
7109
7110         * gtk/Makefile.am:
7111         (gtk.defs): generate enum portions with  glib-mkenums.
7112         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
7113         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
7114         
7115         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
7116         addition.
7117
7118         * docs/Changes-2.0.txt: keep a note on signal handlers now
7119         not getting emitted during the emission they were connected within.
7120
7121 2001-04-28  Havoc Pennington  <hp@pobox.com>
7122
7123         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
7124
7125 2001-04-24  Havoc Pennington  <hp@redhat.com>
7126
7127         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
7128         (gtk_text_layout_move_iter_to_next_line): fix these two for
7129         invisible text, lots of other stuff still hosed.
7130
7131         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
7132         new function, replaces the get/set palette stuff. This function 
7133         is intended for use by libgnomeui which should set the hook to a
7134         thing which sets the palette in GConf, and we need the
7135         GConf-to-xsettings proxy which will result in the change being
7136         propagated back to the GTK app.
7137
7138         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
7139         about unusable signals that it may be because the signal has 
7140         parameters.
7141
7142         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
7143         style, otherwise gtkrc.c won't know to create a new GtkStyle for
7144         it.
7145         (gtk_widget_modify_color_component): call
7146         gtk_widget_modify_style() so the rc style will get copied.
7147         (gtk_widget_modify_font): ditto
7148
7149         * gtk/gtkrc.c: make a couple variables static
7150
7151         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
7152         help button by default, since it does nothing
7153
7154         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
7155         around with UI
7156
7157         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
7158         so we can have tooltips
7159
7160         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
7161         can have tooltips
7162
7163         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
7164         GDK_ENABLE_BROKEN, because its memory behavior is completely
7165         hosed.
7166
7167         * gtk/gtknotebook.c: remove key press handler, replace with
7168         binding set, add numeric keypad support
7169
7170         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
7171
7172         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
7173
7174         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
7175         addition to plain Delete
7176
7177         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
7178         GDK_KP_Enter in addition to GDK_Return
7179
7180         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
7181         activate on entry instead of key press
7182         (gtk_font_selection_on_clist_key_press): get
7183         rid of this signal handler, not needed with new font sel.
7184
7185         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
7186         no-longer-needed emit_stop_by_name(), just return TRUE
7187
7188         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
7189         cruft, this widget is no longer focusable.
7190
7191         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
7192         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
7193         move_slider action signal, add binding set for vscale/hscale, in
7194         the process support numeric keypad
7195
7196         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
7197         make GDK_Return and GDK_KP_Enter activate the entry via 
7198         binding set, instead of hardcoded.
7199
7200 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
7201
7202         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
7203         code.  Some documentation added.
7204
7205 2001-04-27  Havoc Pennington  <hp@redhat.com>
7206
7207         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
7208
7209         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
7210
7211         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
7212         line/para separators
7213         (gtk_entry_create_layout): set single paragraph mode on the layout
7214
7215         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
7216         spacing between the image and label; instead, inside a button box 
7217         the button will get extra space that will go there, but if people 
7218         configure button box for 0 chubbiness, then there's no spacing.
7219
7220         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
7221         and min/max size style properties, so people can tune their
7222         chubbiness.
7223
7224         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
7225         functions
7226
7227         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
7228         space_style, and button_relief into style properties, remove
7229         functions for setting them
7230         
7231         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
7232         it back down
7233
7234         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
7235         types from gtk_widget_style_get
7236
7237         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
7238         with a style property.
7239
7240         * gdk/x11/gdkevents-x11.c: namespace the settings
7241
7242         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
7243
7244         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
7245         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
7246         be used. Also, translate doc strings for settings. Also, namespace
7247         the double-click-time property. Also, remove bell properties crap.
7248
7249 2001-04-27  Sven Neumann  <sven@gimp.org>
7250
7251         * Makefile.am: before creating links, check if pkg-config files
7252         exist for the default target. Otherwise link to the pkg-config files
7253         that got installed with this build.
7254
7255 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
7256
7257         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
7258         dragging code.  Revealed some (potential) GdkWindow bugs.
7259
7260         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
7261         _gdk_window_init_position to the end of reparent to fix the case
7262         of reparenting when new_x != old_x and new_y != old_y.
7263
7264 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
7265
7266         * gtk/gtkentry.c (strstr_len): Fix optimization that
7267         was correct for the use here, but completely incorrect
7268         in general.
7269
7270 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
7271
7272         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
7273         until patch adding gtk_window_set_size() is recommitted. 
7274
7275         * **Makefile.am configure.in gdk/x11/gdkim-11.c
7276           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
7277           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
7278           (#10784)
7279
7280 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
7281
7282         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
7283         window == NULL in a number of cases.
7284
7285         * tests/testdnd.c: Set module path for gdk-pixbuf.
7286
7287 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
7288
7289         * gtk/Makefile.am xembed.h: File containing #defines
7290         for XEMBED protocol.
7291
7292         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
7293
7294         - Change protocol from old plug/socket specific protocol
7295           to XEMBED draft
7296         - Various fixes to work with GTK+-2.0
7297
7298         Still quite a bit of work to do here to handle initiation
7299         from the socket side (as specified by XEMBED), to handle
7300         the more advanced features of XEMBED, and to figure out
7301         a good way to handle same-app embedding with less overhead
7302         than using full XEMBED.
7303
7304 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
7305
7306         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
7307         track of whether the toplevel has the focus; only send
7308         focus-in events to the focus widget when the window
7309         actually has the focus.
7310
7311 2001-04-25  Havoc Pennington  <hp@pobox.com>
7312
7313         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
7314         were still in the header
7315
7316 2001-04-24  Alexander Larsson  <alexl@redhat.com>
7317
7318         * gtk/gtkclist.[ch]:
7319         * gtk/gtkctree.c:
7320         When there is a row highlighted for D'n'D it must alse
7321         be painted hightlighted on exposes. Otherwise exposes from
7322         the icon being dragged will mess up the hightlight.
7323
7324         * gtk/gtkfontsel.c:
7325         Don't recenter selected font when exposing the font family
7326         clist. This means you can now actually scroll the font family
7327         list.
7328
7329         * gtk/gtknotebook.c:
7330         Fix focus movement on scrolling tabs that are placed on the left
7331         and right.
7332
7333 2001-04-21  Havoc Pennington  <hp@pobox.com>
7334
7335         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
7336         empty/invisible lines.
7337
7338         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
7339         (gtk_text_iter_set_visible_line_index): new functions to set
7340         indexes excluding invisible text
7341
7342         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
7343         index
7344
7345         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
7346         (gtk_text_iter_get_visible_line_offset): new functions to 
7347         get indexes excluding invisible text
7348
7349         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
7350         bunch of extra padding that served no purpose
7351
7352         * gtk/gtkdialog.c: Make all the spacings configurable via style
7353         properties, for chubbiness configuration in themes
7354
7355         * tests/testtext.c: fix path to the immodules.
7356         
7357 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
7358
7359         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
7360         got munched by #endif.
7361
7362         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
7363
7364         * gtk/gtktreeview.c: Refactored code to clean up a number of
7365         events.
7366
7367         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
7368         values to make consistent with other functions.  Spotted by Jeff
7369         Franks <jcf@tpg.com.au>.
7370
7371         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
7372         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
7373
7374 2001-04-23  Sven Neumann  <sven@gimp.org>
7375
7376         * gtk/Makefile.am
7377         * gtk/gtkplug.c
7378         * gtk/gtksocket.c: on request of Owen, reverted my last change 
7379         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
7380
7381 2001-04-23  Sven Neumann  <sven@gimp.org>
7382
7383         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
7384         compile for non-X11 targets again
7385
7386 2001-04-20  Alexander Larsson  <alexl@redhat.com>
7387
7388         * gtk/gtkcolorsel.[ch]:
7389         API Change. Take GdkColor arguments instead of gdouble *.
7390         Leave the old gtk_color_selection_set_color for compatibility,
7391         but marked deprecated.
7392         Do correct rounding when converting RGB <-> HSV.
7393         
7394         * gtk/gtkcolorseldialog.c:
7395         * tests/testgtk.c:
7396         Use new GtkColorSelection API.
7397
7398         * gtk/gtkhsv.c:
7399         Fix problem selecting colors in triangle when Hue is 330.
7400         Fix some black dots around the HSB triangle.
7401         
7402         * gtk/gtkfilesel.c:
7403         return FALSE from the focus_in_event handler to fix focus problems.
7404
7405 2001-04-18  Havoc Pennington  <hp@redhat.com>
7406
7407         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
7408         set, so keybindings are configurable    
7409         (gtk_window_activate_default): Change to activate the focus widget
7410         instead if there's a focus widget, to be consistent with the
7411         behavior that previously existed in key_press_event
7412
7413 2001-04-18  Havoc Pennington  <hp@redhat.com>
7414
7415         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
7416
7417 2001-04-18  Havoc Pennington  <hp@redhat.com>
7418
7419         Close bug #50615:
7420         
7421         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
7422         the layout
7423
7424         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
7425
7426         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
7427
7428         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
7429         
7430         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
7431         to blue for base, in addition to bg
7432         
7433 2001-04-18  Havoc Pennington  <hp@redhat.com>
7434
7435         * tests/testgtk.c (create_image): allow shrinking the image window
7436         to test that we clip to allocation.
7437
7438         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
7439         #9845
7440
7441         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
7442
7443 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
7444
7445         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
7446         mode on shm segments to 0600. We'll see who complains.
7447
7448         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
7449         _gdk_windowing_window_destroy() AFTER recursing through
7450         children.
7451
7452         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
7453         testsocket_child on X.
7454
7455         * tests/testsocket[_child].c: Fix uses of
7456         gtk_window_get_default_accel_group().
7457
7458         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
7459
7460         * gdk/gdkimage.c: (gdk_image_get):
7461         Deal with the possibility that XGetImage() might return NULL.
7462         Allocate the GdkImagePrivate structure only after XGetImage()
7463         succeeds in order not to dereference a NULL ximage pointer.  This
7464         prevents a core dump when XGetImage() fails - which is unlikely,
7465         but can happen due to race conditions accessing the geometries of
7466         drawables.  An x error will still be triggered, but the gdk image
7467         wrapper at least wont seg fault.
7468         
7469 2001-04-18  Havoc Pennington  <hp@redhat.com>
7470
7471         * gtk/gtkimage.c: fix to properly queue resizes when the image is
7472         set
7473
7474         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
7475         if the insertion point isn't editable
7476
7477         * demos/gtk-demo/images.c: Added a GtkImage demo
7478
7479         * demos/gtk-demo/drawingarea.c: drawing area demo
7480         
7481         * demos/gtk-demo/menus.c (create_menu): cleanups
7482
7483 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
7484
7485         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
7486           gdk/x11/gdkevents-x11.c: Introduce an extra child
7487         of toplevel windows that serves to hold the focus to
7488         avoid events being delivered to embedded windows.
7489
7490         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
7491         some extra variables to clean up code and reduce the
7492         number of casts.
7493
7494         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
7495         guint for 1 bit bit fields, not gboolean.
7496
7497 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
7498
7499         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
7500         not TRUE. (Fixes #52925)
7501
7502 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
7503
7504         * Released 1.3.4
7505
7506         * NEWS: Updated
7507
7508         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
7509         use GTK_TYPE_ENUM.
7510
7511 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
7512
7513         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
7514
7515         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
7516         names to compatibility #defines so docs work.
7517
7518         * gtk/gtkenums.h: Remove GtkMenuFactoryType
7519
7520         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
7521
7522         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
7523
7524         * tests/testgtkrc: No magenta cursors, please.
7525
7526         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
7527
7528         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
7529         
7530 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
7531
7532         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
7533         grabs, since they are no longer necessary.
7534
7535         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
7536         by signal_connect() and call gtk_button_pressed() rather
7537         than signal_connect_after().
7538
7539         * tests/testgtk.c: Restore radio menu items to combos 
7540         since they'll look OK with Raleigh, and it is easier
7541         than finishing the process of removing them that was
7542         started earlier.
7543
7544 2001-04-16  Hans Breuer  <hans@breuer.org>
7545
7546         * gdk/gdk.def :
7547         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
7548
7549         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
7550         we are interested in the functions return value not the function address
7551         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
7552
7553         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
7554
7555 2001-04-14  Hans Breuer  <hans@breuer.org>
7556
7557         * gdk/gdk.def :
7558         * gdk/makefile.msc : updated
7559
7560         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
7561         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
7562         (the testgtk::text backgound pixmap is drawn again)
7563         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
7564         Win32 Pango change
7565         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
7566
7567         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
7568         Not sure if the returned settings have the right unit, because I couldn't
7569         find any docs for the X version ...
7570
7571         * gtk/gtk.def :
7572         * gtk/makefile.msc.in : updated
7573
7574 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
7575
7576         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
7577         wording problems. (Compared to version from Johannes Stezenbach to
7578         check correctness.)
7579
7580 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
7581
7582         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
7583         this to compile.
7584
7585 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
7586
7587         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
7588         not pixbufpos.
7589
7590         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
7591
7592         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
7593         are unsigned insts, therefore use g_value_set_uint.
7594         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
7595
7596 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
7597
7598         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
7599
7600         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
7601         GTK_TYPE_STRING.
7602
7603         * gtk/gtktreeview.c: New functions to allow initial column
7604         dragging work.
7605
7606         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
7607
7608         * tests/testtreefocus.c: give dave some love.
7609
7610         * tests/testtreesort.c: Modify test to check really long samples.
7611
7612 2001-04-11  Alexander Larsson  <alexl@redhat.com>
7613
7614         * gtk-2.0.m4: Pass pkg-config options
7615         before the other args so it works even if
7616         POSIXLY_CORRECT is set.
7617
7618 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
7619
7620         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
7621         0, interface 0).
7622
7623 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
7624
7625         * gtk/gtkcalendar.c (gtk_calendar_button_press):
7626         check for action_func != NULL
7627
7628 2001-04-04  Sven Neumann  <sven@gimp.org>
7629
7630         * tests/testgtk.c (test_init): corrected path to gtk.immodules
7631
7632 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
7633
7634         * Released Gtk+-1.3.3.
7635
7636 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
7637
7638         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
7639
7640 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
7641
7642         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
7643         files to/from source dir. (if we don't stay in builddir, we
7644         can't reach make-inline-pixbuf.
7645
7646         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
7647         deps.
7648
7649         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
7650         ages 0).
7651
7652 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
7653
7654         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
7655         moved to the GtkTreeSortable interface.
7656
7657         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
7658         Make more efficient (fixes #50262).
7659
7660 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
7661
7662         * NEWS: Updated.
7663
7664         * configure.in: Remove support for uninstalled glib.
7665
7666         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
7667         so as not to stop emission.
7668
7669         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
7670         is no longer supported.
7671
7672         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
7673         into tests, change build order to build modules before
7674         gtk/.
7675
7676         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
7677         to here.
7678
7679 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
7680
7681         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
7682         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
7683         GPatternSpec. this is actually unlikely to cause breakage in
7684         third-party apps since except for gle, pretty much ever caller
7685         passes NULL here.
7686
7687         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
7688
7689         * *.c: use g_pattern_*() API.
7690
7691         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
7692
7693         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
7694         directions aren't passed in.
7695
7696         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
7697         functionality to be usable from gtkstyle.c as well, give precedence
7698         for conversion to user-supplied parsers.
7699         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
7700
7701         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
7702         _gtk_settings_parse_convert() for rcporperty value conversion.
7703
7704 2001-04-03  Alexander Larsson  <alexl@redhat.com>
7705
7706         * gdk/linux-fb/gdkevents-fb.c:
7707         Add empty gdk_setting_get().
7708
7709 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
7710
7711         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
7712         variable names.
7713         
7714         * gtk/makeenums.pl: touch this so enum files get remade.
7715
7716 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
7717
7718         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
7719         work again when not sorted.
7720
7721         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
7722         and "expand_row" signal, closing bug 52578.
7723
7724         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
7725         support.
7726
7727         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
7728         support.
7729
7730 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
7731
7732         * gdk/gdkevents.h: Add GdkEventSetting event for notification
7733         of changes to system settings, gdk_setting_get() to retrieve
7734         a single system setting.
7735
7736         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
7737         to the draft XSETTINGS mechanism.
7738
7739         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
7740         XSETTINGS.
7741
7742         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
7743         of GDK settings changes to the GtkSettings object.
7744
7745         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
7746         double-click-timeout property to GDK.
7747
7748         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
7749         Define GDK boxed types here.
7750
7751         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
7752         gdk/gdkenumtypes.[ch] for enum definitions.
7753
7754         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
7755         * gtk/gtk-boxed.defs: Comment out GDK types
7756         * gtk/gtktypeutils.h: Remove GDK types
7757         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
7758
7759 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
7760
7761         * Applied patch from Ron Steinke to add signal accumulators
7762         so that signals with the convention 'TRUE return means
7763         handled' stop emission on a TRUE return.
7764
7765         * gtk/gtkmain.[ch]: Add private accumulator 
7766         _gtk_boolean_handled_accumulator, used throughout GTK+.
7767         
7768         * gtk/gtkspinbutton.c: Add accumulator for ::output.
7769
7770         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
7771         
7772         * gtk/gtkwidget.c: Add accumulators for event signals,
7773         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
7774         for ::mnemonic-activate.
7775
7776         * gtk/gtkwindow.c: Add accumulator for ::frame_event
7777
7778 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
7779
7780         * gtk/gtkwidget.c: Add missing include.
7781
7782 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
7783
7784         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
7785         marshaller.
7786
7787         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
7788         "changed" signal to "range_changed".
7789
7790         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
7791         removing a tree from one model would remove all trees from that
7792         model.
7793         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
7794         changed signal instead.
7795
7796 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
7797
7798         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
7799         chaining up to parent impl, since we have a INPUT_ONLY
7800         window.
7801
7802         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
7803         foreground color for the cursor.
7804
7805 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
7806
7807         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
7808         param spec when caching property values, since we unref it
7809         later when we free the style.
7810
7811         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
7812         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
7813
7814 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
7815
7816         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
7817         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
7818         stupidity.
7819
7820 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
7821
7822         [ First pass at adding style properties. Still needs some definite
7823         fine-tuning. ]
7824
7825         * gtk/gtkbutton.c: Add ::default_spacing style property.
7826          
7827         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
7828         ::indicator_spacing style properties.
7829
7830         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
7831         style properties.
7832
7833         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
7834         rather than a normal property.
7835
7836         * gtk/gtkwidget.c: Add an ::interior_focus style property to
7837         draw focus inside buttons, in the Windows/Java Metal/etc. style.
7838
7839         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
7840         Honor ::interior_focus.
7841         
7842         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
7843         TRUE.
7844
7845         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
7846         Add ::slider_width, ::trough_border, ::stepper_size,
7847         ::stepper_spacing style properties.
7848
7849         * gtk/gtkscale.[ch] Add ::slider-length style property.
7850
7851 2001-04-02 Alexander Larsson   <alexl@redhat.com>
7852
7853         * gdk/linux-fb/gdkwindow-fb.c:
7854         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
7855         warnings that were spewed on startup.
7856
7857         * gtk/gtkwindow-decorate.c:
7858         gtk_window_reposition -> _gtk_window_reposition
7859
7860 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
7861
7862         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
7863         Add boxed type for GtkRequistion. Use it for ::size-request.
7864
7865         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
7866         Add a new GtkBorder structure useful for geometry properties
7867         for widgets. Add corresponding GTK_TYPE_BORDER.
7868         
7869         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
7870         Support automatic parser selection like
7871         gtk_settings_install_property_parser().
7872
7873         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
7874         functionality for use by gtk_widget_class_install_style_property.
7875         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
7876
7877 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
7878
7879         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
7880         g_param_spec_unichar(). 
7881
7882 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
7883
7884         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
7885         _NET window managers.
7886
7887         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
7888
7889 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
7890
7891         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
7892         bad needs to be nuked, not just deprecated.
7893
7894         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
7895         gtk_widget_popup().
7896
7897         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
7898         
7899         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
7900         widget.
7901         
7902         * docs/Changes-2.0.txt: updates.
7903         
7904 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
7905
7906         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
7907         for (i = 0; i < 100; i ++)
7908           g_print ("I will confirm it compile before committing\n");
7909
7910 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
7911
7912         * gtk/gtktreestore.c: Initial work on implementing the
7913         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
7914
7915 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
7916
7917         * gtk/gtkwidget.c: fixed a bunch of notifications, added
7918         reference counts around emissions where the widget is used afterwards.
7919         added freeze/thaws around multiple properties being notified.
7920         (_gtk_widget_get_aux_info): cleanups.
7921         
7922         * gtk/gtksettings.c (gtk_settings_install_property): provide
7923         default parsing functions for gdkcolor, enums and flags.
7924
7925         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
7926         applied by owen.
7927         backed out gtk_window_get_location(), gtk_window_set_location(),
7928         gtk_window_get_size() and gtk_window_set_size(), these
7929         have to be sorted out wrg x/y/width/height/default_with/default_height
7930         properties.
7931         kept a flag in GtkWindowGeometryInfo to handle user
7932         resetting default sizes.
7933         cleaned up ZVT comments.
7934         bunch of assorted bug fixes, notification fixes.
7935         (_gtk_window_reposition): make this a really internal function.
7936         
7937         * gtk/testgtk.c: fixups.
7938         
7939 2001-03-31  Hans Breuer  <hans@breuer.org>
7940
7941         * config.h.win32.in : disable USE_MMX for msvc build cause
7942         the assembler doesn't fit and is out of my scope. Disable
7943         USE_GMODULE for msvc build as wel. The right way to share
7944         binaries on win32 would be to use libtiff.dll etc. To reduce
7945         installation hassles IMO it's better to include all fileformats
7946         builtin to gdk-pixbuf
7947
7948         * gdk-pixbuf/makefile.msc : new file
7949
7950         * gdk/gdk.def : updated
7951
7952         * gdk/win32/gdkevents-win32.c : don't erase the background if
7953         .no_bg is set. It improves the scrolling (e.g. of testgtk main
7954         buttons
7955         * gdk/win32/gdkgeometry-win32.c : added comment about the above
7956
7957         * gdk/win32/gdkwindow-win32.c : added three new functions like
7958         the X version. Only one is implemented, because the other two
7959         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
7960         be default behaviour on win32 anyway ...
7961
7962         * gtk/gtk.def : updated
7963
7964         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
7965         from where it was built and add an additional rule to automagically
7966         build gtkmarshal.[hc]
7967
7968         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
7969         before array access for the current entry isn't finished
7970
7971         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
7972         use g_return_val_if_fail
7973
7974         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
7975         for the static array, but let the compiler calculate it. It
7976         makes me wonder if gcc isn't capable to catch bugs like this ...
7977
7978 2001-03-31  James Henstridge  <james@daa.com.au>
7979
7980         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
7981         constant "-1" in the aux info structure.
7982
7983 2001-03-30  Alexander Larsson  <alexl@redhat.com>
7984
7985         * gtk/gtkbutton.c (gtk_button_get_property):
7986         * gtk/gtklabel.c:
7987         Remove leaks.
7988         
7989         * gtk/gtkcontainer.c:
7990         * gtk/gtkhscale.c:
7991         * gtk/gtkhscrollbar.c:
7992         * gtk/gtklayout.c:
7993         * gtk/gtkmisc.c:
7994         * gtk/gtkprogress.c:
7995         * gtk/gtkprogressbar.c:
7996         * gtk/gtkrange.c:
7997         * gtk/gtktable.c:
7998         * gtk/gtkviewport.c:
7999         * gtk/gtkvscale.c:
8000         * gtk/gtkvscrollbar.c:
8001         * gtk/gtkwidget.c:
8002         Property patches, based on patches from John Margaglione and Lee Mallabone.
8003
8004 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
8005
8006         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
8007         adjustment. Cleaned redundant preconditions (spin != NULL). Added
8008         inline API function docs.
8009         (gtk_spin_button_new_with_range): New convenience constructor.
8010         (gtk_spin_button_set_increments): New adjustment helper.
8011         (gtk_spin_button_set_range): New adjustment helper.
8012
8013         * gtk/testgtk.c : added test of the new convenince constructor and
8014         value_changed signals.
8015
8016 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
8017
8018         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
8019         listen to the reorder signal.
8020
8021 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
8022
8023         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
8024         to get the aux info structure fo the widget.
8025
8026         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
8027         above function.
8028
8029         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
8030
8031         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
8032         to get the size of the window manager frame, basically the same
8033         code that gdk_window_get_root_origin() had
8034         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
8035
8036         * gtk/gtkwindow.c (gtk_window_set_default_size): use
8037         gdk_window_resize() if the window is realized and resizeable
8038
8039         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
8040         typo so that setting gravity works
8041
8042         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
8043         allocation if auto_shrink is on, even if the default size
8044         has not changed.
8045
8046         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
8047         g_return_if_fail
8048
8049 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
8050
8051         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
8052         reordering/sorting work.  Now pretty much works.
8053
8054         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
8055         reorder mostly work.  Still need to get the parity correct.
8056
8057         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
8058         signal, so I can listen for the sort_column_changed signal so I
8059         can change my "sort_indicator" property.  Cool.
8060
8061 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
8062
8063         [ Patch from Havoc Pennington, hp@redhat.com ]
8064
8065         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
8066         Add functions gdk_window_begin_resize_drag/begin_move_drag
8067         to start resizing or moving a toplevel window. This
8068         is done either using the _NET_WM_MOVERESIZE protocol,
8069         or, if that isn't present, by emulation.
8070
8071         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
8072         to export the above to GTK+-land.
8073
8074         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
8075         
8076         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
8077         Move this function into gdkwindow, since we need it
8078         when implementing fallback resizing.
8079
8080         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
8081         Fix typo when setting gravity.
8082
8083         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
8084         Add an optional (but on by default) resize grip for resizing 
8085         the parent window.
8086
8087 01-03-29  Alexander Larsson  <alexl@redhat.com>
8088
8089         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
8090         Don't return TRUE from the event handler, that blocks all
8091         event signals on the tooltip widget. Now you can press buttons
8092         in toolbars again.
8093
8094 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
8095
8096         * gtk/testtext.c (create_buffer): Add missing NULL on
8097         valist.
8098
8099         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
8100         c-n-p problem with INCONSISTENT property.
8101
8102         [ Patch from Havoc Pennington  <hp@redhat.com> ]
8103
8104         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
8105         hook.
8106
8107         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
8108         signal as a hook for extending the default popup menu
8109
8110         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
8111         use radio menu items for the input method menuitems
8112
8113         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
8114         inserted unicode from Ctrl-Shift-hex input method
8115
8116         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
8117         validatation here, already done at GtkTextBuffer level.
8118
8119         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
8120         popup_menu run action signal and Shift+F10 and Menu keybindings.
8121
8122         * gtk/gtkentry.c: implement a default handler for popup_menu
8123
8124         * gtk/gtktextview.c: implement a default handler for popup_menu
8125
8126         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
8127         from a key event
8128         
8129         * gtk/gtklabel.c: remove "trailer" cruft
8130
8131 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
8132
8133         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
8134         handle reordering of trees.  Seems to mostly work w/ the exception
8135         of the parity flag.
8136
8137         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
8138         signal.
8139
8140 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
8141
8142         * gtk/gtkwidget.h: c++ fixes.
8143
8144 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
8145
8146         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
8147         memory.
8148
8149 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
8150
8151         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
8152         Nils Barth fixing event return values. (#51041)
8153
8154         * gtk/gtkwidget.c: Fix some return values for default
8155         functions.
8156
8157         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
8158         return values for trough_keys functions.
8159
8160         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
8161         value for add_accelerator (shoudl have been a void
8162         return.)
8163
8164         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
8165         Fix return type of EVENT.
8166
8167         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
8168         signal return a boolean.
8169
8170 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
8171
8172         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
8173         reordered signal.
8174
8175         * tests/testtreesort.c (main): fix spelling.
8176
8177 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
8178
8179         * gtk/gtkliststore.c: More work on implementing sortable
8180         interface.
8181
8182 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
8183
8184         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
8185         reference the widgets in the resulting list. (#11821)
8186         This makes this consistent with gtk_container_children.
8187
8188         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
8189         uses of gtk_window_list_toplevels.
8190
8191 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
8192
8193         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
8194         a virtual function to set whether the IM context should use 
8195         the preedit string. (#51922)
8196         
8197 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
8198
8199         * gdk/gdkpango.h: Remove stale FIXME comment.
8200
8201 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
8202
8203         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
8204         Fixed bug that returned NULL if a filename was selected.
8205
8206 2001-03-24  Havoc Pennington  <hp@pobox.com>
8207
8208         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
8209         to contain the word "theme"
8210
8211 2001-03-24  Havoc Pennington  <hp@pobox.com>
8212
8213         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
8214         slower but finer-grained
8215         (gtk_hsv_focus): get initial focus on the ring or triangle 
8216         according to tab direction
8217
8218         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
8219
8220 2001-03-23  Havoc Pennington  <hp@pobox.com>
8221
8222         * gtk/gtkhsv.c: make this somewhat key-navigable
8223
8224         * gtk/gtkfontsel.c: mnemonics
8225
8226         * gtk/gtkgamma.c: mnemonics
8227
8228         * gtk/gtkcolorsel.c: add mnemonics to labels
8229
8230 2001-03-22  Havoc Pennington  <hp@pobox.com>
8231
8232         Applied big patch from Seth Lytle to fix event handler return
8233         values, slightly modified.
8234
8235         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
8236         handled.
8237         (gtk_calendar_key_press): return TRUE for GDK_space triggers
8238         select_day
8239
8240         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
8241         (gtk_clist_button_release): return TRUE if handled
8242
8243         * gtk/gtkcolorsel.c (mouse_release):
8244         (palette_activate): 
8245         (palette_press): 
8246         (palette_new): 
8247         (mouse_press): 
8248         (get_screen_color): 
8249         fixed return type (void to gboolean), return TRUE,
8250         added GTK_SIGNAL_FUNC cast
8251
8252         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
8253         (void to gboolean), and return TRUE
8254         (gtk_combo_button_release): changed return value to TRUE after
8255         gtk_grab_add on combo->popwin
8256
8257         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
8258         collapse or expand
8259
8260         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
8261         button/motion
8262
8263         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
8264         press/release and motion that trigger act
8265
8266         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
8267
8268         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
8269         for GDK_Return
8270         
8271         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
8272         (gtk_list_button_release): return TRUE if selection
8273
8274         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
8275         press
8276
8277         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
8278         (gtk_menu_shell_button_release): chain parent_menu_shell retval
8279
8280         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
8281         nothing triggered
8282         (gtk_notebook_button_release): return TRUE if we do anything
8283
8284         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
8285         (gtk_spin_button_button_release): return TRUE or chained retval
8286
8287         * gtk/gtktext.c (gtk_text_button_press): 
8288         (gtk_text_button_release): return TRUE
8289         (gtk_text_key_press): remove redundant retval code
8290         
8291         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
8292         and sensitive
8293         (gtk_tree_item_subtree_button_click): changed type to gint, and return
8294         TRUE if sensitive
8295
8296         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
8297         return TRUE
8298
8299 2001-03-23  Havoc Pennington  <hp@redhat.com>
8300
8301         * gtk/testgtk.c: fix warnings
8302
8303         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
8304
8305         * gtk/gtktextview.c: fix warnings
8306
8307         * gtk/gtktext.c (find_cursor_at_line): fix warning
8308
8309         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
8310
8311         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
8312         of this function
8313
8314         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
8315         fix warning
8316
8317         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
8318
8319         * gtk/gtkfontsel.c: fix warning
8320
8321         * gtk/gtkcolorsel.c: fix warnings
8322
8323 2001-03-23  Havoc Pennington  <hp@redhat.com>
8324
8325         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
8326
8327         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
8328
8329         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
8330         and deprecated gtk_check_menu_item_set_show_toggle().
8331         
8332         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
8333
8334         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
8335
8336         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
8337
8338 2001-03-23  Havoc Pennington  <hp@redhat.com>
8339
8340         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
8341         some docs
8342
8343 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
8344
8345         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
8346         this.
8347
8348         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
8349         set_cell to set_value
8350
8351         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
8352         set_cell to set_value
8353
8354 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
8355
8356         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
8357         fix braino.
8358         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
8359         support.
8360
8361         * gtk/gtktreeview.c: Addition of initial sortable support.
8362
8363         * gtk/gtktreestore.c: Addition of initial sortable support.
8364
8365         * gtk/gtkliststore.c: Addition of initial sortable support.
8366
8367         * gtk/gtkmarshal.list: yet another marshaller.
8368
8369         * gtk/gtktreedatallist.[ch]: shared code between the store models
8370         for handling sorting headers.
8371
8372 2001-03-22  Havoc Pennington  <hp@redhat.com>
8373
8374         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
8375         (gtk_container_unset_focus_chain): Add ability to override the 
8376         focus chain for a container explicitly
8377
8378 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
8379
8380         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
8381         added PROP_MNEMONIC_WIDGET.
8382
8383         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
8384         (gtk_window_remove_mnemonic): 
8385         (gtk_window_add_mnemonic): fixed assertions.
8386         (gtk_window_activate_mnemonic): constrain modifier checks to those
8387         permitted by gtk_accelerator_get_default_mod_mask().
8388         got rid of gtk_window_get_default_accel_group().
8389
8390         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
8391         activatable widgets either by focussing or a warning.
8392         added a signal accumulator to ::activate_mnemonic which stops the
8393         emission once a handler returned TRUE.
8394
8395 2001-03-22  Havoc Pennington  <hp@pobox.com>
8396
8397         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
8398         the stock item label
8399
8400         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
8401
8402         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
8403
8404         * demos/gtk-demo/*.c: Add mnemonics all over the place
8405
8406         * gtk/gtklabel.h: mark parse_uline deprecated
8407
8408 2001-03-21  Alexander Larsson  <alexl@redhat.com>
8409
8410         * gtk/gtkitemfactory.[ch]:
8411         Add support for stock and normal imagemenuitems.
8412         
8413         * gtk/testgtk.c:
8414         Add some tests for mnemonics, stock toolbars, stock
8415         and image menuitems in itemfactory and gdk_window_scroll.
8416
8417 2001-03-21  Alexander Larsson  <alexl@redhat.com>
8418
8419         * gtk/gtkbutton.[ch]:
8420         * gtk/gtkdialog.c:
8421         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
8422         removed accel_group argument. Renamed gtk_button_new_accel() to
8423         gtk_button_new_with_mnemonic() and removed accel_group argument.
8424
8425         * gtk/gtkcheckbutton.[ch]:
8426         New function gtk_check_button_new_with_mnemonic().
8427
8428         * gtk/gtkentry.c:
8429         Override activate_mnemonic and just grab focus.
8430
8431         * gtk/gtkitemfactory.c:
8432         Don't add menu uline accel group, instead use mnemonics support.
8433
8434         * gtk/gtklabel.[ch]:
8435         New support for mnemonics.
8436
8437         * gtk/gtkmarshal.list:
8438         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
8439
8440         * gtk/gtkmenu.[c]:
8441         * gtkmenushell.c:
8442         Use mnemonics instead of accel groups for uline
8443         support in menu items.
8444         Removed gtk_menu_get_uline_accel_group() and
8445         gtk_menu_ensure_uline_accel_group().
8446
8447         * gtk/gtkmenuitem.c:
8448         Override activate_mnemonic to handle switching between
8449         menu items if there are collisions.
8450         
8451         * gtk/gtknotebook.c:
8452         Connect to activate_mnemonic on the tab_label, so that
8453         activating it switches to that notebook page.
8454
8455         * gtk/gtkwidget.[ch]:
8456         Add activate_mnemonic signal. New function
8457         gtk_widget_activate_mnemonic() to emit it.
8458         Default implementation does activate/grab_focus.
8459
8460         * gtk/gtkwindow.[ch]:
8461         Add support for mnemonics in windows.
8462         New functions:
8463         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
8464         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
8465
8466         * gtk/testgtk.c:
8467         Update to function name changes.
8468         
8469 2001-03-21  Alexander Larsson  <alexl@redhat.com>
8470
8471         * gtk/gtkimagemenuitem.[c]:
8472         Add gtk_image_menu_item_new_from_stock()
8473
8474 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
8475
8476         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
8477         Fix buglet in meeting.
8478
8479 2001-03-19  Havoc Pennington  <hp@redhat.com>
8480
8481         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
8482         add a bunch of accessor functions. This is because we have
8483         reasonable expectations of extending what fields it contains in
8484         the future.
8485
8486         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
8487         changes
8488
8489         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
8490         GtkIconSource   
8491
8492 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
8493
8494         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
8495         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
8496
8497         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
8498           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
8499           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
8500           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
8501         Change float to double everywhere with the exception of 0<->1.0 alignment
8502         and GtkCurve.
8503
8504 2001-03-19  Tor Lillqvist  <tml@iki.fi>
8505
8506         * gdk/win32/gdkdrawable-win32.c
8507         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
8508         output.
8509
8510         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
8511         gdkwin32.h.
8512
8513 2001-03-18  Tor Lillqvist  <tml@iki.fi>
8514
8515         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
8516         print_event_state, print_event): Use preprocessor macro to make
8517         code more compact. Print also GDK_WINDOW_STATE events.
8518         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
8519         
8520         * gtk/gtk.def
8521         * gtk/makefile.mingw.in: Update.
8522
8523         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
8524         to catch also Cygwin.
8525
8526 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
8527
8528         * gtk/gtkspinbutton.[hc]: added rc-style argument
8529         GtkSpinButton::shadow_type.
8530         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
8531         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
8532         rc-style settings.
8533
8534         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
8535
8536         * gtk/gtkwidget.c: quark cleanups.
8537
8538         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
8539         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
8540         to create_rc_style() (we don't do cloning in standard OO sense).
8541         added per rc style properties.
8542         
8543         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
8544         property values and for caching those. some cleanups.
8545         
8546         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
8547         
8548         * gtk/gtksettings.[hc]: new file for global rc-file properties
8549         (at least currently, should get extended to support X properties
8550         and other communication mechanisms).
8551         
8552         * gtk/gtkwidget.[hc]: added style property support:
8553         (gtk_widget_class_install_style_property_parser): install style
8554         property pspec with parser function for rc-file values other
8555         than LONG, DOUBLE or STRING.
8556         (gtk_widget_class_install_style_property): same as above without
8557         parser (parsers are going to be needed quite infrequently).
8558         (gtk_widget_style_get_property): retrive style property value.
8559         (gtk_widget_style_get_valist): same as above with varargs support,
8560         has NOCOPY semantics.
8561         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
8562
8563 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
8564
8565         * demos/gtk-demo/main.c (row_activated_cb): modified to use
8566         "row_activated" signal.
8567
8568         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
8569         stupidity.  Lets actually pass in the row with this signal...
8570
8571 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
8572
8573         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
8574
8575         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
8576
8577         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
8578         everything into the ::destroy function, and freed a lot more.
8579
8580 2001-03-16  Havoc Pennington  <hp@redhat.com>
8581
8582         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
8583         instead of gint16, to avoid overflow issues, since sizes > 16-bit
8584         are now allowed.
8585
8586 2001-03-16  Havoc Pennington  <hp@redhat.com>
8587
8588         * Applied patch from Nils Barth (bug # 51041) to 
8589         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
8590         in various places.
8591
8592 2001-03-15  Havoc Pennington  <hp@redhat.com>
8593         
8594         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
8595         for properties to set on the tag.
8596
8597         * gtk/testtext.c: fixups to reflect create_tag change
8598         
8599         * gtk/gtktexttag.c (gtk_text_tag_set_property):
8600         background/foreground stipple are objects, not boxed.
8601
8602         * demos/gtk-demo/textview.c: intellihancing
8603
8604 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
8605
8606         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
8607         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
8608
8609 2001-03-16  Alexander Larsson  <alexl@redhat.com>
8610
8611         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
8612         Fix sign error with queued region translations.
8613
8614 2001-03-15  HideToshi Tajima  <tajima@happy>
8615
8616         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
8617         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
8618         * gtk/gtkentry.c (update_im_cursor_location): 
8619         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
8620         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
8621         set_cursor_pos to set_cursor_location in GtkInputContext class
8622
8623 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
8624
8625         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
8626         the location of the cell relative to its area.
8627         * gtk/gtkcell*: modified for above change
8628         * gtk/gtktreeview.c: modified for above change.
8629
8630 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
8631
8632         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
8633          (gtk_tree_view_finalize): actually unref the model.  Thanks to
8634         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
8635
8636 2001-03-14  Havoc Pennington  <hp@redhat.com>
8637
8638         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
8639         
8640         * gtk/gtk.h: remove gtkdata.h
8641
8642         * gtk/Makefile.am: remove gtkdata
8643         
8644         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
8645         not "disconnect" on the adjustments.
8646         
8647         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
8648         GtkData
8649
8650         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
8651         not GtkData
8652
8653         * configure.in: handle case where X render exists, but Pango lacks
8654         Xft support.
8655
8656 2001-03-15 Alexander Larsson  <alexl@redhat.com>
8657
8658         * gtk/gtktoolbar.[ch]:
8659         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
8660         to add stock items to toolbars.
8661
8662         * gtk/Makefile.am:
8663         Remove ../gdk/gdkim.h from gdk_headers.
8664
8665 2001-03-15  Sven Neumann  <sven@gimp.org>
8666
8667         * gdk/gdkim.h: removed
8668         
8669         * gdk/gdkprivate.h
8670         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
8671
8672 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
8673
8674         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
8675         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
8676         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
8677         set_cursor_pos() virtual method
8678
8679         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
8680         (gtk_im_context_xim_set_cursor_pos): add implementation for
8681         set_cursor_pos() method
8682
8683         * gtk/gtkentry.c (recompute_idle_func): set current cursor
8684         position to input methods
8685
8686 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
8687
8688         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
8689         code a lot.
8690
8691         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
8692         g_mem_chunk.
8693         (_gtk_tree_data_list_alloc): use g_mem_chunk.
8694         (_gtk_tree_data_list_node_to_value): Fix to switch on
8695         G_TYPE_FUNDAMENTAL.
8696         (_gtk_tree_data_list_value_to_node): Fix to switch on
8697         G_TYPE_FUNDAMENTAL.
8698         (_gtk_tree_data_list_node_copy): Fix to switch on
8699         G_TYPE_FUNDAMENTAL.
8700
8701 2001-03-12  Havoc Pennington  <hp@redhat.com>
8702
8703         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
8704         to convert to new property API. Also, change default_width and
8705         default_height get_property to return 0 as the flag value for
8706         "unset"; -1 is not a valid value for these fields.
8707
8708 2001-03-12  Havoc Pennington  <hp@redhat.com>
8709
8710         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
8711         enum with registration for icon sizes, instead of strings.
8712
8713         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
8714         gtkwidget.c: Fix to reflect GtkIconSize
8715         
8716 2001-03-12  Alexander Larsson  <alexl@redhat.com>
8717
8718         Make GtkFB compile and link.
8719         
8720         * gdk/linux-fb/gdkdrawable-fb2.c:
8721         window->mapped to GDK_WINDOW_IS_MAPPED(). 
8722         
8723         * gdk/linux-fb/gdkwindow-fb.c:
8724         window->mapped to GDK_WINDOW_IS_MAPPED(). 
8725         Added gdk_window_shape_combine_region.
8726         Added assorted placeholders for unimplemented new GdkWindow API calls.
8727
8728 2001-03-12  Alexander Larsson  <alexl@redhat.com>
8729
8730         * gtk/gtkfilesel.c:
8731         Add more test when converting filenames from/to utf-8.
8732         Don't allow entering text in the filename entry which isn't allowed in
8733         a filename. Just beep instead.
8734
8735 2001-03-12  Alexander Larsson  <alexl@redhat.com>
8736
8737         * gtk/gtkclist.c:
8738         Scroll using gdk_window_scroll(). Don't wait for exposes.
8739         Move the column headers in an order that makes them flash less.
8740
8741 2001-03-10  Hans Breuer  <hans@breuer.org>
8742
8743         * gdk/gdk.def : updated
8744
8745         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
8746         to offseting the clip_mask at the right place
8747
8748         * gdk/win32/gdkwindow-win32.c : don't create background brushes
8749         for all the gdkClasses, especially not for the input_only case.
8750         Otherwise flickering wont be avoidable, because we don't get
8751         WM_ERASEBKGND message for these windows.
8752
8753         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
8754         and fixed massive redraw problems apparently triggered by Alexanders 
8755         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
8756         but it seems to work quite well :-)
8757
8758         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
8759         prototype
8760
8761 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
8762
8763         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
8764         (gtk_list_store_set_cell): Fix a stupid typo.
8765
8766 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
8767
8768         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
8769         select_all not work if you're in SINGLE mode (it doesn't make that
8770         much sense, anyway.)
8771
8772         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
8773         handle types more sanely.
8774         (_gtk_tree_data_list_value_to_node): handle types more sanely.
8775         (_gtk_tree_data_list_node_copy): handle types more sanely.
8776
8777         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
8778         GValue better. Converts the type as well.
8779
8780         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
8781         GValue better. Converts the type as well.
8782
8783 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
8784
8785         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
8786         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
8787         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
8788         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
8789
8790         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
8791         gdk_im/gdk_ic.
8792
8793 2001-03-09  Hans Breuer  <hans@breuer.org>
8794
8795         * gdk/gdk.def : updated
8796
8797         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
8798         for their palette
8799
8800         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
8801         removing
8802
8803         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
8804         removing and implemented Havoc's GdkWindow state functions; 
8805         stick/unstick only as no-op, cause I don't know how to emulate 
8806         on win32 ...
8807
8808         * gtk/gtk.def : updated
8809
8810         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
8811
8812         * gtk/gtktypeutils.c : #include <string.h>
8813
8814         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
8815
8816 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
8817
8818         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
8819         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
8820         not a boxed.
8821
8822 2001-03-09  Alexander Larsson  <alexl@redhat.com>
8823
8824         * docs/Changes-2.0.txt:
8825         Document expose event->region change and that gtk_widget_event
8826         doesn't allow passing expose events.
8827
8828         * gdk/gdkevents.h:
8829         Add region to expose event.
8830         
8831         * gdk/gdkevents.c:
8832         Handle event->region in gdk_event_copy() and gdk_event_free().
8833
8834         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
8835         Generate expose_event->region when creating expose events.
8836
8837         * gdk/x11/gdkevents-x11.c:
8838         Generate expose events with regions when translating X events.
8839
8840         * gtk/gtkcontainer.[ch]:
8841         Default expose handler that propagates expose events to NO_WINDOW
8842         children. New function gtk_container_propagate_expose()
8843
8844         * gtk/gtkwidget.[ch]:
8845         Moved gtk_widget_event implementation to gtk_widget_event_internal.
8846         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
8847         expose events. New function gtk_widget_send_expose() to send expose
8848         events. New function gtk_widget_region_intersect() to calculate
8849         window/region intersections.
8850         
8851         * gtk/gtkmain.c (gtk_main_do_event):
8852         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
8853         Use gtk_widget_send_expose() to send expose events.
8854         
8855         * gtk/gtkbin.c:
8856         * gtk/gtkbox.c:
8857         * gtk/gtkfixed.c:
8858         * gtk/gtkimagemenuitem.c:
8859         * gtk/gtklist.c:
8860         * gtk/gtkpacker.c:
8861         * gtk/gtktable.c:
8862         * gtk/gtktree.c:
8863         Remove expose handler, using the default container implementation
8864         instead.
8865         
8866         * gtk/gtkbutton.c:
8867         * gtk/gtkcheckbutton.c:
8868         * gtk/gtkeventbox.c:
8869         * gtk/gtkfixed.c:
8870         * gtk/gtkhandlebox.c:
8871         * gtk/gtklayout.c:
8872         * gtk/gtklistitem.c:
8873         * gtk/gtkmenu.c:
8874         * gtk/gtkmenubar.c:
8875         * gtk/gtkmenuitem.c:
8876         * gtk/gtknotebook.c:
8877         * gtk/gtkoptionmenu.c:
8878         * gtk/gtkpaned.c:
8879         * gtk/gtkscrolledwindow.c:
8880         * gtk/gtktogglebutton.c:
8881         * gtk/gtktoolbar.c:
8882         * gtk/gtktreeitem.c:
8883         * gtk/gtkviewport.c:
8884         Chain expose handler to parent class handler. Use
8885         gtk_container_propagate_expose() to propagate exposes.
8886
8887         * gtk/gtkclist.c (check_exposures):
8888         * gtk/gtktext.c (process_exposes):
8889         Use gtk_widget_send_expose instead of gtk_widget_event.
8890
8891 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
8892
8893         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
8894
8895 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
8896
8897         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
8898         unref the nodes.   Fixes bug #50058.
8899
8900         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
8901         "::ref_iter" to "::ref_node".
8902         (gtk_tree_model_unref_node): change "::unref_iter" to
8903         "::unref_node". Fixes bug #50064.
8904
8905 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
8906
8907         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
8908         support for invisible cells.
8909          (gtk_tree_view_bin_expose): ditto
8910
8911 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
8912
8913         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
8914         on gobjects.
8915
8916         * tests/testtreefocus.c (main): New test file.
8917
8918         * tests/testtreeview.c: update to latest glib changes.
8919
8920         * tests/testtreecolumns.c: update to latest glib changes.
8921
8922 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
8923
8924         * gtk/testgtk.c: re-enabled event watcher emission hooks.
8925
8926 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
8927
8928         * *.c: added accumulator data argument to g_signal_newc()
8929         functions.
8930
8931         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
8932         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
8933         * gtk/treestoretest.c (make_window):
8934         s/g_signal_connect/g_signal_connectc/.
8935
8936         * gtk/gtktextbuffer.c: completed signal arg fixups,
8937         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
8938
8939 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
8940
8941         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
8942         G_CONST_RETURN.
8943
8944         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
8945         ::hierarchy-changed signal when a widget changes
8946         from anchored to unanchored or vice versa.
8947         (anchored means 
8948          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
8949         Use a private flag to keep track of this efficiently.
8950
8951 2001-03-07  Havoc Pennington  <hp@redhat.com>
8952
8953         * gtk/testgtk.c (create_spins): uglify so that size request gets
8954         tested.
8955
8956         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
8957         request on values for upper/lower, completes #6152
8958
8959 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
8960
8961         * Makefile.am: Remove gtk-config-2.0 again.
8962         (Grrrr, pkg-config. And stops make loops.)
8963
8964 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
8965
8966         * gtk/gtksignal.[hc]: removed old emission hook API.
8967         
8968         * docs/Changes-2.0.txt: fixed sections.
8969         
8970         * gtk/gtktextbuffer.c: signal arg fixups.
8971
8972 2001-03-07  Havoc Pennington  <hp@redhat.com>
8973
8974         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
8975
8976         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
8977         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
8978         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
8979         validation and the redraw which is higher priority than the
8980         validation.
8981
8982 2001-03-07  Havoc Pennington  <hp@redhat.com>
8983
8984         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
8985         (gtk_entry_set_property): remove trailer
8986
8987         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
8988         (gtk_entry_get_width_chars): new functions, to set size request to 
8989         a given number of characters
8990
8991         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
8992
8993         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
8994         (gtk_dialog_get_has_separator): new function
8995         (run_delete_handler): fix to not emit "response" signal
8996         because we already did in the delete event handler installed
8997         at dialog creation time.
8998         
8999         * gtk/gtkdialog.h: add a has_separator property,
9000         add GTK_DIALOG_NO_SEPARATOR flag
9001
9002 2001-03-07  Havoc Pennington  <hp@redhat.com>
9003
9004         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
9005         off decorations for a window.
9006
9007         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
9008         changes
9009
9010         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
9011         to get location of PangoLayout inside the label, closes #51198
9012
9013         * gtk/testgtk.c (create_bbox): fix up button box usage
9014
9015         * gtk/testcalendar.c (create_calendar): fix up button box usage
9016
9017         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
9018
9019         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
9020
9021         * gtk/gtkhbbox.h: deprecations
9022
9023         * gtk/gtkvbbox.h: deprecations
9024
9025         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
9026         emulate deprecated gtk_button_box_get_spacing
9027
9028         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
9029         the "set global default" functions
9030         (struct _GtkButtonBox): remove "spacing" field, use the one from 
9031         GtkBox base class
9032
9033         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
9034
9035         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
9036         render the icon, return the missing image icon.
9037
9038         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
9039         image icon if the load fails.   
9040
9041         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
9042         when no image is found; should be the Netscape "missing image"
9043         icon eventually but for now is a random image
9044
9045         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
9046         role for the session manager
9047
9048         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
9049
9050         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
9051         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
9052
9053         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
9054
9055 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
9056
9057         * gtk/*.c: marshaller fixes.
9058         
9059         * gtk/gtkmarshal.list: extreme cleanup.
9060
9061         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
9062         param spec for now.
9063
9064         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
9065         where appliable.
9066
9067         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
9068         special cased autogenerated boxed types from gtktypebuiltins_ids.c
9069         which are not reference counted:
9070         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
9071         PangoFontDescription, GtkTreeIter and GtkTreePath.
9072
9073 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
9074
9075         * gtk/gtktreeselection.h: 
9076         * gtk/gtktreemodel.c:
9077         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
9078         file should be included directly, and gobject/gmarshal.h
9079         as well as gtk/gtkmarshal.h even can't be included directly.
9080
9081         * Makefile.am: grr, install gtk-config-2.0.
9082
9083         * gtk/testgtk.c:
9084         * gtk/simple.c:
9085         * gtk/gtkmenu.c:
9086         * gtk/gtkitemfactory.c: use g_object_connect() instead of
9087         passing "*signal*::*" args to gtk_widget_set().
9088         
9089         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
9090         
9091         * gtk/*.c: removed trailer arg from property setters and getters.
9092         macro fixups.
9093
9094 2001-03-07  Alexander Larsson  <alexl@redhat.com>
9095
9096         * gtk/gtklabel.c (set_markup): Removed warning
9097
9098 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
9099
9100         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
9101         field to allow you to hide cell renderers.
9102
9103         * gtk/gtkcellrenderer.c: Add support for invisible cells.
9104
9105         * gtk/gtktreeview.c: Add support for invisible cells.
9106
9107 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
9108
9109         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
9110         Add "clicked" signal back to columns.
9111
9112         * ChangeLog: remove conflict markers.
9113
9114 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
9115
9116         * gtk/gtkbutton.c: Add animation of activation by, on 
9117         activate, pressing the button, and adding a timeout that 
9118         releases the button after 250ms or on key release and
9119         emits ::clicked. (#51501)
9120
9121         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
9122         action area, we connect to ::clicked instead of ::activate
9123         so the dialog stays up through the animation.
9124
9125 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
9126
9127         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
9128         check the ignore_enter flag for the menu shell that
9129         the item is actually a child of, not for attached
9130         submenus. (#51536)
9131
9132 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
9133
9134         * gtk/gtkmain.c (gtk_propagate_event): Only do special
9135         special key-press grab handling for widgets within
9136         GtkWindows. Otherwise, fall through to normal case.
9137
9138         This prevents key events being sent twice to GtkInvisible
9139         widgets, which can cause all sorts of mischief.
9140
9141 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
9142
9143         * gtk/gtkmain.c (gtk_propagate_event): When a grab
9144         widget is in effect, give the grab widget a first
9145         crack at KEY_PRESS/RELEASE events. (#424)
9146
9147 2001-03-06  James Henstridge  <james@daa.com.au>
9148
9149         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
9150         offset for the window_state_event to point at window_state_event
9151         rather than no_expose_event.
9152
9153 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
9154
9155         * gtk/gtkimmodule.h: fix busted /* comment */
9156
9157 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
9158
9159         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
9160         object properties.
9161
9162 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
9163
9164         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
9165         add object properties.
9166
9167         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
9168         to add object properties.
9169
9170         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
9171         object properties.
9172
9173         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
9174         add object properties.
9175
9176         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
9177         object properties.
9178
9179 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
9180
9181         * gtk/gtktreemodel.c: renamed "child_toggled" to
9182         "has_child_toggled".
9183
9184         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
9185         handle new signal name.
9186
9187         * gtk/gtktreestore.c: Updated to handle new signal name.
9188         * gtk/gtklisttore.c: Updated to handle new signal name.
9189         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
9190
9191 2001-03-05  Alexander Larsson  <alexl@redhat.com>
9192
9193         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
9194         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
9195
9196 2001-03-05  Michael Natterer  <mitch@gimp.org>
9197
9198         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
9199         pixbuf-engine coincidentially also failed to make one of it's
9200         parent_class pointers static, causing overwriting of GtkLabel's
9201         parent_class pointer in pixbuf_style_class_init().
9202         (Will commit the fix to the pixbuf-engine too).
9203
9204 2001-03-05  Alexander Larsson  <alexl@redhat.com>
9205
9206         * gdk/gdkwindow.h:
9207         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
9208         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
9209         gdk_window_set_icon_list for net wmspec functionality.
9210
9211         * gdk/x11/gdkwindow-x11.c:
9212         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
9213         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
9214         gdk_window_set_icon_list.
9215         Added gdk_wmspec_change_state helper function and used it in the code.
9216         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
9217
9218         * gtk/gtkdialog.c (gtk_dialog_init):
9219         Set GDK_WINDOW_TYPE_HINT_DIALOG.
9220
9221         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
9222         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
9223
9224         * gtk/gtkwindow.c:
9225         new function gtk_window_set_type_hint.
9226         On realize, set type hint and modal hint.
9227
9228         * gtk/gtkwindow.h:
9229         Added type_hint field and gtk_window_set_type_hint.
9230
9231 2001-03-05  Alexander Larsson  <alexl@redhat.com>
9232
9233         * gtk/gtklabel.[ch]:
9234         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
9235         New function gtk_label_get_accel_keyval () to get the underline accelerator
9236         of the label. Setting the label pattern overrides other attributes.
9237
9238 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
9239
9240         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
9241         Added missing initializers to gtk_rc_style_init().
9242
9243 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
9244
9245         * gtk/gtktextview.c: fixed bug #51097 about setting 
9246         gtk_text_view_set_border_window_size() if the widget is 
9247         already realized.
9248
9249 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
9250
9251         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
9252
9253         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
9254         comment. Won't do to have duplicated doc comments between
9255         the platform subdirs.
9256
9257 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
9258
9259         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
9260           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
9261
9262         Detectable auto-repeat - make a repeating key generate
9263         press/press/press/release instead of press/release pairs.
9264
9265         If we have Xkb and XkbSetDectableAutoRepeat supports
9266         that, we do it that way. Otherwise, when we get
9267         a release event, we check ahead with XPending to see
9268         if the next key is a KeyPress with the same keycode
9269         and timestamp. (Not 100% reliable, but pretty close.)
9270           
9271 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
9272         
9273         * gtk/gtkmain.c (gtk_propagate_event): Only do special
9274         special key-press grab handling for widgets within
9275         GtkWindows. Otherwise, fall through to normal case.
9276  
9277         This prevents key events being sent twice to GtkInvisible
9278         widgets, which can cause all sorts of mischief.
9279  
9280 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
9281  
9282         * gtk/gtkmain.c (gtk_propagate_event): When a grab
9283         widget is in effect, give the grab widget a first
9284         crack at KEY_PRESS/RELEASE events. (#424)
9285  
9286 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
9287
9288         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
9289         to extend the selection. (Roughly based on patch
9290         from Jay Cox, #50939)
9291
9292         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
9293         to properly handle previous GDK_BUTTON_PRESS. 
9294         (Patch from Jay Cox, #50938)
9295
9296         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
9297         '\0' back along with the deleted text. (#51148)
9298
9299 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
9300
9301         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
9302         the group when extracting it from the X keyboard event.
9303
9304         * modules/input/Makefile.am modules/input/imipa.c: 
9305         Simple module for entering IPA. (Do we need a 
9306         gtk-stupid-input-tricks CVS module?)
9307
9308 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
9309
9310         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
9311         const.
9312
9313         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
9314
9315         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
9316         is no focus widget for the dialog currently, grab the focus as well
9317         as the default.
9318
9319         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
9320         the action area's children to iterate through, not the
9321         dialog's children.
9322
9323 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
9324
9325         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
9326         Add plug-socket tests. (Won't work worth a darn until I commit
9327         the rest of the plug-socket changes, but no reason these
9328         can't go into CVS now.)
9329
9330 2001-03-02  Havoc Pennington  <hp@redhat.com>
9331
9332         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
9333         _gdk_region_get_xrectangles()
9334
9335         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
9336
9337         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
9338
9339         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
9340         function, contributed by Ron Steinke    
9341
9342         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
9343         gdk_net_wm_supports
9344
9345         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
9346         New function, contributed by Ron Steinke
9347
9348         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
9349         used to line up the text in the entry when using the entry for
9350         editable sheet cell hacks
9351
9352         * gtk/testgtk.c (create_entry): test the activate_default setting
9353         on GtkEntry
9354
9355         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
9356         cause the entry to activate the default button for a dialog when 
9357         activated
9358         (gtk_entry_get_activates_default): new function
9359
9360 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
9361
9362         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
9363         Hwang to move call to sync_selection() up a few lines
9364         to before the row list is modified, to fix crash when
9365         removing rows in the undo_selection list.
9366
9367         (Test case provided by Daniel Elstner:
9368
9369         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
9370
9371 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
9372
9373         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
9374         of tree->root_tree in parent_set rather than _map(), 
9375         fixing #50892 in a bit better manner.
9376
9377 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
9378
9379         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
9380
9381 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
9382
9383         * gtk/gtkstyle.c : Remove duplicate fwd decl for
9384         gtk_default_draw_shadow.
9385
9386 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
9387
9388         * gdk/gdkimage.c (gdk_image_new): Remove excess 
9389         warning, make warnings more verbose, treat a error
9390         in shmat as permanent, and don't try again.
9391         (#51163, Ed Randall.)
9392
9393 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
9394
9395         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
9396         delay for the first click before starting to scroll.
9397         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
9398
9399         * gtk/gtktext.c: GtkText should have I-beam cursor. 
9400         (based on gtk-enf-990513-1.patch, Eric Fisher.)
9401
9402 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
9403
9404         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
9405         cleanup to remove some references to unused
9406         ->xoffset, ->yoffset.
9407
9408 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
9409
9410         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
9411         mask. (#51039, fix from Martin Maierhofer)
9412
9413 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
9414
9415         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
9416         for unshifted + and shifted = for non-us keyboards.
9417         Make <Control>+ and <Control>- work as well as 
9418         <Control>KP_Plus, <Control>KP_Minus for recursive
9419         open/close.  (#2682, René Seindal)
9420
9421 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
9422
9423         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
9424         the active menu item before deactivating the menu,
9425         so gtk_menu_popdown doesn't change the history. (#50964)
9426         
9427 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
9428
9429         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
9430         draw lines with text_gc rather than black_gc.
9431         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
9432
9433 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
9434
9435         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
9436         Move handling of buttons fully in gtktreeviewcolumn.  This code is
9437         less interrelated then it was, but it still requires the
9438         GtkTreeView to map it.
9439
9440         * test/testtreecolumn.c: Now I can add a column to one view,
9441         remove it, add it to the another view, remove it, then re-add it
9442         to the first.  Nifty.
9443
9444 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
9445
9446         * docs/tutorial/gtk-tut.sgml: Minor corrections
9447
9448 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
9449
9450         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
9451         GtkRowReference.
9452
9453 2001-02-28  Havoc Pennington  <hp@redhat.com>
9454
9455         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
9456         draw_default
9457         (gtk_widget_draw_focus): remove this function; we could instead
9458         make it just gtk_widget_draw(), but in most cases I think the
9459         result would be broken user code, so think it's better to have
9460         that code not compile and get fixed
9461         (gtk_widget_draw_default): ditto
9462
9463         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
9464         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
9465         
9466         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
9467         widgets lose/get the default, instead of calling draw_default
9468         
9469         * docs/Changes-2.0.txt: note about all this
9470
9471         Then fixed every widget in GTK, I won't list all the filenames.
9472
9473 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
9474
9475         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
9476         _gtk_tree_row_reference_deleted.
9477         (inserted_callback): Proxy out to
9478         _gtk_tree_row_reference_inserted.
9479         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
9480         get around signal emission ordering problem.
9481
9482         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
9483         fix to work with SINGLE 
9484         (_gtk_tree_selection_internal_select_node): Major sanitization on
9485         selections.  SINGLE now seems to work.
9486
9487         * tests/Makefile.am: add testtreecolumn.c:
9488
9489         * tests/testtreecolumn.c: New test.  Mostly points out selection
9490         bugs currently, but will test columns later.
9491
9492         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
9493         selection bug.  I hate touching this code -- it's scary.
9494
9495 2001-02-26  Havoc Pennington  <hp@redhat.com>
9496
9497         * gtk/testgtk.c: test the window state stuff
9498
9499         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
9500         window come to the user's attention as if it were just created
9501         (gtk_window_iconify): new function
9502         (gtk_window_deiconify): new function
9503         (gtk_window_stick): new function
9504         (gtk_window_unstick): new function
9505         (gtk_window_maximize): new function
9506         (gtk_window_unmaximize): new function
9507
9508         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
9509
9510         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
9511
9512         * gdk/x11/gdkevents-x11.c: create window state events when
9513         appropriate
9514         (gdk_wmspec_supported): new function
9515
9516         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
9517         iconification before showing the window
9518         (gdk_window_deiconify): new function
9519         (gdk_window_stick): new function
9520         (gdk_window_unstick): new function
9521         (gdk_window_maximize): new function
9522         (gdk_window_unmaximize): new function
9523
9524         * gdk/gdkwindow.c: store the window state in the window; 
9525         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
9526         window->mapped.
9527         (gdk_window_get_state): return the current window state
9528
9529         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
9530         (gdk_event_get_state): handle GDK_WINDOW_STATE
9531         (gdk_synthesize_window_state): function to create the window state
9532         events
9533
9534         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
9535         event, for changes to "window state" such as maximized, sticky, 
9536         etc.
9537         
9538         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
9539         focuses a window
9540
9541         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
9542         finds out if we support a given WM spec hint
9543
9544 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
9545
9546         * docs/faq/gtk-faq.sgml: New question re memory leaks.
9547
9548 2001-02-25  Hans Breuer  <hans@breuer.org>
9549
9550         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
9551         cause we want to loose those prototypes only in the latter case
9552
9553         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
9554         GdkPixmapImplWin32 because it itsn't derived from it. Use the
9555         impl member variable instead
9556
9557         * gtk/gtk.def : updated
9558
9559         * gtk/gtklist.c : 
9560         * gtk/gtkmenus.c : include <string.h> for memset ()
9561
9562         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
9563         for everthing built here, but for gtk-x.x.dll only. This solves
9564         problem of indifferent gtk type definitions
9565
9566 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
9567
9568         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
9569
9570 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
9571
9572         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
9573         column that is exposed.
9574
9575         (_gtk_tree_view_update_size): Changed name from set_size, and
9576         changed function to do more work, and not force people calling it
9577         to figure out the size.  Simplifies a lot of code elsewhere.
9578
9579 2001-02-23  Alexander Larsson  <alexl@redhat.com>
9580
9581         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
9582         return solid masks for xpms that have no transparent color.
9583         This makes the ..._create_from_xpm... API backwards
9584         compatible.
9585
9586 2001-02-23  Tor Lillqvist  <tml@iki.fi>
9587
9588         * README.win32: Update. Mention the gtk-1-3-win32-production
9589         branch.
9590
9591         * gdk/win32/bdfcursor.c: New file. A program that generates
9592         xcursors.h. Thanks to Stefan Ondrejicka.
9593
9594         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
9595         compact format.
9596
9597         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
9598
9599         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
9600         function, uses xcursors.h.
9601         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
9602         cursor from inline data instead of using LoadCursor() to generate
9603         it from a resource.
9604
9605         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
9606         event, must check the Windows message for mouse button state, as
9607         the GDK event state might not have been built if it is
9608         undelivered. Remove one goto.
9609
9610         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
9611         SetCursor() if the current cursor as returned by GetCursor() is
9612         the window's previous cursor. The ChildWindowFromPoint() test
9613         apparently didn't work correctly.
9614
9615         * gdk/win32/rc/*.cur: Remove.
9616
9617         * gdk/win32/rc/gdk.rc.in: Remove cursors.
9618
9619         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
9620
9621         * gtk/makefile.{mingw,msc}.in: Updates.
9622
9623 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
9624
9625         * gtk/gtktreemodel.h: add functions for signal emission.
9626
9627         * gtk/gtktreestore.c: move to use above functions instead of
9628         g_signal_emit.
9629
9630         * gtk/gtkliststore.c: ditto
9631
9632 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
9633
9634         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
9635         GObject instead of GtkObject.
9636
9637         * gtk/gtkliststore.c: ditto.
9638
9639         * gtk/gtktreemodelsort.c: ditto.
9640
9641         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
9642         GtkTreeModelIface, instead of in each model.
9643
9644 2001-02-21  Havoc Pennington  <hp@redhat.com>
9645
9646         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
9647         unbreak this function
9648
9649         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
9650         properties
9651
9652         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
9653         properties
9654
9655         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
9656         properties
9657
9658         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
9659         mean unset the max length
9660
9661 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
9662
9663         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
9664         Changed name to be set_cell_data_func to make it clear what
9665         the functino does.  Close bug #51069.
9666
9667 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
9668
9669         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
9670         have memory actually freed.  Keeps box running longer.
9671
9672 2001-02-21  Alexander Larsson  <alexl@redhat.com>
9673         
9674         * gtk/gtkseparatormenuitem.[ch]:
9675         Added new menu separator item. The drawing and size handling
9676         is still done in GtkMenuItem, but the API is a bit more sane.
9677         
9678         * gtk/Makefile.am:
9679         Add gtkseparatormenuitem.[ch].
9680
9681         * gtk/gtk.h:
9682         Add gtkseparatormenuitem.h.
9683         
9684         * gtk/gtkentry.c:
9685         * gtk/gtkmenufactory.c:
9686         * gtk/gtktextview.c:
9687         Use the new API for menu separators.
9688         
9689         * demos/gtk-demo/menus.c (create_menu):
9690         Add some GtkSeparatorMenuItem demo code.
9691
9692 2001-02-20  Havoc Pennington  <hp@redhat.com>
9693
9694         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
9695         Lee Mallabone
9696
9697         * gtk/gtkarrow.c: Convert to new property API, patch from 
9698         Lee Mallabone
9699
9700 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
9701
9702         * tests/testtreeview.c (toggled_callback): fix to reflect change
9703         in GtkTreeModelStore.
9704
9705 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
9706
9707         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
9708         function to create an icon set from a pixbuf.
9709
9710 2001-02-20  Alexander Larsson  <alexl@redhat.com>
9711
9712         * gtk/gtkcellrenderertext.[ch]:
9713         Add a "markup" property.
9714
9715         * gtk/treestoretest.c:
9716         Use the markup property, remove some leftover stuff from
9717         GtkTreeModelMapping.
9718
9719 2001-02-20  Alexander Larsson  <alexl@redhat.com>
9720
9721         * gtk/gtklabel.c (gtk_label_set_selectable):
9722         Queue a redraw if the selectable setting was changed.
9723
9724 2001-02-20  Alexander Larsson  <alexl@redhat.com>
9725
9726         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
9727         Actually copy the whole gc, not just the public parts.
9728         
9729         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
9730         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
9731         labels.
9732
9733 2001-02-19  Havoc Pennington  <hp@pobox.com>
9734
9735         * gdk/gdkwindow.c: docs
9736
9737         * gdk/gdkrgb.c: docs
9738
9739         * gdk/gdkregion-generic.c: docs
9740
9741         * gdk/gdkgc.c (gdk_gc_set_values): docs
9742
9743         * gdk/gdkdraw.c: docs
9744
9745         * gdk/gdkdrawable.h: deprecate drawable get/set data
9746
9747 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
9748
9749         * demos/gtk-demo/dialog.c: Add simple new demo.
9750
9751 2001-02-19  Havoc Pennington  <hp@redhat.com>
9752
9753         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
9754         insert_child_anchor signal, bug #50245
9755
9756         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
9757         from create_child_anchor, so the anchor is passed in
9758
9759         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
9760         (_gtk_widget_segment_new): have the child anchor object passed in, 
9761         instead of creating it.
9762
9763         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
9764         to gtk_text_buffer_get_modified
9765
9766 2001-02-19  Havoc Pennington  <hp@redhat.com>
9767
9768         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
9769         changed GLib without fixing GTK
9770
9771         * gtk/gtkrange.h: Rename all the stupid implementation detail 
9772         functions to have an underscore in front. Most of them should 
9773         probably just go away, but for starters don't export them.
9774         Bug #50482
9775
9776 2001-02-19  Havoc Pennington  <hp@redhat.com>
9777
9778         * gdk/gdkcolor.h: test was backward, so deprecated functions were
9779         excluded by default
9780
9781         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
9782         clean up the old code a bit
9783
9784         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
9785         inconsistent state
9786
9787         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
9788         draw inconsistent state
9789
9790         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
9791         (create_menu): add inconsistent test
9792
9793         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
9794         new function
9795         (gtk_check_menu_item_get_inconsistent): new function
9796         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
9797         state (using etched in for now)
9798
9799         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
9800         draw inconsistent state
9801
9802         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
9803         function, used when the user has selected a range of stuff in
9804         different states
9805         (gtk_toggle_button_get_inconsistent): accessor for that
9806         (gtk_toggle_button_paint): draw inconsistent state (etched in?
9807         don't know what else to do)
9808
9809 2001-02-19  Hans Breuer <hans@breuer.org>
9810
9811         * gtk/gtk.def : updated exported symbols
9812
9813         * gtk/makefile.msc.in : updated
9814
9815         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
9816         a colormap, when invoked from testgtk::entry. I'm not sure where
9817         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
9818         avoids immediate crashing ...
9819
9820         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
9821         any objections ?
9822
9823         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
9824         0 parameter. At least msvc doesn't like macros with var args. 
9825         I simply removed the extra 0, was it a feature or a typo ?
9826
9827         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
9828         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
9829         because the value assignment to the internal struct wasn't working.
9830         I'm not absolutely sure. The problem could have been resolved by
9831         changing the "func" declartion in the struct, but was the pointer
9832         to the function pointer intended ?
9833
9834         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
9835
9836         * gdk/gdk.def : updated exported symbols
9837
9838         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
9839         only use SetDIBitsToDevice if there is a palette at the drawable
9840         and the image is GDK_VISUAL_PSEUDO_COLOR
9841
9842         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
9843
9844         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
9845
9846         * gdk/*/makefile.msc : updated
9847
9848 2001-02-19  Havoc Pennington  <hp@redhat.com>
9849
9850         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
9851         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
9852
9853         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
9854         (gdk_key_repeat_restore): nuke
9855
9856         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
9857         (gdk_init_check): no atexit func
9858
9859         * gdk/gdkrgb.h: mark some stuff deprecated
9860
9861         * gdk/gdkcolor.h: mark some stuff deprecated
9862         
9863         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
9864
9865         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
9866
9867 2001-02-16  Havoc Pennington  <hp@redhat.com>
9868
9869         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
9870         scroll steps.
9871
9872         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
9873         steps, and add Ctrl-arrow shortcuts for paging visually as with
9874         HScale, since Page Up and Page Down move logically.
9875
9876         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
9877         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
9878         
9879         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
9880         steps
9881         (gtk_range_scroll): handle the visual steps
9882
9883         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
9884         scroll steps
9885
9886         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
9887         steps, not the logical ones.
9888
9889         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
9890         (scroll_vertical): handle up/down steps
9891
9892 2001-02-19 Alexander Larsson  <alexl@redhat.com>
9893
9894         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
9895         Copy data and free data with free().
9896
9897         * gdk-pixbuf/gdk-pixbuf.c:
9898         * gdk-pixbuf/io-jpeg.c:
9899         * gdk-pixbuf/io-png.c:
9900         Use g_try_malloc/g_free instead malloc/free.
9901         
9902         * gdk-pixbuf/test-gdk-pixbuf.c:
9903         Must... initialize... gobject...
9904         
9905         * gdk-pixbuf/pixops/timescale.c:
9906         * gtk/gtkcalendar.c:
9907         Use g_malloc instead of malloc.
9908         
9909 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
9910
9911         * gtk/testgtkrc:
9912         Comment out property assignments, these don't work yet.
9913
9914 2001-02-17  Havoc Pennington  <hp@pobox.com>
9915
9916         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
9917         bit.
9918
9919 2001-02-17  Havoc Pennington  <hp@pobox.com>
9920
9921         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
9922         shadowed variables that had broken size request in some cases,
9923         leading to bogus tooltips (#50996)
9924
9925 2001-02-06  Jon K Hellan  <hellan@acm.org>
9926
9927         Implement fast browsing of tooltips, bug #50619
9928         
9929         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
9930         and last_popdown
9931         
9932         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
9933         use_sticky_delay and last_popdown.
9934         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
9935         time of popdown.
9936         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
9937         is NULL.
9938         (gtk_tooltips_recently_shown): New static function.  Return true
9939         if < sticky_delay has elapsed since last popdown.
9940         (gtk_tooltips_event_handler): Display window after sticky_delay
9941         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
9942         since last popdown.
9943         
9944 2001-02-17  Havoc Pennington  <hp@pobox.com>
9945
9946         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
9947         instead of (). #6394
9948
9949         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
9950         G_CONST_RETURN, make it return by reference, #50473
9951         
9952 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
9953
9954         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
9955         generated ENTER_NOTIFY event with 0, otherwise not explicitely
9956         setup fields contain garbage (e.g. subwindow, breaking
9957         gdk_drawable_ref() upon event copy).
9958         (gtk_menu_stop_navigating_submenu_cb): same here.
9959
9960         * gtk/gtklist.c (gtk_list_vertical_timeout): 
9961         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
9962         * gtk/gtkclist.c (vertical_timeout): 
9963         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
9964         default-zero-intialization for unions to memset(,0,), as unions are
9965         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
9966         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
9967
9968         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
9969         g_closure_sink() warning.
9970
9971         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
9972         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
9973         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
9974         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
9975         
9976 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
9977
9978         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
9979         gtk_*_store_get, and moved to GtkTreeModel.
9980
9981         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
9982
9983         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
9984
9985         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
9986
9987         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
9988         set the func.
9989
9990         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
9991         freeze/thaw notify between setting all the properties for a cell.
9992
9993         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
9994
9995 2001-02-15  Havoc Pennington  <hp@redhat.com>
9996
9997         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
9998         the X coordinates so they're with respect to the line, rather than 
9999         with respect to the layout.
10000
10001         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
10002         Mallabone
10003
10004         * gtk/testgtk.c (create_range_controls): add vscale tests, 
10005         and inverted test
10006
10007         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
10008         #50806
10009
10010         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
10011
10012         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
10013         gtk_text_iter_is_end
10014
10015         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
10016         rename gtk_text_buffer_get_end_iter
10017
10018         * gtk/testgtk.c (create_labels): Add test for selectable
10019
10020         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
10021         the selection stuff. This code is kind of broken since it doesn't 
10022         use the theme engine.
10023
10024         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
10025         fix infinite loop and y offset problem
10026         (gdk_draw_layout_line_with_colors): fix foreground color handling
10027
10028         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
10029         that makes the label selectable.
10030         
10031         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
10032         layout when the style is set, since fonts etc. could have changed.      
10033
10034 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
10035
10036         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
10037
10038         * gtk/gtktreemodelsimple.[ch]: removed.
10039
10040 2001-02-16  Alexander Larsson  <alexl@redhat.com>
10041
10042         * gtk/gtktreemodelmapping.[ch]:
10043         New files. Implement GtkTreeModelMapping.
10044         
10045         * gtk/Makefile.am:
10046         Add gtktreemodelmapping.[ch].
10047         
10048         * gtk/gtk.h:
10049         Add gtktreemodelmapping.h
10050
10051         * gtk/treestoretest.c:
10052         Test the GtkTreeModelMapping
10053
10054 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
10055
10056         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
10057         have a demo, we might as well pass in real values.  Thanks to
10058         clahey for pointing this out.
10059
10060 2001-02-14  Havoc Pennington  <hp@pobox.com>
10061
10062         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
10063         "static" to a private function
10064         (gtk_image_menu_item_class_init): remove destroy handler,
10065         add "image" object property
10066
10067 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
10068
10069         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
10070         Add a shortcut if the window and the current clip_region doesn't
10071         overlap. This is needed when there are a lot of windows in a
10072         window. The layout test in testgtk is a good test.
10073
10074         * gdk/linux-fb/gdkwindow-fb.c:
10075         Whitespace fix.
10076
10077 2001-02-13  Sven Neumann  <sven@convergence.de>
10078
10079         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
10080
10081 2001-02-13  Alexander Larsson  <alexl@redhat.com>
10082
10083         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
10084         Don't reference last_cursor if it is null. Fixes crash when rotating
10085         the screen before having moved the mouse.
10086
10087         * gdk/linux-fb/gdkcc-fb.c: Zapp!
10088
10089         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
10090
10091         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
10092         when using 90 or 270 degrees rotation.
10093
10094 2001-02-12  Havoc Pennington  <hp@pobox.com>
10095
10096         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
10097         it always set the foreground, even if we were only using
10098         a stipple.
10099         (gdk_draw_layout_line_with_colors): new function, allow
10100         override colors
10101         (gdk_draw_layout_with_colors): new function, allow override
10102         colors
10103         (gdk_pango_layout_line_get_clip_region): function to get the clip
10104         region for a logical text range
10105         (gdk_pango_layout_get_clip_region): get the clip region for a
10106         logical text range
10107
10108         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
10109         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
10110         the right number of arguments.
10111
10112         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
10113         enhance the function to check that node data corresponds to a 
10114         view still belonging to the tree.
10115
10116         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
10117         GtkTreePath
10118         (gtk_tree_view_inserted): ditto
10119         (gtk_tree_view_child_toggled): ditto
10120
10121         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
10122         simplify this code.
10123
10124         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
10125         a PangoAttrList
10126
10127         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
10128
10129         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
10130
10131         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
10132         size in the size request 
10133         (gtk_menu_bar_size_allocate): consider toggle size here
10134
10135         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
10136         that displays a widget in the toggle slot
10137
10138         * gtk/testgtk.c: test GtkImageMenuItem
10139
10140         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
10141         
10142         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
10143         request and allocation
10144
10145         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
10146
10147         * gtk/gtkcheckmenuitem.c
10148         (gtk_check_menu_item_toggle_size_request): ditto
10149         
10150 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
10151
10152         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
10153         reference.
10154
10155         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
10156         and refuse to initialize GTK+ if they fail.
10157
10158 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
10159
10160         * configure.in: Add check for gtk-doc version.
10161
10162 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
10163
10164         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
10165         where the xpad/ypad was only being used on one side!
10166
10167 2001-02-11  Tor Lillqvist  <tml@iki.fi>
10168
10169         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
10170         function, copied from X11 version.
10171
10172         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
10173         DestroyCursor failures. The reason for the problem (despite the
10174         inconsistent messages from GetLastError()) was that
10175         DestroyCursor() cannot be called while a cursor is set in a
10176         window. Set the new cursor first and then destroy the old one.
10177         Thanks to jpe@archaeopteryx.com.
10178
10179         * gdk/win32/gdkcc-win32.c: Remove.
10180
10181         * gdk/win32/Makefile.am: Remove from here, too.
10182         
10183         * gdk/gdk.def
10184         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
10185
10186         * gtk/gtk.def
10187         * gtk/makefile.mingw.in: Updates.
10188
10189 2001-02-08  Havoc Pennington  <hp@redhat.com>
10190
10191         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
10192         add a widget to a bin that already has a child.
10193
10194         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
10195
10196         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
10197         
10198         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
10199
10200         * gdk/gdk.h: remove gdkcc.h
10201
10202         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
10203
10204         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
10205         GdkPixbuf, since the previous implementation was GdkColorContext
10206         dependent.
10207
10208         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
10209         
10210 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
10211
10212         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
10213         a sane value!
10214
10215 2001-02-08  Havoc Pennington  <hp@redhat.com>
10216
10217         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
10218         lighten them.
10219
10220 2001-02-08  Havoc Pennington  <hp@redhat.com>
10221
10222         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
10223         validation idle
10224
10225         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
10226         cell renderer
10227
10228         * demos/pixbuf-demo.c (timeout): remove deprecated
10229         gtk_widget_draw
10230
10231         * demos/testpixbuf-save.c (main): remove deprecated
10232         gtk_drawing_area_size
10233
10234         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
10235         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
10236         at the start of the allocation.
10237         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
10238         unsetup or NULL model.
10239
10240         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
10241         even/odd/sorted cells in the tree view.
10242
10243         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
10244         bugfixes
10245
10246         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
10247         backgrounds with draw_flat_box using different detail for even/odd
10248         rows.
10249
10250         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
10251         row, so we can draw the alternating colors thing
10252
10253         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
10254         property from a synonym property, notify for the synonym.
10255         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
10256         (gtk_text_tag_get_property): Always return the font, even if
10257         all its fields aren't set
10258
10259         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
10260         store the attr list; it leaves us with no way to change attributes
10261         in _render according to the render flags, and no way to implement
10262         get_property. Instead store all the specific text attributes. 
10263         Separate whether an attribute is enabled from its value. Sync all
10264         properties with GtkTextTag, make them all consistent, etc.
10265
10266         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
10267         renderers can highlight the sort row/column     
10268
10269         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
10270         accessor functions to get values; this has the side effect of
10271         showing up which accessor functions were missing. Added those.
10272
10273         * gtk/gtktreeviewcolumn.h: Replace set_justification with
10274         set_alignment, to be consistent with GtkLabel, GtkMisc
10275
10276         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
10277         arrow.
10278
10279         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
10280
10281         * gtk/gtktreesortable.h: updates in here
10282
10283 2001-02-07  Sven Neumann  <sven@convergence.de>
10284
10285         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
10286         pango dimensions after painting the background. We used to draw
10287         gigantic flat boxes here.
10288
10289 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
10290
10291         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
10292         error introduced with earlier commit) (pointed out by
10293         Ollie Lho)
10294
10295 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
10296
10297         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
10298         which are no longer necessary.
10299
10300 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
10301
10302         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
10303
10304 2001-02-04  Tor Lillqvist  <tml@iki.fi>
10305
10306         * gdk/gdk.def
10307         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
10308         Provide dummy implementations.
10309
10310 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
10311
10312         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
10313
10314         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
10315         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
10316         deprecated this function.
10317
10318         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
10319         argument.
10320
10321 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
10322
10323         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
10324
10325 2001-02-03  Havoc Pennington  <hp@pobox.com>
10326
10327         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
10328         Mikael Hermansson with patch from Mikael (if there was a toggle
10329         start one after the first character in the range, this function
10330         was broken). Bug #50380
10331
10332 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
10333
10334         * configure.in: Remove confusing comment about X11.
10335
10336 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
10337
10338         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
10339         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
10340         
10341 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
10342
10343         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
10344         it breaks things on BSD. If you want to compile GTK+ with
10345         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
10346         when configuring, since GTK+ simply can't be "pure ANSI" 
10347         in the header files it uses. (#8170, Greg Hudson)
10348
10349 2001-02-02  Havoc Pennington  <hp@redhat.com>
10350
10351         * gtk/gtkwindow.c: docs
10352
10353         * gtk/gtkwidget.c: docs
10354         (gtk_widget_set_colormap): add a reference to the colormap
10355         (gtk_widget_get_default_colormap): add a reference to the colormap
10356
10357         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
10358
10359         * gtk/gtktextiter.c: docs
10360
10361         * gtk/gtkmain.c (gtk_propagate_event): docs
10362
10363         * gtk/gtkpaned.c (gtk_paned_get_position): docs
10364         (gtk_paned_set_position): docs
10365
10366         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
10367         sort interface, no implementation yet.
10368
10369         * demos/testpixbuf.c (new_testrgb_window): replace
10370         gtk_drawing_area_size() with gtk_widget_set_usize()
10371
10372         * demos/testpixbuf-drawable.c (main): ditto
10373         
10374         * gtk/testgtk.c: remove use of GtkStatusbarMsg
10375
10376         * gtk/gtktextbuffer.c: docs
10377
10378         * gtk/gtkstock.c: docs
10379
10380         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
10381
10382         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
10383
10384         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
10385         
10386         * gtk/gtkimage.c: add some docs in here
10387         (gtk_image_size_request): change name of
10388         gtk_widget_render_stock_icon
10389         (gtk_image_get_icon_set): don't dup returned string
10390         (gtk_image_get_icon_set): don't dup returned string
10391
10392         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
10393         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
10394         and gtkiconfactory.h functions
10395
10396         * gtk/gtkiconfactory.c: add some docs in here
10397
10398         * gtk/gtkmain.c (gtk_get_default_language): document
10399         (gtk_get_current_event): document
10400         (gtk_get_current_event_state): document
10401         (gtk_get_event_widget): document
10402
10403         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
10404
10405         * gtk/gtkcontainer.c: Add some documentation
10406         (gtk_container_add): give a more explanatory warning on adding an
10407         already-parented widget, this is kind of a FAQ and also a common
10408         typo that's easier to debug with a nice warning 
10409
10410         * gtk/gtkcellrenderertoggle.c
10411         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
10412         adding this, it's useless
10413         (gtk_cell_renderer_toggle_set_active): remove
10414         (gtk_cell_renderer_toggle_get_radio): add
10415
10416         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
10417         the NULL cell renderer, that doesn't make any sense to me. 
10418
10419         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
10420         demo code should never use deprecated features.
10421
10422         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
10423         code should never use deprecated features.
10424
10425         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
10426         gtk_widget_queue_clear_area deprecated
10427
10428         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
10429         deprecated
10430
10431         * gtk/gtklabel.h: mark gtk_label_get() deprecated
10432
10433         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
10434         a GdkImage deprecated, replaced by new consistently-named
10435         functions       
10436
10437         * gtk/gtkmain.h: Mark gtk_exit() deprecated
10438
10439         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
10440
10441         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
10442         deprecated
10443
10444         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
10445         so it won't appear in docs and confuse people.
10446
10447         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
10448
10449         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
10450         macros deprecated. (can't mark the type itself deprecated, since
10451         GtkProgressBar is not deprecated and we need the type decl to use
10452         GtkProgressBar)
10453
10454         * gtk/gtkpixmap.h: Mark deprecated
10455
10456         * gtk/gtkoldeditable.h: Mark deprecated
10457
10458         * gtk/gtklist.h: Mark deprecated
10459
10460         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
10461         for anything anymore.
10462
10463         * gtk/gtkctree.h: Mark deprecated
10464
10465         * gtk/gtkclist.h: Mark deprecated
10466
10467         * gtk/gtkpreview.h: Mark deprecated
10468
10469         * gtk/gtkpacker.h: Mark deprecated
10470
10471         * gtk/gtktipsquery.h: Mark deprecated
10472
10473         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
10474
10475         * gtk/gtkvruler.h: Add comment that it will move out of GTK
10476
10477         * gtk/gtkhruler.h: Add comment that it will move out of GTK
10478
10479         * gtk/gtkruler.h: Add comment that it will move out of GTK
10480
10481         * gtk/gtkgamma.h: Add comment that it will move out of GTK
10482
10483         * gtk/gtkcurve.h: Add comment that it will move out of GTK
10484
10485 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
10486
10487         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
10488         gdk_colormap_sync private since it was never exported
10489         in a header file.
10490
10491         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
10492         colormap->colors[] for StaticGray, StaticColor colormaps.
10493
10494         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
10495         was being used as if it was image->bits_per_pixel.
10496
10497         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
10498         for the image in the GdkImage structure since it isn't
10499         reconstructable, and we need it to handle packed types
10500
10501         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
10502         the assumption that on Win32 image->bits_per_pixel == image->depth,
10503         always.
10504
10505         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
10506
10507         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
10508         warning message if no converter can be found. 
10509
10510 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
10511
10512         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
10513         chars to isupper() / tolower(). (#567)
10514
10515         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
10516         to clear up 64-bit warnings. (#567)
10517
10518 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
10519
10520         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
10521         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
10522
10523         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
10524         since some people set $(libdir) separately. (#1290, David Kaelbling)
10525
10526 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
10527
10528         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
10529         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
10530         MAXPATHLEN, but the code here depends on a fixed value.)
10531         (#4524)
10532
10533 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
10534
10535         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
10536         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
10537
10538 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
10539
10540         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
10541         viewable there is no way that moving the node will cause the 
10542         focus row to become not viewable, so omit check on the visibility
10543         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
10544
10545 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
10546
10547         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
10548         selection before inserting new text.
10549
10550 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
10551
10552         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
10553         Make the sensitivity of the reparented child track that of
10554         the original parent menu item. (#34218, David Hodson)
10555
10556         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
10557         the case where the current item is destroyed properly.
10558
10559         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
10560         some edge cases with child-less menuitems.
10561         
10562 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
10563
10564         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
10565         key pop down window. (#12074, Jon K Hellan)
10566
10567 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
10568
10569         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
10570         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
10571         The solution here isn't perfect - you get an extraneous
10572         emission of "toggle", which could conceivably confuse an app,
10573         but better than the current situation. LXR search seems to
10574         indicate that no apps in GNOME CVS connect to "toggle".
10575
10576 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
10577
10578         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
10579         gtk_public_h_sources to directly here to avoid warning when
10580         building srcdir != builddir. (#9656)
10581
10582 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
10583
10584         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
10585         handlers in gtkrange.c return the proper values (TRUE == handled)
10586         (#10316).
10587
10588         This is just the tip of the iceberg, but gtkrange.c is the
10589         most common place where the propagation is problematical,
10590         and also a place where it is almost certainly safe to change
10591         this in the stable branch.
10592
10593         (You don't want right click popups on a range control or anything...)
10594
10595 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
10596
10597         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
10598         area on focus out, even if a background pixmap isn't set.
10599         (#13941)
10600         
10601 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
10602
10603         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
10604         to deal with setting the shape properly when scrolling arrows are
10605         turned on, but not visible because there is sufficient space.
10606         (#13432)
10607
10608 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
10609
10610         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
10611         items with submenus, destroy the item along with the submenu.
10612         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
10613         properly.
10614
10615         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
10616         later.
10617
10618 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
10619
10620         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
10621         the focus widget sometimes wasn't drawn with the default if there
10622         was no default widget.
10623
10624         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
10625         unreference pixmaps. 
10626
10627         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
10628         for some extra safety.
10629
10630 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
10631
10632         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
10633         the text of a cell to the old pointer value better, by
10634         copying the new text before freeing the old text. Some code
10635         cleanup. (#8079, Karl Nelson)
10636
10637 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
10638
10639         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
10640         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
10641
10642 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
10643
10644         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
10645         item from a menu, check to see if it matches 
10646         menu->old_active_menu_item, and if so, unref and clear
10647         old_active_menu_item (Patch from Pavel Cisler)
10648
10649         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
10650         menu_shell->active_menu_item, if it is the child being
10651         removed. (Patch based on that of Gene Ragan, #50337)
10652
10653 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
10654
10655         * gdk/linux-fb/gdkselection-fb.c: 
10656         * gdk/linux-fb/gdkcolor-fb.c: 
10657         * gdk/linux-fb/gdkdrawable-fb2.c: 
10658         * gdk/linux-fb/gdkfont-fb.c: 
10659         * gdk/linux-fb/gdkim-fb.c: 
10660         * gdk/linux-fb/gdkinput.c: 
10661         * gdk/linux-fb/gdkkeyboard-fb.c: 
10662         * gdk/linux-fb/gdkmain-fb.c: 
10663         * gdk/linux-fb/gdkrender-fb.c: 
10664         A bunch of whitespace cleanup.
10665         
10666 2001-01-30  Havoc Pennington  <hp@pobox.com>
10667
10668         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
10669         #ifdef GTK_ENABLE_BROKEN.
10670
10671         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
10672         GTK_ENABLE_BROKEN just before including the broken headers.
10673         
10674         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
10675         deprecated types registered.
10676
10677         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
10678         we have to test the broken stuff.
10679
10680         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
10681         
10682 2001-01-30  Havoc Pennington  <hp@redhat.com>
10683
10684         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
10685         here where prev pointer was set to the wrong thing
10686
10687         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
10688         (gtk_tree_path_is_descendant): new function
10689
10690         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
10691         cached length
10692         (gtk_list_store_get_iter): don't modify iter if we can't get the
10693         path.
10694
10695         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
10696         
10697         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
10698         GtkTreeDragDest
10699
10700         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
10701         was causing segfault
10702
10703         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
10704         pointer to NULL
10705
10706         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
10707
10708         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
10709         on returning FALSE
10710         (gtk_list_store_iter_children): ditto
10711         (gtk_list_store_iter_nth_child): ditto
10712         (gtk_list_store_iter_nth_child): ditto
10713         (gtk_list_store_iter_parent): ditto
10714
10715         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
10716         on iter->user_data != NULL instead of silently accepting it.
10717         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
10718         we are returning TRUE.
10719         (gtk_tree_store_iter_children): ditto
10720         (gtk_tree_store_iter_nth_child): ditto
10721         (gtk_tree_store_iter_parent): ditto
10722         (gtk_tree_store_insert): remove handling of parent->user_data ==
10723         NULL, replace with parent == NULL       
10724
10725         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
10726         and a comment explaining things
10727
10728         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
10729         interface support to GtkTreeStore.
10730
10731         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
10732         FALSE if no prev, fix
10733
10734         * gtk/gtktreeview.c (set_source_row): use a row reference
10735         (set_dest_row): use a row reference
10736
10737 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
10738
10739         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
10740         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
10741         (gtk_tree_selection_select_iter): The same as above.
10742
10743 2001-01-26  Havoc Pennington  <hp@redhat.com>
10744
10745         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
10746         which holds a handle to a specific row (particular set of values
10747         in the model, i.e. pointer-identity row).
10748
10749         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
10750         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
10751         Still need to use it for the src/dest row saved on the drag context.
10752
10753 2001-01-26  Havoc Pennington  <hp@redhat.com>
10754
10755         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
10756
10757         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
10758         not offset by TREE_VIEW_HEADER_HEIGHT
10759         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
10760         TREE_VIEW_HEADER_HEIGHT
10761
10762         * configure.in (included_loaders): for me, --with-included-loaders
10763         generates the error "the specified loader yes does not exist",
10764         i.e. the arg defaults to "yes", so change test for value ""
10765         to test for value "yes", and include all loaders in that case.
10766
10767         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
10768
10769         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
10770         handle TREE_VIEW_VERTICAL_SEPARATOR
10771         (gtk_tree_view_bin_expose): fix to consider the row offset as
10772         pointing halfway into vertical separator.       
10773         (gtk_tree_view_draw_node_focus_rect): ditto
10774
10775         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
10776         --gtk-debug=updates, which causes gdk_window_set_debug_updates
10777         (TRUE) to be called.
10778
10779         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
10780         debug mode where the invalid region is colored in on invalidate,
10781         so you can see the flicker and know whether your redraw code is 
10782         doing a good job.
10783
10784         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
10785         tree window coordinates (clip rect is in tree window coords)
10786
10787         * gtk/Makefile.am: add gtktreednd.[hc]
10788
10789         * gtk/gtkliststore.c: implement gtktreednd interfaces.
10790
10791         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
10792         drag-and-drop data operations on a model (so we can set up tree
10793         drag-and-drop automatically)
10794
10795         * gtk/testgtk.c: Add a window to change sensitivity in the
10796         GtkLabel test; add a way to change the entry frame in GtkEntry
10797         test
10798
10799         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
10800         (gtk_entry_get_has_frame): new functions to remove the frame
10801         around an entry
10802         (gtk_entry_size_request): shrink requisition if no frame
10803         (gtk_entry_draw_focus): don't draw frame if no frame
10804
10805         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
10806         checks inside a cell renderer
10807         (gtk_default_draw_option): ditto for options
10808
10809         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
10810         children from the alignment, not the button
10811         (gtk_tree_view_column_init): ref/sink the column, to emulate
10812         GObject refcounting.
10813
10814         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
10815         
10816         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
10817         Use theme functions to draw the toggles 
10818
10819         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
10820
10821         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
10822         GdkPangoAttrEmbossed to use in rendering insensitive text
10823
10824         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
10825
10826         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
10827         using new GDK features
10828         
10829 2001-01-24  Alexander Larsson  <alexl@redhat.com>
10830
10831         * gtk/gtkimage.c:
10832         Splitted gtk_image_clear into gtk_image_clear() and
10833         gtk_image_reset(). Call gtk_image_clear() in ::destroy
10834         to avoid leaks.
10835
10836         * gtk/gtklabel.c (set_markup):
10837         Don't leak text.
10838
10839         * gtk/gtktextlayout.c:
10840         Always free display->shaped_objects.
10841
10842         * gtk/testgtk.c (create_clist):
10843         Don't leak custom style.
10844
10845 2001-01-23  Alexander Larsson  <alexl@redhat.com>
10846
10847         * gtk/gtkcolorsel.c (grab_color_at_mouse):
10848         Don't leak image. Simplify using gdk_colormap_query_color().
10849         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
10850
10851         * linux-fb/gdkcolor-fb.c:
10852         Implemented gdk_colormap_query_color.
10853
10854 2001-01-23  Alexander Larsson  <alexl@redhat.com>
10855
10856         * linux-fb/gdkcursor-fb.c:
10857         Don't leak built-in cursors.
10858
10859         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
10860         Don't leak tmp_points.
10861
10862         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
10863         Don't modify desc. Don't leak font if the PangoFont
10864         isn't found.
10865         
10866         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
10867         Free dash_list.
10868
10869         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
10870         Don't leak string.
10871         
10872 2001-01-20  Havoc Pennington  <hp@pobox.com>
10873
10874         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
10875         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
10876         me, matches Pango
10877
10878 2001-01-22  Havoc Pennington  <hp@redhat.com>
10879
10880         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
10881
10882         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
10883
10884         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
10885         Remove, move back to gdk-pixbuf
10886
10887         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
10888         to all the word functions
10889
10890         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
10891         before doing anything on NULL layout or if we don't have the focus
10892
10893         * gtk/testtext.c (fill_example_buffer): "justification"
10894
10895         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
10896         to be called "justification" not "justify"
10897
10898         * demos/gtk-demo/textview.c (create_tags): "justification"
10899         
10900         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
10901
10902 2001-01-22  Alexander Larsson  <alexl@redhat.com>
10903
10904         * gdk/gdkwindow.c (gdk_window_invalidate_region):
10905         Don't leak visible_region. Use visible_region instead of region.
10906         
10907         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
10908         Don't do extra gdk_drawable_ref(). This is not X.
10909         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
10910         gdk_fb_focused_window is ref:ed.
10911         (gdk_fb_window_send_crossing_events): Watch out for destroyed
10912         windows.
10913
10914 2001-01-22  Alexander Larsson  <alexl@redhat.com>
10915
10916         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
10917         Don't leak the PangoFontDescriptor.
10918
10919 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
10920
10921         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
10922         when not realized.
10923         (gtk_tree_view_scroll_to_cell): Make work when not realized.
10924         (gtk_tree_view_realize): add scroll_to support
10925         (gtk_tree_view_finalize): add a finalize method.  Populate.
10926         (gtk_tree_view_insert_column): ref and sink the column.
10927         (gtk_tree_view_append_column): ref and sink the column.
10928         (gtk_tree_view_queue_draw_node): New function to handle redrawing
10929         individual nodes.  Should make the code much more efficient, if
10930         actually used.
10931
10932 2001-01-19  Havoc Pennington  <hp@redhat.com>
10933
10934         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
10935         byte_offset variable was being used to mean both "offset into
10936         layout" and "offset into buffer line" which was no longer true
10937         with addition of preedit string; fix
10938
10939 2001-01-19  Havoc Pennington  <hp@redhat.com>
10940
10941         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
10942
10943         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
10944         function
10945
10946         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
10947         implement
10948
10949         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
10950         scroll_to_cell, matches TextView scroll functions better
10951         (gtk_tree_view_tree_to_widget_coords): new function
10952         (gtk_tree_view_widget_to_tree_coords): new function
10953         (gtk_tree_view_get_visible_rect): new function
10954         (gtk_tree_view_get_path_at_pos): accept negative coordinates
10955         (gtk_tree_view_draw_node_focus_rect): new function moved from
10956         draw_focus, also, use width of bin_window as width of the focus
10957         rect
10958         (gtk_tree_view_expand_row): fix bug where it didn't recognize
10959         already-expanded rows
10960         (gtk_tree_view_get_cell_rect): new function
10961         (gtk_tree_view_get_path_at_pos): return the click position
10962         relative to the passed-in cell
10963         (gtk_tree_view_set_expander_column): new function
10964
10965         * configure.in: remove gtk-config-2.0 chmod
10966
10967         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
10968         and properly handle drags with targets we don't understand
10969         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
10970         scrolling anyway
10971         (gtk_text_view_drag_drop): stop scrolling here though, and set the
10972         mark invisible
10973
10974         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
10975         function
10976         (gtk_drag_dest_get_target_list): new function
10977         (gtk_drag_dest_set_target_list): new function
10978         
10979         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
10980
10981         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
10982         related to drag-and-drop
10983
10984 2001-01-19  Alexander Larsson  <alexl@redhat.com>
10985
10986         * gdk/linux-fb/gdkprivate-fb.h:
10987         Define EMULATE_GDKFONT.
10988         Add extra pango_font stuff to GfkFontPrivate.
10989         
10990         * gdk/linux-fb/gdkdrawable-fb2.c:
10991         * gdk/linux-fb/gdkfont-fb.c:
10992         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
10993         emulation using PangoFont.
10994
10995 2001-01-17  Havoc Pennington  <hp@pobox.com>
10996
10997         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
10998         all the non-deprecated set_foo functions. Added missing object
10999         properties, and added g_object_notify() to setters. 
11000         Wrote docs.
11001         
11002 2001-01-18  Tor Lillqvist  <tml@iki.fi>
11003
11004         * gtk/gtkmain.c
11005         * gtk/gtkrc.c: (Win32) Use the new
11006         g_win32_get_package_installation_(sub)directory() functions.
11007
11008         * config.h.win32.in: New file.
11009         
11010         * config.h.win32: Removed.
11011
11012         * configure.in: Output config.h.win32.
11013
11014         * Makefile.am: Add it to EXTRA_DIST.
11015
11016         * gtk/gtk.def: Update.
11017
11018 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
11019
11020         * gtk/gtklabel.c (gtk_label_size_request): Set the
11021         attributes onto the PangoLayout even if they are newly
11022         created from label->pattern.
11023
11024 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
11025
11026         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
11027
11028         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
11029         structures in functions. Fixes bug where gtk_dataset_*
11030         was accidentally still being used in one place, causing
11031         every dest side event to be treated independently.
11032
11033         * gtk/gtkdnd.c: Remove last vestages of handling
11034         ::draw (fixes warning)
11035         
11036         * gtk/gtkentry.[ch]: Add drag and drop support.
11037
11038         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
11039         new function gtk_check_drag_threshhold() for checking
11040         to check if (dx,dy) has exceeded the threshhold for starting
11041         a drag and use it everywhere.
11042
11043 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
11044
11045         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
11046         add -I{includedir}/gtk-2.0.
11047
11048         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
11049         gdk/gdk-pixbuf.h: Doc fixups.
11050         
11051         * gtk/gtkobject.h: Remove trailing , from enum
11052
11053 2001-01-17 Alexander Larsson <alexl@redhat.com> 
11054
11055         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
11056         Doh! Mixed up x and y.
11057
11058         * gdk/linux-fb/gdkglobals-fb.c:
11059         Removed gdk_fb_pointer_grab_window_events,
11060         added _gdk_fb_pointer_grab_owner_events and
11061         _gdk_fb_keyboard_grab_owner_events.
11062
11063         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
11064         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
11065         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
11066         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
11067         Send crossing events after ungrab finished.
11068         (gdk_keyboard_grab): Set ..._owner_events
11069         (type_masks): Move out of function.
11070         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
11071         gdk_fb_keyboard_event_window): New functions, return the
11072         window an event should be targeted at. Handles grabs and
11073         event propagation. Can return NULL.
11074         (gdk_event_make): Remove event_mask checking. Now always
11075         returns an event.
11076                 
11077         * gdk/linux-fb/gdkkeyboard-fb.c:
11078         * gdk/linux-fb/gdkproperty-fb.c:
11079         * gdk/linux-fb/gdkselection-fb.c:
11080         Use new event_window/gdk_event_make() behaviour.
11081         
11082         * gdk/linux-fb/gdkmouse-fb.c:
11083         Use new event_window/gdk_event_make() behaviour.
11084         Only send motion events if in the same window.
11085         If grabbed, use cursor from window if sibling of grabbed
11086         window, and cursor from grabbed window otherwise.
11087
11088         * gdk/linux-fb/gdkprivate-fb.h:
11089         Update gdk_fb_window_send_crossing_events, gdk_event_make
11090         and grab varaible declarations. Add gdk_fb_*_event_window().
11091
11092         * gdk/linux-fb/gdkwindow-fb.c:
11093         Use new event_window/gdk_event_make() behaviour.
11094         Keep correct track of focus window.
11095         (gdk_window_set_events): Set all specific button motion masks
11096         if GDK_BUTTON_MOTION_MASK set.
11097
11098         * gtk/gtkdnd.c (gtk_drag_update):
11099         Free info->last_event if gdk_drag_motion returned FALSE.
11100
11101 2001-01-16  Tor Lillqvist  <tml@iki.fi>
11102
11103         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
11104         Eliminate redraws when input-only windows are shown or
11105         hidden. Thanks to jpe@archaeopteryx.com.
11106
11107 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
11108
11109         * docs/faq/gtk-faq.sgml: FAQ update:
11110           - Update to bugzilla
11111           - Add GTK+ and security/SUID/SGID
11112           - Add DnD question
11113
11114 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
11115
11116         * gdk/linux-fb/gdkdnd-fb.c:
11117         Some cleanups.
11118         
11119 2001-01-15  Havoc Pennington  <hp@pobox.com>
11120
11121         * tests/testtreeview.c: add test stuff for CellRendererToggle
11122
11123         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
11124         accessor
11125
11126         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
11127         only toggle on button press (would do release like GtkButton, but
11128         we'd need implicit grab code for treeview cells)
11129
11130 2001-01-16  Tor Lillqvist  <tml@iki.fi>
11131
11132         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
11133
11134         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
11135         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
11136
11137         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
11138         to g_{locale,filename}_{to,from}_utf8 to match current API.
11139
11140         * gtk/makefile.msc.in (gtk_OBJECTS)
11141         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
11142
11143         * gtk/gtk.def: Update.
11144
11145 2001-01-15  Tor Lillqvist  <tml@iki.fi>
11146
11147         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
11148         implementaion that more closely mimics the events that an X server
11149         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
11150         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
11151         with nested preview widgets, for instance, more responsive when
11152         you move the mouse quickly into them.
11153         (find_window_for_pointer_event): Make it actually compile.
11154         (gdk_event_translate): Set send_event to the value of
11155         InSendMessage (). This doesn't really mean the same as X11's
11156         send_event flag, but is close enough, says jpe@archaeopteryx.com
11157
11158 2001-01-15  Alexander Larsson  <alexl@redhat.com>
11159
11160         * gdk/linux-fb/gdkdnd-fb.c:
11161         Implemented drag and drop.
11162         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
11163         when it tries to free and then copy the same event (info->last_event).
11164         I am not sure about why this happens, but will continue looking.
11165
11166 2001-01-15  Alexander Larsson  <alexl@redhat.com>
11167
11168         * gdk/linux-fb/gdkwindow-fb.c:
11169         Use gdk_window_invalidate_rect instead of
11170         gdk_window_invalidate_rect_clear to minimise flashing.
11171         When hiding windows you need to clear the root window though.
11172
11173 2001-01-15  Alexander Larsson  <alexl@redhat.com>
11174
11175         * gdk/linux-fb/gdkdrawable-fb2.c:
11176         For optization, add an full_shapes argument to gdk_fb_clip_region.
11177         If this is false, only the cliprects of the shapes are used.
11178
11179         * gdk/linux-fb/gdkprivate-fb.h:
11180         Export gdk_fb_window_peek_shape.
11181         Add full_shapes to gdk_fb_clip_region.
11182
11183         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
11184         When moving a window, don't clear everything under the it, just the
11185         root window. Makes stuff faster and flash less.
11186         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
11187         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
11188         offset of the shape.
11189         
11190
11191 2001-01-12  Havoc Pennington  <hp@redhat.com>
11192
11193         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
11194         current invalid region, fixes redraw bug while scrolling the 
11195         text widget
11196
11197         * gtk/gtktextview.c, gtk/gtktextview.h:
11198         Rearrange the scrolling/validation/etc. code in a major way, 
11199         so it seems to make sense to me. Probably isn't genuinely that
11200         much better, but...
11201
11202         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
11203         notifies
11204
11205         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
11206
11207 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
11208
11209         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
11210         Hide mouse pointer while rotation. Show it afterwards.
11211
11212 2001-01-12  Alexander Larsson  <alexl@redhat.com>
11213
11214         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
11215         windows in consideration when generating clip region.
11216
11217         * gdk/linux-fb/gdkfb.h:
11218         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
11219
11220         * gdk/linux-fb/gdkprivate-fb.h:
11221         Add shape to GdkWindowFBDatat.
11222         exported gdk_fb_window_get_abs_shape().
11223         removed gdk_fb_draw_lines declaration.
11224
11225         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
11226         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
11227         send focus changes when there is a grabbed window.
11228         (gdk_window_get_pointer): Handle shaped windows.
11229         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
11230         (gdk_fb_window_peek_shape): Returns the shape for a window,
11231         handles GDK_FB_USE_CHILD_SHAPE.
11232         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
11233         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
11234         (gdk_window_shape_combine_mask): Implement.
11235
11236         * gtk/gtkwindow-decorate.c:
11237         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
11238         setting the shape of a window makes the window transparent.
11239
11240 2001-01-11  Havoc Pennington  <hp@redhat.com>
11241
11242         * gtk/gtktreemodelsimple.h: Oops, broke some macros
11243
11244 2001-01-10  Havoc Pennington  <hp@redhat.com>
11245
11246         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
11247         add this function, bug 40251
11248
11249         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
11250         of type macro   
11251
11252 2001-01-11  Alexander Larsson  <alexl@redhat.com>
11253
11254         * acconfig.h:
11255         Added ENABLE_SHADOW_FB
11256
11257         * configure.in:
11258         Added --disable-shadowfb
11259
11260         * gdk/linux-fb/gdkcursor-fb.c:
11261         Update shadowfb when updating cursor
11262
11263         * gdk/linux-fb/gdkdrawable-fb2.c:
11264         Added wrappers for shadowfb that calls  the normal drawable
11265         methods, but calls gdk_shadow_fb_update(bounding box) when
11266         GdkWindows are drawed to.
11267         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
11268         which also returns the bounding box.
11269
11270         * gdk/linux-fb/gdkfb.h:
11271         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
11272
11273         * gdk/linux-fb/gdkgeometry-fb.c:
11274         Update shadowfb when scrolling window.
11275
11276         * gdk/linux-fb/gdkglobals-fb.c:
11277         Add _gdk_fb_screen_angle.
11278         
11279         * gdk/linux-fb/gdkkeyboard-fb.c:
11280         Test code for screen rotation. Shift-F2 in the xlate driver
11281         rotates the screen.
11282
11283         * gdk/linux-fb/gdkmain-fb.c:
11284         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
11285
11286         * gdk/linux-fb/gdkmouse-fb.c:
11287         Use fb_width/height instead of modeinfo.xres/yres.
11288
11289         * gdk/linux-fb/gdkprivate-fb.h:
11290         Added fb_men, fb_width, fb_height & fb_stride. When using
11291         shadow fb these can differ from the framebuffer stuff.
11292         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
11293         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
11294         _gdk_fb_screen_angle. Removed CM, RP.
11295
11296         * gdk/linux-fb/gdkrender-fb.c:
11297         Added code for shadowfb handling and screen rotation using
11298         shadowfb.
11299
11300         * gdk/linux-fb/gdkwindow-fb.c:
11301         Use fb_mem, fb_stride, fb_width, fb_height.
11302         Added recompute_rowstride to reset the rowstride of all windows.
11303         Added gdk_fb_recompute_all() which recomputes rootwindow size,
11304         window abs positions and window rowstrides. Usefull when the
11305         rotation has changed.
11306
11307 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
11308
11309         * docs/faq/gtk-faq.sgml: update to make web site updating easier
11310
11311 2001-01-10  Havoc Pennington  <hp@redhat.com>
11312
11313         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
11314         where sibling == iter
11315         (gtk_tree_store_insert_after): handle sibling == iter
11316         (gtk_tree_store_prepend): remove stamp checks
11317         (gtk_tree_store_insert_before): ditto
11318         (gtk_tree_store_append): ditto
11319         (gtk_tree_store_get_path): ditto
11320         (gtk_tree_store_get_value): ditto
11321         (gtk_tree_store_iter_has_child): ditto
11322         (gtk_tree_store_iter_n_children): ditto
11323         (gtk_tree_store_iter_nth_child): ditto
11324         (gtk_tree_store_insert_after): ditto
11325         (gtk_tree_store_is_ancestor): ditto
11326         (gtk_tree_store_iter_depth): ditto
11327         (gtk_tree_store_insert_before): assert that sibling's parent is
11328         the same as the passed-in parent
11329         (gtk_tree_store_insert_after): assert that sibling's parent is
11330         the same as the passed-in parent
11331
11332         
11333         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
11334         function to get the first iterator in a model
11335         
11336         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
11337         conventionally the "root" in this sense is just NULL afaict.
11338
11339         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
11340         where sibling == iter
11341         (gtk_list_store_insert_after): handle case where sibling == iter
11342
11343         * tests/testtreeview.c (run_automated_tests): fairly lame basic
11344         automated tests for ListStore, TreeStore
11345
11346         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
11347         (gtk_list_store_insert): update tail pointer, and fix it to work
11348         (gtk_list_store_insert_before): update tail pointer, and fix it to work
11349         (gtk_list_store_append): use tail to be faster
11350         (gtk_list_store_prepend): fix it, update tail pointer
11351         (gtk_list_store_insert_after): fix it, update tail pointer
11352
11353         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
11354         the list
11355
11356 2001-01-09  Havoc Pennington  <hp@redhat.com>
11357
11358         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
11359         is NULL due to a pending resize
11360
11361         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
11362         column width to values less than 1
11363
11364         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
11365         width to be between min/max width, and still set the width 
11366         even if autosize is turned on, so the tree view can use this 
11367         function in order to autosize.
11368         (gtk_tree_view_column_init): set initial width to 1 not 0
11369
11370         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
11371         setter function to modify column width, so we get notification
11372         (gtk_tree_view_insert_iter_height): ditto
11373         (gtk_tree_view_calc_size): ditto
11374         (gtk_tree_view_check_dirty): ditto
11375
11376         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
11377         properties to change all the interesting attributes of the tree
11378         view column.
11379         (gtk_tree_view_column_set_header_clickable): rename set_clickable
11380         (gtk_tree_view_column_get_clickable): add
11381         (gtk_tree_view_column_set_cell_renderer): don't unset the current
11382         attributes; assume a cell renderer with equivalent object
11383         properties has been swapped in. Do g_object_notify().
11384         (gtk_tree_view_column_set_visible): g_object_notify
11385         (gtk_tree_view_column_get_sizing): rename from get_col_type
11386         (gtk_tree_view_column_set_sizing): g_object_notify
11387         (gtk_tree_view_column_set_width): add g_object_notify
11388         (gtk_tree_view_column_set_min_width): ditto
11389         (gtk_tree_view_column_set_max_width): ditto
11390         (gtk_tree_view_column_set_title): ditto
11391         (gtk_tree_view_column_set_clickable): ditto
11392         (gtk_tree_view_column_set_widget): ditto
11393         (gtk_tree_view_column_set_justification): ditto
11394
11395 2001-01-09  Havoc Pennington  <hp@redhat.com>
11396
11397         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
11398         there are no rows in the model
11399
11400         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
11401         NULL, then return the start of the list
11402
11403         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
11404         if we can't get any rows from an empty model 
11405
11406         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
11407         extraneous * after function pointer typedef usage
11408
11409         * Makefile.am: don't specify full path to cp and rm
11410
11411         * gtk/gtkcellrenderertextpixbuf.c
11412         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
11413         NULL before dereferencing, fixes a segfault that happened from
11414         time to time
11415
11416         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
11417         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
11418         and reindent the function
11419         (gtk_cell_renderer_pixbuf_get_size): indentation
11420
11421         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
11422         we quit it
11423         (gtk_dialog_add_buttons_valist): add g_return_if_fail
11424         (gtk_dialog_set_default_response): New function, to set default
11425         button
11426         (gtk_dialog_set_response_sensitive): New function, to set 
11427         sensitivity of buttons
11428
11429         * gtk/gtkcellrendererpixbuf.c
11430         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
11431         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
11432
11433         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
11434         handle any G_TYPE_OBJECT subclass, not just the base class, and 
11435         also boxed types.
11436         (_gtk_tree_data_list_value_to_node): ditto
11437
11438         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
11439         --gtk-debug=tree
11440
11441         * gtk/gtkmain.c: add GTK_DEBUG_TREE
11442
11443         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
11444
11445 2001-01-09  Tor Lillqvist  <tml@iki.fi>
11446
11447         * gdk/win32/gdkevents-win32.c: Implement better mouse
11448         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
11449         (find_window_for_pointer_event): New function.
11450         (gdk_event_translate): Use it when handling mouse events.
11451
11452 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
11453
11454         * configure.in:
11455         Added --with-included-loaders option
11456
11457         * gdk-pixbuf/Makefile.am:
11458         * gdk-pixbuf/gdk-pixbuf-io.c:
11459         Add support for including selected gdk-pixbuf loaders only.
11460
11461         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
11462         gtk_window_set_has_frame):
11463         Added inline documentation.
11464
11465         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
11466         * docs/reference/gdk/tmpl/windows.sgml:
11467         Added inline documentation.
11468
11469 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
11470
11471         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
11472         realizing buttons that have already been realized.
11473
11474 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
11475
11476         * tests/testtreeview.c (main): Show menu items before adding to
11477         option menu.
11478
11479         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
11480         around if we kill them.
11481
11482         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
11483         Return if we pass in a NULL model.
11484
11485 2001-01-08  Havoc Pennington  <hp@redhat.com>
11486
11487         * tests/testtreeview.c: hack on this some
11488
11489         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
11490         gtk_tree_store_set_valist, v is for arrays, valist for varargs
11491         list
11492         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
11493
11494         * gtk/gtkliststore.h: Add varargs set() and get() convenience
11495         functions
11496
11497 2001-01-08  Alexander Larsson  <alexl@redhat.com>
11498
11499         * gtk/gtkwindow-decorate.[hc]:
11500         * gtk/Makefile.am:
11501         New files. Contains an implementation of a minimal WM for
11502         linux-fb.
11503
11504         * gtk/gtkwindow.h:
11505         Add the possibility for GtkWindows to specify a frame. This
11506         is used for the window decoration code, but could concievably
11507         be used for X programs too (xmms style windows).
11508         GtkWindow->frame is the toplevel window if the window is framed.
11509         The signal frame_event gets all events that are targeted to
11510         GtkWindow->frame.
11511         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
11512         
11513         * gtk/gtkwindow.c:
11514         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
11515         Call out to gtkwindow-decorate.c for WM support in linx-fb.
11516
11517 2001-01-08  Alexander Larsson  <alexl@redhat.com>
11518
11519         * docs/README.linux-fb:
11520         Correct filename ~/.pangoft2_aliases
11521
11522         * gdk/gdkwindow.h:
11523         Added new function gdk_window_get_decorations.
11524
11525         * gdk/linux-fb/gdkfb.h:
11526         Removed _gdk_window_get_decorations declaration.
11527         Renamed _gdk_window_set_child_handler to
11528         gdk_fb_window_set_child_handler.
11529
11530         * gdk/linux-fb/gdkwindow-fb.c:
11531         Renamed _gdk_window_set_child_handler to
11532         gdk_fb_window_set_child_handler.
11533
11534         * gdk/x11/gdkwindow-x11.c:
11535         New function gdk_window_get_mwm_hints().
11536         Implemented gdk_window_get_decorations.
11537
11538         * docs/reference/gdk/tmpl/windows.sgml:
11539         * docs/reference/gdk/gdk-sections.txt:
11540         Added gdk_window_get_decorations docs.
11541         
11542 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
11543
11544         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
11545         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
11546         gdk_fb_window_send_crossing_events):
11547         Possibly send focus events when the mouse moves from one
11548         window to another.
11549
11550 2001-01-07  Tor Lillqvist  <tml@iki.fi>
11551
11552         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
11553         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
11554         to match current API.
11555
11556         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
11557         environment variable is set, don't call g_error when on a
11558         palettized (PseudoColor) display. Some people want to use GTK+ 
11559         in 256-colour mode even though works only partially.
11560
11561         * gdk/gdk.def
11562         * gtk/gtk.def
11563         * gtk/makefile.mingw.in: Update.
11564
11565 2001-01-05  Havoc Pennington  <hp@redhat.com>
11566
11567         * tests/testtreeview.c: hack on this a bit
11568
11569         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
11570         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
11571
11572         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
11573         was spelled incorrectly
11574         (GTK_IS_TREE_MODEL_SIMPLE): ditto
11575
11576         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
11577         from gtk_tree_view_set_headers_active   
11578
11579         * gtk/gtktexttag.c:
11580         (gtk_text_tag_get_property): handle PROP_DIRECTION
11581         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
11582         properties, bug 40235
11583
11584         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
11585         forward_to_line_end
11586
11587 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
11588
11589         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
11590         modules/input/gtkimcontextxim.c: Adapt to new prototypes
11591         for unicode,locale,filename conversion functions.
11592
11593 2001-01-05  Havoc Pennington  <hp@redhat.com>
11594
11595         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
11596         broken if called on the first position in the buffer.
11597
11598         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
11599         forward_to_delimiters to be called only if we aren't already at
11600         the delimiters.
11601
11602 2001-01-05  Havoc Pennington  <hp@redhat.com>
11603
11604         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
11605
11606 2001-01-05  Alexander Larsson  <alexl@redhat.com>
11607
11608         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
11609         colormap in here. Sync from X port.
11610         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
11611         Sync from X port.
11612         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
11613         This happens now and then, and i don't think it is a bug.
11614         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
11615         != endpoint.
11616         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
11617         GDK_LINE_SOLID.
11618
11619         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
11620         some of the fields filled in at least.
11621
11622         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
11623         miLineArcD is no more, remove it from the function definition.
11624
11625 2001-01-04  Havoc Pennington  <hp@redhat.com>
11626
11627         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
11628         this
11629
11630         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
11631         user_data instead of tree_node
11632
11633         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
11634         TREE_VIEW_COLUMN_SIZE
11635
11636         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
11637         "size" field to "width" finishes bug 40061
11638
11639         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
11640         for bitfields, bug 40268
11641
11642 2001-01-04  Havoc Pennington  <hp@redhat.com>
11643
11644         Rename some stuff:
11645         
11646         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
11647
11648         s/GtkModelSimple/GtkTreeModelSimple/g;
11649         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
11650         s/gtk_model_simple/gtk_tree_model_simple/g;
11651         s/gtkmodelsimple/gtktreemodelsimple/g;
11652
11653         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
11654
11655         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
11656         s/column_set_col_type/column_set_sizing/g;
11657
11658         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
11659         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
11660
11661         s/GtkCellRendererType/GtkCellRendererState/g;
11662         
11663         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
11664         (gtk_cell_renderer_toggle_class_init): change "state" property to
11665         "active", to match GtkToggleButton
11666         (gtk_cell_renderer_toggle_get_active): new function, bug
11667         40269
11668         (gtk_cell_renderer_toggle_set_active): new function
11669         (gtk_cell_renderer_toggle_set_property): route changes to toggle
11670         state through gtk_cell_renderer_set_active
11671
11672 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
11673
11674         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
11675         temporarily until they work again.  Brought up to date with
11676         changes in the model.
11677         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
11678         model.
11679
11680 2001-01-04  Havoc Pennington  <hp@redhat.com>
11681
11682         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
11683         equal to the line length, then position iterator before paragraph 
11684         separators. Fixes crash reported by Mikael Hermansson when
11685         pressing left arrow from the start of a line.   
11686
11687         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
11688         about byte indexes off the end
11689         (iter_set_from_char_offset): add g_error about char offsets
11690         off the end
11691
11692 2001-01-03  Havoc Pennington  <hp@redhat.com>
11693
11694         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
11695
11696         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
11697         of private functions; remove inclusion of private headers.
11698
11699         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
11700         function, so we don't need private functions in gtktextdisplay.c
11701
11702         * gtk/gtktextiterprivate.h: underscore-ification
11703
11704         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
11705         to instead say "only useful to implement widgets"
11706
11707         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
11708         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
11709         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
11710
11711         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
11712         This function was completely broken
11713
11714         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
11715
11716         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
11717
11718         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
11719
11720         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
11721
11722         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
11723
11724         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
11725
11726         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
11727         gtk_paint_layout
11728
11729         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
11730         gtk_paint_layout
11731
11732         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
11733         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
11734         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
11735         which were not implemented.     
11736
11737         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
11738         insert_pixbuf signal. Rename delete_text to delete_range since it
11739         also deletes pixbufs and child anchors. This almost closes bug
11740         40245 (still need to deal with child anchors)
11741
11742         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
11743         insert_pixbuf, change signal names as appropriate, change types of
11744         signals taking marks/tags to have the specific type, not just
11745         G_TYPE_OBJECT
11746         
11747         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
11748         closes bug 40051
11749
11750         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
11751         unnecessary remove_contents() call
11752         (gtk_option_menu_class_init): add a "changed" signal, closes
11753         bug 40039
11754         (gtk_option_menu_update_contents): emit "changed" if the 
11755         active menu item changes
11756
11757         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
11758         cast to GtkObject, reported by Jonas Borgstrom
11759         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
11760         we can't do stuff with side effects in finalize. Instead, spew a
11761         warning if the loader isn't closed.
11762
11763         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
11764         colormap in here, non-X ports probably need to sync to this change
11765
11766         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
11767         assertion that colormap != NULL, you can set the colormap to NULL
11768         if you like.
11769         
11770         * Makefile.am: remove gtk-config-2.0
11771
11772         * configure.in: Use pkg-config to locate GLib. Remove
11773         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
11774         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
11775         Use pkg-config to locate Pango. Output correct Pango libs to
11776         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
11777
11778         * Makefile.am (pkgconfig_DATA): install only target-specific pc
11779         files
11780         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
11781         X11 pc files
11782
11783         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
11784         unref from here
11785
11786 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
11787
11788         * configure.in:
11789         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
11790
11791 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
11792
11793         * gtk/gtktextlayout.c
11794         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
11795         variable when moving back onto a single line.
11796
11797 2001-01-01  Havoc Pennington  <hp@redhat.com>
11798
11799         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
11800
11801         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
11802
11803         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
11804         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
11805
11806 2001-01-01  Havoc Pennington  <hp@redhat.com>
11807
11808         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
11809
11810         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
11811         GtkTextAttributes
11812
11813         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
11814         #40246
11815         (gtk_text_attributes_copy_values): rename from 
11816         gtk_text_attributes_copy
11817         (gtk_text_attributes_copy): a more standard GTK copy function, 
11818         which returns a new object
11819
11820 2001-01-01  Havoc Pennington  <hp@redhat.com>
11821
11822         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
11823         
11824         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
11825         don't fill in tree_view->priv->selection, kind of an unexpected
11826         side effect
11827
11828         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
11829         gtkintl.h
11830         
11831         * gtk/gtkcellrenderer.c: Remove definition of _ and include
11832         gtkintl.h
11833         (gtk_cell_renderer_get_property): remove calls to g_value_init
11834
11835         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
11836         gtkintl.h
11837
11838         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
11839         and include gtkintl.h
11840         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
11841         property names
11842
11843         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
11844         GtkTreeSelection
11845         (_gtk_tree_selection_new_from_with_view): rename, return
11846         GtkTreeSelection
11847         (_gtk_tree_selection_set_tree_view): rename with uscore
11848         (gtk_tree_selection_get_selected): fill in the "model" out param
11849         first, so it gets filled in even if we return at the top of the 
11850         function
11851         (gtk_tree_selection_real_select_all): add a comment and an else{}
11852         to clarify this a bit
11853         (gtk_tree_selection_real_unselect_all): add the same else{}
11854
11855         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
11856         set_tree_view to have underscore prefixes, move them to the
11857         private header, fix return type of new_with_tree_view
11858         (struct _GtkTreeSelection): mark struct
11859         fields private  
11860
11861         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
11862         GtkTreeModelFlags, not a guint
11863         (gtk_tree_path_prev): return gboolean not gint
11864         (gtk_tree_path_up): return gboolean not gint
11865
11866         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
11867         return GtkTreeModelFlags, not a guint
11868
11869         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
11870         that child model is non-null before unrefing it
11871         (g_value_int_compare_func): make this a qsort compare func, not 
11872         a boolean predicate
11873
11874         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
11875         (add -umn to the end), and mark it unimplemented
11876         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
11877         I don't see what it's for - doesn't the model always sort itself?
11878         (gtk_tree_model_sort_set_compare): this had the wrong signature
11879
11880         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
11881         Fix the docs to say that it destructively replaces existing
11882         attributes (previously said that it added attributes).
11883         (gtk_tree_view_column_set_visible): canonicalize bool before
11884         equality testing. Also, check for realization before
11885         hiding/showing the tree_column->window; if this window could exist
11886         before realization, then it's busted and needs fixing, we can't 
11887         create GDK resources pre-realization. Also, remove
11888         superfluous queue_resize(), since set_size() does that for us.
11889         (gtk_tree_view_column_set_col_type): check realization before 
11890         using tree_column->window
11891
11892         * gtk/gtktreedatalist.c: fix filename in copyright notice
11893
11894 2000-12-31  Havoc Pennington  <hp@pobox.com>
11895
11896         * gtk/gtktextview.c: Rearrange all the
11897         scroll-while-dragging-or-selecting code to be different, not
11898         necessarily better. ;-)
11899         (gtk_text_view_scroll_to_mark): Change this
11900         function to take within_margin as a fraction instead of a pixel
11901         value, and to take alignment arguments (indicating where to align 
11902         the mark inside the visible area)
11903         
11904         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
11905         to GtkObject
11906
11907         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
11908         behavior so that offsets past the end of the line are not 
11909         allowed, and an offset equal to the line length moves the iterator
11910         to the next line
11911         (gtk_text_iter_set_line_index): make parallel change
11912         (gtk_text_iter_get_bytes_in_line): add this function
11913         
11914         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
11915         of byte indexes off the end of the line; byte index at the end of
11916         the line now returns FALSE and doesn't fill in the requested
11917         values, byte index past the end of the line is an error.  Also,
11918         don't allow -1 offset anymore, since its meaning is unclear.
11919
11920         This change exposes some bug in visual cursor motion, where we
11921         end up with a huge invalid byte index; needs fixing. Symptom of 
11922         bug is a crash when you hit up arrow.
11923         
11924         (_gtk_text_line_char_locate): match the change to byte_locate
11925
11926         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
11927         from start of line properly. fixes bug reported by Mikael
11928         Hermansson where backspace would delete all text before the
11929         cursor.
11930
11931 2000-12-30  Tor Lillqvist  <tml@iki.fi>
11932
11933         * gdk/win32/gdkwindow-win32.c
11934         (gdk_window_impl_win32_get_visible_region): New function, as in
11935         the X11 backend.
11936         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
11937         instead of duplicating the same code here.
11938
11939         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
11940         GDK_COLORMAP macro.
11941
11942         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
11943         destroy function.
11944         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
11945         access that.
11946
11947         * gtk/gtk.def: Update.
11948
11949         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
11950
11951 2000-12-30  Havoc Pennington  <hp@pobox.com>
11952
11953         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
11954         colormap on input only windows, to avoid special cases all over
11955         the code for these windows.
11956
11957 2000-12-26  Tor Lillqvist  <tml@iki.fi>
11958
11959         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
11960         we are on a palettized display ("PseudoColor" in X11), as the code
11961         for that doesn't work anyway, and never has.
11962
11963 2000-12-22  Alexander Larsson  <alexl@redhat.com>
11964
11965         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
11966         Don't use isprint() for chars > 255.
11967
11968 2000-12-21  Havoc Pennington  <hp@redhat.com>
11969
11970         * tests/testtreeview.c: more work
11971
11972 2000-12-21  Alexander Larsson  <alexl@redhat.com>
11973
11974         * docs/README.linux-fb:
11975         Update the docs to the new pangoft2 way.
11976
11977 2000-12-21  Alexander Larsson  <alexl@redhat.com>
11978
11979         * configure.in:
11980         For linux-fb get the pangoft2 cflags and libs. This needs a recent
11981         pango version.
11982         Remove modules/linux-fb/Makefile.
11983
11984         * gdk/linux-fb/gdkdrawable-fb2.c:
11985         Render glyphs using freetype.
11986
11987         * gdk/linux-fb/gdkfb.h:
11988         Add new fb-specific functions needed for managing windows.
11989
11990         * gdk/linux-fb/gdkmain-fb.c:
11991         Remove gdk_font_init/fini() calls.
11992
11993         * gdk/linux-fb/gdkpango-fb.c:
11994         Remove old implementation. Use pangoft2 instead.
11995
11996         * gdk/linux-fb/gdkprivate-fb.h:
11997         Remove PangoFBFont and related stuff.
11998
11999         * gdk/linux-fb/gdkwindow-fb.c:
12000         Implement drawable->get_visible_region.
12001         Implement support for _gdk_window_set_child_handler () and
12002         _gdk_window_get_decorations().
12003
12004         * modules/Makefile.am:
12005         Remove linux-fb subdir.
12006
12007         * modules/linux-fb/*:
12008         Removed all.
12009         
12010 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
12011
12012         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
12013         calls, as they are no longer needed.
12014
12015         * gtk/gtktreemodelsort.c: Fix up the comparison code.
12016         
12017         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
12018         figure out how to emit a signal on an interface.
12019
12020 2000-12-20  Havoc Pennington  <hp@redhat.com>
12021
12022         * tests: new directory to contain tests, gtk/test* should move
12023         here sometime (with appropriate on-cvs-server hackery)
12024
12025         * tests/testtreeview.c, tests/Makefile.am: a test
12026         
12027         * configure.in (AC_OUTPUT): add tests/Makefile
12028
12029         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
12030         and "invisible_set" which were missing
12031
12032         * gtk/gtkrbtree.h: some cheesy indentation fix
12033         
12034 2000-12-20  Alexander Larsson  <alexl@redhat.com>
12035
12036         * gtk/gtkinvisible.c (gtk_invisible_realize):
12037         Attach the style to the window so that the style it is not
12038         leaked when unrealizing the window.
12039
12040 2000-12-18  Havoc Pennington  <hp@redhat.com>
12041
12042         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
12043         begin/end user action where appropriate
12044         (gtk_text_view_commit_handler): add begin/end user action
12045
12046         * gtk/gtktextbuffer.c: add begin/end user action signals, and
12047         bracket interactive operations with begin/end user action pair.
12048         
12049         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
12050         "interactive" arg from insert_text and delete_text signals.
12051         Add begin_user_action, end_user_action signals
12052         (gtk_text_buffer_begin_user_action): 
12053         (gtk_text_buffer_end_user_action): New functions to delimit 
12054         a user-visible action
12055
12056         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
12057         signals.
12058         
12059 2000-12-18  Havoc Pennington  <hp@redhat.com>
12060
12061         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
12062         was pretty non-working.
12063
12064         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
12065         by passing the length to g_utf8_validate().
12066
12067 2000-12-16  Havoc Pennington  <hp@pobox.com>
12068
12069         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
12070         Port to GObject, can go back in gdk-pixbuf after setting up 
12071         a gdk-pixbuf-marshal.h header over there.
12072
12073         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
12074         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
12075         args
12076         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
12077         set
12078         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
12079         here, do it when we create the buttons later
12080         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
12081         (gtk_tree_view_map): paranoia checks that column->button is shown 
12082         and unmapped
12083         (gtk_tree_view_size_request): only request visible children.
12084         Move header size calculation in here, for cleanliness, and 
12085         to maintain invariants for child widgets if we eventually 
12086         let users set different children inside the buttons
12087         (gtk_tree_view_map_buttons): factor out code to map buttons,
12088         since it was being called several times
12089         (gtk_tree_view_size_allocate_buttons): move_resize the drag
12090         windows instead of just moving them; their height may change 
12091         if we allow random widgets in there, or the theme changes.
12092         (gtk_tree_view_size_allocate): move button size allocation 
12093         above emitting the scroll signals, to ensure a sane state when we
12094         hit user code
12095         (gtk_tree_view_button_release): remove queue_resize after
12096         tree_view_set_size(), set_size() will handle any resize queuing
12097         that's needed
12098         (gtk_tree_view_focus_in): just queue a draw, don't fool with
12099         draw_focus goo
12100         (gtk_tree_view_focus): use gtk_get_current_event() and
12101         gdk_event_get_state()
12102         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
12103         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
12104         semicolon
12105         (gtk_tree_view_create_button): show the button here
12106         (gtk_tree_view_button_clicked): actually emit the clicked signal
12107         on the column
12108         (_gtk_tree_view_set_size): return right away if the size is
12109         unchanged, as a cheesy optimization
12110         (gtk_tree_view_setup_model): rename set_model_realized to 
12111         setup_model to match the flag that indicates whether we've 
12112         called it
12113         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
12114         exist, because set_scroll_adjustment does that and it shouldn't
12115         matter what order you call these in
12116         (gtk_tree_view_get_vadjustment): ditto
12117         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
12118         for paranoia
12119         (gtk_tree_view_set_headers_visible): call
12120         gtk_tree_view_map_buttons() instead of using cut-and-paste code
12121         (gtk_tree_view_append_column): clarify whether the return value
12122         is the count of columns before or after, and do the increment 
12123         separately from the return statement so you can tell from the code.
12124         (gtk_tree_view_remove_column): ditto
12125         (gtk_tree_view_insert_column): ditto
12126         (gtk_tree_view_get_column): remove g_return_if_fail for columns
12127         outside the existing range, the docs say that outside-range
12128         columns are allowed, so we handle them as documented. (Presumably
12129         this allows a nice loop with column != NULL as test.)
12130         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
12131         mean (left/right/center etc.).
12132         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
12133         (gtk_tree_view_expand_row): add docs
12134         (gtk_tree_view_collapse_row): add docs
12135
12136         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
12137         function to emit the clicked signal on a column
12138         
12139         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
12140         state of an event
12141         (gdk_event_get_time): don't treat GDK_SCROLL 
12142         as a button event, remove default case from switch so gcc 
12143         will whine if we don't explicitly handle all event types
12144
12145         * gtk/gtktreeselection.h: added some FIXME 
12146         
12147         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
12148         "columns" to "n_columns" and "column" to "columns" for clarity
12149
12150 2000-12-16  Havoc Pennington  <hp@pobox.com>
12151         
12152         * gtk/gtktextiter.c: General cleanup of the log attr iteration
12153         stuff. This should make e.g. the delete key work again in the
12154         text widget...
12155         (gtk_text_iter_forward_cursor_positions): handle negative count
12156         (gtk_text_iter_backward_cursor_positions): handle negative count
12157         (gtk_text_iter_forward_word_ends): handle negative count
12158         (gtk_text_iter_backward_word_starts): handle negative count
12159
12160         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
12161         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
12162         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
12163         GObject. No doubt will cause breakage.
12164
12165         * demos/gtk-demo/textview.c: remove hacks around
12166         non-GObject-ification of the text objects
12167
12168         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
12169         the text tag
12170         
12171 2000-12-14  Havoc Pennington  <hp@pobox.com>
12172
12173         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
12174         that we have Xrender
12175
12176 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
12177
12178         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
12179         Add two virtualized functions gdk_drawable_get_clip_region - to
12180         get the clip region when drawing.
12181         
12182         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
12183         use invalidate_region.
12184
12185         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
12186         region.
12187
12188         * acconfig.h configure.in: Check for Xft. For now, assume
12189         that if Xft is found, Pango was compiled with Xft support
12190         as well.
12191
12192         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
12193         gdk_colormap_query_color().
12194         
12195         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
12196         with Xft if appropriate.
12197
12198         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
12199         a pangoxft context if we have XFT and the environment
12200         variable GD_USE_XFT is set.
12201         
12202         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
12203         and also possibly an XftDraw structure.
12204
12205         * gtk/gtkfontsel.c: Handle the case where the font from the
12206         style doesn't match any of the fonts a bit better.
12207         
12208         * gtk/testgtk.c: Add tabs between directional segments for
12209         hebrew/arabic test. (Not really necessary, just a little
12210         prettier.)
12211
12212 2000-12-14  Havoc Pennington  <hp@redhat.com>
12213
12214         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
12215         reading a file
12216
12217 2000-12-14  Havoc Pennington  <hp@redhat.com>
12218
12219         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
12220         unused call to get_last_line()
12221
12222         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
12223         here until boxed is working (and maybe after that - we should
12224         really not gratuitously break old code)
12225
12226         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
12227         specific types for font_desc and tabs args, move them to
12228         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
12229         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
12230
12231         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
12232         use GTK_TYPE_POINTER for signal signatures as a hack-around
12233
12234         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
12235         PangoTabArray
12236
12237         * gtk/gtktextlayout.c (line_display_iter_to_index): 
12238         make static
12239         (line_display_index_to_iter): make static
12240
12241         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
12242         to marshal a string not a boxed
12243
12244         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
12245
12246         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
12247         since the UTF-8 isn't validated yet
12248
12249         * gtk/gtktextsegment.c (char_segment_check_func): don't require
12250         lines to end in '\n'
12251         
12252         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
12253         forward_to_delimiters, and grapheme boundaries
12254         (gtk_text_view_delete_from_cursor): properly handle non-newline
12255         delimiters, and grapheme boundaries
12256
12257         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
12258         to gtk_text_iter_forward_to_delimiters, and make it work properly
12259         if empty lines end with a character other than '\n'
12260
12261         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
12262         position
12263
12264 2000-12-15  Tor Lillqvist  <tml@iki.fi>
12265
12266         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
12267
12268         * gtk/gtk.def
12269         * gdk/gdk.def: Update.
12270
12271         * gdk/win32/gdkmain-win32.c
12272         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
12273         gdkmain-win32.c here.
12274
12275         * gdk/win32/makefile.mingw.in (all): No need to make
12276         gdk-win32res.o here, the makefile one step up will call us to make
12277         it.
12278
12279         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
12280         gdkkeys-win32.
12281
12282         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
12283
12284         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
12285         call to g_source_add().
12286
12287         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
12288         leak. Thanks to Andreas Kemnade.
12289
12290 2000-12-13  Havoc Pennington  <hp@pobox.com>
12291
12292         * gtk/gtktextbtree.h: Remove double _ in front of some functions
12293
12294         * gtk/gtktext*.[hc]: update accordingly
12295         
12296 2000-12-13  Havoc Pennington  <hp@pobox.com>
12297
12298         * gtk/gtktextbtree.h: Put _ in front of every function in this 
12299         header file
12300
12301         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
12302
12303 2000-12-13  Alex Larsson  <alexl@redhat.com>
12304
12305         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
12306         Add support for ps2 intellimouse.
12307
12308         * gdkkeyboard-fb.c:
12309         Move shift-F1 repaint handling to xlate handler only.
12310         
12311         * docs/README.linux-fb:
12312         Add imps2 to docs.
12313         Document the new refresh keys.
12314         
12315 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
12316
12317         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
12318
12319         * gtk/gtkbox.c: change property types from (u)long to (u)int for
12320         ::position and ::padding.
12321
12322         * gtk/gtkcontainer.c: make ::border_width an INT property.
12323
12324         * gtk/gtkpacker.c: make ::position an INT property.
12325
12326         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
12327         guard against NULL h/v scrollbars, since this is used at construction
12328         time.
12329
12330         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
12331         internal gtk_clist_constructor().
12332
12333         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
12334         gtk_ctree_constructor().
12335
12336         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
12337         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
12338
12339         * docs/reference/Makefile.am: fun stuff, disabled docs generation
12340         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
12341
12342         * gtk/gtkwidget.[hc]:
12343         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
12344         and gtk_widget_get().
12345         (gtk_widget_new): use g_object_new_valist().
12346         (gtk_widget_set): use g_object_set_valist().
12347
12348         * gtk/gtkobject.[hc]:
12349         removed gtk_object_arg_get_info(), gtk_object_getv(),
12350         gtk_object_query_args(), gtk_object_newv(),
12351         gtk_object_class_add_signals(),
12352         gtk_object_class_user_signal_new(),
12353         gtk_object_class_user_signal_newv(),
12354         gtk_object_arg_set(), gtk_object_arg_get(),
12355         gtk_object_args_collect(),
12356         gtk_object_default_construct(),
12357         gtk_object_constructed(),
12358         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
12359         removed nsignals, signals and n_args members from GtkObjectClass.
12360         (gtk_object_new): use g_object_new_valist().
12361         (gtk_object_set): use g_object_set_valist().
12362         (gtk_object_get): use g_object_get_valist().
12363         
12364         * gtk/gtkcompat.h: define gtk_object_default_construct().
12365         
12366         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
12367         g_object_new().
12368
12369         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
12370         fucntions, cleaned up method assignments (make sure your structures
12371         are setup properly before calling out). removed all GTK_CONSTRUCTED
12372         hacks ;)
12373
12374 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
12375
12376         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
12377         off-by-one error in checks. (Dave Lambert)
12378
12379 2000-12-12  Alexander Larsson  <alexl@redhat.com>
12380
12381         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
12382         Don't free gdk_fb_keyboard twice.
12383
12384 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
12385
12386         * gtk/testgtk.c:
12387         (create_tooltips): 
12388         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
12389         use GObject swapped_signal:: properties instead.
12390
12391         * gtk/gtkcellrenderertoggle.c: 
12392         * gtk/gtkcellrenderertextpixbuf.c: 
12393         * gtk/gtkcellrenderertext.c: 
12394         * gtk/gtkcellrendererpixbuf.c: 
12395         * gtk/gtkcellrenderer.c:
12396         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
12397         missing warnings for invalid property ids, install properties
12398         with g_object_class_install_property() now.
12399         
12400         * gtk/gtksignal.c:
12401         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
12402         
12403 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
12404         
12405         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
12406         to determine if a window is the focus widget within
12407         its toplevel.
12408
12409         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
12410         to be boolean.
12411
12412         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
12413         of the case where the container CAN_FOCUS to here instead
12414         of having it in each individual move-the-focus place.
12415
12416         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
12417         focusing to be geometric in a much more obvious sense. Arrowing
12418         around is still non-intuitive because it isn't perfect and
12419         because entries, etc, grab the arrow keys, but it at least
12420         usually will do what you expect now.
12421         
12422         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
12423         file.
12424
12425         * gtk/gtknotebook.c: Change tabs to be a single item in
12426         the focus chain. Make movement of focus on tabs with arrow
12427         keys wrap around.
12428         
12429         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
12430         CHECK_FIND_CHILD macro to give informative error messages
12431         instead of silent returns.
12432
12433         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
12434         flag since we handle GdkReturn on the tabs.
12435
12436         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
12437         windows rather than sending expose events directly.
12438
12439         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
12440         definition for GtkNotebookPage into .c file, since it is private.
12441
12442         * gtk/testgtk.c (create_notebook): Add option for 
12443         testing borderless notebook.
12444
12445         * gtk/testgtk.c (page_switch): Removed egregious poking
12446         around in GTK+ internals.
12447
12448         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
12449
12450         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
12451         properly through gtk_clist_focus. Make the title headers a
12452         single item in the tab-focus chain, and make left-right wrap
12453         around.
12454
12455         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
12456         focus method so that wrapping around works properly.
12457
12458         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
12459         that is handled for the widget now. 
12460
12461 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
12462
12463         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
12464         widgets as TOPLEVEL.
12465
12466         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
12467         TOPLEVEL widgets are containers.
12468
12469         * gtk/gtkinvisible.h: Remove useless include.
12470
12471 2000-12-11  Havoc Pennington  <hp@redhat.com>
12472
12473         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
12474         Handle chopping off \r\n and 0x2029 in addition to \n before
12475         passing to PangoLayout
12476
12477         * gtk/gtkimcontextsimple.c
12478         (gtk_im_context_simple_get_preedit_string): 
12479         return an empty string if no match is pending
12480
12481         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
12482         assertion that the returned preedit string was sane
12483
12484         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
12485         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
12486         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
12487
12488 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
12489
12490         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
12491         Fix up finalizer to chain to its parent.
12492
12493 2000-12-11  Alexander Larsson  <alexl@redhat.com>
12494
12495         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
12496         Clearified the difference between the keyboard types. Wrote a note
12497         about the magic sysrq key to get out of raw mode.
12498
12499 2000-12-09  James Henstridge  <james@daa.com.au>
12500
12501         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
12502         member to hold masks for detecting the start of a protocol packet.
12503         (mouse_devs): add packet start masks for ps2 and ms device types.
12504         Left the mask for fidmour blank, as I have no idea what it should
12505         be.
12506         (handle_mouse_io): skip bytes until we get to the start of a
12507         packet.  My Logitech mouse seems to be passing an extra NULL pad
12508         byte, and GPM does a similar thing here.
12509         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
12510         this is the ms mouse driver.
12511         (gdk_fb_mouse_ms_packet): fix up button handling, which was
12512         completely broken except for button1.  It was checking the wrong
12513         bit in the packet for the status of the right mouse button, and
12514         wrongly assuming right == button2 rather than 3.  I fixed that and
12515         also added support for middle button (button2).
12516
12517 2000-12-08  Havoc Pennington  <hp@redhat.com>
12518
12519         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
12520         that cause a segfault on text insertion
12521
12522         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
12523         warning
12524
12525         * gtk/gtktextiter.c (test_log_attrs): use
12526         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
12527
12528         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
12529         Get log attrs for a line, using a cache stored on the buffer
12530         
12531         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
12532         reported by Jeff Franks
12533
12534 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
12535
12536         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
12537         /dev/ttyS0 -> /dev/mouse
12538
12539 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
12540
12541         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
12542         Added dummy gdk_fontset_load.
12543
12544 2000-12-08  Alexander Larsson  <alexl@redhat.com>
12545
12546         * docs/README.linux-fb:
12547         * docs/Makefile.am:
12548         Initial GtkFB docs.
12549         
12550         * gdk/linux-fb/Makefile.am:
12551         Define GDK_DATA_PREFIX.
12552
12553         * gdk/linux-fb/gdkmain-fb.c:
12554         Fix typo.
12555         Change default display to /dev/fb0.
12556
12557         * gdk/linux-fb/gdkpango-fb.c:
12558         Add $(prefix)/share/fonts/ to font path.
12559         
12560 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
12561
12562         * gdk/linux-fb/gdkkeyboard-fb.c:
12563         New file containing the abstracted keyboard driver. Most code
12564         taken from gdkinput-ps2.c
12565
12566         * gdk/linux-fb/gdkinput-ps2.c:
12567         Removed file.
12568         
12569         * gdk/linux-fb/Makefile.am:
12570         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
12571
12572         * gdk/linux-fb/gdkcolor-fb.c:
12573         display->fb was renamed to display->fb_fd.
12574
12575         * gdk/linux-fb/gdkcursor-fb.c:
12576         gdk_mouse_get_info -> gdk_fb_mouse_get_info
12577
12578         * gdk/linux-fb/gdkinput.c:
12579         Moved gdk_input_init here from gdkinput-ps2.c
12580
12581         * gdk/linux-fb/gdkmain-fb.c:
12582         display->fb was renamed to display->fb_fd.
12583         Now the tty and the console is opened here instead
12584         of in the keyboard driver. Also check GDK_VT to see what
12585         tty to open.
12586         Move gdk_beep () here from gdkinput-ps2.c
12587         gdk_mouse_get_info -> gdk_fb_mouse_get_info
12588
12589         * gdk/linux-fb/gdkmouse-fb.c:
12590         Add header.
12591         gdk_mouse_get_info -> gdk_fb_mouse_get_info
12592         Return correct keyboard modifiers.
12593         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
12594
12595         * gdk/linux-fb/gdkprivate-fb.h:
12596         Add tty and vt info to display.
12597         Add orignal modeinfo storage to display
12598         Update global functions
12599
12600         * gdk/linux-fb/gdkwindow-fb.c:
12601         Added gdk_fb_window_find_focus().
12602         gdk_mouse_get_info -> gdk_fb_mouse_get_info
12603
12604 2000-12-07  Havoc Pennington  <hp@pobox.com>
12605
12606         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
12607         function, noticed by Alex
12608
12609 2000-12-06  Elliot Lee  <sopwith@redhat.com>
12610
12611         * configure.in: Detect freetype properly
12612
12613         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
12614         above.
12615
12616 2000-12-06  Alexander Larsson  <alexl@redhat.com>
12617
12618         * gdk/linux-fb/Makefile.am:
12619         Add gdkmouse-fb.c
12620         
12621         * gdk/linux-fb/gdkmouse-fb.c:
12622         New file. Abstracted the mouse drivers a bit.
12623
12624         * gdk/linux-fb/gdkcursor-fb.c:
12625         The cursor hide/show functions was moved here from gdkinput-ps2.c.
12626
12627         * gdk/linux-fb/gdkinput-ps2.c:
12628         Removed old mouse handling code. Moved cursor handling code
12629         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
12630         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
12631         gdk_mouse_get_info.
12632
12633         * gdk/linux-fb/gdkmain-fb.c:
12634         Pass NULL pointers for x,y in gdk_mouse_get_info call.
12635
12636         * gdk/linux-fb/gdkprivate-fb.h:
12637         Removed public gdk_fb_find_common_ancestor, added and renamed
12638         functions for the new mouse handling code.
12639
12640         * gdk/linux-fb/gdkwindow-fb.c:
12641         Moved gdk_fb_window_send_crossing_events here. added global
12642         variable gdk_fb_window_containing_pointer. made
12643         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
12644         renamed to gdk_mouse_get_info.
12645
12646 2000-12-06  Alexander Larsson  <alexl@redhat.com>
12647
12648         * gdk/linux-fb/gdkevents-fb.c:
12649         Update to match latest gmain/gsource changes.
12650
12651         * gdk/linux-fb/gdkinput-ps2.c:
12652         Bogus gdk_keymap_get_entries_for_keycode implementation so that
12653         it links. Will be implemented later.
12654
12655 2000-12-03  Havoc Pennington  <hp@pobox.com>
12656
12657         * gdk/Makefile.am: add gdkkeys.[hc]
12658
12659         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
12660         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
12661
12662         * acconfig.h, configure.in: add checks and command line options
12663         for XKB
12664
12665         * gdk/x11/gdkkeys-x11.c: Implement the above functions
12666         
12667         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
12668         and group in the key event
12669
12670         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
12671         field with the low-level hardware key code, and a group
12672         field with the keyboard group
12673
12674         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
12675         and declare a couple globals used for keymap handling
12676         
12677         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
12678         hold down Shift-Control and type a hex number to get a Unicode 
12679         character corresponding to the hex number
12680         (gtk_im_context_simple_get_preedit_string): Fix cursor position
12681         (return bytes not chars)
12682
12683 2000-12-05  Elliot Lee  <sopwith@redhat.com>
12684
12685         * gdk/gdkcolor.h: Make GdkColor specify element sizes
12686         to avoid waste on 64-bit platforms.
12687
12688 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
12689
12690         * INSTALL: Fix link to PNG home, remove reference
12691         to fribidi.
12692
12693         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
12694         
12695         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
12696         tested.)
12697
12698         * gtk/gtkcheckmenuitem.c: Permanently turn on
12699         always_show_toggle.
12700
12701         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
12702         be NULL. (Vladimir Klebanov, #26545)
12703
12704         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
12705         some signed/unsigned comparison problems. (#6510,
12706         David Kaelbling)
12707
12708         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
12709         return type to boolean (Oskar Liljeblad, #18648)
12710
12711 2000-12-05  Alexander Larsson  <alexl@redhat.com>
12712
12713         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
12714         Remove bogus colormap setting.
12715
12716 2000-12-05  Alexander Larsson  <alexl@redhat.com>
12717
12718         * gdk/linux-fb/gdkcolor-fb.c:
12719         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
12720
12721         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
12722         Must set colormap.
12723         
12724 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
12725
12726         * docs/tutorial/gtk-tut.sgml: DND updates
12727
12728 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
12729
12730         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
12731         Remove old debug g_warning().
12732         (gdk_fb_draw_drawable): The src argument can be either a wrapper
12733         or an implementation, just pass the implementation to draw_drawable_2.
12734         
12735         * gdk/linux-fb/gdkprivate-fb.h:
12736         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
12737
12738         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
12739         clear and invalidate area when window is destroyed.
12740         (send_map_events): Remove old commented out code.
12741
12742 2000-12-05  Alexander Larsson  <alexl@redhat.com>
12743
12744         * gdk/linux-fb/gdkpango-fb.c:
12745         Use italic instead of oblique in font aliases.
12746         
12747         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
12748         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
12749         other unsupported functions.
12750
12751 2000-12-04  Havoc Pennington  <hp@redhat.com>
12752
12753         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
12754
12755         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
12756
12757         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
12758
12759         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
12760         hack to avoid infinite loops (synthetic expose event) - 
12761         Owen has more appropriate fixes in a branch he'll check in later.
12762
12763         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
12764         separator, CR, and CRLF as line ends
12765
12766         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
12767         into lines using pango_find_paragraph_boundary(); other bits of
12768         the widget are still going to be broken if the boundary isn't '\n'
12769         though
12770
12771 2000-12-04  Alexander Larsson  <alexl@redhat.com>
12772
12773         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
12774         multiply.
12775
12776         * gdk/linux-fb/gdkpango-fb.c:
12777         Copied some 26.6 scaling macros from pango to clean up the rounding.
12778         (pango_fb_font_get_glyph_info): Correct sign on x value.
12779
12780         * gdk/linux-fb/gdkprivate-fb.h:
12781         Removed unreferenced external functions.
12782
12783         * modules/linux-fb/Makefile.am: Use ` instead of '.
12784
12785         * modules/linux-fb/basic.c:
12786         Remove dead code. In particular the dummy lang engine which broke all
12787         pango layouts in GtkFB. Don't include tables-big.i anymore.
12788
12789         * modules/linux-fb/tables-big.i:
12790         Upgrade to latest version from pango. Left for reference, basic_ranges
12791         moved to basic.c.
12792         
12793 2000-12-04  Havoc Pennington  <hp@redhat.com>
12794
12795         Fix bugs Alex found:
12796         
12797         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
12798         to "draw"
12799
12800         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
12801
12802         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
12803
12804         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
12805         implementation in here, apparently the expose() implementation was
12806         dead code.
12807
12808 2000-12-04  Alexander Larsson  <alexl@redhat.com>
12809
12810         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
12811         Return positive descent.
12812
12813 2000-12-02  Havoc Pennington  <hp@pobox.com>
12814
12815         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
12816         method and signal
12817         
12818         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
12819         calls gdk_window_process_updates() to push the exposes through
12820         (gtk_widget_class_init): No more draw signal, no
12821         gtk_widget_real_draw()  
12822         
12823         * gtk/gtkbin.c (gtk_bin_draw): remove
12824
12825         * gtk/gtkbox.c (gtk_box_draw): remove
12826
12827         * gtk/gtkbutton.c (gtk_button_draw): remove
12828
12829         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
12830
12831         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
12832
12833         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
12834
12835         * gtk/gtkclist.c (gtk_clist_draw): remove
12836
12837         * gtk/gtkentry.c (gtk_entry_draw): remove
12838
12839         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
12840
12841         * gtk/gtkfixed.c (gtk_fixed_draw): remove
12842
12843         * gtk/gtkframe.c (gtk_frame_draw): remove
12844
12845         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
12846
12847         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
12848
12849         * gtk/gtklayout.c (gtk_layout_draw): remove
12850
12851         * gtk/gtklist.c (gtk_list_draw): remove
12852
12853         * gtk/gtklistitem.c (gtk_list_item_draw): remove
12854
12855         * gtk/gtkmenu.c (gtk_menu_draw): remove
12856
12857         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
12858
12859         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
12860
12861         * gtk/gtknotebook.c (gtk_notebook_draw): remove
12862
12863         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
12864
12865         * gtk/gtkpacker.c (gtk_packer_draw): remove
12866
12867         * gtk/gtkrange.c (gtk_range_draw): remove
12868
12869         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
12870
12871         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
12872
12873         * gtk/gtktable.c (gtk_table_draw): remove
12874
12875         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
12876
12877         * gtk/gtktext.c (gtk_text_draw): remove
12878
12879         * gtk/gtktextview.c (gtk_text_view_draw): remove
12880
12881         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
12882
12883         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
12884
12885         * gtk/gtktree.c (gtk_tree_draw): remove
12886
12887         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
12888
12889         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
12890
12891         * gtk/gtkviewport.c (gtk_viewport_draw): remove
12892
12893         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
12894
12895         * gtk/gtkvscale.c (gtk_vscale_draw): remove
12896
12897         * gtk/gtkwindow.c (gtk_window_draw): remove
12898
12899 2000-20-01  Anders Carlsson  <andersca@gnu.org>
12900
12901         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
12902         a GtkToggleButton is both insensitive and active, it was being
12903         drawn by the GtkButton draw handler which doesn't check the
12904         state. Now it's calling gtk_toggle_button_paint instead.
12905         
12906 2000-12-01  Havoc Pennington  <hp@redhat.com>
12907
12908         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
12909         dangling pointers to the appearance attributes from the 
12910         line display
12911
12912         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
12913         width/height to mean "full width/height of drawable"
12914
12915         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
12916         click to select word/line
12917         
12918         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
12919         when getting log attrs. Get a slice, so that pixmaps and stuff
12920         are properly handled.
12921
12922         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
12923         paste into the selection (replaces selection now, previously
12924         crashed or added to selection). Reveals longstanding btree bug -
12925         select multiple lines, middle-click on the selection, boom. This
12926         isn't related to my changes though.
12927
12928         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
12929         PangoLogAttrs changes
12930         (gtk_entry_move_backward_word): ditto
12931
12932         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
12933         functions return bool whether the iter moved onto a
12934         dereferenceable position.
12935  
12936         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
12937         functions for motion in terms of display lines.
12938
12939         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
12940         get the buffer a mark is inside
12941         
12942 2000-12-01  Alexander Larsson  <alexl@redhat.com>
12943
12944         * gdk/linux-fb/Makefile.am:
12945         * modules/linux-fb/Makefile.am:
12946         Freetype 2 final uses freetype-config
12947
12948         * gdk/linux-fb/gdkpango-fb.c:
12949         Upgrade to use Freetype 2 final.
12950         More flexible support for font aliases, this also fixes a bug with
12951         GtkFontSelector, as the aliases must be visible in the font/family list,
12952         or GtkFontSelector reads uninitialized memory.
12953
12954 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
12955
12956         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
12957         XGetIMValues to properly terminate variable argument list, and do
12958         NULL return check for ic_values and xim_styles.
12959
12960         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
12961         Restore preedit state after XmbResetIC().
12962         
12963         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
12964         XvaCreateNestedList() should take XvaNestedList, but not
12965         XvaNestedList*.
12966
12967         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
12968         preedit_draw_callback, preedit_caret_callback): Match
12969         "preedit-changed" signal name to "preedit_changed" to be
12970         consistent to the spec.
12971
12972         * gtk/gtkimcontextsimple.c (check_table):
12973         Match "preedit-changed" to "preedit_changed" to be consistent
12974         to the spec.
12975
12976 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
12977
12978         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
12979         gc->clip_region == NULL>
12980
12981 2000-11-30  Tor Lillqvist  <tml@iki.fi>
12982
12983         Changes by Hans Breuer:
12984         
12985         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
12986         Dont't use negative width and height as max_hints. This fixes
12987         Owen's recent testgtk changes for win32.
12988
12989         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
12990         gdk_win32_hdc_release): These are exported and may be called with
12991         other drawable types than our GdkDrawableImplWin32 (?).
12992
12993         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
12994         so always #define USE_BACKING_STORE.
12995
12996         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
12997         of printf for debugging output.
12998
12999         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
13000         
13001         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
13002
13003         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
13004         declaration.
13005
13006         * gtk/gtktexttypes.h: Ditto.
13007
13008         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
13009         (GDK_VoidSymbol) also if in case of arg check failure.
13010
13011         * gtk/gtkimcontextsimple.c
13012         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
13013         position to the pointer, but to the variable it points to.
13014
13015         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
13016
13017         * gtk/gtk.def: Updates.
13018
13019 2000-11-29  Elliot Lee  <sopwith@redhat.com>
13020
13021         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
13022         GTK_TYPE_TREE_MODEL.
13023
13024 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13025
13026         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
13027         Set the size of the font from the description.
13028         (gdk_text_width): Gross hack that calculates the width
13029         of text by text_length * size/2. This is necessary because
13030         GtkLabel does some ugly gtk_string_width call to calculate
13031         an good size.
13032         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
13033
13034 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
13035
13036         * docs/tutorial/gtk-tut.sgml: DND updates
13037
13038 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13039
13040         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
13041         If you pass width or height == 0 to gdk_window_clear_area they
13042         should be calculated from the window size.
13043
13044 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13045
13046         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
13047         a grab, but no grab-cursor, use the cursor from the grabbed
13048         window. (gdk_fb_window_send_crossing_events): Send normal
13049         enter/leave notifications if grab and owner_events == TRUE.
13050
13051 2000-11-29  Alexander Larsson  <alexl@redhat.com>
13052
13053         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
13054         Do implicit button grabs, even if the window doesn't
13055         want the event.
13056         (gdk_fb_window_send_crossing_events): If there is a
13057         grab, only the grabbed window gets normal enter/leave
13058         notifications. On ungrab go from grabbed window to current.
13059         Don't send any notification to b when propagating from c -> b.
13060         If setting a grab on window, don't set prev_window.
13061         (handle_mouse_input): Send enter/leave events to the window the
13062         mouse is over, not the grabbed one.
13063         
13064 2000-11-28  Elliot Lee  <sopwith@redhat.com>
13065
13066         * gdk/gdkregion-generic.c: Zap warning.
13067         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
13068         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
13069
13070 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
13071
13072         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
13073         The cursor should be hidden if it is part of either the
13074         source or destination region. Not only if it is in both.
13075         (gdk_window_set_transient_for): Silence warnings.
13076
13077 2000-11-28  Alexander Larsson  <alexl@redhat.com>
13078
13079         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
13080         The default mode in X is Pie Arcs, therefore that is
13081         what Gtk+ uses.
13082
13083 2000-11-28  Alexander Larsson  <alexl@redhat.com>
13084
13085         * gdk/linux-fb/gdkinput-ps2.c:
13086         Implement correct EnterNotify/LeaveNotify:
13087         (gdk_fb_window_send_crossing_events): New function that sends
13088         all GdkCrossingEvents from the last mouse-window to the specified
13089         destination.
13090         (gdk_fb_window_visibility_crossing): Removed function.
13091         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
13092         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
13093         instead of gdk_window_get_pointer() for better readability.
13094
13095         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
13096         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
13097
13098         * gdk/linux-fb/gdkprivate-fb.h:
13099         removed gdk_fb_window_visibility_crossing, added
13100         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
13101
13102         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
13103         New function that finds the least common ancestor of two windows.
13104         (gdk_window_show, gdk_window_hide):
13105         Use gdk_fb_window_send_crossing_events.
13106         (gdk_fb_window_move_resize): Send configure events to toplevel
13107         windows. Use gdk_fb_window_send_crossing_events.
13108
13109 2000-11-27  Havoc Pennington  <hp@redhat.com>
13110
13111         * gtk/gtkprivate.h (enum): Remove a trailing comma
13112
13113 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
13114
13115         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
13116         the "changed" callback of the adjustment.  We need to redraw the
13117         spin button's arrows when the adjustment's range changes.
13118         (adjustment_changed_cb): Draw the arrows.
13119         (gtk_spin_button_value_changed): Draw the arrows.
13120
13121 2000-11-23  Alexander Larsson  <alexl@redhat.com>
13122
13123         * gdk/linux-fb/gdkselection-fb.c:
13124         Initial selection implementation.
13125
13126         * gtk/gtkselection.c:
13127         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
13128         requestor in gtk_selection_request.
13129         
13130         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
13131         Added gdk_selection_property atom.
13132
13133         * gdk/linux-fb/gdkprivate-fb.h:
13134         Export _gdk_selection_window_destroyed.
13135         Removed mask_off_x/y from GdkCursorPrivateFB.
13136         Removed hbearing, added top, left to PangoFBGlyphInfo.
13137
13138         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
13139         Call _gdk_selection_window_destroyed
13140         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
13141         the root window has been created.
13142         (static_dx_hack, static_dy_hack, compare_draw_rects,
13143         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
13144         in region. They are already sorted. Instead just traverse them in
13145         reverse if draw_direction < 0.
13146         
13147         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
13148         Double-clicks must be sent after the normal button_press.
13149         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
13150         
13151         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
13152         Pass _gdk_fb_screen_gc instead of NULL.
13153
13154         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
13155         Initialize gdk_selection_property.
13156         (gdk_event_make): Remove unused code.
13157
13158         * gdk/linux-fb/gdkcursor-fb.c:
13159         Make the pixmap for the cursor the same size as the mask. Also remove
13160         the mask_off_x/y fields in GdkCursorPrivateFB and combine
13161         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
13162         Now the whole cursor is visible.
13163
13164         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
13165         Fix bug where xdest+height instead of ydest+height was used
13166         to calculate if the source and dest overlapped. This fixes the
13167         redraw bug when the main window in testgtk was scrolled when
13168         partially covered by a tall window.
13169         Copy rectangles in region in order depending on draw_direction.
13170         Also moved the draw_direction flipping of start_y and end_y into
13171         the gc functions, as this might not be what all of them want.
13172         (gdk_fb_draw_lines): Support dashed lines.
13173         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
13174         so that the text is positioned correctly (was 1 pixel high).
13175
13176         gdk/linux-fb/gdkgc-fb.c:
13177         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
13178         all lines were drawn a pixel to short. Also checked the default of
13179         the rest of the values, and they're the same as X now.
13180
13181         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
13182         Clean up pixel positioning of the glyphs. Just use bgy->top and
13183         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
13184         to all divisions to get correct rounding behaviour.
13185
13186         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
13187         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
13188         Moved start_y/end_y flip into draw_drawable implementations.
13189         Flip also x rendering when draw_direction < 0.
13190         Remove unneccesary multiply with draw_direction.
13191
13192 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
13193
13194         * docs/tutorial/gtk-tut.sgml:
13195           - get rid of gtk_toggle_button_toggled FUD
13196           - start DND section - needs work - based on:
13197                 http://wolfpack.twu.net/docs/gtkdnd/
13198
13199 2000-11-22  Alexander Larsson  <alexl@redhat.com>
13200
13201         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
13202         Correct calculation of font metrics. Now GtkEntrys have sane
13203         size.
13204
13205 2000-11-22  Alexander Larsson  <alexl@redhat.com>
13206
13207         * gdk/gdktypes.h:
13208         Add new type GdkSpan
13209         
13210         * docs/reference/gdk/gdk-sections.txt,
13211         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
13212         gdk/gdkregion.h:
13213         Implement and document gdk_region_spans_intersect_foreach.
13214
13215         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
13216         Add new file gdkrender-fb.c which contains all core
13217         rendering code.
13218         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
13219         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
13220         (optimized rectangle fillers).
13221
13222         * gdk/linux-fb/gdkdrawable-fb2.c:
13223         Move all rendering code to gdkrender-fb.c.
13224         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
13225         Use the new span intersection functions in gdk_fb_fill_spans.
13226         gdk_fb_draw_rectangle() clips filled rectangles and calls
13227         gc->fill_rectangle with the result.
13228         gdk_fb_fill_spans() gets extra argument "sorted".
13229
13230         * gdk/linux-fb/gdkevents-fb.c:
13231         Remove unused includes and defines.
13232         New function gdk_fb_get_time() to get correct time for events.
13233
13234         * gdk/linux-fb/gdkinput-ps2.c:
13235         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
13236         Make sure to set the time of all events.
13237
13238         * gdk/linux-fb/gdkmain-fb.c:
13239         Use gdk_fb_get_time ().
13240
13241         * gdk/linux-fb/gdkprivate-fb.h:
13242         New virtual GC calls: fill_span & fill_rectangle.
13243         Export gdk_fb_get_time().
13244         gdk_fb_fill_spans() gets extra argument "sorted".
13245
13246         * gdk/linux-fb/mi*.c:
13247         Use GdkSpan instead of GdkRectangle.
13248         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
13249         from XFree 4 source)
13250         
13251 2000-11-22    <jrb@redhat.com>
13252
13253         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
13254         reversing the order in an if statement will do.  Doing so managed
13255         to make the treemodelsort half work.  Other half will follow after
13256         I get the insert function fully fixed.
13257
13258 2000-11-21  Elliot Lee  <sopwith@redhat.com>
13259         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
13260         more than 2 bits. Besides, I need to implement an evil hack. :)
13261
13262 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
13263
13264         * docs/tutorial/gtk-tut.sgml: minor corrections
13265
13266 2000-11-20  Jonathan Blandford <jrb@redhat.com>
13267         * gtk/gtktreemodelsort.h: Add convertion functions to let you
13268           convert to and from relative path's and iters.
13269
13270         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
13271           testing sorting functions a bit better.  Currently broken -- will
13272           fix in morning.
13273
13274 2000-11-20  Havoc Pennington  <hp@redhat.com>
13275
13276         * gtk/gtkwidget.c: Documented a bunch of functions in here
13277         (gtk_widget_realize): Warn if you try to realize
13278         a widget with no parent that isn't a toplevel
13279         (gtk_widget_intersect): return a gboolean
13280
13281 2000-11-20  Havoc Pennington  <hp@redhat.com>
13282
13283         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
13284         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
13285         scrolling to be implemented in GDK to finish. Also, right now
13286         we just size_allocate all children on every layout change,
13287         which is pretty lame. Test commented out of testtext.c, 
13288         until it works better.
13289
13290 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
13291
13292         * gdk/linux-fb/gdkdrawable-fb2.c:
13293         Removed unused arguments from gdk_fb_drawable_get_pixel().
13294
13295         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
13296         Renamed fidur specific mouse packet data in MouseDevice to
13297         generic. Used it in ps2 mouse handling code to avoid blocking
13298         reads.
13299
13300 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
13301
13302         * demos/gtk-demo/main.c: Changed to have the list become
13303         non-italic when the demo window is destroyed through an external
13304         event (like a close button).  Doing so found three bugs in the
13305         widget.
13306
13307         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
13308
13309         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
13310         we actually set the cell.
13311
13312         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
13313
13314         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
13315         free a leaked path.  Thanks memprof.
13316
13317 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
13318
13319         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
13320         off-by-one error when destroying allocated segments
13321         on failure. (Elliot)
13322
13323 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
13324
13325         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
13326         memleaks found by Evan Martin.
13327
13328 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
13329
13330         * Released 1.3.2
13331         
13332         * NEWS: Updates for 1.3.2
13333
13334 2000-11-17  Tor Lillqvist  <tml@iki.fi>
13335
13336         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
13337         but in general for window system specific events.
13338
13339         * gtk/gtk.def
13340         * gtk/makefile.mingw.in
13341         * gtk/makefile.msc.in: Update.
13342         
13343         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
13344
13345 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
13346
13347         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
13348         distribute gtk.immodules.
13349
13350         * gtk/Makefile.am (install-data-local): Don't install the
13351         gtk.immodules file created for the uninstalled modules;
13352         instead run gtk-query-immodules after install
13353
13354 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
13355
13356         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
13357         -rpath to the right install location.
13358
13359         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
13360         -export-dynamic.
13361
13362         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
13363         properly.
13364
13365 2000-11-15  Havoc Pennington  <hp@pobox.com>
13366
13367         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
13368         patch from Mikael Hermansson to temporarily stop blinking while
13369         the user is using the keyboard to type or navigate. 
13370
13371         Also, when blinking, stay on for longer than we stay off. Also,
13372         return from start_cursor_blink if !cursor_visible, to save
13373         checking that flag all over the place before we call
13374         start_cursor_blink.
13375
13376 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
13377
13378         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
13379         only contain a "fontset" line, which is now ignored.
13380
13381         * gtk/gtkentry.c (gtk_entry_button_release): Make 
13382         double-click-to-select-word work.
13383         
13384 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
13385
13386         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
13387         Don't move back one char when we are actually at the end of the 
13388         paragraph.
13389
13390 2000-11-15  Robert Brady  <robert@suse.co.uk>
13391
13392         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
13393         'o' < 'p'.
13394         
13395         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
13396         bind_textdomain_codeset.
13397
13398         (gtk_init_check): Make the warning about translating default:LTR
13399         sterner.
13400         
13401 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
13402
13403         * **/Makefile.am : remove unecessary rules for win32-specific
13404         config-substituted targets. If you want these rules, use
13405         --enable-maintainer-mode (called automatically by autogen.sh).
13406         Stops a lot of unneccessary make-time warnings.
13407
13408         * gtk/gtktext{layout,display}.c: Factor in total width as
13409         well as screen when figuring alignment for word-wrap as well as
13410         no wrap; this is necessary to handle lines that cannot be wrapped
13411         at all.
13412
13413 2000-11-15  Havoc Pennington  <hp@redhat.com>
13414
13415         * gtk/testtext.c: Implement essential color cycling feature
13416
13417 2000-11-15  Havoc Pennington  <hp@redhat.com>
13418
13419         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
13420         when we invalidate the main window.
13421
13422         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
13423         GtkTextView will now invalidate the side windows for us when text
13424         changes.
13425
13426 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
13427
13428         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
13429         unconditionally, since we may need to update the horizontal
13430         scrollbars even if the height didn't change.
13431
13432         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
13433         the extra attrs, since some of them affect size.
13434
13435         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
13436         x_offset correctly.
13437
13438 2000-11-15  Havoc Pennington  <hp@redhat.com>
13439
13440         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
13441         don't move the first line out into the margin, instead move the
13442         whole paragraph in order to make space for the first line within 
13443         the margin
13444
13445 2000-11-15  Havoc Pennington  <hp@redhat.com>
13446
13447         * gtk/gtktextview.c (changed_handler): offset redraw rect by
13448         xoffset in addition to yoffset, so horizontal scrolling doesn't
13449         break redraws
13450
13451 2000-11-15  Havoc Pennington  <hp@redhat.com>
13452
13453         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
13454         from the cursor
13455         (render_layout_line): fix reversed test that caused weird
13456         underlines to get drawn
13457
13458 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
13459
13460         * gdk/linux-fb/gdkprivate-fb.h:
13461         Fix debug macros.
13462         
13463 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
13464
13465         * gdk/linux-fb/gdkprivate-fb.h:
13466         Added virtual functions set_pixel, get_color,
13467         fill_span and draw_drawable to the GC.
13468         Added global _gdk_fb_screen_gc to use instead of
13469         NULL when drawing to the screen.
13470         Added _gdk_fb_gc_calc_state() prototype.
13471
13472         * gdk/linux-fb/gdkgc-fb.c:
13473         Call _gdk_fb_gc_calc_state() on any gc state change.
13474
13475         * gdk/linux-fb/gdkglobals-fb.c:
13476         Add _gdk_fb_screen_gc
13477                 
13478         * gdk/linux-fb/gdkdrawable-fb2.c:
13479         _gdk_fb_gc_calc_state() calculates best functions
13480         for the GC state and depth.
13481         Moved bpp specialized code to separate functions.
13482         Added optimized 24 bpp AA draw_drawable.
13483
13484         * gdk/linux-fb/gdkevents-fb.c:
13485         Silence gcc warning.
13486
13487         * gdk/linux-fb/gdkimage-fb.c:
13488         Use _gdk_fb_screen_gc
13489
13490         * gdk/linux-fb/gdkwindow-fb.c:
13491         Init and use _gdk_fb_screen_gc
13492
13493         * gdk/linux-fb/mitypes.h:
13494         Remove unused types.
13495
13496 2000-11-14  Havoc Pennington  <hp@pobox.com>
13497
13498         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
13499         to pixels
13500
13501 2000-11-14  Havoc Pennington  <hp@pobox.com>
13502
13503         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
13504
13505         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
13506         unknown char, no real reason we were using a variable. 
13507         Remove gtk_text_unknown_char variable. Fix all the text widget
13508         files accordingly.
13509
13510         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
13511         since the Unicode spec seems to prefer that character for our
13512         purposes.
13513
13514 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
13515
13516         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
13517         value of g_getenv() isn't freeable, so g_strdup it.
13518
13519         * modules/input/inuktitut.c: Inuktitut input method.
13520
13521         * modules/input/Makefile.am: Build this.
13522         
13523 2000-11-14  Elliot Lee  <sopwith@redhat.com>
13524
13525         * gtk/Makefile.am: Install gtk.immodules, needed for operation
13526         of gtk programs.
13527
13528 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
13529
13530         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
13531         reversed > that was causing Home to go to end of previous line.
13532
13533         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
13534         modified-keypresses (leave for bindings.)
13535
13536         * modules/input/Makefile.am: Remove useless -export-dynamic
13537         from module LDFLAGS.
13538
13539 2000-11-14  Havoc Pennington  <hp@redhat.com>
13540
13541         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
13542         higher.
13543
13544         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
13545         account. Also, render rise, underline, background, etc. for
13546         pixbufs as well as text. Also, draw underlines one pixel higher.
13547
13548         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
13549         PangoAttribute for the rise, so it gets drawn properly. Also,
13550         add the GtkTextAppearance attribute for pixbuf/widget segments
13551         as well; we should go ahead and have rise, underline, background,
13552         stipple work for those
13553
13554         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
13555         Pango
13556
13557 2000-11-15  Tor Lillqvist  <tml@iki.fi>
13558
13559         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
13560
13561         * gtk/gtk.def: Update.
13562
13563         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
13564         included.
13565         (gtk_rc_get_im_module_file): Use run-time installation directory
13566         on Win32.
13567
13568         * gdk/win32/rc/gdk.rc: Remove.
13569         * gdk/win32/rc/gdk.rc.in: New file.
13570         * gdk/win32/rc/Makefile.am: New file
13571         * gdk/win32/Makefile.am: Corresponding changes.
13572
13573         * gtk/gtk.rc: Remove.
13574         * gtk/gtk-win32.rc.in: New file.
13575         * gtk/Makefile.am: Corresponding changes.
13576
13577         * configure.in: Corresponding changes.
13578
13579         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
13580         has a built gtkcompat.h. Developers using CVS code on Win32 can
13581         hand-edit it from gtkcompat.h.in.
13582
13583         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
13584         gtkcompat.h from gtkcompat.h.win32.
13585
13586 2000-11-14  Havoc Pennington  <hp@redhat.com>
13587
13588         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
13589         to default to GDK_ACTION_MOVE if the drag is within a single
13590         widget. Defaults to GDK_ACTION_COPY between widgets.
13591
13592 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
13593
13594         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
13595
13596         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
13597
13598         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
13599         srcdir != builddir
13600
13601         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
13602
13603         * configure.in (GTK_VERSION): Up to 1.3.2
13604
13605         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
13606         gtkimcontextxim.h
13607
13608         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
13609         missing doc comment.
13610
13611 2000-11-14  Alexander Larsson  <alexl@redhat.com>
13612
13613         * modules/linux-fb/basic.c:
13614         Use the glib iconv wrappers.
13615
13616 2000-11-13  Havoc Pennington  <hp@pobox.com>
13617
13618         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
13619         still more bugs.
13620
13621         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
13622         scroll the GdkWindows before realization.
13623
13624 2000-11-13  Havoc Pennington  <hp@redhat.com>
13625
13626         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
13627         where GC didn't always get updated properly
13628
13629         * demos/gtk-demo/textview.c (create_tags): Use subattributes
13630         of fonts instead of setting the entire font
13631
13632         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
13633         setting entire font
13634
13635         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
13636
13637         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
13638         a bunch of individually-settable font attributes. You can still 
13639         use the "font" and "font_desc" args, they just set all the font
13640         attributes at once.
13641
13642 2000-11-13 Elliot Lee <sopwith@redhat.com>
13643
13644         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
13645
13646 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
13647
13648         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
13649         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
13650
13651         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
13652         work better.
13653
13654 2000-11-13  Havoc Pennington  <hp@redhat.com>
13655
13656         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
13657         the module file.
13658
13659         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
13660         dest->language
13661
13662         * gtk/testtext.c: Test pixels above/below/inside paragraphs
13663         settings
13664
13665         * gtk/gtktextview.c: Implement object args and setters/getters for
13666         all the aspects of the GtkTextAttributes that are not set from
13667         GtkWidget attributes. This is spacing, justification, margins,
13668         etc.
13669
13670         (gtk_text_view_set_arg)
13671         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
13672         args
13673         (gtk_text_view_class_init): Add args for justify, left_margin,
13674         right_margin, indent, and tabs
13675         
13676
13677         * gtk/gtktextlayout.c (set_para_values): fix to display indent
13678         attribute properly
13679
13680         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
13681         replace with indent attribute
13682
13683         * gtk/gtktextlayout.c (set_para_values): multiply indent by
13684         PANGO_SCALE
13685
13686         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
13687         rearranging code to do that
13688         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
13689         i.e. don't subtract the top_margin first, just to keep
13690         all margin-futzing in one place.
13691
13692         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
13693
13694         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
13695         special case of last line, Pango now handles this itself.
13696         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
13697         Y coordinate
13698         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
13699         (find_display_line_above): wasn't moving the byte index as it
13700         iterated over lines, so always returned byte 0. Also, port to use
13701         PangoLayoutIter.
13702         (find_display_line_below): same problem as
13703         find_display_line_above. Also, port to use PangoLayoutIter.
13704
13705 2000-11-13  Alexander Larsson  <alexl@redhat.com>
13706
13707         * gdk/linux-fb/*.[ch]:
13708         Massive reindent to gtk+ standard. My hands hurt.
13709
13710         * gdk/linux-fb/gdkcolor-fb.c:
13711         Move GdkColorPrivateFB from inherited to windowing_data
13712
13713         * gdk/linux-fb/gdkcursor-fb.c:
13714         _gdk_cursor_new_from_pixmap made static
13715
13716         * gdk/linux-fb/gdkdnd-fb.c:
13717         GdkDragContextPrivate moved to windowing_data
13718
13719         * gdk/linux-fb/gdkdrawable-fb2.c:
13720         Removed endian.h, use glib endianness macros instead
13721         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
13722         and GDK_DRAWABLE_IMPL_FBDATA
13723
13724         * gdk/linux-fb/gdkfont-fb.c:
13725         Add empty gdk_font_load(). Needed for linking of Gtk+.
13726
13727         * gdk/linux-fb/gdkimage-fb.c:
13728         Removed endian.h, use glib endianness macros instead
13729         Moved GdkImagePrivateFB to windowing_data
13730         gdk_image_new_bitmap didn't always allocate enough
13731         memory.
13732
13733         * gdk/linux-fb/gdkinput-ps2.c:
13734         Added semi-working support for MS serial mice.
13735
13736         * gdk/linux-fb/gdkprivate-fb.h:
13737         s/GdkWindowPrivate/GdkWindowObject/
13738         Removed GdkWindowPrivate typedef
13739         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
13740         Removed GDK_DRAWABLE_P
13741         Move GdkColorPrivateFB from inherited to windowing_data
13742         Moved GdkImagePrivateFB to windowing_data
13743
13744         * gdk/linux-fb/gdkvisual-fb.c:
13745         Removed some unused debug code.
13746
13747         * gdk/linux-fb/gdkwindow-fb.c:
13748         Use stock cursors instead of including X headers.
13749         s/GdkWindowPrivate/GdkWindowObject/
13750
13751         * gdk/linux-fb/mitypes.h:
13752         Removed unused types.
13753
13754         * modules/linux-fb/basic.c:
13755         Use the pango fribidi wrappers.
13756
13757 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
13758
13759         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
13760         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
13761         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
13762         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
13763         GEqualFunc where applicable.
13764         
13765         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
13766         pango_font_description_equal as changed in pango.
13767         
13768         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
13769
13770         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
13771
13772         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
13773
13774         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
13775
13776         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
13777
13778         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
13779
13780         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
13781         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
13782
13783         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
13784         gtk_rc_styles_compare -> gtk_rc_styles_equal.
13785
13786 2000-11-12  Havoc Pennington  <hp@pobox.com>
13787
13788         * demos/gtk-demo/Makefile.am (democodedir): change demo install
13789         dir to datadir/gtk+-2.0/demo
13790
13791         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
13792         sorts of text widget and Pango font bugs. Urgh.
13793
13794         * demos/gtk-demo/Makefile.am (demos): Add textview.c
13795
13796         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
13797         tree that you should double click to see the demo. Fix 
13798         types of variables to reflect changed return values from 
13799         GtkTreeStore and GtkTreeViewColumn constructors.
13800
13801         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
13802         newly-created buffer to prepare for GObject semantics
13803
13804         * gtk/testtext.c: don't leak the buffer with GObject semantics
13805
13806         * gtk/testtextbuffer.c: ditto
13807         
13808 2000-11-12  Havoc Pennington  <hp@pobox.com>
13809
13810         Rename this testgtk to gtk-demo to avoid confusion, and 
13811         install it so people can use it as a supplement to 
13812         the documentation.
13813         
13814         * demos/gtk-demo: Moved from demos/testgtk
13815
13816         * demos/testgtk: Removed
13817
13818         * configure.in: make Makefile in gtk-demo
13819         
13820         * demos/gtk-demo/Makefile.am: Install sample source to 
13821         datadir/gtk-demo (maybe there's a better place?), and 
13822         rename the binary to gtk-demo
13823         
13824         * demos/gtk-demo/main.c (load_file): Load installed sample
13825         source if source isn't found in pwd.
13826
13827 2000-11-09  Havoc Pennington  <hp@pobox.com>
13828
13829         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
13830         argument to set the char displayed when visibility == FALSE
13831         (gtk_entry_create_layout): If !entry->visible, replace 
13832         all chars with the "invisible char"
13833
13834         * gtk/testgtk.c: Test the invisible_char deal
13835         
13836 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
13837
13838         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
13839         can't get a native font in the right encoding.
13840
13841 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
13842
13843         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
13844         respectively.
13845
13846 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
13847
13848         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
13849         Fix warning when moving between paragraphs.
13850
13851         * gtk/gtkentry.[ch]: Change move => move_cursor, 
13852         delete => delete_from_cursor, insert => insert_at_cursor
13853
13854 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
13855
13856         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
13857
13858         * modules/input/imthai-broken.c: A Thai input method for use if
13859         Thai keys are really generating Latin1 keysyms.
13860
13861         * modules/input/Makefile.am: Build these.
13862
13863 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
13864
13865         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
13866         g_filename_{to,from}_utf8 now takes an extra parameter.
13867
13868         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
13869         strftime into UTF-8.
13870
13871         (column_from_x, gtk_calendar_paint_day_names): Support RTL
13872         calendars.
13873
13874         (gtk_calendar_paint_day_names): Draw day names in the right 
13875         place.
13876         
13877 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
13878
13879         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
13880         problem with using result of g_get_charset() backwards -
13881         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
13882
13883         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
13884         negative min_width/height and max_width/height to
13885         mean "requisition"; this allows setting a window
13886         to be user-resizable in only one direction easily.
13887
13888         * gtk/testgtk.c (create_main_window): Remove hard-coded
13889         usize - set a default size in the vertical direction.
13890
13891 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
13892
13893         * gtk/gtkrange.c: Add some missing casts. Support 
13894         2 and 3 button clicks on the arrows to mean 
13895         "move by pages" and "jump to end". (Like gtkspinbutton)
13896
13897 2000-11-12 Hans Breuer <Hans@Breuer.Org>
13898
13899         * gdk/win32/makefile.msc : reflect build module changes
13900
13901         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
13902         from GdkPixmap*, cast implementation member instead.
13903
13904         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
13905         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
13906         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
13907         more Gdi functions return value checking. 
13908         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
13909         GdkImagePrivateWin32 *.
13910
13911         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
13912         menus useable again. Add #pragma message to keep reminded on this issue.
13913         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
13914         windows. This allows to enable backing store on Win32!
13915
13916         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
13917         in drawable is of impl type. Correct specific type checks appropriate.
13918  
13919         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
13920         GDK_WINDOW_DESTROYED before allocating new resources.
13921
13922         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
13923
13924         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
13925         (gdk_window_foreign_new) initialize parent handle.
13926         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
13927
13928         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
13929         Let the GDI invalidate the window on MoveWindow call to fix scrolling
13930         problems (e.g. main buttons in testgtk). 
13931
13932 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
13933
13934         * gtk/gtkentry.c (gtk_entry_key_press): Call 
13935         gtk_widget_activate for GDK_Return.
13936
13937         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
13938         of preedit cursor position.
13939
13940 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
13941
13942         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
13943         static.
13944
13945 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
13946
13947         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
13948         out support for multiple locales; that simple doesn't
13949         work reliably with current Xlib
13950
13951         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
13952         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
13953         Add support for positioning the cursor within the preedit string.
13954
13955 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
13956
13957         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
13958         at XIM input method module.
13959
13960         * gtk/gtktextview.c: Check for bindings after passing
13961         events to im context filter.
13962
13963 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
13964
13965         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
13966         empty attribute lists properly.
13967
13968 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
13969
13970         * gtk/queryimmodules.c (main): Return non-zero exit
13971         status if errors were encountered querying any
13972         modules.
13973
13974         * modules/input/Makefile.am (moduledir): remove
13975         leftover bin program target.
13976
13977         * docs/make-todo: Fix typo in error message.
13978
13979 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
13980
13981         * configure.in: Add modules/input/Makefile
13982
13983 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
13984
13985         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
13986         don't include gtkthemes.h.
13987
13988         * gtk/testgtk.c gtk/testtext.c: Set environment variables
13989         to point
13990
13991         * gtk/Makefile.am: Add new .c and .h files, build 
13992         gtk-query-immodules and use it to create a gtk.immodules
13993         file for use of test programs.
13994
13995         * gtk/gtkpreview.c: remove extra blank line.
13996
13997 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
13998
13999         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
14000         Add the ability to add extra tables beyond the default
14001         one, and also the ability to have compose sequences 
14002         that are prefixes of other compose sequences. 
14003
14004         * gtk/gtkimcontextsimple.c: Export a preedit string which
14005         consists of possible candidates for keystrokes that have
14006         been entered but not yet committed.
14007
14008         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
14009         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
14010
14011         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
14012         Add a function to add input-method switching menu items
14013         to a menu.
14014
14015         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
14016         when switching input methods.
14017
14018         * gtk/gtkimcontextsimple.[ch]: Change the format of
14019         the compose table to allow compose tables of different
14020         lengths / sequence.
14021
14022 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
14023
14024         * gtk/gtkimmodule.[ch]: Support routines for loading
14025         GtkIMContext implementations dynamically at runtime.
14026
14027         * modules/input/imcyrillic-translit.c: A sample input
14028         method (based on GtkIMContextSimple with an extra table),
14029         which demonstrates preedit strings and the module
14030         system for input modules
14031
14032         * gtk/queryimmodules.c: Program to query the available
14033         input modules and write the results into a file.
14034          
14035         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
14036         extra config options "im_module_file" (cache file for
14037         input method modules), and "im_module_path" - path
14038         to look for modules when generating cache file.
14039
14040         This doesn't scale.
14041
14042 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
14043
14044         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
14045         generic code from gtkthemes into a new abstraction
14046         GtkModule which has the logic for implementing
14047         a loadable module which implements a number of 
14048         GObject types.
14049
14050 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
14051
14052         * gtk/gtkeditable.[ch]: Convert GtkEditable from
14053         a class into an interface  
14054         
14055         * gtk/gtkoldeditable.[ch]: Move the old editable
14056         implementation into here, so legacy widgets can
14057         still rely on the implemenation. GtkOldEditable
14058         exports GtkEditable. Make selection handling
14059         code use new text conversion functions (and
14060         handle UTF-8 as a side-effect). Use GtkClipboard
14061         for CLIPBOARD.
14062
14063         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
14064         Adopt to match above changes.
14065
14066         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
14067         avoid GtkOldEditable implementation. Restructure
14068         to reduce number of places that modify state directly.
14069         Move to GtkBindingSet. Display the preedit string.
14070         Queue recomputation of PangoLayout and scroll position
14071         to improve effiency of doing complex changes naively.
14072         Add a menu with cut/copy/paste and input method selection.
14073
14074 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
14075
14076         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
14077         to set preedit string and attributes; display preedit string by
14078         inserting string and attributes at cursor when creating the
14079         GtkTextLineDisplay.
14080
14081         * gtk/gtktextlayout.c: Move all conversions between byte
14082         positions in PangoLayout and GtkTextIter into new functions
14083         line_display_iter_to_index/index_to_iter that properly
14084         handle the preedit string.
14085
14086         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
14087         it to return const char * (eventually will end up
14088         as GCONST char *, most likely.)
14089
14090         * gtk/gtktextview.[ch]: Handle the preedit string, call
14091         gtk_im_context_reset() as necessary, add a menu to switch
14092         input methods.
14093         
14094         * gtk/gtktextlayout.[ch]: Remove useless
14095         gtk_text_layout_get_log_attrs() function.
14096
14097 2000-11-11  Tor Lillqvist  <tml@iki.fi>
14098
14099         * gdk/gdk.def
14100         * gtk/gtk.def: Update.
14101
14102         * gdk/win32/*.c: Add last argument to g_type_register_static()
14103         calls.
14104
14105         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
14106
14107         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
14108         generated by older wheel mouse drivers. Get the correct y
14109         coordinate from WM_MOUSEWHEEL messages.
14110
14111         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
14112         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
14113         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
14114         Debugging functions.
14115
14116         * gdk/win32/gdkprivate-win32.h: Declare them.
14117
14118         * gdk/win32/gdkinput-win32.h: Add declaration for
14119         gdk_input_window_destroy().
14120
14121         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
14122
14123 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
14124
14125         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
14126         function to help handle keeping things in sync.
14127
14128 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
14129
14130         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
14131         BOXED marshallers.
14132
14133         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
14134         (gtk_list_store_class_init): use the new BOXED marshallers.
14135
14136         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
14137         new_with_values to new_with_types.
14138         (gtk_tree_store_get_column_type): add this.
14139         (gtk_tree_store_class_init): use the new BOXED marshallers.
14140
14141         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
14142         mirror some POINTER marshallers.
14143
14144 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
14145
14146         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
14147         allow more interesting iterators.  Also, made the lifecycle of
14148         iterators more explicit.
14149
14150         * gtk/gtktreemodelsort.[ch]: New model for sorting.
14151
14152         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
14153         types.
14154
14155 2000-11-09  Alexander Larsson  <alexl@redhat.com>
14156
14157         * demos/testgtk/menus.c:
14158         Changes to make the new testgtk compile after
14159         gtk_menu_append was removed.
14160
14161         * gdk/linux-fb/gdkdrawable-fb2.c
14162         (gdk_fb_get_depth, gdk_fb_get_visual,
14163         gdk_drawable_impl_fb_class_init): Implement
14164         these drawable functions. Now GtkImages work again.
14165
14166         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
14167
14168         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
14169         
14170         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
14171         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
14172         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
14173         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
14174
14175 2000-11-08  Havoc Pennington  <hp@pobox.com>
14176
14177         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
14178         visible_set args, don't know where these had gone, I thought they
14179         used to be there
14180
14181         * gtk/testtext.c: Add a menu item to apply invisibility tag;
14182         now we can test the feature and see that it's totally broken.
14183
14184 2000-11-08  Havoc Pennington  <hp@pobox.com>
14185
14186         Make DND copy pixbufs and tags when source and target share a 
14187         tag table.
14188         
14189         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
14190         in-process GTK_TEXT_BUFFER_CONTENTS target
14191         (gtk_text_view_drag_data_received): Paste from
14192         GTK_TEXT_BUFFER_CONTENTS if we receive it.
14193
14194 2000-11-08  Alexander Larsson  <alexl@redhat.com>
14195
14196         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
14197         API changes.
14198
14199         * gtk/gtkmenu.c: Add support for scrolling menus.
14200         Remove gtk_menu_append/prepend/insert, these have been moved to
14201         gtkcompat.h as #defines.
14202
14203         * gtk/gtkcompat.h.in:
14204         Add compatibility #defines for gtk_menu_append/prepend/insert
14205
14206         * gtk/gtkmenu.h: Add data needed for scrolling menus.
14207         GtkMenuPositionFunc gets an extra argument push_in.
14208         gtk_menu_append/prepend/insert removed.
14209         
14210         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
14211         positioning behaviour to fit to scrolling menus.
14212
14213         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
14214         into menuitem->submeny. That is wrong, and broke torn
14215         off submenus of torn off menus, since they were unrealized
14216         when the first menu was unrealized.
14217
14218         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
14219         gtk_menu_shell_select_item() since these need to be overridden in
14220         GtkMenu.
14221
14222         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
14223         positioning behaviour to fit to scrolling menus.
14224         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
14225         the current item so that it is prelighted when the menu pops up.
14226         This is a workaround to the fact that the menu doesn't get the
14227         initial enter event (due to grabs).
14228
14229         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
14230         s/gtk_menu_append/gtk_menu_shell_append/
14231
14232         * gtk/gtknotebook.c:
14233         s/gtk_menu_insert/gtk_menu_shell_insert/
14234
14235         * gtk/testgtk.c (create_menu, create_menus):
14236         Create the first menu with 50 items so that menu scrolling
14237         can be tested.
14238         
14239         
14240         Patch from Jonathan Blandford  <jrb@redhat.com>
14241
14242         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
14243         system to handle size requests.  First, we ask what the size of
14244         the toggle is.  Then, when allocating the size, we allocate the
14245         toggle_size first.  This way we can have multiple menu-item
14246         classes w/o needing a seperate class for each.
14247
14248         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
14249         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
14250
14251         * gtk/gtkcheckmenuitem.c
14252         (gtk_check_menu_item_toggle_size_request): New function to handle
14253         the toggle size-request.
14254
14255 2000-11-07  Havoc Pennington  <hp@redhat.com>
14256
14257         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
14258         Half-ass somewhat fix this function, so that scrolling to the
14259         insertion point works. Pango hacking is in the future to really
14260         fix it.
14261
14262         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
14263         length of data, no longer used.
14264
14265         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
14266         method contents in here, get rid of destroy method
14267         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
14268         that were backward. Remove debug spew.
14269         (cut_or_copy): Make the clipboard work with insert_range to
14270         preserve tags and pixbufs, not just the primary selection.
14271
14272 2000-11-07  Havoc Pennington  <hp@redhat.com>
14273
14274         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
14275         to gtk_text_mark_get_visible
14276
14277         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
14278         bug that was generating an invalid iterator
14279
14280         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
14281         ensure_char_offsets() in front of code placing the iter in an
14282         invalid state.
14283
14284         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
14285         make override_location arg const
14286         (paste): Replace the selection if we paste into the 
14287         current selection
14288
14289         * gtk/gtkselection.h: Remove "GtkSelectioData"
14290         (struct _GtkSelectionData): move the definition here.
14291
14292         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
14293         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
14294
14295         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
14296
14297         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
14298         (gtk_text_buffer_insert_range_interactive): implement
14299         (gtk_text_buffer_get_tags): Remove, replaced by
14300         gtk_text_iter_get_tags()
14301
14302         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
14303         limit parameter, to avoid infinite linear scan.
14304         (gtk_text_iter_backward_search): Add search limit
14305         (gtk_text_iter_forward_find_char): Add search limit
14306         (gtk_text_iter_backward_find_char): Add search limit
14307
14308 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
14309
14310         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
14311         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
14312         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
14313         gdk/linux-fb/gdkwindow-fb.c:
14314         use g_object_new() instead of g_type_create_instance() which
14315         is a private function for fundamental type implementations.
14316
14317         * gdk/linux-fb/gdkinput-ps2.c:
14318         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
14319         instead just store the current modifier state. Add a (somewhat broken)
14320         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
14321         Rename exported function gdk_input_ps2_get_mouseinfo to
14322         gdk_input_get_mouseinfo.
14323
14324         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
14325         gdk/linux-fb/gdkwindow-fb.c:
14326         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
14327         
14328
14329 2000-11-02  Havoc Pennington  <hp@redhat.com>
14330
14331         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
14332         use stock buttons. Should be 100% source compatible, appropriate
14333         filesel fields now point to dialog->vbox and dialog->action_area.
14334         On the bizarre side, dialog->action_area and filesel->action_area
14335         are not the same widget.
14336         (gtk_file_selection_init): Put some padding around the selection
14337         entry, so it isn't touching the GtkDialog separator.    
14338
14339         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
14340         use stock buttons, etc. Should also be source compatible.
14341         Set the dialog default title in _init not _new().
14342         
14343         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
14344         Use stock buttons; don't put a button box inside the existing
14345         dialog button box. Don't bother with push/pop colormap anymore.
14346
14347         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
14348         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
14349         for message dialog, and necessary for the font selection and color
14350         selection with help and apply buttons.
14351         
14352         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
14353         to the created button widget. Set GTK_CAN_DEFAULT on the button.
14354         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
14355         between buttons, put less padding around the action area.
14356         (gtk_dialog_run): Exit on unmap rather than on destroy. 
14357         This will also exit the loop if the widget is hidden.
14358         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
14359         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
14360         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
14361         special-case delete event.
14362
14363         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
14364         formatting
14365         
14366 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
14367
14368         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
14369         button to temporarily disable position recording in the
14370         "saved position" test.
14371
14372 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
14373
14374         * gtk/gtkthemes.c: added compat code that temporarily implements
14375         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
14376         going to be revamped by owen's upcoming GtkModule patches, but
14377         untill then people want gtk to build, right? ;)
14378
14379 2000-11-04  Havoc Pennington  <hp@pobox.com>
14380
14381         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
14382         list
14383
14384         * docs/Changes-2.0.txt: Add note about
14385         gtk_container_get_toplevels()
14386
14387         * gtk/gtktextview.h: formatting
14388         
14389         * gtk/gtktextview.c: don't start descriptions with "Returns",
14390         confuses gtk-doc
14391
14392 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
14393
14394         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
14395         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
14396
14397 2000-11-03  Havoc Pennington  <hp@redhat.com>
14398
14399         * gtk/gtktexttagtable.c: Docs
14400         (gtk_text_tag_table_size): return a signed int
14401
14402         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
14403         (gtk_text_tag_event): make the event_object a GObject
14404
14405         * gtk/gtktextview.c: Write API docs for all functions.
14406
14407         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
14408         for gtk_text_view_get_window_type() called on one of the private
14409         windows.
14410
14411         * gtk/gtktextview.c: Instead of accessing text_view->buffer
14412         directly, call get_buffer() which demand-creates a default
14413         buffer. So gtk_text_view_new() can be used to create a view with a
14414         default buffer in it, if you just want an empty text box users can
14415         put data in. Useful for GUI builders also.
14416
14417 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
14418
14419         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
14420         the charset encodign portion MUST be in lowercase.
14421         * gtk/gtkrc.az: added file for Azeri language
14422
14423 2000-11-03  Havoc Pennington  <hp@redhat.com>
14424
14425         Get widgets working on the btree/buffer side. Display of them 
14426         still doesn't work.
14427         
14428         * gtk/gtktextview.c: start implementing child widget stuff
14429
14430         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
14431
14432         * gtk/gtktextlayout.c: handle embedded widgets
14433
14434         * gtk/gtktextdisplay.c: handle embedded widgets
14435
14436         * gtk/gtktextchild.c: Implement all the child anchor goo
14437
14438         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
14439         function
14440
14441         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
14442         (insert_pixbuf_or_widget_segment): abstract out common portions of 
14443         creating a child anchor or a pixbuf segment.
14444         (gtk_text_btree_create_child_anchor): new function
14445         (gtk_text_btree_unregister_child_anchor): new function
14446
14447         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
14448         allocate_child signal on GtkTextLayout
14449
14450         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
14451         values
14452         (gtk_text_iter_get_child_anchor): new function
14453
14454         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
14455         default handler for the changed signal, which calls
14456         gtk_text_buffer_set_modified(), instead of just always emitting
14457         changed then calling set_modified() manually. I guess this is
14458         maybe more flexible. It seems logical.
14459
14460 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
14461
14462         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
14463         now.
14464
14465         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
14466
14467 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
14468
14469         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
14470         been marked static.
14471
14472 2000-11-02  Havoc Pennington  <hp@redhat.com>
14473
14474         * gtk/testgtk.c (create_labels): had a test backward
14475
14476         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
14477         fields, so the dest GC ends up with the correct clip origin, 
14478         etc. Fixes a bug where colored labels didn't redraw 
14479         properly.
14480
14481 2000-11-02  Alexander Larsson  <alexl@redhat.com>
14482
14483         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
14484         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
14485         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
14486         Add last argument to t_type_register_static call.
14487         
14488         * gdk/linux-fb/gdkdrawable-fb2.c:
14489         Add last argument to t_type_register_static call.
14490         export the get_image drawable virtual function.
14491
14492         * gdk/linux-fb/gdkimage-fb.c:
14493         Add last argument to t_type_register_static call.
14494         rename gtk_image_get to _gdk_fb_get_image and
14495         export it for use by gdkdrawable-fb2.
14496
14497         * gdk/linux-fb/gdkprivate-fb.h:
14498         export _gdk_fb_get_image.
14499
14500         * gdk/linux-fb/gdkselection-fb.c:
14501         Add new api call stubs.
14502
14503         * gtk/Makefile.am:
14504         Missing ( in linux-fb part.
14505
14506         * modules/linux-fb/Makefile.am:
14507         Must link with gdk_pixbuf or get unresolved symbol.
14508
14509 2000-11-01  Havoc Pennington  <hp@pobox.com>
14510
14511         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
14512         GTK_TYPE_TEXT_ITER and BOXED marshallers
14513
14514         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
14515
14516         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
14517         
14518         * gtk/gtk-boxed.defs: add GtkTextIter
14519
14520         * gtk/gtkmarshal.list: Add marshallers for text widget that 
14521         properly use OBJECT and BOXED
14522
14523 2000-11-01  Havoc Pennington  <hp@redhat.com>
14524
14525         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
14526
14527         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
14528         before returning it. 
14529         
14530 2000-11-01  Havoc Pennington  <hp@redhat.com>
14531
14532         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
14533         Clip the rectangle to be rendered to the drawable, since
14534         get_from_drawable() requires a region within the drawable
14535
14536 2000-11-01  Havoc Pennington  <hp@redhat.com>
14537
14538         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
14539         from coordinates.
14540
14541 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
14542
14543         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
14544         it isn't NULL.
14545
14546 2000-11-01  Havoc Pennington  <hp@pobox.com>
14547
14548         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
14549         on a label
14550         (gtk_label_finalize): unref the attr list if any.
14551
14552         * gtk/testgtk.c (create_get_image): close test on second click
14553         (make_message_dialog): close dialog if it exists
14554
14555         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
14556
14557         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
14558         gdk-pixbuf
14559
14560         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
14561         from Pango markup format
14562         (gtk_label_set_markup_with_accel): ditto but with accelerator
14563         parsing
14564
14565         * gtk/gtkimage.c (gtk_image_expose): reformatting.
14566
14567         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
14568         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
14569         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
14570         call gdk_window_get_origin().
14571
14572         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
14573         implement GDK_PIXBUF_ALPHA_FULL
14574         
14575 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
14576
14577         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
14578         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
14579         g_signal_handlers_disconnect_matched to block/unblock and disconnect
14580         multiple handlers respectively, instead of only treating the
14581         first handler found (bug reported by owen).
14582
14583 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
14584
14585         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
14586
14587         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
14588
14589         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
14590         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
14591         gtk/gtktreeviewcolumn.h: Fixed inline docs.
14592
14593         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
14594         widget.  Needs writing someday.
14595
14596         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
14597         the docs.
14598
14599 2000-10-30  Havoc Pennington  <hp@redhat.com>
14600
14601         * gtk/gtktextview.h, gtk/gtktextview.c:
14602         Rename delete_at_cursor delete_from_cursor, and 
14603         move to move_cursor.
14604
14605 2000-10-30  Havoc Pennington  <hp@redhat.com>
14606
14607         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
14608         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
14609         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
14610         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
14611         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
14612         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
14613         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
14614         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
14615         gtktexttypes.h, gtktextview.c, gtktextview.h:
14616
14617         Massive reindentation and reformatting. Arg alignment and comments
14618         still need fixing in various places.
14619
14620 2000-10-30  Havoc Pennington  <hp@redhat.com>
14621
14622         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
14623         to be named insert_at_cursor and delete_at_cursor so C++ can
14624         handle them.
14625
14626 2000-10-28  Tor Lillqvist  <tml@iki.fi>
14627
14628         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
14629         to get a double directory separator in case the home directory
14630         ends with one. This would cause trouble especially on Windows,
14631         where the path will be confused with the syntax for an an UNC
14632         (network share) path \\server\share\path.
14633         (gtk_rc_add_initial_default_files): Ditto.
14634
14635 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
14636
14637         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
14638
14639         * gtk/gtktextview.c: Use correct marshallers.
14640
14641 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
14642
14643         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
14644         use new iter stuff, and added all the appropriate signals et al.
14645
14646         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
14647         code is internal to gtk only.
14648
14649 2000-10-28  Tor Lillqvist  <tml@iki.fi>
14650
14651         * gtk/gtk.def
14652         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
14653         glib-genmarshal etc.
14654
14655 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
14656
14657         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
14658         parallel builds.
14659
14660 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
14661
14662         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
14663
14664 2000-10-27  Robert Brady  <robert@suse.co.uk>
14665
14666         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
14667         en_GB (British), ia (Interlingua).
14668
14669 2000-10-26  Havoc Pennington  <hp@redhat.com>
14670
14671         * gtk/gtktextiter.c (my_strrstr): fix constness warning
14672
14673         Fixed output of:
14674         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
14675         
14676         * gtk/gtktextsegment.c (char_segment_new): rename
14677         (_char_segment_new_from_two_strings): rename
14678         (_toggle_segment_new): rename
14679         
14680         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
14681         (make_clipboard_widget): make it static
14682         (text_get_func): static
14683         (text_clear_func): static
14684
14685         * gtk/gtkcolorsel.c (adjustment_changed): make this function
14686         static
14687         (hex_changed): make it static
14688         (hsv_changed): make it static
14689         (opacity_entry_changed): make it static
14690
14691         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
14692         (toggle_segment_check_func): rename with _gtk
14693
14694         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
14695         (_widget_segment_new): rename
14696         (_widget_segment_add): rename
14697         (_widget_segment_remove): rename
14698         (_widget_segment_ref): rename
14699         (_widget_segment_unref): rename
14700
14701         * gtk/gtktextmark.c (_mark_segment_new): Rename
14702         _gtk_mark_segment_new   
14703
14704 2000-10-26  Havoc Pennington  <hp@redhat.com>
14705
14706         * gtk/gtkmarshal.list: add new marshallers used by the text widget
14707         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
14708         types
14709
14710         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
14711         marshaller types
14712
14713         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
14714         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
14715         license on these files.
14716
14717         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
14718         work.
14719
14720         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
14721         runtime random number different for each tree, instead of 
14722         a constant I made up.
14723
14724 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
14725
14726         * gtk/Makefile.am: buncha cleanups, kludged build sources
14727         dependencies with a Makefile: oldest-source-stamp dependancy
14728         for the moment. automake is really fighting us here, with
14729         intentionally not allowing user-defined rules or dependancies
14730         prior to it's -include $(DEP_FILES) statement. sucks rocks!
14731
14732         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
14733         to public headers. tehy have a comment stating that they are
14734         "semi-public" aren't included by gtk.h and if enums popup there,
14735         they can be /*< skip >*/-ed.
14736
14737         * gtk/gtktextlayout.h: 
14738         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
14739         added LGPL... <SIGH>
14740
14741 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
14742
14743         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
14744         GtkTreeIter.  Added iterators everywhere.
14745
14746         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
14747
14748         * gtk/gtktreeviewselection.c: Changed to use the iterators.
14749
14750         * gtk/gtktreestore.c: Changed to use the iterators.
14751
14752         * gtk/gtkliststore.c: Commented out the code.  Will convert to
14753         iterators tomorrow.
14754
14755         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
14756         iterators tomorrow.
14757
14758         * gtk/treestoretest.c: Changed to use iterators.
14759
14760         * demos/testgtk/main.c: Moved to use the new iterator system.
14761
14762 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
14763
14764         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
14765         localization misbehaviour.
14766
14767         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
14768         a useless type without copy/free.
14769
14770         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
14771         of GTK_TYPE_CTREE_NODE.
14772
14773 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
14774
14775         * gtk/gtksignal.c:
14776         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
14777         applicable.
14778
14779         * gtk/gtk-boxed.defs (GtkSelectionData): specify
14780         gtk_selection_data_copy and gtk_selection_data_free
14781         do GtkSelectionData work as params in signals.
14782
14783 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
14784
14785         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
14786         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
14787         couldn't they at least give it a non-standard name?
14788         
14789         * gtk/gtktextlayout.c: arg! yet another implementation of
14790         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
14791
14792         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
14793         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
14794         home. now i know this _is_ a conspiracy.
14795
14796         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
14797         ::state-changed.
14798
14799         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
14800         (gtk_accel_group_create_add): marshaller signature fixups.
14801
14802         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
14803         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
14804
14805         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
14806         anymore.
14807
14808 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
14809
14810         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
14811         due to the signal system changes, it wouldn't build currently. to
14812         be fixed soon.
14813
14814         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
14815
14816         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
14817         so it needs gtk_marshal_VOID__ENUM() instead of
14818         gtk_marshal_NONE__UINT().
14819
14820         * gdk/gdk*.c: adapted type registration functions.
14821
14822         * gtk/gtkbindings.c:
14823         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
14824         gone.
14825
14826         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
14827
14828         * gtk/gtkobject.c:
14829         (gtk_object_destroy):
14830         (gtk_object_shutdown): fixed recursion guards. basically we have to
14831         catch the case where any of GObject.shutdown() or gtk_object_destroy()
14832         is called during ::destroy, and avoid recursion there.
14833
14834         * gtk/gtktypeutils.c:
14835         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
14836         boxed_copy/boxed_free. this needs a more general solution based on a
14837         publically installed code-generator utility.
14838
14839         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
14840         glib's gobject has support for that now.
14841         define GtkSignalMarshaller in terms of GSignalCMarshaller.
14842
14843 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
14844
14845         * gtk/gtksignal.[hc]:
14846         * gtk/gtkmarshal.[hc]:
14847         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
14848         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
14849         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
14850         care of that.
14851
14852         * *.c: marshaller name fixups.
14853
14854         * gtk/gtkmarshal.list: added a comment briefing the format.
14855
14856 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
14857
14858         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
14859         compatibility macros here now. more specifically, most of
14860         the API is preserved (yes, _most_, nonwithstanding the
14861         following exceptions listed, the API is stil lHUGE ;)
14862         things that got removed completely:
14863         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
14864         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
14865         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
14866         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
14867         gtk_signal_remove_emission_hook().
14868         non-functional functions variants:
14869         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
14870         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
14871         not supported anymore.
14872         (gtk_signal_compat_matched): new internal function to aid
14873         implementation of the compatibility macros, it  provides
14874         functionality to block/unblock/disconnect handlers based
14875         on func/data.
14876
14877         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
14878
14879         * *.c: adaptions to new type registration API signatures.
14880
14881 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
14882
14883         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
14884
14885 2000-10-25  Robert Brady  <robert@suse.co.uk>
14886
14887         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
14888         gdk_property_delete): If window == NULL, assume the root window.
14889         (restoring the behaviour that was in 1.2).
14890         
14891         * gtk/testtext.c (save_buffer): Allow creation of new files when
14892         saving.
14893
14894         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
14895         calls to read().
14896
14897 2000-10-25  Tor Lillqvist  <tml@iki.fi>
14898
14899         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
14900
14901         * gdk/win32/gdkdrawable-win32.c
14902         * gdk/win32/gdkimage-win32.c
14903         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
14904         X11 backend.
14905
14906         * gdk/win32/gdkcc-win32.c
14907         * gdk/win32/gdkcolor-win32.c
14908         * gdk/win32/gdkfont-win32.c
14909         * gdk/win32/gdkinput-win32.c
14910         * gdk/win32/gdkmain-win32.c
14911         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
14912
14913 2000-10-24  Havoc Pennington  <hp@redhat.com>
14914
14915         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
14916         it a static function
14917
14918         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
14919         redraw text when a tag is applied to it.
14920
14921         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
14922         (gtk_text_tag_affects_nonsize_appearance): private functions to
14923         see if a tag requires various kinds of redraw/layout to be queued
14924         up.
14925
14926         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
14927
14928         * gtk/testtext.c (fill_example_buffer): Put the cursor 
14929         at the start of the buffer, so search works by default
14930
14931         * gtk/gtktextiter.c (lines_match): init match_start always
14932
14933         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
14934         function, get iter at a line + a byte index
14935
14936         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
14937         to set byte position within a line
14938         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
14939
14940 2000-10-23  Havoc Pennington  <hp@redhat.com>
14941
14942         * gtk/testtext.c: Re-enable the "find" dialog
14943
14944         * gtk/testgtk.c: Add test for gdk_drawable_get_image
14945         
14946         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
14947         the arguments to gdk_draw_drawable were in the wrong order
14948         (gdk_window_paint_init_bg): This function was ignoring the
14949         init_region, instead of clipping to it, so the entire backing
14950         pixmap was cleared on every begin_paint()
14951         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
14952         was in here again, the loop kept using the same GtkWindowPaint
14953         over and over.
14954         (gdk_window_begin_paint_region): Fix a bug where we had two
14955         x_offset instead of x_offset and y_offset
14956
14957         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
14958         before we get the image.
14959         (gdk_draw_drawable): get the composite before we draw the drawable.
14960         (gdk_drawable_real_get_composite_drawable): default
14961         get_composite_drawable implementation that returns the drawable 
14962         itself
14963
14964         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
14965         get_composite_drawable virtual function
14966
14967         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
14968         list-walking bug
14969
14970         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
14971         make this work if the source drawable is a GdkDrawableImplX11
14972         instead of a public drawable type. This is really broken; the
14973         problem is that GdkDrawable needs a virtual method get_xid(), but
14974         of course that doesn't work in practice. Enter RTTI.
14975
14976         Also, improve mismatched depth message.
14977
14978         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
14979         GdkPixmap
14980
14981         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
14982         install _gdk_x11_get_image as our implementation of get_image
14983         
14984         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
14985         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
14986
14987         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
14988         gdk_drawable_get_image
14989
14990         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
14991
14992         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
14993         get_image
14994
14995         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
14996         trailing semicolon after for loop
14997
14998 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
14999
15000         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
15001         where font_desc for widget's context lagged widget's font_desc by
15002         one step.
15003
15004 2000-10-22  Tor Lillqvist  <tml@iki.fi>
15005
15006         * gdk/win32/gdkgc-win32.c
15007         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
15008
15009         * gtk/makefile.mingw.in
15010         * gtk/gtk.def: Updates.
15011
15012         * gtk/testgtk.c: sleep() is called _sleep in MS's C
15013         library.
15014
15015         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
15016
15017         * gtk/makefile.msc: Remove
15018
15019         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
15020
15021         * gtk/Makefile.am: Add it.
15022
15023         * configure.in: Generate it.
15024
15025         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
15026         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
15027         something even if not implemented, to satisfy picky MSVC.
15028
15029         Patches by Hans Breuer:
15030         
15031         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
15032         SetBkMode() and SetTextAlign() before calling
15033         pango_win32_render().
15034
15035         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
15036         Set hcliprgn to NULL after destroying it.
15037         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
15038
15039         * gdk/win32/gdkgeometry-win32.c
15040         (_gdk_windowing_window_queue_antiexpose): More effective
15041         implementation.
15042
15043         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
15044         depth as default, not the visual's.
15045
15046         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
15047         against empty title.
15048
15049         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
15050         IMAGE_PRIVATE_DATA.
15051
15052         * gdk/win32/gdkimage-win32.c: Use it.
15053
15054 2000-10-22  Robert Brady  <robert@suse.co.uk>
15055
15056         * configure.in: Check for bind_textdomain_codeset
15057
15058         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
15059         present, make use of it.
15060
15061         Add a translatable string "default:LTR" which, if translated
15062         to "default:RTL", will cause the default direction to be
15063         Right-to-Left.
15064
15065         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
15066         direction if marked as flippable.
15067
15068         * gtk/gtkhscale.c: Mark widget as flippable.
15069         
15070 2000-10-04  Havoc Pennington  <hp@redhat.com>
15071
15072         * gtk/testgtk.c (create_buttons): create some stock buttons
15073         with the default accel group
15074         (create_image): test some new GtkImage features
15075         (make_message_dialog): test GtkMessageDialog
15076         (create_modal_window): fix someone's bizzarro indentation
15077
15078         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
15079         GTK_WIN_POS_CENTER_ON_PARENT. 
15080         Add "destroy with parent" setting, which means the window goes
15081         away with its transient parent.
15082         (gtk_window_get_default_accel_group): get the default accel group
15083         for the window.
15084         (gtk_window_set_destroy_with_parent): set/unset destroy with
15085         parent flag
15086         (gtk_window_read_rcfiles): invalidate icon set caches
15087         after reloading rcfiles 
15088
15089         * gtk/gtkenums.h (GtkWindowPosition): add
15090         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
15091         on its parent window when the dialog is mapped for the first time.
15092
15093         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
15094         a simple message dialog class
15095         
15096         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
15097         handler to emit response signal, and maybe later it would
15098         honor a hide_on_delete flag - though that isn't there yet.
15099         Set border width on the vbox to 2, so we get some padding.      
15100         Use a button box for the action area.
15101         (gtk_dialog_key_press): synthesize a delete event if Esc
15102         is pressed and the GtkWidget key press handler didn't 
15103         handle the escape key.
15104         (gtk_dialog_new_with_buttons): new function creates a dialog
15105         with some default buttons in it.
15106         (gtk_dialog_add_action_widget): add an activatable widget
15107         as a button in the dialog - you can also add a non-activatable
15108         widget by accessing the action area directly.
15109         (gtk_dialog_add_button): add a simple button - stock ID or 
15110         label - to the action area
15111         (gtk_dialog_response): emit response signal
15112         (gtk_dialog_run): block waiting for the dialog, return 
15113         the response. Override normal delete_event behavior, so that 
15114         delete_event does nothing inside gtk_dialog_run().
15115
15116         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
15117         emitted when an action widget is clicked or the dialog gets
15118         delete_event
15119
15120         * gtk/gtk.h: add gtkmessagedialog.h
15121
15122         * gtk/Makefile.am: add gtkmessagedialog.[hc]
15123
15124 2000-10-18  Havoc Pennington  <hp@redhat.com>
15125
15126         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
15127         where any number of empty lines would get skipped
15128
15129         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
15130         edge.
15131
15132         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
15133         warning about invalid iterators (explain more thoroughly)
15134         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
15135
15136         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
15137         big
15138
15139         * demos/*.c: Add error handling
15140
15141         * gtk/gtktextbuffer.c: don't modify const iterators
15142
15143         * gtk/gdk-pixbuf-loader.c: Add full error handling here
15144
15145         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
15146         on file load
15147
15148         * gtk/gtkiconfactory.c: Update to reflect addition of error
15149         handling to gdk-pixbuf loaders
15150
15151 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
15152
15153         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
15154         move to new modularized testgtk.
15155
15156 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
15157
15158         * gtk/gtktreeview.c: Draw the arrows correctly.
15159
15160         * gtk/gtktreemodel.c: Added user docs.
15161
15162         * gtk/gtk.h: remove gtktreedatalist.h.
15163
15164         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
15165         parent when generating my type.
15166
15167         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
15168         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
15169
15170 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
15171
15172         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
15173         GtkTreeModel from object to interface.
15174
15175 2000-10-16  Havoc Pennington  <hp@redhat.com>
15176
15177         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
15178         compilation
15179
15180 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
15181
15182         * gtk/gtktreeselection.c: Add API documentation to all public
15183         functions.
15184
15185         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
15186         functions.
15187
15188 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
15189
15190         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
15191         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
15192         docs to all public functions.
15193
15194         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
15195         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
15196         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
15197         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
15198         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
15199         issue.
15200
15201 2000-10-14  Robert Brady  <robert@suse.co.uk>
15202
15203         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
15204
15205 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
15206
15207         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
15208         values other then G_TYPE_STRING.
15209         * gtk/gtktreeselection.c: Minor commenting updates.
15210         * gtk/gtktreeview.c: Format updates.
15211
15212 2000-10-09  Tor Lillqvist  <tml@iki.fi>
15213
15214         * README.win32: Update.
15215
15216         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
15217         lines that had been deleted by mistake (?).
15218
15219         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
15220         also the case fg==white and bg==black (but still not randomly
15221         coloured cursors). Thanks to Wolfgang Sourdeau.
15222
15223         * gdk/win32/*.c: Silence gcc -Wall.
15224
15225         * gtk/gtk.def: Add missing entry points.
15226
15227         Fixes by Hans Breuer:
15228
15229         * gdk/makefile.msc
15230         * gdk/win32/makefile.msc: Update.
15231
15232         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
15233         some MSVC thing, presumably), cause breakpoint on failures. Add
15234         GDK_NOR case. Call g_log_set_always_fatal.
15235
15236         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
15237         should be pased by reference.
15238         
15239         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
15240         
15241         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
15242
15243         * gdk/win32/gdkevents-win32.c
15244         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
15245
15246         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
15247         implementation object.
15248
15249         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
15250         not just windows.
15251         
15252         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
15253         Use the wrapper object.
15254         
15255 2000-10-06  Havoc Pennington  <hp@redhat.com>
15256
15257         * Makefile.am (SRC_SUBDIRS): contrib subdir
15258
15259         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
15260         so it can be used in Xlib version
15261
15262         * demos/testpixbuf.c (update_timeout): error checking from 1.0
15263         tree
15264
15265         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
15266         change from 1.0 tree that returns first frame of animation
15267         if the loaded file is an animation.
15268
15269         * contrib: add new directory to hold stuff that comes with GTK+
15270         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
15271         
15272         * configure.in: add contrib/*
15273
15274 2000-10-05  Havoc Pennington  <hp@redhat.com>
15275
15276         * demos/testpixbuf-save.c: add pixbuf save test
15277
15278         * demos/Makefile.am: add testpixbuf-save.c
15279
15280 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
15281
15282         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
15283         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
15284         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
15285         * gtk/gtktreeselection.[ch]: Replaced
15286         "node_selected"/"node_unselected" signal with "selection_changed"
15287         signal.
15288
15289 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
15290
15291         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
15292         tree widget.
15293
15294 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
15295
15296         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
15297         drawing.
15298
15299 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
15300
15301         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
15302         Move list pointer forwards before removing item from
15303         list. (Crash reported by Salmaso Raffaele)
15304
15305         * gdk/gdkwindow.h: Remove spurious trailing ,
15306
15307         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
15308         dependencies on uninstalled libraries, sorry folks.
15309
15310 2000-10-04  Havoc Pennington  <hp@redhat.com>
15311
15312         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
15313         gtk/gtkiconfactory.c: Fix copyrights    
15314
15315         * demos/testpixbuf.c: add inline pixbuf test
15316         
15317 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
15318
15319         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
15320         Add gdk_window_iconify.
15321
15322         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
15323         (gdk_window_set_geometry_hints): Add win_gravity
15324         to geometry structure.
15325
15326         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
15327         Implement _NET_WM_PING.
15328
15329         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
15330         Set _NET_WM_PID on the client leader.
15331
15332         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
15333         Handle UTF-8 better.
15334
15335         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
15336         UTF-8 better, set _NET_WM_NAME as well. Only set
15337         icon name if it hasn't previously been explicitely 
15338         set.
15339
15340 2000-10-03  Havoc Pennington  <hp@redhat.com>
15341
15342         * gtk/testtextbuffer.c: clean up trailing whitespace,
15343         add extensive tests for tag toggle iteration.
15344         
15345         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
15346         distance
15347
15348         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
15349         optimize case where the tag root is on level 1
15350         (gtk_text_line_previous_could_contain_tag): attempt to implement
15351         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
15352         functionality
15353
15354         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
15355         Implement this, though not very efficiently.
15356
15357         * gtk/gtktextiterprivate.h: reformat
15358
15359         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
15360         iterator
15361
15362         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
15363         this to properly revalidate the iterators.
15364
15365         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
15366         properly at the end of the line (and therefore on empty lines)
15367
15368         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
15369         maybe we should return a value...
15370
15371 2000-10-03  Tor Lillqvist  <tml@iki.fi>
15372
15373         * config.h.win32: Guard definition of alloca(). glib.h now handles
15374         that.
15375
15376         * gdk/gdk.def
15377         * gtk/gtk.def: Add new entry points.
15378
15379         Changes just to make GTK+ build without errors on Win32. No hope
15380         of it working in its current state, though...:
15381         
15382         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
15383         some functions from the X11 backend, just to make GTK+ build.
15384
15385         * gdk/makefile.mingw.in
15386         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
15387         number. Add new object files.
15388
15389         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
15390         GetMessageTime to get timestamp (where on X11 uses
15391         gdk_x11_get_server_time()).
15392
15393 2000-10-02  Havoc Pennington  <hp@pobox.com>
15394
15395         * gtk/gtktextview.c: text_window_* weren't static and should have
15396         been.
15397         Start work on child widgets; not yet complete, syncing to 
15398         office computer.
15399
15400         * gtk/gtktextchild.h: change this to contain a public interface,
15401         starting work on child interfaces.
15402         * gtk/gtktextchildprivate.h: move private interfaces here
15403
15404         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
15405
15406         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
15407         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
15408         gtk/gtktextmark.c: copyright notices
15409
15410         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
15411         internal functions      
15412
15413         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
15414         internal function
15415
15416         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
15417         Reformatting    
15418
15419 2000-09-30  Havoc Pennington  <hp@pobox.com>
15420
15421         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
15422         NULL start/end pointers
15423
15424         * gtk/gtktextbuffer.c: Write some docs
15425         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
15426         NULL, so you can just check whether there's a selection.        
15427
15428         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
15429         cleanup_line or segments_changed ourselves, it gets done 
15430         in unlink_segment
15431
15432         * gtk/gtktextmark.h:
15433         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
15434         
15435         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
15436
15437         * gtk/gtktextmark.c: delete some more old Tk cruft
15438
15439         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
15440         mark before removing it, so we can emit MARK_DELETED with a valid
15441         pointer.
15442         (gtk_text_buffer_mark_set): hold ref across signal emission
15443
15444         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
15445         whining about attempts to delete special marks
15446
15447         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
15448         underscore, since it's internal.
15449
15450         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
15451         now implemented in terms of iterators in gtktextiter.h
15452
15453         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
15454         New function, destructively sets contents of buffer. Also 
15455         a convenient way to clear the buffer by setting text to ""
15456
15457         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
15458         multiline string literal
15459
15460         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
15461         text changes.
15462
15463         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
15464         is not dereferenceable
15465         (gtk_text_iter_forward_lines): fix return value
15466
15467 2000-09-29  Havoc Pennington  <hp@redhat.com>
15468
15469         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
15470
15471         * gtk/gtktextview.c: Implement drag thresholding; change functions 
15472         that set border window size to have nicer name
15473         (gtk_text_view_mark_set_handler):  Fix this to have the 
15474         right signature.
15475
15476         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
15477
15478         * gtk/testtext.c: Update with API changes, put line numbers on 
15479         both sides.
15480         
15481         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
15482         with this
15483
15484         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
15485         pixbuf; delete a big block of #if 0 Tk code
15486
15487         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
15488         insert_pixmap with insert_pixbuf
15489
15490 2000-09-29  Martin Baulig  <baulig@suse.de>
15491
15492         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
15493         confusion with the GdkPixbuf of the GNOME 1.x platform.
15494
15495 2000-09-29  Havoc Pennington  <hp@pobox.com>
15496
15497         * gtk/gtktextview.c: Implement the side windows.
15498
15499         * gtk/testtext.c: Implement simple line numbering in the 
15500         left side window; seems to make scrolling sloooow. Oops.
15501         Also, cursor blink is for some reason causing redraws
15502         of the line numbers. Should investigate...
15503
15504 2000-09-28  Havoc Pennington  <hp@redhat.com>
15505
15506         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
15507         scrolling child windows, and draw focus rectangle properly.
15508         
15509         (gtk_text_view_buffer_to_window_coords):
15510         Coordinate transformation to deal with all these freaking windows
15511         and offsets
15512         (gtk_text_view_window_to_buffer_coords): transform the other way
15513
15514         * gtk/testtext.c (create_buffer): Update to match Pango API change
15515
15516         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
15517         anonymous tags
15518         (foreach_unref): don't emit remove signal from finalize, just
15519         set tag's parent to NULL
15520
15521 2000-09-26  Havoc Pennington  <hp@redhat.com>
15522
15523         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
15524         Fix some warnings       
15525
15526 2000-09-26  Havoc Pennington  <hp@redhat.com>
15527
15528         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
15529         headers into the private header list
15530
15531         * Makefile.am (pkgconfig_DATA): install pkg-config files
15532
15533         * configure.in: add pkg-config files
15534
15535         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
15536
15537         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
15538         outstanding icon caches on theme change.
15539
15540         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
15541         important types:
15542
15543         (GtkIconSource): Specification for creating a pixbuf 
15544         appropriate for a direction/state/size triplet from 
15545         a source pixbuf or filename
15546
15547         (GtkIconSet): List of GtkIconSource objects that are used to
15548         create the "same" icon (e.g. an OK button icon), and cache for
15549         rendered icons
15550
15551         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
15552         up the icon set for a given stock ID.  GTK maintains a stack of
15553         GtkIconFactory to search, and applications or libraries can add
15554         additional icon factories on top of the stack
15555         
15556         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
15557         the set of GtkIconSource specified for a given stock ID into 
15558         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
15559         RcStyle, under the specified stock ID.
15560
15561         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
15562         render_icon used to derive a GdkPixbuf from a GtkIconSource.
15563         This allows people to theme how prelight, insensitive, etc. are
15564         done.
15565
15566         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
15567         icon factories for a style, and return the resulting 
15568         icon set if any.
15569
15570         (gtk_style_render_icon): Render an icon using the render_icon 
15571         method in the GtkStyleClass.
15572
15573         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
15574         Use the style for a given widget to look up a stock ID, get the
15575         icon set, and render an icon using the render_icon method 
15576         of the style
15577
15578         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
15579         (contains information about a stock item), the built-in stock item
15580         IDs, and functions to add/lookup stock items.
15581
15582         * gtk/stock-icons/*: Stock icons that come with GTK
15583
15584         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
15585         a button based on a GtkStockItem
15586         (gtk_button_new_accel): Takes a uline string and accel group, and
15587         installs the accelerator.
15588
15589         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
15590         image-display widget.
15591
15592 2000-09-25  Havoc Pennington  <hp@redhat.com>
15593
15594         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
15595
15596         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
15597         Fix a bug when removing node data, we didn't properly 
15598         re-splice the linked list after removing the data.
15599
15600         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
15601         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
15602
15603         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
15604
15605         * gtk/gtktextlayout.c (set_para_values): Set tab array 
15606         for the layout from the GtkTextTag.
15607
15608         * gtk/gtktexttypes.h: delete tab and search cruft, 
15609         remove g_convert() in favor of GLib version
15610
15611         * gtk/gtktexttypes.c: remove tab implementation from here,
15612         move to Pango
15613
15614         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
15615         tab stuff using new PangoTabArray from Pango
15616
15617         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
15618         unused border_width stuff
15619
15620 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
15621
15622         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
15623         glib) and now useless utf_to_latin1() latin1_to_utf()
15624
15625         * gtk/gtktextview.[ch]: Change ::move_insert and
15626         ::delete_text action signals to ::move and ::delete;
15627         create the signals with the right enumeration type,
15628         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
15629         C-v bindings, change Home, End to move to beginning/end
15630         of line, Add C-Home C-End to move to beginning/end
15631         of buffer. Change ::cut_text to ::cut_clipboard, etc;
15632         combine ::scroll_text into ::move; use new GtkSelectionData
15633         functions to simplify DND text handling.
15634         
15635         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
15636         deletion enumerations here, rename enumeration values to 
15637         be consistently plural.
15638
15639         * gtk/gtktextbuffer.c: Use new clipboard interfaces
15640         for cut/copy/paste and primary selection.
15641
15642         * gtk/gtktextbuffer.[ch]: Remove excess time and
15643         'interactive' arguments from cut/copy/paste;
15644         rename cut to cut_clipboard, etc; remove
15645         gtk_text_buffer_get_clipboard_contents().
15646
15647         * gtk/gtktextlayout.[ch]: Add 
15648         gtk_text_layout_move_iter_to_line_end() to move the iter to 
15649         line ends.
15650
15651         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
15652         Functions to set or get a UTF-8 string on the selection
15653         data.
15654
15655         * gtk/gtkclipboard.[ch]: New, simplified selection handling
15656         interfaces.
15657
15658         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
15659         created widgets - one of these is useless if we don't.
15660
15661         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
15662         a public function clear all targets registered for the
15663         widget.
15664
15665         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
15666         Never call gtk_widget_realize() - that was just asking
15667         for bizarre side-effects.
15668
15669         * gtk/gtkselection.c (gtk_selection_owner_set): Call
15670         gdk_selection_owner_set even if the widget is the
15671         same so that we reliably update the timestamp on
15672         the server.
15673
15674         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
15675         gdk_x11_get_server_time() function.
15676         
15677         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
15678         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
15679         Add some tricky filtering on serial numbers for
15680         selection clear events to fix up long-standard
15681         race condition FIXME's in gtkselection.c.
15682
15683         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
15684         routines to convert from utf8 to compound text or
15685         STRING and from a text property to UTF-8.
15686
15687         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
15688         a convenience function gdk_get_current_event_time().
15689
15690         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
15691         and free selection_data->data properly
15692
15693 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
15694
15695         * gtk/gtkthemes.c: Remove some unecessary includes.
15696
15697 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
15698
15699         * gtk/gtktextdisplay.c
15700         * gtk/gtktextlayout.c
15701         * gtk/gtktexttag.c
15702         * gtk/gtktexttag.h
15703         * gtk/testtext.c: Change the overstrike property to strikethrough,
15704         to closer match pango.
15705
15706 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
15707
15708         * gtk/gtktextview.c: Fix up visibility so that focus,
15709         cursor_visible and blink interact properly.  Reenable cursor blink
15710         which had been roughly disabled. Make blink and focus
15711         properly per-view.
15712
15713         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
15714         Add a flag for whether to display insertion cursor and
15715         a function to set the flag.
15716
15717         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
15718         get_line_y() to get_line_yrange(), to be a bit more generally
15719         useful.
15720
15721 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
15722
15723         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
15724           do stop_navigating_submenu, to clear last timeout properly.
15725           Also in gtk_menu_motion_notify move ignore_enter above
15726           the conditional to make it always happen as suggested by Owen
15727
15728 2000-09-07  Tor Lillqvist  <tml@iki.fi>
15729
15730         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
15731
15732         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
15733         w32api headers.
15734
15735         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
15736         declarations.
15737
15738         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
15739         (gdk_win32_get_colormap): A line had been deleted by mistake.
15740
15741         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
15742         (gdk_event_translate): Handle more virtual keycodes to be able to
15743         generate GDK events for Control-comma, Control-period, etc.
15744
15745         * gtk/gtk.def: Add some missing entry points.
15746
15747 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
15748
15749         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
15750         Doc comment fixing. (Mostly non-matching parameter names.)
15751
15752         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
15753         comments a little to avoid looking like a doc comment.
15754
15755         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
15756         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
15757         conversions be changed to GError?)
15758
15759         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
15760         Move private #defines into .c file.
15761
15762         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
15763         order of argument addition, remove duplicates.
15764
15765         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
15766         parent class is FrameClass, not BinClass.
15767
15768         * gtk/gtk.h: Add gtkinvisible, which was missing.
15769         (It's occasionalyl useful for client apps, if seldom.)
15770
15771         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
15772         #define.
15773
15774 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
15775
15776         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
15777         coordinates when creating window, instead of GDK-space
15778         coordinates. (Avoid BadValue on too large windows.)
15779
15780 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
15781
15782         * configure.in (use_mmx_asm): Remove conftest* after use along the
15783         lines of AC_TRY_COMPILE.        
15784         
15785         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
15786         of g_dirname, which is deprecated.
15787         (gtk_rc_parse_any): Removed calls to
15788         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
15789
15790         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
15791         Removed calls to g_hash_table_{freeze,thaw}, as they are
15792         deprecated now.
15793
15794         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
15795         instead of g_basename.
15796         
15797 2000-09-04 Elliot Lee <sopwith@redhat.com>
15798         
15799         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
15800         ANSI warning.
15801
15802 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
15803
15804         * gtk/gtkwidget.h:  Add some documenting comments about 
15805           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
15806           just as owen said on irc.
15807
15808         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
15809           set HAS_DEFAULT.  Only set it if there isn't another window
15810           holding it (a focus window which RECEIVES_DEFAULT) and only unset
15811           it if the widget is not the focused window with RECEIVES_DEFAULT.
15812           This fixes weird double default bugs in dialogs which has things
15813           call gtk_window_set_default at times.
15814
15815 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
15816
15817         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
15818         Nils Barth and David Santiago to improve submenu
15819         navigation. The patch does this by creating a triangular
15820         region from the point where the pointer leaves the
15821         menu to the submenu.  While the pointer is in
15822         that region and a timeout has not expired, events 
15823         that would cause the active submenu to change are
15824         ignored.
15825
15826 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
15827
15828         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
15829         moving a toplevel window immediately after sizing it would
15830         result in it being sized back to the old size since 
15831         impl->width, impl->height aren't updated until we hear
15832         back from the server. There is still a (longstanding) bug
15833         here that gdk_window_get_size() will give the wrong size
15834         until we do hear back.
15835
15836 2000-08-31  Havoc Pennington  <hp@redhat.com>
15837
15838         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
15839         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
15840         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
15841         Rename GtkTextStyleValues to GtkTextAttributes
15842
15843 2000-08-31  Havoc Pennington  <hp@pobox.com>
15844
15845         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
15846         for rapid testing whether an iterator is the end iterator
15847         (gtk_text_btree_new): init end line cache
15848         (gtk_text_line_is_last): use fast cached line to 
15849         see if we're the last line.
15850         (get_last_line): use cached line here too, should 
15851         speed up some random unrelated code.
15852         
15853 2000-08-30  Havoc Pennington  <hp@pobox.com>
15854
15855         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
15856         signals.
15857
15858         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
15859         delete_text signals. This allows the signals to be used for
15860         implementing undo.
15861
15862         * gtk/gtktextbuffer.c: Change signal handler signatures; 
15863         provide "interactive" argument when emitting insert_text or
15864         delete_text signal.
15865         
15866 2000-08-30  Havoc Pennington  <hp@pobox.com>
15867
15868         * gtk/gtktextbuffer.c: Docs
15869
15870 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
15871
15872         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
15873         from switch statements, since Tor removed the enumeration
15874         value.
15875         
15876         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
15877         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
15878
15879 2000-08-29 Elliot Lee <sopwith@redhat.com>
15880         * */*.h: Use G_GNUC_CONST.
15881
15882 2000-08-27  Havoc Pennington  <hp@pobox.com>
15883
15884         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
15885         minor indentation fixes, inserted some FIXME about stuff I
15886         realized was broken while documenting it.
15887         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
15888         GTK convention  
15889
15890 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
15891
15892         * gtk/testgtk.c (create_styles): Fix double free of
15893         font desc.
15894
15895 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
15896
15897         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
15898         
15899         * gtk/testgtk.c (create_styles): Add a test for modifying
15900         the style through gtk_widget_modify_*.
15901
15902         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
15903         a function to get the current modifier style.
15904
15905         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
15906         of the passed in GtkRcStyle instead of ref'ing it.
15907
15908         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
15909
15910 2000-08-20  Tor Lillqvist  <tml@iki.fi>
15911
15912         * gdk/gdkimage.h
15913         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
15914         shared memory image+pixmap GdkImage type, or
15915         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
15916         I am dropping that.
15917
15918         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
15919         actually call gtk_init_abi_check(), passing also
15920         sizeof(GtkWindow). Ditto for gtk_init_check(). 
15921
15922         * gtk/gtk.def
15923         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
15924         New functions, used to check that the GTK+-using code has been
15925         compiled using the correct compiler and switches. In particular,
15926         with gcc one has to use the -fnative-struct switch as GTK+ is
15927         compiled with that.
15928
15929 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
15930
15931         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
15932         ->prev fields when merging lists. (Found simultaneously
15933         by Pawel Salek and Jakub Jelinek)
15934
15935 2000-08-12  Tor Lillqvist  <tml@iki.fi>
15936
15937         * gdk/gdk.def
15938         * gtk/gtk.def: Add missing entries.
15939
15940         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
15941         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
15942
15943         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
15944         function. Dummy implementation at this point.
15945
15946         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
15947         rules. Undefine GTK_COMPILATION when compiling the test programs.
15948         
15949         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
15950
15951 2000-08-11  Tor Lillqvist  <tml@iki.fi>
15952
15953         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
15954         to convert back and forth from UTF-8 and the "system" (or "current
15955         locale") charset when necessary. Indentation/spacing cleanup.
15956
15957 2000-08-10  Havoc Pennington  <hp@redhat.com>
15958
15959         * Makefile.am (snapshot): Change the format of the snapshot
15960         version to match glib
15961
15962         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
15963         from EXTRA_DIST since it doesn't seem to exist
15964
15965 2000-08-10  Tor Lillqvist  <tml@iki.fi>
15966
15967         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
15968         version of the directory name (not the UTF-8 one) when building
15969         the path name to stat().
15970
15971 2000-08-03  Elliot Lee  <sopwith@redhat.com>
15972
15973         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
15974         PANGO_ATTR_SHAPE set.
15975
15976 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
15977
15978         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
15979         Peter Osterlund to simplify the code while keeping the
15980         functionality the same.
15981
15982 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
15983
15984         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
15985         is_viewable() test further inside the function, since removing the 
15986         window from the redraw list without clearing ->update_area
15987         was also very broken.
15988
15989 2000-08-02  Tor Lillqvist  <tml@iki.fi>
15990
15991         * configure.in: Check for <unistd.h>.
15992
15993 2000-08-01  Martin Baulig  <baulig@suse.de>
15994
15995         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
15996         to display the message that this is a development version of GTK+.
15997
15998 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
15999
16000         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
16001         was depending on widget->allocation instead of the width of text_area,
16002         which was incorrect for subclasses like GtkSpinButton.
16003
16004         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
16005         with width == 1 tests that should be width == -1.
16006
16007 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
16008
16009         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
16010         (broken, Elliot, every single window blank on X) custom code with call
16011         to gdk_window_is_viewable() which a) prevents code duplicate and
16012         b) works. 
16013
16014 2000-07-31  Elliot Lee  <sopwith@redhat.com>
16015
16016         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
16017         to get the GDK_PARENT_ROOT() macro to work.
16018         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
16019         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
16020         of, windows that aren't shown.
16021         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
16022         pointer grab stuff.
16023
16024 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
16025
16026         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
16027           s/gtk_main_iteration/g_main_iteration/
16028
16029           Did this already in change:
16030                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
16031           don't know how it got reverted.
16032
16033 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
16034
16035         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
16036         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
16037
16038         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
16039         not gdk_pixbuf.
16040
16041 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
16042
16043         * configure.in,po/{sp,sr}.po: Added Serbian files
16044
16045 2000-07-30  Tor Lillqvist  <tml@iki.fi>
16046
16047         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
16048
16049         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
16050         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
16051         GIOChannel implementation.
16052
16053         * gdk/win32/gdkinput.c
16054         * gdk/win32/gdkpango-win32.c: Update license name here, too.
16055
16056         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
16057         definition to match prototype.
16058
16059         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
16060
16061 2000-07-27  Elliot Lee  <sopwith@redhat.com>
16062
16063         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
16064         function, to allow handling image formats that cannot be detected
16065         by looking at content alone.
16066
16067 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
16068
16069         * docs/tutorial/*.gif *.jpg *.eps
16070           Update these to the same look-n-feel.
16071           Why does including images in DocBook suck so badly?
16072
16073 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
16074
16075         * gtk/gtktable.c: applied patch from Phil Thompson
16076         <phil@river-bank.demon.co.uk> that enables space settings for
16077         the last row/columns as well.
16078
16079 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
16080
16081         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
16082         updates the license headers to the GNU Lesser General Public License,
16083         as well as updating the copyright year to 2000.
16084
16085 2000-07-26  Robert Brady  <rwb197@zepler.org>
16086
16087         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
16088           and po/Makefile, was installing and looking for them under gtk20
16089           and gtk2 respectively.
16090
16091 2000-07-25  Havoc Pennington  <hp@redhat.com>
16092
16093         * gtk/testtext.c: Comment out some stuff that depends on the rest
16094         of my patches.
16095
16096 2000-07-25  Havoc Pennington  <hp@redhat.com>
16097
16098         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
16099         buffer
16100
16101 2000-07-25  Havoc Pennington  <hp@redhat.com>
16102
16103         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
16104         widget changes.
16105
16106         * gtk/gtktextview.h: To be consistent with usage of "line"
16107         throughout the API to mean "newline-terminated thingy", change
16108         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
16109         to MOVEMENT_LINE.
16110
16111         (GtkTextView): Add flags for default editability, and whether to
16112         show the cursor. Add functions to get/set that. Add 
16113
16114         (gtk_text_view_get_iter_location): new function
16115
16116         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
16117         gtktextlayout.h
16118         (g_convert): Add g_convert temporarily, will go in glib in a bit
16119         
16120         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
16121         GtkTextTagTableForeach instead of brokenly using GHFunc.
16122         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
16123
16124         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
16125         moved to public header.
16126
16127         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
16128         "invisible", since "elide" was a bad name.
16129         (gtk_text_tag_get_priority): Added
16130
16131         (GtkTextStyleValues): put this in public header, along with
16132         functions to use it.
16133
16134         * gtk/gtktextmarkprivate.h: Include more headers, since we no
16135         longer include gtktextbtree.h.
16136
16137         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
16138         gtk_text_mark_deleted
16139
16140         * gtk/gtktextlayout.h: Don't include the "really private" headers,
16141         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
16142         to make this possible. Now we only need to install
16143         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
16144         (However the Makefile.am isn't changed yet because of the
16145         logistics of merging gtk-hp-patches piecemeal)
16146
16147         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
16148         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
16149         gtk_text_iter_get_line is now used in the public API for a
16150         different purpose.
16151
16152         * gtk/gtktextiter.h: Clean up function names to be more
16153         consistent. Always call char offset "offset" and byte index
16154         "index". A "line" is always a line number. 
16155
16156         (gtk_text_iter_is_last): new function, more efficient than 
16157         the existing way to check
16158         (gtk_text_iter_is_first): new function, also more efficient
16159
16160         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
16161
16162         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
16163         gtk_text_iter_forward_char, etc.
16164
16165         (gtk_text_iter_forward_to_tag_toggle): Renamed from
16166         forward_find_tag_toggle, since this isn't a linear search
16167
16168         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
16169
16170         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
16171         New functions, search for a buffer substring.
16172
16173         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
16174         interactive and default editable (since we need to store that info
16175         until we receive the selection data).
16176
16177         Remove all the _at_char and at_line etc. versions of functions;
16178         only have iterator versions.
16179
16180         Add _interactive() versions of functions, that consider the
16181         editability of text. (FIXME add interactive flag to the 
16182         insert/delete signals per Darin's suggestion)
16183
16184         (gtk_text_buffer_get_tag_table): new function, demand-creates the
16185         tag table if necessary
16186
16187         Remove declaration of gtk_text_buffer_get_iter_from_string
16188
16189         (_gtk_text_buffer_get_btree): private/internal function, added.
16190         
16191
16192         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
16193         (gtk_text_line_is_last): new function
16194
16195 2000-07-25  Havoc Pennington  <hp@redhat.com>
16196
16197         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
16198         using GtkProgressBar. See Changes-2.0.txt for details.
16199
16200         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
16201         "pulse_step" which are the equivalent of
16202         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
16203         Implement new API.
16204         
16205         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
16206         (use_text_format) to mark whether text set on the progress bar is
16207         a format string. Deprecate entire GtkProgress interface.
16208
16209         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
16210         (gtk_progress_build_string): make this a no-op if use_text_format
16211         is FALSE
16212
16213         * docs/Changes-2.0.txt: Describe progress bar changes.
16214
16215 2000-07-25  Tor Lillqvist  <tml@iki.fi>
16216
16217         * Makefile.am: Include the build directory.
16218
16219         * configure.in: Generate build/Makefile, build/win32/Makefile,
16220         gdk/, gdk/win32/, and gtk/makefile.mingw.
16221
16222         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
16223         Add GETTEXT_PACKAGE.
16224         
16225         * gdk/gdk.def
16226         * gtk/gtk.def: Updates.
16227
16228         * gdk/gdkfont.h
16229         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
16230         need them any longer.
16231
16232         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
16233
16234         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
16235         PANGOWIN32_LIBS and gdk_pixbuf.
16236
16237         * gdk/win32: Compiles, but no doubt doesn't work at all.
16238
16239         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
16240
16241         * gdk/win32/gdkinput.c: New file, temporarily.
16242         
16243         * gdk/win32/gdkinput-win32.h: New file
16244
16245         * gdk/win32/gdkinputprivate.h: Remove.
16246
16247         * gdk/win32/gdkpango-win32.c: New file.
16248
16249         * gtk/makefile.mingw.in: New file
16250
16251         * gtk/makefile.cygwin: Removed
16252         
16253         * gtk/Makefile.am: Update accordingly.
16254
16255         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
16256         made externally visible.
16257
16258         * gtk/gtkmain.c: Use it.
16259         
16260         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
16261         is enough.
16262
16263         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
16264
16265 2000-07-24 Elliot Lee <sopwith@redhat.com>
16266         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
16267         individual backends already.
16268         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
16269         again. Yes, there really is a good reason for this, if you are using the gdkregion
16270         internals, and if you're not, why do you care?
16271         * gdk/gdkwindow.c: Fix inverted condition
16272         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
16273         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
16274         * gtk/gtkrange.c: Redraw trough when moving.
16275         * gtk/gtktypeutils.c: Fix warning by adding const cast.
16276         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
16277
16278 2000-07-23  Tor Lillqvist  <tml@iki.fi>
16279
16280         * configure.in: Check for mkstemp and sigsetjmp. Output
16281         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
16282
16283         More work on GDK for Win32. Still in an intermediate state.
16284
16285         * gdk/makefile.cygwin
16286         * gdk/win32/makefile.cygwin: Removed.
16287         
16288         * gdk/makefile.mingw.in
16289         * gdk/win32/makefile.mingw.in: New files.
16290
16291         * gdk/Makefile.am
16292         * gdk/win32/Makefile.am: Generate and distribute them.
16293
16294         * gdk/win32/gdkwindow-win32.h
16295         * gdk/win32/gdkdrawable-win32.h
16296         * gdk/win32/gdkpixmap-win32.h: New files.
16297
16298         * gdk/win32/gdkcolor-win32.c
16299         * gdk/win32/gdkcursor-win32.c
16300         * gdk/win32/gdkdrawable-win32.c
16301         * gdk/win32/gdkgc-win32.c
16302         * gdk/win32/gdkimage-win32.c
16303         * gdk/win32/gdkprivate-win32.h
16304         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
16305         Rename fields and variables called xcursor, xid, etc (these names
16306         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
16307
16308 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
16309
16310         * gtk/gtkentry.[ch]: Fix some problems with vertical
16311         alignment.
16312
16313         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
16314         char/byte confusion.
16315
16316 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
16317
16318         * gtk/gtktextview.c (changed_handler): Fix bug where
16319         redraw wasn't being done properly when height of
16320         dirty region changed.
16321
16322         * demos/Makefile.am: Remove various references to
16323         -lgmodule
16324
16325 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
16326
16327         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
16328         PangoAttrShape to reserve space for pixmaps, add 
16329         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
16330         in the display functions.
16331         
16332         * gtk/testgtk.c (create_layout): Set some more exotic
16333         scrolled window options
16334
16335         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
16336         Add function to set the shadow type of a window, to allow
16337         putting a shadow around widgets such as GtkLayout or GnomeCanvas
16338         which don't draw their own frame.
16339
16340 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
16341
16342         * docs/tutorial/package-db-tutorial.sh: New file for
16343           packaging DocBook format tutorial
16344
16345 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
16346
16347         * docs/tutorial/gtk-tut.sgml: Minor updates
16348
16349         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
16350
16351 2000-07-19  Tor Lillqvist  <tml@iki.fi>
16352
16353         * gtk/gtksignal.c: Fix C++ comment.
16354
16355         * gtk/gtkimmulticontext.c
16356         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
16357         don't return value from void functions.
16358
16359         * gtk/gtk.def: Add gtk_rc_style_unref.
16360
16361 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
16362
16363         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
16364         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
16365         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
16366         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
16367         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
16368         gtk/gtktypeutils.h: Include files outside of the extern "C"
16369         block. Makes some C++ compiler happy. Reported by Denis Vakatov
16370         <vakatov@peony.nlm.nih.gov>.
16371
16372 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
16373
16374         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
16375           Completes first pass. Hurrah!
16376
16377 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
16378
16379         * docs/tutorial/gtk-tut.sgml: More clean ups.
16380
16381 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
16382
16383         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
16384         paint the background of the text area which was accidentally
16385         removed at some point.
16386
16387         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
16388           
16389          - Move most of the functionality from the theme vtable
16390            into GtkRcStyleClass and GtkStyleClass. The moved
16391            vtable functions were changed a bit in the move to
16392            work better in their new home.
16393
16394          - Get rid of the engine and engine_data fields from
16395            GtkRcStyle and GtkStyle; instead the theme
16396            engine derives theme-specific subclasses of GtkRcStyle
16397            and GtkStyle
16398
16399          - Add extra dlsym() found entry point to themes,
16400            theme_create_rc_style().
16401
16402         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
16403         in gtk_style_real_copy.
16404
16405         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
16406         to register a type associated with an engine. (The engine
16407         won't be unloaded as there is an instance of the type.)
16408
16409
16410 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
16411
16412         * docs/tutorial/gtk-tut.sgml: Clean ups.
16413
16414 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
16415
16416         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
16417           of cleaning up to do.
16418
16419 2000-07-15  Tor Lillqvist  <tml@iki.fi>
16420
16421         * gdk/testgdk.c: New file, quick hack to test backends for
16422         pixel-by-pixel correctness of the most simple graphic operations.
16423
16424 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
16425
16426         * Really release 1.3.1
16427         
16428         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
16429         include structure.
16430
16431 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
16432
16433         * Released 1.3.1
16434
16435 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
16436
16437         * gtk/gtktextlayout.c: use FALSE for size_only most
16438         of the time when calling gtk_text_layout_get_line_display()
16439         to avoid causing double reshapes when a redraw follows
16440         immediately after.
16441
16442 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
16443
16444         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
16445         appropriate region and gdk_window_process_updates() so trough
16446         updating doesn't lag behind the window being scrolled.
16447
16448         * gdk/gdkgc.c: Make parent_class pointer static.
16449          
16450 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
16451
16452         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
16453         include <string.h>.
16454          
16455         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
16456         cut-and-paste error in computing memory offset for 4 channels.
16457
16458 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
16459
16460         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
16461         gtk_rc_append_default_pixmap_path(), since it wasn't
16462         adding an interesting path and we don't have a meaningful
16463         default for this value.
16464
16465 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
16466
16467         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
16468         gtk-config to gtk-config-2.0 move gtk_.m4 to
16469         gtk-2.0.m4
16470
16471         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
16472         gdk/Makefile.am demos/Makefile.am: Change 
16473         library names to libgtk-1.3.la, etc, so that we
16474         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
16475
16476         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
16477         gdk/Makefile.am gdk/x11/Makfile.am
16478         Move include files into /usr/include/gtk-2.0, 
16479         /usr/lib/gtk-2.0/include/
16480          
16481         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
16482         gtk/gtkintl.h: Change package for gettext from 
16483         gtk+ to gtk20. Put hack in autogen.sh to modify
16484         po/Makefile.in.in after gettextize to make this
16485         possible.
16486
16487         * gtk+.spec: Some updates, not tested.
16488
16489         * gdk-pixbuf/Makefile.am: Move loaders into
16490         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
16491
16492         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
16493         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
16494         to THEMENAME/gtk-2.0/. Move engine directory  to
16495         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
16496         
16497 2000-07-12  Tor Lillqvist  <tml@iki.fi>
16498
16499         Win32 changes, still doesn't build though.
16500
16501         * gdk/makefile.cygwin
16502         * gdk/win32/makefile.cygwin
16503         * gtk/makefile.cygwin: Updates.
16504
16505         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
16506         default values for fg and bg pixel as X11 does (0 and 1), not
16507         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
16508         Use 0 for pen width by default (treated as 1 anyway later, but for
16509         apps that might check the value in the GdkGC).
16510         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
16511         interface to gdk_gc_predraw and _postdraw.
16512
16513         * gdk/win32/gdkwin32.h
16514         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
16515
16516         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
16517         extraneous semicolon.
16518
16519         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
16520
16521         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
16522         not the Win32 bitspixel value.
16523
16524         * gdk/win32/gdkcc-win32.c:
16525         * gdk/win32/gdkcolor-win32.c 
16526         * gdk/win32/gdkprivate-win32.h
16527         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
16528         GDK object structure.
16529
16530 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
16531
16532         * docs/tutorial/gtk_tut_12.es.sgml (name): 
16533         * docs/tutorial/gtk_tut_it.sgml (name): 
16534         * docs/tutorial/gtk_tut_fr.sgml (name): 
16535         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
16536         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
16537
16538 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
16539
16540         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
16541           small changes.
16542
16543 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
16544
16545         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
16546         a bug here, never been here and never fixed anything ;(
16547         (don't segfault if tree->root_tree is NULL, which happens prior
16548         to widget realization, but puke instead).
16549
16550 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
16551
16552         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
16553         add the necessary tokens.
16554
16555         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
16556         (gtk_rc_style_to_style): copy thicknesses.
16557         (gtk_rc_init_style): apply thicknesses.
16558         (gtk_rc_parse_style): parse xthickness and ythickness.
16559
16560         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
16561
16562         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
16563         (gdk_window_new): 
16564         (_gdk_windowing_window_init): 
16565         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
16566         (gdk_pixmap_create_from_data): 
16567         (gdk_bitmap_create_from_data): 
16568         (gdk_pixmap_new): 
16569         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
16570         (gdk_image_new): 
16571         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
16572         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
16573         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
16574         (gdk_colormap_get_system): 
16575         (gdk_colormap_new): 
16576         * gdk/gdkwindow.c (gdk_window_init): 
16577         * gtk/gtkstyle.c (gtk_style_new):
16578         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
16579         * gdk/gdkpixmap.c (gdk_pixmap_init): 
16580         * gtk/gtkrc.c (gtk_rc_style_new):
16581         use g_object_new() instead of g_type_create_instance() which
16582         is a private function for fundamental type implementations.
16583
16584 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
16585
16586         * configure.in: Add check for db2html
16587
16588 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
16589
16590         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
16591         hack to set glib_debug_objects based on gtk_debug_flags.
16592
16593 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
16594
16595         * INSTALL.in: Update the Prerequisites section.
16596
16597         * Makefile.am demos/Makefile.am docs/Makefile.am
16598         docs/tutorial/Makefile.am gdk/x11/Makefile.am
16599         gdk/linux-fb/Makefile.am: Dist fixes
16600
16601 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
16602
16603         * NEWS: 10,000 foot view of 1.3.1 changes.
16604
16605 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
16606
16607         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
16608         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
16609         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
16610         gdk/x11/gdkmain-x11.c: 
16611
16612         Patch from George Lebl to add a GdkGrabStatus enumeration to use
16613         as a return value of gdk_*_grab(). Previously, we just
16614         returned the X11 values directly.
16615
16616 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
16617
16618         * gdk/x11/Makefile.am: Patch from George Lebl to 
16619         install all the headers in the right place.
16620
16621 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
16622
16623         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
16624           initial conversion to DocBook.
16625
16626 2000-07-04  Tor Lillqvist  <tml@iki.fi>
16627
16628         * README.win32: Improve a bit.
16629
16630         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
16631         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
16632         Alt+0nnn on the numpad (used to enter characters by numeric code
16633         from current DOS or ANSI codepage) working correctly, as in other
16634         Windows apps.
16635
16636         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
16637         same argument validity tests as in X11 version.
16638         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
16639
16640         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
16641         definitions in case missing from headers.
16642
16643         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
16644         destroy the window-specific cursor.
16645         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
16646         calling GetModuleHandle(NULL).
16647         (gdk_window_set_cursor): Reworked to always copy the passed cursor
16648         with CopyCursor before setting it as the window-specific
16649         cursor. It is OK for the caller to destroy the GdkCursor (and thus
16650         also its Windows cursor) after calling this function. Destroy any
16651         previous window-specific cursor.
16652
16653 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
16654
16655         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
16656         font charset is iso8859-1, not iso-8859-1.
16657
16658 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
16659
16660         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
16661         Use g_get_charset() instead of g_get_codeset().
16662
16663         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
16664         Comment out some strdup'ing functions to keep timj
16665         happy until we finish fighting this out.
16666
16667 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
16668
16669         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
16670         <= width or height.
16671
16672         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
16673         from 1.2 for parent/child states.
16674
16675         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
16676         of typos.
16677
16678         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
16679         event structures, replace with a generic axes field. Replace 
16680         deviceid/sourec with GdkDevice *device.
16681
16682         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
16683         to extract particular axis use value from event. (Also
16684         can be used for normal X/Y.)
16685
16686         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
16687         allow for arbitrary number of axes, namespace everything
16688         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
16689         everywhere.
16690
16691         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
16692         Get rid of the gdk_input_vtable setup if favor of simply
16693         defining the functions in gdkinput-none/gxi/xfree.c in
16694         a similar fashion to the way that the port structure is 
16695         done.
16696
16697         * gtk/gtkdnd.c: Fix fields of synthesized button press event
16698         for new event structures. 
16699
16700         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
16701         new device interfaces.
16702
16703 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
16704
16705         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
16706         set the initial text.
16707
16708         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
16709         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
16710         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
16711         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
16712
16713         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
16714         pango_layout_set_font_description to simplify.
16715
16716 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
16717
16718         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
16719         pango_layout_set_font_description to simplify.
16720
16721 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
16722
16723         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
16724         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
16725         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
16726
16727         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
16728         PANGO_PIXELS() macro.
16729
16730 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
16731
16732         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
16733         that returns a PangoContext owned by the widget and updated to
16734         match future changes in the widget. Also, make 
16735         gtk_widget_create_pango_layout() use this context. If we ever
16736         add a ::changed signal to PangoContext, this will make things
16737         much more convenient. 
16738
16739         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
16740         in the appropriate places instead of destroying the layouts and
16741         creating new ones.
16742
16743         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
16744         in a few strategic places.
16745
16746 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
16747
16748         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
16749         gtk_widget_size_request() on reparented child, if one. Otherwise,
16750         queue_resize() on the child never results in it getting size-requested
16751         at all.
16752
16753         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
16754         in option menus, so that (with luck) people won't copy it into
16755         their apps in the future.
16756
16757         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
16758         to gtk_option_menu_calc_size. This isn't perfect, but should fix
16759         a lot of problems with changing the size of the menu's menu
16760         items after adding it to the option menu.
16761
16762         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
16763
16764         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
16765         the text direction for a widget changes.
16766
16767         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
16768         ::direction_changed to get rid of various hacks.
16769
16770 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
16771
16772         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
16773         name.
16774
16775 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
16776
16777         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
16778         flag to the structure. Do not call XFreePixmap on pixmaps created
16779         by gdk_pixmap_foreign_new().
16780
16781 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
16782
16783         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
16784         value using GdkRGB functionality given GdkColormap and GdkColor.
16785         (name not final, waiting for inspiration.)
16786         
16787         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
16788         set the foreground/background of a GC using the GC's colormap
16789         and GdkRGB. (name not final, waiting for inspiration.)
16790
16791         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
16792         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
16793
16794         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
16795         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
16796         purely a function of the corresponding colormap. Make
16797         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
16798
16799         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
16800         gdk_pixbuf_*create_from_xpm_* in terms of
16801         gdk_pixbuf_new_from_xpm_data(), move into platform independent
16802         code.
16803
16804         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
16805         advantage of the new draw_rgb_32_image_dithalign.
16806
16807         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
16808
16809         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
16810         on each created GC.
16811
16812         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
16813
16814         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
16815         which we initialize from the drawable when the GC is created,
16816         if the drawable has a colormap.
16817
16818         * gdk/x11/gdkgc-x11.c: include string.h for memset.
16819
16820         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
16821
16822         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
16823
16824 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
16825
16826         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
16827         actually returning expose events, make sure to set
16828         the count field properly.
16829
16830         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
16831         accidentally reintroced bug which always cleared
16832         the graphics_exposures value. 
16833
16834 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
16835
16836         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
16837
16838 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
16839
16840         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
16841
16842 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
16843
16844         * docs/faq/gtk-faq.sgml: Start of Section 6.
16845
16846 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
16847
16848         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
16849         
16850         (Fixes problem with drawing childless frames. Pointed out
16851         by and a first patch from Anders)
16852         
16853         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
16854         compute a child_allocation, even if we don't have a child.
16855
16856         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
16857         Always chain to the parent's impl, even if we don't have a child.
16858
16859 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
16860
16861         * gdk/gdkrgb.c: If possible, create only a single shm segment and
16862         use multiple parts of it instead of creating a bunch of separate
16863         segments, since the maximum number of segments per system is not
16864         large. (This might be worth backporting to GTK+-1.2.x if we make a
16865         new release )
16866
16867         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
16868         structure in preparation for per-colormap GdkRGB.
16869
16870         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
16871         to False when we get EINVAL from shmget so that the caller of
16872         gdk_image_new can retry with a smaller segment size.
16873
16874 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
16875
16876         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
16877
16878 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
16879
16880         * configure.in: make the current version number 1.3.1 (binary age 0,
16881         interface age 0).
16882         
16883         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
16884         gtkcompat.h is all we want.
16885
16886         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
16887         GLib primitive types. fixed g_type_register_fundamental() argument
16888         ordering.
16889
16890         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
16891         compiles.
16892
16893         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
16894         object code cleanup, comment trigraph fixes, etc...
16895
16896 2000-06-23  Havoc Pennington  <hp@redhat.com>
16897
16898         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
16899         instead of making up a bogus name for first_para_mark
16900
16901         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
16902         0 as a context ID
16903
16904 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
16905
16906         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
16907
16908 2000-06-21  Havoc Pennington  <hp@pobox.com>
16909
16910         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
16911         we didn't check window->bg_pixmap != GDK_NO_BG.
16912
16913         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
16914         gdk-pixbuf
16915
16916 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
16917
16918         * docs/faq/gtk-faq.sgm: Move file to here.
16919           TODO: Update Makfile.am 
16920
16921 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
16922
16923         * docs/gtk-faq.sgm: Add Section 2
16924
16925 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
16926
16927         * docs/gtk-faq.sgm: New file. Start of DocBook
16928           version of the FAQ.
16929
16930 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
16931
16932         * configure.in (GDK_PIXBUF_MAJOR): Define version
16933         numbers for GDK_PIXBUF_*, as they get substituted
16934         into a header file. Need to consider versioning
16935         for gdk-pixbuf more carefully later.
16936
16937 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
16938
16939         Work with srcdir != builddir.   
16940         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
16941         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
16942         * demos/testpixbuf.c: Likewise.
16943         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
16944         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
16945         <gdk/x11/gdkx.h>.
16946         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
16947         "gdk-pixbuf.h".
16948         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
16949
16950 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
16951
16952         * TODO.xml: Change 1.4 version numbers to 2.0.
16953
16954 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
16955
16956         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
16957         fixups to GTK+ standard.
16958
16959 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
16960
16961         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
16962         gdk-pixbuf.
16963
16964         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
16965         fixups for GObject.
16966
16967         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
16968         gdk-pixbuf with GDK dependencies moved into GDK.
16969         
16970         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
16971         move gdk-pixbuf-loader here until GObject has signals.
16972
16973         * demos/: New directory of demos. Move demos from
16974         gdk-pixbuf here.
16975
16976         * demos/pixbuf-init.c: Small bit of code to check for
16977         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
16978         set GDK_PIXBUF_MODULEDIR appropriately.
16979
16980         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
16981         define which no longer makes sense.
16982
16983 2000-06-21  Havoc Pennington  <hp@redhat.com>
16984
16985         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
16986         gtk_get_default_language
16987
16988         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
16989         new function to get the default language
16990
16991         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
16992         s/gtk_text_view_style_values/gtk_text_style_values/
16993
16994         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
16995         Add a "language" field to tags.
16996
16997         (gtk_text_tag_set_arg): Fix bug in setting
16998         "bg_full_height_set" tag.
16999
17000 2000-06-21  Havoc Pennington  <hp@redhat.com>
17001
17002         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
17003         in the interfaces
17004
17005         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
17006         stuff instead when possible.
17007
17008         * gtk/gtktexttypes.h: Delete some unused constants
17009
17010         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
17011         testtextbuffer.c: use glib instead of custom unicode routines
17012
17013 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
17014
17015         * docs/es/: Removed mistakenly added generated sgml
17016
17017         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
17018         Remove outdated info files.
17019
17020         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
17021         Moved tutorial files into subdir
17022
17023         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
17024         subdir.
17025
17026         * docs/man/gtk_button.pod: Remove. (contents will be
17027         integrated into gtk-reference button page.)
17028
17029         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
17030         docs/faq/Makefile.am: Adjust for new organization
17031
17032 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
17033
17034         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
17035         not $(MKINSTALLDIRS)
17036
17037 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
17038
17039         * gtk/testgtk.c (create_text): Finish the job Elliot started
17040         of removing font setting test for text widget. (Since text widget
17041         and GdkFont are not deprecated, and cause portability problems.)
17042
17043 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
17044
17045         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
17046         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
17047         Remove use of libunicode in favor of new GLib functions.
17048
17049         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
17050         nano-x, framebuffer. The X11 include is just a hack until we get
17051         the necessary functions in gdkcolor.h, so there is no reason to
17052         add other includes of platforms.
17053
17054         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
17055         window bigger than the screen change.
17056
17057         * gtk/testgtk.c: Revert some random changes from Elliot
17058         that had no particular point and were causing testgtkrc
17059         not to function correctly.
17060         
17061         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
17062         because GdkSegment and GdkRegionBox have the same fields,
17063         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
17064         results in clearer code.
17065
17066         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
17067         gdk_input_translate_coordinates): Fix missed GdkObjectification
17068
17069 2000-06-18  Elliot Lee  <sopwith@redhat.com>
17070
17071         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
17072         * gtk/gtk{plug,socket}.h: Missed commits from previous.
17073
17074 2000-06-20  Havoc Pennington  <hp@redhat.com>
17075
17076         * modules/linux-fb/Makefile.am: Make this compile
17077         without framebuffer enabled
17078
17079         * gdk/linux-fb/Makefile.am: Add conditional to not build
17080         framebuffer unless specified in configure
17081
17082         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
17083         the size of the target instead of source if -1 was passed for
17084         width/height
17085
17086         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
17087         width/height confusion.
17088
17089 2000-06-19  Havoc Pennington  <hp@redhat.com>
17090
17091         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
17092         GDK_DRAWABLE_XID. In the future, we probably want to make it
17093         faster with G_DISABLE_CHECKS turned on.
17094
17095 2000-06-14  Havoc Pennington  <hp@redhat.com>
17096
17097         * gdk/Makefile.am: add gdkpixmap.c
17098
17099         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
17100         s/gdk_image_init/_gdk_windowing_image_init
17101
17102         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
17103         ref/unref
17104
17105         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
17106
17107         * gdk/gdkcompat.h: remove GdkWindowType compat, since
17108         GdkWindowType is now non-deprecated; 
17109         change gdk_window_get_type() compat to be
17110         gdk_window_get_window_type().
17111
17112         * gdk/gdkdnd.h: make GdkDragContext a GObject.
17113
17114         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
17115         virtual GObject. Make all functions call into the vtable.
17116         Move gdk_image_put() guts in here. Remove GdkDrawableType
17117         and gdk_drawable_get_type(), these are now GdkWindow-specific.
17118         draw_image, get_depth, get_size, set_colormap, get_colormap,
17119         get_visual added to the vtable.
17120         
17121         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
17122         GObject. Virtualize everything. 
17123         (gdk_gc_new_with_values): remove check for destroyed window,
17124         because now GdkWindow::create_gc will check this.
17125         (gdk_gc_set_values): New function to set GC values, this 
17126         was already implemented but wasn't in the header
17127
17128         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
17129
17130         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
17131         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
17132         remove _gdk_window_class; add _gdk_window_impl_get_type() and
17133         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
17134         _gdk_windowing_window_init, rename gdk_image_init to
17135         _gdk_windowing_image_init.
17136         
17137         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
17138         (gdk_draw_layout): Remove check for destroyed window, 
17139         because all the drawable methods already check it.
17140         
17141         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
17142         Add gdkpixmap.c which contains implementation of GdkDrawable
17143         virtual table (by chaining to a platform-specific implementation
17144         object).
17145         
17146         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
17147         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
17148         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
17149         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
17150         GdkColormapPrivate. 
17151
17152         * gdk/gdktypes.h: #include <glib-object.h>
17153
17154         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
17155         Move most functionality to platform-specific implementation
17156         object. GdkWindow itself now handles the backing store, then
17157         chains to the platform-specific implementation.
17158         (gdk_window_get_window_type): return GdkWindowType of the window.
17159         (gdk_window_peek_children): New routine, returns the children of 
17160         a GdkWindow
17161         (gdk_window_get_children): Was in X11-specific code and did 
17162         XQueryTree. Changed to simply return a copy of window->children; 
17163         so it can go in cross-platform code.
17164         
17165         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
17166
17167         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
17168         GdkColormap; just changed to use the new private data instead
17169         of casting to GdkColormapPrivate.
17170
17171         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
17172         gdk_cursor_new().
17173
17174         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
17175         (private data member in the GObject). 
17176         (xdnd_manager_source_filter): Function had broken 
17177         error handling, fix it (use gdk_error_trap_push).
17178
17179         * gdk/x11/gdkdrawable-x11.c: This file now implements
17180         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
17181         base class is purely for the convenience of the X port,
17182         and not part of the interface to cross-platform GDK.
17183
17184         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
17185         
17186         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
17187         specific to X, and returned by the create_gc virtual method
17188         of GdkDrawableImplX11. 
17189         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
17190         rather than gchar, this was also changed in the GdkGC vtable.
17191         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
17192         mask is 0, return immediately, instead of checking every flag.
17193         This is faster, and keeps us from segfaulting if values is NULL
17194         and the mask contains some nonzero flags.
17195
17196         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
17197         GdkWindow.
17198
17199         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
17200         GdkWindowPrivate is gone.
17201
17202         * gdk/x11/gdkim-x11.c: rename things that got renamed.
17203
17204         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
17205         remove the image_put stuff that got transferred to GdkDrawable.
17206         
17207         * gdk/x11/gdkinput.c: renamings
17208
17209         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
17210
17211         * gdk/x11/gdkpixmap-x11.c: GObject conversion
17212
17213         * gdk/x11/gdkprivate-x11.h: indentation fixes
17214
17215         * gdk/x11/gdkproperty-x11.c: renamings
17216
17217         * gdk/x11/gdkselection-x11.c: renamings
17218
17219         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
17220         implements the platform-specific "impl" object.
17221         Moved gdk_window_get_children to gdk/gdkwindow.c
17222
17223         * gdk/x11/gdkx.h: Remove all the private structs and private datas
17224         that no longer exist. Add declaration of GdkGCX11 object here.
17225         Fix all the macros to still work. 
17226
17227         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
17228         GdkDragContext from the boxed types since they are now GObjects.
17229
17230         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
17231         moved xthickness/ythickness into the instance. GtkStyleClass
17232         functions are now in the standard vtable for GtkStyle, so you have
17233         to create a GObject subclass to write a theme engine.
17234         (gtk_style_copy): fixed a leaked PangoFontDescription
17235         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
17236         can be the standard GObject function.
17237         
17238         * Throughout GTK:
17239         s/style->klass->[xy]thickness/style->[xy]thickness
17240         s/pango_layout_unref/g_object_unref/
17241
17242         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
17243         
17244         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
17245         accessing GDK internals.
17246
17247         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
17248         accessing GDK internals.
17249
17250 2000-06-18  Elliot Lee  <sopwith@redhat.com>
17251
17252         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
17253
17254         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
17255         problem by calculating event position relative to the trough
17256         rather than the slider.
17257         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
17258
17259         * gdk/gdkgc.h: Add GDK_NOR.
17260
17261         * configure.in, Makefile.am: Add modules top level dir
17262         * configure.in: Only use pangox library if building x11 target.
17263         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
17264
17265 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
17266
17267         * gtk/gtkcolorsel.c: Change private class member to be named
17268         private_data throughout the file.
17269
17270         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
17271         private_data to avoid clashing with keyword.
17272
17273 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
17274
17275         * gdk/gdkdnd.h: Add comment to remove warning.
17276
17277 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
17278
17279         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
17280         Byelorussian language; changed the Makefile and file names 
17281         to reflect that.
17282
17283 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
17284
17285         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
17286         rather than gdk_window_hide; this makes things work
17287         correctly if the window is programmatically hidden while
17288         iconified.
17289
17290 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
17291
17292         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
17293         cut and paste typo where wrong pixmap was being
17294         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
17295
17296 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
17297
17298         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
17299         Add helper function to compute format / bytes 
17300         relationship. Use in a couple places to fix up
17301         errors which assume 8 * format.
17302
17303         * gtk/gtkselection.c (gtk_selection_request): Use 32
17304         rather than 8 * sizeof (GdkAtom), to work correctly
17305         on Alpha.
17306
17307 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
17308
17309         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
17310         libgtk.la
17311         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
17312         versions
17313
17314         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
17315         checking macros return NULL since the function has a return value.
17316
17317 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
17318
17319         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
17320         GTK+ from building at all.
17321
17322         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
17323
17324 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
17325
17326         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
17327         gtk/Makefile.am: make it possible to configure gtk for different
17328         targets on the same platform. The library name is now 
17329         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
17330         flag. Only the x11 target compiles right now.
17331         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
17332         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
17333         * gdk/nanox/gdk*generic*: delete generic region code.
17334         * gdk/linux-fb/gdk*generic*: delete generic region code.
17335         * README.nanox: update information.
17336         
17337 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
17338
17339         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
17340         prepend not append. (Pointed out by Brett Hall.)
17341
17342 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
17343
17344         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
17345
17346 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
17347
17348         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
17349         need this later, and this makes sure that the atexit for
17350         glib gets called after that for GDK, so atexits are
17351         properly ordered for object leak checking.
17352
17353         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
17354
17355         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
17356         pango_x_shutdown_display()
17357
17358         * gtk/simple.c (main): Close window on destroy.
17359
17360 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
17361
17362         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
17363         to treat initial creation different from setting with 
17364         regards to the graphics-exposures parameter, so add a parameter
17365         indicating whether this is initial or not.
17366
17367 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
17368
17369         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
17370         to sort of work by adding an extra return_exposes arg
17371         to gdk_event_translate() - it might be better to simply
17372         deprecate the function altogether and force people to rewrite
17373         without it. gdk_window_scroll() handles most of it, and where
17374         gdk_window_scroll() doesn't work, simply redrawing more does.
17375
17376         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
17377         assertion.
17378
17379         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
17380
17381         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
17382         bunch of pretty much useless /* Print debugging info */ comments 
17383         which had drifted away from the code they were commenting.
17384
17385 2000-06-02  Havoc Pennington  <hp@pobox.com>
17386
17387         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
17388         is in working order.
17389         
17390         * gtk/testtext.c: Change to reflect anonymous mark API
17391
17392         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
17393
17394         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
17395         field, which was unused.
17396
17397         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
17398         saves some typing.
17399
17400         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
17401
17402         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
17403         flag on the insertion point and selection bound
17404
17405         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
17406         make mark-manipulation functions take a GtkTextMark* instead of a
17407         mark name.
17408         
17409         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
17410         GtkTextMarkBody; will be used to detect attempts to delete
17411         the permanent marks (insert and selection bound)
17412
17413         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
17414
17415 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
17416
17417         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
17418         flag to on.
17419
17420         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
17421         Honor DOUBLE_BUFFRED_FLAG
17422
17423         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
17424         function to set the DOUBLE_BUFFERED flag.
17425
17426         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
17427         or not exposes done on the widget should be double-buffered.
17428
17429         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
17430         to be what would be expected. (Fixes problem with a
17431         g_return_if_fail() validating a TextDirection enumeration)
17432
17433 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
17434
17435         * gtk/gtkwidget.c: Remove all references to 
17436         offscreen flag which was no longer used.
17437
17438         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
17439
17440         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
17441         for non-null label_widget->parent.
17442
17443         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
17444         which no longer was used.
17445
17446         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
17447
17448         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
17449         for null arguments.
17450
17451         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
17452         check for destroyed windows.
17453
17454 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
17455
17456         * gtk/gtkimmulticontext.c: Add a finalize method and unref
17457         the slave context there.
17458
17459         * gtk/gtkinvisible.[ch]: Make reference counting behavior
17460         identical to GtkWindow.
17461
17462 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
17463
17464         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
17465         pangox to here, so we can write them independent of rendering
17466         system, using GDK primitives.
17467
17468         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
17469         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
17470         since we have a rendering-system independent implementation in
17471         terms of draw_glyphs().
17472         
17473         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
17474         function to render a single line.
17475
17476         * gdk/x11/gdkpango.c: Move the guts of this file mostly
17477         into ../gdkpango.c, which simplifies things, since we
17478         don't have to deal with raw X gc's.
17479
17480 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
17481
17482         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
17483         get the logical attributes for a given GtkTextLine.
17484
17485 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
17486
17487         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
17488         g_locale_get_codeset() to g_get_codeset() change.
17489
17490 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
17491
17492         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
17493         descriptions.
17494
17495         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
17496         the entry.
17497
17498         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
17499         redoing (vastly simplifying) for Pango. Still needs quite
17500         a bit of work. (Size selection is currently poor. List of 
17501         predefined sizes is not a good idea, since all of these
17502         sizes won't necessarily be distinct.)
17503
17504 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
17505
17506         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
17507         CODESET results for LANG=C.
17508
17509 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
17510
17511         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
17512         which takes a stringized pango font description;
17513         ignore the older 'font' and 'fontset' declarations.
17514
17515         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
17516         field with a GdkFont derived via gdk_font_from_description(),
17517         for compatibility. (Should we just remove it entirely?
17518         Probably too much compatibility breakage, but people
17519         should be migrating to the new Pango stuff as quickly
17520         as possible.)
17521
17522 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
17523
17524         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
17525
17526 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
17527
17528         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
17529         redoing; there are some bugs in size allocation right
17530         now, the semi-existant distinction between header / day
17531         fonts was removed, but, with Pango, could actually
17532         be made functional in a nice way.
17533         
17534         * gtk/testcalender: Move calender from examples into this
17535         directory as a test program. (We really need to restrcture
17536         testgtk into a whole directory full of tests for every
17537         widget or functionality group, separated into multiple .c
17538         files.)
17539
17540 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
17541
17542         * gtk/testgtk.c (file_exists): Fix stupid typo that
17543         was keeping RC file from being loaded.
17544
17545         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
17546         RC file font code.
17547
17548 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
17549
17550         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
17551         Add function to load a GdkFont from a PangoFontDescription.
17552
17553 2000-05-29  Tor Lillqvist  <tml@iki.fi>
17554
17555         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
17556         variable should be of type GdkEventPrivate.
17557
17558 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
17559
17560         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
17561         to have any widget for the label, use a GtkLabel widget
17562         to display the text. (Based partially on a patch from
17563         Anders Carlson.)
17564
17565         (Quite a bit of code reorganization - strip 90% of the
17566         guts out of gtkaspectframe and add a single virtual
17567         func to GtkFrameClass - compute_child_allocation.)
17568
17569 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
17570
17571         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
17572         (Removed clist->row_center_offset field because caching
17573         it wasn't saving time or code, added private function
17574         _gtk_clist_create_cell_layout()).
17575
17576 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
17577
17578         * gtk/gtkaccellabel.c: Pangoized.
17579
17580         * gtk/[hv]ruler.c: Pangoized
17581
17582 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
17583
17584         * gtk/gtkfilesel.c (gtk_file_selection_init):
17585         Use gtk_clist_set_column_auto_resize() to remove need
17586         need for manual column width computations.
17587
17588 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
17589
17590         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
17591         ensuring Pango correctness, and considerably simplifying the
17592         code.
17593         
17594         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
17595
17596         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
17597         getting of numbers of lines.
17598
17599         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
17600         to the actual requested width of the lable, not to the wrap
17601         width we set.
17602
17603         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
17604
17605         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
17606           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
17607
17608         * gtk/gtktextview.c: Fix structure inheritance.
17609
17610         * gtk/gtkprogressbar.c: Pangoize.
17611
17612 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
17613
17614         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
17615         in a function.
17616
17617         * gtk/gtktextlayout.c (find_display_line_above): Fixed
17618         bug with computing line tops.
17619
17620         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
17621
17622 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
17623
17624         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
17625         and y_offset coordinates to do what we need now. (The offset between
17626         buffer and layout coordinates has been reintroduced, but is a 
17627         bit different than before.)
17628
17629         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
17630         handle the adjustments ourselves, and scroll as necessary using
17631         the new gdk_window_scroll().
17632         
17633         The advantage of this is that when we are incrementally revalidating,
17634         we are essentially rearranging things around the visible portion
17635         of the screen. With the old setup, the visible portion of the
17636         screen was moved around in the layout, so scrolling and redrawing
17637         to track that caused jumping of the display. Since we now
17638         control the scrolling ourselves, we can suppress this and
17639         only redraw when things actually change.
17640
17641 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
17642
17643         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
17644         the region not just redisplay it after-all, since we store the
17645         cursors in the LineDisplay. (Ugly interactions here between
17646         GtkLayout and GtkTextBTree here.)
17647         
17648         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
17649
17650 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
17651
17652         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
17653         Added function to scroll contents of a window while keeping the
17654         window constant. Works by XCopyArea or guffaw-scrolling depending
17655         on the details of how the window is set up. (guffaw-scrolling
17656         still needs to be filled in.)
17657
17658 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
17659
17660         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
17661         move the debugging that was tied to a global variable
17662         to that.
17663
17664         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
17665
17666         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
17667         validated flag, in line data instead of setting height/width to
17668         -1. This allows us to perform operations with partially invalid
17669         buffer (using the old size for invalid lines) and thus to do
17670         incremental vaidation. Keep height/width aggregates up to date
17671         when deleting text and rebalancing the tree.
17672
17673         * gtk/gtktextbtree.[ch]: Add functions validate a line
17674         (gtk_text_btree_validate_line), and to validate up
17675         to a number of pixels (gtk_text_btree_validate).
17676
17677         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
17678         that indicates that something is changed and a revalidation
17679         pass is needed. Change ::need_repaint to ::changed, and
17680         make it take old and new yranges instead of a rectangle.
17681
17682         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
17683         the line_data_destroy() function from 
17684         gtk_text_btree_add_view() to a virtual function in 
17685         GtkTextLayout
17686
17687         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
17688         since we are handling partial repaints in a different fashion
17689         now.
17690
17691         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
17692         of the selection instead of queueing a repaint on the
17693         entire widget.
17694
17695         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
17696         get_selection_bounds() down to btree, make the function
17697         in buffer a wrapper around the btree function.
17698
17699         * gtk/gtktextlayout.[ch]: Add functions to check if the
17700         layout is valid and to recompute either a range of pixels
17701         aroudn a line or a certain total number of pixels.
17702
17703         * gtk/gtktextlayout.[ch]: Cache a single line display;
17704         now that we only redraw the needed portions, the hit rate
17705         for this cache is quite high.
17706         
17707         * gtk/gtktextview.[ch]: Keep track of the first paragraph
17708         on the screen so that when re-laying-out the buffer, we can
17709         keep the same place. This requires connecting to ::value_changed
17710         on the adjustments
17711
17712         * gtk/gtktextview.[ch]: Add idle functions to revalidate
17713         the buffer after we receive an ::invalidated signal.
17714         
17715 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
17716
17717         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
17718         to max of allocation and layout size, not just to the
17719         layout size.
17720
17721         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
17722         Invalidate window so it gets redrawn properly.
17723
17724         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
17725         to mean the entire window.
17726
17727         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
17728         into public header.
17729
17730 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
17731
17732         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
17733         to get the name of a mark.
17734
17735         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
17736         to find the paragraph from a y position.
17737
17738 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
17739
17740         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
17741         nodes have width/height >= 0, not > 0.
17742
17743 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
17744
17745         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
17746         Add a size_only flag, so when we only need the size, we don't create
17747         useless appearance attributes.
17748
17749         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
17750         duplicate setting of font description.
17751
17752         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
17753
17754 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
17755
17756         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
17757         EXTRA_DIST. It does not work well when the file that
17758         everything depends on is not in the tarball.
17759
17760 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
17761
17762         * gtk/testgtk.c: Some hacks and fixes so that it basically
17763         works when not sitting in the GTK+ build tree.
17764
17765 2000-05-03  Havoc Pennington  <hp@redhat.com>
17766
17767         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
17768         Properly determine the ordering of the tag root and the current
17769         line within the tree. Previous algorithm only worked if the tag
17770         root's immediate parent was the common root of both the current
17771         line and the tag root.
17772
17773 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
17774
17775         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
17776         alignment.
17777
17778         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
17779         the widget text directional dynamically.
17780
17781         * gtk/gtktextview.[ch]: Added functions to get and set default
17782         wrap mode.
17783
17784 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
17785
17786         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
17787         in cursor location computation.
17788
17789 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
17790
17791         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
17792         vadjusment values properly when layout gets smaller.
17793
17794         * gtk/gtktextview.c (need_repaint_handler): Areas being
17795         passed in are far completely inaccurate, and sometimes
17796         too small, so, for now, just queue a redraw on the
17797         whole visible region.
17798
17799 2000-04-25  Havoc Pennington  <hp@redhat.com>
17800
17801         * gtk/gtktextbtree.c (summary_destroy): new function to 
17802         destroy tag summary nodes
17803         (gtk_text_line_next_could_contain_tag): this function was 
17804         totally broken if the line passed in wasn't below the tag
17805         root. Fix it.
17806         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
17807         "wildcard" case, we have to do a linear scan. Blah.
17808         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
17809         we have to do the linear scan
17810         (tag_removed_cb): When a tag is removed from the tag table, 
17811         remove the GtkTextTagInfo node from the btree.
17812         (gtk_text_btree_spew): Implement the spew function, for 
17813         our debugging pleasure.
17814
17815 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
17816
17817         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
17818         a problem with referring to the wrong buffer.
17819
17820         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
17821
17822         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
17823         font description to gtk_style_new() - otherwise things
17824         don't work without a .gtkrc file.
17825
17826         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
17827         tags table if we create it ourself, too.
17828
17829         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
17830         it was conflicting with XKB modifiers.
17831
17832         * gtk/gtktextview.[ch]: Add simple support for 
17833         GtkIMContext.
17834
17835 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
17836
17837         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
17838         with deletion from last commit.
17839
17840 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
17841
17842         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
17843         in the context from the current locale.
17844         
17845         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
17846         context, not hardcoded value.
17847
17848         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
17849         not logical.
17850
17851 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
17852
17853         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
17854         attributes - that doesn't handle partial-glyph selection
17855         properly. Instead use new pango_layout_line_get_x_ranges()
17856         functionality to draw the selection.
17857
17858         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
17859         now properly handles out-of-range coordinates.
17860
17861         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
17862
17863         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
17864         public.
17865
17866         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
17867         for paragraphs opposite to the base direction of the widget.
17868
17869         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
17870
17871         * gtk/gtktextlayout.c: Don't split segments on marks, since that
17872         causes Arabic words to reshape as you cursor through.
17873
17874         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
17875         cursor position when moving vertically with the arrow keys and
17876         scrolling with page-up/page-down. (Arrow keys save only the X,
17877         scrolling saves both X and Y.)
17878
17879         This means you can line-up / line-down or page-up / page-down
17880         without losing your place, and also that moving vertically
17881         with the cursor keys keeps the same X position, not the same
17882         character count:
17883
17884         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
17885         arrow keys move by display lines, not paragraphs.
17886
17887 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
17888
17889         * gtk/gtklayout.c: Make sure that the bin window is at least
17890         as big as the allocation. (Should we also make sure that the
17891         bin window is big enough to completely cover widget->window?)
17892
17893         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
17894         function to get the onscreen rectangle.
17895
17896         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
17897         for offsets in window coordinates.
17898
17899 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
17900
17901         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
17902         confusion.
17903
17904         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
17905         from the widget direction.
17906
17907         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
17908         Add a "direction" attribute.
17909
17910         * gtk/gtktextview.c: global s/tkxt/text_view/.
17911
17912         * gtk/testtext.c: Added long block of text in Arabic, to test out
17913         the direction attributes. (Some problems with the shaping system
17914         for arabic become obvious - like the fact the cursor splits words
17915         into unjoined pieces.)
17916
17917 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
17918
17919         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
17920
17921         * gtk/gtktextlayout.c: Fix up alignment.
17922
17923         * gtk/testtext.c: Add some tests for centering, wrapping.
17924
17925 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
17926
17927         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
17928         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
17929         If we wrote GTK+-specific layout-render function this could just replace
17930         the draw_layout() operation in the vtable.
17931
17932         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
17933         pango_layout_get_cursor_pos() and use that function.
17934
17935         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
17936         is a non-static symbol.
17937
17938         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
17939         with gtk_text_btree_find_line_by_y()
17940
17941         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
17942         renderer that handles GtkTextAppearance attributes.
17943
17944         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
17945
17946           - Move the values in the style that don't affect geometry into a
17947             GtkTextAppearance structure.
17948           - Change underline to take a PangoUnderline and "font" a string
17949             representation of a font description
17950           - Add a "font_desc" attribute which takes a FontDescription structure.
17951
17952         * gtk/gtktextlayout.[ch]:
17953
17954           - Get rid of the display-line list per each line. Instead, we
17955             generate, on demand, a GtkTextLineDisplay structure which]
17956             contains a PangoLayout * and other necesary information
17957             (offsets, cursor locations) for displaying a paragraph.
17958           - Get rid of the code to wrap lines, create display chunks,
17959             etc. Instead, we just go through a paragraph and convert
17960             it into the necessary inputs to a PangoLayout.
17961           - Implement a new attribute type, GtkTextAttrAppearance. This
17962             holds a GtkTextAppearance, and is used to pass colors, 
17963             stipple, etc, through from the layout to the display without
17964             having to use lots and lots of individual attributes.
17965           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
17966             in terms of PangoLayout functions.
17967         
17968         * gtk/gtktextview.c: 
17969          
17970           - Handle passing the necessary PangoContext to the layout
17971           - Some fixups in painting to deal with the automatic backing store
17972             and offsetting of GTK+-1.4
17973           - Add a style_set handler so that the default style reacts
17974             properly to theme changes.
17975         
17976         * gtk/gtktext?*.[ch]: Random code-style fixes.
17977
17978         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
17979
17980 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
17981
17982         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
17983         in original form preparatory to Pango-ization and gdkimcontext-ization.
17984
17985 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
17986
17987         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
17988         so that we can derive from gtkimcontext in language bindings properly.
17989
17990 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
17991
17992         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
17993         Add a compose table including (almost) all the compose combinations
17994         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
17995         data in the XIM implementation.
17996
17997         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
17998         Moved functions to convert keyvalues from and to unicode here from
17999         the win32 port and made them public.
18000
18001 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
18002
18003         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
18004
18005 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
18006
18007         * gtk/gtkimcontext.[ch]: Base class for new input context system
18008
18009         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
18010         the real input context implementation to be loaded from modules
18011         and switched on the fly.
18012
18013         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
18014         context that just does direct keysymbol => unicode translation.
18015
18016         * gtk/gtkentry.[ch]: Start switching editing over to using
18017         GtkInputContext. (No handling of preedit yet.)
18018
18019 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
18020
18021         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
18022         many substitutions. (klass should not be subsituted.)
18023
18024 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
18025
18026         * configure.in: Add checks for Pango
18027
18028         * configure.in docs/Makefile.am: Add test for sgml2html
18029         and allow 'make dist' without building html, but print out
18030         warnings in that case. (For making snapshots)
18031
18032         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
18033         Add Pango libraries and C flags
18034
18035         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
18036         Add function (gdk_draw_layout) to draw a pango layout.
18037
18038         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
18039         for getting Pango contexts for GDK.
18040
18041         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
18042
18043         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
18044         editing.
18045
18046         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
18047         keysym => unicode translations. More languages can be added
18048         here, but real input-method support is needed.
18049
18050         * docs/Changes-1.4.txt: Added note about entry behavior.
18051         
18052         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
18053         to set the reading direction for a widget and the global direction.
18054         Add test which allows toggling the global direction. Two private
18055         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
18056
18057         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
18058           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
18059
18060         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
18061
18062         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
18063         underlining now handled by Pango.
18064
18065         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
18066         to RCStyle and Style. (Having both this and the old font name and GdkFont 
18067         is temporary.)
18068
18069         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
18070         convenience functions for creating contexts and layouts for widgets.
18071
18072         * gtk/testgtk.c: Enhance label tests with multilingual labels.
18073
18074 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
18075
18076         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
18077         titles to be active, even if they aren't visible.
18078         (gtk_clist_column_titles_passive):  Ditto.
18079
18080 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
18081
18082         * gtkmenu.c:
18083         * gtkmenu.h:
18084         * gtktypeutils.h: Spelling/grammar fixes in comments.
18085
18086 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
18087
18088         * gdk/nanox/*.h: add missing header files.
18089
18090 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
18091
18092         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
18093         send_event to TRUE.
18094         (gtk_drawing_area_size): queue a resize.
18095
18096 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
18097
18098         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
18099         the handlers, also invalidate them. bug nailed down by Karl Nelson
18100         <kenelson@ece.ucdavis.edu>.
18101
18102 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
18103
18104         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
18105         "(nil)" foundries, patch from Grigorios Magklis.
18106
18107         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
18108         on non-available fonts, based on a patch by Grigorios Magklis
18109         <maglis@cs.rochester.edu>.
18110
18111 2000-05-18  Elliot Lee  <sopwith@redhat.com>
18112
18113         * gdk/x11/gdkregion-generic.c: If a region does not have any
18114         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
18115         instead of GDK_OVERLAP_RECTANGLE_IN.
18116
18117 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
18118
18119         * gtk/gtklayout.c (gtk_layout_map): Remove references to
18120         OFFSCREEN, as it is no longer necessary.
18121
18122 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
18123
18124         * gtk/gtkcolorsel.c: Patch from David Santiago
18125         <mrcooger@cyberverse.com> to change things so that the 
18126         indicator of the active palette entry is done independently,
18127         not via the focus, since it should always be visible.
18128
18129 2000-05-17  Tor Lillqvist  <tml@iki.fi>
18130
18131         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
18132         refcount leaks as in the X11 backend.
18133
18134         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
18135         cosmetics.
18136
18137         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
18138         backend. Add _gdk_windowing_window_destroy().
18139
18140         * gtk/gtkcolorsel.c: Include correct backend-specific header.
18141         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
18142         either, but these probably do exist on nanox?)
18143         
18144         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
18145         which isn't necessarily defined by <math.h>.
18146
18147         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
18148         ancestry past GtkObject.
18149
18150         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
18151         from DLL on Win32.
18152
18153         * gtk/gtk.def: Update corresponding to recent changes.
18154
18155         * gtk/makefile.{cygwin,msc}: Updates.
18156
18157 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
18158
18159         * docs/Changes-1.4.txt: A bit of editing.
18160
18161         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
18162         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
18163         to clear the update area for the window, and clear it
18164         when hiding a window.
18165
18166         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
18167         if window destroyed.
18168
18169         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
18170
18171         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
18172         gdk_window_destroy() to the generic code, since there was a lot of 
18173         window-system-independent logic it in. Add a function:
18174         
18175          _gdk_window_destroy() 
18176
18177         to the internal API to destroy a window without unreferencing it.
18178         Add a function:
18179
18180          _gdk_windowing_window_destroy()
18181
18182         That does the windowing-system-dependent part of destroying 
18183         the window.
18184
18185 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
18186
18187         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
18188
18189 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
18190
18191         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
18192         Make gtk_widget_shape_combine_mask() keep a reference count on
18193         the pixmap since it keeps it around.
18194
18195 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
18196
18197         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
18198         leak.
18199
18200         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
18201         leak with event filters.
18202
18203 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
18204
18205         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
18206         signal handlers with the right data arguments. (Fixes
18207         some warnings when a widget was repeatedly set as a drag
18208         destination.)
18209
18210         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
18211         window so we can avoid avoid setting the DND properties on the
18212         toplevel window repeatedly.
18213
18214 2000-05-13  Tor Lillqvist  <tml@iki.fi>
18215
18216         * gdk/win32/gdkwin32.h: Define more message types missing from
18217         mingw headers.
18218
18219         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
18220         call gdk_window_destroy_notify(). It was never called. This
18221         probably meant that the GdkWindow was never freed. Thanks Owen for
18222         noticing (!).
18223
18224         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
18225         window as destroyed before calling DestroyWindow(). DestroyWindow()
18226         causes a call to the window procedure (gdk_WindowProc), which
18227         calls gdk_event_translate(), which calls
18228         gdk_window_destroy_notify(), which gets confused unless the window
18229         is set as destroyed.
18230
18231         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
18232         this function to indicate it's win32 only. Put inside #ifdef
18233         G_ENABLE_DEBUG.
18234
18235         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
18236         debugging function. (gdk_event_translate:) Add a default branch
18237         that uses the above function to print debug messages with all
18238         Windows messages symbolically.
18239
18240         * gdk/win32/gdkprivate-win32.h: Declare it, and
18241         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
18242
18243 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
18244
18245         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
18246         public header file.
18247
18248 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
18249
18250         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
18251
18252         * gtk/gtktext.c: made the adjustments no-construct args, simply
18253         provide default adjustments.
18254         (gtk_text_destroy): release adjustments.
18255
18256         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
18257         adjustment argument non-construct.
18258
18259         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
18260         instead of in finalize.
18261         (gtk_progress_get_text_from_value): 
18262         (gtk_progress_get_current_text): 
18263         (gtk_progress_set_value): 
18264         (gtk_progress_get_percentage_from_value): 
18265         (gtk_progress_get_current_percentage): 
18266         (gtk_progress_set_percentage): 
18267         (gtk_progress_configure): ensure an adjustment is present.
18268
18269 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
18270
18271         * gtk/gtkcolorsel.[hc]:
18272         * gtk/gtkcolorseldialog.[hc]:
18273         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
18274         their parent implementation, use bit fields for boolean values, don't
18275         create unused widgets, usage of glib types, braces go on their own
18276         lines, function argument alignment, #include directives etc. etc. etc..
18277
18278         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
18279
18280 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
18281
18282         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
18283
18284         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
18285         of NULL.
18286
18287         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
18288         to freed data.
18289         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
18290
18291         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
18292         to NULL when the toplevel is getting destroyed.
18293         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
18294         (gtk_menu_destroy): 
18295         (gtk_menu_init): store the information of whether we have to
18296         readd the initial child ref_count during destruction in a new
18297         GtkMenu field needs_destruction_ref_count.
18298
18299         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
18300         here, those reading: learn from my mistake! ;)
18301         in order for set_?adjustment to support a default adjustemnt if
18302         invoked with an adjustment pointer of NULL, the code read (pseudo):
18303         if (v->adjustment) unref (v->adjustment);
18304         if (!adjustment) adjustment = adjustment_new ();
18305         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
18306         now imagine the first unref to actually free the old adjustment and
18307         adjustment_new() creating a new adjustment from the very same memory
18308         portion. here, the latter comparision will unintendedly fail, and
18309         all hell breaks loose.
18310         (gtk_viewport_set_hadjustment):
18311         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
18312         after unreferencing it.
18313
18314         * gtk/gtkcontainer.[hc]: removed toplevel registration
18315         functions: gtk_container_register_toplevel(),
18316         gtk_container_unregister_toplevel() and
18317         gtk_container_get_toplevels() which had wrong semantics
18318         anyways: it didn't reference and copy the list.
18319
18320         * gtk/gtkwindow.c: we take over the container toplevel registration
18321         bussiness now. windows are registered across multiple destructions,
18322         untill they are finalized. the initial implicit reference count
18323         users are holding on windows is removed with the first destruction
18324         though.
18325         (gtk_window_init): ref & sink and set has_user_ref_count, got
18326         rid of gtk_container_register_toplevel() call. add window to
18327         toplevel_list.
18328         (gtk_window_destroy): unref the window if has_user_ref_count
18329         is still set, got rid of call to
18330         gtk_container_unregister_toplevel().
18331         (gtk_window_finalize): remove window from toplevel list.
18332         (gtk_window_list_toplevels): new function to return a newly
18333         created list with referenced toplevels.
18334         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
18335
18336         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
18337         adjustment a non-construct arg.
18338         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
18339         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
18340         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
18341
18342         * gtk/gtkrange.c: added some realized checks.
18343         (gtk_range_destroy): get rid of the h/v adjustments in the
18344         destroy handler instead of finalize. remove timer.
18345         (gtk_range_get_adjustment): demand create adjustment.
18346
18347         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
18348         we simply create them on demand now and get rid of them in
18349         the destroy handler.
18350         (gtk_viewport_destroy): get rid of the h/v adjustments in the
18351         destroy handler instead of finalize.
18352         (gtk_viewport_get_hadjustment): 
18353         (gtk_viewport_get_vadjustment): 
18354         (gtk_viewport_size_allocate): demand create h/v adjustment
18355         if required.
18356
18357         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
18358         gtk_widget_real_destroy () functionality.
18359         (gtk_widget_real_destroy): reinitialize with a new style, instead
18360         of setting widget->style to NULL.
18361
18362 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
18363
18364         * gtk/gtkcalendar.c:
18365         * gtk/gtkbutton.c: ported _get_type() implementation over to
18366         GType, either to preserve memchunks allocation facilities,
18367         or because Gtk+ 1.0 GtkTypeInfo was still being used.
18368
18369         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
18370         over. prepare for ::destroy to be emitted multiple times.
18371         removed reference tracer magic. chain into GObjectClass.shutdown()
18372         to emit ::destroy signal.
18373
18374         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
18375         fundamental.
18376
18377         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
18378         cludge.
18379
18380         * gtk/gtksocket.c:
18381         * gtk/gtkplug.c:
18382         * gtk/gtklayout.c:
18383         * gtk/gtklabel.c:
18384         * gtk/gtkargcollector.c:
18385         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
18386         not being a fundamental anymore, and to work with the new
18387         type system (nuked fundamental type varargs clutter).
18388
18389         * gtk/*.c: install finalize handlers in the GObjectClass
18390         part of the class structure.
18391         changed direct GTK_OBJECT()->klass accesses to
18392         GTK_*_GET_CLASS().
18393         changed direct object_class->type accesses to GTK_CLASS_TYPE().
18394
18395         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
18396         GType. made most of the GTK_*() type macros and Gtk* typedefs
18397         simple wrappers around macros and types provided by GType.
18398         most notably, a significant portion of the old API vanished:
18399         GTK_TYPE_MAKE(),
18400         GTK_TYPE_SEQNO(),
18401         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
18402         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
18403         GTK_TYPE_ARGS,
18404         GTK_TYPE_CALLBACK,
18405         GTK_TYPE_C_CALLBACK,
18406         GTK_TYPE_FOREIGN,
18407         GtkTypeQuery,
18408         gtk_type_query(),
18409         gtk_type_set_varargs_type(),
18410         gtk_type_get_varargs_type(),
18411         gtk_type_check_object_cast(),
18412         gtk_type_check_class_cast(),
18413         gtk_type_describe_tree(),
18414         gtk_type_describe_heritage(),
18415         gtk_type_free(),
18416         gtk_type_children_types(),
18417         gtk_type_set_chunk_alloc(),
18418         gtk_type_register_enum(),
18419         gtk_type_register_flags(),
18420         gtk_type_parent_class().
18421         replacements, where available are described in ../docs/Changes-1.4.txt.
18422         implemented compatibility functions for the remaining API.
18423
18424         * configure.in: depend on glib 1.3.1, use gobject module.
18425
18426 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
18427
18428         * TODO.xml: Various updates to current status.
18429
18430 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
18431
18432         * gtk.m4: Print out version when test succeeds.
18433
18434 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
18435
18436         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
18437         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
18438         
18439         (Original triangle color selector from Simon Budig
18440         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
18441         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
18442         Santiago <mrcooger@cyberverse.com>)
18443
18444         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
18445         out into a separate widget.
18446
18447         * gtk/testgtk.c: Add some checkbuttons for toggling palette
18448         and opacity controls.
18449
18450 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
18451
18452         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
18453         snuck in prematurely.
18454
18455 2000-05-07  Tor Lillqvist  <tml@iki.fi>
18456
18457         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
18458         had deleted a ! operator by mistake, which caused
18459         GDK_SELECTION_CLEAR events never to be generated, which caused
18460         only the first copy to the clipboard from an gtkeditable to
18461         actually cause a copy to the Windows clipboard.
18462
18463 2000-05-06  Tor Lillqvist  <tml@iki.fi>
18464
18465         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
18466         compilation, too. Current mingw gcc distributions include the
18467         necessary headers. Also the necessary IIDs are now in mingw
18468         headers/libraries, and own definitions unnecessary.
18469
18470         More hacking on OLE2 DND, still doesn't work though, and thus
18471         ifdeffed out.
18472
18473         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
18474         here, too.
18475
18476 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
18477
18478         * gdk/nanox/*: nano-X port work in progress.
18479         * gdk/simple.c: simple test for Gdk.
18480         * README.nanox: notes about the port: read this first!
18481         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
18482         with nano-X.
18483
18484 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
18485
18486         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
18487         gdk_window_clear() into common code, implement in terms of
18488         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
18489         not redirected to the backing rectangle.
18490
18491 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
18492
18493         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
18494         EXTRA_DIST. It does not work well when the file that
18495         everything depends on is not in the tarball.
18496
18497 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
18498
18499         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
18500         with recursion where process_updates() is called from
18501         an expose handler. (GtkTextView is highly broken in
18502         doing this, but it should work, so it is a nice test
18503         case.)
18504
18505 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
18506
18507         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
18508         handle the case where updates are queued during processing of
18509         updates.
18510
18511 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
18512
18513         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
18514         window is on gdk_display - use that instead of segfaulting.
18515
18516 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
18517
18518         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
18519         broken and require an empty arg, give it to them.
18520
18521 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
18522
18523         * gtk/gtklabel.h: indentation fixes.
18524
18525 2000-05-02  Tor Lillqvist  <tml@iki.fi>
18526
18527         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
18528         draw too narrow or too low arcs, they seem to fail, at least with
18529         some display drivers.
18530
18531         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
18532
18533         Large changes to the Win32 backend, partially made necessary by
18534         the changes to the backend-independent internal
18535         structures. Attempts to implement similar backing store stuff as
18536         on X11. The current (CVS) version of the Win32 backend is *not* as
18537         stable as it was before the no-flicker branch was merged. A
18538         zipfile with that version is available from
18539         http://www.gimp.org/win32/. That should be use by "production"
18540         code until this CVS version is usable. (But note, the Win32
18541         backend has never been claimed to be "production quality".)
18542
18543         * README.win32: Add the above comment about versions.
18544
18545         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
18546
18547         * gdk/gdk.def: Update.
18548
18549         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
18550         presumably be replaced by some more better mechanism as 1.4 gets
18551         closer to release shape.
18552
18553         * gdk/makefile.{cygwin,msc}: Update.
18554
18555         * gdk/win32/*.c: Correct inclusions of the backend-specific and
18556         internal headers. Change code according to changes in these. Use
18557         gdk_drawable_*, not gdk_window_* where necessary.
18558
18559         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
18560         our old DND.
18561
18562         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
18563         to interpret single characters as UTF-8. Thanks to Hans Breuer.
18564         Use correct function name in warning messages.
18565
18566         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
18567         GSourceFuncs gdk_event_prepare and gdk_event_check.
18568         (gdk_event_get_graphics_expose): Do implement, use
18569         PeekMessage. Thanks to Hans Breuer.
18570         (event_mask_string): Debugging function to print an GdkEventMask.
18571         (gdk_pointer_grab): Use it.
18572
18573         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
18574         (old) book I used claimed was Hangul actually is CJK Unified
18575         Ideographs Extension A. Also, Hangul Syllables were missing.
18576         Improve logging.
18577
18578         * gdk/win32/gdkgc-win32.c: Largish changes.
18579
18580         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
18581         g_win32_getlocale() from GLib, and not setlocale() to get current
18582         locale name.
18583
18584         * gdk/win32/gdkprivate-win32.h
18585         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
18586         gdkwin32.h, similarily as in the X11 backend.
18587
18588         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
18589         assignment was used instead of equals in if test. Thanks to Hans
18590         Breuer.
18591
18592         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
18593         the X11 version.
18594
18595         * gdk/win32/makefile.{cygwin,msc}
18596         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
18597         path to the Win32 headers that works also with the mingw compiler.
18598
18599         * gtk/gtkstyle.c: Include <string.h>.
18600
18601 2000-04-26  Havoc Pennington  <hp@redhat.com>
18602
18603         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
18604         replacing the broken gtk_label_get ()
18605
18606 2000-04-15  Havoc Pennington  <hp@pobox.com>
18607
18608         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
18609         this keeps scanner scripts from getting confused.
18610
18611         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
18612         data, rather than void
18613
18614 2000-04-15  Tor Lillqvist  <tml@iki.fi>
18615
18616         * gtk/gtkclist.c (gtk_clist_motion)
18617         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
18618         with is_hint FALSE, get x and y from the event. They used to be
18619         used uninitialised. The Win32 backend never sends motion events
18620         marked as hints. This for instance fixes the annoying file and
18621         font selector behaviour in the Win32 version.
18622
18623 2000-04-14  Tor Lillqvist  <tml@iki.fi>
18624
18625         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
18626         gtk_private_n_signals variables, they are used by some software,
18627         sigh.
18628
18629         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
18630         installation directory from the Registry, where the installer
18631         should have put it.
18632
18633 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
18634
18635         * gdk/x11/Makefile.am: Fix problem with installation directory for
18636         gdkx.h
18637
18638         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
18639         <mrcooger@cyberverse.com> so that when selecting menus with the
18640         mouse, the first item will not be selected, but when selecting
18641         with an accelerator, or navigating left-right on a menubar with
18642         the menus popped up, the first item will be selected.
18643
18644 2000-04-05  Dan Damian  <dand@dnttm.ro>
18645
18646         * configure.in: Added "ro" to ALL_LINGUAS.
18647
18648 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
18649
18650         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
18651         indentation.
18652
18653         * Makefile.am (EXTRA_DIST): Fix typo.
18654
18655         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
18656         to catch gdkconfig.h
18657
18658         * gtk/gtkitemfactory.c: Added FIXME.
18659
18660 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
18661
18662         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
18663         s/return_if_fail/return_val_if_fail/g and add a return value.
18664
18665 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
18666
18667         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
18668         merge slipup.
18669
18670         * gdk/gdkinput.h: Fix missing line from merge.
18671
18672 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
18673
18674         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
18675         instead of gdkprivate.h.
18676
18677 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
18678
18679         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
18680         parent class to correctly be GtkDialogClass.
18681
18682 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
18683
18684         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
18685         toplevel windows and their immediate children by their parents,
18686         since the size of toplevel windows is out of our immediate
18687         control and we don't get any real benefit from trying to track
18688         this size for clipping.
18689
18690         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
18691         for input_only windows.
18692
18693         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
18694         to fix some hacks and make sure that we don't try to set the
18695         background of input only windows.
18696
18697 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
18698
18699         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
18700         the _really_ internal stuff, and leave gdkprivate.h for the fake private
18701         stuff that we've traditionally exposed.
18702
18703         * gdk/**.c: Use gdkinternals.h where appropriate.
18704
18705         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
18706         not include gdkprivate-x11.h, move all stuff of conceivable public
18707         interest into gdkx.h; keep all really private stuff in
18708         uninstalled header gdkprivate-x11.h.
18709
18710         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
18711         image->image_put on windows through a new function _gdk_window_draw_image()
18712         to allow us to do backing store for images. (Sort of ugly)
18713
18714         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
18715         contexts locally so that we can offset them properly when drawing 
18716         onto backing pixmaps.
18717
18718         * gdk/gdkinput.h: Reindented
18719
18720         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
18721         pixmap or color for the window, so we can properly initialize
18722         our double-buffer pixmaps, and also so that we temporarily set
18723         a background of None while scrolling.
18724
18725         * gdk/gdkregion.h: Revise region boolean operators to have an
18726         interface that is actually convenient - switch from creating new
18727         regions on every op, to "methods" that modify existing regions
18728         (A = A OP B). 3 argument forms which allow dest == src, would also
18729         be possible, but the current interfaces seem to map nicely
18730         onto what needs to be done. (There is quite a lot of region
18731         code in GDK now.)
18732
18733         * gdk/gdkregion.h: Add constructor from rectangle and a copy
18734         operator.
18735
18736         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
18737         gdkpoly-generic.h: Copy region code from Xlib, switch it over
18738         to 32 bit coordinates, modify it to be mostly GTK+ style
18739         and to have interfaces that match gdkregion.h.
18740
18741         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
18742         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
18743         create a backing pixmap and redirect all drawing to
18744         that backing pixmap until a matching gdk_window_end_paint().
18745
18746         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
18747         Create a special drawable class for GtkWindow's that 
18748         redirects the drawing to the backing pixmap as necessary
18749         and then calls the real operations in _gdk_windowing_window_class.
18750
18751         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
18752         Store invalid region for each window. Generate expose events for invalid
18753         region in an idle. This replaces both the expose compression
18754         and the redrawing queuing in GTK+. It is both more efficient and
18755         simpler than either one individually and far more so then the
18756         combination.
18757
18758         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
18759         Emulate 32 bit coordinates for windows with 16 bit coordinates
18760         by offsetting drawing, guffaw scrolling techniques and
18761         mapping/unmapping child windows as necessary.
18762
18763         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
18764         where, when invalid regions are processed, the region is stored,
18765         and if expose events come in that are detectably duplicate
18766         the processed exposes (by comparison of event serial numbers),
18767         the stored region is subtracted out of those exposes.
18768
18769         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
18770         regions newly exposed when scrolling or resizing windows.
18771         This, combined with forcing processesing of queued invalidated
18772         regions, gives nice flicker-free scrolling.
18773
18774         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
18775         invalidated regions after every scroll.
18776
18777         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
18778         emulation in GDK. Its, for all practical purposes just a
18779         GtkViewport/GtkFixed hybrid now.
18780
18781         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
18782         (16-bit) structures as necessary instead of just casting.
18783
18784         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
18785         in terms of the structures from gdkregion-generic.c, using appropriate
18786         offsets from GDK to X11 coordinates. Cache clip mask and
18787         origin and ts origin locally and only flush to the server
18788         when drawing, to avoid constantly setting and resetting these
18789         values when offsetting GC's for scrolling and backing pixmaps.
18790
18791         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
18792
18793         * gtk/gtkcontainer.c: Call process_all_updates at end
18794         of resizing to reduce flicker. (Avoids having redraw
18795         lag arbitrarily behind resize under some circumstances)
18796
18797         * gtk/gtkentry.c: Remove old backing store code, and simply take
18798         advantage of the new backing store capabilities of GDK.
18799
18800         * gtk/gtkmain.c: Simple implementation of widget backing
18801         store - simply push a paint while handling each expose.
18802         (Should really be configurable widget for widget.)
18803         
18804         * gtk/gtkwidget.c: Remove all the old complicated redraw
18805         code, and simply invalidate the GDK windows from
18806         gdk_window_queue_clear(), etc. (Sigh, so much carefully
18807         debugged complexity ... gone to the winds.)
18808
18809         Remove all the code for suppressing expose events while
18810         resizes are pending; this isn't needed since the invalid
18811         areas won't be processed until after the resizes are
18812         processed, since they are in a lower priority idle.
18813
18814 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
18815
18816         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
18817         and height of dest rectangle for non-intersecting rectangles.
18818
18819 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
18820
18821         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
18822         for GdkRectangle.
18823
18824 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
18825
18826         * gdk/gdk{events,image,private,types,window}.h
18827          gdk/x11/gdkinputprivate.h: Change all coordinates
18828          from int16 to int. Also, Change width and height from
18829          unsigned to signed to avoid all the stupid C 
18830          signedness bugs.
18831
18832 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
18833
18834         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
18835         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
18836         Add some more detailed checking.
18837
18838         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
18839         New function to retrieve the depth of a drawable.
18840
18841         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
18842         field, reorder fields to save memory. 
18843
18844 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
18845
18846         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
18847         of the background image instead of scaling the background down to
18848         a line.
18849
18850         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
18851         which temporarily set slider to wrong size.
18852
18853         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
18854         queue_clear().
18855
18856 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
18857
18858 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
18859
18860         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
18861
18862 2000-03-17  Tor Lillqvist  <tml@iki.fi>
18863
18864         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
18865         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
18866
18867         * gdk/win32/gdkfont-win32.c
18868         * gdk/win32/gdkproperty-win32.c
18869         * gdk/win32/gdkselection-win32.c
18870         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
18871         now declared such.
18872
18873 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
18874
18875         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
18876
18877 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
18878
18879         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
18880         is called without trapping X errors.
18881
18882 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
18883
18884         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
18885         way into the fontset lists.
18886
18887 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
18888
18889         * gtk/gtkthemes.h: add extern "C" scope.
18890
18891 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
18892
18893         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
18894         to make appends to the list constant. (gtk-guy-990901-0.patch)
18895
18896 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
18897
18898         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
18899         for the typename hash table.
18900
18901 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
18902
18903         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
18904         to make sure we never divide by zero. 
18905         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
18906
18907 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
18908
18909         * gtk/gtkfontsel.c: Apply patch from
18910         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
18911         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
18912
18913         Also, some cleanups in atom handling.
18914
18915 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
18916
18917         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
18918         not GtkWidget.
18919
18920 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
18921
18922         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
18923         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
18924         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
18925         more guint wrap-around bugs before going to bed.
18926
18927 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
18928
18929         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
18930         guint wrap arounds in allocation.width.
18931
18932         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
18933         process untill we fit the allocation given.
18934
18935 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
18936
18937         * gtk/gtkwidget.c:
18938         (gtk_widget_unrealize): guard widget access with ref/unref
18939         around signal emission.
18940         (gtk_widget_hide): same here, but also check its destroyed
18941         state before queueing a resize.
18942
18943 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
18944
18945         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
18946         of gtk_default_insensitive_bg as insensitive base color.
18947
18948         * gtk/gtktext.c (gtk_text_style_set): set the background color according
18949         to the widget's state.
18950         (gtk_text_realize): same here.
18951         (gtk_text_state_changed): same here.
18952         (draw_bg_rect): compare background color against base[] from
18953         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
18954
18955 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
18956
18957         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
18958         grabs are active, unless a delete event is send to the toplevel
18959         of the currently grab holding widget.
18960
18961 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
18962
18963         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
18964         debugging g_print's.
18965
18966 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
18967
18968         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
18969         ever make the scrolled-window requisition ever depend on the 
18970         visibility state of the scrollbars for the AUTOMATIC policy. 
18971         This breaks the GTK+ requisition model, and causes loops.
18972
18973 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
18974
18975         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
18976         the default font to avoid problems with XFree86-4.0 where the
18977         default charset is iso10646-1, not iso8859-1.
18978
18979 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
18980
18981         * acinclude.m4
18982         * config.guess
18983         * config.sub
18984         * ltconfig
18985         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
18986
18987         * gtk/Makefile.am: minor cosmetic consistency tweak
18988
18989 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
18990
18991         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
18992         the activate_time to 0, so that we handle a quick
18993         press/release press/release properly and don't suppress
18994         the second release. (Red Hat bug #7545)
18995
18996 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
18997
18998         * gtk/gtkctree.c (row_delete):
18999         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
19000         bugs with destruction notifier, *always* update internal
19001         structures *before* calling user code.
19002
19003 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
19004
19005         A few more fixes for bug #5487, #2051, #2677.
19006         * gtk/gtkclist.c : 
19007         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
19008         not GDK_BUTTON_PRESS.
19009         (resync_selection): resync only if selection_mode is
19010         GTK_SELECTION_EXTENDED
19011         * gtk/gtkctree.c (resync_selection): same here
19012
19013 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
19014
19015         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
19016         gdk_drag_get_selection() and gtk_menu_detach().
19017
19018         [ From Jeroen Ruigrok/Asmodai ]
19019
19020 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
19021
19022         * gtk/gtknotebook.c (gtk_notebook_size_request): 
19023         page->tab_label can be NULL.
19024
19025 2000-01-25  Havoc Pennington  <hp@pobox.com>
19026         
19027         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
19028         arg is boolean
19029
19030         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
19031
19032         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
19033
19034         * gdk/gdkproperty.c (gdk_property_get): return boolean
19035
19036         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
19037
19038         * gdk/gdkim.c (gdk_im_ready): return boolean
19039
19040         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
19041
19042         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
19043         glib clash, should fix glib)
19044
19045         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
19046         (gdk_get_show_events): return gboolean, and canonicalize 
19047         to TRUE/FALSE
19048
19049         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
19050         colormap is private
19051         (gdk_colors_alloc): gboolean whether to be contiguous
19052         (gdk_color_equal): return gboolean since we are a predicate
19053         and not a qsort() (this looks semi-wrong due to glib breakage,
19054         IMO glib should be fixed)
19055         
19056         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
19057         (gdk_get_use_xshm): return gboolean
19058         (gdk_pointer_is_grabbed): return gboolean
19059
19060         * gdk/gdk.h: Change prototypes to match all the above changes,
19061         and re-run egtk-format-protos as required.
19062
19063 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
19064
19065         * gtk/gtkctree.c (resync_selection): 
19066         * gtk/gtkclist.c (resync_selection):
19067
19068         Return immediately if clist->drag_pos < 0. This is a workaround
19069         for the corrupt state that the clist gets into when a
19070         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
19071
19072         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
19073         
19074         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
19075         variable from recent commit.
19076
19077 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
19078
19079         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
19080
19081 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
19082
19083         * gtk/Makefile.am: prefix all autogenerated source that get build in
19084         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
19085         in builddir. since we subsequently cd into srcdir for autogeneration,
19086         the paths have to be stripped from the target file names, thusly we
19087         use $(@F) as target names now.
19088         put a comment about configure.in's --disable-rebuilds option,
19089         which can be used for non-writable source directories, for development
19090         setups though, srcdir has to be *writable*.
19091
19092 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
19093
19094         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
19095           Finish the job of allowing event to be NULL.
19096           (Fixes bug #4283, reported by Chris Blizzard)
19097
19098         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
19099           things so that the cursor appears on screen, properly
19100           take into account INNER_BORDER.
19101           (Fixes bug #4754, reported by Antonio Campos)
19102
19103 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
19104
19105         * gtk/gtknotebook.c (gtk_notebook_map): Don't
19106           show the tab_label unless it itself is visible.
19107
19108           gtk/gtknotebook.c (gtk_notebook_size_request):
19109           Do a better job of making sure that the visibility
19110           of the tab label corresponds to whether it should
19111           be mapped or not.
19112
19113 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
19114
19115         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
19116           Use the requisition, not the allocation, since the
19117           allocation has not necessarily been computed yet.
19118           (Pointed out by Eugene Osintsev)
19119
19120 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
19121
19122         * gtk/gtkstyle.c (gtk_style_new): Dont' set
19123           style/base[GTK_STATE_INSENSITIVE] both to
19124           gtk_default_insensitive_bg!
19125           (Bug #2187, reported by Jonathan Blandford)
19126
19127         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
19128           Add Alt_L, Alt_R to list of invalid accelerators.
19129           (Bug #3736, reported by Vlad Harchev)
19130
19131 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
19132
19133         * gtk/gtkfilesel.c (open_ref_dir): Fix several
19134         bugs which occured after an attempt to open 
19135         invalid home directory left cmpl_state->reference_dir == NULL.
19136
19137          - completion on files in home directory didn't work
19138          - completion on an empty string caused  segfault
19139
19140          (Bug #3678, reported by Steve Ratcliffe)
19141
19142         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
19143         cut and paste error that was causing scales to
19144         be incorrectly positioned.
19145         (Bug #2956,
19146          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
19147
19148 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
19149
19150         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
19151         when checking for dcgettext, if we've found we needed
19152         it for dgettext.
19153 +
19154 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
19155
19156         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
19157         queue_clear on NO_WINDOW widgets during a reparent,
19158         since at that point the window and widget heirarchies
19159         are out of sync. This stops crashing in some cases
19160         (the scrolled window reparent test, for instance), and
19161         _probably_ won't cause drawing errors.
19162
19163         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
19164         test do what it was supposed to do and be robust against
19165         window closings, etc. (Bug #2443)
19166
19167 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
19168
19169         * gtk/gtkentry.c: Fix return values on mouse events.
19170         (Bug #2686, Sky <seb_sky@yahoo.com>)
19171
19172         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
19173         (pointed out by George Lebl)
19174
19175         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
19176         (From Ettore Perazzoli  <ettore@helixcode.com>)
19177  
19178 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
19179
19180         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
19181         clicks between rows or outside calender area correctly.
19182         (Patch from Damon Chaplin)
19183
19184         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
19185         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
19186           Call destroy function when overwriting existing data. 
19187           (Pointed out by Damon Chaplin)
19188
19189 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
19190
19191         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
19192           which was causing problems on various systems with Xmu.
19193           This hasn't been needed for a very long time.
19194           (Fixes #1185 3167)
19195
19196 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
19197
19198         * gdk/gdki18n.h: Include <ctype.h> when defining
19199           gdk_isw* in terms of is* as a fallback.
19200           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
19201
19202 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
19203
19204         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
19205           realize the widget when it is size allocated!
19206           (old, old bug)
19207
19208         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
19209           Removed unused call to gdk_window_get_size() that
19210           showed up when the above was fixed.
19211
19212 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
19213
19214         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
19215           fix up widget->window when the widget is a
19216           NO_WINDOW container widget.
19217
19218 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
19219
19220         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
19221           to account for the fact that feof() does _not_ 
19222           return TRUE on errors, and thus avoid infinite loops
19223           when trying to use gdk_pixmap_create_from_xpm()
19224           on unreadable values.
19225
19226 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
19227
19228         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
19229
19230 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
19231
19232         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
19233           gdk_gc_set_dashes to take gint8 instead of gchar to
19234           make it clearer that it is _not_ a NULL terminated string.
19235
19236         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
19237           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
19238           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
19239           arguments.
19240
19241 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
19242
19243         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
19244         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
19245         background size relative to our allocation, guard against small
19246         allocations, we may have not yet been size allocated.
19247
19248 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
19249
19250         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
19251         not just version == 3. We implement all 3 + most of 4 - 
19252         (we don't support matching text/plain;charset=iso-8859-1
19253         to a dest that expects text/plain). We'll still advertise
19254         3 to be safe, but any client implementing version >= 3
19255         must interoperate with 3.
19256         
19257 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19258
19259         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
19260         background and gc members, add a warning in gtk_tooltips_set_color()
19261         indicating that this function is deprecated.
19262
19263 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
19264
19265         * docs/gtkfaq.sgml: FAQ Update:
19266           - Minor cleanups (Emmanuel, me)
19267           - New questions:
19268                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
19269                 How can I retrieve the text from a GtkMenuItem? (timj)
19270                 How do I validate/limit/filter the input to a GtkEntry? (me)
19271                 Memory does not seem to be released when I free the list
19272                         nodes I've allocated (timj)
19273
19274 2000-03-07  Tor Lillqvist  <tml@iki.fi>
19275
19276         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
19277         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
19278         for which it is no use to call GetLastError onWin9x.
19279         (gdk_other_api_failed) New function, for general error
19280         reporting without calling GetLastError.
19281         (gdk_win32_api_failed) OTOH, this function always calls
19282         GetLastError. (gdk_win32_last_error_string) Remove this function,
19283         GLib has the equivalent now.
19284
19285         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
19286         call them with function name, file name and line number in the
19287         arguments.
19288
19289         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
19290         functions.
19291         
19292         * gtk/gtk.def: Add some missing entry points.
19293
19294         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
19295         gtk_paned_set_gutter_size, which don't exist any longer, as void.
19296         
19297         Fixes by Hans Breuer:
19298
19299         * gdk/makefile.msc: Update for debugging.
19300
19301         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
19302         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
19303         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
19304         in the dash_list.
19305
19306         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
19307         the x11 backend.
19308
19309         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
19310
19311         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
19312
19313 2000-03-04  Tor Lillqvist  <tml@iki.fi>
19314
19315         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
19316         just pixel value of background colour.
19317
19318         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
19319         containing code snippet previously duplicated in a couple of
19320         places.
19321         
19322         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
19323         gdk_colormap_color.
19324
19325         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
19326         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
19327         events for autorepeated Shift, Control and Alt keys. Use
19328         gdk_colormap_color.
19329
19330         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
19331         pointer is inside the window the cursor of which we are setting,
19332         call SetCursor immediately.
19333
19334         * gdk/win32/makefile.cygwin
19335         * gtk/makefile.cygwin: If we don't have the build number stamp
19336         file, use zero.
19337
19338         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
19339         gtk_paned_set_gutter_size as empty.
19340
19341         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
19342         
19343 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
19344
19345         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
19346           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
19347           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
19348           docs/gtk_tut.sgml docs/gtk.texi TODO:
19349
19350           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
19351
19352 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
19353
19354         * gtk/gtkcalendar.c: Implement num_marked_dates,
19355           and don't emit mutiple day_selected signals on
19356           month_prev.
19357
19358 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
19359
19360         * docs/make-todo (lineno): let title and logo be configurable so
19361         that GNOME can use this script too.
19362
19363         * TODO.xml: added logourl and a title
19364
19365 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
19366
19367         * TODO.xml: Added some UI items, and an explanatory
19368         comment at the top of the file.
19369
19370 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
19371
19372         * TODO.xml: some updates, added abunch of new entries.
19373         a note for those fiddeling with this file, when done
19374         with it, invoke:
19375         $ ./docs/make-todo TODO.xml >/dev/null
19376         and correct output errors before comitting changes.
19377
19378 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
19379
19380         * TODO.xml: Added XML-structured TODO file.
19381         * docs/make-todo: python script to turn TODO.xml into
19382           pretty XML output. 
19383
19384 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
19385
19386         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
19387         the function to let it draw the seven dots, instead of the old,
19388         much maligned, method.
19389         (draw_dot): New function to draw a dot.
19390
19391         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
19392         to draw the handle inside the border width as opposed to outside.
19393         Use paint function instead of gdk_draw_point.
19394
19395         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
19396         to draw the handle inside the border width as opposed to outside.
19397         Use paint function instead of gdk_draw_point.
19398
19399         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
19400         Change indenting to be more GTK like.
19401
19402 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
19403
19404         * docs/gtk_tut.sgml: New section on GtkCalendar
19405         * examples/calendar: Update example code
19406
19407 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
19408
19409         * docs/gtkfaq.sgml: FAQ Update
19410
19411 2000-02-19  Anders Carlsson  <andersca@gnu.org>
19412
19413         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
19414         to prevent the scroll event to be propagated upwards.
19415
19416 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
19417
19418         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
19419         OwnerGrabButtonMask from button entries for
19420         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
19421
19422         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
19423         to the event mask (which will result in button/press release
19424         being added to the event mask on Unix) so scrolling works
19425         for layouts in scroll windows.
19426
19427         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
19428
19429         Patch from Anders Carlsson  <andersca@gnu.org> to add
19430         a scroll event.
19431
19432         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
19433         scrolling to the "Test Scrolling" part of testgtk.
19434  
19435         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
19436  
19437         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
19438         it against GDK_SCROLL.
19439  
19440         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
19441         way of mouse wheel scrolling.
19442  
19443         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
19444  
19445         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
19446  
19447         * gtk/gtkmain.c: Removed previous mouse wheel hack.
19448  
19449         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
19450         gdk_event_mask_table.
19451  
19452         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
19453         GdkEventScroll handler.
19454  
19455         * gdk/gdkevents.h: Added GdkEventScroll structure.
19456  
19457 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
19458
19459         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
19460         and Anders Carlsson to change the Paned widgets so that they
19461         can be dragged from anywhere along the length. Also change
19462         the way that this is drawn to make this apparent.
19463
19464         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
19465         from George Lebl to check that option_menu->menu is present
19466         before getting history.
19467
19468 2000-02-14  Tor Lillqvist  <tml@iki.fi>
19469
19470         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
19471         before the assertion for non-NULL segment list.
19472
19473         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
19474         Seems that pattern brushes *must* be 8x8 pixels! At least on my
19475         machine, but it might be display driver dependent. Sigh, so make
19476         sure the stipple is that size. Does Windows suck or what?
19477
19478         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
19479         places.
19480
19481 2000-02-13  Havoc Pennington  <hp@pobox.com>
19482
19483         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
19484         refcount to 1
19485         (gdk_cursor_new): init refcount to 1
19486
19487         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
19488
19489 2000-02-13  Tor Lillqvist  <tml@iki.fi>
19490
19491         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
19492         so that we don't have to do unnecessary settings to the HDC.
19493
19494         * gdk/win32/gdkdrawable-win32.c
19495         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
19496         gdk_gc_predraw.
19497
19498         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
19499         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
19500         GDI paths, call WidenPath to get the outline of the stroken path,
19501         and then fill the outline (with the brush that was built from the
19502         stipple).
19503
19504         * gdk/win32/gdkgc-win32.c: Factor out common code from
19505         _gdk_win32_gc_new and gdk_win32_gc_set_values into
19506         gdk_win32_gc_values_to_win32values. Use correct colour for
19507         SetBkColor() (Until now the code actually used a random colour in
19508         the call to SetBkColor()... but that didn't show up as not many
19509         GDI APIs use the background colour. Pattern (opaque stippled)
19510         brushes do.)
19511
19512         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
19513         gdk_win32_api_failed): New functions for error logging.
19514
19515         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
19516         WIN32_API_FAILED to call them, passing function or file name and
19517         line number.
19518
19519         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
19520
19521         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
19522         GdkColor for foreground and background in GdkGCWin32Data.
19523
19524         * gdk/makefile.cygwin: Link in the resource object separately.
19525
19526         * gdk/win32/rc/gdk.rc
19527         * gtk/gtk.rc (New file)
19528         * gdk/win32/makefile.cygwin
19529         * gtk/makefile.cygwin: Update build number in DLLs automatically,
19530         as in GLib.
19531
19532 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
19533
19534         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
19535         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
19536         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
19537         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
19538         parameters given and cursor->ref_count. coding style fixups.
19539
19540         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
19541         not GtkWidget.
19542         
19543         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
19544         fix up widget macros and add _GET_CLASS() variant.
19545         
19546         * gtk/*.c: some GtkType fixups.
19547
19548 2000-02-09  Tor Lillqvist  <tml@iki.fi>
19549
19550         * gdk/win32/gdkproperty-win32.c
19551         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
19552         were reversed.
19553
19554 2000-02-04  Tor Lillqvist  <tml@iki.fi>
19555
19556         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
19557         g_filename_to_utf8 to convert the font names Windows gives us from
19558         whatever is the default codepage to UTF-8.
19559         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
19560         in the other direction.
19561
19562         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
19563         error in debugging output.
19564
19565 2000-02-02  Tor Lillqvist  <tml@iki.fi>
19566
19567         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
19568         and height parameters to gdk_window_clear_area(). Not minus one.
19569
19570 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
19571
19572         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
19573         checks if the widget passed to gtk_drag_get_data() was not the
19574         dest widget.
19575
19576 2000-02-01  Tor Lillqvist  <tml@iki.fi>
19577
19578         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
19579         g_filename_from_utf8 functions (which were added a moment ago to
19580         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
19581         size buffers.
19582
19583         gtk_file_selection_get_filename returns the filename in the C
19584         runtime encoding. It calls g_filename_from_utf8, but copies the
19585         returned string to a static buffer, which is returned. I think
19586         this is better than returning the result from g_filename_from_utf8
19587         directly, which would mean all apps that use it would have to free
19588         the return value. Or should this function care about this issue at
19589         all? Maybe a new function with clearly defined semantics.
19590
19591         * gtk/gtkfilesel.h: Add comment about
19592         gtk_file_selection_get_filename returning the filename in the C
19593         runtime's encoding.
19594
19595         * README.win32
19596         * gdk/gdk.def
19597         * gdk/makefile.{cygwin,msc}
19598         * gtk/gtk.def: Updates.
19599
19600         * gdk/gdkcursor-win32.c: Initialise refcount.
19601
19602 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
19603
19604         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
19605
19606 2000-01-30  Havoc Pennington  <hp@pobox.com>
19607
19608         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
19609         destroy
19610
19611         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
19612
19613         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
19614         implemented in platform-specific code
19615
19616         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
19617
19618         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
19619         underscore in front
19620
19621         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
19622         put an underscore in front
19623
19624         * gdk/gdkcursor.c: new file, implements
19625         gdk_cursor_ref/gdk_cursor_unref
19626
19627         * gdk/gdkcursor.h: Refcount GdkCursor
19628
19629         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
19630
19631 2000-01-29  Tor Lillqvist  <tml@iki.fi>
19632
19633         * gdk/gdkwindow.h
19634         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
19635
19636 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
19637
19638         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
19639         structures to properly inherit from GtkWidget not GtkBin.
19640
19641 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
19642
19643         * gtk+.spec.in: Added lib/gtk+/include/* to %files
19644         (bug #5178 - Peter Wainright)
19645         
19646         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
19647         so that it will be installed.
19648         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
19649
19650 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
19651
19652         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
19653         for the GtkStyleClass vtable const.
19654
19655         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
19656         take a const string argument like GtkTranslateFunc. This will
19657         require changes in use code.
19658
19659 2000-01-19  Tor Lillqvist  <tml@iki.fi>
19660
19661         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
19662         semantics (to mimic the X11 backend, which just calls XClearArea)
19663         is to check for zero width (and height), and in that case use the
19664         window's width minus x (height minus y). This fixes for instance
19665         some redraw problems with gtkclist, which were easily noticeable
19666         in the gtk file selection widget.
19667
19668         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
19669         windows.
19670
19671 2000-01-13  Tor Lillqvist  <tml@iki.fi>
19672
19673         * configure.in
19674         * gdk/Makefile.am
19675         * gdk/x11/Makefile.am
19676         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
19677         (bug #5177).
19678         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
19679         out later.
19680
19681 2000-01-09  Tor Lillqvist  <tml@iki.fi>
19682
19683         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
19684         WM_MOVE for iconified or invisible windows. This fixes various
19685         problems when minimising windows. Thanks to Bernd Herd.
19686
19687 2000-01-05  Tor Lillqvist  <tml@iki.fi>
19688
19689         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
19690         backend's draw_lines method, not draw_points.
19691
19692 2000-01-02  Tor Lillqvist  <tml@iki.fi>
19693
19694         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
19695         before Owen's reorganisation: Don't have queued_events and
19696         queued_tail statics in this file, but use gdk_queued_events and
19697         gdk_queued_tail. This makes exposure event compression work again.
19698
19699         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
19700         seem to be needed?
19701
19702 1999-12-30  Tor Lillqvist  <tml@iki.fi>
19703
19704         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
19705         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
19706         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
19707         doesn't do anything.
19708
19709         * gdk/gdk.def: Add gdk_xid_table_insert.
19710
19711         * gdk/win32/gdkprivate-win32.h
19712         * gdk/win32/gdkevents-win32.c
19713         * gdk/win32/gdkinput-win32.c
19714         
19715         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
19716         extension_events field in the GdkWindowWin32Data struct. Use only
19717         the extension_events field in GdkWindowPrivate. Previously one was
19718         set, and the other one tested, which broke tablet
19719         functionality. Thanks to Keishi Suenaga for pointing this out.
19720
19721 1999-12-18  Tor Lillqvist  <tml@iki.fi>
19722
19723         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
19724         When handling a single character (text length == 1), don't handle
19725         it as if it was UTF-8.
19726
19727 1999-12-11  Tor Lillqvist  <tml@iki.fi>
19728
19729         * Makefile.am: Distribute README.win32.
19730         
19731         * gdk/Makefile.am
19732         * gdk/win32/Makefile.am: Distribute Win32 files.
19733
19734         * gdk/makefile.msc: New file.
19735
19736         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
19737         after label).
19738
19739         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
19740         gdk_error_code as GDKVAR, as they are referred outside GDK.
19741
19742         * gdk/win32/makefile.msc: Update.
19743
19744         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
19745         tweaks. Check only if at least one of those Unicode subrange bits
19746         we care for is set. If no code page bits are set, guess (wildly)
19747         based on the charset.
19748
19749         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
19750
19751         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
19752         non-NULL.
19753
19754         * gtk/gtkdnd.c
19755         * gtk/gtklayout.c
19756         * gtk/gtkplug.c
19757         * gtk/gtkselection.c
19758         * gtk/gtksocket.c
19759         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
19760         appropriate. There must be a cleaner way to handle this?
19761
19762         * gtk/gtkrc.c: Must include windows.h on Win32.
19763
19764         * gtk/testgtk.c: No need to include gdkx.h.
19765
19766         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
19767
19768 1999-12-07  Tor Lillqvist  <tml@iki.fi>
19769
19770         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
19771         the rbearing is set to the same as the width, but this should be
19772         fixed.
19773
19774 1999-12-06  Tor Lillqvist  <tml@iki.fi>
19775
19776         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
19777         function. If Windows doesn't tell us what Unicode subranges a font
19778         covers, guesstimate based on the codepages it covers. This will
19779         hopefully help those Windows versions or fonts that don't give us
19780         any useful Unicode subrange information with GetTextCharsetInfo.
19781         Call this function in gdk_font_load_internal.
19782
19783         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
19784         minor changes.
19785
19786 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
19787
19788         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
19789         New function, long needed.
19790
19791 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
19792
19793         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
19794         only_if_exists argument of gdk_atom_intern to
19795         bool.
19796
19797 1999-11-25  Tor Lillqvist  <tml@iki.fi>
19798
19799         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
19800         Fix two copy&paste errors.
19801
19802         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
19803         win32 has changed.
19804
19805         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
19806         GdkWin32SingleFont struct.
19807
19808         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
19809         subranges of loaded fonts. Clear font signature first, in case
19810         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
19811         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
19812
19813         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
19814         Unoffset clip region.
19815
19816 1999-11-23  Tor Lillqvist  <tml@iki.fi>
19817
19818         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
19819         event->any.window before calling filter functions.
19820
19821 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
19822
19823         * gtk/gtkgamma.h: Adapt cast macros to standard.
19824
19825 [ Merges from 1.2 ]
19826
19827 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
19828
19829         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
19830         If translation does not include a '/', use entire
19831         translation instead of crashing.
19832
19833 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
19834
19835         * docs/gtk_tut.sgml:
19836         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
19837
19838 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
19839
19840         * gtk/gtkselection.c (gtk_target_list_remove): Use
19841         g_list_remove_link, not g_list_remove.
19842
19843         [ From Geert Bevin <gbevin@thunderstorms.org> ]
19844         
19845 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
19846
19847         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
19848         statement upon unselection (how the heck did that slip in?).
19849
19850 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
19851
19852         * gtk/gtktext.c (gtk_text_freeze): 
19853         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
19854         in frozen state (and aparently crashes). patch provided by Anders
19855         Melchiorsen <and@kampsax.dtu.dk>.
19856
19857 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
19858
19859         * fix insensitive default/focus widget activation,
19860         reported by Matt Goodall <mgg@isotek.co.uk>.
19861
19862         * gtk/gtkwindow.c (gtk_window_key_press_event): 
19863         (gtk_window_activate_default):
19864         (gtk_window_activate_focus):
19865         return handled=FALSE for actiavtion of insensitive default
19866         widgets. return handled=TRUE for activation of insensitive
19867         focus widgets. don't activate in either case.
19868
19869 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
19870
19871         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
19872         and $glib_cflags to match library order and in the
19873         theory that an old version of GLib is more likely to
19874         be in the include directory for X then vice-versa.
19875         (Bug #2776)
19876
19877 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
19878
19879         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
19880         to determine the locale for fontsets, not LC_MESSAGES;
19881         the user may want English messages with a handling
19882         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
19883         will still be broken) (Bug #2891)
19884
19885 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
19886
19887         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
19888
19889 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
19890
19891         * gtk/gtkrc.ko: Changed the Korean default fontset.
19892
19893 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
19894
19895         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
19896         where when scrolling to the left or top double exposes
19897         were done, causing major slowdowns.
19898
19899 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
19900
19901         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
19902         names to lowercase and alphanumeric, before looking
19903         them up.
19904
19905         * gtk/Makefile.am: Install codeset variant gtkrc files
19906         with normalized names.
19907
19908 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
19909
19910         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
19911         popup menus when the menu is already visible, but its parent
19912         is still hidden, (happens after tornoff window got hidden).
19913
19914 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
19915
19916         * gtk/Makefile.am (install-data-local): Fix
19917         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
19918         deleted, causing error messages on install.
19919
19920 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
19921
19922         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
19923         the handle as well, since we now sometimes ignore
19924         exposes on the handle while resizing.
19925
19926 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
19927
19928         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
19929         extra g_free introduced in one of the last one or two 
19930         commits.
19931
19932 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
19933
19934         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
19935         consistent, put each style that a gtkrc.* file creates
19936         in a unique namespace, remove old files before installing.
19937
19938 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
19939
19940         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
19941         gtk_rc_init is called multiple times. (Yes, people who
19942         do that have bugs in their code.)
19943
19944 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
19945
19946         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
19947         Remove it since it's generated by the Makefile anyway
19948
19949 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
19950
19951         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
19952         device->info.axes for core pointer.
19953
19954 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
19955
19956         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
19957         idle_id, to deal with obsolete, broken C libraries.
19958
19959 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
19960
19961         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
19962         allocation->x/y twice!
19963
19964         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
19965         consistent with gtk_vscale_pos_trough().
19966
19967 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
19968
19969         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
19970         be queueing a resize on a toplevel container between
19971         the time we show it and when we map it. So, we need
19972         to test GTK_WIDGET_VISIBLE() for toplevels, and only
19973         use GTK_WIDGET_DRAWABLE() for child windows.
19974
19975 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
19976
19977         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
19978         (fixes bug #2144)
19979
19980 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
19981
19982         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
19983         container DRAWABLE (instead of VISIBLE), so we don't queue
19984         resizes on non-toplevel containers.
19985
19986 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
19987
19988         * gtk/gtkselection.[ch]: Make the data argument
19989         const guchar *.
19990
19991 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
19992
19993         * gtk/gtkwindow.c: Try to behave sensibly if 
19994         the focus widget is the window itself. (Should
19995         we allow this at all?)
19996
19997 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
19998
19999         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
20000         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
20001         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
20002         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
20003         in prototypes and implementations consistent (Tomas Ogren).
20004
20005         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
20006         before the widget is unparented (reported by damon).
20007
20008         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
20009         since we provide unsigned data anyways.
20010
20011 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
20012
20013         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
20014         the call to gtk_tooltips_layout_text() until later.
20015
20016         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
20017         Call gtk_widget_ensure_style() before using the style.
20018
20019 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
20020
20021         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
20022         for old widgets that don't propagate draws to all
20023         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
20024
20025 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
20026
20027         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
20028         for a redraw but just the widget that requested the resize.
20029
20030 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
20031
20032         * gtk/gtkcontainer.c: added new widget level method
20033         gtk_container_set_reallocate_redraws() and a GtkContainer flag
20034         reallocate_redraws : 1 to reflect the setting, exported this through
20035         the argument system as a boolean ::reallocate_redraws.
20036
20037         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
20038         on the widget because the allocation changes, do so as well for
20039         widget->parent if the parent has reallocate_redraws set to TRUE.
20040         with that containers requesting reallocation redraws get automatically
20041         redrawn if their children changed allocation (this unfortunately
20042         affects also other children that didn't change allocation, but we
20043         cannot work around that before 1.3).
20044
20045 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
20046
20047         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
20048         _and_ height are >0 (not _or_).
20049
20050         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
20051         instead of gtk_container_queue_resize(), which is a core gtk internal
20052         function (must have been on crack when i queued that).
20053
20054         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
20055         we can check more reliably if we want to discard expose events.
20056         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
20057         flag.
20058         
20059         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
20060         we simply trust these events. for deciding whether to discard exposes,
20061         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
20062         
20063 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
20064
20065         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
20066         queues of areas that are completely off screen.
20067
20068         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
20069         logic for handleboxes.
20070
20071         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
20072         check on width/height.
20073
20074 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
20075
20076         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
20077         we are fine with using $@ the way we do (if we actually encounter
20078         brokeness with $@ in VPATH builds because of additional path prefixes,
20079         we need to use $(@F) actually).
20080
20081 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
20082
20083         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
20084         short lived bugs, that would allow language bindings to do surgeries
20085         to our guts.
20086
20087 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
20088
20089         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
20090         where comparison was being done against an uninitialized
20091         value causing intermittant results depending on
20092         compiler flags. Also make it clearer that we aren't
20093         ever initializing the child as 0x0 (though this will
20094         be caught in gtk_widget_size_allocate())
20095
20096 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
20097
20098         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
20099         gtk_window_unset_transient_for() call after we do checks
20100         involving the old transient parent.
20101         [ From Lance Capser <lmc@cyberhighway.net> ]
20102
20103 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
20104
20105         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
20106         an empty file.
20107
20108 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
20109
20110         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
20111         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
20112
20113 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
20114
20115         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
20116         `$@' is valid only in the build dir, not after we've done 
20117         `cd $srcdir'.  Also use `test -f' instead of less portable
20118         `test -e'.
20119
20120 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
20121
20122         * gtk/gtktext.c (correct_cache_insert): Rewrite
20123          for simplicity, and hopefully correctness.
20124          (Fixes bug #1322, which was a segfault when
20125           on some insertions with the properties around
20126           the insertion set up just wrong.)
20127
20128         * gtk/gtktext.c (gtk_text_adjustment): When we receive
20129          a "changed" signal, clamp the new value to the adjustment
20130          bounds to avoid segfaulting if someone tries to change
20131          the adjustment to a bogus value. (Bug #1795)
20132
20133 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
20134
20135         * gtk/gtkmain.c: Ignore unexpected destroy notifies
20136         for children, for toplevel windows handle them
20137         like delete_event.
20138
20139         * gtk/gtkplug.c: Add an unrealize handler so that
20140         we unref plug->socket_window when we are done
20141         with it.
20142
20143 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
20144
20145         * gtk/gtktext.c (clear_area): Fix stupid signedness
20146          problem that was causing background to sometimes
20147          be misaligned.
20148
20149 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
20150
20151         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
20152         
20153         * gtk/gtkmenu.c (gtk_menu_position): Make
20154          sure we never position menus with negative x, y,
20155          since gtk_widget_set_uposition() can't handle that.
20156
20157         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
20158          Modify the positioning code a bit so that we always
20159          put the top-left corner onscreen. (This is for
20160          UI reasons, gtk_menu_position() now takes care of
20161          gtk_widet_set_uposition() brokeness.)
20162
20163 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
20164
20165         * gtk/Makefile.am: fixed up things for -jx, x > 1.
20166
20167 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
20168
20169         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
20170           RC style that is passed in. The lack of the ref
20171           before was a bug. If people worked around this
20172           bug, this will introduce a slight memory leak
20173           in their code. The code should typically look like:
20174
20175             rc_style = gtk_rc_style_new ();
20176             [...]
20177             gtk_widget_modify_style (widget, rc_style);
20178             gtk_rc_style_unref (rc_style);
20179
20180         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
20181           the style if it was already set.
20182
20183         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
20184           style if it was set before.
20185
20186 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
20187
20188         * gtk/testgtk.c (main): Add a check to see if we
20189           are being run from the correct directory and
20190           to quit nicely if we are not.
20191
20192         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
20193           static.
20194
20195 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
20196
20197         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
20198
20199         * gtk/gtkwindow.c:
20200         queue resizes unconditionally (gtk_widget_queue_resize will figure
20201         what to do if the window is not realized).
20202         (gtk_window_move_resize): only recenter the window
20203         for GTK_WIN_POS_CENTER_ALWAYS.
20204         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
20205         the same way as GTK_WIN_POS_CENTER.
20206
20207 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
20208
20209         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
20210         with (!(info->last_flags & GDK_HINT_POS)) instead of
20211         (!info->last_flags & GDK_HINT_POS).
20212
20213         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
20214         new_height unconditionally, because we use these values even if
20215         !default_size_changed && !hints_changed.
20216         comented the (default_size_changed || hints_changed) case with
20217         respect to resize rejects from the window manager.
20218
20219         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
20220         in the zvt condition hack, since this includes the window hints, set
20221         the hints after the handling_resize case.
20222
20223         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
20224         window is initially shown with to the geometry.
20225
20226 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
20227
20228         * gtk/gtkwindow.c (gtk_window_move_resize):
20229         s/size_changed/default_size_changed/g so i know what's
20230         really going on (frying brain on smaller flame now).
20231
20232 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
20233
20234         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
20235         we have size_changed upon handling_resize. this is a gross
20236         workaround for the broken zvt widget and should be removed in
20237         1.3 again (search for FIXME).
20238         Owen provided an accurate comment for this:
20239
20240         /* We could be here for two reasons
20241          *  1) We coincidentally got a resize while handling
20242          *     another resize.
20243          *  2) Our computation of size_changed was completely
20244          *     screwed up, probably because one of our children
20245          *     is broken. It's probably a zvt widget.
20246          *
20247          * For 1), we could just go ahead and ask for the
20248          * new size right now, but doing that for 2)
20249          * might well be fighting the user (and can even
20250          * trigger a loop). Since we really don't want to
20251          * do that, we requeue a resize in hopes that
20252          * by the time it gets handled, the child has seen
20253          * the light and is willing to go along with the
20254          * new size. (this happens for the zvt widget, since
20255          * the size_allocate() above will have stored the
20256          * requisition corresponding to the new size in the
20257          * zvt widget)
20258          *
20259          * This doesn't buy us anything for 1), but it shouldn't
20260          * hurt us too badly, since it is what would have
20261          * happened if we had gotten the configure event before
20262          * the new size had been set.
20263          */
20264
20265 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
20266
20267         * gtk/gtkrc.c: deal properly with the fact that RC
20268           style lists may include rc styles more than once.
20269
20270         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
20271           unused static function.
20272
20273         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
20274           stack of directories of RC files currently being
20275           parsed and implicitely add them to pixmap path.
20276           
20277           This fixes a bug where the directory would get
20278           appended then overwritten by pixmap_path declarations.
20279
20280           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
20281
20282         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
20283           theme's exit function. (Patch from Peter Wainwright,
20284           bug #1454)
20285
20286         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
20287           Add a destroy() handler to take care of removing
20288           group for menu item. (Fixes bug #1197)
20289
20290         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
20291           in warning message.
20292
20293 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
20294
20295         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
20296         roundtrip to figure window's width and height, since we know that
20297         anyways from widget->allocation.
20298
20299 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
20300
20301         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
20302           the hints after we request the new size.
20303
20304 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
20305
20306         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
20307           GTK_WIDGET_REALIZED() assertion - we can compute the
20308           hints before we are realized.
20309
20310         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
20311           hint changing so that we have a value of hints_changed
20312           when we decide whether to constrain the window size.
20313
20314         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
20315
20316         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
20317         change back to G_MAXINT.
20318
20319 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
20320
20321         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
20322         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
20323         contain uncluttered values.
20324         (gtk_window_compute_hints): simply assert that window is realized
20325         and that geometry_info is valid, since we rely on this anyways.
20326         (gtk_window_constrain_size): major cleanups to the code.
20327         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
20328         for the base size, instead of the minimums. use 32767 as max width
20329         and height (like in gtkwindow.c) instead of G_MAXINT.
20330
20331 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
20332
20333         * cleaned up the GtkContainer.need_resize flag handling mess, we
20334         only need to force resize requests when we were prematurely
20335         realized, or our widget tree was modified when we were temporarily
20336         hidden. handling these cases directly upon showing the window (i.e.
20337         while the GdkWindow is still unmapped) avoids the need to wait for
20338         a configure event response and therefore makes the GUI more snappier
20339         and avoids blank windows during the roundtrip.
20340
20341         * gtk/gtkwidget.c:
20342         (gtk_widget_hide): 
20343         (gtk_widget_show): don't queue resizes on toplevels, they know how
20344         to deal with matters.
20345
20346         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
20347         flag directly for not visible resize containers and spare us unecessary
20348         signal emissions.
20349
20350         * gtk/gtkwindow.c:
20351         (gtk_window_realize): if we need to enforce premature size allocation,
20352         queue a container resize so we are correctly resized later on.
20353         (gtk_window_init):
20354         (gtk_window_size_request):
20355         don't freak around with the ->need_resize flag,
20356         gtk_container_queue_resize() will care about that.
20357         (gtk_window_show):
20358         handle initial resizing issues here, we can handle matters better in
20359         this place, especially since we know that our GdkWindow is still
20360         unmapped.
20361         (gtk_window_move_resize):
20362         don't care about ->need_resize at all.
20363         handle size changes properly that occoured while we waited for a
20364         configure event.
20365
20366 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
20367
20368         * gtk/gtkwidget.c (gtk_widget_set_uposition):
20369         * gtk/gtkwindow.[hc] (gtk_window_reposition):
20370         Move the hint setting code from gtk_widget_set_uposition
20371         to here; set the hints so that we respect any previously
20372         set geometry hints.
20373
20374         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
20375         change the window hints here or move the window here,
20376         let that happen in gtk_window_move_resize().
20377
20378 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
20379
20380         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
20381         to already queued resizes (and therefore redraws) on a widget, check
20382         its anchestry as well.
20383
20384         * gtk/gtkcontainer.c:
20385         (gtk_container_queue_resize): clear resize widgets for resize
20386         containers before aborting prematurely. this is especially important
20387         for toplevels which may need imemdiate processing or their resize
20388         handler to be queued.
20389         (gtk_container_dequeue_resize_handler): added new internal function for
20390         gtkwindow.c.
20391
20392         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
20393         configure event, take possible changes in window position into account
20394         as well.
20395         if we request a new window size, queue up a resize handler that will
20396         last until the configure event response arrives.
20397         combined the ->need_resize case (initial show) with the general size
20398         (hints) changed case and added even more comments.
20399         if !auto_shrink, only revert to the old allocation if the new size
20400         is smaller than the current allocation.
20401
20402 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
20403
20404         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
20405                            gtk_window_set_geometry_hints
20406                            gtk_window_set_default_size):
20407         When hints are set, queue a resize so that the hints will
20408         be eventually reset on the toplevel.
20409
20410         * gtk/gtkwindow.c (gtk_window_show): Use
20411         gtk_window_compute_default_size(). Clear the need_resize flag
20412         on the initail map so that we don't unnecessarily trigger the
20413         resize code.
20414
20415         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
20416         into separate functions. Compare the hints we are setting
20417         with what we set last time so that we can accurately
20418         tell when we need to reset the hints.
20419
20420         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
20421         function to figure out the size from requisition
20422         and default_size.
20423
20424         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
20425         from fvwm to constrain a size to the geometry hints.
20426
20427         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
20428         to compare two sets of geometry hints.
20429
20430         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
20431         from gtk_window_set_hints(), just compute the hints,
20432         don't set them.
20433
20434         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
20435         code from gtk_window_move_resize() to separate function,
20436         rationalize a bit.
20437
20438 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
20439
20440         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
20441         structure into a new private structure.
20442
20443         * gtkrc.c: Split GtkRcStyle into public/private.
20444         In the private part, add a list of pointers to the
20445         RcStyle lists this RcStyle participates in.
20446
20447         * gtkrc.c: When a RcStyle is free, remove all
20448         lists referencing it from the 
20449         realized_style_ht hash, and free those lists.
20450         
20451         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
20452         gtk_rc_init(), since that adds the default styles
20453         to the list of parsed RC files again.
20454
20455         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
20456         
20457 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
20458
20459         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
20460         checks that ensure that a widget's allocation is at least 1 in width
20461         and height. (GNOME note: this doesn't affect old panel code anymore,
20462         because GtkSocket will request width and height of at least 1 since
20463         Fri Jul 23).
20464
20465         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
20466         allocated yet (happens if the user realizes the window prematurely),
20467         size request and allocate it.
20468         (gtk_window_size_allocate): guard against guint underflows.
20469
20470 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
20471
20472         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
20473         in gtk_built_sources, so gtk.defs gets built prior to all other
20474         sources.
20475
20476 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
20477
20478         * gtk/Makefile.am:
20479         invoke indent on gtkmarshal.*. 
20480         rewrote source generation rules, use COPYING as oldest source tag for
20481         a piggyback rule to generate all sources from (don't touch it ;).
20482         major cleanups, strip spaces on build rules for GNU Make.
20483
20484         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
20485         source and target files from commandline arguments. don't invoke indent.
20486
20487 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
20488
20489         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
20490         notebook after switch to avoid drawing problems.
20491         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
20492         
20493         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
20494         show them instead. 
20495         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
20496
20497 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
20498
20499         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
20500         notebook after switch to avoid drawing problems.
20501         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
20502         
20503         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
20504         show them instead. 
20505         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
20506
20507 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
20508
20509         * gtk/gtkwindow.c:
20510         we use window->need_resize from configure_event now, to indicate that
20511         the gtkwindow should keep its allocation (e.g. because the user resized
20512         the window through window manager handles). resize_count is now reliably
20513         used to figure whether we got the allocation we requested from the
20514         window manager.
20515         configure events get queued as resizes now, the real stuff (size
20516         computation and allocation) now only goes on in gtk_window_move_resize().
20517         GtkWindow's requisition now contains its *real* requisition (like all
20518         other widgets), *not* taking usize into account.
20519         geometry_info->last_{width|height} is now updated from set_hints() only
20520         so it always contains the last hints we set for the window manager.
20521         made some event handlers return TRUE instead of FALSE.
20522         the overall code should be much more straight forward now, and the
20523         significant code portions are accompanied by comments now.
20524         (gtk_window_set_hints):
20525         removed requisition argument and made it
20526         fetch the requisition through gtk_widget_get_child_requisition.
20527         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
20528         does that now.
20529         (gtk_window_show):
20530         ensure that the widget is realized before calling 
20531         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
20532         ensure that we got properly size requested and allocated before
20533         realization.
20534         (gtk_window_configure_event):
20535         ignore plain window moves, or reallocate the widget tree through the
20536         resize queue otherwise.
20537         (gtk_window_move_resize):
20538         mostly rewrote this function to figure window manager hints more
20539         reliably, coalesce window moves and resizes to reduce configure events
20540         and do actuall size allocations.
20541
20542 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
20543
20544         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
20545         that have a resize pending, because a redraw is already queued for them.
20546
20547         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
20548         hack to clear resize_widgets.
20549
20550         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
20551         for resize containers prior to size allocation. (this is also a bit
20552         ugly, but avoids side effects for stopped emissions and is thus more
20553         reliable).
20554         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
20555
20556         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
20557         function from gtk_tooltips_expose, as we connect to ::expose_event
20558         *and* ::draw now.
20559
20560 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
20561
20562         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
20563         checks.
20564         (gtk_target_list_unref): Likewise.
20565
20566         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
20567
20568 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
20569
20570         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
20571         guard against division by zero. (Fixes bug #1339)
20572
20573 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
20574
20575         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
20576         Prevent the trivial leak of information of allowing
20577         word motion when the entry is not visible.
20578
20579 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
20580
20581         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
20582         modality to error dialog as well as confirmation dialogs.
20583         (Bug #1803, reported by Rosanna Wing Sze Yuen)
20584
20585 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
20586
20587         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
20588         tree->view_lines.
20589         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
20590
20591         * gtk/Makefile.am (install-data-local): Solaris apparently
20592         has various troubles with ln -f; use rm first instead.
20593         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
20594
20595 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
20596
20597         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
20598         use `cp' followed by `rm' (the `rm' was already there).
20599
20600 July 30, 1999 Elliot Lee <sopwith@redhat.com>
20601         
20602         * configure.in: Fix autoconf warnings about cross compilation by
20603         trying to provide sane defaults for AC_TRY_RUN.
20604         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
20605         put them into $(srcdir) when generated. Also add a dependency of
20606         gtksignal.h on gtkmarshal.h for -j builds. 
20607         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
20608
20609 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
20610
20611         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
20612         GDK_THREADS_{LEAVE,ENTER} pair.
20613         (From Paul Fisher <pnfisher@redhat.com>)
20614
20615 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
20616
20617         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
20618         width and height are always >0 (owen).
20619
20620 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
20621
20622         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
20623         change that assured that a widget's allocated with and height are
20624         always >1, since this breaks *buggy* panel code. unfortunately this
20625         back-breaks the gimp's color selector.
20626
20627         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
20628         allocation is always >0 in width and height, before sending the
20629         configure event; this is a *gross* hack to get the gimp back to work.
20630         
20631         * marked both cases with TODO-1.3
20632
20633 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
20634
20635         * gtk/gtktext.c: Don't display wrap indicators when
20636         text is not editable and word wrap is on.
20637
20638 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
20639
20640         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
20641         option menus here as they are not derived from menu shell, assure that
20642         the option menu has a menu we can add items to.
20643
20644 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
20645
20646         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
20647         width/height to (gint) before calculations and check against < 0 to
20648         avoid guint wraparounds.
20649
20650 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
20651
20652         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
20653         width and height is never zero. sanity check both dimensions against
20654         32767 and issue a warning if the allocation is greater than that.
20655
20656 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
20657
20658         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
20659         to g_main_pending() as well.
20660
20661 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
20662
20663         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
20664         call to g_main_iteration() - since that will regrab
20665         GTK+ lock to process events.
20666
20667 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
20668
20669         * gtk/gtkwindow.c
20670         - Regularize with the rest of GTK+ by making widget->requisition
20671           not reflect the set_usize()
20672         - Always recompute geometry hints, then check if they
20673           changed before sending them to the X server. The
20674           previous checks for changes would fail in a number
20675           of circumstances. 
20676
20677 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
20678
20679         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
20680
20681 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
20682
20683         * gtk/gtkdnd.c:
20684         - Code cleanups
20685         - Instantaneously update on modifier key presses
20686         - Allow cancellation of the drag with Escape.
20687
20688 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
20689
20690         * gtk/testgtk.c (create_handle_box): Set the policy
20691         to auto_shrink - otherwise the appearance is rather
20692         strange when flipping between horizontal and vertical.
20693
20694 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
20695
20696         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
20697         (gtk_window_set_default_size): don't change a value if it's < 0.
20698         queue a resize.
20699
20700 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
20701
20702         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
20703
20704 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
20705
20706         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
20707         add an extra "/" when concating "/" + filename.
20708         (From Matt Grossman <mattg@oz.net>)
20709
20710 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
20711
20712         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
20713         for fg_gc if we set it for drawing pixmap.
20714
20715 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
20716
20717         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
20718         
20719         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
20720         already set, call old engine's destroy function and
20721         unref the old engine.
20722
20723 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
20724
20725         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
20726
20727 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
20728
20729         * gtk/gtkaccelgroup.h: mark certain functions as internal.
20730
20731 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
20732
20733         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
20734         expand behaviour changed.
20735
20736         * gtk/gtklabel.c (gtk_label_set_pattern):
20737         (gtk_label_set_justify):
20738         (gtk_label_set_line_wrap):
20739         don't bother invoking queue_clear, the reallocation does
20740         that for us, always free_words so the upcoming resize will
20741         relayout the label's contents.
20742
20743 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
20744
20745         * applied argument implementation patches from Elena Devdariani
20746         <elena@cogent.ca>.
20747
20748         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
20749         ::space_style, ::relief
20750         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
20751         * gtk/gtkpreview.c: ::expand
20752         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
20753         * gtk/gtknotebook.c: ::homogeneous
20754         * gtk/gtklabel.c: ::wrap
20755         * gtk/gtklist.c: ::selection_mode
20756         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
20757         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
20758         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
20759         * gtk/gtkclist.c: ::sort_type
20760         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
20761         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
20762
20763 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
20764
20765         * gtk/gtkstyle.c: Removed ill-thought-out part of last
20766         comment.
20767
20768 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
20769
20770         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
20771         counting right when we have to attach a new style
20772         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
20773
20774         * gtk/gtkstyle.c: Documented the refcounting
20775         peculularities of gtk_style_attach.
20776
20777 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
20778
20779         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
20780         window types.
20781
20782         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
20783         of GTK_TOPLEVEL for creating the window.
20784
20785 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
20786
20787         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
20788         the last argument (reported by Per Winkvist).
20789         
20790 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
20791
20792         Fixes for invisible XOR lines (Frank Loemker
20793         <floemker@TechFak.Uni-Bielefeld.DE>)
20794         
20795         * gtk/gtkclist.c (gtk_clist_realize): Always use
20796         a non-zero pixel for GDK_XOR.
20797
20798         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
20799         Use GDK_INVERT instead of GDK_XOR.
20800
20801 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
20802
20803         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
20804         signals if h/voffsets differ from adjustment values.
20805         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
20806
20807 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
20808
20809         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
20810         ::selection-done emissions up to the topmost menu shell.
20811
20812 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
20813
20814         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
20815         the user data on the window before destroying it.
20816
20817         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
20818         unrealize handler to take care of destroying 
20819         notebook->panel properly. 
20820         (Bug #1198 - Morten Welinder <terra@diku.dk>)
20821
20822         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
20823         of g_new and g_realloc to stop memory leak. (Actually,
20824         we could just use g_realloc(), but I'm not 100% sure
20825         that is portable).
20826         (Bug #1196 - Morten Welinder <terra@diku.dk>)
20827
20828 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
20829
20830         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
20831
20832         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
20833         for fontsets.
20834
20835         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
20836         with bin/button confusion.
20837
20838 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
20839
20840         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
20841         and show how preselection of radio items is done.
20842
20843 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
20844
20845         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
20846         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
20847         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
20848         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
20849         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
20850         * gtk/gtktable.c (gtk_table_attach): 
20851         * gtk/gtklist.c (gtk_list_insert_items): 
20852         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
20853         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
20854         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
20855         * gtk/gtkbin.c (gtk_bin_add): 
20856         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
20857         * gtk/gtkfixed.c (gtk_fixed_put): 
20858         * gtk/gtklayout.c (gtk_layout_put):
20859         general fixups to container_add logic. always realize child if
20860         child->parent is realized, only map the child and queue a resize
20861         if child and child->parent are both visible.
20862
20863 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
20864
20865         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
20866         instead of gtk_container_foreach to walk and unrealize children, so
20867         composite children get also unrealized.
20868         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
20869         (gtk_widget_map): assert that the widget is visible (basic constrain).
20870         (gtk_widget_real_map): assert that the widget is realized (basic
20871         constrain).
20872
20873 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
20874
20875         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
20876
20877 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
20878
20879         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
20880         file for iso-8859-2 locales.
20881
20882         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
20883
20884 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
20885
20886         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
20887          (Pointed out by andy@rz.uni-karlsruhe.de and others).
20888          Remove some suspicious and useless lines. 
20889
20890 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
20891
20892         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
20893         width,height = 0, 0 to mean - here to edge of window,
20894         instead of -1, -1, since the former is all we support.
20895
20896 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
20897
20898         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
20899         when removing from quit_functions list.
20900
20901 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
20902
20903         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
20904
20905 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
20906
20907         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
20908          When redrawing characters on non-visible entry, use appropriate
20909          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
20910
20911 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
20912
20913         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
20914         from drag coordinates.
20915         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
20916         use drag_dest_cell.
20917
20918         * gtk/gtktree (drag_dest_cell)
20919         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
20920         (Bug #1129)
20921
20922 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
20923
20924         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
20925         translate_* fields.
20926         (gtk_item_factory_finalize): invoke translate_notify independant from
20927         translate_data.
20928         (gtk_item_factory_set_translate_func): likewise.
20929         (gtk_item_factory_destroy): only remove ifactory pointer from those
20930         widgets that belong to us (stupid me).
20931
20932 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
20933
20934         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
20935         rc_style list when lookup succeeeds.
20936
20937 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
20938
20939         * gtk/gtkctree.c (resync_selection): 
20940         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
20941         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
20942         bug.
20943
20944 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
20945
20946         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
20947         Add some missing GDK_THREADS_ENTER()/LEAVE around
20948         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
20949
20950 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
20951
20952         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
20953         rather than emit_by_name.
20954
20955         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
20956         on the widget across multiple signal emissions.
20957         (gtk_editable_delete_text): same here.
20958         (gtk_editable_class_init): set widget_class->activate_signal after
20959         editable_signals[ACTIVATE] has been created.
20960
20961 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
20962
20963         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
20964         position here prematurely -- we might not have the
20965         right ->min_position and ->max_position yet.
20966
20967 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
20968
20969         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
20970         Add error traps so if the other end of the connection
20971         dies, we survive.
20972
20973         * gtk/gtkselection.c (gtk_selection_notify): Clean
20974         up properly when selection property retrieval fails.
20975         
20976         * gtk/gtkselection.c (gtk_selection_request): Correctly
20977         reject SelectionRequest notifies where the handler
20978         returns no data.
20979
20980 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
20981
20982         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
20983         when we've previously highlighted.
20984
20985         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
20986         emit two "drag_leave" signals for Motif drops.
20987
20988         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
20989         back the correct status messages when dropping from
20990         Motif onto a proxy window that is rejecting the
20991         drop.
20992
20993 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
20994
20995         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
20996         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
20997         to compare two argument values. added gtk_arg_to_valueloc() to set a
20998         variable from an arg through its location (pointer).
20999
21000         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
21001         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
21002         as gfloat*, uchars are collected as guchar*, ints are collected as
21003         gint*, etc...
21004
21005 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
21006
21007         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
21008         Include <string.h> instead of <strings.h>.
21009
21010         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
21011         (actually, a lot more duplicate includes occur if
21012          you trace through the sequence of #include's)
21013         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
21014         
21015 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
21016
21017         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
21018         gtk-a-higuti-990322-[0-3]
21019
21020         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
21021         that was causing -DX_LOCALE not to work.
21022
21023         * gtk/gtkrc.c (gtk_rc_init):
21024         X_LOCALE will never have LC_MESSAGES defined
21025
21026 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
21027
21028         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
21029         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
21030
21031         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
21032         left/right as well (gtk-michael-980726-0.patch.gz).
21033
21034         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
21035         for pointer values, use gchar instead of char. fixed uline allocation
21036         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
21037         chunks instead of G_ALLOC_ONLY.
21038         (gtk_label_size_request): always alter requisition as passed and leave
21039         widget->requisition alone.
21040         (gtk_label_set_text): allow NULL strings.
21041         (gtk_label_new): likewise.
21042
21043 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
21044
21045         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
21046
21047 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
21048
21049         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
21050         *and* mapped (i.e. drawable).
21051         (gtk_bin_expose): only send exposes to drawable children.
21052
21053         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
21054         (gtk_box_expose): only send exposes to drawable children.
21055
21056         * gtk/gtkhscale.c (gtk_hscale_draw): 
21057         * gtk/gtkvscale.c (gtk_vscale_draw):
21058         hm, this is an ugly one. we first compute the size of our trough area
21059         here (window relative) and then check intersection with the draw_area
21060         which is parent relative because we're a NO_WINDOW widget, so we need
21061         to offset the trough area by allocation.x and allocation.y before the
21062         check. (this must not be done for the background area though, since
21063         that's already computed parent relative).
21064
21065 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
21066
21067         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
21068         unrealize title buttons.
21069
21070 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
21071
21072         * gtk/gtkclist.c (gtk_clist_column_title_passive)
21073         (gtk_clist_column_title_active): 
21074         only connect/disconnect to GtkWidgetClass::event to block mouse events.
21075
21076         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
21077         zero initialize event, removed superfluous gdk_window_get_pointer call
21078
21079         * gtk/gtklist.c (gtk_list_vertical_timeout)
21080         (gtk_list_horizontal_timeout): removed superfluous
21081         gdk_window_get_pointer call
21082
21083 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
21084
21085         * plugging problems reported by "Bruce Mitchener, Jr."
21086         <bruce@puremagic.com> due to a purify session.
21087
21088         * gtk/gtkstyle.c:
21089         (gtk_style_ref): 
21090         (gtk_style_unref): assert ref_count to be > 0.
21091
21092         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
21093         the requisition.
21094         (gtk_clist_set_shift): likewise.
21095
21096         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
21097         adjustments.
21098
21099         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
21100         event before sending it and set send_event to TRUE (which needs to
21101         be done for *all* synthesized events).
21102         (gtk_list_vertical_timeout): likewise.
21103
21104         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
21105         leaks.
21106
21107         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
21108         to TRUE when synthesizing events.
21109
21110 [ *** end of merges from 1.2 *** ]      
21111         
21112 1999-11-21  Tor Lillqvist  <tml@iki.fi>
21113
21114         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
21115         (or copied from gdkconfig.h.win32 on Win32, sigh).
21116
21117         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
21118
21119         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
21120
21121         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
21122
21123         * gdk/gdkconfig.h.win32: New file.
21124
21125         * gdk/win32/makefile.cygwin: Build just a static archive here.
21126
21127         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
21128         for the DLL from the static archive built above.
21129
21130         * gdk/gdk.def: Moved here from the win32 subdirectory.
21131
21132         * gdk/win32/*: Adapt for the changed private struct organisation.
21133
21134         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
21135
21136 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
21137
21138         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
21139         for wheel mice (buttons 4 and 5).
21140
21141 1999-11-18  Tor Lillqvist  <tml@iki.fi>
21142
21143         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
21144         drawables use just the pixel field in the foreground and
21145         background GdkColor of the GdkGC.
21146
21147         gdk_gc_set_{fore,back}ground() are called in the GIMP with
21148         GdkColors containing uninitialized (red,green,blue) fields, and
21149         just the pixel field filled in, and furthermore in the
21150         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
21151         It thus turns out that we really don't need to have the full
21152         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
21153         it later to have just the pixel values.
21154
21155 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
21156
21157         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
21158
21159 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
21160
21161         * docs/gtkfaq.sgml: threads example from Erik Mouw.
21162         New question on GtkLabel background colors.
21163
21164         * docs/gtk_tut.sgml:
21165           - Correct the example code callback
21166             function definitions.
21167           - Update the gtkdial example code, from Frans van Schaik.
21168           - Update setselection.c to current API.
21169
21170         * examples/Makefile examples/*/*.c: Update to code
21171         listed in tutorial.
21172
21173 1999-11-10  Tor Lillqvist  <tml@iki.fi>
21174
21175         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
21176         subrange table (from the "Developing International Software for
21177         WIndows 95 and Windows NT" book) was missing the Hangul syllable
21178         block... Get the loaded font's charset correctly.
21179
21180         (Note that this, and the other *-win32.c files, still really are
21181         the old ones, the win32 subdirectory is not ready for compilation
21182         yet after the reorg.)
21183
21184 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
21185
21186         * gtk/gtkclist.c: Fix off-by-one bug in parameter
21187         check.
21188
21189 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
21190
21191         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
21192         on results of XQueryDeviceState().
21193
21194 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
21195
21196         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
21197         we need to accesss only ->children. We need an accessor
21198         for the children.
21199
21200         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
21201         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
21202         to get rid of gdkx.h include.
21203         
21204         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
21205         and random references to 'None'.
21206
21207         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
21208         Get rid of unused #include <gdk/gdkx.h>
21209
21210         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
21211         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
21212         gdkconfig.h.
21213
21214 1999-11-08  Tor Lillqvist  <tml@iki.fi>
21215
21216         * gdk/win32/gdkdraw.c
21217         * gdk/win32/gdkfont.c
21218         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
21219         following yesterday's changes. (Unrelated to Owen's reorg.)
21220
21221 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
21222
21223         * gdk/x11/gdkinput-gxi.c: Add missing include,
21224           fix GdkWindowPrivate => GdkDrawablePrivate.
21225
21226         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
21227
21228         * gdk/x11/Makefile.am (xinput_sources): Add missing
21229         backslash to fix building with --with-xinput=none
21230
21231 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
21232
21233         Move all X specific code into the x11/ directory.
21234         Aside from shuffling things around, did the following:
21235
21236        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
21237          gdk_arg_context_* - a simple argument parsing system
21238          in the style of popt.
21239
21240        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
21241          gdk/x11/gdkprivate-x11.h:
21242          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
21243          add ->klass and ->klass_data fields. The klass_data
21244          field points to an auxilliary structure that is
21245          windowing system dependent.
21246
21247        * gdk/gdkfont.c: Make most of the measurement functions
21248          simply wrappers around gdk_text_extents().
21249
21250        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
21251          _gdk_font_strlen() function that hides the weird
21252          behavior in gtk+-1.[02] where a string is interpreted
21253          differently for 8-bit and 16-bit fonts.
21254
21255        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
21256          to store common code for synthesizing double/triple
21257          press events.
21258         
21259        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
21260          Make all the function that modify an existing GC
21261          simply wrappers around gdk_gc_set_values().
21262          
21263        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
21264          for throwing out later.
21265
21266        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
21267          GdkImagePrivate and GdkColormapPrivate to have a
21268          windowing system dependent part (GdkFontPrivateX etc.)
21269          that "derives" from the system-independent part.
21270
21271        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
21272          Got rid of the included-source-files for XInput in
21273          favor of automake conditionals. (Which didn't exist
21274          when XInput support was originally added.)
21275
21276        * gdk/gdkrgb.c: Remove the visual id from the debugging
21277          statements since that is X11 specific; print out
21278          type/depth info instead.
21279          
21280
21281 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
21282
21283         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
21284         loading duplicates of hashed fonts.
21285
21286         * gdk/gdk.c (gdk_keysym_convert_case): rename
21287         gdk_XConvertCase to gdk_keysym_convert_case, allow
21288         results to be NULL in the GTK+ style.
21289
21290         * gdk/gdkcompat.h: Started compatibility header
21291         for renames.
21292
21293 1999-11-07  Tor Lillqvist  <tml@iki.fi>
21294
21295         * gdk/win32/gdkprivate.h: New font private structures, related to
21296         fontsets.
21297
21298         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
21299         gdk_font_list_free(). On X11, will just be wrappers to
21300         XListFonts() and XFreeFontNames(). On Win32, the code previously
21301         in gtkfontsel.c is now here.
21302
21303         New function gdk_font_xlfd_create(). On X11 will get the FONT
21304         property of the font (for GDK_FONT_FONTs), or call
21305         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
21306         builds a XLFD style name from the font information in the LOGFONT
21307         struct(s).
21308
21309         New function gdk_font_xlfd_free(), which correspondingly frees the
21310         string returned by gdk_font_xlfd_create().
21311
21312         Implement fontsets on Win32. Add a function that iterates over a
21313         wide char string and calls a callback function for each substring
21314         of wide chars from the same Unicode subrange (and thus probably
21315         available in the same real font).
21316
21317         Improve the XLFD emulation a bit.
21318
21319         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
21320
21321         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
21322         Beta3, WM_IME_CHAR messages don't seem to contain the composed
21323         multi-byte char as with the Active IMM on Win9x. Oh well, handle
21324         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
21325         ImmGetCompositionStringW() to get the composed Unicode chars.
21326
21327         * gdk/win32/gdkgc.c
21328         * gdk/win32/gdkdraw.c: Changes needed because of the font private
21329         struct changes.
21330
21331         * gdk/win32/gdk.def: Add the new functions.
21332
21333 1999-11-04  Tor Lillqvist  <tml@iki.fi>
21334
21335         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
21336         get the Platform SDK to get <dimm.h>.
21337
21338         * gdk/win32/gdkevents.c: More event handling fixes and
21339         simplification. Never generate motion events with is_hint true. We
21340         used to do that on bogus grounds earlier. Windows sends
21341         WM_MOUSEMOVE messages on button events even if the mouse hasn't
21342         moved, ignore these.
21343
21344         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
21345
21346         * gdk/win32/gdkglobals.c
21347         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
21348         the TrackMouseEvent function, and use it.
21349
21350         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
21351         char before calling WideCharToMultiByte in order to get a string
21352         for the window title.
21353
21354         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
21355
21356         * gdk/win32/gdk.def: Remove obsolete functions.
21357
21358         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
21359         /nodefaultlib and /defaultlib switches.
21360
21361         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
21362
21363 1999-10-31  Tor Lillqvist  <tml@iki.fi>
21364
21365         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
21366         EuroSign).
21367
21368         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
21369         same type as GdkWChar, especially on Win32.
21370
21371         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
21372
21373         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
21374         before passing to Windows GDI for drawing etc. Convert to the
21375         system default codepage before passing to Windows as window
21376         titles.
21377
21378         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
21379         support changing input locale on the fly.
21380
21381         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
21382         on-the-fly changes. Convert incoming characters from the current
21383         codepage to Unicode (and then to a UTF-8 multi-byte string) based
21384         on the current input language. Use keysym<->Unicode mapping tables
21385         and functions borrowed from xterm sources.
21386
21387         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
21388         editions of Win9x, use the ActiveX-based Active IMM (Input Method
21389         Manager) if available. IMEs and the Active IMM are available under
21390         the disguise of Chinese, Korean and Japanese support for IE and
21391         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
21392         support is present in all editions (as long as you install it).
21393
21394         Call DispatchMessage from gdk_events_queue() (and thus
21395         gdk_WindowProc()), instead of duplicating the code in
21396         gdk_WindowProc().
21397
21398         Reworked the grab handling and propagation code, factored out
21399         duplicated code snippets into separate functions. Other cleanups,
21400         too.
21401
21402         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
21403         the <dimm.h> header describing the Active IMM.
21404
21405         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
21406         just do the same as for "single" fonts.
21407
21408         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
21409         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
21410         the new keysyms from gdkkeysyms.h.
21411
21412         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
21413         fontset, so that gtkentry uses wide characters.
21414
21415         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
21416         GTk+'s system directory "gtk+", not "gtk".
21417
21418 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
21419
21420         * docs/gtkfaq.sgml: FAQ update
21421
21422 1999-10-21  Tor Lillqvist  <tml@iki.fi>
21423
21424         * gdk/win32/gdkprivate.h: Add more font private data.
21425
21426         * gdk/win32/gdkfont.c
21427         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
21428         fonts and strings. Now works much better. You still have to
21429         have a correct font selected, though. No fontset emulation yet.
21430
21431 1999-10-19  Tor Lillqvist  <tml@iki.fi>
21432
21433         * gtk/maketypes.awk: Use G_OS_WIN32.
21434
21435         * gtk/gtk.def: Add some missing entry points. Also some non-public
21436         ones, but PyGTK porter claims to need them.
21437
21438         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
21439         built-in type generation.
21440
21441 1999-10-14  Tor Lillqvist  <tml@iki.fi>
21442
21443         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
21444         GDK_FONT_FONT fonts (which is all we have for now, we don't
21445         emulate fontsets). The X11 version uses plain XDrawString in that
21446         case, too. The string passed to gdk_draw_text_wc seems to be in
21447         fact (at least, when used by gtkentry and gtktext) either in a
21448         single-byte charset, or a DBCS. Not Unicode.
21449
21450         This fixes the problem in gtkfontsel, where even if you had
21451         selected a font with a non-Latin1 charset (windows-greek, for
21452         instance), the preview still used Latin-1 glyphs.
21453
21454         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
21455         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
21456         (gdk_font_load): Recognize the demibold etc weights, even if we
21457         don't have the corresponding constants in the headers.
21458         (gdk_font_hash_insert): Use same hash mechanism as in the X11
21459         version. Should save font resources a bit, when we don't have
21460         multiple HFONTs for the same font.
21461
21462         * gdk/win32/gdkprivate.h: Add the names field as in the X11
21463         version.
21464
21465 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
21466
21467         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
21468         X values
21469
21470 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
21471
21472         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
21473         layout support (as mentioned on
21474         http://www.jcinteractive.com/gnome-ui/software/widgets/)
21475
21476 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
21477
21478         * gtk/fnmatch.c
21479         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
21480
21481 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
21482
21483         * configure.in (ALL_LINGUAS): Added Galician (gl)
21484
21485 1999-10-05  Tor Lillqvist  <tml@iki.fi>
21486
21487         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
21488
21489         * gdk/win32/gdkcompat.c: New file, actually provide an
21490         implementation for the deprecated functions. (Just temporarily.)
21491
21492         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
21493
21494         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
21495
21496         * gdk/win32/gdk.def gtk/gtk.def: Updates.
21497
21498 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
21499
21500         * configure.in: Added "uk" to ALL_LINGUAS.
21501         
21502 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
21503
21504         * configure.in: correct checking for BeOS check
21505
21506         * gdk/gdktypes.h
21507         * gtk/fnmatch.c
21508         * gtk/gtkfilesel.c
21509         * gtk/gtkitemfactory.c
21510         * gtk/gtkmain.[ch]
21511         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
21512
21513 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
21514
21515         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
21516         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
21517         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
21518         by Bulgarian). 
21519
21520 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
21521
21522         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
21523         Fix a reference to window_private->destroyed.   
21524
21525         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
21526         (ugly) setting of an internal GdkWindow member to use
21527         a _slightly_ cleaner macro.
21528
21529         * gdk/gdkprivate.h: Split GdkWindowPrivate into
21530         GdkDrawablePrivate and GdkWindowPrivate.
21531         Add extra macros for accessing GDK_DRAWABLE_ components.
21532
21533         * *.[ch]: Massive adjustments for the above, use the
21534         new macros in a lot of places.
21535
21536 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
21537
21538         * gdk/gdktypes.h: Make GdkDrawable the base type,
21539         not GdkWindow.
21540
21541 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
21542
21543         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
21544
21545 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
21546
21547         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
21548
21549 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
21550
21551         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
21552         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
21553
21554         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
21555
21556         * docs/gtk-config.1: Now autogenerated.
21557         * docs/Changes-1.4.txt: started
21558         
21559 1999-10-03  Tor Lillqvist  <tml@iki.fi>
21560
21561         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
21562         to #ifdef also here.
21563
21564         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
21565         Owen did to the X11 backend.
21566
21567         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
21568         ScrollWindowEx when blitting inside a window, it can't be correct
21569         in the general case.
21570
21571         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
21572         WM_GETMINMAXINFO is easier.
21573
21574         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
21575         depth equal to the bitspixel value, not the visual's depth.
21576
21577         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
21578         to 24 even if the bitspixel value is 32.
21579
21580         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
21581         need to check for depth==32 when bpp==32, depth will always be 24.
21582
21583 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
21584
21585         * docs/Changes-1.4.txt: Started
21586         
21587         * gtk/Makefile.am (gdk_headers): Include all the new headers.
21588
21589         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
21590         
21591         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
21592         into C file.
21593         
21594         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
21595         header to gdkinputprivate.h.
21596
21597         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
21598         unused since before 1.2.
21599
21600 1999-09-30  Tor Lillqvist  <tml@iki.fi>
21601
21602         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
21603         expand possible hex escapes in the font family (put there by
21604         logfont_to_xlfd if the font name isn't a legal XLFD font family,
21605         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
21606         On Win32, add hex escapes here, too.
21607
21608 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
21609
21610         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
21611         to #ifdef GDK_WINDOWING_X11.
21612
21613 [ Merges from gtk-1-2 ]
21614
21615 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
21616
21617         * configure.in: fixed "GNU Make" check to pass with new make version
21618         3.77.95.
21619
21620 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
21621
21622         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
21623         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
21624         AM_PATH_GTK() macros don't get confused by the -pre1.
21625
21626 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
21627
21628         * configure.in (REBUILD): Change check for perl5
21629           to check explicitely for v >= 5.002. (5.001
21630           does not work with our scripts.)
21631
21632 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
21633
21634         * configure.in: evaluate $PERL for the perl version check. added
21635         --disable-rebuilds to give the user an option to completely disable
21636         any source autogeneration rules.
21637
21638 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
21639
21640         * configure.in: evaluate $ac_make when checking for GNU Make.
21641
21642 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
21643
21644         * docs/Makefile.am: added generation.txt.
21645
21646         * Makefile.am: require automake 1.4, build README from README.in and
21647         INSTALL from INSTALL.in in dist-hook.
21648         
21649         * README.in:
21650         * INSTALL.in: new files to autogenerate README and INSTALL from.
21651
21652         * configure.in: figure whether we have GNU Make
21653
21654         * docs/generation.txt: minor additions/corrections.
21655
21656 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
21657
21658         * docs/gtkfaq.sgml: FAQ Update
21659
21660 July 30, 1999 Elliot Lee <sopwith@redhat.com>
21661         
21662         * configure.in: Fix autoconf warnings about cross compilation by
21663         trying to provide sane defaults for AC_TRY_RUN.
21664
21665 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
21666
21667         * ltconfig
21668         * ltmain.sh: upgrade to libtool 1.3.3
21669
21670 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
21671
21672         * INSTALL: Indicate that the --with-glib= configure
21673         time flag is unsupported.
21674
21675 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
21676
21677         * docs/generation.txt: Added a file that gives
21678         documenation about the autogeneration process for
21679         various autogenerated files.
21680         
21681 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
21682
21683         * configure.in (LIBS): Look for libgmodule in the
21684         right location.
21685
21686 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
21687
21688         * docs/gtk_tut.sgml: Removed references to
21689         code examples in my directory on gtk.org as
21690         they should all be in the tutorial now.
21691
21692         * docs/gtk_tut.sgml: Added sources for dial-test
21693         and scribble-xinput programs that were previously
21694         missing.
21695
21696 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
21697
21698         * TODO: Added entry about menu keyboard navigation, removed
21699         some finished items.
21700
21701 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
21702
21703         * acinclude.m4: Standardize on func_dgettext
21704         not func_gettext, so that the checks for dgettext
21705         actually are paid attention to.
21706
21707 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
21708
21709         * configure.in (LIBS): Add $INTLLIBS into $LIBS
21710         directly, rather than repeating the checks for
21711         gettext.
21712
21713         * INSTALL: Added information about gettext and
21714         NLS support.
21715
21716         * acinclude.m4 (LIBM): Check for dgettext, not
21717         just gettext. This should hopefully fix things wrt
21718         systems with old versions of GNU gettext installed.
21719
21720 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
21721
21722         * configure.in (LIBS): Look for libgmodule in the
21723         right location.
21724
21725 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
21726
21727         * autogen.sh: add --enable-maintainer-mode
21728
21729         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
21730
21731 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
21732
21733         * docs/gtk-config.1.in:
21734           docs/Makefile.am:
21735           configure.in: gtk-config is now generated.
21736
21737         * docs/gtk-config.1: Removed, now generated.
21738
21739 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
21740
21741         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
21742         handle CreateNotify itself, still put out a debuging message for
21743         --gdk-debug=events. made the ReparentNotify debugging message more
21744         verbose.
21745         wrap xcoords translation for ConfigureEvents into an error trap,
21746         a destroy event may already be pending, and in that case, the
21747         actuall coordinate values are not at all critical.
21748
21749 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
21750
21751         * gdk/gdkcc.c: Stop leaking the color_hash all over
21752         the place. Simplify and improve the logic.
21753
21754 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
21755
21756         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
21757         for prototypes and function implementations consistent (reported
21758         by Tomas Ogren).
21759
21760 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
21761
21762         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
21763         send_event set in debugging output.
21764         (gdk_compress_exposures): default initialize the event so we don't
21765         operate on bogus values (namely send_event).
21766
21767 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
21768
21769         * gdk/gdkwindow.c: When we receive an unexpected
21770         destroy notify on one of our windows, don't just
21771         warn about it, also mark our windows as destroyed.
21772
21773 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
21774
21775         * gdk/gdkfont.c (gdk_font_hash_insert): Add
21776           name => font and name => fontset hashes. The 
21777           name => fontset hash is a _big_ win since we
21778           weren't previously caching fontsets at all and loading
21779           fontsets is expensive. The name => font hash
21780           is less of a win, but it does save us from doing
21781           repeated XQueryFont calls on the same font.
21782
21783         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
21784           list so we can remove font/fontset from hash.
21785
21786 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
21787
21788         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
21789           and slightly confusing test. [ XInternAtom (,,TRUE)
21790           will never return None ].
21791
21792 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
21793
21794         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
21795           gdk/gdkwindow.c (gdk_window_set_hints):
21796
21797         Don't omit setting the properties if flags == 0 -
21798         there may be an existing set of properties there
21799         already. (Very old bug. Would it be better to
21800         delete the property instead?)
21801
21802         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
21803           spelling error in comment.
21804
21805 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
21806
21807         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
21808           to avoid stomping over gdk_error_warnings.
21809
21810         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
21811           as (bits_per_pixel + 7) / 8. This gives the same
21812           result as before for multiples of 8, but actually
21813           a "reasonable" value for 1bit or 4bit displays.
21814
21815 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
21816
21817         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
21818         GNU Make.
21819
21820 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
21821
21822         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
21823         discarding configure events.
21824
21825 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
21826
21827         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
21828         refcount is greater than zero.
21829
21830         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
21831
21832         * gdk/gdkfont.c (gdk_font_unref): Likewise.
21833
21834         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
21835
21836         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
21837
21838 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
21839
21840         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
21841         that format 32 => sizeof(item) == 4. It really is
21842         sizeof(long).
21843
21844 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
21845
21846         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
21847         core dump at all on X IO errors, only core dump
21848         if --enable-debug for X errors.
21849
21850 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
21851
21852         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
21853         unknown window:" message. disabled ConfigureNotify discarding code,
21854         because it led to events being processed out of order.
21855
21856 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
21857
21858         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
21859
21860         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
21861         we export this function, supress error warnings and don't reset the
21862         error code in the first half of this function.
21863
21864         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
21865         code (instead of just -1) so gdk_error_trap_pop() reveals something
21866         actually informative about the error that happened.
21867
21868         * gdk/*.c:
21869         don't rely on gdk_error_code being -1 if an error occoured, but just
21870         gdk_error_code != 0.
21871
21872 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
21873
21874         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
21875         pointer *before* invoking the filter function, so we at least don't
21876         crash if a filter is removed that is currently executed. window filters
21877         *really* need to be made truely reentrant at some point.
21878
21879 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
21880
21881         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
21882         PropertyNotify debug messages.
21883
21884 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
21885         
21886         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
21887         
21888         * gdk/gdkim.c: Fix cut-and-paste errors for 
21889         x/y and PreeditAttributes/StatusAttributes.
21890
21891 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
21892
21893         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
21894         G_MAXINT to 2^16 to alleviate overflow problems in
21895         various window managers.
21896
21897 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
21898
21899         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
21900         for fontsets.
21901
21902 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
21903
21904         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
21905         Initialize size_hints.x and size_hints.y because kwm
21906         brokenly pays attention to them.
21907         (Bug #1181 -  Lars Heete <hel@admin.de>)
21908
21909 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
21910
21911         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
21912         return value of gdk_list_visuals(). 
21913         (Bug #1193 - Morten Welinder <terra@diku.dk>)
21914
21915 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
21916
21917         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
21918         XSetIMValues to (void *) when comparing to NULL, to workaround
21919         the problem of some compilers barfing since older X headers don't
21920         have the prototype for it.
21921
21922 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
21923
21924         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
21925         for pseudocolor where colormap->colors was double
21926         allocated.
21927
21928         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
21929         color value in the hash table with the pixel filled
21930         in so when we do later hash table lookups, the color
21931         value is correct.
21932         
21933 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
21934
21935         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
21936         making the call
21937
21938 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
21939
21940         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
21941         pointed out by Morten Welinder <terra@diku.dk>.
21942
21943 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
21944
21945         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
21946           default filter from the list
21947
21948 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
21949
21950         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
21951           default filter from the list
21952
21953 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
21954
21955         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
21956
21957         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
21958         g_strdup_printf instead of calcing the length separately
21959
21960 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
21961
21962         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
21963         that we don't do in many other places. (Fixing duplicate 
21964         #include of config.h)
21965
21966         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
21967         Otherwise, #ifndef XINPUT_NONE check in the latter
21968         doesn't work. (Bug #546)
21969
21970 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
21971
21972         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
21973         "None" case insensitive.
21974
21975 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
21976
21977         * gdk/gdkselection.c: 
21978         Add error traps so if the other end of the connection
21979         dies, we survive.
21980
21981 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
21982
21983         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
21984         dest_xid field into two fields - one for the window
21985         to send in messages, one to indicate the last looked
21986         up window for caching purposes. This is needed, so
21987         that Leave messages get the correct window.
21988
21989 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
21990
21991         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
21992         Fix warning created by people mucking around
21993         with the gsource API.
21994
21995         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
21996         Change mapping between GIOCondition and GdkInputCondition
21997         to match the way the Linux kernel does it. This should
21998         fix problems where closed pipes were no longer signalling
21999         GDK_INPUT_READ on systems with a native poll().
22000
22001 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
22002
22003         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
22004         explicitly for the string "None" - it is in the XPM
22005         spec and some servers treat unknown colors in odd ways
22006         (like asking the user!)
22007
22008 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
22009
22010         * gdk/gdkevents.c: made "->" into a "." of previous change so
22011         it compiles
22012
22013 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
22014
22015         * gdk/gdkevents.c (gdk_compress_exposures): Set the
22016         window field of the event structure before calling
22017         user filters.
22018
22019 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
22020
22021         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
22022         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
22023
22024 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
22025
22026         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
22027         intermediate text property - prevents major memory
22028         leak when gdk_use_mb.
22029         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
22030
22031 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
22032
22033         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
22034         gtk-a-higuti-990322-[0-3]
22035
22036         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
22037         sizeof(wchar_t) != sizeof (GdkWChar)
22038
22039         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
22040         that was causing -DX_LOCALE not to work.
22041
22042         * gtk/gtkrc.c (gtk_rc_init):
22043         X_LOCALE will never have LC_MESSAGES defined
22044
22045         * gdk/gdk.c (gdk_init_check):
22046         Remove --xim-preedit and --xim-status from argv properly.
22047
22048         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
22049         that the client window is present on the X server
22050         before we pass it to the input method.
22051
22052 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
22053
22054         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
22055         if --display is specified on the command line, than
22056         the drag window will not be created on that display.
22057         
22058 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
22059
22060         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
22061         lookups with only_if_exists == TRUE were inserting
22062         bogus values into the atom cache.
22063
22064 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
22065
22066         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
22067         then reset it to NULL.
22068
22069         * gdk/gdkcolor.c:
22070         (gdk_colors_free): 
22071         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
22072         key for g_hash_table_remove() in both functions, this prevents us
22073         from accessing possibly uninitialized portions of a GdkColor structure
22074         where we are only interested in its pixel value.
22075
22076 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
22077
22078         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
22079         font hash table, if we have a GdkFontPrivate entry for this font
22080         already, simply increment its reference count, provided by Olaf Dietsche
22081         <olaf.dietsche+list.gtk@netcologne.de>.
22082
22083 1999-09-21  Tor Lillqvist  <tml@iki.fi>
22084
22085         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
22086         just to be sure.
22087
22088         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
22089         unused variables, leftovers from the X11 version.
22090
22091         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
22092
22093         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
22094         downcase fields on X11.
22095
22096 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
22097         
22098         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
22099         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
22100
22101 1999-09-17  Tor Lillqvist  <tml@iki.fi>
22102
22103         * gdk/win32/gdk.def: Add gdk_threads_mutex.
22104
22105         * gtk/makefile.msc: Correct path to libintl.
22106
22107         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
22108         use of gint vs. int, and gint vs. gboolean in headers and
22109         definitions. Use GtkType for the *_get_type functions. Note that
22110         these changes preserve binary compatibility.
22111
22112         * gdk/gdk.c
22113         * gdk/win32/gdk.c
22114         * gdk/gdk.h: Fix inconsistencies: gint vs int.
22115
22116         * gtk/gtkmain.c
22117         * gtk/gtkclist.c
22118         * gtk/gtkmenufactory.c
22119         * gtk/gtknotebook.c
22120         * gtk/gtkwidget.c: Fix inconsistencies, also gint
22121         vs. gboolean.
22122
22123         * gtk/gtkcolorsel.[ch]
22124         * gtk/gtkcombo.[ch]
22125         * gtk/gtkdrawingarea.[ch]
22126         * gtk/gtkgamma.[ch]
22127         * gtk/gtkhandlebox.[ch]
22128         * gtk/gtkhpaned.[ch]
22129         * gtk/gtkhruler.[ch]
22130         * gtk/gtkplug.[ch]
22131         * gtk/gtkpreview.[ch]
22132         * gtk/gtkruler.[ch]
22133         * gtk/gtksocket.[ch]
22134         * gtk/gtkstatusbar.[ch]
22135         * gtk/gtktoolbar.[ch]
22136         * gtk/gtkvbbox.[ch]
22137         * gtk/gtkvpaned.[ch]
22138         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
22139         functions.
22140
22141         * gtk/gtkgamma.h: Fix bug, missing () in call of
22142         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
22143
22144 1999-09-14  Tor Lillqvist  <tml@iki.fi>
22145
22146         * gdk/gdkcolor.c (gdk_colormap_new)
22147         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
22148         colormap->colors was allocated twice.
22149
22150         * gdk/win32/gdk.c: Remove some unused stuff.
22151
22152         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
22153         colormap.
22154
22155         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
22156         * gtk/gtklabel.h (gtk_label_get_type)
22157         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
22158         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
22159         in a couple of places, not guint.
22160
22161 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
22162
22163         * configure.in,po/et.po: added Estonian language file
22164
22165 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
22166
22167         * configure.in,po/da.po: added Danish file
22168
22169 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
22170
22171         * docs/gtkfaq.sgml: Minor FAQ Update
22172
22173 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
22174
22175         * docs/gtkfaq.sgml: FAQ update
22176
22177 1999-08-27  Tor Lillqvist  <tml@iki.fi>
22178
22179         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
22180         way to get window contents continually refreshed while resizing. I
22181         didn't like the effects myself, so it's not on by default.
22182
22183         * gdk/win32/gdkprivate.h: New flag variable
22184         gdk_event_func_from_window_proc, FALSE by default.
22185
22186         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
22187         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
22188         are passed --gdk-event-func-from-window-proc.
22189
22190         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
22191         and we have am event_func, call it instead of enqueing the event.
22192
22193 1999-08-23  Tor Lillqvist  <tml@iki.fi>
22194
22195         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
22196         Kelley: Set expose_count in GdkEventExposes correctly.
22197
22198         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
22199         MULTIPLE_WINDOW_CLASSES).
22200
22201         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
22202         for bug in NT, apparently NT *does* draw the end pixel, too, in
22203         LineTo with a one-pixel pen, so we don't have to do it ourselves.
22204
22205 1999-08-21  Tor Lillqvist  <tml@iki.fi>
22206
22207         Improvements by Hans Breuer: 
22208
22209         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
22210
22211         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
22212         CS_?REDRAW flags as they cause lots of (late) redraws when "show
22213         window contents while dragging" is turned on. Allocate at least
22214         one unique class for every GdkWindowType. If support for single
22215         window-specific icons is ever needed (eg. Dialog specific), every
22216         such window should get its own class.
22217
22218 1999-08-19  Tor Lillqvist  <tml@iki.fi>
22219
22220         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
22221         error that caused crashes.
22222
22223 1999-08-17  Tor Lillqvist  <tml@iki.fi>
22224
22225         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
22226         window, use ScrollWindowEx, and call UpdateWindow. This prevents
22227         bugs when for instance part of the window was outside the
22228         display. Thanks to Philippe Colantoni for finding and fixing this.
22229
22230 1999-08-16  Tor Lillqvist  <tml@iki.fi>
22231
22232         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
22233         endpoint calculations which were totally wrong. (A little RTFMing
22234         helps a lot ;-)
22235
22236         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
22237         from a separate directory, not from gettext, because of licensing
22238         issues (we want to use the LGPL version).
22239
22240         * README.win32: Mention the intl from glibc vs from gettext issue.
22241
22242 1999-08-13  Tor Lillqvist  <tml@iki.fi>
22243
22244         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
22245         in the key event handling: Now AltGr chars work again. Also,
22246         now Alt-digits are passed up as well as Control-digits.
22247         Pass keypad plus and minus as normal plus and minus.
22248
22249 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
22250
22251         * docs/gtkfaq.sgml: FAQ Update
22252
22253 1999-07-25  Tor Lillqvist  <tml@iki.fi>
22254
22255         * README.win32
22256         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
22257         the Wintab SDK.
22258
22259         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
22260         OK, but getting closer. Guard against bogus tilt data from Wacom
22261         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
22262         enable easier building without Wintab.
22263
22264         * gdk/win32/gdkinput.h
22265         * gdk/win32/gdkevents.c 
22266         * gdk/win32/gdkwindow.c: Minor changes related related to above.
22267         
22268         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
22269         code. As we have just one visual on Win32, no sense to have it in a
22270         table, and no need for the hash table.
22271
22272         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
22273         better on white background.
22274
22275 1999-07-21  Tor Lillqvist  <tml@iki.fi>
22276
22277         * README.win32: Update gcc build instructions. Mention gettext is
22278         GPL.
22279
22280         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
22281         supported cursor size with GetSystemMetrics.
22282
22283         * gdk/win32/gdkfont.c
22284         * gtk/gtkfontsel.c: Guard against some font weight and charset
22285         symbols being undefined (in mingw32 headers).
22286
22287         * gdk/win32/makefile.cygwin
22288         * gtk/makefile.cygwin
22289         * gtk/gtkthemes.c: No longer need to have differently named
22290         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
22291
22292 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
22293
22294         * docs/gtkfaq.sgml: Long awaited FAQ update.
22295
22296 1999-07-15  Tor Lillqvist  <tml@iki.fi>
22297
22298         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
22299         it. Obscure bit manipulation needed.
22300
22301         * gdk/win32/gdkevents.c: Logging.
22302         
22303         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
22304         style (file name include compiler name) for theme engines.
22305
22306 1999-07-13  Tor Lillqvist  <tml@iki.fi>
22307
22308         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
22309
22310         * gdk/win32/gdkevents.c: Fix long-standing bug in key
22311         events. The key.string wasn't zero-terminated, still we strdup'ed
22312         it in gdk_event_copy(). Synthesize crossing events for button
22313         events before possible propagation.
22314
22315         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
22316
22317         * gdk/win32/makefile.cygwin
22318         * gtk/makefile.cygwin: Use new DLL naming style for the
22319         GCC-compiled ones.
22320
22321         * gdk/win32/makefile.msc
22322         * gtk/makefile.msc: Cosmetics mostly.
22323
22324         * gtk/gtk.def: Add missing entry points.
22325
22326         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
22327
22328 1999-07-09  Tor Lillqvist  <tml@iki.fi>
22329
22330         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
22331         or height is zero. Don't print a warning if Pie or Arc fails, they
22332         always fail (?) for very narrow ellipses.
22333
22334         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
22335         the part or the destination window corresponding to source area
22336         outside of the source drawable's boundary.
22337
22338         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
22339         anything if less than two points.
22340
22341         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
22342         return NULL. Gtk cut-and-paste inside a single program works
22343         better this way. (It always gets the clipboard contents from
22344         Windows, not from its own copy, which is cleared anyway. I can't
22345         say I fully understand what happens... Emulating the X selection
22346         and property stuff is a bit of a mess.)
22347
22348         * gdk/win32/gdkevents.c
22349         * gdk/win32/gdkproperty.c: A bit more verbose logging.
22350
22351         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
22352         that never got deleted). Revamp gdk_region_shrink.
22353
22354         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
22355         after use.
22356
22357         * gtk/gtk.def: Add some missing entry points.
22358
22359         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
22360         component.
22361
22362 1999-07-04  Tor Lillqvist  <tml@iki.fi>
22363
22364         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
22365         Control-digits specially.
22366
22367 1999-07-03  Tor Lillqvist  <tml@iki.fi>
22368
22369         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
22370
22371 1999-06-28  Tor Lillqvist  <tml@iki.fi>
22372
22373         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
22374         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
22375         finding this.)
22376
22377 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
22378
22379         * gtk+.spec.in: Corrected some typos in files section.
22380         
22381 1999-06-15  Tor Lillqvist  <tml@iki.fi>
22382
22383         * README.win32: Mention using GNU gettext.
22384         * config.h.win32: Enable NLS stuff.
22385         * gtk/makefile.msc: Use GNU gettext.
22386         * gdk/win32/gdkdnd.c: Minor header reorg.
22387         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
22388         cosmetics.
22389         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
22390         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
22391
22392 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
22393
22394         * acinclude.m4
22395         * config.guess
22396         * config.status
22397         * ltconfig
22398         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
22399
22400 1999-05-30  Tor Lillqvist  <tml@iki.fi>
22401
22402         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
22403         SafeAdjustWindowRectEx. Don't override all calls to
22404         AdjustWindowRectEx by it, but use it only in two places: When
22405         creating a new top-level window and when moving a top-level
22406         window.
22407
22408         Use screen coordinate rectangle, not client rectangle, in
22409         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
22410         when we try to place a window so that the decoration (mainly,
22411         title bar) isn't visible.
22412
22413         These changes fix the bug that showed up for instance as the
22414         GIMP's saved top-level windows moving right and down (by an amount
22415         equal to the window decoration) for each session. This bug showed
22416         up also in testgtk's "Saved Position".
22417
22418         gdk_window_resize also redone a bit.
22419
22420 1999-05-25  Tor Lillqvist  <tml@iki.fi>
22421
22422         * gtk/testgtkrc: Add (commented out) Windows-style theme
22423         include line.
22424
22425         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
22426
22427 1999-05-18  Tor Lillqvist  <tml@iki.fi>
22428
22429         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
22430         gdkx.h to a gdk subdirectory, so that applications can include
22431         these with <gdk/*.h> without trouble.
22432
22433         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
22434         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
22435         have their bitmap destroyed.
22436
22437         * gdk/win32/gdk.def: Add gdk_root_parent.
22438
22439 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
22440
22441         * configure.in
22442           gtk-config.in
22443           ltconfig
22444           ltmain.sh     
22445           gtk/Makefile.am: changes to compile nicely (with xlib) 
22446           on BeOS
22447
22448 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
22449
22450         * acinclude.m4
22451         * config.guess
22452         * config.sub
22453         * ltconfig
22454         * ltmain.sh: upgrade to libtool 1.3
22455
22456 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
22457
22458         * gtk/gtkclist.c:
22459         * gtk/gtkctree.c: merges from gtk-1-2
22460
22461 1999-04-25  Tor Lillqvist  <tml@iki.fi>
22462
22463         Support added for building using a GNU toolchain on Win32,
22464         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
22465
22466         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
22467         * config.h.win32: Changes for gcc.
22468         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
22469         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
22470         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
22471         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
22472         Protect shl stuff unavaiilable with mingw32 headers.
22473         * gdk/win32/gdkevents.c: Fix typo.
22474         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
22475         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
22476         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
22477         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
22478         the mingw32 headers.
22479         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
22480         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
22481         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
22482         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
22483         Test for NATIVE_WIN32, not _MSC_VER.
22484         * gtk/gtkmain.c: No use warning about developer version on Win32,
22485         there aren't any non-developer versions anyhow.
22486         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
22487         * gtk/makefile.msc: Use pthread from another directory. Minor other
22488         changes. 
22489
22490 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
22491
22492         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
22493           default filter from the list
22494
22495 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
22496
22497         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
22498          when gtk_widget_grab_default() is called for a widget that
22499          is not within a GtkWindow.
22500
22501 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
22502
22503         * docs/gtk_tut.sgml, examples/clist.c: use a
22504           scrolled window in the clist example. Minor
22505           tutorial fixes.
22506
22507 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
22508
22509         * docs/gtk_tut.sgml: Style check from David King
22510           <dking@youvegotmail.net>
22511
22512 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
22513
22514         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
22515         compile with unknown value of GDK_WINDOWING
22516
22517 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
22518
22519         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
22520         after the rule is fired.
22521         (install-exec-local): Install gdkconfig.h only if the contents are
22522         different from the currently installed gdkconfig.h.
22523
22524 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
22525
22526         * gdk/Makefile.am (configexecincludedir): Rename from 
22527         configincludedir so that gdkconfig.h will be installed 
22528         as part of `make install-exec'. 
22529
22530 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
22531
22532         * acinclude.m4
22533         * config.guess
22534         * config.sub
22535         * ltconfig
22536         * ltmain.sh: upgrade to libtool 1.2f
22537
22538         * autogen.sh: libtool is not required to autogen gtk+
22539
22540         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
22541         needed)
22542
22543 1999-03-18  Tor Lillqvist  <tml@iki.fi>
22544
22545         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
22546         declaring gdk variables exported/imported from the DLL. New image
22547         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
22548         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
22549         GDK_DRAG_PROTO_OLE2.
22550
22551         * gdk/gdk.h: Merge in Win32 version: Two new functions,
22552         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
22553         declared only for the Win32 version, but could be in the X11
22554         version as well. (Needed for a Xlib-less gdk_imlib.)
22555         gdk_color_hash should have only one parameter. Declare
22556         gdk_threads_mutex with GDKVAR.
22557         
22558         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
22559         just one parameter.
22560
22561         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
22562         per pixel, not bits.
22563
22564         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
22565         Fetch bpp (which means bits-per-pixel here) from another place on
22566         Win32. Accept also depth==32 (which we might get on Win32) with
22567         bpp==32.
22568
22569         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
22570         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
22571         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
22572         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
22573         in the backend-dependent directory, not in the common gdk
22574         directory.
22575
22576         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
22577         headers.
22578
22579 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
22580
22581         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
22582         want to use the Gtk+ devel version (which is true, and yes - even i am
22583         currently working with the 1.2.x branch). so everyone reading this, you
22584         probably want to issue
22585         cvs checkout -r glib-1-2 glib
22586         and
22587         cvs checkout -r gtk-1-2 gtk+
22588         as your next two comands.
22589
22590 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
22591
22592         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
22593         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
22594
22595         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
22596         file. strongly deprecated the GTK_HAVE_* macros, we provide
22597         GTK_CHECK_VERSION() for people that need to check for certain
22598         Gtk+ versions.
22599
22600         * gtk/gtkcompat.h: removed this from CVS.
22601         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
22602         idea right from the start, it just didn't seem like that back then.
22603
22604 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
22605
22606         * merges from gtk-1-2:
22607
22608 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
22609
22610         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
22611         item factory class has been created.
22612         (gtk_item_factory_parse_rc): likewise.
22613
22614         * gtk/gtkmenu.c:
22615         keep proper references for old_active_menu_item.
22616         (gtk_menu_reparent): unset the usize of the new parent,
22617         so the menu can sanely be size requested and we don't get nasty screen
22618         artefacts upon next reparentation.
22619         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
22620         enter notify. only synthesize enter notifies if the pointer really is
22621         inside the event window.
22622         (gtk_menu_popdown): use gtk_menu_shell_deselect().
22623         (gtk_menu_popup): move the background setting stuff into
22624         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
22625
22626         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
22627         gtk_menu_shell_select_item() to select the new item.
22628         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
22629         do the right thing for deselection as well.
22630
22631 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
22632
22633         * gtk/gtkwidget.[hc]:
22634         (gtk_widget_accelerators_locked): return whether a widget's accelerators
22635         are locked.
22636
22637         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
22638         existing accelerators if the widget's accelerators are locked.
22639
22640 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
22641
22642         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
22643
22644         * gtk/gtkmenu.c: truely forward key press and key release events to
22645         the menu widget from the toplevel or tearoff window. we can't simply
22646         connect to that, we need to stop further processing of the events as
22647         well.
22648
22649 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
22650
22651         * gtk/gtkmenu.c:
22652         (gtk_menu_key_press): pass event->keyval, event->state to
22653         gtk_accelerator_valid, instead of event->keyval twice.
22654         refuse to install single letter accelerators for menus that use
22655         single letter shortcuts.
22656
22657         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
22658         gtk_menu_ensure_uline_accel_group().
22659
22660         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
22661         which will always return an uline accel group, made
22662         gtk_menu_get_uline_accel_group() return NULL if the group isn't
22663         yet created.
22664
22665 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
22666
22667         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
22668
22669         * gtk/gtkclist.c (gtk_clist_column_title_passive):
22670         Leave button sensitive, trap  button_press, button_release,
22671         motion_notify, enter_notify and leave_notify events instead.
22672         (gtk_clist_column_title_active): disconnect event handler.
22673         (gtk_clist_drag_data_get): fixed memory leak. Reported by
22674         Guillaume Laurent <glaurent@worldnet.fr>
22675
22676 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
22677
22678         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
22679         width/height mixups.
22680
22681         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
22682         if needed.
22683
22684 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
22685
22686         * gtk/testgtk.c (create_item_factory): unref the item factory after
22687         window's destruction.
22688
22689         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
22690         count on the menu shell around the menu item's activation, since the
22691         signal emission may cause menu shell destruction.
22692
22693         * gtk/gtkitemfactory.c:
22694         the previous code leaked one accel group per menu. we use
22695         gtk_menu_get_uline_accel_group() now to fix that, and with that
22696         also create the underline accelerator group of the menus only if
22697         required (i.e. an underline accelerator has been specified).
22698         (gtk_item_factory_construct):
22699         (gtk_item_factory_create_item): removed code that would create an
22700         extra accel group for the menu (and leak references).
22701         (gtk_item_factory_create_item): adapted the underline accelerator
22702         installation code to properly feature gtk_menu_get_uline_accel_group().
22703
22704         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
22705         menu->accel_group, this may return NULL if the accelerator group
22706         hasn't been set yet.
22707         added gtk_menu_get_uline_accel_group() to retrive the underline
22708         accelerator group of the menu, this will be created on demand
22709         and proper care is taken about its reference count.
22710
22711         * gtk/gtkitemfactory.h:
22712         * gtk/gtkitemfactory.c:
22713         dumped the approach of keeping a widgets by action list on the
22714         factory since the factory<->widget destroy negotiation didn't work
22715         and would be hard to get going at all. instead we keep a list of
22716         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
22717         persistant throughout a program's life time).
22718         also, i removed the static const gchar *key_* variables, and made
22719         them inline strings (they weren't actually used anyways).
22720         (gtk_item_factory_add_item): update ifactory->items.
22721         (gtk_item_factory_destroy): destroy ifactory->items (and remove
22722         the item factory pointer from the remaining ifactory widgets).
22723         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
22724         list to find the widget.
22725         (gtk_item_factory_get_item): new function that works around
22726         gtk_item_factory_get_widget() limitations, this function will only
22727         return menu items, even for <Branch> entries.
22728
22729 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
22730
22731         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
22732         font hash table, if we have a GdkFontPrivate entry for this font
22733         already, simply increment its reference count, provided by Olaf Dietsche
22734         <olaf.dietsche+list.gtk@netcologne.de>.
22735
22736         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
22737         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
22738
22739 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
22740
22741         * gtk/gtkcontainer.c:
22742         (gtk_container_add_with_args):
22743         (gtk_container_addv):
22744         (gtk_container_add): before adding a child to a conatiner, make sure
22745         it is (default) constructed, this is neccessary because under certain
22746         circumstances the child will get relized and mapped immediatedly, in
22747         which case it has to be constructed already.
22748
22749 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
22750
22751         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
22752         values > 1 as TRUE also.
22753
22754 1999-03-16  Tor Lillqvist  <tml@iki.fi>
22755
22756         * README.win32: New file.
22757                 
22758         * configure.in: Check for lstat.
22759
22760         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
22761         completeness.
22762
22763         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
22764
22765         * gtk/gtk.def: Removed CRs.
22766
22767         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
22768         ..\gdk\win32).
22769
22770         * gdk/win32/makefile.msc: Correct upwards relative paths.
22771         
22772 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
22773
22774         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
22775           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
22776           it was connecting a void function to expose_event and the int
22777           returning function to the draw signal
22778
22779 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
22780
22781         * configure.in:
22782         Use correct path to libgmodule.la when ref'ing uninstalled copy
22783         of glib.  (Already in stable branch, Bug #417)
22784
22785 1999-03-15  Tor Lillqvist  <tml@iki.fi>
22786
22787         Win32 merge and general portability stuff:
22788                 
22789         * acconfig.h,configure.in: Check for <sys/time.h>.
22790
22791         * gdk/win32: New directory (actually, been there for a while).
22792         
22793         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
22794         NATIVE_WIN32, and use these. Always case fold on Win32. No
22795         backslashed escapes on native Win32.
22796
22797         * gtk/{gtk.def,makefile.msc}: New files.
22798
22799         * gtk/Makefile.am: Add above new files.
22800         
22801         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
22802         instead of <strings.h>.
22803
22804         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
22805         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
22806         <unistd.h> appropriately.
22807
22808         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
22809         Use ABS() (from <glib.h>) instead of abs().
22810         
22811         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
22812         of gtk (and thus glib) headers, so that WIN32 will be
22813         defined. With MS C, include <direct.h> for mkdir prototype.
22814
22815         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
22816         some casts, needed by MS C.
22817
22818         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
22819         implemented).
22820
22821         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
22822         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
22823         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
22824
22825         * gtk/gtkmain.h: Mark variables for export/import on Win32.
22826                 
22827         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
22828         the event is not a hint, or its window is not the slider. Needed
22829         on Win32, at least.
22830
22831         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
22832         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
22833         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
22834         a subdirectory of the Windows directory as gtk system
22835         configuration directory.
22836
22837         * gtk/gtkselection.c: No chunks on Win32.
22838
22839         * gtk/gtksocket.c: Not implemented on Win32.
22840
22841         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
22842
22843         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
22844
22845         * gtk/maketypes.awk: Declare variables with a macro that expands to
22846         necessary export/import magic in the case of Win32.
22847                 
22848         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
22849
22850 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
22851
22852         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
22853         since those were meant only for gdki18n.h.  
22854         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
22855         for widechar tests.
22856         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
22857
22858 1999-03-13  Tor Lillqvist  <tml@iki.fi>
22859
22860         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
22861         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
22862
22863         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
22864         installed) to CFLAGS.
22865
22866         * gdk/Makefile.am: Add rules for gdkconfig.h.
22867
22868         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
22869         APIs.
22870
22871         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
22872         gdkx.h anyway when compiling for X11.
22873         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
22874         general): Merge in Win32 version.
22875         
22876         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
22877         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
22878         expansion (if we don't have HAVE_PWD_H), allow for drive
22879         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
22880         included code from Craig Setera's port to Win32 (the one that uses
22881         X11, and the cygwin dll), even if it probably will be abandoned.
22882
22883         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
22884         the user entered one herself.  This way one can complete *.h and
22885         don't get matches on any .help files, for instance.
22886         
22887 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
22888
22889         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
22890         font hash table, if we have a GdkFontPrivate entry for this font
22891         already, simply increment its reference count, provided by Olaf Dietsche
22892         <olaf.dietsche+list.gtk@netcologne.de>.
22893
22894         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
22895         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
22896
22897 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
22898
22899         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
22900         the number of calls to gdk_draw_point() (and thus to X) by
22901         clipping the points by hand.
22902
22903         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
22904         the clip parameter.
22905         (gtk_handle_box_paint): Only paint the handle if the expose area
22906         intersects it.
22907
22908 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
22909
22910         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
22911
22912 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
22913
22914         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
22915         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
22916
22917 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
22918
22919         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
22920          textmode (O_TEXT) for OS/2 version.
22921
22922 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
22923
22924         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
22925         GtkSpinButton, "input" and "output", to make the output more flexible.
22926         The user has to provide a mapping between adjustment->value and the
22927         output string (and vice versa, if the spin button is editable). 
22928         See testgtk for examples.
22929
22930 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
22931
22932         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
22933         new one.
22934         
22935         * configure.in: set gtk+ version to 1.3.0.