]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-6
add missed changelog entry
[~andy/gtk] / ChangeLog.pre-2-6
1 Sat Feb  9 13:19:20 2002  Owen Taylor  <otaylor@redhat.com>
2
3         * configure.in gtk/Makefile.am gtk/theme-bits/*: Add
4         tools and images used for creating the check/radio
5         button images in the default theme.
6
7 Sat Feb  9 13:58:41 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
8
9         * gtk/gtkpaned.[ch]: Keyboard navigation for GtkPaned
10         F6: cycle between panes.
11         F8: focus handle (#53584)
12         
13         * tests/testgtk.c: Add test cases for GtkPaned keyboard 
14         navigation.
15         
16 Sat Feb  9 00:16:31 2002  Owen Taylor  <otaylor@redhat.com>
17
18         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): 
19         XCopyArea with subwindow_mode = IncludeInferiors.
20         (#70999)
21
22         * demos/testpixbuf-save.c (configure_cb): Fix a minor
23         memory management problem.
24
25 Fri Feb  8 20:24:58 2002  Owen Taylor  <otaylor@redhat.com>
26         
27         * gtk/gtkbindings.c (binding_compose_params): Fix problem
28         with string-valued parameters (#70012, Johan Dahlin.)
29
30         * gtk/gtkentry.c (gtk_entry_delete_whitespace): Fix 
31         white space deletion.
32
33 Fri Feb  8 21:25:56 2002  Jonathan Blandford  <jrb@redhat.com>
34
35         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): fix
36         evil ref bug where the wrong row and a deleted row was unreffed.
37         Found by Darin Adler <darin@bentspoon.com>
38
39 Fri Feb  8 18:46:13 2002  Owen Taylor  <otaylor@redhat.com>
40
41         * gtk/gtkbindings.[ch] (_gtk_binding_reset_parsed): Add
42         a function to delete all bindings add by
43         gtk_binding_parse_binding() when rereading RC files.
44
45         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Reset
46         binding set content as well as RC content.
47
48         * gtk/gtkbindings.c (binding_compose_params): Fix 
49         various GValue handling problems.
50
51         * gtk/gtkentry.c (gtk_entry_class_init): Remove bindings 
52         for C-b, C-f, M-b, M-f, C-a, C-e, C-w, C-y, M-space, C-u,
53         C-k, M-\, M-d, C-d.
54
55         * gtk/gtktextview.c (gtk_text_view_class_init): Remove
56         same bindings as GtkEntry, plus C-n, C-p, C-space
57
58         * gtk/gtkrc.key.default gtk/gtkrc.key.emacs gtk/Makefile.am:
59         Add Emacs and Default key themes.
60         
61 2002-02-08  Darin Adler  <darin@bentspoon.com>
62
63         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
64         Remove a tiny bit more dead code.
65
66 2002-02-08  Darin Adler  <darin@bentspoon.com>
67
68         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
69         Fix stale pointer bug.
70
71 Fri Feb  8 14:30:14 2002  Owen Taylor  <otaylor@redhat.com>
72
73         * gtk/gtkclist.c (title_focus_in): Return FALSE if
74         not showing the titles. (#70959, Thomas Leonard)
75
76 2002-02-08  Darin Adler  <darin@bentspoon.com>
77
78         * demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
79         * gdk/x11/gdkim-x11.c: Remove gdki8n.h include.
80         * gdk/x11/gdkkeys-x11.c: Remove <ctype.h> include.
81         * gdk/x11/gdkmain-x11.c: Remove <ctype.h> include.
82         * gtk/fnmatch.c: Remove <ctype.h> include.
83         * gtk/gtkaccelgroup.c: Remove <ctype.h> include.
84         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): toupper ->
85         g_unichar_toupper, toupper -> g_unichar_totile
86         * gtk/gtkbindings.c: Remove <ctype.h> include.
87         * gtk/gtkfontsel.c: Remove <ctype.h> include.
88         * gtk/gtkiconfactory.c: Remove <ctype.h> include.
89         * gtk/gtkinputdialog.c: Remove <ctype.h> include.
90         * gtk/gtklabel.c: Remove <ctype.h> include.
91         * gtk/gtkmain.c: Remove <ctype.h> include.
92         * gtk/gtkmenu.c: Remove <ctype.h> include.
93         * gtk/gtkoldeditable.c: Remove <ctype.h> include.
94         * gtk/gtkrc.c: Remove <ctype.h> include.
95         * gtk/gtktextbtree.c: Remove <ctype.h> include.
96         * gtk/gtktextiter.c: Remove <ctype.h> include.
97         * gtk/gtktextsegment.c: Remove <ctype.h> include.
98
99 2002-02-08  Sven Neumann  <sven@gimp.org>
100
101         * gtk/gtkfilesel.c
102         * gtk/gtkgamma.c
103         * gtk/gtkinputdialog.c: use stock labels for dialog action buttons.
104
105 2002-02-08  Darin Adler  <darin@bentspoon.com>
106
107         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_ref_node),
108         (gtk_tree_model_sort_unref_node): Pass the ref_node and
109         unref_node calls through to the child model.
110
111 2002-02-08  Laszlo Peter  <laca@ireland.sun.com>
112
113         * gtk/gtktextchild.c: s/__FUNCTION__/G_GNUC_FUNCTION/
114         * gtk/gtktextview.c: ditto
115
116 2002-02-07  Havoc Pennington  <hp@pobox.com>
117
118         * gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
119         change_value virtual function, to fix build
120
121         * gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was 
122         from GtkWidget not GtkMisc. Not that it ever mattered.
123
124 Thu Feb  7 19:52:00 2002  Owen Taylor  <otaylor@redhat.com>
125
126         * gtk/gtknotebook.[ch]: Add ::move-focus-out signal
127         to handle Control[-Shift]-Tab and Control-arrow
128         bindings and implement bindings as per #53612.
129
130         * gtk/gtktextview.c (gtk_text_view_move_focus): Fix 
131         fetching the toplevel for plug-socket.
132
133         * gtk/gtknotebook.c (gtk_notebook_class_init): Remove
134         bindings for Return/Enter to select the page.
135
136         * gtk/gtknotebook.c (gtk_notebook_change_current_page):
137         Beep at ends.
138
139         * gtk/gtknotebook.c (focus_tabs_move): Don't wrap around
140         and beep at ends.
141
142         * gtk/gtknotebook.c (gtk_notebook_focus): When focusing into
143         the page with the arrow keys, focus the first widget,
144         not the directionally closest widget.
145
146 Thu Feb  7 19:00:10 2002  Owen Taylor  <otaylor@redhat.com>
147
148         * gtk/gtkspinbutton.c (gtk_spin_button_key_release): Convert
149         to using  binding set for doing key bindings. (#62622,
150         Requested by Skip Montaro)
151
152         * gtk/gtkwindow.c (gtk_window_class_init): Add control-arrow
153         bindings as overrides along with control-tab bindings.
154
155         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix return
156         type for ::focus_tab signal.
157
158 Thu Feb  7 19:39:27 2002  Kristian Rietveld  <kris@gtk.org>
159
160         Fixes #70782 and some drag dest rectangle/line issues
161
162         * gtk/gtktreeview.c (gtk_tree_view_set_model): set
163         GTK_TREE_VIEW_IS_LIST flag (we can switch from a TreeStore to a
164         ListStore for example)
165         (gtk_tree_view_get_path_at_pos): revert previous change, we
166         shouldn't correct for the header, because we are taking bin_window
167         coordinates here
168         (gtk_tree_view_set_drag_dest_row): queue old drag_dest row and
169         upper/lower neighbors for draw, so the drag dest rectangle/line will
170         be cleared correctly
171         (gtk_tree_view_get_dest_row_at_pos): correct for treeview header
172         here, as drag_y is relative to the widget and _get_path_at_pos wants
173         coords relative to bin_window, draw black outline rectangle after
174         drawing the cells
175
176 Thu Feb  7 10:53:12 2002  Owen Taylor  <otaylor@redhat.com>
177
178         * gtk/gtkentry.c (gtk_entry_draw_text): Use layout text
179         (which may be affected by invisible char) to compute
180         selection bounds, not entry text. (#70733, Alex Larsson)
181
182 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
183
184         * gtk/gtkwidget.[ch]:
185         Change show_help signal to return gboolean instead of void. This
186         allows the keypress which invokes the signal to be propagated to the
187         focus widgets ancestors if not handled by the focus widget.
188         
189         * gtk/gtktoolips.[ch]
190         Change _gtk_tooltips_show_tip () to return a gboolean indicating
191         whether widget has tooltip to display.
192         
193 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
194
195         * gtk/gtkwidget.[ch]:
196         Change popup_menu signal to return gboolean instead of void. This
197         allows the keypress which invokes the signal to be propagated to the
198         focus widgets ancestors if not handled by the focus widget.
199
200         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtktextview.c:
201         Change signature of popup_menu signal handler to return gboolean
202         instead of void and return TRUE in the signal handler
203
204 2002-02-07  Anders Carlsson  <andersca@gnu.org>
205
206         * gdk/x11/xsettings-common.c (xsettings_setting_free): Free 
207         the setting name.
208
209 Wed Feb  6 23:28:39 2002  Kristian Rietveld  <kris@gtk.org>
210
211         Fixes #70708
212
213         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): we're dealing
214         with widget coordinates here, so take the header height into
215         account while converting
216         (gtk_tree_view_widget_to_tree_coords): take header height into
217         account
218         (gtk_tree_view_tree_to_widget_coords): ditto
219         (gtk_tree_view_get_dest_row_at_pos): we were passing coords
220         relative to the tree with _get_path_at_pos, while that function
221         wants coords relative to the widget
222
223 2002-02-06  Havoc Pennington  <hp@redhat.com>
224
225         * gtk/gtktextview.c (gtk_text_view_scroll_hpages): remove unused variable
226         (gtk_text_view_get_window): add warning about how you
227         can't get the private window. #70683, and avoid default: in the
228         switch so we get "enum value unhandled" warnings
229
230 2002-02-06  Havoc Pennington  <hp@redhat.com>
231
232         * gtk/gtktextchild.c: Add warnings if you try to use a child
233         anchor that isn't inside a buffer. Really kind of lame; 
234         we should separate the anchor from the buffer. But not worth 
235         fixing for now. #70601
236
237 Wed Feb  6 18:25:24 2002  Kristian Rietveld  <kris@gtk.org>
238
239         * gtk/gtktreemodelsort.c: rip out all the debugging ifdefs, as
240         modelsort seems to be stable (and nobody complained :)
241
242 Tue Feb  5 19:13:42 2002  Owen Taylor  <otaylor@redhat.com>
243
244         * gdk/x11/gdkgeometry-x11.c (gdk_window_queue): Keep
245         the length of the anti-expose queue finite, by if
246         it gets too long, first doing a XSync() and checking
247         the event queue, and if that doesn't work, simply
248         discarding all anti-expose items in the queue.
249
250         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix ordering
251         on ConfigureNotify (#56349, Thomas Leonard)
252
253 2002-02-05  Havoc Pennington  <hp@redhat.com>
254
255         * gtk/gtkimage.c (gtk_image_expose): offset area being gotten from
256         pixmap by the align/padding offsets, so we don't get warnings
257         in gdk_pixbuf_get_from_drawable (and so it works, of course)
258
259 2002-02-05  Matthias Clasen  <matthiasc@poet.de>
260
261         * gtk/gtkrc.c (gtk_rc_parse_file): Remove a (now) misleading comment.
262
263 2002-02-05  Federico Mena Quintero  <federico@ximian.com>
264
265         * gdk/gdkwindow.h: Do not #include <gdk/gdkwindow.h>.
266
267 Tue Feb  5 22:54:16 2002  Kristian Rietveld  <kris@gtk.org>
268
269         * gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
270         path, which we're going to pass with the emission of row_inserted, to
271         the iter we inserted and not its sibling.
272
273 2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
274
275         * gtk/gtkmenu.c (gtk_menu_popup):
276         Fix leak of GdkEvent (#70519)
277
278 Mon Feb  4 10:40:28 2002  Owen Taylor  <otaylor@redhat.com>
279
280         * gtk/gtkstyle.c (gtk_default_draw_resize_grip):
281         Fix from Matthias Clasen to clear background appropriately
282         for theme by calling gtk_style_apply_default_background().
283         (#70449)
284
285 Mon Feb  4 10:06:49 2002  Owen Taylor  <otaylor@redhat.com>
286
287         * gdk/x11/gdkevents-x11.c: gtk-double-click-time,
288         not gtk-double-click-timeout. (#70501)
289
290 2002-02-04  Havoc Pennington  <hp@pobox.com>
291
292         * gtk/gtksignal.c (gtk_signal_connect_while_alive): 
293         (gtk_signal_connect_object_while_alive): rename 
294         "signal" arg to "name" to avoid compiler warnings
295         about shadowing signal(). #70453
296
297 2002-02-03  Anders Carlsson  <expander-master@gtk.org>
298
299         * gtk/gtkstyle.c (gtk_default_draw_expander): Add 
300         flipping support to the expanders.
301
302 Sat Feb  2 21:54:01 2002  Owen Taylor  <otaylor@redhat.com>
303
304         RC file lookup improvements (#68234, suggestions
305         from Matthias Clasen.)
306
307         * gtk/gtkrc.c (gtk_rc_parse_file): Look for the 
308         locale suffix variants (gtkrc.en_US, gtkrc.en) for
309         all RC files we parse, not just the default RC
310         files.
311
312         * gtk/gtkrc.c (gtk_rc_parse_default_files): Remove
313         support for charset specific RC files.
314
315 Sat Feb  2 20:16:04 2002  Owen Taylor  <otaylor@redhat.com>
316
317         * gtk/gtkmenushell.c (_gtk_menu_shell_select_first): 
318         Non-exported _gtk_menu_select_first() function that
319         selects the first item of the menu in a standard
320         way. (Skipping tearoffs.)
321
322         * gtk/gtkmenushell.c gtk/gtkentry.c gtk/gtktextview.c
323         gtkmenuitem.c: Use _gtk_menu_shell_select_first().
324
325         * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Remember
326         if we are starting the timeout from a keypress so
327         we can set menushell->ignore_enter properly.
328
329         * gtk/gtknotebook.c (focus_child_in): Return something
330         meaningful if there are no children.
331
332         * gtk/gtkmenu.c (gtk_menu_key_press): Fix precendence
333         problem.
334
335 Sat Feb  2 19:15:42 2002  Owen Taylor  <otaylor@redhat.com>
336
337         * gtk/gtkmenu.c (gtk_menu_popup): Fix some bugs in
338         the determination of xgrab_shell.
339
340 Sat Feb  2 17:43:00 2002  Owen Taylor  <otaylor@redhat.com>
341
342         * gtk/gtkentry.c (gtk_entry_grab_focus): Add a GtkSetting
343         (gtk-entry-select-on-focus) controlling whether the
344         contents of an entry are selected on focus in.
345
346         * gtk/gtkmenu.c (gtk_menu_key_press): Add a GtkSetting
347         (gtk-can-change-accels) controlling whether accelerators can be
348         changed on the fly or not. (#51902)
349
350         * gtk/gtkmenu.c (gtk_menu_key_press): Allow unmodified
351         accelerators, now that accelerator changing can be turned
352         off for those who won't expect it. (#61285)
353
354         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow 
355         Backspace/Delete/KP_Delete as valid accelerators.
356
357         * gtk/gtkmenu.c (gtk_menu_key_press): Allow setting of
358         Delete/Backspace as accelerators by making them toggle
359         the menu item between empty and the pressed key.
360         (#58605)
361
362         * tests/testgtkrc: Remove the objectionably short cursor blink
363         time setting.
364
365 Sat Feb  2 16:43:31 2002  Owen Taylor  <otaylor@redhat.com>
366
367         * gtk/gtkmenu.c (gtk_menu_popup): To get around the fact
368         that we may have a owner_events = FALSE grab in effect
369         when we pop up a window, make a temporary grab on a
370         different window, then grab on the real window. Fixes
371         a problem where if a context menu popped up under the 
372         cursor, the first item would be stuck unselected.
373         (#59812, reported by Arnaud Charlet.)
374
375 2002-02-02  Peter Williams  <peterw@ximian.com>
376
377         * gtk/Makefile.am (install-data-local): Install gtkrc.default
378         from $(srcdir) for when $(builddir) is different.
379
380 Sat Feb  2 19:00:39 2002  Kristian Rietveld  <kris@gtk.org>
381
382         * gtk/Makefile.am: remove TESTGTK_RCFILE define
383
384 Sat Feb  2 11:37:21 2002  Owen Taylor  <otaylor@redhat.com>
385
386         * gtk/gtkmenu.c (gtk_menu_popup): Remove the 
387         "select first item if popped up from keypress" hack --
388         was causing more problems than it was worth 
389         (#53191, #68483)
390
391         * gtk/gtktextview.c (popup_targets_received): 
392          gtk/gtkentry.c (popup_targets_received): If activated
393         from keyboard, select first item of popup menu.
394
395 Sat Feb  2 18:07:51 2002  Kristian Rietveld  <kris@gtk.org>
396
397         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper member
398         of vadjustment correct, so the vscrollbars of lists smaller than
399         1 page are somewhat saner (#66905)
400
401         * gtk/gtkliststore.c (gtk_list_store_remove_silently): do not
402         increment the stamp, liststore is a model with persisting iters
403
404 Fri Feb  1 23:54:00 2002  Owen Taylor  <otaylor@redhat.com>
405
406         * gtk/gtkrc.[ch] (gtk_rc_parse_engine): Support 
407         engine "" {} to mean override to the default 
408         engine. (#70205)
409
410 Fri Feb  1 23:25:33 2002  Owen Taylor  <otaylor@redhat.com>
411
412         * gtk/gtktooltips.c (gtk_tooltips_init): Parse the
413         RC string here when the first object is created
414         rather than in the class_init to not break doc 
415         building. (#70341, Havoc Pennington.)
416
417         * gtk/gtkrc.c (parse_include_file): Use the directories
418         for the currently parsed files as the starting point
419         to look for include files. (#59975)
420
421 Fri Feb  1 20:21:56 2002  Manish Singh  <yosh@gimp.org>
422
423         * gtk/gtkinputdialog.c: use gtk_label_new_with_mnemonic for labels
424         that actually have mnemonics
425
426 Fri Feb  1 19:57:59 2002  Owen Taylor  <otaylor@redhat.com>
427
428         * configure.in: Fix use of ! in shell.
429
430         * gtk/gtktooltips.c (gtk_tooltips_class_init) gtkrc.default: 
431         Move the setting of default tooltips colors to gtktooltips.c
432         from gtkrc.default. (Use default priority so themes will
433         override.) (#58542)
434
435 Fri Feb  1 17:48:51 2002  Owen Taylor  <otaylor@redhat.com>
436
437         * gtk/gtkrc.c (gtk_rc_get_style): Fix ordering of
438         priorities so that priorities take precendence over
439         the ordering by type. (#70205)
440
441         * test/testgtkrc tests/testgtk.c (create_rc_file): Add 
442         some labels to test priorities in testgtkrc.
443
444 Fri Feb  1 00:37:49 2002  Kristian Rietveld  <kris@gtk.org>
445
446         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): use
447         y coordinate relative to the tree and not the treeview window
448         (fixes the PgDn/PgUp brokenness)
449
450 Fri Feb  1 23:40:31 2002  Kristian Rietveld  <kris@gtk.org>
451
452         * gtk/gtktreeview.c (gtk_tree_view_button_press): adjust
453         cell_area and background_area for possible treeview scroll
454         (fixes #70283, #70065)
455
456 Fri Feb  1 22:20:13 2002  Kristian Rietveld  <kris@gtk.org>
457
458         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): use
459         height - page_size not height - allocation->height (fixes #66269)
460
461 Fri Feb  1 15:22:23 2002  Owen Taylor  <otaylor@redhat.com>
462
463         * gtk/gtkimage.c (gtk_image_class_init): Fix typo
464         in property description. (Christian Rose.)
465
466 Fri Feb  1 14:50:36 2002  Owen Taylor  <otaylor@redhat.com>
467
468         * gtk/gtkrc.c (gtk_rc_parse_string): Handle reparsing
469         any strings if the theme changes. (#69465)
470
471         * tests/testgtk.c: Add a test for gtk_rc_parse_string().
472
473 Fri Feb  1 20:50:29 2002  Kristian Rietveld  <kris@gtk.org>
474
475         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): set tree to
476         NULL if tree_view->priv->tree is NULL (#70152, patch by John Harper).
477
478 Fri Feb  1 12:51:20 2002  Owen Taylor  <otaylor@redhat.com>
479
480         * gtk/gtknotebook.c (focus_child_in): Catch the
481         cur_page == NULL (no children) case. (#70287,
482         Paolo Maggi.)
483
484 Fri Feb  1 12:12:12 2002  Owen Taylor  <otaylor@redhat.com>
485
486         * gtk/gtkfilesel.c (attempt_file_completion): 
487         s/directory/folder/ in all labels and messages.
488
489 Fri Feb  1 08:57:38 2002  Owen Taylor  <otaylor@redhat.com>
490
491         * gtk/gtkmain.c (gtk_exit_func): Remove this useless
492         atexit handler. (existance pointed out by Stefan Kost)
493
494         * gtk/gtkmain.c (gtk_init_check): Warning fixes.
495
496 Thu Jan 31 18:46:10 2002  Jonathan Blandford  <jrb@redhat.com>
497
498         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): unref the
499         model after the last use, not before.
500
501 Thu Jan 31 14:50:16 2002  Owen Taylor  <otaylor@redhat.com>
502
503         * gtk/gtkrc.default gtk/Makefile.am: Install a Default
504         RC file that sets the tooltips color to yellow. (#58542)
505
506         * gtk/gtksettings.c (gtk_settings_class_init): make 
507         the default theme "Default", not NULL.
508
509 Thu Jan 31 11:33:52 2002  Owen Taylor  <otaylor@redhat.com>
510
511         * gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix 
512         another missing static.
513
514         * gtk/gtkimmodule.c (n_loaded_contexts): And another.
515
516         * gdk/x11/Makefile.am gdk/x11/gxid_lib.c: Don't
517         build gxid sources at all except in the vanishingly
518         rare case of --with-xinput=xfree.
519
520 2002-01-31  Mark McLoughlin  <mark@skynet.ie>
521
522         * gdk/gdkimage.c: (scratch_image_info_for_depth): make static.
523
524         * gdk/x11/gdkimage-x11.c: (get_full_image): ditto.
525
526         * gdk/x11/gxid_lib.[ch]: (_gxid_claim_device), (_gxid_release_device):
527         renamed from gxid_(claim|release)_device.
528
529         * gdk/x11/gdkinput-gxi.c: (_gdk_input_enable_window),
530         (_gdk_input_disable_window): upd for gxid change.
531
532         * gtk/gtkimage.c: (animation_timeout): make static.
533
534         * gtk/gtkstyle.c: (draw_thin_shadow), (draw_spin_entry_shadow): make
535         static.
536
537         * gtk/gtktextutil.c: (bidi_menu_entries): make static.
538
539 Thu Jan 31 10:21:05 2002  Owen Taylor  <otaylor@redhat.com>
540
541         * gtk/gtkplug.c (gtk_plug_focus): Handle the case where
542         bin->child is NULL. (#70153, Padraig O'Briain)
543
544         * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems): 
545         Actually call gettext() on the labels; previously they
546         were marked with N_() but we never called gettext().
547
548 Wed Jan 30 20:15:49 2002  Jonathan Blandford  <jrb@redhat.com>
549
550         * gtk/gtktreestore.c (gtk_tree_store_set_valist): save last minute
551         changes before committing.
552
553         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
554
555 Wed Jan 30 18:46:14 2002  Jonathan Blandford  <jrb@redhat.com>
556
557         * gtk/gtkliststore.c (gtk_list_store_set_valist): only emit the
558         signal if an interesting column changes.
559
560         * gtk/gtktreestore.c: ditto.
561
562         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): change behavior so
563         that it no longer grabs 
564
565 2002-01-30  Manish Singh  <yosh@gimp.org>
566
567         * gtk/gtkhandlebox.c (gtk_handle_box_destroy): remove unused
568         variable.
569
570         * gtk/gtkwindow.c (gtk_window_get_icon): function returns a value,
571         so return NULL with g_return_val_if_fail instead of g_return_if_fail.
572
573 2002-01-30  Matthias Clasen  <matthiasc@poet.de>
574
575         * gtk/*.c: Remove excess g_return_if_fail calls from static
576         and virtual functions.  (#57615)
577         
578 2002-01-30  Anders Carlsson  <andersca@gnu.org>
579
580         * gtk/gtkstyle.c (gtk_default_render_icon): Allow a -1 icon size.
581
582 Wed Jan 30 20:29:01 2002  Tim Janik  <timj@gtk.org>
583
584         * gtk/gtkscale.c (gtk_scale_set_digits): fix revrted bug fix.
585         (use a define for max digits).
586
587 Wed Jan 30 13:55:59 2002  Owen Taylor  <otaylor@redhat.com>
588
589         * gtk/gtkwindow.c (gtk_window_show): Try to make
590         sure that we have some focused widget on map. (#50339)
591
592         * gtk/gtkdialog.c (gtk_dialog_map): Handling picking
593         a focus widget here differently so that if a
594         response button gets picked, it's the default one.
595
596         * tests/testgtk.c (make_message_dialog): Set the 
597         default response for the dialogs.
598
599 Tue Jan 29 22:52:36 2002  Owen Taylor  <otaylor@redhat.com>
600
601         * Released 1.3.13
602
603         * configure.in: Micro version 13, interface, binary
604         age 0. Require GLIB-1.3.13, Pango 0.24.
605
606         * docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt,
607         sizing-test.txt, tree-column-sizing.txt
608
609         * docs/Makefile.am (EXTRA_DIST): Don't distribute
610         Changes-1.2.txt, Changes-2.0.txt, README.linux-fb,
611         since they are no longer canonical.
612
613         * gtk/gtk.def: Convert spaces to tabs in front of
614         gtk_widget_set_accel_path in case it matters.
615
616         * NEWS: Updated for 1.3.13.
617
618 Tue Jan 29 22:31:07 2002  Owen Taylor  <otaylor@redhat.com>
619
620         * gtk/gtkwidget.[ch] gtkmenuitem.c gtkitemfactory.c: Export 
621         gtk_widget_set_accel_path().
622
623         * gtk/gtk.def: Add gtk_widget_set_accel_path.
624
625 Tue Jan 29 21:50:28 2002  Owen Taylor  <otaylor@redhat.com>
626
627         * gtk/gtkaccelmap.[ch] gtk/gtkbindings.[ch] gtk/gtkwidget.[ch]:
628         Consistently use GdkModifierType. (#66950, Mark Patton)
629
630         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
631         For consistency with gtk_button_new_from_stock(), fall back
632         to gtk_image_menu_item_new_with_mnemnonic(). (#65944,
633         Havoc Pennington)
634         
635         * gtk/gtkitemfactory.[ch] (gtk_item_factory_path_from_widget): 
636         Make G_CONST_RETURN. (#68527, Matt Wilson)
637
638 Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
639
640         * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
641         that the end points are included in the range. (#69783,
642         Jeffrey Baker)
643
644 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
645
646         * gtk/gtkscale.[ch]: Revert the last changes to make the
647         number of digits only effect drawing, instead, don't
648         round unless we are in the 'draw_value' mode -- this
649         is the behavior of GTK+-1.2, and keeps the behavior that
650         if the user sees a displayed value, it is the correct value.
651
652 Tue Jan 29 19:51:05 2002  Owen Taylor  <otaylor@redhat.com>
653
654         * gtk/gtkenums.h: Deprecate GtkPreviewType,
655         GtkSignalRunType, GtkSideType, GtkSubmenuPlacement, GtkSubmenuDirection
656         (#68183, Matthias Clasen)
657
658         * gtk/gtkmenuitem.h: Remove _gtk_menu_item_set_placement() from
659         the public header to avoid having to use GtkSubmenuPlacement.
660
661         * gtk/{gtkmenuitem.c,gtkmenubar.c,gtkmenushell.c}: #define
662         GTK_MENU_INTERNALS to preserve access to GtkSubmenu*.
663
664         * gdk/gdki18n.h: Deprecate contents. (Darin Adler.)
665
666 Tue Jan 29 19:32:47 2002  Owen Taylor  <otaylor@redhat.com>
667
668         * gtk/gtktextview.c (gtk_text_view_get/set_property): 
669         Fix wrong usage of g_value_set/get_object for PROP_TABS
670         and memory leak in getter for PROP_TABS. (Jeff Franks)
671
672 Tue Jan 29 19:04:41 2002  Owen Taylor  <otaylor@redhat.com>
673
674         * gtk/gtkstyle.c (gtk_style_render_icon): Document that
675         a size of (GtkIconSize)-1 means don't scale.
676
677         * gtk/gtkstyle.c (gtk_default_render_icon): Obey the
678         -1 convention.
679
680         * gtk/gtkimage.c (gtk_image_expose): Pass in -1 to
681         gtk_style_render_icon() to make sure that we catch it
682         obviously if the style's render function tries to
683         scale.
684
685 Tue Jan 29 18:50:59 2002  Owen Taylor  <otaylor@redhat.com>
686
687         * gtk/gtkimage.c (gtk_image_expose): Optimize exposes of
688         partial insensitive images.
689
690 2002-01-24  Havoc Pennington  <hp@redhat.com>
691
692         * gtk/gtkimage.c (gtk_image_expose): create insensitive version of
693         the image regardless of storage type, #63305
694
695         * demos/gtk-demo/images.c: add toggle button to demonstrate that
696         GtkImage makes its contents insensitive
697
698 Tue Jan 29 17:40:02 2002  Owen Taylor  <otaylor@redhat.com>
699
700         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
701         Call _gdk_draw_pixbuf(), thus enabling using this function
702         for pixbufs with alpha. (#68801)
703
704         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Move
705         implementation of gdk_pixbuf_render_to_drawable()
706         to here.
707
708 Tue Jan 29 17:16:17 2002  Owen Taylor  <otaylor@redhat.com>
709
710         * gtk/gtklayout.c: Patch from Jacob Berkman to fix problem
711         when the height/width of a layout was set before the
712         adjustments were added. (#66294)
713
714         * gtk/gtktreeview.c: Warning cleanups.
715
716 Tue Jan 29 16:35:04 2002  Owen Taylor  <otaylor@redhat.com>
717
718         * gtk/gtkhandlebox.c (gtk_handle_box_motion): Small
719         fix to size of torn off window (#60271, Detlef Reichl)
720
721         * gtk/Makefile.am: Don't install gtkhsv.h. (Pointed out
722         by Ross Burton)
723
724 Tue Jan 29 18:50:46 2002  Kristian Rietveld  <kris@gtk.org>
725
726         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): free
727         cursor_path after usage
728         (gtk_tree_view_real_start_interactive_search): use new g_signal
729         and g_object calls
730         (gtk_tree_view_search_dialog_destroy): use g_object calls and free
731         selected_iter if set
732         (gtk_tree_view_search_position_func): rework so it will never ever
733         appear offscreen (#68492)
734         (gtk_tree_view_search_move): use new g_object calls
735         (gtk_tree_view_search_init): free selected_iter if set, use new
736         g_object calls
737         (gtk_tree_view_leave_notify): don't destroy interactive search
738         dialog
739
740 Tue Jan 29 23:07:03 2002  Kristian Rietveld  <kris@gtk.org>
741
742         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
743         send focus in event
744         (gtk_tree_view_search_dialog_destroy): send focus out event (#66466)
745
746 2002-01-29  Anders Carlsson  <andersca@gnu.org>
747
748         * gtk/gtkfontsel.c (gtk_font_selection_select_size): Show correct
749         size in the size entry.
750
751 Tue Jan 29 16:11:55 2002  Owen Taylor  <otaylor@redhat.com>
752
753         * gtk/gtkfontsel.c (gtk_font_selection_show_available_sizes): Use
754         gtk_tree_view_set_cursor() instead of gtk_tree_selection_select_iter().
755
756         * gtk/gtkfontsel.c (gtk_font_selection_init): Add mnemonic to
757         preview field. (#52433, patch from Anders Carlsson)
758         
759         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Remove the 
760         dialog separator. (#69558, Alex Larsson, patch from Anders Carlsson)
761
762 Tue Jan 29 15:24:59 2002  Owen Taylor  <otaylor@redhat.com>
763
764         * gtk/gtkfontsel.[ch]: Switch over to GtkTreeView from
765         GtkCList. Remove the entries above the font/face lists 
766         since they were a little confusing. (Not sure about this 
767         change, so the code is still there the entries are
768         just hidden.) (#68890)
769
770         * gtk/gtkfilesel.c: Switch over to GtkTreeView from
771         GtkCList. Add mnemonics for fileops. Allow Control/Shift
772         Tab to focus out.
773
774         * gtk/gtkfilesel.c: Make fileop dialogs transient-for
775         the fileselector. (#69336, patch from Melvin Hadasht)
776
777         * gtk/gtkgamma.c (button_clicked_callback): Fix handling
778         of gamma dialog a bit. (#69336, Matthias Clasen.)
779
780 Tue Jan 29 14:56:28 2002  Owen Taylor  <otaylor@redhat.com>
781
782         * gtk/gtksocket.c (toplevel_focus_out_handler): Return boolean
783         (and FALSE from focus_in / focus_out handlers. (#69528,
784         Padraig O'Briain)
785
786 Tue Jan 29 14:47:54 2002  Owen Taylor  <otaylor@redhat.com>
787
788         * gtk/gtkmain.c (gtk_init_check): Remove the scary startup
789         warning. (#69480)
790
791 Tue Jan 29 14:24:49 2002  Owen Taylor  <otaylor@redhat.com>
792
793         * gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
794         bindings for "move-focus" so that Control-Tab to escape from
795         something that eats Tab just works if not otherwise overriden.
796
797         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range) 
798         * gtk/gtkvscale.c (gtk_vscale_new_with_range)
799         * gtk/gtkhscale.c (gtk_hscale_new_with_range): Use a page_size
800         of zero for the adjustment, since at times we think that the range
801         is lower to upper - page_size. A page size equally to the 
802         step_increment is, in any case, not meaningful.
803
804 2002-01-29  Tor Lillqvist  <tml@iki.fi>
805
806         * README.win32: Add comment about gtk-1-3-win32-production branch
807         currently being ahead in functionality and code cleanliness (in
808         gdk/win32). Just in case somebody looks at the code in gdk/win32
809         here and starts fixing it, when it is going to change soonish
810         anyway.
811
812 2002-01-29  Sven Neumann  <sven@gimp.org>
813
814         * gtk/gtkrc.c: don't install an empty icon_set if none of the image
815         files could be found in the pixmap_path (bug #69398).
816         
817 2002-01-29  Sven Neumann  <sven@gimp.org>
818
819         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): fixed a segfault
820         that showed up when using the color picker.
821
822 Tue Jan 29 11:51:14 2002  Tim Janik  <timj@gtk.org>
823
824         * gtk/gtkscale.[hc]: fix default value for ::digits property,
825         leave as 1 as per havoc's request.
826         don't apply the draw_digits value to range->round_digits,
827         so we don't perform gross quantization by default.
828
829 2002-01-25  Havoc Pennington  <hp@redhat.com>
830
831         * gtk/gtktextbtree.c (_gtk_text_btree_delete): fix assertion
832         failure by creating the line data, but not validating it at this
833         stage. Also, remove old code related to the "bogus newline" mess
834         that removed all tags from the last char in the buffer if you
835         tried to delete it.
836         (_gtk_text_line_data_new): put this here and prepend underscore,
837         remove from gtktextlayout.c
838
839 Mon Jan 28 19:57:39 2002  Owen Taylor  <otaylor@redhat.com>
840
841         * modules/input/imhangul.c modules/input/imhangul-defs.h
842         po/POTFILES.in. Add port of Emacs korean-hangul input
843         method from Yusuke Tabata (#67665)
844
845 Mon Jan 28 18:25:10 2002  Owen Taylor  <otaylor@redhat.com>
846
847         * gtk/gtkentry.c (gtk_entry_draw_frame): Paint shadow
848         before focus to give theme engines a bit morea
849         flexibility. (#69857)
850
851 Mon Jan 28 16:23:20 2002  Jonathan Blandford  <jrb@redhat.com>
852
853         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): no longer
854         g_assert.
855
856 2002-01-28  Jon Trowbridge  <trow@gnu.org>
857
858         * gtk/gtktreeview.c (gtk_tree_view_set_model): When setting the
859         GtkTreeView's model, set prelight_node, prelight_tree,
860         button_pressed_node and button_pressed_tree to NULL. (#69603)
861
862 2002-01-28 Bill Haneman <bill.haneman@sun.com>
863
864         * gtk/gtkstyle.c:
865         Make sure that the default expanders are drawn with
866         an outline thickness appropriate to the size of the
867         expanders (RINT expander_size/7).
868         Added static gtk_style_draw_polygon_with_gc(), to
869         reduce code duplication.
870
871         * gtk/gtktreeview.c: (gtk_tree_view_bin_expose):
872         Use focus_line_thickness when drawing focus lines.
873
874         * gtk/gtktreeviewcolumn.c:(gtk_tree_view_column_cell_get_size):
875         Adjust requested width to include focus line thickness.
876         (gtk_tree_view_column_cell_render_or_focus):
877         Calculate a focus line rectangle which gets larger as the focus
878         line thickness increases, to avoid overwriting cell content.
879         Render left-aligned content at x+focus_line_width.
880         (gtk_tree_view_column_cell_draw_focus):
881         Don't draw a focus line around an editable text cell, since the
882         text caret already indicates keyboard focus.
883         Pass a GtkStateType appropriate to the focussed cell's state
884         to gtk_paint_focus.
885
886 Mon Jan 28 14:44:40 2002  Jonathan Blandford  <jrb@redhat.com>
887
888         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): Only
889         activate/edit the row if shift is not pressed, #69248
890
891 2002-01-28  Anders Carlsson  <andersca@gnu.org>
892
893         * gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
894
895 2002-01-28  Matthias Clasen  <matthiasc@poet.de>
896
897         * gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,
898         gtkcellrenderer.c,gtkcellrendererpixbuf.c,gtkcombo.c,
899         gtkcontainer.c,gtkcurve.c,gtkframe.c,gtklabel.c,
900         gtkmessagedialog.c,gtknotebook.c,gtkspinbutton.c,gtktable.c,
901         gtktext.c,gtktextview.c,gtktreeview.c,gtktreeviewcolumn.c,
902         gtkviewport.c,gtkwidget.c}: General property notification 
903         cleanup. (#69066)
904
905 2002-01-28  Anders Carlsson  <andersca@gnu.org>
906
907         * gtk/gtkaccelgroup.c (gtk_accel_groups_activate): & with the
908         default mod mask so accels work when numlock is on.
909
910 Sun Jan 27 23:23:23 2002  Kristian Rietveld  <kris@gtk.org>
911
912         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_mark_invalid (my previous
913         commit already needed this ...)
914
915 Sun Jan 27 22:13:02 2002  Kristian Rietveld  <kris@gtk.org>
916
917         Fix for bug #69586
918
919         * gtk/gtktreeprivate.h: get rid of tab_offset, introduce
920         expander_size
921
922         * gtk/gtktreeview.c: get rid of ->priv->tab_offset, introduce
923         expander_size caching (from style), fix CELL_HEIGHT macro,
924         use MAX ("RBNODE_HEIGHT", expander_size) (differs per case) for
925         row height calculation, added style_set callback
926
927 2002-01-27  Anders Carlsson  <andersca@gnu.org>
928
929         * gtk/gtklabel.c (gtk_label_create_window): Set the cursor to
930         GDK_XTERM.
931
932         * gtk/gtktextview.h (struct _GtkTextView): add mouse_cursor_obscured.
933
934         * gtk/gtkentry.h (struct _GtkEntry): Add mouse_cursor_obscured.
935
936         * gtk/gtktextview.c (set_invisible_cursor): New function.
937         (gtk_text_view_obscure_mouse_cursor): Likewise.
938         (gtk_text_view_key_press_event): Call obscure_cursor if text 
939         has been inserted.
940         (gtk_text_view_motion_event): Restore the mouse cursor.
941
942         * gtk/gtkentry.c (gtk_entry_realize): Add GDK_POINTER_MOTION_MASK.
943         (set_invisible_cursor): New function.
944         (gtk_entry_obscure_mouse_cursor): Likewise.
945         (gtk_entry_key_press): call obscure_cursor if text has been inserted.
946         (gtk_entry_motion_notify): Restore the mouse cursor.
947
948 2002-01-27  Sven Neumann  <sven@gimp.org>
949
950         * gtk/gtkstyle.c (sanitize_size): removed unused return value.
951
952 Sat Jan 26 19:27:23 2002  Owen Taylor  <otaylor@redhat.com>
953
954         * gtk/gtksocket.c (gtk_socket_grab_notify): Don't
955         send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)
956
957 Sat Jan 26 19:04:37 2002  Owen Taylor  <otaylor@redhat.com>
958
959         * gtk/gtkmain.c (check_is_grabbed): Return FALSE not true
960         in the grab_widget == NULL case. (Bug reported by 
961         Padraig O'Briain, #69735)
962
963         * gtk/gtkplug.c (handle_modality_on): Realize the modality
964         window so gtk_widget_event() doesn't complain :-((((.
965
966 2002-01-25  Federico Mena Quintero  <federico@ximian.com>
967
968         Merge from gdk-pixbuf stable.
969
970         * gdk/gdkpixbuf-drawable.c (rgb565msb): Fixed the endianness
971         conversion --- swap the individual 16 bit values instead of taking
972         everying as a 32 bit value.
973         (rgb565lsb): Likewise.
974         (rgb555lsb): Likewise.
975         (rgb555msb): Likewise.
976
977 2002-01-25  Alex Larsson  <alexl@redhat.com>
978
979         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_drawable_impl_fb_class_init):
980         Implement copy_to_image instead of get_image
981         
982         * gdk/linux-fb/gdkimage-fb.c:
983         Implement _gdk_image_new_for_depth, _gdk_windowing_get_bits_for_depth and
984         _gdk_fb_copy_to_image.
985         Based in part on patch from Mathieu Lacage <mathieu_lacage@realmagic.fr>
986
987         * gdk/linux-fb/gdkmain-fb.c:
988         Make ENABLE_FB_MANAGER region larger.
989
990         * gdk/linux-fb/gdkprivate-fb.h:
991         Change _gdk_fb_get_image to _gdk_fb_copy_to_image.
992
993 2002-01-25  Sven Neumann  <sven@gimp.org>
994
995         * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
996         that gtk-doc doesn't get confused.
997
998 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
999
1000         * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
1001         that the passed in arrow is always _UP or _DOWN, this catches
1002         false invocations which lead to drawing artefacts.
1003         (start_spinning): likewise, i.e. sanity check the passed in arrow.
1004         (gtk_spin_button_button_release): fix arrow redrawing.
1005         (gtk_spin_button_button_press): must set click_child for
1006         button3 even if we don't take spinning action right away.
1007
1008         * gtk/gtkspinbutton.h (struct _GtkSpinButton): document
1009         valid values for click_child.
1010
1011 Thu Jan 24 23:03:24 2002  Kristian Rietveld  <kris@gtk.org>
1012
1013         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): update docs,
1014         return current FALSE if x is smaller than the current visible area,
1015         not than the requested area, don't correct y coordinate,
1016         TREE_WINDOW_Y_TO_RBTREE_Y will do that. Fixes #67477.
1017
1018 Thu Jan 24 15:41:08 2002  Jonathan Blandford  <jrb@redhat.com>
1019
1020         * gtk/gtktreeview.c
1021          (gtk_tree_view_motion_draw_column_motion_arrow): fix column
1022          reordering fully.
1023          (gtk_tree_view_size_allocate): fix evil bug.
1024
1025 Thu Jan 24 11:53:19 2002  Owen Taylor  <otaylor@redhat.com>
1026
1027         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't clear
1028         the model until we clean up all the other objects
1029         that might refer to the object.
1030
1031 2002-01-24  Mark McLoughlin  <mark@skynet.ie>
1032
1033         * gtk/gtkaccessible.h: include gtk/gtkwidget.h
1034
1035 Wed Jan 23 20:28:59 2002  Owen Taylor  <otaylor@redhat.com>
1036
1037         * gtk/gtknotebook.c (gtk_notebook_draw_arrow): 
1038         Use insensitive state for insensitive arrows, not
1039         just an "etched state". (#67172, Adrian Custer)
1040
1041 2002-01-23  Manish Singh  <yosh@gimp.org>
1042
1043         * gtk/gtkentry.c (gtk_entry_set_text): use a variable that's actually
1044         been declared.
1045
1046 2002-01-23  Damon Chaplin  <damon@ximian.com>
1047
1048         * configure.in (gtk_doc_min_version): set minimum gtk-doc version to
1049         0.9, since we need to use the new --type-init-func argument for
1050         gtkdoc-scangobj.
1051
1052 2002-01-23  Matthias Clasen  <matthiasc@poet.de>
1053
1054         * gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive
1055         g_return_if_fail() calls. (#57615)
1056
1057         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries): Make
1058         it work for paths with underline accelerators. (#69247)
1059
1060 Wed Jan 23 15:12:16 2002  Owen Taylor  <otaylor@redhat.com>
1061
1062         * gtk/gtkspinbutton.c (gtk_spin_button_state_changed): 
1063         Stop spinning if widget becomes insensitive. (#56248)
1064
1065 Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>
1066
1067         * gtk/gtkspinbutton.c (EPSILON): Decrease value since
1068         we now use doubles.
1069
1070 Tue Jan 22 16:58:37 2002  Jonathan Blandford  <jrb@redhat.com>
1071
1072         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug
1073         I introduced accidentally, #69358
1074
1075 2002-01-22 Padraig O'Briain <padraig.obriain@sun.com>
1076
1077         * gtk/gtktreestore.c (gtk_tree_store_iter_children):
1078         Update last change to prevent core dump
1079
1080 Mon Jan 21 01:21:54 2002  Kristian Rietveld  <kris@gtk.org>
1081
1082         * gtk/gtktreestore.c: add some more stamp checks (pointed out
1083         by Anders Carlsson)
1084
1085         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): don't
1086         assume _row_changed will insert sort (because _row_changed doesn't
1087         need to follow this signal), so apply insert sort here
1088         (gtk_tree_model_sort_level_find_insert): header doesn't need to be
1089         set here, so use a return instead of g_return_val_if_fail.
1090
1091 Mon Jan 21 18:28:17 2002  Jonathan Blandford  <jrb@redhat.com>
1092
1093         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update
1094         top_row.  Remove extraneous print statements.
1095
1096 2002-01-21  Matthias Clasen  <matthiasc@poet.de>
1097
1098         * gtk/gtkitemfactory.c (gtk_item_factory_popup, 
1099         gtk_item_factory_popup_with_data): Document allowed values
1100         for ifactory.
1101
1102         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entry): Make 
1103         it work for paths with underline accelerators.
1104
1105 Fri Jan 18 16:31:21 2002  Jonathan Blandford  <jrb@redhat.com>
1106
1107         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): only resize the
1108         window.
1109
1110 Mon Jan 21 11:56:31 2002  Owen Taylor  <otaylor@redhat.com>
1111
1112         * gtk/gtkentry.c (gtk_entry_real_activate): Trap the 
1113         case where there is no default widget and the entry
1114         is the focus widget, since this also causes infinite
1115         recursion. (#69158)
1116
1117 Mon Jan 21 11:46:39 2002  Owen Taylor  <otaylor@redhat.com>
1118
1119         * gdk/gdk.c (gdk_init_check): Set the fallback program class here,
1120         rather than lazilygdk_get_program_class(), since we don't want
1121         -name to override it. (#69123, Ryan Lovett)
1122
1123 Mon Jan 21 10:29:45 2002  Owen Taylor  <otaylor@redhat.com>
1124
1125         * gdk/gdk.c: Fix wrong types for command line arguments 
1126         (#69124, Ryan Lovett)
1127
1128         * gdk/gdk.c (gdk_arg_context_parse): Fix bug in parsing
1129         parsing '--arg VALUE'.
1130
1131         * gdk/gdk.c: Remove unused variable gdk_error_trap_free_list.
1132
1133 2002-01-21  Havoc Pennington  <hp@pobox.com>
1134
1135         * gdk/gdkwindow.c (gdk_window_add_filter): mention that window 
1136         arg can be NULL
1137
1138 Sat Jan 19 20:49:41 2002  Kristian Rietveld  <kris@gtk.org>
1139
1140         * demos/gtk-demo/editable_cells.c: fix a load of open line ends
1141         (cell_edited): modified patch from German Poo Caaman~o
1142         to fix up old_text declaration and free the memory
1143         (do_editable_cells): unref the model after creating the treeview
1144
1145         * demos/gtk-demo/list_store.c: fix a load of open line ends,
1146         (add_columns): set the sort column id, so we can sort
1147
1148         * demos/gtk-demo/tree_store.c: fix a load of open line ends,
1149         (do_tree_store): unref the model after creating the treeview
1150
1151 2002-01-19  Havoc Pennington  <hp@pobox.com>
1152
1153         * gtk/gtkwindow.c: link to new X11 section in a lot of places when
1154         mentioning the window manager.
1155
1156         * gtk/gtkwidget.c (gtk_widget_hide_on_delete): don't mention
1157         window manager since we're portable.
1158
1159 Sat Jan 19 08:47:41 2002  Jeff Garzik  <jgarzik@mandrakesoft.com>
1160
1161         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
1162         Wrap case values in GPOINTER_TO_UINT().  Fixes build with gcc 3.x.
1163
1164         * gtk/gtkmain.c:  Include sys/types.h if G_OS_UNIX.
1165         Fixes build with gcc 3.x and -ansi.
1166
1167 Fri Jan 18 23:01:37 2002  Owen Taylor  <otaylor@redhat.com>
1168
1169         * gtk/gtkrc.c (gtk_rc_parse_style): Fix problems when
1170         an engine declaration occurs in a reopened style, and
1171         g_free() of objects when errors occur.
1172
1173 2002-01-18  Matthias Clasen  <matthiasc@poet.de>
1174
1175         * gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action):
1176         Clarify documentation. (#69026)
1177
1178         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix 
1179         missing initialization of adjustment. (#69025)
1180
1181 2002-01-17  Raja R Harinath  <harinath@cs.umn.edu>
1182
1183         Simplify Makefiles. 
1184         <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>
1185         * gdk/Makefile.am: Remove use of automake conditionals to pick
1186         library to build.
1187         * gtk/Makefile.am: Likewise.
1188         
1189         * gdk/Makefile.am (LDFLAGS): Use $(libdir), not @prefix@/lib.
1190         * gtk/Makefile.am (LDFLAGS): Likewise.
1191
1192 Thu Jan 17 20:13:14 2002  Owen Taylor  <otaylor@redhat.com>
1193
1194         * gtk/gtknotebook.c (gtk_notebook_redraw_tabs): Fix
1195         missing allocation.x/y offsets. (#68962, Jacob
1196         Berkman)
1197
1198         * gtk/gtknotebook.c (gtk_notebook_size_allocate):
1199         Queue a redraw on the entire widget if we hide
1200         the last page or show the first. (Also #68962)
1201         
1202 2002-01-17  Havoc Pennington  <hp@redhat.com>
1203
1204         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): change
1205         GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it
1206         starts to go up/down paragraphs. This makes Ctrl+Up/Ctrl+Down work
1207         as in the keynav spec, though it makes the interpretation of
1208         GTK_MOVEMENT_PARAGRAPHS different from the interpretation of some
1209         of the other GTK_MOVEMENT_ thingies, maybe, as if that enum makes
1210         any sense anyhow.
1211
1212 Thu Jan 17 16:34:55 2002  Jonathan Blandford  <jrb@redhat.com>
1213
1214         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): For
1215         some reason, I was activating a row while just selecting it.
1216         Reported by andersca.
1217         (gtk_tree_view_size_request): add a
1218         validate_rows_handler to give us a rough width of the widget.
1219
1220         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
1221         Queue a resize here just in case.  It's needed in over half the
1222         cases, and I don't want to do a diff to figure out exactly when
1223         it's needed.
1224
1225 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
1226
1227         * gtk/gtkinputdialog.c,
1228         gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
1229         Mark children as composite. (#66360)
1230
1231         * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
1232         composite children some more. (#66360)
1233
1234 2002-01-17  Havoc Pennington  <hp@redhat.com>
1235
1236         * gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new
1237         function (which I then decided not to use but I think it's needed
1238         to fix #68963
1239
1240         * gtk/gtktextview.c: add page_horizontally action signal and
1241         implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig, 
1242         hackily modified to avoid adding GTK_MOVEMENT_ API. Part of 
1243         #53934
1244
1245         * gtk/gtkmarshalers.list: add NONE:INT,BOOL
1246
1247 Thu Jan 17 17:02:38 2002  Owen Taylor  <otaylor@redhat.com>
1248
1249         * gtk/gtkwidget.c (gtk_widget_real_unrealize): Call
1250         gtk_selection_remove_all() here, not in destroy/
1251         finalize. (#66636, Sergey Vlasov)
1252
1253         * gtk/gtkselection.c (gtk_selection_request): Fix
1254         reentrancy problem with multiple conversions.
1255
1256         * gtk/gtkselection.c (gtk_selection_remove_all): 
1257         Don't remove incrs, we don't need the widget for
1258         maintain the incr.
1259
1260         * gtk/gtkselection.c (struct _GtkIncrInfo): Remove
1261         the widget field from here, we don't need it.
1262
1263 Thu Jan 17 13:08:34 2002  Owen Taylor  <otaylor@redhat.com>
1264
1265         * gdk/x11/gdkmain-x11.c (gdk_error_trap_push): Move
1266         here, and save/restore the X error handler to allow
1267         people using GTK+ to set the X error handler to something
1268         custom without disturbing the operation of GDK.
1269
1270         * gdk/linux-fb/gdkmain-fb.c (gdk_error_trap_push) 
1271         * gdk/win32/gdkmain-win32.c (gdk_error_trap_pop): Add
1272         dummy implementations.
1273
1274         * gdk/x11/gdkmain-x11.c gdk/x11/gdkevents-x11.c 
1275         gdk/x11/gdkdnd-x11.c: Use gdk_error_trap_push()/pop()
1276         for all error trapping.
1277
1278         * gdk/x11/gdkdnd-x11.c: Remove '#if 0' code.
1279
1280         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Fix
1281         problem where we would add the results anyways,
1282         and then add it again if no error occurred, and problem
1283         where we could leave _gdk_error_warnings() unset.
1284
1285 Wed Jan 16 20:28:38 2002  Owen Taylor  <otaylor@redhat.com>
1286
1287         * gtk/gtkfilesel.c: Fix "deleting" filename by adding
1288         another boolean parameter to file_selection_populate() -
1289         whether to clear the entry. Also, never fill in the
1290         entry when the user clicks on something in the 
1291         directory list. (#6791, Reported by Jos Dehaes and many,
1292         many, many others.)
1293
1294 2002-01-16  Havoc Pennington  <hp@redhat.com>
1295
1296         * gtk/gtktextview.c (gtk_text_view_scroll_pages): update
1297         cursor_y_pos with clamped delta rather than theoretical delta
1298         (#68788). Also, if we can't page up/down further then jump 
1299         to top/bottom of the document.
1300
1301 Wed Jan 16 19:33:41 2002  Owen Taylor  <otaylor@redhat.com>
1302
1303         * gtk/gtkfilesel.c (gtk_file_selection_map): Refresh
1304         the dialog on map. (#52877, inspired by request from
1305         Murray Cumming)
1306
1307 Wed Jan 16 19:23:04 2002  Owen Taylor  <otaylor@redhat.com>
1308
1309         * gtk/gtkbindings.c (gtk_binding_entry_activate): 
1310         Support "optional" bindings. If a binding signal
1311         has a boolean return value, and returns FALSE it
1312         is as if it didn't exist all.
1313
1314         * gtk/gtkbindings.c (binding_compose_params): Switch
1315         over to GValue.
1316
1317         * gtk/gtknotebook.[ch]: Make the select_page() and
1318         change_current_page() signals only take effect when
1319         the focus is on the tab area so that key presses
1320         in children pass up to the toplevel correctly.
1321
1322 Wed Jan 16 12:16:37 2002  Owen Taylor  <otaylor@redhat.com>
1323
1324         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Fix 
1325         calculation error in the (shouldn't happen) case where
1326         option_menu->height < child_requisition.height. (Patch
1327         from Jacob Berkman, #66969)
1328
1329 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
1330
1331         * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
1332
1333         * gtk/gtkscale.h (gtk_scale_value_width): Remove useless 
1334         compatibility macro. (#67730) 
1335
1336 Wed Jan 16 10:54:38 2002  Owen Taylor  <otaylor@redhat.com>
1337
1338         * configure.in: Fix typo in --help output.
1339         (Arnaud Charlet).
1340
1341 Wed Jan 16 10:18:42 2002  Owen Taylor  <otaylor@redhat.com>
1342
1343         * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add 
1344         gtkstockpixbufs.h.
1345
1346         * configure.in: Make TIFF, JPEG, PNG loaders mandatory
1347         unless you configure with --without-libtiff, etc.
1348         (#54045, Brian Cameron)
1349
1350 2002-01-16  Padraig O'Briain <padraig.obriain@sun.com>
1351
1352         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
1353         Avoid unexpected warning message when navigating menu (#68517)
1354
1355 2002-01-15  Jody Goldberg <jody@gnome.org>
1356
1357         * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
1358         GtkLayout may have been scrolled _before_ it was realized.
1359
1360 Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>
1361
1362         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
1363         the timer on destroy, or when we are notified that we are
1364         shadowed by a modal dialog.
1365
1366         * gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
1367         not needed any more.
1368
1369         * gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
1370         weren't sent out for the default grab group.
1371
1372         * gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
1373         were getting events because they were part of the previous grab.
1374
1375 Tue Jan 15 12:23:33 2002  Owen Taylor  <otaylor@redhat.com>
1376
1377         * gtk/gtknotebook.c (gtk_notebook_mnemonic_activate_switch_page): 
1378         focus the activated tab, not the page. (#53612)
1379
1380         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Track
1381         the last focus descendant of the page.
1382
1383         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): If the focus
1384         was on the previous page, move it to the last focused widget /
1385         first element on the new page, if possible, or if not, to the 
1386         notebook itself. (#68224, reported by Jonathan Blandford)
1387
1388         * gtk/gtknotebook.c (focus_tabs_in): Don't focus tabs
1389         tabs aren't visible. (#65462, Damon Chaplin, fixed based 
1390         on patch from Anders Carlsson)
1391
1392 2002-01-15            Vitaly Tishkov       <tvv@sparc.spb.su>
1393
1394         * gtk/gtkstyle.c
1395         a misprint in documentation for gtk_style_render_icon () is fixed
1396
1397 Mon Jan 14 23:21:47 2002  Tim Janik  <timj@gtk.org>
1398
1399         * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after
1400         mapping child, so we don't loose events.
1401
1402 2002-01-15  Sven Neumann  <sven@gimp.org>
1403
1404         * gtk/gtkaccellabel.h
1405         * gtk/gtkitemfactory.c: fixed documentation by syncing the parameter
1406         names used in headers and code.
1407
1408 2002-01-14  jacob berkman  <jacob@ximian.com>
1409
1410         * gtk/gtkrc.c (gtk_rc_get_im_module_path): close a comment block
1411
1412 Tue Jan 15 01:13:51 2002  Kristian Rietveld  <kris@gtk.org>
1413
1414         * gtk/gtktreemodelsort.c: fix a load of open line ends,
1415         (gtk_tree_model_sort_set_model): only free root level if it's
1416         !NULL
1417
1418 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
1419
1420         * gtk/gtkoldeditable.c, gtk/gtkrc.c, 
1421         gtk/gtkstyle.c: Documentation additions.
1422
1423         * gtk/gtkmenu.c (gtk_menu_set_accel_path),
1424         gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), 
1425         gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes.
1426
1427         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document.
1428
1429         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use.
1430
1431 Mon Jan 14 17:14:13 2002  Owen Taylor  <otaylor@redhat.com>
1432
1433         * gdk/x11/gdkselection-x11.c (sanitize_utf8): Don't
1434         mangle sequences of consecutive \n or \r.
1435
1436 Mon Jan 14 17:42:28 2002  Jonathan Blandford  <jrb@redhat.com>
1437
1438         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): allow cancel to
1439         happen.
1440
1441         * gtk/gtktreeview.c (install_presize_handler): only install the
1442         handler if we're realized, #68056
1443
1444 Mon Jan 14 16:35:58 2002  Owen Taylor  <otaylor@redhat.com>
1445
1446         * gtk/gtkwindow.c (gtk_window_move_resize): Unset 
1447         initial_pos_set after the first configure request.
1448
1449 2002-01-13  Jody Goldberg <jody@gnome.org>
1450
1451         * gtk/gtktexttag.c (get_color_arg) : set_boxed will copy the color
1452           and will use a mem_chunk to do it.  Avoid an unnecessary copy, a
1453           leak, and confusion.
1454
1455 Sun Jan 13 23:23:22 2002  Owen Taylor  <otaylor@redhat.com>
1456
1457         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
1458         widget->requisition was being used instead of
1459         gtk_widget_get_child_requisition (), causing geometry widgets
1460         with usizes to misbehave.
1461
1462 2002-01-14  Sven Neumann  <sven@gimp.org>
1463
1464         * gtk/gtkrc.c: g_getenv() returns a const string.
1465
1466 2002-01-14  Hasbullah Bin Pit  <sebol@ikhlas.com>
1467
1468         * configure.in: Added ms at ALL_LINGUAS.
1469         * po/ms.po: Added Malay Translation.
1470
1471 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
1472
1473         * gtk/gtkitemfactory.c: Documentation.
1474
1475 2002-01-13  Sven Neumann  <sven@gimp.org>
1476
1477         * gdk/gdkwindow.c: documentation cleanups.
1478
1479 Sun Jan 13 01:15:45 2002  Kristian Rietveld  <kris@gtk.org>
1480
1481         * gtk/gtktreemodelsort.c: various cleanups,
1482         (get_child_iter_from_elt): removed,
1483         (gtk_tree_model_sort_elt_get_path): rewritten to be a lot cleaner
1484         and especially faster,
1485         (gtk_tree_model_convert_iter_to_child_iter): use
1486         gtk_tree_model_sort_elt_get_path
1487
1488 Sat Jan 12 16:57:31 2002  Kristian Rietveld  <kris@gtk.org>
1489
1490         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
1491         revert Owen's change (using a strdupped string as object data), so
1492         the interactive search works again
1493
1494 2002-01-11  Havoc Pennington  <hp@pobox.com>
1495
1496         * gtk/gtklabel.c: put in more links to Pango markup format docs
1497         (gtk_label_set_justify): mention gtk_misc_set_alignment
1498
1499 2002-01-12  Tor Lillqvist  <tml@iki.fi>
1500
1501         Fixes contributed by Archaeopteryx Software: This is a first small
1502         part of their changes. Will commit more later.
1503         
1504         * gdk/win32/*.c: Add some more checks for failed GDI calls. If a
1505         call fails, don't use bogus values.
1506
1507          gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): Plug
1508         memory leak: g_free() the AND and XOR bitmaps after use.
1509         (_gdk_cursor_destroy): If we are destroying the current Windows
1510         cursor, set the Windows cursor to none first.
1511
1512         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old
1513         brush that was in the DC, like the win32-procution branch does. I
1514         guess this plugs a resource leak? With the HDC cache, the old
1515         brush might be something we created ourselves, and not a stock
1516         brush. And it doesn't do any harm to call DeleteObject on stock
1517         brushes.
1518
1519         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_finalize): If
1520         the window has a cursor which is the current Windows cursor,
1521         before destroying it set the current Windows cursor to none.
1522         (gdk_window_set_cursor): Also here, if destroying the current
1523         Windows cursor, set the current Windows cursor to none first.
1524         (gdk_window_get_pointer): Revamp logic.
1525         
1526 2002-01-10  jacob berkman  <jacob@ximian.com>
1527
1528         * gtk/gtkwidget.c (gtk_widget_add_events): actually iterate
1529         through the list rather than infinitely loop
1530
1531 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
1532
1533         * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
1534         reset_rc_styles_recurse(). (#68084)
1535
1536 2002-01-10            Vitaly Tishkov       <tvv@sparc.spb.su>
1537         * gtk/gtkimage.c
1538         * gtk/gtkimcontext.c
1539         * gtk/gtktreemodel.c
1540         * gtk/gtktreemodelsort.c
1541         * gtk/gtkwindow.c
1542         fix docs        
1543
1544 Wed Jan  9 20:56:42 2002  Jonathan Blandford  <jrb@redhat.com>
1545
1546         * gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
1547         symbols because we need them in MyEnhancedXkbTranslateKeyCode.
1548
1549 2002-01-10  Tor Lillqvist  <tml@iki.fi>
1550
1551         Apply the same fixes and improvements as to the
1552         gtk-1-3-win32-production branch: Bug fixes and cleanup of
1553         selection and DND functionality. Still doesn't work as well as the
1554         win32-production branch, though, but getting closer.
1555
1556         After this, need to add Archaeopteryx Software's OLE2 DND support.
1557
1558         * gdk/win32/gdkselection-win32.c (gdk_selection_owner_set,
1559         gdk_selection_send_notify, generate_selection_notify): Don't use
1560         SendMessage() to generate events for the same app, instead use
1561         gdk_event_put().
1562
1563         * gdk/win32/gdkprivate-win32.h
1564         * gdk/win32/gdkglobals-win32.c
1565         * gdk/win32/gdkmain-win32.c
1566         * gdk/win32/gdkevents-win32.c: Thus, remove declaration, definition,
1567         initialisation and handling of gdk_selection_notify_msg,
1568         gdk_selection_request_msg and gdk_selection_clear_msg. 
1569
1570         * gdk/win32/gdkselection-win32.c (gdk_text_property_to_text_list,
1571         gdk_free_text_list, gdk_string_to_compound_text,
1572         gdk_free_compound_text): Implement trivially, witrh a text_list
1573         always having a single element, and a compound text always
1574         consisting of just a single (UTF-8!) string. Let's see how well
1575         this works.
1576
1577         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
1578         non-ASCII paste from the clipboard: Try getting the same formats
1579         from the Windows clipboard that gdk_property_change() puts there:
1580         CF_UNICODETEXT, UTF8_STRING or CF_TEXT+CF_LOCALE.
1581
1582         * gdk/win32/gdkproperty-win32.c (gdk_property_change): When
1583         storing text on the clipboard, handle non-ASCII text
1584         correctly. The logic is as follows:
1585
1586         If we have only ASCII characters, use CF_TEXT.
1587
1588         Else, if we are on NT, use CF_UNICODETEXT.
1589
1590         Else (we are on Win9x), if all the characters are present in the
1591         code page of some installed locale, use CF_TEXT and also set
1592         CF_LOCALE to that locale.
1593
1594         Else (still on Win9x) store as RTF. We use a very simple RTF
1595         string, just the text, no fonts or other crap, with the non-ASCII
1596         characters as Unicode \uN keywords. Additionally, also store the
1597         UTF-8 string as such, under the format "UTF8_STRING", so that GDK
1598         can also paste from the Clipboard what it has copied there. (Thus
1599         no need to implement any RTF parser.)
1600         
1601         (find_common_locale): New function, implements the search for a
1602         locale for case 3 above.
1603
1604         * gdk/win32/gdkglobals-win32.c: New global variables
1605         compound_text, text_uri_list, utf8_string, cf_rtf and
1606         cf_utf8_string.
1607
1608         * gdk/win32/gdkim-win32.c (_gdk_ucs2_to_utf8): New function,
1609         converts from a wchar_t string to UTF-8.
1610         (_gdk_utf8_to_ucs2): Rename from _gdk_win32_nmbstowchar_ts.
1611         (_gdk_utf8_to_wcs): Rename from gdk_nmbstowchar_ts.
1612
1613         * gdk/win32/gdkevents-win32.c (build_keypress_event): Use
1614         _gdk_ucs2_to_utf8().
1615
1616         * gdk/win32/gdkselection-win32.c: Remove some unnecessary logging.
1617
1618         * gdk/win32/gdkdnd-win32.c: Plug memory leaks, the
1619         gdk_drag_context_ref() was called unnecessarily in a couple of
1620         places, meaning drag contexts were never freed. The same memory
1621         leaks seem to be present in gdk/linux-fb/gdkselection-fb.c, BTW.
1622
1623         (gdk_drop_reply): For WIN32_DROPFILES drops, free the temporarily
1624         stored file list.
1625
1626         * gdk/win32/gdkselection-win32.c: Clarify the use of the
1627         sel_prop_table. Now it is used only for storing the GDK_SELECTION
1628         "properties".
1629
1630         The file names dropped with WM_DROPFILES -style DND is stored
1631         temporarily (between the drop and the target picking them up) in a
1632         separate place.
1633
1634         Have a separate hash table to map selection atoms to owner
1635         windows. This used to be quite mixed up.
1636
1637         (_gdk_dropfiles_store): New function, to store the dropped file
1638         list for the drop target to possibly fetch, and clear it
1639         afterwards, from gdk_drop_reply().
1640
1641         (gdk_selection_owner_get): Much simplified now.
1642
1643 2002-01-09  jacob berkman  <jacob@ximian.com>
1644
1645         * gtk/gtklayout.c (gtk_layout_style_set): set the background of
1646         our bin window also (fixes #58957)
1647
1648 Wed Jan  9 19:10:07 2002  Jonathan Blandford  <jrb@redhat.com>
1649
1650         * gtk/gtktreeselection.c
1651         (_gtk_tree_selection_internal_select_node): Now we test we can
1652         unselect nodes before selecting new ones.
1653         (gtk_tree_selection_real_select_node): be careful comparing booleans.
1654
1655 Wed Jan  9 21:31:44 2002  Kristian Rietveld  <kris@gtk.org>
1656
1657         * gtk/gtkliststore.c (gtk_list_store_sort): pass NULL to
1658         gtk_tree_model_rows_reordered and not an iter with user_data
1659         set to NULL (which is an invalid liststore iter, so
1660         iter_n_children failed, etc)
1661
1662 2002-01-09  Sven Neumann  <sven@gimp.org>
1663
1664         * tests/prop-editor.c: declared internal functions static.
1665         
1666 Wed Jan  9 11:13:12 2002  Owen Taylor  <otaylor@redhat.com>
1667
1668         * gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path): 
1669         Fix problem with menus without accel groups, such as the
1670         menus for option menus.
1671
1672         * gtk/gtkpaned.c (gtk_paned_expose): Only conditionalize
1673         drawing of handle on whether both children are visible,
1674         not the drawing of the other child!. (#68325, Diego Gonzalez)
1675
1676 Wed Jan  9 10:20:16 2002  Owen Taylor  <otaylor@redhat.com>
1677
1678         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkgc-c11.c: Check for
1679         RENDER before trying to use it... XRenderFindFormat() prints
1680         warnings if called when extension isn't present.
1681
1682 Wed Jan  9 15:20:40 2002  Tim Janik  <timj@gtk.org>
1683
1684         * gtk/gtkmenuitem.c (gtk_menu_item_parent_set): update the accel
1685         path upon parent changes.
1686
1687 Wed Jan  9 13:20:14 2002  Tim Janik  <timj@gtk.org>
1688
1689         * gtk/gtkviewport.c (gtk_viewport_size_allocate): small but important
1690         fix to force vadjustments at size_alocate time from Xavier Ordoquy
1691         <mcarkan@users.sourceforge.net>.
1692
1693 Wed Jan  9 11:23:39 2002  Tim Janik  <timj@gtk.org>
1694
1695         * gtk/gtklayout.c (gtk_layout_get_property): 
1696         * gtk/gtkspinbutton.c (gtk_spin_button_get_property): 
1697         * gtk/gtktreeview.c (gtk_tree_view_get_property): 
1698         * gtk/gtkwidget.c (gtk_widget_get_property): 
1699         * gtk/gtkfontsel.c (gtk_font_selection_get_property): 
1700         * gtk/gtkrange.c (gtk_range_get_property):
1701         * gtk/gtkviewport.c (gtk_viewport_get_property):
1702         * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
1703         possible NULL pointer.
1704
1705 2002-01-08  Mike Kestner  <mkestner@speakeasy.net>
1706
1707         * gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
1708         * gtk/gtktreednd.h : ditto.
1709         * gtk/gtktreemodel.h : ditto.
1710         * gtk/gtktreesortable.h : ditto.
1711         * gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
1712
1713 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
1714
1715         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
1716         than XIDs in the docs.
1717
1718         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
1719
1720 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
1721
1722         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
1723         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
1724
1725 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
1726
1727         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
1728         Handle TOGGLE/RADIOBUTTON as well. (#68201,
1729         Damon Chaplin.)
1730
1731         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
1732         bug, just introduced.
1733
1734 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
1735
1736         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
1737         translations, once and for all.
1738
1739         * gtk/gtktextbuffer.c (paste_from_buffer): Free
1740         the ClipboardRequest structure. (#66198, HideToshi
1741         Tajima)
1742
1743 2002-01-08  jacob berkman  <jacob@ximian.com>
1744
1745         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
1746         the child rather than the layout. see bug #68263
1747
1748 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
1749
1750         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
1751         the handle if we aren't showing both children.
1752         (#68135, Diego Gonzalez)
1753
1754 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
1755
1756         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
1757         leak of result of gtk_container_get_children().
1758
1759 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
1760
1761         * gtk/gtktoolbar.c: Fix leaks of results of
1762         gtk_container_get_children(). (#68199, Damon Chaplin)
1763
1764 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
1765
1766         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
1767         Fix problem where child->requisition was accessed
1768         directly instead of calling get_child_requisition()
1769         (#68199, Damon Chaplin)
1770
1771 2001-01-08  James Henstridge  <james@daa.com.au>
1772
1773         * gtk/gtkstyle.c: add trailing */ on doc comment.
1774
1775 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
1776
1777         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
1778         problem where were the offset into the image was passed
1779         into convert_to_format() wrong.
1780
1781         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
1782         gdk_x11_drawable_update_picture_clip () before using
1783         the picture; allow update_picture_clip() to take a NULL gc
1784         to mean no clipping.
1785
1786 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
1787
1788         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
1789
1790         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
1791
1792         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
1793
1794         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
1795
1796         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
1797         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
1798         gtk_widget_push_composite_child), gtk/gtkdialog.c 
1799         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
1800         from messing up the indentation of inline examples.     
1801
1802         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
1803         instead of getenv().
1804
1805         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
1806         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
1807         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
1808
1809         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
1810         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
1811         Document.
1812
1813 2002-01-07  Anders Carlsson  <andersca@gnu.org>
1814
1815         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
1816         unused pixels and rowstride variables.
1817         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
1818
1819 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
1820
1821         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
1822         the pointer by x/y_offset into the new window when we found
1823         the drag destination.
1824
1825         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
1826         for simulation when the entry already contains the required
1827         accel key and mod.
1828
1829 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
1830  
1831         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
1832         G_DISABLE_CAST_CHECKS.
1833
1834         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
1835         gtk_accel_group_query, gtk_accel_group_find,
1836         gtk_accel_groups_from_object): Document.
1837
1838         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
1839
1840 2002-01-04  Hans Breuer  <hans@breuer.org>
1841
1842         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
1843         need to cast image->mem away from void* to avoid 
1844         'error C2036: 'void *' : unknown size'. Doing pointer 
1845         arithmetics on void pointers is a GCCism afaik.
1846
1847         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
1848         _gdk_draw_pixbuf ()
1849
1850         * gdk/makefile.msc gdk/win32/makefile.msc 
1851         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
1852
1853         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
1854         and take care of image->visual possibly NULL.
1855
1856         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
1857         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
1858         Again take care of image->visual possibly NULL.
1859
1860         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
1861
1862         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
1863         instead of private field access
1864
1865         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
1866         colormap setting to the gdk-X behaviour
1867
1868 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
1869
1870         * gtk/gtkwidget.c: Documentation additions.
1871
1872 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
1873
1874         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
1875
1876         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
1877
1878 2002-01-04  Havoc Pennington  <hp@pobox.com>
1879
1880         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
1881         
1882 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
1883
1884         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
1885         don't infinite loop if the widget and window heirarchies
1886         don't correspond.
1887
1888         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
1889         in heirarchy in ::drag_motion, ::drag_drop callbacks
1890         by referencing child widget lists. (Patch from Tim)
1891
1892         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
1893         with widgets where window.x != widget->allocation.x
1894
1895 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
1896
1897         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
1898         a little bit. (More for consistency than because it
1899         makes much of a difference.)
1900
1901 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
1902
1903         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
1904         (_gdk_x11_have_render): Private function to tell if we have RENDER
1905         extension.
1906
1907         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
1908         None if we don't have RENDER extension.
1909
1910         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
1911         use Xft unless we have render extension.
1912
1913         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
1914         Handle missing render extension.
1915
1916         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
1917         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
1918         to the GdkDrawable vtable that extends get_image() to allow
1919         copying onto existing images.  Make the default implementation of
1920         get_image() use this so that backends don't have to implement
1921         both. Add private wrapper _gdk_drawable_copy_to_image().
1922
1923         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
1924         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
1925         copy_to_image() semantics, speed up by using ShmPixmaps and
1926         XCopyArea when possible, XFlush() after ungrabbing the server,
1927         generally redo the logic once again.
1928
1929         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
1930         _gdk_windowing_bits_per_depth(): Function to convert from depth to
1931         bits-per-pixel. (We assume only one bpp per depth - X requires
1932         this.)
1933
1934         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
1935         scratch image code into a generic _gdk_image_get_scratch() chunk
1936         of code that we can use other places we need scratch images.
1937
1938         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
1939         Add _gdk_image_new_for_depth() as the backend 
1940         to _gdk_image_new() to allowing creating images with
1941         a depth and no visual.
1942
1943         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
1944         parts of images not at 0,0 actually works.
1945
1946         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
1947         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
1948          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
1949           _gdk_draw_pixbuf() [ will be made public later ], to allow 
1950           backends to accelerate drawing pixbufs. 
1951          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
1952            to be the default implementation. 
1953          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
1954          - Optimize the default implementation by using 
1955            _gdk_image_copy_to_pixmap() and scratch shared images, and
1956            special casing the compositing.
1957
1958         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
1959         with alpha using the RENDER extension.
1960
1961         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
1962         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
1963
1964         * tests/testrgb.c: Add test for speed of alpha composition,
1965         reduce the number of iterations since alpha composition
1966         can be a bit slow.
1967
1968         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
1969         Private function to get a ShmPixmap for an image, if possible.
1970
1971 2002-01-04  Anders Carlsson  <andersca@gnu.org>
1972
1973         * tests/testtreesort.c: Add my cool list of integers.
1974
1975 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
1976
1977         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
1978         problem where retrieved atoms weren't properly returned.
1979
1980 2002-01-03  Anders Carlsson  <andersca@gnu.org>
1981
1982         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
1983         tab is pressed and the text view isn't editable, 
1984         move the focus instead.
1985
1986         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
1987         necessary.
1988
1989         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
1990
1991         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
1992
1993         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
1994         if it's NULL.
1995
1996         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
1997         _gtk_tree_view_queue_draw_node.
1998         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
1999
2000         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
2001         sort_column_id can be 0.
2002
2003         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
2004         Only redraw one the node being selected.
2005
2006         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
2007         
2008 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
2009
2010         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
2011         realized but visible && !mapped resize containers (which is
2012         possible with unset CHILD_VISIBLE now).
2013
2014 2002-01-02  jacob berkman  <jacob@ximian.com>
2015
2016         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
2017         libsomething_la_LDFLAGS, so fix the build again
2018
2019 2002-01-01  Havoc Pennington  <hp@pobox.com>
2020
2021         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
2022         exposes to no window children not in the buffer window.
2023         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
2024         - is this the right way to do it?
2025         (gtk_text_view_focus): add focus method, just chains up for now, 
2026         I'm not sure why the GtkContainer implementation doesn't work
2027
2028         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
2029         in the text line for the child anchor segment
2030
2031         * tests/testtext.c (do_add_focus_children): add another test
2032         example (to put focusable buttons into the widget)
2033
2034 2002-01-01  Havoc Pennington  <hp@pobox.com>
2035
2036         * docs/README.linux-fb: note that this file is obsolete
2037
2038         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
2039         files that they should not be edited and look in the reference 
2040         manual instead. Probably these files should just be replaced by 
2041         the note, and their main contents deleted.
2042
2043         * gtk/gtktextview.c: docs
2044
2045         * gtk/gtktextmark.c: docs
2046
2047         * gtk/gtktextchild.c: docs
2048
2049         * gtk/gtktextbuffer.c: docs stuff
2050
2051         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
2052         give people more leads in sorting out PRIMARY vs. CLIPBOARD
2053
2054 2002-01-01  Tor Lillqvist  <tml@iki.fi>
2055
2056         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
2057         ../gdk-pixbuf/gdk-pixbuf-csource.
2058
2059 2001-12-31  Tor Lillqvist  <tml@iki.fi>
2060
2061         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
2062         handling.
2063         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
2064
2065         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
2066         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
2067         one more place.
2068
2069         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
2070         -Wall.
2071
2072         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
2073
2074 2002-01-01  Havoc Pennington  <hp@pobox.com>
2075
2076         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
2077         fix
2078         
2079 2002-01-01  Havoc Pennington  <hp@pobox.com>
2080
2081         * gtk/gtktextview.c (changed_handler): Replace call to
2082         gtk_widget_size_request() that expected to actually compute the
2083         request with a direct use of widget_class->size_request, so we get
2084         our size request right; fixes remaining part of #63065 reported by
2085         Matthias Clasen
2086
2087 2001-12-31  Havoc Pennington  <hp@pobox.com>
2088
2089         * tests/testtext.c (do_insert_and_scroll): remove backward_char
2090         since we no longer have bogus newline
2091         (dialog_response_callback): remove another backward_char horkage, 
2092         reported by Matthias Clasen #63065
2093
2094 2001-12-31  Havoc Pennington  <hp@pobox.com>
2095
2096         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
2097         fix an incorrect assertion that the "valid" flag is always correct
2098         in a node and add explanatory comment. This keeps me from 
2099         reproducing #59101, but I'm remembering that 59101 was actually 
2100         about incorrect pixel totals, so I'm not sure 59101 is actually 
2101         fixed. May just have stopped happening due to some change in 
2102         how C-k works.
2103
2104 2001-12-31  Havoc Pennington  <hp@pobox.com>
2105
2106         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
2107         selection if shift is down, bug #50939
2108         (gtk_text_view_button_press_event): add double/triple click
2109         selection to the current selection if shift is down
2110
2111 2001-12-31  Havoc Pennington  <hp@pobox.com>
2112
2113         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
2114         to use ensure_byte_offsets not ensure_char_offsets, patch 
2115         from Padraig O'Briain bug #67356
2116         
2117 2001-12-30  Havoc Pennington  <hp@pobox.com>
2118
2119         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
2120         the right values, reported by Jeff Franks
2121
2122 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
2123
2124         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
2125
2126 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
2127
2128         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
2129         Minor documentation tweaks.
2130
2131 2001-12-28  Tor Lillqvist  <tml@iki.fi>
2132
2133         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
2134         (unicode_classify): Don't return -1 on encountering an
2135         unclassified character, but play it safe and return U_BASIC_LATIN.
2136
2137 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
2138
2139         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
2140         of misc->xpad/ypad consistent with GtkLabel. Do 
2141         directional flipping when interpreting misc->xalign/yalign.
2142         Fix off-by-one error for negative x,y. (#67472, reported
2143         by Mathieu Lacage)
2144
2145 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
2146
2147         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
2148         Remove optimization that was causing problems because
2149         we called gtk_widget_size_request() before we called
2150         gtk_widget_queue_resize() so RESIZE_NEEDED was not
2151         set. Optimization shouldn't mattter now that we
2152         are smart about needlessly size requesting or allocating
2153         widgets. (#67598, reported by Jacob Berkman)
2154
2155 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
2156
2157         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
2158         Call gdk_window_get_pointer() on menu->bin_window not
2159         menu->window, so we get the correct window for the
2160         menu item. (#65213, Guillermo S. Romero)
2161
2162 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
2163
2164         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
2165         the title by setting to NULL. Move docs inline. 
2166         Update the title if the tearoff window already
2167         exists. Code cleanup. (Fixes #65190, reported by
2168         Vitaly Tishkov.)
2169
2170 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
2171
2172         * gtk/gtksocket.c (gtk_socket_key_press_event): 
2173         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
2174         special handling of key presses unless we are doing 
2175         iter-app embedding. (Fixes #67590, Anders Carlsson)
2176
2177 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
2178
2179         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
2180         (gtk_tree_model_sort_sort_level),
2181         (gtk_tree_model_sort_insert_value): fix a few places where
2182         I was confused between modelsort iters and other iters. This was
2183         really going to happen someday ;)
2184
2185 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
2186
2187         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
2188         we are unprelighted before reordering
2189
2190         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
2191         need to break out of the for loop, not return (this fixed
2192         the 'selection freeze' bug).
2193
2194         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
2195         be pretty stable now, though it still needs some more code
2196         cleanups.
2197
2198 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
2199
2200         * docs/Changes-2.0.txt: Document the fact that
2201         gtk_paned_set_handle_size() has been removed.
2202
2203         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
2204         since it pointed to gtk_paned_set_handle_size(), which
2205         was removed. (#66760, Matt Wilson)
2206
2207 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
2208
2209         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
2210         gtk_drag_hightlight_expose _after_, so it works with
2211         widgets that paint there entire background. (#66735)
2212
2213 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
2214
2215         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
2216         allocation to widget->allocation. (Fixes #67290,
2217         Chris Phelps.)
2218
2219 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
2220
2221         (#67542, reported by Anders Carlsson)
2222         
2223         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
2224         rc_style->font_desc with defaul style instead of replacing
2225         it.
2226
2227         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
2228         font descriptions in RC styles by calling
2229         pango_font_description_merge(). 
2230
2231 2001-12-24  James Henstridge  <james@daa.com.au>
2232
2233         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
2234         valid with both SGML and XML.
2235
2236 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
2237
2238         * configure.in: 1.3.12, interface, binary age 0.
2239
2240         * configure.in: Require new versions of Glib, Pango, ATK.
2241
2242         * NEWS: Updated.
2243
2244         * configure.in: Make explicit what libtool we are executing.
2245         (Tomas Ogren)
2246
2247         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
2248
2249         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
2250         parameter names for docs.
2251
2252 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
2253
2254         * gtk/gtkwindow.c (gtk_window_realize) 
2255           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
2256
2257         * gtk/gtkentry.c (gtk_entry_key_release)
2258           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
2259         key release events to the input method.
2260
2261         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
2262         Handle release of Control/Shift to end hex sequence.
2263
2264         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
2265         Handle key releases as well as presses.
2266
2267 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
2268
2269         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
2270
2271         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
2272         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
2273         documentation about underscores and mnemonics. (#66380)
2274
2275         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
2276         cyclic reference in docs.
2277
2278         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
2279         of default value. (#65402)
2280
2281         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
2282         Markup fixes.
2283
2284 2001-12-20  Anders Carlsson  <andersca@gnu.org>
2285
2286         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
2287         map here.
2288
2289 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
2290
2291         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
2292         (reported by Jeff Franks.)
2293
2294 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
2295
2296         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
2297         prototype for direction_changed. (Reported by
2298         Jeff Franks.)
2299
2300 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
2301
2302         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
2303         Fix typo (list->data becomes list->next)
2304
2305 2001-12-06  Havoc Pennington  <hp@redhat.com>
2306
2307         Add Unicode control char menu, based on patch from Dov.
2308         Bug #63495
2309         
2310         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
2311         gtk_entry_enter_text
2312         (gtk_entry_enter_text): function to do "typing in text"
2313         (popup_targets_received): add the Unicode menu items
2314
2315         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
2316         on Input Methods item, and add the unicode menu items.
2317
2318         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
2319         used in GtkEntry and GtkTextView - may become public later.     
2320
2321 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
2322
2323         * gtk/gtkprogressbar.c: Fix a typo.
2324         * gtk/gtkpaned.c: Fix a typo.
2325         
2326 2001-12-15  Darin Adler  <darin@bentspoon.com>
2327
2328         Fix some warnings.
2329
2330         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
2331         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
2332         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
2333         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
2334         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
2335         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
2336         Restructure loop to get rid of uninitialized variable warning. Also
2337         gives a tiny efficiency gain.
2338
2339 2001-12-15  Murray Cumming  <murrayc@usa.net>
2340
2341         * Fixed first arg type of GtkScale's "format_value" signal's
2342         function pointer.
2343
2344 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
2345         docs/reference/gtk/tmpl/gtkcelleditable.sgml
2346                 gtkcelleditable -> GtkCellEditable
2347         docs/reference/gtk/tmpl/gtktreesortable.sgml
2348                 gtktreesortable -> GtkTreeSortable
2349
2350 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2351
2352         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
2353         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
2354         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
2355         resp.
2356
2357 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
2358
2359         * gtk/gtktreeview.c (validate_visible_area): free path
2360         at the end
2361
2362 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
2363
2364         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
2365
2366 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
2367
2368         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
2369         to find the clicked node in the tree when tree == NULL
2370
2371 2001-12-13  Anders Carlsson  <andersca@gnu.org>
2372
2373         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
2374         event->state with the default mod mask. 
2375
2376 2001-12-12  jacob berkman  <jacob@ximian.com>
2377
2378         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
2379
2380 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
2381
2382         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
2383         Reset the existing slave before removing it to give
2384         it a chance to commit and emit "preedit_changed" 
2385         in case there was still a preedit string.
2386
2387 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
2388         
2389         * gtk/gtktextlayout.c: Typo fixes
2390         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
2391
2392         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
2393         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
2394
2395         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
2396
2397 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
2398
2399         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
2400         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
2401
2402 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
2403
2404         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
2405         "prepainting" the menu before realizing other than
2406         via gtk_style_set_background() - this was broken when
2407         we added menu scroll support.
2408
2409         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
2410         window in the expose event -- fixes problem with border
2411         flashing during scrolling.
2412
2413 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
2414
2415         * gtk/gtksettings.c (gtk_settings_get_property): Support
2416         using names/nicks for the gdk_settings values for enum valued
2417         types. (#57678, reported by Anders Carlsson)
2418
2419 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
2420
2421         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
2422         with insert_page_menu.  Code duplication is bad.
2423
2424         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
2425         wrong fix yesterday.
2426
2427 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
2428
2429         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
2430         modifiers.
2431
2432 2001-12-12  James Henstridge  <james@daa.com.au>
2433
2434         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
2435         (menu_item)->accel_path first when looking up the accel path.
2436
2437 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
2438
2439         * tests/testgtk.c (layout_expose_handler): Only draw
2440         for events on the bin window.
2441
2442 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
2443
2444         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
2445         mnemonics work with notebooks.
2446
2447 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
2448
2449         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
2450         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
2451         Makes some flicker while scrolling go away.
2452
2453 2001-12-11  Michael Natterer  <mitch@gimp.org>
2454
2455         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
2456         adds alpha to the pixbuf; re-load the saved pixbuf and
2457         pixel-by-pixel compare it with the original one.
2458
2459 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
2460
2461         * ChangeLog: Fix wrong ChangeLog entry
2462         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
2463         right corner
2464
2465 2001-12-10  jacob berkman  <jacob@ximian.com>
2466
2467         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
2468         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
2469         (gdk_keyboard_grab): do not grab things if the nograb debug flag
2470         is set
2471
2472         * gdk/gdkinternals.h: 
2473         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
2474         keyboard / mouse
2475
2476 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
2477
2478         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
2479         didn't reset the timer.
2480
2481 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
2482
2483         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
2484
2485 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
2486
2487         * gtk/gtkviewport.c: Add docs.
2488
2489 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
2490
2491         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
2492         RBTree corruption bug--
2493
2494 2001-12-10  Anders Carlsson  <andersca@gnu.org>
2495
2496         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
2497         if edited_column is NULL, also grab focus before removing
2498         the cell_editable.
2499
2500 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
2501
2502         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
2503           denominator in the horizontal case just like we do in the vertical
2504           case (why I didn't notice that there were two cases the first time
2505           around is beyond me:).  Also fix indentation in the vertical case.
2506
2507 2001-12-09  Anders Carlsson  <andersca@gnu.org>
2508
2509         * gdk/x11/gdkevents-x11.c: Update xsettings name.
2510
2511         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
2512         gtk-dnd-drag-threshold GtkSetting.
2513
2514         * gtk/gtksettings.c (gtk_settings_class_init): Add 
2515         setting for dnd drag threshold.
2516
2517 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
2518
2519         * gtk/gtkcontainer.c: Add docs.
2520
2521 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
2522
2523         * gtk/gtkwidget.c: Doc markup fix. 
2524
2525         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
2526
2527         * gtk/gtktreestore.c: Typo fixes. (#66445)
2528
2529         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
2530
2531         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
2532         to gtk_clipboard_set_with_owner(). (#66424)
2533  
2534 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
2535
2536         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
2537         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
2538         Fabrice Bellet <fabrice@gnu.org>, #54127).
2539
2540 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
2541
2542         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
2543         of places, so that people with crashy trees can just run their
2544         program with GTK_DEBUG=TREE.
2545
2546 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
2547
2548         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
2549         per jrb's request
2550
2551 2001-12-08  Anders Carlsson  <andersca@gnu.org>
2552
2553         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
2554         since then the default GtkLayout expose handler won't be called.
2555
2556 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
2557
2558         * gtk/gtktreeview.c (validate_rows_handler): remove
2559         g_return_if_fail.
2560
2561         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
2562         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
2563         empty model.
2564
2565 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
2566
2567         * gtk/gtktreeview.c (validate_visible_area): get logic right,
2568         #66249
2569
2570         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
2571         removing a node ended up with a corrupt tree.  Really really nasty
2572         bug.
2573         (_gtk_rbtree_debug_spew): new debug helper function
2574         (_fixup_validation): new inline function to clean up code
2575         readability a lot. 
2576
2577 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
2578
2579         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
2580         Close comment.
2581
2582 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
2583
2584         * gtk/gtkstyle.h: Typo fixes.
2585
2586         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
2587
2588         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
2589
2590 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
2591
2592         * modules/input/gtkimcontextxim.c: Display the XIM
2593         status callbacks with a popup window. (Patch from
2594         HideToshi Tajima, #50628, somewhat modified.)
2595
2596 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
2597
2598         * gtk/Makefile.am: each source generation rule needs to use its own
2599         temporary file, to avoid clashes for parallel builds. fixed rules
2600         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
2601
2602 2001-12-07  Havoc Pennington  <hp@pobox.com>
2603
2604         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
2605         "cursors that are actually useful" in gdk_cursor_new() docs
2606
2607 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
2608
2609         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
2610         in computing the size of the second child.
2611
2612 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
2613
2614         * gtk/gtkrange.c: Make button 1 clicks on the trough
2615         do pages, button 3 steps. (Patch from Hans Breuer
2616         #63735)
2617
2618 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
2619
2620         * gtk/gtklabel.c: Fix docs. (#66383)
2621
2622         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
2623         (#66278, #66280)
2624         
2625         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
2626         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
2627
2628         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
2629         Don't emit a g_warning() about being deprecated. (#66208)       
2630
2631         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
2632
2633         * gtk/gtkcontainer.c: Doc fixes.
2634         
2635         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
2636
2637         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
2638
2639 2001-12-05  Sven Neumann  <sven@gimp.org>
2640
2641         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
2642
2643         * gtk/queryimmodules.c: g_dir_read_name() returns const.
2644
2645 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
2646
2647         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
2648         #66225
2649         
2650 2001-12-04  Manish Singh  <yosh@gimp.org>
2651
2652         * gtk/gtkmain.c
2653         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
2654         a gpointer.
2655
2656         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
2657         correction to docs.
2658
2659         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
2660
2661 2001-12-04  Havoc Pennington  <hp@redhat.com>
2662
2663         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
2664         g_assert_not_reached() that was bogus, since we demand-create the
2665         tag info. reported by Chris Phelps
2666
2667         Jump through assorted hoops to fix bug from Chris Phelps where 
2668         removing tags from the table resulted in btree trying to 
2669         access tag->table
2670         
2671         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
2672         ourselves to the tag table
2673
2674         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
2675         (_gtk_text_tag_table_remove_buffer): private cruft to 
2676         let us notify buffer of disappearing tags
2677
2678         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
2679         header, put it in tagprivate    
2680
2681         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
2682         tag_removed; it's emitted too late.
2683         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
2684         this
2685
2686         Padding for ABI-compat expansion
2687         
2688         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
2689         (struct _GtkTextAppearance): one pad in here too
2690
2691         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
2692
2693         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
2694         since action signals etc. seem pretty likely
2695
2696         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
2697
2698         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
2699
2700         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
2701
2702 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
2703
2704         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
2705
2706         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
2707
2708         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
2709
2710 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
2711
2712         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
2713         #62084.
2714
2715 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
2716
2717         * demos/gtk-demo/main.c: (create_tree): Minor fix.
2718
2719         * docs/tree-column-sizing.txt: Update
2720
2721         * gtk/gtkrbtree.[ch]: Massive work to support validation.
2722
2723         * gtk/gtktreemodel.c: Doc fixes.
2724
2725         * gtk/gtktreeview.c: Incremental reflow added.
2726         * gtk/gtktreeviewcolumn.c: ditto
2727         * gtk/gtktreeviewcolumn.h: ditto
2728
2729 2001-12-04  Havoc Pennington  <hp@redhat.com>
2730         
2731         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
2732         "invisible" property, #65999
2733
2734 2001-12-04  Matt Wilson  <msw@redhat.com>
2735
2736         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
2737
2738 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
2739
2740         * gtk/gtksettings.c (gtk_settings_set_property_value):
2741         Simplify, make more efficient and fix memory leak
2742         when turning quark into a string. (#66103, HideToshi
2743         Tajima)
2744
2745         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
2746         init() and unref priv->tooltips in destroy rather
2747         than calling gtk_object_destroy() which has no
2748         effect on memory management. (#66104, HideToshi
2749         Tajima)
2750
2751         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
2752         so we free the when the object is freed. (Fixes memory
2753         leak, #66096, HideToshi Tajima)
2754
2755         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
2756         a full GdkEvent structure to avoid reads of uninitialized/
2757         invalid memory in gdk_event_put() (#65877, patch
2758         from Hidetoshi Tajima)
2759
2760 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
2761
2762         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
2763         toggle-size-request doesn't take a requisition.
2764
2765         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
2766         reference to marshaler that no longer exists.
2767
2768 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
2769
2770         Patch from Bill Haneman (with many modifications) to make
2771         the focus color work on dark themes and to make the
2772         focus line width configurable. (#61079, #63074)
2773
2774         * gtk/gtkwidget.c: Add style properties, 
2775         ::focus-widget, ::focus-line-width, and ::focus-padding.
2776
2777         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
2778         state argument as well so we can use fg[STATE] to
2779         draw instead of always drawing with black. 
2780         Cange paint_focus() to respect GtkWidget::focus-width
2781         and GtkWidget::focus-line-pattern. Fix continuity
2782         problem where the default 1-1 stipple had a blob
2783         in one corner and a gap in the other. Change the
2784         interpretation of x/y/width/height to be the bounding
2785         box of the focus rect instead of the rectangle
2786         passed to gdk_draw_rectangle.
2787
2788         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
2789         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
2790         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
2791         and ::focus-line-padding.
2792
2793         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
2794         and remove duplicated code; fix drawing of focus rectangle
2795         when interior-focus = FALSE. (#63072, #63073)
2796
2797         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
2798         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
2799         Range and TreeViewColumn will need more extensive fixing.
2800
2801         * gtk/gtkcolorsel.c: Honor focus line attributes when
2802         drawing the focus on the color swatches. (#63071)
2803
2804         * gtk/gtkhsv.c: Honor focus line attributes when
2805         drawing the focus for the ring and triangle.
2806
2807         * docs/widget_geometry.txt: Start at documenting how 
2808         various widgets are drawn.
2809
2810         * gtk/gtkbutton.c (_gtk_button_paint): Export 
2811         _gtk_button_paint() librarywide, so we don't have 
2812         duplicate a bunch of code in gtktogglebutton.c.
2813
2814         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
2815
2816 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
2817
2818         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
2819         NONE:POINTER.
2820
2821 2001-12-03  Alex Larsson  <alexl@redhat.com>
2822
2823         * gtk/gtkaccellabel.c:
2824         * gtk/gtkarrow.c:
2825         * gtk/gtkcolorsel.c:
2826         * gtk/gtkcontainer.c:
2827         * gtk/gtklabel.c:
2828         * gtk/gtktextview.c:
2829         * gtk/gtktogglebutton.c:
2830         * gtk/gtktreeview.c:
2831         * gtk/gtkwindow.c:
2832         Return FALSE from expose handlers.
2833
2834 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
2835
2836         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
2837         we use pointers, we should free the previous pointer first (if
2838         it exists), before we set a new pointer. (#64726)
2839
2840         * gtk/gtktreeprivate.h: get rid of cursor_drag
2841
2842         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
2843         for cursor_drag
2844         (gtk_tree_view_bin_expose): don't directly return in the while
2845         loop
2846         (gtk_tree_view_class_init): indentend expanders by default
2847         (gtk_tree_view_header_focus): only give the button focus
2848         if it's clickable, visible and the column is reorderable
2849         (#65539)
2850
2851         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
2852         create and free cursor
2853
2854 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
2855
2856         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
2857         some bugs with size requisition. (From Bill Haneman)
2858
2859         * gtk/gtkcalendar.c: Draw headers and selection in 
2860         base/text[SELECTED] instead of fg/bg[SELECTED].
2861
2862         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
2863         code and formatting.
2864
2865 2001-12-03  Havoc Pennington  <hp@pobox.com>
2866
2867         * gtk/gtktextview.c (set_window_height): 
2868         (set_window_width): Hmm, setter functions normally assign the new
2869         value to the object field. Reported by Chris Phelps.
2870
2871 2001-11-30  jacob berkman  <jacob@ximian.com>
2872
2873         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
2874         signal id to 0 after we disconnect from it
2875
2876 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
2877
2878         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
2879         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
2880         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
2881         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
2882
2883         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
2884         GTK_DISABLE_DEPRECATED.
2885
2886         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
2887         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
2888
2889 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
2890
2891         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
2892         move/resize code, removing various bad, non-functional
2893         hacks. (Fixes #65048, reported by Damon Chaplin.)
2894
2895 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
2896
2897         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
2898         bad match error when target drawable is not the 
2899         same depth as the root window. (#65841)
2900
2901         * HACKING: Update.
2902
2903 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
2904
2905         * gdk/gdkwindow.c: Typo fix.
2906
2907 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
2908
2909         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
2910         empty menu items to behave like insensitive items (#59456)
2911
2912         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
2913         next item if the first item in the menu is a tear off item
2914         (#59456-2, suggestion by Matthias Clasen)
2915
2916         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
2917         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
2918         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
2919         (gtk_real_menu_shell_activate_current): add check, so empty
2920         menu items behave like insensitive items (#59456)
2921         
2922         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
2923         the checks more readable ...
2924         
2925         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
2926         (gtk_menu_shell_button_release): causes the menu to dropdown if the
2927         caption is clicked again (#64977)
2928
2929 2001-11-29  Havoc Pennington  <hp@redhat.com>
2930
2931         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2932         assertion here that we were at the end iterator was not correct;
2933         change code to move us to the end iterator. bug #65731
2934
2935 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
2936
2937         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
2938         improper use of g_locale_to_utf8() to convert from
2939         latin-1, and do it the easy way by building the string
2940         correctly in the first place.
2941
2942 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
2943
2944         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
2945         Convert atoms to and from atoms for properties of type XA_ATOM.
2946         (#65555, patch from Hidetoshi Tajima)
2947
2948 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
2949
2950         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
2951         to avoid problems with Objective C.
2952
2953 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
2954         
2955         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
2956
2957         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
2958         Fix docs. (#65505)
2959
2960         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
2961
2962 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
2963
2964         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
2965         accounting of menu->tearoff_scrollbar width to here
2966         and make sure we have the correct requisition.
2967
2968         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
2969         by using gtk_window_move().
2970
2971         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
2972         the requisition to be updated by calling
2973         gtk_widget_size_request() (#65440)
2974
2975         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
2976         queue resize before calling gtk_menu_set_tearoff_state().
2977
2978 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
2979
2980         * demos/gtk-demo/editable_cells.c: fix typo
2981
2982         * demos/gtk-demo/list_store.c (add_columns): remove call to
2983         gtk_tree_view_column_set_clickable which didn't make sense
2984
2985 2001-11-28  Havoc Pennington  <hp@redhat.com>
2986
2987         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
2988         explaining the validation error in front of the G_BREAKPOINT
2989
2990         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
2991         process updates with include_children = FALSE instead of TRUE, so
2992         we redraw the range only, not the whole darn window.  Making
2993         GtkRange a NO_WINDOW widget had weirdly caused the text widget
2994         Trace/breakpoint trap bug to become much easier to trigger.
2995
2996 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
2997
2998         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
2999         to gdkcursors.h.
3000
3001 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
3002
3003         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
3004
3005         * gdk/gdkcursor.h: Directly include the contents
3006         of gdkcursors.h in the GdkCursorType enum.
3007
3008         * gdk/gdkcursors.h: Deleted.
3009
3010         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
3011         header boilerplate.
3012
3013         * gdk/Makefile.am: Remove the X-derived-headers rule.
3014
3015 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
3016
3017         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
3018         Notify on the ::active property _here_, not in
3019         gtk_check_menu_item_set_active.
3020
3021 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
3022
3023         * gtk/gtkcellrendererpixbuf.c
3024         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
3025         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
3026
3027 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
3028
3029         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
3030         comment about what is going on in this file.
3031
3032         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
3033         x/y problem.
3034
3035 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
3036
3037         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
3038         Calculate size based on the _child_ of the menu item,
3039         not the menuitem. (#65005, Damon Chaplin)
3040
3041         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
3042         some extra vertical padding to the label widget ... restores
3043         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
3044
3045 2001-11-26  Tor Lillqvist  <tml@iki.fi>
3046
3047         * demos/pixbuf-demo.c
3048         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
3049
3050         * demos/gtk-demo/main.c (read_line): No flockfile() or
3051         getc_unlocked() on Win32.
3052
3053 2001-11-25  Tor Lillqvist  <tml@iki.fi>
3054
3055         * configure.in
3056         * acconfig.h: As we now use GDir, no need to check for dirent.h.
3057
3058 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
3059
3060         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
3061         when finished (#65266)
3062
3063 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
3064
3065         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
3066         data after we set the property. (#65264)
3067
3068 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
3069
3070         * gtk/gtkbutton.c: add destroy method so label_text gets freed
3071         if it has been allocated (#65268)
3072
3073 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
3074
3075         * gdk/linux-fb/gdkdrawable-fb2.c
3076         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
3077
3078         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
3079
3080         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
3081         set_family
3082         
3083         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
3084
3085 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
3086
3087         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
3088         deactivate menu when menu_item isn't sensitive (#61389)
3089
3090 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
3091
3092         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
3093         we return (in case of a failure here)
3094
3095 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
3096
3097         * gtk/gtknotebook.c: Handle events in windows other
3098         than widget->event_window properly. (#65079, reported
3099         by Damon Chaplin)
3100
3101         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
3102
3103 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
3104
3105         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
3106         the image at the top. (#65020, request from Seth Nickell)
3107
3108 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
3109
3110         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
3111         arithmetic that was resulting in rows being drawn too low.
3112         (#65001, reported by Damon Chaplin)
3113
3114 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
3115
3116         * gtk/gtkrange.c (gtk_range_button_press): Offset 
3117         invalidated range correctly.
3118
3119         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
3120         of title window. (#65001, reported by Damon Chaplin)
3121
3122         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
3123         horrible hack with use of ::event_after.
3124
3125 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
3126
3127         * Version 1.3.11
3128
3129         * configure.in (ATK_REQUIRED_VERSION): Require
3130         GLib-1.3.11, Pango-0.22, ATK-0.7.
3131
3132         * tests/prop-editor.c (property_widget): Restore
3133         to working as well as it did before.
3134
3135         * gtk/gtklistitem.h: Mark deprecated since it is
3136         an integral part of GtkList.
3137
3138         * demos/gtk-demo/demo-common.h: New header file,
3139         for a common functions not important to the meat
3140         of the demos.
3141         
3142         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
3143         function to search for a file used by the demo.
3144
3145         * demos/*.c: Use demo_find_file.
3146
3147 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
3148
3149         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
3150         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
3151         fixes already mentioned in ChangeLog entry on 2001-11-14.
3152
3153         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
3154
3155 2001-11-23  Hans Breuer  <hans@breuer.org>
3156
3157         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
3158         reflect Pango API change
3159
3160         * gtk/gtk.def : updated externals
3161
3162         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
3163         g_return_val_if_fail() to avoid 'function must return a value'
3164
3165         * gtk/gtkrc.c : added spaces to fix small coding style issues
3166         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
3167         'static correctness'
3168
3169         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
3170         because they only can be build on win32 after applying my patch
3171
3172 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
3173
3174         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
3175         children, in order for the input pnly window to stay *above*
3176         children.
3177
3178 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
3179
3180         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
3181         type walks againts G_TYPE_FUNDAMENTAL_MAX.
3182         
3183         * tests/prop-editor.c: disable type hackery.
3184
3185 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
3186
3187         * gdk/gdkimage.c (gdk_image_get): Fix problem with
3188         lost parameter.
3189
3190 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
3191
3192         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
3193         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
3194         trailing commas in enum declarations.
3195
3196 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
3197
3198         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
3199         interface, binary age 0.
3200
3201         * NEWS: Updates
3202
3203         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
3204         fixes in docs.
3205
3206         * gtk/gtkmain.h: Remove unused and misnamespaced
3207         get_gtk_win32_directory() prototype.
3208
3209         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
3210         to match header.
3211
3212         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
3213         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
3214         to match docs.
3215
3216         * gdk/gdkevents.c (gdk_event_get_coords)
3217           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
3218           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
3219         Fix parameter names in docs.
3220         
3221         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
3222         (#64961, Akira Tagoh)
3223
3224 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
3225
3226         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
3227
3228         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
3229
3230         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
3231
3232         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
3233         back to gtk_accel_groups_from_object(), change @acceleratable
3234         parameter to gtk_accel_groups_activate() accordingly.
3235
3236         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
3237         left-over comment about quark return.
3238
3239         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
3240
3241         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
3242         (Patch from Matt Wilson)
3243
3244         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
3245         object is finalized.
3246
3247 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
3248
3249         * applied patch from owen to get rid of accel map notifiers.
3250         changed things to fix reentrancy and API as discussed on gtk-devel.
3251
3252         * gtk/gtkaccelgroup.[hc]:
3253         (gtk_accel_group_finalize): unregister this accel group from all
3254         accel map paths.
3255         (accel_closure_invalidate): handle invalidation of closures by
3256         disconnecting their accelerators.
3257         (quick_accel_add): move closure connection and changed notification
3258         into this function to reduce code duplication. don't emit change
3259         notification on closurers without accelerators.
3260         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
3261         for a GtkAccelGroupEntry.
3262         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
3263         (gtk_accel_group_connect_by_path): new function to add accelerators
3264         with an accel path.
3265         (gtk_accel_group_disconnect_closure): new function, disconnect a
3266         closure from of an accel group.
3267         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
3268         accel_mods pair and remove them.
3269         (_gtk_accel_group_reconnect): new function that basically does
3270         gtk_accel_group_disconnect_closure() and
3271         gtk_accel_group_connect_by_path() once an accel path changed.
3272         (gtk_accel_groups_disconnect_closure): remove this, there's
3273         gtk_accel_group_disconnect_closure().
3274         
3275         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
3276         nuke notifiers.
3277         (_gtk_accel_path_is_valid): make this non-static for
3278         gtkwidget.c and gtkaccelgroup.c assertions.
3279         (gtk_accel_map_add_notifer): removed this function.
3280         (gtk_accel_map_remove_notifer): same.
3281         (_gtk_accel_map_add_group):
3282         (_gtk_accel_map_remove_group): (un-)register accel groups, with
3283         accel paths for correct propagation.
3284         (gtk_accel_map_add_entry): return void.
3285         (gtk_accel_map_lookup): return gboolean instead of GQuark.
3286         
3287         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
3288         set accel_path on widgets.
3289         
3290         * gtk/gtkwidget.[hc]:
3291         (accel_path_changed): got rid of this, changes are handled by
3292         accel maps internally now.
3293         (_gtk_widget_set_accel_path): get things to work without notifiers.
3294         (gtk_widget_list_accel_closures): list accel closures of a widget.
3295         
3296         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
3297
3298 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
3299
3300         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
3301
3302 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
3303
3304         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
3305         replace gboolean free_last in the function parameters with
3306         gint depth. Changes to reflect new situation.
3307
3308         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
3309         replace gboolean free_last, with gint depth, add gint current_depth.
3310         Changes to reflect new situation.
3311
3312         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
3313         to reflect new situation
3314
3315         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
3316
3317 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
3318
3319         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
3320         where notebook gap was double shifted by allocation.x/y
3321
3322         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
3323         to unmap children.
3324
3325 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
3326
3327         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
3328         allocation to be relative to paned->allocation, now
3329         that this is a NO_WINDOW widget.
3330         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
3331
3332         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
3333         needs to be a boxed property.
3334
3335 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
3336
3337         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
3338         Use the widget's state when drawing the indicator, as
3339         in GtkCheckButton. This gives us color changes for
3340         un-prelighted checkbuttons. (#63308, Matt Wilson)
3341
3342 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
3343
3344         (Fixes related to #64428, Michael Meeks)
3345
3346         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
3347         widget, so it gets mapped again properly when we
3348         add to a parent.
3349
3350         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
3351         plug->socket_window. 
3352
3353         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
3354         socket_window to NULL, not FALSE.
3355
3356         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
3357         socket->same_app to TRUE. (#64612)
3358
3359 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
3360
3361         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
3362         gtk_fixed_set/get_has_window() to remove criticism
3363         about GTK_WIDGET_SET_FLAGS() hacks.
3364
3365 2001-11-19  Michael Natterer  <mitch@gimp.org>
3366
3367         * gtk/gtknotebook.c: show notebook->event_window with
3368         gdk_window_show_unraised(), so it doesn't catch the events which
3369         should go to the tab widgets first.
3370
3371 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
3372
3373         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
3374         "resizable" property, to get rid of the
3375         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
3376         (gtk_tree_view_column_set_resizable): New function to set resizable.
3377         (gtk_tree_view_column_set_resizable): getter.
3378
3379         * tests/testtreecolumns.c (add_clicked): modify for above change.
3380
3381         * Makefile.am (install-data-hook): remove old .pc files before
3382         installing the new one.  We used to symlink this, and it will
3383         break old installs.
3384
3385 2001-11-19  Havoc Pennington  <hp@pobox.com>
3386
3387         * tests/testtext.c (fill_example_buffer): put in a test for
3388         negative indentation values
3389
3390 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
3391
3392         * gtk/gtklabel.c (gtk_label_init): Change default for
3393         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
3394         labels are most often wrapped labels, this gives better
3395         compatibility with GTK+-1.2, where justification was
3396         ignored for wrapped labesl and is a more sensible
3397         default in any case. (#64489)
3398
3399         * gtk/gtklabel.c (gtk_label_class_init): Fix default
3400         for wrap property to FALSE.
3401
3402 2001-11-19  jacob berkman  <jacob@ximian.com>
3403
3404         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
3405
3406 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
3407
3408         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
3409         RevertToParent, not RevertToNone. (#64613, 
3410         Matthias Clasen)
3411
3412 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
3413
3414         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
3415         and label_yalign need to be float properties to
3416         correspond to GTK+-1.2, to gtk_frame_set_label_align,
3417         and to the types of the xalign and yalign properties of GtkMisc.
3418         (#63484, Vitaly Tishkov)
3419
3420 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
3421
3422         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
3423         of plug_added vfunc. (#64408, Jeff Franks)
3424
3425 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
3426
3427         * configure.in (deps): Undef HAVE_STDLIB_H before
3428         checking for jpeg, because jconfig.h has this
3429         in it too (%#$@!). Fix from Matthias Clasen, #64500.
3430
3431 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
3432
3433         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
3434         memory leak when retrieving atom names. (Michael Meeks,
3435         #64508)
3436
3437 2001-11-18  Alex Larsson  <alexl@redhat.com>
3438
3439         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
3440         Update to new Pango API.
3441         
3442 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
3443
3444         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
3445         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
3446         GTK_OBJECT_DESTROYED() check macro.
3447
3448         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
3449         instances of GTK_OBJECT_DESTROYED() that weren't
3450         needed any more.
3451
3452         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
3453         for a connection to ::destroy.
3454
3455 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
3456
3457         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
3458         have been since the beginning, but as special hack,
3459         allow clearing the NO_WINDOW flag to get a window widget.
3460
3461 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
3462
3463         * gtk/gtktreestore.c: return TRUE when value changed, so
3464         row_changed is being emitted
3465
3466 2001-11-18  Hans Breuer  <hans@breuer.org>
3467
3468         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
3469         no label without op, even if it's a no-op.
3470
3471         * gtk/gtk.def :
3472         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
3473
3474         * config.h.win32.in : remove definition of HAVE_DIRENT_H
3475         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
3476         required anymore, replace it.
3477         * gtk/queryimmodules.c : DIR -> GDir replacement, also
3478         getcwd() -> g_get_current_dir()
3479
3480         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
3481         Even 'noisy laugh' scolling appears to work, though I still can't
3482         claim to have fully understood what it is supposed to do ...
3483
3484 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
3485
3486         * gtk/gtkenums.h: Include glib-object.h instead of
3487         gobject/gsignal.h
3488
3489         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
3490           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
3491         argument to the window_at_pointer() field of
3492         GdkPointerHooks. (Patch from Erwann Chenede)
3493
3494         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
3495         to 6 pointers.
3496
3497 2001-11-17  Matt Wilson  <msw@redhat.com>
3498
3499         * gtk/gtkenums.h: must include glib-object.h only
3500
3501 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
3502
3503         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
3504         key bindings in order of visibility - mnemonics, then 
3505         accelerators, then send key to the focus widget, then
3506         bindings on the GtkWindow.
3507
3508         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
3509         Removed the xoffset, yoffset fields of GtkLayout which were
3510         identically zero for compat with 1.2, but were no longer 
3511         compatible with all uses of these fields in 1.2.
3512
3513         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
3514         unused variable.
3515
3516 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
3517
3518         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
3519         We no longer need to create the signals here ... they
3520         come from the interface.
3521
3522         * gtk/maketypes.awk: Use GType, not GtkType in output.
3523
3524         * gtk/gtktypeutils.h: Mark virtually all of this
3525         file deprecated.
3526
3527         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
3528         the only use of this function is the GtkArg using
3529         GtkCallbackMarshal, since destroy notification is
3530         silly here.
3531
3532 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
3533
3534         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
3535         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
3536         only for compatibility with GTK+-1.2; and deprecate it; 
3537         put all marshalers we actually use into gtkmarshalers.list 
3538         and use the _gtk_marshal_ prefix for these marshalers.
3539
3540 2001-11-17  Murray Cumming  <murrayc@usa.net>
3541
3542         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
3543         The first parameters of the signals are now registered as
3544         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
3545         
3546 2001-11-17  Tor Lillqvist  <tml@iki.fi>
3547
3548         * gtk-zip.sh.in: Build separate runtime and developer
3549         packages.
3550
3551         * gtk/gtk.def: Reflect recent accelerator-related changes.
3552
3553 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
3554
3555         * gtk/gtkwindow.c (gtk_window_set_default): Move 
3556         notification of "has_default" to here, so it
3557         is safe to call gtk_window_set_default() instead
3558         of gtk_widget_grab_default().
3559
3560         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
3561         gtk_widget_grab_focus(), which then calls 
3562         _gtk_widget_internal_set_focus(). This makes 
3563         gtk_window_set_focus() a safe way of both setting
3564         and unsetting the focus widget.
3565
3566         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
3567         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
3568         to find the toplevel.
3569
3570         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
3571         from the "internal functions" section.
3572
3573 2001-11-16  jacob berkman  <jacob@ximian.com>
3574
3575         * tests/testgtk.c (create_radio_buttons): add some no-indicator
3576         radio buttons
3577
3578         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
3579         initially active, also initially be depressed
3580         (gtk_radio_button_clicked): also update our depressed state
3581
3582 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
3583
3584         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
3585         key press events not just to focus/window but also to
3586         intermediate widgets.
3587
3588         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
3589         to switch pages. (Needs some work on handling focus
3590         when switching pages.)
3591
3592 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
3593
3594         * gtk/gtknotebook.c: Fix child allocations to be relative to 
3595         widget position and some drawing bugs.
3596
3597         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
3598         with reading uninitialized variable.
3599
3600 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
3601
3602         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
3603         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
3604         NO_WINDOW widgets.
3605
3606         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
3607         cleanup.
3608
3609         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
3610         we are drawing in a window when drawing the paned handle.
3611
3612 2001-11-16  Sven Neumann  <sven@gimp.org>
3613
3614         * demos/gtk-demo/appwindow.c
3615         * demos/gtk-demo/menus.c: reduce compiler warnings
3616
3617 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
3618
3619         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
3620         unused callback to make things compile with 
3621         gtk_tree_view_path_at_pos_change().
3622
3623 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
3624
3625         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
3626
3627 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
3628
3629         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
3630  
3631 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
3632
3633         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
3634         to get a GdkWindow to compare event->window to.
3635
3636         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
3637         the signal for lateral motion too, #64361
3638
3639         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
3640         arg as it is useless, #64137
3641
3642 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
3643
3644         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
3645
3646 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
3647  
3648         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
3649         gdk_window_invalidate_maybe_recurse() for recursion.
3650         (Soeren Sandmann)
3651
3652         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
3653  
3654         * gtk/gtkcontainer.c (gtk_container_expose): Call
3655         gtk_container_forall() not _foreach() to propagate,
3656         since we need to propagate exposes to internal children
3657         as well.
3658
3659         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
3660         Remove the restriction of only being able to call these
3661         on window widgets, since we have lots of NO_WINDOW widgets
3662         with windows now; for add events, recurse over the children
3663         of widget->window to find one owned by the widget.
3664
3665         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
3666         window to catch events.
3667
3668         * gtk/gtktogglebutton.[ch]: Remove the code for switching
3669         between NO_WINDOW and WINDOW widgets based on the mode.
3670
3671         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
3672         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
3673
3674         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
3675
3676         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
3677         change for range.
3678
3679         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
3680  
3681         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
3682
3683 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
3684
3685         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
3686         "message_type" and "buttons" CONSTRUCT properties. (#64069)
3687
3688         * tests/testsocket.c: Expand tests to add a "local passive
3689         child" (Test case for #64428)
3690
3691 2001-11-14  jacob berkman  <jacob@ximian.com>
3692
3693         * gtk/gtkgamma.c (button_clicked_callback): create the label with
3694         a mnemonic
3695
3696 2001-11-15  Sven Neumann  <sven@gimp.org>
3697
3698         * tests/testgtk.c: make it compile without warnings.
3699
3700 2001-11-14  Alex Larsson  <alexl@redhat.com>
3701
3702         * gtk/gtklabel.c:
3703         Don't recalculate the layout on each gkt_label_ensure_layout () for
3704         wrapped labels.
3705
3706 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
3707
3708         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
3709         the currently selected column when we get the column, #64380
3710
3711         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
3712         to cancel CellRendererText editting, #63613
3713
3714         * gtk/gtkcellrenderertext.c: ditto
3715
3716         * gtk/gtkcellrenderertext.h: formatting changes
3717
3718 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
3719
3720         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
3721
3722         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
3723
3724         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
3725
3726         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
3727
3728         * gtk/gtklabel.c: Documentation fixes (#64452)
3729
3730 2001-11-14  Daniel Egger  <degger@fhm.edu>
3731
3732         * gdk-pixbuf/io-xpm.c: 
3733         (xpm_skip_whitespaces): Remove unused static function.
3734         (xpm_skip_string): Dito.        
3735         (xpm_extract_color): Declare const variable const to avoid warnings. 
3736
3737         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
3738         
3739         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
3740         
3741         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
3742         a long.
3743
3744 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
3745
3746         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
3747         out accidental commit of debugging timing code.
3748
3749 2001-11-14  Havoc Pennington  <hp@redhat.com>
3750
3751         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
3752         it doesn't move to a new line each time you press it
3753
3754         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
3755         return value, #62987
3756
3757 2001-11-14  Havoc Pennington  <hp@redhat.com>
3758
3759         * tests/testtextbuffer.c (main): bulk of the tests were commented
3760         out, oops.
3761
3762         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
3763         function work, should resolve #63426
3764         (gtk_text_iter_ends_line): return TRUE for the end iterator
3765
3766         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
3767         a couple things that might get cached in here.
3768
3769 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
3770
3771         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
3772         "model" construct property for language bindings.
3773
3774         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
3775         function to let you set the column types of a GtkTreeStore for
3776         language bindings.
3777
3778         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
3779
3780 2001-11-13  Havoc Pennington  <hp@redhat.com>
3781
3782         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
3783         including reference to bugzilla bug about how we should have 
3784         a better way of positioning children
3785
3786         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
3787
3788         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
3789         size to side rects if they don't exist, #63438
3790
3791 2001-11-13  Havoc Pennington  <hp@redhat.com>
3792
3793         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
3794         properly replace selection with Return or Tab
3795
3796         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
3797         that didn't locate the end of the line correctly, should fix #63800
3798
3799 2001-11-13  Havoc Pennington  <hp@redhat.com>
3800
3801         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
3802         to requisition, request non-anchored children
3803         (gtk_text_view_size_allocate): handle border width, allocate
3804         non-anchored children
3805         (text_view_child_new_window): set the child as object data
3806         (gtk_text_view_move_child): allow children at negative
3807         coordinates, no reason why not
3808         (gtk_text_view_forall): make it copy the list of children before
3809         walking it, to avoid reentrancy issues  
3810         (gtk_text_view_move_child): short-circuit if position is unchanged
3811         (changed_handler): only queue_resize if requisition has changed
3812         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
3813         a better job of invalidation ourselves
3814
3815         * tests/testtext.c: add tests for the fixed-position children
3816
3817 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
3818
3819         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
3820         with gdk threads macro.
3821
3822 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
3823
3824         * gtk/maketypes.awk: fix type utils generation on unix.
3825
3826         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
3827         registry.
3828
3829         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
3830         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
3831         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
3832         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
3833         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
3834         introduced ::accel_changed signal for change notification, and
3835         gtk_accel_group_connect/disconnect to connect closures to accel groups.
3836         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
3837         functions.
3838         deprecated gtk_accel_group_ref/unref.
3839
3840         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
3841         to accel group changed notification and basically operate on closures.
3842         removed gtk_accel_label_get_accel_object and
3843         gtk_accel_label_set_accel_object.
3844         introduced gtk_accel_label_set_accel_closure, and for convenience,
3845         gtk_accel_label_set_accel_widget.
3846
3847         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
3848         which mostly moved into gtkaccelmap.[hc].
3849         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
3850         and gtk_item_factory_print_func.
3851
3852         * gtk/gtkmain.c: call _gtk_accel_map_init().
3853
3854         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
3855         that associates an accelerator path with menu items, through which
3856         persistent accelerator settings on menu items are enabled.
3857
3858         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
3859         paths of menu item can be default constructed to allow installation
3860         of accelerators on menu items that don't come with an accelerator
3861         binding by default.
3862
3863         * gtk/gtksettings.c: fix STRING type rc settings by special casing
3864         them appropriately in the parser.
3865
3866         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
3867         gtk_signal_newv().
3868
3869         * gtk/gtkwidget.[hc]: accelerator API revamp.
3870         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
3871         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
3872         gtk_widget_(un)lock_accelerators.
3873         accelerators maintained through gtk_widget_add/remove_accelerator()
3874         are not runtime changable now, the correct sequence to setup a
3875         widget for runtime changable accelerators is now:
3876           gtk_accel_map_add_entry(accel_path, key, mods);
3877           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
3878
3879         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
3880         group changes (as well as mnemonic changes) through the new signal
3881         ::accels_changed.
3882
3883 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
3884
3885         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
3886         GString->string conversions.
3887
3888 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
3889
3890         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
3891         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
3892
3893 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
3894
3895         * gtk/gtktreeview.c: Documentation fixes. (#64377)
3896         
3897         * gtk/gtktreestore.c: Documentation fixes. (#64376)
3898
3899 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
3900
3901         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
3902         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
3903         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
3904         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
3905
3906 2001-11-10  Hans Breuer  <hans@breuer.org>
3907
3908         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
3909         we know what we are talking about when asked for MINMAXINFO.
3910         Also some cleaning for !HAVE_DIMM_H etc.
3911
3912 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
3913
3914         * gtk/gtktreeviewcolumn.c: Fix docs for 
3915         gtk_tree_view_column_set_sort_order. (#62647)
3916         
3917         * gtk/gtkcontainer.c: Fix docs for 
3918         gtk_container_set_border_width. (#64139)
3919
3920         * gtk/gtkcolorsel.c: Documentation fixes.
3921
3922 2001-11-10  Hans Breuer  <hans@breuer.org>
3923
3924         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
3925         don't have strcasecmp()
3926
3927         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
3928         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
3929         code duplication wrap it in its own function and use it in 
3930         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
3931
3932         * gdk/win32/gdkdrawable-win32.c : implement the finalize
3933         method like the X11 version does, allow to set_colormap NULL
3934         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
3935         set_colormap, also some adaption to X11 version :
3936         (gdk_window_hide) call _gdk_window_clear_update_area
3937         (gdk_window_reparent) call _gdk_window_init_position
3938
3939         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
3940         call gdk_window_resize() after all hints are set, because the
3941         window resizing process (WM_GETMINMAXINFO) takes all of them into 
3942         account
3943
3944         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
3945
3946         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
3947         sizeof (GdkVisualPrivate)
3948
3949         * gdk/gdk.def gtk/gtk.def : upated externals
3950
3951         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
3952           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
3953         from now on use make.msc from $(TOP)/glib/build/win32
3954
3955         * gtk/stock-icons/makefile.msc : add stock_missing_image
3956
3957 2001-11-08  Tor Lillqvist  <tml@iki.fi>
3958
3959         * README.win32: Add headers. Add section about ActiveIMM.
3960
3961         * configure.in: Add --with-ie55 flag to specify the location of
3962         the "IE55 libs and headers" package downloadable from Microsoft,
3963         which contains, among other things, the Active IMM header dimm.h
3964         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
3965         Require GLib 1.3.10.
3966         
3967         * config.h.win32.in: New version, produced by merging two
3968         configure-generated ones (for gcc and MSVC). Hopefully #defines
3969         the same flags that the previous, hand-written one, did.
3970
3971         * gdk/Makefile.am
3972         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
3973
3974         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
3975         stuff. Remove unused GdkIOClosure.
3976
3977         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
3978         available).
3979
3980         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
3981         for uuid.lib. (Does it really have to be this hard to use an
3982         existing library with libtool? Probably I am missing something.)
3983
3984 2001-11-08  Darin Adler  <darin@bentspoon.com>
3985
3986         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
3987         typo where it says LEFT instead of CENTER.
3988
3989 2001-11-07  Darin Adler  <darin@bentspoon.com>
3990
3991         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
3992         (gtk_dialog_set_default_response): Add g_return_if_fail.
3993
3994 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
3995
3996         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
3997         Add row_draggable() vfunc, and wrapper function.
3998
3999         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
4000         row_drop_possible take a GtkSelectionData, rather than
4001         model/row pair.
4002
4003         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
4004         new DND interfaces.
4005
4006         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
4007         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
4008         and rename them to enable_model_drag_source/dest.
4009
4010         * gtk/treeviewcolumn.c: Add DND of columns between rows.
4011         Still can't drop _to_ the left tree, but other places
4012         work.
4013
4014         * gtk/gtktreeview.c (unset_reorderable): Unset the
4015         reorderable property if unset/enable_model_drag_source/dest
4016         are called manually.
4017
4018         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
4019         Correct for change in depth count handling.
4020
4021         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
4022         Pass in a expose area to gtk_tree_view_column_cell_render()
4023
4024 2001-11-06  Havoc Pennington  <hp@redhat.com>
4025
4026         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
4027
4028 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
4029
4030         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
4031
4032 2001-11-05  Havoc Pennington  <hp@redhat.com>
4033
4034         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
4035         widgets in here
4036         (gtk_text_view_realize): set parent window of child widgets
4037         (gtk_text_view_size_request): use child req to decide whether
4038         to invalidate layout, not widget->requisition
4039
4040         * gtk/gtktextdisplay.c (render_layout_line): set
4041         shaped_width_pixels for NULL shape objects, so that we properly
4042         draw the "missing pixbuf/widget" thing
4043         (render_layout_line): don't draw the widget here
4044         (gtk_text_layout_draw): pass out a list of widgets that need exposing
4045
4046         * demos/gtk-demo/textview.c (insert_text): add demo of child
4047         widgets
4048
4049         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
4050
4051         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
4052
4053         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
4054         scroll offsets
4055         (gtk_text_view_value_changed): poke new X and Y into child allocations
4056
4057 2001-11-06  Tor Lillqvist  <tml@iki.fi>
4058
4059         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
4060         -specific directory on Windows, too (#63759).
4061
4062 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
4063
4064         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
4065         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
4066         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
4067         directly to Picture objects instead of using XftDraw.
4068         This fixes the problem where we weren't able to 
4069         properly destroy XftDraw objects before destroying
4070         the accompanying windows, and probably improves
4071         efficiency a bit too. (#50214)
4072
4073 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
4074
4075         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
4076         Clamp max window width/height to 32767, not 32768 since
4077         we have to be able to deal with a dx/y of -32768 without
4078         getting a width of 65536 when guffaw scrolling.
4079
4080         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
4081         for the guffaw scrolling case, fixing some problems with
4082         copy-area case as well. Fix BadValue bug with moving windows
4083         by large amounts.
4084
4085         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
4086         clip in window structue before calling gdk_window_invalidate_region
4087         since that trims new invalidations to the window's visible
4088         region.
4089
4090         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
4091         Really set the static window gravity on the children, not
4092         repeatedly on the window.
4093
4094         * gtk/testgtk.c: Add a torture test for big windows and 
4095         gdk_window_scroll().
4096
4097 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
4098
4099         * acconfig.h configure.in: sigsetjmp is macroized in some places,
4100         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
4101
4102 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
4103
4104         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
4105         in terms of pango_color_parse().
4106
4107         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
4108         gdk_color_parse() implementations.
4109
4110 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
4111
4112         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
4113         queue_resize_on_group with both the old and new mode, not
4114         just the new mode. (#60171, Nicolas Setton). Also, notify
4115         the "mode" property.
4116         
4117 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
4118
4119         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
4120         for use in "shallow invalidation" of a widget. (Windows belonging
4121         to the widget, but not to the widget's children)
4122
4123         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
4124         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
4125         up on ancestors up to the resize container on queue_resize. Size
4126         requests only actually take place if GTK_REQUEST_NEEDED, size
4127         allocations only take place if GTK_ALLOC_NEEDED or the size
4128         changed.
4129
4130         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
4131         container->resize_widgets and the RESIZE_NEEDED flag since the
4132         above flags are sufficient to figure out what needs to be
4133         resized/reallocated. Remove code manipulating
4134         container->resize_widget.
4135
4136         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
4137         allows widgets to turn off being automatically invalidated is when
4138         they are resized.
4139
4140         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
4141         a widget is resized or moved is "shallow" as described above -
4142         only the windows that need to be invalidated are invalidated.
4143
4144         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
4145         Make these widget's init functions call 
4146         gtk_widget_set_redraw_on_allocate(widget,FALSE).
4147
4148         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
4149         _gtk_container_queue_resize(), since we don't want
4150         redrawing. (Probably could be done for other 
4151         calls to gtk_widget_queue_resize() in gtkwindow.c,
4152         but this is the most important one.)
4153
4154         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
4155         gtk_widget_queue_draw() - size_allocate() handles
4156         that as appropriate.
4157
4158         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
4159         of queue_clear() to avoid invalidating children.
4160
4161 2001-11-04  jacob berkman  <jacob@ximian.com>
4162
4163         * gtk/gtkmain.c (find_module): don't free the module name until
4164         after we load the module
4165
4166 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
4167  
4168         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
4169         derivation instead of boxed derivation.
4170  
4171         * gtk/gtkmarshal.list: Remove some now unused marshallers.
4172  
4173 2001-11-04  Tor Lillqvist  <tml@iki.fi>
4174
4175         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
4176         include yesterday, without really thinking), as that defeats the
4177         working of correct_libdir_prefix() (it becomes a no-op.). Add
4178         comment mentioning that. Thanks to Hans Breuer for noticing.
4179         
4180 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
4181
4182         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
4183         signal argument (was GtkWidget*).
4184
4185         * gtk/gtkwindow.c (gtk_window_frame_event),
4186           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
4187         Fixed argument types as above, removed GTK_WINDOW casts and
4188         added some GTK_WIDGET casts instead.
4189
4190 2001-11-03  Hans Breuer  <hans@breuer.org>
4191
4192         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
4193         finalize to parent class to get removed from the toplevel_list.
4194         Should fix 'random' crashes of #63474.
4195
4196         * gtk/gtktreemodelsort.c : chain finalize() to parent class
4197
4198 2001-11-03  Tor Lillqvist  <tml@iki.fi>
4199
4200         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
4201         for .dll or .so as appropriate as module suffix.
4202
4203         * gtk-zip.sh.in: Use correct import library names.
4204
4205         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
4206
4207         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
4208         Windows to turn build-time paths from a gtk.immodules distributed
4209         as part of a binary package into runtime ones in the
4210         end-user-chosen installation directory.
4211         (gtk_im_module_init): Use it for module path and domain
4212         directory.
4213
4214 2001-11-02  Tor Lillqvist  <tml@iki.fi>
4215
4216         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
4217         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
4218         Windows.
4219
4220 2001-10-30  Tor Lillqvist  <tml@iki.fi>
4221
4222         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
4223         files. Configure on Win32 (running on Cygwin) thinks symlinks
4224         exist, but pkg-config is not necesarily a Cygwin program, and
4225         doesn't understand them.
4226
4227 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
4228
4229         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
4230         a bit.  I don't think it's completely correct yet, but it's
4231         getting there.
4232
4233 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
4234
4235         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
4236         random + 5 for width and height. If people want padding,
4237         they should add padding. (Note the +5 isn't padding
4238         that will always appear - it just appears in the case
4239         where the widget is allocated it's requisition.)
4240         (#51018, Janet Davis)
4241
4242 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
4243
4244         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
4245         the structure for future expansion.
4246
4247 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
4248
4249         Patch from HideToshi Tajima (#51922)
4250         
4251         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
4252
4253         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
4254         set_use_preedit().
4255         
4256         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
4257         to destroy the input context because we change the
4258         client window or use_preedit, make sure we empty
4259         the preedit string.
4260
4261 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
4262
4263         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
4264         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
4265         proposed ordering of buttons with [OK] in the lower
4266         right hand corner. Patch from Gregory Merchan,
4267         #56331.
4268
4269 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
4270
4271         * gtk/gtklabel.c (gtk_label_select_region_index): remove
4272         extraneous gtk_label_clear_layout (label)
4273
4274 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4275
4276         * tests/makefile.msc, gtk/makefile.msc.in: Removed
4277         -DGTK_DISABLE_COMPAT_H.
4278
4279         * docs/Changes-2.0.txt:
4280         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
4281
4282         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
4283
4284 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
4285
4286         * examples/**/Makefile.am: Convert to use pkg-config
4287         rather than gtk-config. (#53375, Skip Montanaro)
4288
4289 2001-11-02  Matt Wilson  <msw@redhat.com>
4290
4291         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
4292         broken unused, non-compiling, static function.
4293
4294 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
4295
4296         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
4297         Iterate through children of the action area, not of
4298         the vbox. (#58278, Sergey Kuzminov)
4299
4300 2001-11-01  Havoc Pennington  <hp@pobox.com>
4301
4302         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
4303         order to remove a workaround in Nautilus that forced
4304         GTK_ENABLE_BROKEN
4305
4306         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
4307
4308 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
4309
4310         * gtk/gtkrange.c: Patch from George Lebl to 
4311         fix division by zero for full scroll bars. (#62114)
4312
4313 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
4314
4315         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
4316         around gtk_widget_event() if we are going to
4317         set a flag afterwards. (#63464)
4318
4319 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
4320
4321         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
4322         Actually add the missing/broken image icon as the
4323         image for the "missing image" stock icon.
4324
4325 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
4326
4327         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
4328         Set a reasonable default height for the window.
4329
4330         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
4331         bug where subsequent '-' weren't converted to '_'.
4332         (#59550, Matthias Clasen)
4333
4334         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
4335         justify the Help menu - just include a comment on
4336         how to do it. (#63539,  Marius Andreiana)
4337
4338         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
4339         list GTK_ICON_SIZE_INVALID.
4340
4341         * demos/gtk-demo/stock_browser.c: Show the biggest available
4342         size, not a fixed size. (Often reported, including #63539, 
4343         Marius Andreiana)
4344
4345 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
4346
4347         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
4348         #59583
4349
4350         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
4351         warning.
4352
4353 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
4354
4355         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
4356         (Daniel Elstner).
4357
4358 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
4359
4360         * gtk/gtkimcontext.[ch]: Add:
4361           - A ::retrieve_surrounding signal that asks the widget for
4362             context around the insertion point.
4363           - A ::delete_surrounding signal that asks the widget to 
4364             delete context aroudn the insertion point.
4365           - gtk_im_context_set_context() for widgets to set context
4366             around the insertion point in response to ::retrieve_context.
4367           - gtk_im_context_get_context() for context to get context
4368             around the insertion point
4369
4370         * gtkmarshal.list: Add BOOL:INT,INT
4371
4372         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
4373         set_surrounding() methods, and the ::retrieve_surrounding /
4374         ::delete_surrounding signals.
4375
4376         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
4377         GtkIMContext::retrieve_surrounding / ::delete_surrounding
4378         signals.
4379
4380 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
4381
4382         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
4383         it's amazing how well things work sometimes, even when they're
4384         completely wrong.
4385
4386         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
4387         where you could try to collapse a node w/o it having children.
4388
4389         (gtk_tree_view_class_init): remove Shift L<->R as they already
4390         existed for expand/collapse.
4391
4392 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
4393
4394         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
4395         found by Matt Wilson.
4396
4397 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
4398
4399         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
4400         Control, and Shift|Control L<->R, #63475
4401
4402 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
4403
4404         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
4405         infinite loop noticed by yosh.
4406
4407 2001-11-01  Michael Meeks  <michael@ximian.com>
4408
4409         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
4410         GTK_REALIZED flag so we don't re-enter when we are
4411         destroyed from the plug side.
4412
4413 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
4414
4415         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
4416         Add a "menu" property and notify on it. (#62798,
4417         Padraig O'Briain)
4418
4419         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
4420         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
4421         Fix set_text to take a gchar, not a guchar, and to have 
4422         a len argument.
4423
4424 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
4425
4426         * gtk/gtkstock.c: fix typo to make it compile
4427
4428 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
4429
4430         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
4431         the widget is insensitive, draw the text insensitively, #63306
4432
4433 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
4434
4435         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
4436
4437 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
4438
4439         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
4440         gtk_selection_data_set_tree_row, #60218
4441         (gtk_tree_get_row_drag_data): rename
4442         gtk_selection_data_get_tree_row, #60218
4443
4444         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
4445         get this right, after the third try, #63122.
4446
4447 2001-10-31  jacob berkman  <jacob@ximian.com>
4448
4449         * gdk/gdkselection.h (GDK_TARGET_STRING): 
4450         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
4451         for Xatoms (and not using the XA_* macros)!
4452
4453 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
4454
4455         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
4456         gtk_window_get_focus() getter to determine the currently
4457         focused widget within the window. (#63145, request
4458         from Damian Ivereigh)
4459
4460 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
4461
4462         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
4463
4464         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
4465         GTK_SELECTION_NONE enum.
4466         (_gtk_tree_selection_internal_select_node): ditto
4467
4468         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
4469         constness.
4470
4471         * gtk/gtkcellrenderertoggle.c: more yummy constness.
4472
4473         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
4474         if mode == GTK_SELECTION_NONE
4475
4476 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
4477
4478         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
4479         "cursor_changed" signal, #62850.
4480
4481 2001-10-31  Matt Wilson  <msw@redhat.com>
4482
4483         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
4484         allocating the treedatalist, zero it to make sure the values are
4485         cleared from any garbage that was in this chunk.
4486
4487 2001-10-31  Murray Cumming  <murrayc@usa.net>
4488
4489         * gtk/cellrenderertext.h: "edited" default signal handler
4490         gchar* args are now const.
4491         gtk/cellrenderertoggle.h: "toggled" default signal handler
4492         gchar* arg is now const.
4493         Also changed other signal handlers for "edited" and "toggled" to
4494         have the same signature.
4495
4496 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
4497
4498         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
4499         rewrite.  Static models now totally work.  I'm not 100% sure about
4500         row_inserted and row_changed, but I'll get those later.
4501
4502 2001-10-30  Sven Neumann  <sven@gimp.org>
4503
4504         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
4505         output for configure --help.
4506
4507 2001-10-30  Havoc Pennington  <hp@pobox.com>
4508
4509         * gtk/gtktextview.c (changed_handler): Update the IM spot location
4510         here, if text was invalidated in the visible area, because the
4511         scroll offset doesn't normally change in that case, and the mark
4512         isn't set, just implicitly moved over as text is added/removed
4513         
4514 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
4515
4516         * gtk/gtkseparatormenuitem.c: Code cleanup.
4517         (gtk_separator_menu_item_class_init): Fix bugs in this code.
4518
4519 2001-10-29  jacob berkman  <jacob@ximian.com>
4520
4521         * gdk/Makefile.am (LDFLAGS): 
4522         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
4523         LDFLAGS, so put win32 flags in here
4524
4525 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
4526
4527         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
4528         I can't believe this took this long to fix.
4529
4530 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
4531
4532         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
4533         reordered signal.
4534
4535 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
4536
4537         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
4538         the focus to the fileop entry for create dir / rename
4539         file. (#62838)
4540
4541 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
4542
4543         * configure.in: Don't use AC_CHECK_FILE to check for a 
4544         file since it always spits warnings about cross compilation,
4545         use -f instead. It's not like we cross compile properly
4546         anyways.
4547
4548         * configure.in (gtktargetlib): Move call to AC_PROG_CC
4549         to suppress autoconf warning.
4550
4551         * acconfig.h: Add some missing #undefs from recent
4552         Win32 additions.
4553
4554 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
4555
4556         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
4557         when we didn't find it. (#62944, Eric Lemings)
4558
4559         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
4560         sign in assignment. (#63209, Arkadiusz Miskiewicz)
4561
4562 2001-10-29  Anders Carlsson  <andersca@gnu.org>
4563
4564         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
4565         the buttons size request before using it. Fixes #61696.
4566
4567 2001-10-29  Tor Lillqvist  <tml@iki.fi>
4568
4569         * README.win32: Updates.
4570
4571         * gtk-zip.sh.in: New file, used to build distribution package for
4572         Windows.
4573
4574         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
4575         applicable with GDKVAR.
4576
4577         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
4578         Wintab library.
4579
4580         * gdk/win32/gdkwin32.h
4581         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
4582         X11 headers better, and to enable gdkwin32.h to be installed and
4583         included from applications, but not the *-win32.h headers.
4584
4585         * gdk/win32/*.c: Corresponding small changes, simplifications of
4586         #includes.
4587         
4588         * gdk/win32/gdkregion-win32.c: Remove.
4589
4590         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
4591
4592         * gdk/win32/gdkfont-win32.c
4593         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
4594
4595         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
4596         GDK_NONE values into hash table.
4597
4598         * gtk/gtk.def: Update.
4599
4600         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
4601         gethostname().
4602
4603         * gtk/gtkmain.c 
4604         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
4605         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
4606         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
4607         g_win32_get_package_installation_subdirectory() with the actual
4608         DLL name saved above. Redefine above directory name macros to call
4609         these functions. Remove some ifdefs.
4610
4611         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
4612         variable for export on Win32) also to the _vars file.
4613
4614         Changes for autoconfiscated build on Win32, and addition of Win32
4615         backend to the related files:
4616         
4617         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
4618         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
4619         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
4620         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
4621         win32 target, using pangowin32. Don't use the
4622         -export-symbols-regex option on Win32, we use .def files to list
4623         exported symbols. Check <winsock.h> (for gethostname() in
4624         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
4625         prevent premature m4 expansion.
4626
4627         * acconfig.h: Add HAVE_WINTAB.
4628
4629         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
4630         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
4631         MS_LIB_AVAILABLE, build MS import library. Install the import
4632         libraries. If HAVE_WINTAB, link with the Wintab library.
4633
4634         * gdk/win32/Makefile.am: Actually enable building the win32
4635         objects here, not just list all files in EXTRA_DIST. Link in the
4636         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
4637         copy the Wintab library into the .libs directory. 
4638
4639         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
4640         name of the GDK DLL when fetching the icon. Use the HMODULE saved
4641         in gdk_dll_hinstance by DllMain.
4642
4643         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
4644         build/win32/lt-compile-resource script.
4645
4646         * gdk/win32/rc/gdk.rc.in
4647         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
4648
4649         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
4650         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
4651         file. Install import libraries.
4652
4653 2001-10-29  Anders Carlsson  <andersca@gnu.org>
4654
4655         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
4656
4657 2001-10-28  Hans Breuer  <hans@breuer.org>
4658
4659         * gdk/gdk.c gdk/gdkevents.c
4660           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
4661           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
4662           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
4663           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
4664           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
4665           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
4666           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
4667         static correct-ness, underscore prefixing of library internal 
4668         functions
4669         (applied the undisputed and the win32 part. Of the latter 
4670          I'm probably the one who will change it back again, if Owen
4671          decides that the Gdk*Impl types should not be private to Gdk)
4672
4673         * gdk/gdk.def : added the remaining exported functions
4674
4675 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
4676
4677         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
4678         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
4679         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
4680
4681 2001-10-28  jacob berkman  <jacob@ximian.com>
4682
4683         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
4684         gtk_settings_get_default() here as that requires an X connection
4685         (which breaks doc building with no X connection) and is not
4686         multihead safe
4687         (gtk_color_selection_init): delay palette loading until realize
4688         time
4689         (gtk_color_selection_realize): load the palette, and initialize
4690         the global palette if it hasn't been already
4691
4692         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
4693         visual/cmap fields of klass->info since they are gone
4694         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
4695         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
4696         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
4697
4698         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
4699         cmap fields
4700         (gtk_preview_get_visual):
4701         (gtk_preview_get_cmap): mark as deprecated
4702
4703         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
4704         changes
4705
4706 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
4707
4708         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
4709         structure to have GObject not GtkObject as
4710         parent_instance. (Jeff Franks.)
4711
4712 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
4713
4714         * gdk/x11/gdkinput.c: Typo fix.
4715
4716 2001-10-26  Havoc Pennington  <hp@pobox.com>
4717
4718         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
4719         update_im_spot_location here explicitly
4720         (gtk_text_view_reset_im_context): don't update the spot location
4721         here
4722
4723 2001-10-27  Anders Carlsson  <andersca@gnu.org>
4724
4725         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
4726         This fixes #62942.
4727
4728         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
4729         Clarify that we're returning a spin button in the _new function.
4730         This fixes #54097.
4731         
4732 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
4733
4734         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
4735         Unfortunately, people apparently erroneously connect
4736         to ::clicked for GtkToggleButton and expect
4737         they know what happened in the default signal handler
4738         instead of appropriately connecting to notification
4739         signal ::toggled. When the revolution comes, such
4740         people will be first against the wall.
4741
4742         We'll just have to go back to the old less-reliable
4743         set-it-back hacks for handling model-view check
4744         buttons and radio buttons. :-(. 
4745
4746 2001-10-27  Hans Breuer  <hans@breuer.org>
4747
4748         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
4749           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
4750           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
4751           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
4752           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
4753           gtk/gtktreestore.c gtk/gtkvbbox.c : 
4754         to simplify parsing for exported functions:
4755         - made implementation signature static, when the local 
4756           prototype already was
4757         - put the functions return value on it's own line
4758         - added as space between the function name and the 
4759           opening bracket
4760
4761         * gtk/gtk.def : added the remaining exported functions
4762
4763 2001-10-27  Anders Carlsson  <andersca@gnu.org>
4764
4765         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
4766         Add note about width having to be greater than 0. This fixes
4767         #55574. 
4768
4769         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
4770         Fix docs to say previous instead of next.
4771         (gtk_text_iter_backward_word_start): Likewise.
4772         This fixes bug #62980.
4773
4774         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
4775         that the valid width is in range 0-65535 pixels. Fixes bug 
4776         #56754.
4777
4778         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
4779         a dot in the documentation. Fixes bug #62632.
4780
4781         * gdk/x11/gdkmain-x11.c: Replace int and guint with
4782         long and gulong in some places to make the code 64-bit
4783         clean.
4784         (_gdk_windowing_init_check): Replace gint with gulong.
4785         This patch was made by George Lebl and fixes bug #62113.
4786
4787         * tests/testgtk.c (create_range_controls): Don't set a 
4788         fixed height on the hscale widget. This fixes "bug" 
4789         #55840.
4790         (create_window_states): Set up destroy signals so that
4791         all windows will be destroyed when one is. This fixes 
4792         bug #58133.
4793
4794 2001-10-26  Anders Carlsson  <andersca@gnu.org>
4795
4796         * gtk/gtktreeview.c: 
4797         (gtk_tree_view_class_init): Create new "indent_expander"
4798         style property.
4799
4800         (gtk_tree_view_get_arrow_xrange): Add a tree argument
4801         to the function since the xrange can change depending
4802         on where in the tree we are. 
4803         
4804         (coords_are_over_arrow): Update function call to
4805         gtk_tree_view_get_arrow_xrange.
4806         (gtk_tree_view_draw_arrow): Likewise.
4807         
4808         (gtk_tree_view_real_expand_collapse_cursor_row):
4809         Call real_{expand|collapse}_row, so that we'll have an
4810         animation.
4811
4812 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
4813
4814         * tests/Makefile.am: fixed a small typo
4815
4816 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
4817
4818         * demos/gtk-demo/list_store.c (create_model): Anders
4819         Carlsson suggested to use G_N_ELEMENTS here
4820
4821 2001-10-26  Sven Neumann  <sven@gimp.org>
4822
4823         * gtk/gtkbutton.[ch]
4824         * gtk/gtkdnd.c: fixed inline comments
4825         
4826         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
4827
4828 2001-10-26  Hans Breuer  <hans@breuer.org>
4829
4830         * gdk-pixbuf/gdk_pixbuf.def : 
4831         * gdk/gdk.def : 
4832         * gtk/gtk.def : updated externals
4833
4834         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
4835         gdk_window_lookup implementation. It already was in
4836         gdk/win32/gdkwindow-win32.c
4837
4838         * gdk/win32/gdkproperty-win32.c : made it compile again
4839         after GdkAtom API change
4840
4841         * gtk/gtk/makefile.msc.in : updated
4842
4843 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
4844
4845         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
4846         require GLib 1.3.10.
4847
4848         * NEWS: updates.
4849
4850 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
4851
4852         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
4853         invalid nodes.
4854          (_gtk_rbnode_rotate_right): Ditto.
4855          (_gtk_rbtree_node_mark_invalid): New function.
4856          (_gtk_rbtree_node_mark_valid): New function.
4857
4858         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
4859         GObject, not a GtkObject.
4860         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
4861         correct.
4862         (gtk_tree_model_sort_row_deleted): ditto.
4863         (gtk_tree_model_sort_{un,}ref_node): Fix.
4864
4865         * gtk/gtktreeview.c: Protean incremental reflow support (commented
4866         out)
4867
4868         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
4869         to const char *key.
4870
4871         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
4872         Important 1 line fix to fix a lot of refcounting woes.
4873
4874 2001-10-25  Matt Wilson  <msw@redhat.com>
4875
4876         * gtk/gtktextview.c (gtk_text_view_destroy): call
4877         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
4878         now invalidates) so that we remove our idle functions.
4879         (gtk_text_view_destroy_layout): remove the first_validate_idle as
4880         well.
4881
4882         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
4883         the 'indent' property is G_MININT to G_MAXINT.  Don't use
4884         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
4885         instead.
4886
4887 2001-10-24  Anders Carlsson  <andersca@gnu.org>
4888
4889         * gtk/gtktreeview.c: 
4890         (gtk_tree_view_real_expand_row): add an animate argument
4891         (gtk_tree_view_real_collapse_row): likewise
4892         
4893         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
4894         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
4895         (gtk_tree_view_collapse_row): update functions that call
4896         real_{expand|collapse}_row to set the animate argument 
4897         accordingly.
4898         
4899 2001-10-24  Alex Larsson  <alexl@redhat.com>
4900
4901         * gdk/linux-fb/gdkfont-fb.c:
4902         Update to new Pango APIs
4903
4904         * gdk/linux-fb/gdkproperty-fb.c:
4905         Update to new GdkAtom APIs
4906
4907         * gdk/linux-fb/gdkwindow-fb.c:
4908         Remove warnings
4909
4910 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
4911
4912         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
4913
4914 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
4915
4916         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
4917         s_path as a child path
4918
4919 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
4920
4921         * gtk/gtktreemodelsort.c: more changes in an attempt to get
4922         it right. It's not yet ready for general consumption.
4923
4924         * tests/treestoretest.c: add a button and entry for the new
4925         iter_change function
4926         (iter_change): new function, to test
4927         the row_changed signal implementation of the GtkTreeModelSort
4928
4929         * tests/testtreesort.c: cleanups, changes to test more features
4930         of the GtkTreeModelSort at once
4931
4932 2001-10-24  Havoc Pennington  <hp@redhat.com>
4933
4934         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
4935         remove hack to strip off the bogus newline, since we killed the
4936         bogus newline; fixes #61779
4937
4938 2001-10-24  Havoc Pennington  <hp@redhat.com>
4939
4940         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
4941         create layout if we didn't have one
4942         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
4943         as appropriate, avoids blanking the screen 
4944         (gtk_text_view_invalidate): new function to do invalidation,
4945         containing old guts of invalidated_handler
4946
4947 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
4948
4949         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
4950         dreadful tooltips.
4951
4952 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
4953
4954         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
4955         set window->parent (except or the root window itself); if 
4956         the window's parent is not a GdkWindow, or is a window of 
4957         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
4958
4959         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
4960         windows of type GDK_WINDOW_FOREIGN.
4961
4962 2001-10-24  Havoc Pennington  <hp@pobox.com>
4963
4964         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
4965         the front of a segment, use the "slow" technique for moving
4966         backward, so we don't mess up the any_segment field in the iter. 
4967         Fixes #57707
4968
4969         * tests/testtextbuffer.c: add code to detect #57707, to avoid
4970         regression
4971
4972 2001-10-23  Havoc Pennington  <hp@redhat.com>
4973
4974         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
4975         if selection contains some editable text, #60975
4976         (gtk_text_view_scroll_to_iter): remove warning about scrolling
4977         prior to map; it should actually be OK to do so in many cases, 
4978         it would be nice to warn about scrolling when many lines have
4979         height 0, but I don't know what to do about that. Perhaps 
4980         move part of flush_scroll into this function? comment added 
4981         to consider this.
4982
4983 2001-10-23  Havoc Pennington  <hp@redhat.com>
4984
4985         * gtk/gtktextview.c (changed_handler): Correctly keep the same
4986         text on the top of the screen, considering that the changed region
4987         may have overlapped the first paragraph. Should fix msw's "text
4988         widget scrolled to wrong place on map" bug, and probably some
4989         other scrolling cases as well.
4990         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
4991         instead of some random value
4992
4993         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
4994         grab_focus, so #59708 is really fixed
4995
4996 2001-10-24  Anders Carlsson  <andersca@gnu.org>
4997
4998         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
4999         (popup_targets_received): Call append_action_signal with stock items
5000         
5001         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
5002         (gtk_label_do_popup): Call append_action_signal with stock items
5003         
5004         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
5005         (popup_targets_received): Call append_action_signal with stock items
5006
5007 2001-10-23  Havoc Pennington  <hp@redhat.com>
5008
5009         * gtk/gtktextview.c (changed_handler): queue a resize here; will
5010         temporarily slow down the widget a lot, until we figure out how to
5011         optimize to avoid full redraw everytime we queue a resize.
5012
5013 2001-10-23  Havoc Pennington  <hp@redhat.com>
5014
5015         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
5016         0 and char_len == 0, bug #61729
5017
5018 2001-10-23  Havoc Pennington  <hp@redhat.com>
5019
5020         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
5021         return value, #61714 (Vitaly Tishkov)
5022         (gtk_text_iter_backward_sentence_starts): ditto
5023         (gtk_text_iter_backward_word_starts): ditto
5024         (gtk_text_iter_forward_word_ends): ditto
5025         (gtk_text_iter_forward_sentence_ends): ditto
5026         (gtk_text_iter_backward_cursor_positions): ditto
5027
5028 2001-10-23  Havoc Pennington  <hp@redhat.com>
5029
5030         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
5031         fix from Dov Grobgeld, #61858
5032
5033 2001-10-23  Havoc Pennington  <hp@redhat.com>
5034
5035         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
5036         Update IM spot location at appropriate times, #50626
5037         (Hidetoshi Tajima)
5038
5039 2001-10-23  Havoc Pennington  <hp@redhat.com>
5040
5041         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
5042         on grab focus, unless it's caused by button click, #59708
5043
5044 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
5045
5046         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
5047
5048         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
5049         G_CONST_RETURN. (Murray Cumming)        
5050
5051         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
5052         Make G_CONST_RETURN.
5053
5054         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
5055         results of g_get_home_dir().
5056
5057         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
5058         copy. Storing the return from gtk_entry_get_text() is evil.
5059
5060         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
5061         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
5062         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
5063         gtk/gtksignal.c: Add const.
5064
5065         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
5066
5067         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
5068         if we are setting them on private widgets.
5069
5070         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
5071         Duplicate entry->text before setting it as object data.
5072
5073 2001-10-22  Havoc Pennington  <hp@redhat.com>
5074
5075         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
5076         up a char from the end iterator, fixes #61859 ("can't put cursor
5077         at the end of the buffer")
5078
5079         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
5080         to work with delimiters other than newline.
5081
5082         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
5083         get_bytes_in_line
5084
5085         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
5086         last line, since the newline is no longer counted.
5087         (gtk_text_iter_get_bytes_in_line): ditto
5088
5089 2001-10-22  Havoc Pennington  <hp@redhat.com>
5090
5091         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
5092         #58290 would trigger if it reappeared, I think
5093
5094 2001-10-22  Havoc Pennington  <hp@redhat.com>
5095
5096         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
5097         add temporary code to dump btree contents on assertion failure
5098         described in #62656
5099         
5100         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
5101         assertions that we're getting the right end iter segment
5102
5103         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
5104         verify that we aren't on the end iterator after moving 
5105         forward one segment - fixes return value in an obscure case. 
5106         Also, some trivial code cleanup/rearranging.
5107         
5108 2001-10-22  Havoc Pennington  <hp@redhat.com>
5109
5110         * gtk/gtktextlayout.h: add a #error unless you define
5111         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
5112
5113         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
5114         
5115 2001-10-22  Havoc Pennington  <hp@redhat.com>
5116
5117         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
5118         #62365
5119
5120 2001-10-22  Havoc Pennington  <hp@redhat.com>
5121
5122         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
5123         #62436
5124
5125 2001-10-22  Havoc Pennington  <hp@redhat.com>
5126
5127         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
5128         #62366
5129
5130 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
5131
5132         * gtk/gtklabel.c: Add cursor-position, selection-bound 
5133         properties. (#62148, reported by Padraig O'Briain)
5134
5135         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
5136         to cursor_position. (1.3.x addition, text_position is an awful
5137         name.) Make cursor_position read-only to avoid sticky questions
5138         of interaction with selection_bound. (#62636, reported by
5139         Padraig O'Briain)
5140
5141 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
5142
5143         Fixing popup menus to have "Paste" sensitized correctly. Original
5144         patches from Damian Ivereigh, much mangled.
5145
5146         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
5147         gtk_selection_data_targets_include_text(). (#60854)
5148
5149         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
5150         the clipboard has text" function gtk_clipboard_wait_is_text_available.
5151         (#60854)
5152
5153         * gtk/gtkentry.c: Only enable the paste item if the clipboard
5154         contains text. (#60973)
5155
5156         * gtk/gtktextview.c: Only enable the paste item if the clipboard
5157         contains text. (#60975)
5158
5159 2001-10-22  Havoc Pennington  <hp@redhat.com>
5160
5161         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
5162         "height_lines" and "width_columns" properties, it doesn't make
5163         sense to set the size request on a text view really. #62103
5164
5165 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
5166
5167         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
5168         g_node_depth is broken, and that it's not worth being consistent
5169         with it.
5170
5171 2001-10-22  Havoc Pennington  <hp@redhat.com>
5172
5173         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
5174         docs, #61777
5175         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
5176         change the two boolean args to a flags field, so we can extend 
5177         to add case insensitive, regexp searches later. #61852
5178
5179 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
5180
5181         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
5182         reflect reality, #62810
5183
5184 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
5185
5186         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
5187
5188         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
5189         system.  Instead of having a window the size of the tree, we have
5190         a window the size of widget->allocation, and simply draw with the
5191         offset.
5192         (coords_are_over_arrow): ditto.  Move to window coordinates.
5193         (do_prelight): ditto
5194         (do_unprelight): ditto
5195
5196         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
5197         Minor fix from Kristian Rietveld to fix unsorted case.
5198
5199 2001-10-22  jacob berkman  <jacob@ximian.com>
5200
5201         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
5202         a PIXMAP cell (fixes crash when using PIXTEXT cells)
5203
5204 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
5205
5206         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
5207         (#58768, Vitaly Tishkov)
5208         
5209         * gtk/gtkobject.h: Deprecate with abandon. 
5210         (#61942, Vitaly Tishkov, Matthias Clasen)
5211
5212         * gtk/gtksignal.h: Deprecate everything.
5213
5214         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
5215         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
5216         (#61942, Matthias Clasen)
5217
5218         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
5219         Havoc Pennington)
5220
5221         * gtk/gtkitemfactory.h: Deprecate compat functions
5222         for GtkMenuFactory code. (#62071)
5223
5224         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
5225         gdk_draw_text,gdk_draw_text_wc. (#62071)
5226
5227 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
5228
5229         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
5230         g_thread_init(), we don't want to link to -lgthread if we don't
5231         have to.
5232
5233 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
5234
5235         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
5236         Add a function, gdk_threads_init() that must be explicitely 
5237         called to enable the GDK thread mutex.
5238
5239 2001-10-22  Jakub Steiner <jimmac@ximian.com>
5240
5241         * gtk/stock-icons/stock_stop.png: no body parts
5242         
5243 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
5244
5245         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
5246         problem with g_return_if_fail return value.
5247
5248         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
5249         virtual atom code from the gdk-multihead branch, removing the per-display
5250         part. Virtualizing atoms needs to be done now to prevent compat
5251         breakage in direct Xlib accessing code in the future. (#62208)
5252  
5253         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
5254         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
5255  
5256         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
5257         an opaque pointer type so the compiler catches attempts
5258         to mingle it with X atoms.
5259
5260         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
5261           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
5262           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
5263           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
5264           tests/testdnd.c,tests/testselection.c: 
5265         Fix up for above atom changes.
5266
5267         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
5268         now have the ability to add custom predefines.
5269
5270         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
5271         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
5272         to gtk_clipboard_get().
5273
5274         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
5275         for GdkAtom => pointer change.
5276
5277         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
5278         atoms, fix for GdkAtom => pointer change.
5279
5280 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
5281
5282         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
5283         new function spin_button_get_arrow_size() instead.
5284
5285         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
5286         arrow was hardcoded, it's now variable.
5287
5288         Fixes bug #50200
5289
5290 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
5291
5292         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
5293         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
5294         for those
5295
5296 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
5297
5298         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
5299         in favor of g_signal_*, gtk_object_* in favor of 
5300         g_object_*.
5301
5302 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
5303
5304         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
5305         from GObject now, we have to use the g_object_* functions, not
5306         gtk_object_*.
5307
5308 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
5309
5310         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
5311         nailed down now (this code is not yet ready for general consumption)
5312
5313 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
5314
5315         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
5316         for use_align
5317
5318 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
5319
5320         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
5321
5322 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
5323
5324         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
5325         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
5326         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
5327         GObject, not GtkObject. (#62621)
5328
5329 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
5330
5331         * tests/testsocket.c: Remove now useless include of unistd.h,
5332         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
5333         
5334 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
5335
5336         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
5337         Pango font API. #61933. (Untested, even for compilation.)
5338
5339 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
5340
5341         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
5342         export gtk_disable_setlocale(). (Caught by Sven Neumann)
5343
5344 2001-10-18  Havoc Pennington  <hp@redhat.com>
5345
5346         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
5347
5348 2001-10-18  Havoc Pennington  <hp@redhat.com>
5349
5350         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
5351         to GTK_RUN_LAST, #50239
5352
5353 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
5354
5355         * gtk/gtkimmodule.c (match_locale):
5356         Support "*" for all locales with least priority
5357         when to select default im module, #58201
5358
5359 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
5360
5361         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
5362         Fix docs. (#61976)
5363  
5364         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
5365
5366         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
5367
5368         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
5369         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
5370         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
5371         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
5372         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
5373         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
5374         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
5375
5376         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
5377
5378         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
5379         Don't restrict the width of the spinbutton entry field 
5380         to 10 digits. (#58681)
5381
5382 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
5383
5384         * tests/testtreeflow.c: new test program for the tree.
5385
5386 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
5387
5388         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
5389         reported by (Oleg Maiboroda), #62600
5390
5391 2001-10-18  Michael Meeks  <michael@ximian.com>
5392
5393         * gtk/gtkentry.c (gtk_entry_set_property),
5394         (gtk_entry_get_property): impl 'text'
5395         (gtk_entry_class_init): add the 'text' prop.
5396         (gtk_entry_insert_text): notify 'text' changed.
5397         (gtk_entry_delete_text): ditto.
5398
5399 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
5400
5401         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
5402         Documentation updates.
5403
5404 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
5405
5406         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
5407         in truncating length of text to MAX_SIZE. (Found by 
5408         Padraig O'Briain, #62055)
5409
5410 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
5411
5412         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
5413         MNEMONIC_ACTIVATE; signal was changed a long time
5414         ago.
5415
5416         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
5417         Fix wrong return statement. (Reported by HideToshi
5418         Tajima and others.)
5419
5420         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
5421         left over select_all vfunc.
5422
5423 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
5424
5425         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
5426         a utility function to translate coordinates relative to
5427         one widget's allocation to coordinates relative to another
5428         widget's allocation.
5429
5430         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
5431         that:
5432          - only accepts external focus if there is no active
5433            member of the group or the button is active.
5434          - makes arrow keys move the active button as well
5435            as the focus
5436          - make tab tab out directly.
5437         This makes a radio button group act as a single focus location.
5438         (#53577).
5439         
5440         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
5441         it was only a small optimization that didn't matter and made
5442         things more complicated.
5443
5444         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
5445         sorter for FOCUS_TAB as we did for the other focus directions,
5446         sort by center of widgets, not upper-left corner. (Shouldn't
5447         matter in general.)
5448
5449         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
5450         from the different types of focusing: encapsulate sorting the
5451         widgets for the focus direction into one routine
5452         (gtk_container_focus_sort()) and then share the work of moving the
5453         focus between the different focus directions.
5454
5455         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
5456         work correctly with focus chains containing non-immediate
5457         children. Sorting was being done using allocation coordinates for
5458         each widget in the focus chain, and if there were intermediate
5459         window-widgets, these allocations would not be in the same
5460         coordinate system.
5461
5462 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
5463
5464         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
5465         mnemonic_activate function to option menu.
5466
5467 2001-10-15  Murray Cumming <murrayc@usa.net>
5468
5469         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
5470           Corrected the type names used in some calls to g_signal_new().
5471         
5472 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
5473
5474         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
5475         specs, use g_pattern_spec_equal() instead of direct field accesses.
5476         upon compressing two equal paths of the same type, the resulting
5477         priority has to be the maximum.
5478         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
5479         GtkPathPriorityType enum and make it a macro.
5480
5481 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
5482
5483         * gtk/gtkwidget.c: Fix some doc comments.
5484
5485 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
5486
5487         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
5488         on empty models.
5489
5490 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
5491
5492         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
5493         Remove stale gdk backend includes.
5494  
5495 2001-10-10  Michael Meeks  <michael@ximian.com>
5496
5497         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
5498         and value_in_list properties.
5499         (gtk_combo_set_value_in_list): notify change.
5500         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
5501
5502 2001-10-11  James Henstridge  <james@daa.com.au>
5503
5504         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
5505         that gtk+ can be built with automake 1.5 while not breaking
5506         things for automake 1.4.
5507
5508 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
5509
5510         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
5511         (#60606)
5512
5513         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
5514         to disable calling setlocale (LC_ALL, "").
5515
5516         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
5517         docs that this function is not typically useful.
5518
5519         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
5520         Automatically initialize GDK for the current locale
5521         on gdk_init(). Don't reset locale to C when
5522         XSupportsLocale() fails.
5523
5524         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
5525         useless checks for UTF-8 locale breakage that mattered
5526         only for X.
5527
5528         * examples/calendar/calendar.c
5529         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
5530         gtk_set_locale().
5531
5532         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
5533         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
5534
5535 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
5536
5537         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
5538
5539         Fixes bug #61904
5540
5541 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
5542
5543         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
5544         new function, #61923
5545         (gtk_tree_selection_path_is_selected): Ditto
5546
5547 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
5548
5549         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
5550         not a GtkObject.  Thanks andersca.
5551
5552         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
5553
5554 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
5555
5556         * gtk/gtktreeviewcolumn.c
5557         (gtk_tree_view_model_sort_column_changed): fix broken code.
5558
5559 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
5560
5561         * gtk/gtkselection.c: s/succesfully/successfully/g
5562
5563 2001-10-08  Havoc Pennington  <hp@pobox.com>
5564
5565         * demos/gtk-demo/stock_browser.c: remove unused enum
5566
5567         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
5568         pass the current selection state of the node in to the user
5569         selection func
5570
5571 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
5572
5573         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
5574         non-existent function gdk_x11_cursor_get_xid 
5575         by gdk_x11_cursor_get_xcursor.
5576
5577 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
5578
5579         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
5580         warning.
5581
5582         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
5583         unref nodes, #okay61676
5584
5585         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
5586         to the property; no need to clear the other columns.  Also, we go
5587         to 'unsorted' if the model supports it.
5588
5589 2001-10-05  Sven Neumann  <sven@gimp.org>
5590
5591         * demos/testpixbuf-save.c
5592         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
5593         feature.
5594
5595 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
5596
5597         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
5598         destroy the search dialog
5599
5600         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
5601         added check to prevent creation of a search dialog if there's
5602         already one around
5603
5604         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
5605         it instead of "search-dialog" (when getting/setting the search dialog
5606         widget).
5607
5608 2001-10-05  Jakub Steiner <jimmac@ximian.com>
5609
5610         * gtk/stock-icons/stock_broken_image.png: broken images icon
5611
5612 2001-10-04  Havoc Pennington  <hp@pobox.com>
5613
5614         Fix #56586
5615         
5616         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
5617         accelerator setting here...
5618
5619         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
5620         because we try to use it when a menu bar hasn't necessarily been 
5621         initialized.
5622
5623 2001-10-03  Havoc Pennington  <hp@redhat.com>
5624
5625         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
5626         it previously verified incorrect behavior
5627
5628         Fixes for #61565
5629         
5630         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
5631         off the end
5632         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
5633         the end
5634         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
5635         the end
5636         (gtk_text_iter_forward_lines): if on the last line, move to end of
5637         it
5638
5639         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
5640         don't return a line off the end
5641
5642 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
5643
5644         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
5645         functions to do_insert_text and do_delete_text, add signals
5646         insert_text, delete_text and changed
5647
5648         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
5649         and changed. Updates to match new situation.
5650
5651         * gtk/gtkspinbutton.c: updates to match new situation
5652
5653         * gtk/gtkoldeditable.h: remove signals changed, insert_text
5654         and delete_text
5655
5656         * gtk/gtkoldeditable.c: updates to match new situation
5657
5658         * gtk/gtktext.c: updates to match new situation
5659
5660         Fixes bug #59803
5661
5662 2001-10-03  Havoc Pennington  <hp@redhat.com>
5663
5664         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
5665         position
5666
5667         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
5668         changes
5669
5670         * tests/testtextbuffer.c (logical_motion_tests): updates
5671
5672 2001-10-03  jacob berkman  <jacob@ximian.com>
5673
5674         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
5675         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
5676         * gtk/gtksettings.c (apply_queued_setting): 
5677         * gtk/gtkmain.c (gtk_init_check): 
5678         * gtk/gtkcontainer.c (gtk_container_child_get_property):
5679         s/retrive/retrieve/
5680
5681 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
5682
5683         * gtk/gtktreemodelsort.[ch]: preparation for surgery
5684         * tests/testtreesort.c: ditto
5685
5686 2001-10-02  Havoc Pennington  <hp@redhat.com>
5687
5688         Throughout: assorted docs
5689         
5690         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
5691         gdk_window_set_geometry_hints() should be used instead.
5692
5693         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
5694         document them
5695
5696         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
5697         seem to exist in any .c files
5698
5699         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
5700         g_return_if_fail (pixel < colormap->size).
5701
5702 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
5703
5704         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
5705         NULL for @target_list to mean, use
5706         gtk_drag_dest_get_target_list (widget).
5707
5708         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
5709         drop could hang when calling gtk_drag_finish with 
5710         success == FALSE and del == TRUE.
5711
5712         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
5713         drops without a matching target found would propagate
5714         to the parent widget rather than being rejected.
5715
5716         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
5717         Use text_view->dnd_mark instead of mark name to be
5718         consistent with the rest of the code.
5719
5720         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
5721         pendantically correct for a drop-only-in-some-places
5722         widget. (Check whether you can insert in drag_drop,
5723         not just in drag_motion ... matters in theory, and
5724         for Motif drag and drop in practice.)
5725
5726         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
5727         Damian Ivereigh to not allow drops on non-editable
5728         entries. (#61124)
5729
5730         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
5731         text to be moved from a non-editable entry.
5732         
5733 2001-10-03  James Henstridge  <james@daa.com.au>
5734
5735         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
5736         s/width/fixed_width/ in order to get things to compile.
5737
5738 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
5739
5740         * gtk/gtkcelleditable.c: docs
5741
5742         * gtk/gtktreemodel.h: more docs.
5743
5744 2001-10-02  Havoc Pennington  <hp@redhat.com>
5745
5746         * gdk/x11/gdkwindow-x11.c: docs
5747
5748         * tests/testtextbuffer.c (logical_motion_tests): add sentence
5749         boundary tests
5750
5751 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
5752
5753         * demos/gtk-demo/Makefile.am: add editable_cells.c,
5754         list_store.c and tree_store.c
5755
5756         * demos/gtk-demo/appwindow.c: remove tearoff item from
5757         File menu, put menubar and toolbar in handle boxes.
5758
5759         * demos/gtk-demo/genincude.pl: various changes to support trees
5760
5761         * demos/gtk-demo/main.c: various changes to support trees
5762
5763         * demos/gtk-demo/stock_browser.c: changed name of demo
5764         to Stock Item and Icon Browser, so geninclude.pl doesn't see
5765         it as child
5766
5767         * demos/gtk-demo/editable_cells.c: new file/demo
5768         * demos/gtk-demo/list_store.c: new file/demo
5769         * demos/gtk-demo/tree_store.c: new file/demo
5770
5771 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
5772
5773         * gtk/gtkrc.c gtk/gtksettings.c: 
5774         g_string_printfa => g_string_append_printf.
5775
5776 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
5777
5778         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
5779         and destroy handler.
5780
5781         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
5782
5783         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
5784         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
5785         Singh <yosh@gimp.org>.
5786
5787 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
5788
5789         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
5790         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
5791
5792         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
5793
5794 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
5795
5796         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
5797         scroll_to_cell delayed code to happen in size_allocate.
5798
5799         * gtk/gtkstyle.c (gtk_default_draw_expander): change
5800         prelight/normal arrow drawing.
5801
5802         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
5803
5804         * gtk/gtktreestore.c: refactor.
5805
5806 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
5807
5808         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
5809         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
5810         centers the child in relation to the to indicator height.
5811
5812 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
5813
5814         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
5815         correct
5816
5817 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
5818
5819         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
5820         property code using g_param_spec_int and changed from
5821         g_value_get_enum to g_value_get_int instead. Probably a better way
5822         to fix the problem :-)
5823
5824 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
5825
5826     * gtk/gtkcellrenderertext.c changed "weight" property type from 
5827       g_param_spec_int to g_param_spec_enum.
5828
5829 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
5830
5831         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
5832         fix: s/Wether/Whether/ in reorderable property description
5833
5834 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
5835
5836         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
5837         start editing when you select with a keyboard.
5838
5839         (gtk_tree_view_button_press_event): much more graceful now.
5840
5841         * gtk/gtkstyle.c: Draw togglebutton better.
5842
5843 2001-09-26  Havoc Pennington  <hp@redhat.com>
5844
5845         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
5846         of passing non-stock label in to gtk_dialog_new_with_buttons
5847
5848         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
5849         debugging updates
5850
5851         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
5852         are private
5853
5854         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
5855         exist, fall back to mnemonic label, not plain label, bug #61184
5856         
5857 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
5858
5859         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
5860         stupid and emitting the signal every time.
5861
5862         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
5863
5864 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
5865
5866        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
5867
5868        * contrib/gdk-pixbuf-xlib/Makefile.am: install
5869        gdk-pixbuf-xlib-2.0.pc.
5870
5871 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
5872
5873         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
5874         problem where menmonic wasn't removed properly when
5875         setting a label when there already is a label.
5876         Also, handle setting the tab label back to the same
5877         value. (#61160, #61161)
5878
5879         * gtk/gtkentry.c (paste_received): Patch from 
5880         Damian Ivereigh to replace selection if there is 
5881         one. (#61121)
5882
5883 2001-09-25  Darin Adler  <darin@bentspoon.com>
5884
5885         * tests/.cvsignore: Ignore new test program.
5886
5887 2001-09-25  Havoc Pennington  <hp@redhat.com>
5888
5889         * gtk/gtktextview.c: fix for #50317
5890         
5891 2001-09-25  Havoc Pennington  <hp@redhat.com>
5892
5893         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
5894         gtk_text_iter_can_insert
5895         
5896         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
5897
5898         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
5899          (gtk_text_iter_can_insert): new function to fix #60282, should
5900         also fix msw's "can paste into empty buffer" bug.
5901
5902         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
5903         "event object,"  #59091
5904
5905         * gtk/gtktextbtree.c: indentation fixes
5906
5907         * gtk/gtktextiter.c (find_by_log_attrs): fixes
5908
5909 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
5910
5911         * configure.in: Version 1.3.9, interface age 0, binary age 0.
5912
5913         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
5914
5915         * NEWS: Updates.
5916
5917 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
5918
5919         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
5920         function for drawing cursors between gtkentry/gtklabel/gtktextview.
5921         Should this be public? It has a bit of an odd interface, but
5922         custom editing widgets probably should be using it.
5923         Function will draw with wider width for taller cursors, and
5924         draws a little indicator arrow to indicate directoin for split 
5925         cursors.
5926
5927         * gtk/gtktextview.c: Add a "cursor_color" property.
5928
5929         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
5930         gtk_text_layout_draw().
5931
5932         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
5933         _gtk_draw_insertion_cursor().
5934
5935 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
5936
5937         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
5938         the behavior where you could turn family_set (etc) back on
5939         and get back the values you had before.
5940
5941         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
5942         g_string_ascii_up() rather than looping through the
5943         string ourself.
5944
5945 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
5946
5947         * gtk/gtktreeviewcolumn.c
5948         (gtk_tree_view_column_set_cell_renderer): Removed
5949         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
5950
5951         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
5952         Patch from Detlef Reichl
5953
5954 2001-09-25  Havoc Pennington  <hp@redhat.com>
5955
5956         * tests/testtextbuffer.c (line_separator_tests): Add tests for
5957         line separators, addresses bug #57428
5958
5959 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
5960
5961         * gtk/gtkentry.c: Make a GtkCellEditable
5962         (get_widget_window_size): Change to let it honor size_allocate
5963         when a CellEditable.
5964
5965         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
5966         editable changes.
5967         (gtk_tree_view_set_cursor): Now you can set the cursor
5968         horizontally, as well as start editing.
5969
5970         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
5971         code to look more like the other check buttons.
5972
5973         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
5974         Change the way we calculate cell size.
5975
5976         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
5977
5978         * demos/gtk-demo/sizegroup.c: Add mnemonics.
5979
5980         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
5981         Fix logic.
5982
5983         * gtk/gtkcellrenderertext.c: Change to be editable.
5984
5985         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
5986
5987         * test/testtreesort.c: Fix misspelling
5988
5989         * test/testreecolumns.c: Add mnemonics.
5990
5991         * test/testreeedit.c: New test program.
5992
5993 2001-09-25  Havoc Pennington  <hp@pobox.com>
5994
5995         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
5996         etc. docs about how these are not going to do what you want for 
5997         the X/win32 ports. Futile attempt to avoid a FAQ...
5998
5999 2001-09-24  James Henstridge  <james@daa.com.au>
6000
6001         * gtk/gtkmarshal.list (VOID): add marshal function types.
6002
6003         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
6004         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
6005         GTK_TYPE_POINTER.
6006         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
6007         with no-op copy/free functions.
6008
6009         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
6010         GtkCTreeNode get_type function.
6011
6012 2001-09-24  Havoc Pennington  <hp@redhat.com>
6013
6014         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
6015         gtktextlayout.c:
6016         Get rid of the newline-that-could-not-be-deleted; buffers may 
6017         now be zero-length. Much easier to fix than expected, once 
6018         I figured out the right way to do it. However, there are 
6019         various subtle bugs introduced by this that will have to get 
6020         sorted out. Please use bugzilla.
6021
6022 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
6023
6024         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
6025         response back from the window manager if our size hasn't changed 
6026         since we won't get a response back from the window manager;
6027         there was code in there to do this, but it was in the wrong
6028         place so if the hints change and the size didn't we'd expect
6029         a response.
6030
6031         Also, optimize the position-only-changed case by running
6032         the resize queue immediately, and clean up some comments
6033         for the changes.
6034
6035 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
6036
6037         * gtk/gtknotebook.h: Add a compat macro that got lost.
6038
6039         * gtk/gtktreestore.c: Doc fixes.
6040
6041         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
6042         leak for windows that receive events after being destroyed.
6043         (#60863, Joshua N. Pritikin)
6044
6045         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
6046         rather than gtk_container_queue_resize().
6047
6048         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
6049         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
6050         gtk_container_child_composite_name. (#60217.)
6051
6052 2001-09-22  Hans Breuer  <hans@breuer.org>
6053
6054         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
6055
6056 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
6057
6058         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
6059         weight value should be an int
6060
6061 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
6062
6063         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
6064         to gtk_menu_scroll_item_visible(). Only call
6065         gtk_menu_scroll_item_visible() if the menu widget has been
6066         realized. Fixes bug #55310.
6067
6068 2001-09-21  Havoc Pennington  <hp@redhat.com>
6069
6070         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
6071         key press to IM context if cursor isn't in an editable location;
6072         bug #58425, patch from Hidetoshi Tajima
6073
6074 2001-09-21  Havoc Pennington  <hp@redhat.com>
6075
6076         Bug #60862
6077         
6078         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
6079         (_gtk_text_btree_unref): fix up mark memory management
6080
6081         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
6082
6083 2001-09-20  Havoc Pennington  <hp@redhat.com>
6084
6085         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
6086         try to handle alignment here, because it's done by PangoLayout
6087         after we set the layout width. Fix from Dov.
6088
6089 2001-09-21  Hans Breuer  <hans@breuer.org>
6090
6091         * gdk/gdk.def :
6092         * gtk/gtk.def : updated externals
6093
6094         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
6095         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
6096         Also handle that Win32 pathes cann't be hard-coded      
6097
6098         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
6099         module, themes etc directory calculations
6100
6101         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
6102         >16 bit right. The size limit within Win9x appears _not_ to be 32767
6103         but slightly smaller ...
6104
6105         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
6106         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
6107
6108         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
6109
6110         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
6111         handling. I'm not sure if it is better now, but at least not worse
6112
6113         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
6114
6115         * gdk/win32/gdkwin32.h : reflect recent API restrictions
6116
6117 2001-09-21  Matt Wilson  <msw@redhat.com>
6118
6119         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
6120         radio_menu_item->group to NULL after removing it from the list, as
6121         it is no longer in the group. (#60869)
6122
6123         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
6124
6125 2001-09-20  Havoc Pennington  <hp@pobox.com>
6126
6127         * configure.in (PANGO_REQUIRED_VERSION)
6128         (ATK_REQUIRED_VERSION): add variables and checks for specific 
6129         versions of dependencies. Previously we didn't verify the 
6130         Pango or ATk versions.
6131
6132 2001-09-09  Havoc Pennington  <hp@pobox.com>
6133
6134         * gtk/gtktextiter.c: fool with indentation
6135         (gtk_text_iter_in_range): add g_return_if_fail
6136
6137 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
6138
6139         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
6140         ref count on new tag to be 1.  Update doc.  (#60836)
6141
6142 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
6143
6144         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
6145         call to gdk_image_new_bitmap(). (#59094, reported by
6146         by Sven Neumann)
6147
6148 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
6149
6150         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
6151         day, as well as the current month and year.
6152         (#59047, reported by Vitaly Tishkov)
6153
6154 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
6155
6156         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
6157         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
6158         
6159 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
6160
6161         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
6162
6163         (build_option_menu): add func argument, connect ::changed
6164         signal to option menu instead of connecting the ::activate
6165         signal to the menu items,
6166
6167         (toplevel): get rid of RADIOMENUTOGGLED macro,
6168
6169         (list_toggle_sel_mode), (clist_toggle_sel_mode),
6170         (ctree_toggle_line_style), (ctree_toggle_expander_style),
6171         (ctree_toggle_justify), (ctree_toggle_sel_mode),
6172         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
6173         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
6174
6175         (notebook_type_changed): merged standard_notebook(),
6176         notabs_notebook(), scrollable_notebook() and borderless_notebook()
6177         into notebook_type_changed()
6178
6179         (create_list), (create_ctree), (create_notebook),
6180         (create_progress_bar): changed OptionMenuItem arrays into
6181         gchar * arrays. Removed "Extended" item where used.
6182
6183         Fixes bug #59885
6184
6185 2001-09-20  Sven Neumann  <sven@gimp.org>
6186
6187         * configure.in
6188         * gdk/Makefile.am
6189         * gtk/Makefile.am
6190         * gtk/gtkselection.c
6191         * gtk/gtktreeview.c
6192         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
6193
6194 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
6195
6196         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
6197         a missing pango_layout_iter_free ().
6198
6199 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
6200
6201         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
6202         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
6203
6204         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
6205         the function definition so we don't accidentally rely on
6206         the compat #define from gtk_radio_menu_item_group.
6207         (#60782, Jeff Franks)
6208
6209 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
6210
6211         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
6212         incorrect values for top, right and bottom due to cut-and-paste
6213         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
6214
6215 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
6216
6217         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
6218         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
6219         window, not just on the client leader. (#58463)
6220
6221 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
6222
6223         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
6224
6225         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
6226         non-public _gtk_menu_item_set_placement.
6227
6228         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
6229
6230 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
6231
6232         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
6233           gdk/linux-fb/gdkcolor-fb.c:
6234         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
6235         (#59723)
6236
6237 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
6238
6239         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
6240         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
6241         #59723)
6242
6243 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
6244
6245         Patch from Frank Belew #59037 for Solaris compilation.
6246
6247         * gtk/maketypes.awk: Change syntax slightly for a call
6248         to sub(), apparently making awk on Solaris happier.
6249
6250         * gtk/gtktreeview.c: Remove C++ comments.
6251
6252 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
6253
6254         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
6255         to handle '99% of the time. (#60473, reported by Christian Rose)
6256
6257         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
6258         which no longer exists. (#60379, reported by Vitaly Tishkov)
6259
6260 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
6261
6262         * Released 1.3.8.
6263
6264         * gdk/Makefile.am: kill EXTRA_DIST clearing.
6265         
6266 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
6267
6268         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
6269         as its broken in automake 1.4, add explicit object rule to
6270         generate this.
6271         
6272         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
6273         get rid of uneccessary stamps, group stuff more logically, and build
6274         sources due to object rules. fix srcdir!=builddir.
6275
6276 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
6277
6278         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
6279         incorrect parameter to compute_double_length
6280         (#58680, patch from Matthias Clasen)
6281
6282         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
6283
6284         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
6285
6286         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
6287         for GDK_RELEASE_MASK to avoid warnings with Forte.
6288
6289         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
6290         break; statements.
6291
6292 2001-09-18  Alex Larsson  <alexl@redhat.com>
6293
6294         * gtk/gtkcheckbutton.c:
6295         * gtk/gtkradiobutton.c:
6296         Don't draw with GTK_STATE_ACTIVE.
6297
6298         * gtk/gtkclist.c:
6299         * gtk/gtkctree.c:
6300         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
6301
6302         * gtk/gtktextdisplay.c:
6303         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
6304         unfocused with base_gc [GTK_STATE_ACTIVE].
6305         
6306         * gtk/gtkentry.c:
6307         Add select all menu-item.
6308         Default cursor color is red.
6309         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
6310         unfocused with base_gc [GTK_STATE_ACTIVE].
6311
6312         * gtk/gtklabel.[ch]:
6313         Add keynav + menu to selectable lables.
6314         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
6315         unfocused with base_gc [GTK_STATE_ACTIVE].
6316
6317         * gtk/gtkfilesel.c:
6318         Add drag and drop support.
6319
6320         * gtk/gtkstyle.c:
6321         (This was checked in earlier)
6322         New default values for text/base SELECTED and ACTIVE
6323         
6324 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
6325
6326         * configure.in: up version to 1.3.8, interface age 0,
6327         binary age 0, depend on glib 1.3.8.
6328
6329         * NEWS: 1.3.8 updates.
6330
6331 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
6332
6333         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
6334         the editing code
6335
6336         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
6337         reason to call it beyond emiting the two signals.
6338
6339         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
6340         to GtkEntry.
6341
6342 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
6343
6344         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
6345           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
6346         PangoFontDescription.
6347
6348         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
6349         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
6350         structure.
6351   
6352         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
6353
6354         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
6355         direct access to style->font. Deprecate gtk_style_ref/unref.
6356   
6357         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
6358         Remove gtk_style_ref/unref with g_object_ref/unref.
6359   
6360         * gtk/gtkcalendar.c: Remove leftover macros accessing
6361         style->font.
6362   
6363         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
6364         variable.
6365   
6366         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
6367         style->font.
6368
6369 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
6370
6371         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
6372         "can_activate" properties in favor of
6373         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
6374         and GTK_CELL_RENDERER_MODE_EDITABLE
6375
6376 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
6377
6378         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
6379         editable widgets.  This function is private, and should only be
6380         used by GtkTreeView.
6381
6382 2001-09-18  Matt Wilson  <msw@redhat.com>
6383
6384         * docs/Makefile.am (EXTRA_DIST): don't use += before =
6385
6386         * docs/faq/Makefile.am (EXTRA_DIST): likewise
6387
6388         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
6389         
6390         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
6391         (EXTRA_HEADERS): likewise
6392
6393         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
6394         (EXTRA_HEADERS): likewise
6395         (EXTRA_DIST): likewise
6396         (CLEANFILES): likewise
6397
6398         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
6399
6400         * tests/Makefile.am (EXTRA_DIST): likewise
6401         
6402         * Makefile.am (install-data-local): changed to use
6403         install-data-hook, which runs after install-pkgconfigDATA, so that
6404         the pkgconfigdir will have been created and populated first.
6405
6406 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
6407
6408         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
6409         be the last big GtkTreeView API change.
6410
6411         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
6412         replace with "activate" and "start_editing".  Also, added a
6413         "can_activate" and "can_edit" property.
6414
6415         * gtk/gtktreeviewcolumn.c: modify to use above.
6416
6417 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
6418
6419         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
6420
6421 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
6422
6423         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
6424         icon instead of one with ugly white background.
6425
6426 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
6427
6428         * demos/gtk-demo/stock_browser.c (id_to_macro): make
6429         the uppercasing work. (#59550)
6430
6431 2001-09-14  Jakub Steiner <jimmac@ximian.com>
6432
6433         * gtk/stock-icons/dialog_error.png:
6434         * gtk/stock-icons/dialog_question.png: more road signs
6435
6436 2001-09-13  Jakub Steiner <jimmac@ximian.com>
6437
6438         * gtk/stock-icons/dialog_question.png:
6439         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
6440           like a road sign.
6441
6442 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
6443
6444         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
6445         signals to make them more clear.  Also, change ::range_changed to
6446         ::row_changed.
6447         * gtk/gtktreemodel.c: Adjust to interface change
6448         * gtk/gtktreemodel.h: ditto
6449         * gtk/gtktreemodelsort.c: ditto
6450         * gtk/gtktreestore.c: ditto
6451         * gtk/gtkliststore.c: ditto
6452         * gtk/gtktreeview.c: ditto
6453         * tests/testtreecolumns.c: ditto
6454         * gtk/gtkmarshal.list: Actually remove a marshaller!
6455
6456 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
6457
6458         * gtk/gtktextview.c
6459         Add support for Ctrl+Up/Down arrow to move cursor to beginning
6460         of previous/next paragraph. If within a paragraph cursor moves to
6461         beginning of that paragraph.
6462
6463 2001-09-12  Jakub Steiner <jimmac@ximian.com>
6464
6465         * gtk/stock-icons/dialog_question.png: replacing the shaky
6466           question mark with a sans-serif one.
6467         * gtk/stock-icons/stock_top.png, stock_bottom.png,
6468      stock_first.png, stock_last.png: using the new style arrows
6469         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
6470      colors.
6471         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
6472      color.
6473         * gtk/stock-icons/stock_zoom*: anti-aliased
6474         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
6475      '-' with a '_', removed the wrong files
6476
6477 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
6478  
6479         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
6480  
6481         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
6482         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
6483         than in gtk-2.0/major.minor.micro/<type>/. This
6484         works better for a search path for modules.
6485  
6486         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
6487         gtk_binary_version variable holding major.minor.(micro-binary_age).
6488  
6489         * modules/input/Makefile.am (moduledir): Fix installation
6490         directory to match change in lookup location.
6491  
6492         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
6493         suffixes. Needs to be handled in g_module_build_path().
6494
6495         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
6496         appropriate.
6497  
6498 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
6499
6500         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
6501         causing RC properties not to work.
6502
6503 2001-09-11  Jakub Steiner <jimmac@ximian.com>
6504
6505         * gtk/stock-icons/dialog-error.png: less drastic
6506         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
6507           "STOP" is international enough.
6508         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
6509         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
6510
6511 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
6512
6513         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
6514         (add|remove)_selection_clipboard symmetric. (bug #59836)
6515
6516         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
6517         Avoid SEGV for empty tree. (bug #60243)
6518
6519 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
6520
6521         * tests/testgtk.c (create_idle_test): slight fix for
6522         g_object_set() not usable for nesting anymore.
6523
6524         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
6525         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
6526         properties, supply ::shadow_type properties instead as most
6527         other widgets do.
6528
6529 2001-09-10  Alex Larsson  <alexl@redhat.com>
6530
6531         * demos/gtk-demo/stock_browser.c:
6532         * gdk/gdkcolor.c:
6533         * gdk/gdkfont.c:
6534         * gdk/gdkcursor.c:
6535         * gdk/gdkevents.c:
6536         * gdk/gdkrectangle.c:
6537         * gtk/gtktypeutils.c:
6538         Update to use the new g_boxed_type_register_static API.
6539
6540 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
6541
6542         * gtk/gtktreestore.c:
6543         Fix looping in gtk_tree_store_init() waiting for zero random int.
6544
6545 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
6546
6547         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
6548         behaviour which havoc broke. they have to default to 1.0 for
6549         expand behaviour.
6550
6551         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
6552
6553 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
6554
6555         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
6556         Amend previous change to avoid runtime error in g_param_spec_ref()
6557
6558 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
6559
6560         * gtk/gtkrc.c (insert_rc_property): Fix blank line
6561         in the wrong place.
6562
6563 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
6564
6565         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
6566         do a lookup immediately after creating style->property_cache,
6567         since bsearch crashes on zero length for Solaris.
6568         (Found by Padraig O'Briain.)
6569
6570 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
6571
6572         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
6573         Really return NULL if not set.
6574         (gtk_widget_init): Remove unused varaible.
6575         
6576 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
6577
6578         * configure.in:
6579         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
6580         in cvs.
6581
6582 2001-09-08  Havoc Pennington  <hp@pobox.com>
6583
6584         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
6585         people might want to use
6586
6587 2001-09-08  Havoc Pennington  <hp@pobox.com>
6588
6589         * gtk/gtkalignment.c (gtk_alignment_class_init): default
6590         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
6591
6592         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
6593
6594         * gtk/gtktextiter.c: fix docs
6595         (gtk_text_iter_spew): get rid of this
6596
6597         * gtk/gtklayout.c: docs
6598
6599         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
6600         to center image and label together, instead of having image on
6601         left and label centered, patch/suggestion from Jacob
6602
6603         * gtk/gtkdialog.c: docs
6604
6605 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
6606
6607         * gtk/gtkliststore.c: Write documentation
6608         * gtk/gtktreestore.c: Write documentation
6609
6610 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
6611
6612         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
6613         with GArray and bsearch(), to remove dependency on a still
6614         evolving interface that we want to keep private to glib/gobject. 
6615
6616 2001-09-08  Havoc Pennington  <hp@pobox.com>
6617
6618         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
6619         docs fixes
6620
6621         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
6622
6623         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
6624
6625         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
6626
6627         * gtk/gtkscrolledwindow.h: docs fixes
6628
6629         * gtk/gtkimage.c (gtk_image_new): docs fixes
6630
6631 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
6632
6633         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
6634         false alarm  constness warning with a cast.
6635
6636         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
6637         for the inside-gdk case.
6638
6639 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
6640
6641         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
6642         remove g_print.
6643
6644         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
6645         change models, #59899
6646
6647 2001-09-07  Havoc Pennington  <hp@pobox.com>
6648
6649         * gtk/gtkmain.c: move some docs inline
6650
6651 2001-09-07  Havoc Pennington  <hp@pobox.com>
6652
6653         * gtk/gtk.h: tsk tsk, jrb broke the build
6654
6655 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
6656
6657         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
6658         Removed 'fill' attribute.  It was silly b/c that was a property of
6659         the cell renderer, anyway.
6660         (gtk_tree_view_column_render): Actually render the packed
6661         renderers.
6662         * doc/tree-column-sizing.txt: initial devel documentation.
6663         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
6664         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
6665
6666         * tests/testtreefocus.c: fix up to reflect above changes.
6667         * tests/testtreeview.c: ditto
6668         * demos/gtk-demo/stock_browser.c: ditto
6669
6670 2001-09-07  Alex Larsson  <alexl@redhat.com>
6671
6672         * gdk/linux-fb/gdkcolor-fb.c:
6673         Removed unused function.
6674         
6675         * gdk/linux-fb/gdkdrawable-fb2.c
6676         * gdk/linux-fb/gdkfont-fb.c:
6677         Use PangoLanguage functions.
6678
6679         * gdk/linux-fb/gdkinput.c:
6680         * gdk/linux-fb/gdkselection-fb.c:
6681         Fix const warnings.
6682         
6683         * gdk/linux-fb/gdkwindow-fb.c:
6684         Fix warning. Implement gdk_window_set_icon_list() and
6685         gdk_window_get_frame_extents(). (No icon support yet though.)
6686
6687         * gtk/gtkwindow.c (gtk_window_get_position):
6688         If window->frame is set get the extents of it instead.
6689         
6690 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
6691
6692         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
6693         Make the default default colormap the GdkRGB colormap,
6694         not the system colormap.
6695
6696         * gtk/gtkinvisible.c (gtk_invisible_init) 
6697           gtk/gtkwindow.c (gtk_window_init): Set the current
6698         colormap, as returned by _gtk_widget_peek_colormap()
6699         on the widget.
6700
6701         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
6702         to GTK+. Make it return %NULL instead of the default
6703         colormap if no colormap has explicitely been pushed.
6704
6705         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
6706         colormaps on ancestral widgets before defaulting the
6707         the system default colormap.
6708
6709         * docs/Changes-2.0.txt: explain colormap changes.
6710
6711 2001-09-07  Havoc Pennington  <hp@redhat.com>
6712
6713         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
6714         #57424
6715
6716 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
6717
6718         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
6719         make gdk_set_use_xshm a noop. Remove --no-xshm command line
6720         option. If we aren't autodetecting properly, we need
6721         to fix the problem, or at least make it an environment
6722         variable setting, to avoid problems with propagating
6723         to embedded children, plugins, etc.
6724
6725         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
6726
6727         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
6728         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
6729         New function to render a pixmap and mask for a particular colormap.
6730
6731         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
6732         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
6733         of internal implementation of the same.
6734
6735 2001-09-07  Havoc Pennington  <hp@redhat.com>
6736
6737         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
6738         debug code that seems to have caused a breakpoint in valid cases
6739         
6740         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
6741         pointer on the first view when adding the second view, fixes
6742         crash when closing gtk-demo text test with active selection
6743
6744         * gtk/gtktextbuffer.c
6745         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
6746         clipboards in the list of clipboards - probably fixes #59836
6747
6748 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
6749
6750       Make gdkx.h the only installed header from gdk/x11.
6751       All structures in gdk/x11 are opaque.
6752
6753         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
6754         Don't install gdk{drawable,pixmap,window}-x11.h.
6755
6756         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
6757         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
6758         GdkVisualClass into C files.
6759
6760         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
6761
6762         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
6763         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
6764         Add public functions to replace previously exported direct
6765         structure access.
6766         gdk_x11_colormap_get_{xdisplay,xcolormap} 
6767         gdk_x11_cursor_get_{xdisplay,xcursor},
6768         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
6769         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
6770         gdk_x11_gc_get_{xdisplay,ximage}
6771         
6772         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
6773         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
6774
6775       Fix a number of variables and functions that were exported
6776       "accidentally" from GDK.
6777
6778         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
6779         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
6780         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
6781         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
6782         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
6783         gdk_event_queue_find_first, gdk_event_queue_remove_link,
6784         gdk_event_queue_append, gdk_event_button_generate,
6785         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
6786
6787         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
6788            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
6789         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
6790         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
6791         gdk_use_xshm, gdk_input_ignore_core.
6792
6793         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
6794         #defines to namespace functions into the private _gdk_ 
6795         namespace.
6796
6797         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
6798         to replace gdk_parent_root exported variable. Adjust and
6799         deprecate GDK_ROOT_PARENT().
6800
6801         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
6802         GDK_ROOT_PARENT usage, remove includes of port-specific
6803         headers.
6804
6805         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
6806         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
6807         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
6808
6809         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
6810         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
6811         gdk_wm_delete_window functions, gdk_wm_take_focus, 
6812         use gdk_atom_intern() instead.
6813
6814         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
6815           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
6816           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
6817           gtk/gtkselection.c 
6818         Unexport gdk_selection_property, just use 
6819         gdk_atom_intern ("GDK_SELECTION").
6820
6821         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
6822         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
6823         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
6824         GdkVisualprivate, gdk_x11_gc_flush.
6825
6826       Make a number of public exports of variables into functions
6827       to increase encapsulation.
6828
6829         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
6830         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
6831         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
6832
6833         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
6834         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
6835         gdk_error_warnings.
6836
6837         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
6838           docs/Changes-2.0.txt: 
6839         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
6840         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
6841         Add gdk_x11_get_default_xdisplay().
6842
6843         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
6844         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
6845         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
6846         Don't export gdk_progclass, move --class command line
6847         option and handling to common portion of GDK.
6848
6849       Miscellaneous fixes:
6850
6851         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
6852         g_return_val_if_fail that should have been g_return_if_fail.
6853
6854         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
6855         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
6856
6857         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
6858         X11 dependency.
6859
6860         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
6861         Remove unused gdk_key_repeat_disable/restore.
6862
6863         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
6864         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
6865         Remove unused gdk_null_window_warnings variable.
6866
6867         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
6868         it can be retrieved from the repository; it is too far
6869         from functional to be worth having people check out;
6870         it would be easier to start from scratch, I suspect.
6871
6872         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
6873
6874         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
6875         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
6876         Fix some accidentally global variables and unused global variables.
6877
6878         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
6879         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
6880         Fix some accidentally global variables and unused global variables.
6881
6882       Add some space for future expansion to multihead.
6883
6884         * gdk/gdkdrawable.h: Add four reserved function pointers
6885         for future expansion of GdkDrawableClass.
6886
6887         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
6888         where we can put a GdkScreen * later.
6889
6890 2001-09-07  Havoc Pennington  <hp@redhat.com>
6891
6892         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
6893         adjustments after validating destination yrange; fixes #53918
6894         (This may cause other issues, but I hope it won't)
6895         
6896 2001-09-05  Havoc Pennington  <hp@redhat.com>
6897
6898         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
6899         line into start line, update the character counts in parent nodes; 
6900         caused a bug when end and start line had different parent nodes.
6901
6902 2001-08-30  Havoc Pennington  <hp@redhat.com>
6903         
6904         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
6905         assertion that tag is in a table
6906
6907 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
6908
6909         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
6910         g_strcasecmp on NULL strings. (#59058)
6911
6912 2001-09-06  Alex Larsson  <alexl@redhat.com>
6913
6914         * gtk/gtkbin.c:
6915         * gtk/gtkfontsel.c:
6916         * gtk/gtkspinbutton.c:
6917         * gtk/gtktipsquery.c:
6918         Use GtkType/GType instead of uint.
6919
6920 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
6921
6922         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
6923         sort column.
6924
6925         * gtk/gtktreestore.c (gtk_list_store_init): ditto
6926
6927         * gtk/gtktreesortable.c: add docs.
6928
6929 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
6930
6931         * Version 1.3.7
6932
6933         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
6934         docs for gtk-config
6935
6936         * modules/input/Makefile.am (install-data-local): Don't
6937         run gtk-query-immodules if DESTDIR is set.
6938
6939         * NEWS: Various additions.
6940
6941 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
6942
6943         * NEWS: updates for 1.3.7 release.
6944
6945 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
6946
6947         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
6948         handle default sort feature
6949
6950         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
6951         new function to handle default sort.
6952         (gtk_tree_sortable_has_default_sort_func): check if default sort
6953         is set.
6954
6955         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
6956         handle default sort feature
6957
6958 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
6959
6960         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
6961         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
6962         #59731
6963
6964 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
6965
6966         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
6967         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
6968         time, #59727
6969
6970         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
6971         correctly.
6972
6973 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
6974
6975         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
6976         so that we don't eternally update the keymap after we
6977         get a change notification.
6978
6979         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
6980         incorrect cast.
6981
6982 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
6983
6984         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
6985         it working. It mostly works now, although there're still a few issues
6986         to be worked out.
6987
6988         * tests/testtreesort.c (main): changes to have a better test
6989         application for the GtkTreeModelSort.
6990
6991 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
6992
6993         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
6994         fix for bug #59222.
6995
6996         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
6997         gpointer search_data argument to function definition and
6998         prototype, to match GtkTreeViewSearchEqualFunc typedef.
6999
7000 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
7001
7002         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
7003         per jrb's request.
7004
7005 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
7006
7007         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
7008
7009         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
7010
7011 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
7012
7013         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
7014         Instead of always mirroring the selection to a single PRIMARY
7015         selection, allow it to be mirrored to any number of clipboards.
7016
7017         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
7018         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
7019
7020         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
7021         GtkClipboard argument, and for paste_clipboard, the
7022         @override_location argument from @paste_primary.
7023
7024         * gtk/gtktextview.c: Adapt to above change.
7025         
7026 2001-08-30  Havoc Pennington  <hp@redhat.com>
7027
7028         * gtk/gtktextview.c (invalidated_handler): put validate idle at
7029         resize - 2 just for flexibility
7030
7031 2001-08-30  Havoc Pennington  <hp@redhat.com>
7032
7033         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
7034         object from the empty-child-anchor case by drawing a little box.
7035         
7036         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
7037         if the child anchor has no anchored widgets - fixes #59328.
7038
7039         Also, remove bizarre deletion of preedit string that seems to have
7040         gotten in here somehow.
7041
7042 2001-08-30  Havoc Pennington  <hp@redhat.com>
7043
7044         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
7045         to #58420 from Hidetoshi Tajima and Matthias Clasen
7046
7047 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
7048
7049         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
7050         change color when the GtkTreeView loses focus.
7051
7052         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
7053         ditto.
7054         
7055         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
7056
7057 2001-08-28  Havoc Pennington  <hp@pobox.com>
7058
7059         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
7060
7061 2001-08-28  Havoc Pennington  <hp@pobox.com>
7062
7063         * demos/gtk-demo/main.c (setup_default_icon): add default icon
7064
7065         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
7066         warning fix
7067         (gtk_radio_button_new_with_label): warning fix
7068
7069         * gtk/gtkdnd.c: used some random GtkImage private structs, 
7070         update to reflect GtkImage changes
7071
7072         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
7073         whether the hint is supported, just always set the icon. A task
7074         list might want to use it even if the WM doesn't, and the WM may
7075         change over time. Also, XDeleteProperty() if list == NULL.
7076
7077         * gtk/gtkwindow.c (gtk_window_set_icon_list)
7078         (gtk_window_get_icon_list)
7079         (gtk_window_set_icon)
7080         (gtk_window_get_icon)
7081         (gtk_window_set_default_icon_list)
7082         (gtk_window_get_default_icon_list):
7083         new functions
7084
7085         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
7086
7087         * gtk/gtkimage.c: Implement property support, bug #59408
7088
7089         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
7090         on reparent-without-removing-first a bit more helpful.
7091         Let's just destroy this FAQ.
7092
7093 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
7094
7095         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
7096         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
7097
7098 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
7099
7100         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
7101         of use_text_format to the end of the function. (#56447)
7102
7103 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
7104
7105         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
7106         only in response to an area_prepared signal.
7107
7108 2001-08-28  Alex Larsson  <alexl@redhat.com>
7109
7110         * gtk/gtkwidget.c (gtk_widget_class_init):
7111         Make unrealize GTK_RUN_LAST.
7112
7113 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
7114
7115         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
7116         with_label and with_mnemonic should create radio buttons, not
7117         check buttons
7118
7119 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
7120
7121         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
7122         * tests/treestoretest.c (make_window): ditto
7123         * demos/gtk-demo/main.c (create_tree): ditto
7124         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
7125
7126 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
7127
7128         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
7129         GTK selection types rather than GtkTreeSelectionMode.
7130
7131         * docs/Changes-2.0: Add comment about selection change.
7132
7133 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
7134
7135         * gtk/gtkenums.h (GtkSelectionMode): deprecate
7136         GTK_SELECTION_EXTENDED.
7137
7138         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
7139         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
7140
7141         * gtk/gtkctree.c: ditto
7142
7143         * gtk/gtklist.c: ditto
7144
7145         * gtk/gtktree.c: ditto
7146
7147 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
7148
7149         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
7150         of typos in compat macros. (#59624, Skip Montaro)
7151
7152 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
7153
7154         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
7155         macro.
7156
7157          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
7158  
7159         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
7160         interface to be a standard setter from gtk_menu_item_right_justify.
7161         (gtk_menu_item_get_right_justified): a getter to go with the setter
7162
7163         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
7164         gtk_menu_item_right_justify.
7165
7166         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
7167         gtk_menu_item_set_right_justified.
7168  
7169 2001-08-27  Jens Finke <jens@gnome.org>
7170
7171         * gtk+.spec.in: Updated to match gpp requirements, reworked the
7172         files section to make it work with 1.3.x releases.
7173
7174 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
7175
7176         * gtk/gtkbutton.[ch]:
7177         Add properties for labels, mnemonics and stock items.
7178         Added C accessor functions for the properties.
7179         Removed deprecated button->child.
7180
7181         * gtk/gtkradiobutton.c:
7182         * gtk/gtktogglebutton.c:
7183         Update to use the functions in GtkButton.
7184
7185         * gtk/gtkcheckbutton.c:
7186         Update to use the functions in GtkButton.
7187         Changed size allocation of child. Now only gets as much
7188         space as it requests.
7189
7190         * gtk/gtkclist.c:
7191         Don't use GtkButton->child
7192
7193         * gtk/gtklabel.c:
7194         Fixed typo in docs
7195         
7196 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
7197
7198         * tests/testgtk.c:
7199         * tests/Makefile.am:
7200         Ressurect the properties test.
7201         I don't care if it is inferior, I just want to test my property code.
7202
7203 2001-08-25  Chema Celorio  <chema@celorio.com>
7204
7205         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
7206         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
7207         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
7208
7209 2001-08-24  Havoc Pennington  <hp@pobox.com>
7210
7211         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
7212         these are already in gtkmenu.h, and the copies
7213         here were broken.
7214
7215         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
7216
7217         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
7218         special-case bitmaps to allow no colormap
7219         (bitmap1): implement no-colormap bitmap-getting
7220         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
7221         alpha
7222         (rgb8): indentation
7223         (rgb1a, rgb1): change the way we read the data out of the image, 
7224         old way didn't seem to work quite right.
7225
7226         I'm pretty sure a lot of the rgbconvert code is still broken.
7227         
7228         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
7229         above position constraint (I really intended to do this before,
7230         don't know what's up with that)
7231         (gtk_XParseGeometry): shut up gcc
7232
7233         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
7234         and "0" should have been. remove the attempted 4-bytes-at-once
7235         optimization, it was totally broken.
7236
7237 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
7238
7239         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
7240         on push to buttons (based on patch from Soeren Sandmann, #54720)
7241
7242           - Add child_displacement_x/y style properties to control how far the
7243             child moves when the button is depressed.
7244
7245           - Add non-exported function _gtk_button_set_depressed to clean
7246             up the handling of the in/out shadow and separate it frmo
7247             widget->state.
7248
7249           - Lots of code cleanup and simplification of state handling
7250             for GtkButton/GtkToggleButton.
7251  
7252         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
7253         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
7254
7255 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
7256
7257         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
7258         and make gtk_image_new() take no arguments. The compiler will
7259         catch it, and it is vastly more useful than having
7260         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
7261
7262         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
7263         to add tearoff-title property (#51319, Lee Mallabone)
7264
7265 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
7266
7267         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
7268         gtk_menu_item_configure(). (#58925)
7269
7270 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
7271
7272         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
7273         "use_align" to give people the option to just make a cell visible.
7274
7275         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
7276         we were scrolling past the end of the tree.
7277
7278         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
7279         rename gtk_tree_view_column_pack_start_cell_renderer to
7280         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
7281
7282 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
7283
7284         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
7285         a stray g_object_ref() left over from gtk_object_ref/sink.
7286         (Pointed out by Josh Pritikin.)
7287
7288 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
7289
7290         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
7291         to gtk_container_get_children. Added deprecated compatibility
7292         macro. (Suggested by Vitaly Tishkov, #59051)
7293
7294         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
7295         calls.
7296
7297 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
7298
7299         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
7300         gtk_menu_bar_append/prepend/insert, forgot to do this
7301         when we deprecated gtk_menu_append/prepend/insert.
7302
7303         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
7304         compat macros.
7305
7306         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
7307         renamed by compat macro.
7308
7309         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
7310         gtk_font_selection_dialog_get_font(). (Suggested by
7311         Vitaly Tishkov, #59383)
7312
7313 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
7314
7315         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
7316         Rename from gtk_text_tag_table_size(). (#59366)
7317
7318 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
7319
7320         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
7321         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
7322         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
7323         (#59173).
7324
7325 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
7326
7327         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
7328         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
7329         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
7330
7331 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
7332
7333         [ Patch from Sebastian Wilhelmi, 52790 ]
7334
7335         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
7336
7337         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
7338         Move compatibility macros from g[dt]kcompat.h to within 
7339         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
7340
7341         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
7342
7343         * demos/Makefile.am demos/gtk-demo/Makefile.am 
7344           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
7345           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
7346
7347         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
7348                  testpixbuf.c}: Fix usages of deprecated functions.
7349
7350 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
7351
7352         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
7353         when changing models.
7354
7355 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
7356
7357         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
7358         We check the current event for modifiers rather than try to trap
7359         all presses.
7360
7361 2001-08-22  Anders Carlsson  <andersca@gnu.org>
7362
7363         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
7364         It's LIST_STORE, not LISTSTORE.
7365
7366 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
7367
7368         * gtk/gtk.h: Remove commented out gtkpacker reference.
7369
7370 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7371
7372         * configure.in (all_loaders): Add tga loader, 
7373         patch by Nicola Girardi. (#56067)
7374
7375 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
7376
7377         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
7378         a little.  More needs to be done tomorrow.
7379
7380 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
7381
7382         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
7383
7384 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
7385
7386         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
7387         reported by Kristian Rietveld <kristian@planet.nl> to handle row
7388         == NULL.
7389         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
7390         <kristian@planet.nl> to change destroy order.
7391
7392 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
7393
7394         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
7395         correct marshaller.
7396
7397 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
7398
7399         * gtk/gtkliststore.c: Fix up warnings, #58928.
7400
7401         * gtk/gtktreeselection.h: Change signal prototype, #58647
7402
7403         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
7404         #59221.
7405
7406         * gtk/gtkstyle.c: Actually prelight arrow, #50981
7407         
7408 2001-08-18  Hans Breuer  <hans@breuer.org>
7409
7410         * gdk/gdk.def : updated externals
7411
7412         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
7413         is required to get (at least) visible in entry fields. Some selections
7414         are really handled now - even on win32 - but copying via middle
7415         mouse button into a different app needs to wait ... 
7416
7417         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
7418         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
7419
7420         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
7421         handling. I'm not sure if it is better now, but at least not worse
7422
7423         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
7424         with SetWindowPos () which allows more fine-tuning backing-store wise
7425
7426         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
7427         Also changed move/resize to be more like the X version.
7428
7429         * gtk/gtk.def : updated externals
7430
7431 2001-08-19  Sven Neumann  <sven@gimp.org>
7432
7433         * gtk/gtktooltips.c
7434         * tests/testtreesort.c
7435         * tests/treestoretest.c: inserted some casts to get rid of compiler
7436         warnings.
7437
7438 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
7439
7440         * gtk/gtktreeviewcolumn.c
7441         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
7442
7443         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
7444         (_gtk_tree_view_find_node): If *node is NULL,
7445         *tree should be NULL too.
7446
7447         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
7448         column/renderers.
7449         * tests/testtreecolumns.c: ditto
7450         * tests/testtreefocus.c: ditto
7451         * tests/testtreesort.c: ditto
7452         * tests/testtreeview.c: ditto
7453         * tests/treestoretest.c: ditto
7454
7455 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
7456
7457         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
7458         signals; is_expander/is_expanded.
7459
7460         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
7461         pixbufs.
7462
7463         * gtk/gtktreeview.c: set above properties.
7464
7465 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
7466
7467         * gtk/gtkwidget.h: Really remove set_default_style().
7468
7469         * docs/Changes-2.0.txt: added a note about
7470         gtk_widget_push/pop/set_default_style.
7471
7472 2001-08-18  Havoc Pennington  <hp@pobox.com>
7473
7474         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
7475         hints_changed in addition to the other cases.
7476         (gtk_window_move_resize): include last position from configure
7477         notify in debug spew
7478
7479 2001-08-18  James Henstridge  <james@daa.com.au>
7480
7481         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
7482         second argument to the weak ref notify, cleaning up some uglyness.
7483         (gtk_accel_group_attach): remove and add the weak notifier when
7484         changing the accel groups slist.
7485         (gtk_accel_group_detach): same here.
7486
7487 2001-08-17  Darin Adler  <darin@bentspoon.com>
7488
7489         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
7490         missing parameters to utf8 functions to make it compile.
7491
7492 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
7493
7494         * gtk/gtktreeprivate.h:
7495         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
7496         (gtk_tree_view_init), (gtk_tree_view_set_property),
7497         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
7498         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
7499         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
7500         (gtk_tree_view_set_destroy_count_func),
7501         (gtk_tree_view_set_enable_search),
7502         (gtk_tree_view_get_enable_search),
7503         (gtk_tree_view_get_search_column),
7504         (gtk_tree_view_set_search_column),
7505         (gtk_tree_view_get_search_equal_func),
7506         (gtk_tree_view_set_search_equal_func),
7507         (gtk_tree_view_search_dialog_destroy),
7508         (gtk_tree_view_search_position_func),
7509         (gtk_tree_view_interactive_search),
7510         (gtk_tree_view_search_delete_event),
7511         (gtk_tree_view_search_button_press_event),
7512         (gtk_tree_view_search_key_press_event),
7513         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
7514         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
7515         * gtk/gtktreeview.h:
7516         Add heavily modified patch from Kristian Rietveld to handle
7517         interactive searching.
7518
7519 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
7520
7521         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
7522         string parameter.
7523
7524         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
7525         GtkMenuShell::selection_done, now that we have it, instead of 
7526         ::deactivate so we're not tearing the menu apart and notify
7527         the user prematurely.
7528
7529 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
7530
7531         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
7532         window, clear window->need_default_position to avoid infinite loops.
7533         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
7534
7535 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
7536
7537         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
7538         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
7539         (gtk_tree_view_set_property): don't cast possible NULL objects.
7540         (gtk_tree_view_destroy): reset the model to NULL.
7541
7542         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
7543         parent_class handler.
7544
7545 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7546
7547         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
7548
7549 2001-08-17  Anders Carlsson  <andersca@gnu.org>
7550
7551         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
7552         point numbers so that the result will be floating point.
7553
7554 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7555
7556         * tests/testgtk.c (create_handle_box): 
7557         (create_toolbar): Replace gtk_window_set_policy calls by
7558         gtk_window_set_resizable.
7559
7560 2001-08-16  Jakub Steiner <jimmac@ximian.com>
7561
7562         * gtk/stock-icons/dialog_info.png: new style bulb
7563         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
7564         * gtk/stock-icons/dialog_warning.png: need a hand?
7565         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
7566           the aa border gets chopped off ok
7567         * gtk/stock-icons/stock_colorselector.png: using the new hand
7568         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
7569           this one is for, but the old icon was butt ugly.
7570         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
7571         * gtk/stock-icons/stock*_insert_object.png: "
7572         * gtk/stock-icons/stock_index.png: using new hand icon
7573         * gtk/stock-icons/stock*_new.png: the document template being used 
7574           elsewhere too
7575         * gtk/stock-icons/stock*_print*.png: new print and print preview 
7576           icons (panel/menu)  
7577         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
7578           icons based on Tuomas' floppy image.
7579         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
7580         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
7581         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
7582         * gtk/stock-icons/stock*_undelete.png: "
7583         * gtk/stock-icons/stock_preferences.png: I have a version with a 
7584           document base if the sliders are no good.
7585         * gtk/stock-icons/stock_properties.png: properties 
7586         
7587
7588         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
7589           (tigert@ximian.com) clipboard icons
7590         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
7591         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
7592         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
7593           little bigger IMHO
7594
7595 2001-08-16  Sven Neumann  <sven@gimp.org>
7596
7597         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
7598
7599 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
7600
7601         * gtk/gtkcellrenderertext.c:
7602         Avoid warning when specifying NULL for "attributes" property
7603
7604 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7605
7606         * docs/debugging.txt: Add a warning about --enable-debug=no,
7607         some editorial changes.
7608
7609 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7610
7611         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
7612         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
7613         debugging info, remove unused debug flags. (#58330)
7614
7615 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
7616
7617         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
7618         (gtk_tree_selection_select_all): Remove strict checking for rows.
7619
7620 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7621         
7622         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
7623         Don't remove the tooltip window when the tip text changes. (#15891)
7624
7625 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
7626
7627         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
7628         $(srcdir).
7629
7630 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
7631
7632         * Makefile.am (EXTRA_DIST): Fix problem with trying to
7633         dist files from intl/, which is no longer there.
7634
7635 2001-08-11  Hans Breuer  <hans@breuer.org>
7636
7637         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
7638           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
7639           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
7640           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
7641           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
7642           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
7643
7644         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
7645           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
7646         GDK_TYPE_EVENT signals
7647
7648         * gtk/gtkalignment.c : removed 'direct allocation bug',
7649         which Tim discovered while reading the patch
7650
7651 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
7652
7653         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
7654         compat macros for push/pop/set_visual that were supposed
7655         to be added a long time ago, but got dropped. 
7656
7657 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
7658
7659         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
7660         property notifies.
7661
7662 2001-08-07  Havoc Pennington  <hp@pobox.com>
7663
7664         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
7665
7666         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
7667         some fixage is needed here, but nothing simple. Owen understands
7668         it. ;-)
7669
7670         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
7671         sizing and positioning.  Also, fix bug in compute_geometry_hints
7672         (width/height confusion for setting min size). 
7673         (gtk_window_move): new function
7674         (gtk_window_resize): new function
7675         (gtk_window_get_size): new function
7676         (gtk_window_get_position): new function
7677         (gtk_window_parse_geometry): new function
7678         
7679         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
7680         (gtk_widget_get_size_request): new function
7681         (gtk_widget_get_usize): delete, that was a short-lived function
7682         ;-)
7683         (gtk_widget_set_usize): deprecate
7684         (gtk_widget_set_uposition): deprecate, make it a trivial 
7685         gtk_window_move() wrapper
7686         (gtk_widget_class_init): remove x/y/width/height properties,
7687         add width_request height_request
7688         
7689         * demos/*: update to avoid deprecated functions
7690         
7691         * gtk/gtklayout.c: add x/y child properties
7692
7693         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
7694         uses of "gint16"
7695
7696         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
7697         sizing test
7698
7699         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
7700         configure events on toplevel windows are always in root window
7701         coordinates, following ICCCM spec that all synthetic events 
7702         are in root window coords already, while real events are 
7703         in parent window coords. Previously the code assumed that 
7704         coords of 0,0 were parent window coords, which was 
7705         really broken.
7706   
7707         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
7708         warning
7709  
7710         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
7711         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
7712         hints in gtk_window_parse_geometry()
7713  
7714         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
7715         new USER_POS USER_SIZE hints    
7716
7717 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7718
7719         * tests/prop-editor.c (properties_from_type): Use 
7720         g_object_class_list_properties to get the param specs 
7721         for a given type. (#58609)
7722
7723 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7724
7725         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
7726         free the text_aa parts. (#57549)
7727
7728 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7729
7730         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
7731         not the foreground color. (#57621)
7732
7733 2001-08-09  Alexander Larsson <alexl@redhat.com>
7734
7735         * gdk/win32/gdkfont-win32.c:
7736         Update to the new pango win32 api.
7737
7738 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
7739
7740         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
7741         COMPOUND_TEXT instead of TEXT
7742         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
7743         interpret the return value of g_string_to_compound_text()
7744         (#55152)
7745
7746 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7747
7748         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
7749         fail if iter is NULL. (#58347)
7750
7751 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7752
7753         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
7754         some off-by-one issues, fixing selection of line-ends. (#50323)
7755
7756 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7757
7758         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
7759         functions in order to make mouse operation work again in the
7760         color wheel. (#58604)
7761
7762 2001-08-07  James Henstridge  <james@daa.com.au>
7763
7764         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
7765         the accelerator when the accel object is changed.  Fixes bug
7766         #58628.
7767
7768 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
7769
7770         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
7771         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
7772         (gnome bugzilla #58202)
7773
7774 2001-08-06  Havoc Pennington  <hp@pobox.com>
7775  
7776         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
7777         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
7778         it was expecting a GdkWindow, not a GdkWindowImplX11.
7779  
7780         Also, we were getting the window rect in screen coords 
7781         and the screen rect in window coords then intersecting 
7782         them; instead, get window rect in window coords.
7783  
7784         Finally, there were codepaths that resulted in a stuck server grab
7785         (when the window was fully onscreen, or on gdk_image_new()
7786         failure); make the server ungrab thing a bit more
7787         robust/consistent.
7788
7789 2001-08-06  Sven Neumann  <sven@gimp.org>
7790
7791         * gdk/gdkpango.c (gdk_pango_context_destroy): 
7792         check if info->colormap != NULL before unref'ing it. It might have
7793         been set to NULL using gdk_pango_context_set_colormap().
7794
7795 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
7796
7797         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
7798         Fix conversion from float to int so that we don't get
7799         skew in the int => float => int roundtrip. 
7800         (#58120, reported by Vitaly Tishkov). Also fix problem
7801         where if no alpha was set, the returned alpha
7802         from (say) set_current_alpha() was returned as 1, not 65535.
7803
7804 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
7805
7806         * gtk/gtklist.c (gtk_list_clear_items): Fix
7807         problem with selecting a new focus child.
7808
7809         * gtk/gtklist.c (gtk_list_clear_items): Clear 
7810         list->undo/list_focus_child after unparenting
7811         child, since unparenting the child can result
7812         in list->last_focus_child being set. (#58024)
7813
7814         * Makefile.am (SUBDIRS): Add target specific pc
7815         files to DISTCLEANFILES.
7816
7817         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
7818         (58327, Matthias Clasen)
7819
7820 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
7821
7822         * tests/testgtk.c: Patch from Hans (with various modifications),
7823         to add the ability to use testgtk as a rough-and-ready
7824         benchmark. Try, 'testgtk --bench all:5' (if you want decent
7825         numbers, run without a window manager)
7826
7827 2001-08-04 Alexander Larsson <alexl@redhat.com>
7828
7829         * gdk/win32/gdkinput.c:
7830         Add #ifdef HAVE_WINTAB around wintab.h include.
7831
7832         * gtk/gtk.def:
7833         Removed marshals that have been moved to glib.
7834         Commented out plug and socket. They didn't compile for me 
7835         on win32.
7836
7837 2001-08-04  Hans Breuer  <hans@breuer.org>
7838
7839         * gtk/stocks-icons/makefile.msc : new file
7840         * gtk/makefile.msc.in : use it
7841
7842         * gtk/gtkstyle.c : not all platforms do provide M_PI and
7843         friends, but luckily there is G_PI
7844
7845         * gtk/gtk.def : updated
7846
7847         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
7848         windows WS_POPUP, but only those without a parent. This fixes the 
7849         mis-alignment between the selectable (temp, input only) window and 
7850         the window text of GtkLabel.
7851
7852         (gdk_window_show) : respect private->state when actually showing
7853         the window.
7854
7855         (gdk_window_set_transient_for) : Implementation from Wolfgang 
7856         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
7857         error handling. Should fix #50586.
7858
7859         * gdk/win32/gdkevents-win32.c : beautify log output
7860
7861 2001-08-04  Michael Natterer  <mitch@gimp.org>
7862
7863         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
7864         Need to show the image after adding it to the GtkImageMenuItem.
7865         This used to work without in testgtk because of the
7866         gtk_widget_show_all() at the end of the function.
7867         (Closes #54978).
7868
7869 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
7870
7871         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
7872         (gtk_notebook_set_child_property): fix finding of child's page,
7873         since we have to validly deal with labels and menus here as well.
7874         (gtk_notebook_get_child_property): fix warning.
7875         (gtk_notebook_class_init): property tab_pack is of type
7876         GTK_TYPE_PACK_TYPE (enum) not boolean.
7877         (gtk_notebook_find_child): don't always warn, we might be looking
7878         for a label or menu child.
7879         (gtk_notebook_map): fix mapping of panel.
7880
7881         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
7882         widget's mapped state, regardless of the value being set equals
7883         old settings, since things like REALIZED(parent) or MAPPED(parent)
7884         may have changed since the old value was set. make it an error to
7885         invoke this function on a toplevel widget.
7886
7887 2001-07-31  Darin Adler  <darin@bentspoon.com>
7888
7889         * gdk/gdkprivate.h:
7890         * gdk/x11/gdkx.h:
7891         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
7892
7893         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
7894         GTK_OBJECT.
7895
7896 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
7897
7898         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
7899         scoping error pointed out by matthiasc@poet.de.
7900
7901 2001-07-31  Sven Neumann  <sven@gimp.org>
7902
7903         * demos/gtk-demo/appwindow.c
7904         * demos/gtk-demo/item_factory.c
7905         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
7906
7907 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
7908
7909         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
7910         argument order for g_signal_has_handler_pending.
7911
7912 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
7913
7914         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
7915         instead of long deprecated g_scanner_stat_mode().
7916
7917 2001-07-29  Hans Breuer  <hans@breuer.org>
7918
7919         * gdk/makefile.msc : build in the backend dir after
7920         auto-generating files
7921
7922         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
7923         with code from win32-production-branch.
7924
7925         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
7926         before calling DestroyWindow, which indirectly calls 
7927         gdk_window_destroy_notify ()
7928
7929         (performance patch merged from win32-production-branch)
7930         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
7931         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
7932         R2_COPYPEN rop). It is claimed to be much faster.
7933
7934 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
7935
7936         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
7937         add an "attributes" property to the text renderer for ATK.
7938
7939 2001-07-26  Alex Larsson  <alexl@redhat.com>
7940
7941         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
7942         Initialize image->bits_per_pixel from the drawable, not from
7943         the root window.
7944
7945         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
7946         Fix cast. argument is an IMPL already.
7947
7948 2001-07-15  James Henstridge  <james@daa.com.au>
7949
7950         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
7951         (gtk_window_remove_accel_group): same here.
7952         (gtk_window_key_press_event): same here.
7953
7954         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
7955         (gtk_widget_remove_accelerator): same here.
7956         (gtk_widget_remove_accelerators): same here.
7957
7958         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
7959
7960         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
7961         instead of GtkObject.
7962
7963         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
7964         now takes GObjects.
7965
7966         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
7967         pass a GObject to gtk_accel_group_entries_from_object.
7968         (gtk_item_factory_create_item): s/accel_widget/accel_object/
7969
7970         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
7971
7972         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
7973
7974         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
7975         GObjects can have accelerators set now.  Add compatibility
7976         defines.
7977
7978         * gtk/gtkmarshal.list: add missing marshallers.
7979
7980         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
7981         accelerators on plain GObjects.  gtk_accel_group_object_destroy
7982         has been converted into a weak reference, and
7983         gtk_accel_group_delete_entries is now a destroy notify for that
7984         piece of data.
7985
7986 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
7987
7988         * gdk/gdkdraw.c: Added a check on the colormap depth to
7989         gdk_drawable_set_colormap()
7990         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
7991         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
7992         for pixmaps without visuals (more specifically, bitmaps)
7993         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
7994         doesn't set a colormap with the wrong depth
7995
7996
7997 2001-07-22  Anders Carlsson  <andersca@gnome.org>
7998
7999         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
8000         expander_height and expander_width properties with a single
8001         property, expander_size.
8002         (gtk_tree_view_init): Set the tab_offset to expander_size
8003         plus some padding.
8004         (gtk_tree_view_unrealize): Remove the expand/collapse
8005         timeout if it exists.
8006         (coords_are_over_arrow): Fix a small bug.
8007         (gtk_tree_view_motion_draw_column_motion_arrow): Use
8008         expander_size.
8009         (gtk_tree_view_draw_focus): Use "treeview" instead of
8010         "add-mode" as detail when drawing the focus.
8011         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
8012         instead of "add-mode" as detail when drawing the focus.
8013         (gtk_tree_view_deleted): If we have a node currently being
8014         expanded or collapsed, remove the timeout and set the node 
8015         to NULL.
8016         (gtk_tree_view_queue_draw_arrow): New function that just
8017         redraws the arrow of a node.
8018         (gtk_tree_view_draw_arrow): Use expander_size instead of
8019         expander_width/expander_height, also pass a different
8020         expander_style to gtk_paint_expander depending on the 
8021         state of the node being drawn.
8022         (expand_collapse_timeout): New function for expanding 
8023         or collapsing a node depending on the previous state.
8024         (gtk_tree_view_real_expand_row): Add timeout and set 
8025         correct state for node being expanded.
8026         (gtk_tree_view_real_collapse_row): Add timeout and set
8027         correct state for node being collapsed.
8028
8029         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
8030         information about the node currently being expanded or
8031         collapsed, and also a timeout id.
8032
8033         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
8034         with expander_style for draw_expander.
8035
8036         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
8037         expander_style.
8038         (create_expander_affine): New function for creating an 
8039         expander affine.
8040         (apply_affine_on_point): New function for applying an 
8041         affine to a point.
8042         (gtk_default_draw_expander): Modified to take expander_style
8043         instead of is_open, and to draw the rectangle rotated differently
8044         depending on the expander style.
8045         (gtk_paint_expander): Replace is_open with expander_style.
8046
8047         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
8048
8049         * gtk/gtkenums.h: Add expander style enum.
8050
8051 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
8052
8053         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
8054         value from gtk_tree_model_get_iter, the model might be empty.
8055
8056 2001-07-20  Hans Breuer  <hans@breuer.org>
8057
8058         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
8059         gdk/gdkinput.c like the other backends
8060
8061         * gdk/win32/gdkinput-win32.h :
8062         * gdk/win32/gdkinput.c :
8063         * gdk/win32/gdkvisual-win32.c :
8064         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
8065         GdkVisual GObjectification. UNTESTED for pen-devices because
8066         I simply have none.
8067
8068         * gdk/gdk.def :
8069         * gtk/gtk.def : updated externals
8070
8071         * gtk/gtkiconfactory.c :
8072         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
8073         before passing &error to functions to avoid strange crashes
8074         
8075         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
8076
8077         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
8078
8079         * gtk/makefile.msc.in : updated
8080
8081 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
8082
8083         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
8084         Add property support. (#51858)
8085
8086 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
8087
8088         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
8089         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
8090         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
8091
8092 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
8093
8094         * gtk/gtkcolorsel.c: Add propery support (roughly
8095         based on patch from Lee Mallabone, #51014)
8096
8097         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
8098         deprecated, since we already g_warning() on it.
8099
8100 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
8101
8102         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
8103         typo that sometimes caused selection not to work properly.
8104
8105         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
8106         entry when tabbing in. (#57743)
8107         
8108         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
8109         user drags up above or down below the entry, move
8110         to the end or the beginning of the entry. (Suggestion
8111         from Jay Cox, #50940)
8112
8113         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
8114         a current selection, then when moving by chars or
8115         words, move to the end of the selection rather than
8116         from entry->current_pos. (Suggestion from Jay Cox,
8117         #50942)
8118         
8119 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
8120
8121         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
8122         set window->decorated. (Patch from Hidetoshi Tajima,
8123         #55846)
8124
8125 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
8126
8127         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
8128         the widget/child realization/mapping invariants.
8129
8130         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
8131         gtk_widget_[get/set]_child_visible() to control
8132         whether visible children of a mapped window are
8133         mapped.
8134
8135         * docs/widget_system.txt: Updated for changes in
8136         container contract, and addition of GTK_CHILD_VISIBLE.
8137
8138         * gtk/gtkcontainer.c: Add generic map()/unmap()
8139         functions that work for almost all containers.
8140
8141         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
8142         gtk_widget_set_child_visible() where necessary.
8143
8144         * gtk/*.c: Remove excess map(), unmap(), and 
8145         realization/mapping invariant enforcing code
8146         from many containers.
8147
8148 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
8149
8150         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
8151         Get the foreground color from 'text', nor 'fg'. (#57568)
8152
8153 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
8154
8155         * gtk/*.c: Patch from Matthias Clasen to remove remove
8156         all instances of g_return_if_fail (foo != NULL); that are
8157         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
8158         since the second check catches the NULL anyways.
8159
8160 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
8161
8162         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
8163         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
8164         GDK_THREADS_ENTER()/LEAVE() pairs.
8165
8166         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
8167         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
8168         pairs. (Problem found by M. Meeks)
8169
8170 2001-07-18  Darin Adler  <darin@bentspoon.com>
8171
8172         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
8173         that we don't get a g_warning message every time we register a new
8174         icon size.
8175
8176         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
8177         using pixel variable of the correct type.
8178         
8179 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
8180
8181         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
8182         so that using X functions on a GdkWindow is possible, if
8183         a little hairy.
8184
8185         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
8186         and ts_origin of a GC, so that external parties can offset/restore
8187         a GC, when using gdk_window_get_internal_paint_info().
8188
8189 2001-07-17  Darin Adler  <darin@bentspoon.com>
8190
8191         * .cvsignore: Ignore the sgml directory made by gtkdoc.
8192         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
8193         instead of the deprecated gtk_window_set_policy.
8194         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
8195         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
8196         function to get rid of warning and some code too.
8197         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
8198         missing const.
8199         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
8200         unused local.
8201         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
8202         const.
8203         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
8204         (gdk_utf8_to_compound_text): Add missing const.
8205         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
8206         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
8207         cast and get rid of an unnecessary one.
8208         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
8209         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
8210         local.
8211         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
8212         Remove unused local.
8213         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
8214         missing const.
8215         * tests/testsocket.c: (add_child): Add cast so the printf format
8216         doesn't make us implicitly depend on what integer type
8217         gtk_socket_get_id returns.
8218         * tests/testtextbuffer.c: Add missing const.
8219         * tests/testtreefocus.c: (main): Remove unused local.
8220         * tests/treestoretest.c: (iter_remove): Remove unused local.
8221         (uppercase_value): Remove unused function.
8222         (make_window): Add statement to quiet the compiler's uninitialized
8223         variable warning.
8224
8225 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
8226
8227         * gtk/gtkrange.c:
8228         (second_timeout): 
8229         (initial_timeout): 
8230         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
8231         (gtk_range_calc_layout): compute the new layout based on an
8232         adjustment->value being passed in as argument.
8233         (gtk_range_button_press): for button2 slider warps, first recalc
8234         the layout, then adjust the value. also, use update_slider_position()
8235         for adjusting the value, so we keep pixel quantisation at which we
8236         usually operate (upon motion or button releases). the reason for this
8237         is that, we can't change the adjustment upon button2 presses to a non
8238         quantised value and upon button2 release re-quantise the value since
8239         that'd alter the value even if we didn't get any motion events (causing
8240         unexpected scroll area warps upon release and/or slider pixel-jitter).
8241         (gtk_range_motion_notify): update the slider position from queried
8242         coordinates, not event coordinates.
8243
8244 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
8245
8246         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
8247         the default gc values are: width=0, CapBut, JoinMiter.
8248
8249 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
8250
8251         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
8252         into account the xpad and ypad when calculating the width and the
8253         height of the pixbuf cel.
8254
8255 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
8256
8257         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
8258         Rename to gtk_radio_menu_item_get_group(), add deprecated
8259         alias. (#57044)
8260
8261         * gtk/gtkfilesel.c: Indentation fix.
8262
8263 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
8264
8265         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
8266         Hasselmann to fix warnings in compat macros. 
8267         (#56773)
8268
8269         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
8270         stupid wrong cast added in last patch.
8271
8272 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
8273
8274         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
8275         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
8276
8277 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
8278
8279         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
8280         missing cast.
8281
8282         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
8283         NULL/FALSE return value confusion.
8284
8285         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
8286         problem when scrollbar completely fills range. (Patch
8287         from  Matthias Clasen, #57047)
8288
8289 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
8290
8291         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
8292         clean up when handling events for move-resize emulation.
8293         (Problem traced down by Matthias Clasen, #57271)
8294
8295 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
8296
8297         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
8298           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
8299           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
8300           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
8301           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
8302           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
8303           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
8304         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
8305
8306 2001-07-09  Peter Williams  <peterw@ximian.com>
8307
8308         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
8309         for when srcdir != builddir
8310
8311 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
8312
8313         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
8314         gtk_tree_model_get_iter_root.
8315
8316         * gtk/gtkliststore.c: Add a bunch of g_return statements.
8317         (gtk_list_store_iter_n_children): Fix up.
8318
8319         * gtk/gtktreestore.c: Add a bunch of g_return statements.
8320
8321 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
8322
8323         * gtk/gtkwidget.c (gtk_widget_class_init):
8324         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
8325         restore some workingness.
8326
8327         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
8328         handle of window type for input-only windows.
8329
8330 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
8331
8332         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
8333         Patch from Gregory Merchan to add 
8334         gtk_button_box_set_secondary(), which separates
8335         the child into a separate group from the normal
8336         buttons. (#56331)
8337
8338         * gtk/gtkdialog.c: Make help buttons secondary by
8339         default.
8340
8341         * gtk/gtkbbox.c: Added a child property "secondary".
8342
8343         * gtk/testgtk.c: Turn on the help button for the 
8344         color selector to check that it properly appears
8345         as secondary.
8346
8347 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
8348  
8349         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
8350         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
8351         Add gdk_set_pointer_hooks() to allow pointer-querying to
8352         be hooked by an event record/playback system like GERD.
8353         (#56914)
8354         
8355 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
8356
8357         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
8358         in the right value of initial_emission to
8359         gtk_widget_set_style_internal (#57091)
8360
8361 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
8362
8363         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
8364         Make compile.
8365
8366         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
8367         with calling gtk_widget_set_style_internal() with
8368         the old style, not the new style. (#56989)
8369
8370 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
8371
8372         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
8373           gtk/gtkwidget.c:
8374         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
8375         not GTK_WIDGET_GET_ANCESTOR ... see 
8376         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
8377         Indicate the best practice in the docs for gtk_widget_get_toplevel().
8378
8379         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
8380         so GtkPlug can give the correct signals when transforming
8381         from a child to a toplevel.
8382         
8383         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
8384         reparentation correctly.
8385
8386         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
8387         Propagate the previous_toplevel argument down properly.
8388
8389         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
8390         of wrong atr list.
8391
8392         * gtk/gtkplug.[ch]: Add an "embedded" signal.
8393
8394         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
8395         signals.
8396
8397         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
8398         functions gtk_plug_get_id(), gtk_socket_get_id(),
8399         to avoid the user having to worry about realization,
8400         and gdkx.h.
8401
8402         * tests/testsocket.c: Extend to try out the new signals
8403         and gtk_plug/socket_get_id().
8404
8405         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
8406         setting of underline attributes.
8407
8408         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
8409         DestroyNotify events from SubstructureNotifyMask
8410
8411         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
8412         Switch GDK_WINDOW_TYPE (window) as needed.
8413
8414         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
8415         allow creation of toplevel windows as children of
8416         foreign windows.
8417
8418         * gtk/gtkplug.c: Remove hacks involving changing private
8419         fields of GdkWindow.
8420
8421         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
8422         exactly the same signals and notification
8423         be emitted for local embedding as for inter-process
8424         embedding.
8425
8426 2001-07-04  James Henstridge  <james@daa.com.au>
8427
8428         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
8429
8430 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
8431
8432         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
8433         XEMBED embedding add a _XEMBED_INFO property to the
8434         client with version number and a "mapped" flags.
8435         Use the mapped flag instead of the racy MapRequestEvent
8436
8437         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
8438         code to reliably set things (when the child is a passive
8439         embedder participating in the XEMBED protocol) intead
8440         of just being a hack for embedding non-participating
8441         programs. Fix various bugs and race conditions.
8442         
8443         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
8444         work by simply making the GtkSocket the gtk parent
8445         of the GtkPlug. Set a flag in this case and make
8446         the GtkPlug work like a normal container by overriding
8447         methods such as check_resize and "chaining past" GtkWindow
8448         to GtkBin.
8449
8450         * gtk/gtkentry.c (gtk_entry_real_activate)
8451           gtk/gtkmain.c (gtk_propagate_event): 
8452         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
8453         
8454         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
8455         gtk_widget_get_ancestor):
8456         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
8457         might not give the expected result and recommend
8458         an alternative.
8459
8460         * tests/testsocket.c tests/testsocket_child.c
8461         tests/testsocket_common.c tests/Makefile.am: Extended
8462         to test different type of adding plugs to sockets
8463         (local,active,passive), and to test mapping/unmapping
8464         the plug.
8465
8466         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
8467         mark the window as destroyed until after we
8468         called _gdk_windowing_window_destroy().
8469         (_gdk_windowing_window_destroy() may use GDK functions
8470         on the window.)
8471
8472         * gdk/x11/gdkinput.c: Remove the check for finalization - 
8473         devices can be finalized under some circumnstances.
8474  
8475         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
8476         small problem with GDK_TYPE_DEVICE.
8477  
8478 2001-07-02  Havoc Pennington  <hp@pobox.com>
8479
8480         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
8481         use constants not atoms.
8482
8483 2001-07-02  James Henstridge  <james@daa.com.au>
8484
8485         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
8486         PANGO_TYPE_TAB_ARRAY.
8487
8488         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
8489         for PANGO_TYPE_TAB_ARRAY.
8490
8491         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
8492         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
8493
8494         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
8495         the file.  Remove Pango types from defs -- they are now defined in
8496         libpango.
8497
8498 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
8499
8500         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
8501
8502         * gtk/gtkobject.c (gtk_object_destroy): invoke
8503         g_object_run_dispose().
8504
8505         * gtk/gtkwindow.c: 
8506         * gtk/gtkwidget.c: 
8507         * gtk/gtkobject.c:
8508         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
8509         method.
8510
8511 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
8512
8513         * gtk/gtktypeutils.c (gtk_type_class): Remove
8514         change check for GTK_TYPE_OBJECT derivation to
8515         G_TYPE_OBJECTS - it's Tim-approved to use this 
8516         for arbitary objects.
8517
8518         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
8519         prefix gtk_container_dequeue_resize_handler().
8520
8521         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
8522         to the hierarachy_changed signal, since you otherwise
8523         have to always keep that around.
8524
8525         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
8526         for extra argument to hierarchy_changed.
8527
8528 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
8529
8530         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
8531         for style to mean "revert to default style"
8532
8533         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
8534           gtk_widget_restore_default_style): Make this functions
8535         deprecated aliases for gtk_widget_set_style (widget, NULL).
8536
8537         * gtk/gtkwidget.[ch]: Remove:
8538            gtk_widget_set_default_style ()
8539            gtk_widget_push_style ()
8540            gtk_widget_pop_style ()
8541         These functions interact are overriden by RC files, and
8542         thus virtually useless, and complicated.
8543
8544 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
8545
8546         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
8547         most of the previous global variables in gtkrc.c. This is
8548         in preparation for multi-head, since each screen can
8549         have different GtkSettings and RC information.
8550
8551         * gtk/gtkrc.[ch]: 
8552
8553         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
8554         GtkSettings parameter to GtkRcStyle::parse.
8555
8556         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
8557         Add two new settings gtk-theme-name, gtk-key-theme-name,
8558         for RC files that are loaded by name after reading
8559         the default RC files.
8560         
8561         * gtk/gtkrc.c: Allow priorities for styles, as wll as
8562         bindings.
8563
8564         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
8565         and use it by default for RC files loaded via 
8566         gtk-theme-name, gtk-key-theme-name.
8567
8568         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
8569         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
8570         tests/testgtkrc: Require pathnames to be absolute.
8571
8572         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
8573         the source when parsing, since the operation of looking up a
8574         pixmap from an RC file depends on the parsing context.
8575
8576         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
8577         reset RC styles on all widgets when files are reparsed.
8578
8579         * tests/testgtk.c (create_rc_file) 
8580           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
8581         Simplify, now that gtk_rc_reparse_all() resets styles on
8582         all widgets itself.
8583
8584         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
8585         return value.
8586
8587         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
8588         GtkSettings argument.
8589
8590         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
8591         gtk_settings_get_global().
8592
8593         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
8594         to get the appropriate GtkSettings for a widget. (For now,
8595         just gets the default GtkSetttings.) 
8596
8597         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
8598           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
8599         changes.
8600
8601         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
8602         getting a style for a path without actually having a widget.
8603         (Allows using a style for a subpart of a widget, for
8604         example.)
8605
8606         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
8607         the RC files to be reloaded for just one GtkSettings
8608         (not sure how useful this really is.)
8609
8610         * gtk/gtkrc.h: Deprecate
8611         gtk_rc_add_widget_name/widget_class/class_style
8612
8613 2001-06-30  Alex Larsson  <alexl@redhat.com>
8614
8615         * gdk/linux-fb/gdkinput-none.c:
8616         * gdk/linux-fb/gdkinput.c:
8617         * gdk/linux-fb/gdkinputprivate.h:
8618         Convert GdkDevice to a GObject.
8619
8620         * linux-fb/gdkprivate-fb.h:
8621         * linux-fb/gdkvisual-fb.c:
8622         Convert GdkVisual to a GObject.
8623
8624 2001-06-29  Alex Larsson  <alexl@redhat.com>
8625
8626         * gdk/gdkvisual.h:
8627         * gdk/gdkcolor.c:
8628         * gdk/x11/gdkx.h:
8629         * gdk/x11/gdkvisual-x11.c:
8630         Convert GdkVisual to a GObject.
8631
8632         * gdk/gdkinput.h:
8633         * gdk/gdkevents.c:
8634         * gdk/x11/gdkinputprivate.h:
8635         * gdk/x11/gdkinput-gxi.c:
8636         * gdk/x11/gdkinput-none.c:
8637         * gdk/x11/gdkinput-x11.c:
8638         * gdk/x11/gdkinput-xfree.c:
8639         * gdk/x11/gdkinput.c:
8640         Convert GdkDevice to a GObject.
8641
8642 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
8643
8644         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
8645         to just plain new, fixing the number of columns, and column types
8646         at creation time.
8647
8648         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
8649
8650         * gtk/gtkcellrenderertext.c
8651         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
8652         height to a specific font.
8653
8654         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
8655
8656         * tests/*c: change to work with new store models.
8657
8658 2001-06-29  Havoc Pennington  <hp@redhat.com>
8659
8660        * Throughout: fixes to compile with G_DISABLE_COMPAT
8661         (s/g_signal_connectc/g_signal_connect/,
8662         s/g_signal_newc/g_signal_new/,
8663         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
8664
8665 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
8666
8667         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8668         add path argument to selection callbacks.
8669
8670 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
8671
8672         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
8673         walk through a model in a depth first manner, with the option to
8674         break out.
8675
8676 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
8677
8678         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
8679         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
8680         column and follow it when draged, rather than a location in the
8681         view. "expander_column" property and drawing functions changed
8682         accordingly.  Fixes bug #55942.
8683
8684         (gtk_tree_view_{set,get}_expander_column): Now works with a
8685         GtkTreeViewColumn* instead of int.
8686
8687 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
8688
8689         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
8690
8691 2001-06-28  Havoc Pennington  <hp@pobox.com>
8692
8693         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
8694         image data to the screen, using a server grab to avoid race
8695         conditions.
8696
8697         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
8698         check for NULL return from gtk_image_new_from_stock(), it never
8699         returns NULL.
8700         (gtk_item_factory_create_item): fix bug where we parsed the stock
8701         ID as an inline pixbuf
8702
8703         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
8704
8705         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
8706         support (should be using binding set here)
8707
8708         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
8709         support (should be using binding set here)
8710
8711         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
8712         support
8713
8714         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
8715
8716         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
8717
8718         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
8719
8720         * gtk/gtkimcontextsimple.c
8721         (gtk_im_context_simple_filter_keypress): keypad
8722
8723         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
8724
8725         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
8726
8727         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
8728
8729         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
8730         should be binding-setted)
8731
8732         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
8733
8734         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
8735
8736         * gtk/gtkcalendar.c: numeric keypad fixes
8737
8738         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
8739         support
8740
8741         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
8742         screwup
8743
8744         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
8745         clip the render area to the drawable's clip region in advance,
8746         so we don't get data from the server that we don't need.
8747
8748         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
8749         check return value of gdk_pixbuf_get_from_drawable(), fall back 
8750         to bilevel alpha if we can't get the pixbuf to composite against.
8751
8752         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
8753
8754         * gdk/gdkimage.c (gdk_image_get_colormap): add
8755         gdk_image_set_colormap, gdk_image_get_colormap
8756
8757         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
8758         take a region of the image, instead of converting the entire
8759         image.
8760
8761         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
8762         keybinding signal. Add default bindings for it. Add default
8763         handler for show_help that shows the tooltip for the widget.
8764
8765         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
8766         "close" keybinding signal, remove key press handler.
8767
8768         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
8769         it's not our usual practice to leave a deprecated function around
8770         with a runtime warning, plus we don't want it to appear in docs,
8771         plus if we make them yellow no one will want to change them
8772         anyhow.
8773
8774 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
8775
8776         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
8777         GTK_WIDGET_REALIZE() for resize queueing.
8778
8779         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
8780         GTK_WIDGET_REALIZE() for post event delivery destruction upon
8781         GDK_DESTROY.
8782         
8783         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
8784         sompensate for former (pre-2.0) connect_after() facility.
8785         (gtk_widget_send_expose): 
8786         (gtk_widget_event): assert the widget is realized, since event delivery
8787         to non-realized widgets is essentially a bug. event handlers should
8788         be able to unconditionally rely on widget->window (unless they
8789         emit events on their own which can trigger widget destruction).
8790         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
8791         logic. event delivery happens as follows:
8792         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
8793         b) if !was_handled in (a) and the widget is still realized, emit event-
8794            specific signal (RUN_LAST handler). returns was_handled.
8795         c) emission of GtkWidget::event-after for notification if the widget is
8796            still realized (regardless of was_handled from previous stages, no
8797            class handler). no return value.
8798         d) was_handled gets passed on to caller, to determine further
8799            propagation. if the widget got unrealized meanwhile, was_handled
8800            is returned as TRUE.
8801
8802         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
8803         gdk_event_get_coords().
8804
8805 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
8806
8807         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
8808         age 0, binary age 0. depend on glib 1.3.7.
8809
8810         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
8811
8812         * gtk/gtkmenubar.c: same here.
8813         
8814         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
8815
8816         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
8817
8818         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
8819         
8820         * gtk/gtkmenubar.c (add_to_window): likewise.
8821         
8822         * gtk/gtktextbtree.c: and here...
8823         
8824         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
8825         
8826         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
8827         
8828         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
8829         
8830         * gtk/gtktreeviewcolumn.c:
8831         (_gtk_tree_view_column_set_tree_view): yet again.
8832
8833         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
8834         signal connections without g_signal_connect_data().
8835         
8836         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
8837         demo of the matter.
8838         
8839         * demos/testpixbuf.c (main): running out of equality phrases for the
8840         ChangeLog, but had to adapt connections here as well.
8841         
8842         * demos/testanimation.c (progressive_timeout): and for the fun of it,
8843         tackled this the same way.
8844         
8845         * tests/testtext.c (create_view): ok, it's becoming a pain at this
8846         point, but had enough enery for one more fix.
8847
8848         * tests/testtreecolumns.c (main): stand up man, do your work!
8849
8850         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
8851         fix, either that's been all of it or CVS gtk is broken yet again.
8852         
8853 2001-06-29  James Henstridge  <james@daa.com.au>
8854
8855         The following changes correspond to bug #56812
8856
8857         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
8858         code for GdkDevice.
8859
8860         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
8861         GdkCursor.
8862
8863 2001-06-19  Havoc Pennington  <hp@pobox.com>
8864
8865         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
8866         for mapping a window without fooling with stacking order, but
8867         updating the "withdrawn" flag
8868
8869         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
8870         filtering as soon as possible, moving move resize and wmspec_check
8871         handling after the event filter.  Make default filter apply to all
8872         events, not just those with no GdkWindow wrapped around the X
8873         window. Fix a FIXME about how the window could be a pixmap using 
8874         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
8875
8876         Also, be robust against events not on a known GdkWindow.
8877
8878         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
8879         gdk_x11_ungrab_server): export reference-counted server grabs, so
8880         other people can grab server over a GDK function that also does
8881         so.
8882
8883 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
8884
8885         * gtk/gtktreeviewcolumn.c
8886         (gtk_tree_view_column_pack_start_cell_renderer): New function to
8887         reflect that you can (hypothetically) pack cell renderers into a
8888         column.
8889         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
8890         (gtk_tree_view_column_cell_is_visible): Move more functionality to
8891         the column.
8892         (gtk_tree_view_column_cell_can_focus): Move more functionality to
8893         the column.
8894
8895         * gtk/gtktreeview.c: Move to use new column-packing code.
8896         (gtk_tree_view_real_expand_row): remove totally braindead code.
8897         (gtk_tree_view_real_collapse_row): ditto.
8898
8899 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
8900
8901         * gtk/gtktreeviewcolumn.c: Fix a typo.
8902         
8903 2001-06-26  Joel Becker  <jlbec@evilplan.org>
8904
8905         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
8906           at the end of the file
8907
8908 2001-06-26  Havoc Pennington  <hp@redhat.com>
8909
8910         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
8911
8912 2001-06-26  Havoc Pennington  <hp@redhat.com>
8913
8914         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
8915         property
8916
8917 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
8918
8919         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
8920         stupid missing statement
8921
8922         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
8923         private function for ATK.  It notifies you of how many _visible_
8924         children are deleted when a node is deleted.  Should be used by
8925         atk only.
8926
8927 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
8928
8929         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
8930         Use new pango_context_get_metrics() to fix problems
8931         with font lists in descriptions. (#56184, reported by
8932         Jonas Borgström)
8933
8934 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
8935
8936         * gtk/gtkiconfactory.c:
8937         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
8938         item factory so inlined pixbufs actually work.
8939
8940 2001-06-25  Havoc Pennington  <hp@redhat.com>
8941
8942         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
8943         s/RESIZEABLE/RESIZABLE/
8944
8945         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
8946
8947 2001-06-25  Alexander Larsson  <alexl@redhat.com>
8948
8949         * configure.in:
8950         Added --enable-fbmanager. This is some experimental code
8951         that lets several GtkFB apps coordinate their access to the
8952         framebuffer.
8953         
8954         * acconfig.h:
8955         Added ENABLE_FB_MANAGER.
8956
8957         * gdk/linux-fb/Makefile.am:
8958         Added gdkfbmanager and gdkfbswitch.
8959
8960         * gdk/linux-fb/gdkkeyboard-fb.c:
8961         * gdk/linux-fb/gdkmouse-fb.c:
8962         * gdk/linux-fb/gdkprivate-fb.h:
8963         Split device init and open so that
8964         they can be opened and closed while switched
8965         away.
8966
8967         * gdk/linux-fb/gdkmain-fb.c:
8968         Add the basic manager communication.
8969
8970         * gdk/linux-fb/gdkrender-fb.c:
8971         Don't update to the shadow fb if we're
8972         blocked by the fb manager.
8973
8974 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
8975
8976         * docs/Changes-2.0.txt: Add note about child property
8977         changes.
8978
8979 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
8980
8981         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
8982         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
8983
8984         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
8985         with un'reffing wrong list reported by Jeff Franks.
8986
8987         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
8988
8989         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
8990         for the default icon. Remove inline XPM.
8991
8992         * gtk/gtkstock.h gtk/gtkiconfactory.c:
8993         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
8994         is used for GTK_STOCK_DND, but it is a bit too small.)
8995
8996         * gtk/stock-icons/stock_dnd_multiple.png
8997         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
8998
8999         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
9000         TRUE when starting a drag. In other cases, we are
9001         just observing. (#52995)
9002
9003         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
9004         function to set the icon for a drag from a GdkPixbuf
9005         or stock ID.
9006
9007         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
9008         Likewise, for drag sources.
9009
9010         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
9011         (Now should be done using the stock system.)
9012
9013 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
9014
9015         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
9016         Removed - didn't work and not particularly useful anyways
9017         if it did. 
9018
9019 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
9020
9021         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
9022         introduced last night that was making things decidedly not work.
9023
9024         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
9025         so that we have getter/setter pairing everywhere it makes
9026         sense. (#55767)
9027
9028         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
9029         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
9030         deprecated compat macro. (#55516)
9031
9032         * gtk/gtklabel.[ch]: Add functions
9033         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
9034         gtk_label_set_label(), which mirror the property API for GtkLabel.
9035         Make gtk_label_get_attributes() only reflect the attributes
9036         set by gtk_label_set_attributes.
9037
9038         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
9039         from gtk_notebook_set_page().
9040
9041 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
9042
9043         * configure.in: Fix tests for XShm.h.
9044
9045         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
9046         gdk_image_new() by use of goto, properly use g_object_unref().
9047
9048 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
9049
9050         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
9051         calls, as GdkImage is an object. these should be g_obejct_unref()
9052         instead but that won't work because of the g_error() statement
9053         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
9054         to spot these places.
9055
9056 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
9057
9058         * modules/input/gtkimcontextxim.c: Fixup some problems with 
9059         text length handling in error cases.
9060
9061         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
9062         a bit to make test actually warn on attempt to allocation
9063         a negative size. (#56101, Matthias Clasen)
9064
9065 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
9066
9067         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
9068         noticed by Brian Cameron.
9069         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
9070         Cameron.
9071
9072 2001-06-22  Hans Breuer  <hans@breuer.org>
9073
9074         * gdk/gdk.def : updated externals
9075
9076         * gdk/win32/gdkdrawable-win32.c : corrected some casts
9077         in GDK_NOTEs
9078
9079         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
9080         to translate coordinates to the internal > 16 bit system
9081         Try to handle WM_WINDOWPOSCHANGED to get better performance for
9082         when moving/resizing
9083
9084         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
9085         and gdk_keymap_get_direction (). The latter is untested for
9086         the RTL case
9087
9088         * gtk/gtk.def : updated externals
9089
9090         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
9091         from pango_language_from_string (), not an already freed pointer
9092
9093         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
9094         binary (-kb) to be useable on windoze
9095  
9096 2001-06-21  Alexander Larsson  <alexl@redhat.com>
9097
9098         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
9099         Update to new PangoLanguage changes.
9100         
9101         * gtk/gtkwindow-decorate.c:
9102         * gtk/gtkwindow.[ch]:
9103         Added setting argument to gtk_window_set_has_frame ()
9104         
9105 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
9106
9107         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
9108         the case without XKB properly.
9109
9110         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
9111         unused gtk_rc_auto_parse variable.
9112
9113         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
9114         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
9115         longer needed with GdkPixbuf.
9116
9117         * gtk/gtkrc.c (_gtk_rc_init): Make private.
9118
9119 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
9120
9121         * gtk/gtkentry.h: Mark deprecated functions with
9122         GTK_DISABLE_DEPRECATED.
9123
9124 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
9125
9126         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
9127
9128         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
9129
9130         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
9131           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
9132           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
9133           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
9134           to recent changes in Pango.
9135
9136         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
9137           to test whether the basic engine honors them.
9138
9139 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
9140
9141         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
9142         gtk_container_child_get_property().
9143
9144 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
9145
9146         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
9147         (gtk_tree_view_move_cursor_page_up_down): implement.
9148
9149 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
9150
9151         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
9152         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
9153         don't use automatic fixed size buffer for printf-ing floats, doubles
9154         can expand to really _huge_ strings, use g_strdup_printf() instead.
9155
9156 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
9157
9158         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
9159         construct property in 1.2 and still needs to be.
9160
9161         * gtk/gtkwidget.c: "composite_child" is not a settable property.
9162
9163 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
9164
9165         * gtk/gtkliststore.c (gtk_list_store_clear): 
9166         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
9167         clear a model.
9168
9169 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
9170
9171         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
9172
9173         * gtk/Makefile.am:
9174         * gtk/gtk.h: disabled GtkPacker compilation.
9175
9176         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
9177
9178         * gtk/gtknotebook.c:
9179         * gtk/gtktable.c:
9180         * gtk/gtkbox.c: ported this over to child properties.
9181
9182         * gtk/gtksettings.c: fetch class properties via
9183         g_object_class_list_properties().
9184
9185         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
9186         child arg interface. use gobjectnotifyqueue.c for child property
9187         notification.
9188
9189         * gtk/gtkwidget.[hc]: provide necessary means for container child
9190         properties, i.e. ::child_notify signal,
9191         gtk_widget_freeze_child_notify(),
9192         gtk_widget_child_notify(),
9193         gtk_widget_thaw_child_notify().
9194
9195         * tests/testgtk.c: removed inferior property handling code, for
9196         property editing, a generic module should be used, and GLE
9197         coincidentally fullfills that purpose.
9198
9199         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
9200         needs to be adapted to g_object_class_list_properties() before this
9201         builds again.
9202
9203 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
9204
9205         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
9206         test if a node is expanded.
9207
9208 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
9209
9210         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
9211         where collapsing a selected row would result in the cursor/anchor
9212         getting screwed up.
9213
9214 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
9215
9216         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
9217         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
9218         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
9219         Now I can really reorder/sort all Store widgets.  treesorttest
9220         seems to just work now.
9221         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
9222         testtreesort worked through a big coincidence all this time.
9223         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
9224         code.
9225         * tests/testtreecolumns.c: Big 'ol warning at the top letting
9226         people know that this code should never ever ever be copied.
9227
9228 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
9229
9230         * gtk/gtkwindow.h: Fixed a small typo, it should be
9231         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
9232         on line 134.
9233
9234 2001-06-14  Havoc Pennington  <hp@redhat.com>
9235
9236         Docs fixups, and:
9237         
9238         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
9239         GTK_DISABLE_DEPRECATED
9240
9241 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
9242
9243         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
9244         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
9245         finish it off tonight, though it basically works now when it's a
9246         list.  Also, I have a sinking feeling neither GtkTreeStore or
9247         GtkListStore actually resort when adding a new item.  I'll look
9248         into it.
9249
9250 2001-06-14  Havoc Pennington  <hp@redhat.com>
9251
9252         * demos/gtk-demo/main.c (load_file): fix bug identified by
9253         warnings I just added to gtktextbuffer
9254
9255 2001-06-14  Havoc Pennington  <hp@redhat.com>
9256
9257         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
9258
9259         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
9260
9261         * gtk/gtktextbtree.c: don't leak node data all over the place.
9262
9263         * demos/gtk-demo/main.c (main): create fontify tags for the right
9264         buffer
9265
9266         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
9267         to mention tags in the same table can't have the same name,
9268         suggested by Skip Montanaro
9269
9270 2001-06-11  Havoc Pennington  <hp@redhat.com>
9271
9272         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
9273         for trying to add two tags with same name to the tag table
9274
9275         * demos/gtk-demo/main.c (main): fix colors ;-)
9276
9277 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
9278
9279         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
9280         that allows grouping together multiple windows so that grabs
9281         within that set of windows only affect those windows.
9282
9283         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
9284         signal for notification when a widget becomes shadowed
9285         by a grab or is no longer shadowed by a grab.
9286
9287         * gtk/gtkwidget.c (gtk_widget_propagate_state)
9288           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
9289         insenstive widgets to maintain a grab.
9290
9291 2001-06-14  Alexander Larsson  <alexl@redhat.com>
9292
9293         * docs/README.linux-fb:
9294         Add some example config files that can be used with the URW fonts.
9295         
9296         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
9297         Set up the color ramps for DirectColor mode.
9298
9299 2001-06-11  Havoc Pennington  <hp@redhat.com>
9300
9301         * Release 1.3.6
9302          
9303 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
9304
9305         * gdk/linux-fb/gdkwindow-fb.c:
9306         Unify shaped window code and make it repaint the area that used
9307         to be part of the shape, but isn't anymore.
9308
9309 2001-06-11  Havoc Pennington  <hp@redhat.com>
9310
9311         * NEWS: Updates
9312
9313         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
9314
9315         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
9316         
9317 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
9318
9319         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
9320         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
9321         passes zero instead, so do we.
9322         
9323 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
9324
9325         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
9326         Deep copy dash_list too.
9327         (_gdk_fb_gc_new): Set default cap_style before
9328         setting values.
9329
9330 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
9331
9332         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
9333         gdk_keymap_get_direction): New functions.
9334
9335 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
9336
9337         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
9338         gtk_tree_model_get_flags by adding a second flag for atk.
9339
9340         * gtk/gtktreemodel.c: make cursor behavior interact better with
9341         mouse presses.
9342
9343 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
9344
9345         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
9346         expand_row/collapse_row to be 2 signals each -- test_expand_row
9347         and row_expanded as well as test_collapse_row and row_collapsed.
9348
9349 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
9350
9351         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
9352         signal name to be changed instead of selection_changed.
9353
9354 2001-06-08  Havoc Pennington  <hp@redhat.com>
9355
9356         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
9357         "scroll_offset" property for notification when the layout offsets
9358         may have changed
9359         (gtk_entry_adjust_scroll): add notify for scroll_offset
9360         (gtk_entry_layout_index_to_text_index): function to compensate for
9361         preedit string when doing coordinate stuff on the entry's layout
9362         (gtk_entry_text_index_to_layout_index): inverse function
9363         (gtk_entry_get_layout_offsets): hook to get current position of
9364         the layout      
9365         (gtk_entry_get_layout): hook to get the layout itself.
9366
9367         * gtk/gtklabel.c (gtk_label_get_layout): new function
9368
9369 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
9370
9371         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
9372         keybinding.
9373         (gtk_tree_view_focus): Fix merge conflict.
9374
9375 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
9376
9377         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
9378         clean up cursor handling.
9379
9380 2001-06-08  Havoc Pennington  <hp@redhat.com>
9381
9382         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
9383         function
9384
9385         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
9386         this function
9387
9388 2001-06-08  Alex Larsson  <alexl@redhat.com>
9389
9390         * gtk/gtkcompat.h.in:
9391         Added compat macros for all old GTK_TYPE_GDK_xxx types.
9392         Fixes bug #52892
9393
9394 2001-06-08  Havoc Pennington  <hp@redhat.com>
9395         
9396         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
9397         parent still
9398
9399 2001-06-08  Havoc Pennington  <hp@redhat.com>
9400
9401         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
9402         don't call g_list funcs on GSList
9403
9404         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
9405         gtk_container_focus(), since some widgets have focusable locations
9406         which are not other widgets. These widgets should not have to be 
9407         containers just to manage the focus. For example, GtkHSV is
9408         currently a container for no good reason. Also, this cleans
9409         up the "if (is_container && is_sensitive && is_drawable)
9410         container_focus ()" mess in widget implementations.
9411
9412         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
9413         function, and have it just call gtk_widget_child_focus().
9414
9415         * gtk/gtkhsv.c: derive from widget not container
9416         
9417         Throughout: fix to reflect GtkContainer::focus change
9418         
9419 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
9420
9421         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
9422         range.  Fix bug #55921
9423
9424         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
9425         (#55920).
9426
9427 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
9428
9429         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
9430         and gdk_keymap_get_current_direction().
9431
9432         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
9433           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
9434         the current locked group, use it to set the keymap
9435         direction.
9436
9437         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
9438         to determine whether we draw a split cursor or use
9439         a jumping cursor based on the current direction.
9440
9441         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
9442         Obey the split cursor setting. 
9443
9444 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
9445
9446         * gtk/gtkimmulticontext.c (activate_cb): Only activate
9447         when toggling on, not when toggling off... (#55906)
9448
9449 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
9450
9451         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
9452         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
9453         in docs. (#55812, Vitaly Tishkov)
9454
9455 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
9456
9457         * demos/gtk-demo/main.c (create_tree): Changed signal name from
9458         selection_changed to changed in signal connection to GtkTreeSelection,
9459         also used g_signal_connectc since GtkTreeSelection is now a GObject.
9460
9461 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
9462
9463         * gtk/gtktreeselection.c: Now it's a GObject instead of a
9464         GtkObject.  The GtkTreeSelection::selection_changed signal is now
9465         the GtkTreeSelection::changed signal.
9466
9467         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
9468         object.
9469
9470         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
9471         object.
9472
9473 2001-06-07  Havoc Pennington  <hp@redhat.com>
9474
9475         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
9476
9477 2001-06-07  Havoc Pennington  <hp@redhat.com>
9478         
9479         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
9480         (not tested yet because with absolute path to srcdir I can't build
9481         atk, but it was broken anyway so this may help) 
9482
9483 2001-06-07  Havoc Pennington  <hp@redhat.com>
9484
9485         * configure.in: output m4macros/Makefile
9486         
9487 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
9488
9489         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
9490         buttons.  Fixes #55460 reported by matthiasc@poet.de.
9491
9492 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
9493
9494         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
9495         expansion/collapsing so it only happens in one place.
9496         (gtk_tree_view_real_expand_row): ditto.
9497
9498 2001-06-07  Havoc Pennington  <hp@redhat.com>
9499
9500         * tests/Makefile.am: add missing -I flag
9501
9502         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
9503
9504         * configure.in: use pkg-config to see if GModule is
9505         supported; fix to properly turn on included loaders 
9506         when GModule isn't supported; don't use AC_CHECK_LIB 
9507         when libs are not installed yet
9508
9509         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
9510
9511         * Makefile.am (SUBDIRS): add m4macros subdir
9512
9513         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
9514         dependencies also.
9515
9516 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
9517
9518         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
9519         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
9520
9521 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
9522
9523         * gtk/gtktreeview.c
9524         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
9525         bindings to expand and collapse rows.
9526         (gtk_tree_view_real_select_cursor_parent): New key binding.
9527         (gtk_tree_view_real_toggle_cursor_row): New key binding.
9528
9529         * gtk/gtkmarshal.list: new
9530         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
9531
9532 2001-06-06  Havoc Pennington  <hp@redhat.com>
9533
9534         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
9535
9536         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
9537         Down to move visually rather than logically, since it confuses 
9538         people. Add -/+ and Ctrl--/+ bindings for logical movement.
9539
9540 2001-06-06  Alex Larsson  <alexl@redhat.com>
9541
9542         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
9543         Fix up error messages.
9544
9545 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
9546
9547         * gtk/gtktooltips.h: Include gtkwidget.h 
9548         (#55798, Karl Nelson)
9549
9550         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
9551         a valid latin-1 character. (Marc Lehmann, #35467)
9552
9553         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
9554         (Marc Lehmann, #35467)
9555         
9556 2001-06-05  Alex Larsson  <alexl@redhat.com>
9557
9558         * demos/gtk-demo/appwindow.c (do_appwindow):
9559         Don't swap the order of the args to gtk_widget_destroyed.
9560
9561         * tests/testgtk.c (destroy_properties):
9562         Don't crash when the properties window is destroyed.
9563
9564         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
9565         Use with_mnemonics to handle the case of stock items with
9566         underscores in them.
9567
9568 2001-06-05  Havoc Pennington  <hp@redhat.com>
9569
9570         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
9571         gtk_text_iter_reorder
9572
9573 2001-06-05  Havoc Pennington  <hp@redhat.com>
9574
9575         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
9576
9577 2001-06-05  Havoc Pennington  <hp@redhat.com>
9578
9579         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
9580         to the range that was set
9581
9582         * gtk/gtkrange.c: add value_changed signal, primarily 
9583         intended for use with GtkScale
9584         (gtk_range_set_increments): new function
9585         (gtk_range_set_range): new function with weird name
9586         (gtk_range_set_value): new function
9587         (gtk_range_get_value): new function
9588
9589         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
9590         from gtk_spin_button_get_value_as_float(). Compat #define
9591         added for get_value_as_float.
9592
9593         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
9594
9595         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
9596
9597 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
9598
9599         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
9600
9601 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
9602
9603         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
9604
9605         * tests/testgtk.c (create_tooltips): Remove usage of
9606         gtk_widget_set().
9607
9608 2001-06-05  Havoc Pennington  <hp@redhat.com>
9609
9610         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
9611
9612         Applying patch from Jeff Franks, with function docs added.
9613         
9614         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
9615         remove call to set_mnemonic_widget, change docs a bit.  
9616
9617         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
9618         new function
9619
9620         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
9621         new function
9622
9623         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
9624
9625         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
9626         function
9627         (gtk_radio_button_new_with_mnemonic_from_widget): new function
9628
9629         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
9630         new function
9631
9632         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
9633         function        
9634
9635         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
9636         auto-selection of mnemonic widget.
9637
9638 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
9639
9640         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
9641         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
9642         (gtk_tree_view_column_set_min_width): ditto.
9643
9644 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
9645
9646         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
9647         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
9648
9649 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
9650
9651         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
9652         gtk_clist_thaw().
9653
9654 2001-06-04  Havoc Pennington  <hp@pobox.com>
9655
9656         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
9657 r       eleases for buttons 6, 7
9658
9659 2001-06-04  Havoc Pennington  <hp@redhat.com>
9660
9661         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
9662         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
9663         #55562
9664
9665 2001-06-04  Havoc Pennington  <hp@redhat.com>
9666
9667         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
9668         where text_view->layout == NULL by assuming its size is 0, 
9669         i.e. same as if we haven't done any reflow. Reported by 
9670         Hidetoshi Tajima #55448 
9671
9672 2001-06-04  Havoc Pennington  <hp@redhat.com>
9673
9674         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
9675         and 7 for scroll left/right, from Thomas Broyer
9676
9677 2001-05-10  Havoc Pennington  <hp@redhat.com>
9678
9679         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
9680         we need to parse the xsetting as if it were an RC file string.
9681
9682         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
9683         value of palette from settings, not from static variable
9684
9685         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
9686         xsettings translation table
9687
9688         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
9689         hardcoding the toolbar style conflicts with new customizable 
9690         toolbar style philosophy
9691         (gtk_toolbar_class_init): add settings for default toolbar style;
9692         these are used unless the app specifically forces a toolbar style
9693
9694         * gtk/gtksettings.c (settings_install_property_parser): only
9695         return at the start if we warn and parser == NULL
9696
9697         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
9698         palette changed handler so we don't notify dead color selections
9699
9700         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
9701         xthickness/ythickness of 0 or 1 properly 
9702         (gtk_default_draw_resize_grip): clear the background behind the
9703         resize grips, and align to bottom right if we square the 
9704         area to be drawn.
9705
9706         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
9707         statusbar label to 1, so it doesn't make toplevels resize oddly
9708         (gtk_statusbar_size_request): add grip size to request
9709         (gtk_statusbar_size_allocate): hack so the hbox still works with 
9710         the grip size in the request
9711
9712         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
9713         bug where showing all on a toplevel makes the toolbar 
9714         button text appear despite the toolbar mode
9715
9716         * gtk/gtkmenubar.c: add internal padding style property
9717
9718         * gtk/gtktoolbar.c: Add internal padding style property; add
9719         shadow type style property
9720
9721         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
9722         state; and put Container::border_width outside the frame
9723
9724         * gtk/gtktextview.c: don't draw focus rectangle if we're in
9725         interior focus mode, we just use blinking cursor
9726
9727 2001-06-04  Havoc Pennington  <hp@redhat.com>
9728
9729         * configure.in: Make gdk-pixbuf have same version number as GTK
9730
9731 2001-06-04  Havoc Pennington  <hp@redhat.com>
9732
9733         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
9734         digits greater than 6. If there actually are limits (which there
9735         likely aren't), should clamp to them not warn.
9736         (gtk_spin_button_new_with_range): don't take log of 0
9737         (gtk_spin_button_size_request): use digits to compute size
9738         request, rather than step increment.
9739
9740         * tests/testgtk.c (create_spins): test larger values of digits
9741         
9742         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
9743         font on map not expose, so we don't get weirdness during scrolling
9744
9745 2001-06-04  Havoc Pennington  <hp@redhat.com>
9746
9747         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
9748         Sam Solon, bug #54577, update value even if not drawable.
9749
9750 2001-06-04  Havoc Pennington  <hp@redhat.com>
9751
9752         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
9753         SCROLL_LEFT, reported by Thomas Broyer.
9754
9755 2001-06-04  Havoc Pennington  <hp@redhat.com>
9756
9757         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
9758         Process updates immediately, to prevent funny lag effect
9759         when scrolling, at some mild potential efficiency cost.
9760
9761 2001-06-04  Havoc Pennington  <hp@redhat.com>
9762
9763         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
9764         slider on the click.
9765
9766 2001-06-03  Havoc Pennington  <hp@pobox.com>
9767
9768         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
9769         hscale/vscale details, so we can use it for scrollbar as well.
9770
9771         * tests/testgtk.c (reformat_value): honor digits from GtkScale
9772
9773         * gtk/gtkenums.h (GtkTroughType): Remove this enum
9774         (GtkScrollType): add START and END from GtkTroughType
9775
9776         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
9777         its x/y arguments
9778
9779         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
9780         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
9781         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
9782         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
9783         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
9784
9785         Notable changes in the process:
9786          
9787         - stepper_size style property is the height for vertical 
9788           ranges, width for horizontal; the other dimension matches
9789           the trough size
9790         - add ability to do NeXT-style steppers (and several other styles
9791           that don't make any sense)
9792         - added min_slider_length, fixed_slider_length properties to
9793           GtkScrollbar
9794         - cleaned some private (or at least useless) functions out of
9795           gtkscale.h    
9796         - moved bindings to GtkScale from subclasses, even arrow keys,
9797           since blind users don't know scale orientation.
9798         - change move_slider action signal to use new GtkScrollType,
9799           remove GtkTroughType argument
9800         - digits rounds the values a range will input to the given 
9801           number of decimals, but will not try to force adjustment 
9802           values set by other controllers. That is, we no longer
9803           modify adjustment->value inside a value_changed handler.
9804         - added getters for GtkScale setters
9805         - middle-click begins a slider drag
9806         
9807 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
9808
9809         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
9810         getting the focus code to work.
9811         (gtk_tree_view_class_init): Add a bunch of keybindings.
9812
9813         * gtk/gtktreeviewcolumn.c
9814         (gtk_tree_view_column_set_cell_data_func):
9815         s/GtkCellDataFunc/GtkTreeCellDataFunc.
9816         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
9817         of "properties_changed" to help justify the death of the latter
9818         signal. (-:
9819
9820         * tests/testtreefocus.c (main): Let some columns be focussable to
9821         test focus better.
9822
9823 2001-06-01  Havoc Pennington  <hp@redhat.com>
9824
9825         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
9826         
9827         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
9828         overwrite in overwrite mode if we already deleted the selection
9829         and replaced it with new text.  
9830
9831         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
9832         selection to an empty range, clear the clipboard if we owned it.
9833         (gtk_label_set_selectable): give up selection if we become
9834         unselectable.
9835         (gtk_label_state_changed): override state changed to unselect text
9836         when insensitive
9837         (get_text_callback): add paranoia check that indexes aren't
9838         outside of label->text
9839         (gtk_label_select_region): make -1 for start_offset mean "end of
9840         label," for consistency with GtkEditable
9841
9842         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
9843         GTK_DIALOG_NO_SEPARATOR flag
9844
9845 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
9846
9847         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
9848         notifications on non-existant "enable_arrow_keys".
9849         (#53753, Skip Montanaro)
9850
9851 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
9852
9853         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
9854         GDK_TYPE_RECTANGLE.
9855
9856         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
9857         of allocation argument be GDK_TYPE_RECTANGLE.
9858
9859 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
9860
9861         * gtk/gtkoptionmenu.c: Account for the fact that the border
9862         width is _outside_ the window. (Fixes #54585, bug found
9863         by Bastien Nocera.)
9864
9865 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
9866
9867         * gtk/gtksettings.c (gtk_settings_get_property): Validate
9868         value from GDK settings against parameter spec.
9869
9870         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
9871         to temporary values and use g_value_transform(), since
9872         thinking that GValue was going to be easy or efficient
9873         to use was, of course, a mistake.
9874
9875         * gtk/gtksettings.c: Add cursor blink setting.
9876         
9877         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
9878
9879         * gtk/gtkentry.c: Add cursor blinking.
9880
9881         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
9882         cursor blink global settings.
9883
9884         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
9885         for :text_position in places where it is missing.
9886
9887 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
9888
9889         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
9890
9891 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
9892
9893         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
9894         not pkg-config. (#51032)
9895
9896         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
9897         (fixes #51952, James Henstridge)
9898         
9899 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
9900
9901         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
9902         Rename to the more correct gtk-go-up.
9903
9904         * gtk/stock-icons/stock_menu_sort_ascending.png:
9905         Added new file.
9906         
9907         * gtk/stock-icons/stock_menu_sort_descending.png:
9908         Changed to show descending instead of ascending.
9909
9910         * gtk/gtkiconfactory.c:
9911         Added menu size icon to sort ascending.
9912
9913         * gtk/stock-icons/Makefile.am:
9914         Added stock_menu_sort_ascending.png.
9915         
9916         * gtk/gtkseparatormenuitem.c:
9917         Use correct typenames.
9918
9919 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
9920
9921         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
9922         gulong as in GSignal.
9923
9924 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
9925
9926         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
9927         instances of GtkCellRenderer in code (all but dnd icon code).
9928         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
9929         there, and I can do multiple Cells per column.
9930
9931         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
9932
9933         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
9934         when model was unreffed prior to removing the row reference.
9935
9936 2001-05-25  Havoc Pennington  <hp@redhat.com>
9937
9938         * gtk/gtkiconfactory.c: fix so that default icons are created if 
9939         you call gtk_stock_list_ids()
9940
9941         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
9942         in list
9943
9944 2001-05-25  Havoc Pennington  <hp@redhat.com>
9945
9946         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
9947         set can render without falling back to missing image icon
9948
9949         * gtk/gtktextview.c (gtk_text_view_size_request): request full
9950         size of text, instead of random values
9951
9952         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
9953         size of tree view, instead of random values
9954
9955         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
9956         image in an appropriate size
9957
9958         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
9959         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
9960
9961         Throughout: fix GTK_STOCK_BUTTON_ instances
9962         
9963         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
9964         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
9965         Add a bunch of new stock items/icons
9966
9967         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
9968         new function, convenience for inserting columns with a data func
9969
9970         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
9971         (_gtk_icon_factory_list_ids): use list of all factories to
9972         generate a list of all known IDs
9973
9974         * gtk/gtkstock.c (gtk_stock_list_ids): replace
9975         gtk_stock_list_items() with a function that returns all IDs known
9976         including those for GtkIconFactory.
9977
9978 2001-05-25  Hans Breuer  <hans@breuer.org>
9979
9980         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
9981         work -> check boxes and radio buttons are drawn now, even on win9x.
9982         Improved line settings a bit, still no clue how to get really dotted
9983         lines on win9x, on NT it's PS_ALTERNATE.
9984
9985         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
9986         GDK_HINT_MIN_SIZE as well
9987
9988         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
9989
9990         * gtk/gtk.def : updated
9991
9992         * gtk/gtktreeprivate.h : change column_drop_func to be a function
9993         pointer not a function pointer pointer
9994
9995         * tests/testdnd.c : include <stdlib.h> for putenv prototype
9996
9997         * tests/testsocket.c : made it compile on win32 again
9998
9999         * tests/makefile.msc : one more test-app uses prop-editor.obj
10000
10001 2001-05-22  Havoc Pennington  <hp@pobox.com>
10002
10003         * gtk/gtkbin.c (gtk_bin_get_child): New function
10004
10005 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
10006
10007         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
10008         to ignore when doing compose processing.
10009
10010 2001-05-22  Joe Shaw  <joe@ximian.com>
10011
10012         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
10013         Simplify as suggested by Havoc. Just get the last iter and work
10014         backward to the tag instead of getting a line and working back from
10015         there. Fixes passing in an invalid offset to
10016         iter_init_from_byte_offset().
10017
10018 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
10019
10020         * gtk/gtktreeview*.h: 
10021         * gtk/gtkcell*.h:
10022         * gtk/gtk*store.h:
10023         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
10024         macros to all objects.
10025
10026 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
10027
10028         * gtk/gtkcellrenderertext.c
10029         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
10030         with very large (TM) amounts of text.  May be moved to
10031         GtkCellRenderer in the future, though I'm not sure it wants to be
10032         this accessible.
10033
10034         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
10035         More sanity brought to this class.  I like it.
10036
10037         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
10038         case.  Kids, don't try this at home.
10039
10040         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
10041         convenience function.
10042
10043         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
10044
10045 2001-05-21  Alexander Larsson  <alexl@redhat.com>
10046
10047         * gtk/gtkfontsel.c:
10048         Added properties. Based on patch by Lee Mallabone.
10049
10050         * gtk/gtkruler.c:
10051         * gtk/gtkhruler.c:
10052         * gtk/gtkvruler.c:
10053         * gtk/gtktext.c:
10054         * gtk/gtktextview.c:
10055         Converted GtkArg to GParam. Based on patches by John Margaglione.
10056
10057         * tests/Makefile.am:
10058         * tests/testtext.c:
10059         Add a property editor to testtext.
10060         
10061 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
10062
10063         * gtk/gtk{h,v,}paned.c: Only show the separator if 
10064
10065         * configure.in: Fixed reversed conditional causing all image
10066         libraries to be linked in.
10067
10068 2001-05-21  Joe Shaw  <joe@ximian.com>
10069
10070         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
10071         that top_y needs to be >= 0.
10072
10073 2001-05-11  Havoc Pennington  <hp@pobox.com>
10074         
10075         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
10076         losing connection to the X server.
10077
10078 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
10079
10080         * configure.in: Start checks for X from pangox/pangoxft
10081         CFLAGS to avoid duplicate libraries.
10082
10083         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
10084
10085         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
10086         to include gobject.
10087         
10088 2001-05-18  Alexander Larsson  <alexl@redhat.com>
10089
10090         * gtk/gtkspinbutton.c:
10091         Convert GtkArgs to GParams. Based on patch by John Margaglione.
10092         Also do size request reasonable for MAXDOUBLE. Previously it printed
10093         the limits to a buffer and overran it. Instead do it using log10() and
10094         limit the width to 10 digits.
10095         
10096         * gtk/gtkwidget.c (gtk_widget_get_property):
10097         Correctly handle setting the parent property to NULL.
10098
10099 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
10100
10101         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
10102         style attributes even if the widget isn't realized.
10103
10104         * demos/gtk-demo/main.c: Use a slightly smaller font.
10105
10106 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
10107
10108         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
10109         This is something that only a widget writer would ever want
10110         to change.
10111
10112         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
10113         gtk_signal_emit_by_name().
10114
10115         * gtk/gtkviewport.c: Fix some warnings.
10116
10117         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
10118         allowing the requisitions of multiple widgets to be grouped
10119         together.
10120
10121         * tests/testgtk.c: Add GtkSizeGroup test
10122
10123         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
10124
10125         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
10126         warnings.
10127
10128         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
10129
10130 2001-04-28  Martin Baulig  <baulig@suse.de>
10131
10132         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
10133         to gtk_image_menu_item_set_icon() and made it work if there's already
10134         an image.
10135         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
10136         (gtk_image_menu_item_new_with_label): New function.
10137
10138 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
10139
10140         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
10141         highlighting code!!!!  The result is okay so long as you don't try
10142         to stress it.  It also highlights a bug in the TextView so it's in
10143         an unproportional font right now until it's fixed.
10144
10145         *demos/gtk-demo/*.c: Clean up code a bit to make it
10146         ugly-parser(TM) friendly. (-:
10147
10148 2001-05-17  Joe Shaw  <joe@ximian.com>
10149
10150         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
10151         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
10152         if it is only partially onscreen.
10153
10154 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
10155
10156         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
10157         not by characters.
10158
10159         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
10160         are not zero or one; that is, when graphemes of multiple characters
10161         are involved.
10162
10163         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
10164         FIXME.
10165
10166 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
10167         
10168         * gtk/gtkbbox.c:
10169         Add properties, based on patch by Lee Mallabone.
10170
10171         * gtk/gtknotebook.c:
10172         * gtk/gtktoolbar.c:
10173         Convert from GtkArg to GParam, based on patch by John Margaglione.
10174         
10175         * gtk/gtkhscale.c:
10176         * gtk/gtkvscale.c:
10177         * gtk/gtkhscrollbar.c:
10178         * gtk/gtkvscrollbar.c:
10179         * gtk/gtkrange.c:
10180         Move adjustment property to GtkRange.
10181
10182         * gtk/gtklabel.c:
10183         Setup mnemonics on property changes
10184
10185         * gtk/gtkwidget.c (gtk_widget_get_property):
10186         GdkExtensionMode is an enum, not a flag. Set it with
10187         g_value_set_enum ().
10188
10189         * tests/prop-editor.c:
10190         Better propery editor.
10191
10192         * tests/testgtk.c:
10193         Add new property test. Pass zero to the property editor to
10194         get properties from all derived types.
10195         
10196 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
10197
10198         * autogen.sh (have_automake): Require libtool-1.4,
10199         automake-1.4p1.
10200
10201         * acinclude.m4: Remove libtool macros.
10202
10203         * gdk-pixbuf/Makefile.am: Add dependencies to loade
10204         modules.
10205
10206         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
10207         for libgdk.
10208
10209         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
10210         libgdk.la for libgtk.
10211
10212         * modules/input/Makefile.am: Make modules have full
10213         dependencies.
10214
10215 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
10216
10217         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
10218         #54699 where paths weren't being checked for correctness.
10219
10220 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
10221
10222         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
10223         in any order you wan, whether or not the column is added to the
10224         tree, or the tree is realized.  Yay!
10225
10226         * gtk/gtktreeviewcolumn.c
10227         (gtk_tree_view_column_setup_sort_column_id_callback): handle
10228         sorting columns a lot saner
10229
10230         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
10231         new function to actually set wether or not a column is
10232         reorderable.
10233
10234         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
10235         if we have 'em.
10236
10237         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
10238         Fix nasty bug where we were showing the button just before
10239         realizing it.  As a result, the parent window was
10240         tree_view->window instead of tree_view->priv->header_window.
10241
10242         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
10243         to let you easily reorder a list or tree.
10244
10245 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
10246
10247         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
10248         from args to properties.
10249
10250 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
10251
10252         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
10253         from args to properties. (#51957)
10254
10255         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
10256         calls to after ->set_property call.
10257
10258 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
10259
10260         * tests/prop-editor.c: Block against redundant changes.
10261
10262         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
10263         properties.
10264
10265 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
10266
10267         * gdk/gdkpixmap.h: Remove creative formatting.
10268
10269 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
10270
10271         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
10272         property API. (#51669)
10273
10274         * gtk/gtkscale.c: Patch from John Margaglione converting to
10275         property API. (#51891)
10276
10277         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
10278         to property API. (#50985)
10279
10280 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
10281
10282         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
10283         buffering state across expose event, so we still call end_paint().
10284
10285 2001-05-11  Alexander Larsson  <alexl@redhat.com>
10286
10287         * gtk/gtkhsv.c (paint_triangle):
10288         Expose the ring in the triangle at the correct place when
10289         exposing just a part of the triangle.
10290
10291         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
10292         Return FALSE, or window focusing will not work.
10293
10294 2001-05-11  Havoc Pennington  <hp@pobox.com>
10295
10296         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
10297         #54144
10298
10299         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
10300         bug #54330
10301
10302 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
10303
10304         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
10305         propagate exposes to NULL child.
10306
10307         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
10308         against not having one of the scrollbars.
10309
10310         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
10311         we don't keep a mnemonic window if we have no mnemonic installed.
10312
10313 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
10314
10315         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
10316         it has the _important_ side effect of initializing a class.
10317
10318 2001-05-10  Alexander Larsson  <alexl@redhat.com>
10319
10320         * gdk/linux-fb/gdkprivate-fb.h:
10321         Make sure you can compile out the implementation/wrapper assert
10322         macros.
10323
10324         * gdk/linux-fb/gdkdrawable-fb2.c:
10325         Check implementation/wrappers, initialize type for pixmap dummys.
10326
10327         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
10328         Hide the cursor if reading from the screen.
10329
10330         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
10331         Fix sign bug in tiling code.
10332
10333         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
10334         Handle background pixmaps.
10335
10336 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
10337
10338         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
10339         function to let user control where columns are dragged.
10340
10341         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
10342         Escape is pressed.
10343
10344 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
10345
10346         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
10347         "columns_changed" signal.
10348         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
10349         motion code to draw arrows to the side if indicator is outside the
10350         widget.
10351         (gtk_tree_view_map_expanded_rows): Implement.
10352
10353 2001-05-07  Alexander Larsson  <alexl@redhat.com>
10354
10355         * demos/testpixbuf-save.c: 
10356         * demos/testpixbuf-drawable.c:
10357         Include gdkfb.h on linux-fb.
10358
10359 2001-05-07  Alexander Larsson  <alexl@redhat.com>
10360
10361         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
10362         New function for getting toplevel window at position.
10363         (gdk_drag_find_window): Use get_toplevel_window () instead
10364         of gdk_window_get_pointer(). (gdk_drag_status): Use
10365         correct context for getting window.
10366
10367         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
10368         g_strdup the atom name.
10369
10370         * gdk/linux-fb/gdkwindow-fb.c:
10371         Costmetic fix.
10372
10373         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
10374         Add code for changing cursor on linux-fb backend (same as
10375         win32).
10376
10377 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
10378
10379         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
10380         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
10381         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
10382         report was not for the development branch of GTK+, but it applies
10383         anyways).
10384
10385 2001-05-04  Havoc Pennington  <hp@redhat.com>
10386
10387         * configure.in: fix some shell typos
10388
10389         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
10390
10391         * gtk/gtkimage.c: handle animations
10392
10393         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
10394         border_width * 2, not just border_width
10395
10396         * gtk/gtkscale.c: add "format_value" signal to allow people
10397         to override the way values are drawn.
10398         (gtk_scale_get_value_size): fix width/height mistake,
10399         and compute size from actual displayed text, not 
10400         from made-up text.
10401
10402         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
10403         signal registration
10404
10405         * tests/testtext.c: Add "Remove all tags" menu item for testing
10406
10407         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
10408
10409         * demos/gtk-demo/main.c (main): add hack so we can find modules
10410         without installing gtk
10411
10412         * demos/gtk-demo/textview.c (insert_text): demo font scaling
10413
10414         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
10415         factor)
10416         (gtk_cell_renderer_text_set_property): remove some bogus
10417         g_object_notify
10418
10419         * gtk/gtktexttag.c: add "scale" property which is a font scaling
10420         factor
10421
10422         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
10423         to layout
10424
10425         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
10426         gtk_text_iter_is_first
10427
10428 2001-01-06  Hans Breuer  <hans@breuer.org>
10429
10430         * gdk/gdk.def : updated exports
10431
10432         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
10433         gdk won't compile anymore
10434  
10435         * gdk/win32/gdkevents-win32.c : initialize ret_val when
10436         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
10437         Improved gdk_flush () to not only do pending drawing operations
10438         but also process all currently pending events. This should make
10439         the behaviour more similar to the X11 version.  
10440
10441         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
10442         option needs to be set even if there is no GDK_GC_BACKGROUND.
10443         (gdk_win32_hdc_get) : use predraw_set_background () independent
10444         of value_mask. This allows to draw dashed lines leaving the original
10445         background intact.
10446
10447         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
10448         after processing, because we can't reuse it as the X11 version does.
10449
10450         * gtk/gtk.def : updated exports
10451
10452         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
10453         would like to get rid of this file again, and use straight
10454         makefile.msc again, as the other Gtk+ subdirs do)
10455
10456         * test/makefile.msc (new file) : build the test apps here
10457
10458 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
10459
10460         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
10461         strike-through setting
10462         (gdk_draw_layout_line_with_colors): Render strike-through
10463
10464 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
10465
10466         * Release 1.3.5
10467
10468         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
10469
10470         * NEWS: Updated
10471
10472         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
10473         Makefile breakage.
10474
10475 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
10476
10477         * demos/gtk-demo/images.c (progressive_timeout): Fix
10478         typo in filename.
10479
10480         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
10481         out FIXME warning; just too annoying.
10482
10483 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
10484
10485         * gdk/linux-fb/gdkcolor-fb.c:
10486         Better error messages.
10487
10488         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
10489         Initialize abs_x and abs_y.
10490         
10491         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
10492         Correct handling of stipple offset.
10493
10494         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
10495         Treat directcolor framebuffers as truecolor.
10496         
10497 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
10498
10499         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
10500         dependency on Atk for accessibility support.
10501
10502         * configure.in **/Makefile.am: Major reworking of substituted
10503         variables for CFLAGS/LIBS to make a lot more sane and 
10504         keep the the compile/link lines a bit shorter.
10505
10506         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
10507
10508 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
10509
10510         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
10511         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
10512         use _gtk_boolean_handled_accumulator.
10513
10514 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
10515
10516         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
10517         to fix things so clicking inside selection leaves cursor
10518         at point where clicked. (#50324)
10519
10520         * gtk/gtksettings.c (gtk_settings_class_init): Restore
10521         sane value for default double click time.
10522
10523         * tests/testtext.c (test_init): Really path to input modules.
10524
10525 2001-05-03  Sven Neumann  <sven@convergence.de>
10526
10527         * demos/testpixbuf-save.c: include target-specific headers as
10528         done in testpixbuf-drawable.c
10529
10530 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
10531
10532         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
10533         new_text_length appropriately when we run into the 
10534         size limit for the entry. (#53445, reported by Jeff Franks)
10535
10536         * tests/testgtk.c (create_entry): Remove most of the
10537         property toggle buttons. Replace with a "Props" button
10538         that brings up a property editor.
10539
10540         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
10541         Split the property editor code out for reuse, improve.
10542
10543 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
10544
10545         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
10546         trap errors around calls to XSetInputFocus since we have
10547         no way of knowing reliably whether we are viewable or
10548         not. (#53947)
10549
10550 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
10551
10552         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
10553         fix bug in dropping columns.  Moving columns now basically works
10554         modula some fine tuning.
10555
10556 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
10557
10558         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
10559         autoscroll support.  It mostly works, but could use some fine
10560         tuning.
10561         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
10562         Actually move the column.
10563
10564 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
10565
10566         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
10567           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
10568           New default theme! A slighly improved version of the 2.0 Raleigh
10569           theme, with Windows-esque focus/drawing default. 
10570           (GtkWidget::interior_focus defaults to TRUE.)
10571
10572         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
10573
10574 2001-04-30  Havoc Pennington  <hp@pobox.com>
10575
10576         * tests/testtext.c (line_numbers_expose): fix to work with
10577         gtk_paint_layout change
10578
10579 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
10580
10581         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
10582           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
10583           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
10584           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
10585
10586         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
10587           with GtkWidget::interior_focus = TRUE better.
10588
10589         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
10590         ::default_outside_border for more flexibility.
10591
10592         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
10593         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
10594         change that had to be made with g_object_get.
10595
10596 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
10597
10598         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
10599         (gtk_tree_view_move_column_after): Clean up interface. 
10600
10601 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
10602
10603         * gtk/gtkpacker.h:
10604         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
10605          to gtkenum.h.
10606
10607         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
10608         handled in switch).
10609
10610         * gtk/Makefile.am:
10611         (gtk.defs): generate enum portions with  glib-mkenums.
10612         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
10613         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
10614         
10615         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
10616         addition.
10617
10618         * docs/Changes-2.0.txt: keep a note on signal handlers now
10619         not getting emitted during the emission they were connected within.
10620
10621 2001-04-28  Havoc Pennington  <hp@pobox.com>
10622
10623         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
10624
10625 2001-04-24  Havoc Pennington  <hp@redhat.com>
10626
10627         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
10628         (gtk_text_layout_move_iter_to_next_line): fix these two for
10629         invisible text, lots of other stuff still hosed.
10630
10631         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
10632         new function, replaces the get/set palette stuff. This function 
10633         is intended for use by libgnomeui which should set the hook to a
10634         thing which sets the palette in GConf, and we need the
10635         GConf-to-xsettings proxy which will result in the change being
10636         propagated back to the GTK app.
10637
10638         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
10639         about unusable signals that it may be because the signal has 
10640         parameters.
10641
10642         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
10643         style, otherwise gtkrc.c won't know to create a new GtkStyle for
10644         it.
10645         (gtk_widget_modify_color_component): call
10646         gtk_widget_modify_style() so the rc style will get copied.
10647         (gtk_widget_modify_font): ditto
10648
10649         * gtk/gtkrc.c: make a couple variables static
10650
10651         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
10652         help button by default, since it does nothing
10653
10654         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
10655         around with UI
10656
10657         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
10658         so we can have tooltips
10659
10660         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
10661         can have tooltips
10662
10663         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
10664         GDK_ENABLE_BROKEN, because its memory behavior is completely
10665         hosed.
10666
10667         * gtk/gtknotebook.c: remove key press handler, replace with
10668         binding set, add numeric keypad support
10669
10670         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
10671
10672         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
10673
10674         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
10675         addition to plain Delete
10676
10677         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
10678         GDK_KP_Enter in addition to GDK_Return
10679
10680         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
10681         activate on entry instead of key press
10682         (gtk_font_selection_on_clist_key_press): get
10683         rid of this signal handler, not needed with new font sel.
10684
10685         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
10686         no-longer-needed emit_stop_by_name(), just return TRUE
10687
10688         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
10689         cruft, this widget is no longer focusable.
10690
10691         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
10692         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
10693         move_slider action signal, add binding set for vscale/hscale, in
10694         the process support numeric keypad
10695
10696         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
10697         make GDK_Return and GDK_KP_Enter activate the entry via 
10698         binding set, instead of hardcoded.
10699
10700 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
10701
10702         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
10703         code.  Some documentation added.
10704
10705 2001-04-27  Havoc Pennington  <hp@redhat.com>
10706
10707         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
10708
10709         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
10710
10711         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
10712         line/para separators
10713         (gtk_entry_create_layout): set single paragraph mode on the layout
10714
10715         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
10716         spacing between the image and label; instead, inside a button box 
10717         the button will get extra space that will go there, but if people 
10718         configure button box for 0 chubbiness, then there's no spacing.
10719
10720         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
10721         and min/max size style properties, so people can tune their
10722         chubbiness.
10723
10724         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
10725         functions
10726
10727         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
10728         space_style, and button_relief into style properties, remove
10729         functions for setting them
10730         
10731         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
10732         it back down
10733
10734         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
10735         types from gtk_widget_style_get
10736
10737         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
10738         with a style property.
10739
10740         * gdk/x11/gdkevents-x11.c: namespace the settings
10741
10742         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
10743
10744         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
10745         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
10746         be used. Also, translate doc strings for settings. Also, namespace
10747         the double-click-time property. Also, remove bell properties crap.
10748
10749 2001-04-27  Sven Neumann  <sven@gimp.org>
10750
10751         * Makefile.am: before creating links, check if pkg-config files
10752         exist for the default target. Otherwise link to the pkg-config files
10753         that got installed with this build.
10754
10755 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
10756
10757         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
10758         dragging code.  Revealed some (potential) GdkWindow bugs.
10759
10760         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
10761         _gdk_window_init_position to the end of reparent to fix the case
10762         of reparenting when new_x != old_x and new_y != old_y.
10763
10764 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
10765
10766         * gtk/gtkentry.c (strstr_len): Fix optimization that
10767         was correct for the use here, but completely incorrect
10768         in general.
10769
10770 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
10771
10772         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
10773         until patch adding gtk_window_set_size() is recommitted. 
10774
10775         * **Makefile.am configure.in gdk/x11/gdkim-11.c
10776           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
10777           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
10778           (#10784)
10779
10780 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
10781
10782         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
10783         window == NULL in a number of cases.
10784
10785         * tests/testdnd.c: Set module path for gdk-pixbuf.
10786
10787 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
10788
10789         * gtk/Makefile.am xembed.h: File containing #defines
10790         for XEMBED protocol.
10791
10792         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
10793
10794         - Change protocol from old plug/socket specific protocol
10795           to XEMBED draft
10796         - Various fixes to work with GTK+-2.0
10797
10798         Still quite a bit of work to do here to handle initiation
10799         from the socket side (as specified by XEMBED), to handle
10800         the more advanced features of XEMBED, and to figure out
10801         a good way to handle same-app embedding with less overhead
10802         than using full XEMBED.
10803
10804 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
10805
10806         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
10807         track of whether the toplevel has the focus; only send
10808         focus-in events to the focus widget when the window
10809         actually has the focus.
10810
10811 2001-04-25  Havoc Pennington  <hp@pobox.com>
10812
10813         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
10814         were still in the header
10815
10816 2001-04-24  Alexander Larsson  <alexl@redhat.com>
10817
10818         * gtk/gtkclist.[ch]:
10819         * gtk/gtkctree.c:
10820         When there is a row highlighted for D'n'D it must alse
10821         be painted hightlighted on exposes. Otherwise exposes from
10822         the icon being dragged will mess up the hightlight.
10823
10824         * gtk/gtkfontsel.c:
10825         Don't recenter selected font when exposing the font family
10826         clist. This means you can now actually scroll the font family
10827         list.
10828
10829         * gtk/gtknotebook.c:
10830         Fix focus movement on scrolling tabs that are placed on the left
10831         and right.
10832
10833 2001-04-21  Havoc Pennington  <hp@pobox.com>
10834
10835         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
10836         empty/invisible lines.
10837
10838         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
10839         (gtk_text_iter_set_visible_line_index): new functions to set
10840         indexes excluding invisible text
10841
10842         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
10843         index
10844
10845         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
10846         (gtk_text_iter_get_visible_line_offset): new functions to 
10847         get indexes excluding invisible text
10848
10849         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
10850         bunch of extra padding that served no purpose
10851
10852         * gtk/gtkdialog.c: Make all the spacings configurable via style
10853         properties, for chubbiness configuration in themes
10854
10855         * tests/testtext.c: fix path to the immodules.
10856         
10857 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
10858
10859         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
10860         got munched by #endif.
10861
10862         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
10863
10864         * gtk/gtktreeview.c: Refactored code to clean up a number of
10865         events.
10866
10867         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
10868         values to make consistent with other functions.  Spotted by Jeff
10869         Franks <jcf@tpg.com.au>.
10870
10871         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
10872         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
10873
10874 2001-04-23  Sven Neumann  <sven@gimp.org>
10875
10876         * gtk/Makefile.am
10877         * gtk/gtkplug.c
10878         * gtk/gtksocket.c: on request of Owen, reverted my last change 
10879         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
10880
10881 2001-04-23  Sven Neumann  <sven@gimp.org>
10882
10883         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
10884         compile for non-X11 targets again
10885
10886 2001-04-20  Alexander Larsson  <alexl@redhat.com>
10887
10888         * gtk/gtkcolorsel.[ch]:
10889         API Change. Take GdkColor arguments instead of gdouble *.
10890         Leave the old gtk_color_selection_set_color for compatibility,
10891         but marked deprecated.
10892         Do correct rounding when converting RGB <-> HSV.
10893         
10894         * gtk/gtkcolorseldialog.c:
10895         * tests/testgtk.c:
10896         Use new GtkColorSelection API.
10897
10898         * gtk/gtkhsv.c:
10899         Fix problem selecting colors in triangle when Hue is 330.
10900         Fix some black dots around the HSB triangle.
10901         
10902         * gtk/gtkfilesel.c:
10903         return FALSE from the focus_in_event handler to fix focus problems.
10904
10905 2001-04-18  Havoc Pennington  <hp@redhat.com>
10906
10907         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
10908         set, so keybindings are configurable    
10909         (gtk_window_activate_default): Change to activate the focus widget
10910         instead if there's a focus widget, to be consistent with the
10911         behavior that previously existed in key_press_event
10912
10913 2001-04-18  Havoc Pennington  <hp@redhat.com>
10914
10915         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
10916
10917 2001-04-18  Havoc Pennington  <hp@redhat.com>
10918
10919         Close bug #50615:
10920         
10921         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
10922         the layout
10923
10924         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
10925
10926         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
10927
10928         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
10929         
10930         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
10931         to blue for base, in addition to bg
10932         
10933 2001-04-18  Havoc Pennington  <hp@redhat.com>
10934
10935         * tests/testgtk.c (create_image): allow shrinking the image window
10936         to test that we clip to allocation.
10937
10938         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
10939         #9845
10940
10941         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
10942
10943 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
10944
10945         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
10946         mode on shm segments to 0600. We'll see who complains.
10947
10948         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
10949         _gdk_windowing_window_destroy() AFTER recursing through
10950         children.
10951
10952         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
10953         testsocket_child on X.
10954
10955         * tests/testsocket[_child].c: Fix uses of
10956         gtk_window_get_default_accel_group().
10957
10958         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
10959
10960         * gdk/gdkimage.c: (gdk_image_get):
10961         Deal with the possibility that XGetImage() might return NULL.
10962         Allocate the GdkImagePrivate structure only after XGetImage()
10963         succeeds in order not to dereference a NULL ximage pointer.  This
10964         prevents a core dump when XGetImage() fails - which is unlikely,
10965         but can happen due to race conditions accessing the geometries of
10966         drawables.  An x error will still be triggered, but the gdk image
10967         wrapper at least wont seg fault.
10968         
10969 2001-04-18  Havoc Pennington  <hp@redhat.com>
10970
10971         * gtk/gtkimage.c: fix to properly queue resizes when the image is
10972         set
10973
10974         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
10975         if the insertion point isn't editable
10976
10977         * demos/gtk-demo/images.c: Added a GtkImage demo
10978
10979         * demos/gtk-demo/drawingarea.c: drawing area demo
10980         
10981         * demos/gtk-demo/menus.c (create_menu): cleanups
10982
10983 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
10984
10985         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
10986           gdk/x11/gdkevents-x11.c: Introduce an extra child
10987         of toplevel windows that serves to hold the focus to
10988         avoid events being delivered to embedded windows.
10989
10990         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
10991         some extra variables to clean up code and reduce the
10992         number of casts.
10993
10994         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
10995         guint for 1 bit bit fields, not gboolean.
10996
10997 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
10998
10999         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
11000         not TRUE. (Fixes #52925)
11001
11002 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
11003
11004         * Released 1.3.4
11005
11006         * NEWS: Updated
11007
11008         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
11009         use GTK_TYPE_ENUM.
11010
11011 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
11012
11013         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
11014
11015         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
11016         names to compatibility #defines so docs work.
11017
11018         * gtk/gtkenums.h: Remove GtkMenuFactoryType
11019
11020         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
11021
11022         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
11023
11024         * tests/testgtkrc: No magenta cursors, please.
11025
11026         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
11027
11028         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
11029         
11030 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
11031
11032         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
11033         grabs, since they are no longer necessary.
11034
11035         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
11036         by signal_connect() and call gtk_button_pressed() rather
11037         than signal_connect_after().
11038
11039         * tests/testgtk.c: Restore radio menu items to combos 
11040         since they'll look OK with Raleigh, and it is easier
11041         than finishing the process of removing them that was
11042         started earlier.
11043
11044 2001-04-16  Hans Breuer  <hans@breuer.org>
11045
11046         * gdk/gdk.def :
11047         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
11048
11049         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
11050         we are interested in the functions return value not the function address
11051         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
11052
11053         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
11054
11055 2001-04-14  Hans Breuer  <hans@breuer.org>
11056
11057         * gdk/gdk.def :
11058         * gdk/makefile.msc : updated
11059
11060         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
11061         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
11062         (the testgtk::text backgound pixmap is drawn again)
11063         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
11064         Win32 Pango change
11065         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
11066
11067         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
11068         Not sure if the returned settings have the right unit, because I couldn't
11069         find any docs for the X version ...
11070
11071         * gtk/gtk.def :
11072         * gtk/makefile.msc.in : updated
11073
11074 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
11075
11076         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
11077         wording problems. (Compared to version from Johannes Stezenbach to
11078         check correctness.)
11079
11080 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
11081
11082         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
11083         this to compile.
11084
11085 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
11086
11087         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
11088         not pixbufpos.
11089
11090         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
11091
11092         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
11093         are unsigned insts, therefore use g_value_set_uint.
11094         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
11095
11096 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
11097
11098         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
11099
11100         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
11101         GTK_TYPE_STRING.
11102
11103         * gtk/gtktreeview.c: New functions to allow initial column
11104         dragging work.
11105
11106         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
11107
11108         * tests/testtreefocus.c: give dave some love.
11109
11110         * tests/testtreesort.c: Modify test to check really long samples.
11111
11112 2001-04-11  Alexander Larsson  <alexl@redhat.com>
11113
11114         * gtk-2.0.m4: Pass pkg-config options
11115         before the other args so it works even if
11116         POSIXLY_CORRECT is set.
11117
11118 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
11119
11120         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
11121         0, interface 0).
11122
11123 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
11124
11125         * gtk/gtkcalendar.c (gtk_calendar_button_press):
11126         check for action_func != NULL
11127
11128 2001-04-04  Sven Neumann  <sven@gimp.org>
11129
11130         * tests/testgtk.c (test_init): corrected path to gtk.immodules
11131
11132 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
11133
11134         * Released Gtk+-1.3.3.
11135
11136 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
11137
11138         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
11139
11140 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
11141
11142         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
11143         files to/from source dir. (if we don't stay in builddir, we
11144         can't reach make-inline-pixbuf.
11145
11146         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
11147         deps.
11148
11149         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
11150         ages 0).
11151
11152 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
11153
11154         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
11155         moved to the GtkTreeSortable interface.
11156
11157         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
11158         Make more efficient (fixes #50262).
11159
11160 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
11161
11162         * NEWS: Updated.
11163
11164         * configure.in: Remove support for uninstalled glib.
11165
11166         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
11167         so as not to stop emission.
11168
11169         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
11170         is no longer supported.
11171
11172         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
11173         into tests, change build order to build modules before
11174         gtk/.
11175
11176         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
11177         to here.
11178
11179 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
11180
11181         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
11182         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
11183         GPatternSpec. this is actually unlikely to cause breakage in
11184         third-party apps since except for gle, pretty much ever caller
11185         passes NULL here.
11186
11187         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
11188
11189         * *.c: use g_pattern_*() API.
11190
11191         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
11192
11193         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
11194         directions aren't passed in.
11195
11196         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
11197         functionality to be usable from gtkstyle.c as well, give precedence
11198         for conversion to user-supplied parsers.
11199         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
11200
11201         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
11202         _gtk_settings_parse_convert() for rcporperty value conversion.
11203
11204 2001-04-03  Alexander Larsson  <alexl@redhat.com>
11205
11206         * gdk/linux-fb/gdkevents-fb.c:
11207         Add empty gdk_setting_get().
11208
11209 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
11210
11211         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
11212         variable names.
11213         
11214         * gtk/makeenums.pl: touch this so enum files get remade.
11215
11216 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
11217
11218         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
11219         work again when not sorted.
11220
11221         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
11222         and "expand_row" signal, closing bug 52578.
11223
11224         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
11225         support.
11226
11227         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
11228         support.
11229
11230 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
11231
11232         * gdk/gdkevents.h: Add GdkEventSetting event for notification
11233         of changes to system settings, gdk_setting_get() to retrieve
11234         a single system setting.
11235
11236         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
11237         to the draft XSETTINGS mechanism.
11238
11239         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
11240         XSETTINGS.
11241
11242         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
11243         of GDK settings changes to the GtkSettings object.
11244
11245         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
11246         double-click-timeout property to GDK.
11247
11248         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
11249         Define GDK boxed types here.
11250
11251         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
11252         gdk/gdkenumtypes.[ch] for enum definitions.
11253
11254         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
11255         * gtk/gtk-boxed.defs: Comment out GDK types
11256         * gtk/gtktypeutils.h: Remove GDK types
11257         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
11258
11259 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
11260
11261         * Applied patch from Ron Steinke to add signal accumulators
11262         so that signals with the convention 'TRUE return means
11263         handled' stop emission on a TRUE return.
11264
11265         * gtk/gtkmain.[ch]: Add private accumulator 
11266         _gtk_boolean_handled_accumulator, used throughout GTK+.
11267         
11268         * gtk/gtkspinbutton.c: Add accumulator for ::output.
11269
11270         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
11271         
11272         * gtk/gtkwidget.c: Add accumulators for event signals,
11273         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
11274         for ::mnemonic-activate.
11275
11276         * gtk/gtkwindow.c: Add accumulator for ::frame_event
11277
11278 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
11279
11280         * gtk/gtkwidget.c: Add missing include.
11281
11282 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
11283
11284         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
11285         marshaller.
11286
11287         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
11288         "changed" signal to "range_changed".
11289
11290         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
11291         removing a tree from one model would remove all trees from that
11292         model.
11293         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
11294         changed signal instead.
11295
11296 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
11297
11298         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
11299         chaining up to parent impl, since we have a INPUT_ONLY
11300         window.
11301
11302         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
11303         foreground color for the cursor.
11304
11305 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
11306
11307         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
11308         param spec when caching property values, since we unref it
11309         later when we free the style.
11310
11311         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
11312         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
11313
11314 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
11315
11316         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
11317         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
11318         stupidity.
11319
11320 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
11321
11322         [ First pass at adding style properties. Still needs some definite
11323         fine-tuning. ]
11324
11325         * gtk/gtkbutton.c: Add ::default_spacing style property.
11326          
11327         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
11328         ::indicator_spacing style properties.
11329
11330         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
11331         style properties.
11332
11333         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
11334         rather than a normal property.
11335
11336         * gtk/gtkwidget.c: Add an ::interior_focus style property to
11337         draw focus inside buttons, in the Windows/Java Metal/etc. style.
11338
11339         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
11340         Honor ::interior_focus.
11341         
11342         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
11343         TRUE.
11344
11345         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
11346         Add ::slider_width, ::trough_border, ::stepper_size,
11347         ::stepper_spacing style properties.
11348
11349         * gtk/gtkscale.[ch] Add ::slider-length style property.
11350
11351 2001-04-02 Alexander Larsson   <alexl@redhat.com>
11352
11353         * gdk/linux-fb/gdkwindow-fb.c:
11354         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
11355         warnings that were spewed on startup.
11356
11357         * gtk/gtkwindow-decorate.c:
11358         gtk_window_reposition -> _gtk_window_reposition
11359
11360 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
11361
11362         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
11363         Add boxed type for GtkRequistion. Use it for ::size-request.
11364
11365         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
11366         Add a new GtkBorder structure useful for geometry properties
11367         for widgets. Add corresponding GTK_TYPE_BORDER.
11368         
11369         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
11370         Support automatic parser selection like
11371         gtk_settings_install_property_parser().
11372
11373         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
11374         functionality for use by gtk_widget_class_install_style_property.
11375         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
11376
11377 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
11378
11379         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
11380         g_param_spec_unichar(). 
11381
11382 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
11383
11384         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
11385         _NET window managers.
11386
11387         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
11388
11389 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
11390
11391         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
11392         bad needs to be nuked, not just deprecated.
11393
11394         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
11395         gtk_widget_popup().
11396
11397         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
11398         
11399         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
11400         widget.
11401         
11402         * docs/Changes-2.0.txt: updates.
11403         
11404 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
11405
11406         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
11407         for (i = 0; i < 100; i ++)
11408           g_print ("I will confirm it compile before committing\n");
11409
11410 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
11411
11412         * gtk/gtktreestore.c: Initial work on implementing the
11413         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
11414
11415 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
11416
11417         * gtk/gtkwidget.c: fixed a bunch of notifications, added
11418         reference counts around emissions where the widget is used afterwards.
11419         added freeze/thaws around multiple properties being notified.
11420         (_gtk_widget_get_aux_info): cleanups.
11421         
11422         * gtk/gtksettings.c (gtk_settings_install_property): provide
11423         default parsing functions for gdkcolor, enums and flags.
11424
11425         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
11426         applied by owen.
11427         backed out gtk_window_get_location(), gtk_window_set_location(),
11428         gtk_window_get_size() and gtk_window_set_size(), these
11429         have to be sorted out wrg x/y/width/height/default_with/default_height
11430         properties.
11431         kept a flag in GtkWindowGeometryInfo to handle user
11432         resetting default sizes.
11433         cleaned up ZVT comments.
11434         bunch of assorted bug fixes, notification fixes.
11435         (_gtk_window_reposition): make this a really internal function.
11436         
11437         * gtk/testgtk.c: fixups.
11438         
11439 2001-03-31  Hans Breuer  <hans@breuer.org>
11440
11441         * config.h.win32.in : disable USE_MMX for msvc build cause
11442         the assembler doesn't fit and is out of my scope. Disable
11443         USE_GMODULE for msvc build as wel. The right way to share
11444         binaries on win32 would be to use libtiff.dll etc. To reduce
11445         installation hassles IMO it's better to include all fileformats
11446         builtin to gdk-pixbuf
11447
11448         * gdk-pixbuf/makefile.msc : new file
11449
11450         * gdk/gdk.def : updated
11451
11452         * gdk/win32/gdkevents-win32.c : don't erase the background if
11453         .no_bg is set. It improves the scrolling (e.g. of testgtk main
11454         buttons
11455         * gdk/win32/gdkgeometry-win32.c : added comment about the above
11456
11457         * gdk/win32/gdkwindow-win32.c : added three new functions like
11458         the X version. Only one is implemented, because the other two
11459         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
11460         be default behaviour on win32 anyway ...
11461
11462         * gtk/gtk.def : updated
11463
11464         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
11465         from where it was built and add an additional rule to automagically
11466         build gtkmarshal.[hc]
11467
11468         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
11469         before array access for the current entry isn't finished
11470
11471         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
11472         use g_return_val_if_fail
11473
11474         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
11475         for the static array, but let the compiler calculate it. It
11476         makes me wonder if gcc isn't capable to catch bugs like this ...
11477
11478 2001-03-31  James Henstridge  <james@daa.com.au>
11479
11480         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
11481         constant "-1" in the aux info structure.
11482
11483 2001-03-30  Alexander Larsson  <alexl@redhat.com>
11484
11485         * gtk/gtkbutton.c (gtk_button_get_property):
11486         * gtk/gtklabel.c:
11487         Remove leaks.
11488         
11489         * gtk/gtkcontainer.c:
11490         * gtk/gtkhscale.c:
11491         * gtk/gtkhscrollbar.c:
11492         * gtk/gtklayout.c:
11493         * gtk/gtkmisc.c:
11494         * gtk/gtkprogress.c:
11495         * gtk/gtkprogressbar.c:
11496         * gtk/gtkrange.c:
11497         * gtk/gtktable.c:
11498         * gtk/gtkviewport.c:
11499         * gtk/gtkvscale.c:
11500         * gtk/gtkvscrollbar.c:
11501         * gtk/gtkwidget.c:
11502         Property patches, based on patches from John Margaglione and Lee Mallabone.
11503
11504 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
11505
11506         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
11507         adjustment. Cleaned redundant preconditions (spin != NULL). Added
11508         inline API function docs.
11509         (gtk_spin_button_new_with_range): New convenience constructor.
11510         (gtk_spin_button_set_increments): New adjustment helper.
11511         (gtk_spin_button_set_range): New adjustment helper.
11512
11513         * gtk/testgtk.c : added test of the new convenince constructor and
11514         value_changed signals.
11515
11516 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
11517
11518         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
11519         listen to the reorder signal.
11520
11521 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
11522
11523         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
11524         to get the aux info structure fo the widget.
11525
11526         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
11527         above function.
11528
11529         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
11530
11531         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
11532         to get the size of the window manager frame, basically the same
11533         code that gdk_window_get_root_origin() had
11534         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
11535
11536         * gtk/gtkwindow.c (gtk_window_set_default_size): use
11537         gdk_window_resize() if the window is realized and resizeable
11538
11539         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
11540         typo so that setting gravity works
11541
11542         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
11543         allocation if auto_shrink is on, even if the default size
11544         has not changed.
11545
11546         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
11547         g_return_if_fail
11548
11549 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
11550
11551         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
11552         reordering/sorting work.  Now pretty much works.
11553
11554         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
11555         reorder mostly work.  Still need to get the parity correct.
11556
11557         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
11558         signal, so I can listen for the sort_column_changed signal so I
11559         can change my "sort_indicator" property.  Cool.
11560
11561 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
11562
11563         [ Patch from Havoc Pennington, hp@redhat.com ]
11564
11565         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
11566         Add functions gdk_window_begin_resize_drag/begin_move_drag
11567         to start resizing or moving a toplevel window. This
11568         is done either using the _NET_WM_MOVERESIZE protocol,
11569         or, if that isn't present, by emulation.
11570
11571         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
11572         to export the above to GTK+-land.
11573
11574         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
11575         
11576         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
11577         Move this function into gdkwindow, since we need it
11578         when implementing fallback resizing.
11579
11580         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
11581         Fix typo when setting gravity.
11582
11583         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
11584         Add an optional (but on by default) resize grip for resizing 
11585         the parent window.
11586
11587 01-03-29  Alexander Larsson  <alexl@redhat.com>
11588
11589         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
11590         Don't return TRUE from the event handler, that blocks all
11591         event signals on the tooltip widget. Now you can press buttons
11592         in toolbars again.
11593
11594 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
11595
11596         * gtk/testtext.c (create_buffer): Add missing NULL on
11597         valist.
11598
11599         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
11600         c-n-p problem with INCONSISTENT property.
11601
11602         [ Patch from Havoc Pennington  <hp@redhat.com> ]
11603
11604         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
11605         hook.
11606
11607         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
11608         signal as a hook for extending the default popup menu
11609
11610         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
11611         use radio menu items for the input method menuitems
11612
11613         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
11614         inserted unicode from Ctrl-Shift-hex input method
11615
11616         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
11617         validatation here, already done at GtkTextBuffer level.
11618
11619         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
11620         popup_menu run action signal and Shift+F10 and Menu keybindings.
11621
11622         * gtk/gtkentry.c: implement a default handler for popup_menu
11623
11624         * gtk/gtktextview.c: implement a default handler for popup_menu
11625
11626         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
11627         from a key event
11628         
11629         * gtk/gtklabel.c: remove "trailer" cruft
11630
11631 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
11632
11633         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
11634         handle reordering of trees.  Seems to mostly work w/ the exception
11635         of the parity flag.
11636
11637         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
11638         signal.
11639
11640 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
11641
11642         * gtk/gtkwidget.h: c++ fixes.
11643
11644 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
11645
11646         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
11647         memory.
11648
11649 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
11650
11651         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
11652         Nils Barth fixing event return values. (#51041)
11653
11654         * gtk/gtkwidget.c: Fix some return values for default
11655         functions.
11656
11657         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
11658         return values for trough_keys functions.
11659
11660         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
11661         value for add_accelerator (shoudl have been a void
11662         return.)
11663
11664         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
11665         Fix return type of EVENT.
11666
11667         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
11668         signal return a boolean.
11669
11670 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
11671
11672         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
11673         reordered signal.
11674
11675         * tests/testtreesort.c (main): fix spelling.
11676
11677 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
11678
11679         * gtk/gtkliststore.c: More work on implementing sortable
11680         interface.
11681
11682 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
11683
11684         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
11685         reference the widgets in the resulting list. (#11821)
11686         This makes this consistent with gtk_container_children.
11687
11688         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
11689         uses of gtk_window_list_toplevels.
11690
11691 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
11692
11693         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
11694         a virtual function to set whether the IM context should use 
11695         the preedit string. (#51922)
11696         
11697 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
11698
11699         * gdk/gdkpango.h: Remove stale FIXME comment.
11700
11701 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
11702
11703         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
11704         Fixed bug that returned NULL if a filename was selected.
11705
11706 2001-03-24  Havoc Pennington  <hp@pobox.com>
11707
11708         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
11709         to contain the word "theme"
11710
11711 2001-03-24  Havoc Pennington  <hp@pobox.com>
11712
11713         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
11714         slower but finer-grained
11715         (gtk_hsv_focus): get initial focus on the ring or triangle 
11716         according to tab direction
11717
11718         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
11719
11720 2001-03-23  Havoc Pennington  <hp@pobox.com>
11721
11722         * gtk/gtkhsv.c: make this somewhat key-navigable
11723
11724         * gtk/gtkfontsel.c: mnemonics
11725
11726         * gtk/gtkgamma.c: mnemonics
11727
11728         * gtk/gtkcolorsel.c: add mnemonics to labels
11729
11730 2001-03-22  Havoc Pennington  <hp@pobox.com>
11731
11732         Applied big patch from Seth Lytle to fix event handler return
11733         values, slightly modified.
11734
11735         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
11736         handled.
11737         (gtk_calendar_key_press): return TRUE for GDK_space triggers
11738         select_day
11739
11740         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
11741         (gtk_clist_button_release): return TRUE if handled
11742
11743         * gtk/gtkcolorsel.c (mouse_release):
11744         (palette_activate): 
11745         (palette_press): 
11746         (palette_new): 
11747         (mouse_press): 
11748         (get_screen_color): 
11749         fixed return type (void to gboolean), return TRUE,
11750         added GTK_SIGNAL_FUNC cast
11751
11752         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
11753         (void to gboolean), and return TRUE
11754         (gtk_combo_button_release): changed return value to TRUE after
11755         gtk_grab_add on combo->popwin
11756
11757         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
11758         collapse or expand
11759
11760         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
11761         button/motion
11762
11763         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
11764         press/release and motion that trigger act
11765
11766         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
11767
11768         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
11769         for GDK_Return
11770         
11771         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
11772         (gtk_list_button_release): return TRUE if selection
11773
11774         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
11775         press
11776
11777         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
11778         (gtk_menu_shell_button_release): chain parent_menu_shell retval
11779
11780         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
11781         nothing triggered
11782         (gtk_notebook_button_release): return TRUE if we do anything
11783
11784         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
11785         (gtk_spin_button_button_release): return TRUE or chained retval
11786
11787         * gtk/gtktext.c (gtk_text_button_press): 
11788         (gtk_text_button_release): return TRUE
11789         (gtk_text_key_press): remove redundant retval code
11790         
11791         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
11792         and sensitive
11793         (gtk_tree_item_subtree_button_click): changed type to gint, and return
11794         TRUE if sensitive
11795
11796         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
11797         return TRUE
11798
11799 2001-03-23  Havoc Pennington  <hp@redhat.com>
11800
11801         * gtk/testgtk.c: fix warnings
11802
11803         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
11804
11805         * gtk/gtktextview.c: fix warnings
11806
11807         * gtk/gtktext.c (find_cursor_at_line): fix warning
11808
11809         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
11810
11811         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
11812         of this function
11813
11814         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
11815         fix warning
11816
11817         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
11818
11819         * gtk/gtkfontsel.c: fix warning
11820
11821         * gtk/gtkcolorsel.c: fix warnings
11822
11823 2001-03-23  Havoc Pennington  <hp@redhat.com>
11824
11825         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
11826
11827         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
11828
11829         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
11830         and deprecated gtk_check_menu_item_set_show_toggle().
11831         
11832         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
11833
11834         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
11835
11836         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
11837
11838 2001-03-23  Havoc Pennington  <hp@redhat.com>
11839
11840         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
11841         some docs
11842
11843 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
11844
11845         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
11846         this.
11847
11848         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
11849         set_cell to set_value
11850
11851         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
11852         set_cell to set_value
11853
11854 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
11855
11856         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
11857         fix braino.
11858         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
11859         support.
11860
11861         * gtk/gtktreeview.c: Addition of initial sortable support.
11862
11863         * gtk/gtktreestore.c: Addition of initial sortable support.
11864
11865         * gtk/gtkliststore.c: Addition of initial sortable support.
11866
11867         * gtk/gtkmarshal.list: yet another marshaller.
11868
11869         * gtk/gtktreedatallist.[ch]: shared code between the store models
11870         for handling sorting headers.
11871
11872 2001-03-22  Havoc Pennington  <hp@redhat.com>
11873
11874         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
11875         (gtk_container_unset_focus_chain): Add ability to override the 
11876         focus chain for a container explicitly
11877
11878 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
11879
11880         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
11881         added PROP_MNEMONIC_WIDGET.
11882
11883         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
11884         (gtk_window_remove_mnemonic): 
11885         (gtk_window_add_mnemonic): fixed assertions.
11886         (gtk_window_activate_mnemonic): constrain modifier checks to those
11887         permitted by gtk_accelerator_get_default_mod_mask().
11888         got rid of gtk_window_get_default_accel_group().
11889
11890         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
11891         activatable widgets either by focussing or a warning.
11892         added a signal accumulator to ::activate_mnemonic which stops the
11893         emission once a handler returned TRUE.
11894
11895 2001-03-22  Havoc Pennington  <hp@pobox.com>
11896
11897         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
11898         the stock item label
11899
11900         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
11901
11902         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
11903
11904         * demos/gtk-demo/*.c: Add mnemonics all over the place
11905
11906         * gtk/gtklabel.h: mark parse_uline deprecated
11907
11908 2001-03-21  Alexander Larsson  <alexl@redhat.com>
11909
11910         * gtk/gtkitemfactory.[ch]:
11911         Add support for stock and normal imagemenuitems.
11912         
11913         * gtk/testgtk.c:
11914         Add some tests for mnemonics, stock toolbars, stock
11915         and image menuitems in itemfactory and gdk_window_scroll.
11916
11917 2001-03-21  Alexander Larsson  <alexl@redhat.com>
11918
11919         * gtk/gtkbutton.[ch]:
11920         * gtk/gtkdialog.c:
11921         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
11922         removed accel_group argument. Renamed gtk_button_new_accel() to
11923         gtk_button_new_with_mnemonic() and removed accel_group argument.
11924
11925         * gtk/gtkcheckbutton.[ch]:
11926         New function gtk_check_button_new_with_mnemonic().
11927
11928         * gtk/gtkentry.c:
11929         Override activate_mnemonic and just grab focus.
11930
11931         * gtk/gtkitemfactory.c:
11932         Don't add menu uline accel group, instead use mnemonics support.
11933
11934         * gtk/gtklabel.[ch]:
11935         New support for mnemonics.
11936
11937         * gtk/gtkmarshal.list:
11938         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
11939
11940         * gtk/gtkmenu.[c]:
11941         * gtkmenushell.c:
11942         Use mnemonics instead of accel groups for uline
11943         support in menu items.
11944         Removed gtk_menu_get_uline_accel_group() and
11945         gtk_menu_ensure_uline_accel_group().
11946
11947         * gtk/gtkmenuitem.c:
11948         Override activate_mnemonic to handle switching between
11949         menu items if there are collisions.
11950         
11951         * gtk/gtknotebook.c:
11952         Connect to activate_mnemonic on the tab_label, so that
11953         activating it switches to that notebook page.
11954
11955         * gtk/gtkwidget.[ch]:
11956         Add activate_mnemonic signal. New function
11957         gtk_widget_activate_mnemonic() to emit it.
11958         Default implementation does activate/grab_focus.
11959
11960         * gtk/gtkwindow.[ch]:
11961         Add support for mnemonics in windows.
11962         New functions:
11963         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
11964         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
11965
11966         * gtk/testgtk.c:
11967         Update to function name changes.
11968         
11969 2001-03-21  Alexander Larsson  <alexl@redhat.com>
11970
11971         * gtk/gtkimagemenuitem.[c]:
11972         Add gtk_image_menu_item_new_from_stock()
11973
11974 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
11975
11976         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
11977         Fix buglet in meeting.
11978
11979 2001-03-19  Havoc Pennington  <hp@redhat.com>
11980
11981         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
11982         add a bunch of accessor functions. This is because we have
11983         reasonable expectations of extending what fields it contains in
11984         the future.
11985
11986         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
11987         changes
11988
11989         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
11990         GtkIconSource   
11991
11992 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
11993
11994         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
11995         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
11996
11997         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
11998           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
11999           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
12000           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
12001         Change float to double everywhere with the exception of 0<->1.0 alignment
12002         and GtkCurve.
12003
12004 2001-03-19  Tor Lillqvist  <tml@iki.fi>
12005
12006         * gdk/win32/gdkdrawable-win32.c
12007         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
12008         output.
12009
12010         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
12011         gdkwin32.h.
12012
12013 2001-03-18  Tor Lillqvist  <tml@iki.fi>
12014
12015         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
12016         print_event_state, print_event): Use preprocessor macro to make
12017         code more compact. Print also GDK_WINDOW_STATE events.
12018         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
12019         
12020         * gtk/gtk.def
12021         * gtk/makefile.mingw.in: Update.
12022
12023         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
12024         to catch also Cygwin.
12025
12026 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
12027
12028         * gtk/gtkspinbutton.[hc]: added rc-style argument
12029         GtkSpinButton::shadow_type.
12030         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
12031         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
12032         rc-style settings.
12033
12034         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
12035
12036         * gtk/gtkwidget.c: quark cleanups.
12037
12038         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
12039         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
12040         to create_rc_style() (we don't do cloning in standard OO sense).
12041         added per rc style properties.
12042         
12043         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
12044         property values and for caching those. some cleanups.
12045         
12046         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
12047         
12048         * gtk/gtksettings.[hc]: new file for global rc-file properties
12049         (at least currently, should get extended to support X properties
12050         and other communication mechanisms).
12051         
12052         * gtk/gtkwidget.[hc]: added style property support:
12053         (gtk_widget_class_install_style_property_parser): install style
12054         property pspec with parser function for rc-file values other
12055         than LONG, DOUBLE or STRING.
12056         (gtk_widget_class_install_style_property): same as above without
12057         parser (parsers are going to be needed quite infrequently).
12058         (gtk_widget_style_get_property): retrive style property value.
12059         (gtk_widget_style_get_valist): same as above with varargs support,
12060         has NOCOPY semantics.
12061         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
12062
12063 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
12064
12065         * demos/gtk-demo/main.c (row_activated_cb): modified to use
12066         "row_activated" signal.
12067
12068         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
12069         stupidity.  Lets actually pass in the row with this signal...
12070
12071 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
12072
12073         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
12074
12075         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
12076
12077         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
12078         everything into the ::destroy function, and freed a lot more.
12079
12080 2001-03-16  Havoc Pennington  <hp@redhat.com>
12081
12082         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
12083         instead of gint16, to avoid overflow issues, since sizes > 16-bit
12084         are now allowed.
12085
12086 2001-03-16  Havoc Pennington  <hp@redhat.com>
12087
12088         * Applied patch from Nils Barth (bug # 51041) to 
12089         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
12090         in various places.
12091
12092 2001-03-15  Havoc Pennington  <hp@redhat.com>
12093         
12094         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
12095         for properties to set on the tag.
12096
12097         * gtk/testtext.c: fixups to reflect create_tag change
12098         
12099         * gtk/gtktexttag.c (gtk_text_tag_set_property):
12100         background/foreground stipple are objects, not boxed.
12101
12102         * demos/gtk-demo/textview.c: intellihancing
12103
12104 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
12105
12106         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
12107         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
12108
12109 2001-03-16  Alexander Larsson  <alexl@redhat.com>
12110
12111         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
12112         Fix sign error with queued region translations.
12113
12114 2001-03-15  HideToshi Tajima  <tajima@happy>
12115
12116         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
12117         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
12118         * gtk/gtkentry.c (update_im_cursor_location): 
12119         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
12120         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
12121         set_cursor_pos to set_cursor_location in GtkInputContext class
12122
12123 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
12124
12125         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
12126         the location of the cell relative to its area.
12127         * gtk/gtkcell*: modified for above change
12128         * gtk/gtktreeview.c: modified for above change.
12129
12130 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
12131
12132         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
12133          (gtk_tree_view_finalize): actually unref the model.  Thanks to
12134         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
12135
12136 2001-03-14  Havoc Pennington  <hp@redhat.com>
12137
12138         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
12139         
12140         * gtk/gtk.h: remove gtkdata.h
12141
12142         * gtk/Makefile.am: remove gtkdata
12143         
12144         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
12145         not "disconnect" on the adjustments.
12146         
12147         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
12148         GtkData
12149
12150         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
12151         not GtkData
12152
12153         * configure.in: handle case where X render exists, but Pango lacks
12154         Xft support.
12155
12156 2001-03-15 Alexander Larsson  <alexl@redhat.com>
12157
12158         * gtk/gtktoolbar.[ch]:
12159         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
12160         to add stock items to toolbars.
12161
12162         * gtk/Makefile.am:
12163         Remove ../gdk/gdkim.h from gdk_headers.
12164
12165 2001-03-15  Sven Neumann  <sven@gimp.org>
12166
12167         * gdk/gdkim.h: removed
12168         
12169         * gdk/gdkprivate.h
12170         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
12171
12172 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
12173
12174         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
12175         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
12176         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
12177         set_cursor_pos() virtual method
12178
12179         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
12180         (gtk_im_context_xim_set_cursor_pos): add implementation for
12181         set_cursor_pos() method
12182
12183         * gtk/gtkentry.c (recompute_idle_func): set current cursor
12184         position to input methods
12185
12186 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
12187
12188         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
12189         code a lot.
12190
12191         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
12192         g_mem_chunk.
12193         (_gtk_tree_data_list_alloc): use g_mem_chunk.
12194         (_gtk_tree_data_list_node_to_value): Fix to switch on
12195         G_TYPE_FUNDAMENTAL.
12196         (_gtk_tree_data_list_value_to_node): Fix to switch on
12197         G_TYPE_FUNDAMENTAL.
12198         (_gtk_tree_data_list_node_copy): Fix to switch on
12199         G_TYPE_FUNDAMENTAL.
12200
12201 2001-03-12  Havoc Pennington  <hp@redhat.com>
12202
12203         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
12204         to convert to new property API. Also, change default_width and
12205         default_height get_property to return 0 as the flag value for
12206         "unset"; -1 is not a valid value for these fields.
12207
12208 2001-03-12  Havoc Pennington  <hp@redhat.com>
12209
12210         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
12211         enum with registration for icon sizes, instead of strings.
12212
12213         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
12214         gtkwidget.c: Fix to reflect GtkIconSize
12215         
12216 2001-03-12  Alexander Larsson  <alexl@redhat.com>
12217
12218         Make GtkFB compile and link.
12219         
12220         * gdk/linux-fb/gdkdrawable-fb2.c:
12221         window->mapped to GDK_WINDOW_IS_MAPPED(). 
12222         
12223         * gdk/linux-fb/gdkwindow-fb.c:
12224         window->mapped to GDK_WINDOW_IS_MAPPED(). 
12225         Added gdk_window_shape_combine_region.
12226         Added assorted placeholders for unimplemented new GdkWindow API calls.
12227
12228 2001-03-12  Alexander Larsson  <alexl@redhat.com>
12229
12230         * gtk/gtkfilesel.c:
12231         Add more test when converting filenames from/to utf-8.
12232         Don't allow entering text in the filename entry which isn't allowed in
12233         a filename. Just beep instead.
12234
12235 2001-03-12  Alexander Larsson  <alexl@redhat.com>
12236
12237         * gtk/gtkclist.c:
12238         Scroll using gdk_window_scroll(). Don't wait for exposes.
12239         Move the column headers in an order that makes them flash less.
12240
12241 2001-03-10  Hans Breuer  <hans@breuer.org>
12242
12243         * gdk/gdk.def : updated
12244
12245         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
12246         to offseting the clip_mask at the right place
12247
12248         * gdk/win32/gdkwindow-win32.c : don't create background brushes
12249         for all the gdkClasses, especially not for the input_only case.
12250         Otherwise flickering wont be avoidable, because we don't get
12251         WM_ERASEBKGND message for these windows.
12252
12253         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
12254         and fixed massive redraw problems apparently triggered by Alexanders 
12255         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
12256         but it seems to work quite well :-)
12257
12258         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
12259         prototype
12260
12261 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
12262
12263         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
12264         (gtk_list_store_set_cell): Fix a stupid typo.
12265
12266 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
12267
12268         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
12269         select_all not work if you're in SINGLE mode (it doesn't make that
12270         much sense, anyway.)
12271
12272         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
12273         handle types more sanely.
12274         (_gtk_tree_data_list_value_to_node): handle types more sanely.
12275         (_gtk_tree_data_list_node_copy): handle types more sanely.
12276
12277         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
12278         GValue better. Converts the type as well.
12279
12280         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
12281         GValue better. Converts the type as well.
12282
12283 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
12284
12285         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
12286         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
12287         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
12288         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
12289
12290         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
12291         gdk_im/gdk_ic.
12292
12293 2001-03-09  Hans Breuer  <hans@breuer.org>
12294
12295         * gdk/gdk.def : updated
12296
12297         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
12298         for their palette
12299
12300         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
12301         removing
12302
12303         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
12304         removing and implemented Havoc's GdkWindow state functions; 
12305         stick/unstick only as no-op, cause I don't know how to emulate 
12306         on win32 ...
12307
12308         * gtk/gtk.def : updated
12309
12310         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
12311
12312         * gtk/gtktypeutils.c : #include <string.h>
12313
12314         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
12315
12316 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
12317
12318         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
12319         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
12320         not a boxed.
12321
12322 2001-03-09  Alexander Larsson  <alexl@redhat.com>
12323
12324         * docs/Changes-2.0.txt:
12325         Document expose event->region change and that gtk_widget_event
12326         doesn't allow passing expose events.
12327
12328         * gdk/gdkevents.h:
12329         Add region to expose event.
12330         
12331         * gdk/gdkevents.c:
12332         Handle event->region in gdk_event_copy() and gdk_event_free().
12333
12334         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
12335         Generate expose_event->region when creating expose events.
12336
12337         * gdk/x11/gdkevents-x11.c:
12338         Generate expose events with regions when translating X events.
12339
12340         * gtk/gtkcontainer.[ch]:
12341         Default expose handler that propagates expose events to NO_WINDOW
12342         children. New function gtk_container_propagate_expose()
12343
12344         * gtk/gtkwidget.[ch]:
12345         Moved gtk_widget_event implementation to gtk_widget_event_internal.
12346         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
12347         expose events. New function gtk_widget_send_expose() to send expose
12348         events. New function gtk_widget_region_intersect() to calculate
12349         window/region intersections.
12350         
12351         * gtk/gtkmain.c (gtk_main_do_event):
12352         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
12353         Use gtk_widget_send_expose() to send expose events.
12354         
12355         * gtk/gtkbin.c:
12356         * gtk/gtkbox.c:
12357         * gtk/gtkfixed.c:
12358         * gtk/gtkimagemenuitem.c:
12359         * gtk/gtklist.c:
12360         * gtk/gtkpacker.c:
12361         * gtk/gtktable.c:
12362         * gtk/gtktree.c:
12363         Remove expose handler, using the default container implementation
12364         instead.
12365         
12366         * gtk/gtkbutton.c:
12367         * gtk/gtkcheckbutton.c:
12368         * gtk/gtkeventbox.c:
12369         * gtk/gtkfixed.c:
12370         * gtk/gtkhandlebox.c:
12371         * gtk/gtklayout.c:
12372         * gtk/gtklistitem.c:
12373         * gtk/gtkmenu.c:
12374         * gtk/gtkmenubar.c:
12375         * gtk/gtkmenuitem.c:
12376         * gtk/gtknotebook.c:
12377         * gtk/gtkoptionmenu.c:
12378         * gtk/gtkpaned.c:
12379         * gtk/gtkscrolledwindow.c:
12380         * gtk/gtktogglebutton.c:
12381         * gtk/gtktoolbar.c:
12382         * gtk/gtktreeitem.c:
12383         * gtk/gtkviewport.c:
12384         Chain expose handler to parent class handler. Use
12385         gtk_container_propagate_expose() to propagate exposes.
12386
12387         * gtk/gtkclist.c (check_exposures):
12388         * gtk/gtktext.c (process_exposes):
12389         Use gtk_widget_send_expose instead of gtk_widget_event.
12390
12391 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
12392
12393         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
12394
12395 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
12396
12397         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
12398         unref the nodes.   Fixes bug #50058.
12399
12400         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
12401         "::ref_iter" to "::ref_node".
12402         (gtk_tree_model_unref_node): change "::unref_iter" to
12403         "::unref_node". Fixes bug #50064.
12404
12405 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
12406
12407         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
12408         support for invisible cells.
12409          (gtk_tree_view_bin_expose): ditto
12410
12411 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
12412
12413         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
12414         on gobjects.
12415
12416         * tests/testtreefocus.c (main): New test file.
12417
12418         * tests/testtreeview.c: update to latest glib changes.
12419
12420         * tests/testtreecolumns.c: update to latest glib changes.
12421
12422 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
12423
12424         * gtk/testgtk.c: re-enabled event watcher emission hooks.
12425
12426 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
12427
12428         * *.c: added accumulator data argument to g_signal_newc()
12429         functions.
12430
12431         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
12432         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
12433         * gtk/treestoretest.c (make_window):
12434         s/g_signal_connect/g_signal_connectc/.
12435
12436         * gtk/gtktextbuffer.c: completed signal arg fixups,
12437         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
12438
12439 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
12440
12441         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
12442         G_CONST_RETURN.
12443
12444         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
12445         ::hierarchy-changed signal when a widget changes
12446         from anchored to unanchored or vice versa.
12447         (anchored means 
12448          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
12449         Use a private flag to keep track of this efficiently.
12450
12451 2001-03-07  Havoc Pennington  <hp@redhat.com>
12452
12453         * gtk/testgtk.c (create_spins): uglify so that size request gets
12454         tested.
12455
12456         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
12457         request on values for upper/lower, completes #6152
12458
12459 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
12460
12461         * Makefile.am: Remove gtk-config-2.0 again.
12462         (Grrrr, pkg-config. And stops make loops.)
12463
12464 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
12465
12466         * gtk/gtksignal.[hc]: removed old emission hook API.
12467         
12468         * docs/Changes-2.0.txt: fixed sections.
12469         
12470         * gtk/gtktextbuffer.c: signal arg fixups.
12471
12472 2001-03-07  Havoc Pennington  <hp@redhat.com>
12473
12474         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
12475
12476         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
12477         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
12478         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
12479         validation and the redraw which is higher priority than the
12480         validation.
12481
12482 2001-03-07  Havoc Pennington  <hp@redhat.com>
12483
12484         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
12485         (gtk_entry_set_property): remove trailer
12486
12487         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
12488         (gtk_entry_get_width_chars): new functions, to set size request to 
12489         a given number of characters
12490
12491         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
12492
12493         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
12494         (gtk_dialog_get_has_separator): new function
12495         (run_delete_handler): fix to not emit "response" signal
12496         because we already did in the delete event handler installed
12497         at dialog creation time.
12498         
12499         * gtk/gtkdialog.h: add a has_separator property,
12500         add GTK_DIALOG_NO_SEPARATOR flag
12501
12502 2001-03-07  Havoc Pennington  <hp@redhat.com>
12503
12504         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
12505         off decorations for a window.
12506
12507         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
12508         changes
12509
12510         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
12511         to get location of PangoLayout inside the label, closes #51198
12512
12513         * gtk/testgtk.c (create_bbox): fix up button box usage
12514
12515         * gtk/testcalendar.c (create_calendar): fix up button box usage
12516
12517         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
12518
12519         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
12520
12521         * gtk/gtkhbbox.h: deprecations
12522
12523         * gtk/gtkvbbox.h: deprecations
12524
12525         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
12526         emulate deprecated gtk_button_box_get_spacing
12527
12528         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
12529         the "set global default" functions
12530         (struct _GtkButtonBox): remove "spacing" field, use the one from 
12531         GtkBox base class
12532
12533         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
12534
12535         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
12536         render the icon, return the missing image icon.
12537
12538         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
12539         image icon if the load fails.   
12540
12541         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
12542         when no image is found; should be the Netscape "missing image"
12543         icon eventually but for now is a random image
12544
12545         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
12546         role for the session manager
12547
12548         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
12549
12550         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
12551         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
12552
12553         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
12554
12555 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
12556
12557         * gtk/*.c: marshaller fixes.
12558         
12559         * gtk/gtkmarshal.list: extreme cleanup.
12560
12561         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
12562         param spec for now.
12563
12564         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
12565         where appliable.
12566
12567         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
12568         special cased autogenerated boxed types from gtktypebuiltins_ids.c
12569         which are not reference counted:
12570         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
12571         PangoFontDescription, GtkTreeIter and GtkTreePath.
12572
12573 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
12574
12575         * gtk/gtktreeselection.h: 
12576         * gtk/gtktreemodel.c:
12577         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
12578         file should be included directly, and gobject/gmarshal.h
12579         as well as gtk/gtkmarshal.h even can't be included directly.
12580
12581         * Makefile.am: grr, install gtk-config-2.0.
12582
12583         * gtk/testgtk.c:
12584         * gtk/simple.c:
12585         * gtk/gtkmenu.c:
12586         * gtk/gtkitemfactory.c: use g_object_connect() instead of
12587         passing "*signal*::*" args to gtk_widget_set().
12588         
12589         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
12590         
12591         * gtk/*.c: removed trailer arg from property setters and getters.
12592         macro fixups.
12593
12594 2001-03-07  Alexander Larsson  <alexl@redhat.com>
12595
12596         * gtk/gtklabel.c (set_markup): Removed warning
12597
12598 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
12599
12600         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
12601         field to allow you to hide cell renderers.
12602
12603         * gtk/gtkcellrenderer.c: Add support for invisible cells.
12604
12605         * gtk/gtktreeview.c: Add support for invisible cells.
12606
12607 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
12608
12609         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
12610         Add "clicked" signal back to columns.
12611
12612         * ChangeLog: remove conflict markers.
12613
12614 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
12615
12616         * gtk/gtkbutton.c: Add animation of activation by, on 
12617         activate, pressing the button, and adding a timeout that 
12618         releases the button after 250ms or on key release and
12619         emits ::clicked. (#51501)
12620
12621         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
12622         action area, we connect to ::clicked instead of ::activate
12623         so the dialog stays up through the animation.
12624
12625 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
12626
12627         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
12628         check the ignore_enter flag for the menu shell that
12629         the item is actually a child of, not for attached
12630         submenus. (#51536)
12631
12632 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
12633
12634         * gtk/gtkmain.c (gtk_propagate_event): Only do special
12635         special key-press grab handling for widgets within
12636         GtkWindows. Otherwise, fall through to normal case.
12637
12638         This prevents key events being sent twice to GtkInvisible
12639         widgets, which can cause all sorts of mischief.
12640
12641 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
12642
12643         * gtk/gtkmain.c (gtk_propagate_event): When a grab
12644         widget is in effect, give the grab widget a first
12645         crack at KEY_PRESS/RELEASE events. (#424)
12646
12647 2001-03-06  James Henstridge  <james@daa.com.au>
12648
12649         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
12650         offset for the window_state_event to point at window_state_event
12651         rather than no_expose_event.
12652
12653 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
12654
12655         * gtk/gtkimmodule.h: fix busted /* comment */
12656
12657 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
12658
12659         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
12660         object properties.
12661
12662 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
12663
12664         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
12665         add object properties.
12666
12667         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
12668         to add object properties.
12669
12670         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
12671         object properties.
12672
12673         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
12674         add object properties.
12675
12676         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
12677         object properties.
12678
12679 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
12680
12681         * gtk/gtktreemodel.c: renamed "child_toggled" to
12682         "has_child_toggled".
12683
12684         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
12685         handle new signal name.
12686
12687         * gtk/gtktreestore.c: Updated to handle new signal name.
12688         * gtk/gtklisttore.c: Updated to handle new signal name.
12689         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
12690
12691 2001-03-05  Alexander Larsson  <alexl@redhat.com>
12692
12693         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
12694         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
12695
12696 2001-03-05  Michael Natterer  <mitch@gimp.org>
12697
12698         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
12699         pixbuf-engine coincidentially also failed to make one of it's
12700         parent_class pointers static, causing overwriting of GtkLabel's
12701         parent_class pointer in pixbuf_style_class_init().
12702         (Will commit the fix to the pixbuf-engine too).
12703
12704 2001-03-05  Alexander Larsson  <alexl@redhat.com>
12705
12706         * gdk/gdkwindow.h:
12707         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
12708         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
12709         gdk_window_set_icon_list for net wmspec functionality.
12710
12711         * gdk/x11/gdkwindow-x11.c:
12712         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
12713         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
12714         gdk_window_set_icon_list.
12715         Added gdk_wmspec_change_state helper function and used it in the code.
12716         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
12717
12718         * gtk/gtkdialog.c (gtk_dialog_init):
12719         Set GDK_WINDOW_TYPE_HINT_DIALOG.
12720
12721         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
12722         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
12723
12724         * gtk/gtkwindow.c:
12725         new function gtk_window_set_type_hint.
12726         On realize, set type hint and modal hint.
12727
12728         * gtk/gtkwindow.h:
12729         Added type_hint field and gtk_window_set_type_hint.
12730
12731 2001-03-05  Alexander Larsson  <alexl@redhat.com>
12732
12733         * gtk/gtklabel.[ch]:
12734         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
12735         New function gtk_label_get_accel_keyval () to get the underline accelerator
12736         of the label. Setting the label pattern overrides other attributes.
12737
12738 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
12739
12740         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
12741         Added missing initializers to gtk_rc_style_init().
12742
12743 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
12744
12745         * gtk/gtktextview.c: fixed bug #51097 about setting 
12746         gtk_text_view_set_border_window_size() if the widget is 
12747         already realized.
12748
12749 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
12750
12751         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
12752
12753         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
12754         comment. Won't do to have duplicated doc comments between
12755         the platform subdirs.
12756
12757 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
12758
12759         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
12760           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
12761
12762         Detectable auto-repeat - make a repeating key generate
12763         press/press/press/release instead of press/release pairs.
12764
12765         If we have Xkb and XkbSetDectableAutoRepeat supports
12766         that, we do it that way. Otherwise, when we get
12767         a release event, we check ahead with XPending to see
12768         if the next key is a KeyPress with the same keycode
12769         and timestamp. (Not 100% reliable, but pretty close.)
12770           
12771 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
12772         
12773         * gtk/gtkmain.c (gtk_propagate_event): Only do special
12774         special key-press grab handling for widgets within
12775         GtkWindows. Otherwise, fall through to normal case.
12776  
12777         This prevents key events being sent twice to GtkInvisible
12778         widgets, which can cause all sorts of mischief.
12779  
12780 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
12781  
12782         * gtk/gtkmain.c (gtk_propagate_event): When a grab
12783         widget is in effect, give the grab widget a first
12784         crack at KEY_PRESS/RELEASE events. (#424)
12785  
12786 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
12787
12788         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
12789         to extend the selection. (Roughly based on patch
12790         from Jay Cox, #50939)
12791
12792         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
12793         to properly handle previous GDK_BUTTON_PRESS. 
12794         (Patch from Jay Cox, #50938)
12795
12796         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
12797         '\0' back along with the deleted text. (#51148)
12798
12799 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
12800
12801         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
12802         the group when extracting it from the X keyboard event.
12803
12804         * modules/input/Makefile.am modules/input/imipa.c: 
12805         Simple module for entering IPA. (Do we need a 
12806         gtk-stupid-input-tricks CVS module?)
12807
12808 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
12809
12810         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
12811         const.
12812
12813         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
12814
12815         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
12816         is no focus widget for the dialog currently, grab the focus as well
12817         as the default.
12818
12819         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
12820         the action area's children to iterate through, not the
12821         dialog's children.
12822
12823 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
12824
12825         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
12826         Add plug-socket tests. (Won't work worth a darn until I commit
12827         the rest of the plug-socket changes, but no reason these
12828         can't go into CVS now.)
12829
12830 2001-03-02  Havoc Pennington  <hp@redhat.com>
12831
12832         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
12833         _gdk_region_get_xrectangles()
12834
12835         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
12836
12837         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
12838
12839         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
12840         function, contributed by Ron Steinke    
12841
12842         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
12843         gdk_net_wm_supports
12844
12845         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
12846         New function, contributed by Ron Steinke
12847
12848         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
12849         used to line up the text in the entry when using the entry for
12850         editable sheet cell hacks
12851
12852         * gtk/testgtk.c (create_entry): test the activate_default setting
12853         on GtkEntry
12854
12855         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
12856         cause the entry to activate the default button for a dialog when 
12857         activated
12858         (gtk_entry_get_activates_default): new function
12859
12860 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
12861
12862         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
12863         Hwang to move call to sync_selection() up a few lines
12864         to before the row list is modified, to fix crash when
12865         removing rows in the undo_selection list.
12866
12867         (Test case provided by Daniel Elstner:
12868
12869         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
12870
12871 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
12872
12873         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
12874         of tree->root_tree in parent_set rather than _map(), 
12875         fixing #50892 in a bit better manner.
12876
12877 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
12878
12879         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
12880
12881 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
12882
12883         * gtk/gtkstyle.c : Remove duplicate fwd decl for
12884         gtk_default_draw_shadow.
12885
12886 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
12887
12888         * gdk/gdkimage.c (gdk_image_new): Remove excess 
12889         warning, make warnings more verbose, treat a error
12890         in shmat as permanent, and don't try again.
12891         (#51163, Ed Randall.)
12892
12893 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
12894
12895         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
12896         delay for the first click before starting to scroll.
12897         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
12898
12899         * gtk/gtktext.c: GtkText should have I-beam cursor. 
12900         (based on gtk-enf-990513-1.patch, Eric Fisher.)
12901
12902 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
12903
12904         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
12905         cleanup to remove some references to unused
12906         ->xoffset, ->yoffset.
12907
12908 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
12909
12910         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
12911         mask. (#51039, fix from Martin Maierhofer)
12912
12913 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
12914
12915         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
12916         for unshifted + and shifted = for non-us keyboards.
12917         Make <Control>+ and <Control>- work as well as 
12918         <Control>KP_Plus, <Control>KP_Minus for recursive
12919         open/close.  (#2682, René Seindal)
12920
12921 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
12922
12923         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
12924         the active menu item before deactivating the menu,
12925         so gtk_menu_popdown doesn't change the history. (#50964)
12926         
12927 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
12928
12929         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
12930         draw lines with text_gc rather than black_gc.
12931         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
12932
12933 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
12934
12935         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
12936         Move handling of buttons fully in gtktreeviewcolumn.  This code is
12937         less interrelated then it was, but it still requires the
12938         GtkTreeView to map it.
12939
12940         * test/testtreecolumn.c: Now I can add a column to one view,
12941         remove it, add it to the another view, remove it, then re-add it
12942         to the first.  Nifty.
12943
12944 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
12945
12946         * docs/tutorial/gtk-tut.sgml: Minor corrections
12947
12948 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
12949
12950         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
12951         GtkRowReference.
12952
12953 2001-02-28  Havoc Pennington  <hp@redhat.com>
12954
12955         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
12956         draw_default
12957         (gtk_widget_draw_focus): remove this function; we could instead
12958         make it just gtk_widget_draw(), but in most cases I think the
12959         result would be broken user code, so think it's better to have
12960         that code not compile and get fixed
12961         (gtk_widget_draw_default): ditto
12962
12963         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
12964         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
12965         
12966         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
12967         widgets lose/get the default, instead of calling draw_default
12968         
12969         * docs/Changes-2.0.txt: note about all this
12970
12971         Then fixed every widget in GTK, I won't list all the filenames.
12972
12973 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
12974
12975         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
12976         _gtk_tree_row_reference_deleted.
12977         (inserted_callback): Proxy out to
12978         _gtk_tree_row_reference_inserted.
12979         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
12980         get around signal emission ordering problem.
12981
12982         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
12983         fix to work with SINGLE 
12984         (_gtk_tree_selection_internal_select_node): Major sanitization on
12985         selections.  SINGLE now seems to work.
12986
12987         * tests/Makefile.am: add testtreecolumn.c:
12988
12989         * tests/testtreecolumn.c: New test.  Mostly points out selection
12990         bugs currently, but will test columns later.
12991
12992         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
12993         selection bug.  I hate touching this code -- it's scary.
12994
12995 2001-02-26  Havoc Pennington  <hp@redhat.com>
12996
12997         * gtk/testgtk.c: test the window state stuff
12998
12999         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
13000         window come to the user's attention as if it were just created
13001         (gtk_window_iconify): new function
13002         (gtk_window_deiconify): new function
13003         (gtk_window_stick): new function
13004         (gtk_window_unstick): new function
13005         (gtk_window_maximize): new function
13006         (gtk_window_unmaximize): new function
13007
13008         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
13009
13010         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
13011
13012         * gdk/x11/gdkevents-x11.c: create window state events when
13013         appropriate
13014         (gdk_wmspec_supported): new function
13015
13016         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
13017         iconification before showing the window
13018         (gdk_window_deiconify): new function
13019         (gdk_window_stick): new function
13020         (gdk_window_unstick): new function
13021         (gdk_window_maximize): new function
13022         (gdk_window_unmaximize): new function
13023
13024         * gdk/gdkwindow.c: store the window state in the window; 
13025         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
13026         window->mapped.
13027         (gdk_window_get_state): return the current window state
13028
13029         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
13030         (gdk_event_get_state): handle GDK_WINDOW_STATE
13031         (gdk_synthesize_window_state): function to create the window state
13032         events
13033
13034         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
13035         event, for changes to "window state" such as maximized, sticky, 
13036         etc.
13037         
13038         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
13039         focuses a window
13040
13041         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
13042         finds out if we support a given WM spec hint
13043
13044 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
13045
13046         * docs/faq/gtk-faq.sgml: New question re memory leaks.
13047
13048 2001-02-25  Hans Breuer  <hans@breuer.org>
13049
13050         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
13051         cause we want to loose those prototypes only in the latter case
13052
13053         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
13054         GdkPixmapImplWin32 because it itsn't derived from it. Use the
13055         impl member variable instead
13056
13057         * gtk/gtk.def : updated
13058
13059         * gtk/gtklist.c : 
13060         * gtk/gtkmenus.c : include <string.h> for memset ()
13061
13062         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
13063         for everthing built here, but for gtk-x.x.dll only. This solves
13064         problem of indifferent gtk type definitions
13065
13066 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
13067
13068         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
13069
13070 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
13071
13072         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
13073         column that is exposed.
13074
13075         (_gtk_tree_view_update_size): Changed name from set_size, and
13076         changed function to do more work, and not force people calling it
13077         to figure out the size.  Simplifies a lot of code elsewhere.
13078
13079 2001-02-23  Alexander Larsson  <alexl@redhat.com>
13080
13081         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
13082         return solid masks for xpms that have no transparent color.
13083         This makes the ..._create_from_xpm... API backwards
13084         compatible.
13085
13086 2001-02-23  Tor Lillqvist  <tml@iki.fi>
13087
13088         * README.win32: Update. Mention the gtk-1-3-win32-production
13089         branch.
13090
13091         * gdk/win32/bdfcursor.c: New file. A program that generates
13092         xcursors.h. Thanks to Stefan Ondrejicka.
13093
13094         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
13095         compact format.
13096
13097         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
13098
13099         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
13100         function, uses xcursors.h.
13101         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
13102         cursor from inline data instead of using LoadCursor() to generate
13103         it from a resource.
13104
13105         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
13106         event, must check the Windows message for mouse button state, as
13107         the GDK event state might not have been built if it is
13108         undelivered. Remove one goto.
13109
13110         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
13111         SetCursor() if the current cursor as returned by GetCursor() is
13112         the window's previous cursor. The ChildWindowFromPoint() test
13113         apparently didn't work correctly.
13114
13115         * gdk/win32/rc/*.cur: Remove.
13116
13117         * gdk/win32/rc/gdk.rc.in: Remove cursors.
13118
13119         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
13120
13121         * gtk/makefile.{mingw,msc}.in: Updates.
13122
13123 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
13124
13125         * gtk/gtktreemodel.h: add functions for signal emission.
13126
13127         * gtk/gtktreestore.c: move to use above functions instead of
13128         g_signal_emit.
13129
13130         * gtk/gtkliststore.c: ditto
13131
13132 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
13133
13134         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
13135         GObject instead of GtkObject.
13136
13137         * gtk/gtkliststore.c: ditto.
13138
13139         * gtk/gtktreemodelsort.c: ditto.
13140
13141         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
13142         GtkTreeModelIface, instead of in each model.
13143
13144 2001-02-21  Havoc Pennington  <hp@redhat.com>
13145
13146         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
13147         unbreak this function
13148
13149         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
13150         properties
13151
13152         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
13153         properties
13154
13155         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
13156         properties
13157
13158         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
13159         mean unset the max length
13160
13161 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
13162
13163         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
13164         Changed name to be set_cell_data_func to make it clear what
13165         the functino does.  Close bug #51069.
13166
13167 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
13168
13169         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
13170         have memory actually freed.  Keeps box running longer.
13171
13172 2001-02-21  Alexander Larsson  <alexl@redhat.com>
13173         
13174         * gtk/gtkseparatormenuitem.[ch]:
13175         Added new menu separator item. The drawing and size handling
13176         is still done in GtkMenuItem, but the API is a bit more sane.
13177         
13178         * gtk/Makefile.am:
13179         Add gtkseparatormenuitem.[ch].
13180
13181         * gtk/gtk.h:
13182         Add gtkseparatormenuitem.h.
13183         
13184         * gtk/gtkentry.c:
13185         * gtk/gtkmenufactory.c:
13186         * gtk/gtktextview.c:
13187         Use the new API for menu separators.
13188         
13189         * demos/gtk-demo/menus.c (create_menu):
13190         Add some GtkSeparatorMenuItem demo code.
13191
13192 2001-02-20  Havoc Pennington  <hp@redhat.com>
13193
13194         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
13195         Lee Mallabone
13196
13197         * gtk/gtkarrow.c: Convert to new property API, patch from 
13198         Lee Mallabone
13199
13200 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
13201
13202         * tests/testtreeview.c (toggled_callback): fix to reflect change
13203         in GtkTreeModelStore.
13204
13205 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
13206
13207         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
13208         function to create an icon set from a pixbuf.
13209
13210 2001-02-20  Alexander Larsson  <alexl@redhat.com>
13211
13212         * gtk/gtkcellrenderertext.[ch]:
13213         Add a "markup" property.
13214
13215         * gtk/treestoretest.c:
13216         Use the markup property, remove some leftover stuff from
13217         GtkTreeModelMapping.
13218
13219 2001-02-20  Alexander Larsson  <alexl@redhat.com>
13220
13221         * gtk/gtklabel.c (gtk_label_set_selectable):
13222         Queue a redraw if the selectable setting was changed.
13223
13224 2001-02-20  Alexander Larsson  <alexl@redhat.com>
13225
13226         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
13227         Actually copy the whole gc, not just the public parts.
13228         
13229         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
13230         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
13231         labels.
13232
13233 2001-02-19  Havoc Pennington  <hp@pobox.com>
13234
13235         * gdk/gdkwindow.c: docs
13236
13237         * gdk/gdkrgb.c: docs
13238
13239         * gdk/gdkregion-generic.c: docs
13240
13241         * gdk/gdkgc.c (gdk_gc_set_values): docs
13242
13243         * gdk/gdkdraw.c: docs
13244
13245         * gdk/gdkdrawable.h: deprecate drawable get/set data
13246
13247 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
13248
13249         * demos/gtk-demo/dialog.c: Add simple new demo.
13250
13251 2001-02-19  Havoc Pennington  <hp@redhat.com>
13252
13253         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
13254         insert_child_anchor signal, bug #50245
13255
13256         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
13257         from create_child_anchor, so the anchor is passed in
13258
13259         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
13260         (_gtk_widget_segment_new): have the child anchor object passed in, 
13261         instead of creating it.
13262
13263         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
13264         to gtk_text_buffer_get_modified
13265
13266 2001-02-19  Havoc Pennington  <hp@redhat.com>
13267
13268         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
13269         changed GLib without fixing GTK
13270
13271         * gtk/gtkrange.h: Rename all the stupid implementation detail 
13272         functions to have an underscore in front. Most of them should 
13273         probably just go away, but for starters don't export them.
13274         Bug #50482
13275
13276 2001-02-19  Havoc Pennington  <hp@redhat.com>
13277
13278         * gdk/gdkcolor.h: test was backward, so deprecated functions were
13279         excluded by default
13280
13281         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
13282         clean up the old code a bit
13283
13284         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
13285         inconsistent state
13286
13287         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
13288         draw inconsistent state
13289
13290         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
13291         (create_menu): add inconsistent test
13292
13293         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
13294         new function
13295         (gtk_check_menu_item_get_inconsistent): new function
13296         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
13297         state (using etched in for now)
13298
13299         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
13300         draw inconsistent state
13301
13302         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
13303         function, used when the user has selected a range of stuff in
13304         different states
13305         (gtk_toggle_button_get_inconsistent): accessor for that
13306         (gtk_toggle_button_paint): draw inconsistent state (etched in?
13307         don't know what else to do)
13308
13309 2001-02-19  Hans Breuer <hans@breuer.org>
13310
13311         * gtk/gtk.def : updated exported symbols
13312
13313         * gtk/makefile.msc.in : updated
13314
13315         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
13316         a colormap, when invoked from testgtk::entry. I'm not sure where
13317         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
13318         avoids immediate crashing ...
13319
13320         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
13321         any objections ?
13322
13323         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
13324         0 parameter. At least msvc doesn't like macros with var args. 
13325         I simply removed the extra 0, was it a feature or a typo ?
13326
13327         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
13328         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
13329         because the value assignment to the internal struct wasn't working.
13330         I'm not absolutely sure. The problem could have been resolved by
13331         changing the "func" declartion in the struct, but was the pointer
13332         to the function pointer intended ?
13333
13334         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
13335
13336         * gdk/gdk.def : updated exported symbols
13337
13338         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
13339         only use SetDIBitsToDevice if there is a palette at the drawable
13340         and the image is GDK_VISUAL_PSEUDO_COLOR
13341
13342         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
13343
13344         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
13345
13346         * gdk/*/makefile.msc : updated
13347
13348 2001-02-19  Havoc Pennington  <hp@redhat.com>
13349
13350         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
13351         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
13352
13353         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
13354         (gdk_key_repeat_restore): nuke
13355
13356         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
13357         (gdk_init_check): no atexit func
13358
13359         * gdk/gdkrgb.h: mark some stuff deprecated
13360
13361         * gdk/gdkcolor.h: mark some stuff deprecated
13362         
13363         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
13364
13365         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
13366
13367 2001-02-16  Havoc Pennington  <hp@redhat.com>
13368
13369         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
13370         scroll steps.
13371
13372         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
13373         steps, and add Ctrl-arrow shortcuts for paging visually as with
13374         HScale, since Page Up and Page Down move logically.
13375
13376         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
13377         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
13378         
13379         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
13380         steps
13381         (gtk_range_scroll): handle the visual steps
13382
13383         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
13384         scroll steps
13385
13386         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
13387         steps, not the logical ones.
13388
13389         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
13390         (scroll_vertical): handle up/down steps
13391
13392 2001-02-19 Alexander Larsson  <alexl@redhat.com>
13393
13394         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
13395         Copy data and free data with free().
13396
13397         * gdk-pixbuf/gdk-pixbuf.c:
13398         * gdk-pixbuf/io-jpeg.c:
13399         * gdk-pixbuf/io-png.c:
13400         Use g_try_malloc/g_free instead malloc/free.
13401         
13402         * gdk-pixbuf/test-gdk-pixbuf.c:
13403         Must... initialize... gobject...
13404         
13405         * gdk-pixbuf/pixops/timescale.c:
13406         * gtk/gtkcalendar.c:
13407         Use g_malloc instead of malloc.
13408         
13409 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
13410
13411         * gtk/testgtkrc:
13412         Comment out property assignments, these don't work yet.
13413
13414 2001-02-17  Havoc Pennington  <hp@pobox.com>
13415
13416         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
13417         bit.
13418
13419 2001-02-17  Havoc Pennington  <hp@pobox.com>
13420
13421         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
13422         shadowed variables that had broken size request in some cases,
13423         leading to bogus tooltips (#50996)
13424
13425 2001-02-06  Jon K Hellan  <hellan@acm.org>
13426
13427         Implement fast browsing of tooltips, bug #50619
13428         
13429         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
13430         and last_popdown
13431         
13432         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
13433         use_sticky_delay and last_popdown.
13434         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
13435         time of popdown.
13436         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
13437         is NULL.
13438         (gtk_tooltips_recently_shown): New static function.  Return true
13439         if < sticky_delay has elapsed since last popdown.
13440         (gtk_tooltips_event_handler): Display window after sticky_delay
13441         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
13442         since last popdown.
13443         
13444 2001-02-17  Havoc Pennington  <hp@pobox.com>
13445
13446         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
13447         instead of (). #6394
13448
13449         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
13450         G_CONST_RETURN, make it return by reference, #50473
13451         
13452 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
13453
13454         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
13455         generated ENTER_NOTIFY event with 0, otherwise not explicitely
13456         setup fields contain garbage (e.g. subwindow, breaking
13457         gdk_drawable_ref() upon event copy).
13458         (gtk_menu_stop_navigating_submenu_cb): same here.
13459
13460         * gtk/gtklist.c (gtk_list_vertical_timeout): 
13461         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
13462         * gtk/gtkclist.c (vertical_timeout): 
13463         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
13464         default-zero-intialization for unions to memset(,0,), as unions are
13465         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
13466         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
13467
13468         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
13469         g_closure_sink() warning.
13470
13471         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
13472         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
13473         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
13474         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
13475         
13476 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
13477
13478         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
13479         gtk_*_store_get, and moved to GtkTreeModel.
13480
13481         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
13482
13483         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
13484
13485         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
13486
13487         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
13488         set the func.
13489
13490         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
13491         freeze/thaw notify between setting all the properties for a cell.
13492
13493         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
13494
13495 2001-02-15  Havoc Pennington  <hp@redhat.com>
13496
13497         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
13498         the X coordinates so they're with respect to the line, rather than 
13499         with respect to the layout.
13500
13501         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
13502         Mallabone
13503
13504         * gtk/testgtk.c (create_range_controls): add vscale tests, 
13505         and inverted test
13506
13507         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
13508         #50806
13509
13510         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
13511
13512         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
13513         gtk_text_iter_is_end
13514
13515         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
13516         rename gtk_text_buffer_get_end_iter
13517
13518         * gtk/testgtk.c (create_labels): Add test for selectable
13519
13520         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
13521         the selection stuff. This code is kind of broken since it doesn't 
13522         use the theme engine.
13523
13524         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
13525         fix infinite loop and y offset problem
13526         (gdk_draw_layout_line_with_colors): fix foreground color handling
13527
13528         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
13529         that makes the label selectable.
13530         
13531         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
13532         layout when the style is set, since fonts etc. could have changed.      
13533
13534 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
13535
13536         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
13537
13538         * gtk/gtktreemodelsimple.[ch]: removed.
13539
13540 2001-02-16  Alexander Larsson  <alexl@redhat.com>
13541
13542         * gtk/gtktreemodelmapping.[ch]:
13543         New files. Implement GtkTreeModelMapping.
13544         
13545         * gtk/Makefile.am:
13546         Add gtktreemodelmapping.[ch].
13547         
13548         * gtk/gtk.h:
13549         Add gtktreemodelmapping.h
13550
13551         * gtk/treestoretest.c:
13552         Test the GtkTreeModelMapping
13553
13554 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
13555
13556         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
13557         have a demo, we might as well pass in real values.  Thanks to
13558         clahey for pointing this out.
13559
13560 2001-02-14  Havoc Pennington  <hp@pobox.com>
13561
13562         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
13563         "static" to a private function
13564         (gtk_image_menu_item_class_init): remove destroy handler,
13565         add "image" object property
13566
13567 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
13568
13569         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
13570         Add a shortcut if the window and the current clip_region doesn't
13571         overlap. This is needed when there are a lot of windows in a
13572         window. The layout test in testgtk is a good test.
13573
13574         * gdk/linux-fb/gdkwindow-fb.c:
13575         Whitespace fix.
13576
13577 2001-02-13  Sven Neumann  <sven@convergence.de>
13578
13579         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
13580
13581 2001-02-13  Alexander Larsson  <alexl@redhat.com>
13582
13583         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
13584         Don't reference last_cursor if it is null. Fixes crash when rotating
13585         the screen before having moved the mouse.
13586
13587         * gdk/linux-fb/gdkcc-fb.c: Zapp!
13588
13589         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
13590
13591         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
13592         when using 90 or 270 degrees rotation.
13593
13594 2001-02-12  Havoc Pennington  <hp@pobox.com>
13595
13596         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
13597         it always set the foreground, even if we were only using
13598         a stipple.
13599         (gdk_draw_layout_line_with_colors): new function, allow
13600         override colors
13601         (gdk_draw_layout_with_colors): new function, allow override
13602         colors
13603         (gdk_pango_layout_line_get_clip_region): function to get the clip
13604         region for a logical text range
13605         (gdk_pango_layout_get_clip_region): get the clip region for a
13606         logical text range
13607
13608         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
13609         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
13610         the right number of arguments.
13611
13612         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
13613         enhance the function to check that node data corresponds to a 
13614         view still belonging to the tree.
13615
13616         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
13617         GtkTreePath
13618         (gtk_tree_view_inserted): ditto
13619         (gtk_tree_view_child_toggled): ditto
13620
13621         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
13622         simplify this code.
13623
13624         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
13625         a PangoAttrList
13626
13627         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
13628
13629         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
13630
13631         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
13632         size in the size request 
13633         (gtk_menu_bar_size_allocate): consider toggle size here
13634
13635         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
13636         that displays a widget in the toggle slot
13637
13638         * gtk/testgtk.c: test GtkImageMenuItem
13639
13640         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
13641         
13642         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
13643         request and allocation
13644
13645         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
13646
13647         * gtk/gtkcheckmenuitem.c
13648         (gtk_check_menu_item_toggle_size_request): ditto
13649         
13650 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
13651
13652         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
13653         reference.
13654
13655         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
13656         and refuse to initialize GTK+ if they fail.
13657
13658 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
13659
13660         * configure.in: Add check for gtk-doc version.
13661
13662 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
13663
13664         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
13665         where the xpad/ypad was only being used on one side!
13666
13667 2001-02-11  Tor Lillqvist  <tml@iki.fi>
13668
13669         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
13670         function, copied from X11 version.
13671
13672         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
13673         DestroyCursor failures. The reason for the problem (despite the
13674         inconsistent messages from GetLastError()) was that
13675         DestroyCursor() cannot be called while a cursor is set in a
13676         window. Set the new cursor first and then destroy the old one.
13677         Thanks to jpe@archaeopteryx.com.
13678
13679         * gdk/win32/gdkcc-win32.c: Remove.
13680
13681         * gdk/win32/Makefile.am: Remove from here, too.
13682         
13683         * gdk/gdk.def
13684         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
13685
13686         * gtk/gtk.def
13687         * gtk/makefile.mingw.in: Updates.
13688
13689 2001-02-08  Havoc Pennington  <hp@redhat.com>
13690
13691         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
13692         add a widget to a bin that already has a child.
13693
13694         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
13695
13696         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
13697         
13698         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
13699
13700         * gdk/gdk.h: remove gdkcc.h
13701
13702         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
13703
13704         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
13705         GdkPixbuf, since the previous implementation was GdkColorContext
13706         dependent.
13707
13708         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
13709         
13710 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
13711
13712         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
13713         a sane value!
13714
13715 2001-02-08  Havoc Pennington  <hp@redhat.com>
13716
13717         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
13718         lighten them.
13719
13720 2001-02-08  Havoc Pennington  <hp@redhat.com>
13721
13722         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
13723         validation idle
13724
13725         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
13726         cell renderer
13727
13728         * demos/pixbuf-demo.c (timeout): remove deprecated
13729         gtk_widget_draw
13730
13731         * demos/testpixbuf-save.c (main): remove deprecated
13732         gtk_drawing_area_size
13733
13734         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
13735         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
13736         at the start of the allocation.
13737         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
13738         unsetup or NULL model.
13739
13740         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
13741         even/odd/sorted cells in the tree view.
13742
13743         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
13744         bugfixes
13745
13746         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
13747         backgrounds with draw_flat_box using different detail for even/odd
13748         rows.
13749
13750         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
13751         row, so we can draw the alternating colors thing
13752
13753         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
13754         property from a synonym property, notify for the synonym.
13755         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
13756         (gtk_text_tag_get_property): Always return the font, even if
13757         all its fields aren't set
13758
13759         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
13760         store the attr list; it leaves us with no way to change attributes
13761         in _render according to the render flags, and no way to implement
13762         get_property. Instead store all the specific text attributes. 
13763         Separate whether an attribute is enabled from its value. Sync all
13764         properties with GtkTextTag, make them all consistent, etc.
13765
13766         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
13767         renderers can highlight the sort row/column     
13768
13769         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
13770         accessor functions to get values; this has the side effect of
13771         showing up which accessor functions were missing. Added those.
13772
13773         * gtk/gtktreeviewcolumn.h: Replace set_justification with
13774         set_alignment, to be consistent with GtkLabel, GtkMisc
13775
13776         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
13777         arrow.
13778
13779         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
13780
13781         * gtk/gtktreesortable.h: updates in here
13782
13783 2001-02-07  Sven Neumann  <sven@convergence.de>
13784
13785         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
13786         pango dimensions after painting the background. We used to draw
13787         gigantic flat boxes here.
13788
13789 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
13790
13791         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
13792         error introduced with earlier commit) (pointed out by
13793         Ollie Lho)
13794
13795 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
13796
13797         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
13798         which are no longer necessary.
13799
13800 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
13801
13802         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
13803
13804 2001-02-04  Tor Lillqvist  <tml@iki.fi>
13805
13806         * gdk/gdk.def
13807         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
13808         Provide dummy implementations.
13809
13810 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
13811
13812         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
13813
13814         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
13815         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
13816         deprecated this function.
13817
13818         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
13819         argument.
13820
13821 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
13822
13823         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
13824
13825 2001-02-03  Havoc Pennington  <hp@pobox.com>
13826
13827         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
13828         Mikael Hermansson with patch from Mikael (if there was a toggle
13829         start one after the first character in the range, this function
13830         was broken). Bug #50380
13831
13832 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
13833
13834         * configure.in: Remove confusing comment about X11.
13835
13836 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
13837
13838         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
13839         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
13840         
13841 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
13842
13843         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
13844         it breaks things on BSD. If you want to compile GTK+ with
13845         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
13846         when configuring, since GTK+ simply can't be "pure ANSI" 
13847         in the header files it uses. (#8170, Greg Hudson)
13848
13849 2001-02-02  Havoc Pennington  <hp@redhat.com>
13850
13851         * gtk/gtkwindow.c: docs
13852
13853         * gtk/gtkwidget.c: docs
13854         (gtk_widget_set_colormap): add a reference to the colormap
13855         (gtk_widget_get_default_colormap): add a reference to the colormap
13856
13857         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
13858
13859         * gtk/gtktextiter.c: docs
13860
13861         * gtk/gtkmain.c (gtk_propagate_event): docs
13862
13863         * gtk/gtkpaned.c (gtk_paned_get_position): docs
13864         (gtk_paned_set_position): docs
13865
13866         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
13867         sort interface, no implementation yet.
13868
13869         * demos/testpixbuf.c (new_testrgb_window): replace
13870         gtk_drawing_area_size() with gtk_widget_set_usize()
13871
13872         * demos/testpixbuf-drawable.c (main): ditto
13873         
13874         * gtk/testgtk.c: remove use of GtkStatusbarMsg
13875
13876         * gtk/gtktextbuffer.c: docs
13877
13878         * gtk/gtkstock.c: docs
13879
13880         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
13881
13882         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
13883
13884         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
13885         
13886         * gtk/gtkimage.c: add some docs in here
13887         (gtk_image_size_request): change name of
13888         gtk_widget_render_stock_icon
13889         (gtk_image_get_icon_set): don't dup returned string
13890         (gtk_image_get_icon_set): don't dup returned string
13891
13892         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
13893         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
13894         and gtkiconfactory.h functions
13895
13896         * gtk/gtkiconfactory.c: add some docs in here
13897
13898         * gtk/gtkmain.c (gtk_get_default_language): document
13899         (gtk_get_current_event): document
13900         (gtk_get_current_event_state): document
13901         (gtk_get_event_widget): document
13902
13903         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
13904
13905         * gtk/gtkcontainer.c: Add some documentation
13906         (gtk_container_add): give a more explanatory warning on adding an
13907         already-parented widget, this is kind of a FAQ and also a common
13908         typo that's easier to debug with a nice warning 
13909
13910         * gtk/gtkcellrenderertoggle.c
13911         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
13912         adding this, it's useless
13913         (gtk_cell_renderer_toggle_set_active): remove
13914         (gtk_cell_renderer_toggle_get_radio): add
13915
13916         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
13917         the NULL cell renderer, that doesn't make any sense to me. 
13918
13919         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
13920         demo code should never use deprecated features.
13921
13922         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
13923         code should never use deprecated features.
13924
13925         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
13926         gtk_widget_queue_clear_area deprecated
13927
13928         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
13929         deprecated
13930
13931         * gtk/gtklabel.h: mark gtk_label_get() deprecated
13932
13933         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
13934         a GdkImage deprecated, replaced by new consistently-named
13935         functions       
13936
13937         * gtk/gtkmain.h: Mark gtk_exit() deprecated
13938
13939         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
13940
13941         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
13942         deprecated
13943
13944         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
13945         so it won't appear in docs and confuse people.
13946
13947         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
13948
13949         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
13950         macros deprecated. (can't mark the type itself deprecated, since
13951         GtkProgressBar is not deprecated and we need the type decl to use
13952         GtkProgressBar)
13953
13954         * gtk/gtkpixmap.h: Mark deprecated
13955
13956         * gtk/gtkoldeditable.h: Mark deprecated
13957
13958         * gtk/gtklist.h: Mark deprecated
13959
13960         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
13961         for anything anymore.
13962
13963         * gtk/gtkctree.h: Mark deprecated
13964
13965         * gtk/gtkclist.h: Mark deprecated
13966
13967         * gtk/gtkpreview.h: Mark deprecated
13968
13969         * gtk/gtkpacker.h: Mark deprecated
13970
13971         * gtk/gtktipsquery.h: Mark deprecated
13972
13973         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
13974
13975         * gtk/gtkvruler.h: Add comment that it will move out of GTK
13976
13977         * gtk/gtkhruler.h: Add comment that it will move out of GTK
13978
13979         * gtk/gtkruler.h: Add comment that it will move out of GTK
13980
13981         * gtk/gtkgamma.h: Add comment that it will move out of GTK
13982
13983         * gtk/gtkcurve.h: Add comment that it will move out of GTK
13984
13985 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
13986
13987         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
13988         gdk_colormap_sync private since it was never exported
13989         in a header file.
13990
13991         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
13992         colormap->colors[] for StaticGray, StaticColor colormaps.
13993
13994         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
13995         was being used as if it was image->bits_per_pixel.
13996
13997         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
13998         for the image in the GdkImage structure since it isn't
13999         reconstructable, and we need it to handle packed types
14000
14001         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
14002         the assumption that on Win32 image->bits_per_pixel == image->depth,
14003         always.
14004
14005         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
14006
14007         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
14008         warning message if no converter can be found. 
14009
14010 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
14011
14012         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
14013         chars to isupper() / tolower(). (#567)
14014
14015         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
14016         to clear up 64-bit warnings. (#567)
14017
14018 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
14019
14020         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
14021         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
14022
14023         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
14024         since some people set $(libdir) separately. (#1290, David Kaelbling)
14025
14026 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
14027
14028         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
14029         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
14030         MAXPATHLEN, but the code here depends on a fixed value.)
14031         (#4524)
14032
14033 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
14034
14035         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
14036         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
14037
14038 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
14039
14040         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
14041         viewable there is no way that moving the node will cause the 
14042         focus row to become not viewable, so omit check on the visibility
14043         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
14044
14045 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
14046
14047         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
14048         selection before inserting new text.
14049
14050 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
14051
14052         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
14053         Make the sensitivity of the reparented child track that of
14054         the original parent menu item. (#34218, David Hodson)
14055
14056         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
14057         the case where the current item is destroyed properly.
14058
14059         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
14060         some edge cases with child-less menuitems.
14061         
14062 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
14063
14064         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
14065         key pop down window. (#12074, Jon K Hellan)
14066
14067 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
14068
14069         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
14070         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
14071         The solution here isn't perfect - you get an extraneous
14072         emission of "toggle", which could conceivably confuse an app,
14073         but better than the current situation. LXR search seems to
14074         indicate that no apps in GNOME CVS connect to "toggle".
14075
14076 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
14077
14078         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
14079         gtk_public_h_sources to directly here to avoid warning when
14080         building srcdir != builddir. (#9656)
14081
14082 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
14083
14084         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
14085         handlers in gtkrange.c return the proper values (TRUE == handled)
14086         (#10316).
14087
14088         This is just the tip of the iceberg, but gtkrange.c is the
14089         most common place where the propagation is problematical,
14090         and also a place where it is almost certainly safe to change
14091         this in the stable branch.
14092
14093         (You don't want right click popups on a range control or anything...)
14094
14095 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
14096
14097         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
14098         area on focus out, even if a background pixmap isn't set.
14099         (#13941)
14100         
14101 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
14102
14103         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
14104         to deal with setting the shape properly when scrolling arrows are
14105         turned on, but not visible because there is sufficient space.
14106         (#13432)
14107
14108 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
14109
14110         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
14111         items with submenus, destroy the item along with the submenu.
14112         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
14113         properly.
14114
14115         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
14116         later.
14117
14118 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
14119
14120         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
14121         the focus widget sometimes wasn't drawn with the default if there
14122         was no default widget.
14123
14124         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
14125         unreference pixmaps. 
14126
14127         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
14128         for some extra safety.
14129
14130 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
14131
14132         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
14133         the text of a cell to the old pointer value better, by
14134         copying the new text before freeing the old text. Some code
14135         cleanup. (#8079, Karl Nelson)
14136
14137 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
14138
14139         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
14140         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
14141
14142 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
14143
14144         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
14145         item from a menu, check to see if it matches 
14146         menu->old_active_menu_item, and if so, unref and clear
14147         old_active_menu_item (Patch from Pavel Cisler)
14148
14149         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
14150         menu_shell->active_menu_item, if it is the child being
14151         removed. (Patch based on that of Gene Ragan, #50337)
14152
14153 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
14154
14155         * gdk/linux-fb/gdkselection-fb.c: 
14156         * gdk/linux-fb/gdkcolor-fb.c: 
14157         * gdk/linux-fb/gdkdrawable-fb2.c: 
14158         * gdk/linux-fb/gdkfont-fb.c: 
14159         * gdk/linux-fb/gdkim-fb.c: 
14160         * gdk/linux-fb/gdkinput.c: 
14161         * gdk/linux-fb/gdkkeyboard-fb.c: 
14162         * gdk/linux-fb/gdkmain-fb.c: 
14163         * gdk/linux-fb/gdkrender-fb.c: 
14164         A bunch of whitespace cleanup.
14165         
14166 2001-01-30  Havoc Pennington  <hp@pobox.com>
14167
14168         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
14169         #ifdef GTK_ENABLE_BROKEN.
14170
14171         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
14172         GTK_ENABLE_BROKEN just before including the broken headers.
14173         
14174         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
14175         deprecated types registered.
14176
14177         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
14178         we have to test the broken stuff.
14179
14180         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
14181         
14182 2001-01-30  Havoc Pennington  <hp@redhat.com>
14183
14184         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
14185         here where prev pointer was set to the wrong thing
14186
14187         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
14188         (gtk_tree_path_is_descendant): new function
14189
14190         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
14191         cached length
14192         (gtk_list_store_get_iter): don't modify iter if we can't get the
14193         path.
14194
14195         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
14196         
14197         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
14198         GtkTreeDragDest
14199
14200         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
14201         was causing segfault
14202
14203         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
14204         pointer to NULL
14205
14206         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
14207
14208         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
14209         on returning FALSE
14210         (gtk_list_store_iter_children): ditto
14211         (gtk_list_store_iter_nth_child): ditto
14212         (gtk_list_store_iter_nth_child): ditto
14213         (gtk_list_store_iter_parent): ditto
14214
14215         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
14216         on iter->user_data != NULL instead of silently accepting it.
14217         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
14218         we are returning TRUE.
14219         (gtk_tree_store_iter_children): ditto
14220         (gtk_tree_store_iter_nth_child): ditto
14221         (gtk_tree_store_iter_parent): ditto
14222         (gtk_tree_store_insert): remove handling of parent->user_data ==
14223         NULL, replace with parent == NULL       
14224
14225         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
14226         and a comment explaining things
14227
14228         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
14229         interface support to GtkTreeStore.
14230
14231         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
14232         FALSE if no prev, fix
14233
14234         * gtk/gtktreeview.c (set_source_row): use a row reference
14235         (set_dest_row): use a row reference
14236
14237 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
14238
14239         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
14240         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
14241         (gtk_tree_selection_select_iter): The same as above.
14242
14243 2001-01-26  Havoc Pennington  <hp@redhat.com>
14244
14245         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
14246         which holds a handle to a specific row (particular set of values
14247         in the model, i.e. pointer-identity row).
14248
14249         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
14250         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
14251         Still need to use it for the src/dest row saved on the drag context.
14252
14253 2001-01-26  Havoc Pennington  <hp@redhat.com>
14254
14255         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
14256
14257         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
14258         not offset by TREE_VIEW_HEADER_HEIGHT
14259         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
14260         TREE_VIEW_HEADER_HEIGHT
14261
14262         * configure.in (included_loaders): for me, --with-included-loaders
14263         generates the error "the specified loader yes does not exist",
14264         i.e. the arg defaults to "yes", so change test for value ""
14265         to test for value "yes", and include all loaders in that case.
14266
14267         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
14268
14269         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
14270         handle TREE_VIEW_VERTICAL_SEPARATOR
14271         (gtk_tree_view_bin_expose): fix to consider the row offset as
14272         pointing halfway into vertical separator.       
14273         (gtk_tree_view_draw_node_focus_rect): ditto
14274
14275         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
14276         --gtk-debug=updates, which causes gdk_window_set_debug_updates
14277         (TRUE) to be called.
14278
14279         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
14280         debug mode where the invalid region is colored in on invalidate,
14281         so you can see the flicker and know whether your redraw code is 
14282         doing a good job.
14283
14284         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
14285         tree window coordinates (clip rect is in tree window coords)
14286
14287         * gtk/Makefile.am: add gtktreednd.[hc]
14288
14289         * gtk/gtkliststore.c: implement gtktreednd interfaces.
14290
14291         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
14292         drag-and-drop data operations on a model (so we can set up tree
14293         drag-and-drop automatically)
14294
14295         * gtk/testgtk.c: Add a window to change sensitivity in the
14296         GtkLabel test; add a way to change the entry frame in GtkEntry
14297         test
14298
14299         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
14300         (gtk_entry_get_has_frame): new functions to remove the frame
14301         around an entry
14302         (gtk_entry_size_request): shrink requisition if no frame
14303         (gtk_entry_draw_focus): don't draw frame if no frame
14304
14305         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
14306         checks inside a cell renderer
14307         (gtk_default_draw_option): ditto for options
14308
14309         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
14310         children from the alignment, not the button
14311         (gtk_tree_view_column_init): ref/sink the column, to emulate
14312         GObject refcounting.
14313
14314         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
14315         
14316         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
14317         Use theme functions to draw the toggles 
14318
14319         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
14320
14321         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
14322         GdkPangoAttrEmbossed to use in rendering insensitive text
14323
14324         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
14325
14326         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
14327         using new GDK features
14328         
14329 2001-01-24  Alexander Larsson  <alexl@redhat.com>
14330
14331         * gtk/gtkimage.c:
14332         Splitted gtk_image_clear into gtk_image_clear() and
14333         gtk_image_reset(). Call gtk_image_clear() in ::destroy
14334         to avoid leaks.
14335
14336         * gtk/gtklabel.c (set_markup):
14337         Don't leak text.
14338
14339         * gtk/gtktextlayout.c:
14340         Always free display->shaped_objects.
14341
14342         * gtk/testgtk.c (create_clist):
14343         Don't leak custom style.
14344
14345 2001-01-23  Alexander Larsson  <alexl@redhat.com>
14346
14347         * gtk/gtkcolorsel.c (grab_color_at_mouse):
14348         Don't leak image. Simplify using gdk_colormap_query_color().
14349         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
14350
14351         * linux-fb/gdkcolor-fb.c:
14352         Implemented gdk_colormap_query_color.
14353
14354 2001-01-23  Alexander Larsson  <alexl@redhat.com>
14355
14356         * linux-fb/gdkcursor-fb.c:
14357         Don't leak built-in cursors.
14358
14359         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
14360         Don't leak tmp_points.
14361
14362         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
14363         Don't modify desc. Don't leak font if the PangoFont
14364         isn't found.
14365         
14366         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
14367         Free dash_list.
14368
14369         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
14370         Don't leak string.
14371         
14372 2001-01-20  Havoc Pennington  <hp@pobox.com>
14373
14374         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
14375         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
14376         me, matches Pango
14377
14378 2001-01-22  Havoc Pennington  <hp@redhat.com>
14379
14380         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
14381
14382         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
14383
14384         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
14385         Remove, move back to gdk-pixbuf
14386
14387         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
14388         to all the word functions
14389
14390         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
14391         before doing anything on NULL layout or if we don't have the focus
14392
14393         * gtk/testtext.c (fill_example_buffer): "justification"
14394
14395         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
14396         to be called "justification" not "justify"
14397
14398         * demos/gtk-demo/textview.c (create_tags): "justification"
14399         
14400         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
14401
14402 2001-01-22  Alexander Larsson  <alexl@redhat.com>
14403
14404         * gdk/gdkwindow.c (gdk_window_invalidate_region):
14405         Don't leak visible_region. Use visible_region instead of region.
14406         
14407         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
14408         Don't do extra gdk_drawable_ref(). This is not X.
14409         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
14410         gdk_fb_focused_window is ref:ed.
14411         (gdk_fb_window_send_crossing_events): Watch out for destroyed
14412         windows.
14413
14414 2001-01-22  Alexander Larsson  <alexl@redhat.com>
14415
14416         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
14417         Don't leak the PangoFontDescriptor.
14418
14419 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
14420
14421         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
14422         when not realized.
14423         (gtk_tree_view_scroll_to_cell): Make work when not realized.
14424         (gtk_tree_view_realize): add scroll_to support
14425         (gtk_tree_view_finalize): add a finalize method.  Populate.
14426         (gtk_tree_view_insert_column): ref and sink the column.
14427         (gtk_tree_view_append_column): ref and sink the column.
14428         (gtk_tree_view_queue_draw_node): New function to handle redrawing
14429         individual nodes.  Should make the code much more efficient, if
14430         actually used.
14431
14432 2001-01-19  Havoc Pennington  <hp@redhat.com>
14433
14434         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
14435         byte_offset variable was being used to mean both "offset into
14436         layout" and "offset into buffer line" which was no longer true
14437         with addition of preedit string; fix
14438
14439 2001-01-19  Havoc Pennington  <hp@redhat.com>
14440
14441         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
14442
14443         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
14444         function
14445
14446         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
14447         implement
14448
14449         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
14450         scroll_to_cell, matches TextView scroll functions better
14451         (gtk_tree_view_tree_to_widget_coords): new function
14452         (gtk_tree_view_widget_to_tree_coords): new function
14453         (gtk_tree_view_get_visible_rect): new function
14454         (gtk_tree_view_get_path_at_pos): accept negative coordinates
14455         (gtk_tree_view_draw_node_focus_rect): new function moved from
14456         draw_focus, also, use width of bin_window as width of the focus
14457         rect
14458         (gtk_tree_view_expand_row): fix bug where it didn't recognize
14459         already-expanded rows
14460         (gtk_tree_view_get_cell_rect): new function
14461         (gtk_tree_view_get_path_at_pos): return the click position
14462         relative to the passed-in cell
14463         (gtk_tree_view_set_expander_column): new function
14464
14465         * configure.in: remove gtk-config-2.0 chmod
14466
14467         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
14468         and properly handle drags with targets we don't understand
14469         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
14470         scrolling anyway
14471         (gtk_text_view_drag_drop): stop scrolling here though, and set the
14472         mark invisible
14473
14474         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
14475         function
14476         (gtk_drag_dest_get_target_list): new function
14477         (gtk_drag_dest_set_target_list): new function
14478         
14479         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
14480
14481         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
14482         related to drag-and-drop
14483
14484 2001-01-19  Alexander Larsson  <alexl@redhat.com>
14485
14486         * gdk/linux-fb/gdkprivate-fb.h:
14487         Define EMULATE_GDKFONT.
14488         Add extra pango_font stuff to GfkFontPrivate.
14489         
14490         * gdk/linux-fb/gdkdrawable-fb2.c:
14491         * gdk/linux-fb/gdkfont-fb.c:
14492         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
14493         emulation using PangoFont.
14494
14495 2001-01-17  Havoc Pennington  <hp@pobox.com>
14496
14497         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
14498         all the non-deprecated set_foo functions. Added missing object
14499         properties, and added g_object_notify() to setters. 
14500         Wrote docs.
14501         
14502 2001-01-18  Tor Lillqvist  <tml@iki.fi>
14503
14504         * gtk/gtkmain.c
14505         * gtk/gtkrc.c: (Win32) Use the new
14506         g_win32_get_package_installation_(sub)directory() functions.
14507
14508         * config.h.win32.in: New file.
14509         
14510         * config.h.win32: Removed.
14511
14512         * configure.in: Output config.h.win32.
14513
14514         * Makefile.am: Add it to EXTRA_DIST.
14515
14516         * gtk/gtk.def: Update.
14517
14518 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
14519
14520         * gtk/gtklabel.c (gtk_label_size_request): Set the
14521         attributes onto the PangoLayout even if they are newly
14522         created from label->pattern.
14523
14524 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
14525
14526         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
14527
14528         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
14529         structures in functions. Fixes bug where gtk_dataset_*
14530         was accidentally still being used in one place, causing
14531         every dest side event to be treated independently.
14532
14533         * gtk/gtkdnd.c: Remove last vestages of handling
14534         ::draw (fixes warning)
14535         
14536         * gtk/gtkentry.[ch]: Add drag and drop support.
14537
14538         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
14539         new function gtk_check_drag_threshhold() for checking
14540         to check if (dx,dy) has exceeded the threshhold for starting
14541         a drag and use it everywhere.
14542
14543 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
14544
14545         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
14546         add -I{includedir}/gtk-2.0.
14547
14548         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
14549         gdk/gdk-pixbuf.h: Doc fixups.
14550         
14551         * gtk/gtkobject.h: Remove trailing , from enum
14552
14553 2001-01-17 Alexander Larsson <alexl@redhat.com> 
14554
14555         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
14556         Doh! Mixed up x and y.
14557
14558         * gdk/linux-fb/gdkglobals-fb.c:
14559         Removed gdk_fb_pointer_grab_window_events,
14560         added _gdk_fb_pointer_grab_owner_events and
14561         _gdk_fb_keyboard_grab_owner_events.
14562
14563         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
14564         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
14565         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
14566         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
14567         Send crossing events after ungrab finished.
14568         (gdk_keyboard_grab): Set ..._owner_events
14569         (type_masks): Move out of function.
14570         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
14571         gdk_fb_keyboard_event_window): New functions, return the
14572         window an event should be targeted at. Handles grabs and
14573         event propagation. Can return NULL.
14574         (gdk_event_make): Remove event_mask checking. Now always
14575         returns an event.
14576                 
14577         * gdk/linux-fb/gdkkeyboard-fb.c:
14578         * gdk/linux-fb/gdkproperty-fb.c:
14579         * gdk/linux-fb/gdkselection-fb.c:
14580         Use new event_window/gdk_event_make() behaviour.
14581         
14582         * gdk/linux-fb/gdkmouse-fb.c:
14583         Use new event_window/gdk_event_make() behaviour.
14584         Only send motion events if in the same window.
14585         If grabbed, use cursor from window if sibling of grabbed
14586         window, and cursor from grabbed window otherwise.
14587
14588         * gdk/linux-fb/gdkprivate-fb.h:
14589         Update gdk_fb_window_send_crossing_events, gdk_event_make
14590         and grab varaible declarations. Add gdk_fb_*_event_window().
14591
14592         * gdk/linux-fb/gdkwindow-fb.c:
14593         Use new event_window/gdk_event_make() behaviour.
14594         Keep correct track of focus window.
14595         (gdk_window_set_events): Set all specific button motion masks
14596         if GDK_BUTTON_MOTION_MASK set.
14597
14598         * gtk/gtkdnd.c (gtk_drag_update):
14599         Free info->last_event if gdk_drag_motion returned FALSE.
14600
14601 2001-01-16  Tor Lillqvist  <tml@iki.fi>
14602
14603         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
14604         Eliminate redraws when input-only windows are shown or
14605         hidden. Thanks to jpe@archaeopteryx.com.
14606
14607 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
14608
14609         * docs/faq/gtk-faq.sgml: FAQ update:
14610           - Update to bugzilla
14611           - Add GTK+ and security/SUID/SGID
14612           - Add DnD question
14613
14614 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
14615
14616         * gdk/linux-fb/gdkdnd-fb.c:
14617         Some cleanups.
14618         
14619 2001-01-15  Havoc Pennington  <hp@pobox.com>
14620
14621         * tests/testtreeview.c: add test stuff for CellRendererToggle
14622
14623         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
14624         accessor
14625
14626         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
14627         only toggle on button press (would do release like GtkButton, but
14628         we'd need implicit grab code for treeview cells)
14629
14630 2001-01-16  Tor Lillqvist  <tml@iki.fi>
14631
14632         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
14633
14634         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
14635         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
14636
14637         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
14638         to g_{locale,filename}_{to,from}_utf8 to match current API.
14639
14640         * gtk/makefile.msc.in (gtk_OBJECTS)
14641         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
14642
14643         * gtk/gtk.def: Update.
14644
14645 2001-01-15  Tor Lillqvist  <tml@iki.fi>
14646
14647         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
14648         implementaion that more closely mimics the events that an X server
14649         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
14650         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
14651         with nested preview widgets, for instance, more responsive when
14652         you move the mouse quickly into them.
14653         (find_window_for_pointer_event): Make it actually compile.
14654         (gdk_event_translate): Set send_event to the value of
14655         InSendMessage (). This doesn't really mean the same as X11's
14656         send_event flag, but is close enough, says jpe@archaeopteryx.com
14657
14658 2001-01-15  Alexander Larsson  <alexl@redhat.com>
14659
14660         * gdk/linux-fb/gdkdnd-fb.c:
14661         Implemented drag and drop.
14662         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
14663         when it tries to free and then copy the same event (info->last_event).
14664         I am not sure about why this happens, but will continue looking.
14665
14666 2001-01-15  Alexander Larsson  <alexl@redhat.com>
14667
14668         * gdk/linux-fb/gdkwindow-fb.c:
14669         Use gdk_window_invalidate_rect instead of
14670         gdk_window_invalidate_rect_clear to minimise flashing.
14671         When hiding windows you need to clear the root window though.
14672
14673 2001-01-15  Alexander Larsson  <alexl@redhat.com>
14674
14675         * gdk/linux-fb/gdkdrawable-fb2.c:
14676         For optization, add an full_shapes argument to gdk_fb_clip_region.
14677         If this is false, only the cliprects of the shapes are used.
14678
14679         * gdk/linux-fb/gdkprivate-fb.h:
14680         Export gdk_fb_window_peek_shape.
14681         Add full_shapes to gdk_fb_clip_region.
14682
14683         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
14684         When moving a window, don't clear everything under the it, just the
14685         root window. Makes stuff faster and flash less.
14686         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
14687         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
14688         offset of the shape.
14689         
14690
14691 2001-01-12  Havoc Pennington  <hp@redhat.com>
14692
14693         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
14694         current invalid region, fixes redraw bug while scrolling the 
14695         text widget
14696
14697         * gtk/gtktextview.c, gtk/gtktextview.h:
14698         Rearrange the scrolling/validation/etc. code in a major way, 
14699         so it seems to make sense to me. Probably isn't genuinely that
14700         much better, but...
14701
14702         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
14703         notifies
14704
14705         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
14706
14707 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
14708
14709         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
14710         Hide mouse pointer while rotation. Show it afterwards.
14711
14712 2001-01-12  Alexander Larsson  <alexl@redhat.com>
14713
14714         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
14715         windows in consideration when generating clip region.
14716
14717         * gdk/linux-fb/gdkfb.h:
14718         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
14719
14720         * gdk/linux-fb/gdkprivate-fb.h:
14721         Add shape to GdkWindowFBDatat.
14722         exported gdk_fb_window_get_abs_shape().
14723         removed gdk_fb_draw_lines declaration.
14724
14725         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
14726         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
14727         send focus changes when there is a grabbed window.
14728         (gdk_window_get_pointer): Handle shaped windows.
14729         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
14730         (gdk_fb_window_peek_shape): Returns the shape for a window,
14731         handles GDK_FB_USE_CHILD_SHAPE.
14732         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
14733         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
14734         (gdk_window_shape_combine_mask): Implement.
14735
14736         * gtk/gtkwindow-decorate.c:
14737         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
14738         setting the shape of a window makes the window transparent.
14739
14740 2001-01-11  Havoc Pennington  <hp@redhat.com>
14741
14742         * gtk/gtktreemodelsimple.h: Oops, broke some macros
14743
14744 2001-01-10  Havoc Pennington  <hp@redhat.com>
14745
14746         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
14747         add this function, bug 40251
14748
14749         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
14750         of type macro   
14751
14752 2001-01-11  Alexander Larsson  <alexl@redhat.com>
14753
14754         * acconfig.h:
14755         Added ENABLE_SHADOW_FB
14756
14757         * configure.in:
14758         Added --disable-shadowfb
14759
14760         * gdk/linux-fb/gdkcursor-fb.c:
14761         Update shadowfb when updating cursor
14762
14763         * gdk/linux-fb/gdkdrawable-fb2.c:
14764         Added wrappers for shadowfb that calls  the normal drawable
14765         methods, but calls gdk_shadow_fb_update(bounding box) when
14766         GdkWindows are drawed to.
14767         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
14768         which also returns the bounding box.
14769
14770         * gdk/linux-fb/gdkfb.h:
14771         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
14772
14773         * gdk/linux-fb/gdkgeometry-fb.c:
14774         Update shadowfb when scrolling window.
14775
14776         * gdk/linux-fb/gdkglobals-fb.c:
14777         Add _gdk_fb_screen_angle.
14778         
14779         * gdk/linux-fb/gdkkeyboard-fb.c:
14780         Test code for screen rotation. Shift-F2 in the xlate driver
14781         rotates the screen.
14782
14783         * gdk/linux-fb/gdkmain-fb.c:
14784         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
14785
14786         * gdk/linux-fb/gdkmouse-fb.c:
14787         Use fb_width/height instead of modeinfo.xres/yres.
14788
14789         * gdk/linux-fb/gdkprivate-fb.h:
14790         Added fb_men, fb_width, fb_height & fb_stride. When using
14791         shadow fb these can differ from the framebuffer stuff.
14792         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
14793         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
14794         _gdk_fb_screen_angle. Removed CM, RP.
14795
14796         * gdk/linux-fb/gdkrender-fb.c:
14797         Added code for shadowfb handling and screen rotation using
14798         shadowfb.
14799
14800         * gdk/linux-fb/gdkwindow-fb.c:
14801         Use fb_mem, fb_stride, fb_width, fb_height.
14802         Added recompute_rowstride to reset the rowstride of all windows.
14803         Added gdk_fb_recompute_all() which recomputes rootwindow size,
14804         window abs positions and window rowstrides. Usefull when the
14805         rotation has changed.
14806
14807 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
14808
14809         * docs/faq/gtk-faq.sgml: update to make web site updating easier
14810
14811 2001-01-10  Havoc Pennington  <hp@redhat.com>
14812
14813         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
14814         where sibling == iter
14815         (gtk_tree_store_insert_after): handle sibling == iter
14816         (gtk_tree_store_prepend): remove stamp checks
14817         (gtk_tree_store_insert_before): ditto
14818         (gtk_tree_store_append): ditto
14819         (gtk_tree_store_get_path): ditto
14820         (gtk_tree_store_get_value): ditto
14821         (gtk_tree_store_iter_has_child): ditto
14822         (gtk_tree_store_iter_n_children): ditto
14823         (gtk_tree_store_iter_nth_child): ditto
14824         (gtk_tree_store_insert_after): ditto
14825         (gtk_tree_store_is_ancestor): ditto
14826         (gtk_tree_store_iter_depth): ditto
14827         (gtk_tree_store_insert_before): assert that sibling's parent is
14828         the same as the passed-in parent
14829         (gtk_tree_store_insert_after): assert that sibling's parent is
14830         the same as the passed-in parent
14831
14832         
14833         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
14834         function to get the first iterator in a model
14835         
14836         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
14837         conventionally the "root" in this sense is just NULL afaict.
14838
14839         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
14840         where sibling == iter
14841         (gtk_list_store_insert_after): handle case where sibling == iter
14842
14843         * tests/testtreeview.c (run_automated_tests): fairly lame basic
14844         automated tests for ListStore, TreeStore
14845
14846         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
14847         (gtk_list_store_insert): update tail pointer, and fix it to work
14848         (gtk_list_store_insert_before): update tail pointer, and fix it to work
14849         (gtk_list_store_append): use tail to be faster
14850         (gtk_list_store_prepend): fix it, update tail pointer
14851         (gtk_list_store_insert_after): fix it, update tail pointer
14852
14853         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
14854         the list
14855
14856 2001-01-09  Havoc Pennington  <hp@redhat.com>
14857
14858         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
14859         is NULL due to a pending resize
14860
14861         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
14862         column width to values less than 1
14863
14864         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
14865         width to be between min/max width, and still set the width 
14866         even if autosize is turned on, so the tree view can use this 
14867         function in order to autosize.
14868         (gtk_tree_view_column_init): set initial width to 1 not 0
14869
14870         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
14871         setter function to modify column width, so we get notification
14872         (gtk_tree_view_insert_iter_height): ditto
14873         (gtk_tree_view_calc_size): ditto
14874         (gtk_tree_view_check_dirty): ditto
14875
14876         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
14877         properties to change all the interesting attributes of the tree
14878         view column.
14879         (gtk_tree_view_column_set_header_clickable): rename set_clickable
14880         (gtk_tree_view_column_get_clickable): add
14881         (gtk_tree_view_column_set_cell_renderer): don't unset the current
14882         attributes; assume a cell renderer with equivalent object
14883         properties has been swapped in. Do g_object_notify().
14884         (gtk_tree_view_column_set_visible): g_object_notify
14885         (gtk_tree_view_column_get_sizing): rename from get_col_type
14886         (gtk_tree_view_column_set_sizing): g_object_notify
14887         (gtk_tree_view_column_set_width): add g_object_notify
14888         (gtk_tree_view_column_set_min_width): ditto
14889         (gtk_tree_view_column_set_max_width): ditto
14890         (gtk_tree_view_column_set_title): ditto
14891         (gtk_tree_view_column_set_clickable): ditto
14892         (gtk_tree_view_column_set_widget): ditto
14893         (gtk_tree_view_column_set_justification): ditto
14894
14895 2001-01-09  Havoc Pennington  <hp@redhat.com>
14896
14897         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
14898         there are no rows in the model
14899
14900         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
14901         NULL, then return the start of the list
14902
14903         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
14904         if we can't get any rows from an empty model 
14905
14906         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
14907         extraneous * after function pointer typedef usage
14908
14909         * Makefile.am: don't specify full path to cp and rm
14910
14911         * gtk/gtkcellrenderertextpixbuf.c
14912         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
14913         NULL before dereferencing, fixes a segfault that happened from
14914         time to time
14915
14916         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
14917         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
14918         and reindent the function
14919         (gtk_cell_renderer_pixbuf_get_size): indentation
14920
14921         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
14922         we quit it
14923         (gtk_dialog_add_buttons_valist): add g_return_if_fail
14924         (gtk_dialog_set_default_response): New function, to set default
14925         button
14926         (gtk_dialog_set_response_sensitive): New function, to set 
14927         sensitivity of buttons
14928
14929         * gtk/gtkcellrendererpixbuf.c
14930         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
14931         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
14932
14933         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
14934         handle any G_TYPE_OBJECT subclass, not just the base class, and 
14935         also boxed types.
14936         (_gtk_tree_data_list_value_to_node): ditto
14937
14938         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
14939         --gtk-debug=tree
14940
14941         * gtk/gtkmain.c: add GTK_DEBUG_TREE
14942
14943         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
14944
14945 2001-01-09  Tor Lillqvist  <tml@iki.fi>
14946
14947         * gdk/win32/gdkevents-win32.c: Implement better mouse
14948         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
14949         (find_window_for_pointer_event): New function.
14950         (gdk_event_translate): Use it when handling mouse events.
14951
14952 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
14953
14954         * configure.in:
14955         Added --with-included-loaders option
14956
14957         * gdk-pixbuf/Makefile.am:
14958         * gdk-pixbuf/gdk-pixbuf-io.c:
14959         Add support for including selected gdk-pixbuf loaders only.
14960
14961         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
14962         gtk_window_set_has_frame):
14963         Added inline documentation.
14964
14965         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
14966         * docs/reference/gdk/tmpl/windows.sgml:
14967         Added inline documentation.
14968
14969 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
14970
14971         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
14972         realizing buttons that have already been realized.
14973
14974 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
14975
14976         * tests/testtreeview.c (main): Show menu items before adding to
14977         option menu.
14978
14979         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
14980         around if we kill them.
14981
14982         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
14983         Return if we pass in a NULL model.
14984
14985 2001-01-08  Havoc Pennington  <hp@redhat.com>
14986
14987         * tests/testtreeview.c: hack on this some
14988
14989         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
14990         gtk_tree_store_set_valist, v is for arrays, valist for varargs
14991         list
14992         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
14993
14994         * gtk/gtkliststore.h: Add varargs set() and get() convenience
14995         functions
14996
14997 2001-01-08  Alexander Larsson  <alexl@redhat.com>
14998
14999         * gtk/gtkwindow-decorate.[hc]:
15000         * gtk/Makefile.am:
15001         New files. Contains an implementation of a minimal WM for
15002         linux-fb.
15003
15004         * gtk/gtkwindow.h:
15005         Add the possibility for GtkWindows to specify a frame. This
15006         is used for the window decoration code, but could concievably
15007         be used for X programs too (xmms style windows).
15008         GtkWindow->frame is the toplevel window if the window is framed.
15009         The signal frame_event gets all events that are targeted to
15010         GtkWindow->frame.
15011         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
15012         
15013         * gtk/gtkwindow.c:
15014         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
15015         Call out to gtkwindow-decorate.c for WM support in linx-fb.
15016
15017 2001-01-08  Alexander Larsson  <alexl@redhat.com>
15018
15019         * docs/README.linux-fb:
15020         Correct filename ~/.pangoft2_aliases
15021
15022         * gdk/gdkwindow.h:
15023         Added new function gdk_window_get_decorations.
15024
15025         * gdk/linux-fb/gdkfb.h:
15026         Removed _gdk_window_get_decorations declaration.
15027         Renamed _gdk_window_set_child_handler to
15028         gdk_fb_window_set_child_handler.
15029
15030         * gdk/linux-fb/gdkwindow-fb.c:
15031         Renamed _gdk_window_set_child_handler to
15032         gdk_fb_window_set_child_handler.
15033
15034         * gdk/x11/gdkwindow-x11.c:
15035         New function gdk_window_get_mwm_hints().
15036         Implemented gdk_window_get_decorations.
15037
15038         * docs/reference/gdk/tmpl/windows.sgml:
15039         * docs/reference/gdk/gdk-sections.txt:
15040         Added gdk_window_get_decorations docs.
15041         
15042 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
15043
15044         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
15045         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
15046         gdk_fb_window_send_crossing_events):
15047         Possibly send focus events when the mouse moves from one
15048         window to another.
15049
15050 2001-01-07  Tor Lillqvist  <tml@iki.fi>
15051
15052         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
15053         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
15054         to match current API.
15055
15056         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
15057         environment variable is set, don't call g_error when on a
15058         palettized (PseudoColor) display. Some people want to use GTK+ 
15059         in 256-colour mode even though works only partially.
15060
15061         * gdk/gdk.def
15062         * gtk/gtk.def
15063         * gtk/makefile.mingw.in: Update.
15064
15065 2001-01-05  Havoc Pennington  <hp@redhat.com>
15066
15067         * tests/testtreeview.c: hack on this a bit
15068
15069         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
15070         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
15071
15072         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
15073         was spelled incorrectly
15074         (GTK_IS_TREE_MODEL_SIMPLE): ditto
15075
15076         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
15077         from gtk_tree_view_set_headers_active   
15078
15079         * gtk/gtktexttag.c:
15080         (gtk_text_tag_get_property): handle PROP_DIRECTION
15081         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
15082         properties, bug 40235
15083
15084         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
15085         forward_to_line_end
15086
15087 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
15088
15089         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
15090         modules/input/gtkimcontextxim.c: Adapt to new prototypes
15091         for unicode,locale,filename conversion functions.
15092
15093 2001-01-05  Havoc Pennington  <hp@redhat.com>
15094
15095         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
15096         broken if called on the first position in the buffer.
15097
15098         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
15099         forward_to_delimiters to be called only if we aren't already at
15100         the delimiters.
15101
15102 2001-01-05  Havoc Pennington  <hp@redhat.com>
15103
15104         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
15105
15106 2001-01-05  Alexander Larsson  <alexl@redhat.com>
15107
15108         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
15109         colormap in here. Sync from X port.
15110         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
15111         Sync from X port.
15112         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
15113         This happens now and then, and i don't think it is a bug.
15114         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
15115         != endpoint.
15116         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
15117         GDK_LINE_SOLID.
15118
15119         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
15120         some of the fields filled in at least.
15121
15122         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
15123         miLineArcD is no more, remove it from the function definition.
15124
15125 2001-01-04  Havoc Pennington  <hp@redhat.com>
15126
15127         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
15128         this
15129
15130         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
15131         user_data instead of tree_node
15132
15133         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
15134         TREE_VIEW_COLUMN_SIZE
15135
15136         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
15137         "size" field to "width" finishes bug 40061
15138
15139         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
15140         for bitfields, bug 40268
15141
15142 2001-01-04  Havoc Pennington  <hp@redhat.com>
15143
15144         Rename some stuff:
15145         
15146         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
15147
15148         s/GtkModelSimple/GtkTreeModelSimple/g;
15149         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
15150         s/gtk_model_simple/gtk_tree_model_simple/g;
15151         s/gtkmodelsimple/gtktreemodelsimple/g;
15152
15153         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
15154
15155         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
15156         s/column_set_col_type/column_set_sizing/g;
15157
15158         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
15159         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
15160
15161         s/GtkCellRendererType/GtkCellRendererState/g;
15162         
15163         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
15164         (gtk_cell_renderer_toggle_class_init): change "state" property to
15165         "active", to match GtkToggleButton
15166         (gtk_cell_renderer_toggle_get_active): new function, bug
15167         40269
15168         (gtk_cell_renderer_toggle_set_active): new function
15169         (gtk_cell_renderer_toggle_set_property): route changes to toggle
15170         state through gtk_cell_renderer_set_active
15171
15172 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
15173
15174         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
15175         temporarily until they work again.  Brought up to date with
15176         changes in the model.
15177         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
15178         model.
15179
15180 2001-01-04  Havoc Pennington  <hp@redhat.com>
15181
15182         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
15183         equal to the line length, then position iterator before paragraph 
15184         separators. Fixes crash reported by Mikael Hermansson when
15185         pressing left arrow from the start of a line.   
15186
15187         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
15188         about byte indexes off the end
15189         (iter_set_from_char_offset): add g_error about char offsets
15190         off the end
15191
15192 2001-01-03  Havoc Pennington  <hp@redhat.com>
15193
15194         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
15195
15196         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
15197         of private functions; remove inclusion of private headers.
15198
15199         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
15200         function, so we don't need private functions in gtktextdisplay.c
15201
15202         * gtk/gtktextiterprivate.h: underscore-ification
15203
15204         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
15205         to instead say "only useful to implement widgets"
15206
15207         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
15208         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
15209         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
15210
15211         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
15212         This function was completely broken
15213
15214         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
15215
15216         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
15217
15218         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
15219
15220         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
15221
15222         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
15223
15224         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
15225
15226         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
15227         gtk_paint_layout
15228
15229         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
15230         gtk_paint_layout
15231
15232         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
15233         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
15234         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
15235         which were not implemented.     
15236
15237         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
15238         insert_pixbuf signal. Rename delete_text to delete_range since it
15239         also deletes pixbufs and child anchors. This almost closes bug
15240         40245 (still need to deal with child anchors)
15241
15242         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
15243         insert_pixbuf, change signal names as appropriate, change types of
15244         signals taking marks/tags to have the specific type, not just
15245         G_TYPE_OBJECT
15246         
15247         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
15248         closes bug 40051
15249
15250         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
15251         unnecessary remove_contents() call
15252         (gtk_option_menu_class_init): add a "changed" signal, closes
15253         bug 40039
15254         (gtk_option_menu_update_contents): emit "changed" if the 
15255         active menu item changes
15256
15257         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
15258         cast to GtkObject, reported by Jonas Borgstrom
15259         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
15260         we can't do stuff with side effects in finalize. Instead, spew a
15261         warning if the loader isn't closed.
15262
15263         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
15264         colormap in here, non-X ports probably need to sync to this change
15265
15266         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
15267         assertion that colormap != NULL, you can set the colormap to NULL
15268         if you like.
15269         
15270         * Makefile.am: remove gtk-config-2.0
15271
15272         * configure.in: Use pkg-config to locate GLib. Remove
15273         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
15274         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
15275         Use pkg-config to locate Pango. Output correct Pango libs to
15276         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
15277
15278         * Makefile.am (pkgconfig_DATA): install only target-specific pc
15279         files
15280         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
15281         X11 pc files
15282
15283         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
15284         unref from here
15285
15286 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
15287
15288         * configure.in:
15289         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
15290
15291 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
15292
15293         * gtk/gtktextlayout.c
15294         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
15295         variable when moving back onto a single line.
15296
15297 2001-01-01  Havoc Pennington  <hp@redhat.com>
15298
15299         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
15300
15301         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
15302
15303         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
15304         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
15305
15306 2001-01-01  Havoc Pennington  <hp@redhat.com>
15307
15308         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
15309
15310         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
15311         GtkTextAttributes
15312
15313         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
15314         #40246
15315         (gtk_text_attributes_copy_values): rename from 
15316         gtk_text_attributes_copy
15317         (gtk_text_attributes_copy): a more standard GTK copy function, 
15318         which returns a new object
15319
15320 2001-01-01  Havoc Pennington  <hp@redhat.com>
15321
15322         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
15323         
15324         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
15325         don't fill in tree_view->priv->selection, kind of an unexpected
15326         side effect
15327
15328         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
15329         gtkintl.h
15330         
15331         * gtk/gtkcellrenderer.c: Remove definition of _ and include
15332         gtkintl.h
15333         (gtk_cell_renderer_get_property): remove calls to g_value_init
15334
15335         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
15336         gtkintl.h
15337
15338         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
15339         and include gtkintl.h
15340         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
15341         property names
15342
15343         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
15344         GtkTreeSelection
15345         (_gtk_tree_selection_new_from_with_view): rename, return
15346         GtkTreeSelection
15347         (_gtk_tree_selection_set_tree_view): rename with uscore
15348         (gtk_tree_selection_get_selected): fill in the "model" out param
15349         first, so it gets filled in even if we return at the top of the 
15350         function
15351         (gtk_tree_selection_real_select_all): add a comment and an else{}
15352         to clarify this a bit
15353         (gtk_tree_selection_real_unselect_all): add the same else{}
15354
15355         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
15356         set_tree_view to have underscore prefixes, move them to the
15357         private header, fix return type of new_with_tree_view
15358         (struct _GtkTreeSelection): mark struct
15359         fields private  
15360
15361         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
15362         GtkTreeModelFlags, not a guint
15363         (gtk_tree_path_prev): return gboolean not gint
15364         (gtk_tree_path_up): return gboolean not gint
15365
15366         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
15367         return GtkTreeModelFlags, not a guint
15368
15369         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
15370         that child model is non-null before unrefing it
15371         (g_value_int_compare_func): make this a qsort compare func, not 
15372         a boolean predicate
15373
15374         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
15375         (add -umn to the end), and mark it unimplemented
15376         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
15377         I don't see what it's for - doesn't the model always sort itself?
15378         (gtk_tree_model_sort_set_compare): this had the wrong signature
15379
15380         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
15381         Fix the docs to say that it destructively replaces existing
15382         attributes (previously said that it added attributes).
15383         (gtk_tree_view_column_set_visible): canonicalize bool before
15384         equality testing. Also, check for realization before
15385         hiding/showing the tree_column->window; if this window could exist
15386         before realization, then it's busted and needs fixing, we can't 
15387         create GDK resources pre-realization. Also, remove
15388         superfluous queue_resize(), since set_size() does that for us.
15389         (gtk_tree_view_column_set_col_type): check realization before 
15390         using tree_column->window
15391
15392         * gtk/gtktreedatalist.c: fix filename in copyright notice
15393
15394 2000-12-31  Havoc Pennington  <hp@pobox.com>
15395
15396         * gtk/gtktextview.c: Rearrange all the
15397         scroll-while-dragging-or-selecting code to be different, not
15398         necessarily better. ;-)
15399         (gtk_text_view_scroll_to_mark): Change this
15400         function to take within_margin as a fraction instead of a pixel
15401         value, and to take alignment arguments (indicating where to align 
15402         the mark inside the visible area)
15403         
15404         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
15405         to GtkObject
15406
15407         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
15408         behavior so that offsets past the end of the line are not 
15409         allowed, and an offset equal to the line length moves the iterator
15410         to the next line
15411         (gtk_text_iter_set_line_index): make parallel change
15412         (gtk_text_iter_get_bytes_in_line): add this function
15413         
15414         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
15415         of byte indexes off the end of the line; byte index at the end of
15416         the line now returns FALSE and doesn't fill in the requested
15417         values, byte index past the end of the line is an error.  Also,
15418         don't allow -1 offset anymore, since its meaning is unclear.
15419
15420         This change exposes some bug in visual cursor motion, where we
15421         end up with a huge invalid byte index; needs fixing. Symptom of 
15422         bug is a crash when you hit up arrow.
15423         
15424         (_gtk_text_line_char_locate): match the change to byte_locate
15425
15426         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
15427         from start of line properly. fixes bug reported by Mikael
15428         Hermansson where backspace would delete all text before the
15429         cursor.
15430
15431 2000-12-30  Tor Lillqvist  <tml@iki.fi>
15432
15433         * gdk/win32/gdkwindow-win32.c
15434         (gdk_window_impl_win32_get_visible_region): New function, as in
15435         the X11 backend.
15436         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
15437         instead of duplicating the same code here.
15438
15439         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
15440         GDK_COLORMAP macro.
15441
15442         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
15443         destroy function.
15444         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
15445         access that.
15446
15447         * gtk/gtk.def: Update.
15448
15449         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
15450
15451 2000-12-30  Havoc Pennington  <hp@pobox.com>
15452
15453         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
15454         colormap on input only windows, to avoid special cases all over
15455         the code for these windows.
15456
15457 2000-12-26  Tor Lillqvist  <tml@iki.fi>
15458
15459         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
15460         we are on a palettized display ("PseudoColor" in X11), as the code
15461         for that doesn't work anyway, and never has.
15462
15463 2000-12-22  Alexander Larsson  <alexl@redhat.com>
15464
15465         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
15466         Don't use isprint() for chars > 255.
15467
15468 2000-12-21  Havoc Pennington  <hp@redhat.com>
15469
15470         * tests/testtreeview.c: more work
15471
15472 2000-12-21  Alexander Larsson  <alexl@redhat.com>
15473
15474         * docs/README.linux-fb:
15475         Update the docs to the new pangoft2 way.
15476
15477 2000-12-21  Alexander Larsson  <alexl@redhat.com>
15478
15479         * configure.in:
15480         For linux-fb get the pangoft2 cflags and libs. This needs a recent
15481         pango version.
15482         Remove modules/linux-fb/Makefile.
15483
15484         * gdk/linux-fb/gdkdrawable-fb2.c:
15485         Render glyphs using freetype.
15486
15487         * gdk/linux-fb/gdkfb.h:
15488         Add new fb-specific functions needed for managing windows.
15489
15490         * gdk/linux-fb/gdkmain-fb.c:
15491         Remove gdk_font_init/fini() calls.
15492
15493         * gdk/linux-fb/gdkpango-fb.c:
15494         Remove old implementation. Use pangoft2 instead.
15495
15496         * gdk/linux-fb/gdkprivate-fb.h:
15497         Remove PangoFBFont and related stuff.
15498
15499         * gdk/linux-fb/gdkwindow-fb.c:
15500         Implement drawable->get_visible_region.
15501         Implement support for _gdk_window_set_child_handler () and
15502         _gdk_window_get_decorations().
15503
15504         * modules/Makefile.am:
15505         Remove linux-fb subdir.
15506
15507         * modules/linux-fb/*:
15508         Removed all.
15509         
15510 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
15511
15512         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
15513         calls, as they are no longer needed.
15514
15515         * gtk/gtktreemodelsort.c: Fix up the comparison code.
15516         
15517         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
15518         figure out how to emit a signal on an interface.
15519
15520 2000-12-20  Havoc Pennington  <hp@redhat.com>
15521
15522         * tests: new directory to contain tests, gtk/test* should move
15523         here sometime (with appropriate on-cvs-server hackery)
15524
15525         * tests/testtreeview.c, tests/Makefile.am: a test
15526         
15527         * configure.in (AC_OUTPUT): add tests/Makefile
15528
15529         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
15530         and "invisible_set" which were missing
15531
15532         * gtk/gtkrbtree.h: some cheesy indentation fix
15533         
15534 2000-12-20  Alexander Larsson  <alexl@redhat.com>
15535
15536         * gtk/gtkinvisible.c (gtk_invisible_realize):
15537         Attach the style to the window so that the style it is not
15538         leaked when unrealizing the window.
15539
15540 2000-12-18  Havoc Pennington  <hp@redhat.com>
15541
15542         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
15543         begin/end user action where appropriate
15544         (gtk_text_view_commit_handler): add begin/end user action
15545
15546         * gtk/gtktextbuffer.c: add begin/end user action signals, and
15547         bracket interactive operations with begin/end user action pair.
15548         
15549         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
15550         "interactive" arg from insert_text and delete_text signals.
15551         Add begin_user_action, end_user_action signals
15552         (gtk_text_buffer_begin_user_action): 
15553         (gtk_text_buffer_end_user_action): New functions to delimit 
15554         a user-visible action
15555
15556         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
15557         signals.
15558         
15559 2000-12-18  Havoc Pennington  <hp@redhat.com>
15560
15561         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
15562         was pretty non-working.
15563
15564         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
15565         by passing the length to g_utf8_validate().
15566
15567 2000-12-16  Havoc Pennington  <hp@pobox.com>
15568
15569         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
15570         Port to GObject, can go back in gdk-pixbuf after setting up 
15571         a gdk-pixbuf-marshal.h header over there.
15572
15573         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
15574         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
15575         args
15576         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
15577         set
15578         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
15579         here, do it when we create the buttons later
15580         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
15581         (gtk_tree_view_map): paranoia checks that column->button is shown 
15582         and unmapped
15583         (gtk_tree_view_size_request): only request visible children.
15584         Move header size calculation in here, for cleanliness, and 
15585         to maintain invariants for child widgets if we eventually 
15586         let users set different children inside the buttons
15587         (gtk_tree_view_map_buttons): factor out code to map buttons,
15588         since it was being called several times
15589         (gtk_tree_view_size_allocate_buttons): move_resize the drag
15590         windows instead of just moving them; their height may change 
15591         if we allow random widgets in there, or the theme changes.
15592         (gtk_tree_view_size_allocate): move button size allocation 
15593         above emitting the scroll signals, to ensure a sane state when we
15594         hit user code
15595         (gtk_tree_view_button_release): remove queue_resize after
15596         tree_view_set_size(), set_size() will handle any resize queuing
15597         that's needed
15598         (gtk_tree_view_focus_in): just queue a draw, don't fool with
15599         draw_focus goo
15600         (gtk_tree_view_focus): use gtk_get_current_event() and
15601         gdk_event_get_state()
15602         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
15603         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
15604         semicolon
15605         (gtk_tree_view_create_button): show the button here
15606         (gtk_tree_view_button_clicked): actually emit the clicked signal
15607         on the column
15608         (_gtk_tree_view_set_size): return right away if the size is
15609         unchanged, as a cheesy optimization
15610         (gtk_tree_view_setup_model): rename set_model_realized to 
15611         setup_model to match the flag that indicates whether we've 
15612         called it
15613         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
15614         exist, because set_scroll_adjustment does that and it shouldn't
15615         matter what order you call these in
15616         (gtk_tree_view_get_vadjustment): ditto
15617         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
15618         for paranoia
15619         (gtk_tree_view_set_headers_visible): call
15620         gtk_tree_view_map_buttons() instead of using cut-and-paste code
15621         (gtk_tree_view_append_column): clarify whether the return value
15622         is the count of columns before or after, and do the increment 
15623         separately from the return statement so you can tell from the code.
15624         (gtk_tree_view_remove_column): ditto
15625         (gtk_tree_view_insert_column): ditto
15626         (gtk_tree_view_get_column): remove g_return_if_fail for columns
15627         outside the existing range, the docs say that outside-range
15628         columns are allowed, so we handle them as documented. (Presumably
15629         this allows a nice loop with column != NULL as test.)
15630         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
15631         mean (left/right/center etc.).
15632         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
15633         (gtk_tree_view_expand_row): add docs
15634         (gtk_tree_view_collapse_row): add docs
15635
15636         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
15637         function to emit the clicked signal on a column
15638         
15639         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
15640         state of an event
15641         (gdk_event_get_time): don't treat GDK_SCROLL 
15642         as a button event, remove default case from switch so gcc 
15643         will whine if we don't explicitly handle all event types
15644
15645         * gtk/gtktreeselection.h: added some FIXME 
15646         
15647         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
15648         "columns" to "n_columns" and "column" to "columns" for clarity
15649
15650 2000-12-16  Havoc Pennington  <hp@pobox.com>
15651         
15652         * gtk/gtktextiter.c: General cleanup of the log attr iteration
15653         stuff. This should make e.g. the delete key work again in the
15654         text widget...
15655         (gtk_text_iter_forward_cursor_positions): handle negative count
15656         (gtk_text_iter_backward_cursor_positions): handle negative count
15657         (gtk_text_iter_forward_word_ends): handle negative count
15658         (gtk_text_iter_backward_word_starts): handle negative count
15659
15660         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
15661         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
15662         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
15663         GObject. No doubt will cause breakage.
15664
15665         * demos/gtk-demo/textview.c: remove hacks around
15666         non-GObject-ification of the text objects
15667
15668         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
15669         the text tag
15670         
15671 2000-12-14  Havoc Pennington  <hp@pobox.com>
15672
15673         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
15674         that we have Xrender
15675
15676 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
15677
15678         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
15679         Add two virtualized functions gdk_drawable_get_clip_region - to
15680         get the clip region when drawing.
15681         
15682         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
15683         use invalidate_region.
15684
15685         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
15686         region.
15687
15688         * acconfig.h configure.in: Check for Xft. For now, assume
15689         that if Xft is found, Pango was compiled with Xft support
15690         as well.
15691
15692         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
15693         gdk_colormap_query_color().
15694         
15695         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
15696         with Xft if appropriate.
15697
15698         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
15699         a pangoxft context if we have XFT and the environment
15700         variable GD_USE_XFT is set.
15701         
15702         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
15703         and also possibly an XftDraw structure.
15704
15705         * gtk/gtkfontsel.c: Handle the case where the font from the
15706         style doesn't match any of the fonts a bit better.
15707         
15708         * gtk/testgtk.c: Add tabs between directional segments for
15709         hebrew/arabic test. (Not really necessary, just a little
15710         prettier.)
15711
15712 2000-12-14  Havoc Pennington  <hp@redhat.com>
15713
15714         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
15715         reading a file
15716
15717 2000-12-14  Havoc Pennington  <hp@redhat.com>
15718
15719         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
15720         unused call to get_last_line()
15721
15722         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
15723         here until boxed is working (and maybe after that - we should
15724         really not gratuitously break old code)
15725
15726         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
15727         specific types for font_desc and tabs args, move them to
15728         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
15729         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
15730
15731         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
15732         use GTK_TYPE_POINTER for signal signatures as a hack-around
15733
15734         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
15735         PangoTabArray
15736
15737         * gtk/gtktextlayout.c (line_display_iter_to_index): 
15738         make static
15739         (line_display_index_to_iter): make static
15740
15741         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
15742         to marshal a string not a boxed
15743
15744         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
15745
15746         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
15747         since the UTF-8 isn't validated yet
15748
15749         * gtk/gtktextsegment.c (char_segment_check_func): don't require
15750         lines to end in '\n'
15751         
15752         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
15753         forward_to_delimiters, and grapheme boundaries
15754         (gtk_text_view_delete_from_cursor): properly handle non-newline
15755         delimiters, and grapheme boundaries
15756
15757         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
15758         to gtk_text_iter_forward_to_delimiters, and make it work properly
15759         if empty lines end with a character other than '\n'
15760
15761         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
15762         position
15763
15764 2000-12-15  Tor Lillqvist  <tml@iki.fi>
15765
15766         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
15767
15768         * gtk/gtk.def
15769         * gdk/gdk.def: Update.
15770
15771         * gdk/win32/gdkmain-win32.c
15772         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
15773         gdkmain-win32.c here.
15774
15775         * gdk/win32/makefile.mingw.in (all): No need to make
15776         gdk-win32res.o here, the makefile one step up will call us to make
15777         it.
15778
15779         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
15780         gdkkeys-win32.
15781
15782         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
15783
15784         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
15785         call to g_source_add().
15786
15787         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
15788         leak. Thanks to Andreas Kemnade.
15789
15790 2000-12-13  Havoc Pennington  <hp@pobox.com>
15791
15792         * gtk/gtktextbtree.h: Remove double _ in front of some functions
15793
15794         * gtk/gtktext*.[hc]: update accordingly
15795         
15796 2000-12-13  Havoc Pennington  <hp@pobox.com>
15797
15798         * gtk/gtktextbtree.h: Put _ in front of every function in this 
15799         header file
15800
15801         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
15802
15803 2000-12-13  Alex Larsson  <alexl@redhat.com>
15804
15805         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
15806         Add support for ps2 intellimouse.
15807
15808         * gdkkeyboard-fb.c:
15809         Move shift-F1 repaint handling to xlate handler only.
15810         
15811         * docs/README.linux-fb:
15812         Add imps2 to docs.
15813         Document the new refresh keys.
15814         
15815 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
15816
15817         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
15818
15819         * gtk/gtkbox.c: change property types from (u)long to (u)int for
15820         ::position and ::padding.
15821
15822         * gtk/gtkcontainer.c: make ::border_width an INT property.
15823
15824         * gtk/gtkpacker.c: make ::position an INT property.
15825
15826         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
15827         guard against NULL h/v scrollbars, since this is used at construction
15828         time.
15829
15830         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
15831         internal gtk_clist_constructor().
15832
15833         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
15834         gtk_ctree_constructor().
15835
15836         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
15837         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
15838
15839         * docs/reference/Makefile.am: fun stuff, disabled docs generation
15840         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
15841
15842         * gtk/gtkwidget.[hc]:
15843         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
15844         and gtk_widget_get().
15845         (gtk_widget_new): use g_object_new_valist().
15846         (gtk_widget_set): use g_object_set_valist().
15847
15848         * gtk/gtkobject.[hc]:
15849         removed gtk_object_arg_get_info(), gtk_object_getv(),
15850         gtk_object_query_args(), gtk_object_newv(),
15851         gtk_object_class_add_signals(),
15852         gtk_object_class_user_signal_new(),
15853         gtk_object_class_user_signal_newv(),
15854         gtk_object_arg_set(), gtk_object_arg_get(),
15855         gtk_object_args_collect(),
15856         gtk_object_default_construct(),
15857         gtk_object_constructed(),
15858         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
15859         removed nsignals, signals and n_args members from GtkObjectClass.
15860         (gtk_object_new): use g_object_new_valist().
15861         (gtk_object_set): use g_object_set_valist().
15862         (gtk_object_get): use g_object_get_valist().
15863         
15864         * gtk/gtkcompat.h: define gtk_object_default_construct().
15865         
15866         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
15867         g_object_new().
15868
15869         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
15870         fucntions, cleaned up method assignments (make sure your structures
15871         are setup properly before calling out). removed all GTK_CONSTRUCTED
15872         hacks ;)
15873
15874 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
15875
15876         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
15877         off-by-one error in checks. (Dave Lambert)
15878
15879 2000-12-12  Alexander Larsson  <alexl@redhat.com>
15880
15881         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
15882         Don't free gdk_fb_keyboard twice.
15883
15884 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
15885
15886         * gtk/testgtk.c:
15887         (create_tooltips): 
15888         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
15889         use GObject swapped_signal:: properties instead.
15890
15891         * gtk/gtkcellrenderertoggle.c: 
15892         * gtk/gtkcellrenderertextpixbuf.c: 
15893         * gtk/gtkcellrenderertext.c: 
15894         * gtk/gtkcellrendererpixbuf.c: 
15895         * gtk/gtkcellrenderer.c:
15896         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
15897         missing warnings for invalid property ids, install properties
15898         with g_object_class_install_property() now.
15899         
15900         * gtk/gtksignal.c:
15901         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
15902         
15903 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
15904         
15905         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
15906         to determine if a window is the focus widget within
15907         its toplevel.
15908
15909         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
15910         to be boolean.
15911
15912         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
15913         of the case where the container CAN_FOCUS to here instead
15914         of having it in each individual move-the-focus place.
15915
15916         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
15917         focusing to be geometric in a much more obvious sense. Arrowing
15918         around is still non-intuitive because it isn't perfect and
15919         because entries, etc, grab the arrow keys, but it at least
15920         usually will do what you expect now.
15921         
15922         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
15923         file.
15924
15925         * gtk/gtknotebook.c: Change tabs to be a single item in
15926         the focus chain. Make movement of focus on tabs with arrow
15927         keys wrap around.
15928         
15929         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
15930         CHECK_FIND_CHILD macro to give informative error messages
15931         instead of silent returns.
15932
15933         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
15934         flag since we handle GdkReturn on the tabs.
15935
15936         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
15937         windows rather than sending expose events directly.
15938
15939         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
15940         definition for GtkNotebookPage into .c file, since it is private.
15941
15942         * gtk/testgtk.c (create_notebook): Add option for 
15943         testing borderless notebook.
15944
15945         * gtk/testgtk.c (page_switch): Removed egregious poking
15946         around in GTK+ internals.
15947
15948         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
15949
15950         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
15951         properly through gtk_clist_focus. Make the title headers a
15952         single item in the tab-focus chain, and make left-right wrap
15953         around.
15954
15955         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
15956         focus method so that wrapping around works properly.
15957
15958         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
15959         that is handled for the widget now. 
15960
15961 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
15962
15963         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
15964         widgets as TOPLEVEL.
15965
15966         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
15967         TOPLEVEL widgets are containers.
15968
15969         * gtk/gtkinvisible.h: Remove useless include.
15970
15971 2000-12-11  Havoc Pennington  <hp@redhat.com>
15972
15973         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
15974         Handle chopping off \r\n and 0x2029 in addition to \n before
15975         passing to PangoLayout
15976
15977         * gtk/gtkimcontextsimple.c
15978         (gtk_im_context_simple_get_preedit_string): 
15979         return an empty string if no match is pending
15980
15981         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
15982         assertion that the returned preedit string was sane
15983
15984         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
15985         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
15986         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
15987
15988 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
15989
15990         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
15991         Fix up finalizer to chain to its parent.
15992
15993 2000-12-11  Alexander Larsson  <alexl@redhat.com>
15994
15995         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
15996         Clearified the difference between the keyboard types. Wrote a note
15997         about the magic sysrq key to get out of raw mode.
15998
15999 2000-12-09  James Henstridge  <james@daa.com.au>
16000
16001         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
16002         member to hold masks for detecting the start of a protocol packet.
16003         (mouse_devs): add packet start masks for ps2 and ms device types.
16004         Left the mask for fidmour blank, as I have no idea what it should
16005         be.
16006         (handle_mouse_io): skip bytes until we get to the start of a
16007         packet.  My Logitech mouse seems to be passing an extra NULL pad
16008         byte, and GPM does a similar thing here.
16009         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
16010         this is the ms mouse driver.
16011         (gdk_fb_mouse_ms_packet): fix up button handling, which was
16012         completely broken except for button1.  It was checking the wrong
16013         bit in the packet for the status of the right mouse button, and
16014         wrongly assuming right == button2 rather than 3.  I fixed that and
16015         also added support for middle button (button2).
16016
16017 2000-12-08  Havoc Pennington  <hp@redhat.com>
16018
16019         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
16020         that cause a segfault on text insertion
16021
16022         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
16023         warning
16024
16025         * gtk/gtktextiter.c (test_log_attrs): use
16026         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
16027
16028         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
16029         Get log attrs for a line, using a cache stored on the buffer
16030         
16031         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
16032         reported by Jeff Franks
16033
16034 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
16035
16036         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
16037         /dev/ttyS0 -> /dev/mouse
16038
16039 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
16040
16041         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
16042         Added dummy gdk_fontset_load.
16043
16044 2000-12-08  Alexander Larsson  <alexl@redhat.com>
16045
16046         * docs/README.linux-fb:
16047         * docs/Makefile.am:
16048         Initial GtkFB docs.
16049         
16050         * gdk/linux-fb/Makefile.am:
16051         Define GDK_DATA_PREFIX.
16052
16053         * gdk/linux-fb/gdkmain-fb.c:
16054         Fix typo.
16055         Change default display to /dev/fb0.
16056
16057         * gdk/linux-fb/gdkpango-fb.c:
16058         Add $(prefix)/share/fonts/ to font path.
16059         
16060 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
16061
16062         * gdk/linux-fb/gdkkeyboard-fb.c:
16063         New file containing the abstracted keyboard driver. Most code
16064         taken from gdkinput-ps2.c
16065
16066         * gdk/linux-fb/gdkinput-ps2.c:
16067         Removed file.
16068         
16069         * gdk/linux-fb/Makefile.am:
16070         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
16071
16072         * gdk/linux-fb/gdkcolor-fb.c:
16073         display->fb was renamed to display->fb_fd.
16074
16075         * gdk/linux-fb/gdkcursor-fb.c:
16076         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16077
16078         * gdk/linux-fb/gdkinput.c:
16079         Moved gdk_input_init here from gdkinput-ps2.c
16080
16081         * gdk/linux-fb/gdkmain-fb.c:
16082         display->fb was renamed to display->fb_fd.
16083         Now the tty and the console is opened here instead
16084         of in the keyboard driver. Also check GDK_VT to see what
16085         tty to open.
16086         Move gdk_beep () here from gdkinput-ps2.c
16087         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16088
16089         * gdk/linux-fb/gdkmouse-fb.c:
16090         Add header.
16091         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16092         Return correct keyboard modifiers.
16093         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
16094
16095         * gdk/linux-fb/gdkprivate-fb.h:
16096         Add tty and vt info to display.
16097         Add orignal modeinfo storage to display
16098         Update global functions
16099
16100         * gdk/linux-fb/gdkwindow-fb.c:
16101         Added gdk_fb_window_find_focus().
16102         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16103
16104 2000-12-07  Havoc Pennington  <hp@pobox.com>
16105
16106         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
16107         function, noticed by Alex
16108
16109 2000-12-06  Elliot Lee  <sopwith@redhat.com>
16110
16111         * configure.in: Detect freetype properly
16112
16113         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
16114         above.
16115
16116 2000-12-06  Alexander Larsson  <alexl@redhat.com>
16117
16118         * gdk/linux-fb/Makefile.am:
16119         Add gdkmouse-fb.c
16120         
16121         * gdk/linux-fb/gdkmouse-fb.c:
16122         New file. Abstracted the mouse drivers a bit.
16123
16124         * gdk/linux-fb/gdkcursor-fb.c:
16125         The cursor hide/show functions was moved here from gdkinput-ps2.c.
16126
16127         * gdk/linux-fb/gdkinput-ps2.c:
16128         Removed old mouse handling code. Moved cursor handling code
16129         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
16130         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
16131         gdk_mouse_get_info.
16132
16133         * gdk/linux-fb/gdkmain-fb.c:
16134         Pass NULL pointers for x,y in gdk_mouse_get_info call.
16135
16136         * gdk/linux-fb/gdkprivate-fb.h:
16137         Removed public gdk_fb_find_common_ancestor, added and renamed
16138         functions for the new mouse handling code.
16139
16140         * gdk/linux-fb/gdkwindow-fb.c:
16141         Moved gdk_fb_window_send_crossing_events here. added global
16142         variable gdk_fb_window_containing_pointer. made
16143         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
16144         renamed to gdk_mouse_get_info.
16145
16146 2000-12-06  Alexander Larsson  <alexl@redhat.com>
16147
16148         * gdk/linux-fb/gdkevents-fb.c:
16149         Update to match latest gmain/gsource changes.
16150
16151         * gdk/linux-fb/gdkinput-ps2.c:
16152         Bogus gdk_keymap_get_entries_for_keycode implementation so that
16153         it links. Will be implemented later.
16154
16155 2000-12-03  Havoc Pennington  <hp@pobox.com>
16156
16157         * gdk/Makefile.am: add gdkkeys.[hc]
16158
16159         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
16160         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
16161
16162         * acconfig.h, configure.in: add checks and command line options
16163         for XKB
16164
16165         * gdk/x11/gdkkeys-x11.c: Implement the above functions
16166         
16167         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
16168         and group in the key event
16169
16170         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
16171         field with the low-level hardware key code, and a group
16172         field with the keyboard group
16173
16174         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
16175         and declare a couple globals used for keymap handling
16176         
16177         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
16178         hold down Shift-Control and type a hex number to get a Unicode 
16179         character corresponding to the hex number
16180         (gtk_im_context_simple_get_preedit_string): Fix cursor position
16181         (return bytes not chars)
16182
16183 2000-12-05  Elliot Lee  <sopwith@redhat.com>
16184
16185         * gdk/gdkcolor.h: Make GdkColor specify element sizes
16186         to avoid waste on 64-bit platforms.
16187
16188 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
16189
16190         * INSTALL: Fix link to PNG home, remove reference
16191         to fribidi.
16192
16193         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
16194         
16195         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
16196         tested.)
16197
16198         * gtk/gtkcheckmenuitem.c: Permanently turn on
16199         always_show_toggle.
16200
16201         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
16202         be NULL. (Vladimir Klebanov, #26545)
16203
16204         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
16205         some signed/unsigned comparison problems. (#6510,
16206         David Kaelbling)
16207
16208         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
16209         return type to boolean (Oskar Liljeblad, #18648)
16210
16211 2000-12-05  Alexander Larsson  <alexl@redhat.com>
16212
16213         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
16214         Remove bogus colormap setting.
16215
16216 2000-12-05  Alexander Larsson  <alexl@redhat.com>
16217
16218         * gdk/linux-fb/gdkcolor-fb.c:
16219         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
16220
16221         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
16222         Must set colormap.
16223         
16224 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
16225
16226         * docs/tutorial/gtk-tut.sgml: DND updates
16227
16228 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
16229
16230         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
16231         Remove old debug g_warning().
16232         (gdk_fb_draw_drawable): The src argument can be either a wrapper
16233         or an implementation, just pass the implementation to draw_drawable_2.
16234         
16235         * gdk/linux-fb/gdkprivate-fb.h:
16236         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
16237
16238         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
16239         clear and invalidate area when window is destroyed.
16240         (send_map_events): Remove old commented out code.
16241
16242 2000-12-05  Alexander Larsson  <alexl@redhat.com>
16243
16244         * gdk/linux-fb/gdkpango-fb.c:
16245         Use italic instead of oblique in font aliases.
16246         
16247         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
16248         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
16249         other unsupported functions.
16250
16251 2000-12-04  Havoc Pennington  <hp@redhat.com>
16252
16253         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
16254
16255         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
16256
16257         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
16258
16259         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
16260         hack to avoid infinite loops (synthetic expose event) - 
16261         Owen has more appropriate fixes in a branch he'll check in later.
16262
16263         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
16264         separator, CR, and CRLF as line ends
16265
16266         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
16267         into lines using pango_find_paragraph_boundary(); other bits of
16268         the widget are still going to be broken if the boundary isn't '\n'
16269         though
16270
16271 2000-12-04  Alexander Larsson  <alexl@redhat.com>
16272
16273         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
16274         multiply.
16275
16276         * gdk/linux-fb/gdkpango-fb.c:
16277         Copied some 26.6 scaling macros from pango to clean up the rounding.
16278         (pango_fb_font_get_glyph_info): Correct sign on x value.
16279
16280         * gdk/linux-fb/gdkprivate-fb.h:
16281         Removed unreferenced external functions.
16282
16283         * modules/linux-fb/Makefile.am: Use ` instead of '.
16284
16285         * modules/linux-fb/basic.c:
16286         Remove dead code. In particular the dummy lang engine which broke all
16287         pango layouts in GtkFB. Don't include tables-big.i anymore.
16288
16289         * modules/linux-fb/tables-big.i:
16290         Upgrade to latest version from pango. Left for reference, basic_ranges
16291         moved to basic.c.
16292         
16293 2000-12-04  Havoc Pennington  <hp@redhat.com>
16294
16295         Fix bugs Alex found:
16296         
16297         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
16298         to "draw"
16299
16300         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
16301
16302         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
16303
16304         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
16305         implementation in here, apparently the expose() implementation was
16306         dead code.
16307
16308 2000-12-04  Alexander Larsson  <alexl@redhat.com>
16309
16310         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
16311         Return positive descent.
16312
16313 2000-12-02  Havoc Pennington  <hp@pobox.com>
16314
16315         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
16316         method and signal
16317         
16318         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
16319         calls gdk_window_process_updates() to push the exposes through
16320         (gtk_widget_class_init): No more draw signal, no
16321         gtk_widget_real_draw()  
16322         
16323         * gtk/gtkbin.c (gtk_bin_draw): remove
16324
16325         * gtk/gtkbox.c (gtk_box_draw): remove
16326
16327         * gtk/gtkbutton.c (gtk_button_draw): remove
16328
16329         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
16330
16331         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
16332
16333         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
16334
16335         * gtk/gtkclist.c (gtk_clist_draw): remove
16336
16337         * gtk/gtkentry.c (gtk_entry_draw): remove
16338
16339         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
16340
16341         * gtk/gtkfixed.c (gtk_fixed_draw): remove
16342
16343         * gtk/gtkframe.c (gtk_frame_draw): remove
16344
16345         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
16346
16347         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
16348
16349         * gtk/gtklayout.c (gtk_layout_draw): remove
16350
16351         * gtk/gtklist.c (gtk_list_draw): remove
16352
16353         * gtk/gtklistitem.c (gtk_list_item_draw): remove
16354
16355         * gtk/gtkmenu.c (gtk_menu_draw): remove
16356
16357         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
16358
16359         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
16360
16361         * gtk/gtknotebook.c (gtk_notebook_draw): remove
16362
16363         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
16364
16365         * gtk/gtkpacker.c (gtk_packer_draw): remove
16366
16367         * gtk/gtkrange.c (gtk_range_draw): remove
16368
16369         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
16370
16371         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
16372
16373         * gtk/gtktable.c (gtk_table_draw): remove
16374
16375         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
16376
16377         * gtk/gtktext.c (gtk_text_draw): remove
16378
16379         * gtk/gtktextview.c (gtk_text_view_draw): remove
16380
16381         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
16382
16383         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
16384
16385         * gtk/gtktree.c (gtk_tree_draw): remove
16386
16387         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
16388
16389         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
16390
16391         * gtk/gtkviewport.c (gtk_viewport_draw): remove
16392
16393         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
16394
16395         * gtk/gtkvscale.c (gtk_vscale_draw): remove
16396
16397         * gtk/gtkwindow.c (gtk_window_draw): remove
16398
16399 2000-20-01  Anders Carlsson  <andersca@gnu.org>
16400
16401         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
16402         a GtkToggleButton is both insensitive and active, it was being
16403         drawn by the GtkButton draw handler which doesn't check the
16404         state. Now it's calling gtk_toggle_button_paint instead.
16405         
16406 2000-12-01  Havoc Pennington  <hp@redhat.com>
16407
16408         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
16409         dangling pointers to the appearance attributes from the 
16410         line display
16411
16412         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
16413         width/height to mean "full width/height of drawable"
16414
16415         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
16416         click to select word/line
16417         
16418         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
16419         when getting log attrs. Get a slice, so that pixmaps and stuff
16420         are properly handled.
16421
16422         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
16423         paste into the selection (replaces selection now, previously
16424         crashed or added to selection). Reveals longstanding btree bug -
16425         select multiple lines, middle-click on the selection, boom. This
16426         isn't related to my changes though.
16427
16428         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
16429         PangoLogAttrs changes
16430         (gtk_entry_move_backward_word): ditto
16431
16432         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
16433         functions return bool whether the iter moved onto a
16434         dereferenceable position.
16435  
16436         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
16437         functions for motion in terms of display lines.
16438
16439         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
16440         get the buffer a mark is inside
16441         
16442 2000-12-01  Alexander Larsson  <alexl@redhat.com>
16443
16444         * gdk/linux-fb/Makefile.am:
16445         * modules/linux-fb/Makefile.am:
16446         Freetype 2 final uses freetype-config
16447
16448         * gdk/linux-fb/gdkpango-fb.c:
16449         Upgrade to use Freetype 2 final.
16450         More flexible support for font aliases, this also fixes a bug with
16451         GtkFontSelector, as the aliases must be visible in the font/family list,
16452         or GtkFontSelector reads uninitialized memory.
16453
16454 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
16455
16456         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
16457         XGetIMValues to properly terminate variable argument list, and do
16458         NULL return check for ic_values and xim_styles.
16459
16460         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
16461         Restore preedit state after XmbResetIC().
16462         
16463         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
16464         XvaCreateNestedList() should take XvaNestedList, but not
16465         XvaNestedList*.
16466
16467         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
16468         preedit_draw_callback, preedit_caret_callback): Match
16469         "preedit-changed" signal name to "preedit_changed" to be
16470         consistent to the spec.
16471
16472         * gtk/gtkimcontextsimple.c (check_table):
16473         Match "preedit-changed" to "preedit_changed" to be consistent
16474         to the spec.
16475
16476 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
16477
16478         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
16479         gc->clip_region == NULL>
16480
16481 2000-11-30  Tor Lillqvist  <tml@iki.fi>
16482
16483         Changes by Hans Breuer:
16484         
16485         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
16486         Dont't use negative width and height as max_hints. This fixes
16487         Owen's recent testgtk changes for win32.
16488
16489         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
16490         gdk_win32_hdc_release): These are exported and may be called with
16491         other drawable types than our GdkDrawableImplWin32 (?).
16492
16493         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
16494         so always #define USE_BACKING_STORE.
16495
16496         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
16497         of printf for debugging output.
16498
16499         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
16500         
16501         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
16502
16503         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
16504         declaration.
16505
16506         * gtk/gtktexttypes.h: Ditto.
16507
16508         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
16509         (GDK_VoidSymbol) also if in case of arg check failure.
16510
16511         * gtk/gtkimcontextsimple.c
16512         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
16513         position to the pointer, but to the variable it points to.
16514
16515         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
16516
16517         * gtk/gtk.def: Updates.
16518
16519 2000-11-29  Elliot Lee  <sopwith@redhat.com>
16520
16521         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
16522         GTK_TYPE_TREE_MODEL.
16523
16524 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16525
16526         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
16527         Set the size of the font from the description.
16528         (gdk_text_width): Gross hack that calculates the width
16529         of text by text_length * size/2. This is necessary because
16530         GtkLabel does some ugly gtk_string_width call to calculate
16531         an good size.
16532         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
16533
16534 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
16535
16536         * docs/tutorial/gtk-tut.sgml: DND updates
16537
16538 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16539
16540         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
16541         If you pass width or height == 0 to gdk_window_clear_area they
16542         should be calculated from the window size.
16543
16544 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16545
16546         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
16547         a grab, but no grab-cursor, use the cursor from the grabbed
16548         window. (gdk_fb_window_send_crossing_events): Send normal
16549         enter/leave notifications if grab and owner_events == TRUE.
16550
16551 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16552
16553         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
16554         Do implicit button grabs, even if the window doesn't
16555         want the event.
16556         (gdk_fb_window_send_crossing_events): If there is a
16557         grab, only the grabbed window gets normal enter/leave
16558         notifications. On ungrab go from grabbed window to current.
16559         Don't send any notification to b when propagating from c -> b.
16560         If setting a grab on window, don't set prev_window.
16561         (handle_mouse_input): Send enter/leave events to the window the
16562         mouse is over, not the grabbed one.
16563         
16564 2000-11-28  Elliot Lee  <sopwith@redhat.com>
16565
16566         * gdk/gdkregion-generic.c: Zap warning.
16567         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
16568         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
16569
16570 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
16571
16572         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
16573         The cursor should be hidden if it is part of either the
16574         source or destination region. Not only if it is in both.
16575         (gdk_window_set_transient_for): Silence warnings.
16576
16577 2000-11-28  Alexander Larsson  <alexl@redhat.com>
16578
16579         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
16580         The default mode in X is Pie Arcs, therefore that is
16581         what Gtk+ uses.
16582
16583 2000-11-28  Alexander Larsson  <alexl@redhat.com>
16584
16585         * gdk/linux-fb/gdkinput-ps2.c:
16586         Implement correct EnterNotify/LeaveNotify:
16587         (gdk_fb_window_send_crossing_events): New function that sends
16588         all GdkCrossingEvents from the last mouse-window to the specified
16589         destination.
16590         (gdk_fb_window_visibility_crossing): Removed function.
16591         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
16592         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
16593         instead of gdk_window_get_pointer() for better readability.
16594
16595         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
16596         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
16597
16598         * gdk/linux-fb/gdkprivate-fb.h:
16599         removed gdk_fb_window_visibility_crossing, added
16600         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
16601
16602         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
16603         New function that finds the least common ancestor of two windows.
16604         (gdk_window_show, gdk_window_hide):
16605         Use gdk_fb_window_send_crossing_events.
16606         (gdk_fb_window_move_resize): Send configure events to toplevel
16607         windows. Use gdk_fb_window_send_crossing_events.
16608
16609 2000-11-27  Havoc Pennington  <hp@redhat.com>
16610
16611         * gtk/gtkprivate.h (enum): Remove a trailing comma
16612
16613 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
16614
16615         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
16616         the "changed" callback of the adjustment.  We need to redraw the
16617         spin button's arrows when the adjustment's range changes.
16618         (adjustment_changed_cb): Draw the arrows.
16619         (gtk_spin_button_value_changed): Draw the arrows.
16620
16621 2000-11-23  Alexander Larsson  <alexl@redhat.com>
16622
16623         * gdk/linux-fb/gdkselection-fb.c:
16624         Initial selection implementation.
16625
16626         * gtk/gtkselection.c:
16627         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
16628         requestor in gtk_selection_request.
16629         
16630         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
16631         Added gdk_selection_property atom.
16632
16633         * gdk/linux-fb/gdkprivate-fb.h:
16634         Export _gdk_selection_window_destroyed.
16635         Removed mask_off_x/y from GdkCursorPrivateFB.
16636         Removed hbearing, added top, left to PangoFBGlyphInfo.
16637
16638         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
16639         Call _gdk_selection_window_destroyed
16640         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
16641         the root window has been created.
16642         (static_dx_hack, static_dy_hack, compare_draw_rects,
16643         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
16644         in region. They are already sorted. Instead just traverse them in
16645         reverse if draw_direction < 0.
16646         
16647         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
16648         Double-clicks must be sent after the normal button_press.
16649         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
16650         
16651         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
16652         Pass _gdk_fb_screen_gc instead of NULL.
16653
16654         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
16655         Initialize gdk_selection_property.
16656         (gdk_event_make): Remove unused code.
16657
16658         * gdk/linux-fb/gdkcursor-fb.c:
16659         Make the pixmap for the cursor the same size as the mask. Also remove
16660         the mask_off_x/y fields in GdkCursorPrivateFB and combine
16661         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
16662         Now the whole cursor is visible.
16663
16664         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
16665         Fix bug where xdest+height instead of ydest+height was used
16666         to calculate if the source and dest overlapped. This fixes the
16667         redraw bug when the main window in testgtk was scrolled when
16668         partially covered by a tall window.
16669         Copy rectangles in region in order depending on draw_direction.
16670         Also moved the draw_direction flipping of start_y and end_y into
16671         the gc functions, as this might not be what all of them want.
16672         (gdk_fb_draw_lines): Support dashed lines.
16673         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
16674         so that the text is positioned correctly (was 1 pixel high).
16675
16676         gdk/linux-fb/gdkgc-fb.c:
16677         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
16678         all lines were drawn a pixel to short. Also checked the default of
16679         the rest of the values, and they're the same as X now.
16680
16681         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
16682         Clean up pixel positioning of the glyphs. Just use bgy->top and
16683         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
16684         to all divisions to get correct rounding behaviour.
16685
16686         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
16687         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
16688         Moved start_y/end_y flip into draw_drawable implementations.
16689         Flip also x rendering when draw_direction < 0.
16690         Remove unneccesary multiply with draw_direction.
16691
16692 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
16693
16694         * docs/tutorial/gtk-tut.sgml:
16695           - get rid of gtk_toggle_button_toggled FUD
16696           - start DND section - needs work - based on:
16697                 http://wolfpack.twu.net/docs/gtkdnd/
16698
16699 2000-11-22  Alexander Larsson  <alexl@redhat.com>
16700
16701         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
16702         Correct calculation of font metrics. Now GtkEntrys have sane
16703         size.
16704
16705 2000-11-22  Alexander Larsson  <alexl@redhat.com>
16706
16707         * gdk/gdktypes.h:
16708         Add new type GdkSpan
16709         
16710         * docs/reference/gdk/gdk-sections.txt,
16711         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
16712         gdk/gdkregion.h:
16713         Implement and document gdk_region_spans_intersect_foreach.
16714
16715         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
16716         Add new file gdkrender-fb.c which contains all core
16717         rendering code.
16718         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
16719         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
16720         (optimized rectangle fillers).
16721
16722         * gdk/linux-fb/gdkdrawable-fb2.c:
16723         Move all rendering code to gdkrender-fb.c.
16724         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
16725         Use the new span intersection functions in gdk_fb_fill_spans.
16726         gdk_fb_draw_rectangle() clips filled rectangles and calls
16727         gc->fill_rectangle with the result.
16728         gdk_fb_fill_spans() gets extra argument "sorted".
16729
16730         * gdk/linux-fb/gdkevents-fb.c:
16731         Remove unused includes and defines.
16732         New function gdk_fb_get_time() to get correct time for events.
16733
16734         * gdk/linux-fb/gdkinput-ps2.c:
16735         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
16736         Make sure to set the time of all events.
16737
16738         * gdk/linux-fb/gdkmain-fb.c:
16739         Use gdk_fb_get_time ().
16740
16741         * gdk/linux-fb/gdkprivate-fb.h:
16742         New virtual GC calls: fill_span & fill_rectangle.
16743         Export gdk_fb_get_time().
16744         gdk_fb_fill_spans() gets extra argument "sorted".
16745
16746         * gdk/linux-fb/mi*.c:
16747         Use GdkSpan instead of GdkRectangle.
16748         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
16749         from XFree 4 source)
16750         
16751 2000-11-22    <jrb@redhat.com>
16752
16753         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
16754         reversing the order in an if statement will do.  Doing so managed
16755         to make the treemodelsort half work.  Other half will follow after
16756         I get the insert function fully fixed.
16757
16758 2000-11-21  Elliot Lee  <sopwith@redhat.com>
16759         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
16760         more than 2 bits. Besides, I need to implement an evil hack. :)
16761
16762 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
16763
16764         * docs/tutorial/gtk-tut.sgml: minor corrections
16765
16766 2000-11-20  Jonathan Blandford <jrb@redhat.com>
16767         * gtk/gtktreemodelsort.h: Add convertion functions to let you
16768           convert to and from relative path's and iters.
16769
16770         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
16771           testing sorting functions a bit better.  Currently broken -- will
16772           fix in morning.
16773
16774 2000-11-20  Havoc Pennington  <hp@redhat.com>
16775
16776         * gtk/gtkwidget.c: Documented a bunch of functions in here
16777         (gtk_widget_realize): Warn if you try to realize
16778         a widget with no parent that isn't a toplevel
16779         (gtk_widget_intersect): return a gboolean
16780
16781 2000-11-20  Havoc Pennington  <hp@redhat.com>
16782
16783         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
16784         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
16785         scrolling to be implemented in GDK to finish. Also, right now
16786         we just size_allocate all children on every layout change,
16787         which is pretty lame. Test commented out of testtext.c, 
16788         until it works better.
16789
16790 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
16791
16792         * gdk/linux-fb/gdkdrawable-fb2.c:
16793         Removed unused arguments from gdk_fb_drawable_get_pixel().
16794
16795         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
16796         Renamed fidur specific mouse packet data in MouseDevice to
16797         generic. Used it in ps2 mouse handling code to avoid blocking
16798         reads.
16799
16800 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
16801
16802         * demos/gtk-demo/main.c: Changed to have the list become
16803         non-italic when the demo window is destroyed through an external
16804         event (like a close button).  Doing so found three bugs in the
16805         widget.
16806
16807         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
16808
16809         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
16810         we actually set the cell.
16811
16812         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
16813
16814         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
16815         free a leaked path.  Thanks memprof.
16816
16817 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
16818
16819         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
16820         off-by-one error when destroying allocated segments
16821         on failure. (Elliot)
16822
16823 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
16824
16825         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
16826         memleaks found by Evan Martin.
16827
16828 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
16829
16830         * Released 1.3.2
16831         
16832         * NEWS: Updates for 1.3.2
16833
16834 2000-11-17  Tor Lillqvist  <tml@iki.fi>
16835
16836         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
16837         but in general for window system specific events.
16838
16839         * gtk/gtk.def
16840         * gtk/makefile.mingw.in
16841         * gtk/makefile.msc.in: Update.
16842         
16843         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
16844
16845 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
16846
16847         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
16848         distribute gtk.immodules.
16849
16850         * gtk/Makefile.am (install-data-local): Don't install the
16851         gtk.immodules file created for the uninstalled modules;
16852         instead run gtk-query-immodules after install
16853
16854 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
16855
16856         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
16857         -rpath to the right install location.
16858
16859         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
16860         -export-dynamic.
16861
16862         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
16863         properly.
16864
16865 2000-11-15  Havoc Pennington  <hp@pobox.com>
16866
16867         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
16868         patch from Mikael Hermansson to temporarily stop blinking while
16869         the user is using the keyboard to type or navigate. 
16870
16871         Also, when blinking, stay on for longer than we stay off. Also,
16872         return from start_cursor_blink if !cursor_visible, to save
16873         checking that flag all over the place before we call
16874         start_cursor_blink.
16875
16876 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
16877
16878         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
16879         only contain a "fontset" line, which is now ignored.
16880
16881         * gtk/gtkentry.c (gtk_entry_button_release): Make 
16882         double-click-to-select-word work.
16883         
16884 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
16885
16886         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
16887         Don't move back one char when we are actually at the end of the 
16888         paragraph.
16889
16890 2000-11-15  Robert Brady  <robert@suse.co.uk>
16891
16892         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
16893         'o' < 'p'.
16894         
16895         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
16896         bind_textdomain_codeset.
16897
16898         (gtk_init_check): Make the warning about translating default:LTR
16899         sterner.
16900         
16901 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
16902
16903         * **/Makefile.am : remove unecessary rules for win32-specific
16904         config-substituted targets. If you want these rules, use
16905         --enable-maintainer-mode (called automatically by autogen.sh).
16906         Stops a lot of unneccessary make-time warnings.
16907
16908         * gtk/gtktext{layout,display}.c: Factor in total width as
16909         well as screen when figuring alignment for word-wrap as well as
16910         no wrap; this is necessary to handle lines that cannot be wrapped
16911         at all.
16912
16913 2000-11-15  Havoc Pennington  <hp@redhat.com>
16914
16915         * gtk/testtext.c: Implement essential color cycling feature
16916
16917 2000-11-15  Havoc Pennington  <hp@redhat.com>
16918
16919         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
16920         when we invalidate the main window.
16921
16922         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
16923         GtkTextView will now invalidate the side windows for us when text
16924         changes.
16925
16926 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
16927
16928         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
16929         unconditionally, since we may need to update the horizontal
16930         scrollbars even if the height didn't change.
16931
16932         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
16933         the extra attrs, since some of them affect size.
16934
16935         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
16936         x_offset correctly.
16937
16938 2000-11-15  Havoc Pennington  <hp@redhat.com>
16939
16940         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
16941         don't move the first line out into the margin, instead move the
16942         whole paragraph in order to make space for the first line within 
16943         the margin
16944
16945 2000-11-15  Havoc Pennington  <hp@redhat.com>
16946
16947         * gtk/gtktextview.c (changed_handler): offset redraw rect by
16948         xoffset in addition to yoffset, so horizontal scrolling doesn't
16949         break redraws
16950
16951 2000-11-15  Havoc Pennington  <hp@redhat.com>
16952
16953         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
16954         from the cursor
16955         (render_layout_line): fix reversed test that caused weird
16956         underlines to get drawn
16957
16958 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
16959
16960         * gdk/linux-fb/gdkprivate-fb.h:
16961         Fix debug macros.
16962         
16963 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
16964
16965         * gdk/linux-fb/gdkprivate-fb.h:
16966         Added virtual functions set_pixel, get_color,
16967         fill_span and draw_drawable to the GC.
16968         Added global _gdk_fb_screen_gc to use instead of
16969         NULL when drawing to the screen.
16970         Added _gdk_fb_gc_calc_state() prototype.
16971
16972         * gdk/linux-fb/gdkgc-fb.c:
16973         Call _gdk_fb_gc_calc_state() on any gc state change.
16974
16975         * gdk/linux-fb/gdkglobals-fb.c:
16976         Add _gdk_fb_screen_gc
16977                 
16978         * gdk/linux-fb/gdkdrawable-fb2.c:
16979         _gdk_fb_gc_calc_state() calculates best functions
16980         for the GC state and depth.
16981         Moved bpp specialized code to separate functions.
16982         Added optimized 24 bpp AA draw_drawable.
16983
16984         * gdk/linux-fb/gdkevents-fb.c:
16985         Silence gcc warning.
16986
16987         * gdk/linux-fb/gdkimage-fb.c:
16988         Use _gdk_fb_screen_gc
16989
16990         * gdk/linux-fb/gdkwindow-fb.c:
16991         Init and use _gdk_fb_screen_gc
16992
16993         * gdk/linux-fb/mitypes.h:
16994         Remove unused types.
16995
16996 2000-11-14  Havoc Pennington  <hp@pobox.com>
16997
16998         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
16999         to pixels
17000
17001 2000-11-14  Havoc Pennington  <hp@pobox.com>
17002
17003         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
17004
17005         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
17006         unknown char, no real reason we were using a variable. 
17007         Remove gtk_text_unknown_char variable. Fix all the text widget
17008         files accordingly.
17009
17010         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
17011         since the Unicode spec seems to prefer that character for our
17012         purposes.
17013
17014 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
17015
17016         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
17017         value of g_getenv() isn't freeable, so g_strdup it.
17018
17019         * modules/input/inuktitut.c: Inuktitut input method.
17020
17021         * modules/input/Makefile.am: Build this.
17022         
17023 2000-11-14  Elliot Lee  <sopwith@redhat.com>
17024
17025         * gtk/Makefile.am: Install gtk.immodules, needed for operation
17026         of gtk programs.
17027
17028 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
17029
17030         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
17031         reversed > that was causing Home to go to end of previous line.
17032
17033         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
17034         modified-keypresses (leave for bindings.)
17035
17036         * modules/input/Makefile.am: Remove useless -export-dynamic
17037         from module LDFLAGS.
17038
17039 2000-11-14  Havoc Pennington  <hp@redhat.com>
17040
17041         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
17042         higher.
17043
17044         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
17045         account. Also, render rise, underline, background, etc. for
17046         pixbufs as well as text. Also, draw underlines one pixel higher.
17047
17048         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
17049         PangoAttribute for the rise, so it gets drawn properly. Also,
17050         add the GtkTextAppearance attribute for pixbuf/widget segments
17051         as well; we should go ahead and have rise, underline, background,
17052         stipple work for those
17053
17054         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
17055         Pango
17056
17057 2000-11-15  Tor Lillqvist  <tml@iki.fi>
17058
17059         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
17060
17061         * gtk/gtk.def: Update.
17062
17063         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
17064         included.
17065         (gtk_rc_get_im_module_file): Use run-time installation directory
17066         on Win32.
17067
17068         * gdk/win32/rc/gdk.rc: Remove.
17069         * gdk/win32/rc/gdk.rc.in: New file.
17070         * gdk/win32/rc/Makefile.am: New file
17071         * gdk/win32/Makefile.am: Corresponding changes.
17072
17073         * gtk/gtk.rc: Remove.
17074         * gtk/gtk-win32.rc.in: New file.
17075         * gtk/Makefile.am: Corresponding changes.
17076
17077         * configure.in: Corresponding changes.
17078
17079         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
17080         has a built gtkcompat.h. Developers using CVS code on Win32 can
17081         hand-edit it from gtkcompat.h.in.
17082
17083         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
17084         gtkcompat.h from gtkcompat.h.win32.
17085
17086 2000-11-14  Havoc Pennington  <hp@redhat.com>
17087
17088         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
17089         to default to GDK_ACTION_MOVE if the drag is within a single
17090         widget. Defaults to GDK_ACTION_COPY between widgets.
17091
17092 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
17093
17094         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
17095
17096         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
17097
17098         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
17099         srcdir != builddir
17100
17101         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
17102
17103         * configure.in (GTK_VERSION): Up to 1.3.2
17104
17105         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
17106         gtkimcontextxim.h
17107
17108         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
17109         missing doc comment.
17110
17111 2000-11-14  Alexander Larsson  <alexl@redhat.com>
17112
17113         * modules/linux-fb/basic.c:
17114         Use the glib iconv wrappers.
17115
17116 2000-11-13  Havoc Pennington  <hp@pobox.com>
17117
17118         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
17119         still more bugs.
17120
17121         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
17122         scroll the GdkWindows before realization.
17123
17124 2000-11-13  Havoc Pennington  <hp@redhat.com>
17125
17126         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
17127         where GC didn't always get updated properly
17128
17129         * demos/gtk-demo/textview.c (create_tags): Use subattributes
17130         of fonts instead of setting the entire font
17131
17132         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
17133         setting entire font
17134
17135         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
17136
17137         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
17138         a bunch of individually-settable font attributes. You can still 
17139         use the "font" and "font_desc" args, they just set all the font
17140         attributes at once.
17141
17142 2000-11-13 Elliot Lee <sopwith@redhat.com>
17143
17144         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
17145
17146 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
17147
17148         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
17149         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
17150
17151         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
17152         work better.
17153
17154 2000-11-13  Havoc Pennington  <hp@redhat.com>
17155
17156         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
17157         the module file.
17158
17159         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
17160         dest->language
17161
17162         * gtk/testtext.c: Test pixels above/below/inside paragraphs
17163         settings
17164
17165         * gtk/gtktextview.c: Implement object args and setters/getters for
17166         all the aspects of the GtkTextAttributes that are not set from
17167         GtkWidget attributes. This is spacing, justification, margins,
17168         etc.
17169
17170         (gtk_text_view_set_arg)
17171         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
17172         args
17173         (gtk_text_view_class_init): Add args for justify, left_margin,
17174         right_margin, indent, and tabs
17175         
17176
17177         * gtk/gtktextlayout.c (set_para_values): fix to display indent
17178         attribute properly
17179
17180         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
17181         replace with indent attribute
17182
17183         * gtk/gtktextlayout.c (set_para_values): multiply indent by
17184         PANGO_SCALE
17185
17186         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
17187         rearranging code to do that
17188         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
17189         i.e. don't subtract the top_margin first, just to keep
17190         all margin-futzing in one place.
17191
17192         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
17193
17194         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
17195         special case of last line, Pango now handles this itself.
17196         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
17197         Y coordinate
17198         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
17199         (find_display_line_above): wasn't moving the byte index as it
17200         iterated over lines, so always returned byte 0. Also, port to use
17201         PangoLayoutIter.
17202         (find_display_line_below): same problem as
17203         find_display_line_above. Also, port to use PangoLayoutIter.
17204
17205 2000-11-13  Alexander Larsson  <alexl@redhat.com>
17206
17207         * gdk/linux-fb/*.[ch]:
17208         Massive reindent to gtk+ standard. My hands hurt.
17209
17210         * gdk/linux-fb/gdkcolor-fb.c:
17211         Move GdkColorPrivateFB from inherited to windowing_data
17212
17213         * gdk/linux-fb/gdkcursor-fb.c:
17214         _gdk_cursor_new_from_pixmap made static
17215
17216         * gdk/linux-fb/gdkdnd-fb.c:
17217         GdkDragContextPrivate moved to windowing_data
17218
17219         * gdk/linux-fb/gdkdrawable-fb2.c:
17220         Removed endian.h, use glib endianness macros instead
17221         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
17222         and GDK_DRAWABLE_IMPL_FBDATA
17223
17224         * gdk/linux-fb/gdkfont-fb.c:
17225         Add empty gdk_font_load(). Needed for linking of Gtk+.
17226
17227         * gdk/linux-fb/gdkimage-fb.c:
17228         Removed endian.h, use glib endianness macros instead
17229         Moved GdkImagePrivateFB to windowing_data
17230         gdk_image_new_bitmap didn't always allocate enough
17231         memory.
17232
17233         * gdk/linux-fb/gdkinput-ps2.c:
17234         Added semi-working support for MS serial mice.
17235
17236         * gdk/linux-fb/gdkprivate-fb.h:
17237         s/GdkWindowPrivate/GdkWindowObject/
17238         Removed GdkWindowPrivate typedef
17239         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
17240         Removed GDK_DRAWABLE_P
17241         Move GdkColorPrivateFB from inherited to windowing_data
17242         Moved GdkImagePrivateFB to windowing_data
17243
17244         * gdk/linux-fb/gdkvisual-fb.c:
17245         Removed some unused debug code.
17246
17247         * gdk/linux-fb/gdkwindow-fb.c:
17248         Use stock cursors instead of including X headers.
17249         s/GdkWindowPrivate/GdkWindowObject/
17250
17251         * gdk/linux-fb/mitypes.h:
17252         Removed unused types.
17253
17254         * modules/linux-fb/basic.c:
17255         Use the pango fribidi wrappers.
17256
17257 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17258
17259         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
17260         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
17261         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
17262         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
17263         GEqualFunc where applicable.
17264         
17265         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
17266         pango_font_description_equal as changed in pango.
17267         
17268         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
17269
17270         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
17271
17272         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
17273
17274         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
17275
17276         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
17277
17278         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
17279
17280         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
17281         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
17282
17283         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
17284         gtk_rc_styles_compare -> gtk_rc_styles_equal.
17285
17286 2000-11-12  Havoc Pennington  <hp@pobox.com>
17287
17288         * demos/gtk-demo/Makefile.am (democodedir): change demo install
17289         dir to datadir/gtk+-2.0/demo
17290
17291         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
17292         sorts of text widget and Pango font bugs. Urgh.
17293
17294         * demos/gtk-demo/Makefile.am (demos): Add textview.c
17295
17296         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
17297         tree that you should double click to see the demo. Fix 
17298         types of variables to reflect changed return values from 
17299         GtkTreeStore and GtkTreeViewColumn constructors.
17300
17301         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
17302         newly-created buffer to prepare for GObject semantics
17303
17304         * gtk/testtext.c: don't leak the buffer with GObject semantics
17305
17306         * gtk/testtextbuffer.c: ditto
17307         
17308 2000-11-12  Havoc Pennington  <hp@pobox.com>
17309
17310         Rename this testgtk to gtk-demo to avoid confusion, and 
17311         install it so people can use it as a supplement to 
17312         the documentation.
17313         
17314         * demos/gtk-demo: Moved from demos/testgtk
17315
17316         * demos/testgtk: Removed
17317
17318         * configure.in: make Makefile in gtk-demo
17319         
17320         * demos/gtk-demo/Makefile.am: Install sample source to 
17321         datadir/gtk-demo (maybe there's a better place?), and 
17322         rename the binary to gtk-demo
17323         
17324         * demos/gtk-demo/main.c (load_file): Load installed sample
17325         source if source isn't found in pwd.
17326
17327 2000-11-09  Havoc Pennington  <hp@pobox.com>
17328
17329         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
17330         argument to set the char displayed when visibility == FALSE
17331         (gtk_entry_create_layout): If !entry->visible, replace 
17332         all chars with the "invisible char"
17333
17334         * gtk/testgtk.c: Test the invisible_char deal
17335         
17336 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
17337
17338         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
17339         can't get a native font in the right encoding.
17340
17341 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
17342
17343         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
17344         respectively.
17345
17346 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
17347
17348         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
17349         Fix warning when moving between paragraphs.
17350
17351         * gtk/gtkentry.[ch]: Change move => move_cursor, 
17352         delete => delete_from_cursor, insert => insert_at_cursor
17353
17354 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
17355
17356         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
17357
17358         * modules/input/imthai-broken.c: A Thai input method for use if
17359         Thai keys are really generating Latin1 keysyms.
17360
17361         * modules/input/Makefile.am: Build these.
17362
17363 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
17364
17365         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
17366         g_filename_{to,from}_utf8 now takes an extra parameter.
17367
17368         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
17369         strftime into UTF-8.
17370
17371         (column_from_x, gtk_calendar_paint_day_names): Support RTL
17372         calendars.
17373
17374         (gtk_calendar_paint_day_names): Draw day names in the right 
17375         place.
17376         
17377 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
17378
17379         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
17380         problem with using result of g_get_charset() backwards -
17381         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
17382
17383         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
17384         negative min_width/height and max_width/height to
17385         mean "requisition"; this allows setting a window
17386         to be user-resizable in only one direction easily.
17387
17388         * gtk/testgtk.c (create_main_window): Remove hard-coded
17389         usize - set a default size in the vertical direction.
17390
17391 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
17392
17393         * gtk/gtkrange.c: Add some missing casts. Support 
17394         2 and 3 button clicks on the arrows to mean 
17395         "move by pages" and "jump to end". (Like gtkspinbutton)
17396
17397 2000-11-12 Hans Breuer <Hans@Breuer.Org>
17398
17399         * gdk/win32/makefile.msc : reflect build module changes
17400
17401         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
17402         from GdkPixmap*, cast implementation member instead.
17403
17404         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
17405         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
17406         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
17407         more Gdi functions return value checking. 
17408         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
17409         GdkImagePrivateWin32 *.
17410
17411         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
17412         menus useable again. Add #pragma message to keep reminded on this issue.
17413         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
17414         windows. This allows to enable backing store on Win32!
17415
17416         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
17417         in drawable is of impl type. Correct specific type checks appropriate.
17418  
17419         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
17420         GDK_WINDOW_DESTROYED before allocating new resources.
17421
17422         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
17423
17424         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
17425         (gdk_window_foreign_new) initialize parent handle.
17426         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
17427
17428         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
17429         Let the GDI invalidate the window on MoveWindow call to fix scrolling
17430         problems (e.g. main buttons in testgtk). 
17431
17432 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
17433
17434         * gtk/gtkentry.c (gtk_entry_key_press): Call 
17435         gtk_widget_activate for GDK_Return.
17436
17437         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
17438         of preedit cursor position.
17439
17440 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
17441
17442         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
17443         static.
17444
17445 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
17446
17447         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
17448         out support for multiple locales; that simple doesn't
17449         work reliably with current Xlib
17450
17451         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
17452         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
17453         Add support for positioning the cursor within the preedit string.
17454
17455 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
17456
17457         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
17458         at XIM input method module.
17459
17460         * gtk/gtktextview.c: Check for bindings after passing
17461         events to im context filter.
17462
17463 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
17464
17465         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
17466         empty attribute lists properly.
17467
17468 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
17469
17470         * gtk/queryimmodules.c (main): Return non-zero exit
17471         status if errors were encountered querying any
17472         modules.
17473
17474         * modules/input/Makefile.am (moduledir): remove
17475         leftover bin program target.
17476
17477         * docs/make-todo: Fix typo in error message.
17478
17479 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
17480
17481         * configure.in: Add modules/input/Makefile
17482
17483 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
17484
17485         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
17486         don't include gtkthemes.h.
17487
17488         * gtk/testgtk.c gtk/testtext.c: Set environment variables
17489         to point
17490
17491         * gtk/Makefile.am: Add new .c and .h files, build 
17492         gtk-query-immodules and use it to create a gtk.immodules
17493         file for use of test programs.
17494
17495         * gtk/gtkpreview.c: remove extra blank line.
17496
17497 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
17498
17499         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
17500         Add the ability to add extra tables beyond the default
17501         one, and also the ability to have compose sequences 
17502         that are prefixes of other compose sequences. 
17503
17504         * gtk/gtkimcontextsimple.c: Export a preedit string which
17505         consists of possible candidates for keystrokes that have
17506         been entered but not yet committed.
17507
17508         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
17509         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
17510
17511         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
17512         Add a function to add input-method switching menu items
17513         to a menu.
17514
17515         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
17516         when switching input methods.
17517
17518         * gtk/gtkimcontextsimple.[ch]: Change the format of
17519         the compose table to allow compose tables of different
17520         lengths / sequence.
17521
17522 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
17523
17524         * gtk/gtkimmodule.[ch]: Support routines for loading
17525         GtkIMContext implementations dynamically at runtime.
17526
17527         * modules/input/imcyrillic-translit.c: A sample input
17528         method (based on GtkIMContextSimple with an extra table),
17529         which demonstrates preedit strings and the module
17530         system for input modules
17531
17532         * gtk/queryimmodules.c: Program to query the available
17533         input modules and write the results into a file.
17534          
17535         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
17536         extra config options "im_module_file" (cache file for
17537         input method modules), and "im_module_path" - path
17538         to look for modules when generating cache file.
17539
17540         This doesn't scale.
17541
17542 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
17543
17544         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
17545         generic code from gtkthemes into a new abstraction
17546         GtkModule which has the logic for implementing
17547         a loadable module which implements a number of 
17548         GObject types.
17549
17550 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
17551
17552         * gtk/gtkeditable.[ch]: Convert GtkEditable from
17553         a class into an interface  
17554         
17555         * gtk/gtkoldeditable.[ch]: Move the old editable
17556         implementation into here, so legacy widgets can
17557         still rely on the implemenation. GtkOldEditable
17558         exports GtkEditable. Make selection handling
17559         code use new text conversion functions (and
17560         handle UTF-8 as a side-effect). Use GtkClipboard
17561         for CLIPBOARD.
17562
17563         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
17564         Adopt to match above changes.
17565
17566         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
17567         avoid GtkOldEditable implementation. Restructure
17568         to reduce number of places that modify state directly.
17569         Move to GtkBindingSet. Display the preedit string.
17570         Queue recomputation of PangoLayout and scroll position
17571         to improve effiency of doing complex changes naively.
17572         Add a menu with cut/copy/paste and input method selection.
17573
17574 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
17575
17576         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
17577         to set preedit string and attributes; display preedit string by
17578         inserting string and attributes at cursor when creating the
17579         GtkTextLineDisplay.
17580
17581         * gtk/gtktextlayout.c: Move all conversions between byte
17582         positions in PangoLayout and GtkTextIter into new functions
17583         line_display_iter_to_index/index_to_iter that properly
17584         handle the preedit string.
17585
17586         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
17587         it to return const char * (eventually will end up
17588         as GCONST char *, most likely.)
17589
17590         * gtk/gtktextview.[ch]: Handle the preedit string, call
17591         gtk_im_context_reset() as necessary, add a menu to switch
17592         input methods.
17593         
17594         * gtk/gtktextlayout.[ch]: Remove useless
17595         gtk_text_layout_get_log_attrs() function.
17596
17597 2000-11-11  Tor Lillqvist  <tml@iki.fi>
17598
17599         * gdk/gdk.def
17600         * gtk/gtk.def: Update.
17601
17602         * gdk/win32/*.c: Add last argument to g_type_register_static()
17603         calls.
17604
17605         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
17606
17607         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
17608         generated by older wheel mouse drivers. Get the correct y
17609         coordinate from WM_MOUSEWHEEL messages.
17610
17611         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
17612         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
17613         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
17614         Debugging functions.
17615
17616         * gdk/win32/gdkprivate-win32.h: Declare them.
17617
17618         * gdk/win32/gdkinput-win32.h: Add declaration for
17619         gdk_input_window_destroy().
17620
17621         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
17622
17623 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
17624
17625         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
17626         function to help handle keeping things in sync.
17627
17628 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
17629
17630         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
17631         BOXED marshallers.
17632
17633         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
17634         (gtk_list_store_class_init): use the new BOXED marshallers.
17635
17636         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
17637         new_with_values to new_with_types.
17638         (gtk_tree_store_get_column_type): add this.
17639         (gtk_tree_store_class_init): use the new BOXED marshallers.
17640
17641         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
17642         mirror some POINTER marshallers.
17643
17644 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
17645
17646         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
17647         allow more interesting iterators.  Also, made the lifecycle of
17648         iterators more explicit.
17649
17650         * gtk/gtktreemodelsort.[ch]: New model for sorting.
17651
17652         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
17653         types.
17654
17655 2000-11-09  Alexander Larsson  <alexl@redhat.com>
17656
17657         * demos/testgtk/menus.c:
17658         Changes to make the new testgtk compile after
17659         gtk_menu_append was removed.
17660
17661         * gdk/linux-fb/gdkdrawable-fb2.c
17662         (gdk_fb_get_depth, gdk_fb_get_visual,
17663         gdk_drawable_impl_fb_class_init): Implement
17664         these drawable functions. Now GtkImages work again.
17665
17666         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
17667
17668         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
17669         
17670         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
17671         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
17672         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
17673         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
17674
17675 2000-11-08  Havoc Pennington  <hp@pobox.com>
17676
17677         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
17678         visible_set args, don't know where these had gone, I thought they
17679         used to be there
17680
17681         * gtk/testtext.c: Add a menu item to apply invisibility tag;
17682         now we can test the feature and see that it's totally broken.
17683
17684 2000-11-08  Havoc Pennington  <hp@pobox.com>
17685
17686         Make DND copy pixbufs and tags when source and target share a 
17687         tag table.
17688         
17689         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
17690         in-process GTK_TEXT_BUFFER_CONTENTS target
17691         (gtk_text_view_drag_data_received): Paste from
17692         GTK_TEXT_BUFFER_CONTENTS if we receive it.
17693
17694 2000-11-08  Alexander Larsson  <alexl@redhat.com>
17695
17696         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
17697         API changes.
17698
17699         * gtk/gtkmenu.c: Add support for scrolling menus.
17700         Remove gtk_menu_append/prepend/insert, these have been moved to
17701         gtkcompat.h as #defines.
17702
17703         * gtk/gtkcompat.h.in:
17704         Add compatibility #defines for gtk_menu_append/prepend/insert
17705
17706         * gtk/gtkmenu.h: Add data needed for scrolling menus.
17707         GtkMenuPositionFunc gets an extra argument push_in.
17708         gtk_menu_append/prepend/insert removed.
17709         
17710         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
17711         positioning behaviour to fit to scrolling menus.
17712
17713         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
17714         into menuitem->submeny. That is wrong, and broke torn
17715         off submenus of torn off menus, since they were unrealized
17716         when the first menu was unrealized.
17717
17718         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
17719         gtk_menu_shell_select_item() since these need to be overridden in
17720         GtkMenu.
17721
17722         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
17723         positioning behaviour to fit to scrolling menus.
17724         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
17725         the current item so that it is prelighted when the menu pops up.
17726         This is a workaround to the fact that the menu doesn't get the
17727         initial enter event (due to grabs).
17728
17729         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
17730         s/gtk_menu_append/gtk_menu_shell_append/
17731
17732         * gtk/gtknotebook.c:
17733         s/gtk_menu_insert/gtk_menu_shell_insert/
17734
17735         * gtk/testgtk.c (create_menu, create_menus):
17736         Create the first menu with 50 items so that menu scrolling
17737         can be tested.
17738         
17739         
17740         Patch from Jonathan Blandford  <jrb@redhat.com>
17741
17742         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
17743         system to handle size requests.  First, we ask what the size of
17744         the toggle is.  Then, when allocating the size, we allocate the
17745         toggle_size first.  This way we can have multiple menu-item
17746         classes w/o needing a seperate class for each.
17747
17748         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
17749         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
17750
17751         * gtk/gtkcheckmenuitem.c
17752         (gtk_check_menu_item_toggle_size_request): New function to handle
17753         the toggle size-request.
17754
17755 2000-11-07  Havoc Pennington  <hp@redhat.com>
17756
17757         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
17758         Half-ass somewhat fix this function, so that scrolling to the
17759         insertion point works. Pango hacking is in the future to really
17760         fix it.
17761
17762         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
17763         length of data, no longer used.
17764
17765         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
17766         method contents in here, get rid of destroy method
17767         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
17768         that were backward. Remove debug spew.
17769         (cut_or_copy): Make the clipboard work with insert_range to
17770         preserve tags and pixbufs, not just the primary selection.
17771
17772 2000-11-07  Havoc Pennington  <hp@redhat.com>
17773
17774         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
17775         to gtk_text_mark_get_visible
17776
17777         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
17778         bug that was generating an invalid iterator
17779
17780         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
17781         ensure_char_offsets() in front of code placing the iter in an
17782         invalid state.
17783
17784         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
17785         make override_location arg const
17786         (paste): Replace the selection if we paste into the 
17787         current selection
17788
17789         * gtk/gtkselection.h: Remove "GtkSelectioData"
17790         (struct _GtkSelectionData): move the definition here.
17791
17792         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
17793         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
17794
17795         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
17796
17797         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
17798         (gtk_text_buffer_insert_range_interactive): implement
17799         (gtk_text_buffer_get_tags): Remove, replaced by
17800         gtk_text_iter_get_tags()
17801
17802         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
17803         limit parameter, to avoid infinite linear scan.
17804         (gtk_text_iter_backward_search): Add search limit
17805         (gtk_text_iter_forward_find_char): Add search limit
17806         (gtk_text_iter_backward_find_char): Add search limit
17807
17808 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
17809
17810         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
17811         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
17812         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
17813         gdk/linux-fb/gdkwindow-fb.c:
17814         use g_object_new() instead of g_type_create_instance() which
17815         is a private function for fundamental type implementations.
17816
17817         * gdk/linux-fb/gdkinput-ps2.c:
17818         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
17819         instead just store the current modifier state. Add a (somewhat broken)
17820         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
17821         Rename exported function gdk_input_ps2_get_mouseinfo to
17822         gdk_input_get_mouseinfo.
17823
17824         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
17825         gdk/linux-fb/gdkwindow-fb.c:
17826         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
17827         
17828
17829 2000-11-02  Havoc Pennington  <hp@redhat.com>
17830
17831         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
17832         use stock buttons. Should be 100% source compatible, appropriate
17833         filesel fields now point to dialog->vbox and dialog->action_area.
17834         On the bizarre side, dialog->action_area and filesel->action_area
17835         are not the same widget.
17836         (gtk_file_selection_init): Put some padding around the selection
17837         entry, so it isn't touching the GtkDialog separator.    
17838
17839         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
17840         use stock buttons, etc. Should also be source compatible.
17841         Set the dialog default title in _init not _new().
17842         
17843         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
17844         Use stock buttons; don't put a button box inside the existing
17845         dialog button box. Don't bother with push/pop colormap anymore.
17846
17847         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
17848         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
17849         for message dialog, and necessary for the font selection and color
17850         selection with help and apply buttons.
17851         
17852         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
17853         to the created button widget. Set GTK_CAN_DEFAULT on the button.
17854         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
17855         between buttons, put less padding around the action area.
17856         (gtk_dialog_run): Exit on unmap rather than on destroy. 
17857         This will also exit the loop if the widget is hidden.
17858         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
17859         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
17860         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
17861         special-case delete event.
17862
17863         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
17864         formatting
17865         
17866 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
17867
17868         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
17869         button to temporarily disable position recording in the
17870         "saved position" test.
17871
17872 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
17873
17874         * gtk/gtkthemes.c: added compat code that temporarily implements
17875         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
17876         going to be revamped by owen's upcoming GtkModule patches, but
17877         untill then people want gtk to build, right? ;)
17878
17879 2000-11-04  Havoc Pennington  <hp@pobox.com>
17880
17881         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
17882         list
17883
17884         * docs/Changes-2.0.txt: Add note about
17885         gtk_container_get_toplevels()
17886
17887         * gtk/gtktextview.h: formatting
17888         
17889         * gtk/gtktextview.c: don't start descriptions with "Returns",
17890         confuses gtk-doc
17891
17892 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
17893
17894         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
17895         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
17896
17897 2000-11-03  Havoc Pennington  <hp@redhat.com>
17898
17899         * gtk/gtktexttagtable.c: Docs
17900         (gtk_text_tag_table_size): return a signed int
17901
17902         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
17903         (gtk_text_tag_event): make the event_object a GObject
17904
17905         * gtk/gtktextview.c: Write API docs for all functions.
17906
17907         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
17908         for gtk_text_view_get_window_type() called on one of the private
17909         windows.
17910
17911         * gtk/gtktextview.c: Instead of accessing text_view->buffer
17912         directly, call get_buffer() which demand-creates a default
17913         buffer. So gtk_text_view_new() can be used to create a view with a
17914         default buffer in it, if you just want an empty text box users can
17915         put data in. Useful for GUI builders also.
17916
17917 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
17918
17919         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
17920         the charset encodign portion MUST be in lowercase.
17921         * gtk/gtkrc.az: added file for Azeri language
17922
17923 2000-11-03  Havoc Pennington  <hp@redhat.com>
17924
17925         Get widgets working on the btree/buffer side. Display of them 
17926         still doesn't work.
17927         
17928         * gtk/gtktextview.c: start implementing child widget stuff
17929
17930         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
17931
17932         * gtk/gtktextlayout.c: handle embedded widgets
17933
17934         * gtk/gtktextdisplay.c: handle embedded widgets
17935
17936         * gtk/gtktextchild.c: Implement all the child anchor goo
17937
17938         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
17939         function
17940
17941         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
17942         (insert_pixbuf_or_widget_segment): abstract out common portions of 
17943         creating a child anchor or a pixbuf segment.
17944         (gtk_text_btree_create_child_anchor): new function
17945         (gtk_text_btree_unregister_child_anchor): new function
17946
17947         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
17948         allocate_child signal on GtkTextLayout
17949
17950         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
17951         values
17952         (gtk_text_iter_get_child_anchor): new function
17953
17954         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
17955         default handler for the changed signal, which calls
17956         gtk_text_buffer_set_modified(), instead of just always emitting
17957         changed then calling set_modified() manually. I guess this is
17958         maybe more flexible. It seems logical.
17959
17960 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
17961
17962         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
17963         now.
17964
17965         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
17966
17967 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
17968
17969         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
17970         been marked static.
17971
17972 2000-11-02  Havoc Pennington  <hp@redhat.com>
17973
17974         * gtk/testgtk.c (create_labels): had a test backward
17975
17976         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
17977         fields, so the dest GC ends up with the correct clip origin, 
17978         etc. Fixes a bug where colored labels didn't redraw 
17979         properly.
17980
17981 2000-11-02  Alexander Larsson  <alexl@redhat.com>
17982
17983         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
17984         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
17985         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
17986         Add last argument to t_type_register_static call.
17987         
17988         * gdk/linux-fb/gdkdrawable-fb2.c:
17989         Add last argument to t_type_register_static call.
17990         export the get_image drawable virtual function.
17991
17992         * gdk/linux-fb/gdkimage-fb.c:
17993         Add last argument to t_type_register_static call.
17994         rename gtk_image_get to _gdk_fb_get_image and
17995         export it for use by gdkdrawable-fb2.
17996
17997         * gdk/linux-fb/gdkprivate-fb.h:
17998         export _gdk_fb_get_image.
17999
18000         * gdk/linux-fb/gdkselection-fb.c:
18001         Add new api call stubs.
18002
18003         * gtk/Makefile.am:
18004         Missing ( in linux-fb part.
18005
18006         * modules/linux-fb/Makefile.am:
18007         Must link with gdk_pixbuf or get unresolved symbol.
18008
18009 2000-11-01  Havoc Pennington  <hp@pobox.com>
18010
18011         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
18012         GTK_TYPE_TEXT_ITER and BOXED marshallers
18013
18014         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
18015
18016         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
18017         
18018         * gtk/gtk-boxed.defs: add GtkTextIter
18019
18020         * gtk/gtkmarshal.list: Add marshallers for text widget that 
18021         properly use OBJECT and BOXED
18022
18023 2000-11-01  Havoc Pennington  <hp@redhat.com>
18024
18025         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
18026
18027         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
18028         before returning it. 
18029         
18030 2000-11-01  Havoc Pennington  <hp@redhat.com>
18031
18032         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
18033         Clip the rectangle to be rendered to the drawable, since
18034         get_from_drawable() requires a region within the drawable
18035
18036 2000-11-01  Havoc Pennington  <hp@redhat.com>
18037
18038         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
18039         from coordinates.
18040
18041 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
18042
18043         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
18044         it isn't NULL.
18045
18046 2000-11-01  Havoc Pennington  <hp@pobox.com>
18047
18048         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
18049         on a label
18050         (gtk_label_finalize): unref the attr list if any.
18051
18052         * gtk/testgtk.c (create_get_image): close test on second click
18053         (make_message_dialog): close dialog if it exists
18054
18055         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
18056
18057         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
18058         gdk-pixbuf
18059
18060         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
18061         from Pango markup format
18062         (gtk_label_set_markup_with_accel): ditto but with accelerator
18063         parsing
18064
18065         * gtk/gtkimage.c (gtk_image_expose): reformatting.
18066
18067         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
18068         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
18069         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
18070         call gdk_window_get_origin().
18071
18072         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
18073         implement GDK_PIXBUF_ALPHA_FULL
18074         
18075 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
18076
18077         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
18078         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
18079         g_signal_handlers_disconnect_matched to block/unblock and disconnect
18080         multiple handlers respectively, instead of only treating the
18081         first handler found (bug reported by owen).
18082
18083 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
18084
18085         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
18086
18087         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
18088
18089         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
18090         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
18091         gtk/gtktreeviewcolumn.h: Fixed inline docs.
18092
18093         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
18094         widget.  Needs writing someday.
18095
18096         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
18097         the docs.
18098
18099 2000-10-30  Havoc Pennington  <hp@redhat.com>
18100
18101         * gtk/gtktextview.h, gtk/gtktextview.c:
18102         Rename delete_at_cursor delete_from_cursor, and 
18103         move to move_cursor.
18104
18105 2000-10-30  Havoc Pennington  <hp@redhat.com>
18106
18107         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
18108         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
18109         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
18110         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
18111         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
18112         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
18113         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
18114         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
18115         gtktexttypes.h, gtktextview.c, gtktextview.h:
18116
18117         Massive reindentation and reformatting. Arg alignment and comments
18118         still need fixing in various places.
18119
18120 2000-10-30  Havoc Pennington  <hp@redhat.com>
18121
18122         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
18123         to be named insert_at_cursor and delete_at_cursor so C++ can
18124         handle them.
18125
18126 2000-10-28  Tor Lillqvist  <tml@iki.fi>
18127
18128         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
18129         to get a double directory separator in case the home directory
18130         ends with one. This would cause trouble especially on Windows,
18131         where the path will be confused with the syntax for an an UNC
18132         (network share) path \\server\share\path.
18133         (gtk_rc_add_initial_default_files): Ditto.
18134
18135 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
18136
18137         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
18138
18139         * gtk/gtktextview.c: Use correct marshallers.
18140
18141 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
18142
18143         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
18144         use new iter stuff, and added all the appropriate signals et al.
18145
18146         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
18147         code is internal to gtk only.
18148
18149 2000-10-28  Tor Lillqvist  <tml@iki.fi>
18150
18151         * gtk/gtk.def
18152         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
18153         glib-genmarshal etc.
18154
18155 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
18156
18157         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
18158         parallel builds.
18159
18160 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
18161
18162         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
18163
18164 2000-10-27  Robert Brady  <robert@suse.co.uk>
18165
18166         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
18167         en_GB (British), ia (Interlingua).
18168
18169 2000-10-26  Havoc Pennington  <hp@redhat.com>
18170
18171         * gtk/gtktextiter.c (my_strrstr): fix constness warning
18172
18173         Fixed output of:
18174         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
18175         
18176         * gtk/gtktextsegment.c (char_segment_new): rename
18177         (_char_segment_new_from_two_strings): rename
18178         (_toggle_segment_new): rename
18179         
18180         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
18181         (make_clipboard_widget): make it static
18182         (text_get_func): static
18183         (text_clear_func): static
18184
18185         * gtk/gtkcolorsel.c (adjustment_changed): make this function
18186         static
18187         (hex_changed): make it static
18188         (hsv_changed): make it static
18189         (opacity_entry_changed): make it static
18190
18191         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
18192         (toggle_segment_check_func): rename with _gtk
18193
18194         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
18195         (_widget_segment_new): rename
18196         (_widget_segment_add): rename
18197         (_widget_segment_remove): rename
18198         (_widget_segment_ref): rename
18199         (_widget_segment_unref): rename
18200
18201         * gtk/gtktextmark.c (_mark_segment_new): Rename
18202         _gtk_mark_segment_new   
18203
18204 2000-10-26  Havoc Pennington  <hp@redhat.com>
18205
18206         * gtk/gtkmarshal.list: add new marshallers used by the text widget
18207         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
18208         types
18209
18210         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
18211         marshaller types
18212
18213         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
18214         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
18215         license on these files.
18216
18217         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
18218         work.
18219
18220         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
18221         runtime random number different for each tree, instead of 
18222         a constant I made up.
18223
18224 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
18225
18226         * gtk/Makefile.am: buncha cleanups, kludged build sources
18227         dependencies with a Makefile: oldest-source-stamp dependancy
18228         for the moment. automake is really fighting us here, with
18229         intentionally not allowing user-defined rules or dependancies
18230         prior to it's -include $(DEP_FILES) statement. sucks rocks!
18231
18232         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
18233         to public headers. tehy have a comment stating that they are
18234         "semi-public" aren't included by gtk.h and if enums popup there,
18235         they can be /*< skip >*/-ed.
18236
18237         * gtk/gtktextlayout.h: 
18238         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
18239         added LGPL... <SIGH>
18240
18241 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
18242
18243         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
18244         GtkTreeIter.  Added iterators everywhere.
18245
18246         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
18247
18248         * gtk/gtktreeviewselection.c: Changed to use the iterators.
18249
18250         * gtk/gtktreestore.c: Changed to use the iterators.
18251
18252         * gtk/gtkliststore.c: Commented out the code.  Will convert to
18253         iterators tomorrow.
18254
18255         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
18256         iterators tomorrow.
18257
18258         * gtk/treestoretest.c: Changed to use iterators.
18259
18260         * demos/testgtk/main.c: Moved to use the new iterator system.
18261
18262 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
18263
18264         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
18265         localization misbehaviour.
18266
18267         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
18268         a useless type without copy/free.
18269
18270         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
18271         of GTK_TYPE_CTREE_NODE.
18272
18273 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
18274
18275         * gtk/gtksignal.c:
18276         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
18277         applicable.
18278
18279         * gtk/gtk-boxed.defs (GtkSelectionData): specify
18280         gtk_selection_data_copy and gtk_selection_data_free
18281         do GtkSelectionData work as params in signals.
18282
18283 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
18284
18285         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
18286         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
18287         couldn't they at least give it a non-standard name?
18288         
18289         * gtk/gtktextlayout.c: arg! yet another implementation of
18290         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
18291
18292         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
18293         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
18294         home. now i know this _is_ a conspiracy.
18295
18296         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
18297         ::state-changed.
18298
18299         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
18300         (gtk_accel_group_create_add): marshaller signature fixups.
18301
18302         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
18303         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
18304
18305         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
18306         anymore.
18307
18308 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
18309
18310         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
18311         due to the signal system changes, it wouldn't build currently. to
18312         be fixed soon.
18313
18314         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
18315
18316         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
18317         so it needs gtk_marshal_VOID__ENUM() instead of
18318         gtk_marshal_NONE__UINT().
18319
18320         * gdk/gdk*.c: adapted type registration functions.
18321
18322         * gtk/gtkbindings.c:
18323         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
18324         gone.
18325
18326         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
18327
18328         * gtk/gtkobject.c:
18329         (gtk_object_destroy):
18330         (gtk_object_shutdown): fixed recursion guards. basically we have to
18331         catch the case where any of GObject.shutdown() or gtk_object_destroy()
18332         is called during ::destroy, and avoid recursion there.
18333
18334         * gtk/gtktypeutils.c:
18335         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
18336         boxed_copy/boxed_free. this needs a more general solution based on a
18337         publically installed code-generator utility.
18338
18339         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
18340         glib's gobject has support for that now.
18341         define GtkSignalMarshaller in terms of GSignalCMarshaller.
18342
18343 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
18344
18345         * gtk/gtksignal.[hc]:
18346         * gtk/gtkmarshal.[hc]:
18347         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
18348         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
18349         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
18350         care of that.
18351
18352         * *.c: marshaller name fixups.
18353
18354         * gtk/gtkmarshal.list: added a comment briefing the format.
18355
18356 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
18357
18358         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
18359         compatibility macros here now. more specifically, most of
18360         the API is preserved (yes, _most_, nonwithstanding the
18361         following exceptions listed, the API is stil lHUGE ;)
18362         things that got removed completely:
18363         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
18364         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
18365         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
18366         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
18367         gtk_signal_remove_emission_hook().
18368         non-functional functions variants:
18369         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
18370         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
18371         not supported anymore.
18372         (gtk_signal_compat_matched): new internal function to aid
18373         implementation of the compatibility macros, it  provides
18374         functionality to block/unblock/disconnect handlers based
18375         on func/data.
18376
18377         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
18378
18379         * *.c: adaptions to new type registration API signatures.
18380
18381 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
18382
18383         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
18384
18385 2000-10-25  Robert Brady  <robert@suse.co.uk>
18386
18387         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
18388         gdk_property_delete): If window == NULL, assume the root window.
18389         (restoring the behaviour that was in 1.2).
18390         
18391         * gtk/testtext.c (save_buffer): Allow creation of new files when
18392         saving.
18393
18394         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
18395         calls to read().
18396
18397 2000-10-25  Tor Lillqvist  <tml@iki.fi>
18398
18399         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
18400
18401         * gdk/win32/gdkdrawable-win32.c
18402         * gdk/win32/gdkimage-win32.c
18403         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
18404         X11 backend.
18405
18406         * gdk/win32/gdkcc-win32.c
18407         * gdk/win32/gdkcolor-win32.c
18408         * gdk/win32/gdkfont-win32.c
18409         * gdk/win32/gdkinput-win32.c
18410         * gdk/win32/gdkmain-win32.c
18411         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
18412
18413 2000-10-24  Havoc Pennington  <hp@redhat.com>
18414
18415         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
18416         it a static function
18417
18418         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
18419         redraw text when a tag is applied to it.
18420
18421         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
18422         (gtk_text_tag_affects_nonsize_appearance): private functions to
18423         see if a tag requires various kinds of redraw/layout to be queued
18424         up.
18425
18426         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
18427
18428         * gtk/testtext.c (fill_example_buffer): Put the cursor 
18429         at the start of the buffer, so search works by default
18430
18431         * gtk/gtktextiter.c (lines_match): init match_start always
18432
18433         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
18434         function, get iter at a line + a byte index
18435
18436         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
18437         to set byte position within a line
18438         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
18439
18440 2000-10-23  Havoc Pennington  <hp@redhat.com>
18441
18442         * gtk/testtext.c: Re-enable the "find" dialog
18443
18444         * gtk/testgtk.c: Add test for gdk_drawable_get_image
18445         
18446         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
18447         the arguments to gdk_draw_drawable were in the wrong order
18448         (gdk_window_paint_init_bg): This function was ignoring the
18449         init_region, instead of clipping to it, so the entire backing
18450         pixmap was cleared on every begin_paint()
18451         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
18452         was in here again, the loop kept using the same GtkWindowPaint
18453         over and over.
18454         (gdk_window_begin_paint_region): Fix a bug where we had two
18455         x_offset instead of x_offset and y_offset
18456
18457         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
18458         before we get the image.
18459         (gdk_draw_drawable): get the composite before we draw the drawable.
18460         (gdk_drawable_real_get_composite_drawable): default
18461         get_composite_drawable implementation that returns the drawable 
18462         itself
18463
18464         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
18465         get_composite_drawable virtual function
18466
18467         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
18468         list-walking bug
18469
18470         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
18471         make this work if the source drawable is a GdkDrawableImplX11
18472         instead of a public drawable type. This is really broken; the
18473         problem is that GdkDrawable needs a virtual method get_xid(), but
18474         of course that doesn't work in practice. Enter RTTI.
18475
18476         Also, improve mismatched depth message.
18477
18478         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
18479         GdkPixmap
18480
18481         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
18482         install _gdk_x11_get_image as our implementation of get_image
18483         
18484         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
18485         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
18486
18487         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
18488         gdk_drawable_get_image
18489
18490         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
18491
18492         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
18493         get_image
18494
18495         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
18496         trailing semicolon after for loop
18497
18498 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
18499
18500         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
18501         where font_desc for widget's context lagged widget's font_desc by
18502         one step.
18503
18504 2000-10-22  Tor Lillqvist  <tml@iki.fi>
18505
18506         * gdk/win32/gdkgc-win32.c
18507         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
18508
18509         * gtk/makefile.mingw.in
18510         * gtk/gtk.def: Updates.
18511
18512         * gtk/testgtk.c: sleep() is called _sleep in MS's C
18513         library.
18514
18515         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
18516
18517         * gtk/makefile.msc: Remove
18518
18519         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
18520
18521         * gtk/Makefile.am: Add it.
18522
18523         * configure.in: Generate it.
18524
18525         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
18526         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
18527         something even if not implemented, to satisfy picky MSVC.
18528
18529         Patches by Hans Breuer:
18530         
18531         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
18532         SetBkMode() and SetTextAlign() before calling
18533         pango_win32_render().
18534
18535         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
18536         Set hcliprgn to NULL after destroying it.
18537         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
18538
18539         * gdk/win32/gdkgeometry-win32.c
18540         (_gdk_windowing_window_queue_antiexpose): More effective
18541         implementation.
18542
18543         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
18544         depth as default, not the visual's.
18545
18546         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
18547         against empty title.
18548
18549         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
18550         IMAGE_PRIVATE_DATA.
18551
18552         * gdk/win32/gdkimage-win32.c: Use it.
18553
18554 2000-10-22  Robert Brady  <robert@suse.co.uk>
18555
18556         * configure.in: Check for bind_textdomain_codeset
18557
18558         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
18559         present, make use of it.
18560
18561         Add a translatable string "default:LTR" which, if translated
18562         to "default:RTL", will cause the default direction to be
18563         Right-to-Left.
18564
18565         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
18566         direction if marked as flippable.
18567
18568         * gtk/gtkhscale.c: Mark widget as flippable.
18569         
18570 2000-10-04  Havoc Pennington  <hp@redhat.com>
18571
18572         * gtk/testgtk.c (create_buttons): create some stock buttons
18573         with the default accel group
18574         (create_image): test some new GtkImage features
18575         (make_message_dialog): test GtkMessageDialog
18576         (create_modal_window): fix someone's bizzarro indentation
18577
18578         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
18579         GTK_WIN_POS_CENTER_ON_PARENT. 
18580         Add "destroy with parent" setting, which means the window goes
18581         away with its transient parent.
18582         (gtk_window_get_default_accel_group): get the default accel group
18583         for the window.
18584         (gtk_window_set_destroy_with_parent): set/unset destroy with
18585         parent flag
18586         (gtk_window_read_rcfiles): invalidate icon set caches
18587         after reloading rcfiles 
18588
18589         * gtk/gtkenums.h (GtkWindowPosition): add
18590         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
18591         on its parent window when the dialog is mapped for the first time.
18592
18593         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
18594         a simple message dialog class
18595         
18596         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
18597         handler to emit response signal, and maybe later it would
18598         honor a hide_on_delete flag - though that isn't there yet.
18599         Set border width on the vbox to 2, so we get some padding.      
18600         Use a button box for the action area.
18601         (gtk_dialog_key_press): synthesize a delete event if Esc
18602         is pressed and the GtkWidget key press handler didn't 
18603         handle the escape key.
18604         (gtk_dialog_new_with_buttons): new function creates a dialog
18605         with some default buttons in it.
18606         (gtk_dialog_add_action_widget): add an activatable widget
18607         as a button in the dialog - you can also add a non-activatable
18608         widget by accessing the action area directly.
18609         (gtk_dialog_add_button): add a simple button - stock ID or 
18610         label - to the action area
18611         (gtk_dialog_response): emit response signal
18612         (gtk_dialog_run): block waiting for the dialog, return 
18613         the response. Override normal delete_event behavior, so that 
18614         delete_event does nothing inside gtk_dialog_run().
18615         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
18616         emitted when an action widget is clicked or the dialog gets
18617         delete_event
18618
18619         * gtk/gtk.h: add gtkmessagedialog.h
18620
18621         * gtk/Makefile.am: add gtkmessagedialog.[hc]
18622
18623 2000-10-18  Havoc Pennington  <hp@redhat.com>
18624
18625         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
18626         where any number of empty lines would get skipped
18627
18628         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
18629         edge.
18630
18631         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
18632         warning about invalid iterators (explain more thoroughly)
18633         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
18634
18635         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
18636         big
18637
18638         * demos/*.c: Add error handling
18639
18640         * gtk/gtktextbuffer.c: don't modify const iterators
18641
18642         * gtk/gdk-pixbuf-loader.c: Add full error handling here
18643
18644         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
18645         on file load
18646
18647         * gtk/gtkiconfactory.c: Update to reflect addition of error
18648         handling to gdk-pixbuf loaders
18649
18650 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
18651
18652         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
18653         move to new modularized testgtk.
18654
18655 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
18656
18657         * gtk/gtktreeview.c: Draw the arrows correctly.
18658
18659         * gtk/gtktreemodel.c: Added user docs.
18660
18661         * gtk/gtk.h: remove gtktreedatalist.h.
18662
18663         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
18664         parent when generating my type.
18665
18666         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
18667         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
18668
18669 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
18670
18671         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
18672         GtkTreeModel from object to interface.
18673
18674 2000-10-16  Havoc Pennington  <hp@redhat.com>
18675
18676         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
18677         compilation
18678
18679 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
18680
18681         * gtk/gtktreeselection.c: Add API documentation to all public
18682         functions.
18683
18684         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
18685         functions.
18686
18687 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
18688
18689         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
18690         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
18691         docs to all public functions.
18692
18693         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
18694         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
18695         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
18696         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
18697         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
18698         issue.
18699
18700 2000-10-14  Robert Brady  <robert@suse.co.uk>
18701
18702         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
18703
18704 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
18705
18706         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
18707         values other then G_TYPE_STRING.
18708         * gtk/gtktreeselection.c: Minor commenting updates.
18709         * gtk/gtktreeview.c: Format updates.
18710
18711 2000-10-09  Tor Lillqvist  <tml@iki.fi>
18712
18713         * README.win32: Update.
18714
18715         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
18716         lines that had been deleted by mistake (?).
18717
18718         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
18719         also the case fg==white and bg==black (but still not randomly
18720         coloured cursors). Thanks to Wolfgang Sourdeau.
18721
18722         * gdk/win32/*.c: Silence gcc -Wall.
18723
18724         * gtk/gtk.def: Add missing entry points.
18725
18726         Fixes by Hans Breuer:
18727
18728         * gdk/makefile.msc
18729         * gdk/win32/makefile.msc: Update.
18730
18731         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
18732         some MSVC thing, presumably), cause breakpoint on failures. Add
18733         GDK_NOR case. Call g_log_set_always_fatal.
18734
18735         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
18736         should be pased by reference.
18737         
18738         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
18739         
18740         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
18741
18742         * gdk/win32/gdkevents-win32.c
18743         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
18744
18745         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
18746         implementation object.
18747
18748         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
18749         not just windows.
18750         
18751         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
18752         Use the wrapper object.
18753         
18754 2000-10-06  Havoc Pennington  <hp@redhat.com>
18755
18756         * Makefile.am (SRC_SUBDIRS): contrib subdir
18757
18758         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
18759         so it can be used in Xlib version
18760
18761         * demos/testpixbuf.c (update_timeout): error checking from 1.0
18762         tree
18763
18764         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
18765         change from 1.0 tree that returns first frame of animation
18766         if the loaded file is an animation.
18767
18768         * contrib: add new directory to hold stuff that comes with GTK+
18769         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
18770         
18771         * configure.in: add contrib/*
18772
18773 2000-10-05  Havoc Pennington  <hp@redhat.com>
18774
18775         * demos/testpixbuf-save.c: add pixbuf save test
18776
18777         * demos/Makefile.am: add testpixbuf-save.c
18778
18779 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
18780
18781         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
18782         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
18783         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
18784         * gtk/gtktreeselection.[ch]: Replaced
18785         "node_selected"/"node_unselected" signal with "selection_changed"
18786         signal.
18787
18788 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
18789
18790         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
18791         tree widget.
18792
18793 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
18794
18795         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
18796         drawing.
18797
18798 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
18799
18800         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
18801         Move list pointer forwards before removing item from
18802         list. (Crash reported by Salmaso Raffaele)
18803
18804         * gdk/gdkwindow.h: Remove spurious trailing ,
18805
18806         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
18807         dependencies on uninstalled libraries, sorry folks.
18808
18809 2000-10-04  Havoc Pennington  <hp@redhat.com>
18810
18811         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
18812         gtk/gtkiconfactory.c: Fix copyrights    
18813
18814         * demos/testpixbuf.c: add inline pixbuf test
18815         
18816 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
18817
18818         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
18819         Add gdk_window_iconify.
18820
18821         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
18822         (gdk_window_set_geometry_hints): Add win_gravity
18823         to geometry structure.
18824
18825         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
18826         Implement _NET_WM_PING.
18827
18828         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
18829         Set _NET_WM_PID on the client leader.
18830
18831         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
18832         Handle UTF-8 better.
18833
18834         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
18835         UTF-8 better, set _NET_WM_NAME as well. Only set
18836         icon name if it hasn't previously been explicitely 
18837         set.
18838
18839 2000-10-03  Havoc Pennington  <hp@redhat.com>
18840
18841         * gtk/testtextbuffer.c: clean up trailing whitespace,
18842         add extensive tests for tag toggle iteration.
18843         
18844         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
18845         distance
18846
18847         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
18848         optimize case where the tag root is on level 1
18849         (gtk_text_line_previous_could_contain_tag): attempt to implement
18850         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
18851         functionality
18852
18853         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
18854         Implement this, though not very efficiently.
18855
18856         * gtk/gtktextiterprivate.h: reformat
18857
18858         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
18859         iterator
18860
18861         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
18862         this to properly revalidate the iterators.
18863
18864         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
18865         properly at the end of the line (and therefore on empty lines)
18866
18867         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
18868         maybe we should return a value...
18869
18870 2000-10-03  Tor Lillqvist  <tml@iki.fi>
18871
18872         * config.h.win32: Guard definition of alloca(). glib.h now handles
18873         that.
18874
18875         * gdk/gdk.def
18876         * gtk/gtk.def: Add new entry points.
18877
18878         Changes just to make GTK+ build without errors on Win32. No hope
18879         of it working in its current state, though...:
18880         
18881         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
18882         some functions from the X11 backend, just to make GTK+ build.
18883
18884         * gdk/makefile.mingw.in
18885         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
18886         number. Add new object files.
18887
18888         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
18889         GetMessageTime to get timestamp (where on X11 uses
18890         gdk_x11_get_server_time()).
18891
18892 2000-10-02  Havoc Pennington  <hp@pobox.com>
18893
18894         * gtk/gtktextview.c: text_window_* weren't static and should have
18895         been.
18896         Start work on child widgets; not yet complete, syncing to 
18897         office computer.
18898
18899         * gtk/gtktextchild.h: change this to contain a public interface,
18900         starting work on child interfaces.
18901         * gtk/gtktextchildprivate.h: move private interfaces here
18902
18903         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
18904
18905         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
18906         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
18907         gtk/gtktextmark.c: copyright notices
18908
18909         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
18910         internal functions      
18911
18912         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
18913         internal function
18914
18915         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
18916         Reformatting    
18917
18918 2000-09-30  Havoc Pennington  <hp@pobox.com>
18919
18920         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
18921         NULL start/end pointers
18922
18923         * gtk/gtktextbuffer.c: Write some docs
18924         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
18925         NULL, so you can just check whether there's a selection.        
18926
18927         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
18928         cleanup_line or segments_changed ourselves, it gets done 
18929         in unlink_segment
18930
18931         * gtk/gtktextmark.h:
18932         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
18933         
18934         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
18935
18936         * gtk/gtktextmark.c: delete some more old Tk cruft
18937
18938         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
18939         mark before removing it, so we can emit MARK_DELETED with a valid
18940         pointer.
18941         (gtk_text_buffer_mark_set): hold ref across signal emission
18942
18943         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
18944         whining about attempts to delete special marks
18945
18946         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
18947         underscore, since it's internal.
18948
18949         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
18950         now implemented in terms of iterators in gtktextiter.h
18951
18952         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
18953         New function, destructively sets contents of buffer. Also 
18954         a convenient way to clear the buffer by setting text to ""
18955
18956         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
18957         multiline string literal
18958
18959         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
18960         text changes.
18961
18962         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
18963         is not dereferenceable
18964         (gtk_text_iter_forward_lines): fix return value
18965
18966 2000-09-29  Havoc Pennington  <hp@redhat.com>
18967
18968         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
18969
18970         * gtk/gtktextview.c: Implement drag thresholding; change functions 
18971         that set border window size to have nicer name
18972         (gtk_text_view_mark_set_handler):  Fix this to have the 
18973         right signature.
18974
18975         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
18976
18977         * gtk/testtext.c: Update with API changes, put line numbers on 
18978         both sides.
18979         
18980         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
18981         with this
18982
18983         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
18984         pixbuf; delete a big block of #if 0 Tk code
18985
18986         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
18987         insert_pixmap with insert_pixbuf
18988
18989 2000-09-29  Martin Baulig  <baulig@suse.de>
18990
18991         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
18992         confusion with the GdkPixbuf of the GNOME 1.x platform.
18993
18994 2000-09-29  Havoc Pennington  <hp@pobox.com>
18995
18996         * gtk/gtktextview.c: Implement the side windows.
18997
18998         * gtk/testtext.c: Implement simple line numbering in the 
18999         left side window; seems to make scrolling sloooow. Oops.
19000         Also, cursor blink is for some reason causing redraws
19001         of the line numbers. Should investigate...
19002
19003 2000-09-28  Havoc Pennington  <hp@redhat.com>
19004
19005         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
19006         scrolling child windows, and draw focus rectangle properly.
19007         
19008         (gtk_text_view_buffer_to_window_coords):
19009         Coordinate transformation to deal with all these freaking windows
19010         and offsets
19011         (gtk_text_view_window_to_buffer_coords): transform the other way
19012
19013         * gtk/testtext.c (create_buffer): Update to match Pango API change
19014
19015         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
19016         anonymous tags
19017         (foreach_unref): don't emit remove signal from finalize, just
19018         set tag's parent to NULL
19019
19020 2000-09-26  Havoc Pennington  <hp@redhat.com>
19021
19022         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
19023         Fix some warnings       
19024
19025 2000-09-26  Havoc Pennington  <hp@redhat.com>
19026
19027         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
19028         headers into the private header list
19029
19030         * Makefile.am (pkgconfig_DATA): install pkg-config files
19031
19032         * configure.in: add pkg-config files
19033
19034         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
19035
19036         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
19037         outstanding icon caches on theme change.
19038
19039         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
19040         important types:
19041
19042         (GtkIconSource): Specification for creating a pixbuf 
19043         appropriate for a direction/state/size triplet from 
19044         a source pixbuf or filename
19045
19046         (GtkIconSet): List of GtkIconSource objects that are used to
19047         create the "same" icon (e.g. an OK button icon), and cache for
19048         rendered icons
19049
19050         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
19051         up the icon set for a given stock ID.  GTK maintains a stack of
19052         GtkIconFactory to search, and applications or libraries can add
19053         additional icon factories on top of the stack
19054         
19055         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
19056         the set of GtkIconSource specified for a given stock ID into 
19057         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
19058         RcStyle, under the specified stock ID.
19059
19060         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
19061         render_icon used to derive a GdkPixbuf from a GtkIconSource.
19062         This allows people to theme how prelight, insensitive, etc. are
19063         done.
19064
19065         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
19066         icon factories for a style, and return the resulting 
19067         icon set if any.
19068
19069         (gtk_style_render_icon): Render an icon using the render_icon 
19070         method in the GtkStyleClass.
19071
19072         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
19073         Use the style for a given widget to look up a stock ID, get the
19074         icon set, and render an icon using the render_icon method 
19075         of the style
19076
19077         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
19078         (contains information about a stock item), the built-in stock item
19079         IDs, and functions to add/lookup stock items.
19080
19081         * gtk/stock-icons/*: Stock icons that come with GTK
19082
19083         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
19084         a button based on a GtkStockItem
19085         (gtk_button_new_accel): Takes a uline string and accel group, and
19086         installs the accelerator.
19087
19088         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
19089         image-display widget.
19090
19091 2000-09-25  Havoc Pennington  <hp@redhat.com>
19092
19093         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
19094
19095         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
19096         Fix a bug when removing node data, we didn't properly 
19097         re-splice the linked list after removing the data.
19098
19099         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
19100         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
19101
19102         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
19103
19104         * gtk/gtktextlayout.c (set_para_values): Set tab array 
19105         for the layout from the GtkTextTag.
19106
19107         * gtk/gtktexttypes.h: delete tab and search cruft, 
19108         remove g_convert() in favor of GLib version
19109
19110         * gtk/gtktexttypes.c: remove tab implementation from here,
19111         move to Pango
19112
19113         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
19114         tab stuff using new PangoTabArray from Pango
19115
19116         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
19117         unused border_width stuff
19118
19119 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
19120
19121         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
19122         glib) and now useless utf_to_latin1() latin1_to_utf()
19123
19124         * gtk/gtktextview.[ch]: Change ::move_insert and
19125         ::delete_text action signals to ::move and ::delete;
19126         create the signals with the right enumeration type,
19127         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
19128         C-v bindings, change Home, End to move to beginning/end
19129         of line, Add C-Home C-End to move to beginning/end
19130         of buffer. Change ::cut_text to ::cut_clipboard, etc;
19131         combine ::scroll_text into ::move; use new GtkSelectionData
19132         functions to simplify DND text handling.
19133         
19134         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
19135         deletion enumerations here, rename enumeration values to 
19136         be consistently plural.
19137
19138         * gtk/gtktextbuffer.c: Use new clipboard interfaces
19139         for cut/copy/paste and primary selection.
19140
19141         * gtk/gtktextbuffer.[ch]: Remove excess time and
19142         'interactive' arguments from cut/copy/paste;
19143         rename cut to cut_clipboard, etc; remove
19144         gtk_text_buffer_get_clipboard_contents().
19145
19146         * gtk/gtktextlayout.[ch]: Add 
19147         gtk_text_layout_move_iter_to_line_end() to move the iter to 
19148         line ends.
19149
19150         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
19151         Functions to set or get a UTF-8 string on the selection
19152         data.
19153
19154         * gtk/gtkclipboard.[ch]: New, simplified selection handling
19155         interfaces.
19156
19157         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
19158         created widgets - one of these is useless if we don't.
19159
19160         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
19161         a public function clear all targets registered for the
19162         widget.
19163
19164         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
19165         Never call gtk_widget_realize() - that was just asking
19166         for bizarre side-effects.
19167
19168         * gtk/gtkselection.c (gtk_selection_owner_set): Call
19169         gdk_selection_owner_set even if the widget is the
19170         same so that we reliably update the timestamp on
19171         the server.
19172
19173         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
19174         gdk_x11_get_server_time() function.
19175         
19176         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
19177         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
19178         Add some tricky filtering on serial numbers for
19179         selection clear events to fix up long-standard
19180         race condition FIXME's in gtkselection.c.
19181
19182         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
19183         routines to convert from utf8 to compound text or
19184         STRING and from a text property to UTF-8.
19185
19186         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
19187         a convenience function gdk_get_current_event_time().
19188
19189         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
19190         and free selection_data->data properly
19191
19192 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
19193
19194         * gtk/gtkthemes.c: Remove some unecessary includes.
19195
19196 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
19197
19198         * gtk/gtktextdisplay.c
19199         * gtk/gtktextlayout.c
19200         * gtk/gtktexttag.c
19201         * gtk/gtktexttag.h
19202         * gtk/testtext.c: Change the overstrike property to strikethrough,
19203         to closer match pango.
19204
19205 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
19206
19207         * gtk/gtktextview.c: Fix up visibility so that focus,
19208         cursor_visible and blink interact properly.  Reenable cursor blink
19209         which had been roughly disabled. Make blink and focus
19210         properly per-view.
19211
19212         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
19213         Add a flag for whether to display insertion cursor and
19214         a function to set the flag.
19215
19216         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
19217         get_line_y() to get_line_yrange(), to be a bit more generally
19218         useful.
19219
19220 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
19221
19222         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
19223           do stop_navigating_submenu, to clear last timeout properly.
19224           Also in gtk_menu_motion_notify move ignore_enter above
19225           the conditional to make it always happen as suggested by Owen
19226
19227 2000-09-07  Tor Lillqvist  <tml@iki.fi>
19228
19229         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
19230
19231         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
19232         w32api headers.
19233
19234         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
19235         declarations.
19236
19237         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
19238         (gdk_win32_get_colormap): A line had been deleted by mistake.
19239
19240         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
19241         (gdk_event_translate): Handle more virtual keycodes to be able to
19242         generate GDK events for Control-comma, Control-period, etc.
19243
19244         * gtk/gtk.def: Add some missing entry points.
19245
19246 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
19247
19248         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
19249         Doc comment fixing. (Mostly non-matching parameter names.)
19250
19251         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
19252         comments a little to avoid looking like a doc comment.
19253
19254         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
19255         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
19256         conversions be changed to GError?)
19257
19258         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
19259         Move private #defines into .c file.
19260
19261         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
19262         order of argument addition, remove duplicates.
19263
19264         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
19265         parent class is FrameClass, not BinClass.
19266
19267         * gtk/gtk.h: Add gtkinvisible, which was missing.
19268         (It's occasionalyl useful for client apps, if seldom.)
19269
19270         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
19271         #define.
19272
19273 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
19274
19275         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
19276         coordinates when creating window, instead of GDK-space
19277         coordinates. (Avoid BadValue on too large windows.)
19278
19279 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
19280
19281         * configure.in (use_mmx_asm): Remove conftest* after use along the
19282         lines of AC_TRY_COMPILE.        
19283         
19284         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
19285         of g_dirname, which is deprecated.
19286         (gtk_rc_parse_any): Removed calls to
19287         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
19288
19289         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
19290         Removed calls to g_hash_table_{freeze,thaw}, as they are
19291         deprecated now.
19292
19293         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
19294         instead of g_basename.
19295         
19296 2000-09-04 Elliot Lee <sopwith@redhat.com>
19297         
19298         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
19299         ANSI warning.
19300
19301 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
19302
19303         * gtk/gtkwidget.h:  Add some documenting comments about 
19304           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
19305           just as owen said on irc.
19306
19307         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
19308           set HAS_DEFAULT.  Only set it if there isn't another window
19309           holding it (a focus window which RECEIVES_DEFAULT) and only unset
19310           it if the widget is not the focused window with RECEIVES_DEFAULT.
19311           This fixes weird double default bugs in dialogs which has things
19312           call gtk_window_set_default at times.
19313
19314 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
19315
19316         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
19317         Nils Barth and David Santiago to improve submenu
19318         navigation. The patch does this by creating a triangular
19319         region from the point where the pointer leaves the
19320         menu to the submenu.  While the pointer is in
19321         that region and a timeout has not expired, events 
19322         that would cause the active submenu to change are
19323         ignored.
19324
19325 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
19326
19327         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
19328         moving a toplevel window immediately after sizing it would
19329         result in it being sized back to the old size since 
19330         impl->width, impl->height aren't updated until we hear
19331         back from the server. There is still a (longstanding) bug
19332         here that gdk_window_get_size() will give the wrong size
19333         until we do hear back.
19334
19335 2000-08-31  Havoc Pennington  <hp@redhat.com>
19336
19337         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
19338         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
19339         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
19340         Rename GtkTextStyleValues to GtkTextAttributes
19341
19342 2000-08-31  Havoc Pennington  <hp@pobox.com>
19343
19344         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
19345         for rapid testing whether an iterator is the end iterator
19346         (gtk_text_btree_new): init end line cache
19347         (gtk_text_line_is_last): use fast cached line to 
19348         see if we're the last line.
19349         (get_last_line): use cached line here too, should 
19350         speed up some random unrelated code.
19351         
19352 2000-08-30  Havoc Pennington  <hp@pobox.com>
19353
19354         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
19355         signals.
19356
19357         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
19358         delete_text signals. This allows the signals to be used for
19359         implementing undo.
19360
19361         * gtk/gtktextbuffer.c: Change signal handler signatures; 
19362         provide "interactive" argument when emitting insert_text or
19363         delete_text signal.
19364         
19365 2000-08-30  Havoc Pennington  <hp@pobox.com>
19366
19367         * gtk/gtktextbuffer.c: Docs
19368
19369 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
19370
19371         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
19372         from switch statements, since Tor removed the enumeration
19373         value.
19374         
19375         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
19376         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
19377
19378 2000-08-29 Elliot Lee <sopwith@redhat.com>
19379         * */*.h: Use G_GNUC_CONST.
19380
19381 2000-08-27  Havoc Pennington  <hp@pobox.com>
19382
19383         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
19384         minor indentation fixes, inserted some FIXME about stuff I
19385         realized was broken while documenting it.
19386         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
19387         GTK convention  
19388
19389 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
19390
19391         * gtk/testgtk.c (create_styles): Fix double free of
19392         font desc.
19393
19394 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19395
19396         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
19397         
19398         * gtk/testgtk.c (create_styles): Add a test for modifying
19399         the style through gtk_widget_modify_*.
19400
19401         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
19402         a function to get the current modifier style.
19403
19404         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
19405         of the passed in GtkRcStyle instead of ref'ing it.
19406
19407         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
19408
19409 2000-08-20  Tor Lillqvist  <tml@iki.fi>
19410
19411         * gdk/gdkimage.h
19412         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
19413         shared memory image+pixmap GdkImage type, or
19414         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
19415         I am dropping that.
19416
19417         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
19418         actually call gtk_init_abi_check(), passing also
19419         sizeof(GtkWindow). Ditto for gtk_init_check(). 
19420
19421         * gtk/gtk.def
19422         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
19423         New functions, used to check that the GTK+-using code has been
19424         compiled using the correct compiler and switches. In particular,
19425         with gcc one has to use the -fnative-struct switch as GTK+ is
19426         compiled with that.
19427
19428 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
19429
19430         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
19431         ->prev fields when merging lists. (Found simultaneously
19432         by Pawel Salek and Jakub Jelinek)
19433
19434 2000-08-12  Tor Lillqvist  <tml@iki.fi>
19435
19436         * gdk/gdk.def
19437         * gtk/gtk.def: Add missing entries.
19438
19439         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
19440         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
19441
19442         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
19443         function. Dummy implementation at this point.
19444
19445         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
19446         rules. Undefine GTK_COMPILATION when compiling the test programs.
19447         
19448         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
19449
19450 2000-08-11  Tor Lillqvist  <tml@iki.fi>
19451
19452         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
19453         to convert back and forth from UTF-8 and the "system" (or "current
19454         locale") charset when necessary. Indentation/spacing cleanup.
19455
19456 2000-08-10  Havoc Pennington  <hp@redhat.com>
19457
19458         * Makefile.am (snapshot): Change the format of the snapshot
19459         version to match glib
19460
19461         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
19462         from EXTRA_DIST since it doesn't seem to exist
19463
19464 2000-08-10  Tor Lillqvist  <tml@iki.fi>
19465
19466         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
19467         version of the directory name (not the UTF-8 one) when building
19468         the path name to stat().
19469
19470 2000-08-03  Elliot Lee  <sopwith@redhat.com>
19471
19472         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
19473         PANGO_ATTR_SHAPE set.
19474
19475 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
19476
19477         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
19478         Peter Osterlund to simplify the code while keeping the
19479         functionality the same.
19480
19481 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
19482
19483         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
19484         is_viewable() test further inside the function, since removing the 
19485         window from the redraw list without clearing ->update_area
19486         was also very broken.
19487
19488 2000-08-02  Tor Lillqvist  <tml@iki.fi>
19489
19490         * configure.in: Check for <unistd.h>.
19491
19492 2000-08-01  Martin Baulig  <baulig@suse.de>
19493
19494         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
19495         to display the message that this is a development version of GTK+.
19496
19497 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
19498
19499         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
19500         was depending on widget->allocation instead of the width of text_area,
19501         which was incorrect for subclasses like GtkSpinButton.
19502
19503         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
19504         with width == 1 tests that should be width == -1.
19505
19506 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
19507
19508         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
19509         (broken, Elliot, every single window blank on X) custom code with call
19510         to gdk_window_is_viewable() which a) prevents code duplicate and
19511         b) works. 
19512
19513 2000-07-31  Elliot Lee  <sopwith@redhat.com>
19514
19515         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
19516         to get the GDK_PARENT_ROOT() macro to work.
19517         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
19518         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
19519         of, windows that aren't shown.
19520         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
19521         pointer grab stuff.
19522
19523 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
19524
19525         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
19526           s/gtk_main_iteration/g_main_iteration/
19527
19528           Did this already in change:
19529                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
19530           don't know how it got reverted.
19531
19532 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
19533
19534         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
19535         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
19536
19537         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
19538         not gdk_pixbuf.
19539
19540 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
19541
19542         * configure.in,po/{sp,sr}.po: Added Serbian files
19543
19544 2000-07-30  Tor Lillqvist  <tml@iki.fi>
19545
19546         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
19547
19548         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
19549         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
19550         GIOChannel implementation.
19551
19552         * gdk/win32/gdkinput.c
19553         * gdk/win32/gdkpango-win32.c: Update license name here, too.
19554
19555         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
19556         definition to match prototype.
19557
19558         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
19559
19560 2000-07-27  Elliot Lee  <sopwith@redhat.com>
19561
19562         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
19563         function, to allow handling image formats that cannot be detected
19564         by looking at content alone.
19565
19566 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
19567
19568         * docs/tutorial/*.gif *.jpg *.eps
19569           Update these to the same look-n-feel.
19570           Why does including images in DocBook suck so badly?
19571
19572 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
19573
19574         * gtk/gtktable.c: applied patch from Phil Thompson
19575         <phil@river-bank.demon.co.uk> that enables space settings for
19576         the last row/columns as well.
19577
19578 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
19579
19580         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
19581         updates the license headers to the GNU Lesser General Public License,
19582         as well as updating the copyright year to 2000.
19583
19584 2000-07-26  Robert Brady  <rwb197@zepler.org>
19585
19586         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
19587           and po/Makefile, was installing and looking for them under gtk20
19588           and gtk2 respectively.
19589
19590 2000-07-25  Havoc Pennington  <hp@redhat.com>
19591
19592         * gtk/testtext.c: Comment out some stuff that depends on the rest
19593         of my patches.
19594
19595 2000-07-25  Havoc Pennington  <hp@redhat.com>
19596
19597         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
19598         buffer
19599
19600 2000-07-25  Havoc Pennington  <hp@redhat.com>
19601
19602         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
19603         widget changes.
19604
19605         * gtk/gtktextview.h: To be consistent with usage of "line"
19606         throughout the API to mean "newline-terminated thingy", change
19607         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
19608         to MOVEMENT_LINE.
19609
19610         (GtkTextView): Add flags for default editability, and whether to
19611         show the cursor. Add functions to get/set that. Add 
19612
19613         (gtk_text_view_get_iter_location): new function
19614
19615         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
19616         gtktextlayout.h
19617         (g_convert): Add g_convert temporarily, will go in glib in a bit
19618         
19619         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
19620         GtkTextTagTableForeach instead of brokenly using GHFunc.
19621         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
19622
19623         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
19624         moved to public header.
19625
19626         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
19627         "invisible", since "elide" was a bad name.
19628         (gtk_text_tag_get_priority): Added
19629
19630         (GtkTextStyleValues): put this in public header, along with
19631         functions to use it.
19632
19633         * gtk/gtktextmarkprivate.h: Include more headers, since we no
19634         longer include gtktextbtree.h.
19635
19636         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
19637         gtk_text_mark_deleted
19638
19639         * gtk/gtktextlayout.h: Don't include the "really private" headers,
19640         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
19641         to make this possible. Now we only need to install
19642         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
19643         (However the Makefile.am isn't changed yet because of the
19644         logistics of merging gtk-hp-patches piecemeal)
19645
19646         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
19647         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
19648         gtk_text_iter_get_line is now used in the public API for a
19649         different purpose.
19650
19651         * gtk/gtktextiter.h: Clean up function names to be more
19652         consistent. Always call char offset "offset" and byte index
19653         "index". A "line" is always a line number. 
19654
19655         (gtk_text_iter_is_last): new function, more efficient than 
19656         the existing way to check
19657         (gtk_text_iter_is_first): new function, also more efficient
19658
19659         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
19660
19661         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
19662         gtk_text_iter_forward_char, etc.
19663
19664         (gtk_text_iter_forward_to_tag_toggle): Renamed from
19665         forward_find_tag_toggle, since this isn't a linear search
19666
19667         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
19668
19669         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
19670         New functions, search for a buffer substring.
19671
19672         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
19673         interactive and default editable (since we need to store that info
19674         until we receive the selection data).
19675
19676         Remove all the _at_char and at_line etc. versions of functions;
19677         only have iterator versions.
19678
19679         Add _interactive() versions of functions, that consider the
19680         editability of text. (FIXME add interactive flag to the 
19681         insert/delete signals per Darin's suggestion)
19682
19683         (gtk_text_buffer_get_tag_table): new function, demand-creates the
19684         tag table if necessary
19685
19686         Remove declaration of gtk_text_buffer_get_iter_from_string
19687
19688         (_gtk_text_buffer_get_btree): private/internal function, added.
19689         
19690
19691         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
19692         (gtk_text_line_is_last): new function
19693
19694 2000-07-25  Havoc Pennington  <hp@redhat.com>
19695
19696         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
19697         using GtkProgressBar. See Changes-2.0.txt for details.
19698
19699         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
19700         "pulse_step" which are the equivalent of
19701         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
19702         Implement new API.
19703         
19704         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
19705         (use_text_format) to mark whether text set on the progress bar is
19706         a format string. Deprecate entire GtkProgress interface.
19707
19708         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
19709         (gtk_progress_build_string): make this a no-op if use_text_format
19710         is FALSE
19711
19712         * docs/Changes-2.0.txt: Describe progress bar changes.
19713
19714 2000-07-25  Tor Lillqvist  <tml@iki.fi>
19715
19716         * Makefile.am: Include the build directory.
19717
19718         * configure.in: Generate build/Makefile, build/win32/Makefile,
19719         gdk/, gdk/win32/, and gtk/makefile.mingw.
19720
19721         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
19722         Add GETTEXT_PACKAGE.
19723         
19724         * gdk/gdk.def
19725         * gtk/gtk.def: Updates.
19726
19727         * gdk/gdkfont.h
19728         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
19729         need them any longer.
19730
19731         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
19732
19733         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
19734         PANGOWIN32_LIBS and gdk_pixbuf.
19735
19736         * gdk/win32: Compiles, but no doubt doesn't work at all.
19737
19738         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
19739
19740         * gdk/win32/gdkinput.c: New file, temporarily.
19741         
19742         * gdk/win32/gdkinput-win32.h: New file
19743
19744         * gdk/win32/gdkinputprivate.h: Remove.
19745
19746         * gdk/win32/gdkpango-win32.c: New file.
19747
19748         * gtk/makefile.mingw.in: New file
19749
19750         * gtk/makefile.cygwin: Removed
19751         
19752         * gtk/Makefile.am: Update accordingly.
19753
19754         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
19755         made externally visible.
19756
19757         * gtk/gtkmain.c: Use it.
19758         
19759         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
19760         is enough.
19761
19762         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
19763
19764 2000-07-24 Elliot Lee <sopwith@redhat.com>
19765         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
19766         individual backends already.
19767         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
19768         again. Yes, there really is a good reason for this, if you are using the gdkregion
19769         internals, and if you're not, why do you care?
19770         * gdk/gdkwindow.c: Fix inverted condition
19771         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
19772         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
19773         * gtk/gtkrange.c: Redraw trough when moving.
19774         * gtk/gtktypeutils.c: Fix warning by adding const cast.
19775         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
19776
19777 2000-07-23  Tor Lillqvist  <tml@iki.fi>
19778
19779         * configure.in: Check for mkstemp and sigsetjmp. Output
19780         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
19781
19782         More work on GDK for Win32. Still in an intermediate state.
19783
19784         * gdk/makefile.cygwin
19785         * gdk/win32/makefile.cygwin: Removed.
19786         
19787         * gdk/makefile.mingw.in
19788         * gdk/win32/makefile.mingw.in: New files.
19789
19790         * gdk/Makefile.am
19791         * gdk/win32/Makefile.am: Generate and distribute them.
19792
19793         * gdk/win32/gdkwindow-win32.h
19794         * gdk/win32/gdkdrawable-win32.h
19795         * gdk/win32/gdkpixmap-win32.h: New files.
19796
19797         * gdk/win32/gdkcolor-win32.c
19798         * gdk/win32/gdkcursor-win32.c
19799         * gdk/win32/gdkdrawable-win32.c
19800         * gdk/win32/gdkgc-win32.c
19801         * gdk/win32/gdkimage-win32.c
19802         * gdk/win32/gdkprivate-win32.h
19803         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
19804         Rename fields and variables called xcursor, xid, etc (these names
19805         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
19806
19807 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
19808
19809         * gtk/gtkentry.[ch]: Fix some problems with vertical
19810         alignment.
19811
19812         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
19813         char/byte confusion.
19814
19815 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
19816
19817         * gtk/gtktextview.c (changed_handler): Fix bug where
19818         redraw wasn't being done properly when height of
19819         dirty region changed.
19820
19821         * demos/Makefile.am: Remove various references to
19822         -lgmodule
19823
19824 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
19825
19826         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
19827         PangoAttrShape to reserve space for pixmaps, add 
19828         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
19829         in the display functions.
19830         
19831         * gtk/testgtk.c (create_layout): Set some more exotic
19832         scrolled window options
19833
19834         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
19835         Add function to set the shadow type of a window, to allow
19836         putting a shadow around widgets such as GtkLayout or GnomeCanvas
19837         which don't draw their own frame.
19838
19839 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
19840
19841         * docs/tutorial/package-db-tutorial.sh: New file for
19842           packaging DocBook format tutorial
19843
19844 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
19845
19846         * docs/tutorial/gtk-tut.sgml: Minor updates
19847
19848         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
19849
19850 2000-07-19  Tor Lillqvist  <tml@iki.fi>
19851
19852         * gtk/gtksignal.c: Fix C++ comment.
19853
19854         * gtk/gtkimmulticontext.c
19855         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
19856         don't return value from void functions.
19857
19858         * gtk/gtk.def: Add gtk_rc_style_unref.
19859
19860 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
19861
19862         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
19863         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
19864         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
19865         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
19866         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
19867         gtk/gtktypeutils.h: Include files outside of the extern "C"
19868         block. Makes some C++ compiler happy. Reported by Denis Vakatov
19869         <vakatov@peony.nlm.nih.gov>.
19870
19871 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
19872
19873         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
19874           Completes first pass. Hurrah!
19875
19876 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
19877
19878         * docs/tutorial/gtk-tut.sgml: More clean ups.
19879
19880 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
19881
19882         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
19883         paint the background of the text area which was accidentally
19884         removed at some point.
19885
19886         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
19887           
19888          - Move most of the functionality from the theme vtable
19889            into GtkRcStyleClass and GtkStyleClass. The moved
19890            vtable functions were changed a bit in the move to
19891            work better in their new home.
19892
19893          - Get rid of the engine and engine_data fields from
19894            GtkRcStyle and GtkStyle; instead the theme
19895            engine derives theme-specific subclasses of GtkRcStyle
19896            and GtkStyle
19897
19898          - Add extra dlsym() found entry point to themes,
19899            theme_create_rc_style().
19900
19901         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
19902         in gtk_style_real_copy.
19903
19904         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
19905         to register a type associated with an engine. (The engine
19906         won't be unloaded as there is an instance of the type.)
19907
19908
19909 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
19910
19911         * docs/tutorial/gtk-tut.sgml: Clean ups.
19912
19913 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
19914
19915         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
19916           of cleaning up to do.
19917
19918 2000-07-15  Tor Lillqvist  <tml@iki.fi>
19919
19920         * gdk/testgdk.c: New file, quick hack to test backends for
19921         pixel-by-pixel correctness of the most simple graphic operations.
19922
19923 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
19924
19925         * Really release 1.3.1
19926         
19927         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
19928         include structure.
19929
19930 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
19931
19932         * Released 1.3.1
19933
19934 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
19935
19936         * gtk/gtktextlayout.c: use FALSE for size_only most
19937         of the time when calling gtk_text_layout_get_line_display()
19938         to avoid causing double reshapes when a redraw follows
19939         immediately after.
19940
19941 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
19942
19943         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
19944         appropriate region and gdk_window_process_updates() so trough
19945         updating doesn't lag behind the window being scrolled.
19946
19947         * gdk/gdkgc.c: Make parent_class pointer static.
19948          
19949 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
19950
19951         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
19952         include <string.h>.
19953          
19954         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
19955         cut-and-paste error in computing memory offset for 4 channels.
19956
19957 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
19958
19959         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
19960         gtk_rc_append_default_pixmap_path(), since it wasn't
19961         adding an interesting path and we don't have a meaningful
19962         default for this value.
19963
19964 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
19965
19966         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
19967         gtk-config to gtk-config-2.0 move gtk_.m4 to
19968         gtk-2.0.m4
19969
19970         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
19971         gdk/Makefile.am demos/Makefile.am: Change 
19972         library names to libgtk-1.3.la, etc, so that we
19973         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
19974
19975         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
19976         gdk/Makefile.am gdk/x11/Makfile.am
19977         Move include files into /usr/include/gtk-2.0, 
19978         /usr/lib/gtk-2.0/include/
19979          
19980         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
19981         gtk/gtkintl.h: Change package for gettext from 
19982         gtk+ to gtk20. Put hack in autogen.sh to modify
19983         po/Makefile.in.in after gettextize to make this
19984         possible.
19985
19986         * gtk+.spec: Some updates, not tested.
19987
19988         * gdk-pixbuf/Makefile.am: Move loaders into
19989         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
19990
19991         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
19992         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
19993         to THEMENAME/gtk-2.0/. Move engine directory  to
19994         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
19995         
19996 2000-07-12  Tor Lillqvist  <tml@iki.fi>
19997
19998         Win32 changes, still doesn't build though.
19999
20000         * gdk/makefile.cygwin
20001         * gdk/win32/makefile.cygwin
20002         * gtk/makefile.cygwin: Updates.
20003
20004         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
20005         default values for fg and bg pixel as X11 does (0 and 1), not
20006         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
20007         Use 0 for pen width by default (treated as 1 anyway later, but for
20008         apps that might check the value in the GdkGC).
20009         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
20010         interface to gdk_gc_predraw and _postdraw.
20011
20012         * gdk/win32/gdkwin32.h
20013         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
20014
20015         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
20016         extraneous semicolon.
20017
20018         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
20019
20020         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
20021         not the Win32 bitspixel value.
20022
20023         * gdk/win32/gdkcc-win32.c:
20024         * gdk/win32/gdkcolor-win32.c 
20025         * gdk/win32/gdkprivate-win32.h
20026         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
20027         GDK object structure.
20028
20029 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
20030
20031         * docs/tutorial/gtk_tut_12.es.sgml (name): 
20032         * docs/tutorial/gtk_tut_it.sgml (name): 
20033         * docs/tutorial/gtk_tut_fr.sgml (name): 
20034         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
20035         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
20036
20037 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
20038
20039         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
20040           small changes.
20041
20042 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
20043
20044         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
20045         a bug here, never been here and never fixed anything ;(
20046         (don't segfault if tree->root_tree is NULL, which happens prior
20047         to widget realization, but puke instead).
20048
20049 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
20050
20051         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
20052         add the necessary tokens.
20053
20054         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
20055         (gtk_rc_style_to_style): copy thicknesses.
20056         (gtk_rc_init_style): apply thicknesses.
20057         (gtk_rc_parse_style): parse xthickness and ythickness.
20058
20059         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
20060
20061         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
20062         (gdk_window_new): 
20063         (_gdk_windowing_window_init): 
20064         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
20065         (gdk_pixmap_create_from_data): 
20066         (gdk_bitmap_create_from_data): 
20067         (gdk_pixmap_new): 
20068         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
20069         (gdk_image_new): 
20070         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
20071         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
20072         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
20073         (gdk_colormap_get_system): 
20074         (gdk_colormap_new): 
20075         * gdk/gdkwindow.c (gdk_window_init): 
20076         * gtk/gtkstyle.c (gtk_style_new):
20077         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
20078         * gdk/gdkpixmap.c (gdk_pixmap_init): 
20079         * gtk/gtkrc.c (gtk_rc_style_new):
20080         use g_object_new() instead of g_type_create_instance() which
20081         is a private function for fundamental type implementations.
20082
20083 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
20084
20085         * configure.in: Add check for db2html
20086
20087 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
20088
20089         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
20090         hack to set glib_debug_objects based on gtk_debug_flags.
20091
20092 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
20093
20094         * INSTALL.in: Update the Prerequisites section.
20095
20096         * Makefile.am demos/Makefile.am docs/Makefile.am
20097         docs/tutorial/Makefile.am gdk/x11/Makefile.am
20098         gdk/linux-fb/Makefile.am: Dist fixes
20099
20100 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
20101
20102         * NEWS: 10,000 foot view of 1.3.1 changes.
20103
20104 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
20105
20106         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
20107         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
20108         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
20109         gdk/x11/gdkmain-x11.c: 
20110
20111         Patch from George Lebl to add a GdkGrabStatus enumeration to use
20112         as a return value of gdk_*_grab(). Previously, we just
20113         returned the X11 values directly.
20114
20115 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
20116
20117         * gdk/x11/Makefile.am: Patch from George Lebl to 
20118         install all the headers in the right place.
20119
20120 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
20121
20122         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
20123           initial conversion to DocBook.
20124
20125 2000-07-04  Tor Lillqvist  <tml@iki.fi>
20126
20127         * README.win32: Improve a bit.
20128
20129         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
20130         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
20131         Alt+0nnn on the numpad (used to enter characters by numeric code
20132         from current DOS or ANSI codepage) working correctly, as in other
20133         Windows apps.
20134
20135         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
20136         same argument validity tests as in X11 version.
20137         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
20138
20139         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
20140         definitions in case missing from headers.
20141
20142         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
20143         destroy the window-specific cursor.
20144         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
20145         calling GetModuleHandle(NULL).
20146         (gdk_window_set_cursor): Reworked to always copy the passed cursor
20147         with CopyCursor before setting it as the window-specific
20148         cursor. It is OK for the caller to destroy the GdkCursor (and thus
20149         also its Windows cursor) after calling this function. Destroy any
20150         previous window-specific cursor.
20151
20152 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
20153
20154         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
20155         font charset is iso8859-1, not iso-8859-1.
20156
20157 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
20158
20159         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
20160         Use g_get_charset() instead of g_get_codeset().
20161
20162         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
20163         Comment out some strdup'ing functions to keep timj
20164         happy until we finish fighting this out.
20165
20166 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
20167
20168         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
20169         <= width or height.
20170
20171         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
20172         from 1.2 for parent/child states.
20173
20174         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
20175         of typos.
20176
20177         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
20178         event structures, replace with a generic axes field. Replace 
20179         deviceid/sourec with GdkDevice *device.
20180
20181         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
20182         to extract particular axis use value from event. (Also
20183         can be used for normal X/Y.)
20184
20185         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
20186         allow for arbitrary number of axes, namespace everything
20187         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
20188         everywhere.
20189
20190         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
20191         Get rid of the gdk_input_vtable setup if favor of simply
20192         defining the functions in gdkinput-none/gxi/xfree.c in
20193         a similar fashion to the way that the port structure is 
20194         done.
20195
20196         * gtk/gtkdnd.c: Fix fields of synthesized button press event
20197         for new event structures. 
20198
20199         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
20200         new device interfaces.
20201
20202 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
20203
20204         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
20205         set the initial text.
20206
20207         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
20208         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
20209         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
20210         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
20211
20212         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
20213         pango_layout_set_font_description to simplify.
20214
20215 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
20216
20217         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
20218         pango_layout_set_font_description to simplify.
20219
20220 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
20221
20222         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
20223         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
20224         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
20225
20226         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
20227         PANGO_PIXELS() macro.
20228
20229 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
20230
20231         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
20232         that returns a PangoContext owned by the widget and updated to
20233         match future changes in the widget. Also, make 
20234         gtk_widget_create_pango_layout() use this context. If we ever
20235         add a ::changed signal to PangoContext, this will make things
20236         much more convenient. 
20237
20238         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
20239         in the appropriate places instead of destroying the layouts and
20240         creating new ones.
20241
20242         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
20243         in a few strategic places.
20244
20245 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
20246
20247         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
20248         gtk_widget_size_request() on reparented child, if one. Otherwise,
20249         queue_resize() on the child never results in it getting size-requested
20250         at all.
20251
20252         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
20253         in option menus, so that (with luck) people won't copy it into
20254         their apps in the future.
20255
20256         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
20257         to gtk_option_menu_calc_size. This isn't perfect, but should fix
20258         a lot of problems with changing the size of the menu's menu
20259         items after adding it to the option menu.
20260
20261         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
20262
20263         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
20264         the text direction for a widget changes.
20265
20266         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
20267         ::direction_changed to get rid of various hacks.
20268
20269 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
20270
20271         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
20272         name.
20273
20274 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
20275
20276         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
20277         flag to the structure. Do not call XFreePixmap on pixmaps created
20278         by gdk_pixmap_foreign_new().
20279
20280 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
20281
20282         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
20283         value using GdkRGB functionality given GdkColormap and GdkColor.
20284         (name not final, waiting for inspiration.)
20285         
20286         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
20287         set the foreground/background of a GC using the GC's colormap
20288         and GdkRGB. (name not final, waiting for inspiration.)
20289
20290         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
20291         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
20292
20293         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
20294         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
20295         purely a function of the corresponding colormap. Make
20296         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
20297
20298         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
20299         gdk_pixbuf_*create_from_xpm_* in terms of
20300         gdk_pixbuf_new_from_xpm_data(), move into platform independent
20301         code.
20302
20303         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
20304         advantage of the new draw_rgb_32_image_dithalign.
20305
20306         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
20307
20308         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
20309         on each created GC.
20310
20311         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
20312
20313         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
20314         which we initialize from the drawable when the GC is created,
20315         if the drawable has a colormap.
20316
20317         * gdk/x11/gdkgc-x11.c: include string.h for memset.
20318
20319         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
20320
20321         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
20322
20323 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
20324
20325         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
20326         actually returning expose events, make sure to set
20327         the count field properly.
20328
20329         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
20330         accidentally reintroced bug which always cleared
20331         the graphics_exposures value. 
20332
20333 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
20334
20335         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
20336
20337 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
20338
20339         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
20340
20341 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
20342
20343         * docs/faq/gtk-faq.sgml: Start of Section 6.
20344
20345 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
20346
20347         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
20348         
20349         (Fixes problem with drawing childless frames. Pointed out
20350         by and a first patch from Anders)
20351         
20352         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
20353         compute a child_allocation, even if we don't have a child.
20354
20355         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
20356         Always chain to the parent's impl, even if we don't have a child.
20357
20358 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
20359
20360         * gdk/gdkrgb.c: If possible, create only a single shm segment and
20361         use multiple parts of it instead of creating a bunch of separate
20362         segments, since the maximum number of segments per system is not
20363         large. (This might be worth backporting to GTK+-1.2.x if we make a
20364         new release )
20365
20366         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
20367         structure in preparation for per-colormap GdkRGB.
20368
20369         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
20370         to False when we get EINVAL from shmget so that the caller of
20371         gdk_image_new can retry with a smaller segment size.
20372
20373 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
20374
20375         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
20376
20377 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
20378
20379         * configure.in: make the current version number 1.3.1 (binary age 0,
20380         interface age 0).
20381         
20382         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
20383         gtkcompat.h is all we want.
20384
20385         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
20386         GLib primitive types. fixed g_type_register_fundamental() argument
20387         ordering.
20388
20389         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
20390         compiles.
20391
20392         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
20393         object code cleanup, comment trigraph fixes, etc...
20394
20395 2000-06-23  Havoc Pennington  <hp@redhat.com>
20396
20397         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
20398         instead of making up a bogus name for first_para_mark
20399
20400         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
20401         0 as a context ID
20402
20403 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
20404
20405         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
20406
20407 2000-06-21  Havoc Pennington  <hp@pobox.com>
20408
20409         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
20410         we didn't check window->bg_pixmap != GDK_NO_BG.
20411
20412         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
20413         gdk-pixbuf
20414
20415 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
20416
20417         * docs/faq/gtk-faq.sgm: Move file to here.
20418           TODO: Update Makfile.am 
20419
20420 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
20421
20422         * docs/gtk-faq.sgm: Add Section 2
20423
20424 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
20425
20426         * docs/gtk-faq.sgm: New file. Start of DocBook
20427           version of the FAQ.
20428
20429 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
20430
20431         * configure.in (GDK_PIXBUF_MAJOR): Define version
20432         numbers for GDK_PIXBUF_*, as they get substituted
20433         into a header file. Need to consider versioning
20434         for gdk-pixbuf more carefully later.
20435
20436 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
20437
20438         Work with srcdir != builddir.   
20439         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
20440         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
20441         * demos/testpixbuf.c: Likewise.
20442         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
20443         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
20444         <gdk/x11/gdkx.h>.
20445         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
20446         "gdk-pixbuf.h".
20447         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
20448
20449 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
20450
20451         * TODO.xml: Change 1.4 version numbers to 2.0.
20452
20453 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
20454
20455         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
20456         fixups to GTK+ standard.
20457
20458 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
20459
20460         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
20461         gdk-pixbuf.
20462
20463         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
20464         fixups for GObject.
20465
20466         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
20467         gdk-pixbuf with GDK dependencies moved into GDK.
20468         
20469         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
20470         move gdk-pixbuf-loader here until GObject has signals.
20471
20472         * demos/: New directory of demos. Move demos from
20473         gdk-pixbuf here.
20474
20475         * demos/pixbuf-init.c: Small bit of code to check for
20476         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
20477         set GDK_PIXBUF_MODULEDIR appropriately.
20478
20479         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
20480         define which no longer makes sense.
20481
20482 2000-06-21  Havoc Pennington  <hp@redhat.com>
20483
20484         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
20485         gtk_get_default_language
20486
20487         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
20488         new function to get the default language
20489
20490         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
20491         s/gtk_text_view_style_values/gtk_text_style_values/
20492
20493         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
20494         Add a "language" field to tags.
20495
20496         (gtk_text_tag_set_arg): Fix bug in setting
20497         "bg_full_height_set" tag.
20498
20499 2000-06-21  Havoc Pennington  <hp@redhat.com>
20500
20501         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
20502         in the interfaces
20503
20504         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
20505         stuff instead when possible.
20506
20507         * gtk/gtktexttypes.h: Delete some unused constants
20508
20509         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
20510         testtextbuffer.c: use glib instead of custom unicode routines
20511
20512 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
20513
20514         * docs/es/: Removed mistakenly added generated sgml
20515
20516         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
20517         Remove outdated info files.
20518
20519         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
20520         Moved tutorial files into subdir
20521
20522         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
20523         subdir.
20524
20525         * docs/man/gtk_button.pod: Remove. (contents will be
20526         integrated into gtk-reference button page.)
20527
20528         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
20529         docs/faq/Makefile.am: Adjust for new organization
20530
20531 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
20532
20533         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
20534         not $(MKINSTALLDIRS)
20535
20536 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
20537
20538         * gtk/testgtk.c (create_text): Finish the job Elliot started
20539         of removing font setting test for text widget. (Since text widget
20540         and GdkFont are not deprecated, and cause portability problems.)
20541
20542 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
20543
20544         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
20545         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
20546         Remove use of libunicode in favor of new GLib functions.
20547
20548         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
20549         nano-x, framebuffer. The X11 include is just a hack until we get
20550         the necessary functions in gdkcolor.h, so there is no reason to
20551         add other includes of platforms.
20552
20553         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
20554         window bigger than the screen change.
20555
20556         * gtk/testgtk.c: Revert some random changes from Elliot
20557         that had no particular point and were causing testgtkrc
20558         not to function correctly.
20559         
20560         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
20561         because GdkSegment and GdkRegionBox have the same fields,
20562         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
20563         results in clearer code.
20564
20565         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
20566         gdk_input_translate_coordinates): Fix missed GdkObjectification
20567
20568 2000-06-18  Elliot Lee  <sopwith@redhat.com>
20569
20570         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
20571         * gtk/gtk{plug,socket}.h: Missed commits from previous.
20572
20573 2000-06-20  Havoc Pennington  <hp@redhat.com>
20574
20575         * modules/linux-fb/Makefile.am: Make this compile
20576         without framebuffer enabled
20577
20578         * gdk/linux-fb/Makefile.am: Add conditional to not build
20579         framebuffer unless specified in configure
20580
20581         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
20582         the size of the target instead of source if -1 was passed for
20583         width/height
20584
20585         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
20586         width/height confusion.
20587
20588 2000-06-19  Havoc Pennington  <hp@redhat.com>
20589
20590         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
20591         GDK_DRAWABLE_XID. In the future, we probably want to make it
20592         faster with G_DISABLE_CHECKS turned on.
20593
20594 2000-06-14  Havoc Pennington  <hp@redhat.com>
20595
20596         * gdk/Makefile.am: add gdkpixmap.c
20597
20598         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
20599         s/gdk_image_init/_gdk_windowing_image_init
20600
20601         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
20602         ref/unref
20603
20604         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
20605
20606         * gdk/gdkcompat.h: remove GdkWindowType compat, since
20607         GdkWindowType is now non-deprecated; 
20608         change gdk_window_get_type() compat to be
20609         gdk_window_get_window_type().
20610
20611         * gdk/gdkdnd.h: make GdkDragContext a GObject.
20612
20613         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
20614         virtual GObject. Make all functions call into the vtable.
20615         Move gdk_image_put() guts in here. Remove GdkDrawableType
20616         and gdk_drawable_get_type(), these are now GdkWindow-specific.
20617         draw_image, get_depth, get_size, set_colormap, get_colormap,
20618         get_visual added to the vtable.
20619         
20620         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
20621         GObject. Virtualize everything. 
20622         (gdk_gc_new_with_values): remove check for destroyed window,
20623         because now GdkWindow::create_gc will check this.
20624         (gdk_gc_set_values): New function to set GC values, this 
20625         was already implemented but wasn't in the header
20626
20627         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
20628
20629         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
20630         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
20631         remove _gdk_window_class; add _gdk_window_impl_get_type() and
20632         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
20633         _gdk_windowing_window_init, rename gdk_image_init to
20634         _gdk_windowing_image_init.
20635         
20636         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
20637         (gdk_draw_layout): Remove check for destroyed window, 
20638         because all the drawable methods already check it.
20639         
20640         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
20641         Add gdkpixmap.c which contains implementation of GdkDrawable
20642         virtual table (by chaining to a platform-specific implementation
20643         object).
20644         
20645         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
20646         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
20647         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
20648         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
20649         GdkColormapPrivate. 
20650
20651         * gdk/gdktypes.h: #include <glib-object.h>
20652
20653         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
20654         Move most functionality to platform-specific implementation
20655         object. GdkWindow itself now handles the backing store, then
20656         chains to the platform-specific implementation.
20657         (gdk_window_get_window_type): return GdkWindowType of the window.
20658         (gdk_window_peek_children): New routine, returns the children of 
20659         a GdkWindow
20660         (gdk_window_get_children): Was in X11-specific code and did 
20661         XQueryTree. Changed to simply return a copy of window->children; 
20662         so it can go in cross-platform code.
20663         
20664         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
20665
20666         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
20667         GdkColormap; just changed to use the new private data instead
20668         of casting to GdkColormapPrivate.
20669
20670         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
20671         gdk_cursor_new().
20672
20673         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
20674         (private data member in the GObject). 
20675         (xdnd_manager_source_filter): Function had broken 
20676         error handling, fix it (use gdk_error_trap_push).
20677
20678         * gdk/x11/gdkdrawable-x11.c: This file now implements
20679         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
20680         base class is purely for the convenience of the X port,
20681         and not part of the interface to cross-platform GDK.
20682
20683         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
20684         
20685         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
20686         specific to X, and returned by the create_gc virtual method
20687         of GdkDrawableImplX11. 
20688         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
20689         rather than gchar, this was also changed in the GdkGC vtable.
20690         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
20691         mask is 0, return immediately, instead of checking every flag.
20692         This is faster, and keeps us from segfaulting if values is NULL
20693         and the mask contains some nonzero flags.
20694
20695         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
20696         GdkWindow.
20697
20698         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
20699         GdkWindowPrivate is gone.
20700
20701         * gdk/x11/gdkim-x11.c: rename things that got renamed.
20702
20703         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
20704         remove the image_put stuff that got transferred to GdkDrawable.
20705         
20706         * gdk/x11/gdkinput.c: renamings
20707
20708         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
20709
20710         * gdk/x11/gdkpixmap-x11.c: GObject conversion
20711
20712         * gdk/x11/gdkprivate-x11.h: indentation fixes
20713
20714         * gdk/x11/gdkproperty-x11.c: renamings
20715
20716         * gdk/x11/gdkselection-x11.c: renamings
20717
20718         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
20719         implements the platform-specific "impl" object.
20720         Moved gdk_window_get_children to gdk/gdkwindow.c
20721
20722         * gdk/x11/gdkx.h: Remove all the private structs and private datas
20723         that no longer exist. Add declaration of GdkGCX11 object here.
20724         Fix all the macros to still work. 
20725
20726         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
20727         GdkDragContext from the boxed types since they are now GObjects.
20728
20729         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
20730         moved xthickness/ythickness into the instance. GtkStyleClass
20731         functions are now in the standard vtable for GtkStyle, so you have
20732         to create a GObject subclass to write a theme engine.
20733         (gtk_style_copy): fixed a leaked PangoFontDescription
20734         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
20735         can be the standard GObject function.
20736         
20737         * Throughout GTK:
20738         s/style->klass->[xy]thickness/style->[xy]thickness
20739         s/pango_layout_unref/g_object_unref/
20740
20741         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
20742         
20743         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
20744         accessing GDK internals.
20745
20746         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
20747         accessing GDK internals.
20748
20749 2000-06-18  Elliot Lee  <sopwith@redhat.com>
20750
20751         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
20752
20753         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
20754         problem by calculating event position relative to the trough
20755         rather than the slider.
20756         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
20757
20758         * gdk/gdkgc.h: Add GDK_NOR.
20759
20760         * configure.in, Makefile.am: Add modules top level dir
20761         * configure.in: Only use pangox library if building x11 target.
20762         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
20763
20764 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
20765
20766         * gtk/gtkcolorsel.c: Change private class member to be named
20767         private_data throughout the file.
20768
20769         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
20770         private_data to avoid clashing with keyword.
20771
20772 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
20773
20774         * gdk/gdkdnd.h: Add comment to remove warning.
20775
20776 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
20777
20778         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
20779         Byelorussian language; changed the Makefile and file names 
20780         to reflect that.
20781
20782 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
20783
20784         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
20785         rather than gdk_window_hide; this makes things work
20786         correctly if the window is programmatically hidden while
20787         iconified.
20788
20789 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
20790
20791         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
20792         cut and paste typo where wrong pixmap was being
20793         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
20794
20795 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
20796
20797         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
20798         Add helper function to compute format / bytes 
20799         relationship. Use in a couple places to fix up
20800         errors which assume 8 * format.
20801
20802         * gtk/gtkselection.c (gtk_selection_request): Use 32
20803         rather than 8 * sizeof (GdkAtom), to work correctly
20804         on Alpha.
20805
20806 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
20807
20808         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
20809         libgtk.la
20810         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
20811         versions
20812
20813         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
20814         checking macros return NULL since the function has a return value.
20815
20816 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
20817
20818         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
20819         GTK+ from building at all.
20820
20821         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
20822
20823 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
20824
20825         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
20826         gtk/Makefile.am: make it possible to configure gtk for different
20827         targets on the same platform. The library name is now 
20828         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
20829         flag. Only the x11 target compiles right now.
20830         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
20831         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
20832         * gdk/nanox/gdk*generic*: delete generic region code.
20833         * gdk/linux-fb/gdk*generic*: delete generic region code.
20834         * README.nanox: update information.
20835         
20836 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
20837
20838         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
20839         prepend not append. (Pointed out by Brett Hall.)
20840
20841 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
20842
20843         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
20844
20845 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
20846
20847         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
20848         need this later, and this makes sure that the atexit for
20849         glib gets called after that for GDK, so atexits are
20850         properly ordered for object leak checking.
20851
20852         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
20853
20854         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
20855         pango_x_shutdown_display()
20856
20857         * gtk/simple.c (main): Close window on destroy.
20858
20859 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
20860
20861         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
20862         to treat initial creation different from setting with 
20863         regards to the graphics-exposures parameter, so add a parameter
20864         indicating whether this is initial or not.
20865
20866 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
20867
20868         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
20869         to sort of work by adding an extra return_exposes arg
20870         to gdk_event_translate() - it might be better to simply
20871         deprecate the function altogether and force people to rewrite
20872         without it. gdk_window_scroll() handles most of it, and where
20873         gdk_window_scroll() doesn't work, simply redrawing more does.
20874
20875         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
20876         assertion.
20877
20878         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
20879
20880         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
20881         bunch of pretty much useless /* Print debugging info */ comments 
20882         which had drifted away from the code they were commenting.
20883
20884 2000-06-02  Havoc Pennington  <hp@pobox.com>
20885
20886         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
20887         is in working order.
20888         
20889         * gtk/testtext.c: Change to reflect anonymous mark API
20890
20891         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
20892
20893         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
20894         field, which was unused.
20895
20896         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
20897         saves some typing.
20898
20899         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
20900
20901         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
20902         flag on the insertion point and selection bound
20903
20904         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
20905         make mark-manipulation functions take a GtkTextMark* instead of a
20906         mark name.
20907         
20908         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
20909         GtkTextMarkBody; will be used to detect attempts to delete
20910         the permanent marks (insert and selection bound)
20911
20912         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
20913
20914 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
20915
20916         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
20917         flag to on.
20918
20919         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
20920         Honor DOUBLE_BUFFRED_FLAG
20921
20922         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
20923         function to set the DOUBLE_BUFFERED flag.
20924
20925         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
20926         or not exposes done on the widget should be double-buffered.
20927
20928         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
20929         to be what would be expected. (Fixes problem with a
20930         g_return_if_fail() validating a TextDirection enumeration)
20931
20932 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
20933
20934         * gtk/gtkwidget.c: Remove all references to 
20935         offscreen flag which was no longer used.
20936
20937         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
20938
20939         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
20940         for non-null label_widget->parent.
20941
20942         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
20943         which no longer was used.
20944
20945         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
20946
20947         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
20948         for null arguments.
20949
20950         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
20951         check for destroyed windows.
20952
20953 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
20954
20955         * gtk/gtkimmulticontext.c: Add a finalize method and unref
20956         the slave context there.
20957
20958         * gtk/gtkinvisible.[ch]: Make reference counting behavior
20959         identical to GtkWindow.
20960
20961 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
20962
20963         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
20964         pangox to here, so we can write them independent of rendering
20965         system, using GDK primitives.
20966
20967         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
20968         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
20969         since we have a rendering-system independent implementation in
20970         terms of draw_glyphs().
20971         
20972         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
20973         function to render a single line.
20974
20975         * gdk/x11/gdkpango.c: Move the guts of this file mostly
20976         into ../gdkpango.c, which simplifies things, since we
20977         don't have to deal with raw X gc's.
20978
20979 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
20980
20981         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
20982         get the logical attributes for a given GtkTextLine.
20983
20984 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
20985
20986         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
20987         g_locale_get_codeset() to g_get_codeset() change.
20988
20989 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
20990
20991         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
20992         descriptions.
20993
20994         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
20995         the entry.
20996
20997         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
20998         redoing (vastly simplifying) for Pango. Still needs quite
20999         a bit of work. (Size selection is currently poor. List of 
21000         predefined sizes is not a good idea, since all of these
21001         sizes won't necessarily be distinct.)
21002
21003 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
21004
21005         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
21006         CODESET results for LANG=C.
21007
21008 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
21009
21010         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
21011         which takes a stringized pango font description;
21012         ignore the older 'font' and 'fontset' declarations.
21013
21014         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
21015         field with a GdkFont derived via gdk_font_from_description(),
21016         for compatibility. (Should we just remove it entirely?
21017         Probably too much compatibility breakage, but people
21018         should be migrating to the new Pango stuff as quickly
21019         as possible.)
21020
21021 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
21022
21023         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
21024
21025 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
21026
21027         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
21028         redoing; there are some bugs in size allocation right
21029         now, the semi-existant distinction between header / day
21030         fonts was removed, but, with Pango, could actually
21031         be made functional in a nice way.
21032         
21033         * gtk/testcalender: Move calender from examples into this
21034         directory as a test program. (We really need to restrcture
21035         testgtk into a whole directory full of tests for every
21036         widget or functionality group, separated into multiple .c
21037         files.)
21038
21039 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
21040
21041         * gtk/testgtk.c (file_exists): Fix stupid typo that
21042         was keeping RC file from being loaded.
21043
21044         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
21045         RC file font code.
21046
21047 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
21048
21049         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
21050         Add function to load a GdkFont from a PangoFontDescription.
21051
21052 2000-05-29  Tor Lillqvist  <tml@iki.fi>
21053
21054         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
21055         variable should be of type GdkEventPrivate.
21056
21057 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
21058
21059         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
21060         to have any widget for the label, use a GtkLabel widget
21061         to display the text. (Based partially on a patch from
21062         Anders Carlson.)
21063
21064         (Quite a bit of code reorganization - strip 90% of the
21065         guts out of gtkaspectframe and add a single virtual
21066         func to GtkFrameClass - compute_child_allocation.)
21067
21068 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
21069
21070         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
21071         (Removed clist->row_center_offset field because caching
21072         it wasn't saving time or code, added private function
21073         _gtk_clist_create_cell_layout()).
21074
21075 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
21076
21077         * gtk/gtkaccellabel.c: Pangoized.
21078
21079         * gtk/[hv]ruler.c: Pangoized
21080
21081 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
21082
21083         * gtk/gtkfilesel.c (gtk_file_selection_init):
21084         Use gtk_clist_set_column_auto_resize() to remove need
21085         need for manual column width computations.
21086
21087 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
21088
21089         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
21090         ensuring Pango correctness, and considerably simplifying the
21091         code.
21092         
21093         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
21094
21095         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
21096         getting of numbers of lines.
21097
21098         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
21099         to the actual requested width of the lable, not to the wrap
21100         width we set.
21101
21102         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
21103
21104         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
21105           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
21106
21107         * gtk/gtktextview.c: Fix structure inheritance.
21108
21109         * gtk/gtkprogressbar.c: Pangoize.
21110
21111 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
21112
21113         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
21114         in a function.
21115
21116         * gtk/gtktextlayout.c (find_display_line_above): Fixed
21117         bug with computing line tops.
21118
21119         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
21120
21121 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
21122
21123         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
21124         and y_offset coordinates to do what we need now. (The offset between
21125         buffer and layout coordinates has been reintroduced, but is a 
21126         bit different than before.)
21127
21128         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
21129         handle the adjustments ourselves, and scroll as necessary using
21130         the new gdk_window_scroll().
21131         
21132         The advantage of this is that when we are incrementally revalidating,
21133         we are essentially rearranging things around the visible portion
21134         of the screen. With the old setup, the visible portion of the
21135         screen was moved around in the layout, so scrolling and redrawing
21136         to track that caused jumping of the display. Since we now
21137         control the scrolling ourselves, we can suppress this and
21138         only redraw when things actually change.
21139
21140 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
21141
21142         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
21143         the region not just redisplay it after-all, since we store the
21144         cursors in the LineDisplay. (Ugly interactions here between
21145         GtkLayout and GtkTextBTree here.)
21146         
21147         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
21148
21149 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
21150
21151         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
21152         Added function to scroll contents of a window while keeping the
21153         window constant. Works by XCopyArea or guffaw-scrolling depending
21154         on the details of how the window is set up. (guffaw-scrolling
21155         still needs to be filled in.)
21156
21157 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
21158
21159         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
21160         move the debugging that was tied to a global variable
21161         to that.
21162
21163         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
21164
21165         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
21166         validated flag, in line data instead of setting height/width to
21167         -1. This allows us to perform operations with partially invalid
21168         buffer (using the old size for invalid lines) and thus to do
21169         incremental vaidation. Keep height/width aggregates up to date
21170         when deleting text and rebalancing the tree.
21171
21172         * gtk/gtktextbtree.[ch]: Add functions validate a line
21173         (gtk_text_btree_validate_line), and to validate up
21174         to a number of pixels (gtk_text_btree_validate).
21175
21176         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
21177         that indicates that something is changed and a revalidation
21178         pass is needed. Change ::need_repaint to ::changed, and
21179         make it take old and new yranges instead of a rectangle.
21180
21181         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
21182         the line_data_destroy() function from 
21183         gtk_text_btree_add_view() to a virtual function in 
21184         GtkTextLayout
21185
21186         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
21187         since we are handling partial repaints in a different fashion
21188         now.
21189
21190         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
21191         of the selection instead of queueing a repaint on the
21192         entire widget.
21193
21194         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
21195         get_selection_bounds() down to btree, make the function
21196         in buffer a wrapper around the btree function.
21197
21198         * gtk/gtktextlayout.[ch]: Add functions to check if the
21199         layout is valid and to recompute either a range of pixels
21200         aroudn a line or a certain total number of pixels.
21201
21202         * gtk/gtktextlayout.[ch]: Cache a single line display;
21203         now that we only redraw the needed portions, the hit rate
21204         for this cache is quite high.
21205         
21206         * gtk/gtktextview.[ch]: Keep track of the first paragraph
21207         on the screen so that when re-laying-out the buffer, we can
21208         keep the same place. This requires connecting to ::value_changed
21209         on the adjustments
21210
21211         * gtk/gtktextview.[ch]: Add idle functions to revalidate
21212         the buffer after we receive an ::invalidated signal.
21213         
21214 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
21215
21216         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
21217         to max of allocation and layout size, not just to the
21218         layout size.
21219
21220         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
21221         Invalidate window so it gets redrawn properly.
21222
21223         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
21224         to mean the entire window.
21225
21226         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
21227         into public header.
21228
21229 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
21230
21231         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
21232         to get the name of a mark.
21233
21234         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
21235         to find the paragraph from a y position.
21236
21237 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
21238
21239         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
21240         nodes have width/height >= 0, not > 0.
21241
21242 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
21243
21244         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
21245         Add a size_only flag, so when we only need the size, we don't create
21246         useless appearance attributes.
21247
21248         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
21249         duplicate setting of font description.
21250
21251         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
21252
21253 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
21254
21255         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
21256         EXTRA_DIST. It does not work well when the file that
21257         everything depends on is not in the tarball.
21258
21259 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
21260
21261         * gtk/testgtk.c: Some hacks and fixes so that it basically
21262         works when not sitting in the GTK+ build tree.
21263
21264 2000-05-03  Havoc Pennington  <hp@redhat.com>
21265
21266         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
21267         Properly determine the ordering of the tag root and the current
21268         line within the tree. Previous algorithm only worked if the tag
21269         root's immediate parent was the common root of both the current
21270         line and the tag root.
21271
21272 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
21273
21274         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
21275         alignment.
21276
21277         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
21278         the widget text directional dynamically.
21279
21280         * gtk/gtktextview.[ch]: Added functions to get and set default
21281         wrap mode.
21282
21283 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
21284
21285         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
21286         in cursor location computation.
21287
21288 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
21289
21290         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
21291         vadjusment values properly when layout gets smaller.
21292
21293         * gtk/gtktextview.c (need_repaint_handler): Areas being
21294         passed in are far completely inaccurate, and sometimes
21295         too small, so, for now, just queue a redraw on the
21296         whole visible region.
21297
21298 2000-04-25  Havoc Pennington  <hp@redhat.com>
21299
21300         * gtk/gtktextbtree.c (summary_destroy): new function to 
21301         destroy tag summary nodes
21302         (gtk_text_line_next_could_contain_tag): this function was 
21303         totally broken if the line passed in wasn't below the tag
21304         root. Fix it.
21305         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
21306         "wildcard" case, we have to do a linear scan. Blah.
21307         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
21308         we have to do the linear scan
21309         (tag_removed_cb): When a tag is removed from the tag table, 
21310         remove the GtkTextTagInfo node from the btree.
21311         (gtk_text_btree_spew): Implement the spew function, for 
21312         our debugging pleasure.
21313
21314 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
21315
21316         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
21317         a problem with referring to the wrong buffer.
21318
21319         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
21320
21321         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
21322         font description to gtk_style_new() - otherwise things
21323         don't work without a .gtkrc file.
21324
21325         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
21326         tags table if we create it ourself, too.
21327
21328         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
21329         it was conflicting with XKB modifiers.
21330
21331         * gtk/gtktextview.[ch]: Add simple support for 
21332         GtkIMContext.
21333
21334 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
21335
21336         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
21337         with deletion from last commit.
21338
21339 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
21340
21341         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
21342         in the context from the current locale.
21343         
21344         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
21345         context, not hardcoded value.
21346
21347         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
21348         not logical.
21349
21350 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
21351
21352         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
21353         attributes - that doesn't handle partial-glyph selection
21354         properly. Instead use new pango_layout_line_get_x_ranges()
21355         functionality to draw the selection.
21356
21357         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
21358         now properly handles out-of-range coordinates.
21359
21360         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
21361
21362         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
21363         public.
21364
21365         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
21366         for paragraphs opposite to the base direction of the widget.
21367
21368         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
21369
21370         * gtk/gtktextlayout.c: Don't split segments on marks, since that
21371         causes Arabic words to reshape as you cursor through.
21372
21373         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
21374         cursor position when moving vertically with the arrow keys and
21375         scrolling with page-up/page-down. (Arrow keys save only the X,
21376         scrolling saves both X and Y.)
21377
21378         This means you can line-up / line-down or page-up / page-down
21379         without losing your place, and also that moving vertically
21380         with the cursor keys keeps the same X position, not the same
21381         character count:
21382
21383         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
21384         arrow keys move by display lines, not paragraphs.
21385
21386 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
21387
21388         * gtk/gtklayout.c: Make sure that the bin window is at least
21389         as big as the allocation. (Should we also make sure that the
21390         bin window is big enough to completely cover widget->window?)
21391
21392         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
21393         function to get the onscreen rectangle.
21394
21395         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
21396         for offsets in window coordinates.
21397
21398 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
21399
21400         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
21401         confusion.
21402
21403         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
21404         from the widget direction.
21405
21406         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
21407         Add a "direction" attribute.
21408
21409         * gtk/gtktextview.c: global s/tkxt/text_view/.
21410
21411         * gtk/testtext.c: Added long block of text in Arabic, to test out
21412         the direction attributes. (Some problems with the shaping system
21413         for arabic become obvious - like the fact the cursor splits words
21414         into unjoined pieces.)
21415
21416 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
21417
21418         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
21419
21420         * gtk/gtktextlayout.c: Fix up alignment.
21421
21422         * gtk/testtext.c: Add some tests for centering, wrapping.
21423
21424 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
21425
21426         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
21427         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
21428         If we wrote GTK+-specific layout-render function this could just replace
21429         the draw_layout() operation in the vtable.
21430
21431         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
21432         pango_layout_get_cursor_pos() and use that function.
21433
21434         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
21435         is a non-static symbol.
21436
21437         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
21438         with gtk_text_btree_find_line_by_y()
21439
21440         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
21441         renderer that handles GtkTextAppearance attributes.
21442
21443         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
21444
21445           - Move the values in the style that don't affect geometry into a
21446             GtkTextAppearance structure.
21447           - Change underline to take a PangoUnderline and "font" a string
21448             representation of a font description
21449           - Add a "font_desc" attribute which takes a FontDescription structure.
21450
21451         * gtk/gtktextlayout.[ch]:
21452
21453           - Get rid of the display-line list per each line. Instead, we
21454             generate, on demand, a GtkTextLineDisplay structure which]
21455             contains a PangoLayout * and other necesary information
21456             (offsets, cursor locations) for displaying a paragraph.
21457           - Get rid of the code to wrap lines, create display chunks,
21458             etc. Instead, we just go through a paragraph and convert
21459             it into the necessary inputs to a PangoLayout.
21460           - Implement a new attribute type, GtkTextAttrAppearance. This
21461             holds a GtkTextAppearance, and is used to pass colors, 
21462             stipple, etc, through from the layout to the display without
21463             having to use lots and lots of individual attributes.
21464           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
21465             in terms of PangoLayout functions.
21466         
21467         * gtk/gtktextview.c: 
21468          
21469           - Handle passing the necessary PangoContext to the layout
21470           - Some fixups in painting to deal with the automatic backing store
21471             and offsetting of GTK+-1.4
21472           - Add a style_set handler so that the default style reacts
21473             properly to theme changes.
21474         
21475         * gtk/gtktext?*.[ch]: Random code-style fixes.
21476
21477         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
21478
21479 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
21480
21481         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
21482         in original form preparatory to Pango-ization and gdkimcontext-ization.
21483
21484 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
21485
21486         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
21487         so that we can derive from gtkimcontext in language bindings properly.
21488
21489 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
21490
21491         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
21492         Add a compose table including (almost) all the compose combinations
21493         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
21494         data in the XIM implementation.
21495
21496         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
21497         Moved functions to convert keyvalues from and to unicode here from
21498         the win32 port and made them public.
21499
21500 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
21501
21502         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
21503
21504 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
21505
21506         * gtk/gtkimcontext.[ch]: Base class for new input context system
21507
21508         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
21509         the real input context implementation to be loaded from modules
21510         and switched on the fly.
21511
21512         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
21513         context that just does direct keysymbol => unicode translation.
21514
21515         * gtk/gtkentry.[ch]: Start switching editing over to using
21516         GtkInputContext. (No handling of preedit yet.)
21517
21518 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
21519
21520         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
21521         many substitutions. (klass should not be subsituted.)
21522
21523 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
21524
21525         * configure.in: Add checks for Pango
21526
21527         * configure.in docs/Makefile.am: Add test for sgml2html
21528         and allow 'make dist' without building html, but print out
21529         warnings in that case. (For making snapshots)
21530
21531         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
21532         Add Pango libraries and C flags
21533
21534         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
21535         Add function (gdk_draw_layout) to draw a pango layout.
21536
21537         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
21538         for getting Pango contexts for GDK.
21539
21540         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
21541
21542         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
21543         editing.
21544
21545         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
21546         keysym => unicode translations. More languages can be added
21547         here, but real input-method support is needed.
21548
21549         * docs/Changes-1.4.txt: Added note about entry behavior.
21550         
21551         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
21552         to set the reading direction for a widget and the global direction.
21553         Add test which allows toggling the global direction. Two private
21554         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
21555
21556         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
21557           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
21558
21559         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
21560
21561         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
21562         underlining now handled by Pango.
21563
21564         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
21565         to RCStyle and Style. (Having both this and the old font name and GdkFont 
21566         is temporary.)
21567
21568         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
21569         convenience functions for creating contexts and layouts for widgets.
21570
21571         * gtk/testgtk.c: Enhance label tests with multilingual labels.
21572
21573 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
21574
21575         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
21576         titles to be active, even if they aren't visible.
21577         (gtk_clist_column_titles_passive):  Ditto.
21578
21579 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
21580
21581         * gtkmenu.c:
21582         * gtkmenu.h:
21583         * gtktypeutils.h: Spelling/grammar fixes in comments.
21584
21585 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
21586
21587         * gdk/nanox/*.h: add missing header files.
21588
21589 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
21590
21591         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
21592         send_event to TRUE.
21593         (gtk_drawing_area_size): queue a resize.
21594
21595 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
21596
21597         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
21598         the handlers, also invalidate them. bug nailed down by Karl Nelson
21599         <kenelson@ece.ucdavis.edu>.
21600
21601 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
21602
21603         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
21604         "(nil)" foundries, patch from Grigorios Magklis.
21605
21606         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
21607         on non-available fonts, based on a patch by Grigorios Magklis
21608         <maglis@cs.rochester.edu>.
21609
21610 2000-05-18  Elliot Lee  <sopwith@redhat.com>
21611
21612         * gdk/x11/gdkregion-generic.c: If a region does not have any
21613         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
21614         instead of GDK_OVERLAP_RECTANGLE_IN.
21615
21616 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
21617
21618         * gtk/gtklayout.c (gtk_layout_map): Remove references to
21619         OFFSCREEN, as it is no longer necessary.
21620
21621 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
21622
21623         * gtk/gtkcolorsel.c: Patch from David Santiago
21624         <mrcooger@cyberverse.com> to change things so that the 
21625         indicator of the active palette entry is done independently,
21626         not via the focus, since it should always be visible.
21627
21628 2000-05-17  Tor Lillqvist  <tml@iki.fi>
21629
21630         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
21631         refcount leaks as in the X11 backend.
21632
21633         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
21634         cosmetics.
21635
21636         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
21637         backend. Add _gdk_windowing_window_destroy().
21638
21639         * gtk/gtkcolorsel.c: Include correct backend-specific header.
21640         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
21641         either, but these probably do exist on nanox?)
21642         
21643         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
21644         which isn't necessarily defined by <math.h>.
21645
21646         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
21647         ancestry past GtkObject.
21648
21649         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
21650         from DLL on Win32.
21651
21652         * gtk/gtk.def: Update corresponding to recent changes.
21653
21654         * gtk/makefile.{cygwin,msc}: Updates.
21655
21656 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
21657
21658         * docs/Changes-1.4.txt: A bit of editing.
21659
21660         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
21661         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
21662         to clear the update area for the window, and clear it
21663         when hiding a window.
21664
21665         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
21666         if window destroyed.
21667
21668         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
21669
21670         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
21671         gdk_window_destroy() to the generic code, since there was a lot of 
21672         window-system-independent logic it in. Add a function:
21673         
21674          _gdk_window_destroy() 
21675
21676         to the internal API to destroy a window without unreferencing it.
21677         Add a function:
21678
21679          _gdk_windowing_window_destroy()
21680
21681         That does the windowing-system-dependent part of destroying 
21682         the window.
21683
21684 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
21685
21686         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
21687
21688 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
21689
21690         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
21691         Make gtk_widget_shape_combine_mask() keep a reference count on
21692         the pixmap since it keeps it around.
21693
21694 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
21695
21696         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
21697         leak.
21698
21699         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
21700         leak with event filters.
21701
21702 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
21703
21704         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
21705         signal handlers with the right data arguments. (Fixes
21706         some warnings when a widget was repeatedly set as a drag
21707         destination.)
21708
21709         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
21710         window so we can avoid avoid setting the DND properties on the
21711         toplevel window repeatedly.
21712
21713 2000-05-13  Tor Lillqvist  <tml@iki.fi>
21714
21715         * gdk/win32/gdkwin32.h: Define more message types missing from
21716         mingw headers.
21717
21718         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
21719         call gdk_window_destroy_notify(). It was never called. This
21720         probably meant that the GdkWindow was never freed. Thanks Owen for
21721         noticing (!).
21722
21723         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
21724         window as destroyed before calling DestroyWindow(). DestroyWindow()
21725         causes a call to the window procedure (gdk_WindowProc), which
21726         calls gdk_event_translate(), which calls
21727         gdk_window_destroy_notify(), which gets confused unless the window
21728         is set as destroyed.
21729
21730         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
21731         this function to indicate it's win32 only. Put inside #ifdef
21732         G_ENABLE_DEBUG.
21733
21734         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
21735         debugging function. (gdk_event_translate:) Add a default branch
21736         that uses the above function to print debug messages with all
21737         Windows messages symbolically.
21738
21739         * gdk/win32/gdkprivate-win32.h: Declare it, and
21740         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
21741
21742 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
21743
21744         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
21745         public header file.
21746
21747 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
21748
21749         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
21750
21751         * gtk/gtktext.c: made the adjustments no-construct args, simply
21752         provide default adjustments.
21753         (gtk_text_destroy): release adjustments.
21754
21755         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
21756         adjustment argument non-construct.
21757
21758         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
21759         instead of in finalize.
21760         (gtk_progress_get_text_from_value): 
21761         (gtk_progress_get_current_text): 
21762         (gtk_progress_set_value): 
21763         (gtk_progress_get_percentage_from_value): 
21764         (gtk_progress_get_current_percentage): 
21765         (gtk_progress_set_percentage): 
21766         (gtk_progress_configure): ensure an adjustment is present.
21767
21768 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
21769
21770         * gtk/gtkcolorsel.[hc]:
21771         * gtk/gtkcolorseldialog.[hc]:
21772         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
21773         their parent implementation, use bit fields for boolean values, don't
21774         create unused widgets, usage of glib types, braces go on their own
21775         lines, function argument alignment, #include directives etc. etc. etc..
21776
21777         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
21778
21779 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
21780
21781         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
21782
21783         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
21784         of NULL.
21785
21786         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
21787         to freed data.
21788         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
21789
21790         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
21791         to NULL when the toplevel is getting destroyed.
21792         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
21793         (gtk_menu_destroy): 
21794         (gtk_menu_init): store the information of whether we have to
21795         readd the initial child ref_count during destruction in a new
21796         GtkMenu field needs_destruction_ref_count.
21797
21798         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
21799         here, those reading: learn from my mistake! ;)
21800         in order for set_?adjustment to support a default adjustemnt if
21801         invoked with an adjustment pointer of NULL, the code read (pseudo):
21802         if (v->adjustment) unref (v->adjustment);
21803         if (!adjustment) adjustment = adjustment_new ();
21804         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
21805         now imagine the first unref to actually free the old adjustment and
21806         adjustment_new() creating a new adjustment from the very same memory
21807         portion. here, the latter comparision will unintendedly fail, and
21808         all hell breaks loose.
21809         (gtk_viewport_set_hadjustment):
21810         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
21811         after unreferencing it.
21812
21813         * gtk/gtkcontainer.[hc]: removed toplevel registration
21814         functions: gtk_container_register_toplevel(),
21815         gtk_container_unregister_toplevel() and
21816         gtk_container_get_toplevels() which had wrong semantics
21817         anyways: it didn't reference and copy the list.
21818
21819         * gtk/gtkwindow.c: we take over the container toplevel registration
21820         bussiness now. windows are registered across multiple destructions,
21821         untill they are finalized. the initial implicit reference count
21822         users are holding on windows is removed with the first destruction
21823         though.
21824         (gtk_window_init): ref & sink and set has_user_ref_count, got
21825         rid of gtk_container_register_toplevel() call. add window to
21826         toplevel_list.
21827         (gtk_window_destroy): unref the window if has_user_ref_count
21828         is still set, got rid of call to
21829         gtk_container_unregister_toplevel().
21830         (gtk_window_finalize): remove window from toplevel list.
21831         (gtk_window_list_toplevels): new function to return a newly
21832         created list with referenced toplevels.
21833         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
21834
21835         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
21836         adjustment a non-construct arg.
21837         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
21838         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
21839         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
21840
21841         * gtk/gtkrange.c: added some realized checks.
21842         (gtk_range_destroy): get rid of the h/v adjustments in the
21843         destroy handler instead of finalize. remove timer.
21844         (gtk_range_get_adjustment): demand create adjustment.
21845
21846         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
21847         we simply create them on demand now and get rid of them in
21848         the destroy handler.
21849         (gtk_viewport_destroy): get rid of the h/v adjustments in the
21850         destroy handler instead of finalize.
21851         (gtk_viewport_get_hadjustment): 
21852         (gtk_viewport_get_vadjustment): 
21853         (gtk_viewport_size_allocate): demand create h/v adjustment
21854         if required.
21855
21856         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
21857         gtk_widget_real_destroy () functionality.
21858         (gtk_widget_real_destroy): reinitialize with a new style, instead
21859         of setting widget->style to NULL.
21860
21861 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
21862
21863         * gtk/gtkcalendar.c:
21864         * gtk/gtkbutton.c: ported _get_type() implementation over to
21865         GType, either to preserve memchunks allocation facilities,
21866         or because Gtk+ 1.0 GtkTypeInfo was still being used.
21867
21868         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
21869         over. prepare for ::destroy to be emitted multiple times.
21870         removed reference tracer magic. chain into GObjectClass.shutdown()
21871         to emit ::destroy signal.
21872
21873         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
21874         fundamental.
21875
21876         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
21877         cludge.
21878
21879         * gtk/gtksocket.c:
21880         * gtk/gtkplug.c:
21881         * gtk/gtklayout.c:
21882         * gtk/gtklabel.c:
21883         * gtk/gtkargcollector.c:
21884         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
21885         not being a fundamental anymore, and to work with the new
21886         type system (nuked fundamental type varargs clutter).
21887
21888         * gtk/*.c: install finalize handlers in the GObjectClass
21889         part of the class structure.
21890         changed direct GTK_OBJECT()->klass accesses to
21891         GTK_*_GET_CLASS().
21892         changed direct object_class->type accesses to GTK_CLASS_TYPE().
21893
21894         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
21895         GType. made most of the GTK_*() type macros and Gtk* typedefs
21896         simple wrappers around macros and types provided by GType.
21897         most notably, a significant portion of the old API vanished:
21898         GTK_TYPE_MAKE(),
21899         GTK_TYPE_SEQNO(),
21900         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
21901         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
21902         GTK_TYPE_ARGS,
21903         GTK_TYPE_CALLBACK,
21904         GTK_TYPE_C_CALLBACK,
21905         GTK_TYPE_FOREIGN,
21906         GtkTypeQuery,
21907         gtk_type_query(),
21908         gtk_type_set_varargs_type(),
21909         gtk_type_get_varargs_type(),
21910         gtk_type_check_object_cast(),
21911         gtk_type_check_class_cast(),
21912         gtk_type_describe_tree(),
21913         gtk_type_describe_heritage(),
21914         gtk_type_free(),
21915         gtk_type_children_types(),
21916         gtk_type_set_chunk_alloc(),
21917         gtk_type_register_enum(),
21918         gtk_type_register_flags(),
21919         gtk_type_parent_class().
21920         replacements, where available are described in ../docs/Changes-1.4.txt.
21921         implemented compatibility functions for the remaining API.
21922
21923         * configure.in: depend on glib 1.3.1, use gobject module.
21924
21925 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
21926
21927         * TODO.xml: Various updates to current status.
21928
21929 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
21930
21931         * gtk.m4: Print out version when test succeeds.
21932
21933 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
21934
21935         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
21936         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
21937         
21938         (Original triangle color selector from Simon Budig
21939         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
21940         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
21941         Santiago <mrcooger@cyberverse.com>)
21942
21943         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
21944         out into a separate widget.
21945
21946         * gtk/testgtk.c: Add some checkbuttons for toggling palette
21947         and opacity controls.
21948
21949 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
21950
21951         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
21952         snuck in prematurely.
21953
21954 2000-05-07  Tor Lillqvist  <tml@iki.fi>
21955
21956         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
21957         had deleted a ! operator by mistake, which caused
21958         GDK_SELECTION_CLEAR events never to be generated, which caused
21959         only the first copy to the clipboard from an gtkeditable to
21960         actually cause a copy to the Windows clipboard.
21961
21962 2000-05-06  Tor Lillqvist  <tml@iki.fi>
21963
21964         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
21965         compilation, too. Current mingw gcc distributions include the
21966         necessary headers. Also the necessary IIDs are now in mingw
21967         headers/libraries, and own definitions unnecessary.
21968
21969         More hacking on OLE2 DND, still doesn't work though, and thus
21970         ifdeffed out.
21971
21972         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
21973         here, too.
21974
21975 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
21976
21977         * gdk/nanox/*: nano-X port work in progress.
21978         * gdk/simple.c: simple test for Gdk.
21979         * README.nanox: notes about the port: read this first!
21980         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
21981         with nano-X.
21982
21983 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
21984
21985         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
21986         gdk_window_clear() into common code, implement in terms of
21987         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
21988         not redirected to the backing rectangle.
21989
21990 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
21991
21992         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
21993         EXTRA_DIST. It does not work well when the file that
21994         everything depends on is not in the tarball.
21995
21996 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
21997
21998         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
21999         with recursion where process_updates() is called from
22000         an expose handler. (GtkTextView is highly broken in
22001         doing this, but it should work, so it is a nice test
22002         case.)
22003
22004 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
22005
22006         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
22007         handle the case where updates are queued during processing of
22008         updates.
22009
22010 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
22011
22012         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
22013         window is on gdk_display - use that instead of segfaulting.
22014
22015 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
22016
22017         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
22018         broken and require an empty arg, give it to them.
22019
22020 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
22021
22022         * gtk/gtklabel.h: indentation fixes.
22023
22024 2000-05-02  Tor Lillqvist  <tml@iki.fi>
22025
22026         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
22027         draw too narrow or too low arcs, they seem to fail, at least with
22028         some display drivers.
22029
22030         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
22031
22032         Large changes to the Win32 backend, partially made necessary by
22033         the changes to the backend-independent internal
22034         structures. Attempts to implement similar backing store stuff as
22035         on X11. The current (CVS) version of the Win32 backend is *not* as
22036         stable as it was before the no-flicker branch was merged. A
22037         zipfile with that version is available from
22038         http://www.gimp.org/win32/. That should be use by "production"
22039         code until this CVS version is usable. (But note, the Win32
22040         backend has never been claimed to be "production quality".)
22041
22042         * README.win32: Add the above comment about versions.
22043
22044         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
22045
22046         * gdk/gdk.def: Update.
22047
22048         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
22049         presumably be replaced by some more better mechanism as 1.4 gets
22050         closer to release shape.
22051
22052         * gdk/makefile.{cygwin,msc}: Update.
22053
22054         * gdk/win32/*.c: Correct inclusions of the backend-specific and
22055         internal headers. Change code according to changes in these. Use
22056         gdk_drawable_*, not gdk_window_* where necessary.
22057
22058         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
22059         our old DND.
22060
22061         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
22062         to interpret single characters as UTF-8. Thanks to Hans Breuer.
22063         Use correct function name in warning messages.
22064
22065         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
22066         GSourceFuncs gdk_event_prepare and gdk_event_check.
22067         (gdk_event_get_graphics_expose): Do implement, use
22068         PeekMessage. Thanks to Hans Breuer.
22069         (event_mask_string): Debugging function to print an GdkEventMask.
22070         (gdk_pointer_grab): Use it.
22071
22072         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
22073         (old) book I used claimed was Hangul actually is CJK Unified
22074         Ideographs Extension A. Also, Hangul Syllables were missing.
22075         Improve logging.
22076
22077         * gdk/win32/gdkgc-win32.c: Largish changes.
22078
22079         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
22080         g_win32_getlocale() from GLib, and not setlocale() to get current
22081         locale name.
22082
22083         * gdk/win32/gdkprivate-win32.h
22084         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
22085         gdkwin32.h, similarily as in the X11 backend.
22086
22087         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
22088         assignment was used instead of equals in if test. Thanks to Hans
22089         Breuer.
22090
22091         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
22092         the X11 version.
22093
22094         * gdk/win32/makefile.{cygwin,msc}
22095         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
22096         path to the Win32 headers that works also with the mingw compiler.
22097
22098         * gtk/gtkstyle.c: Include <string.h>.
22099
22100 2000-04-26  Havoc Pennington  <hp@redhat.com>
22101
22102         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
22103         replacing the broken gtk_label_get ()
22104
22105 2000-04-15  Havoc Pennington  <hp@pobox.com>
22106
22107         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
22108         this keeps scanner scripts from getting confused.
22109
22110         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
22111         data, rather than void
22112
22113 2000-04-15  Tor Lillqvist  <tml@iki.fi>
22114
22115         * gtk/gtkclist.c (gtk_clist_motion)
22116         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
22117         with is_hint FALSE, get x and y from the event. They used to be
22118         used uninitialised. The Win32 backend never sends motion events
22119         marked as hints. This for instance fixes the annoying file and
22120         font selector behaviour in the Win32 version.
22121
22122 2000-04-14  Tor Lillqvist  <tml@iki.fi>
22123
22124         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
22125         gtk_private_n_signals variables, they are used by some software,
22126         sigh.
22127
22128         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
22129         installation directory from the Registry, where the installer
22130         should have put it.
22131
22132 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
22133
22134         * gdk/x11/Makefile.am: Fix problem with installation directory for
22135         gdkx.h
22136
22137         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
22138         <mrcooger@cyberverse.com> so that when selecting menus with the
22139         mouse, the first item will not be selected, but when selecting
22140         with an accelerator, or navigating left-right on a menubar with
22141         the menus popped up, the first item will be selected.
22142
22143 2000-04-05  Dan Damian  <dand@dnttm.ro>
22144
22145         * configure.in: Added "ro" to ALL_LINGUAS.
22146
22147 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
22148
22149         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
22150         indentation.
22151
22152         * Makefile.am (EXTRA_DIST): Fix typo.
22153
22154         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
22155         to catch gdkconfig.h
22156
22157         * gtk/gtkitemfactory.c: Added FIXME.
22158
22159 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
22160
22161         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
22162         s/return_if_fail/return_val_if_fail/g and add a return value.
22163
22164 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
22165
22166         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
22167         merge slipup.
22168
22169         * gdk/gdkinput.h: Fix missing line from merge.
22170
22171 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
22172
22173         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
22174         instead of gdkprivate.h.
22175
22176 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
22177
22178         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
22179         parent class to correctly be GtkDialogClass.
22180
22181 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
22182
22183         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
22184         toplevel windows and their immediate children by their parents,
22185         since the size of toplevel windows is out of our immediate
22186         control and we don't get any real benefit from trying to track
22187         this size for clipping.
22188
22189         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
22190         for input_only windows.
22191
22192         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
22193         to fix some hacks and make sure that we don't try to set the
22194         background of input only windows.
22195
22196 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
22197
22198         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
22199         the _really_ internal stuff, and leave gdkprivate.h for the fake private
22200         stuff that we've traditionally exposed.
22201
22202         * gdk/**.c: Use gdkinternals.h where appropriate.
22203
22204         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
22205         not include gdkprivate-x11.h, move all stuff of conceivable public
22206         interest into gdkx.h; keep all really private stuff in
22207         uninstalled header gdkprivate-x11.h.
22208
22209         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
22210         image->image_put on windows through a new function _gdk_window_draw_image()
22211         to allow us to do backing store for images. (Sort of ugly)
22212
22213         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
22214         contexts locally so that we can offset them properly when drawing 
22215         onto backing pixmaps.
22216
22217         * gdk/gdkinput.h: Reindented
22218
22219         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
22220         pixmap or color for the window, so we can properly initialize
22221         our double-buffer pixmaps, and also so that we temporarily set
22222         a background of None while scrolling.
22223
22224         * gdk/gdkregion.h: Revise region boolean operators to have an
22225         interface that is actually convenient - switch from creating new
22226         regions on every op, to "methods" that modify existing regions
22227         (A = A OP B). 3 argument forms which allow dest == src, would also
22228         be possible, but the current interfaces seem to map nicely
22229         onto what needs to be done. (There is quite a lot of region
22230         code in GDK now.)
22231
22232         * gdk/gdkregion.h: Add constructor from rectangle and a copy
22233         operator.
22234
22235         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
22236         gdkpoly-generic.h: Copy region code from Xlib, switch it over
22237         to 32 bit coordinates, modify it to be mostly GTK+ style
22238         and to have interfaces that match gdkregion.h.
22239
22240         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
22241         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
22242         create a backing pixmap and redirect all drawing to
22243         that backing pixmap until a matching gdk_window_end_paint().
22244
22245         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
22246         Create a special drawable class for GtkWindow's that 
22247         redirects the drawing to the backing pixmap as necessary
22248         and then calls the real operations in _gdk_windowing_window_class.
22249
22250         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
22251         Store invalid region for each window. Generate expose events for invalid
22252         region in an idle. This replaces both the expose compression
22253         and the redrawing queuing in GTK+. It is both more efficient and
22254         simpler than either one individually and far more so then the
22255         combination.
22256
22257         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
22258         Emulate 32 bit coordinates for windows with 16 bit coordinates
22259         by offsetting drawing, guffaw scrolling techniques and
22260         mapping/unmapping child windows as necessary.
22261
22262         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
22263         where, when invalid regions are processed, the region is stored,
22264         and if expose events come in that are detectably duplicate
22265         the processed exposes (by comparison of event serial numbers),
22266         the stored region is subtracted out of those exposes.
22267
22268         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
22269         regions newly exposed when scrolling or resizing windows.
22270         This, combined with forcing processesing of queued invalidated
22271         regions, gives nice flicker-free scrolling.
22272
22273         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
22274         invalidated regions after every scroll.
22275
22276         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
22277         emulation in GDK. Its, for all practical purposes just a
22278         GtkViewport/GtkFixed hybrid now.
22279
22280         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
22281         (16-bit) structures as necessary instead of just casting.
22282
22283         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
22284         in terms of the structures from gdkregion-generic.c, using appropriate
22285         offsets from GDK to X11 coordinates. Cache clip mask and
22286         origin and ts origin locally and only flush to the server
22287         when drawing, to avoid constantly setting and resetting these
22288         values when offsetting GC's for scrolling and backing pixmaps.
22289
22290         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
22291
22292         * gtk/gtkcontainer.c: Call process_all_updates at end
22293         of resizing to reduce flicker. (Avoids having redraw
22294         lag arbitrarily behind resize under some circumstances)
22295
22296         * gtk/gtkentry.c: Remove old backing store code, and simply take
22297         advantage of the new backing store capabilities of GDK.
22298
22299         * gtk/gtkmain.c: Simple implementation of widget backing
22300         store - simply push a paint while handling each expose.
22301         (Should really be configurable widget for widget.)
22302         
22303         * gtk/gtkwidget.c: Remove all the old complicated redraw
22304         code, and simply invalidate the GDK windows from
22305         gdk_window_queue_clear(), etc. (Sigh, so much carefully
22306         debugged complexity ... gone to the winds.)
22307
22308         Remove all the code for suppressing expose events while
22309         resizes are pending; this isn't needed since the invalid
22310         areas won't be processed until after the resizes are
22311         processed, since they are in a lower priority idle.
22312
22313 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
22314
22315         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
22316         and height of dest rectangle for non-intersecting rectangles.
22317
22318 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
22319
22320         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
22321         for GdkRectangle.
22322
22323 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
22324
22325         * gdk/gdk{events,image,private,types,window}.h
22326          gdk/x11/gdkinputprivate.h: Change all coordinates
22327          from int16 to int. Also, Change width and height from
22328          unsigned to signed to avoid all the stupid C 
22329          signedness bugs.
22330
22331 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
22332
22333         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
22334         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
22335         Add some more detailed checking.
22336
22337         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
22338         New function to retrieve the depth of a drawable.
22339
22340         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
22341         field, reorder fields to save memory. 
22342
22343 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
22344
22345         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
22346         of the background image instead of scaling the background down to
22347         a line.
22348
22349         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
22350         which temporarily set slider to wrong size.
22351
22352         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
22353         queue_clear().
22354
22355 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
22356
22357 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
22358
22359         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
22360
22361 2000-03-17  Tor Lillqvist  <tml@iki.fi>
22362
22363         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
22364         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
22365
22366         * gdk/win32/gdkfont-win32.c
22367         * gdk/win32/gdkproperty-win32.c
22368         * gdk/win32/gdkselection-win32.c
22369         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
22370         now declared such.
22371
22372 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
22373
22374         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
22375
22376 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
22377
22378         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
22379         is called without trapping X errors.
22380
22381 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
22382
22383         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
22384         way into the fontset lists.
22385
22386 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
22387
22388         * gtk/gtkthemes.h: add extern "C" scope.
22389
22390 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
22391
22392         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
22393         to make appends to the list constant. (gtk-guy-990901-0.patch)
22394
22395 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
22396
22397         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
22398         for the typename hash table.
22399
22400 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
22401
22402         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
22403         to make sure we never divide by zero. 
22404         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
22405
22406 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
22407
22408         * gtk/gtkfontsel.c: Apply patch from
22409         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
22410         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
22411
22412         Also, some cleanups in atom handling.
22413
22414 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
22415
22416         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
22417         not GtkWidget.
22418
22419 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
22420
22421         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
22422         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
22423         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
22424         more guint wrap-around bugs before going to bed.
22425
22426 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
22427
22428         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
22429         guint wrap arounds in allocation.width.
22430
22431         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
22432         process untill we fit the allocation given.
22433
22434 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
22435
22436         * gtk/gtkwidget.c:
22437         (gtk_widget_unrealize): guard widget access with ref/unref
22438         around signal emission.
22439         (gtk_widget_hide): same here, but also check its destroyed
22440         state before queueing a resize.
22441
22442 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
22443
22444         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
22445         of gtk_default_insensitive_bg as insensitive base color.
22446
22447         * gtk/gtktext.c (gtk_text_style_set): set the background color according
22448         to the widget's state.
22449         (gtk_text_realize): same here.
22450         (gtk_text_state_changed): same here.
22451         (draw_bg_rect): compare background color against base[] from
22452         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
22453
22454 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
22455
22456         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
22457         grabs are active, unless a delete event is send to the toplevel
22458         of the currently grab holding widget.
22459
22460 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
22461
22462         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
22463         debugging g_print's.
22464
22465 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
22466
22467         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
22468         ever make the scrolled-window requisition ever depend on the 
22469         visibility state of the scrollbars for the AUTOMATIC policy. 
22470         This breaks the GTK+ requisition model, and causes loops.
22471
22472 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
22473
22474         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
22475         the default font to avoid problems with XFree86-4.0 where the
22476         default charset is iso10646-1, not iso8859-1.
22477
22478 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
22479
22480         * acinclude.m4
22481         * config.guess
22482         * config.sub
22483         * ltconfig
22484         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
22485
22486         * gtk/Makefile.am: minor cosmetic consistency tweak
22487
22488 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
22489
22490         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
22491         the activate_time to 0, so that we handle a quick
22492         press/release press/release properly and don't suppress
22493         the second release. (Red Hat bug #7545)
22494
22495 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
22496
22497         * gtk/gtkctree.c (row_delete):
22498         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
22499         bugs with destruction notifier, *always* update internal
22500         structures *before* calling user code.
22501
22502 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
22503
22504         A few more fixes for bug #5487, #2051, #2677.
22505         * gtk/gtkclist.c : 
22506         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
22507         not GDK_BUTTON_PRESS.
22508         (resync_selection): resync only if selection_mode is
22509         GTK_SELECTION_EXTENDED
22510         * gtk/gtkctree.c (resync_selection): same here
22511
22512 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
22513
22514         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
22515         gdk_drag_get_selection() and gtk_menu_detach().
22516
22517         [ From Jeroen Ruigrok/Asmodai ]
22518
22519 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
22520
22521         * gtk/gtknotebook.c (gtk_notebook_size_request): 
22522         page->tab_label can be NULL.
22523
22524 2000-01-25  Havoc Pennington  <hp@pobox.com>
22525         
22526         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
22527         arg is boolean
22528
22529         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
22530
22531         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
22532
22533         * gdk/gdkproperty.c (gdk_property_get): return boolean
22534
22535         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
22536
22537         * gdk/gdkim.c (gdk_im_ready): return boolean
22538
22539         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
22540
22541         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
22542         glib clash, should fix glib)
22543
22544         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
22545         (gdk_get_show_events): return gboolean, and canonicalize 
22546         to TRUE/FALSE
22547
22548         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
22549         colormap is private
22550         (gdk_colors_alloc): gboolean whether to be contiguous
22551         (gdk_color_equal): return gboolean since we are a predicate
22552         and not a qsort() (this looks semi-wrong due to glib breakage,
22553         IMO glib should be fixed)
22554         
22555         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
22556         (gdk_get_use_xshm): return gboolean
22557         (gdk_pointer_is_grabbed): return gboolean
22558
22559         * gdk/gdk.h: Change prototypes to match all the above changes,
22560         and re-run egtk-format-protos as required.
22561
22562 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
22563
22564         * gtk/gtkctree.c (resync_selection): 
22565         * gtk/gtkclist.c (resync_selection):
22566
22567         Return immediately if clist->drag_pos < 0. This is a workaround
22568         for the corrupt state that the clist gets into when a
22569         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
22570
22571         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
22572         
22573         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
22574         variable from recent commit.
22575
22576 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
22577
22578         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
22579
22580 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
22581
22582         * gtk/Makefile.am: prefix all autogenerated source that get build in
22583         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
22584         in builddir. since we subsequently cd into srcdir for autogeneration,
22585         the paths have to be stripped from the target file names, thusly we
22586         use $(@F) as target names now.
22587         put a comment about configure.in's --disable-rebuilds option,
22588         which can be used for non-writable source directories, for development
22589         setups though, srcdir has to be *writable*.
22590
22591 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
22592
22593         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
22594           Finish the job of allowing event to be NULL.
22595           (Fixes bug #4283, reported by Chris Blizzard)
22596
22597         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
22598           things so that the cursor appears on screen, properly
22599           take into account INNER_BORDER.
22600           (Fixes bug #4754, reported by Antonio Campos)
22601
22602 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
22603
22604         * gtk/gtknotebook.c (gtk_notebook_map): Don't
22605           show the tab_label unless it itself is visible.
22606
22607           gtk/gtknotebook.c (gtk_notebook_size_request):
22608           Do a better job of making sure that the visibility
22609           of the tab label corresponds to whether it should
22610           be mapped or not.
22611
22612 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
22613
22614         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
22615           Use the requisition, not the allocation, since the
22616           allocation has not necessarily been computed yet.
22617           (Pointed out by Eugene Osintsev)
22618
22619 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
22620
22621         * gtk/gtkstyle.c (gtk_style_new): Dont' set
22622           style/base[GTK_STATE_INSENSITIVE] both to
22623           gtk_default_insensitive_bg!
22624           (Bug #2187, reported by Jonathan Blandford)
22625
22626         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
22627           Add Alt_L, Alt_R to list of invalid accelerators.
22628           (Bug #3736, reported by Vlad Harchev)
22629
22630 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
22631
22632         * gtk/gtkfilesel.c (open_ref_dir): Fix several
22633         bugs which occured after an attempt to open 
22634         invalid home directory left cmpl_state->reference_dir == NULL.
22635
22636          - completion on files in home directory didn't work
22637          - completion on an empty string caused  segfault
22638
22639          (Bug #3678, reported by Steve Ratcliffe)
22640
22641         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
22642         cut and paste error that was causing scales to
22643         be incorrectly positioned.
22644         (Bug #2956,
22645          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
22646
22647 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
22648
22649         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
22650         when checking for dcgettext, if we've found we needed
22651         it for dgettext.
22652 +
22653 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
22654
22655         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
22656         queue_clear on NO_WINDOW widgets during a reparent,
22657         since at that point the window and widget heirarchies
22658         are out of sync. This stops crashing in some cases
22659         (the scrolled window reparent test, for instance), and
22660         _probably_ won't cause drawing errors.
22661
22662         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
22663         test do what it was supposed to do and be robust against
22664         window closings, etc. (Bug #2443)
22665
22666 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
22667
22668         * gtk/gtkentry.c: Fix return values on mouse events.
22669         (Bug #2686, Sky <seb_sky@yahoo.com>)
22670
22671         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
22672         (pointed out by George Lebl)
22673
22674         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
22675         (From Ettore Perazzoli  <ettore@helixcode.com>)
22676  
22677 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
22678
22679         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
22680         clicks between rows or outside calender area correctly.
22681         (Patch from Damon Chaplin)
22682
22683         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
22684         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
22685           Call destroy function when overwriting existing data. 
22686           (Pointed out by Damon Chaplin)
22687
22688 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
22689
22690         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
22691           which was causing problems on various systems with Xmu.
22692           This hasn't been needed for a very long time.
22693           (Fixes #1185 3167)
22694
22695 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
22696
22697         * gdk/gdki18n.h: Include <ctype.h> when defining
22698           gdk_isw* in terms of is* as a fallback.
22699           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
22700
22701 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
22702
22703         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
22704           realize the widget when it is size allocated!
22705           (old, old bug)
22706
22707         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
22708           Removed unused call to gdk_window_get_size() that
22709           showed up when the above was fixed.
22710
22711 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
22712
22713         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
22714           fix up widget->window when the widget is a
22715           NO_WINDOW container widget.
22716
22717 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
22718
22719         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
22720           to account for the fact that feof() does _not_ 
22721           return TRUE on errors, and thus avoid infinite loops
22722           when trying to use gdk_pixmap_create_from_xpm()
22723           on unreadable values.
22724
22725 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
22726
22727         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
22728
22729 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
22730
22731         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
22732           gdk_gc_set_dashes to take gint8 instead of gchar to
22733           make it clearer that it is _not_ a NULL terminated string.
22734
22735         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
22736           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
22737           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
22738           arguments.
22739
22740 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
22741
22742         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
22743         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
22744         background size relative to our allocation, guard against small
22745         allocations, we may have not yet been size allocated.
22746
22747 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
22748
22749         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
22750         not just version == 3. We implement all 3 + most of 4 - 
22751         (we don't support matching text/plain;charset=iso-8859-1
22752         to a dest that expects text/plain). We'll still advertise
22753         3 to be safe, but any client implementing version >= 3
22754         must interoperate with 3.
22755         
22756 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
22757
22758         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
22759         background and gc members, add a warning in gtk_tooltips_set_color()
22760         indicating that this function is deprecated.
22761
22762 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
22763
22764         * docs/gtkfaq.sgml: FAQ Update:
22765           - Minor cleanups (Emmanuel, me)
22766           - New questions:
22767                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
22768                 How can I retrieve the text from a GtkMenuItem? (timj)
22769                 How do I validate/limit/filter the input to a GtkEntry? (me)
22770                 Memory does not seem to be released when I free the list
22771                         nodes I've allocated (timj)
22772
22773 2000-03-07  Tor Lillqvist  <tml@iki.fi>
22774
22775         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
22776         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
22777         for which it is no use to call GetLastError onWin9x.
22778         (gdk_other_api_failed) New function, for general error
22779         reporting without calling GetLastError.
22780         (gdk_win32_api_failed) OTOH, this function always calls
22781         GetLastError. (gdk_win32_last_error_string) Remove this function,
22782         GLib has the equivalent now.
22783
22784         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
22785         call them with function name, file name and line number in the
22786         arguments.
22787
22788         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
22789         functions.
22790         
22791         * gtk/gtk.def: Add some missing entry points.
22792
22793         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
22794         gtk_paned_set_gutter_size, which don't exist any longer, as void.
22795         
22796         Fixes by Hans Breuer:
22797
22798         * gdk/makefile.msc: Update for debugging.
22799
22800         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
22801         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
22802         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
22803         in the dash_list.
22804
22805         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
22806         the x11 backend.
22807
22808         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
22809
22810         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
22811
22812 2000-03-04  Tor Lillqvist  <tml@iki.fi>
22813
22814         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
22815         just pixel value of background colour.
22816
22817         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
22818         containing code snippet previously duplicated in a couple of
22819         places.
22820         
22821         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
22822         gdk_colormap_color.
22823
22824         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
22825         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
22826         events for autorepeated Shift, Control and Alt keys. Use
22827         gdk_colormap_color.
22828
22829         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
22830         pointer is inside the window the cursor of which we are setting,
22831         call SetCursor immediately.
22832
22833         * gdk/win32/makefile.cygwin
22834         * gtk/makefile.cygwin: If we don't have the build number stamp
22835         file, use zero.
22836
22837         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
22838         gtk_paned_set_gutter_size as empty.
22839
22840         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
22841         
22842 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
22843
22844         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
22845           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
22846           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
22847           docs/gtk_tut.sgml docs/gtk.texi TODO:
22848
22849           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
22850
22851 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
22852
22853         * gtk/gtkcalendar.c: Implement num_marked_dates,
22854           and don't emit mutiple day_selected signals on
22855           month_prev.
22856
22857 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
22858
22859         * docs/make-todo (lineno): let title and logo be configurable so
22860         that GNOME can use this script too.
22861
22862         * TODO.xml: added logourl and a title
22863
22864 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
22865
22866         * TODO.xml: Added some UI items, and an explanatory
22867         comment at the top of the file.
22868
22869 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
22870
22871         * TODO.xml: some updates, added abunch of new entries.
22872         a note for those fiddeling with this file, when done
22873         with it, invoke:
22874         $ ./docs/make-todo TODO.xml >/dev/null
22875         and correct output errors before comitting changes.
22876
22877 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
22878
22879         * TODO.xml: Added XML-structured TODO file.
22880         * docs/make-todo: python script to turn TODO.xml into
22881           pretty XML output. 
22882
22883 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
22884
22885         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
22886         the function to let it draw the seven dots, instead of the old,
22887         much maligned, method.
22888         (draw_dot): New function to draw a dot.
22889
22890         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
22891         to draw the handle inside the border width as opposed to outside.
22892         Use paint function instead of gdk_draw_point.
22893
22894         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
22895         to draw the handle inside the border width as opposed to outside.
22896         Use paint function instead of gdk_draw_point.
22897
22898         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
22899         Change indenting to be more GTK like.
22900
22901 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
22902
22903         * docs/gtk_tut.sgml: New section on GtkCalendar
22904         * examples/calendar: Update example code
22905
22906 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
22907
22908         * docs/gtkfaq.sgml: FAQ Update
22909
22910 2000-02-19  Anders Carlsson  <andersca@gnu.org>
22911
22912         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
22913         to prevent the scroll event to be propagated upwards.
22914
22915 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
22916
22917         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
22918         OwnerGrabButtonMask from button entries for
22919         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
22920
22921         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
22922         to the event mask (which will result in button/press release
22923         being added to the event mask on Unix) so scrolling works
22924         for layouts in scroll windows.
22925
22926         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
22927
22928         Patch from Anders Carlsson  <andersca@gnu.org> to add
22929         a scroll event.
22930
22931         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
22932         scrolling to the "Test Scrolling" part of testgtk.
22933  
22934         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
22935  
22936         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
22937         it against GDK_SCROLL.
22938  
22939         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
22940         way of mouse wheel scrolling.
22941  
22942         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
22943  
22944         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
22945  
22946         * gtk/gtkmain.c: Removed previous mouse wheel hack.
22947  
22948         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
22949         gdk_event_mask_table.
22950  
22951         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
22952         GdkEventScroll handler.
22953  
22954         * gdk/gdkevents.h: Added GdkEventScroll structure.
22955  
22956 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
22957
22958         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
22959         and Anders Carlsson to change the Paned widgets so that they
22960         can be dragged from anywhere along the length. Also change
22961         the way that this is drawn to make this apparent.
22962
22963         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
22964         from George Lebl to check that option_menu->menu is present
22965         before getting history.
22966
22967 2000-02-14  Tor Lillqvist  <tml@iki.fi>
22968
22969         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
22970         before the assertion for non-NULL segment list.
22971
22972         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
22973         Seems that pattern brushes *must* be 8x8 pixels! At least on my
22974         machine, but it might be display driver dependent. Sigh, so make
22975         sure the stipple is that size. Does Windows suck or what?
22976
22977         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
22978         places.
22979
22980 2000-02-13  Havoc Pennington  <hp@pobox.com>
22981
22982         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
22983         refcount to 1
22984         (gdk_cursor_new): init refcount to 1
22985
22986         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
22987
22988 2000-02-13  Tor Lillqvist  <tml@iki.fi>
22989
22990         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
22991         so that we don't have to do unnecessary settings to the HDC.
22992
22993         * gdk/win32/gdkdrawable-win32.c
22994         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
22995         gdk_gc_predraw.
22996
22997         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
22998         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
22999         GDI paths, call WidenPath to get the outline of the stroken path,
23000         and then fill the outline (with the brush that was built from the
23001         stipple).
23002
23003         * gdk/win32/gdkgc-win32.c: Factor out common code from
23004         _gdk_win32_gc_new and gdk_win32_gc_set_values into
23005         gdk_win32_gc_values_to_win32values. Use correct colour for
23006         SetBkColor() (Until now the code actually used a random colour in
23007         the call to SetBkColor()... but that didn't show up as not many
23008         GDI APIs use the background colour. Pattern (opaque stippled)
23009         brushes do.)
23010
23011         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
23012         gdk_win32_api_failed): New functions for error logging.
23013
23014         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
23015         WIN32_API_FAILED to call them, passing function or file name and
23016         line number.
23017
23018         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
23019
23020         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
23021         GdkColor for foreground and background in GdkGCWin32Data.
23022
23023         * gdk/makefile.cygwin: Link in the resource object separately.
23024
23025         * gdk/win32/rc/gdk.rc
23026         * gtk/gtk.rc (New file)
23027         * gdk/win32/makefile.cygwin
23028         * gtk/makefile.cygwin: Update build number in DLLs automatically,
23029         as in GLib.
23030
23031 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
23032
23033         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
23034         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
23035         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
23036         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
23037         parameters given and cursor->ref_count. coding style fixups.
23038
23039         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
23040         not GtkWidget.
23041         
23042         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
23043         fix up widget macros and add _GET_CLASS() variant.
23044         
23045         * gtk/*.c: some GtkType fixups.
23046
23047 2000-02-09  Tor Lillqvist  <tml@iki.fi>
23048
23049         * gdk/win32/gdkproperty-win32.c
23050         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
23051         were reversed.
23052
23053 2000-02-04  Tor Lillqvist  <tml@iki.fi>
23054
23055         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
23056         g_filename_to_utf8 to convert the font names Windows gives us from
23057         whatever is the default codepage to UTF-8.
23058         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
23059         in the other direction.
23060
23061         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
23062         error in debugging output.
23063
23064 2000-02-02  Tor Lillqvist  <tml@iki.fi>
23065
23066         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
23067         and height parameters to gdk_window_clear_area(). Not minus one.
23068
23069 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
23070
23071         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
23072         checks if the widget passed to gtk_drag_get_data() was not the
23073         dest widget.
23074
23075 2000-02-01  Tor Lillqvist  <tml@iki.fi>
23076
23077         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
23078         g_filename_from_utf8 functions (which were added a moment ago to
23079         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
23080         size buffers.
23081
23082         gtk_file_selection_get_filename returns the filename in the C
23083         runtime encoding. It calls g_filename_from_utf8, but copies the
23084         returned string to a static buffer, which is returned. I think
23085         this is better than returning the result from g_filename_from_utf8
23086         directly, which would mean all apps that use it would have to free
23087         the return value. Or should this function care about this issue at
23088         all? Maybe a new function with clearly defined semantics.
23089
23090         * gtk/gtkfilesel.h: Add comment about
23091         gtk_file_selection_get_filename returning the filename in the C
23092         runtime's encoding.
23093
23094         * README.win32
23095         * gdk/gdk.def
23096         * gdk/makefile.{cygwin,msc}
23097         * gtk/gtk.def: Updates.
23098
23099         * gdk/gdkcursor-win32.c: Initialise refcount.
23100
23101 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
23102
23103         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
23104
23105 2000-01-30  Havoc Pennington  <hp@pobox.com>
23106
23107         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
23108         destroy
23109
23110         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
23111
23112         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
23113         implemented in platform-specific code
23114
23115         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
23116
23117         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
23118         underscore in front
23119
23120         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
23121         put an underscore in front
23122
23123         * gdk/gdkcursor.c: new file, implements
23124         gdk_cursor_ref/gdk_cursor_unref
23125
23126         * gdk/gdkcursor.h: Refcount GdkCursor
23127
23128         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
23129
23130 2000-01-29  Tor Lillqvist  <tml@iki.fi>
23131
23132         * gdk/gdkwindow.h
23133         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
23134
23135 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
23136
23137         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
23138         structures to properly inherit from GtkWidget not GtkBin.
23139
23140 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
23141
23142         * gtk+.spec.in: Added lib/gtk+/include/* to %files
23143         (bug #5178 - Peter Wainright)
23144         
23145         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
23146         so that it will be installed.
23147         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
23148
23149 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
23150
23151         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
23152         for the GtkStyleClass vtable const.
23153
23154         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
23155         take a const string argument like GtkTranslateFunc. This will
23156         require changes in use code.
23157
23158 2000-01-19  Tor Lillqvist  <tml@iki.fi>
23159
23160         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
23161         semantics (to mimic the X11 backend, which just calls XClearArea)
23162         is to check for zero width (and height), and in that case use the
23163         window's width minus x (height minus y). This fixes for instance
23164         some redraw problems with gtkclist, which were easily noticeable
23165         in the gtk file selection widget.
23166
23167         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
23168         windows.
23169
23170 2000-01-13  Tor Lillqvist  <tml@iki.fi>
23171
23172         * configure.in
23173         * gdk/Makefile.am
23174         * gdk/x11/Makefile.am
23175         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
23176         (bug #5177).
23177         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
23178         out later.
23179
23180 2000-01-09  Tor Lillqvist  <tml@iki.fi>
23181
23182         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
23183         WM_MOVE for iconified or invisible windows. This fixes various
23184         problems when minimising windows. Thanks to Bernd Herd.
23185
23186 2000-01-05  Tor Lillqvist  <tml@iki.fi>
23187
23188         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
23189         backend's draw_lines method, not draw_points.
23190
23191 2000-01-02  Tor Lillqvist  <tml@iki.fi>
23192
23193         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
23194         before Owen's reorganisation: Don't have queued_events and
23195         queued_tail statics in this file, but use gdk_queued_events and
23196         gdk_queued_tail. This makes exposure event compression work again.
23197
23198         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
23199         seem to be needed?
23200
23201 1999-12-30  Tor Lillqvist  <tml@iki.fi>
23202
23203         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
23204         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
23205         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
23206         doesn't do anything.
23207
23208         * gdk/gdk.def: Add gdk_xid_table_insert.
23209
23210         * gdk/win32/gdkprivate-win32.h
23211         * gdk/win32/gdkevents-win32.c
23212         * gdk/win32/gdkinput-win32.c
23213         
23214         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
23215         extension_events field in the GdkWindowWin32Data struct. Use only
23216         the extension_events field in GdkWindowPrivate. Previously one was
23217         set, and the other one tested, which broke tablet
23218         functionality. Thanks to Keishi Suenaga for pointing this out.
23219
23220 1999-12-18  Tor Lillqvist  <tml@iki.fi>
23221
23222         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
23223         When handling a single character (text length == 1), don't handle
23224         it as if it was UTF-8.
23225
23226 1999-12-11  Tor Lillqvist  <tml@iki.fi>
23227
23228         * Makefile.am: Distribute README.win32.
23229         
23230         * gdk/Makefile.am
23231         * gdk/win32/Makefile.am: Distribute Win32 files.
23232
23233         * gdk/makefile.msc: New file.
23234
23235         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
23236         after label).
23237
23238         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
23239         gdk_error_code as GDKVAR, as they are referred outside GDK.
23240
23241         * gdk/win32/makefile.msc: Update.
23242
23243         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
23244         tweaks. Check only if at least one of those Unicode subrange bits
23245         we care for is set. If no code page bits are set, guess (wildly)
23246         based on the charset.
23247
23248         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
23249
23250         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
23251         non-NULL.
23252
23253         * gtk/gtkdnd.c
23254         * gtk/gtklayout.c
23255         * gtk/gtkplug.c
23256         * gtk/gtkselection.c
23257         * gtk/gtksocket.c
23258         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
23259         appropriate. There must be a cleaner way to handle this?
23260
23261         * gtk/gtkrc.c: Must include windows.h on Win32.
23262
23263         * gtk/testgtk.c: No need to include gdkx.h.
23264
23265         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
23266
23267 1999-12-07  Tor Lillqvist  <tml@iki.fi>
23268
23269         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
23270         the rbearing is set to the same as the width, but this should be
23271         fixed.
23272
23273 1999-12-06  Tor Lillqvist  <tml@iki.fi>
23274
23275         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
23276         function. If Windows doesn't tell us what Unicode subranges a font
23277         covers, guesstimate based on the codepages it covers. This will
23278         hopefully help those Windows versions or fonts that don't give us
23279         any useful Unicode subrange information with GetTextCharsetInfo.
23280         Call this function in gdk_font_load_internal.
23281
23282         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
23283         minor changes.
23284
23285 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
23286
23287         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
23288         New function, long needed.
23289
23290 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
23291
23292         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
23293         only_if_exists argument of gdk_atom_intern to
23294         bool.
23295
23296 1999-11-25  Tor Lillqvist  <tml@iki.fi>
23297
23298         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
23299         Fix two copy&paste errors.
23300
23301         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
23302         win32 has changed.
23303
23304         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
23305         GdkWin32SingleFont struct.
23306
23307         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
23308         subranges of loaded fonts. Clear font signature first, in case
23309         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
23310         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
23311
23312         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
23313         Unoffset clip region.
23314
23315 1999-11-23  Tor Lillqvist  <tml@iki.fi>
23316
23317         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
23318         event->any.window before calling filter functions.
23319
23320 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
23321
23322         * gtk/gtkgamma.h: Adapt cast macros to standard.
23323
23324 [ Merges from 1.2 ]
23325
23326 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
23327
23328         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
23329         If translation does not include a '/', use entire
23330         translation instead of crashing.
23331
23332 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
23333
23334         * docs/gtk_tut.sgml:
23335         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
23336
23337 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
23338
23339         * gtk/gtkselection.c (gtk_target_list_remove): Use
23340         g_list_remove_link, not g_list_remove.
23341
23342         [ From Geert Bevin <gbevin@thunderstorms.org> ]
23343         
23344 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
23345
23346         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
23347         statement upon unselection (how the heck did that slip in?).
23348
23349 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
23350
23351         * gtk/gtktext.c (gtk_text_freeze): 
23352         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
23353         in frozen state (and aparently crashes). patch provided by Anders
23354         Melchiorsen <and@kampsax.dtu.dk>.
23355
23356 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
23357
23358         * fix insensitive default/focus widget activation,
23359         reported by Matt Goodall <mgg@isotek.co.uk>.
23360
23361         * gtk/gtkwindow.c (gtk_window_key_press_event): 
23362         (gtk_window_activate_default):
23363         (gtk_window_activate_focus):
23364         return handled=FALSE for actiavtion of insensitive default
23365         widgets. return handled=TRUE for activation of insensitive
23366         focus widgets. don't activate in either case.
23367
23368 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
23369
23370         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
23371         and $glib_cflags to match library order and in the
23372         theory that an old version of GLib is more likely to
23373         be in the include directory for X then vice-versa.
23374         (Bug #2776)
23375
23376 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
23377
23378         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
23379         to determine the locale for fontsets, not LC_MESSAGES;
23380         the user may want English messages with a handling
23381         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
23382         will still be broken) (Bug #2891)
23383
23384 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
23385
23386         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
23387
23388 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
23389
23390         * gtk/gtkrc.ko: Changed the Korean default fontset.
23391
23392 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
23393
23394         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
23395         where when scrolling to the left or top double exposes
23396         were done, causing major slowdowns.
23397
23398 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
23399
23400         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
23401         names to lowercase and alphanumeric, before looking
23402         them up.
23403
23404         * gtk/Makefile.am: Install codeset variant gtkrc files
23405         with normalized names.
23406
23407 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
23408
23409         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
23410         popup menus when the menu is already visible, but its parent
23411         is still hidden, (happens after tornoff window got hidden).
23412
23413 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
23414
23415         * gtk/Makefile.am (install-data-local): Fix
23416         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
23417         deleted, causing error messages on install.
23418
23419 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
23420
23421         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
23422         the handle as well, since we now sometimes ignore
23423         exposes on the handle while resizing.
23424
23425 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
23426
23427         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
23428         extra g_free introduced in one of the last one or two 
23429         commits.
23430
23431 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
23432
23433         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
23434         consistent, put each style that a gtkrc.* file creates
23435         in a unique namespace, remove old files before installing.
23436
23437 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
23438
23439         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
23440         gtk_rc_init is called multiple times. (Yes, people who
23441         do that have bugs in their code.)
23442
23443 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
23444
23445         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
23446         Remove it since it's generated by the Makefile anyway
23447
23448 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
23449
23450         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
23451         device->info.axes for core pointer.
23452
23453 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
23454
23455         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
23456         idle_id, to deal with obsolete, broken C libraries.
23457
23458 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
23459
23460         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
23461         allocation->x/y twice!
23462
23463         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
23464         consistent with gtk_vscale_pos_trough().
23465
23466 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
23467
23468         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
23469         be queueing a resize on a toplevel container between
23470         the time we show it and when we map it. So, we need
23471         to test GTK_WIDGET_VISIBLE() for toplevels, and only
23472         use GTK_WIDGET_DRAWABLE() for child windows.
23473
23474 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
23475
23476         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
23477         (fixes bug #2144)
23478
23479 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
23480
23481         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
23482         container DRAWABLE (instead of VISIBLE), so we don't queue
23483         resizes on non-toplevel containers.
23484
23485 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
23486
23487         * gtk/gtkselection.[ch]: Make the data argument
23488         const guchar *.
23489
23490 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
23491
23492         * gtk/gtkwindow.c: Try to behave sensibly if 
23493         the focus widget is the window itself. (Should
23494         we allow this at all?)
23495
23496 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
23497
23498         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
23499         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
23500         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
23501         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
23502         in prototypes and implementations consistent (Tomas Ogren).
23503
23504         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
23505         before the widget is unparented (reported by damon).
23506
23507         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
23508         since we provide unsigned data anyways.
23509
23510 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
23511
23512         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
23513         the call to gtk_tooltips_layout_text() until later.
23514
23515         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
23516         Call gtk_widget_ensure_style() before using the style.
23517
23518 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
23519
23520         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
23521         for old widgets that don't propagate draws to all
23522         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
23523
23524 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
23525
23526         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
23527         for a redraw but just the widget that requested the resize.
23528
23529 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
23530
23531         * gtk/gtkcontainer.c: added new widget level method
23532         gtk_container_set_reallocate_redraws() and a GtkContainer flag
23533         reallocate_redraws : 1 to reflect the setting, exported this through
23534         the argument system as a boolean ::reallocate_redraws.
23535
23536         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
23537         on the widget because the allocation changes, do so as well for
23538         widget->parent if the parent has reallocate_redraws set to TRUE.
23539         with that containers requesting reallocation redraws get automatically
23540         redrawn if their children changed allocation (this unfortunately
23541         affects also other children that didn't change allocation, but we
23542         cannot work around that before 1.3).
23543
23544 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
23545
23546         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
23547         _and_ height are >0 (not _or_).
23548
23549         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
23550         instead of gtk_container_queue_resize(), which is a core gtk internal
23551         function (must have been on crack when i queued that).
23552
23553         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
23554         we can check more reliably if we want to discard expose events.
23555         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
23556         flag.
23557         
23558         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
23559         we simply trust these events. for deciding whether to discard exposes,
23560         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
23561         
23562 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
23563
23564         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
23565         queues of areas that are completely off screen.
23566
23567         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
23568         logic for handleboxes.
23569
23570         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
23571         check on width/height.
23572
23573 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
23574
23575         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
23576         we are fine with using $@ the way we do (if we actually encounter
23577         brokeness with $@ in VPATH builds because of additional path prefixes,
23578         we need to use $(@F) actually).
23579
23580 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
23581
23582         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
23583         short lived bugs, that would allow language bindings to do surgeries
23584         to our guts.
23585
23586 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
23587
23588         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
23589         where comparison was being done against an uninitialized
23590         value causing intermittant results depending on
23591         compiler flags. Also make it clearer that we aren't
23592         ever initializing the child as 0x0 (though this will
23593         be caught in gtk_widget_size_allocate())
23594
23595 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
23596
23597         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
23598         gtk_window_unset_transient_for() call after we do checks
23599         involving the old transient parent.
23600         [ From Lance Capser <lmc@cyberhighway.net> ]
23601
23602 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
23603
23604         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
23605         an empty file.
23606
23607 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
23608
23609         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
23610         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
23611
23612 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
23613
23614         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
23615         `$@' is valid only in the build dir, not after we've done 
23616         `cd $srcdir'.  Also use `test -f' instead of less portable
23617         `test -e'.
23618
23619 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
23620
23621         * gtk/gtktext.c (correct_cache_insert): Rewrite
23622          for simplicity, and hopefully correctness.
23623          (Fixes bug #1322, which was a segfault when
23624           on some insertions with the properties around
23625           the insertion set up just wrong.)
23626
23627         * gtk/gtktext.c (gtk_text_adjustment): When we receive
23628          a "changed" signal, clamp the new value to the adjustment
23629          bounds to avoid segfaulting if someone tries to change
23630          the adjustment to a bogus value. (Bug #1795)
23631
23632 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
23633
23634         * gtk/gtkmain.c: Ignore unexpected destroy notifies
23635         for children, for toplevel windows handle them
23636         like delete_event.
23637
23638         * gtk/gtkplug.c: Add an unrealize handler so that
23639         we unref plug->socket_window when we are done
23640         with it.
23641
23642 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
23643
23644         * gtk/gtktext.c (clear_area): Fix stupid signedness
23645          problem that was causing background to sometimes
23646          be misaligned.
23647
23648 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
23649
23650         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
23651         
23652         * gtk/gtkmenu.c (gtk_menu_position): Make
23653          sure we never position menus with negative x, y,
23654          since gtk_widget_set_uposition() can't handle that.
23655
23656         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
23657          Modify the positioning code a bit so that we always
23658          put the top-left corner onscreen. (This is for
23659          UI reasons, gtk_menu_position() now takes care of
23660          gtk_widet_set_uposition() brokeness.)
23661
23662 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
23663
23664         * gtk/Makefile.am: fixed up things for -jx, x > 1.
23665
23666 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
23667
23668         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
23669           RC style that is passed in. The lack of the ref
23670           before was a bug. If people worked around this
23671           bug, this will introduce a slight memory leak
23672           in their code. The code should typically look like:
23673
23674             rc_style = gtk_rc_style_new ();
23675             [...]
23676             gtk_widget_modify_style (widget, rc_style);
23677             gtk_rc_style_unref (rc_style);
23678
23679         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
23680           the style if it was already set.
23681
23682         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
23683           style if it was set before.
23684
23685 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23686
23687         * gtk/testgtk.c (main): Add a check to see if we
23688           are being run from the correct directory and
23689           to quit nicely if we are not.
23690
23691         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
23692           static.
23693
23694 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
23695
23696         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
23697
23698         * gtk/gtkwindow.c:
23699         queue resizes unconditionally (gtk_widget_queue_resize will figure
23700         what to do if the window is not realized).
23701         (gtk_window_move_resize): only recenter the window
23702         for GTK_WIN_POS_CENTER_ALWAYS.
23703         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
23704         the same way as GTK_WIN_POS_CENTER.
23705
23706 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
23707
23708         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
23709         with (!(info->last_flags & GDK_HINT_POS)) instead of
23710         (!info->last_flags & GDK_HINT_POS).
23711
23712         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
23713         new_height unconditionally, because we use these values even if
23714         !default_size_changed && !hints_changed.
23715         comented the (default_size_changed || hints_changed) case with
23716         respect to resize rejects from the window manager.
23717
23718         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
23719         in the zvt condition hack, since this includes the window hints, set
23720         the hints after the handling_resize case.
23721
23722         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
23723         window is initially shown with to the geometry.
23724
23725 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
23726
23727         * gtk/gtkwindow.c (gtk_window_move_resize):
23728         s/size_changed/default_size_changed/g so i know what's
23729         really going on (frying brain on smaller flame now).
23730
23731 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
23732
23733         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
23734         we have size_changed upon handling_resize. this is a gross
23735         workaround for the broken zvt widget and should be removed in
23736         1.3 again (search for FIXME).
23737         Owen provided an accurate comment for this:
23738
23739         /* We could be here for two reasons
23740          *  1) We coincidentally got a resize while handling
23741          *     another resize.
23742          *  2) Our computation of size_changed was completely
23743          *     screwed up, probably because one of our children
23744          *     is broken. It's probably a zvt widget.
23745          *
23746          * For 1), we could just go ahead and ask for the
23747          * new size right now, but doing that for 2)
23748          * might well be fighting the user (and can even
23749          * trigger a loop). Since we really don't want to
23750          * do that, we requeue a resize in hopes that
23751          * by the time it gets handled, the child has seen
23752          * the light and is willing to go along with the
23753          * new size. (this happens for the zvt widget, since
23754          * the size_allocate() above will have stored the
23755          * requisition corresponding to the new size in the
23756          * zvt widget)
23757          *
23758          * This doesn't buy us anything for 1), but it shouldn't
23759          * hurt us too badly, since it is what would have
23760          * happened if we had gotten the configure event before
23761          * the new size had been set.
23762          */
23763
23764 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
23765
23766         * gtk/gtkrc.c: deal properly with the fact that RC
23767           style lists may include rc styles more than once.
23768
23769         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
23770           unused static function.
23771
23772         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
23773           stack of directories of RC files currently being
23774           parsed and implicitely add them to pixmap path.
23775           
23776           This fixes a bug where the directory would get
23777           appended then overwritten by pixmap_path declarations.
23778
23779           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
23780
23781         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
23782           theme's exit function. (Patch from Peter Wainwright,
23783           bug #1454)
23784
23785         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
23786           Add a destroy() handler to take care of removing
23787           group for menu item. (Fixes bug #1197)
23788
23789         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
23790           in warning message.
23791
23792 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
23793
23794         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
23795         roundtrip to figure window's width and height, since we know that
23796         anyways from widget->allocation.
23797
23798 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
23799
23800         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
23801           the hints after we request the new size.
23802
23803 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
23804
23805         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
23806           GTK_WIDGET_REALIZED() assertion - we can compute the
23807           hints before we are realized.
23808
23809         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
23810           hint changing so that we have a value of hints_changed
23811           when we decide whether to constrain the window size.
23812
23813         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
23814
23815         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
23816         change back to G_MAXINT.
23817
23818 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
23819
23820         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
23821         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
23822         contain uncluttered values.
23823         (gtk_window_compute_hints): simply assert that window is realized
23824         and that geometry_info is valid, since we rely on this anyways.
23825         (gtk_window_constrain_size): major cleanups to the code.
23826         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
23827         for the base size, instead of the minimums. use 32767 as max width
23828         and height (like in gtkwindow.c) instead of G_MAXINT.
23829
23830 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
23831
23832         * cleaned up the GtkContainer.need_resize flag handling mess, we
23833         only need to force resize requests when we were prematurely
23834         realized, or our widget tree was modified when we were temporarily
23835         hidden. handling these cases directly upon showing the window (i.e.
23836         while the GdkWindow is still unmapped) avoids the need to wait for
23837         a configure event response and therefore makes the GUI more snappier
23838         and avoids blank windows during the roundtrip.
23839
23840         * gtk/gtkwidget.c:
23841         (gtk_widget_hide): 
23842         (gtk_widget_show): don't queue resizes on toplevels, they know how
23843         to deal with matters.
23844
23845         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
23846         flag directly for not visible resize containers and spare us unecessary
23847         signal emissions.
23848
23849         * gtk/gtkwindow.c:
23850         (gtk_window_realize): if we need to enforce premature size allocation,
23851         queue a container resize so we are correctly resized later on.
23852         (gtk_window_init):
23853         (gtk_window_size_request):
23854         don't freak around with the ->need_resize flag,
23855         gtk_container_queue_resize() will care about that.
23856         (gtk_window_show):
23857         handle initial resizing issues here, we can handle matters better in
23858         this place, especially since we know that our GdkWindow is still
23859         unmapped.
23860         (gtk_window_move_resize):
23861         don't care about ->need_resize at all.
23862         handle size changes properly that occoured while we waited for a
23863         configure event.
23864
23865 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
23866
23867         * gtk/gtkwidget.c (gtk_widget_set_uposition):
23868         * gtk/gtkwindow.[hc] (gtk_window_reposition):
23869         Move the hint setting code from gtk_widget_set_uposition
23870         to here; set the hints so that we respect any previously
23871         set geometry hints.
23872
23873         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
23874         change the window hints here or move the window here,
23875         let that happen in gtk_window_move_resize().
23876
23877 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
23878
23879         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
23880         to already queued resizes (and therefore redraws) on a widget, check
23881         its anchestry as well.
23882
23883         * gtk/gtkcontainer.c:
23884         (gtk_container_queue_resize): clear resize widgets for resize
23885         containers before aborting prematurely. this is especially important
23886         for toplevels which may need imemdiate processing or their resize
23887         handler to be queued.
23888         (gtk_container_dequeue_resize_handler): added new internal function for
23889         gtkwindow.c.
23890
23891         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
23892         configure event, take possible changes in window position into account
23893         as well.
23894         if we request a new window size, queue up a resize handler that will
23895         last until the configure event response arrives.
23896         combined the ->need_resize case (initial show) with the general size
23897         (hints) changed case and added even more comments.
23898         if !auto_shrink, only revert to the old allocation if the new size
23899         is smaller than the current allocation.
23900
23901 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
23902
23903         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
23904                            gtk_window_set_geometry_hints
23905                            gtk_window_set_default_size):
23906         When hints are set, queue a resize so that the hints will
23907         be eventually reset on the toplevel.
23908
23909         * gtk/gtkwindow.c (gtk_window_show): Use
23910         gtk_window_compute_default_size(). Clear the need_resize flag
23911         on the initail map so that we don't unnecessarily trigger the
23912         resize code.
23913
23914         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
23915         into separate functions. Compare the hints we are setting
23916         with what we set last time so that we can accurately
23917         tell when we need to reset the hints.
23918
23919         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
23920         function to figure out the size from requisition
23921         and default_size.
23922
23923         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
23924         from fvwm to constrain a size to the geometry hints.
23925
23926         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
23927         to compare two sets of geometry hints.
23928
23929         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
23930         from gtk_window_set_hints(), just compute the hints,
23931         don't set them.
23932
23933         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
23934         code from gtk_window_move_resize() to separate function,
23935         rationalize a bit.
23936
23937 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
23938
23939         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
23940         structure into a new private structure.
23941
23942         * gtkrc.c: Split GtkRcStyle into public/private.
23943         In the private part, add a list of pointers to the
23944         RcStyle lists this RcStyle participates in.
23945
23946         * gtkrc.c: When a RcStyle is free, remove all
23947         lists referencing it from the 
23948         realized_style_ht hash, and free those lists.
23949         
23950         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
23951         gtk_rc_init(), since that adds the default styles
23952         to the list of parsed RC files again.
23953
23954         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
23955         
23956 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
23957
23958         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
23959         checks that ensure that a widget's allocation is at least 1 in width
23960         and height. (GNOME note: this doesn't affect old panel code anymore,
23961         because GtkSocket will request width and height of at least 1 since
23962         Fri Jul 23).
23963
23964         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
23965         allocated yet (happens if the user realizes the window prematurely),
23966         size request and allocate it.
23967         (gtk_window_size_allocate): guard against guint underflows.
23968
23969 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
23970
23971         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
23972         in gtk_built_sources, so gtk.defs gets built prior to all other
23973         sources.
23974
23975 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23976
23977         * gtk/Makefile.am:
23978         invoke indent on gtkmarshal.*. 
23979         rewrote source generation rules, use COPYING as oldest source tag for
23980         a piggyback rule to generate all sources from (don't touch it ;).
23981         major cleanups, strip spaces on build rules for GNU Make.
23982
23983         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
23984         source and target files from commandline arguments. don't invoke indent.
23985
23986 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
23987
23988         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
23989         notebook after switch to avoid drawing problems.
23990         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
23991         
23992         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
23993         show them instead. 
23994         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
23995
23996 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
23997
23998         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
23999         notebook after switch to avoid drawing problems.
24000         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
24001         
24002         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
24003         show them instead. 
24004         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
24005
24006 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
24007
24008         * gtk/gtkwindow.c:
24009         we use window->need_resize from configure_event now, to indicate that
24010         the gtkwindow should keep its allocation (e.g. because the user resized
24011         the window through window manager handles). resize_count is now reliably
24012         used to figure whether we got the allocation we requested from the
24013         window manager.
24014         configure events get queued as resizes now, the real stuff (size
24015         computation and allocation) now only goes on in gtk_window_move_resize().
24016         GtkWindow's requisition now contains its *real* requisition (like all
24017         other widgets), *not* taking usize into account.
24018         geometry_info->last_{width|height} is now updated from set_hints() only
24019         so it always contains the last hints we set for the window manager.
24020         made some event handlers return TRUE instead of FALSE.
24021         the overall code should be much more straight forward now, and the
24022         significant code portions are accompanied by comments now.
24023         (gtk_window_set_hints):
24024         removed requisition argument and made it
24025         fetch the requisition through gtk_widget_get_child_requisition.
24026         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
24027         does that now.
24028         (gtk_window_show):
24029         ensure that the widget is realized before calling 
24030         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
24031         ensure that we got properly size requested and allocated before
24032         realization.
24033         (gtk_window_configure_event):
24034         ignore plain window moves, or reallocate the widget tree through the
24035         resize queue otherwise.
24036         (gtk_window_move_resize):
24037         mostly rewrote this function to figure window manager hints more
24038         reliably, coalesce window moves and resizes to reduce configure events
24039         and do actuall size allocations.
24040
24041 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
24042
24043         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
24044         that have a resize pending, because a redraw is already queued for them.
24045
24046         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
24047         hack to clear resize_widgets.
24048
24049         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
24050         for resize containers prior to size allocation. (this is also a bit
24051         ugly, but avoids side effects for stopped emissions and is thus more
24052         reliable).
24053         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
24054
24055         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
24056         function from gtk_tooltips_expose, as we connect to ::expose_event
24057         *and* ::draw now.
24058
24059 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
24060
24061         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
24062         checks.
24063         (gtk_target_list_unref): Likewise.
24064
24065         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
24066
24067 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
24068
24069         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
24070         guard against division by zero. (Fixes bug #1339)
24071
24072 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
24073
24074         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
24075         Prevent the trivial leak of information of allowing
24076         word motion when the entry is not visible.
24077
24078 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
24079
24080         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
24081         modality to error dialog as well as confirmation dialogs.
24082         (Bug #1803, reported by Rosanna Wing Sze Yuen)
24083
24084 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
24085
24086         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
24087         tree->view_lines.
24088         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
24089
24090         * gtk/Makefile.am (install-data-local): Solaris apparently
24091         has various troubles with ln -f; use rm first instead.
24092         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
24093
24094 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
24095
24096         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
24097         use `cp' followed by `rm' (the `rm' was already there).
24098
24099 July 30, 1999 Elliot Lee <sopwith@redhat.com>
24100         
24101         * configure.in: Fix autoconf warnings about cross compilation by
24102         trying to provide sane defaults for AC_TRY_RUN.
24103         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
24104         put them into $(srcdir) when generated. Also add a dependency of
24105         gtksignal.h on gtkmarshal.h for -j builds. 
24106         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
24107
24108 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
24109
24110         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
24111         GDK_THREADS_{LEAVE,ENTER} pair.
24112         (From Paul Fisher <pnfisher@redhat.com>)
24113
24114 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
24115
24116         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
24117         width and height are always >0 (owen).
24118
24119 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
24120
24121         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
24122         change that assured that a widget's allocated with and height are
24123         always >1, since this breaks *buggy* panel code. unfortunately this
24124         back-breaks the gimp's color selector.
24125
24126         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
24127         allocation is always >0 in width and height, before sending the
24128         configure event; this is a *gross* hack to get the gimp back to work.
24129         
24130         * marked both cases with TODO-1.3
24131
24132 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
24133
24134         * gtk/gtktext.c: Don't display wrap indicators when
24135         text is not editable and word wrap is on.
24136
24137 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
24138
24139         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
24140         option menus here as they are not derived from menu shell, assure that
24141         the option menu has a menu we can add items to.
24142
24143 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
24144
24145         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
24146         width/height to (gint) before calculations and check against < 0 to
24147         avoid guint wraparounds.
24148
24149 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
24150
24151         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
24152         width and height is never zero. sanity check both dimensions against
24153         32767 and issue a warning if the allocation is greater than that.
24154
24155 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
24156
24157         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
24158         to g_main_pending() as well.
24159
24160 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
24161
24162         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
24163         call to g_main_iteration() - since that will regrab
24164         GTK+ lock to process events.
24165
24166 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
24167
24168         * gtk/gtkwindow.c
24169         - Regularize with the rest of GTK+ by making widget->requisition
24170           not reflect the set_usize()
24171         - Always recompute geometry hints, then check if they
24172           changed before sending them to the X server. The
24173           previous checks for changes would fail in a number
24174           of circumstances. 
24175
24176 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
24177
24178         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
24179
24180 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
24181
24182         * gtk/gtkdnd.c:
24183         - Code cleanups
24184         - Instantaneously update on modifier key presses
24185         - Allow cancellation of the drag with Escape.
24186
24187 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
24188
24189         * gtk/testgtk.c (create_handle_box): Set the policy
24190         to auto_shrink - otherwise the appearance is rather
24191         strange when flipping between horizontal and vertical.
24192
24193 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
24194
24195         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
24196         (gtk_window_set_default_size): don't change a value if it's < 0.
24197         queue a resize.
24198
24199 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
24200
24201         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
24202
24203 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
24204
24205         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
24206         add an extra "/" when concating "/" + filename.
24207         (From Matt Grossman <mattg@oz.net>)
24208
24209 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
24210
24211         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
24212         for fg_gc if we set it for drawing pixmap.
24213
24214 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
24215
24216         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
24217         
24218         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
24219         already set, call old engine's destroy function and
24220         unref the old engine.
24221
24222 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
24223
24224         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
24225
24226 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
24227
24228         * gtk/gtkaccelgroup.h: mark certain functions as internal.
24229
24230 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
24231
24232         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
24233         expand behaviour changed.
24234
24235         * gtk/gtklabel.c (gtk_label_set_pattern):
24236         (gtk_label_set_justify):
24237         (gtk_label_set_line_wrap):
24238         don't bother invoking queue_clear, the reallocation does
24239         that for us, always free_words so the upcoming resize will
24240         relayout the label's contents.
24241
24242 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
24243
24244         * applied argument implementation patches from Elena Devdariani
24245         <elena@cogent.ca>.
24246
24247         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
24248         ::space_style, ::relief
24249         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
24250         * gtk/gtkpreview.c: ::expand
24251         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
24252         * gtk/gtknotebook.c: ::homogeneous
24253         * gtk/gtklabel.c: ::wrap
24254         * gtk/gtklist.c: ::selection_mode
24255         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
24256         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
24257         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
24258         * gtk/gtkclist.c: ::sort_type
24259         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
24260         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
24261
24262 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
24263
24264         * gtk/gtkstyle.c: Removed ill-thought-out part of last
24265         comment.
24266
24267 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
24268
24269         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
24270         counting right when we have to attach a new style
24271         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
24272
24273         * gtk/gtkstyle.c: Documented the refcounting
24274         peculularities of gtk_style_attach.
24275
24276 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
24277
24278         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
24279         window types.
24280
24281         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
24282         of GTK_TOPLEVEL for creating the window.
24283
24284 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
24285
24286         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
24287         the last argument (reported by Per Winkvist).
24288         
24289 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
24290
24291         Fixes for invisible XOR lines (Frank Loemker
24292         <floemker@TechFak.Uni-Bielefeld.DE>)
24293         
24294         * gtk/gtkclist.c (gtk_clist_realize): Always use
24295         a non-zero pixel for GDK_XOR.
24296
24297         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
24298         Use GDK_INVERT instead of GDK_XOR.
24299
24300 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
24301
24302         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
24303         signals if h/voffsets differ from adjustment values.
24304         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
24305
24306 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
24307
24308         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
24309         ::selection-done emissions up to the topmost menu shell.
24310
24311 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
24312
24313         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
24314         the user data on the window before destroying it.
24315
24316         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
24317         unrealize handler to take care of destroying 
24318         notebook->panel properly. 
24319         (Bug #1198 - Morten Welinder <terra@diku.dk>)
24320
24321         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
24322         of g_new and g_realloc to stop memory leak. (Actually,
24323         we could just use g_realloc(), but I'm not 100% sure
24324         that is portable).
24325         (Bug #1196 - Morten Welinder <terra@diku.dk>)
24326
24327 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
24328
24329         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
24330
24331         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
24332         for fontsets.
24333
24334         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
24335         with bin/button confusion.
24336
24337 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
24338
24339         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
24340         and show how preselection of radio items is done.
24341
24342 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
24343
24344         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
24345         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
24346         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
24347         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
24348         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
24349         * gtk/gtktable.c (gtk_table_attach): 
24350         * gtk/gtklist.c (gtk_list_insert_items): 
24351         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
24352         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
24353         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
24354         * gtk/gtkbin.c (gtk_bin_add): 
24355         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
24356         * gtk/gtkfixed.c (gtk_fixed_put): 
24357         * gtk/gtklayout.c (gtk_layout_put):
24358         general fixups to container_add logic. always realize child if
24359         child->parent is realized, only map the child and queue a resize
24360         if child and child->parent are both visible.
24361
24362 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
24363
24364         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
24365         instead of gtk_container_foreach to walk and unrealize children, so
24366         composite children get also unrealized.
24367         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
24368         (gtk_widget_map): assert that the widget is visible (basic constrain).
24369         (gtk_widget_real_map): assert that the widget is realized (basic
24370         constrain).
24371
24372 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
24373
24374         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
24375
24376 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
24377
24378         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
24379         file for iso-8859-2 locales.
24380
24381         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
24382
24383 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
24384
24385         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
24386          (Pointed out by andy@rz.uni-karlsruhe.de and others).
24387          Remove some suspicious and useless lines. 
24388
24389 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
24390
24391         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
24392         width,height = 0, 0 to mean - here to edge of window,
24393         instead of -1, -1, since the former is all we support.
24394
24395 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
24396
24397         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
24398         when removing from quit_functions list.
24399
24400 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
24401
24402         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
24403
24404 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
24405
24406         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
24407          When redrawing characters on non-visible entry, use appropriate
24408          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
24409
24410 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
24411
24412         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
24413         from drag coordinates.
24414         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
24415         use drag_dest_cell.
24416
24417         * gtk/gtktree (drag_dest_cell)
24418         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
24419         (Bug #1129)
24420
24421 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
24422
24423         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
24424         translate_* fields.
24425         (gtk_item_factory_finalize): invoke translate_notify independant from
24426         translate_data.
24427         (gtk_item_factory_set_translate_func): likewise.
24428         (gtk_item_factory_destroy): only remove ifactory pointer from those
24429         widgets that belong to us (stupid me).
24430
24431 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
24432
24433         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
24434         rc_style list when lookup succeeeds.
24435
24436 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
24437
24438         * gtk/gtkctree.c (resync_selection): 
24439         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
24440         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
24441         bug.
24442
24443 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
24444
24445         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
24446         Add some missing GDK_THREADS_ENTER()/LEAVE around
24447         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
24448
24449 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
24450
24451         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
24452         rather than emit_by_name.
24453
24454         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
24455         on the widget across multiple signal emissions.
24456         (gtk_editable_delete_text): same here.
24457         (gtk_editable_class_init): set widget_class->activate_signal after
24458         editable_signals[ACTIVATE] has been created.
24459
24460 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
24461
24462         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
24463         position here prematurely -- we might not have the
24464         right ->min_position and ->max_position yet.
24465
24466 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
24467
24468         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
24469         Add error traps so if the other end of the connection
24470         dies, we survive.
24471
24472         * gtk/gtkselection.c (gtk_selection_notify): Clean
24473         up properly when selection property retrieval fails.
24474         
24475         * gtk/gtkselection.c (gtk_selection_request): Correctly
24476         reject SelectionRequest notifies where the handler
24477         returns no data.
24478
24479 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
24480
24481         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
24482         when we've previously highlighted.
24483
24484         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
24485         emit two "drag_leave" signals for Motif drops.
24486
24487         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
24488         back the correct status messages when dropping from
24489         Motif onto a proxy window that is rejecting the
24490         drop.
24491
24492 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
24493
24494         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
24495         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
24496         to compare two argument values. added gtk_arg_to_valueloc() to set a
24497         variable from an arg through its location (pointer).
24498
24499         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
24500         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
24501         as gfloat*, uchars are collected as guchar*, ints are collected as
24502         gint*, etc...
24503
24504 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
24505
24506         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
24507         Include <string.h> instead of <strings.h>.
24508
24509         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
24510         (actually, a lot more duplicate includes occur if
24511          you trace through the sequence of #include's)
24512         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
24513         
24514 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
24515
24516         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
24517         gtk-a-higuti-990322-[0-3]
24518
24519         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
24520         that was causing -DX_LOCALE not to work.
24521
24522         * gtk/gtkrc.c (gtk_rc_init):
24523         X_LOCALE will never have LC_MESSAGES defined
24524
24525 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
24526
24527         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
24528         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
24529
24530         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
24531         left/right as well (gtk-michael-980726-0.patch.gz).
24532
24533         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
24534         for pointer values, use gchar instead of char. fixed uline allocation
24535         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
24536         chunks instead of G_ALLOC_ONLY.
24537         (gtk_label_size_request): always alter requisition as passed and leave
24538         widget->requisition alone.
24539         (gtk_label_set_text): allow NULL strings.
24540         (gtk_label_new): likewise.
24541
24542 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
24543
24544         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
24545
24546 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
24547
24548         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
24549         *and* mapped (i.e. drawable).
24550         (gtk_bin_expose): only send exposes to drawable children.
24551
24552         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
24553         (gtk_box_expose): only send exposes to drawable children.
24554
24555         * gtk/gtkhscale.c (gtk_hscale_draw): 
24556         * gtk/gtkvscale.c (gtk_vscale_draw):
24557         hm, this is an ugly one. we first compute the size of our trough area
24558         here (window relative) and then check intersection with the draw_area
24559         which is parent relative because we're a NO_WINDOW widget, so we need
24560         to offset the trough area by allocation.x and allocation.y before the
24561         check. (this must not be done for the background area though, since
24562         that's already computed parent relative).
24563
24564 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
24565
24566         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
24567         unrealize title buttons.
24568
24569 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
24570
24571         * gtk/gtkclist.c (gtk_clist_column_title_passive)
24572         (gtk_clist_column_title_active): 
24573         only connect/disconnect to GtkWidgetClass::event to block mouse events.
24574
24575         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
24576         zero initialize event, removed superfluous gdk_window_get_pointer call
24577
24578         * gtk/gtklist.c (gtk_list_vertical_timeout)
24579         (gtk_list_horizontal_timeout): removed superfluous
24580         gdk_window_get_pointer call
24581
24582 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
24583
24584         * plugging problems reported by "Bruce Mitchener, Jr."
24585         <bruce@puremagic.com> due to a purify session.
24586
24587         * gtk/gtkstyle.c:
24588         (gtk_style_ref): 
24589         (gtk_style_unref): assert ref_count to be > 0.
24590
24591         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
24592         the requisition.
24593         (gtk_clist_set_shift): likewise.
24594
24595         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
24596         adjustments.
24597
24598         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
24599         event before sending it and set send_event to TRUE (which needs to
24600         be done for *all* synthesized events).
24601         (gtk_list_vertical_timeout): likewise.
24602
24603         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
24604         leaks.
24605
24606         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
24607         to TRUE when synthesizing events.
24608
24609 [ *** end of merges from 1.2 *** ]      
24610         
24611 1999-11-21  Tor Lillqvist  <tml@iki.fi>
24612
24613         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
24614         (or copied from gdkconfig.h.win32 on Win32, sigh).
24615
24616         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
24617
24618         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
24619
24620         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
24621
24622         * gdk/gdkconfig.h.win32: New file.
24623
24624         * gdk/win32/makefile.cygwin: Build just a static archive here.
24625
24626         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
24627         for the DLL from the static archive built above.
24628
24629         * gdk/gdk.def: Moved here from the win32 subdirectory.
24630
24631         * gdk/win32/*: Adapt for the changed private struct organisation.
24632
24633         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
24634
24635 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
24636
24637         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
24638         for wheel mice (buttons 4 and 5).
24639
24640 1999-11-18  Tor Lillqvist  <tml@iki.fi>
24641
24642         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
24643         drawables use just the pixel field in the foreground and
24644         background GdkColor of the GdkGC.
24645
24646         gdk_gc_set_{fore,back}ground() are called in the GIMP with
24647         GdkColors containing uninitialized (red,green,blue) fields, and
24648         just the pixel field filled in, and furthermore in the
24649         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
24650         It thus turns out that we really don't need to have the full
24651         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
24652         it later to have just the pixel values.
24653
24654 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
24655
24656         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
24657
24658 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
24659
24660         * docs/gtkfaq.sgml: threads example from Erik Mouw.
24661         New question on GtkLabel background colors.
24662
24663         * docs/gtk_tut.sgml:
24664           - Correct the example code callback
24665             function definitions.
24666           - Update the gtkdial example code, from Frans van Schaik.
24667           - Update setselection.c to current API.
24668
24669         * examples/Makefile examples/*/*.c: Update to code
24670         listed in tutorial.
24671
24672 1999-11-10  Tor Lillqvist  <tml@iki.fi>
24673
24674         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
24675         subrange table (from the "Developing International Software for
24676         WIndows 95 and Windows NT" book) was missing the Hangul syllable
24677         block... Get the loaded font's charset correctly.
24678
24679         (Note that this, and the other *-win32.c files, still really are
24680         the old ones, the win32 subdirectory is not ready for compilation
24681         yet after the reorg.)
24682
24683 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
24684
24685         * gtk/gtkclist.c: Fix off-by-one bug in parameter
24686         check.
24687
24688 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
24689
24690         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
24691         on results of XQueryDeviceState().
24692
24693 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
24694
24695         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
24696         we need to accesss only ->children. We need an accessor
24697         for the children.
24698
24699         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
24700         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
24701         to get rid of gdkx.h include.
24702         
24703         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
24704         and random references to 'None'.
24705
24706         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
24707         Get rid of unused #include <gdk/gdkx.h>
24708
24709         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
24710         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
24711         gdkconfig.h.
24712
24713 1999-11-08  Tor Lillqvist  <tml@iki.fi>
24714
24715         * gdk/win32/gdkdraw.c
24716         * gdk/win32/gdkfont.c
24717         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
24718         following yesterday's changes. (Unrelated to Owen's reorg.)
24719
24720 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
24721
24722         * gdk/x11/gdkinput-gxi.c: Add missing include,
24723           fix GdkWindowPrivate => GdkDrawablePrivate.
24724
24725         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
24726
24727         * gdk/x11/Makefile.am (xinput_sources): Add missing
24728         backslash to fix building with --with-xinput=none
24729
24730 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
24731
24732         Move all X specific code into the x11/ directory.
24733         Aside from shuffling things around, did the following:
24734
24735        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
24736          gdk_arg_context_* - a simple argument parsing system
24737          in the style of popt.
24738
24739        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
24740          gdk/x11/gdkprivate-x11.h:
24741          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
24742          add ->klass and ->klass_data fields. The klass_data
24743          field points to an auxilliary structure that is
24744          windowing system dependent.
24745
24746        * gdk/gdkfont.c: Make most of the measurement functions
24747          simply wrappers around gdk_text_extents().
24748
24749        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
24750          _gdk_font_strlen() function that hides the weird
24751          behavior in gtk+-1.[02] where a string is interpreted
24752          differently for 8-bit and 16-bit fonts.
24753
24754        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
24755          to store common code for synthesizing double/triple
24756          press events.
24757         
24758        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
24759          Make all the function that modify an existing GC
24760          simply wrappers around gdk_gc_set_values().
24761          
24762        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
24763          for throwing out later.
24764
24765        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
24766          GdkImagePrivate and GdkColormapPrivate to have a
24767          windowing system dependent part (GdkFontPrivateX etc.)
24768          that "derives" from the system-independent part.
24769
24770        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
24771          Got rid of the included-source-files for XInput in
24772          favor of automake conditionals. (Which didn't exist
24773          when XInput support was originally added.)
24774
24775        * gdk/gdkrgb.c: Remove the visual id from the debugging
24776          statements since that is X11 specific; print out
24777          type/depth info instead.
24778          
24779
24780 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
24781
24782         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
24783         loading duplicates of hashed fonts.
24784
24785         * gdk/gdk.c (gdk_keysym_convert_case): rename
24786         gdk_XConvertCase to gdk_keysym_convert_case, allow
24787         results to be NULL in the GTK+ style.
24788
24789         * gdk/gdkcompat.h: Started compatibility header
24790         for renames.
24791
24792 1999-11-07  Tor Lillqvist  <tml@iki.fi>
24793
24794         * gdk/win32/gdkprivate.h: New font private structures, related to
24795         fontsets.
24796
24797         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
24798         gdk_font_list_free(). On X11, will just be wrappers to
24799         XListFonts() and XFreeFontNames(). On Win32, the code previously
24800         in gtkfontsel.c is now here.
24801
24802         New function gdk_font_xlfd_create(). On X11 will get the FONT
24803         property of the font (for GDK_FONT_FONTs), or call
24804         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
24805         builds a XLFD style name from the font information in the LOGFONT
24806         struct(s).
24807
24808         New function gdk_font_xlfd_free(), which correspondingly frees the
24809         string returned by gdk_font_xlfd_create().
24810
24811         Implement fontsets on Win32. Add a function that iterates over a
24812         wide char string and calls a callback function for each substring
24813         of wide chars from the same Unicode subrange (and thus probably
24814         available in the same real font).
24815
24816         Improve the XLFD emulation a bit.
24817
24818         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
24819
24820         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
24821         Beta3, WM_IME_CHAR messages don't seem to contain the composed
24822         multi-byte char as with the Active IMM on Win9x. Oh well, handle
24823         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
24824         ImmGetCompositionStringW() to get the composed Unicode chars.
24825
24826         * gdk/win32/gdkgc.c
24827         * gdk/win32/gdkdraw.c: Changes needed because of the font private
24828         struct changes.
24829
24830         * gdk/win32/gdk.def: Add the new functions.
24831
24832 1999-11-04  Tor Lillqvist  <tml@iki.fi>
24833
24834         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
24835         get the Platform SDK to get <dimm.h>.
24836
24837         * gdk/win32/gdkevents.c: More event handling fixes and
24838         simplification. Never generate motion events with is_hint true. We
24839         used to do that on bogus grounds earlier. Windows sends
24840         WM_MOUSEMOVE messages on button events even if the mouse hasn't
24841         moved, ignore these.
24842
24843         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
24844
24845         * gdk/win32/gdkglobals.c
24846         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
24847         the TrackMouseEvent function, and use it.
24848
24849         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
24850         char before calling WideCharToMultiByte in order to get a string
24851         for the window title.
24852
24853         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
24854
24855         * gdk/win32/gdk.def: Remove obsolete functions.
24856
24857         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
24858         /nodefaultlib and /defaultlib switches.
24859
24860         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
24861
24862 1999-10-31  Tor Lillqvist  <tml@iki.fi>
24863
24864         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
24865         EuroSign).
24866
24867         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
24868         same type as GdkWChar, especially on Win32.
24869
24870         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
24871
24872         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
24873         before passing to Windows GDI for drawing etc. Convert to the
24874         system default codepage before passing to Windows as window
24875         titles.
24876
24877         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
24878         support changing input locale on the fly.
24879
24880         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
24881         on-the-fly changes. Convert incoming characters from the current
24882         codepage to Unicode (and then to a UTF-8 multi-byte string) based
24883         on the current input language. Use keysym<->Unicode mapping tables
24884         and functions borrowed from xterm sources.
24885
24886         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
24887         editions of Win9x, use the ActiveX-based Active IMM (Input Method
24888         Manager) if available. IMEs and the Active IMM are available under
24889         the disguise of Chinese, Korean and Japanese support for IE and
24890         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
24891         support is present in all editions (as long as you install it).
24892
24893         Call DispatchMessage from gdk_events_queue() (and thus
24894         gdk_WindowProc()), instead of duplicating the code in
24895         gdk_WindowProc().
24896
24897         Reworked the grab handling and propagation code, factored out
24898         duplicated code snippets into separate functions. Other cleanups,
24899         too.
24900
24901         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
24902         the <dimm.h> header describing the Active IMM.
24903
24904         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
24905         just do the same as for "single" fonts.
24906
24907         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
24908         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
24909         the new keysyms from gdkkeysyms.h.
24910
24911         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
24912         fontset, so that gtkentry uses wide characters.
24913
24914         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
24915         GTk+'s system directory "gtk+", not "gtk".
24916
24917 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
24918
24919         * docs/gtkfaq.sgml: FAQ update
24920
24921 1999-10-21  Tor Lillqvist  <tml@iki.fi>
24922
24923         * gdk/win32/gdkprivate.h: Add more font private data.
24924
24925         * gdk/win32/gdkfont.c
24926         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
24927         fonts and strings. Now works much better. You still have to
24928         have a correct font selected, though. No fontset emulation yet.
24929
24930 1999-10-19  Tor Lillqvist  <tml@iki.fi>
24931
24932         * gtk/maketypes.awk: Use G_OS_WIN32.
24933
24934         * gtk/gtk.def: Add some missing entry points. Also some non-public
24935         ones, but PyGTK porter claims to need them.
24936
24937         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
24938         built-in type generation.
24939
24940 1999-10-14  Tor Lillqvist  <tml@iki.fi>
24941
24942         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
24943         GDK_FONT_FONT fonts (which is all we have for now, we don't
24944         emulate fontsets). The X11 version uses plain XDrawString in that
24945         case, too. The string passed to gdk_draw_text_wc seems to be in
24946         fact (at least, when used by gtkentry and gtktext) either in a
24947         single-byte charset, or a DBCS. Not Unicode.
24948
24949         This fixes the problem in gtkfontsel, where even if you had
24950         selected a font with a non-Latin1 charset (windows-greek, for
24951         instance), the preview still used Latin-1 glyphs.
24952
24953         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
24954         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
24955         (gdk_font_load): Recognize the demibold etc weights, even if we
24956         don't have the corresponding constants in the headers.
24957         (gdk_font_hash_insert): Use same hash mechanism as in the X11
24958         version. Should save font resources a bit, when we don't have
24959         multiple HFONTs for the same font.
24960
24961         * gdk/win32/gdkprivate.h: Add the names field as in the X11
24962         version.
24963
24964 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
24965
24966         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
24967         X values
24968
24969 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
24970
24971         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
24972         layout support (as mentioned on
24973         http://www.jcinteractive.com/gnome-ui/software/widgets/)
24974
24975 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
24976
24977         * gtk/fnmatch.c
24978         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
24979
24980 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
24981
24982         * configure.in (ALL_LINGUAS): Added Galician (gl)
24983
24984 1999-10-05  Tor Lillqvist  <tml@iki.fi>
24985
24986         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
24987
24988         * gdk/win32/gdkcompat.c: New file, actually provide an
24989         implementation for the deprecated functions. (Just temporarily.)
24990
24991         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
24992
24993         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
24994
24995         * gdk/win32/gdk.def gtk/gtk.def: Updates.
24996
24997 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
24998
24999         * configure.in: Added "uk" to ALL_LINGUAS.
25000         
25001 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
25002
25003         * configure.in: correct checking for BeOS check
25004
25005         * gdk/gdktypes.h
25006         * gtk/fnmatch.c
25007         * gtk/gtkfilesel.c
25008         * gtk/gtkitemfactory.c
25009         * gtk/gtkmain.[ch]
25010         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
25011
25012 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
25013
25014         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
25015         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
25016         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
25017         by Bulgarian). 
25018
25019 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
25020
25021         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
25022         Fix a reference to window_private->destroyed.   
25023
25024         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
25025         (ugly) setting of an internal GdkWindow member to use
25026         a _slightly_ cleaner macro.
25027
25028         * gdk/gdkprivate.h: Split GdkWindowPrivate into
25029         GdkDrawablePrivate and GdkWindowPrivate.
25030         Add extra macros for accessing GDK_DRAWABLE_ components.
25031
25032         * *.[ch]: Massive adjustments for the above, use the
25033         new macros in a lot of places.
25034
25035 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
25036
25037         * gdk/gdktypes.h: Make GdkDrawable the base type,
25038         not GdkWindow.
25039
25040 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
25041
25042         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
25043
25044 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
25045
25046         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
25047
25048 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
25049
25050         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
25051         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
25052
25053         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
25054
25055         * docs/gtk-config.1: Now autogenerated.
25056         * docs/Changes-1.4.txt: started
25057         
25058 1999-10-03  Tor Lillqvist  <tml@iki.fi>
25059
25060         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
25061         to #ifdef also here.
25062
25063         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
25064         Owen did to the X11 backend.
25065
25066         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
25067         ScrollWindowEx when blitting inside a window, it can't be correct
25068         in the general case.
25069
25070         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
25071         WM_GETMINMAXINFO is easier.
25072
25073         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
25074         depth equal to the bitspixel value, not the visual's depth.
25075
25076         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
25077         to 24 even if the bitspixel value is 32.
25078
25079         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
25080         need to check for depth==32 when bpp==32, depth will always be 24.
25081
25082 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
25083
25084         * docs/Changes-1.4.txt: Started
25085         
25086         * gtk/Makefile.am (gdk_headers): Include all the new headers.
25087
25088         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
25089         
25090         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
25091         into C file.
25092         
25093         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
25094         header to gdkinputprivate.h.
25095
25096         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
25097         unused since before 1.2.
25098
25099 1999-09-30  Tor Lillqvist  <tml@iki.fi>
25100
25101         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
25102         expand possible hex escapes in the font family (put there by
25103         logfont_to_xlfd if the font name isn't a legal XLFD font family,
25104         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
25105         On Win32, add hex escapes here, too.
25106
25107 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
25108
25109         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
25110         to #ifdef GDK_WINDOWING_X11.
25111
25112 [ Merges from gtk-1-2 ]
25113
25114 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
25115
25116         * configure.in: fixed "GNU Make" check to pass with new make version
25117         3.77.95.
25118
25119 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
25120
25121         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
25122         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
25123         AM_PATH_GTK() macros don't get confused by the -pre1.
25124
25125 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
25126
25127         * configure.in (REBUILD): Change check for perl5
25128           to check explicitely for v >= 5.002. (5.001
25129           does not work with our scripts.)
25130
25131 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
25132
25133         * configure.in: evaluate $PERL for the perl version check. added
25134         --disable-rebuilds to give the user an option to completely disable
25135         any source autogeneration rules.
25136
25137 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
25138
25139         * configure.in: evaluate $ac_make when checking for GNU Make.
25140
25141 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
25142
25143         * docs/Makefile.am: added generation.txt.
25144
25145         * Makefile.am: require automake 1.4, build README from README.in and
25146         INSTALL from INSTALL.in in dist-hook.
25147         
25148         * README.in:
25149         * INSTALL.in: new files to autogenerate README and INSTALL from.
25150
25151         * configure.in: figure whether we have GNU Make
25152
25153         * docs/generation.txt: minor additions/corrections.
25154
25155 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
25156
25157         * docs/gtkfaq.sgml: FAQ Update
25158
25159 July 30, 1999 Elliot Lee <sopwith@redhat.com>
25160         
25161         * configure.in: Fix autoconf warnings about cross compilation by
25162         trying to provide sane defaults for AC_TRY_RUN.
25163
25164 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
25165
25166         * ltconfig
25167         * ltmain.sh: upgrade to libtool 1.3.3
25168
25169 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
25170
25171         * INSTALL: Indicate that the --with-glib= configure
25172         time flag is unsupported.
25173
25174 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
25175
25176         * docs/generation.txt: Added a file that gives
25177         documenation about the autogeneration process for
25178         various autogenerated files.
25179         
25180 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
25181
25182         * configure.in (LIBS): Look for libgmodule in the
25183         right location.
25184
25185 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
25186
25187         * docs/gtk_tut.sgml: Removed references to
25188         code examples in my directory on gtk.org as
25189         they should all be in the tutorial now.
25190
25191         * docs/gtk_tut.sgml: Added sources for dial-test
25192         and scribble-xinput programs that were previously
25193         missing.
25194
25195 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
25196
25197         * TODO: Added entry about menu keyboard navigation, removed
25198         some finished items.
25199
25200 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
25201
25202         * acinclude.m4: Standardize on func_dgettext
25203         not func_gettext, so that the checks for dgettext
25204         actually are paid attention to.
25205
25206 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
25207
25208         * configure.in (LIBS): Add $INTLLIBS into $LIBS
25209         directly, rather than repeating the checks for
25210         gettext.
25211
25212         * INSTALL: Added information about gettext and
25213         NLS support.
25214
25215         * acinclude.m4 (LIBM): Check for dgettext, not
25216         just gettext. This should hopefully fix things wrt
25217         systems with old versions of GNU gettext installed.
25218
25219 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
25220
25221         * configure.in (LIBS): Look for libgmodule in the
25222         right location.
25223
25224 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
25225
25226         * autogen.sh: add --enable-maintainer-mode
25227
25228         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
25229
25230 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
25231
25232         * docs/gtk-config.1.in:
25233           docs/Makefile.am:
25234           configure.in: gtk-config is now generated.
25235
25236         * docs/gtk-config.1: Removed, now generated.
25237
25238 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
25239
25240         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
25241         handle CreateNotify itself, still put out a debuging message for
25242         --gdk-debug=events. made the ReparentNotify debugging message more
25243         verbose.
25244         wrap xcoords translation for ConfigureEvents into an error trap,
25245         a destroy event may already be pending, and in that case, the
25246         actuall coordinate values are not at all critical.
25247
25248 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
25249
25250         * gdk/gdkcc.c: Stop leaking the color_hash all over
25251         the place. Simplify and improve the logic.
25252
25253 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
25254
25255         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
25256         for prototypes and function implementations consistent (reported
25257         by Tomas Ogren).
25258
25259 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
25260
25261         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
25262         send_event set in debugging output.
25263         (gdk_compress_exposures): default initialize the event so we don't
25264         operate on bogus values (namely send_event).
25265
25266 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
25267
25268         * gdk/gdkwindow.c: When we receive an unexpected
25269         destroy notify on one of our windows, don't just
25270         warn about it, also mark our windows as destroyed.
25271
25272 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
25273
25274         * gdk/gdkfont.c (gdk_font_hash_insert): Add
25275           name => font and name => fontset hashes. The 
25276           name => fontset hash is a _big_ win since we
25277           weren't previously caching fontsets at all and loading
25278           fontsets is expensive. The name => font hash
25279           is less of a win, but it does save us from doing
25280           repeated XQueryFont calls on the same font.
25281
25282         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
25283           list so we can remove font/fontset from hash.
25284
25285 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
25286
25287         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
25288           and slightly confusing test. [ XInternAtom (,,TRUE)
25289           will never return None ].
25290
25291 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
25292
25293         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
25294           gdk/gdkwindow.c (gdk_window_set_hints):
25295
25296         Don't omit setting the properties if flags == 0 -
25297         there may be an existing set of properties there
25298         already. (Very old bug. Would it be better to
25299         delete the property instead?)
25300
25301         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
25302           spelling error in comment.
25303
25304 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
25305
25306         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
25307           to avoid stomping over gdk_error_warnings.
25308
25309         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
25310           as (bits_per_pixel + 7) / 8. This gives the same
25311           result as before for multiples of 8, but actually
25312           a "reasonable" value for 1bit or 4bit displays.
25313
25314 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
25315
25316         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
25317         GNU Make.
25318
25319 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
25320
25321         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
25322         discarding configure events.
25323
25324 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
25325
25326         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
25327         refcount is greater than zero.
25328
25329         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
25330
25331         * gdk/gdkfont.c (gdk_font_unref): Likewise.
25332
25333         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
25334
25335         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
25336
25337 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
25338
25339         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
25340         that format 32 => sizeof(item) == 4. It really is
25341         sizeof(long).
25342
25343 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
25344
25345         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
25346         core dump at all on X IO errors, only core dump
25347         if --enable-debug for X errors.
25348
25349 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
25350
25351         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
25352         unknown window:" message. disabled ConfigureNotify discarding code,
25353         because it led to events being processed out of order.
25354
25355 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
25356
25357         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
25358
25359         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
25360         we export this function, supress error warnings and don't reset the
25361         error code in the first half of this function.
25362
25363         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
25364         code (instead of just -1) so gdk_error_trap_pop() reveals something
25365         actually informative about the error that happened.
25366
25367         * gdk/*.c:
25368         don't rely on gdk_error_code being -1 if an error occoured, but just
25369         gdk_error_code != 0.
25370
25371 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
25372
25373         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
25374         pointer *before* invoking the filter function, so we at least don't
25375         crash if a filter is removed that is currently executed. window filters
25376         *really* need to be made truely reentrant at some point.
25377
25378 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
25379
25380         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
25381         PropertyNotify debug messages.
25382
25383 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
25384         
25385         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
25386         
25387         * gdk/gdkim.c: Fix cut-and-paste errors for 
25388         x/y and PreeditAttributes/StatusAttributes.
25389
25390 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
25391
25392         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
25393         G_MAXINT to 2^16 to alleviate overflow problems in
25394         various window managers.
25395
25396 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
25397
25398         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
25399         for fontsets.
25400
25401 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
25402
25403         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
25404         Initialize size_hints.x and size_hints.y because kwm
25405         brokenly pays attention to them.
25406         (Bug #1181 -  Lars Heete <hel@admin.de>)
25407
25408 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
25409
25410         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
25411         return value of gdk_list_visuals(). 
25412         (Bug #1193 - Morten Welinder <terra@diku.dk>)
25413
25414 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
25415
25416         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
25417         XSetIMValues to (void *) when comparing to NULL, to workaround
25418         the problem of some compilers barfing since older X headers don't
25419         have the prototype for it.
25420
25421 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
25422
25423         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
25424         for pseudocolor where colormap->colors was double
25425         allocated.
25426
25427         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
25428         color value in the hash table with the pixel filled
25429         in so when we do later hash table lookups, the color
25430         value is correct.
25431         
25432 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
25433
25434         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
25435         making the call
25436
25437 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
25438
25439         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
25440         pointed out by Morten Welinder <terra@diku.dk>.
25441
25442 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
25443
25444         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
25445           default filter from the list
25446
25447 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
25448
25449         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
25450           default filter from the list
25451
25452 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
25453
25454         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
25455
25456         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
25457         g_strdup_printf instead of calcing the length separately
25458
25459 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
25460
25461         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
25462         that we don't do in many other places. (Fixing duplicate 
25463         #include of config.h)
25464
25465         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
25466         Otherwise, #ifndef XINPUT_NONE check in the latter
25467         doesn't work. (Bug #546)
25468
25469 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
25470
25471         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
25472         "None" case insensitive.
25473
25474 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
25475
25476         * gdk/gdkselection.c: 
25477         Add error traps so if the other end of the connection
25478         dies, we survive.
25479
25480 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
25481
25482         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
25483         dest_xid field into two fields - one for the window
25484         to send in messages, one to indicate the last looked
25485         up window for caching purposes. This is needed, so
25486         that Leave messages get the correct window.
25487
25488 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
25489
25490         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
25491         Fix warning created by people mucking around
25492         with the gsource API.
25493
25494         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
25495         Change mapping between GIOCondition and GdkInputCondition
25496         to match the way the Linux kernel does it. This should
25497         fix problems where closed pipes were no longer signalling
25498         GDK_INPUT_READ on systems with a native poll().
25499
25500 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
25501
25502         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
25503         explicitly for the string "None" - it is in the XPM
25504         spec and some servers treat unknown colors in odd ways
25505         (like asking the user!)
25506
25507 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
25508
25509         * gdk/gdkevents.c: made "->" into a "." of previous change so
25510         it compiles
25511
25512 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
25513
25514         * gdk/gdkevents.c (gdk_compress_exposures): Set the
25515         window field of the event structure before calling
25516         user filters.
25517
25518 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
25519
25520         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
25521         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
25522
25523 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
25524
25525         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
25526         intermediate text property - prevents major memory
25527         leak when gdk_use_mb.
25528         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
25529
25530 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
25531
25532         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
25533         gtk-a-higuti-990322-[0-3]
25534
25535         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
25536         sizeof(wchar_t) != sizeof (GdkWChar)
25537
25538         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
25539         that was causing -DX_LOCALE not to work.
25540
25541         * gtk/gtkrc.c (gtk_rc_init):
25542         X_LOCALE will never have LC_MESSAGES defined
25543
25544         * gdk/gdk.c (gdk_init_check):
25545         Remove --xim-preedit and --xim-status from argv properly.
25546
25547         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
25548         that the client window is present on the X server
25549         before we pass it to the input method.
25550
25551 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
25552
25553         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
25554         if --display is specified on the command line, than
25555         the drag window will not be created on that display.
25556         
25557 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
25558
25559         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
25560         lookups with only_if_exists == TRUE were inserting
25561         bogus values into the atom cache.
25562
25563 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
25564
25565         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
25566         then reset it to NULL.
25567
25568         * gdk/gdkcolor.c:
25569         (gdk_colors_free): 
25570         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
25571         key for g_hash_table_remove() in both functions, this prevents us
25572         from accessing possibly uninitialized portions of a GdkColor structure
25573         where we are only interested in its pixel value.
25574
25575 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
25576
25577         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
25578         font hash table, if we have a GdkFontPrivate entry for this font
25579         already, simply increment its reference count, provided by Olaf Dietsche
25580         <olaf.dietsche+list.gtk@netcologne.de>.
25581
25582 1999-09-21  Tor Lillqvist  <tml@iki.fi>
25583
25584         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
25585         just to be sure.
25586
25587         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
25588         unused variables, leftovers from the X11 version.
25589
25590         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
25591
25592         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
25593         downcase fields on X11.
25594
25595 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
25596         
25597         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
25598         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
25599
25600 1999-09-17  Tor Lillqvist  <tml@iki.fi>
25601
25602         * gdk/win32/gdk.def: Add gdk_threads_mutex.
25603
25604         * gtk/makefile.msc: Correct path to libintl.
25605
25606         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
25607         use of gint vs. int, and gint vs. gboolean in headers and
25608         definitions. Use GtkType for the *_get_type functions. Note that
25609         these changes preserve binary compatibility.
25610
25611         * gdk/gdk.c
25612         * gdk/win32/gdk.c
25613         * gdk/gdk.h: Fix inconsistencies: gint vs int.
25614
25615         * gtk/gtkmain.c
25616         * gtk/gtkclist.c
25617         * gtk/gtkmenufactory.c
25618         * gtk/gtknotebook.c
25619         * gtk/gtkwidget.c: Fix inconsistencies, also gint
25620         vs. gboolean.
25621
25622         * gtk/gtkcolorsel.[ch]
25623         * gtk/gtkcombo.[ch]
25624         * gtk/gtkdrawingarea.[ch]
25625         * gtk/gtkgamma.[ch]
25626         * gtk/gtkhandlebox.[ch]
25627         * gtk/gtkhpaned.[ch]
25628         * gtk/gtkhruler.[ch]
25629         * gtk/gtkplug.[ch]
25630         * gtk/gtkpreview.[ch]
25631         * gtk/gtkruler.[ch]
25632         * gtk/gtksocket.[ch]
25633         * gtk/gtkstatusbar.[ch]
25634         * gtk/gtktoolbar.[ch]
25635         * gtk/gtkvbbox.[ch]
25636         * gtk/gtkvpaned.[ch]
25637         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
25638         functions.
25639
25640         * gtk/gtkgamma.h: Fix bug, missing () in call of
25641         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
25642
25643 1999-09-14  Tor Lillqvist  <tml@iki.fi>
25644
25645         * gdk/gdkcolor.c (gdk_colormap_new)
25646         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
25647         colormap->colors was allocated twice.
25648
25649         * gdk/win32/gdk.c: Remove some unused stuff.
25650
25651         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
25652         colormap.
25653
25654         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
25655         * gtk/gtklabel.h (gtk_label_get_type)
25656         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
25657         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
25658         in a couple of places, not guint.
25659
25660 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
25661
25662         * configure.in,po/et.po: added Estonian language file
25663
25664 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
25665
25666         * configure.in,po/da.po: added Danish file
25667
25668 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
25669
25670         * docs/gtkfaq.sgml: Minor FAQ Update
25671
25672 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
25673
25674         * docs/gtkfaq.sgml: FAQ update
25675
25676 1999-08-27  Tor Lillqvist  <tml@iki.fi>
25677
25678         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
25679         way to get window contents continually refreshed while resizing. I
25680         didn't like the effects myself, so it's not on by default.
25681
25682         * gdk/win32/gdkprivate.h: New flag variable
25683         gdk_event_func_from_window_proc, FALSE by default.
25684
25685         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
25686         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
25687         are passed --gdk-event-func-from-window-proc.
25688
25689         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
25690         and we have am event_func, call it instead of enqueing the event.
25691
25692 1999-08-23  Tor Lillqvist  <tml@iki.fi>
25693
25694         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
25695         Kelley: Set expose_count in GdkEventExposes correctly.
25696
25697         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
25698         MULTIPLE_WINDOW_CLASSES).
25699
25700         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
25701         for bug in NT, apparently NT *does* draw the end pixel, too, in
25702         LineTo with a one-pixel pen, so we don't have to do it ourselves.
25703
25704 1999-08-21  Tor Lillqvist  <tml@iki.fi>
25705
25706         Improvements by Hans Breuer: 
25707
25708         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
25709
25710         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
25711         CS_?REDRAW flags as they cause lots of (late) redraws when "show
25712         window contents while dragging" is turned on. Allocate at least
25713         one unique class for every GdkWindowType. If support for single
25714         window-specific icons is ever needed (eg. Dialog specific), every
25715         such window should get its own class.
25716
25717 1999-08-19  Tor Lillqvist  <tml@iki.fi>
25718
25719         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
25720         error that caused crashes.
25721
25722 1999-08-17  Tor Lillqvist  <tml@iki.fi>
25723
25724         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
25725         window, use ScrollWindowEx, and call UpdateWindow. This prevents
25726         bugs when for instance part of the window was outside the
25727         display. Thanks to Philippe Colantoni for finding and fixing this.
25728
25729 1999-08-16  Tor Lillqvist  <tml@iki.fi>
25730
25731         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
25732         endpoint calculations which were totally wrong. (A little RTFMing
25733         helps a lot ;-)
25734
25735         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
25736         from a separate directory, not from gettext, because of licensing
25737         issues (we want to use the LGPL version).
25738
25739         * README.win32: Mention the intl from glibc vs from gettext issue.
25740
25741 1999-08-13  Tor Lillqvist  <tml@iki.fi>
25742
25743         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
25744         in the key event handling: Now AltGr chars work again. Also,
25745         now Alt-digits are passed up as well as Control-digits.
25746         Pass keypad plus and minus as normal plus and minus.
25747
25748 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
25749
25750         * docs/gtkfaq.sgml: FAQ Update
25751
25752 1999-07-25  Tor Lillqvist  <tml@iki.fi>
25753
25754         * README.win32
25755         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
25756         the Wintab SDK.
25757
25758         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
25759         OK, but getting closer. Guard against bogus tilt data from Wacom
25760         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
25761         enable easier building without Wintab.
25762
25763         * gdk/win32/gdkinput.h
25764         * gdk/win32/gdkevents.c 
25765         * gdk/win32/gdkwindow.c: Minor changes related related to above.
25766         
25767         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
25768         code. As we have just one visual on Win32, no sense to have it in a
25769         table, and no need for the hash table.
25770
25771         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
25772         better on white background.
25773
25774 1999-07-21  Tor Lillqvist  <tml@iki.fi>
25775
25776         * README.win32: Update gcc build instructions. Mention gettext is
25777         GPL.
25778
25779         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
25780         supported cursor size with GetSystemMetrics.
25781
25782         * gdk/win32/gdkfont.c
25783         * gtk/gtkfontsel.c: Guard against some font weight and charset
25784         symbols being undefined (in mingw32 headers).
25785
25786         * gdk/win32/makefile.cygwin
25787         * gtk/makefile.cygwin
25788         * gtk/gtkthemes.c: No longer need to have differently named
25789         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
25790
25791 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
25792
25793         * docs/gtkfaq.sgml: Long awaited FAQ update.
25794
25795 1999-07-15  Tor Lillqvist  <tml@iki.fi>
25796
25797         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
25798         it. Obscure bit manipulation needed.
25799
25800         * gdk/win32/gdkevents.c: Logging.
25801         
25802         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
25803         style (file name include compiler name) for theme engines.
25804
25805 1999-07-13  Tor Lillqvist  <tml@iki.fi>
25806
25807         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
25808
25809         * gdk/win32/gdkevents.c: Fix long-standing bug in key
25810         events. The key.string wasn't zero-terminated, still we strdup'ed
25811         it in gdk_event_copy(). Synthesize crossing events for button
25812         events before possible propagation.
25813
25814         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
25815
25816         * gdk/win32/makefile.cygwin
25817         * gtk/makefile.cygwin: Use new DLL naming style for the
25818         GCC-compiled ones.
25819
25820         * gdk/win32/makefile.msc
25821         * gtk/makefile.msc: Cosmetics mostly.
25822
25823         * gtk/gtk.def: Add missing entry points.
25824
25825         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
25826
25827 1999-07-09  Tor Lillqvist  <tml@iki.fi>
25828
25829         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
25830         or height is zero. Don't print a warning if Pie or Arc fails, they
25831         always fail (?) for very narrow ellipses.
25832
25833         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
25834         the part or the destination window corresponding to source area
25835         outside of the source drawable's boundary.
25836
25837         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
25838         anything if less than two points.
25839
25840         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
25841         return NULL. Gtk cut-and-paste inside a single program works
25842         better this way. (It always gets the clipboard contents from
25843         Windows, not from its own copy, which is cleared anyway. I can't
25844         say I fully understand what happens... Emulating the X selection
25845         and property stuff is a bit of a mess.)
25846
25847         * gdk/win32/gdkevents.c
25848         * gdk/win32/gdkproperty.c: A bit more verbose logging.
25849
25850         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
25851         that never got deleted). Revamp gdk_region_shrink.
25852
25853         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
25854         after use.
25855
25856         * gtk/gtk.def: Add some missing entry points.
25857
25858         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
25859         component.
25860
25861 1999-07-04  Tor Lillqvist  <tml@iki.fi>
25862
25863         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
25864         Control-digits specially.
25865
25866 1999-07-03  Tor Lillqvist  <tml@iki.fi>
25867
25868         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
25869
25870 1999-06-28  Tor Lillqvist  <tml@iki.fi>
25871
25872         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
25873         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
25874         finding this.)
25875
25876 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
25877
25878         * gtk+.spec.in: Corrected some typos in files section.
25879         
25880 1999-06-15  Tor Lillqvist  <tml@iki.fi>
25881
25882         * README.win32: Mention using GNU gettext.
25883         * config.h.win32: Enable NLS stuff.
25884         * gtk/makefile.msc: Use GNU gettext.
25885         * gdk/win32/gdkdnd.c: Minor header reorg.
25886         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
25887         cosmetics.
25888         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
25889         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
25890
25891 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
25892
25893         * acinclude.m4
25894         * config.guess
25895         * config.status
25896         * ltconfig
25897         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
25898
25899 1999-05-30  Tor Lillqvist  <tml@iki.fi>
25900
25901         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
25902         SafeAdjustWindowRectEx. Don't override all calls to
25903         AdjustWindowRectEx by it, but use it only in two places: When
25904         creating a new top-level window and when moving a top-level
25905         window.
25906
25907         Use screen coordinate rectangle, not client rectangle, in
25908         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
25909         when we try to place a window so that the decoration (mainly,
25910         title bar) isn't visible.
25911
25912         These changes fix the bug that showed up for instance as the
25913         GIMP's saved top-level windows moving right and down (by an amount
25914         equal to the window decoration) for each session. This bug showed
25915         up also in testgtk's "Saved Position".
25916
25917         gdk_window_resize also redone a bit.
25918
25919 1999-05-25  Tor Lillqvist  <tml@iki.fi>
25920
25921         * gtk/testgtkrc: Add (commented out) Windows-style theme
25922         include line.
25923
25924         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
25925
25926 1999-05-18  Tor Lillqvist  <tml@iki.fi>
25927
25928         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
25929         gdkx.h to a gdk subdirectory, so that applications can include
25930         these with <gdk/*.h> without trouble.
25931
25932         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
25933         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
25934         have their bitmap destroyed.
25935
25936         * gdk/win32/gdk.def: Add gdk_root_parent.
25937
25938 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
25939
25940         * configure.in
25941           gtk-config.in
25942           ltconfig
25943           ltmain.sh     
25944           gtk/Makefile.am: changes to compile nicely (with xlib) 
25945           on BeOS
25946
25947 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
25948
25949         * acinclude.m4
25950         * config.guess
25951         * config.sub
25952         * ltconfig
25953         * ltmain.sh: upgrade to libtool 1.3
25954
25955 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
25956
25957         * gtk/gtkclist.c:
25958         * gtk/gtkctree.c: merges from gtk-1-2
25959
25960 1999-04-25  Tor Lillqvist  <tml@iki.fi>
25961
25962         Support added for building using a GNU toolchain on Win32,
25963         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
25964
25965         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
25966         * config.h.win32: Changes for gcc.
25967         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
25968         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
25969         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
25970         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
25971         Protect shl stuff unavaiilable with mingw32 headers.
25972         * gdk/win32/gdkevents.c: Fix typo.
25973         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
25974         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
25975         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
25976         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
25977         the mingw32 headers.
25978         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
25979         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
25980         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
25981         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
25982         Test for NATIVE_WIN32, not _MSC_VER.
25983         * gtk/gtkmain.c: No use warning about developer version on Win32,
25984         there aren't any non-developer versions anyhow.
25985         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
25986         * gtk/makefile.msc: Use pthread from another directory. Minor other
25987         changes. 
25988
25989 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
25990
25991         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
25992           default filter from the list
25993
25994 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
25995
25996         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
25997          when gtk_widget_grab_default() is called for a widget that
25998          is not within a GtkWindow.
25999
26000 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
26001
26002         * docs/gtk_tut.sgml, examples/clist.c: use a
26003           scrolled window in the clist example. Minor
26004           tutorial fixes.
26005
26006 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
26007
26008         * docs/gtk_tut.sgml: Style check from David King
26009           <dking@youvegotmail.net>
26010
26011 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
26012
26013         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
26014         compile with unknown value of GDK_WINDOWING
26015
26016 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
26017
26018         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
26019         after the rule is fired.
26020         (install-exec-local): Install gdkconfig.h only if the contents are
26021         different from the currently installed gdkconfig.h.
26022
26023 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
26024
26025         * gdk/Makefile.am (configexecincludedir): Rename from 
26026         configincludedir so that gdkconfig.h will be installed 
26027         as part of `make install-exec'. 
26028
26029 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
26030
26031         * acinclude.m4
26032         * config.guess
26033         * config.sub
26034         * ltconfig
26035         * ltmain.sh: upgrade to libtool 1.2f
26036
26037         * autogen.sh: libtool is not required to autogen gtk+
26038
26039         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
26040         needed)
26041
26042 1999-03-18  Tor Lillqvist  <tml@iki.fi>
26043
26044         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
26045         declaring gdk variables exported/imported from the DLL. New image
26046         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
26047         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
26048         GDK_DRAG_PROTO_OLE2.
26049
26050         * gdk/gdk.h: Merge in Win32 version: Two new functions,
26051         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
26052         declared only for the Win32 version, but could be in the X11
26053         version as well. (Needed for a Xlib-less gdk_imlib.)
26054         gdk_color_hash should have only one parameter. Declare
26055         gdk_threads_mutex with GDKVAR.
26056         
26057         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
26058         just one parameter.
26059
26060         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
26061         per pixel, not bits.
26062
26063         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
26064         Fetch bpp (which means bits-per-pixel here) from another place on
26065         Win32. Accept also depth==32 (which we might get on Win32) with
26066         bpp==32.
26067
26068         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
26069         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
26070         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
26071         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
26072         in the backend-dependent directory, not in the common gdk
26073         directory.
26074
26075         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
26076         headers.
26077
26078 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
26079
26080         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
26081         want to use the Gtk+ devel version (which is true, and yes - even i am
26082         currently working with the 1.2.x branch). so everyone reading this, you
26083         probably want to issue
26084         cvs checkout -r glib-1-2 glib
26085         and
26086         cvs checkout -r gtk-1-2 gtk+
26087         as your next two comands.
26088
26089 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
26090
26091         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
26092         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
26093
26094         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
26095         file. strongly deprecated the GTK_HAVE_* macros, we provide
26096         GTK_CHECK_VERSION() for people that need to check for certain
26097         Gtk+ versions.
26098
26099         * gtk/gtkcompat.h: removed this from CVS.
26100         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
26101         idea right from the start, it just didn't seem like that back then.
26102
26103 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
26104
26105         * merges from gtk-1-2:
26106
26107 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
26108
26109         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
26110         item factory class has been created.
26111         (gtk_item_factory_parse_rc): likewise.
26112
26113         * gtk/gtkmenu.c:
26114         keep proper references for old_active_menu_item.
26115         (gtk_menu_reparent): unset the usize of the new parent,
26116         so the menu can sanely be size requested and we don't get nasty screen
26117         artefacts upon next reparentation.
26118         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
26119         enter notify. only synthesize enter notifies if the pointer really is
26120         inside the event window.
26121         (gtk_menu_popdown): use gtk_menu_shell_deselect().
26122         (gtk_menu_popup): move the background setting stuff into
26123         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
26124
26125         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
26126         gtk_menu_shell_select_item() to select the new item.
26127         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
26128         do the right thing for deselection as well.
26129
26130 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
26131
26132         * gtk/gtkwidget.[hc]:
26133         (gtk_widget_accelerators_locked): return whether a widget's accelerators
26134         are locked.
26135
26136         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
26137         existing accelerators if the widget's accelerators are locked.
26138
26139 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
26140
26141         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
26142
26143         * gtk/gtkmenu.c: truely forward key press and key release events to
26144         the menu widget from the toplevel or tearoff window. we can't simply
26145         connect to that, we need to stop further processing of the events as
26146         well.
26147
26148 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
26149
26150         * gtk/gtkmenu.c:
26151         (gtk_menu_key_press): pass event->keyval, event->state to
26152         gtk_accelerator_valid, instead of event->keyval twice.
26153         refuse to install single letter accelerators for menus that use
26154         single letter shortcuts.
26155
26156         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
26157         gtk_menu_ensure_uline_accel_group().
26158
26159         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
26160         which will always return an uline accel group, made
26161         gtk_menu_get_uline_accel_group() return NULL if the group isn't
26162         yet created.
26163
26164 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
26165
26166         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
26167
26168         * gtk/gtkclist.c (gtk_clist_column_title_passive):
26169         Leave button sensitive, trap  button_press, button_release,
26170         motion_notify, enter_notify and leave_notify events instead.
26171         (gtk_clist_column_title_active): disconnect event handler.
26172         (gtk_clist_drag_data_get): fixed memory leak. Reported by
26173         Guillaume Laurent <glaurent@worldnet.fr>
26174
26175 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
26176
26177         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
26178         width/height mixups.
26179
26180         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
26181         if needed.
26182
26183 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
26184
26185         * gtk/testgtk.c (create_item_factory): unref the item factory after
26186         window's destruction.
26187
26188         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
26189         count on the menu shell around the menu item's activation, since the
26190         signal emission may cause menu shell destruction.
26191
26192         * gtk/gtkitemfactory.c:
26193         the previous code leaked one accel group per menu. we use
26194         gtk_menu_get_uline_accel_group() now to fix that, and with that
26195         also create the underline accelerator group of the menus only if
26196         required (i.e. an underline accelerator has been specified).
26197         (gtk_item_factory_construct):
26198         (gtk_item_factory_create_item): removed code that would create an
26199         extra accel group for the menu (and leak references).
26200         (gtk_item_factory_create_item): adapted the underline accelerator
26201         installation code to properly feature gtk_menu_get_uline_accel_group().
26202
26203         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
26204         menu->accel_group, this may return NULL if the accelerator group
26205         hasn't been set yet.
26206         added gtk_menu_get_uline_accel_group() to retrive the underline
26207         accelerator group of the menu, this will be created on demand
26208         and proper care is taken about its reference count.
26209
26210         * gtk/gtkitemfactory.h:
26211         * gtk/gtkitemfactory.c:
26212         dumped the approach of keeping a widgets by action list on the
26213         factory since the factory<->widget destroy negotiation didn't work
26214         and would be hard to get going at all. instead we keep a list of
26215         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
26216         persistant throughout a program's life time).
26217         also, i removed the static const gchar *key_* variables, and made
26218         them inline strings (they weren't actually used anyways).
26219         (gtk_item_factory_add_item): update ifactory->items.
26220         (gtk_item_factory_destroy): destroy ifactory->items (and remove
26221         the item factory pointer from the remaining ifactory widgets).
26222         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
26223         list to find the widget.
26224         (gtk_item_factory_get_item): new function that works around
26225         gtk_item_factory_get_widget() limitations, this function will only
26226         return menu items, even for <Branch> entries.
26227
26228 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
26229
26230         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
26231         font hash table, if we have a GdkFontPrivate entry for this font
26232         already, simply increment its reference count, provided by Olaf Dietsche
26233         <olaf.dietsche+list.gtk@netcologne.de>.
26234
26235         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
26236         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
26237
26238 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
26239
26240         * gtk/gtkcontainer.c:
26241         (gtk_container_add_with_args):
26242         (gtk_container_addv):
26243         (gtk_container_add): before adding a child to a conatiner, make sure
26244         it is (default) constructed, this is neccessary because under certain
26245         circumstances the child will get relized and mapped immediatedly, in
26246         which case it has to be constructed already.
26247
26248 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
26249
26250         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
26251         values > 1 as TRUE also.
26252
26253 1999-03-16  Tor Lillqvist  <tml@iki.fi>
26254
26255         * README.win32: New file.
26256                 
26257         * configure.in: Check for lstat.
26258
26259         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
26260         completeness.
26261
26262         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
26263
26264         * gtk/gtk.def: Removed CRs.
26265
26266         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
26267         ..\gdk\win32).
26268
26269         * gdk/win32/makefile.msc: Correct upwards relative paths.
26270         
26271 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
26272
26273         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
26274           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
26275           it was connecting a void function to expose_event and the int
26276           returning function to the draw signal
26277
26278 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
26279
26280         * configure.in:
26281         Use correct path to libgmodule.la when ref'ing uninstalled copy
26282         of glib.  (Already in stable branch, Bug #417)
26283
26284 1999-03-15  Tor Lillqvist  <tml@iki.fi>
26285
26286         Win32 merge and general portability stuff:
26287                 
26288         * acconfig.h,configure.in: Check for <sys/time.h>.
26289
26290         * gdk/win32: New directory (actually, been there for a while).
26291         
26292         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
26293         NATIVE_WIN32, and use these. Always case fold on Win32. No
26294         backslashed escapes on native Win32.
26295
26296         * gtk/{gtk.def,makefile.msc}: New files.
26297
26298         * gtk/Makefile.am: Add above new files.
26299         
26300         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
26301         instead of <strings.h>.
26302
26303         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
26304         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
26305         <unistd.h> appropriately.
26306
26307         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
26308         Use ABS() (from <glib.h>) instead of abs().
26309         
26310         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
26311         of gtk (and thus glib) headers, so that WIN32 will be
26312         defined. With MS C, include <direct.h> for mkdir prototype.
26313
26314         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
26315         some casts, needed by MS C.
26316
26317         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
26318         implemented).
26319
26320         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
26321         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
26322         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
26323
26324         * gtk/gtkmain.h: Mark variables for export/import on Win32.
26325                 
26326         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
26327         the event is not a hint, or its window is not the slider. Needed
26328         on Win32, at least.
26329
26330         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
26331         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
26332         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
26333         a subdirectory of the Windows directory as gtk system
26334         configuration directory.
26335
26336         * gtk/gtkselection.c: No chunks on Win32.
26337
26338         * gtk/gtksocket.c: Not implemented on Win32.
26339
26340         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
26341
26342         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
26343
26344         * gtk/maketypes.awk: Declare variables with a macro that expands to
26345         necessary export/import magic in the case of Win32.
26346                 
26347         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
26348
26349 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
26350
26351         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
26352         since those were meant only for gdki18n.h.  
26353         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
26354         for widechar tests.
26355         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
26356
26357 1999-03-13  Tor Lillqvist  <tml@iki.fi>
26358
26359         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
26360         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
26361
26362         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
26363         installed) to CFLAGS.
26364
26365         * gdk/Makefile.am: Add rules for gdkconfig.h.
26366
26367         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
26368         APIs.
26369
26370         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
26371         gdkx.h anyway when compiling for X11.
26372         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
26373         general): Merge in Win32 version.
26374         
26375         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
26376         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
26377         expansion (if we don't have HAVE_PWD_H), allow for drive
26378         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
26379         included code from Craig Setera's port to Win32 (the one that uses
26380         X11, and the cygwin dll), even if it probably will be abandoned.
26381
26382         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
26383         the user entered one herself.  This way one can complete *.h and
26384         don't get matches on any .help files, for instance.
26385         
26386 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
26387
26388         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
26389         font hash table, if we have a GdkFontPrivate entry for this font
26390         already, simply increment its reference count, provided by Olaf Dietsche
26391         <olaf.dietsche+list.gtk@netcologne.de>.
26392
26393         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
26394         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
26395
26396 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
26397
26398         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
26399         the number of calls to gdk_draw_point() (and thus to X) by
26400         clipping the points by hand.
26401
26402         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
26403         the clip parameter.
26404         (gtk_handle_box_paint): Only paint the handle if the expose area
26405         intersects it.
26406
26407 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
26408
26409         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
26410
26411 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
26412
26413         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
26414         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
26415
26416 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
26417
26418         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
26419          textmode (O_TEXT) for OS/2 version.
26420
26421 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
26422
26423         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
26424         GtkSpinButton, "input" and "output", to make the output more flexible.
26425         The user has to provide a mapping between adjustment->value and the
26426         output string (and vice versa, if the spin button is editable). 
26427         See testgtk for examples.
26428
26429 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
26430
26431         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
26432         new one.
26433         
26434         * configure.in: set gtk+ version to 1.3.0.
26435
26436         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog,