]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-6
Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handle
[~andy/gtk] / ChangeLog.pre-2-6
1 Sat Feb  9 13:58:41 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
2
3         * gtk/gtkpaned.[ch]: Keyboard navigation for GtkPaned
4         F6: cycle between panes.
5         F8: focus handle (#53584)
6         
7         * tests/testgtk.c: Add test cases for GtkPaned keyboard 
8         navigation.
9         
10 Sat Feb  9 00:16:31 2002  Owen Taylor  <otaylor@redhat.com>
11
12         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): 
13         XCopyArea with subwindow_mode = IncludeInferiors.
14         (#70999)
15
16         * demos/testpixbuf-save.c (configure_cb): Fix a minor
17         memory management problem.
18
19 Fri Feb  8 20:24:58 2002  Owen Taylor  <otaylor@redhat.com>
20
21         
22         * gtk/gtkbindings.c (binding_compose_params): Fix problem
23         with string-valued parameters (#70012, Johan Dahlin.)
24
25         * gtk/gtkentry.c (gtk_entry_delete_whitespace): Fix 
26         white space deletion.
27
28 Fri Feb  8 21:25:56 2002  Jonathan Blandford  <jrb@redhat.com>
29
30         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): fix
31         evil ref bug where the wrong row and a deleted row was unreffed.
32         Found by Darin Adler <darin@bentspoon.com>
33
34 Fri Feb  8 18:46:13 2002  Owen Taylor  <otaylor@redhat.com>
35
36         * gtk/gtkbindings.[ch] (_gtk_binding_reset_parsed): Add
37         a function to delete all bindings add by
38         gtk_binding_parse_binding() when rereading RC files.
39
40         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Reset
41         binding set content as well as RC content.
42
43         * gtk/gtkbindings.c (binding_compose_params): Fix 
44         various GValue handling problems.
45
46         * gtk/gtkentry.c (gtk_entry_class_init): Remove bindings 
47         for C-b, C-f, M-b, M-f, C-a, C-e, C-w, C-y, M-space, C-u,
48         C-k, M-\, M-d, C-d.
49
50         * gtk/gtktextview.c (gtk_text_view_class_init): Remove
51         same bindings as GtkEntry, plus C-n, C-p, C-space
52
53         * gtk/gtkrc.key.default gtk/gtkrc.key.emacs gtk/Makefile.am:
54         Add Emacs and Default key themes.
55         
56 2002-02-08  Darin Adler  <darin@bentspoon.com>
57
58         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
59         Remove a tiny bit more dead code.
60
61 2002-02-08  Darin Adler  <darin@bentspoon.com>
62
63         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
64         Fix stale pointer bug.
65
66 Fri Feb  8 14:30:14 2002  Owen Taylor  <otaylor@redhat.com>
67
68         * gtk/gtkclist.c (title_focus_in): Return FALSE if
69         not showing the titles. (#70959, Thomas Leonard)
70
71 2002-02-08  Darin Adler  <darin@bentspoon.com>
72
73         * demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
74         * gdk/x11/gdkim-x11.c: Remove gdki8n.h include.
75         * gdk/x11/gdkkeys-x11.c: Remove <ctype.h> include.
76         * gdk/x11/gdkmain-x11.c: Remove <ctype.h> include.
77         * gtk/fnmatch.c: Remove <ctype.h> include.
78         * gtk/gtkaccelgroup.c: Remove <ctype.h> include.
79         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): toupper ->
80         g_unichar_toupper, toupper -> g_unichar_totile
81         * gtk/gtkbindings.c: Remove <ctype.h> include.
82         * gtk/gtkfontsel.c: Remove <ctype.h> include.
83         * gtk/gtkiconfactory.c: Remove <ctype.h> include.
84         * gtk/gtkinputdialog.c: Remove <ctype.h> include.
85         * gtk/gtklabel.c: Remove <ctype.h> include.
86         * gtk/gtkmain.c: Remove <ctype.h> include.
87         * gtk/gtkmenu.c: Remove <ctype.h> include.
88         * gtk/gtkoldeditable.c: Remove <ctype.h> include.
89         * gtk/gtkrc.c: Remove <ctype.h> include.
90         * gtk/gtktextbtree.c: Remove <ctype.h> include.
91         * gtk/gtktextiter.c: Remove <ctype.h> include.
92         * gtk/gtktextsegment.c: Remove <ctype.h> include.
93
94 2002-02-08  Sven Neumann  <sven@gimp.org>
95
96         * gtk/gtkfilesel.c
97         * gtk/gtkgamma.c
98         * gtk/gtkinputdialog.c: use stock labels for dialog action buttons.
99
100 2002-02-08  Darin Adler  <darin@bentspoon.com>
101
102         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_ref_node),
103         (gtk_tree_model_sort_unref_node): Pass the ref_node and
104         unref_node calls through to the child model.
105
106 2002-02-08  Laszlo Peter  <laca@ireland.sun.com>
107
108         * gtk/gtktextchild.c: s/__FUNCTION__/G_GNUC_FUNCTION/
109         * gtk/gtktextview.c: ditto
110
111 2002-02-07  Havoc Pennington  <hp@pobox.com>
112
113         * gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
114         change_value virtual function, to fix build
115
116         * gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was 
117         from GtkWidget not GtkMisc. Not that it ever mattered.
118
119 Thu Feb  7 19:52:00 2002  Owen Taylor  <otaylor@redhat.com>
120
121         * gtk/gtknotebook.[ch]: Add ::move-focus-out signal
122         to handle Control[-Shift]-Tab and Control-arrow
123         bindings and implement bindings as per #53612.
124
125         * gtk/gtktextview.c (gtk_text_view_move_focus): Fix 
126         fetching the toplevel for plug-socket.
127
128         * gtk/gtknotebook.c (gtk_notebook_class_init): Remove
129         bindings for Return/Enter to select the page.
130
131         * gtk/gtknotebook.c (gtk_notebook_change_current_page):
132         Beep at ends.
133
134         * gtk/gtknotebook.c (focus_tabs_move): Don't wrap around
135         and beep at ends.
136
137         * gtk/gtknotebook.c (gtk_notebook_focus): When focusing into
138         the page with the arrow keys, focus the first widget,
139         not the directionally closest widget.
140
141 Thu Feb  7 19:00:10 2002  Owen Taylor  <otaylor@redhat.com>
142
143         * gtk/gtkspinbutton.c (gtk_spin_button_key_release): Convert
144         to using  binding set for doing key bindings. (#62622,
145         Requested by Skip Montaro)
146
147         * gtk/gtkwindow.c (gtk_window_class_init): Add control-arrow
148         bindings as overrides along with control-tab bindings.
149
150         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix return
151         type for ::focus_tab signal.
152
153 Thu Feb  7 19:39:27 2002  Kristian Rietveld  <kris@gtk.org>
154
155         Fixes #70782 and some drag dest rectangle/line issues
156
157         * gtk/gtktreeview.c (gtk_tree_view_set_model): set
158         GTK_TREE_VIEW_IS_LIST flag (we can switch from a TreeStore to a
159         ListStore for example)
160         (gtk_tree_view_get_path_at_pos): revert previous change, we
161         shouldn't correct for the header, because we are taking bin_window
162         coordinates here
163         (gtk_tree_view_set_drag_dest_row): queue old drag_dest row and
164         upper/lower neighbors for draw, so the drag dest rectangle/line will
165         be cleared correctly
166         (gtk_tree_view_get_dest_row_at_pos): correct for treeview header
167         here, as drag_y is relative to the widget and _get_path_at_pos wants
168         coords relative to bin_window, draw black outline rectangle after
169         drawing the cells
170
171 Thu Feb  7 10:53:12 2002  Owen Taylor  <otaylor@redhat.com>
172
173         * gtk/gtkentry.c (gtk_entry_draw_text): Use layout text
174         (which may be affected by invisible char) to compute
175         selection bounds, not entry text. (#70733, Alex Larsson)
176
177 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
178
179         * gtk/gtkwidget.[ch]:
180         Change show_help signal to return gboolean instead of void. This
181         allows the keypress which invokes the signal to be propagated to the
182         focus widgets ancestors if not handled by the focus widget.
183         
184         * gtk/gtktoolips.[ch]
185         Change _gtk_tooltips_show_tip () to return a gboolean indicating
186         whether widget has tooltip to display.
187         
188 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
189
190         * gtk/gtkwidget.[ch]:
191         Change popup_menu signal to return gboolean instead of void. This
192         allows the keypress which invokes the signal to be propagated to the
193         focus widgets ancestors if not handled by the focus widget.
194
195         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtktextview.c:
196         Change signature of popup_menu signal handler to return gboolean
197         instead of void and return TRUE in the signal handler
198
199 2002-02-07  Anders Carlsson  <andersca@gnu.org>
200
201         * gdk/x11/xsettings-common.c (xsettings_setting_free): Free 
202         the setting name.
203
204 Wed Feb  6 23:28:39 2002  Kristian Rietveld  <kris@gtk.org>
205
206         Fixes #70708
207
208         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): we're dealing
209         with widget coordinates here, so take the header height into
210         account while converting
211         (gtk_tree_view_widget_to_tree_coords): take header height into
212         account
213         (gtk_tree_view_tree_to_widget_coords): ditto
214         (gtk_tree_view_get_dest_row_at_pos): we were passing coords
215         relative to the tree with _get_path_at_pos, while that function
216         wants coords relative to the widget
217
218 2002-02-06  Havoc Pennington  <hp@redhat.com>
219
220         * gtk/gtktextview.c (gtk_text_view_scroll_hpages): remove unused variable
221         (gtk_text_view_get_window): add warning about how you
222         can't get the private window. #70683, and avoid default: in the
223         switch so we get "enum value unhandled" warnings
224
225 2002-02-06  Havoc Pennington  <hp@redhat.com>
226
227         * gtk/gtktextchild.c: Add warnings if you try to use a child
228         anchor that isn't inside a buffer. Really kind of lame; 
229         we should separate the anchor from the buffer. But not worth 
230         fixing for now. #70601
231
232 Wed Feb  6 18:25:24 2002  Kristian Rietveld  <kris@gtk.org>
233
234         * gtk/gtktreemodelsort.c: rip out all the debugging ifdefs, as
235         modelsort seems to be stable (and nobody complained :)
236
237 Tue Feb  5 19:13:42 2002  Owen Taylor  <otaylor@redhat.com>
238
239         * gdk/x11/gdkgeometry-x11.c (gdk_window_queue): Keep
240         the length of the anti-expose queue finite, by if
241         it gets too long, first doing a XSync() and checking
242         the event queue, and if that doesn't work, simply
243         discarding all anti-expose items in the queue.
244
245         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix ordering
246         on ConfigureNotify (#56349, Thomas Leonard)
247
248 2002-02-05  Havoc Pennington  <hp@redhat.com>
249
250         * gtk/gtkimage.c (gtk_image_expose): offset area being gotten from
251         pixmap by the align/padding offsets, so we don't get warnings
252         in gdk_pixbuf_get_from_drawable (and so it works, of course)
253
254 2002-02-05  Matthias Clasen  <matthiasc@poet.de>
255
256         * gtk/gtkrc.c (gtk_rc_parse_file): Remove a (now) misleading comment.
257
258 2002-02-05  Federico Mena Quintero  <federico@ximian.com>
259
260         * gdk/gdkwindow.h: Do not #include <gdk/gdkwindow.h>.
261
262 Tue Feb  5 22:54:16 2002  Kristian Rietveld  <kris@gtk.org>
263
264         * gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
265         path, which we're going to pass with the emission of row_inserted, to
266         the iter we inserted and not its sibling.
267
268 2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
269
270         * gtk/gtkmenu.c (gtk_menu_popup):
271         Fix leak of GdkEvent (#70519)
272
273 Mon Feb  4 10:40:28 2002  Owen Taylor  <otaylor@redhat.com>
274
275         * gtk/gtkstyle.c (gtk_default_draw_resize_grip):
276         Fix from Matthias Clasen to clear background appropriately
277         for theme by calling gtk_style_apply_default_background().
278         (#70449)
279
280 Mon Feb  4 10:06:49 2002  Owen Taylor  <otaylor@redhat.com>
281
282         * gdk/x11/gdkevents-x11.c: gtk-double-click-time,
283         not gtk-double-click-timeout. (#70501)
284
285 2002-02-04  Havoc Pennington  <hp@pobox.com>
286
287         * gtk/gtksignal.c (gtk_signal_connect_while_alive): 
288         (gtk_signal_connect_object_while_alive): rename 
289         "signal" arg to "name" to avoid compiler warnings
290         about shadowing signal(). #70453
291
292 2002-02-03  Anders Carlsson  <expander-master@gtk.org>
293
294         * gtk/gtkstyle.c (gtk_default_draw_expander): Add 
295         flipping support to the expanders.
296
297 Sat Feb  2 21:54:01 2002  Owen Taylor  <otaylor@redhat.com>
298
299         RC file lookup improvements (#68234, suggestions
300         from Matthias Clasen.)
301
302         * gtk/gtkrc.c (gtk_rc_parse_file): Look for the 
303         locale suffix variants (gtkrc.en_US, gtkrc.en) for
304         all RC files we parse, not just the default RC
305         files.
306
307         * gtk/gtkrc.c (gtk_rc_parse_default_files): Remove
308         support for charset specific RC files.
309
310 Sat Feb  2 20:16:04 2002  Owen Taylor  <otaylor@redhat.com>
311
312         * gtk/gtkmenushell.c (_gtk_menu_shell_select_first): 
313         Non-exported _gtk_menu_select_first() function that
314         selects the first item of the menu in a standard
315         way. (Skipping tearoffs.)
316
317         * gtk/gtkmenushell.c gtk/gtkentry.c gtk/gtktextview.c
318         gtkmenuitem.c: Use _gtk_menu_shell_select_first().
319
320         * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Remember
321         if we are starting the timeout from a keypress so
322         we can set menushell->ignore_enter properly.
323
324         * gtk/gtknotebook.c (focus_child_in): Return something
325         meaningful if there are no children.
326
327         * gtk/gtkmenu.c (gtk_menu_key_press): Fix precendence
328         problem.
329
330 Sat Feb  2 19:15:42 2002  Owen Taylor  <otaylor@redhat.com>
331
332         * gtk/gtkmenu.c (gtk_menu_popup): Fix some bugs in
333         the determination of xgrab_shell.
334
335 Sat Feb  2 17:43:00 2002  Owen Taylor  <otaylor@redhat.com>
336
337         * gtk/gtkentry.c (gtk_entry_grab_focus): Add a GtkSetting
338         (gtk-entry-select-on-focus) controlling whether the
339         contents of an entry are selected on focus in.
340
341         * gtk/gtkmenu.c (gtk_menu_key_press): Add a GtkSetting
342         (gtk-can-change-accels) controlling whether accelerators can be
343         changed on the fly or not. (#51902)
344
345         * gtk/gtkmenu.c (gtk_menu_key_press): Allow unmodified
346         accelerators, now that accelerator changing can be turned
347         off for those who won't expect it. (#61285)
348
349         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow 
350         Backspace/Delete/KP_Delete as valid accelerators.
351
352         * gtk/gtkmenu.c (gtk_menu_key_press): Allow setting of
353         Delete/Backspace as accelerators by making them toggle
354         the menu item between empty and the pressed key.
355         (#58605)
356
357         * tests/testgtkrc: Remove the objectionably short cursor blink
358         time setting.
359
360 Sat Feb  2 16:43:31 2002  Owen Taylor  <otaylor@redhat.com>
361
362         * gtk/gtkmenu.c (gtk_menu_popup): To get around the fact
363         that we may have a owner_events = FALSE grab in effect
364         when we pop up a window, make a temporary grab on a
365         different window, then grab on the real window. Fixes
366         a problem where if a context menu popped up under the 
367         cursor, the first item would be stuck unselected.
368         (#59812, reported by Arnaud Charlet.)
369
370 2002-02-02  Peter Williams  <peterw@ximian.com>
371
372         * gtk/Makefile.am (install-data-local): Install gtkrc.default
373         from $(srcdir) for when $(builddir) is different.
374
375 Sat Feb  2 19:00:39 2002  Kristian Rietveld  <kris@gtk.org>
376
377         * gtk/Makefile.am: remove TESTGTK_RCFILE define
378
379 Sat Feb  2 11:37:21 2002  Owen Taylor  <otaylor@redhat.com>
380
381         * gtk/gtkmenu.c (gtk_menu_popup): Remove the 
382         "select first item if popped up from keypress" hack --
383         was causing more problems than it was worth 
384         (#53191, #68483)
385
386         * gtk/gtktextview.c (popup_targets_received): 
387          gtk/gtkentry.c (popup_targets_received): If activated
388         from keyboard, select first item of popup menu.
389
390 Sat Feb  2 18:07:51 2002  Kristian Rietveld  <kris@gtk.org>
391
392         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper member
393         of vadjustment correct, so the vscrollbars of lists smaller than
394         1 page are somewhat saner (#66905)
395
396         * gtk/gtkliststore.c (gtk_list_store_remove_silently): do not
397         increment the stamp, liststore is a model with persisting iters
398
399 Fri Feb  1 23:54:00 2002  Owen Taylor  <otaylor@redhat.com>
400
401         * gtk/gtkrc.[ch] (gtk_rc_parse_engine): Support 
402         engine "" {} to mean override to the default 
403         engine. (#70205)
404
405 Fri Feb  1 23:25:33 2002  Owen Taylor  <otaylor@redhat.com>
406
407         * gtk/gtktooltips.c (gtk_tooltips_init): Parse the
408         RC string here when the first object is created
409         rather than in the class_init to not break doc 
410         building. (#70341, Havoc Pennington.)
411
412         * gtk/gtkrc.c (parse_include_file): Use the directories
413         for the currently parsed files as the starting point
414         to look for include files. (#59975)
415
416 Fri Feb  1 20:21:56 2002  Manish Singh  <yosh@gimp.org>
417
418         * gtk/gtkinputdialog.c: use gtk_label_new_with_mnemonic for labels
419         that actually have mnemonics
420
421 Fri Feb  1 19:57:59 2002  Owen Taylor  <otaylor@redhat.com>
422
423         * configure.in: Fix use of ! in shell.
424
425         * gtk/gtktooltips.c (gtk_tooltips_class_init) gtkrc.default: 
426         Move the setting of default tooltips colors to gtktooltips.c
427         from gtkrc.default. (Use default priority so themes will
428         override.) (#58542)
429
430 Fri Feb  1 17:48:51 2002  Owen Taylor  <otaylor@redhat.com>
431
432         * gtk/gtkrc.c (gtk_rc_get_style): Fix ordering of
433         priorities so that priorities take precendence over
434         the ordering by type. (#70205)
435
436         * test/testgtkrc tests/testgtk.c (create_rc_file): Add 
437         some labels to test priorities in testgtkrc.
438
439 Fri Feb  1 00:37:49 2002  Kristian Rietveld  <kris@gtk.org>
440
441         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): use
442         y coordinate relative to the tree and not the treeview window
443         (fixes the PgDn/PgUp brokenness)
444
445 Fri Feb  1 23:40:31 2002  Kristian Rietveld  <kris@gtk.org>
446
447         * gtk/gtktreeview.c (gtk_tree_view_button_press): adjust
448         cell_area and background_area for possible treeview scroll
449         (fixes #70283, #70065)
450
451 Fri Feb  1 22:20:13 2002  Kristian Rietveld  <kris@gtk.org>
452
453         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): use
454         height - page_size not height - allocation->height (fixes #66269)
455
456 Fri Feb  1 15:22:23 2002  Owen Taylor  <otaylor@redhat.com>
457
458         * gtk/gtkimage.c (gtk_image_class_init): Fix typo
459         in property description. (Christian Rose.)
460
461 Fri Feb  1 14:50:36 2002  Owen Taylor  <otaylor@redhat.com>
462
463         * gtk/gtkrc.c (gtk_rc_parse_string): Handle reparsing
464         any strings if the theme changes. (#69465)
465
466         * tests/testgtk.c: Add a test for gtk_rc_parse_string().
467
468 Fri Feb  1 20:50:29 2002  Kristian Rietveld  <kris@gtk.org>
469
470         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): set tree to
471         NULL if tree_view->priv->tree is NULL (#70152, patch by John Harper).
472
473 Fri Feb  1 12:51:20 2002  Owen Taylor  <otaylor@redhat.com>
474
475         * gtk/gtknotebook.c (focus_child_in): Catch the
476         cur_page == NULL (no children) case. (#70287,
477         Paolo Maggi.)
478
479 Fri Feb  1 12:12:12 2002  Owen Taylor  <otaylor@redhat.com>
480
481         * gtk/gtkfilesel.c (attempt_file_completion): 
482         s/directory/folder/ in all labels and messages.
483
484 Fri Feb  1 08:57:38 2002  Owen Taylor  <otaylor@redhat.com>
485
486         * gtk/gtkmain.c (gtk_exit_func): Remove this useless
487         atexit handler. (existance pointed out by Stefan Kost)
488
489         * gtk/gtkmain.c (gtk_init_check): Warning fixes.
490
491 Thu Jan 31 18:46:10 2002  Jonathan Blandford  <jrb@redhat.com>
492
493         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): unref the
494         model after the last use, not before.
495
496 Thu Jan 31 14:50:16 2002  Owen Taylor  <otaylor@redhat.com>
497
498         * gtk/gtkrc.default gtk/Makefile.am: Install a Default
499         RC file that sets the tooltips color to yellow. (#58542)
500
501         * gtk/gtksettings.c (gtk_settings_class_init): make 
502         the default theme "Default", not NULL.
503
504 Thu Jan 31 11:33:52 2002  Owen Taylor  <otaylor@redhat.com>
505
506         * gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix 
507         another missing static.
508
509         * gtk/gtkimmodule.c (n_loaded_contexts): And another.
510
511         * gdk/x11/Makefile.am gdk/x11/gxid_lib.c: Don't
512         build gxid sources at all except in the vanishingly
513         rare case of --with-xinput=xfree.
514
515 2002-01-31  Mark McLoughlin  <mark@skynet.ie>
516
517         * gdk/gdkimage.c: (scratch_image_info_for_depth): make static.
518
519         * gdk/x11/gdkimage-x11.c: (get_full_image): ditto.
520
521         * gdk/x11/gxid_lib.[ch]: (_gxid_claim_device), (_gxid_release_device):
522         renamed from gxid_(claim|release)_device.
523
524         * gdk/x11/gdkinput-gxi.c: (_gdk_input_enable_window),
525         (_gdk_input_disable_window): upd for gxid change.
526
527         * gtk/gtkimage.c: (animation_timeout): make static.
528
529         * gtk/gtkstyle.c: (draw_thin_shadow), (draw_spin_entry_shadow): make
530         static.
531
532         * gtk/gtktextutil.c: (bidi_menu_entries): make static.
533
534 Thu Jan 31 10:21:05 2002  Owen Taylor  <otaylor@redhat.com>
535
536         * gtk/gtkplug.c (gtk_plug_focus): Handle the case where
537         bin->child is NULL. (#70153, Padraig O'Briain)
538
539         * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems): 
540         Actually call gettext() on the labels; previously they
541         were marked with N_() but we never called gettext().
542
543 Wed Jan 30 20:15:49 2002  Jonathan Blandford  <jrb@redhat.com>
544
545         * gtk/gtktreestore.c (gtk_tree_store_set_valist): save last minute
546         changes before committing.
547
548         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
549
550 Wed Jan 30 18:46:14 2002  Jonathan Blandford  <jrb@redhat.com>
551
552         * gtk/gtkliststore.c (gtk_list_store_set_valist): only emit the
553         signal if an interesting column changes.
554
555         * gtk/gtktreestore.c: ditto.
556
557         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): change behavior so
558         that it no longer grabs 
559
560 2002-01-30  Manish Singh  <yosh@gimp.org>
561
562         * gtk/gtkhandlebox.c (gtk_handle_box_destroy): remove unused
563         variable.
564
565         * gtk/gtkwindow.c (gtk_window_get_icon): function returns a value,
566         so return NULL with g_return_val_if_fail instead of g_return_if_fail.
567
568 2002-01-30  Matthias Clasen  <matthiasc@poet.de>
569
570         * gtk/*.c: Remove excess g_return_if_fail calls from static
571         and virtual functions.  (#57615)
572         
573 2002-01-30  Anders Carlsson  <andersca@gnu.org>
574
575         * gtk/gtkstyle.c (gtk_default_render_icon): Allow a -1 icon size.
576
577 Wed Jan 30 20:29:01 2002  Tim Janik  <timj@gtk.org>
578
579         * gtk/gtkscale.c (gtk_scale_set_digits): fix revrted bug fix.
580         (use a define for max digits).
581
582 Wed Jan 30 13:55:59 2002  Owen Taylor  <otaylor@redhat.com>
583
584         * gtk/gtkwindow.c (gtk_window_show): Try to make
585         sure that we have some focused widget on map. (#50339)
586
587         * gtk/gtkdialog.c (gtk_dialog_map): Handling picking
588         a focus widget here differently so that if a
589         response button gets picked, it's the default one.
590
591         * tests/testgtk.c (make_message_dialog): Set the 
592         default response for the dialogs.
593
594 Tue Jan 29 22:52:36 2002  Owen Taylor  <otaylor@redhat.com>
595
596         * Released 1.3.13
597
598         * configure.in: Micro version 13, interface, binary
599         age 0. Require GLIB-1.3.13, Pango 0.24.
600
601         * docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt,
602         sizing-test.txt, tree-column-sizing.txt
603
604         * docs/Makefile.am (EXTRA_DIST): Don't distribute
605         Changes-1.2.txt, Changes-2.0.txt, README.linux-fb,
606         since they are no longer canonical.
607
608         * gtk/gtk.def: Convert spaces to tabs in front of
609         gtk_widget_set_accel_path in case it matters.
610
611         * NEWS: Updated for 1.3.13.
612
613 Tue Jan 29 22:31:07 2002  Owen Taylor  <otaylor@redhat.com>
614
615         * gtk/gtkwidget.[ch] gtkmenuitem.c gtkitemfactory.c: Export 
616         gtk_widget_set_accel_path().
617
618         * gtk/gtk.def: Add gtk_widget_set_accel_path.
619
620 Tue Jan 29 21:50:28 2002  Owen Taylor  <otaylor@redhat.com>
621
622         * gtk/gtkaccelmap.[ch] gtk/gtkbindings.[ch] gtk/gtkwidget.[ch]:
623         Consistently use GdkModifierType. (#66950, Mark Patton)
624
625         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
626         For consistency with gtk_button_new_from_stock(), fall back
627         to gtk_image_menu_item_new_with_mnemnonic(). (#65944,
628         Havoc Pennington)
629         
630         * gtk/gtkitemfactory.[ch] (gtk_item_factory_path_from_widget): 
631         Make G_CONST_RETURN. (#68527, Matt Wilson)
632
633 Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
634
635         * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
636         that the end points are included in the range. (#69783,
637         Jeffrey Baker)
638
639 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
640
641         * gtk/gtkscale.[ch]: Revert the last changes to make the
642         number of digits only effect drawing, instead, don't
643         round unless we are in the 'draw_value' mode -- this
644         is the behavior of GTK+-1.2, and keeps the behavior that
645         if the user sees a displayed value, it is the correct value.
646
647 Tue Jan 29 19:51:05 2002  Owen Taylor  <otaylor@redhat.com>
648
649         * gtk/gtkenums.h: Deprecate GtkPreviewType,
650         GtkSignalRunType, GtkSideType, GtkSubmenuPlacement, GtkSubmenuDirection
651         (#68183, Matthias Clasen)
652
653         * gtk/gtkmenuitem.h: Remove _gtk_menu_item_set_placement() from
654         the public header to avoid having to use GtkSubmenuPlacement.
655
656         * gtk/{gtkmenuitem.c,gtkmenubar.c,gtkmenushell.c}: #define
657         GTK_MENU_INTERNALS to preserve access to GtkSubmenu*.
658
659         * gdk/gdki18n.h: Deprecate contents. (Darin Adler.)
660
661 Tue Jan 29 19:32:47 2002  Owen Taylor  <otaylor@redhat.com>
662
663         * gtk/gtktextview.c (gtk_text_view_get/set_property): 
664         Fix wrong usage of g_value_set/get_object for PROP_TABS
665         and memory leak in getter for PROP_TABS. (Jeff Franks)
666
667 Tue Jan 29 19:04:41 2002  Owen Taylor  <otaylor@redhat.com>
668
669         * gtk/gtkstyle.c (gtk_style_render_icon): Document that
670         a size of (GtkIconSize)-1 means don't scale.
671
672         * gtk/gtkstyle.c (gtk_default_render_icon): Obey the
673         -1 convention.
674
675         * gtk/gtkimage.c (gtk_image_expose): Pass in -1 to
676         gtk_style_render_icon() to make sure that we catch it
677         obviously if the style's render function tries to
678         scale.
679
680 Tue Jan 29 18:50:59 2002  Owen Taylor  <otaylor@redhat.com>
681
682         * gtk/gtkimage.c (gtk_image_expose): Optimize exposes of
683         partial insensitive images.
684
685 2002-01-24  Havoc Pennington  <hp@redhat.com>
686
687         * gtk/gtkimage.c (gtk_image_expose): create insensitive version of
688         the image regardless of storage type, #63305
689
690         * demos/gtk-demo/images.c: add toggle button to demonstrate that
691         GtkImage makes its contents insensitive
692
693 Tue Jan 29 17:40:02 2002  Owen Taylor  <otaylor@redhat.com>
694
695         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
696         Call _gdk_draw_pixbuf(), thus enabling using this function
697         for pixbufs with alpha. (#68801)
698
699         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Move
700         implementation of gdk_pixbuf_render_to_drawable()
701         to here.
702
703 Tue Jan 29 17:16:17 2002  Owen Taylor  <otaylor@redhat.com>
704
705         * gtk/gtklayout.c: Patch from Jacob Berkman to fix problem
706         when the height/width of a layout was set before the
707         adjustments were added. (#66294)
708
709         * gtk/gtktreeview.c: Warning cleanups.
710
711 Tue Jan 29 16:35:04 2002  Owen Taylor  <otaylor@redhat.com>
712
713         * gtk/gtkhandlebox.c (gtk_handle_box_motion): Small
714         fix to size of torn off window (#60271, Detlef Reichl)
715
716         * gtk/Makefile.am: Don't install gtkhsv.h. (Pointed out
717         by Ross Burton)
718
719 Tue Jan 29 18:50:46 2002  Kristian Rietveld  <kris@gtk.org>
720
721         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): free
722         cursor_path after usage
723         (gtk_tree_view_real_start_interactive_search): use new g_signal
724         and g_object calls
725         (gtk_tree_view_search_dialog_destroy): use g_object calls and free
726         selected_iter if set
727         (gtk_tree_view_search_position_func): rework so it will never ever
728         appear offscreen (#68492)
729         (gtk_tree_view_search_move): use new g_object calls
730         (gtk_tree_view_search_init): free selected_iter if set, use new
731         g_object calls
732         (gtk_tree_view_leave_notify): don't destroy interactive search
733         dialog
734
735 Tue Jan 29 23:07:03 2002  Kristian Rietveld  <kris@gtk.org>
736
737         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
738         send focus in event
739         (gtk_tree_view_search_dialog_destroy): send focus out event (#66466)
740
741 2002-01-29  Anders Carlsson  <andersca@gnu.org>
742
743         * gtk/gtkfontsel.c (gtk_font_selection_select_size): Show correct
744         size in the size entry.
745
746 Tue Jan 29 16:11:55 2002  Owen Taylor  <otaylor@redhat.com>
747
748         * gtk/gtkfontsel.c (gtk_font_selection_show_available_sizes): Use
749         gtk_tree_view_set_cursor() instead of gtk_tree_selection_select_iter().
750
751         * gtk/gtkfontsel.c (gtk_font_selection_init): Add mnemonic to
752         preview field. (#52433, patch from Anders Carlsson)
753         
754         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Remove the 
755         dialog separator. (#69558, Alex Larsson, patch from Anders Carlsson)
756
757 Tue Jan 29 15:24:59 2002  Owen Taylor  <otaylor@redhat.com>
758
759         * gtk/gtkfontsel.[ch]: Switch over to GtkTreeView from
760         GtkCList. Remove the entries above the font/face lists 
761         since they were a little confusing. (Not sure about this 
762         change, so the code is still there the entries are
763         just hidden.) (#68890)
764
765         * gtk/gtkfilesel.c: Switch over to GtkTreeView from
766         GtkCList. Add mnemonics for fileops. Allow Control/Shift
767         Tab to focus out.
768
769         * gtk/gtkfilesel.c: Make fileop dialogs transient-for
770         the fileselector. (#69336, patch from Melvin Hadasht)
771
772         * gtk/gtkgamma.c (button_clicked_callback): Fix handling
773         of gamma dialog a bit. (#69336, Matthias Clasen.)
774
775 Tue Jan 29 14:56:28 2002  Owen Taylor  <otaylor@redhat.com>
776
777         * gtk/gtksocket.c (toplevel_focus_out_handler): Return boolean
778         (and FALSE from focus_in / focus_out handlers. (#69528,
779         Padraig O'Briain)
780
781 Tue Jan 29 14:47:54 2002  Owen Taylor  <otaylor@redhat.com>
782
783         * gtk/gtkmain.c (gtk_init_check): Remove the scary startup
784         warning. (#69480)
785
786 Tue Jan 29 14:24:49 2002  Owen Taylor  <otaylor@redhat.com>
787
788         * gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
789         bindings for "move-focus" so that Control-Tab to escape from
790         something that eats Tab just works if not otherwise overriden.
791
792         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range) 
793         * gtk/gtkvscale.c (gtk_vscale_new_with_range)
794         * gtk/gtkhscale.c (gtk_hscale_new_with_range): Use a page_size
795         of zero for the adjustment, since at times we think that the range
796         is lower to upper - page_size. A page size equally to the 
797         step_increment is, in any case, not meaningful.
798
799 2002-01-29  Tor Lillqvist  <tml@iki.fi>
800
801         * README.win32: Add comment about gtk-1-3-win32-production branch
802         currently being ahead in functionality and code cleanliness (in
803         gdk/win32). Just in case somebody looks at the code in gdk/win32
804         here and starts fixing it, when it is going to change soonish
805         anyway.
806
807 2002-01-29  Sven Neumann  <sven@gimp.org>
808
809         * gtk/gtkrc.c: don't install an empty icon_set if none of the image
810         files could be found in the pixmap_path (bug #69398).
811         
812 2002-01-29  Sven Neumann  <sven@gimp.org>
813
814         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): fixed a segfault
815         that showed up when using the color picker.
816
817 Tue Jan 29 11:51:14 2002  Tim Janik  <timj@gtk.org>
818
819         * gtk/gtkscale.[hc]: fix default value for ::digits property,
820         leave as 1 as per havoc's request.
821         don't apply the draw_digits value to range->round_digits,
822         so we don't perform gross quantization by default.
823
824 2002-01-25  Havoc Pennington  <hp@redhat.com>
825
826         * gtk/gtktextbtree.c (_gtk_text_btree_delete): fix assertion
827         failure by creating the line data, but not validating it at this
828         stage. Also, remove old code related to the "bogus newline" mess
829         that removed all tags from the last char in the buffer if you
830         tried to delete it.
831         (_gtk_text_line_data_new): put this here and prepend underscore,
832         remove from gtktextlayout.c
833
834 Mon Jan 28 19:57:39 2002  Owen Taylor  <otaylor@redhat.com>
835
836         * modules/input/imhangul.c modules/input/imhangul-defs.h
837         po/POTFILES.in. Add port of Emacs korean-hangul input
838         method from Yusuke Tabata (#67665)
839
840 Mon Jan 28 18:25:10 2002  Owen Taylor  <otaylor@redhat.com>
841
842         * gtk/gtkentry.c (gtk_entry_draw_frame): Paint shadow
843         before focus to give theme engines a bit morea
844         flexibility. (#69857)
845
846 Mon Jan 28 16:23:20 2002  Jonathan Blandford  <jrb@redhat.com>
847
848         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): no longer
849         g_assert.
850
851 2002-01-28  Jon Trowbridge  <trow@gnu.org>
852
853         * gtk/gtktreeview.c (gtk_tree_view_set_model): When setting the
854         GtkTreeView's model, set prelight_node, prelight_tree,
855         button_pressed_node and button_pressed_tree to NULL. (#69603)
856
857 2002-01-28 Bill Haneman <bill.haneman@sun.com>
858
859         * gtk/gtkstyle.c:
860         Make sure that the default expanders are drawn with
861         an outline thickness appropriate to the size of the
862         expanders (RINT expander_size/7).
863         Added static gtk_style_draw_polygon_with_gc(), to
864         reduce code duplication.
865
866         * gtk/gtktreeview.c: (gtk_tree_view_bin_expose):
867         Use focus_line_thickness when drawing focus lines.
868
869         * gtk/gtktreeviewcolumn.c:(gtk_tree_view_column_cell_get_size):
870         Adjust requested width to include focus line thickness.
871         (gtk_tree_view_column_cell_render_or_focus):
872         Calculate a focus line rectangle which gets larger as the focus
873         line thickness increases, to avoid overwriting cell content.
874         Render left-aligned content at x+focus_line_width.
875         (gtk_tree_view_column_cell_draw_focus):
876         Don't draw a focus line around an editable text cell, since the
877         text caret already indicates keyboard focus.
878         Pass a GtkStateType appropriate to the focussed cell's state
879         to gtk_paint_focus.
880
881 Mon Jan 28 14:44:40 2002  Jonathan Blandford  <jrb@redhat.com>
882
883         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): Only
884         activate/edit the row if shift is not pressed, #69248
885
886 2002-01-28  Anders Carlsson  <andersca@gnu.org>
887
888         * gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
889
890 2002-01-28  Matthias Clasen  <matthiasc@poet.de>
891
892         * gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,
893         gtkcellrenderer.c,gtkcellrendererpixbuf.c,gtkcombo.c,
894         gtkcontainer.c,gtkcurve.c,gtkframe.c,gtklabel.c,
895         gtkmessagedialog.c,gtknotebook.c,gtkspinbutton.c,gtktable.c,
896         gtktext.c,gtktextview.c,gtktreeview.c,gtktreeviewcolumn.c,
897         gtkviewport.c,gtkwidget.c}: General property notification 
898         cleanup. (#69066)
899
900 2002-01-28  Anders Carlsson  <andersca@gnu.org>
901
902         * gtk/gtkaccelgroup.c (gtk_accel_groups_activate): & with the
903         default mod mask so accels work when numlock is on.
904
905 Sun Jan 27 23:23:23 2002  Kristian Rietveld  <kris@gtk.org>
906
907         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_mark_invalid (my previous
908         commit already needed this ...)
909
910 Sun Jan 27 22:13:02 2002  Kristian Rietveld  <kris@gtk.org>
911
912         Fix for bug #69586
913
914         * gtk/gtktreeprivate.h: get rid of tab_offset, introduce
915         expander_size
916
917         * gtk/gtktreeview.c: get rid of ->priv->tab_offset, introduce
918         expander_size caching (from style), fix CELL_HEIGHT macro,
919         use MAX ("RBNODE_HEIGHT", expander_size) (differs per case) for
920         row height calculation, added style_set callback
921
922 2002-01-27  Anders Carlsson  <andersca@gnu.org>
923
924         * gtk/gtklabel.c (gtk_label_create_window): Set the cursor to
925         GDK_XTERM.
926
927         * gtk/gtktextview.h (struct _GtkTextView): add mouse_cursor_obscured.
928
929         * gtk/gtkentry.h (struct _GtkEntry): Add mouse_cursor_obscured.
930
931         * gtk/gtktextview.c (set_invisible_cursor): New function.
932         (gtk_text_view_obscure_mouse_cursor): Likewise.
933         (gtk_text_view_key_press_event): Call obscure_cursor if text 
934         has been inserted.
935         (gtk_text_view_motion_event): Restore the mouse cursor.
936
937         * gtk/gtkentry.c (gtk_entry_realize): Add GDK_POINTER_MOTION_MASK.
938         (set_invisible_cursor): New function.
939         (gtk_entry_obscure_mouse_cursor): Likewise.
940         (gtk_entry_key_press): call obscure_cursor if text has been inserted.
941         (gtk_entry_motion_notify): Restore the mouse cursor.
942
943 2002-01-27  Sven Neumann  <sven@gimp.org>
944
945         * gtk/gtkstyle.c (sanitize_size): removed unused return value.
946
947 Sat Jan 26 19:27:23 2002  Owen Taylor  <otaylor@redhat.com>
948
949         * gtk/gtksocket.c (gtk_socket_grab_notify): Don't
950         send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)
951
952 Sat Jan 26 19:04:37 2002  Owen Taylor  <otaylor@redhat.com>
953
954         * gtk/gtkmain.c (check_is_grabbed): Return FALSE not true
955         in the grab_widget == NULL case. (Bug reported by 
956         Padraig O'Briain, #69735)
957
958         * gtk/gtkplug.c (handle_modality_on): Realize the modality
959         window so gtk_widget_event() doesn't complain :-((((.
960
961 2002-01-25  Federico Mena Quintero  <federico@ximian.com>
962
963         Merge from gdk-pixbuf stable.
964
965         * gdk/gdkpixbuf-drawable.c (rgb565msb): Fixed the endianness
966         conversion --- swap the individual 16 bit values instead of taking
967         everying as a 32 bit value.
968         (rgb565lsb): Likewise.
969         (rgb555lsb): Likewise.
970         (rgb555msb): Likewise.
971
972 2002-01-25  Alex Larsson  <alexl@redhat.com>
973
974         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_drawable_impl_fb_class_init):
975         Implement copy_to_image instead of get_image
976         
977         * gdk/linux-fb/gdkimage-fb.c:
978         Implement _gdk_image_new_for_depth, _gdk_windowing_get_bits_for_depth and
979         _gdk_fb_copy_to_image.
980         Based in part on patch from Mathieu Lacage <mathieu_lacage@realmagic.fr>
981
982         * gdk/linux-fb/gdkmain-fb.c:
983         Make ENABLE_FB_MANAGER region larger.
984
985         * gdk/linux-fb/gdkprivate-fb.h:
986         Change _gdk_fb_get_image to _gdk_fb_copy_to_image.
987
988 2002-01-25  Sven Neumann  <sven@gimp.org>
989
990         * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
991         that gtk-doc doesn't get confused.
992
993 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
994
995         * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
996         that the passed in arrow is always _UP or _DOWN, this catches
997         false invocations which lead to drawing artefacts.
998         (start_spinning): likewise, i.e. sanity check the passed in arrow.
999         (gtk_spin_button_button_release): fix arrow redrawing.
1000         (gtk_spin_button_button_press): must set click_child for
1001         button3 even if we don't take spinning action right away.
1002
1003         * gtk/gtkspinbutton.h (struct _GtkSpinButton): document
1004         valid values for click_child.
1005
1006 Thu Jan 24 23:03:24 2002  Kristian Rietveld  <kris@gtk.org>
1007
1008         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): update docs,
1009         return current FALSE if x is smaller than the current visible area,
1010         not than the requested area, don't correct y coordinate,
1011         TREE_WINDOW_Y_TO_RBTREE_Y will do that. Fixes #67477.
1012
1013 Thu Jan 24 15:41:08 2002  Jonathan Blandford  <jrb@redhat.com>
1014
1015         * gtk/gtktreeview.c
1016          (gtk_tree_view_motion_draw_column_motion_arrow): fix column
1017          reordering fully.
1018          (gtk_tree_view_size_allocate): fix evil bug.
1019
1020 Thu Jan 24 11:53:19 2002  Owen Taylor  <otaylor@redhat.com>
1021
1022         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't clear
1023         the model until we clean up all the other objects
1024         that might refer to the object.
1025
1026 2002-01-24  Mark McLoughlin  <mark@skynet.ie>
1027
1028         * gtk/gtkaccessible.h: include gtk/gtkwidget.h
1029
1030 Wed Jan 23 20:28:59 2002  Owen Taylor  <otaylor@redhat.com>
1031
1032         * gtk/gtknotebook.c (gtk_notebook_draw_arrow): 
1033         Use insensitive state for insensitive arrows, not
1034         just an "etched state". (#67172, Adrian Custer)
1035
1036 2002-01-23  Manish Singh  <yosh@gimp.org>
1037
1038         * gtk/gtkentry.c (gtk_entry_set_text): use a variable that's actually
1039         been declared.
1040
1041 2002-01-23  Damon Chaplin  <damon@ximian.com>
1042
1043         * configure.in (gtk_doc_min_version): set minimum gtk-doc version to
1044         0.9, since we need to use the new --type-init-func argument for
1045         gtkdoc-scangobj.
1046
1047 2002-01-23  Matthias Clasen  <matthiasc@poet.de>
1048
1049         * gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive
1050         g_return_if_fail() calls. (#57615)
1051
1052         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries): Make
1053         it work for paths with underline accelerators. (#69247)
1054
1055 Wed Jan 23 15:12:16 2002  Owen Taylor  <otaylor@redhat.com>
1056
1057         * gtk/gtkspinbutton.c (gtk_spin_button_state_changed): 
1058         Stop spinning if widget becomes insensitive. (#56248)
1059
1060 Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>
1061
1062         * gtk/gtkspinbutton.c (EPSILON): Decrease value since
1063         we now use doubles.
1064
1065 Tue Jan 22 16:58:37 2002  Jonathan Blandford  <jrb@redhat.com>
1066
1067         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug
1068         I introduced accidentally, #69358
1069
1070 2002-01-22 Padraig O'Briain <padraig.obriain@sun.com>
1071
1072         * gtk/gtktreestore.c (gtk_tree_store_iter_children):
1073         Update last change to prevent core dump
1074
1075 Mon Jan 21 01:21:54 2002  Kristian Rietveld  <kris@gtk.org>
1076
1077         * gtk/gtktreestore.c: add some more stamp checks (pointed out
1078         by Anders Carlsson)
1079
1080         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): don't
1081         assume _row_changed will insert sort (because _row_changed doesn't
1082         need to follow this signal), so apply insert sort here
1083         (gtk_tree_model_sort_level_find_insert): header doesn't need to be
1084         set here, so use a return instead of g_return_val_if_fail.
1085
1086 Mon Jan 21 18:28:17 2002  Jonathan Blandford  <jrb@redhat.com>
1087
1088         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update
1089         top_row.  Remove extraneous print statements.
1090
1091 2002-01-21  Matthias Clasen  <matthiasc@poet.de>
1092
1093         * gtk/gtkitemfactory.c (gtk_item_factory_popup, 
1094         gtk_item_factory_popup_with_data): Document allowed values
1095         for ifactory.
1096
1097         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entry): Make 
1098         it work for paths with underline accelerators.
1099
1100 Fri Jan 18 16:31:21 2002  Jonathan Blandford  <jrb@redhat.com>
1101
1102         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): only resize the
1103         window.
1104
1105 Mon Jan 21 11:56:31 2002  Owen Taylor  <otaylor@redhat.com>
1106
1107         * gtk/gtkentry.c (gtk_entry_real_activate): Trap the 
1108         case where there is no default widget and the entry
1109         is the focus widget, since this also causes infinite
1110         recursion. (#69158)
1111
1112 Mon Jan 21 11:46:39 2002  Owen Taylor  <otaylor@redhat.com>
1113
1114         * gdk/gdk.c (gdk_init_check): Set the fallback program class here,
1115         rather than lazilygdk_get_program_class(), since we don't want
1116         -name to override it. (#69123, Ryan Lovett)
1117
1118 Mon Jan 21 10:29:45 2002  Owen Taylor  <otaylor@redhat.com>
1119
1120         * gdk/gdk.c: Fix wrong types for command line arguments 
1121         (#69124, Ryan Lovett)
1122
1123         * gdk/gdk.c (gdk_arg_context_parse): Fix bug in parsing
1124         parsing '--arg VALUE'.
1125
1126         * gdk/gdk.c: Remove unused variable gdk_error_trap_free_list.
1127
1128 2002-01-21  Havoc Pennington  <hp@pobox.com>
1129
1130         * gdk/gdkwindow.c (gdk_window_add_filter): mention that window 
1131         arg can be NULL
1132
1133 Sat Jan 19 20:49:41 2002  Kristian Rietveld  <kris@gtk.org>
1134
1135         * demos/gtk-demo/editable_cells.c: fix a load of open line ends
1136         (cell_edited): modified patch from German Poo Caaman~o
1137         to fix up old_text declaration and free the memory
1138         (do_editable_cells): unref the model after creating the treeview
1139
1140         * demos/gtk-demo/list_store.c: fix a load of open line ends,
1141         (add_columns): set the sort column id, so we can sort
1142
1143         * demos/gtk-demo/tree_store.c: fix a load of open line ends,
1144         (do_tree_store): unref the model after creating the treeview
1145
1146 2002-01-19  Havoc Pennington  <hp@pobox.com>
1147
1148         * gtk/gtkwindow.c: link to new X11 section in a lot of places when
1149         mentioning the window manager.
1150
1151         * gtk/gtkwidget.c (gtk_widget_hide_on_delete): don't mention
1152         window manager since we're portable.
1153
1154 Sat Jan 19 08:47:41 2002  Jeff Garzik  <jgarzik@mandrakesoft.com>
1155
1156         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
1157         Wrap case values in GPOINTER_TO_UINT().  Fixes build with gcc 3.x.
1158
1159         * gtk/gtkmain.c:  Include sys/types.h if G_OS_UNIX.
1160         Fixes build with gcc 3.x and -ansi.
1161
1162 Fri Jan 18 23:01:37 2002  Owen Taylor  <otaylor@redhat.com>
1163
1164         * gtk/gtkrc.c (gtk_rc_parse_style): Fix problems when
1165         an engine declaration occurs in a reopened style, and
1166         g_free() of objects when errors occur.
1167
1168 2002-01-18  Matthias Clasen  <matthiasc@poet.de>
1169
1170         * gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action):
1171         Clarify documentation. (#69026)
1172
1173         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix 
1174         missing initialization of adjustment. (#69025)
1175
1176 2002-01-17  Raja R Harinath  <harinath@cs.umn.edu>
1177
1178         Simplify Makefiles. 
1179         <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>
1180         * gdk/Makefile.am: Remove use of automake conditionals to pick
1181         library to build.
1182         * gtk/Makefile.am: Likewise.
1183         
1184         * gdk/Makefile.am (LDFLAGS): Use $(libdir), not @prefix@/lib.
1185         * gtk/Makefile.am (LDFLAGS): Likewise.
1186
1187 Thu Jan 17 20:13:14 2002  Owen Taylor  <otaylor@redhat.com>
1188
1189         * gtk/gtknotebook.c (gtk_notebook_redraw_tabs): Fix
1190         missing allocation.x/y offsets. (#68962, Jacob
1191         Berkman)
1192
1193         * gtk/gtknotebook.c (gtk_notebook_size_allocate):
1194         Queue a redraw on the entire widget if we hide
1195         the last page or show the first. (Also #68962)
1196         
1197 2002-01-17  Havoc Pennington  <hp@redhat.com>
1198
1199         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): change
1200         GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it
1201         starts to go up/down paragraphs. This makes Ctrl+Up/Ctrl+Down work
1202         as in the keynav spec, though it makes the interpretation of
1203         GTK_MOVEMENT_PARAGRAPHS different from the interpretation of some
1204         of the other GTK_MOVEMENT_ thingies, maybe, as if that enum makes
1205         any sense anyhow.
1206
1207 Thu Jan 17 16:34:55 2002  Jonathan Blandford  <jrb@redhat.com>
1208
1209         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): For
1210         some reason, I was activating a row while just selecting it.
1211         Reported by andersca.
1212         (gtk_tree_view_size_request): add a
1213         validate_rows_handler to give us a rough width of the widget.
1214
1215         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
1216         Queue a resize here just in case.  It's needed in over half the
1217         cases, and I don't want to do a diff to figure out exactly when
1218         it's needed.
1219
1220 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
1221
1222         * gtk/gtkinputdialog.c,
1223         gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
1224         Mark children as composite. (#66360)
1225
1226         * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
1227         composite children some more. (#66360)
1228
1229 2002-01-17  Havoc Pennington  <hp@redhat.com>
1230
1231         * gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new
1232         function (which I then decided not to use but I think it's needed
1233         to fix #68963
1234
1235         * gtk/gtktextview.c: add page_horizontally action signal and
1236         implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig, 
1237         hackily modified to avoid adding GTK_MOVEMENT_ API. Part of 
1238         #53934
1239
1240         * gtk/gtkmarshalers.list: add NONE:INT,BOOL
1241
1242 Thu Jan 17 17:02:38 2002  Owen Taylor  <otaylor@redhat.com>
1243
1244         * gtk/gtkwidget.c (gtk_widget_real_unrealize): Call
1245         gtk_selection_remove_all() here, not in destroy/
1246         finalize. (#66636, Sergey Vlasov)
1247
1248         * gtk/gtkselection.c (gtk_selection_request): Fix
1249         reentrancy problem with multiple conversions.
1250
1251         * gtk/gtkselection.c (gtk_selection_remove_all): 
1252         Don't remove incrs, we don't need the widget for
1253         maintain the incr.
1254
1255         * gtk/gtkselection.c (struct _GtkIncrInfo): Remove
1256         the widget field from here, we don't need it.
1257
1258 Thu Jan 17 13:08:34 2002  Owen Taylor  <otaylor@redhat.com>
1259
1260         * gdk/x11/gdkmain-x11.c (gdk_error_trap_push): Move
1261         here, and save/restore the X error handler to allow
1262         people using GTK+ to set the X error handler to something
1263         custom without disturbing the operation of GDK.
1264
1265         * gdk/linux-fb/gdkmain-fb.c (gdk_error_trap_push) 
1266         * gdk/win32/gdkmain-win32.c (gdk_error_trap_pop): Add
1267         dummy implementations.
1268
1269         * gdk/x11/gdkmain-x11.c gdk/x11/gdkevents-x11.c 
1270         gdk/x11/gdkdnd-x11.c: Use gdk_error_trap_push()/pop()
1271         for all error trapping.
1272
1273         * gdk/x11/gdkdnd-x11.c: Remove '#if 0' code.
1274
1275         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Fix
1276         problem where we would add the results anyways,
1277         and then add it again if no error occurred, and problem
1278         where we could leave _gdk_error_warnings() unset.
1279
1280 Wed Jan 16 20:28:38 2002  Owen Taylor  <otaylor@redhat.com>
1281
1282         * gtk/gtkfilesel.c: Fix "deleting" filename by adding
1283         another boolean parameter to file_selection_populate() -
1284         whether to clear the entry. Also, never fill in the
1285         entry when the user clicks on something in the 
1286         directory list. (#6791, Reported by Jos Dehaes and many,
1287         many, many others.)
1288
1289 2002-01-16  Havoc Pennington  <hp@redhat.com>
1290
1291         * gtk/gtktextview.c (gtk_text_view_scroll_pages): update
1292         cursor_y_pos with clamped delta rather than theoretical delta
1293         (#68788). Also, if we can't page up/down further then jump 
1294         to top/bottom of the document.
1295
1296 Wed Jan 16 19:33:41 2002  Owen Taylor  <otaylor@redhat.com>
1297
1298         * gtk/gtkfilesel.c (gtk_file_selection_map): Refresh
1299         the dialog on map. (#52877, inspired by request from
1300         Murray Cumming)
1301
1302 Wed Jan 16 19:23:04 2002  Owen Taylor  <otaylor@redhat.com>
1303
1304         * gtk/gtkbindings.c (gtk_binding_entry_activate): 
1305         Support "optional" bindings. If a binding signal
1306         has a boolean return value, and returns FALSE it
1307         is as if it didn't exist all.
1308
1309         * gtk/gtkbindings.c (binding_compose_params): Switch
1310         over to GValue.
1311
1312         * gtk/gtknotebook.[ch]: Make the select_page() and
1313         change_current_page() signals only take effect when
1314         the focus is on the tab area so that key presses
1315         in children pass up to the toplevel correctly.
1316
1317 Wed Jan 16 12:16:37 2002  Owen Taylor  <otaylor@redhat.com>
1318
1319         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Fix 
1320         calculation error in the (shouldn't happen) case where
1321         option_menu->height < child_requisition.height. (Patch
1322         from Jacob Berkman, #66969)
1323
1324 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
1325
1326         * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
1327
1328         * gtk/gtkscale.h (gtk_scale_value_width): Remove useless 
1329         compatibility macro. (#67730) 
1330
1331 Wed Jan 16 10:54:38 2002  Owen Taylor  <otaylor@redhat.com>
1332
1333         * configure.in: Fix typo in --help output.
1334         (Arnaud Charlet).
1335
1336 Wed Jan 16 10:18:42 2002  Owen Taylor  <otaylor@redhat.com>
1337
1338         * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add 
1339         gtkstockpixbufs.h.
1340
1341         * configure.in: Make TIFF, JPEG, PNG loaders mandatory
1342         unless you configure with --without-libtiff, etc.
1343         (#54045, Brian Cameron)
1344
1345 2002-01-16  Padraig O'Briain <padraig.obriain@sun.com>
1346
1347         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
1348         Avoid unexpected warning message when navigating menu (#68517)
1349
1350 2002-01-15  Jody Goldberg <jody@gnome.org>
1351
1352         * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
1353         GtkLayout may have been scrolled _before_ it was realized.
1354
1355 Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>
1356
1357         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
1358         the timer on destroy, or when we are notified that we are
1359         shadowed by a modal dialog.
1360
1361         * gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
1362         not needed any more.
1363
1364         * gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
1365         weren't sent out for the default grab group.
1366
1367         * gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
1368         were getting events because they were part of the previous grab.
1369
1370 Tue Jan 15 12:23:33 2002  Owen Taylor  <otaylor@redhat.com>
1371
1372         * gtk/gtknotebook.c (gtk_notebook_mnemonic_activate_switch_page): 
1373         focus the activated tab, not the page. (#53612)
1374
1375         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Track
1376         the last focus descendant of the page.
1377
1378         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): If the focus
1379         was on the previous page, move it to the last focused widget /
1380         first element on the new page, if possible, or if not, to the 
1381         notebook itself. (#68224, reported by Jonathan Blandford)
1382
1383         * gtk/gtknotebook.c (focus_tabs_in): Don't focus tabs
1384         tabs aren't visible. (#65462, Damon Chaplin, fixed based 
1385         on patch from Anders Carlsson)
1386
1387 2002-01-15            Vitaly Tishkov       <tvv@sparc.spb.su>
1388
1389         * gtk/gtkstyle.c
1390         a misprint in documentation for gtk_style_render_icon () is fixed
1391
1392 Mon Jan 14 23:21:47 2002  Tim Janik  <timj@gtk.org>
1393
1394         * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after
1395         mapping child, so we don't loose events.
1396
1397 2002-01-15  Sven Neumann  <sven@gimp.org>
1398
1399         * gtk/gtkaccellabel.h
1400         * gtk/gtkitemfactory.c: fixed documentation by syncing the parameter
1401         names used in headers and code.
1402
1403 2002-01-14  jacob berkman  <jacob@ximian.com>
1404
1405         * gtk/gtkrc.c (gtk_rc_get_im_module_path): close a comment block
1406
1407 Tue Jan 15 01:13:51 2002  Kristian Rietveld  <kris@gtk.org>
1408
1409         * gtk/gtktreemodelsort.c: fix a load of open line ends,
1410         (gtk_tree_model_sort_set_model): only free root level if it's
1411         !NULL
1412
1413 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
1414
1415         * gtk/gtkoldeditable.c, gtk/gtkrc.c, 
1416         gtk/gtkstyle.c: Documentation additions.
1417
1418         * gtk/gtkmenu.c (gtk_menu_set_accel_path),
1419         gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), 
1420         gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes.
1421
1422         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document.
1423
1424         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use.
1425
1426 Mon Jan 14 17:14:13 2002  Owen Taylor  <otaylor@redhat.com>
1427
1428         * gdk/x11/gdkselection-x11.c (sanitize_utf8): Don't
1429         mangle sequences of consecutive \n or \r.
1430
1431 Mon Jan 14 17:42:28 2002  Jonathan Blandford  <jrb@redhat.com>
1432
1433         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): allow cancel to
1434         happen.
1435
1436         * gtk/gtktreeview.c (install_presize_handler): only install the
1437         handler if we're realized, #68056
1438
1439 Mon Jan 14 16:35:58 2002  Owen Taylor  <otaylor@redhat.com>
1440
1441         * gtk/gtkwindow.c (gtk_window_move_resize): Unset 
1442         initial_pos_set after the first configure request.
1443
1444 2002-01-13  Jody Goldberg <jody@gnome.org>
1445
1446         * gtk/gtktexttag.c (get_color_arg) : set_boxed will copy the color
1447           and will use a mem_chunk to do it.  Avoid an unnecessary copy, a
1448           leak, and confusion.
1449
1450 Sun Jan 13 23:23:22 2002  Owen Taylor  <otaylor@redhat.com>
1451
1452         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
1453         widget->requisition was being used instead of
1454         gtk_widget_get_child_requisition (), causing geometry widgets
1455         with usizes to misbehave.
1456
1457 2002-01-14  Sven Neumann  <sven@gimp.org>
1458
1459         * gtk/gtkrc.c: g_getenv() returns a const string.
1460
1461 2002-01-14  Hasbullah Bin Pit  <sebol@ikhlas.com>
1462
1463         * configure.in: Added ms at ALL_LINGUAS.
1464         * po/ms.po: Added Malay Translation.
1465
1466 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
1467
1468         * gtk/gtkitemfactory.c: Documentation.
1469
1470 2002-01-13  Sven Neumann  <sven@gimp.org>
1471
1472         * gdk/gdkwindow.c: documentation cleanups.
1473
1474 Sun Jan 13 01:15:45 2002  Kristian Rietveld  <kris@gtk.org>
1475
1476         * gtk/gtktreemodelsort.c: various cleanups,
1477         (get_child_iter_from_elt): removed,
1478         (gtk_tree_model_sort_elt_get_path): rewritten to be a lot cleaner
1479         and especially faster,
1480         (gtk_tree_model_convert_iter_to_child_iter): use
1481         gtk_tree_model_sort_elt_get_path
1482
1483 Sat Jan 12 16:57:31 2002  Kristian Rietveld  <kris@gtk.org>
1484
1485         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
1486         revert Owen's change (using a strdupped string as object data), so
1487         the interactive search works again
1488
1489 2002-01-11  Havoc Pennington  <hp@pobox.com>
1490
1491         * gtk/gtklabel.c: put in more links to Pango markup format docs
1492         (gtk_label_set_justify): mention gtk_misc_set_alignment
1493
1494 2002-01-12  Tor Lillqvist  <tml@iki.fi>
1495
1496         Fixes contributed by Archaeopteryx Software: This is a first small
1497         part of their changes. Will commit more later.
1498         
1499         * gdk/win32/*.c: Add some more checks for failed GDI calls. If a
1500         call fails, don't use bogus values.
1501
1502          gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): Plug
1503         memory leak: g_free() the AND and XOR bitmaps after use.
1504         (_gdk_cursor_destroy): If we are destroying the current Windows
1505         cursor, set the Windows cursor to none first.
1506
1507         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old
1508         brush that was in the DC, like the win32-procution branch does. I
1509         guess this plugs a resource leak? With the HDC cache, the old
1510         brush might be something we created ourselves, and not a stock
1511         brush. And it doesn't do any harm to call DeleteObject on stock
1512         brushes.
1513
1514         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_finalize): If
1515         the window has a cursor which is the current Windows cursor,
1516         before destroying it set the current Windows cursor to none.
1517         (gdk_window_set_cursor): Also here, if destroying the current
1518         Windows cursor, set the current Windows cursor to none first.
1519         (gdk_window_get_pointer): Revamp logic.
1520         
1521 2002-01-10  jacob berkman  <jacob@ximian.com>
1522
1523         * gtk/gtkwidget.c (gtk_widget_add_events): actually iterate
1524         through the list rather than infinitely loop
1525
1526 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
1527
1528         * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
1529         reset_rc_styles_recurse(). (#68084)
1530
1531 2002-01-10            Vitaly Tishkov       <tvv@sparc.spb.su>
1532         * gtk/gtkimage.c
1533         * gtk/gtkimcontext.c
1534         * gtk/gtktreemodel.c
1535         * gtk/gtktreemodelsort.c
1536         * gtk/gtkwindow.c
1537         fix docs        
1538
1539 Wed Jan  9 20:56:42 2002  Jonathan Blandford  <jrb@redhat.com>
1540
1541         * gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
1542         symbols because we need them in MyEnhancedXkbTranslateKeyCode.
1543
1544 2002-01-10  Tor Lillqvist  <tml@iki.fi>
1545
1546         Apply the same fixes and improvements as to the
1547         gtk-1-3-win32-production branch: Bug fixes and cleanup of
1548         selection and DND functionality. Still doesn't work as well as the
1549         win32-production branch, though, but getting closer.
1550
1551         After this, need to add Archaeopteryx Software's OLE2 DND support.
1552
1553         * gdk/win32/gdkselection-win32.c (gdk_selection_owner_set,
1554         gdk_selection_send_notify, generate_selection_notify): Don't use
1555         SendMessage() to generate events for the same app, instead use
1556         gdk_event_put().
1557
1558         * gdk/win32/gdkprivate-win32.h
1559         * gdk/win32/gdkglobals-win32.c
1560         * gdk/win32/gdkmain-win32.c
1561         * gdk/win32/gdkevents-win32.c: Thus, remove declaration, definition,
1562         initialisation and handling of gdk_selection_notify_msg,
1563         gdk_selection_request_msg and gdk_selection_clear_msg. 
1564
1565         * gdk/win32/gdkselection-win32.c (gdk_text_property_to_text_list,
1566         gdk_free_text_list, gdk_string_to_compound_text,
1567         gdk_free_compound_text): Implement trivially, witrh a text_list
1568         always having a single element, and a compound text always
1569         consisting of just a single (UTF-8!) string. Let's see how well
1570         this works.
1571
1572         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
1573         non-ASCII paste from the clipboard: Try getting the same formats
1574         from the Windows clipboard that gdk_property_change() puts there:
1575         CF_UNICODETEXT, UTF8_STRING or CF_TEXT+CF_LOCALE.
1576
1577         * gdk/win32/gdkproperty-win32.c (gdk_property_change): When
1578         storing text on the clipboard, handle non-ASCII text
1579         correctly. The logic is as follows:
1580
1581         If we have only ASCII characters, use CF_TEXT.
1582
1583         Else, if we are on NT, use CF_UNICODETEXT.
1584
1585         Else (we are on Win9x), if all the characters are present in the
1586         code page of some installed locale, use CF_TEXT and also set
1587         CF_LOCALE to that locale.
1588
1589         Else (still on Win9x) store as RTF. We use a very simple RTF
1590         string, just the text, no fonts or other crap, with the non-ASCII
1591         characters as Unicode \uN keywords. Additionally, also store the
1592         UTF-8 string as such, under the format "UTF8_STRING", so that GDK
1593         can also paste from the Clipboard what it has copied there. (Thus
1594         no need to implement any RTF parser.)
1595         
1596         (find_common_locale): New function, implements the search for a
1597         locale for case 3 above.
1598
1599         * gdk/win32/gdkglobals-win32.c: New global variables
1600         compound_text, text_uri_list, utf8_string, cf_rtf and
1601         cf_utf8_string.
1602
1603         * gdk/win32/gdkim-win32.c (_gdk_ucs2_to_utf8): New function,
1604         converts from a wchar_t string to UTF-8.
1605         (_gdk_utf8_to_ucs2): Rename from _gdk_win32_nmbstowchar_ts.
1606         (_gdk_utf8_to_wcs): Rename from gdk_nmbstowchar_ts.
1607
1608         * gdk/win32/gdkevents-win32.c (build_keypress_event): Use
1609         _gdk_ucs2_to_utf8().
1610
1611         * gdk/win32/gdkselection-win32.c: Remove some unnecessary logging.
1612
1613         * gdk/win32/gdkdnd-win32.c: Plug memory leaks, the
1614         gdk_drag_context_ref() was called unnecessarily in a couple of
1615         places, meaning drag contexts were never freed. The same memory
1616         leaks seem to be present in gdk/linux-fb/gdkselection-fb.c, BTW.
1617
1618         (gdk_drop_reply): For WIN32_DROPFILES drops, free the temporarily
1619         stored file list.
1620
1621         * gdk/win32/gdkselection-win32.c: Clarify the use of the
1622         sel_prop_table. Now it is used only for storing the GDK_SELECTION
1623         "properties".
1624
1625         The file names dropped with WM_DROPFILES -style DND is stored
1626         temporarily (between the drop and the target picking them up) in a
1627         separate place.
1628
1629         Have a separate hash table to map selection atoms to owner
1630         windows. This used to be quite mixed up.
1631
1632         (_gdk_dropfiles_store): New function, to store the dropped file
1633         list for the drop target to possibly fetch, and clear it
1634         afterwards, from gdk_drop_reply().
1635
1636         (gdk_selection_owner_get): Much simplified now.
1637
1638 2002-01-09  jacob berkman  <jacob@ximian.com>
1639
1640         * gtk/gtklayout.c (gtk_layout_style_set): set the background of
1641         our bin window also (fixes #58957)
1642
1643 Wed Jan  9 19:10:07 2002  Jonathan Blandford  <jrb@redhat.com>
1644
1645         * gtk/gtktreeselection.c
1646         (_gtk_tree_selection_internal_select_node): Now we test we can
1647         unselect nodes before selecting new ones.
1648         (gtk_tree_selection_real_select_node): be careful comparing booleans.
1649
1650 Wed Jan  9 21:31:44 2002  Kristian Rietveld  <kris@gtk.org>
1651
1652         * gtk/gtkliststore.c (gtk_list_store_sort): pass NULL to
1653         gtk_tree_model_rows_reordered and not an iter with user_data
1654         set to NULL (which is an invalid liststore iter, so
1655         iter_n_children failed, etc)
1656
1657 2002-01-09  Sven Neumann  <sven@gimp.org>
1658
1659         * tests/prop-editor.c: declared internal functions static.
1660         
1661 Wed Jan  9 11:13:12 2002  Owen Taylor  <otaylor@redhat.com>
1662
1663         * gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path): 
1664         Fix problem with menus without accel groups, such as the
1665         menus for option menus.
1666
1667         * gtk/gtkpaned.c (gtk_paned_expose): Only conditionalize
1668         drawing of handle on whether both children are visible,
1669         not the drawing of the other child!. (#68325, Diego Gonzalez)
1670
1671 Wed Jan  9 10:20:16 2002  Owen Taylor  <otaylor@redhat.com>
1672
1673         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkgc-c11.c: Check for
1674         RENDER before trying to use it... XRenderFindFormat() prints
1675         warnings if called when extension isn't present.
1676
1677 Wed Jan  9 15:20:40 2002  Tim Janik  <timj@gtk.org>
1678
1679         * gtk/gtkmenuitem.c (gtk_menu_item_parent_set): update the accel
1680         path upon parent changes.
1681
1682 Wed Jan  9 13:20:14 2002  Tim Janik  <timj@gtk.org>
1683
1684         * gtk/gtkviewport.c (gtk_viewport_size_allocate): small but important
1685         fix to force vadjustments at size_alocate time from Xavier Ordoquy
1686         <mcarkan@users.sourceforge.net>.
1687
1688 Wed Jan  9 11:23:39 2002  Tim Janik  <timj@gtk.org>
1689
1690         * gtk/gtklayout.c (gtk_layout_get_property): 
1691         * gtk/gtkspinbutton.c (gtk_spin_button_get_property): 
1692         * gtk/gtktreeview.c (gtk_tree_view_get_property): 
1693         * gtk/gtkwidget.c (gtk_widget_get_property): 
1694         * gtk/gtkfontsel.c (gtk_font_selection_get_property): 
1695         * gtk/gtkrange.c (gtk_range_get_property):
1696         * gtk/gtkviewport.c (gtk_viewport_get_property):
1697         * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
1698         possible NULL pointer.
1699
1700 2002-01-08  Mike Kestner  <mkestner@speakeasy.net>
1701
1702         * gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
1703         * gtk/gtktreednd.h : ditto.
1704         * gtk/gtktreemodel.h : ditto.
1705         * gtk/gtktreesortable.h : ditto.
1706         * gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
1707
1708 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
1709
1710         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
1711         than XIDs in the docs.
1712
1713         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
1714
1715 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
1716
1717         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
1718         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
1719
1720 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
1721
1722         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
1723         Handle TOGGLE/RADIOBUTTON as well. (#68201,
1724         Damon Chaplin.)
1725
1726         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
1727         bug, just introduced.
1728
1729 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
1730
1731         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
1732         translations, once and for all.
1733
1734         * gtk/gtktextbuffer.c (paste_from_buffer): Free
1735         the ClipboardRequest structure. (#66198, HideToshi
1736         Tajima)
1737
1738 2002-01-08  jacob berkman  <jacob@ximian.com>
1739
1740         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
1741         the child rather than the layout. see bug #68263
1742
1743 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
1744
1745         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
1746         the handle if we aren't showing both children.
1747         (#68135, Diego Gonzalez)
1748
1749 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
1750
1751         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
1752         leak of result of gtk_container_get_children().
1753
1754 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
1755
1756         * gtk/gtktoolbar.c: Fix leaks of results of
1757         gtk_container_get_children(). (#68199, Damon Chaplin)
1758
1759 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
1760
1761         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
1762         Fix problem where child->requisition was accessed
1763         directly instead of calling get_child_requisition()
1764         (#68199, Damon Chaplin)
1765
1766 2001-01-08  James Henstridge  <james@daa.com.au>
1767
1768         * gtk/gtkstyle.c: add trailing */ on doc comment.
1769
1770 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
1771
1772         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
1773         problem where were the offset into the image was passed
1774         into convert_to_format() wrong.
1775
1776         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
1777         gdk_x11_drawable_update_picture_clip () before using
1778         the picture; allow update_picture_clip() to take a NULL gc
1779         to mean no clipping.
1780
1781 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
1782
1783         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
1784
1785         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
1786
1787         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
1788
1789         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
1790
1791         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
1792         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
1793         gtk_widget_push_composite_child), gtk/gtkdialog.c 
1794         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
1795         from messing up the indentation of inline examples.     
1796
1797         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
1798         instead of getenv().
1799
1800         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
1801         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
1802         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
1803
1804         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
1805         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
1806         Document.
1807
1808 2002-01-07  Anders Carlsson  <andersca@gnu.org>
1809
1810         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
1811         unused pixels and rowstride variables.
1812         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
1813
1814 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
1815
1816         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
1817         the pointer by x/y_offset into the new window when we found
1818         the drag destination.
1819
1820         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
1821         for simulation when the entry already contains the required
1822         accel key and mod.
1823
1824 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
1825  
1826         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
1827         G_DISABLE_CAST_CHECKS.
1828
1829         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
1830         gtk_accel_group_query, gtk_accel_group_find,
1831         gtk_accel_groups_from_object): Document.
1832
1833         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
1834
1835 2002-01-04  Hans Breuer  <hans@breuer.org>
1836
1837         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
1838         need to cast image->mem away from void* to avoid 
1839         'error C2036: 'void *' : unknown size'. Doing pointer 
1840         arithmetics on void pointers is a GCCism afaik.
1841
1842         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
1843         _gdk_draw_pixbuf ()
1844
1845         * gdk/makefile.msc gdk/win32/makefile.msc 
1846         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
1847
1848         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
1849         and take care of image->visual possibly NULL.
1850
1851         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
1852         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
1853         Again take care of image->visual possibly NULL.
1854
1855         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
1856
1857         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
1858         instead of private field access
1859
1860         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
1861         colormap setting to the gdk-X behaviour
1862
1863 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
1864
1865         * gtk/gtkwidget.c: Documentation additions.
1866
1867 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
1868
1869         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
1870
1871         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
1872
1873 2002-01-04  Havoc Pennington  <hp@pobox.com>
1874
1875         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
1876         
1877 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
1878
1879         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
1880         don't infinite loop if the widget and window heirarchies
1881         don't correspond.
1882
1883         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
1884         in heirarchy in ::drag_motion, ::drag_drop callbacks
1885         by referencing child widget lists. (Patch from Tim)
1886
1887         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
1888         with widgets where window.x != widget->allocation.x
1889
1890 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
1891
1892         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
1893         a little bit. (More for consistency than because it
1894         makes much of a difference.)
1895
1896 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
1897
1898         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
1899         (_gdk_x11_have_render): Private function to tell if we have RENDER
1900         extension.
1901
1902         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
1903         None if we don't have RENDER extension.
1904
1905         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
1906         use Xft unless we have render extension.
1907
1908         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
1909         Handle missing render extension.
1910
1911         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
1912         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
1913         to the GdkDrawable vtable that extends get_image() to allow
1914         copying onto existing images.  Make the default implementation of
1915         get_image() use this so that backends don't have to implement
1916         both. Add private wrapper _gdk_drawable_copy_to_image().
1917
1918         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
1919         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
1920         copy_to_image() semantics, speed up by using ShmPixmaps and
1921         XCopyArea when possible, XFlush() after ungrabbing the server,
1922         generally redo the logic once again.
1923
1924         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
1925         _gdk_windowing_bits_per_depth(): Function to convert from depth to
1926         bits-per-pixel. (We assume only one bpp per depth - X requires
1927         this.)
1928
1929         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
1930         scratch image code into a generic _gdk_image_get_scratch() chunk
1931         of code that we can use other places we need scratch images.
1932
1933         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
1934         Add _gdk_image_new_for_depth() as the backend 
1935         to _gdk_image_new() to allowing creating images with
1936         a depth and no visual.
1937
1938         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
1939         parts of images not at 0,0 actually works.
1940
1941         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
1942         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
1943          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
1944           _gdk_draw_pixbuf() [ will be made public later ], to allow 
1945           backends to accelerate drawing pixbufs. 
1946          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
1947            to be the default implementation. 
1948          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
1949          - Optimize the default implementation by using 
1950            _gdk_image_copy_to_pixmap() and scratch shared images, and
1951            special casing the compositing.
1952
1953         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
1954         with alpha using the RENDER extension.
1955
1956         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
1957         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
1958
1959         * tests/testrgb.c: Add test for speed of alpha composition,
1960         reduce the number of iterations since alpha composition
1961         can be a bit slow.
1962
1963         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
1964         Private function to get a ShmPixmap for an image, if possible.
1965
1966 2002-01-04  Anders Carlsson  <andersca@gnu.org>
1967
1968         * tests/testtreesort.c: Add my cool list of integers.
1969
1970 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
1971
1972         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
1973         problem where retrieved atoms weren't properly returned.
1974
1975 2002-01-03  Anders Carlsson  <andersca@gnu.org>
1976
1977         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
1978         tab is pressed and the text view isn't editable, 
1979         move the focus instead.
1980
1981         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
1982         necessary.
1983
1984         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
1985
1986         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
1987
1988         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
1989         if it's NULL.
1990
1991         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
1992         _gtk_tree_view_queue_draw_node.
1993         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
1994
1995         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
1996         sort_column_id can be 0.
1997
1998         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
1999         Only redraw one the node being selected.
2000
2001         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
2002         
2003 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
2004
2005         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
2006         realized but visible && !mapped resize containers (which is
2007         possible with unset CHILD_VISIBLE now).
2008
2009 2002-01-02  jacob berkman  <jacob@ximian.com>
2010
2011         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
2012         libsomething_la_LDFLAGS, so fix the build again
2013
2014 2002-01-01  Havoc Pennington  <hp@pobox.com>
2015
2016         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
2017         exposes to no window children not in the buffer window.
2018         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
2019         - is this the right way to do it?
2020         (gtk_text_view_focus): add focus method, just chains up for now, 
2021         I'm not sure why the GtkContainer implementation doesn't work
2022
2023         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
2024         in the text line for the child anchor segment
2025
2026         * tests/testtext.c (do_add_focus_children): add another test
2027         example (to put focusable buttons into the widget)
2028
2029 2002-01-01  Havoc Pennington  <hp@pobox.com>
2030
2031         * docs/README.linux-fb: note that this file is obsolete
2032
2033         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
2034         files that they should not be edited and look in the reference 
2035         manual instead. Probably these files should just be replaced by 
2036         the note, and their main contents deleted.
2037
2038         * gtk/gtktextview.c: docs
2039
2040         * gtk/gtktextmark.c: docs
2041
2042         * gtk/gtktextchild.c: docs
2043
2044         * gtk/gtktextbuffer.c: docs stuff
2045
2046         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
2047         give people more leads in sorting out PRIMARY vs. CLIPBOARD
2048
2049 2002-01-01  Tor Lillqvist  <tml@iki.fi>
2050
2051         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
2052         ../gdk-pixbuf/gdk-pixbuf-csource.
2053
2054 2001-12-31  Tor Lillqvist  <tml@iki.fi>
2055
2056         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
2057         handling.
2058         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
2059
2060         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
2061         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
2062         one more place.
2063
2064         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
2065         -Wall.
2066
2067         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
2068
2069 2002-01-01  Havoc Pennington  <hp@pobox.com>
2070
2071         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
2072         fix
2073         
2074 2002-01-01  Havoc Pennington  <hp@pobox.com>
2075
2076         * gtk/gtktextview.c (changed_handler): Replace call to
2077         gtk_widget_size_request() that expected to actually compute the
2078         request with a direct use of widget_class->size_request, so we get
2079         our size request right; fixes remaining part of #63065 reported by
2080         Matthias Clasen
2081
2082 2001-12-31  Havoc Pennington  <hp@pobox.com>
2083
2084         * tests/testtext.c (do_insert_and_scroll): remove backward_char
2085         since we no longer have bogus newline
2086         (dialog_response_callback): remove another backward_char horkage, 
2087         reported by Matthias Clasen #63065
2088
2089 2001-12-31  Havoc Pennington  <hp@pobox.com>
2090
2091         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
2092         fix an incorrect assertion that the "valid" flag is always correct
2093         in a node and add explanatory comment. This keeps me from 
2094         reproducing #59101, but I'm remembering that 59101 was actually 
2095         about incorrect pixel totals, so I'm not sure 59101 is actually 
2096         fixed. May just have stopped happening due to some change in 
2097         how C-k works.
2098
2099 2001-12-31  Havoc Pennington  <hp@pobox.com>
2100
2101         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
2102         selection if shift is down, bug #50939
2103         (gtk_text_view_button_press_event): add double/triple click
2104         selection to the current selection if shift is down
2105
2106 2001-12-31  Havoc Pennington  <hp@pobox.com>
2107
2108         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
2109         to use ensure_byte_offsets not ensure_char_offsets, patch 
2110         from Padraig O'Briain bug #67356
2111         
2112 2001-12-30  Havoc Pennington  <hp@pobox.com>
2113
2114         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
2115         the right values, reported by Jeff Franks
2116
2117 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
2118
2119         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
2120
2121 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
2122
2123         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
2124         Minor documentation tweaks.
2125
2126 2001-12-28  Tor Lillqvist  <tml@iki.fi>
2127
2128         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
2129         (unicode_classify): Don't return -1 on encountering an
2130         unclassified character, but play it safe and return U_BASIC_LATIN.
2131
2132 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
2133
2134         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
2135         of misc->xpad/ypad consistent with GtkLabel. Do 
2136         directional flipping when interpreting misc->xalign/yalign.
2137         Fix off-by-one error for negative x,y. (#67472, reported
2138         by Mathieu Lacage)
2139
2140 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
2141
2142         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
2143         Remove optimization that was causing problems because
2144         we called gtk_widget_size_request() before we called
2145         gtk_widget_queue_resize() so RESIZE_NEEDED was not
2146         set. Optimization shouldn't mattter now that we
2147         are smart about needlessly size requesting or allocating
2148         widgets. (#67598, reported by Jacob Berkman)
2149
2150 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
2151
2152         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
2153         Call gdk_window_get_pointer() on menu->bin_window not
2154         menu->window, so we get the correct window for the
2155         menu item. (#65213, Guillermo S. Romero)
2156
2157 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
2158
2159         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
2160         the title by setting to NULL. Move docs inline. 
2161         Update the title if the tearoff window already
2162         exists. Code cleanup. (Fixes #65190, reported by
2163         Vitaly Tishkov.)
2164
2165 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
2166
2167         * gtk/gtksocket.c (gtk_socket_key_press_event): 
2168         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
2169         special handling of key presses unless we are doing 
2170         iter-app embedding. (Fixes #67590, Anders Carlsson)
2171
2172 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
2173
2174         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
2175         (gtk_tree_model_sort_sort_level),
2176         (gtk_tree_model_sort_insert_value): fix a few places where
2177         I was confused between modelsort iters and other iters. This was
2178         really going to happen someday ;)
2179
2180 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
2181
2182         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
2183         we are unprelighted before reordering
2184
2185         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
2186         need to break out of the for loop, not return (this fixed
2187         the 'selection freeze' bug).
2188
2189         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
2190         be pretty stable now, though it still needs some more code
2191         cleanups.
2192
2193 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
2194
2195         * docs/Changes-2.0.txt: Document the fact that
2196         gtk_paned_set_handle_size() has been removed.
2197
2198         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
2199         since it pointed to gtk_paned_set_handle_size(), which
2200         was removed. (#66760, Matt Wilson)
2201
2202 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
2203
2204         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
2205         gtk_drag_hightlight_expose _after_, so it works with
2206         widgets that paint there entire background. (#66735)
2207
2208 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
2209
2210         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
2211         allocation to widget->allocation. (Fixes #67290,
2212         Chris Phelps.)
2213
2214 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
2215
2216         (#67542, reported by Anders Carlsson)
2217         
2218         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
2219         rc_style->font_desc with defaul style instead of replacing
2220         it.
2221
2222         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
2223         font descriptions in RC styles by calling
2224         pango_font_description_merge(). 
2225
2226 2001-12-24  James Henstridge  <james@daa.com.au>
2227
2228         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
2229         valid with both SGML and XML.
2230
2231 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
2232
2233         * configure.in: 1.3.12, interface, binary age 0.
2234
2235         * configure.in: Require new versions of Glib, Pango, ATK.
2236
2237         * NEWS: Updated.
2238
2239         * configure.in: Make explicit what libtool we are executing.
2240         (Tomas Ogren)
2241
2242         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
2243
2244         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
2245         parameter names for docs.
2246
2247 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
2248
2249         * gtk/gtkwindow.c (gtk_window_realize) 
2250           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
2251
2252         * gtk/gtkentry.c (gtk_entry_key_release)
2253           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
2254         key release events to the input method.
2255
2256         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
2257         Handle release of Control/Shift to end hex sequence.
2258
2259         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
2260         Handle key releases as well as presses.
2261
2262 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
2263
2264         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
2265
2266         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
2267         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
2268         documentation about underscores and mnemonics. (#66380)
2269
2270         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
2271         cyclic reference in docs.
2272
2273         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
2274         of default value. (#65402)
2275
2276         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
2277         Markup fixes.
2278
2279 2001-12-20  Anders Carlsson  <andersca@gnu.org>
2280
2281         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
2282         map here.
2283
2284 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
2285
2286         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
2287         (reported by Jeff Franks.)
2288
2289 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
2290
2291         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
2292         prototype for direction_changed. (Reported by
2293         Jeff Franks.)
2294
2295 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
2296
2297         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
2298         Fix typo (list->data becomes list->next)
2299
2300 2001-12-06  Havoc Pennington  <hp@redhat.com>
2301
2302         Add Unicode control char menu, based on patch from Dov.
2303         Bug #63495
2304         
2305         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
2306         gtk_entry_enter_text
2307         (gtk_entry_enter_text): function to do "typing in text"
2308         (popup_targets_received): add the Unicode menu items
2309
2310         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
2311         on Input Methods item, and add the unicode menu items.
2312
2313         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
2314         used in GtkEntry and GtkTextView - may become public later.     
2315
2316 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
2317
2318         * gtk/gtkprogressbar.c: Fix a typo.
2319         * gtk/gtkpaned.c: Fix a typo.
2320         
2321 2001-12-15  Darin Adler  <darin@bentspoon.com>
2322
2323         Fix some warnings.
2324
2325         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
2326         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
2327         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
2328         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
2329         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
2330         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
2331         Restructure loop to get rid of uninitialized variable warning. Also
2332         gives a tiny efficiency gain.
2333
2334 2001-12-15  Murray Cumming  <murrayc@usa.net>
2335
2336         * Fixed first arg type of GtkScale's "format_value" signal's
2337         function pointer.
2338
2339 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
2340         docs/reference/gtk/tmpl/gtkcelleditable.sgml
2341                 gtkcelleditable -> GtkCellEditable
2342         docs/reference/gtk/tmpl/gtktreesortable.sgml
2343                 gtktreesortable -> GtkTreeSortable
2344
2345 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2346
2347         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
2348         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
2349         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
2350         resp.
2351
2352 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
2353
2354         * gtk/gtktreeview.c (validate_visible_area): free path
2355         at the end
2356
2357 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
2358
2359         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
2360
2361 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
2362
2363         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
2364         to find the clicked node in the tree when tree == NULL
2365
2366 2001-12-13  Anders Carlsson  <andersca@gnu.org>
2367
2368         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
2369         event->state with the default mod mask. 
2370
2371 2001-12-12  jacob berkman  <jacob@ximian.com>
2372
2373         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
2374
2375 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
2376
2377         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
2378         Reset the existing slave before removing it to give
2379         it a chance to commit and emit "preedit_changed" 
2380         in case there was still a preedit string.
2381
2382 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
2383         
2384         * gtk/gtktextlayout.c: Typo fixes
2385         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
2386
2387         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
2388         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
2389
2390         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
2391
2392 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
2393
2394         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
2395         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
2396
2397 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
2398
2399         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
2400         "prepainting" the menu before realizing other than
2401         via gtk_style_set_background() - this was broken when
2402         we added menu scroll support.
2403
2404         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
2405         window in the expose event -- fixes problem with border
2406         flashing during scrolling.
2407
2408 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
2409
2410         * gtk/gtksettings.c (gtk_settings_get_property): Support
2411         using names/nicks for the gdk_settings values for enum valued
2412         types. (#57678, reported by Anders Carlsson)
2413
2414 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
2415
2416         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
2417         with insert_page_menu.  Code duplication is bad.
2418
2419         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
2420         wrong fix yesterday.
2421
2422 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
2423
2424         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
2425         modifiers.
2426
2427 2001-12-12  James Henstridge  <james@daa.com.au>
2428
2429         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
2430         (menu_item)->accel_path first when looking up the accel path.
2431
2432 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
2433
2434         * tests/testgtk.c (layout_expose_handler): Only draw
2435         for events on the bin window.
2436
2437 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
2438
2439         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
2440         mnemonics work with notebooks.
2441
2442 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
2443
2444         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
2445         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
2446         Makes some flicker while scrolling go away.
2447
2448 2001-12-11  Michael Natterer  <mitch@gimp.org>
2449
2450         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
2451         adds alpha to the pixbuf; re-load the saved pixbuf and
2452         pixel-by-pixel compare it with the original one.
2453
2454 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
2455
2456         * ChangeLog: Fix wrong ChangeLog entry
2457         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
2458         right corner
2459
2460 2001-12-10  jacob berkman  <jacob@ximian.com>
2461
2462         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
2463         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
2464         (gdk_keyboard_grab): do not grab things if the nograb debug flag
2465         is set
2466
2467         * gdk/gdkinternals.h: 
2468         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
2469         keyboard / mouse
2470
2471 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
2472
2473         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
2474         didn't reset the timer.
2475
2476 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
2477
2478         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
2479
2480 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
2481
2482         * gtk/gtkviewport.c: Add docs.
2483
2484 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
2485
2486         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
2487         RBTree corruption bug--
2488
2489 2001-12-10  Anders Carlsson  <andersca@gnu.org>
2490
2491         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
2492         if edited_column is NULL, also grab focus before removing
2493         the cell_editable.
2494
2495 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
2496
2497         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
2498           denominator in the horizontal case just like we do in the vertical
2499           case (why I didn't notice that there were two cases the first time
2500           around is beyond me:).  Also fix indentation in the vertical case.
2501
2502 2001-12-09  Anders Carlsson  <andersca@gnu.org>
2503
2504         * gdk/x11/gdkevents-x11.c: Update xsettings name.
2505
2506         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
2507         gtk-dnd-drag-threshold GtkSetting.
2508
2509         * gtk/gtksettings.c (gtk_settings_class_init): Add 
2510         setting for dnd drag threshold.
2511
2512 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
2513
2514         * gtk/gtkcontainer.c: Add docs.
2515
2516 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
2517
2518         * gtk/gtkwidget.c: Doc markup fix. 
2519
2520         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
2521
2522         * gtk/gtktreestore.c: Typo fixes. (#66445)
2523
2524         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
2525
2526         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
2527         to gtk_clipboard_set_with_owner(). (#66424)
2528  
2529 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
2530
2531         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
2532         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
2533         Fabrice Bellet <fabrice@gnu.org>, #54127).
2534
2535 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
2536
2537         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
2538         of places, so that people with crashy trees can just run their
2539         program with GTK_DEBUG=TREE.
2540
2541 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
2542
2543         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
2544         per jrb's request
2545
2546 2001-12-08  Anders Carlsson  <andersca@gnu.org>
2547
2548         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
2549         since then the default GtkLayout expose handler won't be called.
2550
2551 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
2552
2553         * gtk/gtktreeview.c (validate_rows_handler): remove
2554         g_return_if_fail.
2555
2556         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
2557         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
2558         empty model.
2559
2560 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
2561
2562         * gtk/gtktreeview.c (validate_visible_area): get logic right,
2563         #66249
2564
2565         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
2566         removing a node ended up with a corrupt tree.  Really really nasty
2567         bug.
2568         (_gtk_rbtree_debug_spew): new debug helper function
2569         (_fixup_validation): new inline function to clean up code
2570         readability a lot. 
2571
2572 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
2573
2574         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
2575         Close comment.
2576
2577 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
2578
2579         * gtk/gtkstyle.h: Typo fixes.
2580
2581         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
2582
2583         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
2584
2585 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
2586
2587         * modules/input/gtkimcontextxim.c: Display the XIM
2588         status callbacks with a popup window. (Patch from
2589         HideToshi Tajima, #50628, somewhat modified.)
2590
2591 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
2592
2593         * gtk/Makefile.am: each source generation rule needs to use its own
2594         temporary file, to avoid clashes for parallel builds. fixed rules
2595         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
2596
2597 2001-12-07  Havoc Pennington  <hp@pobox.com>
2598
2599         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
2600         "cursors that are actually useful" in gdk_cursor_new() docs
2601
2602 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
2603
2604         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
2605         in computing the size of the second child.
2606
2607 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
2608
2609         * gtk/gtkrange.c: Make button 1 clicks on the trough
2610         do pages, button 3 steps. (Patch from Hans Breuer
2611         #63735)
2612
2613 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
2614
2615         * gtk/gtklabel.c: Fix docs. (#66383)
2616
2617         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
2618         (#66278, #66280)
2619         
2620         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
2621         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
2622
2623         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
2624         Don't emit a g_warning() about being deprecated. (#66208)       
2625
2626         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
2627
2628         * gtk/gtkcontainer.c: Doc fixes.
2629         
2630         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
2631
2632         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
2633
2634 2001-12-05  Sven Neumann  <sven@gimp.org>
2635
2636         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
2637
2638         * gtk/queryimmodules.c: g_dir_read_name() returns const.
2639
2640 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
2641
2642         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
2643         #66225
2644         
2645 2001-12-04  Manish Singh  <yosh@gimp.org>
2646
2647         * gtk/gtkmain.c
2648         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
2649         a gpointer.
2650
2651         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
2652         correction to docs.
2653
2654         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
2655
2656 2001-12-04  Havoc Pennington  <hp@redhat.com>
2657
2658         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
2659         g_assert_not_reached() that was bogus, since we demand-create the
2660         tag info. reported by Chris Phelps
2661
2662         Jump through assorted hoops to fix bug from Chris Phelps where 
2663         removing tags from the table resulted in btree trying to 
2664         access tag->table
2665         
2666         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
2667         ourselves to the tag table
2668
2669         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
2670         (_gtk_text_tag_table_remove_buffer): private cruft to 
2671         let us notify buffer of disappearing tags
2672
2673         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
2674         header, put it in tagprivate    
2675
2676         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
2677         tag_removed; it's emitted too late.
2678         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
2679         this
2680
2681         Padding for ABI-compat expansion
2682         
2683         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
2684         (struct _GtkTextAppearance): one pad in here too
2685
2686         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
2687
2688         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
2689         since action signals etc. seem pretty likely
2690
2691         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
2692
2693         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
2694
2695         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
2696
2697 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
2698
2699         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
2700
2701         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
2702
2703         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
2704
2705 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
2706
2707         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
2708         #62084.
2709
2710 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
2711
2712         * demos/gtk-demo/main.c: (create_tree): Minor fix.
2713
2714         * docs/tree-column-sizing.txt: Update
2715
2716         * gtk/gtkrbtree.[ch]: Massive work to support validation.
2717
2718         * gtk/gtktreemodel.c: Doc fixes.
2719
2720         * gtk/gtktreeview.c: Incremental reflow added.
2721         * gtk/gtktreeviewcolumn.c: ditto
2722         * gtk/gtktreeviewcolumn.h: ditto
2723
2724 2001-12-04  Havoc Pennington  <hp@redhat.com>
2725         
2726         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
2727         "invisible" property, #65999
2728
2729 2001-12-04  Matt Wilson  <msw@redhat.com>
2730
2731         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
2732
2733 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
2734
2735         * gtk/gtksettings.c (gtk_settings_set_property_value):
2736         Simplify, make more efficient and fix memory leak
2737         when turning quark into a string. (#66103, HideToshi
2738         Tajima)
2739
2740         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
2741         init() and unref priv->tooltips in destroy rather
2742         than calling gtk_object_destroy() which has no
2743         effect on memory management. (#66104, HideToshi
2744         Tajima)
2745
2746         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
2747         so we free the when the object is freed. (Fixes memory
2748         leak, #66096, HideToshi Tajima)
2749
2750         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
2751         a full GdkEvent structure to avoid reads of uninitialized/
2752         invalid memory in gdk_event_put() (#65877, patch
2753         from Hidetoshi Tajima)
2754
2755 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
2756
2757         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
2758         toggle-size-request doesn't take a requisition.
2759
2760         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
2761         reference to marshaler that no longer exists.
2762
2763 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
2764
2765         Patch from Bill Haneman (with many modifications) to make
2766         the focus color work on dark themes and to make the
2767         focus line width configurable. (#61079, #63074)
2768
2769         * gtk/gtkwidget.c: Add style properties, 
2770         ::focus-widget, ::focus-line-width, and ::focus-padding.
2771
2772         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
2773         state argument as well so we can use fg[STATE] to
2774         draw instead of always drawing with black. 
2775         Cange paint_focus() to respect GtkWidget::focus-width
2776         and GtkWidget::focus-line-pattern. Fix continuity
2777         problem where the default 1-1 stipple had a blob
2778         in one corner and a gap in the other. Change the
2779         interpretation of x/y/width/height to be the bounding
2780         box of the focus rect instead of the rectangle
2781         passed to gdk_draw_rectangle.
2782
2783         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
2784         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
2785         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
2786         and ::focus-line-padding.
2787
2788         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
2789         and remove duplicated code; fix drawing of focus rectangle
2790         when interior-focus = FALSE. (#63072, #63073)
2791
2792         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
2793         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
2794         Range and TreeViewColumn will need more extensive fixing.
2795
2796         * gtk/gtkcolorsel.c: Honor focus line attributes when
2797         drawing the focus on the color swatches. (#63071)
2798
2799         * gtk/gtkhsv.c: Honor focus line attributes when
2800         drawing the focus for the ring and triangle.
2801
2802         * docs/widget_geometry.txt: Start at documenting how 
2803         various widgets are drawn.
2804
2805         * gtk/gtkbutton.c (_gtk_button_paint): Export 
2806         _gtk_button_paint() librarywide, so we don't have 
2807         duplicate a bunch of code in gtktogglebutton.c.
2808
2809         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
2810
2811 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
2812
2813         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
2814         NONE:POINTER.
2815
2816 2001-12-03  Alex Larsson  <alexl@redhat.com>
2817
2818         * gtk/gtkaccellabel.c:
2819         * gtk/gtkarrow.c:
2820         * gtk/gtkcolorsel.c:
2821         * gtk/gtkcontainer.c:
2822         * gtk/gtklabel.c:
2823         * gtk/gtktextview.c:
2824         * gtk/gtktogglebutton.c:
2825         * gtk/gtktreeview.c:
2826         * gtk/gtkwindow.c:
2827         Return FALSE from expose handlers.
2828
2829 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
2830
2831         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
2832         we use pointers, we should free the previous pointer first (if
2833         it exists), before we set a new pointer. (#64726)
2834
2835         * gtk/gtktreeprivate.h: get rid of cursor_drag
2836
2837         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
2838         for cursor_drag
2839         (gtk_tree_view_bin_expose): don't directly return in the while
2840         loop
2841         (gtk_tree_view_class_init): indentend expanders by default
2842         (gtk_tree_view_header_focus): only give the button focus
2843         if it's clickable, visible and the column is reorderable
2844         (#65539)
2845
2846         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
2847         create and free cursor
2848
2849 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
2850
2851         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
2852         some bugs with size requisition. (From Bill Haneman)
2853
2854         * gtk/gtkcalendar.c: Draw headers and selection in 
2855         base/text[SELECTED] instead of fg/bg[SELECTED].
2856
2857         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
2858         code and formatting.
2859
2860 2001-12-03  Havoc Pennington  <hp@pobox.com>
2861
2862         * gtk/gtktextview.c (set_window_height): 
2863         (set_window_width): Hmm, setter functions normally assign the new
2864         value to the object field. Reported by Chris Phelps.
2865
2866 2001-11-30  jacob berkman  <jacob@ximian.com>
2867
2868         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
2869         signal id to 0 after we disconnect from it
2870
2871 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
2872
2873         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
2874         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
2875         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
2876         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
2877
2878         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
2879         GTK_DISABLE_DEPRECATED.
2880
2881         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
2882         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
2883
2884 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
2885
2886         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
2887         move/resize code, removing various bad, non-functional
2888         hacks. (Fixes #65048, reported by Damon Chaplin.)
2889
2890 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
2891
2892         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
2893         bad match error when target drawable is not the 
2894         same depth as the root window. (#65841)
2895
2896         * HACKING: Update.
2897
2898 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
2899
2900         * gdk/gdkwindow.c: Typo fix.
2901
2902 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
2903
2904         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
2905         empty menu items to behave like insensitive items (#59456)
2906
2907         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
2908         next item if the first item in the menu is a tear off item
2909         (#59456-2, suggestion by Matthias Clasen)
2910
2911         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
2912         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
2913         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
2914         (gtk_real_menu_shell_activate_current): add check, so empty
2915         menu items behave like insensitive items (#59456)
2916         
2917         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
2918         the checks more readable ...
2919         
2920         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
2921         (gtk_menu_shell_button_release): causes the menu to dropdown if the
2922         caption is clicked again (#64977)
2923
2924 2001-11-29  Havoc Pennington  <hp@redhat.com>
2925
2926         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
2927         assertion here that we were at the end iterator was not correct;
2928         change code to move us to the end iterator. bug #65731
2929
2930 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
2931
2932         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
2933         improper use of g_locale_to_utf8() to convert from
2934         latin-1, and do it the easy way by building the string
2935         correctly in the first place.
2936
2937 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
2938
2939         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
2940         Convert atoms to and from atoms for properties of type XA_ATOM.
2941         (#65555, patch from Hidetoshi Tajima)
2942
2943 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
2944
2945         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
2946         to avoid problems with Objective C.
2947
2948 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
2949         
2950         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
2951
2952         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
2953         Fix docs. (#65505)
2954
2955         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
2956
2957 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
2958
2959         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
2960         accounting of menu->tearoff_scrollbar width to here
2961         and make sure we have the correct requisition.
2962
2963         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
2964         by using gtk_window_move().
2965
2966         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
2967         the requisition to be updated by calling
2968         gtk_widget_size_request() (#65440)
2969
2970         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
2971         queue resize before calling gtk_menu_set_tearoff_state().
2972
2973 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
2974
2975         * demos/gtk-demo/editable_cells.c: fix typo
2976
2977         * demos/gtk-demo/list_store.c (add_columns): remove call to
2978         gtk_tree_view_column_set_clickable which didn't make sense
2979
2980 2001-11-28  Havoc Pennington  <hp@redhat.com>
2981
2982         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
2983         explaining the validation error in front of the G_BREAKPOINT
2984
2985         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
2986         process updates with include_children = FALSE instead of TRUE, so
2987         we redraw the range only, not the whole darn window.  Making
2988         GtkRange a NO_WINDOW widget had weirdly caused the text widget
2989         Trace/breakpoint trap bug to become much easier to trigger.
2990
2991 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
2992
2993         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
2994         to gdkcursors.h.
2995
2996 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
2997
2998         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
2999
3000         * gdk/gdkcursor.h: Directly include the contents
3001         of gdkcursors.h in the GdkCursorType enum.
3002
3003         * gdk/gdkcursors.h: Deleted.
3004
3005         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
3006         header boilerplate.
3007
3008         * gdk/Makefile.am: Remove the X-derived-headers rule.
3009
3010 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
3011
3012         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
3013         Notify on the ::active property _here_, not in
3014         gtk_check_menu_item_set_active.
3015
3016 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
3017
3018         * gtk/gtkcellrendererpixbuf.c
3019         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
3020         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
3021
3022 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
3023
3024         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
3025         comment about what is going on in this file.
3026
3027         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
3028         x/y problem.
3029
3030 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
3031
3032         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
3033         Calculate size based on the _child_ of the menu item,
3034         not the menuitem. (#65005, Damon Chaplin)
3035
3036         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
3037         some extra vertical padding to the label widget ... restores
3038         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
3039
3040 2001-11-26  Tor Lillqvist  <tml@iki.fi>
3041
3042         * demos/pixbuf-demo.c
3043         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
3044
3045         * demos/gtk-demo/main.c (read_line): No flockfile() or
3046         getc_unlocked() on Win32.
3047
3048 2001-11-25  Tor Lillqvist  <tml@iki.fi>
3049
3050         * configure.in
3051         * acconfig.h: As we now use GDir, no need to check for dirent.h.
3052
3053 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
3054
3055         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
3056         when finished (#65266)
3057
3058 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
3059
3060         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
3061         data after we set the property. (#65264)
3062
3063 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
3064
3065         * gtk/gtkbutton.c: add destroy method so label_text gets freed
3066         if it has been allocated (#65268)
3067
3068 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
3069
3070         * gdk/linux-fb/gdkdrawable-fb2.c
3071         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
3072
3073         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
3074
3075         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
3076         set_family
3077         
3078         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
3079
3080 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
3081
3082         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
3083         deactivate menu when menu_item isn't sensitive (#61389)
3084
3085 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
3086
3087         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
3088         we return (in case of a failure here)
3089
3090 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
3091
3092         * gtk/gtknotebook.c: Handle events in windows other
3093         than widget->event_window properly. (#65079, reported
3094         by Damon Chaplin)
3095
3096         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
3097
3098 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
3099
3100         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
3101         the image at the top. (#65020, request from Seth Nickell)
3102
3103 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
3104
3105         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
3106         arithmetic that was resulting in rows being drawn too low.
3107         (#65001, reported by Damon Chaplin)
3108
3109 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
3110
3111         * gtk/gtkrange.c (gtk_range_button_press): Offset 
3112         invalidated range correctly.
3113
3114         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
3115         of title window. (#65001, reported by Damon Chaplin)
3116
3117         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
3118         horrible hack with use of ::event_after.
3119
3120 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
3121
3122         * Version 1.3.11
3123
3124         * configure.in (ATK_REQUIRED_VERSION): Require
3125         GLib-1.3.11, Pango-0.22, ATK-0.7.
3126
3127         * tests/prop-editor.c (property_widget): Restore
3128         to working as well as it did before.
3129
3130         * gtk/gtklistitem.h: Mark deprecated since it is
3131         an integral part of GtkList.
3132
3133         * demos/gtk-demo/demo-common.h: New header file,
3134         for a common functions not important to the meat
3135         of the demos.
3136         
3137         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
3138         function to search for a file used by the demo.
3139
3140         * demos/*.c: Use demo_find_file.
3141
3142 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
3143
3144         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
3145         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
3146         fixes already mentioned in ChangeLog entry on 2001-11-14.
3147
3148         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
3149
3150 2001-11-23  Hans Breuer  <hans@breuer.org>
3151
3152         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
3153         reflect Pango API change
3154
3155         * gtk/gtk.def : updated externals
3156
3157         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
3158         g_return_val_if_fail() to avoid 'function must return a value'
3159
3160         * gtk/gtkrc.c : added spaces to fix small coding style issues
3161         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
3162         'static correctness'
3163
3164         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
3165         because they only can be build on win32 after applying my patch
3166
3167 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
3168
3169         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
3170         children, in order for the input pnly window to stay *above*
3171         children.
3172
3173 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
3174
3175         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
3176         type walks againts G_TYPE_FUNDAMENTAL_MAX.
3177         
3178         * tests/prop-editor.c: disable type hackery.
3179
3180 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
3181
3182         * gdk/gdkimage.c (gdk_image_get): Fix problem with
3183         lost parameter.
3184
3185 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
3186
3187         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
3188         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
3189         trailing commas in enum declarations.
3190
3191 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
3192
3193         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
3194         interface, binary age 0.
3195
3196         * NEWS: Updates
3197
3198         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
3199         fixes in docs.
3200
3201         * gtk/gtkmain.h: Remove unused and misnamespaced
3202         get_gtk_win32_directory() prototype.
3203
3204         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
3205         to match header.
3206
3207         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
3208         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
3209         to match docs.
3210
3211         * gdk/gdkevents.c (gdk_event_get_coords)
3212           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
3213           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
3214         Fix parameter names in docs.
3215         
3216         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
3217         (#64961, Akira Tagoh)
3218
3219 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
3220
3221         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
3222
3223         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
3224
3225         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
3226
3227         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
3228         back to gtk_accel_groups_from_object(), change @acceleratable
3229         parameter to gtk_accel_groups_activate() accordingly.
3230
3231         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
3232         left-over comment about quark return.
3233
3234         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
3235
3236         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
3237         (Patch from Matt Wilson)
3238
3239         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
3240         object is finalized.
3241
3242 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
3243
3244         * applied patch from owen to get rid of accel map notifiers.
3245         changed things to fix reentrancy and API as discussed on gtk-devel.
3246
3247         * gtk/gtkaccelgroup.[hc]:
3248         (gtk_accel_group_finalize): unregister this accel group from all
3249         accel map paths.
3250         (accel_closure_invalidate): handle invalidation of closures by
3251         disconnecting their accelerators.
3252         (quick_accel_add): move closure connection and changed notification
3253         into this function to reduce code duplication. don't emit change
3254         notification on closurers without accelerators.
3255         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
3256         for a GtkAccelGroupEntry.
3257         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
3258         (gtk_accel_group_connect_by_path): new function to add accelerators
3259         with an accel path.
3260         (gtk_accel_group_disconnect_closure): new function, disconnect a
3261         closure from of an accel group.
3262         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
3263         accel_mods pair and remove them.
3264         (_gtk_accel_group_reconnect): new function that basically does
3265         gtk_accel_group_disconnect_closure() and
3266         gtk_accel_group_connect_by_path() once an accel path changed.
3267         (gtk_accel_groups_disconnect_closure): remove this, there's
3268         gtk_accel_group_disconnect_closure().
3269         
3270         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
3271         nuke notifiers.
3272         (_gtk_accel_path_is_valid): make this non-static for
3273         gtkwidget.c and gtkaccelgroup.c assertions.
3274         (gtk_accel_map_add_notifer): removed this function.
3275         (gtk_accel_map_remove_notifer): same.
3276         (_gtk_accel_map_add_group):
3277         (_gtk_accel_map_remove_group): (un-)register accel groups, with
3278         accel paths for correct propagation.
3279         (gtk_accel_map_add_entry): return void.
3280         (gtk_accel_map_lookup): return gboolean instead of GQuark.
3281         
3282         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
3283         set accel_path on widgets.
3284         
3285         * gtk/gtkwidget.[hc]:
3286         (accel_path_changed): got rid of this, changes are handled by
3287         accel maps internally now.
3288         (_gtk_widget_set_accel_path): get things to work without notifiers.
3289         (gtk_widget_list_accel_closures): list accel closures of a widget.
3290         
3291         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
3292
3293 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
3294
3295         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
3296
3297 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
3298
3299         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
3300         replace gboolean free_last in the function parameters with
3301         gint depth. Changes to reflect new situation.
3302
3303         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
3304         replace gboolean free_last, with gint depth, add gint current_depth.
3305         Changes to reflect new situation.
3306
3307         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
3308         to reflect new situation
3309
3310         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
3311
3312 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
3313
3314         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
3315         where notebook gap was double shifted by allocation.x/y
3316
3317         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
3318         to unmap children.
3319
3320 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
3321
3322         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
3323         allocation to be relative to paned->allocation, now
3324         that this is a NO_WINDOW widget.
3325         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
3326
3327         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
3328         needs to be a boxed property.
3329
3330 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
3331
3332         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
3333         Use the widget's state when drawing the indicator, as
3334         in GtkCheckButton. This gives us color changes for
3335         un-prelighted checkbuttons. (#63308, Matt Wilson)
3336
3337 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
3338
3339         (Fixes related to #64428, Michael Meeks)
3340
3341         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
3342         widget, so it gets mapped again properly when we
3343         add to a parent.
3344
3345         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
3346         plug->socket_window. 
3347
3348         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
3349         socket_window to NULL, not FALSE.
3350
3351         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
3352         socket->same_app to TRUE. (#64612)
3353
3354 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
3355
3356         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
3357         gtk_fixed_set/get_has_window() to remove criticism
3358         about GTK_WIDGET_SET_FLAGS() hacks.
3359
3360 2001-11-19  Michael Natterer  <mitch@gimp.org>
3361
3362         * gtk/gtknotebook.c: show notebook->event_window with
3363         gdk_window_show_unraised(), so it doesn't catch the events which
3364         should go to the tab widgets first.
3365
3366 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
3367
3368         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
3369         "resizable" property, to get rid of the
3370         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
3371         (gtk_tree_view_column_set_resizable): New function to set resizable.
3372         (gtk_tree_view_column_set_resizable): getter.
3373
3374         * tests/testtreecolumns.c (add_clicked): modify for above change.
3375
3376         * Makefile.am (install-data-hook): remove old .pc files before
3377         installing the new one.  We used to symlink this, and it will
3378         break old installs.
3379
3380 2001-11-19  Havoc Pennington  <hp@pobox.com>
3381
3382         * tests/testtext.c (fill_example_buffer): put in a test for
3383         negative indentation values
3384
3385 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
3386
3387         * gtk/gtklabel.c (gtk_label_init): Change default for
3388         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
3389         labels are most often wrapped labels, this gives better
3390         compatibility with GTK+-1.2, where justification was
3391         ignored for wrapped labesl and is a more sensible
3392         default in any case. (#64489)
3393
3394         * gtk/gtklabel.c (gtk_label_class_init): Fix default
3395         for wrap property to FALSE.
3396
3397 2001-11-19  jacob berkman  <jacob@ximian.com>
3398
3399         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
3400
3401 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
3402
3403         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
3404         RevertToParent, not RevertToNone. (#64613, 
3405         Matthias Clasen)
3406
3407 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
3408
3409         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
3410         and label_yalign need to be float properties to
3411         correspond to GTK+-1.2, to gtk_frame_set_label_align,
3412         and to the types of the xalign and yalign properties of GtkMisc.
3413         (#63484, Vitaly Tishkov)
3414
3415 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
3416
3417         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
3418         of plug_added vfunc. (#64408, Jeff Franks)
3419
3420 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
3421
3422         * configure.in (deps): Undef HAVE_STDLIB_H before
3423         checking for jpeg, because jconfig.h has this
3424         in it too (%#$@!). Fix from Matthias Clasen, #64500.
3425
3426 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
3427
3428         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
3429         memory leak when retrieving atom names. (Michael Meeks,
3430         #64508)
3431
3432 2001-11-18  Alex Larsson  <alexl@redhat.com>
3433
3434         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
3435         Update to new Pango API.
3436         
3437 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
3438
3439         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
3440         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
3441         GTK_OBJECT_DESTROYED() check macro.
3442
3443         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
3444         instances of GTK_OBJECT_DESTROYED() that weren't
3445         needed any more.
3446
3447         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
3448         for a connection to ::destroy.
3449
3450 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
3451
3452         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
3453         have been since the beginning, but as special hack,
3454         allow clearing the NO_WINDOW flag to get a window widget.
3455
3456 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
3457
3458         * gtk/gtktreestore.c: return TRUE when value changed, so
3459         row_changed is being emitted
3460
3461 2001-11-18  Hans Breuer  <hans@breuer.org>
3462
3463         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
3464         no label without op, even if it's a no-op.
3465
3466         * gtk/gtk.def :
3467         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
3468
3469         * config.h.win32.in : remove definition of HAVE_DIRENT_H
3470         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
3471         required anymore, replace it.
3472         * gtk/queryimmodules.c : DIR -> GDir replacement, also
3473         getcwd() -> g_get_current_dir()
3474
3475         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
3476         Even 'noisy laugh' scolling appears to work, though I still can't
3477         claim to have fully understood what it is supposed to do ...
3478
3479 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
3480
3481         * gtk/gtkenums.h: Include glib-object.h instead of
3482         gobject/gsignal.h
3483
3484         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
3485           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
3486         argument to the window_at_pointer() field of
3487         GdkPointerHooks. (Patch from Erwann Chenede)
3488
3489         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
3490         to 6 pointers.
3491
3492 2001-11-17  Matt Wilson  <msw@redhat.com>
3493
3494         * gtk/gtkenums.h: must include glib-object.h only
3495
3496 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
3497
3498         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
3499         key bindings in order of visibility - mnemonics, then 
3500         accelerators, then send key to the focus widget, then
3501         bindings on the GtkWindow.
3502
3503         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
3504         Removed the xoffset, yoffset fields of GtkLayout which were
3505         identically zero for compat with 1.2, but were no longer 
3506         compatible with all uses of these fields in 1.2.
3507
3508         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
3509         unused variable.
3510
3511 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
3512
3513         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
3514         We no longer need to create the signals here ... they
3515         come from the interface.
3516
3517         * gtk/maketypes.awk: Use GType, not GtkType in output.
3518
3519         * gtk/gtktypeutils.h: Mark virtually all of this
3520         file deprecated.
3521
3522         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
3523         the only use of this function is the GtkArg using
3524         GtkCallbackMarshal, since destroy notification is
3525         silly here.
3526
3527 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
3528
3529         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
3530         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
3531         only for compatibility with GTK+-1.2; and deprecate it; 
3532         put all marshalers we actually use into gtkmarshalers.list 
3533         and use the _gtk_marshal_ prefix for these marshalers.
3534
3535 2001-11-17  Murray Cumming  <murrayc@usa.net>
3536
3537         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
3538         The first parameters of the signals are now registered as
3539         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
3540         
3541 2001-11-17  Tor Lillqvist  <tml@iki.fi>
3542
3543         * gtk-zip.sh.in: Build separate runtime and developer
3544         packages.
3545
3546         * gtk/gtk.def: Reflect recent accelerator-related changes.
3547
3548 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
3549
3550         * gtk/gtkwindow.c (gtk_window_set_default): Move 
3551         notification of "has_default" to here, so it
3552         is safe to call gtk_window_set_default() instead
3553         of gtk_widget_grab_default().
3554
3555         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
3556         gtk_widget_grab_focus(), which then calls 
3557         _gtk_widget_internal_set_focus(). This makes 
3558         gtk_window_set_focus() a safe way of both setting
3559         and unsetting the focus widget.
3560
3561         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
3562         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
3563         to find the toplevel.
3564
3565         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
3566         from the "internal functions" section.
3567
3568 2001-11-16  jacob berkman  <jacob@ximian.com>
3569
3570         * tests/testgtk.c (create_radio_buttons): add some no-indicator
3571         radio buttons
3572
3573         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
3574         initially active, also initially be depressed
3575         (gtk_radio_button_clicked): also update our depressed state
3576
3577 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
3578
3579         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
3580         key press events not just to focus/window but also to
3581         intermediate widgets.
3582
3583         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
3584         to switch pages. (Needs some work on handling focus
3585         when switching pages.)
3586
3587 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
3588
3589         * gtk/gtknotebook.c: Fix child allocations to be relative to 
3590         widget position and some drawing bugs.
3591
3592         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
3593         with reading uninitialized variable.
3594
3595 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
3596
3597         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
3598         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
3599         NO_WINDOW widgets.
3600
3601         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
3602         cleanup.
3603
3604         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
3605         we are drawing in a window when drawing the paned handle.
3606
3607 2001-11-16  Sven Neumann  <sven@gimp.org>
3608
3609         * demos/gtk-demo/appwindow.c
3610         * demos/gtk-demo/menus.c: reduce compiler warnings
3611
3612 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
3613
3614         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
3615         unused callback to make things compile with 
3616         gtk_tree_view_path_at_pos_change().
3617
3618 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
3619
3620         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
3621
3622 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
3623
3624         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
3625  
3626 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
3627
3628         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
3629         to get a GdkWindow to compare event->window to.
3630
3631         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
3632         the signal for lateral motion too, #64361
3633
3634         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
3635         arg as it is useless, #64137
3636
3637 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
3638
3639         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
3640
3641 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
3642  
3643         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
3644         gdk_window_invalidate_maybe_recurse() for recursion.
3645         (Soeren Sandmann)
3646
3647         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
3648  
3649         * gtk/gtkcontainer.c (gtk_container_expose): Call
3650         gtk_container_forall() not _foreach() to propagate,
3651         since we need to propagate exposes to internal children
3652         as well.
3653
3654         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
3655         Remove the restriction of only being able to call these
3656         on window widgets, since we have lots of NO_WINDOW widgets
3657         with windows now; for add events, recurse over the children
3658         of widget->window to find one owned by the widget.
3659
3660         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
3661         window to catch events.
3662
3663         * gtk/gtktogglebutton.[ch]: Remove the code for switching
3664         between NO_WINDOW and WINDOW widgets based on the mode.
3665
3666         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
3667         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
3668
3669         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
3670
3671         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
3672         change for range.
3673
3674         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
3675  
3676         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
3677
3678 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
3679
3680         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
3681         "message_type" and "buttons" CONSTRUCT properties. (#64069)
3682
3683         * tests/testsocket.c: Expand tests to add a "local passive
3684         child" (Test case for #64428)
3685
3686 2001-11-14  jacob berkman  <jacob@ximian.com>
3687
3688         * gtk/gtkgamma.c (button_clicked_callback): create the label with
3689         a mnemonic
3690
3691 2001-11-15  Sven Neumann  <sven@gimp.org>
3692
3693         * tests/testgtk.c: make it compile without warnings.
3694
3695 2001-11-14  Alex Larsson  <alexl@redhat.com>
3696
3697         * gtk/gtklabel.c:
3698         Don't recalculate the layout on each gkt_label_ensure_layout () for
3699         wrapped labels.
3700
3701 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
3702
3703         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
3704         the currently selected column when we get the column, #64380
3705
3706         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
3707         to cancel CellRendererText editting, #63613
3708
3709         * gtk/gtkcellrenderertext.c: ditto
3710
3711         * gtk/gtkcellrenderertext.h: formatting changes
3712
3713 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
3714
3715         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
3716
3717         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
3718
3719         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
3720
3721         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
3722
3723         * gtk/gtklabel.c: Documentation fixes (#64452)
3724
3725 2001-11-14  Daniel Egger  <degger@fhm.edu>
3726
3727         * gdk-pixbuf/io-xpm.c: 
3728         (xpm_skip_whitespaces): Remove unused static function.
3729         (xpm_skip_string): Dito.        
3730         (xpm_extract_color): Declare const variable const to avoid warnings. 
3731
3732         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
3733         
3734         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
3735         
3736         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
3737         a long.
3738
3739 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
3740
3741         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
3742         out accidental commit of debugging timing code.
3743
3744 2001-11-14  Havoc Pennington  <hp@redhat.com>
3745
3746         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
3747         it doesn't move to a new line each time you press it
3748
3749         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
3750         return value, #62987
3751
3752 2001-11-14  Havoc Pennington  <hp@redhat.com>
3753
3754         * tests/testtextbuffer.c (main): bulk of the tests were commented
3755         out, oops.
3756
3757         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
3758         function work, should resolve #63426
3759         (gtk_text_iter_ends_line): return TRUE for the end iterator
3760
3761         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
3762         a couple things that might get cached in here.
3763
3764 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
3765
3766         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
3767         "model" construct property for language bindings.
3768
3769         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
3770         function to let you set the column types of a GtkTreeStore for
3771         language bindings.
3772
3773         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
3774
3775 2001-11-13  Havoc Pennington  <hp@redhat.com>
3776
3777         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
3778         including reference to bugzilla bug about how we should have 
3779         a better way of positioning children
3780
3781         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
3782
3783         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
3784         size to side rects if they don't exist, #63438
3785
3786 2001-11-13  Havoc Pennington  <hp@redhat.com>
3787
3788         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
3789         properly replace selection with Return or Tab
3790
3791         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
3792         that didn't locate the end of the line correctly, should fix #63800
3793
3794 2001-11-13  Havoc Pennington  <hp@redhat.com>
3795
3796         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
3797         to requisition, request non-anchored children
3798         (gtk_text_view_size_allocate): handle border width, allocate
3799         non-anchored children
3800         (text_view_child_new_window): set the child as object data
3801         (gtk_text_view_move_child): allow children at negative
3802         coordinates, no reason why not
3803         (gtk_text_view_forall): make it copy the list of children before
3804         walking it, to avoid reentrancy issues  
3805         (gtk_text_view_move_child): short-circuit if position is unchanged
3806         (changed_handler): only queue_resize if requisition has changed
3807         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
3808         a better job of invalidation ourselves
3809
3810         * tests/testtext.c: add tests for the fixed-position children
3811
3812 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
3813
3814         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
3815         with gdk threads macro.
3816
3817 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
3818
3819         * gtk/maketypes.awk: fix type utils generation on unix.
3820
3821         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
3822         registry.
3823
3824         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
3825         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
3826         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
3827         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
3828         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
3829         introduced ::accel_changed signal for change notification, and
3830         gtk_accel_group_connect/disconnect to connect closures to accel groups.
3831         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
3832         functions.
3833         deprecated gtk_accel_group_ref/unref.
3834
3835         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
3836         to accel group changed notification and basically operate on closures.
3837         removed gtk_accel_label_get_accel_object and
3838         gtk_accel_label_set_accel_object.
3839         introduced gtk_accel_label_set_accel_closure, and for convenience,
3840         gtk_accel_label_set_accel_widget.
3841
3842         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
3843         which mostly moved into gtkaccelmap.[hc].
3844         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
3845         and gtk_item_factory_print_func.
3846
3847         * gtk/gtkmain.c: call _gtk_accel_map_init().
3848
3849         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
3850         that associates an accelerator path with menu items, through which
3851         persistent accelerator settings on menu items are enabled.
3852
3853         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
3854         paths of menu item can be default constructed to allow installation
3855         of accelerators on menu items that don't come with an accelerator
3856         binding by default.
3857
3858         * gtk/gtksettings.c: fix STRING type rc settings by special casing
3859         them appropriately in the parser.
3860
3861         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
3862         gtk_signal_newv().
3863
3864         * gtk/gtkwidget.[hc]: accelerator API revamp.
3865         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
3866         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
3867         gtk_widget_(un)lock_accelerators.
3868         accelerators maintained through gtk_widget_add/remove_accelerator()
3869         are not runtime changable now, the correct sequence to setup a
3870         widget for runtime changable accelerators is now:
3871           gtk_accel_map_add_entry(accel_path, key, mods);
3872           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
3873
3874         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
3875         group changes (as well as mnemonic changes) through the new signal
3876         ::accels_changed.
3877
3878 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
3879
3880         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
3881         GString->string conversions.
3882
3883 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
3884
3885         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
3886         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
3887
3888 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
3889
3890         * gtk/gtktreeview.c: Documentation fixes. (#64377)
3891         
3892         * gtk/gtktreestore.c: Documentation fixes. (#64376)
3893
3894 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
3895
3896         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
3897         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
3898         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
3899         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
3900
3901 2001-11-10  Hans Breuer  <hans@breuer.org>
3902
3903         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
3904         we know what we are talking about when asked for MINMAXINFO.
3905         Also some cleaning for !HAVE_DIMM_H etc.
3906
3907 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
3908
3909         * gtk/gtktreeviewcolumn.c: Fix docs for 
3910         gtk_tree_view_column_set_sort_order. (#62647)
3911         
3912         * gtk/gtkcontainer.c: Fix docs for 
3913         gtk_container_set_border_width. (#64139)
3914
3915         * gtk/gtkcolorsel.c: Documentation fixes.
3916
3917 2001-11-10  Hans Breuer  <hans@breuer.org>
3918
3919         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
3920         don't have strcasecmp()
3921
3922         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
3923         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
3924         code duplication wrap it in its own function and use it in 
3925         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
3926
3927         * gdk/win32/gdkdrawable-win32.c : implement the finalize
3928         method like the X11 version does, allow to set_colormap NULL
3929         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
3930         set_colormap, also some adaption to X11 version :
3931         (gdk_window_hide) call _gdk_window_clear_update_area
3932         (gdk_window_reparent) call _gdk_window_init_position
3933
3934         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
3935         call gdk_window_resize() after all hints are set, because the
3936         window resizing process (WM_GETMINMAXINFO) takes all of them into 
3937         account
3938
3939         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
3940
3941         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
3942         sizeof (GdkVisualPrivate)
3943
3944         * gdk/gdk.def gtk/gtk.def : upated externals
3945
3946         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
3947           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
3948         from now on use make.msc from $(TOP)/glib/build/win32
3949
3950         * gtk/stock-icons/makefile.msc : add stock_missing_image
3951
3952 2001-11-08  Tor Lillqvist  <tml@iki.fi>
3953
3954         * README.win32: Add headers. Add section about ActiveIMM.
3955
3956         * configure.in: Add --with-ie55 flag to specify the location of
3957         the "IE55 libs and headers" package downloadable from Microsoft,
3958         which contains, among other things, the Active IMM header dimm.h
3959         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
3960         Require GLib 1.3.10.
3961         
3962         * config.h.win32.in: New version, produced by merging two
3963         configure-generated ones (for gcc and MSVC). Hopefully #defines
3964         the same flags that the previous, hand-written one, did.
3965
3966         * gdk/Makefile.am
3967         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
3968
3969         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
3970         stuff. Remove unused GdkIOClosure.
3971
3972         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
3973         available).
3974
3975         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
3976         for uuid.lib. (Does it really have to be this hard to use an
3977         existing library with libtool? Probably I am missing something.)
3978
3979 2001-11-08  Darin Adler  <darin@bentspoon.com>
3980
3981         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
3982         typo where it says LEFT instead of CENTER.
3983
3984 2001-11-07  Darin Adler  <darin@bentspoon.com>
3985
3986         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
3987         (gtk_dialog_set_default_response): Add g_return_if_fail.
3988
3989 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
3990
3991         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
3992         Add row_draggable() vfunc, and wrapper function.
3993
3994         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
3995         row_drop_possible take a GtkSelectionData, rather than
3996         model/row pair.
3997
3998         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
3999         new DND interfaces.
4000
4001         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
4002         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
4003         and rename them to enable_model_drag_source/dest.
4004
4005         * gtk/treeviewcolumn.c: Add DND of columns between rows.
4006         Still can't drop _to_ the left tree, but other places
4007         work.
4008
4009         * gtk/gtktreeview.c (unset_reorderable): Unset the
4010         reorderable property if unset/enable_model_drag_source/dest
4011         are called manually.
4012
4013         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
4014         Correct for change in depth count handling.
4015
4016         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
4017         Pass in a expose area to gtk_tree_view_column_cell_render()
4018
4019 2001-11-06  Havoc Pennington  <hp@redhat.com>
4020
4021         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
4022
4023 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
4024
4025         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
4026
4027 2001-11-05  Havoc Pennington  <hp@redhat.com>
4028
4029         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
4030         widgets in here
4031         (gtk_text_view_realize): set parent window of child widgets
4032         (gtk_text_view_size_request): use child req to decide whether
4033         to invalidate layout, not widget->requisition
4034
4035         * gtk/gtktextdisplay.c (render_layout_line): set
4036         shaped_width_pixels for NULL shape objects, so that we properly
4037         draw the "missing pixbuf/widget" thing
4038         (render_layout_line): don't draw the widget here
4039         (gtk_text_layout_draw): pass out a list of widgets that need exposing
4040
4041         * demos/gtk-demo/textview.c (insert_text): add demo of child
4042         widgets
4043
4044         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
4045
4046         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
4047
4048         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
4049         scroll offsets
4050         (gtk_text_view_value_changed): poke new X and Y into child allocations
4051
4052 2001-11-06  Tor Lillqvist  <tml@iki.fi>
4053
4054         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
4055         -specific directory on Windows, too (#63759).
4056
4057 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
4058
4059         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
4060         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
4061         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
4062         directly to Picture objects instead of using XftDraw.
4063         This fixes the problem where we weren't able to 
4064         properly destroy XftDraw objects before destroying
4065         the accompanying windows, and probably improves
4066         efficiency a bit too. (#50214)
4067
4068 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
4069
4070         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
4071         Clamp max window width/height to 32767, not 32768 since
4072         we have to be able to deal with a dx/y of -32768 without
4073         getting a width of 65536 when guffaw scrolling.
4074
4075         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
4076         for the guffaw scrolling case, fixing some problems with
4077         copy-area case as well. Fix BadValue bug with moving windows
4078         by large amounts.
4079
4080         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
4081         clip in window structue before calling gdk_window_invalidate_region
4082         since that trims new invalidations to the window's visible
4083         region.
4084
4085         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
4086         Really set the static window gravity on the children, not
4087         repeatedly on the window.
4088
4089         * gtk/testgtk.c: Add a torture test for big windows and 
4090         gdk_window_scroll().
4091
4092 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
4093
4094         * acconfig.h configure.in: sigsetjmp is macroized in some places,
4095         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
4096
4097 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
4098
4099         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
4100         in terms of pango_color_parse().
4101
4102         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
4103         gdk_color_parse() implementations.
4104
4105 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
4106
4107         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
4108         queue_resize_on_group with both the old and new mode, not
4109         just the new mode. (#60171, Nicolas Setton). Also, notify
4110         the "mode" property.
4111         
4112 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
4113
4114         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
4115         for use in "shallow invalidation" of a widget. (Windows belonging
4116         to the widget, but not to the widget's children)
4117
4118         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
4119         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
4120         up on ancestors up to the resize container on queue_resize. Size
4121         requests only actually take place if GTK_REQUEST_NEEDED, size
4122         allocations only take place if GTK_ALLOC_NEEDED or the size
4123         changed.
4124
4125         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
4126         container->resize_widgets and the RESIZE_NEEDED flag since the
4127         above flags are sufficient to figure out what needs to be
4128         resized/reallocated. Remove code manipulating
4129         container->resize_widget.
4130
4131         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
4132         allows widgets to turn off being automatically invalidated is when
4133         they are resized.
4134
4135         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
4136         a widget is resized or moved is "shallow" as described above -
4137         only the windows that need to be invalidated are invalidated.
4138
4139         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
4140         Make these widget's init functions call 
4141         gtk_widget_set_redraw_on_allocate(widget,FALSE).
4142
4143         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
4144         _gtk_container_queue_resize(), since we don't want
4145         redrawing. (Probably could be done for other 
4146         calls to gtk_widget_queue_resize() in gtkwindow.c,
4147         but this is the most important one.)
4148
4149         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
4150         gtk_widget_queue_draw() - size_allocate() handles
4151         that as appropriate.
4152
4153         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
4154         of queue_clear() to avoid invalidating children.
4155
4156 2001-11-04  jacob berkman  <jacob@ximian.com>
4157
4158         * gtk/gtkmain.c (find_module): don't free the module name until
4159         after we load the module
4160
4161 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
4162  
4163         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
4164         derivation instead of boxed derivation.
4165  
4166         * gtk/gtkmarshal.list: Remove some now unused marshallers.
4167  
4168 2001-11-04  Tor Lillqvist  <tml@iki.fi>
4169
4170         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
4171         include yesterday, without really thinking), as that defeats the
4172         working of correct_libdir_prefix() (it becomes a no-op.). Add
4173         comment mentioning that. Thanks to Hans Breuer for noticing.
4174         
4175 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
4176
4177         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
4178         signal argument (was GtkWidget*).
4179
4180         * gtk/gtkwindow.c (gtk_window_frame_event),
4181           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
4182         Fixed argument types as above, removed GTK_WINDOW casts and
4183         added some GTK_WIDGET casts instead.
4184
4185 2001-11-03  Hans Breuer  <hans@breuer.org>
4186
4187         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
4188         finalize to parent class to get removed from the toplevel_list.
4189         Should fix 'random' crashes of #63474.
4190
4191         * gtk/gtktreemodelsort.c : chain finalize() to parent class
4192
4193 2001-11-03  Tor Lillqvist  <tml@iki.fi>
4194
4195         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
4196         for .dll or .so as appropriate as module suffix.
4197
4198         * gtk-zip.sh.in: Use correct import library names.
4199
4200         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
4201
4202         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
4203         Windows to turn build-time paths from a gtk.immodules distributed
4204         as part of a binary package into runtime ones in the
4205         end-user-chosen installation directory.
4206         (gtk_im_module_init): Use it for module path and domain
4207         directory.
4208
4209 2001-11-02  Tor Lillqvist  <tml@iki.fi>
4210
4211         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
4212         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
4213         Windows.
4214
4215 2001-10-30  Tor Lillqvist  <tml@iki.fi>
4216
4217         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
4218         files. Configure on Win32 (running on Cygwin) thinks symlinks
4219         exist, but pkg-config is not necesarily a Cygwin program, and
4220         doesn't understand them.
4221
4222 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
4223
4224         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
4225         a bit.  I don't think it's completely correct yet, but it's
4226         getting there.
4227
4228 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
4229
4230         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
4231         random + 5 for width and height. If people want padding,
4232         they should add padding. (Note the +5 isn't padding
4233         that will always appear - it just appears in the case
4234         where the widget is allocated it's requisition.)
4235         (#51018, Janet Davis)
4236
4237 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
4238
4239         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
4240         the structure for future expansion.
4241
4242 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
4243
4244         Patch from HideToshi Tajima (#51922)
4245         
4246         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
4247
4248         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
4249         set_use_preedit().
4250         
4251         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
4252         to destroy the input context because we change the
4253         client window or use_preedit, make sure we empty
4254         the preedit string.
4255
4256 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
4257
4258         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
4259         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
4260         proposed ordering of buttons with [OK] in the lower
4261         right hand corner. Patch from Gregory Merchan,
4262         #56331.
4263
4264 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
4265
4266         * gtk/gtklabel.c (gtk_label_select_region_index): remove
4267         extraneous gtk_label_clear_layout (label)
4268
4269 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4270
4271         * tests/makefile.msc, gtk/makefile.msc.in: Removed
4272         -DGTK_DISABLE_COMPAT_H.
4273
4274         * docs/Changes-2.0.txt:
4275         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
4276
4277         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
4278
4279 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
4280
4281         * examples/**/Makefile.am: Convert to use pkg-config
4282         rather than gtk-config. (#53375, Skip Montanaro)
4283
4284 2001-11-02  Matt Wilson  <msw@redhat.com>
4285
4286         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
4287         broken unused, non-compiling, static function.
4288
4289 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
4290
4291         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
4292         Iterate through children of the action area, not of
4293         the vbox. (#58278, Sergey Kuzminov)
4294
4295 2001-11-01  Havoc Pennington  <hp@pobox.com>
4296
4297         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
4298         order to remove a workaround in Nautilus that forced
4299         GTK_ENABLE_BROKEN
4300
4301         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
4302
4303 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
4304
4305         * gtk/gtkrange.c: Patch from George Lebl to 
4306         fix division by zero for full scroll bars. (#62114)
4307
4308 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
4309
4310         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
4311         around gtk_widget_event() if we are going to
4312         set a flag afterwards. (#63464)
4313
4314 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
4315
4316         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
4317         Actually add the missing/broken image icon as the
4318         image for the "missing image" stock icon.
4319
4320 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
4321
4322         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
4323         Set a reasonable default height for the window.
4324
4325         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
4326         bug where subsequent '-' weren't converted to '_'.
4327         (#59550, Matthias Clasen)
4328
4329         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
4330         justify the Help menu - just include a comment on
4331         how to do it. (#63539,  Marius Andreiana)
4332
4333         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
4334         list GTK_ICON_SIZE_INVALID.
4335
4336         * demos/gtk-demo/stock_browser.c: Show the biggest available
4337         size, not a fixed size. (Often reported, including #63539, 
4338         Marius Andreiana)
4339
4340 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
4341
4342         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
4343         #59583
4344
4345         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
4346         warning.
4347
4348 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
4349
4350         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
4351         (Daniel Elstner).
4352
4353 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
4354
4355         * gtk/gtkimcontext.[ch]: Add:
4356           - A ::retrieve_surrounding signal that asks the widget for
4357             context around the insertion point.
4358           - A ::delete_surrounding signal that asks the widget to 
4359             delete context aroudn the insertion point.
4360           - gtk_im_context_set_context() for widgets to set context
4361             around the insertion point in response to ::retrieve_context.
4362           - gtk_im_context_get_context() for context to get context
4363             around the insertion point
4364
4365         * gtkmarshal.list: Add BOOL:INT,INT
4366
4367         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
4368         set_surrounding() methods, and the ::retrieve_surrounding /
4369         ::delete_surrounding signals.
4370
4371         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
4372         GtkIMContext::retrieve_surrounding / ::delete_surrounding
4373         signals.
4374
4375 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
4376
4377         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
4378         it's amazing how well things work sometimes, even when they're
4379         completely wrong.
4380
4381         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
4382         where you could try to collapse a node w/o it having children.
4383
4384         (gtk_tree_view_class_init): remove Shift L<->R as they already
4385         existed for expand/collapse.
4386
4387 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
4388
4389         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
4390         found by Matt Wilson.
4391
4392 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
4393
4394         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
4395         Control, and Shift|Control L<->R, #63475
4396
4397 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
4398
4399         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
4400         infinite loop noticed by yosh.
4401
4402 2001-11-01  Michael Meeks  <michael@ximian.com>
4403
4404         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
4405         GTK_REALIZED flag so we don't re-enter when we are
4406         destroyed from the plug side.
4407
4408 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
4409
4410         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
4411         Add a "menu" property and notify on it. (#62798,
4412         Padraig O'Briain)
4413
4414         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
4415         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
4416         Fix set_text to take a gchar, not a guchar, and to have 
4417         a len argument.
4418
4419 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
4420
4421         * gtk/gtkstock.c: fix typo to make it compile
4422
4423 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
4424
4425         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
4426         the widget is insensitive, draw the text insensitively, #63306
4427
4428 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
4429
4430         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
4431
4432 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
4433
4434         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
4435         gtk_selection_data_set_tree_row, #60218
4436         (gtk_tree_get_row_drag_data): rename
4437         gtk_selection_data_get_tree_row, #60218
4438
4439         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
4440         get this right, after the third try, #63122.
4441
4442 2001-10-31  jacob berkman  <jacob@ximian.com>
4443
4444         * gdk/gdkselection.h (GDK_TARGET_STRING): 
4445         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
4446         for Xatoms (and not using the XA_* macros)!
4447
4448 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
4449
4450         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
4451         gtk_window_get_focus() getter to determine the currently
4452         focused widget within the window. (#63145, request
4453         from Damian Ivereigh)
4454
4455 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
4456
4457         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
4458
4459         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
4460         GTK_SELECTION_NONE enum.
4461         (_gtk_tree_selection_internal_select_node): ditto
4462
4463         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
4464         constness.
4465
4466         * gtk/gtkcellrenderertoggle.c: more yummy constness.
4467
4468         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
4469         if mode == GTK_SELECTION_NONE
4470
4471 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
4472
4473         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
4474         "cursor_changed" signal, #62850.
4475
4476 2001-10-31  Matt Wilson  <msw@redhat.com>
4477
4478         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
4479         allocating the treedatalist, zero it to make sure the values are
4480         cleared from any garbage that was in this chunk.
4481
4482 2001-10-31  Murray Cumming  <murrayc@usa.net>
4483
4484         * gtk/cellrenderertext.h: "edited" default signal handler
4485         gchar* args are now const.
4486         gtk/cellrenderertoggle.h: "toggled" default signal handler
4487         gchar* arg is now const.
4488         Also changed other signal handlers for "edited" and "toggled" to
4489         have the same signature.
4490
4491 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
4492
4493         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
4494         rewrite.  Static models now totally work.  I'm not 100% sure about
4495         row_inserted and row_changed, but I'll get those later.
4496
4497 2001-10-30  Sven Neumann  <sven@gimp.org>
4498
4499         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
4500         output for configure --help.
4501
4502 2001-10-30  Havoc Pennington  <hp@pobox.com>
4503
4504         * gtk/gtktextview.c (changed_handler): Update the IM spot location
4505         here, if text was invalidated in the visible area, because the
4506         scroll offset doesn't normally change in that case, and the mark
4507         isn't set, just implicitly moved over as text is added/removed
4508         
4509 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
4510
4511         * gtk/gtkseparatormenuitem.c: Code cleanup.
4512         (gtk_separator_menu_item_class_init): Fix bugs in this code.
4513
4514 2001-10-29  jacob berkman  <jacob@ximian.com>
4515
4516         * gdk/Makefile.am (LDFLAGS): 
4517         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
4518         LDFLAGS, so put win32 flags in here
4519
4520 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
4521
4522         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
4523         I can't believe this took this long to fix.
4524
4525 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
4526
4527         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
4528         reordered signal.
4529
4530 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
4531
4532         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
4533         the focus to the fileop entry for create dir / rename
4534         file. (#62838)
4535
4536 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
4537
4538         * configure.in: Don't use AC_CHECK_FILE to check for a 
4539         file since it always spits warnings about cross compilation,
4540         use -f instead. It's not like we cross compile properly
4541         anyways.
4542
4543         * configure.in (gtktargetlib): Move call to AC_PROG_CC
4544         to suppress autoconf warning.
4545
4546         * acconfig.h: Add some missing #undefs from recent
4547         Win32 additions.
4548
4549 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
4550
4551         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
4552         when we didn't find it. (#62944, Eric Lemings)
4553
4554         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
4555         sign in assignment. (#63209, Arkadiusz Miskiewicz)
4556
4557 2001-10-29  Anders Carlsson  <andersca@gnu.org>
4558
4559         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
4560         the buttons size request before using it. Fixes #61696.
4561
4562 2001-10-29  Tor Lillqvist  <tml@iki.fi>
4563
4564         * README.win32: Updates.
4565
4566         * gtk-zip.sh.in: New file, used to build distribution package for
4567         Windows.
4568
4569         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
4570         applicable with GDKVAR.
4571
4572         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
4573         Wintab library.
4574
4575         * gdk/win32/gdkwin32.h
4576         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
4577         X11 headers better, and to enable gdkwin32.h to be installed and
4578         included from applications, but not the *-win32.h headers.
4579
4580         * gdk/win32/*.c: Corresponding small changes, simplifications of
4581         #includes.
4582         
4583         * gdk/win32/gdkregion-win32.c: Remove.
4584
4585         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
4586
4587         * gdk/win32/gdkfont-win32.c
4588         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
4589
4590         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
4591         GDK_NONE values into hash table.
4592
4593         * gtk/gtk.def: Update.
4594
4595         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
4596         gethostname().
4597
4598         * gtk/gtkmain.c 
4599         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
4600         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
4601         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
4602         g_win32_get_package_installation_subdirectory() with the actual
4603         DLL name saved above. Redefine above directory name macros to call
4604         these functions. Remove some ifdefs.
4605
4606         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
4607         variable for export on Win32) also to the _vars file.
4608
4609         Changes for autoconfiscated build on Win32, and addition of Win32
4610         backend to the related files:
4611         
4612         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
4613         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
4614         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
4615         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
4616         win32 target, using pangowin32. Don't use the
4617         -export-symbols-regex option on Win32, we use .def files to list
4618         exported symbols. Check <winsock.h> (for gethostname() in
4619         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
4620         prevent premature m4 expansion.
4621
4622         * acconfig.h: Add HAVE_WINTAB.
4623
4624         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
4625         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
4626         MS_LIB_AVAILABLE, build MS import library. Install the import
4627         libraries. If HAVE_WINTAB, link with the Wintab library.
4628
4629         * gdk/win32/Makefile.am: Actually enable building the win32
4630         objects here, not just list all files in EXTRA_DIST. Link in the
4631         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
4632         copy the Wintab library into the .libs directory. 
4633
4634         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
4635         name of the GDK DLL when fetching the icon. Use the HMODULE saved
4636         in gdk_dll_hinstance by DllMain.
4637
4638         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
4639         build/win32/lt-compile-resource script.
4640
4641         * gdk/win32/rc/gdk.rc.in
4642         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
4643
4644         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
4645         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
4646         file. Install import libraries.
4647
4648 2001-10-29  Anders Carlsson  <andersca@gnu.org>
4649
4650         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
4651
4652 2001-10-28  Hans Breuer  <hans@breuer.org>
4653
4654         * gdk/gdk.c gdk/gdkevents.c
4655           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
4656           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
4657           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
4658           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
4659           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
4660           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
4661           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
4662         static correct-ness, underscore prefixing of library internal 
4663         functions
4664         (applied the undisputed and the win32 part. Of the latter 
4665          I'm probably the one who will change it back again, if Owen
4666          decides that the Gdk*Impl types should not be private to Gdk)
4667
4668         * gdk/gdk.def : added the remaining exported functions
4669
4670 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
4671
4672         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
4673         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
4674         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
4675
4676 2001-10-28  jacob berkman  <jacob@ximian.com>
4677
4678         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
4679         gtk_settings_get_default() here as that requires an X connection
4680         (which breaks doc building with no X connection) and is not
4681         multihead safe
4682         (gtk_color_selection_init): delay palette loading until realize
4683         time
4684         (gtk_color_selection_realize): load the palette, and initialize
4685         the global palette if it hasn't been already
4686
4687         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
4688         visual/cmap fields of klass->info since they are gone
4689         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
4690         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
4691         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
4692
4693         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
4694         cmap fields
4695         (gtk_preview_get_visual):
4696         (gtk_preview_get_cmap): mark as deprecated
4697
4698         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
4699         changes
4700
4701 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
4702
4703         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
4704         structure to have GObject not GtkObject as
4705         parent_instance. (Jeff Franks.)
4706
4707 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
4708
4709         * gdk/x11/gdkinput.c: Typo fix.
4710
4711 2001-10-26  Havoc Pennington  <hp@pobox.com>
4712
4713         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
4714         update_im_spot_location here explicitly
4715         (gtk_text_view_reset_im_context): don't update the spot location
4716         here
4717
4718 2001-10-27  Anders Carlsson  <andersca@gnu.org>
4719
4720         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
4721         This fixes #62942.
4722
4723         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
4724         Clarify that we're returning a spin button in the _new function.
4725         This fixes #54097.
4726         
4727 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
4728
4729         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
4730         Unfortunately, people apparently erroneously connect
4731         to ::clicked for GtkToggleButton and expect
4732         they know what happened in the default signal handler
4733         instead of appropriately connecting to notification
4734         signal ::toggled. When the revolution comes, such
4735         people will be first against the wall.
4736
4737         We'll just have to go back to the old less-reliable
4738         set-it-back hacks for handling model-view check
4739         buttons and radio buttons. :-(. 
4740
4741 2001-10-27  Hans Breuer  <hans@breuer.org>
4742
4743         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
4744           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
4745           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
4746           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
4747           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
4748           gtk/gtktreestore.c gtk/gtkvbbox.c : 
4749         to simplify parsing for exported functions:
4750         - made implementation signature static, when the local 
4751           prototype already was
4752         - put the functions return value on it's own line
4753         - added as space between the function name and the 
4754           opening bracket
4755
4756         * gtk/gtk.def : added the remaining exported functions
4757
4758 2001-10-27  Anders Carlsson  <andersca@gnu.org>
4759
4760         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
4761         Add note about width having to be greater than 0. This fixes
4762         #55574. 
4763
4764         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
4765         Fix docs to say previous instead of next.
4766         (gtk_text_iter_backward_word_start): Likewise.
4767         This fixes bug #62980.
4768
4769         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
4770         that the valid width is in range 0-65535 pixels. Fixes bug 
4771         #56754.
4772
4773         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
4774         a dot in the documentation. Fixes bug #62632.
4775
4776         * gdk/x11/gdkmain-x11.c: Replace int and guint with
4777         long and gulong in some places to make the code 64-bit
4778         clean.
4779         (_gdk_windowing_init_check): Replace gint with gulong.
4780         This patch was made by George Lebl and fixes bug #62113.
4781
4782         * tests/testgtk.c (create_range_controls): Don't set a 
4783         fixed height on the hscale widget. This fixes "bug" 
4784         #55840.
4785         (create_window_states): Set up destroy signals so that
4786         all windows will be destroyed when one is. This fixes 
4787         bug #58133.
4788
4789 2001-10-26  Anders Carlsson  <andersca@gnu.org>
4790
4791         * gtk/gtktreeview.c: 
4792         (gtk_tree_view_class_init): Create new "indent_expander"
4793         style property.
4794
4795         (gtk_tree_view_get_arrow_xrange): Add a tree argument
4796         to the function since the xrange can change depending
4797         on where in the tree we are. 
4798         
4799         (coords_are_over_arrow): Update function call to
4800         gtk_tree_view_get_arrow_xrange.
4801         (gtk_tree_view_draw_arrow): Likewise.
4802         
4803         (gtk_tree_view_real_expand_collapse_cursor_row):
4804         Call real_{expand|collapse}_row, so that we'll have an
4805         animation.
4806
4807 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
4808
4809         * tests/Makefile.am: fixed a small typo
4810
4811 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
4812
4813         * demos/gtk-demo/list_store.c (create_model): Anders
4814         Carlsson suggested to use G_N_ELEMENTS here
4815
4816 2001-10-26  Sven Neumann  <sven@gimp.org>
4817
4818         * gtk/gtkbutton.[ch]
4819         * gtk/gtkdnd.c: fixed inline comments
4820         
4821         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
4822
4823 2001-10-26  Hans Breuer  <hans@breuer.org>
4824
4825         * gdk-pixbuf/gdk_pixbuf.def : 
4826         * gdk/gdk.def : 
4827         * gtk/gtk.def : updated externals
4828
4829         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
4830         gdk_window_lookup implementation. It already was in
4831         gdk/win32/gdkwindow-win32.c
4832
4833         * gdk/win32/gdkproperty-win32.c : made it compile again
4834         after GdkAtom API change
4835
4836         * gtk/gtk/makefile.msc.in : updated
4837
4838 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
4839
4840         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
4841         require GLib 1.3.10.
4842
4843         * NEWS: updates.
4844
4845 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
4846
4847         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
4848         invalid nodes.
4849          (_gtk_rbnode_rotate_right): Ditto.
4850          (_gtk_rbtree_node_mark_invalid): New function.
4851          (_gtk_rbtree_node_mark_valid): New function.
4852
4853         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
4854         GObject, not a GtkObject.
4855         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
4856         correct.
4857         (gtk_tree_model_sort_row_deleted): ditto.
4858         (gtk_tree_model_sort_{un,}ref_node): Fix.
4859
4860         * gtk/gtktreeview.c: Protean incremental reflow support (commented
4861         out)
4862
4863         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
4864         to const char *key.
4865
4866         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
4867         Important 1 line fix to fix a lot of refcounting woes.
4868
4869 2001-10-25  Matt Wilson  <msw@redhat.com>
4870
4871         * gtk/gtktextview.c (gtk_text_view_destroy): call
4872         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
4873         now invalidates) so that we remove our idle functions.
4874         (gtk_text_view_destroy_layout): remove the first_validate_idle as
4875         well.
4876
4877         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
4878         the 'indent' property is G_MININT to G_MAXINT.  Don't use
4879         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
4880         instead.
4881
4882 2001-10-24  Anders Carlsson  <andersca@gnu.org>
4883
4884         * gtk/gtktreeview.c: 
4885         (gtk_tree_view_real_expand_row): add an animate argument
4886         (gtk_tree_view_real_collapse_row): likewise
4887         
4888         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
4889         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
4890         (gtk_tree_view_collapse_row): update functions that call
4891         real_{expand|collapse}_row to set the animate argument 
4892         accordingly.
4893         
4894 2001-10-24  Alex Larsson  <alexl@redhat.com>
4895
4896         * gdk/linux-fb/gdkfont-fb.c:
4897         Update to new Pango APIs
4898
4899         * gdk/linux-fb/gdkproperty-fb.c:
4900         Update to new GdkAtom APIs
4901
4902         * gdk/linux-fb/gdkwindow-fb.c:
4903         Remove warnings
4904
4905 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
4906
4907         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
4908
4909 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
4910
4911         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
4912         s_path as a child path
4913
4914 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
4915
4916         * gtk/gtktreemodelsort.c: more changes in an attempt to get
4917         it right. It's not yet ready for general consumption.
4918
4919         * tests/treestoretest.c: add a button and entry for the new
4920         iter_change function
4921         (iter_change): new function, to test
4922         the row_changed signal implementation of the GtkTreeModelSort
4923
4924         * tests/testtreesort.c: cleanups, changes to test more features
4925         of the GtkTreeModelSort at once
4926
4927 2001-10-24  Havoc Pennington  <hp@redhat.com>
4928
4929         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
4930         remove hack to strip off the bogus newline, since we killed the
4931         bogus newline; fixes #61779
4932
4933 2001-10-24  Havoc Pennington  <hp@redhat.com>
4934
4935         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
4936         create layout if we didn't have one
4937         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
4938         as appropriate, avoids blanking the screen 
4939         (gtk_text_view_invalidate): new function to do invalidation,
4940         containing old guts of invalidated_handler
4941
4942 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
4943
4944         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
4945         dreadful tooltips.
4946
4947 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
4948
4949         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
4950         set window->parent (except or the root window itself); if 
4951         the window's parent is not a GdkWindow, or is a window of 
4952         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
4953
4954         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
4955         windows of type GDK_WINDOW_FOREIGN.
4956
4957 2001-10-24  Havoc Pennington  <hp@pobox.com>
4958
4959         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
4960         the front of a segment, use the "slow" technique for moving
4961         backward, so we don't mess up the any_segment field in the iter. 
4962         Fixes #57707
4963
4964         * tests/testtextbuffer.c: add code to detect #57707, to avoid
4965         regression
4966
4967 2001-10-23  Havoc Pennington  <hp@redhat.com>
4968
4969         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
4970         if selection contains some editable text, #60975
4971         (gtk_text_view_scroll_to_iter): remove warning about scrolling
4972         prior to map; it should actually be OK to do so in many cases, 
4973         it would be nice to warn about scrolling when many lines have
4974         height 0, but I don't know what to do about that. Perhaps 
4975         move part of flush_scroll into this function? comment added 
4976         to consider this.
4977
4978 2001-10-23  Havoc Pennington  <hp@redhat.com>
4979
4980         * gtk/gtktextview.c (changed_handler): Correctly keep the same
4981         text on the top of the screen, considering that the changed region
4982         may have overlapped the first paragraph. Should fix msw's "text
4983         widget scrolled to wrong place on map" bug, and probably some
4984         other scrolling cases as well.
4985         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
4986         instead of some random value
4987
4988         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
4989         grab_focus, so #59708 is really fixed
4990
4991 2001-10-24  Anders Carlsson  <andersca@gnu.org>
4992
4993         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
4994         (popup_targets_received): Call append_action_signal with stock items
4995         
4996         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
4997         (gtk_label_do_popup): Call append_action_signal with stock items
4998         
4999         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
5000         (popup_targets_received): Call append_action_signal with stock items
5001
5002 2001-10-23  Havoc Pennington  <hp@redhat.com>
5003
5004         * gtk/gtktextview.c (changed_handler): queue a resize here; will
5005         temporarily slow down the widget a lot, until we figure out how to
5006         optimize to avoid full redraw everytime we queue a resize.
5007
5008 2001-10-23  Havoc Pennington  <hp@redhat.com>
5009
5010         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
5011         0 and char_len == 0, bug #61729
5012
5013 2001-10-23  Havoc Pennington  <hp@redhat.com>
5014
5015         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
5016         return value, #61714 (Vitaly Tishkov)
5017         (gtk_text_iter_backward_sentence_starts): ditto
5018         (gtk_text_iter_backward_word_starts): ditto
5019         (gtk_text_iter_forward_word_ends): ditto
5020         (gtk_text_iter_forward_sentence_ends): ditto
5021         (gtk_text_iter_backward_cursor_positions): ditto
5022
5023 2001-10-23  Havoc Pennington  <hp@redhat.com>
5024
5025         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
5026         fix from Dov Grobgeld, #61858
5027
5028 2001-10-23  Havoc Pennington  <hp@redhat.com>
5029
5030         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
5031         Update IM spot location at appropriate times, #50626
5032         (Hidetoshi Tajima)
5033
5034 2001-10-23  Havoc Pennington  <hp@redhat.com>
5035
5036         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
5037         on grab focus, unless it's caused by button click, #59708
5038
5039 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
5040
5041         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
5042
5043         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
5044         G_CONST_RETURN. (Murray Cumming)        
5045
5046         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
5047         Make G_CONST_RETURN.
5048
5049         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
5050         results of g_get_home_dir().
5051
5052         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
5053         copy. Storing the return from gtk_entry_get_text() is evil.
5054
5055         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
5056         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
5057         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
5058         gtk/gtksignal.c: Add const.
5059
5060         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
5061
5062         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
5063         if we are setting them on private widgets.
5064
5065         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
5066         Duplicate entry->text before setting it as object data.
5067
5068 2001-10-22  Havoc Pennington  <hp@redhat.com>
5069
5070         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
5071         up a char from the end iterator, fixes #61859 ("can't put cursor
5072         at the end of the buffer")
5073
5074         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
5075         to work with delimiters other than newline.
5076
5077         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
5078         get_bytes_in_line
5079
5080         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
5081         last line, since the newline is no longer counted.
5082         (gtk_text_iter_get_bytes_in_line): ditto
5083
5084 2001-10-22  Havoc Pennington  <hp@redhat.com>
5085
5086         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
5087         #58290 would trigger if it reappeared, I think
5088
5089 2001-10-22  Havoc Pennington  <hp@redhat.com>
5090
5091         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
5092         add temporary code to dump btree contents on assertion failure
5093         described in #62656
5094         
5095         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
5096         assertions that we're getting the right end iter segment
5097
5098         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
5099         verify that we aren't on the end iterator after moving 
5100         forward one segment - fixes return value in an obscure case. 
5101         Also, some trivial code cleanup/rearranging.
5102         
5103 2001-10-22  Havoc Pennington  <hp@redhat.com>
5104
5105         * gtk/gtktextlayout.h: add a #error unless you define
5106         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
5107
5108         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
5109         
5110 2001-10-22  Havoc Pennington  <hp@redhat.com>
5111
5112         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
5113         #62365
5114
5115 2001-10-22  Havoc Pennington  <hp@redhat.com>
5116
5117         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
5118         #62436
5119
5120 2001-10-22  Havoc Pennington  <hp@redhat.com>
5121
5122         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
5123         #62366
5124
5125 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
5126
5127         * gtk/gtklabel.c: Add cursor-position, selection-bound 
5128         properties. (#62148, reported by Padraig O'Briain)
5129
5130         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
5131         to cursor_position. (1.3.x addition, text_position is an awful
5132         name.) Make cursor_position read-only to avoid sticky questions
5133         of interaction with selection_bound. (#62636, reported by
5134         Padraig O'Briain)
5135
5136 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
5137
5138         Fixing popup menus to have "Paste" sensitized correctly. Original
5139         patches from Damian Ivereigh, much mangled.
5140
5141         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
5142         gtk_selection_data_targets_include_text(). (#60854)
5143
5144         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
5145         the clipboard has text" function gtk_clipboard_wait_is_text_available.
5146         (#60854)
5147
5148         * gtk/gtkentry.c: Only enable the paste item if the clipboard
5149         contains text. (#60973)
5150
5151         * gtk/gtktextview.c: Only enable the paste item if the clipboard
5152         contains text. (#60975)
5153
5154 2001-10-22  Havoc Pennington  <hp@redhat.com>
5155
5156         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
5157         "height_lines" and "width_columns" properties, it doesn't make
5158         sense to set the size request on a text view really. #62103
5159
5160 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
5161
5162         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
5163         g_node_depth is broken, and that it's not worth being consistent
5164         with it.
5165
5166 2001-10-22  Havoc Pennington  <hp@redhat.com>
5167
5168         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
5169         docs, #61777
5170         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
5171         change the two boolean args to a flags field, so we can extend 
5172         to add case insensitive, regexp searches later. #61852
5173
5174 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
5175
5176         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
5177         reflect reality, #62810
5178
5179 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
5180
5181         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
5182
5183         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
5184         system.  Instead of having a window the size of the tree, we have
5185         a window the size of widget->allocation, and simply draw with the
5186         offset.
5187         (coords_are_over_arrow): ditto.  Move to window coordinates.
5188         (do_prelight): ditto
5189         (do_unprelight): ditto
5190
5191         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
5192         Minor fix from Kristian Rietveld to fix unsorted case.
5193
5194 2001-10-22  jacob berkman  <jacob@ximian.com>
5195
5196         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
5197         a PIXMAP cell (fixes crash when using PIXTEXT cells)
5198
5199 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
5200
5201         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
5202         (#58768, Vitaly Tishkov)
5203         
5204         * gtk/gtkobject.h: Deprecate with abandon. 
5205         (#61942, Vitaly Tishkov, Matthias Clasen)
5206
5207         * gtk/gtksignal.h: Deprecate everything.
5208
5209         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
5210         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
5211         (#61942, Matthias Clasen)
5212
5213         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
5214         Havoc Pennington)
5215
5216         * gtk/gtkitemfactory.h: Deprecate compat functions
5217         for GtkMenuFactory code. (#62071)
5218
5219         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
5220         gdk_draw_text,gdk_draw_text_wc. (#62071)
5221
5222 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
5223
5224         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
5225         g_thread_init(), we don't want to link to -lgthread if we don't
5226         have to.
5227
5228 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
5229
5230         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
5231         Add a function, gdk_threads_init() that must be explicitely 
5232         called to enable the GDK thread mutex.
5233
5234 2001-10-22  Jakub Steiner <jimmac@ximian.com>
5235
5236         * gtk/stock-icons/stock_stop.png: no body parts
5237         
5238 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
5239
5240         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
5241         problem with g_return_if_fail return value.
5242
5243         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
5244         virtual atom code from the gdk-multihead branch, removing the per-display
5245         part. Virtualizing atoms needs to be done now to prevent compat
5246         breakage in direct Xlib accessing code in the future. (#62208)
5247  
5248         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
5249         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
5250  
5251         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
5252         an opaque pointer type so the compiler catches attempts
5253         to mingle it with X atoms.
5254
5255         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
5256           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
5257           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
5258           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
5259           tests/testdnd.c,tests/testselection.c: 
5260         Fix up for above atom changes.
5261
5262         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
5263         now have the ability to add custom predefines.
5264
5265         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
5266         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
5267         to gtk_clipboard_get().
5268
5269         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
5270         for GdkAtom => pointer change.
5271
5272         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
5273         atoms, fix for GdkAtom => pointer change.
5274
5275 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
5276
5277         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
5278         new function spin_button_get_arrow_size() instead.
5279
5280         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
5281         arrow was hardcoded, it's now variable.
5282
5283         Fixes bug #50200
5284
5285 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
5286
5287         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
5288         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
5289         for those
5290
5291 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
5292
5293         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
5294         in favor of g_signal_*, gtk_object_* in favor of 
5295         g_object_*.
5296
5297 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
5298
5299         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
5300         from GObject now, we have to use the g_object_* functions, not
5301         gtk_object_*.
5302
5303 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
5304
5305         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
5306         nailed down now (this code is not yet ready for general consumption)
5307
5308 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
5309
5310         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
5311         for use_align
5312
5313 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
5314
5315         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
5316
5317 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
5318
5319         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
5320         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
5321         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
5322         GObject, not GtkObject. (#62621)
5323
5324 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
5325
5326         * tests/testsocket.c: Remove now useless include of unistd.h,
5327         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
5328         
5329 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
5330
5331         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
5332         Pango font API. #61933. (Untested, even for compilation.)
5333
5334 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
5335
5336         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
5337         export gtk_disable_setlocale(). (Caught by Sven Neumann)
5338
5339 2001-10-18  Havoc Pennington  <hp@redhat.com>
5340
5341         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
5342
5343 2001-10-18  Havoc Pennington  <hp@redhat.com>
5344
5345         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
5346         to GTK_RUN_LAST, #50239
5347
5348 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
5349
5350         * gtk/gtkimmodule.c (match_locale):
5351         Support "*" for all locales with least priority
5352         when to select default im module, #58201
5353
5354 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
5355
5356         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
5357         Fix docs. (#61976)
5358  
5359         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
5360
5361         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
5362
5363         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
5364         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
5365         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
5366         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
5367         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
5368         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
5369         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
5370
5371         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
5372
5373         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
5374         Don't restrict the width of the spinbutton entry field 
5375         to 10 digits. (#58681)
5376
5377 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
5378
5379         * tests/testtreeflow.c: new test program for the tree.
5380
5381 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
5382
5383         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
5384         reported by (Oleg Maiboroda), #62600
5385
5386 2001-10-18  Michael Meeks  <michael@ximian.com>
5387
5388         * gtk/gtkentry.c (gtk_entry_set_property),
5389         (gtk_entry_get_property): impl 'text'
5390         (gtk_entry_class_init): add the 'text' prop.
5391         (gtk_entry_insert_text): notify 'text' changed.
5392         (gtk_entry_delete_text): ditto.
5393
5394 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
5395
5396         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
5397         Documentation updates.
5398
5399 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
5400
5401         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
5402         in truncating length of text to MAX_SIZE. (Found by 
5403         Padraig O'Briain, #62055)
5404
5405 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
5406
5407         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
5408         MNEMONIC_ACTIVATE; signal was changed a long time
5409         ago.
5410
5411         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
5412         Fix wrong return statement. (Reported by HideToshi
5413         Tajima and others.)
5414
5415         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
5416         left over select_all vfunc.
5417
5418 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
5419
5420         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
5421         a utility function to translate coordinates relative to
5422         one widget's allocation to coordinates relative to another
5423         widget's allocation.
5424
5425         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
5426         that:
5427          - only accepts external focus if there is no active
5428            member of the group or the button is active.
5429          - makes arrow keys move the active button as well
5430            as the focus
5431          - make tab tab out directly.
5432         This makes a radio button group act as a single focus location.
5433         (#53577).
5434         
5435         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
5436         it was only a small optimization that didn't matter and made
5437         things more complicated.
5438
5439         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
5440         sorter for FOCUS_TAB as we did for the other focus directions,
5441         sort by center of widgets, not upper-left corner. (Shouldn't
5442         matter in general.)
5443
5444         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
5445         from the different types of focusing: encapsulate sorting the
5446         widgets for the focus direction into one routine
5447         (gtk_container_focus_sort()) and then share the work of moving the
5448         focus between the different focus directions.
5449
5450         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
5451         work correctly with focus chains containing non-immediate
5452         children. Sorting was being done using allocation coordinates for
5453         each widget in the focus chain, and if there were intermediate
5454         window-widgets, these allocations would not be in the same
5455         coordinate system.
5456
5457 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
5458
5459         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
5460         mnemonic_activate function to option menu.
5461
5462 2001-10-15  Murray Cumming <murrayc@usa.net>
5463
5464         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
5465           Corrected the type names used in some calls to g_signal_new().
5466         
5467 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
5468
5469         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
5470         specs, use g_pattern_spec_equal() instead of direct field accesses.
5471         upon compressing two equal paths of the same type, the resulting
5472         priority has to be the maximum.
5473         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
5474         GtkPathPriorityType enum and make it a macro.
5475
5476 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
5477
5478         * gtk/gtkwidget.c: Fix some doc comments.
5479
5480 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
5481
5482         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
5483         on empty models.
5484
5485 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
5486
5487         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
5488         Remove stale gdk backend includes.
5489  
5490 2001-10-10  Michael Meeks  <michael@ximian.com>
5491
5492         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
5493         and value_in_list properties.
5494         (gtk_combo_set_value_in_list): notify change.
5495         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
5496
5497 2001-10-11  James Henstridge  <james@daa.com.au>
5498
5499         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
5500         that gtk+ can be built with automake 1.5 while not breaking
5501         things for automake 1.4.
5502
5503 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
5504
5505         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
5506         (#60606)
5507
5508         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
5509         to disable calling setlocale (LC_ALL, "").
5510
5511         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
5512         docs that this function is not typically useful.
5513
5514         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
5515         Automatically initialize GDK for the current locale
5516         on gdk_init(). Don't reset locale to C when
5517         XSupportsLocale() fails.
5518
5519         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
5520         useless checks for UTF-8 locale breakage that mattered
5521         only for X.
5522
5523         * examples/calendar/calendar.c
5524         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
5525         gtk_set_locale().
5526
5527         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
5528         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
5529
5530 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
5531
5532         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
5533
5534         Fixes bug #61904
5535
5536 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
5537
5538         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
5539         new function, #61923
5540         (gtk_tree_selection_path_is_selected): Ditto
5541
5542 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
5543
5544         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
5545         not a GtkObject.  Thanks andersca.
5546
5547         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
5548
5549 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
5550
5551         * gtk/gtktreeviewcolumn.c
5552         (gtk_tree_view_model_sort_column_changed): fix broken code.
5553
5554 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
5555
5556         * gtk/gtkselection.c: s/succesfully/successfully/g
5557
5558 2001-10-08  Havoc Pennington  <hp@pobox.com>
5559
5560         * demos/gtk-demo/stock_browser.c: remove unused enum
5561
5562         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
5563         pass the current selection state of the node in to the user
5564         selection func
5565
5566 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
5567
5568         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
5569         non-existent function gdk_x11_cursor_get_xid 
5570         by gdk_x11_cursor_get_xcursor.
5571
5572 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
5573
5574         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
5575         warning.
5576
5577         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
5578         unref nodes, #okay61676
5579
5580         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
5581         to the property; no need to clear the other columns.  Also, we go
5582         to 'unsorted' if the model supports it.
5583
5584 2001-10-05  Sven Neumann  <sven@gimp.org>
5585
5586         * demos/testpixbuf-save.c
5587         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
5588         feature.
5589
5590 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
5591
5592         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
5593         destroy the search dialog
5594
5595         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
5596         added check to prevent creation of a search dialog if there's
5597         already one around
5598
5599         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
5600         it instead of "search-dialog" (when getting/setting the search dialog
5601         widget).
5602
5603 2001-10-05  Jakub Steiner <jimmac@ximian.com>
5604
5605         * gtk/stock-icons/stock_broken_image.png: broken images icon
5606
5607 2001-10-04  Havoc Pennington  <hp@pobox.com>
5608
5609         Fix #56586
5610         
5611         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
5612         accelerator setting here...
5613
5614         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
5615         because we try to use it when a menu bar hasn't necessarily been 
5616         initialized.
5617
5618 2001-10-03  Havoc Pennington  <hp@redhat.com>
5619
5620         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
5621         it previously verified incorrect behavior
5622
5623         Fixes for #61565
5624         
5625         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
5626         off the end
5627         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
5628         the end
5629         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
5630         the end
5631         (gtk_text_iter_forward_lines): if on the last line, move to end of
5632         it
5633
5634         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
5635         don't return a line off the end
5636
5637 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
5638
5639         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
5640         functions to do_insert_text and do_delete_text, add signals
5641         insert_text, delete_text and changed
5642
5643         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
5644         and changed. Updates to match new situation.
5645
5646         * gtk/gtkspinbutton.c: updates to match new situation
5647
5648         * gtk/gtkoldeditable.h: remove signals changed, insert_text
5649         and delete_text
5650
5651         * gtk/gtkoldeditable.c: updates to match new situation
5652
5653         * gtk/gtktext.c: updates to match new situation
5654
5655         Fixes bug #59803
5656
5657 2001-10-03  Havoc Pennington  <hp@redhat.com>
5658
5659         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
5660         position
5661
5662         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
5663         changes
5664
5665         * tests/testtextbuffer.c (logical_motion_tests): updates
5666
5667 2001-10-03  jacob berkman  <jacob@ximian.com>
5668
5669         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
5670         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
5671         * gtk/gtksettings.c (apply_queued_setting): 
5672         * gtk/gtkmain.c (gtk_init_check): 
5673         * gtk/gtkcontainer.c (gtk_container_child_get_property):
5674         s/retrive/retrieve/
5675
5676 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
5677
5678         * gtk/gtktreemodelsort.[ch]: preparation for surgery
5679         * tests/testtreesort.c: ditto
5680
5681 2001-10-02  Havoc Pennington  <hp@redhat.com>
5682
5683         Throughout: assorted docs
5684         
5685         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
5686         gdk_window_set_geometry_hints() should be used instead.
5687
5688         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
5689         document them
5690
5691         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
5692         seem to exist in any .c files
5693
5694         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
5695         g_return_if_fail (pixel < colormap->size).
5696
5697 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
5698
5699         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
5700         NULL for @target_list to mean, use
5701         gtk_drag_dest_get_target_list (widget).
5702
5703         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
5704         drop could hang when calling gtk_drag_finish with 
5705         success == FALSE and del == TRUE.
5706
5707         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
5708         drops without a matching target found would propagate
5709         to the parent widget rather than being rejected.
5710
5711         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
5712         Use text_view->dnd_mark instead of mark name to be
5713         consistent with the rest of the code.
5714
5715         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
5716         pendantically correct for a drop-only-in-some-places
5717         widget. (Check whether you can insert in drag_drop,
5718         not just in drag_motion ... matters in theory, and
5719         for Motif drag and drop in practice.)
5720
5721         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
5722         Damian Ivereigh to not allow drops on non-editable
5723         entries. (#61124)
5724
5725         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
5726         text to be moved from a non-editable entry.
5727         
5728 2001-10-03  James Henstridge  <james@daa.com.au>
5729
5730         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
5731         s/width/fixed_width/ in order to get things to compile.
5732
5733 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
5734
5735         * gtk/gtkcelleditable.c: docs
5736
5737         * gtk/gtktreemodel.h: more docs.
5738
5739 2001-10-02  Havoc Pennington  <hp@redhat.com>
5740
5741         * gdk/x11/gdkwindow-x11.c: docs
5742
5743         * tests/testtextbuffer.c (logical_motion_tests): add sentence
5744         boundary tests
5745
5746 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
5747
5748         * demos/gtk-demo/Makefile.am: add editable_cells.c,
5749         list_store.c and tree_store.c
5750
5751         * demos/gtk-demo/appwindow.c: remove tearoff item from
5752         File menu, put menubar and toolbar in handle boxes.
5753
5754         * demos/gtk-demo/genincude.pl: various changes to support trees
5755
5756         * demos/gtk-demo/main.c: various changes to support trees
5757
5758         * demos/gtk-demo/stock_browser.c: changed name of demo
5759         to Stock Item and Icon Browser, so geninclude.pl doesn't see
5760         it as child
5761
5762         * demos/gtk-demo/editable_cells.c: new file/demo
5763         * demos/gtk-demo/list_store.c: new file/demo
5764         * demos/gtk-demo/tree_store.c: new file/demo
5765
5766 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
5767
5768         * gtk/gtkrc.c gtk/gtksettings.c: 
5769         g_string_printfa => g_string_append_printf.
5770
5771 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
5772
5773         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
5774         and destroy handler.
5775
5776         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
5777
5778         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
5779         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
5780         Singh <yosh@gimp.org>.
5781
5782 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
5783
5784         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
5785         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
5786
5787         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
5788
5789 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
5790
5791         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
5792         scroll_to_cell delayed code to happen in size_allocate.
5793
5794         * gtk/gtkstyle.c (gtk_default_draw_expander): change
5795         prelight/normal arrow drawing.
5796
5797         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
5798
5799         * gtk/gtktreestore.c: refactor.
5800
5801 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
5802
5803         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
5804         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
5805         centers the child in relation to the to indicator height.
5806
5807 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
5808
5809         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
5810         correct
5811
5812 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
5813
5814         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
5815         property code using g_param_spec_int and changed from
5816         g_value_get_enum to g_value_get_int instead. Probably a better way
5817         to fix the problem :-)
5818
5819 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
5820
5821     * gtk/gtkcellrenderertext.c changed "weight" property type from 
5822       g_param_spec_int to g_param_spec_enum.
5823
5824 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
5825
5826         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
5827         fix: s/Wether/Whether/ in reorderable property description
5828
5829 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
5830
5831         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
5832         start editing when you select with a keyboard.
5833
5834         (gtk_tree_view_button_press_event): much more graceful now.
5835
5836         * gtk/gtkstyle.c: Draw togglebutton better.
5837
5838 2001-09-26  Havoc Pennington  <hp@redhat.com>
5839
5840         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
5841         of passing non-stock label in to gtk_dialog_new_with_buttons
5842
5843         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
5844         debugging updates
5845
5846         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
5847         are private
5848
5849         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
5850         exist, fall back to mnemonic label, not plain label, bug #61184
5851         
5852 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
5853
5854         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
5855         stupid and emitting the signal every time.
5856
5857         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
5858
5859 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
5860
5861        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
5862
5863        * contrib/gdk-pixbuf-xlib/Makefile.am: install
5864        gdk-pixbuf-xlib-2.0.pc.
5865
5866 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
5867
5868         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
5869         problem where menmonic wasn't removed properly when
5870         setting a label when there already is a label.
5871         Also, handle setting the tab label back to the same
5872         value. (#61160, #61161)
5873
5874         * gtk/gtkentry.c (paste_received): Patch from 
5875         Damian Ivereigh to replace selection if there is 
5876         one. (#61121)
5877
5878 2001-09-25  Darin Adler  <darin@bentspoon.com>
5879
5880         * tests/.cvsignore: Ignore new test program.
5881
5882 2001-09-25  Havoc Pennington  <hp@redhat.com>
5883
5884         * gtk/gtktextview.c: fix for #50317
5885         
5886 2001-09-25  Havoc Pennington  <hp@redhat.com>
5887
5888         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
5889         gtk_text_iter_can_insert
5890         
5891         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
5892
5893         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
5894          (gtk_text_iter_can_insert): new function to fix #60282, should
5895         also fix msw's "can paste into empty buffer" bug.
5896
5897         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
5898         "event object,"  #59091
5899
5900         * gtk/gtktextbtree.c: indentation fixes
5901
5902         * gtk/gtktextiter.c (find_by_log_attrs): fixes
5903
5904 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
5905
5906         * configure.in: Version 1.3.9, interface age 0, binary age 0.
5907
5908         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
5909
5910         * NEWS: Updates.
5911
5912 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
5913
5914         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
5915         function for drawing cursors between gtkentry/gtklabel/gtktextview.
5916         Should this be public? It has a bit of an odd interface, but
5917         custom editing widgets probably should be using it.
5918         Function will draw with wider width for taller cursors, and
5919         draws a little indicator arrow to indicate directoin for split 
5920         cursors.
5921
5922         * gtk/gtktextview.c: Add a "cursor_color" property.
5923
5924         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
5925         gtk_text_layout_draw().
5926
5927         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
5928         _gtk_draw_insertion_cursor().
5929
5930 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
5931
5932         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
5933         the behavior where you could turn family_set (etc) back on
5934         and get back the values you had before.
5935
5936         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
5937         g_string_ascii_up() rather than looping through the
5938         string ourself.
5939
5940 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
5941
5942         * gtk/gtktreeviewcolumn.c
5943         (gtk_tree_view_column_set_cell_renderer): Removed
5944         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
5945
5946         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
5947         Patch from Detlef Reichl
5948
5949 2001-09-25  Havoc Pennington  <hp@redhat.com>
5950
5951         * tests/testtextbuffer.c (line_separator_tests): Add tests for
5952         line separators, addresses bug #57428
5953
5954 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
5955
5956         * gtk/gtkentry.c: Make a GtkCellEditable
5957         (get_widget_window_size): Change to let it honor size_allocate
5958         when a CellEditable.
5959
5960         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
5961         editable changes.
5962         (gtk_tree_view_set_cursor): Now you can set the cursor
5963         horizontally, as well as start editing.
5964
5965         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
5966         code to look more like the other check buttons.
5967
5968         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
5969         Change the way we calculate cell size.
5970
5971         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
5972
5973         * demos/gtk-demo/sizegroup.c: Add mnemonics.
5974
5975         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
5976         Fix logic.
5977
5978         * gtk/gtkcellrenderertext.c: Change to be editable.
5979
5980         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
5981
5982         * test/testtreesort.c: Fix misspelling
5983
5984         * test/testreecolumns.c: Add mnemonics.
5985
5986         * test/testreeedit.c: New test program.
5987
5988 2001-09-25  Havoc Pennington  <hp@pobox.com>
5989
5990         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
5991         etc. docs about how these are not going to do what you want for 
5992         the X/win32 ports. Futile attempt to avoid a FAQ...
5993
5994 2001-09-24  James Henstridge  <james@daa.com.au>
5995
5996         * gtk/gtkmarshal.list (VOID): add marshal function types.
5997
5998         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
5999         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
6000         GTK_TYPE_POINTER.
6001         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
6002         with no-op copy/free functions.
6003
6004         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
6005         GtkCTreeNode get_type function.
6006
6007 2001-09-24  Havoc Pennington  <hp@redhat.com>
6008
6009         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
6010         gtktextlayout.c:
6011         Get rid of the newline-that-could-not-be-deleted; buffers may 
6012         now be zero-length. Much easier to fix than expected, once 
6013         I figured out the right way to do it. However, there are 
6014         various subtle bugs introduced by this that will have to get 
6015         sorted out. Please use bugzilla.
6016
6017 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
6018
6019         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
6020         response back from the window manager if our size hasn't changed 
6021         since we won't get a response back from the window manager;
6022         there was code in there to do this, but it was in the wrong
6023         place so if the hints change and the size didn't we'd expect
6024         a response.
6025
6026         Also, optimize the position-only-changed case by running
6027         the resize queue immediately, and clean up some comments
6028         for the changes.
6029
6030 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
6031
6032         * gtk/gtknotebook.h: Add a compat macro that got lost.
6033
6034         * gtk/gtktreestore.c: Doc fixes.
6035
6036         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
6037         leak for windows that receive events after being destroyed.
6038         (#60863, Joshua N. Pritikin)
6039
6040         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
6041         rather than gtk_container_queue_resize().
6042
6043         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
6044         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
6045         gtk_container_child_composite_name. (#60217.)
6046
6047 2001-09-22  Hans Breuer  <hans@breuer.org>
6048
6049         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
6050
6051 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
6052
6053         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
6054         weight value should be an int
6055
6056 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
6057
6058         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
6059         to gtk_menu_scroll_item_visible(). Only call
6060         gtk_menu_scroll_item_visible() if the menu widget has been
6061         realized. Fixes bug #55310.
6062
6063 2001-09-21  Havoc Pennington  <hp@redhat.com>
6064
6065         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
6066         key press to IM context if cursor isn't in an editable location;
6067         bug #58425, patch from Hidetoshi Tajima
6068
6069 2001-09-21  Havoc Pennington  <hp@redhat.com>
6070
6071         Bug #60862
6072         
6073         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
6074         (_gtk_text_btree_unref): fix up mark memory management
6075
6076         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
6077
6078 2001-09-20  Havoc Pennington  <hp@redhat.com>
6079
6080         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
6081         try to handle alignment here, because it's done by PangoLayout
6082         after we set the layout width. Fix from Dov.
6083
6084 2001-09-21  Hans Breuer  <hans@breuer.org>
6085
6086         * gdk/gdk.def :
6087         * gtk/gtk.def : updated externals
6088
6089         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
6090         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
6091         Also handle that Win32 pathes cann't be hard-coded      
6092
6093         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
6094         module, themes etc directory calculations
6095
6096         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
6097         >16 bit right. The size limit within Win9x appears _not_ to be 32767
6098         but slightly smaller ...
6099
6100         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
6101         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
6102
6103         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
6104
6105         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
6106         handling. I'm not sure if it is better now, but at least not worse
6107
6108         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
6109
6110         * gdk/win32/gdkwin32.h : reflect recent API restrictions
6111
6112 2001-09-21  Matt Wilson  <msw@redhat.com>
6113
6114         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
6115         radio_menu_item->group to NULL after removing it from the list, as
6116         it is no longer in the group. (#60869)
6117
6118         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
6119
6120 2001-09-20  Havoc Pennington  <hp@pobox.com>
6121
6122         * configure.in (PANGO_REQUIRED_VERSION)
6123         (ATK_REQUIRED_VERSION): add variables and checks for specific 
6124         versions of dependencies. Previously we didn't verify the 
6125         Pango or ATk versions.
6126
6127 2001-09-09  Havoc Pennington  <hp@pobox.com>
6128
6129         * gtk/gtktextiter.c: fool with indentation
6130         (gtk_text_iter_in_range): add g_return_if_fail
6131
6132 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
6133
6134         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
6135         ref count on new tag to be 1.  Update doc.  (#60836)
6136
6137 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
6138
6139         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
6140         call to gdk_image_new_bitmap(). (#59094, reported by
6141         by Sven Neumann)
6142
6143 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
6144
6145         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
6146         day, as well as the current month and year.
6147         (#59047, reported by Vitaly Tishkov)
6148
6149 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
6150
6151         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
6152         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
6153         
6154 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
6155
6156         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
6157
6158         (build_option_menu): add func argument, connect ::changed
6159         signal to option menu instead of connecting the ::activate
6160         signal to the menu items,
6161
6162         (toplevel): get rid of RADIOMENUTOGGLED macro,
6163
6164         (list_toggle_sel_mode), (clist_toggle_sel_mode),
6165         (ctree_toggle_line_style), (ctree_toggle_expander_style),
6166         (ctree_toggle_justify), (ctree_toggle_sel_mode),
6167         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
6168         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
6169
6170         (notebook_type_changed): merged standard_notebook(),
6171         notabs_notebook(), scrollable_notebook() and borderless_notebook()
6172         into notebook_type_changed()
6173
6174         (create_list), (create_ctree), (create_notebook),
6175         (create_progress_bar): changed OptionMenuItem arrays into
6176         gchar * arrays. Removed "Extended" item where used.
6177
6178         Fixes bug #59885
6179
6180 2001-09-20  Sven Neumann  <sven@gimp.org>
6181
6182         * configure.in
6183         * gdk/Makefile.am
6184         * gtk/Makefile.am
6185         * gtk/gtkselection.c
6186         * gtk/gtktreeview.c
6187         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
6188
6189 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
6190
6191         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
6192         a missing pango_layout_iter_free ().
6193
6194 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
6195
6196         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
6197         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
6198
6199         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
6200         the function definition so we don't accidentally rely on
6201         the compat #define from gtk_radio_menu_item_group.
6202         (#60782, Jeff Franks)
6203
6204 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
6205
6206         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
6207         incorrect values for top, right and bottom due to cut-and-paste
6208         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
6209
6210 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
6211
6212         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
6213         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
6214         window, not just on the client leader. (#58463)
6215
6216 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
6217
6218         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
6219
6220         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
6221         non-public _gtk_menu_item_set_placement.
6222
6223         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
6224
6225 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
6226
6227         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
6228           gdk/linux-fb/gdkcolor-fb.c:
6229         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
6230         (#59723)
6231
6232 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
6233
6234         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
6235         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
6236         #59723)
6237
6238 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
6239
6240         Patch from Frank Belew #59037 for Solaris compilation.
6241
6242         * gtk/maketypes.awk: Change syntax slightly for a call
6243         to sub(), apparently making awk on Solaris happier.
6244
6245         * gtk/gtktreeview.c: Remove C++ comments.
6246
6247 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
6248
6249         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
6250         to handle '99% of the time. (#60473, reported by Christian Rose)
6251
6252         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
6253         which no longer exists. (#60379, reported by Vitaly Tishkov)
6254
6255 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
6256
6257         * Released 1.3.8.
6258
6259         * gdk/Makefile.am: kill EXTRA_DIST clearing.
6260         
6261 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
6262
6263         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
6264         as its broken in automake 1.4, add explicit object rule to
6265         generate this.
6266         
6267         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
6268         get rid of uneccessary stamps, group stuff more logically, and build
6269         sources due to object rules. fix srcdir!=builddir.
6270
6271 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
6272
6273         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
6274         incorrect parameter to compute_double_length
6275         (#58680, patch from Matthias Clasen)
6276
6277         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
6278
6279         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
6280
6281         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
6282         for GDK_RELEASE_MASK to avoid warnings with Forte.
6283
6284         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
6285         break; statements.
6286
6287 2001-09-18  Alex Larsson  <alexl@redhat.com>
6288
6289         * gtk/gtkcheckbutton.c:
6290         * gtk/gtkradiobutton.c:
6291         Don't draw with GTK_STATE_ACTIVE.
6292
6293         * gtk/gtkclist.c:
6294         * gtk/gtkctree.c:
6295         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
6296
6297         * gtk/gtktextdisplay.c:
6298         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
6299         unfocused with base_gc [GTK_STATE_ACTIVE].
6300         
6301         * gtk/gtkentry.c:
6302         Add select all menu-item.
6303         Default cursor color is red.
6304         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
6305         unfocused with base_gc [GTK_STATE_ACTIVE].
6306
6307         * gtk/gtklabel.[ch]:
6308         Add keynav + menu to selectable lables.
6309         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
6310         unfocused with base_gc [GTK_STATE_ACTIVE].
6311
6312         * gtk/gtkfilesel.c:
6313         Add drag and drop support.
6314
6315         * gtk/gtkstyle.c:
6316         (This was checked in earlier)
6317         New default values for text/base SELECTED and ACTIVE
6318         
6319 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
6320
6321         * configure.in: up version to 1.3.8, interface age 0,
6322         binary age 0, depend on glib 1.3.8.
6323
6324         * NEWS: 1.3.8 updates.
6325
6326 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
6327
6328         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
6329         the editing code
6330
6331         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
6332         reason to call it beyond emiting the two signals.
6333
6334         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
6335         to GtkEntry.
6336
6337 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
6338
6339         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
6340           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
6341         PangoFontDescription.
6342
6343         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
6344         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
6345         structure.
6346   
6347         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
6348
6349         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
6350         direct access to style->font. Deprecate gtk_style_ref/unref.
6351   
6352         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
6353         Remove gtk_style_ref/unref with g_object_ref/unref.
6354   
6355         * gtk/gtkcalendar.c: Remove leftover macros accessing
6356         style->font.
6357   
6358         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
6359         variable.
6360   
6361         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
6362         style->font.
6363
6364 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
6365
6366         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
6367         "can_activate" properties in favor of
6368         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
6369         and GTK_CELL_RENDERER_MODE_EDITABLE
6370
6371 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
6372
6373         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
6374         editable widgets.  This function is private, and should only be
6375         used by GtkTreeView.
6376
6377 2001-09-18  Matt Wilson  <msw@redhat.com>
6378
6379         * docs/Makefile.am (EXTRA_DIST): don't use += before =
6380
6381         * docs/faq/Makefile.am (EXTRA_DIST): likewise
6382
6383         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
6384         
6385         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
6386         (EXTRA_HEADERS): likewise
6387
6388         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
6389         (EXTRA_HEADERS): likewise
6390         (EXTRA_DIST): likewise
6391         (CLEANFILES): likewise
6392
6393         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
6394
6395         * tests/Makefile.am (EXTRA_DIST): likewise
6396         
6397         * Makefile.am (install-data-local): changed to use
6398         install-data-hook, which runs after install-pkgconfigDATA, so that
6399         the pkgconfigdir will have been created and populated first.
6400
6401 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
6402
6403         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
6404         be the last big GtkTreeView API change.
6405
6406         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
6407         replace with "activate" and "start_editing".  Also, added a
6408         "can_activate" and "can_edit" property.
6409
6410         * gtk/gtktreeviewcolumn.c: modify to use above.
6411
6412 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
6413
6414         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
6415
6416 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
6417
6418         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
6419         icon instead of one with ugly white background.
6420
6421 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
6422
6423         * demos/gtk-demo/stock_browser.c (id_to_macro): make
6424         the uppercasing work. (#59550)
6425
6426 2001-09-14  Jakub Steiner <jimmac@ximian.com>
6427
6428         * gtk/stock-icons/dialog_error.png:
6429         * gtk/stock-icons/dialog_question.png: more road signs
6430
6431 2001-09-13  Jakub Steiner <jimmac@ximian.com>
6432
6433         * gtk/stock-icons/dialog_question.png:
6434         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
6435           like a road sign.
6436
6437 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
6438
6439         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
6440         signals to make them more clear.  Also, change ::range_changed to
6441         ::row_changed.
6442         * gtk/gtktreemodel.c: Adjust to interface change
6443         * gtk/gtktreemodel.h: ditto
6444         * gtk/gtktreemodelsort.c: ditto
6445         * gtk/gtktreestore.c: ditto
6446         * gtk/gtkliststore.c: ditto
6447         * gtk/gtktreeview.c: ditto
6448         * tests/testtreecolumns.c: ditto
6449         * gtk/gtkmarshal.list: Actually remove a marshaller!
6450
6451 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
6452
6453         * gtk/gtktextview.c
6454         Add support for Ctrl+Up/Down arrow to move cursor to beginning
6455         of previous/next paragraph. If within a paragraph cursor moves to
6456         beginning of that paragraph.
6457
6458 2001-09-12  Jakub Steiner <jimmac@ximian.com>
6459
6460         * gtk/stock-icons/dialog_question.png: replacing the shaky
6461           question mark with a sans-serif one.
6462         * gtk/stock-icons/stock_top.png, stock_bottom.png,
6463      stock_first.png, stock_last.png: using the new style arrows
6464         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
6465      colors.
6466         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
6467      color.
6468         * gtk/stock-icons/stock_zoom*: anti-aliased
6469         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
6470      '-' with a '_', removed the wrong files
6471
6472 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
6473  
6474         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
6475  
6476         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
6477         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
6478         than in gtk-2.0/major.minor.micro/<type>/. This
6479         works better for a search path for modules.
6480  
6481         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
6482         gtk_binary_version variable holding major.minor.(micro-binary_age).
6483  
6484         * modules/input/Makefile.am (moduledir): Fix installation
6485         directory to match change in lookup location.
6486  
6487         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
6488         suffixes. Needs to be handled in g_module_build_path().
6489
6490         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
6491         appropriate.
6492  
6493 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
6494
6495         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
6496         causing RC properties not to work.
6497
6498 2001-09-11  Jakub Steiner <jimmac@ximian.com>
6499
6500         * gtk/stock-icons/dialog-error.png: less drastic
6501         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
6502           "STOP" is international enough.
6503         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
6504         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
6505
6506 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
6507
6508         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
6509         (add|remove)_selection_clipboard symmetric. (bug #59836)
6510
6511         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
6512         Avoid SEGV for empty tree. (bug #60243)
6513
6514 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
6515
6516         * tests/testgtk.c (create_idle_test): slight fix for
6517         g_object_set() not usable for nesting anymore.
6518
6519         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
6520         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
6521         properties, supply ::shadow_type properties instead as most
6522         other widgets do.
6523
6524 2001-09-10  Alex Larsson  <alexl@redhat.com>
6525
6526         * demos/gtk-demo/stock_browser.c:
6527         * gdk/gdkcolor.c:
6528         * gdk/gdkfont.c:
6529         * gdk/gdkcursor.c:
6530         * gdk/gdkevents.c:
6531         * gdk/gdkrectangle.c:
6532         * gtk/gtktypeutils.c:
6533         Update to use the new g_boxed_type_register_static API.
6534
6535 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
6536
6537         * gtk/gtktreestore.c:
6538         Fix looping in gtk_tree_store_init() waiting for zero random int.
6539
6540 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
6541
6542         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
6543         behaviour which havoc broke. they have to default to 1.0 for
6544         expand behaviour.
6545
6546         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
6547
6548 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
6549
6550         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
6551         Amend previous change to avoid runtime error in g_param_spec_ref()
6552
6553 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
6554
6555         * gtk/gtkrc.c (insert_rc_property): Fix blank line
6556         in the wrong place.
6557
6558 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
6559
6560         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
6561         do a lookup immediately after creating style->property_cache,
6562         since bsearch crashes on zero length for Solaris.
6563         (Found by Padraig O'Briain.)
6564
6565 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
6566
6567         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
6568         Really return NULL if not set.
6569         (gtk_widget_init): Remove unused varaible.
6570         
6571 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
6572
6573         * configure.in:
6574         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
6575         in cvs.
6576
6577 2001-09-08  Havoc Pennington  <hp@pobox.com>
6578
6579         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
6580         people might want to use
6581
6582 2001-09-08  Havoc Pennington  <hp@pobox.com>
6583
6584         * gtk/gtkalignment.c (gtk_alignment_class_init): default
6585         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
6586
6587         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
6588
6589         * gtk/gtktextiter.c: fix docs
6590         (gtk_text_iter_spew): get rid of this
6591
6592         * gtk/gtklayout.c: docs
6593
6594         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
6595         to center image and label together, instead of having image on
6596         left and label centered, patch/suggestion from Jacob
6597
6598         * gtk/gtkdialog.c: docs
6599
6600 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
6601
6602         * gtk/gtkliststore.c: Write documentation
6603         * gtk/gtktreestore.c: Write documentation
6604
6605 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
6606
6607         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
6608         with GArray and bsearch(), to remove dependency on a still
6609         evolving interface that we want to keep private to glib/gobject. 
6610
6611 2001-09-08  Havoc Pennington  <hp@pobox.com>
6612
6613         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
6614         docs fixes
6615
6616         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
6617
6618         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
6619
6620         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
6621
6622         * gtk/gtkscrolledwindow.h: docs fixes
6623
6624         * gtk/gtkimage.c (gtk_image_new): docs fixes
6625
6626 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
6627
6628         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
6629         false alarm  constness warning with a cast.
6630
6631         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
6632         for the inside-gdk case.
6633
6634 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
6635
6636         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
6637         remove g_print.
6638
6639         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
6640         change models, #59899
6641
6642 2001-09-07  Havoc Pennington  <hp@pobox.com>
6643
6644         * gtk/gtkmain.c: move some docs inline
6645
6646 2001-09-07  Havoc Pennington  <hp@pobox.com>
6647
6648         * gtk/gtk.h: tsk tsk, jrb broke the build
6649
6650 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
6651
6652         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
6653         Removed 'fill' attribute.  It was silly b/c that was a property of
6654         the cell renderer, anyway.
6655         (gtk_tree_view_column_render): Actually render the packed
6656         renderers.
6657         * doc/tree-column-sizing.txt: initial devel documentation.
6658         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
6659         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
6660
6661         * tests/testtreefocus.c: fix up to reflect above changes.
6662         * tests/testtreeview.c: ditto
6663         * demos/gtk-demo/stock_browser.c: ditto
6664
6665 2001-09-07  Alex Larsson  <alexl@redhat.com>
6666
6667         * gdk/linux-fb/gdkcolor-fb.c:
6668         Removed unused function.
6669         
6670         * gdk/linux-fb/gdkdrawable-fb2.c
6671         * gdk/linux-fb/gdkfont-fb.c:
6672         Use PangoLanguage functions.
6673
6674         * gdk/linux-fb/gdkinput.c:
6675         * gdk/linux-fb/gdkselection-fb.c:
6676         Fix const warnings.
6677         
6678         * gdk/linux-fb/gdkwindow-fb.c:
6679         Fix warning. Implement gdk_window_set_icon_list() and
6680         gdk_window_get_frame_extents(). (No icon support yet though.)
6681
6682         * gtk/gtkwindow.c (gtk_window_get_position):
6683         If window->frame is set get the extents of it instead.
6684         
6685 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
6686
6687         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
6688         Make the default default colormap the GdkRGB colormap,
6689         not the system colormap.
6690
6691         * gtk/gtkinvisible.c (gtk_invisible_init) 
6692           gtk/gtkwindow.c (gtk_window_init): Set the current
6693         colormap, as returned by _gtk_widget_peek_colormap()
6694         on the widget.
6695
6696         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
6697         to GTK+. Make it return %NULL instead of the default
6698         colormap if no colormap has explicitely been pushed.
6699
6700         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
6701         colormaps on ancestral widgets before defaulting the
6702         the system default colormap.
6703
6704         * docs/Changes-2.0.txt: explain colormap changes.
6705
6706 2001-09-07  Havoc Pennington  <hp@redhat.com>
6707
6708         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
6709         #57424
6710
6711 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
6712
6713         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
6714         make gdk_set_use_xshm a noop. Remove --no-xshm command line
6715         option. If we aren't autodetecting properly, we need
6716         to fix the problem, or at least make it an environment
6717         variable setting, to avoid problems with propagating
6718         to embedded children, plugins, etc.
6719
6720         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
6721
6722         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
6723         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
6724         New function to render a pixmap and mask for a particular colormap.
6725
6726         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
6727         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
6728         of internal implementation of the same.
6729
6730 2001-09-07  Havoc Pennington  <hp@redhat.com>
6731
6732         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
6733         debug code that seems to have caused a breakpoint in valid cases
6734         
6735         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
6736         pointer on the first view when adding the second view, fixes
6737         crash when closing gtk-demo text test with active selection
6738
6739         * gtk/gtktextbuffer.c
6740         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
6741         clipboards in the list of clipboards - probably fixes #59836
6742
6743 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
6744
6745       Make gdkx.h the only installed header from gdk/x11.
6746       All structures in gdk/x11 are opaque.
6747
6748         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
6749         Don't install gdk{drawable,pixmap,window}-x11.h.
6750
6751         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
6752         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
6753         GdkVisualClass into C files.
6754
6755         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
6756
6757         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
6758         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
6759         Add public functions to replace previously exported direct
6760         structure access.
6761         gdk_x11_colormap_get_{xdisplay,xcolormap} 
6762         gdk_x11_cursor_get_{xdisplay,xcursor},
6763         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
6764         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
6765         gdk_x11_gc_get_{xdisplay,ximage}
6766         
6767         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
6768         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
6769
6770       Fix a number of variables and functions that were exported
6771       "accidentally" from GDK.
6772
6773         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
6774         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
6775         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
6776         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
6777         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
6778         gdk_event_queue_find_first, gdk_event_queue_remove_link,
6779         gdk_event_queue_append, gdk_event_button_generate,
6780         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
6781
6782         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
6783            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
6784         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
6785         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
6786         gdk_use_xshm, gdk_input_ignore_core.
6787
6788         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
6789         #defines to namespace functions into the private _gdk_ 
6790         namespace.
6791
6792         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
6793         to replace gdk_parent_root exported variable. Adjust and
6794         deprecate GDK_ROOT_PARENT().
6795
6796         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
6797         GDK_ROOT_PARENT usage, remove includes of port-specific
6798         headers.
6799
6800         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
6801         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
6802         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
6803
6804         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
6805         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
6806         gdk_wm_delete_window functions, gdk_wm_take_focus, 
6807         use gdk_atom_intern() instead.
6808
6809         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
6810           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
6811           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
6812           gtk/gtkselection.c 
6813         Unexport gdk_selection_property, just use 
6814         gdk_atom_intern ("GDK_SELECTION").
6815
6816         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
6817         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
6818         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
6819         GdkVisualprivate, gdk_x11_gc_flush.
6820
6821       Make a number of public exports of variables into functions
6822       to increase encapsulation.
6823
6824         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
6825         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
6826         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
6827
6828         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
6829         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
6830         gdk_error_warnings.
6831
6832         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
6833           docs/Changes-2.0.txt: 
6834         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
6835         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
6836         Add gdk_x11_get_default_xdisplay().
6837
6838         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
6839         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
6840         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
6841         Don't export gdk_progclass, move --class command line
6842         option and handling to common portion of GDK.
6843
6844       Miscellaneous fixes:
6845
6846         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
6847         g_return_val_if_fail that should have been g_return_if_fail.
6848
6849         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
6850         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
6851
6852         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
6853         X11 dependency.
6854
6855         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
6856         Remove unused gdk_key_repeat_disable/restore.
6857
6858         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
6859         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
6860         Remove unused gdk_null_window_warnings variable.
6861
6862         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
6863         it can be retrieved from the repository; it is too far
6864         from functional to be worth having people check out;
6865         it would be easier to start from scratch, I suspect.
6866
6867         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
6868
6869         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
6870         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
6871         Fix some accidentally global variables and unused global variables.
6872
6873         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
6874         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
6875         Fix some accidentally global variables and unused global variables.
6876
6877       Add some space for future expansion to multihead.
6878
6879         * gdk/gdkdrawable.h: Add four reserved function pointers
6880         for future expansion of GdkDrawableClass.
6881
6882         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
6883         where we can put a GdkScreen * later.
6884
6885 2001-09-07  Havoc Pennington  <hp@redhat.com>
6886
6887         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
6888         adjustments after validating destination yrange; fixes #53918
6889         (This may cause other issues, but I hope it won't)
6890         
6891 2001-09-05  Havoc Pennington  <hp@redhat.com>
6892
6893         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
6894         line into start line, update the character counts in parent nodes; 
6895         caused a bug when end and start line had different parent nodes.
6896
6897 2001-08-30  Havoc Pennington  <hp@redhat.com>
6898         
6899         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
6900         assertion that tag is in a table
6901
6902 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
6903
6904         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
6905         g_strcasecmp on NULL strings. (#59058)
6906
6907 2001-09-06  Alex Larsson  <alexl@redhat.com>
6908
6909         * gtk/gtkbin.c:
6910         * gtk/gtkfontsel.c:
6911         * gtk/gtkspinbutton.c:
6912         * gtk/gtktipsquery.c:
6913         Use GtkType/GType instead of uint.
6914
6915 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
6916
6917         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
6918         sort column.
6919
6920         * gtk/gtktreestore.c (gtk_list_store_init): ditto
6921
6922         * gtk/gtktreesortable.c: add docs.
6923
6924 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
6925
6926         * Version 1.3.7
6927
6928         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
6929         docs for gtk-config
6930
6931         * modules/input/Makefile.am (install-data-local): Don't
6932         run gtk-query-immodules if DESTDIR is set.
6933
6934         * NEWS: Various additions.
6935
6936 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
6937
6938         * NEWS: updates for 1.3.7 release.
6939
6940 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
6941
6942         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
6943         handle default sort feature
6944
6945         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
6946         new function to handle default sort.
6947         (gtk_tree_sortable_has_default_sort_func): check if default sort
6948         is set.
6949
6950         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
6951         handle default sort feature
6952
6953 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
6954
6955         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
6956         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
6957         #59731
6958
6959 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
6960
6961         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
6962         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
6963         time, #59727
6964
6965         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
6966         correctly.
6967
6968 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
6969
6970         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
6971         so that we don't eternally update the keymap after we
6972         get a change notification.
6973
6974         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
6975         incorrect cast.
6976
6977 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
6978
6979         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
6980         it working. It mostly works now, although there're still a few issues
6981         to be worked out.
6982
6983         * tests/testtreesort.c (main): changes to have a better test
6984         application for the GtkTreeModelSort.
6985
6986 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
6987
6988         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
6989         fix for bug #59222.
6990
6991         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
6992         gpointer search_data argument to function definition and
6993         prototype, to match GtkTreeViewSearchEqualFunc typedef.
6994
6995 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
6996
6997         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
6998         per jrb's request.
6999
7000 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
7001
7002         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
7003
7004         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
7005
7006 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
7007
7008         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
7009         Instead of always mirroring the selection to a single PRIMARY
7010         selection, allow it to be mirrored to any number of clipboards.
7011
7012         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
7013         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
7014
7015         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
7016         GtkClipboard argument, and for paste_clipboard, the
7017         @override_location argument from @paste_primary.
7018
7019         * gtk/gtktextview.c: Adapt to above change.
7020         
7021 2001-08-30  Havoc Pennington  <hp@redhat.com>
7022
7023         * gtk/gtktextview.c (invalidated_handler): put validate idle at
7024         resize - 2 just for flexibility
7025
7026 2001-08-30  Havoc Pennington  <hp@redhat.com>
7027
7028         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
7029         object from the empty-child-anchor case by drawing a little box.
7030         
7031         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
7032         if the child anchor has no anchored widgets - fixes #59328.
7033
7034         Also, remove bizarre deletion of preedit string that seems to have
7035         gotten in here somehow.
7036
7037 2001-08-30  Havoc Pennington  <hp@redhat.com>
7038
7039         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
7040         to #58420 from Hidetoshi Tajima and Matthias Clasen
7041
7042 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
7043
7044         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
7045         change color when the GtkTreeView loses focus.
7046
7047         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
7048         ditto.
7049         
7050         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
7051
7052 2001-08-28  Havoc Pennington  <hp@pobox.com>
7053
7054         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
7055
7056 2001-08-28  Havoc Pennington  <hp@pobox.com>
7057
7058         * demos/gtk-demo/main.c (setup_default_icon): add default icon
7059
7060         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
7061         warning fix
7062         (gtk_radio_button_new_with_label): warning fix
7063
7064         * gtk/gtkdnd.c: used some random GtkImage private structs, 
7065         update to reflect GtkImage changes
7066
7067         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
7068         whether the hint is supported, just always set the icon. A task
7069         list might want to use it even if the WM doesn't, and the WM may
7070         change over time. Also, XDeleteProperty() if list == NULL.
7071
7072         * gtk/gtkwindow.c (gtk_window_set_icon_list)
7073         (gtk_window_get_icon_list)
7074         (gtk_window_set_icon)
7075         (gtk_window_get_icon)
7076         (gtk_window_set_default_icon_list)
7077         (gtk_window_get_default_icon_list):
7078         new functions
7079
7080         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
7081
7082         * gtk/gtkimage.c: Implement property support, bug #59408
7083
7084         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
7085         on reparent-without-removing-first a bit more helpful.
7086         Let's just destroy this FAQ.
7087
7088 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
7089
7090         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
7091         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
7092
7093 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
7094
7095         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
7096         of use_text_format to the end of the function. (#56447)
7097
7098 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
7099
7100         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
7101         only in response to an area_prepared signal.
7102
7103 2001-08-28  Alex Larsson  <alexl@redhat.com>
7104
7105         * gtk/gtkwidget.c (gtk_widget_class_init):
7106         Make unrealize GTK_RUN_LAST.
7107
7108 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
7109
7110         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
7111         with_label and with_mnemonic should create radio buttons, not
7112         check buttons
7113
7114 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
7115
7116         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
7117         * tests/treestoretest.c (make_window): ditto
7118         * demos/gtk-demo/main.c (create_tree): ditto
7119         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
7120
7121 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
7122
7123         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
7124         GTK selection types rather than GtkTreeSelectionMode.
7125
7126         * docs/Changes-2.0: Add comment about selection change.
7127
7128 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
7129
7130         * gtk/gtkenums.h (GtkSelectionMode): deprecate
7131         GTK_SELECTION_EXTENDED.
7132
7133         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
7134         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
7135
7136         * gtk/gtkctree.c: ditto
7137
7138         * gtk/gtklist.c: ditto
7139
7140         * gtk/gtktree.c: ditto
7141
7142 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
7143
7144         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
7145         of typos in compat macros. (#59624, Skip Montaro)
7146
7147 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
7148
7149         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
7150         macro.
7151
7152          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
7153  
7154         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
7155         interface to be a standard setter from gtk_menu_item_right_justify.
7156         (gtk_menu_item_get_right_justified): a getter to go with the setter
7157
7158         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
7159         gtk_menu_item_right_justify.
7160
7161         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
7162         gtk_menu_item_set_right_justified.
7163  
7164 2001-08-27  Jens Finke <jens@gnome.org>
7165
7166         * gtk+.spec.in: Updated to match gpp requirements, reworked the
7167         files section to make it work with 1.3.x releases.
7168
7169 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
7170
7171         * gtk/gtkbutton.[ch]:
7172         Add properties for labels, mnemonics and stock items.
7173         Added C accessor functions for the properties.
7174         Removed deprecated button->child.
7175
7176         * gtk/gtkradiobutton.c:
7177         * gtk/gtktogglebutton.c:
7178         Update to use the functions in GtkButton.
7179
7180         * gtk/gtkcheckbutton.c:
7181         Update to use the functions in GtkButton.
7182         Changed size allocation of child. Now only gets as much
7183         space as it requests.
7184
7185         * gtk/gtkclist.c:
7186         Don't use GtkButton->child
7187
7188         * gtk/gtklabel.c:
7189         Fixed typo in docs
7190         
7191 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
7192
7193         * tests/testgtk.c:
7194         * tests/Makefile.am:
7195         Ressurect the properties test.
7196         I don't care if it is inferior, I just want to test my property code.
7197
7198 2001-08-25  Chema Celorio  <chema@celorio.com>
7199
7200         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
7201         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
7202         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
7203
7204 2001-08-24  Havoc Pennington  <hp@pobox.com>
7205
7206         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
7207         these are already in gtkmenu.h, and the copies
7208         here were broken.
7209
7210         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
7211
7212         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
7213         special-case bitmaps to allow no colormap
7214         (bitmap1): implement no-colormap bitmap-getting
7215         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
7216         alpha
7217         (rgb8): indentation
7218         (rgb1a, rgb1): change the way we read the data out of the image, 
7219         old way didn't seem to work quite right.
7220
7221         I'm pretty sure a lot of the rgbconvert code is still broken.
7222         
7223         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
7224         above position constraint (I really intended to do this before,
7225         don't know what's up with that)
7226         (gtk_XParseGeometry): shut up gcc
7227
7228         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
7229         and "0" should have been. remove the attempted 4-bytes-at-once
7230         optimization, it was totally broken.
7231
7232 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
7233
7234         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
7235         on push to buttons (based on patch from Soeren Sandmann, #54720)
7236
7237           - Add child_displacement_x/y style properties to control how far the
7238             child moves when the button is depressed.
7239
7240           - Add non-exported function _gtk_button_set_depressed to clean
7241             up the handling of the in/out shadow and separate it frmo
7242             widget->state.
7243
7244           - Lots of code cleanup and simplification of state handling
7245             for GtkButton/GtkToggleButton.
7246  
7247         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
7248         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
7249
7250 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
7251
7252         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
7253         and make gtk_image_new() take no arguments. The compiler will
7254         catch it, and it is vastly more useful than having
7255         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
7256
7257         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
7258         to add tearoff-title property (#51319, Lee Mallabone)
7259
7260 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
7261
7262         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
7263         gtk_menu_item_configure(). (#58925)
7264
7265 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
7266
7267         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
7268         "use_align" to give people the option to just make a cell visible.
7269
7270         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
7271         we were scrolling past the end of the tree.
7272
7273         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
7274         rename gtk_tree_view_column_pack_start_cell_renderer to
7275         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
7276
7277 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
7278
7279         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
7280         a stray g_object_ref() left over from gtk_object_ref/sink.
7281         (Pointed out by Josh Pritikin.)
7282
7283 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
7284
7285         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
7286         to gtk_container_get_children. Added deprecated compatibility
7287         macro. (Suggested by Vitaly Tishkov, #59051)
7288
7289         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
7290         calls.
7291
7292 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
7293
7294         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
7295         gtk_menu_bar_append/prepend/insert, forgot to do this
7296         when we deprecated gtk_menu_append/prepend/insert.
7297
7298         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
7299         compat macros.
7300
7301         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
7302         renamed by compat macro.
7303
7304         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
7305         gtk_font_selection_dialog_get_font(). (Suggested by
7306         Vitaly Tishkov, #59383)
7307
7308 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
7309
7310         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
7311         Rename from gtk_text_tag_table_size(). (#59366)
7312
7313 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
7314
7315         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
7316         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
7317         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
7318         (#59173).
7319
7320 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
7321
7322         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
7323         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
7324         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
7325
7326 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
7327
7328         [ Patch from Sebastian Wilhelmi, 52790 ]
7329
7330         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
7331
7332         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
7333         Move compatibility macros from g[dt]kcompat.h to within 
7334         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
7335
7336         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
7337
7338         * demos/Makefile.am demos/gtk-demo/Makefile.am 
7339           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
7340           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
7341
7342         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
7343                  testpixbuf.c}: Fix usages of deprecated functions.
7344
7345 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
7346
7347         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
7348         when changing models.
7349
7350 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
7351
7352         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
7353         We check the current event for modifiers rather than try to trap
7354         all presses.
7355
7356 2001-08-22  Anders Carlsson  <andersca@gnu.org>
7357
7358         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
7359         It's LIST_STORE, not LISTSTORE.
7360
7361 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
7362
7363         * gtk/gtk.h: Remove commented out gtkpacker reference.
7364
7365 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7366
7367         * configure.in (all_loaders): Add tga loader, 
7368         patch by Nicola Girardi. (#56067)
7369
7370 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
7371
7372         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
7373         a little.  More needs to be done tomorrow.
7374
7375 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
7376
7377         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
7378
7379 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
7380
7381         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
7382         reported by Kristian Rietveld <kristian@planet.nl> to handle row
7383         == NULL.
7384         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
7385         <kristian@planet.nl> to change destroy order.
7386
7387 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
7388
7389         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
7390         correct marshaller.
7391
7392 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
7393
7394         * gtk/gtkliststore.c: Fix up warnings, #58928.
7395
7396         * gtk/gtktreeselection.h: Change signal prototype, #58647
7397
7398         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
7399         #59221.
7400
7401         * gtk/gtkstyle.c: Actually prelight arrow, #50981
7402         
7403 2001-08-18  Hans Breuer  <hans@breuer.org>
7404
7405         * gdk/gdk.def : updated externals
7406
7407         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
7408         is required to get (at least) visible in entry fields. Some selections
7409         are really handled now - even on win32 - but copying via middle
7410         mouse button into a different app needs to wait ... 
7411
7412         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
7413         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
7414
7415         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
7416         handling. I'm not sure if it is better now, but at least not worse
7417
7418         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
7419         with SetWindowPos () which allows more fine-tuning backing-store wise
7420
7421         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
7422         Also changed move/resize to be more like the X version.
7423
7424         * gtk/gtk.def : updated externals
7425
7426 2001-08-19  Sven Neumann  <sven@gimp.org>
7427
7428         * gtk/gtktooltips.c
7429         * tests/testtreesort.c
7430         * tests/treestoretest.c: inserted some casts to get rid of compiler
7431         warnings.
7432
7433 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
7434
7435         * gtk/gtktreeviewcolumn.c
7436         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
7437
7438         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
7439         (_gtk_tree_view_find_node): If *node is NULL,
7440         *tree should be NULL too.
7441
7442         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
7443         column/renderers.
7444         * tests/testtreecolumns.c: ditto
7445         * tests/testtreefocus.c: ditto
7446         * tests/testtreesort.c: ditto
7447         * tests/testtreeview.c: ditto
7448         * tests/treestoretest.c: ditto
7449
7450 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
7451
7452         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
7453         signals; is_expander/is_expanded.
7454
7455         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
7456         pixbufs.
7457
7458         * gtk/gtktreeview.c: set above properties.
7459
7460 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
7461
7462         * gtk/gtkwidget.h: Really remove set_default_style().
7463
7464         * docs/Changes-2.0.txt: added a note about
7465         gtk_widget_push/pop/set_default_style.
7466
7467 2001-08-18  Havoc Pennington  <hp@pobox.com>
7468
7469         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
7470         hints_changed in addition to the other cases.
7471         (gtk_window_move_resize): include last position from configure
7472         notify in debug spew
7473
7474 2001-08-18  James Henstridge  <james@daa.com.au>
7475
7476         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
7477         second argument to the weak ref notify, cleaning up some uglyness.
7478         (gtk_accel_group_attach): remove and add the weak notifier when
7479         changing the accel groups slist.
7480         (gtk_accel_group_detach): same here.
7481
7482 2001-08-17  Darin Adler  <darin@bentspoon.com>
7483
7484         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
7485         missing parameters to utf8 functions to make it compile.
7486
7487 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
7488
7489         * gtk/gtktreeprivate.h:
7490         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
7491         (gtk_tree_view_init), (gtk_tree_view_set_property),
7492         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
7493         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
7494         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
7495         (gtk_tree_view_set_destroy_count_func),
7496         (gtk_tree_view_set_enable_search),
7497         (gtk_tree_view_get_enable_search),
7498         (gtk_tree_view_get_search_column),
7499         (gtk_tree_view_set_search_column),
7500         (gtk_tree_view_get_search_equal_func),
7501         (gtk_tree_view_set_search_equal_func),
7502         (gtk_tree_view_search_dialog_destroy),
7503         (gtk_tree_view_search_position_func),
7504         (gtk_tree_view_interactive_search),
7505         (gtk_tree_view_search_delete_event),
7506         (gtk_tree_view_search_button_press_event),
7507         (gtk_tree_view_search_key_press_event),
7508         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
7509         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
7510         * gtk/gtktreeview.h:
7511         Add heavily modified patch from Kristian Rietveld to handle
7512         interactive searching.
7513
7514 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
7515
7516         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
7517         string parameter.
7518
7519         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
7520         GtkMenuShell::selection_done, now that we have it, instead of 
7521         ::deactivate so we're not tearing the menu apart and notify
7522         the user prematurely.
7523
7524 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
7525
7526         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
7527         window, clear window->need_default_position to avoid infinite loops.
7528         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
7529
7530 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
7531
7532         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
7533         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
7534         (gtk_tree_view_set_property): don't cast possible NULL objects.
7535         (gtk_tree_view_destroy): reset the model to NULL.
7536
7537         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
7538         parent_class handler.
7539
7540 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7541
7542         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
7543
7544 2001-08-17  Anders Carlsson  <andersca@gnu.org>
7545
7546         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
7547         point numbers so that the result will be floating point.
7548
7549 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7550
7551         * tests/testgtk.c (create_handle_box): 
7552         (create_toolbar): Replace gtk_window_set_policy calls by
7553         gtk_window_set_resizable.
7554
7555 2001-08-16  Jakub Steiner <jimmac@ximian.com>
7556
7557         * gtk/stock-icons/dialog_info.png: new style bulb
7558         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
7559         * gtk/stock-icons/dialog_warning.png: need a hand?
7560         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
7561           the aa border gets chopped off ok
7562         * gtk/stock-icons/stock_colorselector.png: using the new hand
7563         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
7564           this one is for, but the old icon was butt ugly.
7565         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
7566         * gtk/stock-icons/stock*_insert_object.png: "
7567         * gtk/stock-icons/stock_index.png: using new hand icon
7568         * gtk/stock-icons/stock*_new.png: the document template being used 
7569           elsewhere too
7570         * gtk/stock-icons/stock*_print*.png: new print and print preview 
7571           icons (panel/menu)  
7572         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
7573           icons based on Tuomas' floppy image.
7574         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
7575         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
7576         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
7577         * gtk/stock-icons/stock*_undelete.png: "
7578         * gtk/stock-icons/stock_preferences.png: I have a version with a 
7579           document base if the sliders are no good.
7580         * gtk/stock-icons/stock_properties.png: properties 
7581         
7582
7583         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
7584           (tigert@ximian.com) clipboard icons
7585         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
7586         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
7587         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
7588           little bigger IMHO
7589
7590 2001-08-16  Sven Neumann  <sven@gimp.org>
7591
7592         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
7593
7594 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
7595
7596         * gtk/gtkcellrenderertext.c:
7597         Avoid warning when specifying NULL for "attributes" property
7598
7599 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7600
7601         * docs/debugging.txt: Add a warning about --enable-debug=no,
7602         some editorial changes.
7603
7604 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7605
7606         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
7607         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
7608         debugging info, remove unused debug flags. (#58330)
7609
7610 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
7611
7612         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
7613         (gtk_tree_selection_select_all): Remove strict checking for rows.
7614
7615 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7616         
7617         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
7618         Don't remove the tooltip window when the tip text changes. (#15891)
7619
7620 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
7621
7622         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
7623         $(srcdir).
7624
7625 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
7626
7627         * Makefile.am (EXTRA_DIST): Fix problem with trying to
7628         dist files from intl/, which is no longer there.
7629
7630 2001-08-11  Hans Breuer  <hans@breuer.org>
7631
7632         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
7633           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
7634           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
7635           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
7636           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
7637           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
7638
7639         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
7640           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
7641         GDK_TYPE_EVENT signals
7642
7643         * gtk/gtkalignment.c : removed 'direct allocation bug',
7644         which Tim discovered while reading the patch
7645
7646 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
7647
7648         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
7649         compat macros for push/pop/set_visual that were supposed
7650         to be added a long time ago, but got dropped. 
7651
7652 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
7653
7654         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
7655         property notifies.
7656
7657 2001-08-07  Havoc Pennington  <hp@pobox.com>
7658
7659         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
7660
7661         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
7662         some fixage is needed here, but nothing simple. Owen understands
7663         it. ;-)
7664
7665         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
7666         sizing and positioning.  Also, fix bug in compute_geometry_hints
7667         (width/height confusion for setting min size). 
7668         (gtk_window_move): new function
7669         (gtk_window_resize): new function
7670         (gtk_window_get_size): new function
7671         (gtk_window_get_position): new function
7672         (gtk_window_parse_geometry): new function
7673         
7674         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
7675         (gtk_widget_get_size_request): new function
7676         (gtk_widget_get_usize): delete, that was a short-lived function
7677         ;-)
7678         (gtk_widget_set_usize): deprecate
7679         (gtk_widget_set_uposition): deprecate, make it a trivial 
7680         gtk_window_move() wrapper
7681         (gtk_widget_class_init): remove x/y/width/height properties,
7682         add width_request height_request
7683         
7684         * demos/*: update to avoid deprecated functions
7685         
7686         * gtk/gtklayout.c: add x/y child properties
7687
7688         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
7689         uses of "gint16"
7690
7691         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
7692         sizing test
7693
7694         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
7695         configure events on toplevel windows are always in root window
7696         coordinates, following ICCCM spec that all synthetic events 
7697         are in root window coords already, while real events are 
7698         in parent window coords. Previously the code assumed that 
7699         coords of 0,0 were parent window coords, which was 
7700         really broken.
7701   
7702         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
7703         warning
7704  
7705         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
7706         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
7707         hints in gtk_window_parse_geometry()
7708  
7709         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
7710         new USER_POS USER_SIZE hints    
7711
7712 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7713
7714         * tests/prop-editor.c (properties_from_type): Use 
7715         g_object_class_list_properties to get the param specs 
7716         for a given type. (#58609)
7717
7718 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7719
7720         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
7721         free the text_aa parts. (#57549)
7722
7723 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7724
7725         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
7726         not the foreground color. (#57621)
7727
7728 2001-08-09  Alexander Larsson <alexl@redhat.com>
7729
7730         * gdk/win32/gdkfont-win32.c:
7731         Update to the new pango win32 api.
7732
7733 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
7734
7735         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
7736         COMPOUND_TEXT instead of TEXT
7737         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
7738         interpret the return value of g_string_to_compound_text()
7739         (#55152)
7740
7741 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7742
7743         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
7744         fail if iter is NULL. (#58347)
7745
7746 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7747
7748         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
7749         some off-by-one issues, fixing selection of line-ends. (#50323)
7750
7751 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7752
7753         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
7754         functions in order to make mouse operation work again in the
7755         color wheel. (#58604)
7756
7757 2001-08-07  James Henstridge  <james@daa.com.au>
7758
7759         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
7760         the accelerator when the accel object is changed.  Fixes bug
7761         #58628.
7762
7763 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
7764
7765         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
7766         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
7767         (gnome bugzilla #58202)
7768
7769 2001-08-06  Havoc Pennington  <hp@pobox.com>
7770  
7771         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
7772         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
7773         it was expecting a GdkWindow, not a GdkWindowImplX11.
7774  
7775         Also, we were getting the window rect in screen coords 
7776         and the screen rect in window coords then intersecting 
7777         them; instead, get window rect in window coords.
7778  
7779         Finally, there were codepaths that resulted in a stuck server grab
7780         (when the window was fully onscreen, or on gdk_image_new()
7781         failure); make the server ungrab thing a bit more
7782         robust/consistent.
7783
7784 2001-08-06  Sven Neumann  <sven@gimp.org>
7785
7786         * gdk/gdkpango.c (gdk_pango_context_destroy): 
7787         check if info->colormap != NULL before unref'ing it. It might have
7788         been set to NULL using gdk_pango_context_set_colormap().
7789
7790 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
7791
7792         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
7793         Fix conversion from float to int so that we don't get
7794         skew in the int => float => int roundtrip. 
7795         (#58120, reported by Vitaly Tishkov). Also fix problem
7796         where if no alpha was set, the returned alpha
7797         from (say) set_current_alpha() was returned as 1, not 65535.
7798
7799 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
7800
7801         * gtk/gtklist.c (gtk_list_clear_items): Fix
7802         problem with selecting a new focus child.
7803
7804         * gtk/gtklist.c (gtk_list_clear_items): Clear 
7805         list->undo/list_focus_child after unparenting
7806         child, since unparenting the child can result
7807         in list->last_focus_child being set. (#58024)
7808
7809         * Makefile.am (SUBDIRS): Add target specific pc
7810         files to DISTCLEANFILES.
7811
7812         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
7813         (58327, Matthias Clasen)
7814
7815 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
7816
7817         * tests/testgtk.c: Patch from Hans (with various modifications),
7818         to add the ability to use testgtk as a rough-and-ready
7819         benchmark. Try, 'testgtk --bench all:5' (if you want decent
7820         numbers, run without a window manager)
7821
7822 2001-08-04 Alexander Larsson <alexl@redhat.com>
7823
7824         * gdk/win32/gdkinput.c:
7825         Add #ifdef HAVE_WINTAB around wintab.h include.
7826
7827         * gtk/gtk.def:
7828         Removed marshals that have been moved to glib.
7829         Commented out plug and socket. They didn't compile for me 
7830         on win32.
7831
7832 2001-08-04  Hans Breuer  <hans@breuer.org>
7833
7834         * gtk/stocks-icons/makefile.msc : new file
7835         * gtk/makefile.msc.in : use it
7836
7837         * gtk/gtkstyle.c : not all platforms do provide M_PI and
7838         friends, but luckily there is G_PI
7839
7840         * gtk/gtk.def : updated
7841
7842         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
7843         windows WS_POPUP, but only those without a parent. This fixes the 
7844         mis-alignment between the selectable (temp, input only) window and 
7845         the window text of GtkLabel.
7846
7847         (gdk_window_show) : respect private->state when actually showing
7848         the window.
7849
7850         (gdk_window_set_transient_for) : Implementation from Wolfgang 
7851         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
7852         error handling. Should fix #50586.
7853
7854         * gdk/win32/gdkevents-win32.c : beautify log output
7855
7856 2001-08-04  Michael Natterer  <mitch@gimp.org>
7857
7858         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
7859         Need to show the image after adding it to the GtkImageMenuItem.
7860         This used to work without in testgtk because of the
7861         gtk_widget_show_all() at the end of the function.
7862         (Closes #54978).
7863
7864 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
7865
7866         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
7867         (gtk_notebook_set_child_property): fix finding of child's page,
7868         since we have to validly deal with labels and menus here as well.
7869         (gtk_notebook_get_child_property): fix warning.
7870         (gtk_notebook_class_init): property tab_pack is of type
7871         GTK_TYPE_PACK_TYPE (enum) not boolean.
7872         (gtk_notebook_find_child): don't always warn, we might be looking
7873         for a label or menu child.
7874         (gtk_notebook_map): fix mapping of panel.
7875
7876         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
7877         widget's mapped state, regardless of the value being set equals
7878         old settings, since things like REALIZED(parent) or MAPPED(parent)
7879         may have changed since the old value was set. make it an error to
7880         invoke this function on a toplevel widget.
7881
7882 2001-07-31  Darin Adler  <darin@bentspoon.com>
7883
7884         * gdk/gdkprivate.h:
7885         * gdk/x11/gdkx.h:
7886         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
7887
7888         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
7889         GTK_OBJECT.
7890
7891 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
7892
7893         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
7894         scoping error pointed out by matthiasc@poet.de.
7895
7896 2001-07-31  Sven Neumann  <sven@gimp.org>
7897
7898         * demos/gtk-demo/appwindow.c
7899         * demos/gtk-demo/item_factory.c
7900         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
7901
7902 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
7903
7904         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
7905         argument order for g_signal_has_handler_pending.
7906
7907 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
7908
7909         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
7910         instead of long deprecated g_scanner_stat_mode().
7911
7912 2001-07-29  Hans Breuer  <hans@breuer.org>
7913
7914         * gdk/makefile.msc : build in the backend dir after
7915         auto-generating files
7916
7917         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
7918         with code from win32-production-branch.
7919
7920         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
7921         before calling DestroyWindow, which indirectly calls 
7922         gdk_window_destroy_notify ()
7923
7924         (performance patch merged from win32-production-branch)
7925         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
7926         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
7927         R2_COPYPEN rop). It is claimed to be much faster.
7928
7929 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
7930
7931         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
7932         add an "attributes" property to the text renderer for ATK.
7933
7934 2001-07-26  Alex Larsson  <alexl@redhat.com>
7935
7936         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
7937         Initialize image->bits_per_pixel from the drawable, not from
7938         the root window.
7939
7940         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
7941         Fix cast. argument is an IMPL already.
7942
7943 2001-07-15  James Henstridge  <james@daa.com.au>
7944
7945         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
7946         (gtk_window_remove_accel_group): same here.
7947         (gtk_window_key_press_event): same here.
7948
7949         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
7950         (gtk_widget_remove_accelerator): same here.
7951         (gtk_widget_remove_accelerators): same here.
7952
7953         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
7954
7955         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
7956         instead of GtkObject.
7957
7958         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
7959         now takes GObjects.
7960
7961         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
7962         pass a GObject to gtk_accel_group_entries_from_object.
7963         (gtk_item_factory_create_item): s/accel_widget/accel_object/
7964
7965         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
7966
7967         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
7968
7969         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
7970         GObjects can have accelerators set now.  Add compatibility
7971         defines.
7972
7973         * gtk/gtkmarshal.list: add missing marshallers.
7974
7975         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
7976         accelerators on plain GObjects.  gtk_accel_group_object_destroy
7977         has been converted into a weak reference, and
7978         gtk_accel_group_delete_entries is now a destroy notify for that
7979         piece of data.
7980
7981 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
7982
7983         * gdk/gdkdraw.c: Added a check on the colormap depth to
7984         gdk_drawable_set_colormap()
7985         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
7986         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
7987         for pixmaps without visuals (more specifically, bitmaps)
7988         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
7989         doesn't set a colormap with the wrong depth
7990
7991
7992 2001-07-22  Anders Carlsson  <andersca@gnome.org>
7993
7994         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
7995         expander_height and expander_width properties with a single
7996         property, expander_size.
7997         (gtk_tree_view_init): Set the tab_offset to expander_size
7998         plus some padding.
7999         (gtk_tree_view_unrealize): Remove the expand/collapse
8000         timeout if it exists.
8001         (coords_are_over_arrow): Fix a small bug.
8002         (gtk_tree_view_motion_draw_column_motion_arrow): Use
8003         expander_size.
8004         (gtk_tree_view_draw_focus): Use "treeview" instead of
8005         "add-mode" as detail when drawing the focus.
8006         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
8007         instead of "add-mode" as detail when drawing the focus.
8008         (gtk_tree_view_deleted): If we have a node currently being
8009         expanded or collapsed, remove the timeout and set the node 
8010         to NULL.
8011         (gtk_tree_view_queue_draw_arrow): New function that just
8012         redraws the arrow of a node.
8013         (gtk_tree_view_draw_arrow): Use expander_size instead of
8014         expander_width/expander_height, also pass a different
8015         expander_style to gtk_paint_expander depending on the 
8016         state of the node being drawn.
8017         (expand_collapse_timeout): New function for expanding 
8018         or collapsing a node depending on the previous state.
8019         (gtk_tree_view_real_expand_row): Add timeout and set 
8020         correct state for node being expanded.
8021         (gtk_tree_view_real_collapse_row): Add timeout and set
8022         correct state for node being collapsed.
8023
8024         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
8025         information about the node currently being expanded or
8026         collapsed, and also a timeout id.
8027
8028         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
8029         with expander_style for draw_expander.
8030
8031         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
8032         expander_style.
8033         (create_expander_affine): New function for creating an 
8034         expander affine.
8035         (apply_affine_on_point): New function for applying an 
8036         affine to a point.
8037         (gtk_default_draw_expander): Modified to take expander_style
8038         instead of is_open, and to draw the rectangle rotated differently
8039         depending on the expander style.
8040         (gtk_paint_expander): Replace is_open with expander_style.
8041
8042         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
8043
8044         * gtk/gtkenums.h: Add expander style enum.
8045
8046 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
8047
8048         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
8049         value from gtk_tree_model_get_iter, the model might be empty.
8050
8051 2001-07-20  Hans Breuer  <hans@breuer.org>
8052
8053         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
8054         gdk/gdkinput.c like the other backends
8055
8056         * gdk/win32/gdkinput-win32.h :
8057         * gdk/win32/gdkinput.c :
8058         * gdk/win32/gdkvisual-win32.c :
8059         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
8060         GdkVisual GObjectification. UNTESTED for pen-devices because
8061         I simply have none.
8062
8063         * gdk/gdk.def :
8064         * gtk/gtk.def : updated externals
8065
8066         * gtk/gtkiconfactory.c :
8067         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
8068         before passing &error to functions to avoid strange crashes
8069         
8070         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
8071
8072         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
8073
8074         * gtk/makefile.msc.in : updated
8075
8076 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
8077
8078         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
8079         Add property support. (#51858)
8080
8081 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
8082
8083         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
8084         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
8085         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
8086
8087 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
8088
8089         * gtk/gtkcolorsel.c: Add propery support (roughly
8090         based on patch from Lee Mallabone, #51014)
8091
8092         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
8093         deprecated, since we already g_warning() on it.
8094
8095 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
8096
8097         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
8098         typo that sometimes caused selection not to work properly.
8099
8100         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
8101         entry when tabbing in. (#57743)
8102         
8103         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
8104         user drags up above or down below the entry, move
8105         to the end or the beginning of the entry. (Suggestion
8106         from Jay Cox, #50940)
8107
8108         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
8109         a current selection, then when moving by chars or
8110         words, move to the end of the selection rather than
8111         from entry->current_pos. (Suggestion from Jay Cox,
8112         #50942)
8113         
8114 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
8115
8116         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
8117         set window->decorated. (Patch from Hidetoshi Tajima,
8118         #55846)
8119
8120 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
8121
8122         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
8123         the widget/child realization/mapping invariants.
8124
8125         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
8126         gtk_widget_[get/set]_child_visible() to control
8127         whether visible children of a mapped window are
8128         mapped.
8129
8130         * docs/widget_system.txt: Updated for changes in
8131         container contract, and addition of GTK_CHILD_VISIBLE.
8132
8133         * gtk/gtkcontainer.c: Add generic map()/unmap()
8134         functions that work for almost all containers.
8135
8136         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
8137         gtk_widget_set_child_visible() where necessary.
8138
8139         * gtk/*.c: Remove excess map(), unmap(), and 
8140         realization/mapping invariant enforcing code
8141         from many containers.
8142
8143 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
8144
8145         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
8146         Get the foreground color from 'text', nor 'fg'. (#57568)
8147
8148 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
8149
8150         * gtk/*.c: Patch from Matthias Clasen to remove remove
8151         all instances of g_return_if_fail (foo != NULL); that are
8152         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
8153         since the second check catches the NULL anyways.
8154
8155 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
8156
8157         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
8158         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
8159         GDK_THREADS_ENTER()/LEAVE() pairs.
8160
8161         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
8162         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
8163         pairs. (Problem found by M. Meeks)
8164
8165 2001-07-18  Darin Adler  <darin@bentspoon.com>
8166
8167         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
8168         that we don't get a g_warning message every time we register a new
8169         icon size.
8170
8171         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
8172         using pixel variable of the correct type.
8173         
8174 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
8175
8176         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
8177         so that using X functions on a GdkWindow is possible, if
8178         a little hairy.
8179
8180         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
8181         and ts_origin of a GC, so that external parties can offset/restore
8182         a GC, when using gdk_window_get_internal_paint_info().
8183
8184 2001-07-17  Darin Adler  <darin@bentspoon.com>
8185
8186         * .cvsignore: Ignore the sgml directory made by gtkdoc.
8187         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
8188         instead of the deprecated gtk_window_set_policy.
8189         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
8190         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
8191         function to get rid of warning and some code too.
8192         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
8193         missing const.
8194         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
8195         unused local.
8196         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
8197         const.
8198         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
8199         (gdk_utf8_to_compound_text): Add missing const.
8200         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
8201         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
8202         cast and get rid of an unnecessary one.
8203         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
8204         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
8205         local.
8206         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
8207         Remove unused local.
8208         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
8209         missing const.
8210         * tests/testsocket.c: (add_child): Add cast so the printf format
8211         doesn't make us implicitly depend on what integer type
8212         gtk_socket_get_id returns.
8213         * tests/testtextbuffer.c: Add missing const.
8214         * tests/testtreefocus.c: (main): Remove unused local.
8215         * tests/treestoretest.c: (iter_remove): Remove unused local.
8216         (uppercase_value): Remove unused function.
8217         (make_window): Add statement to quiet the compiler's uninitialized
8218         variable warning.
8219
8220 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
8221
8222         * gtk/gtkrange.c:
8223         (second_timeout): 
8224         (initial_timeout): 
8225         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
8226         (gtk_range_calc_layout): compute the new layout based on an
8227         adjustment->value being passed in as argument.
8228         (gtk_range_button_press): for button2 slider warps, first recalc
8229         the layout, then adjust the value. also, use update_slider_position()
8230         for adjusting the value, so we keep pixel quantisation at which we
8231         usually operate (upon motion or button releases). the reason for this
8232         is that, we can't change the adjustment upon button2 presses to a non
8233         quantised value and upon button2 release re-quantise the value since
8234         that'd alter the value even if we didn't get any motion events (causing
8235         unexpected scroll area warps upon release and/or slider pixel-jitter).
8236         (gtk_range_motion_notify): update the slider position from queried
8237         coordinates, not event coordinates.
8238
8239 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
8240
8241         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
8242         the default gc values are: width=0, CapBut, JoinMiter.
8243
8244 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
8245
8246         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
8247         into account the xpad and ypad when calculating the width and the
8248         height of the pixbuf cel.
8249
8250 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
8251
8252         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
8253         Rename to gtk_radio_menu_item_get_group(), add deprecated
8254         alias. (#57044)
8255
8256         * gtk/gtkfilesel.c: Indentation fix.
8257
8258 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
8259
8260         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
8261         Hasselmann to fix warnings in compat macros. 
8262         (#56773)
8263
8264         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
8265         stupid wrong cast added in last patch.
8266
8267 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
8268
8269         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
8270         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
8271
8272 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
8273
8274         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
8275         missing cast.
8276
8277         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
8278         NULL/FALSE return value confusion.
8279
8280         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
8281         problem when scrollbar completely fills range. (Patch
8282         from  Matthias Clasen, #57047)
8283
8284 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
8285
8286         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
8287         clean up when handling events for move-resize emulation.
8288         (Problem traced down by Matthias Clasen, #57271)
8289
8290 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
8291
8292         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
8293           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
8294           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
8295           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
8296           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
8297           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
8298           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
8299         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
8300
8301 2001-07-09  Peter Williams  <peterw@ximian.com>
8302
8303         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
8304         for when srcdir != builddir
8305
8306 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
8307
8308         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
8309         gtk_tree_model_get_iter_root.
8310
8311         * gtk/gtkliststore.c: Add a bunch of g_return statements.
8312         (gtk_list_store_iter_n_children): Fix up.
8313
8314         * gtk/gtktreestore.c: Add a bunch of g_return statements.
8315
8316 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
8317
8318         * gtk/gtkwidget.c (gtk_widget_class_init):
8319         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
8320         restore some workingness.
8321
8322         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
8323         handle of window type for input-only windows.
8324
8325 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
8326
8327         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
8328         Patch from Gregory Merchan to add 
8329         gtk_button_box_set_secondary(), which separates
8330         the child into a separate group from the normal
8331         buttons. (#56331)
8332
8333         * gtk/gtkdialog.c: Make help buttons secondary by
8334         default.
8335
8336         * gtk/gtkbbox.c: Added a child property "secondary".
8337
8338         * gtk/testgtk.c: Turn on the help button for the 
8339         color selector to check that it properly appears
8340         as secondary.
8341
8342 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
8343  
8344         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
8345         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
8346         Add gdk_set_pointer_hooks() to allow pointer-querying to
8347         be hooked by an event record/playback system like GERD.
8348         (#56914)
8349         
8350 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
8351
8352         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
8353         in the right value of initial_emission to
8354         gtk_widget_set_style_internal (#57091)
8355
8356 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
8357
8358         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
8359         Make compile.
8360
8361         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
8362         with calling gtk_widget_set_style_internal() with
8363         the old style, not the new style. (#56989)
8364
8365 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
8366
8367         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
8368           gtk/gtkwidget.c:
8369         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
8370         not GTK_WIDGET_GET_ANCESTOR ... see 
8371         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
8372         Indicate the best practice in the docs for gtk_widget_get_toplevel().
8373
8374         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
8375         so GtkPlug can give the correct signals when transforming
8376         from a child to a toplevel.
8377         
8378         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
8379         reparentation correctly.
8380
8381         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
8382         Propagate the previous_toplevel argument down properly.
8383
8384         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
8385         of wrong atr list.
8386
8387         * gtk/gtkplug.[ch]: Add an "embedded" signal.
8388
8389         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
8390         signals.
8391
8392         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
8393         functions gtk_plug_get_id(), gtk_socket_get_id(),
8394         to avoid the user having to worry about realization,
8395         and gdkx.h.
8396
8397         * tests/testsocket.c: Extend to try out the new signals
8398         and gtk_plug/socket_get_id().
8399
8400         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
8401         setting of underline attributes.
8402
8403         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
8404         DestroyNotify events from SubstructureNotifyMask
8405
8406         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
8407         Switch GDK_WINDOW_TYPE (window) as needed.
8408
8409         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
8410         allow creation of toplevel windows as children of
8411         foreign windows.
8412
8413         * gtk/gtkplug.c: Remove hacks involving changing private
8414         fields of GdkWindow.
8415
8416         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
8417         exactly the same signals and notification
8418         be emitted for local embedding as for inter-process
8419         embedding.
8420
8421 2001-07-04  James Henstridge  <james@daa.com.au>
8422
8423         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
8424
8425 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
8426
8427         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
8428         XEMBED embedding add a _XEMBED_INFO property to the
8429         client with version number and a "mapped" flags.
8430         Use the mapped flag instead of the racy MapRequestEvent
8431
8432         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
8433         code to reliably set things (when the child is a passive
8434         embedder participating in the XEMBED protocol) intead
8435         of just being a hack for embedding non-participating
8436         programs. Fix various bugs and race conditions.
8437         
8438         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
8439         work by simply making the GtkSocket the gtk parent
8440         of the GtkPlug. Set a flag in this case and make
8441         the GtkPlug work like a normal container by overriding
8442         methods such as check_resize and "chaining past" GtkWindow
8443         to GtkBin.
8444
8445         * gtk/gtkentry.c (gtk_entry_real_activate)
8446           gtk/gtkmain.c (gtk_propagate_event): 
8447         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
8448         
8449         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
8450         gtk_widget_get_ancestor):
8451         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
8452         might not give the expected result and recommend
8453         an alternative.
8454
8455         * tests/testsocket.c tests/testsocket_child.c
8456         tests/testsocket_common.c tests/Makefile.am: Extended
8457         to test different type of adding plugs to sockets
8458         (local,active,passive), and to test mapping/unmapping
8459         the plug.
8460
8461         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
8462         mark the window as destroyed until after we
8463         called _gdk_windowing_window_destroy().
8464         (_gdk_windowing_window_destroy() may use GDK functions
8465         on the window.)
8466
8467         * gdk/x11/gdkinput.c: Remove the check for finalization - 
8468         devices can be finalized under some circumnstances.
8469  
8470         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
8471         small problem with GDK_TYPE_DEVICE.
8472  
8473 2001-07-02  Havoc Pennington  <hp@pobox.com>
8474
8475         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
8476         use constants not atoms.
8477
8478 2001-07-02  James Henstridge  <james@daa.com.au>
8479
8480         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
8481         PANGO_TYPE_TAB_ARRAY.
8482
8483         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
8484         for PANGO_TYPE_TAB_ARRAY.
8485
8486         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
8487         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
8488
8489         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
8490         the file.  Remove Pango types from defs -- they are now defined in
8491         libpango.
8492
8493 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
8494
8495         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
8496
8497         * gtk/gtkobject.c (gtk_object_destroy): invoke
8498         g_object_run_dispose().
8499
8500         * gtk/gtkwindow.c: 
8501         * gtk/gtkwidget.c: 
8502         * gtk/gtkobject.c:
8503         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
8504         method.
8505
8506 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
8507
8508         * gtk/gtktypeutils.c (gtk_type_class): Remove
8509         change check for GTK_TYPE_OBJECT derivation to
8510         G_TYPE_OBJECTS - it's Tim-approved to use this 
8511         for arbitary objects.
8512
8513         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
8514         prefix gtk_container_dequeue_resize_handler().
8515
8516         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
8517         to the hierarachy_changed signal, since you otherwise
8518         have to always keep that around.
8519
8520         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
8521         for extra argument to hierarchy_changed.
8522
8523 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
8524
8525         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
8526         for style to mean "revert to default style"
8527
8528         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
8529           gtk_widget_restore_default_style): Make this functions
8530         deprecated aliases for gtk_widget_set_style (widget, NULL).
8531
8532         * gtk/gtkwidget.[ch]: Remove:
8533            gtk_widget_set_default_style ()
8534            gtk_widget_push_style ()
8535            gtk_widget_pop_style ()
8536         These functions interact are overriden by RC files, and
8537         thus virtually useless, and complicated.
8538
8539 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
8540
8541         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
8542         most of the previous global variables in gtkrc.c. This is
8543         in preparation for multi-head, since each screen can
8544         have different GtkSettings and RC information.
8545
8546         * gtk/gtkrc.[ch]: 
8547
8548         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
8549         GtkSettings parameter to GtkRcStyle::parse.
8550
8551         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
8552         Add two new settings gtk-theme-name, gtk-key-theme-name,
8553         for RC files that are loaded by name after reading
8554         the default RC files.
8555         
8556         * gtk/gtkrc.c: Allow priorities for styles, as wll as
8557         bindings.
8558
8559         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
8560         and use it by default for RC files loaded via 
8561         gtk-theme-name, gtk-key-theme-name.
8562
8563         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
8564         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
8565         tests/testgtkrc: Require pathnames to be absolute.
8566
8567         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
8568         the source when parsing, since the operation of looking up a
8569         pixmap from an RC file depends on the parsing context.
8570
8571         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
8572         reset RC styles on all widgets when files are reparsed.
8573
8574         * tests/testgtk.c (create_rc_file) 
8575           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
8576         Simplify, now that gtk_rc_reparse_all() resets styles on
8577         all widgets itself.
8578
8579         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
8580         return value.
8581
8582         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
8583         GtkSettings argument.
8584
8585         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
8586         gtk_settings_get_global().
8587
8588         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
8589         to get the appropriate GtkSettings for a widget. (For now,
8590         just gets the default GtkSetttings.) 
8591
8592         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
8593           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
8594         changes.
8595
8596         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
8597         getting a style for a path without actually having a widget.
8598         (Allows using a style for a subpart of a widget, for
8599         example.)
8600
8601         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
8602         the RC files to be reloaded for just one GtkSettings
8603         (not sure how useful this really is.)
8604
8605         * gtk/gtkrc.h: Deprecate
8606         gtk_rc_add_widget_name/widget_class/class_style
8607
8608 2001-06-30  Alex Larsson  <alexl@redhat.com>
8609
8610         * gdk/linux-fb/gdkinput-none.c:
8611         * gdk/linux-fb/gdkinput.c:
8612         * gdk/linux-fb/gdkinputprivate.h:
8613         Convert GdkDevice to a GObject.
8614
8615         * linux-fb/gdkprivate-fb.h:
8616         * linux-fb/gdkvisual-fb.c:
8617         Convert GdkVisual to a GObject.
8618
8619 2001-06-29  Alex Larsson  <alexl@redhat.com>
8620
8621         * gdk/gdkvisual.h:
8622         * gdk/gdkcolor.c:
8623         * gdk/x11/gdkx.h:
8624         * gdk/x11/gdkvisual-x11.c:
8625         Convert GdkVisual to a GObject.
8626
8627         * gdk/gdkinput.h:
8628         * gdk/gdkevents.c:
8629         * gdk/x11/gdkinputprivate.h:
8630         * gdk/x11/gdkinput-gxi.c:
8631         * gdk/x11/gdkinput-none.c:
8632         * gdk/x11/gdkinput-x11.c:
8633         * gdk/x11/gdkinput-xfree.c:
8634         * gdk/x11/gdkinput.c:
8635         Convert GdkDevice to a GObject.
8636
8637 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
8638
8639         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
8640         to just plain new, fixing the number of columns, and column types
8641         at creation time.
8642
8643         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
8644
8645         * gtk/gtkcellrenderertext.c
8646         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
8647         height to a specific font.
8648
8649         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
8650
8651         * tests/*c: change to work with new store models.
8652
8653 2001-06-29  Havoc Pennington  <hp@redhat.com>
8654
8655        * Throughout: fixes to compile with G_DISABLE_COMPAT
8656         (s/g_signal_connectc/g_signal_connect/,
8657         s/g_signal_newc/g_signal_new/,
8658         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
8659
8660 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
8661
8662         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8663         add path argument to selection callbacks.
8664
8665 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
8666
8667         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
8668         walk through a model in a depth first manner, with the option to
8669         break out.
8670
8671 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
8672
8673         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
8674         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
8675         column and follow it when draged, rather than a location in the
8676         view. "expander_column" property and drawing functions changed
8677         accordingly.  Fixes bug #55942.
8678
8679         (gtk_tree_view_{set,get}_expander_column): Now works with a
8680         GtkTreeViewColumn* instead of int.
8681
8682 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
8683
8684         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
8685
8686 2001-06-28  Havoc Pennington  <hp@pobox.com>
8687
8688         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
8689         image data to the screen, using a server grab to avoid race
8690         conditions.
8691
8692         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
8693         check for NULL return from gtk_image_new_from_stock(), it never
8694         returns NULL.
8695         (gtk_item_factory_create_item): fix bug where we parsed the stock
8696         ID as an inline pixbuf
8697
8698         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
8699
8700         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
8701         support (should be using binding set here)
8702
8703         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
8704         support (should be using binding set here)
8705
8706         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
8707         support
8708
8709         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
8710
8711         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
8712
8713         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
8714
8715         * gtk/gtkimcontextsimple.c
8716         (gtk_im_context_simple_filter_keypress): keypad
8717
8718         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
8719
8720         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
8721
8722         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
8723
8724         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
8725         should be binding-setted)
8726
8727         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
8728
8729         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
8730
8731         * gtk/gtkcalendar.c: numeric keypad fixes
8732
8733         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
8734         support
8735
8736         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
8737         screwup
8738
8739         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
8740         clip the render area to the drawable's clip region in advance,
8741         so we don't get data from the server that we don't need.
8742
8743         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
8744         check return value of gdk_pixbuf_get_from_drawable(), fall back 
8745         to bilevel alpha if we can't get the pixbuf to composite against.
8746
8747         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
8748
8749         * gdk/gdkimage.c (gdk_image_get_colormap): add
8750         gdk_image_set_colormap, gdk_image_get_colormap
8751
8752         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
8753         take a region of the image, instead of converting the entire
8754         image.
8755
8756         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
8757         keybinding signal. Add default bindings for it. Add default
8758         handler for show_help that shows the tooltip for the widget.
8759
8760         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
8761         "close" keybinding signal, remove key press handler.
8762
8763         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
8764         it's not our usual practice to leave a deprecated function around
8765         with a runtime warning, plus we don't want it to appear in docs,
8766         plus if we make them yellow no one will want to change them
8767         anyhow.
8768
8769 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
8770
8771         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
8772         GTK_WIDGET_REALIZE() for resize queueing.
8773
8774         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
8775         GTK_WIDGET_REALIZE() for post event delivery destruction upon
8776         GDK_DESTROY.
8777         
8778         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
8779         sompensate for former (pre-2.0) connect_after() facility.
8780         (gtk_widget_send_expose): 
8781         (gtk_widget_event): assert the widget is realized, since event delivery
8782         to non-realized widgets is essentially a bug. event handlers should
8783         be able to unconditionally rely on widget->window (unless they
8784         emit events on their own which can trigger widget destruction).
8785         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
8786         logic. event delivery happens as follows:
8787         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
8788         b) if !was_handled in (a) and the widget is still realized, emit event-
8789            specific signal (RUN_LAST handler). returns was_handled.
8790         c) emission of GtkWidget::event-after for notification if the widget is
8791            still realized (regardless of was_handled from previous stages, no
8792            class handler). no return value.
8793         d) was_handled gets passed on to caller, to determine further
8794            propagation. if the widget got unrealized meanwhile, was_handled
8795            is returned as TRUE.
8796
8797         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
8798         gdk_event_get_coords().
8799
8800 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
8801
8802         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
8803         age 0, binary age 0. depend on glib 1.3.7.
8804
8805         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
8806
8807         * gtk/gtkmenubar.c: same here.
8808         
8809         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
8810
8811         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
8812
8813         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
8814         
8815         * gtk/gtkmenubar.c (add_to_window): likewise.
8816         
8817         * gtk/gtktextbtree.c: and here...
8818         
8819         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
8820         
8821         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
8822         
8823         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
8824         
8825         * gtk/gtktreeviewcolumn.c:
8826         (_gtk_tree_view_column_set_tree_view): yet again.
8827
8828         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
8829         signal connections without g_signal_connect_data().
8830         
8831         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
8832         demo of the matter.
8833         
8834         * demos/testpixbuf.c (main): running out of equality phrases for the
8835         ChangeLog, but had to adapt connections here as well.
8836         
8837         * demos/testanimation.c (progressive_timeout): and for the fun of it,
8838         tackled this the same way.
8839         
8840         * tests/testtext.c (create_view): ok, it's becoming a pain at this
8841         point, but had enough enery for one more fix.
8842
8843         * tests/testtreecolumns.c (main): stand up man, do your work!
8844
8845         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
8846         fix, either that's been all of it or CVS gtk is broken yet again.
8847         
8848 2001-06-29  James Henstridge  <james@daa.com.au>
8849
8850         The following changes correspond to bug #56812
8851
8852         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
8853         code for GdkDevice.
8854
8855         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
8856         GdkCursor.
8857
8858 2001-06-19  Havoc Pennington  <hp@pobox.com>
8859
8860         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
8861         for mapping a window without fooling with stacking order, but
8862         updating the "withdrawn" flag
8863
8864         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
8865         filtering as soon as possible, moving move resize and wmspec_check
8866         handling after the event filter.  Make default filter apply to all
8867         events, not just those with no GdkWindow wrapped around the X
8868         window. Fix a FIXME about how the window could be a pixmap using 
8869         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
8870
8871         Also, be robust against events not on a known GdkWindow.
8872
8873         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
8874         gdk_x11_ungrab_server): export reference-counted server grabs, so
8875         other people can grab server over a GDK function that also does
8876         so.
8877
8878 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
8879
8880         * gtk/gtktreeviewcolumn.c
8881         (gtk_tree_view_column_pack_start_cell_renderer): New function to
8882         reflect that you can (hypothetically) pack cell renderers into a
8883         column.
8884         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
8885         (gtk_tree_view_column_cell_is_visible): Move more functionality to
8886         the column.
8887         (gtk_tree_view_column_cell_can_focus): Move more functionality to
8888         the column.
8889
8890         * gtk/gtktreeview.c: Move to use new column-packing code.
8891         (gtk_tree_view_real_expand_row): remove totally braindead code.
8892         (gtk_tree_view_real_collapse_row): ditto.
8893
8894 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
8895
8896         * gtk/gtktreeviewcolumn.c: Fix a typo.
8897         
8898 2001-06-26  Joel Becker  <jlbec@evilplan.org>
8899
8900         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
8901           at the end of the file
8902
8903 2001-06-26  Havoc Pennington  <hp@redhat.com>
8904
8905         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
8906
8907 2001-06-26  Havoc Pennington  <hp@redhat.com>
8908
8909         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
8910         property
8911
8912 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
8913
8914         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
8915         stupid missing statement
8916
8917         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
8918         private function for ATK.  It notifies you of how many _visible_
8919         children are deleted when a node is deleted.  Should be used by
8920         atk only.
8921
8922 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
8923
8924         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
8925         Use new pango_context_get_metrics() to fix problems
8926         with font lists in descriptions. (#56184, reported by
8927         Jonas Borgström)
8928
8929 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
8930
8931         * gtk/gtkiconfactory.c:
8932         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
8933         item factory so inlined pixbufs actually work.
8934
8935 2001-06-25  Havoc Pennington  <hp@redhat.com>
8936
8937         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
8938         s/RESIZEABLE/RESIZABLE/
8939
8940         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
8941
8942 2001-06-25  Alexander Larsson  <alexl@redhat.com>
8943
8944         * configure.in:
8945         Added --enable-fbmanager. This is some experimental code
8946         that lets several GtkFB apps coordinate their access to the
8947         framebuffer.
8948         
8949         * acconfig.h:
8950         Added ENABLE_FB_MANAGER.
8951
8952         * gdk/linux-fb/Makefile.am:
8953         Added gdkfbmanager and gdkfbswitch.
8954
8955         * gdk/linux-fb/gdkkeyboard-fb.c:
8956         * gdk/linux-fb/gdkmouse-fb.c:
8957         * gdk/linux-fb/gdkprivate-fb.h:
8958         Split device init and open so that
8959         they can be opened and closed while switched
8960         away.
8961
8962         * gdk/linux-fb/gdkmain-fb.c:
8963         Add the basic manager communication.
8964
8965         * gdk/linux-fb/gdkrender-fb.c:
8966         Don't update to the shadow fb if we're
8967         blocked by the fb manager.
8968
8969 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
8970
8971         * docs/Changes-2.0.txt: Add note about child property
8972         changes.
8973
8974 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
8975
8976         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
8977         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
8978
8979         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
8980         with un'reffing wrong list reported by Jeff Franks.
8981
8982         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
8983
8984         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
8985         for the default icon. Remove inline XPM.
8986
8987         * gtk/gtkstock.h gtk/gtkiconfactory.c:
8988         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
8989         is used for GTK_STOCK_DND, but it is a bit too small.)
8990
8991         * gtk/stock-icons/stock_dnd_multiple.png
8992         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
8993
8994         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
8995         TRUE when starting a drag. In other cases, we are
8996         just observing. (#52995)
8997
8998         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
8999         function to set the icon for a drag from a GdkPixbuf
9000         or stock ID.
9001
9002         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
9003         Likewise, for drag sources.
9004
9005         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
9006         (Now should be done using the stock system.)
9007
9008 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
9009
9010         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
9011         Removed - didn't work and not particularly useful anyways
9012         if it did. 
9013
9014 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
9015
9016         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
9017         introduced last night that was making things decidedly not work.
9018
9019         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
9020         so that we have getter/setter pairing everywhere it makes
9021         sense. (#55767)
9022
9023         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
9024         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
9025         deprecated compat macro. (#55516)
9026
9027         * gtk/gtklabel.[ch]: Add functions
9028         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
9029         gtk_label_set_label(), which mirror the property API for GtkLabel.
9030         Make gtk_label_get_attributes() only reflect the attributes
9031         set by gtk_label_set_attributes.
9032
9033         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
9034         from gtk_notebook_set_page().
9035
9036 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
9037
9038         * configure.in: Fix tests for XShm.h.
9039
9040         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
9041         gdk_image_new() by use of goto, properly use g_object_unref().
9042
9043 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
9044
9045         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
9046         calls, as GdkImage is an object. these should be g_obejct_unref()
9047         instead but that won't work because of the g_error() statement
9048         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
9049         to spot these places.
9050
9051 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
9052
9053         * modules/input/gtkimcontextxim.c: Fixup some problems with 
9054         text length handling in error cases.
9055
9056         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
9057         a bit to make test actually warn on attempt to allocation
9058         a negative size. (#56101, Matthias Clasen)
9059
9060 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
9061
9062         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
9063         noticed by Brian Cameron.
9064         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
9065         Cameron.
9066
9067 2001-06-22  Hans Breuer  <hans@breuer.org>
9068
9069         * gdk/gdk.def : updated externals
9070
9071         * gdk/win32/gdkdrawable-win32.c : corrected some casts
9072         in GDK_NOTEs
9073
9074         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
9075         to translate coordinates to the internal > 16 bit system
9076         Try to handle WM_WINDOWPOSCHANGED to get better performance for
9077         when moving/resizing
9078
9079         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
9080         and gdk_keymap_get_direction (). The latter is untested for
9081         the RTL case
9082
9083         * gtk/gtk.def : updated externals
9084
9085         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
9086         from pango_language_from_string (), not an already freed pointer
9087
9088         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
9089         binary (-kb) to be useable on windoze
9090  
9091 2001-06-21  Alexander Larsson  <alexl@redhat.com>
9092
9093         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
9094         Update to new PangoLanguage changes.
9095         
9096         * gtk/gtkwindow-decorate.c:
9097         * gtk/gtkwindow.[ch]:
9098         Added setting argument to gtk_window_set_has_frame ()
9099         
9100 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
9101
9102         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
9103         the case without XKB properly.
9104
9105         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
9106         unused gtk_rc_auto_parse variable.
9107
9108         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
9109         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
9110         longer needed with GdkPixbuf.
9111
9112         * gtk/gtkrc.c (_gtk_rc_init): Make private.
9113
9114 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
9115
9116         * gtk/gtkentry.h: Mark deprecated functions with
9117         GTK_DISABLE_DEPRECATED.
9118
9119 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
9120
9121         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
9122
9123         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
9124
9125         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
9126           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
9127           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
9128           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
9129           to recent changes in Pango.
9130
9131         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
9132           to test whether the basic engine honors them.
9133
9134 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
9135
9136         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
9137         gtk_container_child_get_property().
9138
9139 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
9140
9141         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
9142         (gtk_tree_view_move_cursor_page_up_down): implement.
9143
9144 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
9145
9146         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
9147         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
9148         don't use automatic fixed size buffer for printf-ing floats, doubles
9149         can expand to really _huge_ strings, use g_strdup_printf() instead.
9150
9151 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
9152
9153         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
9154         construct property in 1.2 and still needs to be.
9155
9156         * gtk/gtkwidget.c: "composite_child" is not a settable property.
9157
9158 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
9159
9160         * gtk/gtkliststore.c (gtk_list_store_clear): 
9161         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
9162         clear a model.
9163
9164 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
9165
9166         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
9167
9168         * gtk/Makefile.am:
9169         * gtk/gtk.h: disabled GtkPacker compilation.
9170
9171         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
9172
9173         * gtk/gtknotebook.c:
9174         * gtk/gtktable.c:
9175         * gtk/gtkbox.c: ported this over to child properties.
9176
9177         * gtk/gtksettings.c: fetch class properties via
9178         g_object_class_list_properties().
9179
9180         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
9181         child arg interface. use gobjectnotifyqueue.c for child property
9182         notification.
9183
9184         * gtk/gtkwidget.[hc]: provide necessary means for container child
9185         properties, i.e. ::child_notify signal,
9186         gtk_widget_freeze_child_notify(),
9187         gtk_widget_child_notify(),
9188         gtk_widget_thaw_child_notify().
9189
9190         * tests/testgtk.c: removed inferior property handling code, for
9191         property editing, a generic module should be used, and GLE
9192         coincidentally fullfills that purpose.
9193
9194         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
9195         needs to be adapted to g_object_class_list_properties() before this
9196         builds again.
9197
9198 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
9199
9200         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
9201         test if a node is expanded.
9202
9203 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
9204
9205         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
9206         where collapsing a selected row would result in the cursor/anchor
9207         getting screwed up.
9208
9209 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
9210
9211         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
9212         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
9213         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
9214         Now I can really reorder/sort all Store widgets.  treesorttest
9215         seems to just work now.
9216         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
9217         testtreesort worked through a big coincidence all this time.
9218         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
9219         code.
9220         * tests/testtreecolumns.c: Big 'ol warning at the top letting
9221         people know that this code should never ever ever be copied.
9222
9223 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
9224
9225         * gtk/gtkwindow.h: Fixed a small typo, it should be
9226         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
9227         on line 134.
9228
9229 2001-06-14  Havoc Pennington  <hp@redhat.com>
9230
9231         Docs fixups, and:
9232         
9233         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
9234         GTK_DISABLE_DEPRECATED
9235
9236 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
9237
9238         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
9239         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
9240         finish it off tonight, though it basically works now when it's a
9241         list.  Also, I have a sinking feeling neither GtkTreeStore or
9242         GtkListStore actually resort when adding a new item.  I'll look
9243         into it.
9244
9245 2001-06-14  Havoc Pennington  <hp@redhat.com>
9246
9247         * demos/gtk-demo/main.c (load_file): fix bug identified by
9248         warnings I just added to gtktextbuffer
9249
9250 2001-06-14  Havoc Pennington  <hp@redhat.com>
9251
9252         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
9253
9254         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
9255
9256         * gtk/gtktextbtree.c: don't leak node data all over the place.
9257
9258         * demos/gtk-demo/main.c (main): create fontify tags for the right
9259         buffer
9260
9261         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
9262         to mention tags in the same table can't have the same name,
9263         suggested by Skip Montanaro
9264
9265 2001-06-11  Havoc Pennington  <hp@redhat.com>
9266
9267         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
9268         for trying to add two tags with same name to the tag table
9269
9270         * demos/gtk-demo/main.c (main): fix colors ;-)
9271
9272 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
9273
9274         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
9275         that allows grouping together multiple windows so that grabs
9276         within that set of windows only affect those windows.
9277
9278         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
9279         signal for notification when a widget becomes shadowed
9280         by a grab or is no longer shadowed by a grab.
9281
9282         * gtk/gtkwidget.c (gtk_widget_propagate_state)
9283           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
9284         insenstive widgets to maintain a grab.
9285
9286 2001-06-14  Alexander Larsson  <alexl@redhat.com>
9287
9288         * docs/README.linux-fb:
9289         Add some example config files that can be used with the URW fonts.
9290         
9291         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
9292         Set up the color ramps for DirectColor mode.
9293
9294 2001-06-11  Havoc Pennington  <hp@redhat.com>
9295
9296         * Release 1.3.6
9297          
9298 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
9299
9300         * gdk/linux-fb/gdkwindow-fb.c:
9301         Unify shaped window code and make it repaint the area that used
9302         to be part of the shape, but isn't anymore.
9303
9304 2001-06-11  Havoc Pennington  <hp@redhat.com>
9305
9306         * NEWS: Updates
9307
9308         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
9309
9310         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
9311         
9312 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
9313
9314         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
9315         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
9316         passes zero instead, so do we.
9317         
9318 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
9319
9320         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
9321         Deep copy dash_list too.
9322         (_gdk_fb_gc_new): Set default cap_style before
9323         setting values.
9324
9325 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
9326
9327         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
9328         gdk_keymap_get_direction): New functions.
9329
9330 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
9331
9332         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
9333         gtk_tree_model_get_flags by adding a second flag for atk.
9334
9335         * gtk/gtktreemodel.c: make cursor behavior interact better with
9336         mouse presses.
9337
9338 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
9339
9340         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
9341         expand_row/collapse_row to be 2 signals each -- test_expand_row
9342         and row_expanded as well as test_collapse_row and row_collapsed.
9343
9344 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
9345
9346         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
9347         signal name to be changed instead of selection_changed.
9348
9349 2001-06-08  Havoc Pennington  <hp@redhat.com>
9350
9351         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
9352         "scroll_offset" property for notification when the layout offsets
9353         may have changed
9354         (gtk_entry_adjust_scroll): add notify for scroll_offset
9355         (gtk_entry_layout_index_to_text_index): function to compensate for
9356         preedit string when doing coordinate stuff on the entry's layout
9357         (gtk_entry_text_index_to_layout_index): inverse function
9358         (gtk_entry_get_layout_offsets): hook to get current position of
9359         the layout      
9360         (gtk_entry_get_layout): hook to get the layout itself.
9361
9362         * gtk/gtklabel.c (gtk_label_get_layout): new function
9363
9364 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
9365
9366         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
9367         keybinding.
9368         (gtk_tree_view_focus): Fix merge conflict.
9369
9370 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
9371
9372         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
9373         clean up cursor handling.
9374
9375 2001-06-08  Havoc Pennington  <hp@redhat.com>
9376
9377         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
9378         function
9379
9380         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
9381         this function
9382
9383 2001-06-08  Alex Larsson  <alexl@redhat.com>
9384
9385         * gtk/gtkcompat.h.in:
9386         Added compat macros for all old GTK_TYPE_GDK_xxx types.
9387         Fixes bug #52892
9388
9389 2001-06-08  Havoc Pennington  <hp@redhat.com>
9390         
9391         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
9392         parent still
9393
9394 2001-06-08  Havoc Pennington  <hp@redhat.com>
9395
9396         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
9397         don't call g_list funcs on GSList
9398
9399         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
9400         gtk_container_focus(), since some widgets have focusable locations
9401         which are not other widgets. These widgets should not have to be 
9402         containers just to manage the focus. For example, GtkHSV is
9403         currently a container for no good reason. Also, this cleans
9404         up the "if (is_container && is_sensitive && is_drawable)
9405         container_focus ()" mess in widget implementations.
9406
9407         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
9408         function, and have it just call gtk_widget_child_focus().
9409
9410         * gtk/gtkhsv.c: derive from widget not container
9411         
9412         Throughout: fix to reflect GtkContainer::focus change
9413         
9414 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
9415
9416         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
9417         range.  Fix bug #55921
9418
9419         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
9420         (#55920).
9421
9422 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
9423
9424         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
9425         and gdk_keymap_get_current_direction().
9426
9427         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
9428           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
9429         the current locked group, use it to set the keymap
9430         direction.
9431
9432         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
9433         to determine whether we draw a split cursor or use
9434         a jumping cursor based on the current direction.
9435
9436         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
9437         Obey the split cursor setting. 
9438
9439 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
9440
9441         * gtk/gtkimmulticontext.c (activate_cb): Only activate
9442         when toggling on, not when toggling off... (#55906)
9443
9444 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
9445
9446         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
9447         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
9448         in docs. (#55812, Vitaly Tishkov)
9449
9450 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
9451
9452         * demos/gtk-demo/main.c (create_tree): Changed signal name from
9453         selection_changed to changed in signal connection to GtkTreeSelection,
9454         also used g_signal_connectc since GtkTreeSelection is now a GObject.
9455
9456 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
9457
9458         * gtk/gtktreeselection.c: Now it's a GObject instead of a
9459         GtkObject.  The GtkTreeSelection::selection_changed signal is now
9460         the GtkTreeSelection::changed signal.
9461
9462         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
9463         object.
9464
9465         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
9466         object.
9467
9468 2001-06-07  Havoc Pennington  <hp@redhat.com>
9469
9470         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
9471
9472 2001-06-07  Havoc Pennington  <hp@redhat.com>
9473         
9474         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
9475         (not tested yet because with absolute path to srcdir I can't build
9476         atk, but it was broken anyway so this may help) 
9477
9478 2001-06-07  Havoc Pennington  <hp@redhat.com>
9479
9480         * configure.in: output m4macros/Makefile
9481         
9482 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
9483
9484         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
9485         buttons.  Fixes #55460 reported by matthiasc@poet.de.
9486
9487 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
9488
9489         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
9490         expansion/collapsing so it only happens in one place.
9491         (gtk_tree_view_real_expand_row): ditto.
9492
9493 2001-06-07  Havoc Pennington  <hp@redhat.com>
9494
9495         * tests/Makefile.am: add missing -I flag
9496
9497         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
9498
9499         * configure.in: use pkg-config to see if GModule is
9500         supported; fix to properly turn on included loaders 
9501         when GModule isn't supported; don't use AC_CHECK_LIB 
9502         when libs are not installed yet
9503
9504         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
9505
9506         * Makefile.am (SUBDIRS): add m4macros subdir
9507
9508         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
9509         dependencies also.
9510
9511 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
9512
9513         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
9514         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
9515
9516 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
9517
9518         * gtk/gtktreeview.c
9519         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
9520         bindings to expand and collapse rows.
9521         (gtk_tree_view_real_select_cursor_parent): New key binding.
9522         (gtk_tree_view_real_toggle_cursor_row): New key binding.
9523
9524         * gtk/gtkmarshal.list: new
9525         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
9526
9527 2001-06-06  Havoc Pennington  <hp@redhat.com>
9528
9529         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
9530
9531         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
9532         Down to move visually rather than logically, since it confuses 
9533         people. Add -/+ and Ctrl--/+ bindings for logical movement.
9534
9535 2001-06-06  Alex Larsson  <alexl@redhat.com>
9536
9537         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
9538         Fix up error messages.
9539
9540 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
9541
9542         * gtk/gtktooltips.h: Include gtkwidget.h 
9543         (#55798, Karl Nelson)
9544
9545         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
9546         a valid latin-1 character. (Marc Lehmann, #35467)
9547
9548         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
9549         (Marc Lehmann, #35467)
9550         
9551 2001-06-05  Alex Larsson  <alexl@redhat.com>
9552
9553         * demos/gtk-demo/appwindow.c (do_appwindow):
9554         Don't swap the order of the args to gtk_widget_destroyed.
9555
9556         * tests/testgtk.c (destroy_properties):
9557         Don't crash when the properties window is destroyed.
9558
9559         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
9560         Use with_mnemonics to handle the case of stock items with
9561         underscores in them.
9562
9563 2001-06-05  Havoc Pennington  <hp@redhat.com>
9564
9565         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
9566         gtk_text_iter_reorder
9567
9568 2001-06-05  Havoc Pennington  <hp@redhat.com>
9569
9570         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
9571
9572 2001-06-05  Havoc Pennington  <hp@redhat.com>
9573
9574         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
9575         to the range that was set
9576
9577         * gtk/gtkrange.c: add value_changed signal, primarily 
9578         intended for use with GtkScale
9579         (gtk_range_set_increments): new function
9580         (gtk_range_set_range): new function with weird name
9581         (gtk_range_set_value): new function
9582         (gtk_range_get_value): new function
9583
9584         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
9585         from gtk_spin_button_get_value_as_float(). Compat #define
9586         added for get_value_as_float.
9587
9588         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
9589
9590         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
9591
9592 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
9593
9594         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
9595
9596 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
9597
9598         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
9599
9600         * tests/testgtk.c (create_tooltips): Remove usage of
9601         gtk_widget_set().
9602
9603 2001-06-05  Havoc Pennington  <hp@redhat.com>
9604
9605         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
9606
9607         Applying patch from Jeff Franks, with function docs added.
9608         
9609         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
9610         remove call to set_mnemonic_widget, change docs a bit.  
9611
9612         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
9613         new function
9614
9615         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
9616         new function
9617
9618         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
9619
9620         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
9621         function
9622         (gtk_radio_button_new_with_mnemonic_from_widget): new function
9623
9624         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
9625         new function
9626
9627         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
9628         function        
9629
9630         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
9631         auto-selection of mnemonic widget.
9632
9633 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
9634
9635         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
9636         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
9637         (gtk_tree_view_column_set_min_width): ditto.
9638
9639 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
9640
9641         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
9642         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
9643
9644 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
9645
9646         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
9647         gtk_clist_thaw().
9648
9649 2001-06-04  Havoc Pennington  <hp@pobox.com>
9650
9651         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
9652 r       eleases for buttons 6, 7
9653
9654 2001-06-04  Havoc Pennington  <hp@redhat.com>
9655
9656         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
9657         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
9658         #55562
9659
9660 2001-06-04  Havoc Pennington  <hp@redhat.com>
9661
9662         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
9663         where text_view->layout == NULL by assuming its size is 0, 
9664         i.e. same as if we haven't done any reflow. Reported by 
9665         Hidetoshi Tajima #55448 
9666
9667 2001-06-04  Havoc Pennington  <hp@redhat.com>
9668
9669         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
9670         and 7 for scroll left/right, from Thomas Broyer
9671
9672 2001-05-10  Havoc Pennington  <hp@redhat.com>
9673
9674         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
9675         we need to parse the xsetting as if it were an RC file string.
9676
9677         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
9678         value of palette from settings, not from static variable
9679
9680         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
9681         xsettings translation table
9682
9683         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
9684         hardcoding the toolbar style conflicts with new customizable 
9685         toolbar style philosophy
9686         (gtk_toolbar_class_init): add settings for default toolbar style;
9687         these are used unless the app specifically forces a toolbar style
9688
9689         * gtk/gtksettings.c (settings_install_property_parser): only
9690         return at the start if we warn and parser == NULL
9691
9692         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
9693         palette changed handler so we don't notify dead color selections
9694
9695         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
9696         xthickness/ythickness of 0 or 1 properly 
9697         (gtk_default_draw_resize_grip): clear the background behind the
9698         resize grips, and align to bottom right if we square the 
9699         area to be drawn.
9700
9701         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
9702         statusbar label to 1, so it doesn't make toplevels resize oddly
9703         (gtk_statusbar_size_request): add grip size to request
9704         (gtk_statusbar_size_allocate): hack so the hbox still works with 
9705         the grip size in the request
9706
9707         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
9708         bug where showing all on a toplevel makes the toolbar 
9709         button text appear despite the toolbar mode
9710
9711         * gtk/gtkmenubar.c: add internal padding style property
9712
9713         * gtk/gtktoolbar.c: Add internal padding style property; add
9714         shadow type style property
9715
9716         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
9717         state; and put Container::border_width outside the frame
9718
9719         * gtk/gtktextview.c: don't draw focus rectangle if we're in
9720         interior focus mode, we just use blinking cursor
9721
9722 2001-06-04  Havoc Pennington  <hp@redhat.com>
9723
9724         * configure.in: Make gdk-pixbuf have same version number as GTK
9725
9726 2001-06-04  Havoc Pennington  <hp@redhat.com>
9727
9728         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
9729         digits greater than 6. If there actually are limits (which there
9730         likely aren't), should clamp to them not warn.
9731         (gtk_spin_button_new_with_range): don't take log of 0
9732         (gtk_spin_button_size_request): use digits to compute size
9733         request, rather than step increment.
9734
9735         * tests/testgtk.c (create_spins): test larger values of digits
9736         
9737         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
9738         font on map not expose, so we don't get weirdness during scrolling
9739
9740 2001-06-04  Havoc Pennington  <hp@redhat.com>
9741
9742         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
9743         Sam Solon, bug #54577, update value even if not drawable.
9744
9745 2001-06-04  Havoc Pennington  <hp@redhat.com>
9746
9747         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
9748         SCROLL_LEFT, reported by Thomas Broyer.
9749
9750 2001-06-04  Havoc Pennington  <hp@redhat.com>
9751
9752         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
9753         Process updates immediately, to prevent funny lag effect
9754         when scrolling, at some mild potential efficiency cost.
9755
9756 2001-06-04  Havoc Pennington  <hp@redhat.com>
9757
9758         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
9759         slider on the click.
9760
9761 2001-06-03  Havoc Pennington  <hp@pobox.com>
9762
9763         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
9764         hscale/vscale details, so we can use it for scrollbar as well.
9765
9766         * tests/testgtk.c (reformat_value): honor digits from GtkScale
9767
9768         * gtk/gtkenums.h (GtkTroughType): Remove this enum
9769         (GtkScrollType): add START and END from GtkTroughType
9770
9771         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
9772         its x/y arguments
9773
9774         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
9775         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
9776         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
9777         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
9778         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
9779
9780         Notable changes in the process:
9781          
9782         - stepper_size style property is the height for vertical 
9783           ranges, width for horizontal; the other dimension matches
9784           the trough size
9785         - add ability to do NeXT-style steppers (and several other styles
9786           that don't make any sense)
9787         - added min_slider_length, fixed_slider_length properties to
9788           GtkScrollbar
9789         - cleaned some private (or at least useless) functions out of
9790           gtkscale.h    
9791         - moved bindings to GtkScale from subclasses, even arrow keys,
9792           since blind users don't know scale orientation.
9793         - change move_slider action signal to use new GtkScrollType,
9794           remove GtkTroughType argument
9795         - digits rounds the values a range will input to the given 
9796           number of decimals, but will not try to force adjustment 
9797           values set by other controllers. That is, we no longer
9798           modify adjustment->value inside a value_changed handler.
9799         - added getters for GtkScale setters
9800         - middle-click begins a slider drag
9801         
9802 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
9803
9804         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
9805         getting the focus code to work.
9806         (gtk_tree_view_class_init): Add a bunch of keybindings.
9807
9808         * gtk/gtktreeviewcolumn.c
9809         (gtk_tree_view_column_set_cell_data_func):
9810         s/GtkCellDataFunc/GtkTreeCellDataFunc.
9811         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
9812         of "properties_changed" to help justify the death of the latter
9813         signal. (-:
9814
9815         * tests/testtreefocus.c (main): Let some columns be focussable to
9816         test focus better.
9817
9818 2001-06-01  Havoc Pennington  <hp@redhat.com>
9819
9820         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
9821         
9822         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
9823         overwrite in overwrite mode if we already deleted the selection
9824         and replaced it with new text.  
9825
9826         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
9827         selection to an empty range, clear the clipboard if we owned it.
9828         (gtk_label_set_selectable): give up selection if we become
9829         unselectable.
9830         (gtk_label_state_changed): override state changed to unselect text
9831         when insensitive
9832         (get_text_callback): add paranoia check that indexes aren't
9833         outside of label->text
9834         (gtk_label_select_region): make -1 for start_offset mean "end of
9835         label," for consistency with GtkEditable
9836
9837         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
9838         GTK_DIALOG_NO_SEPARATOR flag
9839
9840 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
9841
9842         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
9843         notifications on non-existant "enable_arrow_keys".
9844         (#53753, Skip Montanaro)
9845
9846 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
9847
9848         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
9849         GDK_TYPE_RECTANGLE.
9850
9851         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
9852         of allocation argument be GDK_TYPE_RECTANGLE.
9853
9854 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
9855
9856         * gtk/gtkoptionmenu.c: Account for the fact that the border
9857         width is _outside_ the window. (Fixes #54585, bug found
9858         by Bastien Nocera.)
9859
9860 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
9861
9862         * gtk/gtksettings.c (gtk_settings_get_property): Validate
9863         value from GDK settings against parameter spec.
9864
9865         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
9866         to temporary values and use g_value_transform(), since
9867         thinking that GValue was going to be easy or efficient
9868         to use was, of course, a mistake.
9869
9870         * gtk/gtksettings.c: Add cursor blink setting.
9871         
9872         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
9873
9874         * gtk/gtkentry.c: Add cursor blinking.
9875
9876         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
9877         cursor blink global settings.
9878
9879         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
9880         for :text_position in places where it is missing.
9881
9882 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
9883
9884         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
9885
9886 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
9887
9888         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
9889         not pkg-config. (#51032)
9890
9891         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
9892         (fixes #51952, James Henstridge)
9893         
9894 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
9895
9896         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
9897         Rename to the more correct gtk-go-up.
9898
9899         * gtk/stock-icons/stock_menu_sort_ascending.png:
9900         Added new file.
9901         
9902         * gtk/stock-icons/stock_menu_sort_descending.png:
9903         Changed to show descending instead of ascending.
9904
9905         * gtk/gtkiconfactory.c:
9906         Added menu size icon to sort ascending.
9907
9908         * gtk/stock-icons/Makefile.am:
9909         Added stock_menu_sort_ascending.png.
9910         
9911         * gtk/gtkseparatormenuitem.c:
9912         Use correct typenames.
9913
9914 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
9915
9916         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
9917         gulong as in GSignal.
9918
9919 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
9920
9921         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
9922         instances of GtkCellRenderer in code (all but dnd icon code).
9923         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
9924         there, and I can do multiple Cells per column.
9925
9926         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
9927
9928         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
9929         when model was unreffed prior to removing the row reference.
9930
9931 2001-05-25  Havoc Pennington  <hp@redhat.com>
9932
9933         * gtk/gtkiconfactory.c: fix so that default icons are created if 
9934         you call gtk_stock_list_ids()
9935
9936         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
9937         in list
9938
9939 2001-05-25  Havoc Pennington  <hp@redhat.com>
9940
9941         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
9942         set can render without falling back to missing image icon
9943
9944         * gtk/gtktextview.c (gtk_text_view_size_request): request full
9945         size of text, instead of random values
9946
9947         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
9948         size of tree view, instead of random values
9949
9950         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
9951         image in an appropriate size
9952
9953         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
9954         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
9955
9956         Throughout: fix GTK_STOCK_BUTTON_ instances
9957         
9958         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
9959         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
9960         Add a bunch of new stock items/icons
9961
9962         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
9963         new function, convenience for inserting columns with a data func
9964
9965         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
9966         (_gtk_icon_factory_list_ids): use list of all factories to
9967         generate a list of all known IDs
9968
9969         * gtk/gtkstock.c (gtk_stock_list_ids): replace
9970         gtk_stock_list_items() with a function that returns all IDs known
9971         including those for GtkIconFactory.
9972
9973 2001-05-25  Hans Breuer  <hans@breuer.org>
9974
9975         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
9976         work -> check boxes and radio buttons are drawn now, even on win9x.
9977         Improved line settings a bit, still no clue how to get really dotted
9978         lines on win9x, on NT it's PS_ALTERNATE.
9979
9980         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
9981         GDK_HINT_MIN_SIZE as well
9982
9983         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
9984
9985         * gtk/gtk.def : updated
9986
9987         * gtk/gtktreeprivate.h : change column_drop_func to be a function
9988         pointer not a function pointer pointer
9989
9990         * tests/testdnd.c : include <stdlib.h> for putenv prototype
9991
9992         * tests/testsocket.c : made it compile on win32 again
9993
9994         * tests/makefile.msc : one more test-app uses prop-editor.obj
9995
9996 2001-05-22  Havoc Pennington  <hp@pobox.com>
9997
9998         * gtk/gtkbin.c (gtk_bin_get_child): New function
9999
10000 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
10001
10002         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
10003         to ignore when doing compose processing.
10004
10005 2001-05-22  Joe Shaw  <joe@ximian.com>
10006
10007         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
10008         Simplify as suggested by Havoc. Just get the last iter and work
10009         backward to the tag instead of getting a line and working back from
10010         there. Fixes passing in an invalid offset to
10011         iter_init_from_byte_offset().
10012
10013 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
10014
10015         * gtk/gtktreeview*.h: 
10016         * gtk/gtkcell*.h:
10017         * gtk/gtk*store.h:
10018         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
10019         macros to all objects.
10020
10021 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
10022
10023         * gtk/gtkcellrenderertext.c
10024         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
10025         with very large (TM) amounts of text.  May be moved to
10026         GtkCellRenderer in the future, though I'm not sure it wants to be
10027         this accessible.
10028
10029         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
10030         More sanity brought to this class.  I like it.
10031
10032         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
10033         case.  Kids, don't try this at home.
10034
10035         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
10036         convenience function.
10037
10038         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
10039
10040 2001-05-21  Alexander Larsson  <alexl@redhat.com>
10041
10042         * gtk/gtkfontsel.c:
10043         Added properties. Based on patch by Lee Mallabone.
10044
10045         * gtk/gtkruler.c:
10046         * gtk/gtkhruler.c:
10047         * gtk/gtkvruler.c:
10048         * gtk/gtktext.c:
10049         * gtk/gtktextview.c:
10050         Converted GtkArg to GParam. Based on patches by John Margaglione.
10051
10052         * tests/Makefile.am:
10053         * tests/testtext.c:
10054         Add a property editor to testtext.
10055         
10056 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
10057
10058         * gtk/gtk{h,v,}paned.c: Only show the separator if 
10059
10060         * configure.in: Fixed reversed conditional causing all image
10061         libraries to be linked in.
10062
10063 2001-05-21  Joe Shaw  <joe@ximian.com>
10064
10065         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
10066         that top_y needs to be >= 0.
10067
10068 2001-05-11  Havoc Pennington  <hp@pobox.com>
10069         
10070         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
10071         losing connection to the X server.
10072
10073 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
10074
10075         * configure.in: Start checks for X from pangox/pangoxft
10076         CFLAGS to avoid duplicate libraries.
10077
10078         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
10079
10080         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
10081         to include gobject.
10082         
10083 2001-05-18  Alexander Larsson  <alexl@redhat.com>
10084
10085         * gtk/gtkspinbutton.c:
10086         Convert GtkArgs to GParams. Based on patch by John Margaglione.
10087         Also do size request reasonable for MAXDOUBLE. Previously it printed
10088         the limits to a buffer and overran it. Instead do it using log10() and
10089         limit the width to 10 digits.
10090         
10091         * gtk/gtkwidget.c (gtk_widget_get_property):
10092         Correctly handle setting the parent property to NULL.
10093
10094 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
10095
10096         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
10097         style attributes even if the widget isn't realized.
10098
10099         * demos/gtk-demo/main.c: Use a slightly smaller font.
10100
10101 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
10102
10103         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
10104         This is something that only a widget writer would ever want
10105         to change.
10106
10107         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
10108         gtk_signal_emit_by_name().
10109
10110         * gtk/gtkviewport.c: Fix some warnings.
10111
10112         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
10113         allowing the requisitions of multiple widgets to be grouped
10114         together.
10115
10116         * tests/testgtk.c: Add GtkSizeGroup test
10117
10118         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
10119
10120         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
10121         warnings.
10122
10123         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
10124
10125 2001-04-28  Martin Baulig  <baulig@suse.de>
10126
10127         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
10128         to gtk_image_menu_item_set_icon() and made it work if there's already
10129         an image.
10130         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
10131         (gtk_image_menu_item_new_with_label): New function.
10132
10133 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
10134
10135         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
10136         highlighting code!!!!  The result is okay so long as you don't try
10137         to stress it.  It also highlights a bug in the TextView so it's in
10138         an unproportional font right now until it's fixed.
10139
10140         *demos/gtk-demo/*.c: Clean up code a bit to make it
10141         ugly-parser(TM) friendly. (-:
10142
10143 2001-05-17  Joe Shaw  <joe@ximian.com>
10144
10145         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
10146         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
10147         if it is only partially onscreen.
10148
10149 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
10150
10151         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
10152         not by characters.
10153
10154         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
10155         are not zero or one; that is, when graphemes of multiple characters
10156         are involved.
10157
10158         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
10159         FIXME.
10160
10161 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
10162         
10163         * gtk/gtkbbox.c:
10164         Add properties, based on patch by Lee Mallabone.
10165
10166         * gtk/gtknotebook.c:
10167         * gtk/gtktoolbar.c:
10168         Convert from GtkArg to GParam, based on patch by John Margaglione.
10169         
10170         * gtk/gtkhscale.c:
10171         * gtk/gtkvscale.c:
10172         * gtk/gtkhscrollbar.c:
10173         * gtk/gtkvscrollbar.c:
10174         * gtk/gtkrange.c:
10175         Move adjustment property to GtkRange.
10176
10177         * gtk/gtklabel.c:
10178         Setup mnemonics on property changes
10179
10180         * gtk/gtkwidget.c (gtk_widget_get_property):
10181         GdkExtensionMode is an enum, not a flag. Set it with
10182         g_value_set_enum ().
10183
10184         * tests/prop-editor.c:
10185         Better propery editor.
10186
10187         * tests/testgtk.c:
10188         Add new property test. Pass zero to the property editor to
10189         get properties from all derived types.
10190         
10191 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
10192
10193         * autogen.sh (have_automake): Require libtool-1.4,
10194         automake-1.4p1.
10195
10196         * acinclude.m4: Remove libtool macros.
10197
10198         * gdk-pixbuf/Makefile.am: Add dependencies to loade
10199         modules.
10200
10201         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
10202         for libgdk.
10203
10204         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
10205         libgdk.la for libgtk.
10206
10207         * modules/input/Makefile.am: Make modules have full
10208         dependencies.
10209
10210 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
10211
10212         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
10213         #54699 where paths weren't being checked for correctness.
10214
10215 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
10216
10217         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
10218         in any order you wan, whether or not the column is added to the
10219         tree, or the tree is realized.  Yay!
10220
10221         * gtk/gtktreeviewcolumn.c
10222         (gtk_tree_view_column_setup_sort_column_id_callback): handle
10223         sorting columns a lot saner
10224
10225         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
10226         new function to actually set wether or not a column is
10227         reorderable.
10228
10229         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
10230         if we have 'em.
10231
10232         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
10233         Fix nasty bug where we were showing the button just before
10234         realizing it.  As a result, the parent window was
10235         tree_view->window instead of tree_view->priv->header_window.
10236
10237         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
10238         to let you easily reorder a list or tree.
10239
10240 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
10241
10242         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
10243         from args to properties.
10244
10245 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
10246
10247         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
10248         from args to properties. (#51957)
10249
10250         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
10251         calls to after ->set_property call.
10252
10253 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
10254
10255         * tests/prop-editor.c: Block against redundant changes.
10256
10257         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
10258         properties.
10259
10260 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
10261
10262         * gdk/gdkpixmap.h: Remove creative formatting.
10263
10264 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
10265
10266         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
10267         property API. (#51669)
10268
10269         * gtk/gtkscale.c: Patch from John Margaglione converting to
10270         property API. (#51891)
10271
10272         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
10273         to property API. (#50985)
10274
10275 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
10276
10277         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
10278         buffering state across expose event, so we still call end_paint().
10279
10280 2001-05-11  Alexander Larsson  <alexl@redhat.com>
10281
10282         * gtk/gtkhsv.c (paint_triangle):
10283         Expose the ring in the triangle at the correct place when
10284         exposing just a part of the triangle.
10285
10286         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
10287         Return FALSE, or window focusing will not work.
10288
10289 2001-05-11  Havoc Pennington  <hp@pobox.com>
10290
10291         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
10292         #54144
10293
10294         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
10295         bug #54330
10296
10297 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
10298
10299         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
10300         propagate exposes to NULL child.
10301
10302         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
10303         against not having one of the scrollbars.
10304
10305         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
10306         we don't keep a mnemonic window if we have no mnemonic installed.
10307
10308 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
10309
10310         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
10311         it has the _important_ side effect of initializing a class.
10312
10313 2001-05-10  Alexander Larsson  <alexl@redhat.com>
10314
10315         * gdk/linux-fb/gdkprivate-fb.h:
10316         Make sure you can compile out the implementation/wrapper assert
10317         macros.
10318
10319         * gdk/linux-fb/gdkdrawable-fb2.c:
10320         Check implementation/wrappers, initialize type for pixmap dummys.
10321
10322         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
10323         Hide the cursor if reading from the screen.
10324
10325         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
10326         Fix sign bug in tiling code.
10327
10328         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
10329         Handle background pixmaps.
10330
10331 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
10332
10333         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
10334         function to let user control where columns are dragged.
10335
10336         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
10337         Escape is pressed.
10338
10339 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
10340
10341         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
10342         "columns_changed" signal.
10343         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
10344         motion code to draw arrows to the side if indicator is outside the
10345         widget.
10346         (gtk_tree_view_map_expanded_rows): Implement.
10347
10348 2001-05-07  Alexander Larsson  <alexl@redhat.com>
10349
10350         * demos/testpixbuf-save.c: 
10351         * demos/testpixbuf-drawable.c:
10352         Include gdkfb.h on linux-fb.
10353
10354 2001-05-07  Alexander Larsson  <alexl@redhat.com>
10355
10356         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
10357         New function for getting toplevel window at position.
10358         (gdk_drag_find_window): Use get_toplevel_window () instead
10359         of gdk_window_get_pointer(). (gdk_drag_status): Use
10360         correct context for getting window.
10361
10362         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
10363         g_strdup the atom name.
10364
10365         * gdk/linux-fb/gdkwindow-fb.c:
10366         Costmetic fix.
10367
10368         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
10369         Add code for changing cursor on linux-fb backend (same as
10370         win32).
10371
10372 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
10373
10374         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
10375         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
10376         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
10377         report was not for the development branch of GTK+, but it applies
10378         anyways).
10379
10380 2001-05-04  Havoc Pennington  <hp@redhat.com>
10381
10382         * configure.in: fix some shell typos
10383
10384         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
10385
10386         * gtk/gtkimage.c: handle animations
10387
10388         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
10389         border_width * 2, not just border_width
10390
10391         * gtk/gtkscale.c: add "format_value" signal to allow people
10392         to override the way values are drawn.
10393         (gtk_scale_get_value_size): fix width/height mistake,
10394         and compute size from actual displayed text, not 
10395         from made-up text.
10396
10397         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
10398         signal registration
10399
10400         * tests/testtext.c: Add "Remove all tags" menu item for testing
10401
10402         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
10403
10404         * demos/gtk-demo/main.c (main): add hack so we can find modules
10405         without installing gtk
10406
10407         * demos/gtk-demo/textview.c (insert_text): demo font scaling
10408
10409         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
10410         factor)
10411         (gtk_cell_renderer_text_set_property): remove some bogus
10412         g_object_notify
10413
10414         * gtk/gtktexttag.c: add "scale" property which is a font scaling
10415         factor
10416
10417         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
10418         to layout
10419
10420         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
10421         gtk_text_iter_is_first
10422
10423 2001-01-06  Hans Breuer  <hans@breuer.org>
10424
10425         * gdk/gdk.def : updated exports
10426
10427         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
10428         gdk won't compile anymore
10429  
10430         * gdk/win32/gdkevents-win32.c : initialize ret_val when
10431         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
10432         Improved gdk_flush () to not only do pending drawing operations
10433         but also process all currently pending events. This should make
10434         the behaviour more similar to the X11 version.  
10435
10436         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
10437         option needs to be set even if there is no GDK_GC_BACKGROUND.
10438         (gdk_win32_hdc_get) : use predraw_set_background () independent
10439         of value_mask. This allows to draw dashed lines leaving the original
10440         background intact.
10441
10442         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
10443         after processing, because we can't reuse it as the X11 version does.
10444
10445         * gtk/gtk.def : updated exports
10446
10447         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
10448         would like to get rid of this file again, and use straight
10449         makefile.msc again, as the other Gtk+ subdirs do)
10450
10451         * test/makefile.msc (new file) : build the test apps here
10452
10453 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
10454
10455         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
10456         strike-through setting
10457         (gdk_draw_layout_line_with_colors): Render strike-through
10458
10459 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
10460
10461         * Release 1.3.5
10462
10463         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
10464
10465         * NEWS: Updated
10466
10467         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
10468         Makefile breakage.
10469
10470 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
10471
10472         * demos/gtk-demo/images.c (progressive_timeout): Fix
10473         typo in filename.
10474
10475         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
10476         out FIXME warning; just too annoying.
10477
10478 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
10479
10480         * gdk/linux-fb/gdkcolor-fb.c:
10481         Better error messages.
10482
10483         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
10484         Initialize abs_x and abs_y.
10485         
10486         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
10487         Correct handling of stipple offset.
10488
10489         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
10490         Treat directcolor framebuffers as truecolor.
10491         
10492 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
10493
10494         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
10495         dependency on Atk for accessibility support.
10496
10497         * configure.in **/Makefile.am: Major reworking of substituted
10498         variables for CFLAGS/LIBS to make a lot more sane and 
10499         keep the the compile/link lines a bit shorter.
10500
10501         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
10502
10503 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
10504
10505         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
10506         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
10507         use _gtk_boolean_handled_accumulator.
10508
10509 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
10510
10511         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
10512         to fix things so clicking inside selection leaves cursor
10513         at point where clicked. (#50324)
10514
10515         * gtk/gtksettings.c (gtk_settings_class_init): Restore
10516         sane value for default double click time.
10517
10518         * tests/testtext.c (test_init): Really path to input modules.
10519
10520 2001-05-03  Sven Neumann  <sven@convergence.de>
10521
10522         * demos/testpixbuf-save.c: include target-specific headers as
10523         done in testpixbuf-drawable.c
10524
10525 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
10526
10527         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
10528         new_text_length appropriately when we run into the 
10529         size limit for the entry. (#53445, reported by Jeff Franks)
10530
10531         * tests/testgtk.c (create_entry): Remove most of the
10532         property toggle buttons. Replace with a "Props" button
10533         that brings up a property editor.
10534
10535         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
10536         Split the property editor code out for reuse, improve.
10537
10538 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
10539
10540         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
10541         trap errors around calls to XSetInputFocus since we have
10542         no way of knowing reliably whether we are viewable or
10543         not. (#53947)
10544
10545 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
10546
10547         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
10548         fix bug in dropping columns.  Moving columns now basically works
10549         modula some fine tuning.
10550
10551 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
10552
10553         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
10554         autoscroll support.  It mostly works, but could use some fine
10555         tuning.
10556         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
10557         Actually move the column.
10558
10559 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
10560
10561         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
10562           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
10563           New default theme! A slighly improved version of the 2.0 Raleigh
10564           theme, with Windows-esque focus/drawing default. 
10565           (GtkWidget::interior_focus defaults to TRUE.)
10566
10567         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
10568
10569 2001-04-30  Havoc Pennington  <hp@pobox.com>
10570
10571         * tests/testtext.c (line_numbers_expose): fix to work with
10572         gtk_paint_layout change
10573
10574 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
10575
10576         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
10577           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
10578           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
10579           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
10580
10581         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
10582           with GtkWidget::interior_focus = TRUE better.
10583
10584         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
10585         ::default_outside_border for more flexibility.
10586
10587         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
10588         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
10589         change that had to be made with g_object_get.
10590
10591 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
10592
10593         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
10594         (gtk_tree_view_move_column_after): Clean up interface. 
10595
10596 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
10597
10598         * gtk/gtkpacker.h:
10599         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
10600          to gtkenum.h.
10601
10602         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
10603         handled in switch).
10604
10605         * gtk/Makefile.am:
10606         (gtk.defs): generate enum portions with  glib-mkenums.
10607         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
10608         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
10609         
10610         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
10611         addition.
10612
10613         * docs/Changes-2.0.txt: keep a note on signal handlers now
10614         not getting emitted during the emission they were connected within.
10615
10616 2001-04-28  Havoc Pennington  <hp@pobox.com>
10617
10618         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
10619
10620 2001-04-24  Havoc Pennington  <hp@redhat.com>
10621
10622         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
10623         (gtk_text_layout_move_iter_to_next_line): fix these two for
10624         invisible text, lots of other stuff still hosed.
10625
10626         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
10627         new function, replaces the get/set palette stuff. This function 
10628         is intended for use by libgnomeui which should set the hook to a
10629         thing which sets the palette in GConf, and we need the
10630         GConf-to-xsettings proxy which will result in the change being
10631         propagated back to the GTK app.
10632
10633         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
10634         about unusable signals that it may be because the signal has 
10635         parameters.
10636
10637         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
10638         style, otherwise gtkrc.c won't know to create a new GtkStyle for
10639         it.
10640         (gtk_widget_modify_color_component): call
10641         gtk_widget_modify_style() so the rc style will get copied.
10642         (gtk_widget_modify_font): ditto
10643
10644         * gtk/gtkrc.c: make a couple variables static
10645
10646         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
10647         help button by default, since it does nothing
10648
10649         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
10650         around with UI
10651
10652         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
10653         so we can have tooltips
10654
10655         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
10656         can have tooltips
10657
10658         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
10659         GDK_ENABLE_BROKEN, because its memory behavior is completely
10660         hosed.
10661
10662         * gtk/gtknotebook.c: remove key press handler, replace with
10663         binding set, add numeric keypad support
10664
10665         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
10666
10667         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
10668
10669         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
10670         addition to plain Delete
10671
10672         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
10673         GDK_KP_Enter in addition to GDK_Return
10674
10675         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
10676         activate on entry instead of key press
10677         (gtk_font_selection_on_clist_key_press): get
10678         rid of this signal handler, not needed with new font sel.
10679
10680         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
10681         no-longer-needed emit_stop_by_name(), just return TRUE
10682
10683         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
10684         cruft, this widget is no longer focusable.
10685
10686         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
10687         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
10688         move_slider action signal, add binding set for vscale/hscale, in
10689         the process support numeric keypad
10690
10691         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
10692         make GDK_Return and GDK_KP_Enter activate the entry via 
10693         binding set, instead of hardcoded.
10694
10695 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
10696
10697         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
10698         code.  Some documentation added.
10699
10700 2001-04-27  Havoc Pennington  <hp@redhat.com>
10701
10702         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
10703
10704         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
10705
10706         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
10707         line/para separators
10708         (gtk_entry_create_layout): set single paragraph mode on the layout
10709
10710         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
10711         spacing between the image and label; instead, inside a button box 
10712         the button will get extra space that will go there, but if people 
10713         configure button box for 0 chubbiness, then there's no spacing.
10714
10715         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
10716         and min/max size style properties, so people can tune their
10717         chubbiness.
10718
10719         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
10720         functions
10721
10722         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
10723         space_style, and button_relief into style properties, remove
10724         functions for setting them
10725         
10726         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
10727         it back down
10728
10729         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
10730         types from gtk_widget_style_get
10731
10732         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
10733         with a style property.
10734
10735         * gdk/x11/gdkevents-x11.c: namespace the settings
10736
10737         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
10738
10739         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
10740         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
10741         be used. Also, translate doc strings for settings. Also, namespace
10742         the double-click-time property. Also, remove bell properties crap.
10743
10744 2001-04-27  Sven Neumann  <sven@gimp.org>
10745
10746         * Makefile.am: before creating links, check if pkg-config files
10747         exist for the default target. Otherwise link to the pkg-config files
10748         that got installed with this build.
10749
10750 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
10751
10752         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
10753         dragging code.  Revealed some (potential) GdkWindow bugs.
10754
10755         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
10756         _gdk_window_init_position to the end of reparent to fix the case
10757         of reparenting when new_x != old_x and new_y != old_y.
10758
10759 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
10760
10761         * gtk/gtkentry.c (strstr_len): Fix optimization that
10762         was correct for the use here, but completely incorrect
10763         in general.
10764
10765 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
10766
10767         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
10768         until patch adding gtk_window_set_size() is recommitted. 
10769
10770         * **Makefile.am configure.in gdk/x11/gdkim-11.c
10771           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
10772           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
10773           (#10784)
10774
10775 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
10776
10777         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
10778         window == NULL in a number of cases.
10779
10780         * tests/testdnd.c: Set module path for gdk-pixbuf.
10781
10782 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
10783
10784         * gtk/Makefile.am xembed.h: File containing #defines
10785         for XEMBED protocol.
10786
10787         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
10788
10789         - Change protocol from old plug/socket specific protocol
10790           to XEMBED draft
10791         - Various fixes to work with GTK+-2.0
10792
10793         Still quite a bit of work to do here to handle initiation
10794         from the socket side (as specified by XEMBED), to handle
10795         the more advanced features of XEMBED, and to figure out
10796         a good way to handle same-app embedding with less overhead
10797         than using full XEMBED.
10798
10799 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
10800
10801         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
10802         track of whether the toplevel has the focus; only send
10803         focus-in events to the focus widget when the window
10804         actually has the focus.
10805
10806 2001-04-25  Havoc Pennington  <hp@pobox.com>
10807
10808         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
10809         were still in the header
10810
10811 2001-04-24  Alexander Larsson  <alexl@redhat.com>
10812
10813         * gtk/gtkclist.[ch]:
10814         * gtk/gtkctree.c:
10815         When there is a row highlighted for D'n'D it must alse
10816         be painted hightlighted on exposes. Otherwise exposes from
10817         the icon being dragged will mess up the hightlight.
10818
10819         * gtk/gtkfontsel.c:
10820         Don't recenter selected font when exposing the font family
10821         clist. This means you can now actually scroll the font family
10822         list.
10823
10824         * gtk/gtknotebook.c:
10825         Fix focus movement on scrolling tabs that are placed on the left
10826         and right.
10827
10828 2001-04-21  Havoc Pennington  <hp@pobox.com>
10829
10830         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
10831         empty/invisible lines.
10832
10833         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
10834         (gtk_text_iter_set_visible_line_index): new functions to set
10835         indexes excluding invisible text
10836
10837         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
10838         index
10839
10840         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
10841         (gtk_text_iter_get_visible_line_offset): new functions to 
10842         get indexes excluding invisible text
10843
10844         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
10845         bunch of extra padding that served no purpose
10846
10847         * gtk/gtkdialog.c: Make all the spacings configurable via style
10848         properties, for chubbiness configuration in themes
10849
10850         * tests/testtext.c: fix path to the immodules.
10851         
10852 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
10853
10854         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
10855         got munched by #endif.
10856
10857         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
10858
10859         * gtk/gtktreeview.c: Refactored code to clean up a number of
10860         events.
10861
10862         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
10863         values to make consistent with other functions.  Spotted by Jeff
10864         Franks <jcf@tpg.com.au>.
10865
10866         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
10867         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
10868
10869 2001-04-23  Sven Neumann  <sven@gimp.org>
10870
10871         * gtk/Makefile.am
10872         * gtk/gtkplug.c
10873         * gtk/gtksocket.c: on request of Owen, reverted my last change 
10874         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
10875
10876 2001-04-23  Sven Neumann  <sven@gimp.org>
10877
10878         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
10879         compile for non-X11 targets again
10880
10881 2001-04-20  Alexander Larsson  <alexl@redhat.com>
10882
10883         * gtk/gtkcolorsel.[ch]:
10884         API Change. Take GdkColor arguments instead of gdouble *.
10885         Leave the old gtk_color_selection_set_color for compatibility,
10886         but marked deprecated.
10887         Do correct rounding when converting RGB <-> HSV.
10888         
10889         * gtk/gtkcolorseldialog.c:
10890         * tests/testgtk.c:
10891         Use new GtkColorSelection API.
10892
10893         * gtk/gtkhsv.c:
10894         Fix problem selecting colors in triangle when Hue is 330.
10895         Fix some black dots around the HSB triangle.
10896         
10897         * gtk/gtkfilesel.c:
10898         return FALSE from the focus_in_event handler to fix focus problems.
10899
10900 2001-04-18  Havoc Pennington  <hp@redhat.com>
10901
10902         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
10903         set, so keybindings are configurable    
10904         (gtk_window_activate_default): Change to activate the focus widget
10905         instead if there's a focus widget, to be consistent with the
10906         behavior that previously existed in key_press_event
10907
10908 2001-04-18  Havoc Pennington  <hp@redhat.com>
10909
10910         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
10911
10912 2001-04-18  Havoc Pennington  <hp@redhat.com>
10913
10914         Close bug #50615:
10915         
10916         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
10917         the layout
10918
10919         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
10920
10921         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
10922
10923         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
10924         
10925         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
10926         to blue for base, in addition to bg
10927         
10928 2001-04-18  Havoc Pennington  <hp@redhat.com>
10929
10930         * tests/testgtk.c (create_image): allow shrinking the image window
10931         to test that we clip to allocation.
10932
10933         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
10934         #9845
10935
10936         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
10937
10938 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
10939
10940         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
10941         mode on shm segments to 0600. We'll see who complains.
10942
10943         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
10944         _gdk_windowing_window_destroy() AFTER recursing through
10945         children.
10946
10947         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
10948         testsocket_child on X.
10949
10950         * tests/testsocket[_child].c: Fix uses of
10951         gtk_window_get_default_accel_group().
10952
10953         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
10954
10955         * gdk/gdkimage.c: (gdk_image_get):
10956         Deal with the possibility that XGetImage() might return NULL.
10957         Allocate the GdkImagePrivate structure only after XGetImage()
10958         succeeds in order not to dereference a NULL ximage pointer.  This
10959         prevents a core dump when XGetImage() fails - which is unlikely,
10960         but can happen due to race conditions accessing the geometries of
10961         drawables.  An x error will still be triggered, but the gdk image
10962         wrapper at least wont seg fault.
10963         
10964 2001-04-18  Havoc Pennington  <hp@redhat.com>
10965
10966         * gtk/gtkimage.c: fix to properly queue resizes when the image is
10967         set
10968
10969         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
10970         if the insertion point isn't editable
10971
10972         * demos/gtk-demo/images.c: Added a GtkImage demo
10973
10974         * demos/gtk-demo/drawingarea.c: drawing area demo
10975         
10976         * demos/gtk-demo/menus.c (create_menu): cleanups
10977
10978 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
10979
10980         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
10981           gdk/x11/gdkevents-x11.c: Introduce an extra child
10982         of toplevel windows that serves to hold the focus to
10983         avoid events being delivered to embedded windows.
10984
10985         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
10986         some extra variables to clean up code and reduce the
10987         number of casts.
10988
10989         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
10990         guint for 1 bit bit fields, not gboolean.
10991
10992 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
10993
10994         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
10995         not TRUE. (Fixes #52925)
10996
10997 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
10998
10999         * Released 1.3.4
11000
11001         * NEWS: Updated
11002
11003         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
11004         use GTK_TYPE_ENUM.
11005
11006 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
11007
11008         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
11009
11010         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
11011         names to compatibility #defines so docs work.
11012
11013         * gtk/gtkenums.h: Remove GtkMenuFactoryType
11014
11015         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
11016
11017         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
11018
11019         * tests/testgtkrc: No magenta cursors, please.
11020
11021         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
11022
11023         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
11024         
11025 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
11026
11027         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
11028         grabs, since they are no longer necessary.
11029
11030         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
11031         by signal_connect() and call gtk_button_pressed() rather
11032         than signal_connect_after().
11033
11034         * tests/testgtk.c: Restore radio menu items to combos 
11035         since they'll look OK with Raleigh, and it is easier
11036         than finishing the process of removing them that was
11037         started earlier.
11038
11039 2001-04-16  Hans Breuer  <hans@breuer.org>
11040
11041         * gdk/gdk.def :
11042         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
11043
11044         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
11045         we are interested in the functions return value not the function address
11046         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
11047
11048         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
11049
11050 2001-04-14  Hans Breuer  <hans@breuer.org>
11051
11052         * gdk/gdk.def :
11053         * gdk/makefile.msc : updated
11054
11055         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
11056         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
11057         (the testgtk::text backgound pixmap is drawn again)
11058         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
11059         Win32 Pango change
11060         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
11061
11062         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
11063         Not sure if the returned settings have the right unit, because I couldn't
11064         find any docs for the X version ...
11065
11066         * gtk/gtk.def :
11067         * gtk/makefile.msc.in : updated
11068
11069 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
11070
11071         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
11072         wording problems. (Compared to version from Johannes Stezenbach to
11073         check correctness.)
11074
11075 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
11076
11077         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
11078         this to compile.
11079
11080 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
11081
11082         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
11083         not pixbufpos.
11084
11085         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
11086
11087         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
11088         are unsigned insts, therefore use g_value_set_uint.
11089         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
11090
11091 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
11092
11093         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
11094
11095         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
11096         GTK_TYPE_STRING.
11097
11098         * gtk/gtktreeview.c: New functions to allow initial column
11099         dragging work.
11100
11101         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
11102
11103         * tests/testtreefocus.c: give dave some love.
11104
11105         * tests/testtreesort.c: Modify test to check really long samples.
11106
11107 2001-04-11  Alexander Larsson  <alexl@redhat.com>
11108
11109         * gtk-2.0.m4: Pass pkg-config options
11110         before the other args so it works even if
11111         POSIXLY_CORRECT is set.
11112
11113 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
11114
11115         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
11116         0, interface 0).
11117
11118 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
11119
11120         * gtk/gtkcalendar.c (gtk_calendar_button_press):
11121         check for action_func != NULL
11122
11123 2001-04-04  Sven Neumann  <sven@gimp.org>
11124
11125         * tests/testgtk.c (test_init): corrected path to gtk.immodules
11126
11127 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
11128
11129         * Released Gtk+-1.3.3.
11130
11131 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
11132
11133         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
11134
11135 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
11136
11137         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
11138         files to/from source dir. (if we don't stay in builddir, we
11139         can't reach make-inline-pixbuf.
11140
11141         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
11142         deps.
11143
11144         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
11145         ages 0).
11146
11147 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
11148
11149         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
11150         moved to the GtkTreeSortable interface.
11151
11152         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
11153         Make more efficient (fixes #50262).
11154
11155 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
11156
11157         * NEWS: Updated.
11158
11159         * configure.in: Remove support for uninstalled glib.
11160
11161         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
11162         so as not to stop emission.
11163
11164         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
11165         is no longer supported.
11166
11167         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
11168         into tests, change build order to build modules before
11169         gtk/.
11170
11171         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
11172         to here.
11173
11174 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
11175
11176         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
11177         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
11178         GPatternSpec. this is actually unlikely to cause breakage in
11179         third-party apps since except for gle, pretty much ever caller
11180         passes NULL here.
11181
11182         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
11183
11184         * *.c: use g_pattern_*() API.
11185
11186         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
11187
11188         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
11189         directions aren't passed in.
11190
11191         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
11192         functionality to be usable from gtkstyle.c as well, give precedence
11193         for conversion to user-supplied parsers.
11194         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
11195
11196         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
11197         _gtk_settings_parse_convert() for rcporperty value conversion.
11198
11199 2001-04-03  Alexander Larsson  <alexl@redhat.com>
11200
11201         * gdk/linux-fb/gdkevents-fb.c:
11202         Add empty gdk_setting_get().
11203
11204 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
11205
11206         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
11207         variable names.
11208         
11209         * gtk/makeenums.pl: touch this so enum files get remade.
11210
11211 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
11212
11213         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
11214         work again when not sorted.
11215
11216         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
11217         and "expand_row" signal, closing bug 52578.
11218
11219         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
11220         support.
11221
11222         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
11223         support.
11224
11225 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
11226
11227         * gdk/gdkevents.h: Add GdkEventSetting event for notification
11228         of changes to system settings, gdk_setting_get() to retrieve
11229         a single system setting.
11230
11231         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
11232         to the draft XSETTINGS mechanism.
11233
11234         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
11235         XSETTINGS.
11236
11237         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
11238         of GDK settings changes to the GtkSettings object.
11239
11240         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
11241         double-click-timeout property to GDK.
11242
11243         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
11244         Define GDK boxed types here.
11245
11246         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
11247         gdk/gdkenumtypes.[ch] for enum definitions.
11248
11249         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
11250         * gtk/gtk-boxed.defs: Comment out GDK types
11251         * gtk/gtktypeutils.h: Remove GDK types
11252         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
11253
11254 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
11255
11256         * Applied patch from Ron Steinke to add signal accumulators
11257         so that signals with the convention 'TRUE return means
11258         handled' stop emission on a TRUE return.
11259
11260         * gtk/gtkmain.[ch]: Add private accumulator 
11261         _gtk_boolean_handled_accumulator, used throughout GTK+.
11262         
11263         * gtk/gtkspinbutton.c: Add accumulator for ::output.
11264
11265         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
11266         
11267         * gtk/gtkwidget.c: Add accumulators for event signals,
11268         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
11269         for ::mnemonic-activate.
11270
11271         * gtk/gtkwindow.c: Add accumulator for ::frame_event
11272
11273 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
11274
11275         * gtk/gtkwidget.c: Add missing include.
11276
11277 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
11278
11279         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
11280         marshaller.
11281
11282         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
11283         "changed" signal to "range_changed".
11284
11285         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
11286         removing a tree from one model would remove all trees from that
11287         model.
11288         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
11289         changed signal instead.
11290
11291 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
11292
11293         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
11294         chaining up to parent impl, since we have a INPUT_ONLY
11295         window.
11296
11297         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
11298         foreground color for the cursor.
11299
11300 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
11301
11302         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
11303         param spec when caching property values, since we unref it
11304         later when we free the style.
11305
11306         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
11307         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
11308
11309 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
11310
11311         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
11312         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
11313         stupidity.
11314
11315 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
11316
11317         [ First pass at adding style properties. Still needs some definite
11318         fine-tuning. ]
11319
11320         * gtk/gtkbutton.c: Add ::default_spacing style property.
11321          
11322         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
11323         ::indicator_spacing style properties.
11324
11325         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
11326         style properties.
11327
11328         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
11329         rather than a normal property.
11330
11331         * gtk/gtkwidget.c: Add an ::interior_focus style property to
11332         draw focus inside buttons, in the Windows/Java Metal/etc. style.
11333
11334         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
11335         Honor ::interior_focus.
11336         
11337         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
11338         TRUE.
11339
11340         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
11341         Add ::slider_width, ::trough_border, ::stepper_size,
11342         ::stepper_spacing style properties.
11343
11344         * gtk/gtkscale.[ch] Add ::slider-length style property.
11345
11346 2001-04-02 Alexander Larsson   <alexl@redhat.com>
11347
11348         * gdk/linux-fb/gdkwindow-fb.c:
11349         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
11350         warnings that were spewed on startup.
11351
11352         * gtk/gtkwindow-decorate.c:
11353         gtk_window_reposition -> _gtk_window_reposition
11354
11355 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
11356
11357         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
11358         Add boxed type for GtkRequistion. Use it for ::size-request.
11359
11360         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
11361         Add a new GtkBorder structure useful for geometry properties
11362         for widgets. Add corresponding GTK_TYPE_BORDER.
11363         
11364         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
11365         Support automatic parser selection like
11366         gtk_settings_install_property_parser().
11367
11368         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
11369         functionality for use by gtk_widget_class_install_style_property.
11370         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
11371
11372 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
11373
11374         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
11375         g_param_spec_unichar(). 
11376
11377 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
11378
11379         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
11380         _NET window managers.
11381
11382         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
11383
11384 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
11385
11386         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
11387         bad needs to be nuked, not just deprecated.
11388
11389         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
11390         gtk_widget_popup().
11391
11392         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
11393         
11394         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
11395         widget.
11396         
11397         * docs/Changes-2.0.txt: updates.
11398         
11399 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
11400
11401         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
11402         for (i = 0; i < 100; i ++)
11403           g_print ("I will confirm it compile before committing\n");
11404
11405 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
11406
11407         * gtk/gtktreestore.c: Initial work on implementing the
11408         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
11409
11410 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
11411
11412         * gtk/gtkwidget.c: fixed a bunch of notifications, added
11413         reference counts around emissions where the widget is used afterwards.
11414         added freeze/thaws around multiple properties being notified.
11415         (_gtk_widget_get_aux_info): cleanups.
11416         
11417         * gtk/gtksettings.c (gtk_settings_install_property): provide
11418         default parsing functions for gdkcolor, enums and flags.
11419
11420         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
11421         applied by owen.
11422         backed out gtk_window_get_location(), gtk_window_set_location(),
11423         gtk_window_get_size() and gtk_window_set_size(), these
11424         have to be sorted out wrg x/y/width/height/default_with/default_height
11425         properties.
11426         kept a flag in GtkWindowGeometryInfo to handle user
11427         resetting default sizes.
11428         cleaned up ZVT comments.
11429         bunch of assorted bug fixes, notification fixes.
11430         (_gtk_window_reposition): make this a really internal function.
11431         
11432         * gtk/testgtk.c: fixups.
11433         
11434 2001-03-31  Hans Breuer  <hans@breuer.org>
11435
11436         * config.h.win32.in : disable USE_MMX for msvc build cause
11437         the assembler doesn't fit and is out of my scope. Disable
11438         USE_GMODULE for msvc build as wel. The right way to share
11439         binaries on win32 would be to use libtiff.dll etc. To reduce
11440         installation hassles IMO it's better to include all fileformats
11441         builtin to gdk-pixbuf
11442
11443         * gdk-pixbuf/makefile.msc : new file
11444
11445         * gdk/gdk.def : updated
11446
11447         * gdk/win32/gdkevents-win32.c : don't erase the background if
11448         .no_bg is set. It improves the scrolling (e.g. of testgtk main
11449         buttons
11450         * gdk/win32/gdkgeometry-win32.c : added comment about the above
11451
11452         * gdk/win32/gdkwindow-win32.c : added three new functions like
11453         the X version. Only one is implemented, because the other two
11454         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
11455         be default behaviour on win32 anyway ...
11456
11457         * gtk/gtk.def : updated
11458
11459         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
11460         from where it was built and add an additional rule to automagically
11461         build gtkmarshal.[hc]
11462
11463         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
11464         before array access for the current entry isn't finished
11465
11466         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
11467         use g_return_val_if_fail
11468
11469         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
11470         for the static array, but let the compiler calculate it. It
11471         makes me wonder if gcc isn't capable to catch bugs like this ...
11472
11473 2001-03-31  James Henstridge  <james@daa.com.au>
11474
11475         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
11476         constant "-1" in the aux info structure.
11477
11478 2001-03-30  Alexander Larsson  <alexl@redhat.com>
11479
11480         * gtk/gtkbutton.c (gtk_button_get_property):
11481         * gtk/gtklabel.c:
11482         Remove leaks.
11483         
11484         * gtk/gtkcontainer.c:
11485         * gtk/gtkhscale.c:
11486         * gtk/gtkhscrollbar.c:
11487         * gtk/gtklayout.c:
11488         * gtk/gtkmisc.c:
11489         * gtk/gtkprogress.c:
11490         * gtk/gtkprogressbar.c:
11491         * gtk/gtkrange.c:
11492         * gtk/gtktable.c:
11493         * gtk/gtkviewport.c:
11494         * gtk/gtkvscale.c:
11495         * gtk/gtkvscrollbar.c:
11496         * gtk/gtkwidget.c:
11497         Property patches, based on patches from John Margaglione and Lee Mallabone.
11498
11499 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
11500
11501         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
11502         adjustment. Cleaned redundant preconditions (spin != NULL). Added
11503         inline API function docs.
11504         (gtk_spin_button_new_with_range): New convenience constructor.
11505         (gtk_spin_button_set_increments): New adjustment helper.
11506         (gtk_spin_button_set_range): New adjustment helper.
11507
11508         * gtk/testgtk.c : added test of the new convenince constructor and
11509         value_changed signals.
11510
11511 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
11512
11513         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
11514         listen to the reorder signal.
11515
11516 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
11517
11518         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
11519         to get the aux info structure fo the widget.
11520
11521         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
11522         above function.
11523
11524         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
11525
11526         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
11527         to get the size of the window manager frame, basically the same
11528         code that gdk_window_get_root_origin() had
11529         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
11530
11531         * gtk/gtkwindow.c (gtk_window_set_default_size): use
11532         gdk_window_resize() if the window is realized and resizeable
11533
11534         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
11535         typo so that setting gravity works
11536
11537         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
11538         allocation if auto_shrink is on, even if the default size
11539         has not changed.
11540
11541         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
11542         g_return_if_fail
11543
11544 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
11545
11546         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
11547         reordering/sorting work.  Now pretty much works.
11548
11549         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
11550         reorder mostly work.  Still need to get the parity correct.
11551
11552         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
11553         signal, so I can listen for the sort_column_changed signal so I
11554         can change my "sort_indicator" property.  Cool.
11555
11556 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
11557
11558         [ Patch from Havoc Pennington, hp@redhat.com ]
11559
11560         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
11561         Add functions gdk_window_begin_resize_drag/begin_move_drag
11562         to start resizing or moving a toplevel window. This
11563         is done either using the _NET_WM_MOVERESIZE protocol,
11564         or, if that isn't present, by emulation.
11565
11566         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
11567         to export the above to GTK+-land.
11568
11569         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
11570         
11571         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
11572         Move this function into gdkwindow, since we need it
11573         when implementing fallback resizing.
11574
11575         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
11576         Fix typo when setting gravity.
11577
11578         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
11579         Add an optional (but on by default) resize grip for resizing 
11580         the parent window.
11581
11582 01-03-29  Alexander Larsson  <alexl@redhat.com>
11583
11584         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
11585         Don't return TRUE from the event handler, that blocks all
11586         event signals on the tooltip widget. Now you can press buttons
11587         in toolbars again.
11588
11589 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
11590
11591         * gtk/testtext.c (create_buffer): Add missing NULL on
11592         valist.
11593
11594         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
11595         c-n-p problem with INCONSISTENT property.
11596
11597         [ Patch from Havoc Pennington  <hp@redhat.com> ]
11598
11599         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
11600         hook.
11601
11602         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
11603         signal as a hook for extending the default popup menu
11604
11605         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
11606         use radio menu items for the input method menuitems
11607
11608         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
11609         inserted unicode from Ctrl-Shift-hex input method
11610
11611         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
11612         validatation here, already done at GtkTextBuffer level.
11613
11614         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
11615         popup_menu run action signal and Shift+F10 and Menu keybindings.
11616
11617         * gtk/gtkentry.c: implement a default handler for popup_menu
11618
11619         * gtk/gtktextview.c: implement a default handler for popup_menu
11620
11621         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
11622         from a key event
11623         
11624         * gtk/gtklabel.c: remove "trailer" cruft
11625
11626 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
11627
11628         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
11629         handle reordering of trees.  Seems to mostly work w/ the exception
11630         of the parity flag.
11631
11632         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
11633         signal.
11634
11635 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
11636
11637         * gtk/gtkwidget.h: c++ fixes.
11638
11639 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
11640
11641         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
11642         memory.
11643
11644 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
11645
11646         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
11647         Nils Barth fixing event return values. (#51041)
11648
11649         * gtk/gtkwidget.c: Fix some return values for default
11650         functions.
11651
11652         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
11653         return values for trough_keys functions.
11654
11655         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
11656         value for add_accelerator (shoudl have been a void
11657         return.)
11658
11659         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
11660         Fix return type of EVENT.
11661
11662         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
11663         signal return a boolean.
11664
11665 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
11666
11667         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
11668         reordered signal.
11669
11670         * tests/testtreesort.c (main): fix spelling.
11671
11672 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
11673
11674         * gtk/gtkliststore.c: More work on implementing sortable
11675         interface.
11676
11677 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
11678
11679         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
11680         reference the widgets in the resulting list. (#11821)
11681         This makes this consistent with gtk_container_children.
11682
11683         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
11684         uses of gtk_window_list_toplevels.
11685
11686 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
11687
11688         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
11689         a virtual function to set whether the IM context should use 
11690         the preedit string. (#51922)
11691         
11692 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
11693
11694         * gdk/gdkpango.h: Remove stale FIXME comment.
11695
11696 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
11697
11698         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
11699         Fixed bug that returned NULL if a filename was selected.
11700
11701 2001-03-24  Havoc Pennington  <hp@pobox.com>
11702
11703         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
11704         to contain the word "theme"
11705
11706 2001-03-24  Havoc Pennington  <hp@pobox.com>
11707
11708         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
11709         slower but finer-grained
11710         (gtk_hsv_focus): get initial focus on the ring or triangle 
11711         according to tab direction
11712
11713         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
11714
11715 2001-03-23  Havoc Pennington  <hp@pobox.com>
11716
11717         * gtk/gtkhsv.c: make this somewhat key-navigable
11718
11719         * gtk/gtkfontsel.c: mnemonics
11720
11721         * gtk/gtkgamma.c: mnemonics
11722
11723         * gtk/gtkcolorsel.c: add mnemonics to labels
11724
11725 2001-03-22  Havoc Pennington  <hp@pobox.com>
11726
11727         Applied big patch from Seth Lytle to fix event handler return
11728         values, slightly modified.
11729
11730         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
11731         handled.
11732         (gtk_calendar_key_press): return TRUE for GDK_space triggers
11733         select_day
11734
11735         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
11736         (gtk_clist_button_release): return TRUE if handled
11737
11738         * gtk/gtkcolorsel.c (mouse_release):
11739         (palette_activate): 
11740         (palette_press): 
11741         (palette_new): 
11742         (mouse_press): 
11743         (get_screen_color): 
11744         fixed return type (void to gboolean), return TRUE,
11745         added GTK_SIGNAL_FUNC cast
11746
11747         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
11748         (void to gboolean), and return TRUE
11749         (gtk_combo_button_release): changed return value to TRUE after
11750         gtk_grab_add on combo->popwin
11751
11752         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
11753         collapse or expand
11754
11755         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
11756         button/motion
11757
11758         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
11759         press/release and motion that trigger act
11760
11761         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
11762
11763         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
11764         for GDK_Return
11765         
11766         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
11767         (gtk_list_button_release): return TRUE if selection
11768
11769         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
11770         press
11771
11772         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
11773         (gtk_menu_shell_button_release): chain parent_menu_shell retval
11774
11775         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
11776         nothing triggered
11777         (gtk_notebook_button_release): return TRUE if we do anything
11778
11779         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
11780         (gtk_spin_button_button_release): return TRUE or chained retval
11781
11782         * gtk/gtktext.c (gtk_text_button_press): 
11783         (gtk_text_button_release): return TRUE
11784         (gtk_text_key_press): remove redundant retval code
11785         
11786         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
11787         and sensitive
11788         (gtk_tree_item_subtree_button_click): changed type to gint, and return
11789         TRUE if sensitive
11790
11791         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
11792         return TRUE
11793
11794 2001-03-23  Havoc Pennington  <hp@redhat.com>
11795
11796         * gtk/testgtk.c: fix warnings
11797
11798         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
11799
11800         * gtk/gtktextview.c: fix warnings
11801
11802         * gtk/gtktext.c (find_cursor_at_line): fix warning
11803
11804         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
11805
11806         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
11807         of this function
11808
11809         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
11810         fix warning
11811
11812         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
11813
11814         * gtk/gtkfontsel.c: fix warning
11815
11816         * gtk/gtkcolorsel.c: fix warnings
11817
11818 2001-03-23  Havoc Pennington  <hp@redhat.com>
11819
11820         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
11821
11822         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
11823
11824         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
11825         and deprecated gtk_check_menu_item_set_show_toggle().
11826         
11827         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
11828
11829         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
11830
11831         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
11832
11833 2001-03-23  Havoc Pennington  <hp@redhat.com>
11834
11835         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
11836         some docs
11837
11838 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
11839
11840         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
11841         this.
11842
11843         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
11844         set_cell to set_value
11845
11846         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
11847         set_cell to set_value
11848
11849 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
11850
11851         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
11852         fix braino.
11853         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
11854         support.
11855
11856         * gtk/gtktreeview.c: Addition of initial sortable support.
11857
11858         * gtk/gtktreestore.c: Addition of initial sortable support.
11859
11860         * gtk/gtkliststore.c: Addition of initial sortable support.
11861
11862         * gtk/gtkmarshal.list: yet another marshaller.
11863
11864         * gtk/gtktreedatallist.[ch]: shared code between the store models
11865         for handling sorting headers.
11866
11867 2001-03-22  Havoc Pennington  <hp@redhat.com>
11868
11869         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
11870         (gtk_container_unset_focus_chain): Add ability to override the 
11871         focus chain for a container explicitly
11872
11873 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
11874
11875         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
11876         added PROP_MNEMONIC_WIDGET.
11877
11878         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
11879         (gtk_window_remove_mnemonic): 
11880         (gtk_window_add_mnemonic): fixed assertions.
11881         (gtk_window_activate_mnemonic): constrain modifier checks to those
11882         permitted by gtk_accelerator_get_default_mod_mask().
11883         got rid of gtk_window_get_default_accel_group().
11884
11885         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
11886         activatable widgets either by focussing or a warning.
11887         added a signal accumulator to ::activate_mnemonic which stops the
11888         emission once a handler returned TRUE.
11889
11890 2001-03-22  Havoc Pennington  <hp@pobox.com>
11891
11892         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
11893         the stock item label
11894
11895         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
11896
11897         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
11898
11899         * demos/gtk-demo/*.c: Add mnemonics all over the place
11900
11901         * gtk/gtklabel.h: mark parse_uline deprecated
11902
11903 2001-03-21  Alexander Larsson  <alexl@redhat.com>
11904
11905         * gtk/gtkitemfactory.[ch]:
11906         Add support for stock and normal imagemenuitems.
11907         
11908         * gtk/testgtk.c:
11909         Add some tests for mnemonics, stock toolbars, stock
11910         and image menuitems in itemfactory and gdk_window_scroll.
11911
11912 2001-03-21  Alexander Larsson  <alexl@redhat.com>
11913
11914         * gtk/gtkbutton.[ch]:
11915         * gtk/gtkdialog.c:
11916         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
11917         removed accel_group argument. Renamed gtk_button_new_accel() to
11918         gtk_button_new_with_mnemonic() and removed accel_group argument.
11919
11920         * gtk/gtkcheckbutton.[ch]:
11921         New function gtk_check_button_new_with_mnemonic().
11922
11923         * gtk/gtkentry.c:
11924         Override activate_mnemonic and just grab focus.
11925
11926         * gtk/gtkitemfactory.c:
11927         Don't add menu uline accel group, instead use mnemonics support.
11928
11929         * gtk/gtklabel.[ch]:
11930         New support for mnemonics.
11931
11932         * gtk/gtkmarshal.list:
11933         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
11934
11935         * gtk/gtkmenu.[c]:
11936         * gtkmenushell.c:
11937         Use mnemonics instead of accel groups for uline
11938         support in menu items.
11939         Removed gtk_menu_get_uline_accel_group() and
11940         gtk_menu_ensure_uline_accel_group().
11941
11942         * gtk/gtkmenuitem.c:
11943         Override activate_mnemonic to handle switching between
11944         menu items if there are collisions.
11945         
11946         * gtk/gtknotebook.c:
11947         Connect to activate_mnemonic on the tab_label, so that
11948         activating it switches to that notebook page.
11949
11950         * gtk/gtkwidget.[ch]:
11951         Add activate_mnemonic signal. New function
11952         gtk_widget_activate_mnemonic() to emit it.
11953         Default implementation does activate/grab_focus.
11954
11955         * gtk/gtkwindow.[ch]:
11956         Add support for mnemonics in windows.
11957         New functions:
11958         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
11959         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
11960
11961         * gtk/testgtk.c:
11962         Update to function name changes.
11963         
11964 2001-03-21  Alexander Larsson  <alexl@redhat.com>
11965
11966         * gtk/gtkimagemenuitem.[c]:
11967         Add gtk_image_menu_item_new_from_stock()
11968
11969 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
11970
11971         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
11972         Fix buglet in meeting.
11973
11974 2001-03-19  Havoc Pennington  <hp@redhat.com>
11975
11976         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
11977         add a bunch of accessor functions. This is because we have
11978         reasonable expectations of extending what fields it contains in
11979         the future.
11980
11981         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
11982         changes
11983
11984         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
11985         GtkIconSource   
11986
11987 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
11988
11989         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
11990         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
11991
11992         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
11993           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
11994           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
11995           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
11996         Change float to double everywhere with the exception of 0<->1.0 alignment
11997         and GtkCurve.
11998
11999 2001-03-19  Tor Lillqvist  <tml@iki.fi>
12000
12001         * gdk/win32/gdkdrawable-win32.c
12002         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
12003         output.
12004
12005         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
12006         gdkwin32.h.
12007
12008 2001-03-18  Tor Lillqvist  <tml@iki.fi>
12009
12010         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
12011         print_event_state, print_event): Use preprocessor macro to make
12012         code more compact. Print also GDK_WINDOW_STATE events.
12013         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
12014         
12015         * gtk/gtk.def
12016         * gtk/makefile.mingw.in: Update.
12017
12018         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
12019         to catch also Cygwin.
12020
12021 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
12022
12023         * gtk/gtkspinbutton.[hc]: added rc-style argument
12024         GtkSpinButton::shadow_type.
12025         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
12026         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
12027         rc-style settings.
12028
12029         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
12030
12031         * gtk/gtkwidget.c: quark cleanups.
12032
12033         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
12034         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
12035         to create_rc_style() (we don't do cloning in standard OO sense).
12036         added per rc style properties.
12037         
12038         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
12039         property values and for caching those. some cleanups.
12040         
12041         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
12042         
12043         * gtk/gtksettings.[hc]: new file for global rc-file properties
12044         (at least currently, should get extended to support X properties
12045         and other communication mechanisms).
12046         
12047         * gtk/gtkwidget.[hc]: added style property support:
12048         (gtk_widget_class_install_style_property_parser): install style
12049         property pspec with parser function for rc-file values other
12050         than LONG, DOUBLE or STRING.
12051         (gtk_widget_class_install_style_property): same as above without
12052         parser (parsers are going to be needed quite infrequently).
12053         (gtk_widget_style_get_property): retrive style property value.
12054         (gtk_widget_style_get_valist): same as above with varargs support,
12055         has NOCOPY semantics.
12056         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
12057
12058 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
12059
12060         * demos/gtk-demo/main.c (row_activated_cb): modified to use
12061         "row_activated" signal.
12062
12063         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
12064         stupidity.  Lets actually pass in the row with this signal...
12065
12066 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
12067
12068         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
12069
12070         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
12071
12072         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
12073         everything into the ::destroy function, and freed a lot more.
12074
12075 2001-03-16  Havoc Pennington  <hp@redhat.com>
12076
12077         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
12078         instead of gint16, to avoid overflow issues, since sizes > 16-bit
12079         are now allowed.
12080
12081 2001-03-16  Havoc Pennington  <hp@redhat.com>
12082
12083         * Applied patch from Nils Barth (bug # 51041) to 
12084         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
12085         in various places.
12086
12087 2001-03-15  Havoc Pennington  <hp@redhat.com>
12088         
12089         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
12090         for properties to set on the tag.
12091
12092         * gtk/testtext.c: fixups to reflect create_tag change
12093         
12094         * gtk/gtktexttag.c (gtk_text_tag_set_property):
12095         background/foreground stipple are objects, not boxed.
12096
12097         * demos/gtk-demo/textview.c: intellihancing
12098
12099 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
12100
12101         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
12102         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
12103
12104 2001-03-16  Alexander Larsson  <alexl@redhat.com>
12105
12106         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
12107         Fix sign error with queued region translations.
12108
12109 2001-03-15  HideToshi Tajima  <tajima@happy>
12110
12111         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
12112         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
12113         * gtk/gtkentry.c (update_im_cursor_location): 
12114         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
12115         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
12116         set_cursor_pos to set_cursor_location in GtkInputContext class
12117
12118 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
12119
12120         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
12121         the location of the cell relative to its area.
12122         * gtk/gtkcell*: modified for above change
12123         * gtk/gtktreeview.c: modified for above change.
12124
12125 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
12126
12127         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
12128          (gtk_tree_view_finalize): actually unref the model.  Thanks to
12129         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
12130
12131 2001-03-14  Havoc Pennington  <hp@redhat.com>
12132
12133         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
12134         
12135         * gtk/gtk.h: remove gtkdata.h
12136
12137         * gtk/Makefile.am: remove gtkdata
12138         
12139         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
12140         not "disconnect" on the adjustments.
12141         
12142         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
12143         GtkData
12144
12145         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
12146         not GtkData
12147
12148         * configure.in: handle case where X render exists, but Pango lacks
12149         Xft support.
12150
12151 2001-03-15 Alexander Larsson  <alexl@redhat.com>
12152
12153         * gtk/gtktoolbar.[ch]:
12154         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
12155         to add stock items to toolbars.
12156
12157         * gtk/Makefile.am:
12158         Remove ../gdk/gdkim.h from gdk_headers.
12159
12160 2001-03-15  Sven Neumann  <sven@gimp.org>
12161
12162         * gdk/gdkim.h: removed
12163         
12164         * gdk/gdkprivate.h
12165         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
12166
12167 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
12168
12169         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
12170         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
12171         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
12172         set_cursor_pos() virtual method
12173
12174         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
12175         (gtk_im_context_xim_set_cursor_pos): add implementation for
12176         set_cursor_pos() method
12177
12178         * gtk/gtkentry.c (recompute_idle_func): set current cursor
12179         position to input methods
12180
12181 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
12182
12183         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
12184         code a lot.
12185
12186         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
12187         g_mem_chunk.
12188         (_gtk_tree_data_list_alloc): use g_mem_chunk.
12189         (_gtk_tree_data_list_node_to_value): Fix to switch on
12190         G_TYPE_FUNDAMENTAL.
12191         (_gtk_tree_data_list_value_to_node): Fix to switch on
12192         G_TYPE_FUNDAMENTAL.
12193         (_gtk_tree_data_list_node_copy): Fix to switch on
12194         G_TYPE_FUNDAMENTAL.
12195
12196 2001-03-12  Havoc Pennington  <hp@redhat.com>
12197
12198         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
12199         to convert to new property API. Also, change default_width and
12200         default_height get_property to return 0 as the flag value for
12201         "unset"; -1 is not a valid value for these fields.
12202
12203 2001-03-12  Havoc Pennington  <hp@redhat.com>
12204
12205         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
12206         enum with registration for icon sizes, instead of strings.
12207
12208         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
12209         gtkwidget.c: Fix to reflect GtkIconSize
12210         
12211 2001-03-12  Alexander Larsson  <alexl@redhat.com>
12212
12213         Make GtkFB compile and link.
12214         
12215         * gdk/linux-fb/gdkdrawable-fb2.c:
12216         window->mapped to GDK_WINDOW_IS_MAPPED(). 
12217         
12218         * gdk/linux-fb/gdkwindow-fb.c:
12219         window->mapped to GDK_WINDOW_IS_MAPPED(). 
12220         Added gdk_window_shape_combine_region.
12221         Added assorted placeholders for unimplemented new GdkWindow API calls.
12222
12223 2001-03-12  Alexander Larsson  <alexl@redhat.com>
12224
12225         * gtk/gtkfilesel.c:
12226         Add more test when converting filenames from/to utf-8.
12227         Don't allow entering text in the filename entry which isn't allowed in
12228         a filename. Just beep instead.
12229
12230 2001-03-12  Alexander Larsson  <alexl@redhat.com>
12231
12232         * gtk/gtkclist.c:
12233         Scroll using gdk_window_scroll(). Don't wait for exposes.
12234         Move the column headers in an order that makes them flash less.
12235
12236 2001-03-10  Hans Breuer  <hans@breuer.org>
12237
12238         * gdk/gdk.def : updated
12239
12240         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
12241         to offseting the clip_mask at the right place
12242
12243         * gdk/win32/gdkwindow-win32.c : don't create background brushes
12244         for all the gdkClasses, especially not for the input_only case.
12245         Otherwise flickering wont be avoidable, because we don't get
12246         WM_ERASEBKGND message for these windows.
12247
12248         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
12249         and fixed massive redraw problems apparently triggered by Alexanders 
12250         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
12251         but it seems to work quite well :-)
12252
12253         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
12254         prototype
12255
12256 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
12257
12258         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
12259         (gtk_list_store_set_cell): Fix a stupid typo.
12260
12261 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
12262
12263         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
12264         select_all not work if you're in SINGLE mode (it doesn't make that
12265         much sense, anyway.)
12266
12267         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
12268         handle types more sanely.
12269         (_gtk_tree_data_list_value_to_node): handle types more sanely.
12270         (_gtk_tree_data_list_node_copy): handle types more sanely.
12271
12272         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
12273         GValue better. Converts the type as well.
12274
12275         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
12276         GValue better. Converts the type as well.
12277
12278 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
12279
12280         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
12281         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
12282         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
12283         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
12284
12285         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
12286         gdk_im/gdk_ic.
12287
12288 2001-03-09  Hans Breuer  <hans@breuer.org>
12289
12290         * gdk/gdk.def : updated
12291
12292         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
12293         for their palette
12294
12295         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
12296         removing
12297
12298         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
12299         removing and implemented Havoc's GdkWindow state functions; 
12300         stick/unstick only as no-op, cause I don't know how to emulate 
12301         on win32 ...
12302
12303         * gtk/gtk.def : updated
12304
12305         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
12306
12307         * gtk/gtktypeutils.c : #include <string.h>
12308
12309         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
12310
12311 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
12312
12313         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
12314         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
12315         not a boxed.
12316
12317 2001-03-09  Alexander Larsson  <alexl@redhat.com>
12318
12319         * docs/Changes-2.0.txt:
12320         Document expose event->region change and that gtk_widget_event
12321         doesn't allow passing expose events.
12322
12323         * gdk/gdkevents.h:
12324         Add region to expose event.
12325         
12326         * gdk/gdkevents.c:
12327         Handle event->region in gdk_event_copy() and gdk_event_free().
12328
12329         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
12330         Generate expose_event->region when creating expose events.
12331
12332         * gdk/x11/gdkevents-x11.c:
12333         Generate expose events with regions when translating X events.
12334
12335         * gtk/gtkcontainer.[ch]:
12336         Default expose handler that propagates expose events to NO_WINDOW
12337         children. New function gtk_container_propagate_expose()
12338
12339         * gtk/gtkwidget.[ch]:
12340         Moved gtk_widget_event implementation to gtk_widget_event_internal.
12341         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
12342         expose events. New function gtk_widget_send_expose() to send expose
12343         events. New function gtk_widget_region_intersect() to calculate
12344         window/region intersections.
12345         
12346         * gtk/gtkmain.c (gtk_main_do_event):
12347         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
12348         Use gtk_widget_send_expose() to send expose events.
12349         
12350         * gtk/gtkbin.c:
12351         * gtk/gtkbox.c:
12352         * gtk/gtkfixed.c:
12353         * gtk/gtkimagemenuitem.c:
12354         * gtk/gtklist.c:
12355         * gtk/gtkpacker.c:
12356         * gtk/gtktable.c:
12357         * gtk/gtktree.c:
12358         Remove expose handler, using the default container implementation
12359         instead.
12360         
12361         * gtk/gtkbutton.c:
12362         * gtk/gtkcheckbutton.c:
12363         * gtk/gtkeventbox.c:
12364         * gtk/gtkfixed.c:
12365         * gtk/gtkhandlebox.c:
12366         * gtk/gtklayout.c:
12367         * gtk/gtklistitem.c:
12368         * gtk/gtkmenu.c:
12369         * gtk/gtkmenubar.c:
12370         * gtk/gtkmenuitem.c:
12371         * gtk/gtknotebook.c:
12372         * gtk/gtkoptionmenu.c:
12373         * gtk/gtkpaned.c:
12374         * gtk/gtkscrolledwindow.c:
12375         * gtk/gtktogglebutton.c:
12376         * gtk/gtktoolbar.c:
12377         * gtk/gtktreeitem.c:
12378         * gtk/gtkviewport.c:
12379         Chain expose handler to parent class handler. Use
12380         gtk_container_propagate_expose() to propagate exposes.
12381
12382         * gtk/gtkclist.c (check_exposures):
12383         * gtk/gtktext.c (process_exposes):
12384         Use gtk_widget_send_expose instead of gtk_widget_event.
12385
12386 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
12387
12388         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
12389
12390 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
12391
12392         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
12393         unref the nodes.   Fixes bug #50058.
12394
12395         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
12396         "::ref_iter" to "::ref_node".
12397         (gtk_tree_model_unref_node): change "::unref_iter" to
12398         "::unref_node". Fixes bug #50064.
12399
12400 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
12401
12402         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
12403         support for invisible cells.
12404          (gtk_tree_view_bin_expose): ditto
12405
12406 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
12407
12408         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
12409         on gobjects.
12410
12411         * tests/testtreefocus.c (main): New test file.
12412
12413         * tests/testtreeview.c: update to latest glib changes.
12414
12415         * tests/testtreecolumns.c: update to latest glib changes.
12416
12417 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
12418
12419         * gtk/testgtk.c: re-enabled event watcher emission hooks.
12420
12421 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
12422
12423         * *.c: added accumulator data argument to g_signal_newc()
12424         functions.
12425
12426         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
12427         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
12428         * gtk/treestoretest.c (make_window):
12429         s/g_signal_connect/g_signal_connectc/.
12430
12431         * gtk/gtktextbuffer.c: completed signal arg fixups,
12432         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
12433
12434 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
12435
12436         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
12437         G_CONST_RETURN.
12438
12439         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
12440         ::hierarchy-changed signal when a widget changes
12441         from anchored to unanchored or vice versa.
12442         (anchored means 
12443          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
12444         Use a private flag to keep track of this efficiently.
12445
12446 2001-03-07  Havoc Pennington  <hp@redhat.com>
12447
12448         * gtk/testgtk.c (create_spins): uglify so that size request gets
12449         tested.
12450
12451         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
12452         request on values for upper/lower, completes #6152
12453
12454 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
12455
12456         * Makefile.am: Remove gtk-config-2.0 again.
12457         (Grrrr, pkg-config. And stops make loops.)
12458
12459 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
12460
12461         * gtk/gtksignal.[hc]: removed old emission hook API.
12462         
12463         * docs/Changes-2.0.txt: fixed sections.
12464         
12465         * gtk/gtktextbuffer.c: signal arg fixups.
12466
12467 2001-03-07  Havoc Pennington  <hp@redhat.com>
12468
12469         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
12470
12471         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
12472         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
12473         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
12474         validation and the redraw which is higher priority than the
12475         validation.
12476
12477 2001-03-07  Havoc Pennington  <hp@redhat.com>
12478
12479         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
12480         (gtk_entry_set_property): remove trailer
12481
12482         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
12483         (gtk_entry_get_width_chars): new functions, to set size request to 
12484         a given number of characters
12485
12486         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
12487
12488         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
12489         (gtk_dialog_get_has_separator): new function
12490         (run_delete_handler): fix to not emit "response" signal
12491         because we already did in the delete event handler installed
12492         at dialog creation time.
12493         
12494         * gtk/gtkdialog.h: add a has_separator property,
12495         add GTK_DIALOG_NO_SEPARATOR flag
12496
12497 2001-03-07  Havoc Pennington  <hp@redhat.com>
12498
12499         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
12500         off decorations for a window.
12501
12502         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
12503         changes
12504
12505         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
12506         to get location of PangoLayout inside the label, closes #51198
12507
12508         * gtk/testgtk.c (create_bbox): fix up button box usage
12509
12510         * gtk/testcalendar.c (create_calendar): fix up button box usage
12511
12512         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
12513
12514         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
12515
12516         * gtk/gtkhbbox.h: deprecations
12517
12518         * gtk/gtkvbbox.h: deprecations
12519
12520         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
12521         emulate deprecated gtk_button_box_get_spacing
12522
12523         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
12524         the "set global default" functions
12525         (struct _GtkButtonBox): remove "spacing" field, use the one from 
12526         GtkBox base class
12527
12528         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
12529
12530         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
12531         render the icon, return the missing image icon.
12532
12533         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
12534         image icon if the load fails.   
12535
12536         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
12537         when no image is found; should be the Netscape "missing image"
12538         icon eventually but for now is a random image
12539
12540         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
12541         role for the session manager
12542
12543         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
12544
12545         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
12546         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
12547
12548         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
12549
12550 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
12551
12552         * gtk/*.c: marshaller fixes.
12553         
12554         * gtk/gtkmarshal.list: extreme cleanup.
12555
12556         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
12557         param spec for now.
12558
12559         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
12560         where appliable.
12561
12562         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
12563         special cased autogenerated boxed types from gtktypebuiltins_ids.c
12564         which are not reference counted:
12565         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
12566         PangoFontDescription, GtkTreeIter and GtkTreePath.
12567
12568 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
12569
12570         * gtk/gtktreeselection.h: 
12571         * gtk/gtktreemodel.c:
12572         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
12573         file should be included directly, and gobject/gmarshal.h
12574         as well as gtk/gtkmarshal.h even can't be included directly.
12575
12576         * Makefile.am: grr, install gtk-config-2.0.
12577
12578         * gtk/testgtk.c:
12579         * gtk/simple.c:
12580         * gtk/gtkmenu.c:
12581         * gtk/gtkitemfactory.c: use g_object_connect() instead of
12582         passing "*signal*::*" args to gtk_widget_set().
12583         
12584         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
12585         
12586         * gtk/*.c: removed trailer arg from property setters and getters.
12587         macro fixups.
12588
12589 2001-03-07  Alexander Larsson  <alexl@redhat.com>
12590
12591         * gtk/gtklabel.c (set_markup): Removed warning
12592
12593 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
12594
12595         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
12596         field to allow you to hide cell renderers.
12597
12598         * gtk/gtkcellrenderer.c: Add support for invisible cells.
12599
12600         * gtk/gtktreeview.c: Add support for invisible cells.
12601
12602 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
12603
12604         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
12605         Add "clicked" signal back to columns.
12606
12607         * ChangeLog: remove conflict markers.
12608
12609 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
12610
12611         * gtk/gtkbutton.c: Add animation of activation by, on 
12612         activate, pressing the button, and adding a timeout that 
12613         releases the button after 250ms or on key release and
12614         emits ::clicked. (#51501)
12615
12616         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
12617         action area, we connect to ::clicked instead of ::activate
12618         so the dialog stays up through the animation.
12619
12620 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
12621
12622         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
12623         check the ignore_enter flag for the menu shell that
12624         the item is actually a child of, not for attached
12625         submenus. (#51536)
12626
12627 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
12628
12629         * gtk/gtkmain.c (gtk_propagate_event): Only do special
12630         special key-press grab handling for widgets within
12631         GtkWindows. Otherwise, fall through to normal case.
12632
12633         This prevents key events being sent twice to GtkInvisible
12634         widgets, which can cause all sorts of mischief.
12635
12636 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
12637
12638         * gtk/gtkmain.c (gtk_propagate_event): When a grab
12639         widget is in effect, give the grab widget a first
12640         crack at KEY_PRESS/RELEASE events. (#424)
12641
12642 2001-03-06  James Henstridge  <james@daa.com.au>
12643
12644         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
12645         offset for the window_state_event to point at window_state_event
12646         rather than no_expose_event.
12647
12648 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
12649
12650         * gtk/gtkimmodule.h: fix busted /* comment */
12651
12652 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
12653
12654         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
12655         object properties.
12656
12657 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
12658
12659         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
12660         add object properties.
12661
12662         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
12663         to add object properties.
12664
12665         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
12666         object properties.
12667
12668         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
12669         add object properties.
12670
12671         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
12672         object properties.
12673
12674 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
12675
12676         * gtk/gtktreemodel.c: renamed "child_toggled" to
12677         "has_child_toggled".
12678
12679         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
12680         handle new signal name.
12681
12682         * gtk/gtktreestore.c: Updated to handle new signal name.
12683         * gtk/gtklisttore.c: Updated to handle new signal name.
12684         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
12685
12686 2001-03-05  Alexander Larsson  <alexl@redhat.com>
12687
12688         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
12689         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
12690
12691 2001-03-05  Michael Natterer  <mitch@gimp.org>
12692
12693         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
12694         pixbuf-engine coincidentially also failed to make one of it's
12695         parent_class pointers static, causing overwriting of GtkLabel's
12696         parent_class pointer in pixbuf_style_class_init().
12697         (Will commit the fix to the pixbuf-engine too).
12698
12699 2001-03-05  Alexander Larsson  <alexl@redhat.com>
12700
12701         * gdk/gdkwindow.h:
12702         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
12703         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
12704         gdk_window_set_icon_list for net wmspec functionality.
12705
12706         * gdk/x11/gdkwindow-x11.c:
12707         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
12708         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
12709         gdk_window_set_icon_list.
12710         Added gdk_wmspec_change_state helper function and used it in the code.
12711         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
12712
12713         * gtk/gtkdialog.c (gtk_dialog_init):
12714         Set GDK_WINDOW_TYPE_HINT_DIALOG.
12715
12716         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
12717         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
12718
12719         * gtk/gtkwindow.c:
12720         new function gtk_window_set_type_hint.
12721         On realize, set type hint and modal hint.
12722
12723         * gtk/gtkwindow.h:
12724         Added type_hint field and gtk_window_set_type_hint.
12725
12726 2001-03-05  Alexander Larsson  <alexl@redhat.com>
12727
12728         * gtk/gtklabel.[ch]:
12729         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
12730         New function gtk_label_get_accel_keyval () to get the underline accelerator
12731         of the label. Setting the label pattern overrides other attributes.
12732
12733 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
12734
12735         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
12736         Added missing initializers to gtk_rc_style_init().
12737
12738 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
12739
12740         * gtk/gtktextview.c: fixed bug #51097 about setting 
12741         gtk_text_view_set_border_window_size() if the widget is 
12742         already realized.
12743
12744 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
12745
12746         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
12747
12748         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
12749         comment. Won't do to have duplicated doc comments between
12750         the platform subdirs.
12751
12752 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
12753
12754         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
12755           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
12756
12757         Detectable auto-repeat - make a repeating key generate
12758         press/press/press/release instead of press/release pairs.
12759
12760         If we have Xkb and XkbSetDectableAutoRepeat supports
12761         that, we do it that way. Otherwise, when we get
12762         a release event, we check ahead with XPending to see
12763         if the next key is a KeyPress with the same keycode
12764         and timestamp. (Not 100% reliable, but pretty close.)
12765           
12766 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
12767         
12768         * gtk/gtkmain.c (gtk_propagate_event): Only do special
12769         special key-press grab handling for widgets within
12770         GtkWindows. Otherwise, fall through to normal case.
12771  
12772         This prevents key events being sent twice to GtkInvisible
12773         widgets, which can cause all sorts of mischief.
12774  
12775 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
12776  
12777         * gtk/gtkmain.c (gtk_propagate_event): When a grab
12778         widget is in effect, give the grab widget a first
12779         crack at KEY_PRESS/RELEASE events. (#424)
12780  
12781 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
12782
12783         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
12784         to extend the selection. (Roughly based on patch
12785         from Jay Cox, #50939)
12786
12787         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
12788         to properly handle previous GDK_BUTTON_PRESS. 
12789         (Patch from Jay Cox, #50938)
12790
12791         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
12792         '\0' back along with the deleted text. (#51148)
12793
12794 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
12795
12796         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
12797         the group when extracting it from the X keyboard event.
12798
12799         * modules/input/Makefile.am modules/input/imipa.c: 
12800         Simple module for entering IPA. (Do we need a 
12801         gtk-stupid-input-tricks CVS module?)
12802
12803 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
12804
12805         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
12806         const.
12807
12808         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
12809
12810         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
12811         is no focus widget for the dialog currently, grab the focus as well
12812         as the default.
12813
12814         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
12815         the action area's children to iterate through, not the
12816         dialog's children.
12817
12818 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
12819
12820         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
12821         Add plug-socket tests. (Won't work worth a darn until I commit
12822         the rest of the plug-socket changes, but no reason these
12823         can't go into CVS now.)
12824
12825 2001-03-02  Havoc Pennington  <hp@redhat.com>
12826
12827         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
12828         _gdk_region_get_xrectangles()
12829
12830         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
12831
12832         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
12833
12834         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
12835         function, contributed by Ron Steinke    
12836
12837         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
12838         gdk_net_wm_supports
12839
12840         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
12841         New function, contributed by Ron Steinke
12842
12843         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
12844         used to line up the text in the entry when using the entry for
12845         editable sheet cell hacks
12846
12847         * gtk/testgtk.c (create_entry): test the activate_default setting
12848         on GtkEntry
12849
12850         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
12851         cause the entry to activate the default button for a dialog when 
12852         activated
12853         (gtk_entry_get_activates_default): new function
12854
12855 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
12856
12857         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
12858         Hwang to move call to sync_selection() up a few lines
12859         to before the row list is modified, to fix crash when
12860         removing rows in the undo_selection list.
12861
12862         (Test case provided by Daniel Elstner:
12863
12864         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
12865
12866 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
12867
12868         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
12869         of tree->root_tree in parent_set rather than _map(), 
12870         fixing #50892 in a bit better manner.
12871
12872 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
12873
12874         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
12875
12876 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
12877
12878         * gtk/gtkstyle.c : Remove duplicate fwd decl for
12879         gtk_default_draw_shadow.
12880
12881 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
12882
12883         * gdk/gdkimage.c (gdk_image_new): Remove excess 
12884         warning, make warnings more verbose, treat a error
12885         in shmat as permanent, and don't try again.
12886         (#51163, Ed Randall.)
12887
12888 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
12889
12890         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
12891         delay for the first click before starting to scroll.
12892         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
12893
12894         * gtk/gtktext.c: GtkText should have I-beam cursor. 
12895         (based on gtk-enf-990513-1.patch, Eric Fisher.)
12896
12897 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
12898
12899         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
12900         cleanup to remove some references to unused
12901         ->xoffset, ->yoffset.
12902
12903 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
12904
12905         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
12906         mask. (#51039, fix from Martin Maierhofer)
12907
12908 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
12909
12910         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
12911         for unshifted + and shifted = for non-us keyboards.
12912         Make <Control>+ and <Control>- work as well as 
12913         <Control>KP_Plus, <Control>KP_Minus for recursive
12914         open/close.  (#2682, René Seindal)
12915
12916 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
12917
12918         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
12919         the active menu item before deactivating the menu,
12920         so gtk_menu_popdown doesn't change the history. (#50964)
12921         
12922 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
12923
12924         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
12925         draw lines with text_gc rather than black_gc.
12926         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
12927
12928 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
12929
12930         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
12931         Move handling of buttons fully in gtktreeviewcolumn.  This code is
12932         less interrelated then it was, but it still requires the
12933         GtkTreeView to map it.
12934
12935         * test/testtreecolumn.c: Now I can add a column to one view,
12936         remove it, add it to the another view, remove it, then re-add it
12937         to the first.  Nifty.
12938
12939 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
12940
12941         * docs/tutorial/gtk-tut.sgml: Minor corrections
12942
12943 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
12944
12945         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
12946         GtkRowReference.
12947
12948 2001-02-28  Havoc Pennington  <hp@redhat.com>
12949
12950         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
12951         draw_default
12952         (gtk_widget_draw_focus): remove this function; we could instead
12953         make it just gtk_widget_draw(), but in most cases I think the
12954         result would be broken user code, so think it's better to have
12955         that code not compile and get fixed
12956         (gtk_widget_draw_default): ditto
12957
12958         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
12959         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
12960         
12961         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
12962         widgets lose/get the default, instead of calling draw_default
12963         
12964         * docs/Changes-2.0.txt: note about all this
12965
12966         Then fixed every widget in GTK, I won't list all the filenames.
12967
12968 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
12969
12970         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
12971         _gtk_tree_row_reference_deleted.
12972         (inserted_callback): Proxy out to
12973         _gtk_tree_row_reference_inserted.
12974         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
12975         get around signal emission ordering problem.
12976
12977         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
12978         fix to work with SINGLE 
12979         (_gtk_tree_selection_internal_select_node): Major sanitization on
12980         selections.  SINGLE now seems to work.
12981
12982         * tests/Makefile.am: add testtreecolumn.c:
12983
12984         * tests/testtreecolumn.c: New test.  Mostly points out selection
12985         bugs currently, but will test columns later.
12986
12987         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
12988         selection bug.  I hate touching this code -- it's scary.
12989
12990 2001-02-26  Havoc Pennington  <hp@redhat.com>
12991
12992         * gtk/testgtk.c: test the window state stuff
12993
12994         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
12995         window come to the user's attention as if it were just created
12996         (gtk_window_iconify): new function
12997         (gtk_window_deiconify): new function
12998         (gtk_window_stick): new function
12999         (gtk_window_unstick): new function
13000         (gtk_window_maximize): new function
13001         (gtk_window_unmaximize): new function
13002
13003         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
13004
13005         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
13006
13007         * gdk/x11/gdkevents-x11.c: create window state events when
13008         appropriate
13009         (gdk_wmspec_supported): new function
13010
13011         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
13012         iconification before showing the window
13013         (gdk_window_deiconify): new function
13014         (gdk_window_stick): new function
13015         (gdk_window_unstick): new function
13016         (gdk_window_maximize): new function
13017         (gdk_window_unmaximize): new function
13018
13019         * gdk/gdkwindow.c: store the window state in the window; 
13020         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
13021         window->mapped.
13022         (gdk_window_get_state): return the current window state
13023
13024         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
13025         (gdk_event_get_state): handle GDK_WINDOW_STATE
13026         (gdk_synthesize_window_state): function to create the window state
13027         events
13028
13029         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
13030         event, for changes to "window state" such as maximized, sticky, 
13031         etc.
13032         
13033         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
13034         focuses a window
13035
13036         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
13037         finds out if we support a given WM spec hint
13038
13039 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
13040
13041         * docs/faq/gtk-faq.sgml: New question re memory leaks.
13042
13043 2001-02-25  Hans Breuer  <hans@breuer.org>
13044
13045         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
13046         cause we want to loose those prototypes only in the latter case
13047
13048         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
13049         GdkPixmapImplWin32 because it itsn't derived from it. Use the
13050         impl member variable instead
13051
13052         * gtk/gtk.def : updated
13053
13054         * gtk/gtklist.c : 
13055         * gtk/gtkmenus.c : include <string.h> for memset ()
13056
13057         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
13058         for everthing built here, but for gtk-x.x.dll only. This solves
13059         problem of indifferent gtk type definitions
13060
13061 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
13062
13063         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
13064
13065 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
13066
13067         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
13068         column that is exposed.
13069
13070         (_gtk_tree_view_update_size): Changed name from set_size, and
13071         changed function to do more work, and not force people calling it
13072         to figure out the size.  Simplifies a lot of code elsewhere.
13073
13074 2001-02-23  Alexander Larsson  <alexl@redhat.com>
13075
13076         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
13077         return solid masks for xpms that have no transparent color.
13078         This makes the ..._create_from_xpm... API backwards
13079         compatible.
13080
13081 2001-02-23  Tor Lillqvist  <tml@iki.fi>
13082
13083         * README.win32: Update. Mention the gtk-1-3-win32-production
13084         branch.
13085
13086         * gdk/win32/bdfcursor.c: New file. A program that generates
13087         xcursors.h. Thanks to Stefan Ondrejicka.
13088
13089         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
13090         compact format.
13091
13092         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
13093
13094         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
13095         function, uses xcursors.h.
13096         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
13097         cursor from inline data instead of using LoadCursor() to generate
13098         it from a resource.
13099
13100         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
13101         event, must check the Windows message for mouse button state, as
13102         the GDK event state might not have been built if it is
13103         undelivered. Remove one goto.
13104
13105         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
13106         SetCursor() if the current cursor as returned by GetCursor() is
13107         the window's previous cursor. The ChildWindowFromPoint() test
13108         apparently didn't work correctly.
13109
13110         * gdk/win32/rc/*.cur: Remove.
13111
13112         * gdk/win32/rc/gdk.rc.in: Remove cursors.
13113
13114         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
13115
13116         * gtk/makefile.{mingw,msc}.in: Updates.
13117
13118 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
13119
13120         * gtk/gtktreemodel.h: add functions for signal emission.
13121
13122         * gtk/gtktreestore.c: move to use above functions instead of
13123         g_signal_emit.
13124
13125         * gtk/gtkliststore.c: ditto
13126
13127 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
13128
13129         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
13130         GObject instead of GtkObject.
13131
13132         * gtk/gtkliststore.c: ditto.
13133
13134         * gtk/gtktreemodelsort.c: ditto.
13135
13136         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
13137         GtkTreeModelIface, instead of in each model.
13138
13139 2001-02-21  Havoc Pennington  <hp@redhat.com>
13140
13141         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
13142         unbreak this function
13143
13144         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
13145         properties
13146
13147         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
13148         properties
13149
13150         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
13151         properties
13152
13153         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
13154         mean unset the max length
13155
13156 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
13157
13158         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
13159         Changed name to be set_cell_data_func to make it clear what
13160         the functino does.  Close bug #51069.
13161
13162 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
13163
13164         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
13165         have memory actually freed.  Keeps box running longer.
13166
13167 2001-02-21  Alexander Larsson  <alexl@redhat.com>
13168         
13169         * gtk/gtkseparatormenuitem.[ch]:
13170         Added new menu separator item. The drawing and size handling
13171         is still done in GtkMenuItem, but the API is a bit more sane.
13172         
13173         * gtk/Makefile.am:
13174         Add gtkseparatormenuitem.[ch].
13175
13176         * gtk/gtk.h:
13177         Add gtkseparatormenuitem.h.
13178         
13179         * gtk/gtkentry.c:
13180         * gtk/gtkmenufactory.c:
13181         * gtk/gtktextview.c:
13182         Use the new API for menu separators.
13183         
13184         * demos/gtk-demo/menus.c (create_menu):
13185         Add some GtkSeparatorMenuItem demo code.
13186
13187 2001-02-20  Havoc Pennington  <hp@redhat.com>
13188
13189         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
13190         Lee Mallabone
13191
13192         * gtk/gtkarrow.c: Convert to new property API, patch from 
13193         Lee Mallabone
13194
13195 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
13196
13197         * tests/testtreeview.c (toggled_callback): fix to reflect change
13198         in GtkTreeModelStore.
13199
13200 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
13201
13202         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
13203         function to create an icon set from a pixbuf.
13204
13205 2001-02-20  Alexander Larsson  <alexl@redhat.com>
13206
13207         * gtk/gtkcellrenderertext.[ch]:
13208         Add a "markup" property.
13209
13210         * gtk/treestoretest.c:
13211         Use the markup property, remove some leftover stuff from
13212         GtkTreeModelMapping.
13213
13214 2001-02-20  Alexander Larsson  <alexl@redhat.com>
13215
13216         * gtk/gtklabel.c (gtk_label_set_selectable):
13217         Queue a redraw if the selectable setting was changed.
13218
13219 2001-02-20  Alexander Larsson  <alexl@redhat.com>
13220
13221         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
13222         Actually copy the whole gc, not just the public parts.
13223         
13224         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
13225         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
13226         labels.
13227
13228 2001-02-19  Havoc Pennington  <hp@pobox.com>
13229
13230         * gdk/gdkwindow.c: docs
13231
13232         * gdk/gdkrgb.c: docs
13233
13234         * gdk/gdkregion-generic.c: docs
13235
13236         * gdk/gdkgc.c (gdk_gc_set_values): docs
13237
13238         * gdk/gdkdraw.c: docs
13239
13240         * gdk/gdkdrawable.h: deprecate drawable get/set data
13241
13242 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
13243
13244         * demos/gtk-demo/dialog.c: Add simple new demo.
13245
13246 2001-02-19  Havoc Pennington  <hp@redhat.com>
13247
13248         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
13249         insert_child_anchor signal, bug #50245
13250
13251         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
13252         from create_child_anchor, so the anchor is passed in
13253
13254         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
13255         (_gtk_widget_segment_new): have the child anchor object passed in, 
13256         instead of creating it.
13257
13258         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
13259         to gtk_text_buffer_get_modified
13260
13261 2001-02-19  Havoc Pennington  <hp@redhat.com>
13262
13263         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
13264         changed GLib without fixing GTK
13265
13266         * gtk/gtkrange.h: Rename all the stupid implementation detail 
13267         functions to have an underscore in front. Most of them should 
13268         probably just go away, but for starters don't export them.
13269         Bug #50482
13270
13271 2001-02-19  Havoc Pennington  <hp@redhat.com>
13272
13273         * gdk/gdkcolor.h: test was backward, so deprecated functions were
13274         excluded by default
13275
13276         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
13277         clean up the old code a bit
13278
13279         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
13280         inconsistent state
13281
13282         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
13283         draw inconsistent state
13284
13285         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
13286         (create_menu): add inconsistent test
13287
13288         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
13289         new function
13290         (gtk_check_menu_item_get_inconsistent): new function
13291         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
13292         state (using etched in for now)
13293
13294         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
13295         draw inconsistent state
13296
13297         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
13298         function, used when the user has selected a range of stuff in
13299         different states
13300         (gtk_toggle_button_get_inconsistent): accessor for that
13301         (gtk_toggle_button_paint): draw inconsistent state (etched in?
13302         don't know what else to do)
13303
13304 2001-02-19  Hans Breuer <hans@breuer.org>
13305
13306         * gtk/gtk.def : updated exported symbols
13307
13308         * gtk/makefile.msc.in : updated
13309
13310         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
13311         a colormap, when invoked from testgtk::entry. I'm not sure where
13312         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
13313         avoids immediate crashing ...
13314
13315         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
13316         any objections ?
13317
13318         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
13319         0 parameter. At least msvc doesn't like macros with var args. 
13320         I simply removed the extra 0, was it a feature or a typo ?
13321
13322         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
13323         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
13324         because the value assignment to the internal struct wasn't working.
13325         I'm not absolutely sure. The problem could have been resolved by
13326         changing the "func" declartion in the struct, but was the pointer
13327         to the function pointer intended ?
13328
13329         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
13330
13331         * gdk/gdk.def : updated exported symbols
13332
13333         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
13334         only use SetDIBitsToDevice if there is a palette at the drawable
13335         and the image is GDK_VISUAL_PSEUDO_COLOR
13336
13337         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
13338
13339         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
13340
13341         * gdk/*/makefile.msc : updated
13342
13343 2001-02-19  Havoc Pennington  <hp@redhat.com>
13344
13345         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
13346         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
13347
13348         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
13349         (gdk_key_repeat_restore): nuke
13350
13351         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
13352         (gdk_init_check): no atexit func
13353
13354         * gdk/gdkrgb.h: mark some stuff deprecated
13355
13356         * gdk/gdkcolor.h: mark some stuff deprecated
13357         
13358         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
13359
13360         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
13361
13362 2001-02-16  Havoc Pennington  <hp@redhat.com>
13363
13364         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
13365         scroll steps.
13366
13367         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
13368         steps, and add Ctrl-arrow shortcuts for paging visually as with
13369         HScale, since Page Up and Page Down move logically.
13370
13371         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
13372         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
13373         
13374         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
13375         steps
13376         (gtk_range_scroll): handle the visual steps
13377
13378         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
13379         scroll steps
13380
13381         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
13382         steps, not the logical ones.
13383
13384         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
13385         (scroll_vertical): handle up/down steps
13386
13387 2001-02-19 Alexander Larsson  <alexl@redhat.com>
13388
13389         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
13390         Copy data and free data with free().
13391
13392         * gdk-pixbuf/gdk-pixbuf.c:
13393         * gdk-pixbuf/io-jpeg.c:
13394         * gdk-pixbuf/io-png.c:
13395         Use g_try_malloc/g_free instead malloc/free.
13396         
13397         * gdk-pixbuf/test-gdk-pixbuf.c:
13398         Must... initialize... gobject...
13399         
13400         * gdk-pixbuf/pixops/timescale.c:
13401         * gtk/gtkcalendar.c:
13402         Use g_malloc instead of malloc.
13403         
13404 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
13405
13406         * gtk/testgtkrc:
13407         Comment out property assignments, these don't work yet.
13408
13409 2001-02-17  Havoc Pennington  <hp@pobox.com>
13410
13411         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
13412         bit.
13413
13414 2001-02-17  Havoc Pennington  <hp@pobox.com>
13415
13416         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
13417         shadowed variables that had broken size request in some cases,
13418         leading to bogus tooltips (#50996)
13419
13420 2001-02-06  Jon K Hellan  <hellan@acm.org>
13421
13422         Implement fast browsing of tooltips, bug #50619
13423         
13424         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
13425         and last_popdown
13426         
13427         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
13428         use_sticky_delay and last_popdown.
13429         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
13430         time of popdown.
13431         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
13432         is NULL.
13433         (gtk_tooltips_recently_shown): New static function.  Return true
13434         if < sticky_delay has elapsed since last popdown.
13435         (gtk_tooltips_event_handler): Display window after sticky_delay
13436         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
13437         since last popdown.
13438         
13439 2001-02-17  Havoc Pennington  <hp@pobox.com>
13440
13441         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
13442         instead of (). #6394
13443
13444         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
13445         G_CONST_RETURN, make it return by reference, #50473
13446         
13447 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
13448
13449         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
13450         generated ENTER_NOTIFY event with 0, otherwise not explicitely
13451         setup fields contain garbage (e.g. subwindow, breaking
13452         gdk_drawable_ref() upon event copy).
13453         (gtk_menu_stop_navigating_submenu_cb): same here.
13454
13455         * gtk/gtklist.c (gtk_list_vertical_timeout): 
13456         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
13457         * gtk/gtkclist.c (vertical_timeout): 
13458         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
13459         default-zero-intialization for unions to memset(,0,), as unions are
13460         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
13461         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
13462
13463         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
13464         g_closure_sink() warning.
13465
13466         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
13467         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
13468         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
13469         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
13470         
13471 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
13472
13473         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
13474         gtk_*_store_get, and moved to GtkTreeModel.
13475
13476         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
13477
13478         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
13479
13480         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
13481
13482         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
13483         set the func.
13484
13485         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
13486         freeze/thaw notify between setting all the properties for a cell.
13487
13488         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
13489
13490 2001-02-15  Havoc Pennington  <hp@redhat.com>
13491
13492         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
13493         the X coordinates so they're with respect to the line, rather than 
13494         with respect to the layout.
13495
13496         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
13497         Mallabone
13498
13499         * gtk/testgtk.c (create_range_controls): add vscale tests, 
13500         and inverted test
13501
13502         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
13503         #50806
13504
13505         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
13506
13507         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
13508         gtk_text_iter_is_end
13509
13510         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
13511         rename gtk_text_buffer_get_end_iter
13512
13513         * gtk/testgtk.c (create_labels): Add test for selectable
13514
13515         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
13516         the selection stuff. This code is kind of broken since it doesn't 
13517         use the theme engine.
13518
13519         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
13520         fix infinite loop and y offset problem
13521         (gdk_draw_layout_line_with_colors): fix foreground color handling
13522
13523         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
13524         that makes the label selectable.
13525         
13526         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
13527         layout when the style is set, since fonts etc. could have changed.      
13528
13529 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
13530
13531         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
13532
13533         * gtk/gtktreemodelsimple.[ch]: removed.
13534
13535 2001-02-16  Alexander Larsson  <alexl@redhat.com>
13536
13537         * gtk/gtktreemodelmapping.[ch]:
13538         New files. Implement GtkTreeModelMapping.
13539         
13540         * gtk/Makefile.am:
13541         Add gtktreemodelmapping.[ch].
13542         
13543         * gtk/gtk.h:
13544         Add gtktreemodelmapping.h
13545
13546         * gtk/treestoretest.c:
13547         Test the GtkTreeModelMapping
13548
13549 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
13550
13551         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
13552         have a demo, we might as well pass in real values.  Thanks to
13553         clahey for pointing this out.
13554
13555 2001-02-14  Havoc Pennington  <hp@pobox.com>
13556
13557         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
13558         "static" to a private function
13559         (gtk_image_menu_item_class_init): remove destroy handler,
13560         add "image" object property
13561
13562 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
13563
13564         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
13565         Add a shortcut if the window and the current clip_region doesn't
13566         overlap. This is needed when there are a lot of windows in a
13567         window. The layout test in testgtk is a good test.
13568
13569         * gdk/linux-fb/gdkwindow-fb.c:
13570         Whitespace fix.
13571
13572 2001-02-13  Sven Neumann  <sven@convergence.de>
13573
13574         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
13575
13576 2001-02-13  Alexander Larsson  <alexl@redhat.com>
13577
13578         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
13579         Don't reference last_cursor if it is null. Fixes crash when rotating
13580         the screen before having moved the mouse.
13581
13582         * gdk/linux-fb/gdkcc-fb.c: Zapp!
13583
13584         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
13585
13586         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
13587         when using 90 or 270 degrees rotation.
13588
13589 2001-02-12  Havoc Pennington  <hp@pobox.com>
13590
13591         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
13592         it always set the foreground, even if we were only using
13593         a stipple.
13594         (gdk_draw_layout_line_with_colors): new function, allow
13595         override colors
13596         (gdk_draw_layout_with_colors): new function, allow override
13597         colors
13598         (gdk_pango_layout_line_get_clip_region): function to get the clip
13599         region for a logical text range
13600         (gdk_pango_layout_get_clip_region): get the clip region for a
13601         logical text range
13602
13603         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
13604         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
13605         the right number of arguments.
13606
13607         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
13608         enhance the function to check that node data corresponds to a 
13609         view still belonging to the tree.
13610
13611         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
13612         GtkTreePath
13613         (gtk_tree_view_inserted): ditto
13614         (gtk_tree_view_child_toggled): ditto
13615
13616         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
13617         simplify this code.
13618
13619         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
13620         a PangoAttrList
13621
13622         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
13623
13624         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
13625
13626         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
13627         size in the size request 
13628         (gtk_menu_bar_size_allocate): consider toggle size here
13629
13630         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
13631         that displays a widget in the toggle slot
13632
13633         * gtk/testgtk.c: test GtkImageMenuItem
13634
13635         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
13636         
13637         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
13638         request and allocation
13639
13640         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
13641
13642         * gtk/gtkcheckmenuitem.c
13643         (gtk_check_menu_item_toggle_size_request): ditto
13644         
13645 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
13646
13647         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
13648         reference.
13649
13650         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
13651         and refuse to initialize GTK+ if they fail.
13652
13653 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
13654
13655         * configure.in: Add check for gtk-doc version.
13656
13657 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
13658
13659         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
13660         where the xpad/ypad was only being used on one side!
13661
13662 2001-02-11  Tor Lillqvist  <tml@iki.fi>
13663
13664         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
13665         function, copied from X11 version.
13666
13667         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
13668         DestroyCursor failures. The reason for the problem (despite the
13669         inconsistent messages from GetLastError()) was that
13670         DestroyCursor() cannot be called while a cursor is set in a
13671         window. Set the new cursor first and then destroy the old one.
13672         Thanks to jpe@archaeopteryx.com.
13673
13674         * gdk/win32/gdkcc-win32.c: Remove.
13675
13676         * gdk/win32/Makefile.am: Remove from here, too.
13677         
13678         * gdk/gdk.def
13679         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
13680
13681         * gtk/gtk.def
13682         * gtk/makefile.mingw.in: Updates.
13683
13684 2001-02-08  Havoc Pennington  <hp@redhat.com>
13685
13686         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
13687         add a widget to a bin that already has a child.
13688
13689         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
13690
13691         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
13692         
13693         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
13694
13695         * gdk/gdk.h: remove gdkcc.h
13696
13697         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
13698
13699         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
13700         GdkPixbuf, since the previous implementation was GdkColorContext
13701         dependent.
13702
13703         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
13704         
13705 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
13706
13707         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
13708         a sane value!
13709
13710 2001-02-08  Havoc Pennington  <hp@redhat.com>
13711
13712         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
13713         lighten them.
13714
13715 2001-02-08  Havoc Pennington  <hp@redhat.com>
13716
13717         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
13718         validation idle
13719
13720         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
13721         cell renderer
13722
13723         * demos/pixbuf-demo.c (timeout): remove deprecated
13724         gtk_widget_draw
13725
13726         * demos/testpixbuf-save.c (main): remove deprecated
13727         gtk_drawing_area_size
13728
13729         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
13730         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
13731         at the start of the allocation.
13732         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
13733         unsetup or NULL model.
13734
13735         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
13736         even/odd/sorted cells in the tree view.
13737
13738         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
13739         bugfixes
13740
13741         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
13742         backgrounds with draw_flat_box using different detail for even/odd
13743         rows.
13744
13745         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
13746         row, so we can draw the alternating colors thing
13747
13748         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
13749         property from a synonym property, notify for the synonym.
13750         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
13751         (gtk_text_tag_get_property): Always return the font, even if
13752         all its fields aren't set
13753
13754         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
13755         store the attr list; it leaves us with no way to change attributes
13756         in _render according to the render flags, and no way to implement
13757         get_property. Instead store all the specific text attributes. 
13758         Separate whether an attribute is enabled from its value. Sync all
13759         properties with GtkTextTag, make them all consistent, etc.
13760
13761         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
13762         renderers can highlight the sort row/column     
13763
13764         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
13765         accessor functions to get values; this has the side effect of
13766         showing up which accessor functions were missing. Added those.
13767
13768         * gtk/gtktreeviewcolumn.h: Replace set_justification with
13769         set_alignment, to be consistent with GtkLabel, GtkMisc
13770
13771         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
13772         arrow.
13773
13774         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
13775
13776         * gtk/gtktreesortable.h: updates in here
13777
13778 2001-02-07  Sven Neumann  <sven@convergence.de>
13779
13780         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
13781         pango dimensions after painting the background. We used to draw
13782         gigantic flat boxes here.
13783
13784 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
13785
13786         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
13787         error introduced with earlier commit) (pointed out by
13788         Ollie Lho)
13789
13790 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
13791
13792         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
13793         which are no longer necessary.
13794
13795 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
13796
13797         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
13798
13799 2001-02-04  Tor Lillqvist  <tml@iki.fi>
13800
13801         * gdk/gdk.def
13802         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
13803         Provide dummy implementations.
13804
13805 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
13806
13807         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
13808
13809         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
13810         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
13811         deprecated this function.
13812
13813         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
13814         argument.
13815
13816 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
13817
13818         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
13819
13820 2001-02-03  Havoc Pennington  <hp@pobox.com>
13821
13822         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
13823         Mikael Hermansson with patch from Mikael (if there was a toggle
13824         start one after the first character in the range, this function
13825         was broken). Bug #50380
13826
13827 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
13828
13829         * configure.in: Remove confusing comment about X11.
13830
13831 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
13832
13833         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
13834         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
13835         
13836 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
13837
13838         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
13839         it breaks things on BSD. If you want to compile GTK+ with
13840         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
13841         when configuring, since GTK+ simply can't be "pure ANSI" 
13842         in the header files it uses. (#8170, Greg Hudson)
13843
13844 2001-02-02  Havoc Pennington  <hp@redhat.com>
13845
13846         * gtk/gtkwindow.c: docs
13847
13848         * gtk/gtkwidget.c: docs
13849         (gtk_widget_set_colormap): add a reference to the colormap
13850         (gtk_widget_get_default_colormap): add a reference to the colormap
13851
13852         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
13853
13854         * gtk/gtktextiter.c: docs
13855
13856         * gtk/gtkmain.c (gtk_propagate_event): docs
13857
13858         * gtk/gtkpaned.c (gtk_paned_get_position): docs
13859         (gtk_paned_set_position): docs
13860
13861         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
13862         sort interface, no implementation yet.
13863
13864         * demos/testpixbuf.c (new_testrgb_window): replace
13865         gtk_drawing_area_size() with gtk_widget_set_usize()
13866
13867         * demos/testpixbuf-drawable.c (main): ditto
13868         
13869         * gtk/testgtk.c: remove use of GtkStatusbarMsg
13870
13871         * gtk/gtktextbuffer.c: docs
13872
13873         * gtk/gtkstock.c: docs
13874
13875         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
13876
13877         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
13878
13879         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
13880         
13881         * gtk/gtkimage.c: add some docs in here
13882         (gtk_image_size_request): change name of
13883         gtk_widget_render_stock_icon
13884         (gtk_image_get_icon_set): don't dup returned string
13885         (gtk_image_get_icon_set): don't dup returned string
13886
13887         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
13888         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
13889         and gtkiconfactory.h functions
13890
13891         * gtk/gtkiconfactory.c: add some docs in here
13892
13893         * gtk/gtkmain.c (gtk_get_default_language): document
13894         (gtk_get_current_event): document
13895         (gtk_get_current_event_state): document
13896         (gtk_get_event_widget): document
13897
13898         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
13899
13900         * gtk/gtkcontainer.c: Add some documentation
13901         (gtk_container_add): give a more explanatory warning on adding an
13902         already-parented widget, this is kind of a FAQ and also a common
13903         typo that's easier to debug with a nice warning 
13904
13905         * gtk/gtkcellrenderertoggle.c
13906         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
13907         adding this, it's useless
13908         (gtk_cell_renderer_toggle_set_active): remove
13909         (gtk_cell_renderer_toggle_get_radio): add
13910
13911         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
13912         the NULL cell renderer, that doesn't make any sense to me. 
13913
13914         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
13915         demo code should never use deprecated features.
13916
13917         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
13918         code should never use deprecated features.
13919
13920         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
13921         gtk_widget_queue_clear_area deprecated
13922
13923         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
13924         deprecated
13925
13926         * gtk/gtklabel.h: mark gtk_label_get() deprecated
13927
13928         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
13929         a GdkImage deprecated, replaced by new consistently-named
13930         functions       
13931
13932         * gtk/gtkmain.h: Mark gtk_exit() deprecated
13933
13934         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
13935
13936         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
13937         deprecated
13938
13939         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
13940         so it won't appear in docs and confuse people.
13941
13942         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
13943
13944         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
13945         macros deprecated. (can't mark the type itself deprecated, since
13946         GtkProgressBar is not deprecated and we need the type decl to use
13947         GtkProgressBar)
13948
13949         * gtk/gtkpixmap.h: Mark deprecated
13950
13951         * gtk/gtkoldeditable.h: Mark deprecated
13952
13953         * gtk/gtklist.h: Mark deprecated
13954
13955         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
13956         for anything anymore.
13957
13958         * gtk/gtkctree.h: Mark deprecated
13959
13960         * gtk/gtkclist.h: Mark deprecated
13961
13962         * gtk/gtkpreview.h: Mark deprecated
13963
13964         * gtk/gtkpacker.h: Mark deprecated
13965
13966         * gtk/gtktipsquery.h: Mark deprecated
13967
13968         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
13969
13970         * gtk/gtkvruler.h: Add comment that it will move out of GTK
13971
13972         * gtk/gtkhruler.h: Add comment that it will move out of GTK
13973
13974         * gtk/gtkruler.h: Add comment that it will move out of GTK
13975
13976         * gtk/gtkgamma.h: Add comment that it will move out of GTK
13977
13978         * gtk/gtkcurve.h: Add comment that it will move out of GTK
13979
13980 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
13981
13982         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
13983         gdk_colormap_sync private since it was never exported
13984         in a header file.
13985
13986         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
13987         colormap->colors[] for StaticGray, StaticColor colormaps.
13988
13989         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
13990         was being used as if it was image->bits_per_pixel.
13991
13992         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
13993         for the image in the GdkImage structure since it isn't
13994         reconstructable, and we need it to handle packed types
13995
13996         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
13997         the assumption that on Win32 image->bits_per_pixel == image->depth,
13998         always.
13999
14000         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
14001
14002         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
14003         warning message if no converter can be found. 
14004
14005 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
14006
14007         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
14008         chars to isupper() / tolower(). (#567)
14009
14010         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
14011         to clear up 64-bit warnings. (#567)
14012
14013 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
14014
14015         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
14016         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
14017
14018         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
14019         since some people set $(libdir) separately. (#1290, David Kaelbling)
14020
14021 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
14022
14023         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
14024         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
14025         MAXPATHLEN, but the code here depends on a fixed value.)
14026         (#4524)
14027
14028 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
14029
14030         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
14031         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
14032
14033 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
14034
14035         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
14036         viewable there is no way that moving the node will cause the 
14037         focus row to become not viewable, so omit check on the visibility
14038         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
14039
14040 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
14041
14042         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
14043         selection before inserting new text.
14044
14045 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
14046
14047         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
14048         Make the sensitivity of the reparented child track that of
14049         the original parent menu item. (#34218, David Hodson)
14050
14051         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
14052         the case where the current item is destroyed properly.
14053
14054         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
14055         some edge cases with child-less menuitems.
14056         
14057 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
14058
14059         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
14060         key pop down window. (#12074, Jon K Hellan)
14061
14062 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
14063
14064         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
14065         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
14066         The solution here isn't perfect - you get an extraneous
14067         emission of "toggle", which could conceivably confuse an app,
14068         but better than the current situation. LXR search seems to
14069         indicate that no apps in GNOME CVS connect to "toggle".
14070
14071 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
14072
14073         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
14074         gtk_public_h_sources to directly here to avoid warning when
14075         building srcdir != builddir. (#9656)
14076
14077 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
14078
14079         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
14080         handlers in gtkrange.c return the proper values (TRUE == handled)
14081         (#10316).
14082
14083         This is just the tip of the iceberg, but gtkrange.c is the
14084         most common place where the propagation is problematical,
14085         and also a place where it is almost certainly safe to change
14086         this in the stable branch.
14087
14088         (You don't want right click popups on a range control or anything...)
14089
14090 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
14091
14092         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
14093         area on focus out, even if a background pixmap isn't set.
14094         (#13941)
14095         
14096 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
14097
14098         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
14099         to deal with setting the shape properly when scrolling arrows are
14100         turned on, but not visible because there is sufficient space.
14101         (#13432)
14102
14103 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
14104
14105         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
14106         items with submenus, destroy the item along with the submenu.
14107         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
14108         properly.
14109
14110         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
14111         later.
14112
14113 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
14114
14115         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
14116         the focus widget sometimes wasn't drawn with the default if there
14117         was no default widget.
14118
14119         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
14120         unreference pixmaps. 
14121
14122         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
14123         for some extra safety.
14124
14125 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
14126
14127         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
14128         the text of a cell to the old pointer value better, by
14129         copying the new text before freeing the old text. Some code
14130         cleanup. (#8079, Karl Nelson)
14131
14132 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
14133
14134         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
14135         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
14136
14137 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
14138
14139         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
14140         item from a menu, check to see if it matches 
14141         menu->old_active_menu_item, and if so, unref and clear
14142         old_active_menu_item (Patch from Pavel Cisler)
14143
14144         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
14145         menu_shell->active_menu_item, if it is the child being
14146         removed. (Patch based on that of Gene Ragan, #50337)
14147
14148 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
14149
14150         * gdk/linux-fb/gdkselection-fb.c: 
14151         * gdk/linux-fb/gdkcolor-fb.c: 
14152         * gdk/linux-fb/gdkdrawable-fb2.c: 
14153         * gdk/linux-fb/gdkfont-fb.c: 
14154         * gdk/linux-fb/gdkim-fb.c: 
14155         * gdk/linux-fb/gdkinput.c: 
14156         * gdk/linux-fb/gdkkeyboard-fb.c: 
14157         * gdk/linux-fb/gdkmain-fb.c: 
14158         * gdk/linux-fb/gdkrender-fb.c: 
14159         A bunch of whitespace cleanup.
14160         
14161 2001-01-30  Havoc Pennington  <hp@pobox.com>
14162
14163         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
14164         #ifdef GTK_ENABLE_BROKEN.
14165
14166         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
14167         GTK_ENABLE_BROKEN just before including the broken headers.
14168         
14169         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
14170         deprecated types registered.
14171
14172         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
14173         we have to test the broken stuff.
14174
14175         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
14176         
14177 2001-01-30  Havoc Pennington  <hp@redhat.com>
14178
14179         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
14180         here where prev pointer was set to the wrong thing
14181
14182         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
14183         (gtk_tree_path_is_descendant): new function
14184
14185         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
14186         cached length
14187         (gtk_list_store_get_iter): don't modify iter if we can't get the
14188         path.
14189
14190         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
14191         
14192         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
14193         GtkTreeDragDest
14194
14195         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
14196         was causing segfault
14197
14198         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
14199         pointer to NULL
14200
14201         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
14202
14203         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
14204         on returning FALSE
14205         (gtk_list_store_iter_children): ditto
14206         (gtk_list_store_iter_nth_child): ditto
14207         (gtk_list_store_iter_nth_child): ditto
14208         (gtk_list_store_iter_parent): ditto
14209
14210         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
14211         on iter->user_data != NULL instead of silently accepting it.
14212         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
14213         we are returning TRUE.
14214         (gtk_tree_store_iter_children): ditto
14215         (gtk_tree_store_iter_nth_child): ditto
14216         (gtk_tree_store_iter_parent): ditto
14217         (gtk_tree_store_insert): remove handling of parent->user_data ==
14218         NULL, replace with parent == NULL       
14219
14220         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
14221         and a comment explaining things
14222
14223         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
14224         interface support to GtkTreeStore.
14225
14226         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
14227         FALSE if no prev, fix
14228
14229         * gtk/gtktreeview.c (set_source_row): use a row reference
14230         (set_dest_row): use a row reference
14231
14232 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
14233
14234         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
14235         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
14236         (gtk_tree_selection_select_iter): The same as above.
14237
14238 2001-01-26  Havoc Pennington  <hp@redhat.com>
14239
14240         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
14241         which holds a handle to a specific row (particular set of values
14242         in the model, i.e. pointer-identity row).
14243
14244         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
14245         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
14246         Still need to use it for the src/dest row saved on the drag context.
14247
14248 2001-01-26  Havoc Pennington  <hp@redhat.com>
14249
14250         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
14251
14252         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
14253         not offset by TREE_VIEW_HEADER_HEIGHT
14254         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
14255         TREE_VIEW_HEADER_HEIGHT
14256
14257         * configure.in (included_loaders): for me, --with-included-loaders
14258         generates the error "the specified loader yes does not exist",
14259         i.e. the arg defaults to "yes", so change test for value ""
14260         to test for value "yes", and include all loaders in that case.
14261
14262         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
14263
14264         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
14265         handle TREE_VIEW_VERTICAL_SEPARATOR
14266         (gtk_tree_view_bin_expose): fix to consider the row offset as
14267         pointing halfway into vertical separator.       
14268         (gtk_tree_view_draw_node_focus_rect): ditto
14269
14270         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
14271         --gtk-debug=updates, which causes gdk_window_set_debug_updates
14272         (TRUE) to be called.
14273
14274         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
14275         debug mode where the invalid region is colored in on invalidate,
14276         so you can see the flicker and know whether your redraw code is 
14277         doing a good job.
14278
14279         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
14280         tree window coordinates (clip rect is in tree window coords)
14281
14282         * gtk/Makefile.am: add gtktreednd.[hc]
14283
14284         * gtk/gtkliststore.c: implement gtktreednd interfaces.
14285
14286         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
14287         drag-and-drop data operations on a model (so we can set up tree
14288         drag-and-drop automatically)
14289
14290         * gtk/testgtk.c: Add a window to change sensitivity in the
14291         GtkLabel test; add a way to change the entry frame in GtkEntry
14292         test
14293
14294         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
14295         (gtk_entry_get_has_frame): new functions to remove the frame
14296         around an entry
14297         (gtk_entry_size_request): shrink requisition if no frame
14298         (gtk_entry_draw_focus): don't draw frame if no frame
14299
14300         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
14301         checks inside a cell renderer
14302         (gtk_default_draw_option): ditto for options
14303
14304         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
14305         children from the alignment, not the button
14306         (gtk_tree_view_column_init): ref/sink the column, to emulate
14307         GObject refcounting.
14308
14309         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
14310         
14311         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
14312         Use theme functions to draw the toggles 
14313
14314         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
14315
14316         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
14317         GdkPangoAttrEmbossed to use in rendering insensitive text
14318
14319         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
14320
14321         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
14322         using new GDK features
14323         
14324 2001-01-24  Alexander Larsson  <alexl@redhat.com>
14325
14326         * gtk/gtkimage.c:
14327         Splitted gtk_image_clear into gtk_image_clear() and
14328         gtk_image_reset(). Call gtk_image_clear() in ::destroy
14329         to avoid leaks.
14330
14331         * gtk/gtklabel.c (set_markup):
14332         Don't leak text.
14333
14334         * gtk/gtktextlayout.c:
14335         Always free display->shaped_objects.
14336
14337         * gtk/testgtk.c (create_clist):
14338         Don't leak custom style.
14339
14340 2001-01-23  Alexander Larsson  <alexl@redhat.com>
14341
14342         * gtk/gtkcolorsel.c (grab_color_at_mouse):
14343         Don't leak image. Simplify using gdk_colormap_query_color().
14344         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
14345
14346         * linux-fb/gdkcolor-fb.c:
14347         Implemented gdk_colormap_query_color.
14348
14349 2001-01-23  Alexander Larsson  <alexl@redhat.com>
14350
14351         * linux-fb/gdkcursor-fb.c:
14352         Don't leak built-in cursors.
14353
14354         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
14355         Don't leak tmp_points.
14356
14357         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
14358         Don't modify desc. Don't leak font if the PangoFont
14359         isn't found.
14360         
14361         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
14362         Free dash_list.
14363
14364         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
14365         Don't leak string.
14366         
14367 2001-01-20  Havoc Pennington  <hp@pobox.com>
14368
14369         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
14370         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
14371         me, matches Pango
14372
14373 2001-01-22  Havoc Pennington  <hp@redhat.com>
14374
14375         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
14376
14377         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
14378
14379         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
14380         Remove, move back to gdk-pixbuf
14381
14382         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
14383         to all the word functions
14384
14385         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
14386         before doing anything on NULL layout or if we don't have the focus
14387
14388         * gtk/testtext.c (fill_example_buffer): "justification"
14389
14390         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
14391         to be called "justification" not "justify"
14392
14393         * demos/gtk-demo/textview.c (create_tags): "justification"
14394         
14395         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
14396
14397 2001-01-22  Alexander Larsson  <alexl@redhat.com>
14398
14399         * gdk/gdkwindow.c (gdk_window_invalidate_region):
14400         Don't leak visible_region. Use visible_region instead of region.
14401         
14402         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
14403         Don't do extra gdk_drawable_ref(). This is not X.
14404         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
14405         gdk_fb_focused_window is ref:ed.
14406         (gdk_fb_window_send_crossing_events): Watch out for destroyed
14407         windows.
14408
14409 2001-01-22  Alexander Larsson  <alexl@redhat.com>
14410
14411         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
14412         Don't leak the PangoFontDescriptor.
14413
14414 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
14415
14416         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
14417         when not realized.
14418         (gtk_tree_view_scroll_to_cell): Make work when not realized.
14419         (gtk_tree_view_realize): add scroll_to support
14420         (gtk_tree_view_finalize): add a finalize method.  Populate.
14421         (gtk_tree_view_insert_column): ref and sink the column.
14422         (gtk_tree_view_append_column): ref and sink the column.
14423         (gtk_tree_view_queue_draw_node): New function to handle redrawing
14424         individual nodes.  Should make the code much more efficient, if
14425         actually used.
14426
14427 2001-01-19  Havoc Pennington  <hp@redhat.com>
14428
14429         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
14430         byte_offset variable was being used to mean both "offset into
14431         layout" and "offset into buffer line" which was no longer true
14432         with addition of preedit string; fix
14433
14434 2001-01-19  Havoc Pennington  <hp@redhat.com>
14435
14436         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
14437
14438         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
14439         function
14440
14441         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
14442         implement
14443
14444         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
14445         scroll_to_cell, matches TextView scroll functions better
14446         (gtk_tree_view_tree_to_widget_coords): new function
14447         (gtk_tree_view_widget_to_tree_coords): new function
14448         (gtk_tree_view_get_visible_rect): new function
14449         (gtk_tree_view_get_path_at_pos): accept negative coordinates
14450         (gtk_tree_view_draw_node_focus_rect): new function moved from
14451         draw_focus, also, use width of bin_window as width of the focus
14452         rect
14453         (gtk_tree_view_expand_row): fix bug where it didn't recognize
14454         already-expanded rows
14455         (gtk_tree_view_get_cell_rect): new function
14456         (gtk_tree_view_get_path_at_pos): return the click position
14457         relative to the passed-in cell
14458         (gtk_tree_view_set_expander_column): new function
14459
14460         * configure.in: remove gtk-config-2.0 chmod
14461
14462         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
14463         and properly handle drags with targets we don't understand
14464         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
14465         scrolling anyway
14466         (gtk_text_view_drag_drop): stop scrolling here though, and set the
14467         mark invisible
14468
14469         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
14470         function
14471         (gtk_drag_dest_get_target_list): new function
14472         (gtk_drag_dest_set_target_list): new function
14473         
14474         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
14475
14476         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
14477         related to drag-and-drop
14478
14479 2001-01-19  Alexander Larsson  <alexl@redhat.com>
14480
14481         * gdk/linux-fb/gdkprivate-fb.h:
14482         Define EMULATE_GDKFONT.
14483         Add extra pango_font stuff to GfkFontPrivate.
14484         
14485         * gdk/linux-fb/gdkdrawable-fb2.c:
14486         * gdk/linux-fb/gdkfont-fb.c:
14487         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
14488         emulation using PangoFont.
14489
14490 2001-01-17  Havoc Pennington  <hp@pobox.com>
14491
14492         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
14493         all the non-deprecated set_foo functions. Added missing object
14494         properties, and added g_object_notify() to setters. 
14495         Wrote docs.
14496         
14497 2001-01-18  Tor Lillqvist  <tml@iki.fi>
14498
14499         * gtk/gtkmain.c
14500         * gtk/gtkrc.c: (Win32) Use the new
14501         g_win32_get_package_installation_(sub)directory() functions.
14502
14503         * config.h.win32.in: New file.
14504         
14505         * config.h.win32: Removed.
14506
14507         * configure.in: Output config.h.win32.
14508
14509         * Makefile.am: Add it to EXTRA_DIST.
14510
14511         * gtk/gtk.def: Update.
14512
14513 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
14514
14515         * gtk/gtklabel.c (gtk_label_size_request): Set the
14516         attributes onto the PangoLayout even if they are newly
14517         created from label->pattern.
14518
14519 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
14520
14521         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
14522
14523         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
14524         structures in functions. Fixes bug where gtk_dataset_*
14525         was accidentally still being used in one place, causing
14526         every dest side event to be treated independently.
14527
14528         * gtk/gtkdnd.c: Remove last vestages of handling
14529         ::draw (fixes warning)
14530         
14531         * gtk/gtkentry.[ch]: Add drag and drop support.
14532
14533         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
14534         new function gtk_check_drag_threshhold() for checking
14535         to check if (dx,dy) has exceeded the threshhold for starting
14536         a drag and use it everywhere.
14537
14538 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
14539
14540         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
14541         add -I{includedir}/gtk-2.0.
14542
14543         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
14544         gdk/gdk-pixbuf.h: Doc fixups.
14545         
14546         * gtk/gtkobject.h: Remove trailing , from enum
14547
14548 2001-01-17 Alexander Larsson <alexl@redhat.com> 
14549
14550         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
14551         Doh! Mixed up x and y.
14552
14553         * gdk/linux-fb/gdkglobals-fb.c:
14554         Removed gdk_fb_pointer_grab_window_events,
14555         added _gdk_fb_pointer_grab_owner_events and
14556         _gdk_fb_keyboard_grab_owner_events.
14557
14558         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
14559         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
14560         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
14561         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
14562         Send crossing events after ungrab finished.
14563         (gdk_keyboard_grab): Set ..._owner_events
14564         (type_masks): Move out of function.
14565         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
14566         gdk_fb_keyboard_event_window): New functions, return the
14567         window an event should be targeted at. Handles grabs and
14568         event propagation. Can return NULL.
14569         (gdk_event_make): Remove event_mask checking. Now always
14570         returns an event.
14571                 
14572         * gdk/linux-fb/gdkkeyboard-fb.c:
14573         * gdk/linux-fb/gdkproperty-fb.c:
14574         * gdk/linux-fb/gdkselection-fb.c:
14575         Use new event_window/gdk_event_make() behaviour.
14576         
14577         * gdk/linux-fb/gdkmouse-fb.c:
14578         Use new event_window/gdk_event_make() behaviour.
14579         Only send motion events if in the same window.
14580         If grabbed, use cursor from window if sibling of grabbed
14581         window, and cursor from grabbed window otherwise.
14582
14583         * gdk/linux-fb/gdkprivate-fb.h:
14584         Update gdk_fb_window_send_crossing_events, gdk_event_make
14585         and grab varaible declarations. Add gdk_fb_*_event_window().
14586
14587         * gdk/linux-fb/gdkwindow-fb.c:
14588         Use new event_window/gdk_event_make() behaviour.
14589         Keep correct track of focus window.
14590         (gdk_window_set_events): Set all specific button motion masks
14591         if GDK_BUTTON_MOTION_MASK set.
14592
14593         * gtk/gtkdnd.c (gtk_drag_update):
14594         Free info->last_event if gdk_drag_motion returned FALSE.
14595
14596 2001-01-16  Tor Lillqvist  <tml@iki.fi>
14597
14598         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
14599         Eliminate redraws when input-only windows are shown or
14600         hidden. Thanks to jpe@archaeopteryx.com.
14601
14602 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
14603
14604         * docs/faq/gtk-faq.sgml: FAQ update:
14605           - Update to bugzilla
14606           - Add GTK+ and security/SUID/SGID
14607           - Add DnD question
14608
14609 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
14610
14611         * gdk/linux-fb/gdkdnd-fb.c:
14612         Some cleanups.
14613         
14614 2001-01-15  Havoc Pennington  <hp@pobox.com>
14615
14616         * tests/testtreeview.c: add test stuff for CellRendererToggle
14617
14618         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
14619         accessor
14620
14621         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
14622         only toggle on button press (would do release like GtkButton, but
14623         we'd need implicit grab code for treeview cells)
14624
14625 2001-01-16  Tor Lillqvist  <tml@iki.fi>
14626
14627         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
14628
14629         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
14630         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
14631
14632         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
14633         to g_{locale,filename}_{to,from}_utf8 to match current API.
14634
14635         * gtk/makefile.msc.in (gtk_OBJECTS)
14636         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
14637
14638         * gtk/gtk.def: Update.
14639
14640 2001-01-15  Tor Lillqvist  <tml@iki.fi>
14641
14642         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
14643         implementaion that more closely mimics the events that an X server
14644         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
14645         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
14646         with nested preview widgets, for instance, more responsive when
14647         you move the mouse quickly into them.
14648         (find_window_for_pointer_event): Make it actually compile.
14649         (gdk_event_translate): Set send_event to the value of
14650         InSendMessage (). This doesn't really mean the same as X11's
14651         send_event flag, but is close enough, says jpe@archaeopteryx.com
14652
14653 2001-01-15  Alexander Larsson  <alexl@redhat.com>
14654
14655         * gdk/linux-fb/gdkdnd-fb.c:
14656         Implemented drag and drop.
14657         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
14658         when it tries to free and then copy the same event (info->last_event).
14659         I am not sure about why this happens, but will continue looking.
14660
14661 2001-01-15  Alexander Larsson  <alexl@redhat.com>
14662
14663         * gdk/linux-fb/gdkwindow-fb.c:
14664         Use gdk_window_invalidate_rect instead of
14665         gdk_window_invalidate_rect_clear to minimise flashing.
14666         When hiding windows you need to clear the root window though.
14667
14668 2001-01-15  Alexander Larsson  <alexl@redhat.com>
14669
14670         * gdk/linux-fb/gdkdrawable-fb2.c:
14671         For optization, add an full_shapes argument to gdk_fb_clip_region.
14672         If this is false, only the cliprects of the shapes are used.
14673
14674         * gdk/linux-fb/gdkprivate-fb.h:
14675         Export gdk_fb_window_peek_shape.
14676         Add full_shapes to gdk_fb_clip_region.
14677
14678         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
14679         When moving a window, don't clear everything under the it, just the
14680         root window. Makes stuff faster and flash less.
14681         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
14682         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
14683         offset of the shape.
14684         
14685
14686 2001-01-12  Havoc Pennington  <hp@redhat.com>
14687
14688         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
14689         current invalid region, fixes redraw bug while scrolling the 
14690         text widget
14691
14692         * gtk/gtktextview.c, gtk/gtktextview.h:
14693         Rearrange the scrolling/validation/etc. code in a major way, 
14694         so it seems to make sense to me. Probably isn't genuinely that
14695         much better, but...
14696
14697         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
14698         notifies
14699
14700         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
14701
14702 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
14703
14704         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
14705         Hide mouse pointer while rotation. Show it afterwards.
14706
14707 2001-01-12  Alexander Larsson  <alexl@redhat.com>
14708
14709         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
14710         windows in consideration when generating clip region.
14711
14712         * gdk/linux-fb/gdkfb.h:
14713         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
14714
14715         * gdk/linux-fb/gdkprivate-fb.h:
14716         Add shape to GdkWindowFBDatat.
14717         exported gdk_fb_window_get_abs_shape().
14718         removed gdk_fb_draw_lines declaration.
14719
14720         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
14721         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
14722         send focus changes when there is a grabbed window.
14723         (gdk_window_get_pointer): Handle shaped windows.
14724         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
14725         (gdk_fb_window_peek_shape): Returns the shape for a window,
14726         handles GDK_FB_USE_CHILD_SHAPE.
14727         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
14728         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
14729         (gdk_window_shape_combine_mask): Implement.
14730
14731         * gtk/gtkwindow-decorate.c:
14732         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
14733         setting the shape of a window makes the window transparent.
14734
14735 2001-01-11  Havoc Pennington  <hp@redhat.com>
14736
14737         * gtk/gtktreemodelsimple.h: Oops, broke some macros
14738
14739 2001-01-10  Havoc Pennington  <hp@redhat.com>
14740
14741         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
14742         add this function, bug 40251
14743
14744         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
14745         of type macro   
14746
14747 2001-01-11  Alexander Larsson  <alexl@redhat.com>
14748
14749         * acconfig.h:
14750         Added ENABLE_SHADOW_FB
14751
14752         * configure.in:
14753         Added --disable-shadowfb
14754
14755         * gdk/linux-fb/gdkcursor-fb.c:
14756         Update shadowfb when updating cursor
14757
14758         * gdk/linux-fb/gdkdrawable-fb2.c:
14759         Added wrappers for shadowfb that calls  the normal drawable
14760         methods, but calls gdk_shadow_fb_update(bounding box) when
14761         GdkWindows are drawed to.
14762         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
14763         which also returns the bounding box.
14764
14765         * gdk/linux-fb/gdkfb.h:
14766         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
14767
14768         * gdk/linux-fb/gdkgeometry-fb.c:
14769         Update shadowfb when scrolling window.
14770
14771         * gdk/linux-fb/gdkglobals-fb.c:
14772         Add _gdk_fb_screen_angle.
14773         
14774         * gdk/linux-fb/gdkkeyboard-fb.c:
14775         Test code for screen rotation. Shift-F2 in the xlate driver
14776         rotates the screen.
14777
14778         * gdk/linux-fb/gdkmain-fb.c:
14779         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
14780
14781         * gdk/linux-fb/gdkmouse-fb.c:
14782         Use fb_width/height instead of modeinfo.xres/yres.
14783
14784         * gdk/linux-fb/gdkprivate-fb.h:
14785         Added fb_men, fb_width, fb_height & fb_stride. When using
14786         shadow fb these can differ from the framebuffer stuff.
14787         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
14788         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
14789         _gdk_fb_screen_angle. Removed CM, RP.
14790
14791         * gdk/linux-fb/gdkrender-fb.c:
14792         Added code for shadowfb handling and screen rotation using
14793         shadowfb.
14794
14795         * gdk/linux-fb/gdkwindow-fb.c:
14796         Use fb_mem, fb_stride, fb_width, fb_height.
14797         Added recompute_rowstride to reset the rowstride of all windows.
14798         Added gdk_fb_recompute_all() which recomputes rootwindow size,
14799         window abs positions and window rowstrides. Usefull when the
14800         rotation has changed.
14801
14802 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
14803
14804         * docs/faq/gtk-faq.sgml: update to make web site updating easier
14805
14806 2001-01-10  Havoc Pennington  <hp@redhat.com>
14807
14808         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
14809         where sibling == iter
14810         (gtk_tree_store_insert_after): handle sibling == iter
14811         (gtk_tree_store_prepend): remove stamp checks
14812         (gtk_tree_store_insert_before): ditto
14813         (gtk_tree_store_append): ditto
14814         (gtk_tree_store_get_path): ditto
14815         (gtk_tree_store_get_value): ditto
14816         (gtk_tree_store_iter_has_child): ditto
14817         (gtk_tree_store_iter_n_children): ditto
14818         (gtk_tree_store_iter_nth_child): ditto
14819         (gtk_tree_store_insert_after): ditto
14820         (gtk_tree_store_is_ancestor): ditto
14821         (gtk_tree_store_iter_depth): ditto
14822         (gtk_tree_store_insert_before): assert that sibling's parent is
14823         the same as the passed-in parent
14824         (gtk_tree_store_insert_after): assert that sibling's parent is
14825         the same as the passed-in parent
14826
14827         
14828         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
14829         function to get the first iterator in a model
14830         
14831         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
14832         conventionally the "root" in this sense is just NULL afaict.
14833
14834         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
14835         where sibling == iter
14836         (gtk_list_store_insert_after): handle case where sibling == iter
14837
14838         * tests/testtreeview.c (run_automated_tests): fairly lame basic
14839         automated tests for ListStore, TreeStore
14840
14841         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
14842         (gtk_list_store_insert): update tail pointer, and fix it to work
14843         (gtk_list_store_insert_before): update tail pointer, and fix it to work
14844         (gtk_list_store_append): use tail to be faster
14845         (gtk_list_store_prepend): fix it, update tail pointer
14846         (gtk_list_store_insert_after): fix it, update tail pointer
14847
14848         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
14849         the list
14850
14851 2001-01-09  Havoc Pennington  <hp@redhat.com>
14852
14853         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
14854         is NULL due to a pending resize
14855
14856         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
14857         column width to values less than 1
14858
14859         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
14860         width to be between min/max width, and still set the width 
14861         even if autosize is turned on, so the tree view can use this 
14862         function in order to autosize.
14863         (gtk_tree_view_column_init): set initial width to 1 not 0
14864
14865         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
14866         setter function to modify column width, so we get notification
14867         (gtk_tree_view_insert_iter_height): ditto
14868         (gtk_tree_view_calc_size): ditto
14869         (gtk_tree_view_check_dirty): ditto
14870
14871         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
14872         properties to change all the interesting attributes of the tree
14873         view column.
14874         (gtk_tree_view_column_set_header_clickable): rename set_clickable
14875         (gtk_tree_view_column_get_clickable): add
14876         (gtk_tree_view_column_set_cell_renderer): don't unset the current
14877         attributes; assume a cell renderer with equivalent object
14878         properties has been swapped in. Do g_object_notify().
14879         (gtk_tree_view_column_set_visible): g_object_notify
14880         (gtk_tree_view_column_get_sizing): rename from get_col_type
14881         (gtk_tree_view_column_set_sizing): g_object_notify
14882         (gtk_tree_view_column_set_width): add g_object_notify
14883         (gtk_tree_view_column_set_min_width): ditto
14884         (gtk_tree_view_column_set_max_width): ditto
14885         (gtk_tree_view_column_set_title): ditto
14886         (gtk_tree_view_column_set_clickable): ditto
14887         (gtk_tree_view_column_set_widget): ditto
14888         (gtk_tree_view_column_set_justification): ditto
14889
14890 2001-01-09  Havoc Pennington  <hp@redhat.com>
14891
14892         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
14893         there are no rows in the model
14894
14895         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
14896         NULL, then return the start of the list
14897
14898         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
14899         if we can't get any rows from an empty model 
14900
14901         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
14902         extraneous * after function pointer typedef usage
14903
14904         * Makefile.am: don't specify full path to cp and rm
14905
14906         * gtk/gtkcellrenderertextpixbuf.c
14907         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
14908         NULL before dereferencing, fixes a segfault that happened from
14909         time to time
14910
14911         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
14912         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
14913         and reindent the function
14914         (gtk_cell_renderer_pixbuf_get_size): indentation
14915
14916         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
14917         we quit it
14918         (gtk_dialog_add_buttons_valist): add g_return_if_fail
14919         (gtk_dialog_set_default_response): New function, to set default
14920         button
14921         (gtk_dialog_set_response_sensitive): New function, to set 
14922         sensitivity of buttons
14923
14924         * gtk/gtkcellrendererpixbuf.c
14925         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
14926         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
14927
14928         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
14929         handle any G_TYPE_OBJECT subclass, not just the base class, and 
14930         also boxed types.
14931         (_gtk_tree_data_list_value_to_node): ditto
14932
14933         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
14934         --gtk-debug=tree
14935
14936         * gtk/gtkmain.c: add GTK_DEBUG_TREE
14937
14938         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
14939
14940 2001-01-09  Tor Lillqvist  <tml@iki.fi>
14941
14942         * gdk/win32/gdkevents-win32.c: Implement better mouse
14943         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
14944         (find_window_for_pointer_event): New function.
14945         (gdk_event_translate): Use it when handling mouse events.
14946
14947 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
14948
14949         * configure.in:
14950         Added --with-included-loaders option
14951
14952         * gdk-pixbuf/Makefile.am:
14953         * gdk-pixbuf/gdk-pixbuf-io.c:
14954         Add support for including selected gdk-pixbuf loaders only.
14955
14956         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
14957         gtk_window_set_has_frame):
14958         Added inline documentation.
14959
14960         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
14961         * docs/reference/gdk/tmpl/windows.sgml:
14962         Added inline documentation.
14963
14964 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
14965
14966         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
14967         realizing buttons that have already been realized.
14968
14969 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
14970
14971         * tests/testtreeview.c (main): Show menu items before adding to
14972         option menu.
14973
14974         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
14975         around if we kill them.
14976
14977         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
14978         Return if we pass in a NULL model.
14979
14980 2001-01-08  Havoc Pennington  <hp@redhat.com>
14981
14982         * tests/testtreeview.c: hack on this some
14983
14984         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
14985         gtk_tree_store_set_valist, v is for arrays, valist for varargs
14986         list
14987         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
14988
14989         * gtk/gtkliststore.h: Add varargs set() and get() convenience
14990         functions
14991
14992 2001-01-08  Alexander Larsson  <alexl@redhat.com>
14993
14994         * gtk/gtkwindow-decorate.[hc]:
14995         * gtk/Makefile.am:
14996         New files. Contains an implementation of a minimal WM for
14997         linux-fb.
14998
14999         * gtk/gtkwindow.h:
15000         Add the possibility for GtkWindows to specify a frame. This
15001         is used for the window decoration code, but could concievably
15002         be used for X programs too (xmms style windows).
15003         GtkWindow->frame is the toplevel window if the window is framed.
15004         The signal frame_event gets all events that are targeted to
15005         GtkWindow->frame.
15006         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
15007         
15008         * gtk/gtkwindow.c:
15009         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
15010         Call out to gtkwindow-decorate.c for WM support in linx-fb.
15011
15012 2001-01-08  Alexander Larsson  <alexl@redhat.com>
15013
15014         * docs/README.linux-fb:
15015         Correct filename ~/.pangoft2_aliases
15016
15017         * gdk/gdkwindow.h:
15018         Added new function gdk_window_get_decorations.
15019
15020         * gdk/linux-fb/gdkfb.h:
15021         Removed _gdk_window_get_decorations declaration.
15022         Renamed _gdk_window_set_child_handler to
15023         gdk_fb_window_set_child_handler.
15024
15025         * gdk/linux-fb/gdkwindow-fb.c:
15026         Renamed _gdk_window_set_child_handler to
15027         gdk_fb_window_set_child_handler.
15028
15029         * gdk/x11/gdkwindow-x11.c:
15030         New function gdk_window_get_mwm_hints().
15031         Implemented gdk_window_get_decorations.
15032
15033         * docs/reference/gdk/tmpl/windows.sgml:
15034         * docs/reference/gdk/gdk-sections.txt:
15035         Added gdk_window_get_decorations docs.
15036         
15037 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
15038
15039         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
15040         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
15041         gdk_fb_window_send_crossing_events):
15042         Possibly send focus events when the mouse moves from one
15043         window to another.
15044
15045 2001-01-07  Tor Lillqvist  <tml@iki.fi>
15046
15047         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
15048         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
15049         to match current API.
15050
15051         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
15052         environment variable is set, don't call g_error when on a
15053         palettized (PseudoColor) display. Some people want to use GTK+ 
15054         in 256-colour mode even though works only partially.
15055
15056         * gdk/gdk.def
15057         * gtk/gtk.def
15058         * gtk/makefile.mingw.in: Update.
15059
15060 2001-01-05  Havoc Pennington  <hp@redhat.com>
15061
15062         * tests/testtreeview.c: hack on this a bit
15063
15064         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
15065         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
15066
15067         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
15068         was spelled incorrectly
15069         (GTK_IS_TREE_MODEL_SIMPLE): ditto
15070
15071         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
15072         from gtk_tree_view_set_headers_active   
15073
15074         * gtk/gtktexttag.c:
15075         (gtk_text_tag_get_property): handle PROP_DIRECTION
15076         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
15077         properties, bug 40235
15078
15079         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
15080         forward_to_line_end
15081
15082 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
15083
15084         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
15085         modules/input/gtkimcontextxim.c: Adapt to new prototypes
15086         for unicode,locale,filename conversion functions.
15087
15088 2001-01-05  Havoc Pennington  <hp@redhat.com>
15089
15090         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
15091         broken if called on the first position in the buffer.
15092
15093         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
15094         forward_to_delimiters to be called only if we aren't already at
15095         the delimiters.
15096
15097 2001-01-05  Havoc Pennington  <hp@redhat.com>
15098
15099         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
15100
15101 2001-01-05  Alexander Larsson  <alexl@redhat.com>
15102
15103         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
15104         colormap in here. Sync from X port.
15105         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
15106         Sync from X port.
15107         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
15108         This happens now and then, and i don't think it is a bug.
15109         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
15110         != endpoint.
15111         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
15112         GDK_LINE_SOLID.
15113
15114         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
15115         some of the fields filled in at least.
15116
15117         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
15118         miLineArcD is no more, remove it from the function definition.
15119
15120 2001-01-04  Havoc Pennington  <hp@redhat.com>
15121
15122         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
15123         this
15124
15125         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
15126         user_data instead of tree_node
15127
15128         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
15129         TREE_VIEW_COLUMN_SIZE
15130
15131         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
15132         "size" field to "width" finishes bug 40061
15133
15134         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
15135         for bitfields, bug 40268
15136
15137 2001-01-04  Havoc Pennington  <hp@redhat.com>
15138
15139         Rename some stuff:
15140         
15141         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
15142
15143         s/GtkModelSimple/GtkTreeModelSimple/g;
15144         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
15145         s/gtk_model_simple/gtk_tree_model_simple/g;
15146         s/gtkmodelsimple/gtktreemodelsimple/g;
15147
15148         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
15149
15150         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
15151         s/column_set_col_type/column_set_sizing/g;
15152
15153         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
15154         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
15155
15156         s/GtkCellRendererType/GtkCellRendererState/g;
15157         
15158         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
15159         (gtk_cell_renderer_toggle_class_init): change "state" property to
15160         "active", to match GtkToggleButton
15161         (gtk_cell_renderer_toggle_get_active): new function, bug
15162         40269
15163         (gtk_cell_renderer_toggle_set_active): new function
15164         (gtk_cell_renderer_toggle_set_property): route changes to toggle
15165         state through gtk_cell_renderer_set_active
15166
15167 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
15168
15169         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
15170         temporarily until they work again.  Brought up to date with
15171         changes in the model.
15172         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
15173         model.
15174
15175 2001-01-04  Havoc Pennington  <hp@redhat.com>
15176
15177         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
15178         equal to the line length, then position iterator before paragraph 
15179         separators. Fixes crash reported by Mikael Hermansson when
15180         pressing left arrow from the start of a line.   
15181
15182         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
15183         about byte indexes off the end
15184         (iter_set_from_char_offset): add g_error about char offsets
15185         off the end
15186
15187 2001-01-03  Havoc Pennington  <hp@redhat.com>
15188
15189         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
15190
15191         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
15192         of private functions; remove inclusion of private headers.
15193
15194         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
15195         function, so we don't need private functions in gtktextdisplay.c
15196
15197         * gtk/gtktextiterprivate.h: underscore-ification
15198
15199         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
15200         to instead say "only useful to implement widgets"
15201
15202         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
15203         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
15204         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
15205
15206         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
15207         This function was completely broken
15208
15209         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
15210
15211         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
15212
15213         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
15214
15215         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
15216
15217         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
15218
15219         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
15220
15221         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
15222         gtk_paint_layout
15223
15224         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
15225         gtk_paint_layout
15226
15227         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
15228         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
15229         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
15230         which were not implemented.     
15231
15232         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
15233         insert_pixbuf signal. Rename delete_text to delete_range since it
15234         also deletes pixbufs and child anchors. This almost closes bug
15235         40245 (still need to deal with child anchors)
15236
15237         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
15238         insert_pixbuf, change signal names as appropriate, change types of
15239         signals taking marks/tags to have the specific type, not just
15240         G_TYPE_OBJECT
15241         
15242         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
15243         closes bug 40051
15244
15245         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
15246         unnecessary remove_contents() call
15247         (gtk_option_menu_class_init): add a "changed" signal, closes
15248         bug 40039
15249         (gtk_option_menu_update_contents): emit "changed" if the 
15250         active menu item changes
15251
15252         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
15253         cast to GtkObject, reported by Jonas Borgstrom
15254         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
15255         we can't do stuff with side effects in finalize. Instead, spew a
15256         warning if the loader isn't closed.
15257
15258         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
15259         colormap in here, non-X ports probably need to sync to this change
15260
15261         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
15262         assertion that colormap != NULL, you can set the colormap to NULL
15263         if you like.
15264         
15265         * Makefile.am: remove gtk-config-2.0
15266
15267         * configure.in: Use pkg-config to locate GLib. Remove
15268         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
15269         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
15270         Use pkg-config to locate Pango. Output correct Pango libs to
15271         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
15272
15273         * Makefile.am (pkgconfig_DATA): install only target-specific pc
15274         files
15275         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
15276         X11 pc files
15277
15278         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
15279         unref from here
15280
15281 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
15282
15283         * configure.in:
15284         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
15285
15286 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
15287
15288         * gtk/gtktextlayout.c
15289         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
15290         variable when moving back onto a single line.
15291
15292 2001-01-01  Havoc Pennington  <hp@redhat.com>
15293
15294         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
15295
15296         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
15297
15298         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
15299         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
15300
15301 2001-01-01  Havoc Pennington  <hp@redhat.com>
15302
15303         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
15304
15305         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
15306         GtkTextAttributes
15307
15308         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
15309         #40246
15310         (gtk_text_attributes_copy_values): rename from 
15311         gtk_text_attributes_copy
15312         (gtk_text_attributes_copy): a more standard GTK copy function, 
15313         which returns a new object
15314
15315 2001-01-01  Havoc Pennington  <hp@redhat.com>
15316
15317         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
15318         
15319         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
15320         don't fill in tree_view->priv->selection, kind of an unexpected
15321         side effect
15322
15323         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
15324         gtkintl.h
15325         
15326         * gtk/gtkcellrenderer.c: Remove definition of _ and include
15327         gtkintl.h
15328         (gtk_cell_renderer_get_property): remove calls to g_value_init
15329
15330         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
15331         gtkintl.h
15332
15333         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
15334         and include gtkintl.h
15335         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
15336         property names
15337
15338         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
15339         GtkTreeSelection
15340         (_gtk_tree_selection_new_from_with_view): rename, return
15341         GtkTreeSelection
15342         (_gtk_tree_selection_set_tree_view): rename with uscore
15343         (gtk_tree_selection_get_selected): fill in the "model" out param
15344         first, so it gets filled in even if we return at the top of the 
15345         function
15346         (gtk_tree_selection_real_select_all): add a comment and an else{}
15347         to clarify this a bit
15348         (gtk_tree_selection_real_unselect_all): add the same else{}
15349
15350         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
15351         set_tree_view to have underscore prefixes, move them to the
15352         private header, fix return type of new_with_tree_view
15353         (struct _GtkTreeSelection): mark struct
15354         fields private  
15355
15356         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
15357         GtkTreeModelFlags, not a guint
15358         (gtk_tree_path_prev): return gboolean not gint
15359         (gtk_tree_path_up): return gboolean not gint
15360
15361         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
15362         return GtkTreeModelFlags, not a guint
15363
15364         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
15365         that child model is non-null before unrefing it
15366         (g_value_int_compare_func): make this a qsort compare func, not 
15367         a boolean predicate
15368
15369         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
15370         (add -umn to the end), and mark it unimplemented
15371         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
15372         I don't see what it's for - doesn't the model always sort itself?
15373         (gtk_tree_model_sort_set_compare): this had the wrong signature
15374
15375         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
15376         Fix the docs to say that it destructively replaces existing
15377         attributes (previously said that it added attributes).
15378         (gtk_tree_view_column_set_visible): canonicalize bool before
15379         equality testing. Also, check for realization before
15380         hiding/showing the tree_column->window; if this window could exist
15381         before realization, then it's busted and needs fixing, we can't 
15382         create GDK resources pre-realization. Also, remove
15383         superfluous queue_resize(), since set_size() does that for us.
15384         (gtk_tree_view_column_set_col_type): check realization before 
15385         using tree_column->window
15386
15387         * gtk/gtktreedatalist.c: fix filename in copyright notice
15388
15389 2000-12-31  Havoc Pennington  <hp@pobox.com>
15390
15391         * gtk/gtktextview.c: Rearrange all the
15392         scroll-while-dragging-or-selecting code to be different, not
15393         necessarily better. ;-)
15394         (gtk_text_view_scroll_to_mark): Change this
15395         function to take within_margin as a fraction instead of a pixel
15396         value, and to take alignment arguments (indicating where to align 
15397         the mark inside the visible area)
15398         
15399         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
15400         to GtkObject
15401
15402         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
15403         behavior so that offsets past the end of the line are not 
15404         allowed, and an offset equal to the line length moves the iterator
15405         to the next line
15406         (gtk_text_iter_set_line_index): make parallel change
15407         (gtk_text_iter_get_bytes_in_line): add this function
15408         
15409         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
15410         of byte indexes off the end of the line; byte index at the end of
15411         the line now returns FALSE and doesn't fill in the requested
15412         values, byte index past the end of the line is an error.  Also,
15413         don't allow -1 offset anymore, since its meaning is unclear.
15414
15415         This change exposes some bug in visual cursor motion, where we
15416         end up with a huge invalid byte index; needs fixing. Symptom of 
15417         bug is a crash when you hit up arrow.
15418         
15419         (_gtk_text_line_char_locate): match the change to byte_locate
15420
15421         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
15422         from start of line properly. fixes bug reported by Mikael
15423         Hermansson where backspace would delete all text before the
15424         cursor.
15425
15426 2000-12-30  Tor Lillqvist  <tml@iki.fi>
15427
15428         * gdk/win32/gdkwindow-win32.c
15429         (gdk_window_impl_win32_get_visible_region): New function, as in
15430         the X11 backend.
15431         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
15432         instead of duplicating the same code here.
15433
15434         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
15435         GDK_COLORMAP macro.
15436
15437         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
15438         destroy function.
15439         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
15440         access that.
15441
15442         * gtk/gtk.def: Update.
15443
15444         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
15445
15446 2000-12-30  Havoc Pennington  <hp@pobox.com>
15447
15448         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
15449         colormap on input only windows, to avoid special cases all over
15450         the code for these windows.
15451
15452 2000-12-26  Tor Lillqvist  <tml@iki.fi>
15453
15454         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
15455         we are on a palettized display ("PseudoColor" in X11), as the code
15456         for that doesn't work anyway, and never has.
15457
15458 2000-12-22  Alexander Larsson  <alexl@redhat.com>
15459
15460         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
15461         Don't use isprint() for chars > 255.
15462
15463 2000-12-21  Havoc Pennington  <hp@redhat.com>
15464
15465         * tests/testtreeview.c: more work
15466
15467 2000-12-21  Alexander Larsson  <alexl@redhat.com>
15468
15469         * docs/README.linux-fb:
15470         Update the docs to the new pangoft2 way.
15471
15472 2000-12-21  Alexander Larsson  <alexl@redhat.com>
15473
15474         * configure.in:
15475         For linux-fb get the pangoft2 cflags and libs. This needs a recent
15476         pango version.
15477         Remove modules/linux-fb/Makefile.
15478
15479         * gdk/linux-fb/gdkdrawable-fb2.c:
15480         Render glyphs using freetype.
15481
15482         * gdk/linux-fb/gdkfb.h:
15483         Add new fb-specific functions needed for managing windows.
15484
15485         * gdk/linux-fb/gdkmain-fb.c:
15486         Remove gdk_font_init/fini() calls.
15487
15488         * gdk/linux-fb/gdkpango-fb.c:
15489         Remove old implementation. Use pangoft2 instead.
15490
15491         * gdk/linux-fb/gdkprivate-fb.h:
15492         Remove PangoFBFont and related stuff.
15493
15494         * gdk/linux-fb/gdkwindow-fb.c:
15495         Implement drawable->get_visible_region.
15496         Implement support for _gdk_window_set_child_handler () and
15497         _gdk_window_get_decorations().
15498
15499         * modules/Makefile.am:
15500         Remove linux-fb subdir.
15501
15502         * modules/linux-fb/*:
15503         Removed all.
15504         
15505 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
15506
15507         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
15508         calls, as they are no longer needed.
15509
15510         * gtk/gtktreemodelsort.c: Fix up the comparison code.
15511         
15512         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
15513         figure out how to emit a signal on an interface.
15514
15515 2000-12-20  Havoc Pennington  <hp@redhat.com>
15516
15517         * tests: new directory to contain tests, gtk/test* should move
15518         here sometime (with appropriate on-cvs-server hackery)
15519
15520         * tests/testtreeview.c, tests/Makefile.am: a test
15521         
15522         * configure.in (AC_OUTPUT): add tests/Makefile
15523
15524         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
15525         and "invisible_set" which were missing
15526
15527         * gtk/gtkrbtree.h: some cheesy indentation fix
15528         
15529 2000-12-20  Alexander Larsson  <alexl@redhat.com>
15530
15531         * gtk/gtkinvisible.c (gtk_invisible_realize):
15532         Attach the style to the window so that the style it is not
15533         leaked when unrealizing the window.
15534
15535 2000-12-18  Havoc Pennington  <hp@redhat.com>
15536
15537         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
15538         begin/end user action where appropriate
15539         (gtk_text_view_commit_handler): add begin/end user action
15540
15541         * gtk/gtktextbuffer.c: add begin/end user action signals, and
15542         bracket interactive operations with begin/end user action pair.
15543         
15544         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
15545         "interactive" arg from insert_text and delete_text signals.
15546         Add begin_user_action, end_user_action signals
15547         (gtk_text_buffer_begin_user_action): 
15548         (gtk_text_buffer_end_user_action): New functions to delimit 
15549         a user-visible action
15550
15551         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
15552         signals.
15553         
15554 2000-12-18  Havoc Pennington  <hp@redhat.com>
15555
15556         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
15557         was pretty non-working.
15558
15559         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
15560         by passing the length to g_utf8_validate().
15561
15562 2000-12-16  Havoc Pennington  <hp@pobox.com>
15563
15564         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
15565         Port to GObject, can go back in gdk-pixbuf after setting up 
15566         a gdk-pixbuf-marshal.h header over there.
15567
15568         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
15569         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
15570         args
15571         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
15572         set
15573         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
15574         here, do it when we create the buttons later
15575         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
15576         (gtk_tree_view_map): paranoia checks that column->button is shown 
15577         and unmapped
15578         (gtk_tree_view_size_request): only request visible children.
15579         Move header size calculation in here, for cleanliness, and 
15580         to maintain invariants for child widgets if we eventually 
15581         let users set different children inside the buttons
15582         (gtk_tree_view_map_buttons): factor out code to map buttons,
15583         since it was being called several times
15584         (gtk_tree_view_size_allocate_buttons): move_resize the drag
15585         windows instead of just moving them; their height may change 
15586         if we allow random widgets in there, or the theme changes.
15587         (gtk_tree_view_size_allocate): move button size allocation 
15588         above emitting the scroll signals, to ensure a sane state when we
15589         hit user code
15590         (gtk_tree_view_button_release): remove queue_resize after
15591         tree_view_set_size(), set_size() will handle any resize queuing
15592         that's needed
15593         (gtk_tree_view_focus_in): just queue a draw, don't fool with
15594         draw_focus goo
15595         (gtk_tree_view_focus): use gtk_get_current_event() and
15596         gdk_event_get_state()
15597         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
15598         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
15599         semicolon
15600         (gtk_tree_view_create_button): show the button here
15601         (gtk_tree_view_button_clicked): actually emit the clicked signal
15602         on the column
15603         (_gtk_tree_view_set_size): return right away if the size is
15604         unchanged, as a cheesy optimization
15605         (gtk_tree_view_setup_model): rename set_model_realized to 
15606         setup_model to match the flag that indicates whether we've 
15607         called it
15608         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
15609         exist, because set_scroll_adjustment does that and it shouldn't
15610         matter what order you call these in
15611         (gtk_tree_view_get_vadjustment): ditto
15612         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
15613         for paranoia
15614         (gtk_tree_view_set_headers_visible): call
15615         gtk_tree_view_map_buttons() instead of using cut-and-paste code
15616         (gtk_tree_view_append_column): clarify whether the return value
15617         is the count of columns before or after, and do the increment 
15618         separately from the return statement so you can tell from the code.
15619         (gtk_tree_view_remove_column): ditto
15620         (gtk_tree_view_insert_column): ditto
15621         (gtk_tree_view_get_column): remove g_return_if_fail for columns
15622         outside the existing range, the docs say that outside-range
15623         columns are allowed, so we handle them as documented. (Presumably
15624         this allows a nice loop with column != NULL as test.)
15625         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
15626         mean (left/right/center etc.).
15627         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
15628         (gtk_tree_view_expand_row): add docs
15629         (gtk_tree_view_collapse_row): add docs
15630
15631         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
15632         function to emit the clicked signal on a column
15633         
15634         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
15635         state of an event
15636         (gdk_event_get_time): don't treat GDK_SCROLL 
15637         as a button event, remove default case from switch so gcc 
15638         will whine if we don't explicitly handle all event types
15639
15640         * gtk/gtktreeselection.h: added some FIXME 
15641         
15642         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
15643         "columns" to "n_columns" and "column" to "columns" for clarity
15644
15645 2000-12-16  Havoc Pennington  <hp@pobox.com>
15646         
15647         * gtk/gtktextiter.c: General cleanup of the log attr iteration
15648         stuff. This should make e.g. the delete key work again in the
15649         text widget...
15650         (gtk_text_iter_forward_cursor_positions): handle negative count
15651         (gtk_text_iter_backward_cursor_positions): handle negative count
15652         (gtk_text_iter_forward_word_ends): handle negative count
15653         (gtk_text_iter_backward_word_starts): handle negative count
15654
15655         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
15656         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
15657         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
15658         GObject. No doubt will cause breakage.
15659
15660         * demos/gtk-demo/textview.c: remove hacks around
15661         non-GObject-ification of the text objects
15662
15663         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
15664         the text tag
15665         
15666 2000-12-14  Havoc Pennington  <hp@pobox.com>
15667
15668         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
15669         that we have Xrender
15670
15671 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
15672
15673         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
15674         Add two virtualized functions gdk_drawable_get_clip_region - to
15675         get the clip region when drawing.
15676         
15677         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
15678         use invalidate_region.
15679
15680         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
15681         region.
15682
15683         * acconfig.h configure.in: Check for Xft. For now, assume
15684         that if Xft is found, Pango was compiled with Xft support
15685         as well.
15686
15687         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
15688         gdk_colormap_query_color().
15689         
15690         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
15691         with Xft if appropriate.
15692
15693         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
15694         a pangoxft context if we have XFT and the environment
15695         variable GD_USE_XFT is set.
15696         
15697         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
15698         and also possibly an XftDraw structure.
15699
15700         * gtk/gtkfontsel.c: Handle the case where the font from the
15701         style doesn't match any of the fonts a bit better.
15702         
15703         * gtk/testgtk.c: Add tabs between directional segments for
15704         hebrew/arabic test. (Not really necessary, just a little
15705         prettier.)
15706
15707 2000-12-14  Havoc Pennington  <hp@redhat.com>
15708
15709         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
15710         reading a file
15711
15712 2000-12-14  Havoc Pennington  <hp@redhat.com>
15713
15714         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
15715         unused call to get_last_line()
15716
15717         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
15718         here until boxed is working (and maybe after that - we should
15719         really not gratuitously break old code)
15720
15721         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
15722         specific types for font_desc and tabs args, move them to
15723         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
15724         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
15725
15726         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
15727         use GTK_TYPE_POINTER for signal signatures as a hack-around
15728
15729         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
15730         PangoTabArray
15731
15732         * gtk/gtktextlayout.c (line_display_iter_to_index): 
15733         make static
15734         (line_display_index_to_iter): make static
15735
15736         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
15737         to marshal a string not a boxed
15738
15739         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
15740
15741         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
15742         since the UTF-8 isn't validated yet
15743
15744         * gtk/gtktextsegment.c (char_segment_check_func): don't require
15745         lines to end in '\n'
15746         
15747         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
15748         forward_to_delimiters, and grapheme boundaries
15749         (gtk_text_view_delete_from_cursor): properly handle non-newline
15750         delimiters, and grapheme boundaries
15751
15752         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
15753         to gtk_text_iter_forward_to_delimiters, and make it work properly
15754         if empty lines end with a character other than '\n'
15755
15756         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
15757         position
15758
15759 2000-12-15  Tor Lillqvist  <tml@iki.fi>
15760
15761         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
15762
15763         * gtk/gtk.def
15764         * gdk/gdk.def: Update.
15765
15766         * gdk/win32/gdkmain-win32.c
15767         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
15768         gdkmain-win32.c here.
15769
15770         * gdk/win32/makefile.mingw.in (all): No need to make
15771         gdk-win32res.o here, the makefile one step up will call us to make
15772         it.
15773
15774         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
15775         gdkkeys-win32.
15776
15777         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
15778
15779         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
15780         call to g_source_add().
15781
15782         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
15783         leak. Thanks to Andreas Kemnade.
15784
15785 2000-12-13  Havoc Pennington  <hp@pobox.com>
15786
15787         * gtk/gtktextbtree.h: Remove double _ in front of some functions
15788
15789         * gtk/gtktext*.[hc]: update accordingly
15790         
15791 2000-12-13  Havoc Pennington  <hp@pobox.com>
15792
15793         * gtk/gtktextbtree.h: Put _ in front of every function in this 
15794         header file
15795
15796         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
15797
15798 2000-12-13  Alex Larsson  <alexl@redhat.com>
15799
15800         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
15801         Add support for ps2 intellimouse.
15802
15803         * gdkkeyboard-fb.c:
15804         Move shift-F1 repaint handling to xlate handler only.
15805         
15806         * docs/README.linux-fb:
15807         Add imps2 to docs.
15808         Document the new refresh keys.
15809         
15810 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
15811
15812         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
15813
15814         * gtk/gtkbox.c: change property types from (u)long to (u)int for
15815         ::position and ::padding.
15816
15817         * gtk/gtkcontainer.c: make ::border_width an INT property.
15818
15819         * gtk/gtkpacker.c: make ::position an INT property.
15820
15821         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
15822         guard against NULL h/v scrollbars, since this is used at construction
15823         time.
15824
15825         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
15826         internal gtk_clist_constructor().
15827
15828         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
15829         gtk_ctree_constructor().
15830
15831         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
15832         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
15833
15834         * docs/reference/Makefile.am: fun stuff, disabled docs generation
15835         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
15836
15837         * gtk/gtkwidget.[hc]:
15838         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
15839         and gtk_widget_get().
15840         (gtk_widget_new): use g_object_new_valist().
15841         (gtk_widget_set): use g_object_set_valist().
15842
15843         * gtk/gtkobject.[hc]:
15844         removed gtk_object_arg_get_info(), gtk_object_getv(),
15845         gtk_object_query_args(), gtk_object_newv(),
15846         gtk_object_class_add_signals(),
15847         gtk_object_class_user_signal_new(),
15848         gtk_object_class_user_signal_newv(),
15849         gtk_object_arg_set(), gtk_object_arg_get(),
15850         gtk_object_args_collect(),
15851         gtk_object_default_construct(),
15852         gtk_object_constructed(),
15853         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
15854         removed nsignals, signals and n_args members from GtkObjectClass.
15855         (gtk_object_new): use g_object_new_valist().
15856         (gtk_object_set): use g_object_set_valist().
15857         (gtk_object_get): use g_object_get_valist().
15858         
15859         * gtk/gtkcompat.h: define gtk_object_default_construct().
15860         
15861         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
15862         g_object_new().
15863
15864         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
15865         fucntions, cleaned up method assignments (make sure your structures
15866         are setup properly before calling out). removed all GTK_CONSTRUCTED
15867         hacks ;)
15868
15869 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
15870
15871         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
15872         off-by-one error in checks. (Dave Lambert)
15873
15874 2000-12-12  Alexander Larsson  <alexl@redhat.com>
15875
15876         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
15877         Don't free gdk_fb_keyboard twice.
15878
15879 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
15880
15881         * gtk/testgtk.c:
15882         (create_tooltips): 
15883         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
15884         use GObject swapped_signal:: properties instead.
15885
15886         * gtk/gtkcellrenderertoggle.c: 
15887         * gtk/gtkcellrenderertextpixbuf.c: 
15888         * gtk/gtkcellrenderertext.c: 
15889         * gtk/gtkcellrendererpixbuf.c: 
15890         * gtk/gtkcellrenderer.c:
15891         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
15892         missing warnings for invalid property ids, install properties
15893         with g_object_class_install_property() now.
15894         
15895         * gtk/gtksignal.c:
15896         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
15897         
15898 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
15899         
15900         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
15901         to determine if a window is the focus widget within
15902         its toplevel.
15903
15904         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
15905         to be boolean.
15906
15907         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
15908         of the case where the container CAN_FOCUS to here instead
15909         of having it in each individual move-the-focus place.
15910
15911         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
15912         focusing to be geometric in a much more obvious sense. Arrowing
15913         around is still non-intuitive because it isn't perfect and
15914         because entries, etc, grab the arrow keys, but it at least
15915         usually will do what you expect now.
15916         
15917         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
15918         file.
15919
15920         * gtk/gtknotebook.c: Change tabs to be a single item in
15921         the focus chain. Make movement of focus on tabs with arrow
15922         keys wrap around.
15923         
15924         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
15925         CHECK_FIND_CHILD macro to give informative error messages
15926         instead of silent returns.
15927
15928         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
15929         flag since we handle GdkReturn on the tabs.
15930
15931         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
15932         windows rather than sending expose events directly.
15933
15934         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
15935         definition for GtkNotebookPage into .c file, since it is private.
15936
15937         * gtk/testgtk.c (create_notebook): Add option for 
15938         testing borderless notebook.
15939
15940         * gtk/testgtk.c (page_switch): Removed egregious poking
15941         around in GTK+ internals.
15942
15943         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
15944
15945         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
15946         properly through gtk_clist_focus. Make the title headers a
15947         single item in the tab-focus chain, and make left-right wrap
15948         around.
15949
15950         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
15951         focus method so that wrapping around works properly.
15952
15953         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
15954         that is handled for the widget now. 
15955
15956 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
15957
15958         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
15959         widgets as TOPLEVEL.
15960
15961         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
15962         TOPLEVEL widgets are containers.
15963
15964         * gtk/gtkinvisible.h: Remove useless include.
15965
15966 2000-12-11  Havoc Pennington  <hp@redhat.com>
15967
15968         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
15969         Handle chopping off \r\n and 0x2029 in addition to \n before
15970         passing to PangoLayout
15971
15972         * gtk/gtkimcontextsimple.c
15973         (gtk_im_context_simple_get_preedit_string): 
15974         return an empty string if no match is pending
15975
15976         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
15977         assertion that the returned preedit string was sane
15978
15979         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
15980         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
15981         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
15982
15983 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
15984
15985         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
15986         Fix up finalizer to chain to its parent.
15987
15988 2000-12-11  Alexander Larsson  <alexl@redhat.com>
15989
15990         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
15991         Clearified the difference between the keyboard types. Wrote a note
15992         about the magic sysrq key to get out of raw mode.
15993
15994 2000-12-09  James Henstridge  <james@daa.com.au>
15995
15996         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
15997         member to hold masks for detecting the start of a protocol packet.
15998         (mouse_devs): add packet start masks for ps2 and ms device types.
15999         Left the mask for fidmour blank, as I have no idea what it should
16000         be.
16001         (handle_mouse_io): skip bytes until we get to the start of a
16002         packet.  My Logitech mouse seems to be passing an extra NULL pad
16003         byte, and GPM does a similar thing here.
16004         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
16005         this is the ms mouse driver.
16006         (gdk_fb_mouse_ms_packet): fix up button handling, which was
16007         completely broken except for button1.  It was checking the wrong
16008         bit in the packet for the status of the right mouse button, and
16009         wrongly assuming right == button2 rather than 3.  I fixed that and
16010         also added support for middle button (button2).
16011
16012 2000-12-08  Havoc Pennington  <hp@redhat.com>
16013
16014         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
16015         that cause a segfault on text insertion
16016
16017         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
16018         warning
16019
16020         * gtk/gtktextiter.c (test_log_attrs): use
16021         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
16022
16023         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
16024         Get log attrs for a line, using a cache stored on the buffer
16025         
16026         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
16027         reported by Jeff Franks
16028
16029 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
16030
16031         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
16032         /dev/ttyS0 -> /dev/mouse
16033
16034 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
16035
16036         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
16037         Added dummy gdk_fontset_load.
16038
16039 2000-12-08  Alexander Larsson  <alexl@redhat.com>
16040
16041         * docs/README.linux-fb:
16042         * docs/Makefile.am:
16043         Initial GtkFB docs.
16044         
16045         * gdk/linux-fb/Makefile.am:
16046         Define GDK_DATA_PREFIX.
16047
16048         * gdk/linux-fb/gdkmain-fb.c:
16049         Fix typo.
16050         Change default display to /dev/fb0.
16051
16052         * gdk/linux-fb/gdkpango-fb.c:
16053         Add $(prefix)/share/fonts/ to font path.
16054         
16055 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
16056
16057         * gdk/linux-fb/gdkkeyboard-fb.c:
16058         New file containing the abstracted keyboard driver. Most code
16059         taken from gdkinput-ps2.c
16060
16061         * gdk/linux-fb/gdkinput-ps2.c:
16062         Removed file.
16063         
16064         * gdk/linux-fb/Makefile.am:
16065         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
16066
16067         * gdk/linux-fb/gdkcolor-fb.c:
16068         display->fb was renamed to display->fb_fd.
16069
16070         * gdk/linux-fb/gdkcursor-fb.c:
16071         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16072
16073         * gdk/linux-fb/gdkinput.c:
16074         Moved gdk_input_init here from gdkinput-ps2.c
16075
16076         * gdk/linux-fb/gdkmain-fb.c:
16077         display->fb was renamed to display->fb_fd.
16078         Now the tty and the console is opened here instead
16079         of in the keyboard driver. Also check GDK_VT to see what
16080         tty to open.
16081         Move gdk_beep () here from gdkinput-ps2.c
16082         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16083
16084         * gdk/linux-fb/gdkmouse-fb.c:
16085         Add header.
16086         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16087         Return correct keyboard modifiers.
16088         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
16089
16090         * gdk/linux-fb/gdkprivate-fb.h:
16091         Add tty and vt info to display.
16092         Add orignal modeinfo storage to display
16093         Update global functions
16094
16095         * gdk/linux-fb/gdkwindow-fb.c:
16096         Added gdk_fb_window_find_focus().
16097         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16098
16099 2000-12-07  Havoc Pennington  <hp@pobox.com>
16100
16101         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
16102         function, noticed by Alex
16103
16104 2000-12-06  Elliot Lee  <sopwith@redhat.com>
16105
16106         * configure.in: Detect freetype properly
16107
16108         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
16109         above.
16110
16111 2000-12-06  Alexander Larsson  <alexl@redhat.com>
16112
16113         * gdk/linux-fb/Makefile.am:
16114         Add gdkmouse-fb.c
16115         
16116         * gdk/linux-fb/gdkmouse-fb.c:
16117         New file. Abstracted the mouse drivers a bit.
16118
16119         * gdk/linux-fb/gdkcursor-fb.c:
16120         The cursor hide/show functions was moved here from gdkinput-ps2.c.
16121
16122         * gdk/linux-fb/gdkinput-ps2.c:
16123         Removed old mouse handling code. Moved cursor handling code
16124         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
16125         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
16126         gdk_mouse_get_info.
16127
16128         * gdk/linux-fb/gdkmain-fb.c:
16129         Pass NULL pointers for x,y in gdk_mouse_get_info call.
16130
16131         * gdk/linux-fb/gdkprivate-fb.h:
16132         Removed public gdk_fb_find_common_ancestor, added and renamed
16133         functions for the new mouse handling code.
16134
16135         * gdk/linux-fb/gdkwindow-fb.c:
16136         Moved gdk_fb_window_send_crossing_events here. added global
16137         variable gdk_fb_window_containing_pointer. made
16138         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
16139         renamed to gdk_mouse_get_info.
16140
16141 2000-12-06  Alexander Larsson  <alexl@redhat.com>
16142
16143         * gdk/linux-fb/gdkevents-fb.c:
16144         Update to match latest gmain/gsource changes.
16145
16146         * gdk/linux-fb/gdkinput-ps2.c:
16147         Bogus gdk_keymap_get_entries_for_keycode implementation so that
16148         it links. Will be implemented later.
16149
16150 2000-12-03  Havoc Pennington  <hp@pobox.com>
16151
16152         * gdk/Makefile.am: add gdkkeys.[hc]
16153
16154         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
16155         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
16156
16157         * acconfig.h, configure.in: add checks and command line options
16158         for XKB
16159
16160         * gdk/x11/gdkkeys-x11.c: Implement the above functions
16161         
16162         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
16163         and group in the key event
16164
16165         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
16166         field with the low-level hardware key code, and a group
16167         field with the keyboard group
16168
16169         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
16170         and declare a couple globals used for keymap handling
16171         
16172         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
16173         hold down Shift-Control and type a hex number to get a Unicode 
16174         character corresponding to the hex number
16175         (gtk_im_context_simple_get_preedit_string): Fix cursor position
16176         (return bytes not chars)
16177
16178 2000-12-05  Elliot Lee  <sopwith@redhat.com>
16179
16180         * gdk/gdkcolor.h: Make GdkColor specify element sizes
16181         to avoid waste on 64-bit platforms.
16182
16183 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
16184
16185         * INSTALL: Fix link to PNG home, remove reference
16186         to fribidi.
16187
16188         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
16189         
16190         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
16191         tested.)
16192
16193         * gtk/gtkcheckmenuitem.c: Permanently turn on
16194         always_show_toggle.
16195
16196         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
16197         be NULL. (Vladimir Klebanov, #26545)
16198
16199         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
16200         some signed/unsigned comparison problems. (#6510,
16201         David Kaelbling)
16202
16203         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
16204         return type to boolean (Oskar Liljeblad, #18648)
16205
16206 2000-12-05  Alexander Larsson  <alexl@redhat.com>
16207
16208         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
16209         Remove bogus colormap setting.
16210
16211 2000-12-05  Alexander Larsson  <alexl@redhat.com>
16212
16213         * gdk/linux-fb/gdkcolor-fb.c:
16214         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
16215
16216         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
16217         Must set colormap.
16218         
16219 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
16220
16221         * docs/tutorial/gtk-tut.sgml: DND updates
16222
16223 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
16224
16225         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
16226         Remove old debug g_warning().
16227         (gdk_fb_draw_drawable): The src argument can be either a wrapper
16228         or an implementation, just pass the implementation to draw_drawable_2.
16229         
16230         * gdk/linux-fb/gdkprivate-fb.h:
16231         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
16232
16233         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
16234         clear and invalidate area when window is destroyed.
16235         (send_map_events): Remove old commented out code.
16236
16237 2000-12-05  Alexander Larsson  <alexl@redhat.com>
16238
16239         * gdk/linux-fb/gdkpango-fb.c:
16240         Use italic instead of oblique in font aliases.
16241         
16242         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
16243         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
16244         other unsupported functions.
16245
16246 2000-12-04  Havoc Pennington  <hp@redhat.com>
16247
16248         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
16249
16250         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
16251
16252         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
16253
16254         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
16255         hack to avoid infinite loops (synthetic expose event) - 
16256         Owen has more appropriate fixes in a branch he'll check in later.
16257
16258         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
16259         separator, CR, and CRLF as line ends
16260
16261         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
16262         into lines using pango_find_paragraph_boundary(); other bits of
16263         the widget are still going to be broken if the boundary isn't '\n'
16264         though
16265
16266 2000-12-04  Alexander Larsson  <alexl@redhat.com>
16267
16268         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
16269         multiply.
16270
16271         * gdk/linux-fb/gdkpango-fb.c:
16272         Copied some 26.6 scaling macros from pango to clean up the rounding.
16273         (pango_fb_font_get_glyph_info): Correct sign on x value.
16274
16275         * gdk/linux-fb/gdkprivate-fb.h:
16276         Removed unreferenced external functions.
16277
16278         * modules/linux-fb/Makefile.am: Use ` instead of '.
16279
16280         * modules/linux-fb/basic.c:
16281         Remove dead code. In particular the dummy lang engine which broke all
16282         pango layouts in GtkFB. Don't include tables-big.i anymore.
16283
16284         * modules/linux-fb/tables-big.i:
16285         Upgrade to latest version from pango. Left for reference, basic_ranges
16286         moved to basic.c.
16287         
16288 2000-12-04  Havoc Pennington  <hp@redhat.com>
16289
16290         Fix bugs Alex found:
16291         
16292         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
16293         to "draw"
16294
16295         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
16296
16297         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
16298
16299         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
16300         implementation in here, apparently the expose() implementation was
16301         dead code.
16302
16303 2000-12-04  Alexander Larsson  <alexl@redhat.com>
16304
16305         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
16306         Return positive descent.
16307
16308 2000-12-02  Havoc Pennington  <hp@pobox.com>
16309
16310         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
16311         method and signal
16312         
16313         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
16314         calls gdk_window_process_updates() to push the exposes through
16315         (gtk_widget_class_init): No more draw signal, no
16316         gtk_widget_real_draw()  
16317         
16318         * gtk/gtkbin.c (gtk_bin_draw): remove
16319
16320         * gtk/gtkbox.c (gtk_box_draw): remove
16321
16322         * gtk/gtkbutton.c (gtk_button_draw): remove
16323
16324         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
16325
16326         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
16327
16328         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
16329
16330         * gtk/gtkclist.c (gtk_clist_draw): remove
16331
16332         * gtk/gtkentry.c (gtk_entry_draw): remove
16333
16334         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
16335
16336         * gtk/gtkfixed.c (gtk_fixed_draw): remove
16337
16338         * gtk/gtkframe.c (gtk_frame_draw): remove
16339
16340         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
16341
16342         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
16343
16344         * gtk/gtklayout.c (gtk_layout_draw): remove
16345
16346         * gtk/gtklist.c (gtk_list_draw): remove
16347
16348         * gtk/gtklistitem.c (gtk_list_item_draw): remove
16349
16350         * gtk/gtkmenu.c (gtk_menu_draw): remove
16351
16352         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
16353
16354         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
16355
16356         * gtk/gtknotebook.c (gtk_notebook_draw): remove
16357
16358         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
16359
16360         * gtk/gtkpacker.c (gtk_packer_draw): remove
16361
16362         * gtk/gtkrange.c (gtk_range_draw): remove
16363
16364         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
16365
16366         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
16367
16368         * gtk/gtktable.c (gtk_table_draw): remove
16369
16370         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
16371
16372         * gtk/gtktext.c (gtk_text_draw): remove
16373
16374         * gtk/gtktextview.c (gtk_text_view_draw): remove
16375
16376         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
16377
16378         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
16379
16380         * gtk/gtktree.c (gtk_tree_draw): remove
16381
16382         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
16383
16384         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
16385
16386         * gtk/gtkviewport.c (gtk_viewport_draw): remove
16387
16388         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
16389
16390         * gtk/gtkvscale.c (gtk_vscale_draw): remove
16391
16392         * gtk/gtkwindow.c (gtk_window_draw): remove
16393
16394 2000-20-01  Anders Carlsson  <andersca@gnu.org>
16395
16396         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
16397         a GtkToggleButton is both insensitive and active, it was being
16398         drawn by the GtkButton draw handler which doesn't check the
16399         state. Now it's calling gtk_toggle_button_paint instead.
16400         
16401 2000-12-01  Havoc Pennington  <hp@redhat.com>
16402
16403         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
16404         dangling pointers to the appearance attributes from the 
16405         line display
16406
16407         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
16408         width/height to mean "full width/height of drawable"
16409
16410         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
16411         click to select word/line
16412         
16413         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
16414         when getting log attrs. Get a slice, so that pixmaps and stuff
16415         are properly handled.
16416
16417         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
16418         paste into the selection (replaces selection now, previously
16419         crashed or added to selection). Reveals longstanding btree bug -
16420         select multiple lines, middle-click on the selection, boom. This
16421         isn't related to my changes though.
16422
16423         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
16424         PangoLogAttrs changes
16425         (gtk_entry_move_backward_word): ditto
16426
16427         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
16428         functions return bool whether the iter moved onto a
16429         dereferenceable position.
16430  
16431         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
16432         functions for motion in terms of display lines.
16433
16434         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
16435         get the buffer a mark is inside
16436         
16437 2000-12-01  Alexander Larsson  <alexl@redhat.com>
16438
16439         * gdk/linux-fb/Makefile.am:
16440         * modules/linux-fb/Makefile.am:
16441         Freetype 2 final uses freetype-config
16442
16443         * gdk/linux-fb/gdkpango-fb.c:
16444         Upgrade to use Freetype 2 final.
16445         More flexible support for font aliases, this also fixes a bug with
16446         GtkFontSelector, as the aliases must be visible in the font/family list,
16447         or GtkFontSelector reads uninitialized memory.
16448
16449 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
16450
16451         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
16452         XGetIMValues to properly terminate variable argument list, and do
16453         NULL return check for ic_values and xim_styles.
16454
16455         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
16456         Restore preedit state after XmbResetIC().
16457         
16458         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
16459         XvaCreateNestedList() should take XvaNestedList, but not
16460         XvaNestedList*.
16461
16462         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
16463         preedit_draw_callback, preedit_caret_callback): Match
16464         "preedit-changed" signal name to "preedit_changed" to be
16465         consistent to the spec.
16466
16467         * gtk/gtkimcontextsimple.c (check_table):
16468         Match "preedit-changed" to "preedit_changed" to be consistent
16469         to the spec.
16470
16471 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
16472
16473         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
16474         gc->clip_region == NULL>
16475
16476 2000-11-30  Tor Lillqvist  <tml@iki.fi>
16477
16478         Changes by Hans Breuer:
16479         
16480         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
16481         Dont't use negative width and height as max_hints. This fixes
16482         Owen's recent testgtk changes for win32.
16483
16484         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
16485         gdk_win32_hdc_release): These are exported and may be called with
16486         other drawable types than our GdkDrawableImplWin32 (?).
16487
16488         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
16489         so always #define USE_BACKING_STORE.
16490
16491         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
16492         of printf for debugging output.
16493
16494         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
16495         
16496         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
16497
16498         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
16499         declaration.
16500
16501         * gtk/gtktexttypes.h: Ditto.
16502
16503         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
16504         (GDK_VoidSymbol) also if in case of arg check failure.
16505
16506         * gtk/gtkimcontextsimple.c
16507         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
16508         position to the pointer, but to the variable it points to.
16509
16510         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
16511
16512         * gtk/gtk.def: Updates.
16513
16514 2000-11-29  Elliot Lee  <sopwith@redhat.com>
16515
16516         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
16517         GTK_TYPE_TREE_MODEL.
16518
16519 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16520
16521         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
16522         Set the size of the font from the description.
16523         (gdk_text_width): Gross hack that calculates the width
16524         of text by text_length * size/2. This is necessary because
16525         GtkLabel does some ugly gtk_string_width call to calculate
16526         an good size.
16527         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
16528
16529 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
16530
16531         * docs/tutorial/gtk-tut.sgml: DND updates
16532
16533 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16534
16535         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
16536         If you pass width or height == 0 to gdk_window_clear_area they
16537         should be calculated from the window size.
16538
16539 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16540
16541         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
16542         a grab, but no grab-cursor, use the cursor from the grabbed
16543         window. (gdk_fb_window_send_crossing_events): Send normal
16544         enter/leave notifications if grab and owner_events == TRUE.
16545
16546 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16547
16548         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
16549         Do implicit button grabs, even if the window doesn't
16550         want the event.
16551         (gdk_fb_window_send_crossing_events): If there is a
16552         grab, only the grabbed window gets normal enter/leave
16553         notifications. On ungrab go from grabbed window to current.
16554         Don't send any notification to b when propagating from c -> b.
16555         If setting a grab on window, don't set prev_window.
16556         (handle_mouse_input): Send enter/leave events to the window the
16557         mouse is over, not the grabbed one.
16558         
16559 2000-11-28  Elliot Lee  <sopwith@redhat.com>
16560
16561         * gdk/gdkregion-generic.c: Zap warning.
16562         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
16563         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
16564
16565 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
16566
16567         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
16568         The cursor should be hidden if it is part of either the
16569         source or destination region. Not only if it is in both.
16570         (gdk_window_set_transient_for): Silence warnings.
16571
16572 2000-11-28  Alexander Larsson  <alexl@redhat.com>
16573
16574         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
16575         The default mode in X is Pie Arcs, therefore that is
16576         what Gtk+ uses.
16577
16578 2000-11-28  Alexander Larsson  <alexl@redhat.com>
16579
16580         * gdk/linux-fb/gdkinput-ps2.c:
16581         Implement correct EnterNotify/LeaveNotify:
16582         (gdk_fb_window_send_crossing_events): New function that sends
16583         all GdkCrossingEvents from the last mouse-window to the specified
16584         destination.
16585         (gdk_fb_window_visibility_crossing): Removed function.
16586         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
16587         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
16588         instead of gdk_window_get_pointer() for better readability.
16589
16590         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
16591         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
16592
16593         * gdk/linux-fb/gdkprivate-fb.h:
16594         removed gdk_fb_window_visibility_crossing, added
16595         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
16596
16597         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
16598         New function that finds the least common ancestor of two windows.
16599         (gdk_window_show, gdk_window_hide):
16600         Use gdk_fb_window_send_crossing_events.
16601         (gdk_fb_window_move_resize): Send configure events to toplevel
16602         windows. Use gdk_fb_window_send_crossing_events.
16603
16604 2000-11-27  Havoc Pennington  <hp@redhat.com>
16605
16606         * gtk/gtkprivate.h (enum): Remove a trailing comma
16607
16608 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
16609
16610         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
16611         the "changed" callback of the adjustment.  We need to redraw the
16612         spin button's arrows when the adjustment's range changes.
16613         (adjustment_changed_cb): Draw the arrows.
16614         (gtk_spin_button_value_changed): Draw the arrows.
16615
16616 2000-11-23  Alexander Larsson  <alexl@redhat.com>
16617
16618         * gdk/linux-fb/gdkselection-fb.c:
16619         Initial selection implementation.
16620
16621         * gtk/gtkselection.c:
16622         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
16623         requestor in gtk_selection_request.
16624         
16625         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
16626         Added gdk_selection_property atom.
16627
16628         * gdk/linux-fb/gdkprivate-fb.h:
16629         Export _gdk_selection_window_destroyed.
16630         Removed mask_off_x/y from GdkCursorPrivateFB.
16631         Removed hbearing, added top, left to PangoFBGlyphInfo.
16632
16633         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
16634         Call _gdk_selection_window_destroyed
16635         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
16636         the root window has been created.
16637         (static_dx_hack, static_dy_hack, compare_draw_rects,
16638         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
16639         in region. They are already sorted. Instead just traverse them in
16640         reverse if draw_direction < 0.
16641         
16642         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
16643         Double-clicks must be sent after the normal button_press.
16644         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
16645         
16646         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
16647         Pass _gdk_fb_screen_gc instead of NULL.
16648
16649         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
16650         Initialize gdk_selection_property.
16651         (gdk_event_make): Remove unused code.
16652
16653         * gdk/linux-fb/gdkcursor-fb.c:
16654         Make the pixmap for the cursor the same size as the mask. Also remove
16655         the mask_off_x/y fields in GdkCursorPrivateFB and combine
16656         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
16657         Now the whole cursor is visible.
16658
16659         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
16660         Fix bug where xdest+height instead of ydest+height was used
16661         to calculate if the source and dest overlapped. This fixes the
16662         redraw bug when the main window in testgtk was scrolled when
16663         partially covered by a tall window.
16664         Copy rectangles in region in order depending on draw_direction.
16665         Also moved the draw_direction flipping of start_y and end_y into
16666         the gc functions, as this might not be what all of them want.
16667         (gdk_fb_draw_lines): Support dashed lines.
16668         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
16669         so that the text is positioned correctly (was 1 pixel high).
16670
16671         gdk/linux-fb/gdkgc-fb.c:
16672         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
16673         all lines were drawn a pixel to short. Also checked the default of
16674         the rest of the values, and they're the same as X now.
16675
16676         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
16677         Clean up pixel positioning of the glyphs. Just use bgy->top and
16678         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
16679         to all divisions to get correct rounding behaviour.
16680
16681         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
16682         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
16683         Moved start_y/end_y flip into draw_drawable implementations.
16684         Flip also x rendering when draw_direction < 0.
16685         Remove unneccesary multiply with draw_direction.
16686
16687 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
16688
16689         * docs/tutorial/gtk-tut.sgml:
16690           - get rid of gtk_toggle_button_toggled FUD
16691           - start DND section - needs work - based on:
16692                 http://wolfpack.twu.net/docs/gtkdnd/
16693
16694 2000-11-22  Alexander Larsson  <alexl@redhat.com>
16695
16696         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
16697         Correct calculation of font metrics. Now GtkEntrys have sane
16698         size.
16699
16700 2000-11-22  Alexander Larsson  <alexl@redhat.com>
16701
16702         * gdk/gdktypes.h:
16703         Add new type GdkSpan
16704         
16705         * docs/reference/gdk/gdk-sections.txt,
16706         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
16707         gdk/gdkregion.h:
16708         Implement and document gdk_region_spans_intersect_foreach.
16709
16710         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
16711         Add new file gdkrender-fb.c which contains all core
16712         rendering code.
16713         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
16714         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
16715         (optimized rectangle fillers).
16716
16717         * gdk/linux-fb/gdkdrawable-fb2.c:
16718         Move all rendering code to gdkrender-fb.c.
16719         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
16720         Use the new span intersection functions in gdk_fb_fill_spans.
16721         gdk_fb_draw_rectangle() clips filled rectangles and calls
16722         gc->fill_rectangle with the result.
16723         gdk_fb_fill_spans() gets extra argument "sorted".
16724
16725         * gdk/linux-fb/gdkevents-fb.c:
16726         Remove unused includes and defines.
16727         New function gdk_fb_get_time() to get correct time for events.
16728
16729         * gdk/linux-fb/gdkinput-ps2.c:
16730         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
16731         Make sure to set the time of all events.
16732
16733         * gdk/linux-fb/gdkmain-fb.c:
16734         Use gdk_fb_get_time ().
16735
16736         * gdk/linux-fb/gdkprivate-fb.h:
16737         New virtual GC calls: fill_span & fill_rectangle.
16738         Export gdk_fb_get_time().
16739         gdk_fb_fill_spans() gets extra argument "sorted".
16740
16741         * gdk/linux-fb/mi*.c:
16742         Use GdkSpan instead of GdkRectangle.
16743         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
16744         from XFree 4 source)
16745         
16746 2000-11-22    <jrb@redhat.com>
16747
16748         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
16749         reversing the order in an if statement will do.  Doing so managed
16750         to make the treemodelsort half work.  Other half will follow after
16751         I get the insert function fully fixed.
16752
16753 2000-11-21  Elliot Lee  <sopwith@redhat.com>
16754         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
16755         more than 2 bits. Besides, I need to implement an evil hack. :)
16756
16757 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
16758
16759         * docs/tutorial/gtk-tut.sgml: minor corrections
16760
16761 2000-11-20  Jonathan Blandford <jrb@redhat.com>
16762         * gtk/gtktreemodelsort.h: Add convertion functions to let you
16763           convert to and from relative path's and iters.
16764
16765         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
16766           testing sorting functions a bit better.  Currently broken -- will
16767           fix in morning.
16768
16769 2000-11-20  Havoc Pennington  <hp@redhat.com>
16770
16771         * gtk/gtkwidget.c: Documented a bunch of functions in here
16772         (gtk_widget_realize): Warn if you try to realize
16773         a widget with no parent that isn't a toplevel
16774         (gtk_widget_intersect): return a gboolean
16775
16776 2000-11-20  Havoc Pennington  <hp@redhat.com>
16777
16778         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
16779         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
16780         scrolling to be implemented in GDK to finish. Also, right now
16781         we just size_allocate all children on every layout change,
16782         which is pretty lame. Test commented out of testtext.c, 
16783         until it works better.
16784
16785 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
16786
16787         * gdk/linux-fb/gdkdrawable-fb2.c:
16788         Removed unused arguments from gdk_fb_drawable_get_pixel().
16789
16790         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
16791         Renamed fidur specific mouse packet data in MouseDevice to
16792         generic. Used it in ps2 mouse handling code to avoid blocking
16793         reads.
16794
16795 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
16796
16797         * demos/gtk-demo/main.c: Changed to have the list become
16798         non-italic when the demo window is destroyed through an external
16799         event (like a close button).  Doing so found three bugs in the
16800         widget.
16801
16802         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
16803
16804         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
16805         we actually set the cell.
16806
16807         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
16808
16809         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
16810         free a leaked path.  Thanks memprof.
16811
16812 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
16813
16814         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
16815         off-by-one error when destroying allocated segments
16816         on failure. (Elliot)
16817
16818 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
16819
16820         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
16821         memleaks found by Evan Martin.
16822
16823 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
16824
16825         * Released 1.3.2
16826         
16827         * NEWS: Updates for 1.3.2
16828
16829 2000-11-17  Tor Lillqvist  <tml@iki.fi>
16830
16831         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
16832         but in general for window system specific events.
16833
16834         * gtk/gtk.def
16835         * gtk/makefile.mingw.in
16836         * gtk/makefile.msc.in: Update.
16837         
16838         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
16839
16840 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
16841
16842         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
16843         distribute gtk.immodules.
16844
16845         * gtk/Makefile.am (install-data-local): Don't install the
16846         gtk.immodules file created for the uninstalled modules;
16847         instead run gtk-query-immodules after install
16848
16849 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
16850
16851         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
16852         -rpath to the right install location.
16853
16854         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
16855         -export-dynamic.
16856
16857         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
16858         properly.
16859
16860 2000-11-15  Havoc Pennington  <hp@pobox.com>
16861
16862         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
16863         patch from Mikael Hermansson to temporarily stop blinking while
16864         the user is using the keyboard to type or navigate. 
16865
16866         Also, when blinking, stay on for longer than we stay off. Also,
16867         return from start_cursor_blink if !cursor_visible, to save
16868         checking that flag all over the place before we call
16869         start_cursor_blink.
16870
16871 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
16872
16873         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
16874         only contain a "fontset" line, which is now ignored.
16875
16876         * gtk/gtkentry.c (gtk_entry_button_release): Make 
16877         double-click-to-select-word work.
16878         
16879 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
16880
16881         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
16882         Don't move back one char when we are actually at the end of the 
16883         paragraph.
16884
16885 2000-11-15  Robert Brady  <robert@suse.co.uk>
16886
16887         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
16888         'o' < 'p'.
16889         
16890         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
16891         bind_textdomain_codeset.
16892
16893         (gtk_init_check): Make the warning about translating default:LTR
16894         sterner.
16895         
16896 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
16897
16898         * **/Makefile.am : remove unecessary rules for win32-specific
16899         config-substituted targets. If you want these rules, use
16900         --enable-maintainer-mode (called automatically by autogen.sh).
16901         Stops a lot of unneccessary make-time warnings.
16902
16903         * gtk/gtktext{layout,display}.c: Factor in total width as
16904         well as screen when figuring alignment for word-wrap as well as
16905         no wrap; this is necessary to handle lines that cannot be wrapped
16906         at all.
16907
16908 2000-11-15  Havoc Pennington  <hp@redhat.com>
16909
16910         * gtk/testtext.c: Implement essential color cycling feature
16911
16912 2000-11-15  Havoc Pennington  <hp@redhat.com>
16913
16914         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
16915         when we invalidate the main window.
16916
16917         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
16918         GtkTextView will now invalidate the side windows for us when text
16919         changes.
16920
16921 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
16922
16923         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
16924         unconditionally, since we may need to update the horizontal
16925         scrollbars even if the height didn't change.
16926
16927         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
16928         the extra attrs, since some of them affect size.
16929
16930         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
16931         x_offset correctly.
16932
16933 2000-11-15  Havoc Pennington  <hp@redhat.com>
16934
16935         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
16936         don't move the first line out into the margin, instead move the
16937         whole paragraph in order to make space for the first line within 
16938         the margin
16939
16940 2000-11-15  Havoc Pennington  <hp@redhat.com>
16941
16942         * gtk/gtktextview.c (changed_handler): offset redraw rect by
16943         xoffset in addition to yoffset, so horizontal scrolling doesn't
16944         break redraws
16945
16946 2000-11-15  Havoc Pennington  <hp@redhat.com>
16947
16948         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
16949         from the cursor
16950         (render_layout_line): fix reversed test that caused weird
16951         underlines to get drawn
16952
16953 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
16954
16955         * gdk/linux-fb/gdkprivate-fb.h:
16956         Fix debug macros.
16957         
16958 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
16959
16960         * gdk/linux-fb/gdkprivate-fb.h:
16961         Added virtual functions set_pixel, get_color,
16962         fill_span and draw_drawable to the GC.
16963         Added global _gdk_fb_screen_gc to use instead of
16964         NULL when drawing to the screen.
16965         Added _gdk_fb_gc_calc_state() prototype.
16966
16967         * gdk/linux-fb/gdkgc-fb.c:
16968         Call _gdk_fb_gc_calc_state() on any gc state change.
16969
16970         * gdk/linux-fb/gdkglobals-fb.c:
16971         Add _gdk_fb_screen_gc
16972                 
16973         * gdk/linux-fb/gdkdrawable-fb2.c:
16974         _gdk_fb_gc_calc_state() calculates best functions
16975         for the GC state and depth.
16976         Moved bpp specialized code to separate functions.
16977         Added optimized 24 bpp AA draw_drawable.
16978
16979         * gdk/linux-fb/gdkevents-fb.c:
16980         Silence gcc warning.
16981
16982         * gdk/linux-fb/gdkimage-fb.c:
16983         Use _gdk_fb_screen_gc
16984
16985         * gdk/linux-fb/gdkwindow-fb.c:
16986         Init and use _gdk_fb_screen_gc
16987
16988         * gdk/linux-fb/mitypes.h:
16989         Remove unused types.
16990
16991 2000-11-14  Havoc Pennington  <hp@pobox.com>
16992
16993         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
16994         to pixels
16995
16996 2000-11-14  Havoc Pennington  <hp@pobox.com>
16997
16998         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
16999
17000         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
17001         unknown char, no real reason we were using a variable. 
17002         Remove gtk_text_unknown_char variable. Fix all the text widget
17003         files accordingly.
17004
17005         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
17006         since the Unicode spec seems to prefer that character for our
17007         purposes.
17008
17009 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
17010
17011         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
17012         value of g_getenv() isn't freeable, so g_strdup it.
17013
17014         * modules/input/inuktitut.c: Inuktitut input method.
17015
17016         * modules/input/Makefile.am: Build this.
17017         
17018 2000-11-14  Elliot Lee  <sopwith@redhat.com>
17019
17020         * gtk/Makefile.am: Install gtk.immodules, needed for operation
17021         of gtk programs.
17022
17023 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
17024
17025         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
17026         reversed > that was causing Home to go to end of previous line.
17027
17028         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
17029         modified-keypresses (leave for bindings.)
17030
17031         * modules/input/Makefile.am: Remove useless -export-dynamic
17032         from module LDFLAGS.
17033
17034 2000-11-14  Havoc Pennington  <hp@redhat.com>
17035
17036         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
17037         higher.
17038
17039         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
17040         account. Also, render rise, underline, background, etc. for
17041         pixbufs as well as text. Also, draw underlines one pixel higher.
17042
17043         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
17044         PangoAttribute for the rise, so it gets drawn properly. Also,
17045         add the GtkTextAppearance attribute for pixbuf/widget segments
17046         as well; we should go ahead and have rise, underline, background,
17047         stipple work for those
17048
17049         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
17050         Pango
17051
17052 2000-11-15  Tor Lillqvist  <tml@iki.fi>
17053
17054         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
17055
17056         * gtk/gtk.def: Update.
17057
17058         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
17059         included.
17060         (gtk_rc_get_im_module_file): Use run-time installation directory
17061         on Win32.
17062
17063         * gdk/win32/rc/gdk.rc: Remove.
17064         * gdk/win32/rc/gdk.rc.in: New file.
17065         * gdk/win32/rc/Makefile.am: New file
17066         * gdk/win32/Makefile.am: Corresponding changes.
17067
17068         * gtk/gtk.rc: Remove.
17069         * gtk/gtk-win32.rc.in: New file.
17070         * gtk/Makefile.am: Corresponding changes.
17071
17072         * configure.in: Corresponding changes.
17073
17074         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
17075         has a built gtkcompat.h. Developers using CVS code on Win32 can
17076         hand-edit it from gtkcompat.h.in.
17077
17078         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
17079         gtkcompat.h from gtkcompat.h.win32.
17080
17081 2000-11-14  Havoc Pennington  <hp@redhat.com>
17082
17083         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
17084         to default to GDK_ACTION_MOVE if the drag is within a single
17085         widget. Defaults to GDK_ACTION_COPY between widgets.
17086
17087 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
17088
17089         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
17090
17091         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
17092
17093         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
17094         srcdir != builddir
17095
17096         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
17097
17098         * configure.in (GTK_VERSION): Up to 1.3.2
17099
17100         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
17101         gtkimcontextxim.h
17102
17103         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
17104         missing doc comment.
17105
17106 2000-11-14  Alexander Larsson  <alexl@redhat.com>
17107
17108         * modules/linux-fb/basic.c:
17109         Use the glib iconv wrappers.
17110
17111 2000-11-13  Havoc Pennington  <hp@pobox.com>
17112
17113         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
17114         still more bugs.
17115
17116         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
17117         scroll the GdkWindows before realization.
17118
17119 2000-11-13  Havoc Pennington  <hp@redhat.com>
17120
17121         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
17122         where GC didn't always get updated properly
17123
17124         * demos/gtk-demo/textview.c (create_tags): Use subattributes
17125         of fonts instead of setting the entire font
17126
17127         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
17128         setting entire font
17129
17130         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
17131
17132         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
17133         a bunch of individually-settable font attributes. You can still 
17134         use the "font" and "font_desc" args, they just set all the font
17135         attributes at once.
17136
17137 2000-11-13 Elliot Lee <sopwith@redhat.com>
17138
17139         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
17140
17141 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
17142
17143         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
17144         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
17145
17146         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
17147         work better.
17148
17149 2000-11-13  Havoc Pennington  <hp@redhat.com>
17150
17151         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
17152         the module file.
17153
17154         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
17155         dest->language
17156
17157         * gtk/testtext.c: Test pixels above/below/inside paragraphs
17158         settings
17159
17160         * gtk/gtktextview.c: Implement object args and setters/getters for
17161         all the aspects of the GtkTextAttributes that are not set from
17162         GtkWidget attributes. This is spacing, justification, margins,
17163         etc.
17164
17165         (gtk_text_view_set_arg)
17166         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
17167         args
17168         (gtk_text_view_class_init): Add args for justify, left_margin,
17169         right_margin, indent, and tabs
17170         
17171
17172         * gtk/gtktextlayout.c (set_para_values): fix to display indent
17173         attribute properly
17174
17175         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
17176         replace with indent attribute
17177
17178         * gtk/gtktextlayout.c (set_para_values): multiply indent by
17179         PANGO_SCALE
17180
17181         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
17182         rearranging code to do that
17183         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
17184         i.e. don't subtract the top_margin first, just to keep
17185         all margin-futzing in one place.
17186
17187         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
17188
17189         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
17190         special case of last line, Pango now handles this itself.
17191         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
17192         Y coordinate
17193         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
17194         (find_display_line_above): wasn't moving the byte index as it
17195         iterated over lines, so always returned byte 0. Also, port to use
17196         PangoLayoutIter.
17197         (find_display_line_below): same problem as
17198         find_display_line_above. Also, port to use PangoLayoutIter.
17199
17200 2000-11-13  Alexander Larsson  <alexl@redhat.com>
17201
17202         * gdk/linux-fb/*.[ch]:
17203         Massive reindent to gtk+ standard. My hands hurt.
17204
17205         * gdk/linux-fb/gdkcolor-fb.c:
17206         Move GdkColorPrivateFB from inherited to windowing_data
17207
17208         * gdk/linux-fb/gdkcursor-fb.c:
17209         _gdk_cursor_new_from_pixmap made static
17210
17211         * gdk/linux-fb/gdkdnd-fb.c:
17212         GdkDragContextPrivate moved to windowing_data
17213
17214         * gdk/linux-fb/gdkdrawable-fb2.c:
17215         Removed endian.h, use glib endianness macros instead
17216         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
17217         and GDK_DRAWABLE_IMPL_FBDATA
17218
17219         * gdk/linux-fb/gdkfont-fb.c:
17220         Add empty gdk_font_load(). Needed for linking of Gtk+.
17221
17222         * gdk/linux-fb/gdkimage-fb.c:
17223         Removed endian.h, use glib endianness macros instead
17224         Moved GdkImagePrivateFB to windowing_data
17225         gdk_image_new_bitmap didn't always allocate enough
17226         memory.
17227
17228         * gdk/linux-fb/gdkinput-ps2.c:
17229         Added semi-working support for MS serial mice.
17230
17231         * gdk/linux-fb/gdkprivate-fb.h:
17232         s/GdkWindowPrivate/GdkWindowObject/
17233         Removed GdkWindowPrivate typedef
17234         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
17235         Removed GDK_DRAWABLE_P
17236         Move GdkColorPrivateFB from inherited to windowing_data
17237         Moved GdkImagePrivateFB to windowing_data
17238
17239         * gdk/linux-fb/gdkvisual-fb.c:
17240         Removed some unused debug code.
17241
17242         * gdk/linux-fb/gdkwindow-fb.c:
17243         Use stock cursors instead of including X headers.
17244         s/GdkWindowPrivate/GdkWindowObject/
17245
17246         * gdk/linux-fb/mitypes.h:
17247         Removed unused types.
17248
17249         * modules/linux-fb/basic.c:
17250         Use the pango fribidi wrappers.
17251
17252 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17253
17254         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
17255         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
17256         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
17257         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
17258         GEqualFunc where applicable.
17259         
17260         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
17261         pango_font_description_equal as changed in pango.
17262         
17263         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
17264
17265         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
17266
17267         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
17268
17269         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
17270
17271         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
17272
17273         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
17274
17275         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
17276         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
17277
17278         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
17279         gtk_rc_styles_compare -> gtk_rc_styles_equal.
17280
17281 2000-11-12  Havoc Pennington  <hp@pobox.com>
17282
17283         * demos/gtk-demo/Makefile.am (democodedir): change demo install
17284         dir to datadir/gtk+-2.0/demo
17285
17286         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
17287         sorts of text widget and Pango font bugs. Urgh.
17288
17289         * demos/gtk-demo/Makefile.am (demos): Add textview.c
17290
17291         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
17292         tree that you should double click to see the demo. Fix 
17293         types of variables to reflect changed return values from 
17294         GtkTreeStore and GtkTreeViewColumn constructors.
17295
17296         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
17297         newly-created buffer to prepare for GObject semantics
17298
17299         * gtk/testtext.c: don't leak the buffer with GObject semantics
17300
17301         * gtk/testtextbuffer.c: ditto
17302         
17303 2000-11-12  Havoc Pennington  <hp@pobox.com>
17304
17305         Rename this testgtk to gtk-demo to avoid confusion, and 
17306         install it so people can use it as a supplement to 
17307         the documentation.
17308         
17309         * demos/gtk-demo: Moved from demos/testgtk
17310
17311         * demos/testgtk: Removed
17312
17313         * configure.in: make Makefile in gtk-demo
17314         
17315         * demos/gtk-demo/Makefile.am: Install sample source to 
17316         datadir/gtk-demo (maybe there's a better place?), and 
17317         rename the binary to gtk-demo
17318         
17319         * demos/gtk-demo/main.c (load_file): Load installed sample
17320         source if source isn't found in pwd.
17321
17322 2000-11-09  Havoc Pennington  <hp@pobox.com>
17323
17324         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
17325         argument to set the char displayed when visibility == FALSE
17326         (gtk_entry_create_layout): If !entry->visible, replace 
17327         all chars with the "invisible char"
17328
17329         * gtk/testgtk.c: Test the invisible_char deal
17330         
17331 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
17332
17333         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
17334         can't get a native font in the right encoding.
17335
17336 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
17337
17338         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
17339         respectively.
17340
17341 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
17342
17343         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
17344         Fix warning when moving between paragraphs.
17345
17346         * gtk/gtkentry.[ch]: Change move => move_cursor, 
17347         delete => delete_from_cursor, insert => insert_at_cursor
17348
17349 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
17350
17351         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
17352
17353         * modules/input/imthai-broken.c: A Thai input method for use if
17354         Thai keys are really generating Latin1 keysyms.
17355
17356         * modules/input/Makefile.am: Build these.
17357
17358 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
17359
17360         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
17361         g_filename_{to,from}_utf8 now takes an extra parameter.
17362
17363         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
17364         strftime into UTF-8.
17365
17366         (column_from_x, gtk_calendar_paint_day_names): Support RTL
17367         calendars.
17368
17369         (gtk_calendar_paint_day_names): Draw day names in the right 
17370         place.
17371         
17372 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
17373
17374         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
17375         problem with using result of g_get_charset() backwards -
17376         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
17377
17378         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
17379         negative min_width/height and max_width/height to
17380         mean "requisition"; this allows setting a window
17381         to be user-resizable in only one direction easily.
17382
17383         * gtk/testgtk.c (create_main_window): Remove hard-coded
17384         usize - set a default size in the vertical direction.
17385
17386 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
17387
17388         * gtk/gtkrange.c: Add some missing casts. Support 
17389         2 and 3 button clicks on the arrows to mean 
17390         "move by pages" and "jump to end". (Like gtkspinbutton)
17391
17392 2000-11-12 Hans Breuer <Hans@Breuer.Org>
17393
17394         * gdk/win32/makefile.msc : reflect build module changes
17395
17396         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
17397         from GdkPixmap*, cast implementation member instead.
17398
17399         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
17400         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
17401         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
17402         more Gdi functions return value checking. 
17403         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
17404         GdkImagePrivateWin32 *.
17405
17406         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
17407         menus useable again. Add #pragma message to keep reminded on this issue.
17408         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
17409         windows. This allows to enable backing store on Win32!
17410
17411         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
17412         in drawable is of impl type. Correct specific type checks appropriate.
17413  
17414         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
17415         GDK_WINDOW_DESTROYED before allocating new resources.
17416
17417         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
17418
17419         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
17420         (gdk_window_foreign_new) initialize parent handle.
17421         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
17422
17423         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
17424         Let the GDI invalidate the window on MoveWindow call to fix scrolling
17425         problems (e.g. main buttons in testgtk). 
17426
17427 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
17428
17429         * gtk/gtkentry.c (gtk_entry_key_press): Call 
17430         gtk_widget_activate for GDK_Return.
17431
17432         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
17433         of preedit cursor position.
17434
17435 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
17436
17437         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
17438         static.
17439
17440 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
17441
17442         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
17443         out support for multiple locales; that simple doesn't
17444         work reliably with current Xlib
17445
17446         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
17447         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
17448         Add support for positioning the cursor within the preedit string.
17449
17450 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
17451
17452         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
17453         at XIM input method module.
17454
17455         * gtk/gtktextview.c: Check for bindings after passing
17456         events to im context filter.
17457
17458 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
17459
17460         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
17461         empty attribute lists properly.
17462
17463 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
17464
17465         * gtk/queryimmodules.c (main): Return non-zero exit
17466         status if errors were encountered querying any
17467         modules.
17468
17469         * modules/input/Makefile.am (moduledir): remove
17470         leftover bin program target.
17471
17472         * docs/make-todo: Fix typo in error message.
17473
17474 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
17475
17476         * configure.in: Add modules/input/Makefile
17477
17478 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
17479
17480         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
17481         don't include gtkthemes.h.
17482
17483         * gtk/testgtk.c gtk/testtext.c: Set environment variables
17484         to point
17485
17486         * gtk/Makefile.am: Add new .c and .h files, build 
17487         gtk-query-immodules and use it to create a gtk.immodules
17488         file for use of test programs.
17489
17490         * gtk/gtkpreview.c: remove extra blank line.
17491
17492 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
17493
17494         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
17495         Add the ability to add extra tables beyond the default
17496         one, and also the ability to have compose sequences 
17497         that are prefixes of other compose sequences. 
17498
17499         * gtk/gtkimcontextsimple.c: Export a preedit string which
17500         consists of possible candidates for keystrokes that have
17501         been entered but not yet committed.
17502
17503         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
17504         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
17505
17506         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
17507         Add a function to add input-method switching menu items
17508         to a menu.
17509
17510         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
17511         when switching input methods.
17512
17513         * gtk/gtkimcontextsimple.[ch]: Change the format of
17514         the compose table to allow compose tables of different
17515         lengths / sequence.
17516
17517 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
17518
17519         * gtk/gtkimmodule.[ch]: Support routines for loading
17520         GtkIMContext implementations dynamically at runtime.
17521
17522         * modules/input/imcyrillic-translit.c: A sample input
17523         method (based on GtkIMContextSimple with an extra table),
17524         which demonstrates preedit strings and the module
17525         system for input modules
17526
17527         * gtk/queryimmodules.c: Program to query the available
17528         input modules and write the results into a file.
17529          
17530         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
17531         extra config options "im_module_file" (cache file for
17532         input method modules), and "im_module_path" - path
17533         to look for modules when generating cache file.
17534
17535         This doesn't scale.
17536
17537 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
17538
17539         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
17540         generic code from gtkthemes into a new abstraction
17541         GtkModule which has the logic for implementing
17542         a loadable module which implements a number of 
17543         GObject types.
17544
17545 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
17546
17547         * gtk/gtkeditable.[ch]: Convert GtkEditable from
17548         a class into an interface  
17549         
17550         * gtk/gtkoldeditable.[ch]: Move the old editable
17551         implementation into here, so legacy widgets can
17552         still rely on the implemenation. GtkOldEditable
17553         exports GtkEditable. Make selection handling
17554         code use new text conversion functions (and
17555         handle UTF-8 as a side-effect). Use GtkClipboard
17556         for CLIPBOARD.
17557
17558         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
17559         Adopt to match above changes.
17560
17561         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
17562         avoid GtkOldEditable implementation. Restructure
17563         to reduce number of places that modify state directly.
17564         Move to GtkBindingSet. Display the preedit string.
17565         Queue recomputation of PangoLayout and scroll position
17566         to improve effiency of doing complex changes naively.
17567         Add a menu with cut/copy/paste and input method selection.
17568
17569 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
17570
17571         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
17572         to set preedit string and attributes; display preedit string by
17573         inserting string and attributes at cursor when creating the
17574         GtkTextLineDisplay.
17575
17576         * gtk/gtktextlayout.c: Move all conversions between byte
17577         positions in PangoLayout and GtkTextIter into new functions
17578         line_display_iter_to_index/index_to_iter that properly
17579         handle the preedit string.
17580
17581         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
17582         it to return const char * (eventually will end up
17583         as GCONST char *, most likely.)
17584
17585         * gtk/gtktextview.[ch]: Handle the preedit string, call
17586         gtk_im_context_reset() as necessary, add a menu to switch
17587         input methods.
17588         
17589         * gtk/gtktextlayout.[ch]: Remove useless
17590         gtk_text_layout_get_log_attrs() function.
17591
17592 2000-11-11  Tor Lillqvist  <tml@iki.fi>
17593
17594         * gdk/gdk.def
17595         * gtk/gtk.def: Update.
17596
17597         * gdk/win32/*.c: Add last argument to g_type_register_static()
17598         calls.
17599
17600         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
17601
17602         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
17603         generated by older wheel mouse drivers. Get the correct y
17604         coordinate from WM_MOUSEWHEEL messages.
17605
17606         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
17607         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
17608         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
17609         Debugging functions.
17610
17611         * gdk/win32/gdkprivate-win32.h: Declare them.
17612
17613         * gdk/win32/gdkinput-win32.h: Add declaration for
17614         gdk_input_window_destroy().
17615
17616         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
17617
17618 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
17619
17620         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
17621         function to help handle keeping things in sync.
17622
17623 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
17624
17625         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
17626         BOXED marshallers.
17627
17628         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
17629         (gtk_list_store_class_init): use the new BOXED marshallers.
17630
17631         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
17632         new_with_values to new_with_types.
17633         (gtk_tree_store_get_column_type): add this.
17634         (gtk_tree_store_class_init): use the new BOXED marshallers.
17635
17636         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
17637         mirror some POINTER marshallers.
17638
17639 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
17640
17641         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
17642         allow more interesting iterators.  Also, made the lifecycle of
17643         iterators more explicit.
17644
17645         * gtk/gtktreemodelsort.[ch]: New model for sorting.
17646
17647         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
17648         types.
17649
17650 2000-11-09  Alexander Larsson  <alexl@redhat.com>
17651
17652         * demos/testgtk/menus.c:
17653         Changes to make the new testgtk compile after
17654         gtk_menu_append was removed.
17655
17656         * gdk/linux-fb/gdkdrawable-fb2.c
17657         (gdk_fb_get_depth, gdk_fb_get_visual,
17658         gdk_drawable_impl_fb_class_init): Implement
17659         these drawable functions. Now GtkImages work again.
17660
17661         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
17662
17663         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
17664         
17665         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
17666         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
17667         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
17668         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
17669
17670 2000-11-08  Havoc Pennington  <hp@pobox.com>
17671
17672         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
17673         visible_set args, don't know where these had gone, I thought they
17674         used to be there
17675
17676         * gtk/testtext.c: Add a menu item to apply invisibility tag;
17677         now we can test the feature and see that it's totally broken.
17678
17679 2000-11-08  Havoc Pennington  <hp@pobox.com>
17680
17681         Make DND copy pixbufs and tags when source and target share a 
17682         tag table.
17683         
17684         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
17685         in-process GTK_TEXT_BUFFER_CONTENTS target
17686         (gtk_text_view_drag_data_received): Paste from
17687         GTK_TEXT_BUFFER_CONTENTS if we receive it.
17688
17689 2000-11-08  Alexander Larsson  <alexl@redhat.com>
17690
17691         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
17692         API changes.
17693
17694         * gtk/gtkmenu.c: Add support for scrolling menus.
17695         Remove gtk_menu_append/prepend/insert, these have been moved to
17696         gtkcompat.h as #defines.
17697
17698         * gtk/gtkcompat.h.in:
17699         Add compatibility #defines for gtk_menu_append/prepend/insert
17700
17701         * gtk/gtkmenu.h: Add data needed for scrolling menus.
17702         GtkMenuPositionFunc gets an extra argument push_in.
17703         gtk_menu_append/prepend/insert removed.
17704         
17705         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
17706         positioning behaviour to fit to scrolling menus.
17707
17708         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
17709         into menuitem->submeny. That is wrong, and broke torn
17710         off submenus of torn off menus, since they were unrealized
17711         when the first menu was unrealized.
17712
17713         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
17714         gtk_menu_shell_select_item() since these need to be overridden in
17715         GtkMenu.
17716
17717         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
17718         positioning behaviour to fit to scrolling menus.
17719         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
17720         the current item so that it is prelighted when the menu pops up.
17721         This is a workaround to the fact that the menu doesn't get the
17722         initial enter event (due to grabs).
17723
17724         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
17725         s/gtk_menu_append/gtk_menu_shell_append/
17726
17727         * gtk/gtknotebook.c:
17728         s/gtk_menu_insert/gtk_menu_shell_insert/
17729
17730         * gtk/testgtk.c (create_menu, create_menus):
17731         Create the first menu with 50 items so that menu scrolling
17732         can be tested.
17733         
17734         
17735         Patch from Jonathan Blandford  <jrb@redhat.com>
17736
17737         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
17738         system to handle size requests.  First, we ask what the size of
17739         the toggle is.  Then, when allocating the size, we allocate the
17740         toggle_size first.  This way we can have multiple menu-item
17741         classes w/o needing a seperate class for each.
17742
17743         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
17744         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
17745
17746         * gtk/gtkcheckmenuitem.c
17747         (gtk_check_menu_item_toggle_size_request): New function to handle
17748         the toggle size-request.
17749
17750 2000-11-07  Havoc Pennington  <hp@redhat.com>
17751
17752         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
17753         Half-ass somewhat fix this function, so that scrolling to the
17754         insertion point works. Pango hacking is in the future to really
17755         fix it.
17756
17757         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
17758         length of data, no longer used.
17759
17760         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
17761         method contents in here, get rid of destroy method
17762         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
17763         that were backward. Remove debug spew.
17764         (cut_or_copy): Make the clipboard work with insert_range to
17765         preserve tags and pixbufs, not just the primary selection.
17766
17767 2000-11-07  Havoc Pennington  <hp@redhat.com>
17768
17769         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
17770         to gtk_text_mark_get_visible
17771
17772         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
17773         bug that was generating an invalid iterator
17774
17775         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
17776         ensure_char_offsets() in front of code placing the iter in an
17777         invalid state.
17778
17779         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
17780         make override_location arg const
17781         (paste): Replace the selection if we paste into the 
17782         current selection
17783
17784         * gtk/gtkselection.h: Remove "GtkSelectioData"
17785         (struct _GtkSelectionData): move the definition here.
17786
17787         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
17788         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
17789
17790         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
17791
17792         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
17793         (gtk_text_buffer_insert_range_interactive): implement
17794         (gtk_text_buffer_get_tags): Remove, replaced by
17795         gtk_text_iter_get_tags()
17796
17797         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
17798         limit parameter, to avoid infinite linear scan.
17799         (gtk_text_iter_backward_search): Add search limit
17800         (gtk_text_iter_forward_find_char): Add search limit
17801         (gtk_text_iter_backward_find_char): Add search limit
17802
17803 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
17804
17805         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
17806         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
17807         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
17808         gdk/linux-fb/gdkwindow-fb.c:
17809         use g_object_new() instead of g_type_create_instance() which
17810         is a private function for fundamental type implementations.
17811
17812         * gdk/linux-fb/gdkinput-ps2.c:
17813         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
17814         instead just store the current modifier state. Add a (somewhat broken)
17815         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
17816         Rename exported function gdk_input_ps2_get_mouseinfo to
17817         gdk_input_get_mouseinfo.
17818
17819         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
17820         gdk/linux-fb/gdkwindow-fb.c:
17821         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
17822         
17823
17824 2000-11-02  Havoc Pennington  <hp@redhat.com>
17825
17826         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
17827         use stock buttons. Should be 100% source compatible, appropriate
17828         filesel fields now point to dialog->vbox and dialog->action_area.
17829         On the bizarre side, dialog->action_area and filesel->action_area
17830         are not the same widget.
17831         (gtk_file_selection_init): Put some padding around the selection
17832         entry, so it isn't touching the GtkDialog separator.    
17833
17834         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
17835         use stock buttons, etc. Should also be source compatible.
17836         Set the dialog default title in _init not _new().
17837         
17838         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
17839         Use stock buttons; don't put a button box inside the existing
17840         dialog button box. Don't bother with push/pop colormap anymore.
17841
17842         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
17843         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
17844         for message dialog, and necessary for the font selection and color
17845         selection with help and apply buttons.
17846         
17847         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
17848         to the created button widget. Set GTK_CAN_DEFAULT on the button.
17849         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
17850         between buttons, put less padding around the action area.
17851         (gtk_dialog_run): Exit on unmap rather than on destroy. 
17852         This will also exit the loop if the widget is hidden.
17853         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
17854         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
17855         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
17856         special-case delete event.
17857
17858         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
17859         formatting
17860         
17861 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
17862
17863         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
17864         button to temporarily disable position recording in the
17865         "saved position" test.
17866
17867 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
17868
17869         * gtk/gtkthemes.c: added compat code that temporarily implements
17870         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
17871         going to be revamped by owen's upcoming GtkModule patches, but
17872         untill then people want gtk to build, right? ;)
17873
17874 2000-11-04  Havoc Pennington  <hp@pobox.com>
17875
17876         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
17877         list
17878
17879         * docs/Changes-2.0.txt: Add note about
17880         gtk_container_get_toplevels()
17881
17882         * gtk/gtktextview.h: formatting
17883         
17884         * gtk/gtktextview.c: don't start descriptions with "Returns",
17885         confuses gtk-doc
17886
17887 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
17888
17889         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
17890         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
17891
17892 2000-11-03  Havoc Pennington  <hp@redhat.com>
17893
17894         * gtk/gtktexttagtable.c: Docs
17895         (gtk_text_tag_table_size): return a signed int
17896
17897         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
17898         (gtk_text_tag_event): make the event_object a GObject
17899
17900         * gtk/gtktextview.c: Write API docs for all functions.
17901
17902         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
17903         for gtk_text_view_get_window_type() called on one of the private
17904         windows.
17905
17906         * gtk/gtktextview.c: Instead of accessing text_view->buffer
17907         directly, call get_buffer() which demand-creates a default
17908         buffer. So gtk_text_view_new() can be used to create a view with a
17909         default buffer in it, if you just want an empty text box users can
17910         put data in. Useful for GUI builders also.
17911
17912 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
17913
17914         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
17915         the charset encodign portion MUST be in lowercase.
17916         * gtk/gtkrc.az: added file for Azeri language
17917
17918 2000-11-03  Havoc Pennington  <hp@redhat.com>
17919
17920         Get widgets working on the btree/buffer side. Display of them 
17921         still doesn't work.
17922         
17923         * gtk/gtktextview.c: start implementing child widget stuff
17924
17925         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
17926
17927         * gtk/gtktextlayout.c: handle embedded widgets
17928
17929         * gtk/gtktextdisplay.c: handle embedded widgets
17930
17931         * gtk/gtktextchild.c: Implement all the child anchor goo
17932
17933         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
17934         function
17935
17936         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
17937         (insert_pixbuf_or_widget_segment): abstract out common portions of 
17938         creating a child anchor or a pixbuf segment.
17939         (gtk_text_btree_create_child_anchor): new function
17940         (gtk_text_btree_unregister_child_anchor): new function
17941
17942         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
17943         allocate_child signal on GtkTextLayout
17944
17945         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
17946         values
17947         (gtk_text_iter_get_child_anchor): new function
17948
17949         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
17950         default handler for the changed signal, which calls
17951         gtk_text_buffer_set_modified(), instead of just always emitting
17952         changed then calling set_modified() manually. I guess this is
17953         maybe more flexible. It seems logical.
17954
17955 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
17956
17957         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
17958         now.
17959
17960         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
17961
17962 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
17963
17964         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
17965         been marked static.
17966
17967 2000-11-02  Havoc Pennington  <hp@redhat.com>
17968
17969         * gtk/testgtk.c (create_labels): had a test backward
17970
17971         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
17972         fields, so the dest GC ends up with the correct clip origin, 
17973         etc. Fixes a bug where colored labels didn't redraw 
17974         properly.
17975
17976 2000-11-02  Alexander Larsson  <alexl@redhat.com>
17977
17978         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
17979         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
17980         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
17981         Add last argument to t_type_register_static call.
17982         
17983         * gdk/linux-fb/gdkdrawable-fb2.c:
17984         Add last argument to t_type_register_static call.
17985         export the get_image drawable virtual function.
17986
17987         * gdk/linux-fb/gdkimage-fb.c:
17988         Add last argument to t_type_register_static call.
17989         rename gtk_image_get to _gdk_fb_get_image and
17990         export it for use by gdkdrawable-fb2.
17991
17992         * gdk/linux-fb/gdkprivate-fb.h:
17993         export _gdk_fb_get_image.
17994
17995         * gdk/linux-fb/gdkselection-fb.c:
17996         Add new api call stubs.
17997
17998         * gtk/Makefile.am:
17999         Missing ( in linux-fb part.
18000
18001         * modules/linux-fb/Makefile.am:
18002         Must link with gdk_pixbuf or get unresolved symbol.
18003
18004 2000-11-01  Havoc Pennington  <hp@pobox.com>
18005
18006         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
18007         GTK_TYPE_TEXT_ITER and BOXED marshallers
18008
18009         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
18010
18011         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
18012         
18013         * gtk/gtk-boxed.defs: add GtkTextIter
18014
18015         * gtk/gtkmarshal.list: Add marshallers for text widget that 
18016         properly use OBJECT and BOXED
18017
18018 2000-11-01  Havoc Pennington  <hp@redhat.com>
18019
18020         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
18021
18022         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
18023         before returning it. 
18024         
18025 2000-11-01  Havoc Pennington  <hp@redhat.com>
18026
18027         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
18028         Clip the rectangle to be rendered to the drawable, since
18029         get_from_drawable() requires a region within the drawable
18030
18031 2000-11-01  Havoc Pennington  <hp@redhat.com>
18032
18033         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
18034         from coordinates.
18035
18036 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
18037
18038         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
18039         it isn't NULL.
18040
18041 2000-11-01  Havoc Pennington  <hp@pobox.com>
18042
18043         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
18044         on a label
18045         (gtk_label_finalize): unref the attr list if any.
18046
18047         * gtk/testgtk.c (create_get_image): close test on second click
18048         (make_message_dialog): close dialog if it exists
18049
18050         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
18051
18052         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
18053         gdk-pixbuf
18054
18055         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
18056         from Pango markup format
18057         (gtk_label_set_markup_with_accel): ditto but with accelerator
18058         parsing
18059
18060         * gtk/gtkimage.c (gtk_image_expose): reformatting.
18061
18062         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
18063         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
18064         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
18065         call gdk_window_get_origin().
18066
18067         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
18068         implement GDK_PIXBUF_ALPHA_FULL
18069         
18070 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
18071
18072         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
18073         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
18074         g_signal_handlers_disconnect_matched to block/unblock and disconnect
18075         multiple handlers respectively, instead of only treating the
18076         first handler found (bug reported by owen).
18077
18078 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
18079
18080         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
18081
18082         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
18083
18084         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
18085         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
18086         gtk/gtktreeviewcolumn.h: Fixed inline docs.
18087
18088         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
18089         widget.  Needs writing someday.
18090
18091         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
18092         the docs.
18093
18094 2000-10-30  Havoc Pennington  <hp@redhat.com>
18095
18096         * gtk/gtktextview.h, gtk/gtktextview.c:
18097         Rename delete_at_cursor delete_from_cursor, and 
18098         move to move_cursor.
18099
18100 2000-10-30  Havoc Pennington  <hp@redhat.com>
18101
18102         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
18103         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
18104         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
18105         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
18106         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
18107         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
18108         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
18109         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
18110         gtktexttypes.h, gtktextview.c, gtktextview.h:
18111
18112         Massive reindentation and reformatting. Arg alignment and comments
18113         still need fixing in various places.
18114
18115 2000-10-30  Havoc Pennington  <hp@redhat.com>
18116
18117         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
18118         to be named insert_at_cursor and delete_at_cursor so C++ can
18119         handle them.
18120
18121 2000-10-28  Tor Lillqvist  <tml@iki.fi>
18122
18123         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
18124         to get a double directory separator in case the home directory
18125         ends with one. This would cause trouble especially on Windows,
18126         where the path will be confused with the syntax for an an UNC
18127         (network share) path \\server\share\path.
18128         (gtk_rc_add_initial_default_files): Ditto.
18129
18130 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
18131
18132         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
18133
18134         * gtk/gtktextview.c: Use correct marshallers.
18135
18136 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
18137
18138         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
18139         use new iter stuff, and added all the appropriate signals et al.
18140
18141         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
18142         code is internal to gtk only.
18143
18144 2000-10-28  Tor Lillqvist  <tml@iki.fi>
18145
18146         * gtk/gtk.def
18147         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
18148         glib-genmarshal etc.
18149
18150 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
18151
18152         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
18153         parallel builds.
18154
18155 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
18156
18157         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
18158
18159 2000-10-27  Robert Brady  <robert@suse.co.uk>
18160
18161         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
18162         en_GB (British), ia (Interlingua).
18163
18164 2000-10-26  Havoc Pennington  <hp@redhat.com>
18165
18166         * gtk/gtktextiter.c (my_strrstr): fix constness warning
18167
18168         Fixed output of:
18169         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
18170         
18171         * gtk/gtktextsegment.c (char_segment_new): rename
18172         (_char_segment_new_from_two_strings): rename
18173         (_toggle_segment_new): rename
18174         
18175         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
18176         (make_clipboard_widget): make it static
18177         (text_get_func): static
18178         (text_clear_func): static
18179
18180         * gtk/gtkcolorsel.c (adjustment_changed): make this function
18181         static
18182         (hex_changed): make it static
18183         (hsv_changed): make it static
18184         (opacity_entry_changed): make it static
18185
18186         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
18187         (toggle_segment_check_func): rename with _gtk
18188
18189         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
18190         (_widget_segment_new): rename
18191         (_widget_segment_add): rename
18192         (_widget_segment_remove): rename
18193         (_widget_segment_ref): rename
18194         (_widget_segment_unref): rename
18195
18196         * gtk/gtktextmark.c (_mark_segment_new): Rename
18197         _gtk_mark_segment_new   
18198
18199 2000-10-26  Havoc Pennington  <hp@redhat.com>
18200
18201         * gtk/gtkmarshal.list: add new marshallers used by the text widget
18202         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
18203         types
18204
18205         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
18206         marshaller types
18207
18208         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
18209         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
18210         license on these files.
18211
18212         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
18213         work.
18214
18215         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
18216         runtime random number different for each tree, instead of 
18217         a constant I made up.
18218
18219 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
18220
18221         * gtk/Makefile.am: buncha cleanups, kludged build sources
18222         dependencies with a Makefile: oldest-source-stamp dependancy
18223         for the moment. automake is really fighting us here, with
18224         intentionally not allowing user-defined rules or dependancies
18225         prior to it's -include $(DEP_FILES) statement. sucks rocks!
18226
18227         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
18228         to public headers. tehy have a comment stating that they are
18229         "semi-public" aren't included by gtk.h and if enums popup there,
18230         they can be /*< skip >*/-ed.
18231
18232         * gtk/gtktextlayout.h: 
18233         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
18234         added LGPL... <SIGH>
18235
18236 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
18237
18238         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
18239         GtkTreeIter.  Added iterators everywhere.
18240
18241         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
18242
18243         * gtk/gtktreeviewselection.c: Changed to use the iterators.
18244
18245         * gtk/gtktreestore.c: Changed to use the iterators.
18246
18247         * gtk/gtkliststore.c: Commented out the code.  Will convert to
18248         iterators tomorrow.
18249
18250         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
18251         iterators tomorrow.
18252
18253         * gtk/treestoretest.c: Changed to use iterators.
18254
18255         * demos/testgtk/main.c: Moved to use the new iterator system.
18256
18257 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
18258
18259         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
18260         localization misbehaviour.
18261
18262         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
18263         a useless type without copy/free.
18264
18265         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
18266         of GTK_TYPE_CTREE_NODE.
18267
18268 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
18269
18270         * gtk/gtksignal.c:
18271         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
18272         applicable.
18273
18274         * gtk/gtk-boxed.defs (GtkSelectionData): specify
18275         gtk_selection_data_copy and gtk_selection_data_free
18276         do GtkSelectionData work as params in signals.
18277
18278 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
18279
18280         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
18281         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
18282         couldn't they at least give it a non-standard name?
18283         
18284         * gtk/gtktextlayout.c: arg! yet another implementation of
18285         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
18286
18287         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
18288         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
18289         home. now i know this _is_ a conspiracy.
18290
18291         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
18292         ::state-changed.
18293
18294         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
18295         (gtk_accel_group_create_add): marshaller signature fixups.
18296
18297         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
18298         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
18299
18300         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
18301         anymore.
18302
18303 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
18304
18305         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
18306         due to the signal system changes, it wouldn't build currently. to
18307         be fixed soon.
18308
18309         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
18310
18311         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
18312         so it needs gtk_marshal_VOID__ENUM() instead of
18313         gtk_marshal_NONE__UINT().
18314
18315         * gdk/gdk*.c: adapted type registration functions.
18316
18317         * gtk/gtkbindings.c:
18318         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
18319         gone.
18320
18321         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
18322
18323         * gtk/gtkobject.c:
18324         (gtk_object_destroy):
18325         (gtk_object_shutdown): fixed recursion guards. basically we have to
18326         catch the case where any of GObject.shutdown() or gtk_object_destroy()
18327         is called during ::destroy, and avoid recursion there.
18328
18329         * gtk/gtktypeutils.c:
18330         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
18331         boxed_copy/boxed_free. this needs a more general solution based on a
18332         publically installed code-generator utility.
18333
18334         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
18335         glib's gobject has support for that now.
18336         define GtkSignalMarshaller in terms of GSignalCMarshaller.
18337
18338 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
18339
18340         * gtk/gtksignal.[hc]:
18341         * gtk/gtkmarshal.[hc]:
18342         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
18343         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
18344         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
18345         care of that.
18346
18347         * *.c: marshaller name fixups.
18348
18349         * gtk/gtkmarshal.list: added a comment briefing the format.
18350
18351 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
18352
18353         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
18354         compatibility macros here now. more specifically, most of
18355         the API is preserved (yes, _most_, nonwithstanding the
18356         following exceptions listed, the API is stil lHUGE ;)
18357         things that got removed completely:
18358         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
18359         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
18360         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
18361         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
18362         gtk_signal_remove_emission_hook().
18363         non-functional functions variants:
18364         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
18365         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
18366         not supported anymore.
18367         (gtk_signal_compat_matched): new internal function to aid
18368         implementation of the compatibility macros, it  provides
18369         functionality to block/unblock/disconnect handlers based
18370         on func/data.
18371
18372         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
18373
18374         * *.c: adaptions to new type registration API signatures.
18375
18376 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
18377
18378         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
18379
18380 2000-10-25  Robert Brady  <robert@suse.co.uk>
18381
18382         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
18383         gdk_property_delete): If window == NULL, assume the root window.
18384         (restoring the behaviour that was in 1.2).
18385         
18386         * gtk/testtext.c (save_buffer): Allow creation of new files when
18387         saving.
18388
18389         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
18390         calls to read().
18391
18392 2000-10-25  Tor Lillqvist  <tml@iki.fi>
18393
18394         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
18395
18396         * gdk/win32/gdkdrawable-win32.c
18397         * gdk/win32/gdkimage-win32.c
18398         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
18399         X11 backend.
18400
18401         * gdk/win32/gdkcc-win32.c
18402         * gdk/win32/gdkcolor-win32.c
18403         * gdk/win32/gdkfont-win32.c
18404         * gdk/win32/gdkinput-win32.c
18405         * gdk/win32/gdkmain-win32.c
18406         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
18407
18408 2000-10-24  Havoc Pennington  <hp@redhat.com>
18409
18410         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
18411         it a static function
18412
18413         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
18414         redraw text when a tag is applied to it.
18415
18416         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
18417         (gtk_text_tag_affects_nonsize_appearance): private functions to
18418         see if a tag requires various kinds of redraw/layout to be queued
18419         up.
18420
18421         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
18422
18423         * gtk/testtext.c (fill_example_buffer): Put the cursor 
18424         at the start of the buffer, so search works by default
18425
18426         * gtk/gtktextiter.c (lines_match): init match_start always
18427
18428         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
18429         function, get iter at a line + a byte index
18430
18431         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
18432         to set byte position within a line
18433         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
18434
18435 2000-10-23  Havoc Pennington  <hp@redhat.com>
18436
18437         * gtk/testtext.c: Re-enable the "find" dialog
18438
18439         * gtk/testgtk.c: Add test for gdk_drawable_get_image
18440         
18441         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
18442         the arguments to gdk_draw_drawable were in the wrong order
18443         (gdk_window_paint_init_bg): This function was ignoring the
18444         init_region, instead of clipping to it, so the entire backing
18445         pixmap was cleared on every begin_paint()
18446         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
18447         was in here again, the loop kept using the same GtkWindowPaint
18448         over and over.
18449         (gdk_window_begin_paint_region): Fix a bug where we had two
18450         x_offset instead of x_offset and y_offset
18451
18452         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
18453         before we get the image.
18454         (gdk_draw_drawable): get the composite before we draw the drawable.
18455         (gdk_drawable_real_get_composite_drawable): default
18456         get_composite_drawable implementation that returns the drawable 
18457         itself
18458
18459         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
18460         get_composite_drawable virtual function
18461
18462         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
18463         list-walking bug
18464
18465         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
18466         make this work if the source drawable is a GdkDrawableImplX11
18467         instead of a public drawable type. This is really broken; the
18468         problem is that GdkDrawable needs a virtual method get_xid(), but
18469         of course that doesn't work in practice. Enter RTTI.
18470
18471         Also, improve mismatched depth message.
18472
18473         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
18474         GdkPixmap
18475
18476         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
18477         install _gdk_x11_get_image as our implementation of get_image
18478         
18479         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
18480         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
18481
18482         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
18483         gdk_drawable_get_image
18484
18485         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
18486
18487         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
18488         get_image
18489
18490         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
18491         trailing semicolon after for loop
18492
18493 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
18494
18495         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
18496         where font_desc for widget's context lagged widget's font_desc by
18497         one step.
18498
18499 2000-10-22  Tor Lillqvist  <tml@iki.fi>
18500
18501         * gdk/win32/gdkgc-win32.c
18502         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
18503
18504         * gtk/makefile.mingw.in
18505         * gtk/gtk.def: Updates.
18506
18507         * gtk/testgtk.c: sleep() is called _sleep in MS's C
18508         library.
18509
18510         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
18511
18512         * gtk/makefile.msc: Remove
18513
18514         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
18515
18516         * gtk/Makefile.am: Add it.
18517
18518         * configure.in: Generate it.
18519
18520         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
18521         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
18522         something even if not implemented, to satisfy picky MSVC.
18523
18524         Patches by Hans Breuer:
18525         
18526         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
18527         SetBkMode() and SetTextAlign() before calling
18528         pango_win32_render().
18529
18530         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
18531         Set hcliprgn to NULL after destroying it.
18532         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
18533
18534         * gdk/win32/gdkgeometry-win32.c
18535         (_gdk_windowing_window_queue_antiexpose): More effective
18536         implementation.
18537
18538         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
18539         depth as default, not the visual's.
18540
18541         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
18542         against empty title.
18543
18544         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
18545         IMAGE_PRIVATE_DATA.
18546
18547         * gdk/win32/gdkimage-win32.c: Use it.
18548
18549 2000-10-22  Robert Brady  <robert@suse.co.uk>
18550
18551         * configure.in: Check for bind_textdomain_codeset
18552
18553         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
18554         present, make use of it.
18555
18556         Add a translatable string "default:LTR" which, if translated
18557         to "default:RTL", will cause the default direction to be
18558         Right-to-Left.
18559
18560         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
18561         direction if marked as flippable.
18562
18563         * gtk/gtkhscale.c: Mark widget as flippable.
18564         
18565 2000-10-04  Havoc Pennington  <hp@redhat.com>
18566
18567         * gtk/testgtk.c (create_buttons): create some stock buttons
18568         with the default accel group
18569         (create_image): test some new GtkImage features
18570         (make_message_dialog): test GtkMessageDialog
18571         (create_modal_window): fix someone's bizzarro indentation
18572
18573         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
18574         GTK_WIN_POS_CENTER_ON_PARENT. 
18575         Add "destroy with parent" setting, which means the window goes
18576         away with its transient parent.
18577         (gtk_window_get_default_accel_group): get the default accel group
18578         for the window.
18579         (gtk_window_set_destroy_with_parent): set/unset destroy with
18580         parent flag
18581         (gtk_window_read_rcfiles): invalidate icon set caches
18582         after reloading rcfiles 
18583
18584         * gtk/gtkenums.h (GtkWindowPosition): add
18585         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
18586         on its parent window when the dialog is mapped for the first time.
18587
18588         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
18589         a simple message dialog class
18590         
18591         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
18592         handler to emit response signal, and maybe later it would
18593         honor a hide_on_delete flag - though that isn't there yet.
18594         Set border width on the vbox to 2, so we get some padding.      
18595         Use a button box for the action area.
18596         (gtk_dialog_key_press): synthesize a delete event if Esc
18597         is pressed and the GtkWidget key press handler didn't 
18598         handle the escape key.
18599         (gtk_dialog_new_with_buttons): new function creates a dialog
18600         with some default buttons in it.
18601         (gtk_dialog_add_action_widget): add an activatable widget
18602         as a button in the dialog - you can also add a non-activatable
18603         widget by accessing the action area directly.
18604         (gtk_dialog_add_button): add a simple button - stock ID or 
18605         label - to the action area
18606         (gtk_dialog_response): emit response signal
18607         (gtk_dialog_run): block waiting for the dialog, return 
18608         the response. Override normal delete_event behavior, so that 
18609         delete_event does nothing inside gtk_dialog_run().
18610         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
18611         emitted when an action widget is clicked or the dialog gets
18612         delete_event
18613
18614         * gtk/gtk.h: add gtkmessagedialog.h
18615
18616         * gtk/Makefile.am: add gtkmessagedialog.[hc]
18617
18618 2000-10-18  Havoc Pennington  <hp@redhat.com>
18619
18620         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
18621         where any number of empty lines would get skipped
18622
18623         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
18624         edge.
18625
18626         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
18627         warning about invalid iterators (explain more thoroughly)
18628         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
18629
18630         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
18631         big
18632
18633         * demos/*.c: Add error handling
18634
18635         * gtk/gtktextbuffer.c: don't modify const iterators
18636
18637         * gtk/gdk-pixbuf-loader.c: Add full error handling here
18638
18639         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
18640         on file load
18641
18642         * gtk/gtkiconfactory.c: Update to reflect addition of error
18643         handling to gdk-pixbuf loaders
18644
18645 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
18646
18647         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
18648         move to new modularized testgtk.
18649
18650 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
18651
18652         * gtk/gtktreeview.c: Draw the arrows correctly.
18653
18654         * gtk/gtktreemodel.c: Added user docs.
18655
18656         * gtk/gtk.h: remove gtktreedatalist.h.
18657
18658         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
18659         parent when generating my type.
18660
18661         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
18662         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
18663
18664 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
18665
18666         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
18667         GtkTreeModel from object to interface.
18668
18669 2000-10-16  Havoc Pennington  <hp@redhat.com>
18670
18671         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
18672         compilation
18673
18674 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
18675
18676         * gtk/gtktreeselection.c: Add API documentation to all public
18677         functions.
18678
18679         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
18680         functions.
18681
18682 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
18683
18684         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
18685         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
18686         docs to all public functions.
18687
18688         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
18689         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
18690         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
18691         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
18692         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
18693         issue.
18694
18695 2000-10-14  Robert Brady  <robert@suse.co.uk>
18696
18697         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
18698
18699 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
18700
18701         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
18702         values other then G_TYPE_STRING.
18703         * gtk/gtktreeselection.c: Minor commenting updates.
18704         * gtk/gtktreeview.c: Format updates.
18705
18706 2000-10-09  Tor Lillqvist  <tml@iki.fi>
18707
18708         * README.win32: Update.
18709
18710         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
18711         lines that had been deleted by mistake (?).
18712
18713         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
18714         also the case fg==white and bg==black (but still not randomly
18715         coloured cursors). Thanks to Wolfgang Sourdeau.
18716
18717         * gdk/win32/*.c: Silence gcc -Wall.
18718
18719         * gtk/gtk.def: Add missing entry points.
18720
18721         Fixes by Hans Breuer:
18722
18723         * gdk/makefile.msc
18724         * gdk/win32/makefile.msc: Update.
18725
18726         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
18727         some MSVC thing, presumably), cause breakpoint on failures. Add
18728         GDK_NOR case. Call g_log_set_always_fatal.
18729
18730         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
18731         should be pased by reference.
18732         
18733         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
18734         
18735         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
18736
18737         * gdk/win32/gdkevents-win32.c
18738         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
18739
18740         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
18741         implementation object.
18742
18743         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
18744         not just windows.
18745         
18746         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
18747         Use the wrapper object.
18748         
18749 2000-10-06  Havoc Pennington  <hp@redhat.com>
18750
18751         * Makefile.am (SRC_SUBDIRS): contrib subdir
18752
18753         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
18754         so it can be used in Xlib version
18755
18756         * demos/testpixbuf.c (update_timeout): error checking from 1.0
18757         tree
18758
18759         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
18760         change from 1.0 tree that returns first frame of animation
18761         if the loaded file is an animation.
18762
18763         * contrib: add new directory to hold stuff that comes with GTK+
18764         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
18765         
18766         * configure.in: add contrib/*
18767
18768 2000-10-05  Havoc Pennington  <hp@redhat.com>
18769
18770         * demos/testpixbuf-save.c: add pixbuf save test
18771
18772         * demos/Makefile.am: add testpixbuf-save.c
18773
18774 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
18775
18776         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
18777         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
18778         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
18779         * gtk/gtktreeselection.[ch]: Replaced
18780         "node_selected"/"node_unselected" signal with "selection_changed"
18781         signal.
18782
18783 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
18784
18785         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
18786         tree widget.
18787
18788 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
18789
18790         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
18791         drawing.
18792
18793 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
18794
18795         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
18796         Move list pointer forwards before removing item from
18797         list. (Crash reported by Salmaso Raffaele)
18798
18799         * gdk/gdkwindow.h: Remove spurious trailing ,
18800
18801         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
18802         dependencies on uninstalled libraries, sorry folks.
18803
18804 2000-10-04  Havoc Pennington  <hp@redhat.com>
18805
18806         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
18807         gtk/gtkiconfactory.c: Fix copyrights    
18808
18809         * demos/testpixbuf.c: add inline pixbuf test
18810         
18811 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
18812
18813         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
18814         Add gdk_window_iconify.
18815
18816         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
18817         (gdk_window_set_geometry_hints): Add win_gravity
18818         to geometry structure.
18819
18820         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
18821         Implement _NET_WM_PING.
18822
18823         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
18824         Set _NET_WM_PID on the client leader.
18825
18826         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
18827         Handle UTF-8 better.
18828
18829         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
18830         UTF-8 better, set _NET_WM_NAME as well. Only set
18831         icon name if it hasn't previously been explicitely 
18832         set.
18833
18834 2000-10-03  Havoc Pennington  <hp@redhat.com>
18835
18836         * gtk/testtextbuffer.c: clean up trailing whitespace,
18837         add extensive tests for tag toggle iteration.
18838         
18839         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
18840         distance
18841
18842         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
18843         optimize case where the tag root is on level 1
18844         (gtk_text_line_previous_could_contain_tag): attempt to implement
18845         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
18846         functionality
18847
18848         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
18849         Implement this, though not very efficiently.
18850
18851         * gtk/gtktextiterprivate.h: reformat
18852
18853         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
18854         iterator
18855
18856         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
18857         this to properly revalidate the iterators.
18858
18859         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
18860         properly at the end of the line (and therefore on empty lines)
18861
18862         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
18863         maybe we should return a value...
18864
18865 2000-10-03  Tor Lillqvist  <tml@iki.fi>
18866
18867         * config.h.win32: Guard definition of alloca(). glib.h now handles
18868         that.
18869
18870         * gdk/gdk.def
18871         * gtk/gtk.def: Add new entry points.
18872
18873         Changes just to make GTK+ build without errors on Win32. No hope
18874         of it working in its current state, though...:
18875         
18876         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
18877         some functions from the X11 backend, just to make GTK+ build.
18878
18879         * gdk/makefile.mingw.in
18880         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
18881         number. Add new object files.
18882
18883         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
18884         GetMessageTime to get timestamp (where on X11 uses
18885         gdk_x11_get_server_time()).
18886
18887 2000-10-02  Havoc Pennington  <hp@pobox.com>
18888
18889         * gtk/gtktextview.c: text_window_* weren't static and should have
18890         been.
18891         Start work on child widgets; not yet complete, syncing to 
18892         office computer.
18893
18894         * gtk/gtktextchild.h: change this to contain a public interface,
18895         starting work on child interfaces.
18896         * gtk/gtktextchildprivate.h: move private interfaces here
18897
18898         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
18899
18900         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
18901         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
18902         gtk/gtktextmark.c: copyright notices
18903
18904         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
18905         internal functions      
18906
18907         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
18908         internal function
18909
18910         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
18911         Reformatting    
18912
18913 2000-09-30  Havoc Pennington  <hp@pobox.com>
18914
18915         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
18916         NULL start/end pointers
18917
18918         * gtk/gtktextbuffer.c: Write some docs
18919         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
18920         NULL, so you can just check whether there's a selection.        
18921
18922         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
18923         cleanup_line or segments_changed ourselves, it gets done 
18924         in unlink_segment
18925
18926         * gtk/gtktextmark.h:
18927         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
18928         
18929         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
18930
18931         * gtk/gtktextmark.c: delete some more old Tk cruft
18932
18933         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
18934         mark before removing it, so we can emit MARK_DELETED with a valid
18935         pointer.
18936         (gtk_text_buffer_mark_set): hold ref across signal emission
18937
18938         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
18939         whining about attempts to delete special marks
18940
18941         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
18942         underscore, since it's internal.
18943
18944         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
18945         now implemented in terms of iterators in gtktextiter.h
18946
18947         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
18948         New function, destructively sets contents of buffer. Also 
18949         a convenient way to clear the buffer by setting text to ""
18950
18951         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
18952         multiline string literal
18953
18954         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
18955         text changes.
18956
18957         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
18958         is not dereferenceable
18959         (gtk_text_iter_forward_lines): fix return value
18960
18961 2000-09-29  Havoc Pennington  <hp@redhat.com>
18962
18963         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
18964
18965         * gtk/gtktextview.c: Implement drag thresholding; change functions 
18966         that set border window size to have nicer name
18967         (gtk_text_view_mark_set_handler):  Fix this to have the 
18968         right signature.
18969
18970         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
18971
18972         * gtk/testtext.c: Update with API changes, put line numbers on 
18973         both sides.
18974         
18975         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
18976         with this
18977
18978         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
18979         pixbuf; delete a big block of #if 0 Tk code
18980
18981         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
18982         insert_pixmap with insert_pixbuf
18983
18984 2000-09-29  Martin Baulig  <baulig@suse.de>
18985
18986         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
18987         confusion with the GdkPixbuf of the GNOME 1.x platform.
18988
18989 2000-09-29  Havoc Pennington  <hp@pobox.com>
18990
18991         * gtk/gtktextview.c: Implement the side windows.
18992
18993         * gtk/testtext.c: Implement simple line numbering in the 
18994         left side window; seems to make scrolling sloooow. Oops.
18995         Also, cursor blink is for some reason causing redraws
18996         of the line numbers. Should investigate...
18997
18998 2000-09-28  Havoc Pennington  <hp@redhat.com>
18999
19000         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
19001         scrolling child windows, and draw focus rectangle properly.
19002         
19003         (gtk_text_view_buffer_to_window_coords):
19004         Coordinate transformation to deal with all these freaking windows
19005         and offsets
19006         (gtk_text_view_window_to_buffer_coords): transform the other way
19007
19008         * gtk/testtext.c (create_buffer): Update to match Pango API change
19009
19010         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
19011         anonymous tags
19012         (foreach_unref): don't emit remove signal from finalize, just
19013         set tag's parent to NULL
19014
19015 2000-09-26  Havoc Pennington  <hp@redhat.com>
19016
19017         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
19018         Fix some warnings       
19019
19020 2000-09-26  Havoc Pennington  <hp@redhat.com>
19021
19022         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
19023         headers into the private header list
19024
19025         * Makefile.am (pkgconfig_DATA): install pkg-config files
19026
19027         * configure.in: add pkg-config files
19028
19029         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
19030
19031         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
19032         outstanding icon caches on theme change.
19033
19034         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
19035         important types:
19036
19037         (GtkIconSource): Specification for creating a pixbuf 
19038         appropriate for a direction/state/size triplet from 
19039         a source pixbuf or filename
19040
19041         (GtkIconSet): List of GtkIconSource objects that are used to
19042         create the "same" icon (e.g. an OK button icon), and cache for
19043         rendered icons
19044
19045         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
19046         up the icon set for a given stock ID.  GTK maintains a stack of
19047         GtkIconFactory to search, and applications or libraries can add
19048         additional icon factories on top of the stack
19049         
19050         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
19051         the set of GtkIconSource specified for a given stock ID into 
19052         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
19053         RcStyle, under the specified stock ID.
19054
19055         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
19056         render_icon used to derive a GdkPixbuf from a GtkIconSource.
19057         This allows people to theme how prelight, insensitive, etc. are
19058         done.
19059
19060         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
19061         icon factories for a style, and return the resulting 
19062         icon set if any.
19063
19064         (gtk_style_render_icon): Render an icon using the render_icon 
19065         method in the GtkStyleClass.
19066
19067         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
19068         Use the style for a given widget to look up a stock ID, get the
19069         icon set, and render an icon using the render_icon method 
19070         of the style
19071
19072         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
19073         (contains information about a stock item), the built-in stock item
19074         IDs, and functions to add/lookup stock items.
19075
19076         * gtk/stock-icons/*: Stock icons that come with GTK
19077
19078         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
19079         a button based on a GtkStockItem
19080         (gtk_button_new_accel): Takes a uline string and accel group, and
19081         installs the accelerator.
19082
19083         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
19084         image-display widget.
19085
19086 2000-09-25  Havoc Pennington  <hp@redhat.com>
19087
19088         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
19089
19090         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
19091         Fix a bug when removing node data, we didn't properly 
19092         re-splice the linked list after removing the data.
19093
19094         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
19095         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
19096
19097         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
19098
19099         * gtk/gtktextlayout.c (set_para_values): Set tab array 
19100         for the layout from the GtkTextTag.
19101
19102         * gtk/gtktexttypes.h: delete tab and search cruft, 
19103         remove g_convert() in favor of GLib version
19104
19105         * gtk/gtktexttypes.c: remove tab implementation from here,
19106         move to Pango
19107
19108         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
19109         tab stuff using new PangoTabArray from Pango
19110
19111         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
19112         unused border_width stuff
19113
19114 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
19115
19116         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
19117         glib) and now useless utf_to_latin1() latin1_to_utf()
19118
19119         * gtk/gtktextview.[ch]: Change ::move_insert and
19120         ::delete_text action signals to ::move and ::delete;
19121         create the signals with the right enumeration type,
19122         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
19123         C-v bindings, change Home, End to move to beginning/end
19124         of line, Add C-Home C-End to move to beginning/end
19125         of buffer. Change ::cut_text to ::cut_clipboard, etc;
19126         combine ::scroll_text into ::move; use new GtkSelectionData
19127         functions to simplify DND text handling.
19128         
19129         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
19130         deletion enumerations here, rename enumeration values to 
19131         be consistently plural.
19132
19133         * gtk/gtktextbuffer.c: Use new clipboard interfaces
19134         for cut/copy/paste and primary selection.
19135
19136         * gtk/gtktextbuffer.[ch]: Remove excess time and
19137         'interactive' arguments from cut/copy/paste;
19138         rename cut to cut_clipboard, etc; remove
19139         gtk_text_buffer_get_clipboard_contents().
19140
19141         * gtk/gtktextlayout.[ch]: Add 
19142         gtk_text_layout_move_iter_to_line_end() to move the iter to 
19143         line ends.
19144
19145         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
19146         Functions to set or get a UTF-8 string on the selection
19147         data.
19148
19149         * gtk/gtkclipboard.[ch]: New, simplified selection handling
19150         interfaces.
19151
19152         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
19153         created widgets - one of these is useless if we don't.
19154
19155         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
19156         a public function clear all targets registered for the
19157         widget.
19158
19159         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
19160         Never call gtk_widget_realize() - that was just asking
19161         for bizarre side-effects.
19162
19163         * gtk/gtkselection.c (gtk_selection_owner_set): Call
19164         gdk_selection_owner_set even if the widget is the
19165         same so that we reliably update the timestamp on
19166         the server.
19167
19168         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
19169         gdk_x11_get_server_time() function.
19170         
19171         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
19172         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
19173         Add some tricky filtering on serial numbers for
19174         selection clear events to fix up long-standard
19175         race condition FIXME's in gtkselection.c.
19176
19177         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
19178         routines to convert from utf8 to compound text or
19179         STRING and from a text property to UTF-8.
19180
19181         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
19182         a convenience function gdk_get_current_event_time().
19183
19184         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
19185         and free selection_data->data properly
19186
19187 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
19188
19189         * gtk/gtkthemes.c: Remove some unecessary includes.
19190
19191 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
19192
19193         * gtk/gtktextdisplay.c
19194         * gtk/gtktextlayout.c
19195         * gtk/gtktexttag.c
19196         * gtk/gtktexttag.h
19197         * gtk/testtext.c: Change the overstrike property to strikethrough,
19198         to closer match pango.
19199
19200 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
19201
19202         * gtk/gtktextview.c: Fix up visibility so that focus,
19203         cursor_visible and blink interact properly.  Reenable cursor blink
19204         which had been roughly disabled. Make blink and focus
19205         properly per-view.
19206
19207         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
19208         Add a flag for whether to display insertion cursor and
19209         a function to set the flag.
19210
19211         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
19212         get_line_y() to get_line_yrange(), to be a bit more generally
19213         useful.
19214
19215 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
19216
19217         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
19218           do stop_navigating_submenu, to clear last timeout properly.
19219           Also in gtk_menu_motion_notify move ignore_enter above
19220           the conditional to make it always happen as suggested by Owen
19221
19222 2000-09-07  Tor Lillqvist  <tml@iki.fi>
19223
19224         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
19225
19226         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
19227         w32api headers.
19228
19229         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
19230         declarations.
19231
19232         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
19233         (gdk_win32_get_colormap): A line had been deleted by mistake.
19234
19235         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
19236         (gdk_event_translate): Handle more virtual keycodes to be able to
19237         generate GDK events for Control-comma, Control-period, etc.
19238
19239         * gtk/gtk.def: Add some missing entry points.
19240
19241 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
19242
19243         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
19244         Doc comment fixing. (Mostly non-matching parameter names.)
19245
19246         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
19247         comments a little to avoid looking like a doc comment.
19248
19249         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
19250         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
19251         conversions be changed to GError?)
19252
19253         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
19254         Move private #defines into .c file.
19255
19256         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
19257         order of argument addition, remove duplicates.
19258
19259         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
19260         parent class is FrameClass, not BinClass.
19261
19262         * gtk/gtk.h: Add gtkinvisible, which was missing.
19263         (It's occasionalyl useful for client apps, if seldom.)
19264
19265         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
19266         #define.
19267
19268 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
19269
19270         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
19271         coordinates when creating window, instead of GDK-space
19272         coordinates. (Avoid BadValue on too large windows.)
19273
19274 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
19275
19276         * configure.in (use_mmx_asm): Remove conftest* after use along the
19277         lines of AC_TRY_COMPILE.        
19278         
19279         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
19280         of g_dirname, which is deprecated.
19281         (gtk_rc_parse_any): Removed calls to
19282         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
19283
19284         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
19285         Removed calls to g_hash_table_{freeze,thaw}, as they are
19286         deprecated now.
19287
19288         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
19289         instead of g_basename.
19290         
19291 2000-09-04 Elliot Lee <sopwith@redhat.com>
19292         
19293         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
19294         ANSI warning.
19295
19296 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
19297
19298         * gtk/gtkwidget.h:  Add some documenting comments about 
19299           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
19300           just as owen said on irc.
19301
19302         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
19303           set HAS_DEFAULT.  Only set it if there isn't another window
19304           holding it (a focus window which RECEIVES_DEFAULT) and only unset
19305           it if the widget is not the focused window with RECEIVES_DEFAULT.
19306           This fixes weird double default bugs in dialogs which has things
19307           call gtk_window_set_default at times.
19308
19309 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
19310
19311         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
19312         Nils Barth and David Santiago to improve submenu
19313         navigation. The patch does this by creating a triangular
19314         region from the point where the pointer leaves the
19315         menu to the submenu.  While the pointer is in
19316         that region and a timeout has not expired, events 
19317         that would cause the active submenu to change are
19318         ignored.
19319
19320 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
19321
19322         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
19323         moving a toplevel window immediately after sizing it would
19324         result in it being sized back to the old size since 
19325         impl->width, impl->height aren't updated until we hear
19326         back from the server. There is still a (longstanding) bug
19327         here that gdk_window_get_size() will give the wrong size
19328         until we do hear back.
19329
19330 2000-08-31  Havoc Pennington  <hp@redhat.com>
19331
19332         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
19333         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
19334         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
19335         Rename GtkTextStyleValues to GtkTextAttributes
19336
19337 2000-08-31  Havoc Pennington  <hp@pobox.com>
19338
19339         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
19340         for rapid testing whether an iterator is the end iterator
19341         (gtk_text_btree_new): init end line cache
19342         (gtk_text_line_is_last): use fast cached line to 
19343         see if we're the last line.
19344         (get_last_line): use cached line here too, should 
19345         speed up some random unrelated code.
19346         
19347 2000-08-30  Havoc Pennington  <hp@pobox.com>
19348
19349         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
19350         signals.
19351
19352         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
19353         delete_text signals. This allows the signals to be used for
19354         implementing undo.
19355
19356         * gtk/gtktextbuffer.c: Change signal handler signatures; 
19357         provide "interactive" argument when emitting insert_text or
19358         delete_text signal.
19359         
19360 2000-08-30  Havoc Pennington  <hp@pobox.com>
19361
19362         * gtk/gtktextbuffer.c: Docs
19363
19364 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
19365
19366         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
19367         from switch statements, since Tor removed the enumeration
19368         value.
19369         
19370         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
19371         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
19372
19373 2000-08-29 Elliot Lee <sopwith@redhat.com>
19374         * */*.h: Use G_GNUC_CONST.
19375
19376 2000-08-27  Havoc Pennington  <hp@pobox.com>
19377
19378         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
19379         minor indentation fixes, inserted some FIXME about stuff I
19380         realized was broken while documenting it.
19381         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
19382         GTK convention  
19383
19384 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
19385
19386         * gtk/testgtk.c (create_styles): Fix double free of
19387         font desc.
19388
19389 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19390
19391         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
19392         
19393         * gtk/testgtk.c (create_styles): Add a test for modifying
19394         the style through gtk_widget_modify_*.
19395
19396         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
19397         a function to get the current modifier style.
19398
19399         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
19400         of the passed in GtkRcStyle instead of ref'ing it.
19401
19402         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
19403
19404 2000-08-20  Tor Lillqvist  <tml@iki.fi>
19405
19406         * gdk/gdkimage.h
19407         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
19408         shared memory image+pixmap GdkImage type, or
19409         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
19410         I am dropping that.
19411
19412         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
19413         actually call gtk_init_abi_check(), passing also
19414         sizeof(GtkWindow). Ditto for gtk_init_check(). 
19415
19416         * gtk/gtk.def
19417         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
19418         New functions, used to check that the GTK+-using code has been
19419         compiled using the correct compiler and switches. In particular,
19420         with gcc one has to use the -fnative-struct switch as GTK+ is
19421         compiled with that.
19422
19423 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
19424
19425         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
19426         ->prev fields when merging lists. (Found simultaneously
19427         by Pawel Salek and Jakub Jelinek)
19428
19429 2000-08-12  Tor Lillqvist  <tml@iki.fi>
19430
19431         * gdk/gdk.def
19432         * gtk/gtk.def: Add missing entries.
19433
19434         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
19435         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
19436
19437         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
19438         function. Dummy implementation at this point.
19439
19440         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
19441         rules. Undefine GTK_COMPILATION when compiling the test programs.
19442         
19443         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
19444
19445 2000-08-11  Tor Lillqvist  <tml@iki.fi>
19446
19447         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
19448         to convert back and forth from UTF-8 and the "system" (or "current
19449         locale") charset when necessary. Indentation/spacing cleanup.
19450
19451 2000-08-10  Havoc Pennington  <hp@redhat.com>
19452
19453         * Makefile.am (snapshot): Change the format of the snapshot
19454         version to match glib
19455
19456         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
19457         from EXTRA_DIST since it doesn't seem to exist
19458
19459 2000-08-10  Tor Lillqvist  <tml@iki.fi>
19460
19461         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
19462         version of the directory name (not the UTF-8 one) when building
19463         the path name to stat().
19464
19465 2000-08-03  Elliot Lee  <sopwith@redhat.com>
19466
19467         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
19468         PANGO_ATTR_SHAPE set.
19469
19470 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
19471
19472         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
19473         Peter Osterlund to simplify the code while keeping the
19474         functionality the same.
19475
19476 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
19477
19478         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
19479         is_viewable() test further inside the function, since removing the 
19480         window from the redraw list without clearing ->update_area
19481         was also very broken.
19482
19483 2000-08-02  Tor Lillqvist  <tml@iki.fi>
19484
19485         * configure.in: Check for <unistd.h>.
19486
19487 2000-08-01  Martin Baulig  <baulig@suse.de>
19488
19489         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
19490         to display the message that this is a development version of GTK+.
19491
19492 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
19493
19494         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
19495         was depending on widget->allocation instead of the width of text_area,
19496         which was incorrect for subclasses like GtkSpinButton.
19497
19498         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
19499         with width == 1 tests that should be width == -1.
19500
19501 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
19502
19503         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
19504         (broken, Elliot, every single window blank on X) custom code with call
19505         to gdk_window_is_viewable() which a) prevents code duplicate and
19506         b) works. 
19507
19508 2000-07-31  Elliot Lee  <sopwith@redhat.com>
19509
19510         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
19511         to get the GDK_PARENT_ROOT() macro to work.
19512         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
19513         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
19514         of, windows that aren't shown.
19515         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
19516         pointer grab stuff.
19517
19518 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
19519
19520         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
19521           s/gtk_main_iteration/g_main_iteration/
19522
19523           Did this already in change:
19524                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
19525           don't know how it got reverted.
19526
19527 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
19528
19529         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
19530         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
19531
19532         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
19533         not gdk_pixbuf.
19534
19535 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
19536
19537         * configure.in,po/{sp,sr}.po: Added Serbian files
19538
19539 2000-07-30  Tor Lillqvist  <tml@iki.fi>
19540
19541         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
19542
19543         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
19544         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
19545         GIOChannel implementation.
19546
19547         * gdk/win32/gdkinput.c
19548         * gdk/win32/gdkpango-win32.c: Update license name here, too.
19549
19550         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
19551         definition to match prototype.
19552
19553         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
19554
19555 2000-07-27  Elliot Lee  <sopwith@redhat.com>
19556
19557         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
19558         function, to allow handling image formats that cannot be detected
19559         by looking at content alone.
19560
19561 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
19562
19563         * docs/tutorial/*.gif *.jpg *.eps
19564           Update these to the same look-n-feel.
19565           Why does including images in DocBook suck so badly?
19566
19567 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
19568
19569         * gtk/gtktable.c: applied patch from Phil Thompson
19570         <phil@river-bank.demon.co.uk> that enables space settings for
19571         the last row/columns as well.
19572
19573 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
19574
19575         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
19576         updates the license headers to the GNU Lesser General Public License,
19577         as well as updating the copyright year to 2000.
19578
19579 2000-07-26  Robert Brady  <rwb197@zepler.org>
19580
19581         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
19582           and po/Makefile, was installing and looking for them under gtk20
19583           and gtk2 respectively.
19584
19585 2000-07-25  Havoc Pennington  <hp@redhat.com>
19586
19587         * gtk/testtext.c: Comment out some stuff that depends on the rest
19588         of my patches.
19589
19590 2000-07-25  Havoc Pennington  <hp@redhat.com>
19591
19592         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
19593         buffer
19594
19595 2000-07-25  Havoc Pennington  <hp@redhat.com>
19596
19597         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
19598         widget changes.
19599
19600         * gtk/gtktextview.h: To be consistent with usage of "line"
19601         throughout the API to mean "newline-terminated thingy", change
19602         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
19603         to MOVEMENT_LINE.
19604
19605         (GtkTextView): Add flags for default editability, and whether to
19606         show the cursor. Add functions to get/set that. Add 
19607
19608         (gtk_text_view_get_iter_location): new function
19609
19610         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
19611         gtktextlayout.h
19612         (g_convert): Add g_convert temporarily, will go in glib in a bit
19613         
19614         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
19615         GtkTextTagTableForeach instead of brokenly using GHFunc.
19616         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
19617
19618         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
19619         moved to public header.
19620
19621         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
19622         "invisible", since "elide" was a bad name.
19623         (gtk_text_tag_get_priority): Added
19624
19625         (GtkTextStyleValues): put this in public header, along with
19626         functions to use it.
19627
19628         * gtk/gtktextmarkprivate.h: Include more headers, since we no
19629         longer include gtktextbtree.h.
19630
19631         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
19632         gtk_text_mark_deleted
19633
19634         * gtk/gtktextlayout.h: Don't include the "really private" headers,
19635         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
19636         to make this possible. Now we only need to install
19637         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
19638         (However the Makefile.am isn't changed yet because of the
19639         logistics of merging gtk-hp-patches piecemeal)
19640
19641         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
19642         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
19643         gtk_text_iter_get_line is now used in the public API for a
19644         different purpose.
19645
19646         * gtk/gtktextiter.h: Clean up function names to be more
19647         consistent. Always call char offset "offset" and byte index
19648         "index". A "line" is always a line number. 
19649
19650         (gtk_text_iter_is_last): new function, more efficient than 
19651         the existing way to check
19652         (gtk_text_iter_is_first): new function, also more efficient
19653
19654         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
19655
19656         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
19657         gtk_text_iter_forward_char, etc.
19658
19659         (gtk_text_iter_forward_to_tag_toggle): Renamed from
19660         forward_find_tag_toggle, since this isn't a linear search
19661
19662         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
19663
19664         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
19665         New functions, search for a buffer substring.
19666
19667         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
19668         interactive and default editable (since we need to store that info
19669         until we receive the selection data).
19670
19671         Remove all the _at_char and at_line etc. versions of functions;
19672         only have iterator versions.
19673
19674         Add _interactive() versions of functions, that consider the
19675         editability of text. (FIXME add interactive flag to the 
19676         insert/delete signals per Darin's suggestion)
19677
19678         (gtk_text_buffer_get_tag_table): new function, demand-creates the
19679         tag table if necessary
19680
19681         Remove declaration of gtk_text_buffer_get_iter_from_string
19682
19683         (_gtk_text_buffer_get_btree): private/internal function, added.
19684         
19685
19686         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
19687         (gtk_text_line_is_last): new function
19688
19689 2000-07-25  Havoc Pennington  <hp@redhat.com>
19690
19691         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
19692         using GtkProgressBar. See Changes-2.0.txt for details.
19693
19694         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
19695         "pulse_step" which are the equivalent of
19696         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
19697         Implement new API.
19698         
19699         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
19700         (use_text_format) to mark whether text set on the progress bar is
19701         a format string. Deprecate entire GtkProgress interface.
19702
19703         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
19704         (gtk_progress_build_string): make this a no-op if use_text_format
19705         is FALSE
19706
19707         * docs/Changes-2.0.txt: Describe progress bar changes.
19708
19709 2000-07-25  Tor Lillqvist  <tml@iki.fi>
19710
19711         * Makefile.am: Include the build directory.
19712
19713         * configure.in: Generate build/Makefile, build/win32/Makefile,
19714         gdk/, gdk/win32/, and gtk/makefile.mingw.
19715
19716         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
19717         Add GETTEXT_PACKAGE.
19718         
19719         * gdk/gdk.def
19720         * gtk/gtk.def: Updates.
19721
19722         * gdk/gdkfont.h
19723         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
19724         need them any longer.
19725
19726         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
19727
19728         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
19729         PANGOWIN32_LIBS and gdk_pixbuf.
19730
19731         * gdk/win32: Compiles, but no doubt doesn't work at all.
19732
19733         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
19734
19735         * gdk/win32/gdkinput.c: New file, temporarily.
19736         
19737         * gdk/win32/gdkinput-win32.h: New file
19738
19739         * gdk/win32/gdkinputprivate.h: Remove.
19740
19741         * gdk/win32/gdkpango-win32.c: New file.
19742
19743         * gtk/makefile.mingw.in: New file
19744
19745         * gtk/makefile.cygwin: Removed
19746         
19747         * gtk/Makefile.am: Update accordingly.
19748
19749         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
19750         made externally visible.
19751
19752         * gtk/gtkmain.c: Use it.
19753         
19754         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
19755         is enough.
19756
19757         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
19758
19759 2000-07-24 Elliot Lee <sopwith@redhat.com>
19760         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
19761         individual backends already.
19762         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
19763         again. Yes, there really is a good reason for this, if you are using the gdkregion
19764         internals, and if you're not, why do you care?
19765         * gdk/gdkwindow.c: Fix inverted condition
19766         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
19767         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
19768         * gtk/gtkrange.c: Redraw trough when moving.
19769         * gtk/gtktypeutils.c: Fix warning by adding const cast.
19770         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
19771
19772 2000-07-23  Tor Lillqvist  <tml@iki.fi>
19773
19774         * configure.in: Check for mkstemp and sigsetjmp. Output
19775         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
19776
19777         More work on GDK for Win32. Still in an intermediate state.
19778
19779         * gdk/makefile.cygwin
19780         * gdk/win32/makefile.cygwin: Removed.
19781         
19782         * gdk/makefile.mingw.in
19783         * gdk/win32/makefile.mingw.in: New files.
19784
19785         * gdk/Makefile.am
19786         * gdk/win32/Makefile.am: Generate and distribute them.
19787
19788         * gdk/win32/gdkwindow-win32.h
19789         * gdk/win32/gdkdrawable-win32.h
19790         * gdk/win32/gdkpixmap-win32.h: New files.
19791
19792         * gdk/win32/gdkcolor-win32.c
19793         * gdk/win32/gdkcursor-win32.c
19794         * gdk/win32/gdkdrawable-win32.c
19795         * gdk/win32/gdkgc-win32.c
19796         * gdk/win32/gdkimage-win32.c
19797         * gdk/win32/gdkprivate-win32.h
19798         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
19799         Rename fields and variables called xcursor, xid, etc (these names
19800         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
19801
19802 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
19803
19804         * gtk/gtkentry.[ch]: Fix some problems with vertical
19805         alignment.
19806
19807         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
19808         char/byte confusion.
19809
19810 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
19811
19812         * gtk/gtktextview.c (changed_handler): Fix bug where
19813         redraw wasn't being done properly when height of
19814         dirty region changed.
19815
19816         * demos/Makefile.am: Remove various references to
19817         -lgmodule
19818
19819 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
19820
19821         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
19822         PangoAttrShape to reserve space for pixmaps, add 
19823         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
19824         in the display functions.
19825         
19826         * gtk/testgtk.c (create_layout): Set some more exotic
19827         scrolled window options
19828
19829         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
19830         Add function to set the shadow type of a window, to allow
19831         putting a shadow around widgets such as GtkLayout or GnomeCanvas
19832         which don't draw their own frame.
19833
19834 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
19835
19836         * docs/tutorial/package-db-tutorial.sh: New file for
19837           packaging DocBook format tutorial
19838
19839 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
19840
19841         * docs/tutorial/gtk-tut.sgml: Minor updates
19842
19843         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
19844
19845 2000-07-19  Tor Lillqvist  <tml@iki.fi>
19846
19847         * gtk/gtksignal.c: Fix C++ comment.
19848
19849         * gtk/gtkimmulticontext.c
19850         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
19851         don't return value from void functions.
19852
19853         * gtk/gtk.def: Add gtk_rc_style_unref.
19854
19855 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
19856
19857         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
19858         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
19859         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
19860         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
19861         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
19862         gtk/gtktypeutils.h: Include files outside of the extern "C"
19863         block. Makes some C++ compiler happy. Reported by Denis Vakatov
19864         <vakatov@peony.nlm.nih.gov>.
19865
19866 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
19867
19868         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
19869           Completes first pass. Hurrah!
19870
19871 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
19872
19873         * docs/tutorial/gtk-tut.sgml: More clean ups.
19874
19875 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
19876
19877         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
19878         paint the background of the text area which was accidentally
19879         removed at some point.
19880
19881         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
19882           
19883          - Move most of the functionality from the theme vtable
19884            into GtkRcStyleClass and GtkStyleClass. The moved
19885            vtable functions were changed a bit in the move to
19886            work better in their new home.
19887
19888          - Get rid of the engine and engine_data fields from
19889            GtkRcStyle and GtkStyle; instead the theme
19890            engine derives theme-specific subclasses of GtkRcStyle
19891            and GtkStyle
19892
19893          - Add extra dlsym() found entry point to themes,
19894            theme_create_rc_style().
19895
19896         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
19897         in gtk_style_real_copy.
19898
19899         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
19900         to register a type associated with an engine. (The engine
19901         won't be unloaded as there is an instance of the type.)
19902
19903
19904 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
19905
19906         * docs/tutorial/gtk-tut.sgml: Clean ups.
19907
19908 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
19909
19910         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
19911           of cleaning up to do.
19912
19913 2000-07-15  Tor Lillqvist  <tml@iki.fi>
19914
19915         * gdk/testgdk.c: New file, quick hack to test backends for
19916         pixel-by-pixel correctness of the most simple graphic operations.
19917
19918 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
19919
19920         * Really release 1.3.1
19921         
19922         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
19923         include structure.
19924
19925 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
19926
19927         * Released 1.3.1
19928
19929 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
19930
19931         * gtk/gtktextlayout.c: use FALSE for size_only most
19932         of the time when calling gtk_text_layout_get_line_display()
19933         to avoid causing double reshapes when a redraw follows
19934         immediately after.
19935
19936 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
19937
19938         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
19939         appropriate region and gdk_window_process_updates() so trough
19940         updating doesn't lag behind the window being scrolled.
19941
19942         * gdk/gdkgc.c: Make parent_class pointer static.
19943          
19944 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
19945
19946         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
19947         include <string.h>.
19948          
19949         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
19950         cut-and-paste error in computing memory offset for 4 channels.
19951
19952 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
19953
19954         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
19955         gtk_rc_append_default_pixmap_path(), since it wasn't
19956         adding an interesting path and we don't have a meaningful
19957         default for this value.
19958
19959 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
19960
19961         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
19962         gtk-config to gtk-config-2.0 move gtk_.m4 to
19963         gtk-2.0.m4
19964
19965         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
19966         gdk/Makefile.am demos/Makefile.am: Change 
19967         library names to libgtk-1.3.la, etc, so that we
19968         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
19969
19970         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
19971         gdk/Makefile.am gdk/x11/Makfile.am
19972         Move include files into /usr/include/gtk-2.0, 
19973         /usr/lib/gtk-2.0/include/
19974          
19975         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
19976         gtk/gtkintl.h: Change package for gettext from 
19977         gtk+ to gtk20. Put hack in autogen.sh to modify
19978         po/Makefile.in.in after gettextize to make this
19979         possible.
19980
19981         * gtk+.spec: Some updates, not tested.
19982
19983         * gdk-pixbuf/Makefile.am: Move loaders into
19984         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
19985
19986         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
19987         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
19988         to THEMENAME/gtk-2.0/. Move engine directory  to
19989         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
19990         
19991 2000-07-12  Tor Lillqvist  <tml@iki.fi>
19992
19993         Win32 changes, still doesn't build though.
19994
19995         * gdk/makefile.cygwin
19996         * gdk/win32/makefile.cygwin
19997         * gtk/makefile.cygwin: Updates.
19998
19999         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
20000         default values for fg and bg pixel as X11 does (0 and 1), not
20001         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
20002         Use 0 for pen width by default (treated as 1 anyway later, but for
20003         apps that might check the value in the GdkGC).
20004         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
20005         interface to gdk_gc_predraw and _postdraw.
20006
20007         * gdk/win32/gdkwin32.h
20008         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
20009
20010         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
20011         extraneous semicolon.
20012
20013         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
20014
20015         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
20016         not the Win32 bitspixel value.
20017
20018         * gdk/win32/gdkcc-win32.c:
20019         * gdk/win32/gdkcolor-win32.c 
20020         * gdk/win32/gdkprivate-win32.h
20021         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
20022         GDK object structure.
20023
20024 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
20025
20026         * docs/tutorial/gtk_tut_12.es.sgml (name): 
20027         * docs/tutorial/gtk_tut_it.sgml (name): 
20028         * docs/tutorial/gtk_tut_fr.sgml (name): 
20029         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
20030         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
20031
20032 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
20033
20034         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
20035           small changes.
20036
20037 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
20038
20039         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
20040         a bug here, never been here and never fixed anything ;(
20041         (don't segfault if tree->root_tree is NULL, which happens prior
20042         to widget realization, but puke instead).
20043
20044 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
20045
20046         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
20047         add the necessary tokens.
20048
20049         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
20050         (gtk_rc_style_to_style): copy thicknesses.
20051         (gtk_rc_init_style): apply thicknesses.
20052         (gtk_rc_parse_style): parse xthickness and ythickness.
20053
20054         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
20055
20056         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
20057         (gdk_window_new): 
20058         (_gdk_windowing_window_init): 
20059         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
20060         (gdk_pixmap_create_from_data): 
20061         (gdk_bitmap_create_from_data): 
20062         (gdk_pixmap_new): 
20063         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
20064         (gdk_image_new): 
20065         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
20066         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
20067         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
20068         (gdk_colormap_get_system): 
20069         (gdk_colormap_new): 
20070         * gdk/gdkwindow.c (gdk_window_init): 
20071         * gtk/gtkstyle.c (gtk_style_new):
20072         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
20073         * gdk/gdkpixmap.c (gdk_pixmap_init): 
20074         * gtk/gtkrc.c (gtk_rc_style_new):
20075         use g_object_new() instead of g_type_create_instance() which
20076         is a private function for fundamental type implementations.
20077
20078 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
20079
20080         * configure.in: Add check for db2html
20081
20082 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
20083
20084         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
20085         hack to set glib_debug_objects based on gtk_debug_flags.
20086
20087 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
20088
20089         * INSTALL.in: Update the Prerequisites section.
20090
20091         * Makefile.am demos/Makefile.am docs/Makefile.am
20092         docs/tutorial/Makefile.am gdk/x11/Makefile.am
20093         gdk/linux-fb/Makefile.am: Dist fixes
20094
20095 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
20096
20097         * NEWS: 10,000 foot view of 1.3.1 changes.
20098
20099 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
20100
20101         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
20102         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
20103         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
20104         gdk/x11/gdkmain-x11.c: 
20105
20106         Patch from George Lebl to add a GdkGrabStatus enumeration to use
20107         as a return value of gdk_*_grab(). Previously, we just
20108         returned the X11 values directly.
20109
20110 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
20111
20112         * gdk/x11/Makefile.am: Patch from George Lebl to 
20113         install all the headers in the right place.
20114
20115 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
20116
20117         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
20118           initial conversion to DocBook.
20119
20120 2000-07-04  Tor Lillqvist  <tml@iki.fi>
20121
20122         * README.win32: Improve a bit.
20123
20124         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
20125         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
20126         Alt+0nnn on the numpad (used to enter characters by numeric code
20127         from current DOS or ANSI codepage) working correctly, as in other
20128         Windows apps.
20129
20130         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
20131         same argument validity tests as in X11 version.
20132         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
20133
20134         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
20135         definitions in case missing from headers.
20136
20137         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
20138         destroy the window-specific cursor.
20139         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
20140         calling GetModuleHandle(NULL).
20141         (gdk_window_set_cursor): Reworked to always copy the passed cursor
20142         with CopyCursor before setting it as the window-specific
20143         cursor. It is OK for the caller to destroy the GdkCursor (and thus
20144         also its Windows cursor) after calling this function. Destroy any
20145         previous window-specific cursor.
20146
20147 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
20148
20149         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
20150         font charset is iso8859-1, not iso-8859-1.
20151
20152 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
20153
20154         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
20155         Use g_get_charset() instead of g_get_codeset().
20156
20157         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
20158         Comment out some strdup'ing functions to keep timj
20159         happy until we finish fighting this out.
20160
20161 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
20162
20163         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
20164         <= width or height.
20165
20166         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
20167         from 1.2 for parent/child states.
20168
20169         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
20170         of typos.
20171
20172         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
20173         event structures, replace with a generic axes field. Replace 
20174         deviceid/sourec with GdkDevice *device.
20175
20176         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
20177         to extract particular axis use value from event. (Also
20178         can be used for normal X/Y.)
20179
20180         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
20181         allow for arbitrary number of axes, namespace everything
20182         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
20183         everywhere.
20184
20185         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
20186         Get rid of the gdk_input_vtable setup if favor of simply
20187         defining the functions in gdkinput-none/gxi/xfree.c in
20188         a similar fashion to the way that the port structure is 
20189         done.
20190
20191         * gtk/gtkdnd.c: Fix fields of synthesized button press event
20192         for new event structures. 
20193
20194         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
20195         new device interfaces.
20196
20197 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
20198
20199         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
20200         set the initial text.
20201
20202         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
20203         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
20204         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
20205         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
20206
20207         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
20208         pango_layout_set_font_description to simplify.
20209
20210 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
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:06:40 2000  Owen Taylor  <otaylor@redhat.com>
20216
20217         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
20218         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
20219         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
20220
20221         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
20222         PANGO_PIXELS() macro.
20223
20224 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
20225
20226         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
20227         that returns a PangoContext owned by the widget and updated to
20228         match future changes in the widget. Also, make 
20229         gtk_widget_create_pango_layout() use this context. If we ever
20230         add a ::changed signal to PangoContext, this will make things
20231         much more convenient. 
20232
20233         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
20234         in the appropriate places instead of destroying the layouts and
20235         creating new ones.
20236
20237         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
20238         in a few strategic places.
20239
20240 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
20241
20242         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
20243         gtk_widget_size_request() on reparented child, if one. Otherwise,
20244         queue_resize() on the child never results in it getting size-requested
20245         at all.
20246
20247         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
20248         in option menus, so that (with luck) people won't copy it into
20249         their apps in the future.
20250
20251         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
20252         to gtk_option_menu_calc_size. This isn't perfect, but should fix
20253         a lot of problems with changing the size of the menu's menu
20254         items after adding it to the option menu.
20255
20256         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
20257
20258         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
20259         the text direction for a widget changes.
20260
20261         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
20262         ::direction_changed to get rid of various hacks.
20263
20264 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
20265
20266         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
20267         name.
20268
20269 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
20270
20271         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
20272         flag to the structure. Do not call XFreePixmap on pixmaps created
20273         by gdk_pixmap_foreign_new().
20274
20275 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
20276
20277         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
20278         value using GdkRGB functionality given GdkColormap and GdkColor.
20279         (name not final, waiting for inspiration.)
20280         
20281         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
20282         set the foreground/background of a GC using the GC's colormap
20283         and GdkRGB. (name not final, waiting for inspiration.)
20284
20285         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
20286         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
20287
20288         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
20289         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
20290         purely a function of the corresponding colormap. Make
20291         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
20292
20293         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
20294         gdk_pixbuf_*create_from_xpm_* in terms of
20295         gdk_pixbuf_new_from_xpm_data(), move into platform independent
20296         code.
20297
20298         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
20299         advantage of the new draw_rgb_32_image_dithalign.
20300
20301         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
20302
20303         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
20304         on each created GC.
20305
20306         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
20307
20308         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
20309         which we initialize from the drawable when the GC is created,
20310         if the drawable has a colormap.
20311
20312         * gdk/x11/gdkgc-x11.c: include string.h for memset.
20313
20314         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
20315
20316         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
20317
20318 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
20319
20320         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
20321         actually returning expose events, make sure to set
20322         the count field properly.
20323
20324         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
20325         accidentally reintroced bug which always cleared
20326         the graphics_exposures value. 
20327
20328 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
20329
20330         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
20331
20332 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
20333
20334         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
20335
20336 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
20337
20338         * docs/faq/gtk-faq.sgml: Start of Section 6.
20339
20340 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
20341
20342         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
20343         
20344         (Fixes problem with drawing childless frames. Pointed out
20345         by and a first patch from Anders)
20346         
20347         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
20348         compute a child_allocation, even if we don't have a child.
20349
20350         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
20351         Always chain to the parent's impl, even if we don't have a child.
20352
20353 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
20354
20355         * gdk/gdkrgb.c: If possible, create only a single shm segment and
20356         use multiple parts of it instead of creating a bunch of separate
20357         segments, since the maximum number of segments per system is not
20358         large. (This might be worth backporting to GTK+-1.2.x if we make a
20359         new release )
20360
20361         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
20362         structure in preparation for per-colormap GdkRGB.
20363
20364         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
20365         to False when we get EINVAL from shmget so that the caller of
20366         gdk_image_new can retry with a smaller segment size.
20367
20368 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
20369
20370         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
20371
20372 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
20373
20374         * configure.in: make the current version number 1.3.1 (binary age 0,
20375         interface age 0).
20376         
20377         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
20378         gtkcompat.h is all we want.
20379
20380         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
20381         GLib primitive types. fixed g_type_register_fundamental() argument
20382         ordering.
20383
20384         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
20385         compiles.
20386
20387         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
20388         object code cleanup, comment trigraph fixes, etc...
20389
20390 2000-06-23  Havoc Pennington  <hp@redhat.com>
20391
20392         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
20393         instead of making up a bogus name for first_para_mark
20394
20395         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
20396         0 as a context ID
20397
20398 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
20399
20400         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
20401
20402 2000-06-21  Havoc Pennington  <hp@pobox.com>
20403
20404         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
20405         we didn't check window->bg_pixmap != GDK_NO_BG.
20406
20407         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
20408         gdk-pixbuf
20409
20410 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
20411
20412         * docs/faq/gtk-faq.sgm: Move file to here.
20413           TODO: Update Makfile.am 
20414
20415 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
20416
20417         * docs/gtk-faq.sgm: Add Section 2
20418
20419 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
20420
20421         * docs/gtk-faq.sgm: New file. Start of DocBook
20422           version of the FAQ.
20423
20424 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
20425
20426         * configure.in (GDK_PIXBUF_MAJOR): Define version
20427         numbers for GDK_PIXBUF_*, as they get substituted
20428         into a header file. Need to consider versioning
20429         for gdk-pixbuf more carefully later.
20430
20431 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
20432
20433         Work with srcdir != builddir.   
20434         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
20435         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
20436         * demos/testpixbuf.c: Likewise.
20437         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
20438         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
20439         <gdk/x11/gdkx.h>.
20440         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
20441         "gdk-pixbuf.h".
20442         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
20443
20444 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
20445
20446         * TODO.xml: Change 1.4 version numbers to 2.0.
20447
20448 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
20449
20450         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
20451         fixups to GTK+ standard.
20452
20453 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
20454
20455         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
20456         gdk-pixbuf.
20457
20458         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
20459         fixups for GObject.
20460
20461         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
20462         gdk-pixbuf with GDK dependencies moved into GDK.
20463         
20464         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
20465         move gdk-pixbuf-loader here until GObject has signals.
20466
20467         * demos/: New directory of demos. Move demos from
20468         gdk-pixbuf here.
20469
20470         * demos/pixbuf-init.c: Small bit of code to check for
20471         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
20472         set GDK_PIXBUF_MODULEDIR appropriately.
20473
20474         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
20475         define which no longer makes sense.
20476
20477 2000-06-21  Havoc Pennington  <hp@redhat.com>
20478
20479         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
20480         gtk_get_default_language
20481
20482         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
20483         new function to get the default language
20484
20485         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
20486         s/gtk_text_view_style_values/gtk_text_style_values/
20487
20488         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
20489         Add a "language" field to tags.
20490
20491         (gtk_text_tag_set_arg): Fix bug in setting
20492         "bg_full_height_set" tag.
20493
20494 2000-06-21  Havoc Pennington  <hp@redhat.com>
20495
20496         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
20497         in the interfaces
20498
20499         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
20500         stuff instead when possible.
20501
20502         * gtk/gtktexttypes.h: Delete some unused constants
20503
20504         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
20505         testtextbuffer.c: use glib instead of custom unicode routines
20506
20507 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
20508
20509         * docs/es/: Removed mistakenly added generated sgml
20510
20511         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
20512         Remove outdated info files.
20513
20514         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
20515         Moved tutorial files into subdir
20516
20517         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
20518         subdir.
20519
20520         * docs/man/gtk_button.pod: Remove. (contents will be
20521         integrated into gtk-reference button page.)
20522
20523         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
20524         docs/faq/Makefile.am: Adjust for new organization
20525
20526 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
20527
20528         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
20529         not $(MKINSTALLDIRS)
20530
20531 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
20532
20533         * gtk/testgtk.c (create_text): Finish the job Elliot started
20534         of removing font setting test for text widget. (Since text widget
20535         and GdkFont are not deprecated, and cause portability problems.)
20536
20537 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
20538
20539         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
20540         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
20541         Remove use of libunicode in favor of new GLib functions.
20542
20543         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
20544         nano-x, framebuffer. The X11 include is just a hack until we get
20545         the necessary functions in gdkcolor.h, so there is no reason to
20546         add other includes of platforms.
20547
20548         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
20549         window bigger than the screen change.
20550
20551         * gtk/testgtk.c: Revert some random changes from Elliot
20552         that had no particular point and were causing testgtkrc
20553         not to function correctly.
20554         
20555         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
20556         because GdkSegment and GdkRegionBox have the same fields,
20557         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
20558         results in clearer code.
20559
20560         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
20561         gdk_input_translate_coordinates): Fix missed GdkObjectification
20562
20563 2000-06-18  Elliot Lee  <sopwith@redhat.com>
20564
20565         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
20566         * gtk/gtk{plug,socket}.h: Missed commits from previous.
20567
20568 2000-06-20  Havoc Pennington  <hp@redhat.com>
20569
20570         * modules/linux-fb/Makefile.am: Make this compile
20571         without framebuffer enabled
20572
20573         * gdk/linux-fb/Makefile.am: Add conditional to not build
20574         framebuffer unless specified in configure
20575
20576         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
20577         the size of the target instead of source if -1 was passed for
20578         width/height
20579
20580         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
20581         width/height confusion.
20582
20583 2000-06-19  Havoc Pennington  <hp@redhat.com>
20584
20585         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
20586         GDK_DRAWABLE_XID. In the future, we probably want to make it
20587         faster with G_DISABLE_CHECKS turned on.
20588
20589 2000-06-14  Havoc Pennington  <hp@redhat.com>
20590
20591         * gdk/Makefile.am: add gdkpixmap.c
20592
20593         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
20594         s/gdk_image_init/_gdk_windowing_image_init
20595
20596         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
20597         ref/unref
20598
20599         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
20600
20601         * gdk/gdkcompat.h: remove GdkWindowType compat, since
20602         GdkWindowType is now non-deprecated; 
20603         change gdk_window_get_type() compat to be
20604         gdk_window_get_window_type().
20605
20606         * gdk/gdkdnd.h: make GdkDragContext a GObject.
20607
20608         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
20609         virtual GObject. Make all functions call into the vtable.
20610         Move gdk_image_put() guts in here. Remove GdkDrawableType
20611         and gdk_drawable_get_type(), these are now GdkWindow-specific.
20612         draw_image, get_depth, get_size, set_colormap, get_colormap,
20613         get_visual added to the vtable.
20614         
20615         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
20616         GObject. Virtualize everything. 
20617         (gdk_gc_new_with_values): remove check for destroyed window,
20618         because now GdkWindow::create_gc will check this.
20619         (gdk_gc_set_values): New function to set GC values, this 
20620         was already implemented but wasn't in the header
20621
20622         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
20623
20624         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
20625         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
20626         remove _gdk_window_class; add _gdk_window_impl_get_type() and
20627         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
20628         _gdk_windowing_window_init, rename gdk_image_init to
20629         _gdk_windowing_image_init.
20630         
20631         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
20632         (gdk_draw_layout): Remove check for destroyed window, 
20633         because all the drawable methods already check it.
20634         
20635         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
20636         Add gdkpixmap.c which contains implementation of GdkDrawable
20637         virtual table (by chaining to a platform-specific implementation
20638         object).
20639         
20640         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
20641         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
20642         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
20643         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
20644         GdkColormapPrivate. 
20645
20646         * gdk/gdktypes.h: #include <glib-object.h>
20647
20648         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
20649         Move most functionality to platform-specific implementation
20650         object. GdkWindow itself now handles the backing store, then
20651         chains to the platform-specific implementation.
20652         (gdk_window_get_window_type): return GdkWindowType of the window.
20653         (gdk_window_peek_children): New routine, returns the children of 
20654         a GdkWindow
20655         (gdk_window_get_children): Was in X11-specific code and did 
20656         XQueryTree. Changed to simply return a copy of window->children; 
20657         so it can go in cross-platform code.
20658         
20659         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
20660
20661         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
20662         GdkColormap; just changed to use the new private data instead
20663         of casting to GdkColormapPrivate.
20664
20665         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
20666         gdk_cursor_new().
20667
20668         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
20669         (private data member in the GObject). 
20670         (xdnd_manager_source_filter): Function had broken 
20671         error handling, fix it (use gdk_error_trap_push).
20672
20673         * gdk/x11/gdkdrawable-x11.c: This file now implements
20674         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
20675         base class is purely for the convenience of the X port,
20676         and not part of the interface to cross-platform GDK.
20677
20678         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
20679         
20680         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
20681         specific to X, and returned by the create_gc virtual method
20682         of GdkDrawableImplX11. 
20683         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
20684         rather than gchar, this was also changed in the GdkGC vtable.
20685         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
20686         mask is 0, return immediately, instead of checking every flag.
20687         This is faster, and keeps us from segfaulting if values is NULL
20688         and the mask contains some nonzero flags.
20689
20690         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
20691         GdkWindow.
20692
20693         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
20694         GdkWindowPrivate is gone.
20695
20696         * gdk/x11/gdkim-x11.c: rename things that got renamed.
20697
20698         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
20699         remove the image_put stuff that got transferred to GdkDrawable.
20700         
20701         * gdk/x11/gdkinput.c: renamings
20702
20703         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
20704
20705         * gdk/x11/gdkpixmap-x11.c: GObject conversion
20706
20707         * gdk/x11/gdkprivate-x11.h: indentation fixes
20708
20709         * gdk/x11/gdkproperty-x11.c: renamings
20710
20711         * gdk/x11/gdkselection-x11.c: renamings
20712
20713         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
20714         implements the platform-specific "impl" object.
20715         Moved gdk_window_get_children to gdk/gdkwindow.c
20716
20717         * gdk/x11/gdkx.h: Remove all the private structs and private datas
20718         that no longer exist. Add declaration of GdkGCX11 object here.
20719         Fix all the macros to still work. 
20720
20721         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
20722         GdkDragContext from the boxed types since they are now GObjects.
20723
20724         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
20725         moved xthickness/ythickness into the instance. GtkStyleClass
20726         functions are now in the standard vtable for GtkStyle, so you have
20727         to create a GObject subclass to write a theme engine.
20728         (gtk_style_copy): fixed a leaked PangoFontDescription
20729         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
20730         can be the standard GObject function.
20731         
20732         * Throughout GTK:
20733         s/style->klass->[xy]thickness/style->[xy]thickness
20734         s/pango_layout_unref/g_object_unref/
20735
20736         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
20737         
20738         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
20739         accessing GDK internals.
20740
20741         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
20742         accessing GDK internals.
20743
20744 2000-06-18  Elliot Lee  <sopwith@redhat.com>
20745
20746         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
20747
20748         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
20749         problem by calculating event position relative to the trough
20750         rather than the slider.
20751         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
20752
20753         * gdk/gdkgc.h: Add GDK_NOR.
20754
20755         * configure.in, Makefile.am: Add modules top level dir
20756         * configure.in: Only use pangox library if building x11 target.
20757         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
20758
20759 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
20760
20761         * gtk/gtkcolorsel.c: Change private class member to be named
20762         private_data throughout the file.
20763
20764         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
20765         private_data to avoid clashing with keyword.
20766
20767 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
20768
20769         * gdk/gdkdnd.h: Add comment to remove warning.
20770
20771 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
20772
20773         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
20774         Byelorussian language; changed the Makefile and file names 
20775         to reflect that.
20776
20777 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
20778
20779         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
20780         rather than gdk_window_hide; this makes things work
20781         correctly if the window is programmatically hidden while
20782         iconified.
20783
20784 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
20785
20786         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
20787         cut and paste typo where wrong pixmap was being
20788         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
20789
20790 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
20791
20792         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
20793         Add helper function to compute format / bytes 
20794         relationship. Use in a couple places to fix up
20795         errors which assume 8 * format.
20796
20797         * gtk/gtkselection.c (gtk_selection_request): Use 32
20798         rather than 8 * sizeof (GdkAtom), to work correctly
20799         on Alpha.
20800
20801 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
20802
20803         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
20804         libgtk.la
20805         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
20806         versions
20807
20808         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
20809         checking macros return NULL since the function has a return value.
20810
20811 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
20812
20813         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
20814         GTK+ from building at all.
20815
20816         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
20817
20818 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
20819
20820         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
20821         gtk/Makefile.am: make it possible to configure gtk for different
20822         targets on the same platform. The library name is now 
20823         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
20824         flag. Only the x11 target compiles right now.
20825         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
20826         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
20827         * gdk/nanox/gdk*generic*: delete generic region code.
20828         * gdk/linux-fb/gdk*generic*: delete generic region code.
20829         * README.nanox: update information.
20830         
20831 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
20832
20833         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
20834         prepend not append. (Pointed out by Brett Hall.)
20835
20836 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
20837
20838         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
20839
20840 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
20841
20842         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
20843         need this later, and this makes sure that the atexit for
20844         glib gets called after that for GDK, so atexits are
20845         properly ordered for object leak checking.
20846
20847         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
20848
20849         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
20850         pango_x_shutdown_display()
20851
20852         * gtk/simple.c (main): Close window on destroy.
20853
20854 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
20855
20856         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
20857         to treat initial creation different from setting with 
20858         regards to the graphics-exposures parameter, so add a parameter
20859         indicating whether this is initial or not.
20860
20861 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
20862
20863         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
20864         to sort of work by adding an extra return_exposes arg
20865         to gdk_event_translate() - it might be better to simply
20866         deprecate the function altogether and force people to rewrite
20867         without it. gdk_window_scroll() handles most of it, and where
20868         gdk_window_scroll() doesn't work, simply redrawing more does.
20869
20870         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
20871         assertion.
20872
20873         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
20874
20875         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
20876         bunch of pretty much useless /* Print debugging info */ comments 
20877         which had drifted away from the code they were commenting.
20878
20879 2000-06-02  Havoc Pennington  <hp@pobox.com>
20880
20881         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
20882         is in working order.
20883         
20884         * gtk/testtext.c: Change to reflect anonymous mark API
20885
20886         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
20887
20888         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
20889         field, which was unused.
20890
20891         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
20892         saves some typing.
20893
20894         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
20895
20896         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
20897         flag on the insertion point and selection bound
20898
20899         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
20900         make mark-manipulation functions take a GtkTextMark* instead of a
20901         mark name.
20902         
20903         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
20904         GtkTextMarkBody; will be used to detect attempts to delete
20905         the permanent marks (insert and selection bound)
20906
20907         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
20908
20909 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
20910
20911         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
20912         flag to on.
20913
20914         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
20915         Honor DOUBLE_BUFFRED_FLAG
20916
20917         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
20918         function to set the DOUBLE_BUFFERED flag.
20919
20920         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
20921         or not exposes done on the widget should be double-buffered.
20922
20923         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
20924         to be what would be expected. (Fixes problem with a
20925         g_return_if_fail() validating a TextDirection enumeration)
20926
20927 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
20928
20929         * gtk/gtkwidget.c: Remove all references to 
20930         offscreen flag which was no longer used.
20931
20932         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
20933
20934         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
20935         for non-null label_widget->parent.
20936
20937         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
20938         which no longer was used.
20939
20940         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
20941
20942         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
20943         for null arguments.
20944
20945         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
20946         check for destroyed windows.
20947
20948 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
20949
20950         * gtk/gtkimmulticontext.c: Add a finalize method and unref
20951         the slave context there.
20952
20953         * gtk/gtkinvisible.[ch]: Make reference counting behavior
20954         identical to GtkWindow.
20955
20956 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
20957
20958         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
20959         pangox to here, so we can write them independent of rendering
20960         system, using GDK primitives.
20961
20962         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
20963         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
20964         since we have a rendering-system independent implementation in
20965         terms of draw_glyphs().
20966         
20967         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
20968         function to render a single line.
20969
20970         * gdk/x11/gdkpango.c: Move the guts of this file mostly
20971         into ../gdkpango.c, which simplifies things, since we
20972         don't have to deal with raw X gc's.
20973
20974 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
20975
20976         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
20977         get the logical attributes for a given GtkTextLine.
20978
20979 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
20980
20981         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
20982         g_locale_get_codeset() to g_get_codeset() change.
20983
20984 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
20985
20986         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
20987         descriptions.
20988
20989         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
20990         the entry.
20991
20992         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
20993         redoing (vastly simplifying) for Pango. Still needs quite
20994         a bit of work. (Size selection is currently poor. List of 
20995         predefined sizes is not a good idea, since all of these
20996         sizes won't necessarily be distinct.)
20997
20998 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
20999
21000         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
21001         CODESET results for LANG=C.
21002
21003 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
21004
21005         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
21006         which takes a stringized pango font description;
21007         ignore the older 'font' and 'fontset' declarations.
21008
21009         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
21010         field with a GdkFont derived via gdk_font_from_description(),
21011         for compatibility. (Should we just remove it entirely?
21012         Probably too much compatibility breakage, but people
21013         should be migrating to the new Pango stuff as quickly
21014         as possible.)
21015
21016 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
21017
21018         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
21019
21020 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
21021
21022         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
21023         redoing; there are some bugs in size allocation right
21024         now, the semi-existant distinction between header / day
21025         fonts was removed, but, with Pango, could actually
21026         be made functional in a nice way.
21027         
21028         * gtk/testcalender: Move calender from examples into this
21029         directory as a test program. (We really need to restrcture
21030         testgtk into a whole directory full of tests for every
21031         widget or functionality group, separated into multiple .c
21032         files.)
21033
21034 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
21035
21036         * gtk/testgtk.c (file_exists): Fix stupid typo that
21037         was keeping RC file from being loaded.
21038
21039         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
21040         RC file font code.
21041
21042 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
21043
21044         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
21045         Add function to load a GdkFont from a PangoFontDescription.
21046
21047 2000-05-29  Tor Lillqvist  <tml@iki.fi>
21048
21049         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
21050         variable should be of type GdkEventPrivate.
21051
21052 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
21053
21054         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
21055         to have any widget for the label, use a GtkLabel widget
21056         to display the text. (Based partially on a patch from
21057         Anders Carlson.)
21058
21059         (Quite a bit of code reorganization - strip 90% of the
21060         guts out of gtkaspectframe and add a single virtual
21061         func to GtkFrameClass - compute_child_allocation.)
21062
21063 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
21064
21065         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
21066         (Removed clist->row_center_offset field because caching
21067         it wasn't saving time or code, added private function
21068         _gtk_clist_create_cell_layout()).
21069
21070 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
21071
21072         * gtk/gtkaccellabel.c: Pangoized.
21073
21074         * gtk/[hv]ruler.c: Pangoized
21075
21076 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
21077
21078         * gtk/gtkfilesel.c (gtk_file_selection_init):
21079         Use gtk_clist_set_column_auto_resize() to remove need
21080         need for manual column width computations.
21081
21082 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
21083
21084         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
21085         ensuring Pango correctness, and considerably simplifying the
21086         code.
21087         
21088         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
21089
21090         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
21091         getting of numbers of lines.
21092
21093         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
21094         to the actual requested width of the lable, not to the wrap
21095         width we set.
21096
21097         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
21098
21099         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
21100           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
21101
21102         * gtk/gtktextview.c: Fix structure inheritance.
21103
21104         * gtk/gtkprogressbar.c: Pangoize.
21105
21106 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
21107
21108         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
21109         in a function.
21110
21111         * gtk/gtktextlayout.c (find_display_line_above): Fixed
21112         bug with computing line tops.
21113
21114         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
21115
21116 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
21117
21118         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
21119         and y_offset coordinates to do what we need now. (The offset between
21120         buffer and layout coordinates has been reintroduced, but is a 
21121         bit different than before.)
21122
21123         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
21124         handle the adjustments ourselves, and scroll as necessary using
21125         the new gdk_window_scroll().
21126         
21127         The advantage of this is that when we are incrementally revalidating,
21128         we are essentially rearranging things around the visible portion
21129         of the screen. With the old setup, the visible portion of the
21130         screen was moved around in the layout, so scrolling and redrawing
21131         to track that caused jumping of the display. Since we now
21132         control the scrolling ourselves, we can suppress this and
21133         only redraw when things actually change.
21134
21135 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
21136
21137         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
21138         the region not just redisplay it after-all, since we store the
21139         cursors in the LineDisplay. (Ugly interactions here between
21140         GtkLayout and GtkTextBTree here.)
21141         
21142         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
21143
21144 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
21145
21146         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
21147         Added function to scroll contents of a window while keeping the
21148         window constant. Works by XCopyArea or guffaw-scrolling depending
21149         on the details of how the window is set up. (guffaw-scrolling
21150         still needs to be filled in.)
21151
21152 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
21153
21154         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
21155         move the debugging that was tied to a global variable
21156         to that.
21157
21158         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
21159
21160         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
21161         validated flag, in line data instead of setting height/width to
21162         -1. This allows us to perform operations with partially invalid
21163         buffer (using the old size for invalid lines) and thus to do
21164         incremental vaidation. Keep height/width aggregates up to date
21165         when deleting text and rebalancing the tree.
21166
21167         * gtk/gtktextbtree.[ch]: Add functions validate a line
21168         (gtk_text_btree_validate_line), and to validate up
21169         to a number of pixels (gtk_text_btree_validate).
21170
21171         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
21172         that indicates that something is changed and a revalidation
21173         pass is needed. Change ::need_repaint to ::changed, and
21174         make it take old and new yranges instead of a rectangle.
21175
21176         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
21177         the line_data_destroy() function from 
21178         gtk_text_btree_add_view() to a virtual function in 
21179         GtkTextLayout
21180
21181         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
21182         since we are handling partial repaints in a different fashion
21183         now.
21184
21185         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
21186         of the selection instead of queueing a repaint on the
21187         entire widget.
21188
21189         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
21190         get_selection_bounds() down to btree, make the function
21191         in buffer a wrapper around the btree function.
21192
21193         * gtk/gtktextlayout.[ch]: Add functions to check if the
21194         layout is valid and to recompute either a range of pixels
21195         aroudn a line or a certain total number of pixels.
21196
21197         * gtk/gtktextlayout.[ch]: Cache a single line display;
21198         now that we only redraw the needed portions, the hit rate
21199         for this cache is quite high.
21200         
21201         * gtk/gtktextview.[ch]: Keep track of the first paragraph
21202         on the screen so that when re-laying-out the buffer, we can
21203         keep the same place. This requires connecting to ::value_changed
21204         on the adjustments
21205
21206         * gtk/gtktextview.[ch]: Add idle functions to revalidate
21207         the buffer after we receive an ::invalidated signal.
21208         
21209 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
21210
21211         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
21212         to max of allocation and layout size, not just to the
21213         layout size.
21214
21215         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
21216         Invalidate window so it gets redrawn properly.
21217
21218         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
21219         to mean the entire window.
21220
21221         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
21222         into public header.
21223
21224 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
21225
21226         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
21227         to get the name of a mark.
21228
21229         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
21230         to find the paragraph from a y position.
21231
21232 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
21233
21234         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
21235         nodes have width/height >= 0, not > 0.
21236
21237 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
21238
21239         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
21240         Add a size_only flag, so when we only need the size, we don't create
21241         useless appearance attributes.
21242
21243         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
21244         duplicate setting of font description.
21245
21246         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
21247
21248 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
21249
21250         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
21251         EXTRA_DIST. It does not work well when the file that
21252         everything depends on is not in the tarball.
21253
21254 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
21255
21256         * gtk/testgtk.c: Some hacks and fixes so that it basically
21257         works when not sitting in the GTK+ build tree.
21258
21259 2000-05-03  Havoc Pennington  <hp@redhat.com>
21260
21261         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
21262         Properly determine the ordering of the tag root and the current
21263         line within the tree. Previous algorithm only worked if the tag
21264         root's immediate parent was the common root of both the current
21265         line and the tag root.
21266
21267 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
21268
21269         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
21270         alignment.
21271
21272         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
21273         the widget text directional dynamically.
21274
21275         * gtk/gtktextview.[ch]: Added functions to get and set default
21276         wrap mode.
21277
21278 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
21279
21280         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
21281         in cursor location computation.
21282
21283 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
21284
21285         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
21286         vadjusment values properly when layout gets smaller.
21287
21288         * gtk/gtktextview.c (need_repaint_handler): Areas being
21289         passed in are far completely inaccurate, and sometimes
21290         too small, so, for now, just queue a redraw on the
21291         whole visible region.
21292
21293 2000-04-25  Havoc Pennington  <hp@redhat.com>
21294
21295         * gtk/gtktextbtree.c (summary_destroy): new function to 
21296         destroy tag summary nodes
21297         (gtk_text_line_next_could_contain_tag): this function was 
21298         totally broken if the line passed in wasn't below the tag
21299         root. Fix it.
21300         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
21301         "wildcard" case, we have to do a linear scan. Blah.
21302         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
21303         we have to do the linear scan
21304         (tag_removed_cb): When a tag is removed from the tag table, 
21305         remove the GtkTextTagInfo node from the btree.
21306         (gtk_text_btree_spew): Implement the spew function, for 
21307         our debugging pleasure.
21308
21309 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
21310
21311         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
21312         a problem with referring to the wrong buffer.
21313
21314         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
21315
21316         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
21317         font description to gtk_style_new() - otherwise things
21318         don't work without a .gtkrc file.
21319
21320         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
21321         tags table if we create it ourself, too.
21322
21323         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
21324         it was conflicting with XKB modifiers.
21325
21326         * gtk/gtktextview.[ch]: Add simple support for 
21327         GtkIMContext.
21328
21329 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
21330
21331         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
21332         with deletion from last commit.
21333
21334 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
21335
21336         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
21337         in the context from the current locale.
21338         
21339         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
21340         context, not hardcoded value.
21341
21342         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
21343         not logical.
21344
21345 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
21346
21347         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
21348         attributes - that doesn't handle partial-glyph selection
21349         properly. Instead use new pango_layout_line_get_x_ranges()
21350         functionality to draw the selection.
21351
21352         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
21353         now properly handles out-of-range coordinates.
21354
21355         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
21356
21357         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
21358         public.
21359
21360         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
21361         for paragraphs opposite to the base direction of the widget.
21362
21363         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
21364
21365         * gtk/gtktextlayout.c: Don't split segments on marks, since that
21366         causes Arabic words to reshape as you cursor through.
21367
21368         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
21369         cursor position when moving vertically with the arrow keys and
21370         scrolling with page-up/page-down. (Arrow keys save only the X,
21371         scrolling saves both X and Y.)
21372
21373         This means you can line-up / line-down or page-up / page-down
21374         without losing your place, and also that moving vertically
21375         with the cursor keys keeps the same X position, not the same
21376         character count:
21377
21378         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
21379         arrow keys move by display lines, not paragraphs.
21380
21381 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
21382
21383         * gtk/gtklayout.c: Make sure that the bin window is at least
21384         as big as the allocation. (Should we also make sure that the
21385         bin window is big enough to completely cover widget->window?)
21386
21387         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
21388         function to get the onscreen rectangle.
21389
21390         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
21391         for offsets in window coordinates.
21392
21393 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
21394
21395         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
21396         confusion.
21397
21398         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
21399         from the widget direction.
21400
21401         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
21402         Add a "direction" attribute.
21403
21404         * gtk/gtktextview.c: global s/tkxt/text_view/.
21405
21406         * gtk/testtext.c: Added long block of text in Arabic, to test out
21407         the direction attributes. (Some problems with the shaping system
21408         for arabic become obvious - like the fact the cursor splits words
21409         into unjoined pieces.)
21410
21411 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
21412
21413         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
21414
21415         * gtk/gtktextlayout.c: Fix up alignment.
21416
21417         * gtk/testtext.c: Add some tests for centering, wrapping.
21418
21419 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
21420
21421         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
21422         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
21423         If we wrote GTK+-specific layout-render function this could just replace
21424         the draw_layout() operation in the vtable.
21425
21426         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
21427         pango_layout_get_cursor_pos() and use that function.
21428
21429         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
21430         is a non-static symbol.
21431
21432         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
21433         with gtk_text_btree_find_line_by_y()
21434
21435         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
21436         renderer that handles GtkTextAppearance attributes.
21437
21438         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
21439
21440           - Move the values in the style that don't affect geometry into a
21441             GtkTextAppearance structure.
21442           - Change underline to take a PangoUnderline and "font" a string
21443             representation of a font description
21444           - Add a "font_desc" attribute which takes a FontDescription structure.
21445
21446         * gtk/gtktextlayout.[ch]:
21447
21448           - Get rid of the display-line list per each line. Instead, we
21449             generate, on demand, a GtkTextLineDisplay structure which]
21450             contains a PangoLayout * and other necesary information
21451             (offsets, cursor locations) for displaying a paragraph.
21452           - Get rid of the code to wrap lines, create display chunks,
21453             etc. Instead, we just go through a paragraph and convert
21454             it into the necessary inputs to a PangoLayout.
21455           - Implement a new attribute type, GtkTextAttrAppearance. This
21456             holds a GtkTextAppearance, and is used to pass colors, 
21457             stipple, etc, through from the layout to the display without
21458             having to use lots and lots of individual attributes.
21459           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
21460             in terms of PangoLayout functions.
21461         
21462         * gtk/gtktextview.c: 
21463          
21464           - Handle passing the necessary PangoContext to the layout
21465           - Some fixups in painting to deal with the automatic backing store
21466             and offsetting of GTK+-1.4
21467           - Add a style_set handler so that the default style reacts
21468             properly to theme changes.
21469         
21470         * gtk/gtktext?*.[ch]: Random code-style fixes.
21471
21472         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
21473
21474 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
21475
21476         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
21477         in original form preparatory to Pango-ization and gdkimcontext-ization.
21478
21479 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
21480
21481         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
21482         so that we can derive from gtkimcontext in language bindings properly.
21483
21484 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
21485
21486         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
21487         Add a compose table including (almost) all the compose combinations
21488         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
21489         data in the XIM implementation.
21490
21491         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
21492         Moved functions to convert keyvalues from and to unicode here from
21493         the win32 port and made them public.
21494
21495 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
21496
21497         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
21498
21499 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
21500
21501         * gtk/gtkimcontext.[ch]: Base class for new input context system
21502
21503         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
21504         the real input context implementation to be loaded from modules
21505         and switched on the fly.
21506
21507         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
21508         context that just does direct keysymbol => unicode translation.
21509
21510         * gtk/gtkentry.[ch]: Start switching editing over to using
21511         GtkInputContext. (No handling of preedit yet.)
21512
21513 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
21514
21515         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
21516         many substitutions. (klass should not be subsituted.)
21517
21518 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
21519
21520         * configure.in: Add checks for Pango
21521
21522         * configure.in docs/Makefile.am: Add test for sgml2html
21523         and allow 'make dist' without building html, but print out
21524         warnings in that case. (For making snapshots)
21525
21526         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
21527         Add Pango libraries and C flags
21528
21529         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
21530         Add function (gdk_draw_layout) to draw a pango layout.
21531
21532         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
21533         for getting Pango contexts for GDK.
21534
21535         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
21536
21537         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
21538         editing.
21539
21540         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
21541         keysym => unicode translations. More languages can be added
21542         here, but real input-method support is needed.
21543
21544         * docs/Changes-1.4.txt: Added note about entry behavior.
21545         
21546         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
21547         to set the reading direction for a widget and the global direction.
21548         Add test which allows toggling the global direction. Two private
21549         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
21550
21551         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
21552           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
21553
21554         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
21555
21556         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
21557         underlining now handled by Pango.
21558
21559         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
21560         to RCStyle and Style. (Having both this and the old font name and GdkFont 
21561         is temporary.)
21562
21563         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
21564         convenience functions for creating contexts and layouts for widgets.
21565
21566         * gtk/testgtk.c: Enhance label tests with multilingual labels.
21567
21568 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
21569
21570         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
21571         titles to be active, even if they aren't visible.
21572         (gtk_clist_column_titles_passive):  Ditto.
21573
21574 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
21575
21576         * gtkmenu.c:
21577         * gtkmenu.h:
21578         * gtktypeutils.h: Spelling/grammar fixes in comments.
21579
21580 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
21581
21582         * gdk/nanox/*.h: add missing header files.
21583
21584 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
21585
21586         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
21587         send_event to TRUE.
21588         (gtk_drawing_area_size): queue a resize.
21589
21590 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
21591
21592         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
21593         the handlers, also invalidate them. bug nailed down by Karl Nelson
21594         <kenelson@ece.ucdavis.edu>.
21595
21596 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
21597
21598         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
21599         "(nil)" foundries, patch from Grigorios Magklis.
21600
21601         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
21602         on non-available fonts, based on a patch by Grigorios Magklis
21603         <maglis@cs.rochester.edu>.
21604
21605 2000-05-18  Elliot Lee  <sopwith@redhat.com>
21606
21607         * gdk/x11/gdkregion-generic.c: If a region does not have any
21608         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
21609         instead of GDK_OVERLAP_RECTANGLE_IN.
21610
21611 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
21612
21613         * gtk/gtklayout.c (gtk_layout_map): Remove references to
21614         OFFSCREEN, as it is no longer necessary.
21615
21616 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
21617
21618         * gtk/gtkcolorsel.c: Patch from David Santiago
21619         <mrcooger@cyberverse.com> to change things so that the 
21620         indicator of the active palette entry is done independently,
21621         not via the focus, since it should always be visible.
21622
21623 2000-05-17  Tor Lillqvist  <tml@iki.fi>
21624
21625         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
21626         refcount leaks as in the X11 backend.
21627
21628         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
21629         cosmetics.
21630
21631         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
21632         backend. Add _gdk_windowing_window_destroy().
21633
21634         * gtk/gtkcolorsel.c: Include correct backend-specific header.
21635         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
21636         either, but these probably do exist on nanox?)
21637         
21638         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
21639         which isn't necessarily defined by <math.h>.
21640
21641         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
21642         ancestry past GtkObject.
21643
21644         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
21645         from DLL on Win32.
21646
21647         * gtk/gtk.def: Update corresponding to recent changes.
21648
21649         * gtk/makefile.{cygwin,msc}: Updates.
21650
21651 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
21652
21653         * docs/Changes-1.4.txt: A bit of editing.
21654
21655         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
21656         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
21657         to clear the update area for the window, and clear it
21658         when hiding a window.
21659
21660         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
21661         if window destroyed.
21662
21663         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
21664
21665         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
21666         gdk_window_destroy() to the generic code, since there was a lot of 
21667         window-system-independent logic it in. Add a function:
21668         
21669          _gdk_window_destroy() 
21670
21671         to the internal API to destroy a window without unreferencing it.
21672         Add a function:
21673
21674          _gdk_windowing_window_destroy()
21675
21676         That does the windowing-system-dependent part of destroying 
21677         the window.
21678
21679 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
21680
21681         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
21682
21683 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
21684
21685         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
21686         Make gtk_widget_shape_combine_mask() keep a reference count on
21687         the pixmap since it keeps it around.
21688
21689 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
21690
21691         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
21692         leak.
21693
21694         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
21695         leak with event filters.
21696
21697 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
21698
21699         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
21700         signal handlers with the right data arguments. (Fixes
21701         some warnings when a widget was repeatedly set as a drag
21702         destination.)
21703
21704         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
21705         window so we can avoid avoid setting the DND properties on the
21706         toplevel window repeatedly.
21707
21708 2000-05-13  Tor Lillqvist  <tml@iki.fi>
21709
21710         * gdk/win32/gdkwin32.h: Define more message types missing from
21711         mingw headers.
21712
21713         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
21714         call gdk_window_destroy_notify(). It was never called. This
21715         probably meant that the GdkWindow was never freed. Thanks Owen for
21716         noticing (!).
21717
21718         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
21719         window as destroyed before calling DestroyWindow(). DestroyWindow()
21720         causes a call to the window procedure (gdk_WindowProc), which
21721         calls gdk_event_translate(), which calls
21722         gdk_window_destroy_notify(), which gets confused unless the window
21723         is set as destroyed.
21724
21725         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
21726         this function to indicate it's win32 only. Put inside #ifdef
21727         G_ENABLE_DEBUG.
21728
21729         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
21730         debugging function. (gdk_event_translate:) Add a default branch
21731         that uses the above function to print debug messages with all
21732         Windows messages symbolically.
21733
21734         * gdk/win32/gdkprivate-win32.h: Declare it, and
21735         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
21736
21737 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
21738
21739         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
21740         public header file.
21741
21742 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
21743
21744         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
21745
21746         * gtk/gtktext.c: made the adjustments no-construct args, simply
21747         provide default adjustments.
21748         (gtk_text_destroy): release adjustments.
21749
21750         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
21751         adjustment argument non-construct.
21752
21753         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
21754         instead of in finalize.
21755         (gtk_progress_get_text_from_value): 
21756         (gtk_progress_get_current_text): 
21757         (gtk_progress_set_value): 
21758         (gtk_progress_get_percentage_from_value): 
21759         (gtk_progress_get_current_percentage): 
21760         (gtk_progress_set_percentage): 
21761         (gtk_progress_configure): ensure an adjustment is present.
21762
21763 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
21764
21765         * gtk/gtkcolorsel.[hc]:
21766         * gtk/gtkcolorseldialog.[hc]:
21767         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
21768         their parent implementation, use bit fields for boolean values, don't
21769         create unused widgets, usage of glib types, braces go on their own
21770         lines, function argument alignment, #include directives etc. etc. etc..
21771
21772         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
21773
21774 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
21775
21776         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
21777
21778         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
21779         of NULL.
21780
21781         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
21782         to freed data.
21783         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
21784
21785         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
21786         to NULL when the toplevel is getting destroyed.
21787         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
21788         (gtk_menu_destroy): 
21789         (gtk_menu_init): store the information of whether we have to
21790         readd the initial child ref_count during destruction in a new
21791         GtkMenu field needs_destruction_ref_count.
21792
21793         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
21794         here, those reading: learn from my mistake! ;)
21795         in order for set_?adjustment to support a default adjustemnt if
21796         invoked with an adjustment pointer of NULL, the code read (pseudo):
21797         if (v->adjustment) unref (v->adjustment);
21798         if (!adjustment) adjustment = adjustment_new ();
21799         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
21800         now imagine the first unref to actually free the old adjustment and
21801         adjustment_new() creating a new adjustment from the very same memory
21802         portion. here, the latter comparision will unintendedly fail, and
21803         all hell breaks loose.
21804         (gtk_viewport_set_hadjustment):
21805         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
21806         after unreferencing it.
21807
21808         * gtk/gtkcontainer.[hc]: removed toplevel registration
21809         functions: gtk_container_register_toplevel(),
21810         gtk_container_unregister_toplevel() and
21811         gtk_container_get_toplevels() which had wrong semantics
21812         anyways: it didn't reference and copy the list.
21813
21814         * gtk/gtkwindow.c: we take over the container toplevel registration
21815         bussiness now. windows are registered across multiple destructions,
21816         untill they are finalized. the initial implicit reference count
21817         users are holding on windows is removed with the first destruction
21818         though.
21819         (gtk_window_init): ref & sink and set has_user_ref_count, got
21820         rid of gtk_container_register_toplevel() call. add window to
21821         toplevel_list.
21822         (gtk_window_destroy): unref the window if has_user_ref_count
21823         is still set, got rid of call to
21824         gtk_container_unregister_toplevel().
21825         (gtk_window_finalize): remove window from toplevel list.
21826         (gtk_window_list_toplevels): new function to return a newly
21827         created list with referenced toplevels.
21828         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
21829
21830         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
21831         adjustment a non-construct arg.
21832         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
21833         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
21834         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
21835
21836         * gtk/gtkrange.c: added some realized checks.
21837         (gtk_range_destroy): get rid of the h/v adjustments in the
21838         destroy handler instead of finalize. remove timer.
21839         (gtk_range_get_adjustment): demand create adjustment.
21840
21841         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
21842         we simply create them on demand now and get rid of them in
21843         the destroy handler.
21844         (gtk_viewport_destroy): get rid of the h/v adjustments in the
21845         destroy handler instead of finalize.
21846         (gtk_viewport_get_hadjustment): 
21847         (gtk_viewport_get_vadjustment): 
21848         (gtk_viewport_size_allocate): demand create h/v adjustment
21849         if required.
21850
21851         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
21852         gtk_widget_real_destroy () functionality.
21853         (gtk_widget_real_destroy): reinitialize with a new style, instead
21854         of setting widget->style to NULL.
21855
21856 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
21857
21858         * gtk/gtkcalendar.c:
21859         * gtk/gtkbutton.c: ported _get_type() implementation over to
21860         GType, either to preserve memchunks allocation facilities,
21861         or because Gtk+ 1.0 GtkTypeInfo was still being used.
21862
21863         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
21864         over. prepare for ::destroy to be emitted multiple times.
21865         removed reference tracer magic. chain into GObjectClass.shutdown()
21866         to emit ::destroy signal.
21867
21868         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
21869         fundamental.
21870
21871         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
21872         cludge.
21873
21874         * gtk/gtksocket.c:
21875         * gtk/gtkplug.c:
21876         * gtk/gtklayout.c:
21877         * gtk/gtklabel.c:
21878         * gtk/gtkargcollector.c:
21879         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
21880         not being a fundamental anymore, and to work with the new
21881         type system (nuked fundamental type varargs clutter).
21882
21883         * gtk/*.c: install finalize handlers in the GObjectClass
21884         part of the class structure.
21885         changed direct GTK_OBJECT()->klass accesses to
21886         GTK_*_GET_CLASS().
21887         changed direct object_class->type accesses to GTK_CLASS_TYPE().
21888
21889         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
21890         GType. made most of the GTK_*() type macros and Gtk* typedefs
21891         simple wrappers around macros and types provided by GType.
21892         most notably, a significant portion of the old API vanished:
21893         GTK_TYPE_MAKE(),
21894         GTK_TYPE_SEQNO(),
21895         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
21896         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
21897         GTK_TYPE_ARGS,
21898         GTK_TYPE_CALLBACK,
21899         GTK_TYPE_C_CALLBACK,
21900         GTK_TYPE_FOREIGN,
21901         GtkTypeQuery,
21902         gtk_type_query(),
21903         gtk_type_set_varargs_type(),
21904         gtk_type_get_varargs_type(),
21905         gtk_type_check_object_cast(),
21906         gtk_type_check_class_cast(),
21907         gtk_type_describe_tree(),
21908         gtk_type_describe_heritage(),
21909         gtk_type_free(),
21910         gtk_type_children_types(),
21911         gtk_type_set_chunk_alloc(),
21912         gtk_type_register_enum(),
21913         gtk_type_register_flags(),
21914         gtk_type_parent_class().
21915         replacements, where available are described in ../docs/Changes-1.4.txt.
21916         implemented compatibility functions for the remaining API.
21917
21918         * configure.in: depend on glib 1.3.1, use gobject module.
21919
21920 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
21921
21922         * TODO.xml: Various updates to current status.
21923
21924 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
21925
21926         * gtk.m4: Print out version when test succeeds.
21927
21928 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
21929
21930         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
21931         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
21932         
21933         (Original triangle color selector from Simon Budig
21934         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
21935         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
21936         Santiago <mrcooger@cyberverse.com>)
21937
21938         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
21939         out into a separate widget.
21940
21941         * gtk/testgtk.c: Add some checkbuttons for toggling palette
21942         and opacity controls.
21943
21944 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
21945
21946         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
21947         snuck in prematurely.
21948
21949 2000-05-07  Tor Lillqvist  <tml@iki.fi>
21950
21951         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
21952         had deleted a ! operator by mistake, which caused
21953         GDK_SELECTION_CLEAR events never to be generated, which caused
21954         only the first copy to the clipboard from an gtkeditable to
21955         actually cause a copy to the Windows clipboard.
21956
21957 2000-05-06  Tor Lillqvist  <tml@iki.fi>
21958
21959         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
21960         compilation, too. Current mingw gcc distributions include the
21961         necessary headers. Also the necessary IIDs are now in mingw
21962         headers/libraries, and own definitions unnecessary.
21963
21964         More hacking on OLE2 DND, still doesn't work though, and thus
21965         ifdeffed out.
21966
21967         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
21968         here, too.
21969
21970 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
21971
21972         * gdk/nanox/*: nano-X port work in progress.
21973         * gdk/simple.c: simple test for Gdk.
21974         * README.nanox: notes about the port: read this first!
21975         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
21976         with nano-X.
21977
21978 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
21979
21980         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
21981         gdk_window_clear() into common code, implement in terms of
21982         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
21983         not redirected to the backing rectangle.
21984
21985 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
21986
21987         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
21988         EXTRA_DIST. It does not work well when the file that
21989         everything depends on is not in the tarball.
21990
21991 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
21992
21993         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
21994         with recursion where process_updates() is called from
21995         an expose handler. (GtkTextView is highly broken in
21996         doing this, but it should work, so it is a nice test
21997         case.)
21998
21999 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
22000
22001         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
22002         handle the case where updates are queued during processing of
22003         updates.
22004
22005 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
22006
22007         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
22008         window is on gdk_display - use that instead of segfaulting.
22009
22010 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
22011
22012         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
22013         broken and require an empty arg, give it to them.
22014
22015 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
22016
22017         * gtk/gtklabel.h: indentation fixes.
22018
22019 2000-05-02  Tor Lillqvist  <tml@iki.fi>
22020
22021         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
22022         draw too narrow or too low arcs, they seem to fail, at least with
22023         some display drivers.
22024
22025         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
22026
22027         Large changes to the Win32 backend, partially made necessary by
22028         the changes to the backend-independent internal
22029         structures. Attempts to implement similar backing store stuff as
22030         on X11. The current (CVS) version of the Win32 backend is *not* as
22031         stable as it was before the no-flicker branch was merged. A
22032         zipfile with that version is available from
22033         http://www.gimp.org/win32/. That should be use by "production"
22034         code until this CVS version is usable. (But note, the Win32
22035         backend has never been claimed to be "production quality".)
22036
22037         * README.win32: Add the above comment about versions.
22038
22039         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
22040
22041         * gdk/gdk.def: Update.
22042
22043         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
22044         presumably be replaced by some more better mechanism as 1.4 gets
22045         closer to release shape.
22046
22047         * gdk/makefile.{cygwin,msc}: Update.
22048
22049         * gdk/win32/*.c: Correct inclusions of the backend-specific and
22050         internal headers. Change code according to changes in these. Use
22051         gdk_drawable_*, not gdk_window_* where necessary.
22052
22053         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
22054         our old DND.
22055
22056         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
22057         to interpret single characters as UTF-8. Thanks to Hans Breuer.
22058         Use correct function name in warning messages.
22059
22060         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
22061         GSourceFuncs gdk_event_prepare and gdk_event_check.
22062         (gdk_event_get_graphics_expose): Do implement, use
22063         PeekMessage. Thanks to Hans Breuer.
22064         (event_mask_string): Debugging function to print an GdkEventMask.
22065         (gdk_pointer_grab): Use it.
22066
22067         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
22068         (old) book I used claimed was Hangul actually is CJK Unified
22069         Ideographs Extension A. Also, Hangul Syllables were missing.
22070         Improve logging.
22071
22072         * gdk/win32/gdkgc-win32.c: Largish changes.
22073
22074         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
22075         g_win32_getlocale() from GLib, and not setlocale() to get current
22076         locale name.
22077
22078         * gdk/win32/gdkprivate-win32.h
22079         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
22080         gdkwin32.h, similarily as in the X11 backend.
22081
22082         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
22083         assignment was used instead of equals in if test. Thanks to Hans
22084         Breuer.
22085
22086         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
22087         the X11 version.
22088
22089         * gdk/win32/makefile.{cygwin,msc}
22090         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
22091         path to the Win32 headers that works also with the mingw compiler.
22092
22093         * gtk/gtkstyle.c: Include <string.h>.
22094
22095 2000-04-26  Havoc Pennington  <hp@redhat.com>
22096
22097         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
22098         replacing the broken gtk_label_get ()
22099
22100 2000-04-15  Havoc Pennington  <hp@pobox.com>
22101
22102         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
22103         this keeps scanner scripts from getting confused.
22104
22105         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
22106         data, rather than void
22107
22108 2000-04-15  Tor Lillqvist  <tml@iki.fi>
22109
22110         * gtk/gtkclist.c (gtk_clist_motion)
22111         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
22112         with is_hint FALSE, get x and y from the event. They used to be
22113         used uninitialised. The Win32 backend never sends motion events
22114         marked as hints. This for instance fixes the annoying file and
22115         font selector behaviour in the Win32 version.
22116
22117 2000-04-14  Tor Lillqvist  <tml@iki.fi>
22118
22119         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
22120         gtk_private_n_signals variables, they are used by some software,
22121         sigh.
22122
22123         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
22124         installation directory from the Registry, where the installer
22125         should have put it.
22126
22127 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
22128
22129         * gdk/x11/Makefile.am: Fix problem with installation directory for
22130         gdkx.h
22131
22132         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
22133         <mrcooger@cyberverse.com> so that when selecting menus with the
22134         mouse, the first item will not be selected, but when selecting
22135         with an accelerator, or navigating left-right on a menubar with
22136         the menus popped up, the first item will be selected.
22137
22138 2000-04-05  Dan Damian  <dand@dnttm.ro>
22139
22140         * configure.in: Added "ro" to ALL_LINGUAS.
22141
22142 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
22143
22144         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
22145         indentation.
22146
22147         * Makefile.am (EXTRA_DIST): Fix typo.
22148
22149         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
22150         to catch gdkconfig.h
22151
22152         * gtk/gtkitemfactory.c: Added FIXME.
22153
22154 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
22155
22156         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
22157         s/return_if_fail/return_val_if_fail/g and add a return value.
22158
22159 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
22160
22161         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
22162         merge slipup.
22163
22164         * gdk/gdkinput.h: Fix missing line from merge.
22165
22166 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
22167
22168         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
22169         instead of gdkprivate.h.
22170
22171 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
22172
22173         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
22174         parent class to correctly be GtkDialogClass.
22175
22176 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
22177
22178         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
22179         toplevel windows and their immediate children by their parents,
22180         since the size of toplevel windows is out of our immediate
22181         control and we don't get any real benefit from trying to track
22182         this size for clipping.
22183
22184         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
22185         for input_only windows.
22186
22187         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
22188         to fix some hacks and make sure that we don't try to set the
22189         background of input only windows.
22190
22191 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
22192
22193         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
22194         the _really_ internal stuff, and leave gdkprivate.h for the fake private
22195         stuff that we've traditionally exposed.
22196
22197         * gdk/**.c: Use gdkinternals.h where appropriate.
22198
22199         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
22200         not include gdkprivate-x11.h, move all stuff of conceivable public
22201         interest into gdkx.h; keep all really private stuff in
22202         uninstalled header gdkprivate-x11.h.
22203
22204         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
22205         image->image_put on windows through a new function _gdk_window_draw_image()
22206         to allow us to do backing store for images. (Sort of ugly)
22207
22208         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
22209         contexts locally so that we can offset them properly when drawing 
22210         onto backing pixmaps.
22211
22212         * gdk/gdkinput.h: Reindented
22213
22214         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
22215         pixmap or color for the window, so we can properly initialize
22216         our double-buffer pixmaps, and also so that we temporarily set
22217         a background of None while scrolling.
22218
22219         * gdk/gdkregion.h: Revise region boolean operators to have an
22220         interface that is actually convenient - switch from creating new
22221         regions on every op, to "methods" that modify existing regions
22222         (A = A OP B). 3 argument forms which allow dest == src, would also
22223         be possible, but the current interfaces seem to map nicely
22224         onto what needs to be done. (There is quite a lot of region
22225         code in GDK now.)
22226
22227         * gdk/gdkregion.h: Add constructor from rectangle and a copy
22228         operator.
22229
22230         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
22231         gdkpoly-generic.h: Copy region code from Xlib, switch it over
22232         to 32 bit coordinates, modify it to be mostly GTK+ style
22233         and to have interfaces that match gdkregion.h.
22234
22235         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
22236         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
22237         create a backing pixmap and redirect all drawing to
22238         that backing pixmap until a matching gdk_window_end_paint().
22239
22240         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
22241         Create a special drawable class for GtkWindow's that 
22242         redirects the drawing to the backing pixmap as necessary
22243         and then calls the real operations in _gdk_windowing_window_class.
22244
22245         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
22246         Store invalid region for each window. Generate expose events for invalid
22247         region in an idle. This replaces both the expose compression
22248         and the redrawing queuing in GTK+. It is both more efficient and
22249         simpler than either one individually and far more so then the
22250         combination.
22251
22252         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
22253         Emulate 32 bit coordinates for windows with 16 bit coordinates
22254         by offsetting drawing, guffaw scrolling techniques and
22255         mapping/unmapping child windows as necessary.
22256
22257         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
22258         where, when invalid regions are processed, the region is stored,
22259         and if expose events come in that are detectably duplicate
22260         the processed exposes (by comparison of event serial numbers),
22261         the stored region is subtracted out of those exposes.
22262
22263         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
22264         regions newly exposed when scrolling or resizing windows.
22265         This, combined with forcing processesing of queued invalidated
22266         regions, gives nice flicker-free scrolling.
22267
22268         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
22269         invalidated regions after every scroll.
22270
22271         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
22272         emulation in GDK. Its, for all practical purposes just a
22273         GtkViewport/GtkFixed hybrid now.
22274
22275         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
22276         (16-bit) structures as necessary instead of just casting.
22277
22278         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
22279         in terms of the structures from gdkregion-generic.c, using appropriate
22280         offsets from GDK to X11 coordinates. Cache clip mask and
22281         origin and ts origin locally and only flush to the server
22282         when drawing, to avoid constantly setting and resetting these
22283         values when offsetting GC's for scrolling and backing pixmaps.
22284
22285         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
22286
22287         * gtk/gtkcontainer.c: Call process_all_updates at end
22288         of resizing to reduce flicker. (Avoids having redraw
22289         lag arbitrarily behind resize under some circumstances)
22290
22291         * gtk/gtkentry.c: Remove old backing store code, and simply take
22292         advantage of the new backing store capabilities of GDK.
22293
22294         * gtk/gtkmain.c: Simple implementation of widget backing
22295         store - simply push a paint while handling each expose.
22296         (Should really be configurable widget for widget.)
22297         
22298         * gtk/gtkwidget.c: Remove all the old complicated redraw
22299         code, and simply invalidate the GDK windows from
22300         gdk_window_queue_clear(), etc. (Sigh, so much carefully
22301         debugged complexity ... gone to the winds.)
22302
22303         Remove all the code for suppressing expose events while
22304         resizes are pending; this isn't needed since the invalid
22305         areas won't be processed until after the resizes are
22306         processed, since they are in a lower priority idle.
22307
22308 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
22309
22310         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
22311         and height of dest rectangle for non-intersecting rectangles.
22312
22313 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
22314
22315         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
22316         for GdkRectangle.
22317
22318 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
22319
22320         * gdk/gdk{events,image,private,types,window}.h
22321          gdk/x11/gdkinputprivate.h: Change all coordinates
22322          from int16 to int. Also, Change width and height from
22323          unsigned to signed to avoid all the stupid C 
22324          signedness bugs.
22325
22326 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
22327
22328         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
22329         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
22330         Add some more detailed checking.
22331
22332         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
22333         New function to retrieve the depth of a drawable.
22334
22335         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
22336         field, reorder fields to save memory. 
22337
22338 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
22339
22340         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
22341         of the background image instead of scaling the background down to
22342         a line.
22343
22344         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
22345         which temporarily set slider to wrong size.
22346
22347         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
22348         queue_clear().
22349
22350 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
22351
22352 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
22353
22354         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
22355
22356 2000-03-17  Tor Lillqvist  <tml@iki.fi>
22357
22358         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
22359         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
22360
22361         * gdk/win32/gdkfont-win32.c
22362         * gdk/win32/gdkproperty-win32.c
22363         * gdk/win32/gdkselection-win32.c
22364         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
22365         now declared such.
22366
22367 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
22368
22369         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
22370
22371 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
22372
22373         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
22374         is called without trapping X errors.
22375
22376 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
22377
22378         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
22379         way into the fontset lists.
22380
22381 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
22382
22383         * gtk/gtkthemes.h: add extern "C" scope.
22384
22385 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
22386
22387         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
22388         to make appends to the list constant. (gtk-guy-990901-0.patch)
22389
22390 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
22391
22392         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
22393         for the typename hash table.
22394
22395 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
22396
22397         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
22398         to make sure we never divide by zero. 
22399         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
22400
22401 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
22402
22403         * gtk/gtkfontsel.c: Apply patch from
22404         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
22405         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
22406
22407         Also, some cleanups in atom handling.
22408
22409 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
22410
22411         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
22412         not GtkWidget.
22413
22414 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
22415
22416         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
22417         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
22418         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
22419         more guint wrap-around bugs before going to bed.
22420
22421 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
22422
22423         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
22424         guint wrap arounds in allocation.width.
22425
22426         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
22427         process untill we fit the allocation given.
22428
22429 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
22430
22431         * gtk/gtkwidget.c:
22432         (gtk_widget_unrealize): guard widget access with ref/unref
22433         around signal emission.
22434         (gtk_widget_hide): same here, but also check its destroyed
22435         state before queueing a resize.
22436
22437 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
22438
22439         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
22440         of gtk_default_insensitive_bg as insensitive base color.
22441
22442         * gtk/gtktext.c (gtk_text_style_set): set the background color according
22443         to the widget's state.
22444         (gtk_text_realize): same here.
22445         (gtk_text_state_changed): same here.
22446         (draw_bg_rect): compare background color against base[] from
22447         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
22448
22449 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
22450
22451         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
22452         grabs are active, unless a delete event is send to the toplevel
22453         of the currently grab holding widget.
22454
22455 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
22456
22457         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
22458         debugging g_print's.
22459
22460 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
22461
22462         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
22463         ever make the scrolled-window requisition ever depend on the 
22464         visibility state of the scrollbars for the AUTOMATIC policy. 
22465         This breaks the GTK+ requisition model, and causes loops.
22466
22467 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
22468
22469         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
22470         the default font to avoid problems with XFree86-4.0 where the
22471         default charset is iso10646-1, not iso8859-1.
22472
22473 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
22474
22475         * acinclude.m4
22476         * config.guess
22477         * config.sub
22478         * ltconfig
22479         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
22480
22481         * gtk/Makefile.am: minor cosmetic consistency tweak
22482
22483 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
22484
22485         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
22486         the activate_time to 0, so that we handle a quick
22487         press/release press/release properly and don't suppress
22488         the second release. (Red Hat bug #7545)
22489
22490 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
22491
22492         * gtk/gtkctree.c (row_delete):
22493         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
22494         bugs with destruction notifier, *always* update internal
22495         structures *before* calling user code.
22496
22497 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
22498
22499         A few more fixes for bug #5487, #2051, #2677.
22500         * gtk/gtkclist.c : 
22501         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
22502         not GDK_BUTTON_PRESS.
22503         (resync_selection): resync only if selection_mode is
22504         GTK_SELECTION_EXTENDED
22505         * gtk/gtkctree.c (resync_selection): same here
22506
22507 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
22508
22509         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
22510         gdk_drag_get_selection() and gtk_menu_detach().
22511
22512         [ From Jeroen Ruigrok/Asmodai ]
22513
22514 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
22515
22516         * gtk/gtknotebook.c (gtk_notebook_size_request): 
22517         page->tab_label can be NULL.
22518
22519 2000-01-25  Havoc Pennington  <hp@pobox.com>
22520         
22521         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
22522         arg is boolean
22523
22524         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
22525
22526         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
22527
22528         * gdk/gdkproperty.c (gdk_property_get): return boolean
22529
22530         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
22531
22532         * gdk/gdkim.c (gdk_im_ready): return boolean
22533
22534         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
22535
22536         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
22537         glib clash, should fix glib)
22538
22539         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
22540         (gdk_get_show_events): return gboolean, and canonicalize 
22541         to TRUE/FALSE
22542
22543         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
22544         colormap is private
22545         (gdk_colors_alloc): gboolean whether to be contiguous
22546         (gdk_color_equal): return gboolean since we are a predicate
22547         and not a qsort() (this looks semi-wrong due to glib breakage,
22548         IMO glib should be fixed)
22549         
22550         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
22551         (gdk_get_use_xshm): return gboolean
22552         (gdk_pointer_is_grabbed): return gboolean
22553
22554         * gdk/gdk.h: Change prototypes to match all the above changes,
22555         and re-run egtk-format-protos as required.
22556
22557 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
22558
22559         * gtk/gtkctree.c (resync_selection): 
22560         * gtk/gtkclist.c (resync_selection):
22561
22562         Return immediately if clist->drag_pos < 0. This is a workaround
22563         for the corrupt state that the clist gets into when a
22564         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
22565
22566         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
22567         
22568         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
22569         variable from recent commit.
22570
22571 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
22572
22573         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
22574
22575 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
22576
22577         * gtk/Makefile.am: prefix all autogenerated source that get build in
22578         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
22579         in builddir. since we subsequently cd into srcdir for autogeneration,
22580         the paths have to be stripped from the target file names, thusly we
22581         use $(@F) as target names now.
22582         put a comment about configure.in's --disable-rebuilds option,
22583         which can be used for non-writable source directories, for development
22584         setups though, srcdir has to be *writable*.
22585
22586 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
22587
22588         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
22589           Finish the job of allowing event to be NULL.
22590           (Fixes bug #4283, reported by Chris Blizzard)
22591
22592         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
22593           things so that the cursor appears on screen, properly
22594           take into account INNER_BORDER.
22595           (Fixes bug #4754, reported by Antonio Campos)
22596
22597 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
22598
22599         * gtk/gtknotebook.c (gtk_notebook_map): Don't
22600           show the tab_label unless it itself is visible.
22601
22602           gtk/gtknotebook.c (gtk_notebook_size_request):
22603           Do a better job of making sure that the visibility
22604           of the tab label corresponds to whether it should
22605           be mapped or not.
22606
22607 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
22608
22609         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
22610           Use the requisition, not the allocation, since the
22611           allocation has not necessarily been computed yet.
22612           (Pointed out by Eugene Osintsev)
22613
22614 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
22615
22616         * gtk/gtkstyle.c (gtk_style_new): Dont' set
22617           style/base[GTK_STATE_INSENSITIVE] both to
22618           gtk_default_insensitive_bg!
22619           (Bug #2187, reported by Jonathan Blandford)
22620
22621         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
22622           Add Alt_L, Alt_R to list of invalid accelerators.
22623           (Bug #3736, reported by Vlad Harchev)
22624
22625 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
22626
22627         * gtk/gtkfilesel.c (open_ref_dir): Fix several
22628         bugs which occured after an attempt to open 
22629         invalid home directory left cmpl_state->reference_dir == NULL.
22630
22631          - completion on files in home directory didn't work
22632          - completion on an empty string caused  segfault
22633
22634          (Bug #3678, reported by Steve Ratcliffe)
22635
22636         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
22637         cut and paste error that was causing scales to
22638         be incorrectly positioned.
22639         (Bug #2956,
22640          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
22641
22642 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
22643
22644         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
22645         when checking for dcgettext, if we've found we needed
22646         it for dgettext.
22647 +
22648 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
22649
22650         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
22651         queue_clear on NO_WINDOW widgets during a reparent,
22652         since at that point the window and widget heirarchies
22653         are out of sync. This stops crashing in some cases
22654         (the scrolled window reparent test, for instance), and
22655         _probably_ won't cause drawing errors.
22656
22657         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
22658         test do what it was supposed to do and be robust against
22659         window closings, etc. (Bug #2443)
22660
22661 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
22662
22663         * gtk/gtkentry.c: Fix return values on mouse events.
22664         (Bug #2686, Sky <seb_sky@yahoo.com>)
22665
22666         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
22667         (pointed out by George Lebl)
22668
22669         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
22670         (From Ettore Perazzoli  <ettore@helixcode.com>)
22671  
22672 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
22673
22674         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
22675         clicks between rows or outside calender area correctly.
22676         (Patch from Damon Chaplin)
22677
22678         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
22679         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
22680           Call destroy function when overwriting existing data. 
22681           (Pointed out by Damon Chaplin)
22682
22683 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
22684
22685         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
22686           which was causing problems on various systems with Xmu.
22687           This hasn't been needed for a very long time.
22688           (Fixes #1185 3167)
22689
22690 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
22691
22692         * gdk/gdki18n.h: Include <ctype.h> when defining
22693           gdk_isw* in terms of is* as a fallback.
22694           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
22695
22696 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
22697
22698         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
22699           realize the widget when it is size allocated!
22700           (old, old bug)
22701
22702         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
22703           Removed unused call to gdk_window_get_size() that
22704           showed up when the above was fixed.
22705
22706 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
22707
22708         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
22709           fix up widget->window when the widget is a
22710           NO_WINDOW container widget.
22711
22712 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
22713
22714         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
22715           to account for the fact that feof() does _not_ 
22716           return TRUE on errors, and thus avoid infinite loops
22717           when trying to use gdk_pixmap_create_from_xpm()
22718           on unreadable values.
22719
22720 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
22721
22722         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
22723
22724 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
22725
22726         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
22727           gdk_gc_set_dashes to take gint8 instead of gchar to
22728           make it clearer that it is _not_ a NULL terminated string.
22729
22730         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
22731           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
22732           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
22733           arguments.
22734
22735 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
22736
22737         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
22738         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
22739         background size relative to our allocation, guard against small
22740         allocations, we may have not yet been size allocated.
22741
22742 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
22743
22744         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
22745         not just version == 3. We implement all 3 + most of 4 - 
22746         (we don't support matching text/plain;charset=iso-8859-1
22747         to a dest that expects text/plain). We'll still advertise
22748         3 to be safe, but any client implementing version >= 3
22749         must interoperate with 3.
22750         
22751 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
22752
22753         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
22754         background and gc members, add a warning in gtk_tooltips_set_color()
22755         indicating that this function is deprecated.
22756
22757 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
22758
22759         * docs/gtkfaq.sgml: FAQ Update:
22760           - Minor cleanups (Emmanuel, me)
22761           - New questions:
22762                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
22763                 How can I retrieve the text from a GtkMenuItem? (timj)
22764                 How do I validate/limit/filter the input to a GtkEntry? (me)
22765                 Memory does not seem to be released when I free the list
22766                         nodes I've allocated (timj)
22767
22768 2000-03-07  Tor Lillqvist  <tml@iki.fi>
22769
22770         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
22771         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
22772         for which it is no use to call GetLastError onWin9x.
22773         (gdk_other_api_failed) New function, for general error
22774         reporting without calling GetLastError.
22775         (gdk_win32_api_failed) OTOH, this function always calls
22776         GetLastError. (gdk_win32_last_error_string) Remove this function,
22777         GLib has the equivalent now.
22778
22779         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
22780         call them with function name, file name and line number in the
22781         arguments.
22782
22783         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
22784         functions.
22785         
22786         * gtk/gtk.def: Add some missing entry points.
22787
22788         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
22789         gtk_paned_set_gutter_size, which don't exist any longer, as void.
22790         
22791         Fixes by Hans Breuer:
22792
22793         * gdk/makefile.msc: Update for debugging.
22794
22795         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
22796         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
22797         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
22798         in the dash_list.
22799
22800         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
22801         the x11 backend.
22802
22803         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
22804
22805         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
22806
22807 2000-03-04  Tor Lillqvist  <tml@iki.fi>
22808
22809         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
22810         just pixel value of background colour.
22811
22812         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
22813         containing code snippet previously duplicated in a couple of
22814         places.
22815         
22816         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
22817         gdk_colormap_color.
22818
22819         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
22820         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
22821         events for autorepeated Shift, Control and Alt keys. Use
22822         gdk_colormap_color.
22823
22824         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
22825         pointer is inside the window the cursor of which we are setting,
22826         call SetCursor immediately.
22827
22828         * gdk/win32/makefile.cygwin
22829         * gtk/makefile.cygwin: If we don't have the build number stamp
22830         file, use zero.
22831
22832         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
22833         gtk_paned_set_gutter_size as empty.
22834
22835         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
22836         
22837 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
22838
22839         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
22840           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
22841           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
22842           docs/gtk_tut.sgml docs/gtk.texi TODO:
22843
22844           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
22845
22846 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
22847
22848         * gtk/gtkcalendar.c: Implement num_marked_dates,
22849           and don't emit mutiple day_selected signals on
22850           month_prev.
22851
22852 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
22853
22854         * docs/make-todo (lineno): let title and logo be configurable so
22855         that GNOME can use this script too.
22856
22857         * TODO.xml: added logourl and a title
22858
22859 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
22860
22861         * TODO.xml: Added some UI items, and an explanatory
22862         comment at the top of the file.
22863
22864 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
22865
22866         * TODO.xml: some updates, added abunch of new entries.
22867         a note for those fiddeling with this file, when done
22868         with it, invoke:
22869         $ ./docs/make-todo TODO.xml >/dev/null
22870         and correct output errors before comitting changes.
22871
22872 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
22873
22874         * TODO.xml: Added XML-structured TODO file.
22875         * docs/make-todo: python script to turn TODO.xml into
22876           pretty XML output. 
22877
22878 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
22879
22880         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
22881         the function to let it draw the seven dots, instead of the old,
22882         much maligned, method.
22883         (draw_dot): New function to draw a dot.
22884
22885         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
22886         to draw the handle inside the border width as opposed to outside.
22887         Use paint function instead of gdk_draw_point.
22888
22889         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
22890         to draw the handle inside the border width as opposed to outside.
22891         Use paint function instead of gdk_draw_point.
22892
22893         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
22894         Change indenting to be more GTK like.
22895
22896 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
22897
22898         * docs/gtk_tut.sgml: New section on GtkCalendar
22899         * examples/calendar: Update example code
22900
22901 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
22902
22903         * docs/gtkfaq.sgml: FAQ Update
22904
22905 2000-02-19  Anders Carlsson  <andersca@gnu.org>
22906
22907         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
22908         to prevent the scroll event to be propagated upwards.
22909
22910 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
22911
22912         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
22913         OwnerGrabButtonMask from button entries for
22914         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
22915
22916         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
22917         to the event mask (which will result in button/press release
22918         being added to the event mask on Unix) so scrolling works
22919         for layouts in scroll windows.
22920
22921         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
22922
22923         Patch from Anders Carlsson  <andersca@gnu.org> to add
22924         a scroll event.
22925
22926         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
22927         scrolling to the "Test Scrolling" part of testgtk.
22928  
22929         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
22930  
22931         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
22932         it against GDK_SCROLL.
22933  
22934         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
22935         way of mouse wheel scrolling.
22936  
22937         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
22938  
22939         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
22940  
22941         * gtk/gtkmain.c: Removed previous mouse wheel hack.
22942  
22943         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
22944         gdk_event_mask_table.
22945  
22946         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
22947         GdkEventScroll handler.
22948  
22949         * gdk/gdkevents.h: Added GdkEventScroll structure.
22950  
22951 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
22952
22953         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
22954         and Anders Carlsson to change the Paned widgets so that they
22955         can be dragged from anywhere along the length. Also change
22956         the way that this is drawn to make this apparent.
22957
22958         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
22959         from George Lebl to check that option_menu->menu is present
22960         before getting history.
22961
22962 2000-02-14  Tor Lillqvist  <tml@iki.fi>
22963
22964         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
22965         before the assertion for non-NULL segment list.
22966
22967         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
22968         Seems that pattern brushes *must* be 8x8 pixels! At least on my
22969         machine, but it might be display driver dependent. Sigh, so make
22970         sure the stipple is that size. Does Windows suck or what?
22971
22972         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
22973         places.
22974
22975 2000-02-13  Havoc Pennington  <hp@pobox.com>
22976
22977         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
22978         refcount to 1
22979         (gdk_cursor_new): init refcount to 1
22980
22981         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
22982
22983 2000-02-13  Tor Lillqvist  <tml@iki.fi>
22984
22985         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
22986         so that we don't have to do unnecessary settings to the HDC.
22987
22988         * gdk/win32/gdkdrawable-win32.c
22989         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
22990         gdk_gc_predraw.
22991
22992         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
22993         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
22994         GDI paths, call WidenPath to get the outline of the stroken path,
22995         and then fill the outline (with the brush that was built from the
22996         stipple).
22997
22998         * gdk/win32/gdkgc-win32.c: Factor out common code from
22999         _gdk_win32_gc_new and gdk_win32_gc_set_values into
23000         gdk_win32_gc_values_to_win32values. Use correct colour for
23001         SetBkColor() (Until now the code actually used a random colour in
23002         the call to SetBkColor()... but that didn't show up as not many
23003         GDI APIs use the background colour. Pattern (opaque stippled)
23004         brushes do.)
23005
23006         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
23007         gdk_win32_api_failed): New functions for error logging.
23008
23009         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
23010         WIN32_API_FAILED to call them, passing function or file name and
23011         line number.
23012
23013         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
23014
23015         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
23016         GdkColor for foreground and background in GdkGCWin32Data.
23017
23018         * gdk/makefile.cygwin: Link in the resource object separately.
23019
23020         * gdk/win32/rc/gdk.rc
23021         * gtk/gtk.rc (New file)
23022         * gdk/win32/makefile.cygwin
23023         * gtk/makefile.cygwin: Update build number in DLLs automatically,
23024         as in GLib.
23025
23026 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
23027
23028         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
23029         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
23030         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
23031         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
23032         parameters given and cursor->ref_count. coding style fixups.
23033
23034         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
23035         not GtkWidget.
23036         
23037         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
23038         fix up widget macros and add _GET_CLASS() variant.
23039         
23040         * gtk/*.c: some GtkType fixups.
23041
23042 2000-02-09  Tor Lillqvist  <tml@iki.fi>
23043
23044         * gdk/win32/gdkproperty-win32.c
23045         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
23046         were reversed.
23047
23048 2000-02-04  Tor Lillqvist  <tml@iki.fi>
23049
23050         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
23051         g_filename_to_utf8 to convert the font names Windows gives us from
23052         whatever is the default codepage to UTF-8.
23053         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
23054         in the other direction.
23055
23056         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
23057         error in debugging output.
23058
23059 2000-02-02  Tor Lillqvist  <tml@iki.fi>
23060
23061         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
23062         and height parameters to gdk_window_clear_area(). Not minus one.
23063
23064 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
23065
23066         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
23067         checks if the widget passed to gtk_drag_get_data() was not the
23068         dest widget.
23069
23070 2000-02-01  Tor Lillqvist  <tml@iki.fi>
23071
23072         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
23073         g_filename_from_utf8 functions (which were added a moment ago to
23074         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
23075         size buffers.
23076
23077         gtk_file_selection_get_filename returns the filename in the C
23078         runtime encoding. It calls g_filename_from_utf8, but copies the
23079         returned string to a static buffer, which is returned. I think
23080         this is better than returning the result from g_filename_from_utf8
23081         directly, which would mean all apps that use it would have to free
23082         the return value. Or should this function care about this issue at
23083         all? Maybe a new function with clearly defined semantics.
23084
23085         * gtk/gtkfilesel.h: Add comment about
23086         gtk_file_selection_get_filename returning the filename in the C
23087         runtime's encoding.
23088
23089         * README.win32
23090         * gdk/gdk.def
23091         * gdk/makefile.{cygwin,msc}
23092         * gtk/gtk.def: Updates.
23093
23094         * gdk/gdkcursor-win32.c: Initialise refcount.
23095
23096 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
23097
23098         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
23099
23100 2000-01-30  Havoc Pennington  <hp@pobox.com>
23101
23102         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
23103         destroy
23104
23105         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
23106
23107         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
23108         implemented in platform-specific code
23109
23110         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
23111
23112         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
23113         underscore in front
23114
23115         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
23116         put an underscore in front
23117
23118         * gdk/gdkcursor.c: new file, implements
23119         gdk_cursor_ref/gdk_cursor_unref
23120
23121         * gdk/gdkcursor.h: Refcount GdkCursor
23122
23123         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
23124
23125 2000-01-29  Tor Lillqvist  <tml@iki.fi>
23126
23127         * gdk/gdkwindow.h
23128         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
23129
23130 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
23131
23132         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
23133         structures to properly inherit from GtkWidget not GtkBin.
23134
23135 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
23136
23137         * gtk+.spec.in: Added lib/gtk+/include/* to %files
23138         (bug #5178 - Peter Wainright)
23139         
23140         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
23141         so that it will be installed.
23142         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
23143
23144 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
23145
23146         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
23147         for the GtkStyleClass vtable const.
23148
23149         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
23150         take a const string argument like GtkTranslateFunc. This will
23151         require changes in use code.
23152
23153 2000-01-19  Tor Lillqvist  <tml@iki.fi>
23154
23155         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
23156         semantics (to mimic the X11 backend, which just calls XClearArea)
23157         is to check for zero width (and height), and in that case use the
23158         window's width minus x (height minus y). This fixes for instance
23159         some redraw problems with gtkclist, which were easily noticeable
23160         in the gtk file selection widget.
23161
23162         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
23163         windows.
23164
23165 2000-01-13  Tor Lillqvist  <tml@iki.fi>
23166
23167         * configure.in
23168         * gdk/Makefile.am
23169         * gdk/x11/Makefile.am
23170         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
23171         (bug #5177).
23172         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
23173         out later.
23174
23175 2000-01-09  Tor Lillqvist  <tml@iki.fi>
23176
23177         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
23178         WM_MOVE for iconified or invisible windows. This fixes various
23179         problems when minimising windows. Thanks to Bernd Herd.
23180
23181 2000-01-05  Tor Lillqvist  <tml@iki.fi>
23182
23183         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
23184         backend's draw_lines method, not draw_points.
23185
23186 2000-01-02  Tor Lillqvist  <tml@iki.fi>
23187
23188         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
23189         before Owen's reorganisation: Don't have queued_events and
23190         queued_tail statics in this file, but use gdk_queued_events and
23191         gdk_queued_tail. This makes exposure event compression work again.
23192
23193         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
23194         seem to be needed?
23195
23196 1999-12-30  Tor Lillqvist  <tml@iki.fi>
23197
23198         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
23199         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
23200         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
23201         doesn't do anything.
23202
23203         * gdk/gdk.def: Add gdk_xid_table_insert.
23204
23205         * gdk/win32/gdkprivate-win32.h
23206         * gdk/win32/gdkevents-win32.c
23207         * gdk/win32/gdkinput-win32.c
23208         
23209         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
23210         extension_events field in the GdkWindowWin32Data struct. Use only
23211         the extension_events field in GdkWindowPrivate. Previously one was
23212         set, and the other one tested, which broke tablet
23213         functionality. Thanks to Keishi Suenaga for pointing this out.
23214
23215 1999-12-18  Tor Lillqvist  <tml@iki.fi>
23216
23217         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
23218         When handling a single character (text length == 1), don't handle
23219         it as if it was UTF-8.
23220
23221 1999-12-11  Tor Lillqvist  <tml@iki.fi>
23222
23223         * Makefile.am: Distribute README.win32.
23224         
23225         * gdk/Makefile.am
23226         * gdk/win32/Makefile.am: Distribute Win32 files.
23227
23228         * gdk/makefile.msc: New file.
23229
23230         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
23231         after label).
23232
23233         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
23234         gdk_error_code as GDKVAR, as they are referred outside GDK.
23235
23236         * gdk/win32/makefile.msc: Update.
23237
23238         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
23239         tweaks. Check only if at least one of those Unicode subrange bits
23240         we care for is set. If no code page bits are set, guess (wildly)
23241         based on the charset.
23242
23243         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
23244
23245         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
23246         non-NULL.
23247
23248         * gtk/gtkdnd.c
23249         * gtk/gtklayout.c
23250         * gtk/gtkplug.c
23251         * gtk/gtkselection.c
23252         * gtk/gtksocket.c
23253         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
23254         appropriate. There must be a cleaner way to handle this?
23255
23256         * gtk/gtkrc.c: Must include windows.h on Win32.
23257
23258         * gtk/testgtk.c: No need to include gdkx.h.
23259
23260         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
23261
23262 1999-12-07  Tor Lillqvist  <tml@iki.fi>
23263
23264         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
23265         the rbearing is set to the same as the width, but this should be
23266         fixed.
23267
23268 1999-12-06  Tor Lillqvist  <tml@iki.fi>
23269
23270         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
23271         function. If Windows doesn't tell us what Unicode subranges a font
23272         covers, guesstimate based on the codepages it covers. This will
23273         hopefully help those Windows versions or fonts that don't give us
23274         any useful Unicode subrange information with GetTextCharsetInfo.
23275         Call this function in gdk_font_load_internal.
23276
23277         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
23278         minor changes.
23279
23280 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
23281
23282         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
23283         New function, long needed.
23284
23285 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
23286
23287         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
23288         only_if_exists argument of gdk_atom_intern to
23289         bool.
23290
23291 1999-11-25  Tor Lillqvist  <tml@iki.fi>
23292
23293         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
23294         Fix two copy&paste errors.
23295
23296         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
23297         win32 has changed.
23298
23299         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
23300         GdkWin32SingleFont struct.
23301
23302         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
23303         subranges of loaded fonts. Clear font signature first, in case
23304         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
23305         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
23306
23307         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
23308         Unoffset clip region.
23309
23310 1999-11-23  Tor Lillqvist  <tml@iki.fi>
23311
23312         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
23313         event->any.window before calling filter functions.
23314
23315 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
23316
23317         * gtk/gtkgamma.h: Adapt cast macros to standard.
23318
23319 [ Merges from 1.2 ]
23320
23321 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
23322
23323         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
23324         If translation does not include a '/', use entire
23325         translation instead of crashing.
23326
23327 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
23328
23329         * docs/gtk_tut.sgml:
23330         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
23331
23332 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
23333
23334         * gtk/gtkselection.c (gtk_target_list_remove): Use
23335         g_list_remove_link, not g_list_remove.
23336
23337         [ From Geert Bevin <gbevin@thunderstorms.org> ]
23338         
23339 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
23340
23341         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
23342         statement upon unselection (how the heck did that slip in?).
23343
23344 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
23345
23346         * gtk/gtktext.c (gtk_text_freeze): 
23347         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
23348         in frozen state (and aparently crashes). patch provided by Anders
23349         Melchiorsen <and@kampsax.dtu.dk>.
23350
23351 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
23352
23353         * fix insensitive default/focus widget activation,
23354         reported by Matt Goodall <mgg@isotek.co.uk>.
23355
23356         * gtk/gtkwindow.c (gtk_window_key_press_event): 
23357         (gtk_window_activate_default):
23358         (gtk_window_activate_focus):
23359         return handled=FALSE for actiavtion of insensitive default
23360         widgets. return handled=TRUE for activation of insensitive
23361         focus widgets. don't activate in either case.
23362
23363 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
23364
23365         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
23366         and $glib_cflags to match library order and in the
23367         theory that an old version of GLib is more likely to
23368         be in the include directory for X then vice-versa.
23369         (Bug #2776)
23370
23371 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
23372
23373         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
23374         to determine the locale for fontsets, not LC_MESSAGES;
23375         the user may want English messages with a handling
23376         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
23377         will still be broken) (Bug #2891)
23378
23379 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
23380
23381         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
23382
23383 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
23384
23385         * gtk/gtkrc.ko: Changed the Korean default fontset.
23386
23387 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
23388
23389         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
23390         where when scrolling to the left or top double exposes
23391         were done, causing major slowdowns.
23392
23393 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
23394
23395         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
23396         names to lowercase and alphanumeric, before looking
23397         them up.
23398
23399         * gtk/Makefile.am: Install codeset variant gtkrc files
23400         with normalized names.
23401
23402 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
23403
23404         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
23405         popup menus when the menu is already visible, but its parent
23406         is still hidden, (happens after tornoff window got hidden).
23407
23408 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
23409
23410         * gtk/Makefile.am (install-data-local): Fix
23411         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
23412         deleted, causing error messages on install.
23413
23414 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
23415
23416         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
23417         the handle as well, since we now sometimes ignore
23418         exposes on the handle while resizing.
23419
23420 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
23421
23422         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
23423         extra g_free introduced in one of the last one or two 
23424         commits.
23425
23426 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
23427
23428         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
23429         consistent, put each style that a gtkrc.* file creates
23430         in a unique namespace, remove old files before installing.
23431
23432 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
23433
23434         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
23435         gtk_rc_init is called multiple times. (Yes, people who
23436         do that have bugs in their code.)
23437
23438 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
23439
23440         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
23441         Remove it since it's generated by the Makefile anyway
23442
23443 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
23444
23445         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
23446         device->info.axes for core pointer.
23447
23448 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
23449
23450         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
23451         idle_id, to deal with obsolete, broken C libraries.
23452
23453 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
23454
23455         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
23456         allocation->x/y twice!
23457
23458         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
23459         consistent with gtk_vscale_pos_trough().
23460
23461 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
23462
23463         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
23464         be queueing a resize on a toplevel container between
23465         the time we show it and when we map it. So, we need
23466         to test GTK_WIDGET_VISIBLE() for toplevels, and only
23467         use GTK_WIDGET_DRAWABLE() for child windows.
23468
23469 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
23470
23471         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
23472         (fixes bug #2144)
23473
23474 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
23475
23476         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
23477         container DRAWABLE (instead of VISIBLE), so we don't queue
23478         resizes on non-toplevel containers.
23479
23480 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
23481
23482         * gtk/gtkselection.[ch]: Make the data argument
23483         const guchar *.
23484
23485 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
23486
23487         * gtk/gtkwindow.c: Try to behave sensibly if 
23488         the focus widget is the window itself. (Should
23489         we allow this at all?)
23490
23491 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
23492
23493         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
23494         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
23495         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
23496         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
23497         in prototypes and implementations consistent (Tomas Ogren).
23498
23499         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
23500         before the widget is unparented (reported by damon).
23501
23502         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
23503         since we provide unsigned data anyways.
23504
23505 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
23506
23507         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
23508         the call to gtk_tooltips_layout_text() until later.
23509
23510         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
23511         Call gtk_widget_ensure_style() before using the style.
23512
23513 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
23514
23515         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
23516         for old widgets that don't propagate draws to all
23517         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
23518
23519 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
23520
23521         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
23522         for a redraw but just the widget that requested the resize.
23523
23524 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
23525
23526         * gtk/gtkcontainer.c: added new widget level method
23527         gtk_container_set_reallocate_redraws() and a GtkContainer flag
23528         reallocate_redraws : 1 to reflect the setting, exported this through
23529         the argument system as a boolean ::reallocate_redraws.
23530
23531         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
23532         on the widget because the allocation changes, do so as well for
23533         widget->parent if the parent has reallocate_redraws set to TRUE.
23534         with that containers requesting reallocation redraws get automatically
23535         redrawn if their children changed allocation (this unfortunately
23536         affects also other children that didn't change allocation, but we
23537         cannot work around that before 1.3).
23538
23539 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
23540
23541         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
23542         _and_ height are >0 (not _or_).
23543
23544         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
23545         instead of gtk_container_queue_resize(), which is a core gtk internal
23546         function (must have been on crack when i queued that).
23547
23548         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
23549         we can check more reliably if we want to discard expose events.
23550         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
23551         flag.
23552         
23553         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
23554         we simply trust these events. for deciding whether to discard exposes,
23555         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
23556         
23557 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
23558
23559         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
23560         queues of areas that are completely off screen.
23561
23562         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
23563         logic for handleboxes.
23564
23565         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
23566         check on width/height.
23567
23568 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
23569
23570         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
23571         we are fine with using $@ the way we do (if we actually encounter
23572         brokeness with $@ in VPATH builds because of additional path prefixes,
23573         we need to use $(@F) actually).
23574
23575 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
23576
23577         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
23578         short lived bugs, that would allow language bindings to do surgeries
23579         to our guts.
23580
23581 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
23582
23583         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
23584         where comparison was being done against an uninitialized
23585         value causing intermittant results depending on
23586         compiler flags. Also make it clearer that we aren't
23587         ever initializing the child as 0x0 (though this will
23588         be caught in gtk_widget_size_allocate())
23589
23590 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
23591
23592         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
23593         gtk_window_unset_transient_for() call after we do checks
23594         involving the old transient parent.
23595         [ From Lance Capser <lmc@cyberhighway.net> ]
23596
23597 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
23598
23599         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
23600         an empty file.
23601
23602 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
23603
23604         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
23605         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
23606
23607 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
23608
23609         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
23610         `$@' is valid only in the build dir, not after we've done 
23611         `cd $srcdir'.  Also use `test -f' instead of less portable
23612         `test -e'.
23613
23614 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
23615
23616         * gtk/gtktext.c (correct_cache_insert): Rewrite
23617          for simplicity, and hopefully correctness.
23618          (Fixes bug #1322, which was a segfault when
23619           on some insertions with the properties around
23620           the insertion set up just wrong.)
23621
23622         * gtk/gtktext.c (gtk_text_adjustment): When we receive
23623          a "changed" signal, clamp the new value to the adjustment
23624          bounds to avoid segfaulting if someone tries to change
23625          the adjustment to a bogus value. (Bug #1795)
23626
23627 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
23628
23629         * gtk/gtkmain.c: Ignore unexpected destroy notifies
23630         for children, for toplevel windows handle them
23631         like delete_event.
23632
23633         * gtk/gtkplug.c: Add an unrealize handler so that
23634         we unref plug->socket_window when we are done
23635         with it.
23636
23637 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
23638
23639         * gtk/gtktext.c (clear_area): Fix stupid signedness
23640          problem that was causing background to sometimes
23641          be misaligned.
23642
23643 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
23644
23645         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
23646         
23647         * gtk/gtkmenu.c (gtk_menu_position): Make
23648          sure we never position menus with negative x, y,
23649          since gtk_widget_set_uposition() can't handle that.
23650
23651         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
23652          Modify the positioning code a bit so that we always
23653          put the top-left corner onscreen. (This is for
23654          UI reasons, gtk_menu_position() now takes care of
23655          gtk_widet_set_uposition() brokeness.)
23656
23657 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
23658
23659         * gtk/Makefile.am: fixed up things for -jx, x > 1.
23660
23661 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
23662
23663         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
23664           RC style that is passed in. The lack of the ref
23665           before was a bug. If people worked around this
23666           bug, this will introduce a slight memory leak
23667           in their code. The code should typically look like:
23668
23669             rc_style = gtk_rc_style_new ();
23670             [...]
23671             gtk_widget_modify_style (widget, rc_style);
23672             gtk_rc_style_unref (rc_style);
23673
23674         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
23675           the style if it was already set.
23676
23677         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
23678           style if it was set before.
23679
23680 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23681
23682         * gtk/testgtk.c (main): Add a check to see if we
23683           are being run from the correct directory and
23684           to quit nicely if we are not.
23685
23686         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
23687           static.
23688
23689 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
23690
23691         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
23692
23693         * gtk/gtkwindow.c:
23694         queue resizes unconditionally (gtk_widget_queue_resize will figure
23695         what to do if the window is not realized).
23696         (gtk_window_move_resize): only recenter the window
23697         for GTK_WIN_POS_CENTER_ALWAYS.
23698         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
23699         the same way as GTK_WIN_POS_CENTER.
23700
23701 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
23702
23703         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
23704         with (!(info->last_flags & GDK_HINT_POS)) instead of
23705         (!info->last_flags & GDK_HINT_POS).
23706
23707         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
23708         new_height unconditionally, because we use these values even if
23709         !default_size_changed && !hints_changed.
23710         comented the (default_size_changed || hints_changed) case with
23711         respect to resize rejects from the window manager.
23712
23713         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
23714         in the zvt condition hack, since this includes the window hints, set
23715         the hints after the handling_resize case.
23716
23717         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
23718         window is initially shown with to the geometry.
23719
23720 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
23721
23722         * gtk/gtkwindow.c (gtk_window_move_resize):
23723         s/size_changed/default_size_changed/g so i know what's
23724         really going on (frying brain on smaller flame now).
23725
23726 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
23727
23728         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
23729         we have size_changed upon handling_resize. this is a gross
23730         workaround for the broken zvt widget and should be removed in
23731         1.3 again (search for FIXME).
23732         Owen provided an accurate comment for this:
23733
23734         /* We could be here for two reasons
23735          *  1) We coincidentally got a resize while handling
23736          *     another resize.
23737          *  2) Our computation of size_changed was completely
23738          *     screwed up, probably because one of our children
23739          *     is broken. It's probably a zvt widget.
23740          *
23741          * For 1), we could just go ahead and ask for the
23742          * new size right now, but doing that for 2)
23743          * might well be fighting the user (and can even
23744          * trigger a loop). Since we really don't want to
23745          * do that, we requeue a resize in hopes that
23746          * by the time it gets handled, the child has seen
23747          * the light and is willing to go along with the
23748          * new size. (this happens for the zvt widget, since
23749          * the size_allocate() above will have stored the
23750          * requisition corresponding to the new size in the
23751          * zvt widget)
23752          *
23753          * This doesn't buy us anything for 1), but it shouldn't
23754          * hurt us too badly, since it is what would have
23755          * happened if we had gotten the configure event before
23756          * the new size had been set.
23757          */
23758
23759 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
23760
23761         * gtk/gtkrc.c: deal properly with the fact that RC
23762           style lists may include rc styles more than once.
23763
23764         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
23765           unused static function.
23766
23767         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
23768           stack of directories of RC files currently being
23769           parsed and implicitely add them to pixmap path.
23770           
23771           This fixes a bug where the directory would get
23772           appended then overwritten by pixmap_path declarations.
23773
23774           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
23775
23776         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
23777           theme's exit function. (Patch from Peter Wainwright,
23778           bug #1454)
23779
23780         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
23781           Add a destroy() handler to take care of removing
23782           group for menu item. (Fixes bug #1197)
23783
23784         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
23785           in warning message.
23786
23787 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
23788
23789         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
23790         roundtrip to figure window's width and height, since we know that
23791         anyways from widget->allocation.
23792
23793 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
23794
23795         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
23796           the hints after we request the new size.
23797
23798 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
23799
23800         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
23801           GTK_WIDGET_REALIZED() assertion - we can compute the
23802           hints before we are realized.
23803
23804         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
23805           hint changing so that we have a value of hints_changed
23806           when we decide whether to constrain the window size.
23807
23808         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
23809
23810         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
23811         change back to G_MAXINT.
23812
23813 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
23814
23815         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
23816         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
23817         contain uncluttered values.
23818         (gtk_window_compute_hints): simply assert that window is realized
23819         and that geometry_info is valid, since we rely on this anyways.
23820         (gtk_window_constrain_size): major cleanups to the code.
23821         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
23822         for the base size, instead of the minimums. use 32767 as max width
23823         and height (like in gtkwindow.c) instead of G_MAXINT.
23824
23825 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
23826
23827         * cleaned up the GtkContainer.need_resize flag handling mess, we
23828         only need to force resize requests when we were prematurely
23829         realized, or our widget tree was modified when we were temporarily
23830         hidden. handling these cases directly upon showing the window (i.e.
23831         while the GdkWindow is still unmapped) avoids the need to wait for
23832         a configure event response and therefore makes the GUI more snappier
23833         and avoids blank windows during the roundtrip.
23834
23835         * gtk/gtkwidget.c:
23836         (gtk_widget_hide): 
23837         (gtk_widget_show): don't queue resizes on toplevels, they know how
23838         to deal with matters.
23839
23840         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
23841         flag directly for not visible resize containers and spare us unecessary
23842         signal emissions.
23843
23844         * gtk/gtkwindow.c:
23845         (gtk_window_realize): if we need to enforce premature size allocation,
23846         queue a container resize so we are correctly resized later on.
23847         (gtk_window_init):
23848         (gtk_window_size_request):
23849         don't freak around with the ->need_resize flag,
23850         gtk_container_queue_resize() will care about that.
23851         (gtk_window_show):
23852         handle initial resizing issues here, we can handle matters better in
23853         this place, especially since we know that our GdkWindow is still
23854         unmapped.
23855         (gtk_window_move_resize):
23856         don't care about ->need_resize at all.
23857         handle size changes properly that occoured while we waited for a
23858         configure event.
23859
23860 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
23861
23862         * gtk/gtkwidget.c (gtk_widget_set_uposition):
23863         * gtk/gtkwindow.[hc] (gtk_window_reposition):
23864         Move the hint setting code from gtk_widget_set_uposition
23865         to here; set the hints so that we respect any previously
23866         set geometry hints.
23867
23868         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
23869         change the window hints here or move the window here,
23870         let that happen in gtk_window_move_resize().
23871
23872 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
23873
23874         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
23875         to already queued resizes (and therefore redraws) on a widget, check
23876         its anchestry as well.
23877
23878         * gtk/gtkcontainer.c:
23879         (gtk_container_queue_resize): clear resize widgets for resize
23880         containers before aborting prematurely. this is especially important
23881         for toplevels which may need imemdiate processing or their resize
23882         handler to be queued.
23883         (gtk_container_dequeue_resize_handler): added new internal function for
23884         gtkwindow.c.
23885
23886         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
23887         configure event, take possible changes in window position into account
23888         as well.
23889         if we request a new window size, queue up a resize handler that will
23890         last until the configure event response arrives.
23891         combined the ->need_resize case (initial show) with the general size
23892         (hints) changed case and added even more comments.
23893         if !auto_shrink, only revert to the old allocation if the new size
23894         is smaller than the current allocation.
23895
23896 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
23897
23898         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
23899                            gtk_window_set_geometry_hints
23900                            gtk_window_set_default_size):
23901         When hints are set, queue a resize so that the hints will
23902         be eventually reset on the toplevel.
23903
23904         * gtk/gtkwindow.c (gtk_window_show): Use
23905         gtk_window_compute_default_size(). Clear the need_resize flag
23906         on the initail map so that we don't unnecessarily trigger the
23907         resize code.
23908
23909         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
23910         into separate functions. Compare the hints we are setting
23911         with what we set last time so that we can accurately
23912         tell when we need to reset the hints.
23913
23914         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
23915         function to figure out the size from requisition
23916         and default_size.
23917
23918         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
23919         from fvwm to constrain a size to the geometry hints.
23920
23921         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
23922         to compare two sets of geometry hints.
23923
23924         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
23925         from gtk_window_set_hints(), just compute the hints,
23926         don't set them.
23927
23928         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
23929         code from gtk_window_move_resize() to separate function,
23930         rationalize a bit.
23931
23932 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
23933
23934         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
23935         structure into a new private structure.
23936
23937         * gtkrc.c: Split GtkRcStyle into public/private.
23938         In the private part, add a list of pointers to the
23939         RcStyle lists this RcStyle participates in.
23940
23941         * gtkrc.c: When a RcStyle is free, remove all
23942         lists referencing it from the 
23943         realized_style_ht hash, and free those lists.
23944         
23945         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
23946         gtk_rc_init(), since that adds the default styles
23947         to the list of parsed RC files again.
23948
23949         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
23950         
23951 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
23952
23953         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
23954         checks that ensure that a widget's allocation is at least 1 in width
23955         and height. (GNOME note: this doesn't affect old panel code anymore,
23956         because GtkSocket will request width and height of at least 1 since
23957         Fri Jul 23).
23958
23959         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
23960         allocated yet (happens if the user realizes the window prematurely),
23961         size request and allocate it.
23962         (gtk_window_size_allocate): guard against guint underflows.
23963
23964 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
23965
23966         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
23967         in gtk_built_sources, so gtk.defs gets built prior to all other
23968         sources.
23969
23970 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23971
23972         * gtk/Makefile.am:
23973         invoke indent on gtkmarshal.*. 
23974         rewrote source generation rules, use COPYING as oldest source tag for
23975         a piggyback rule to generate all sources from (don't touch it ;).
23976         major cleanups, strip spaces on build rules for GNU Make.
23977
23978         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
23979         source and target files from commandline arguments. don't invoke indent.
23980
23981 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
23982
23983         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
23984         notebook after switch to avoid drawing problems.
23985         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
23986         
23987         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
23988         show them instead. 
23989         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
23990
23991 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
23992
23993         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
23994         notebook after switch to avoid drawing problems.
23995         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
23996         
23997         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
23998         show them instead. 
23999         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
24000
24001 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
24002
24003         * gtk/gtkwindow.c:
24004         we use window->need_resize from configure_event now, to indicate that
24005         the gtkwindow should keep its allocation (e.g. because the user resized
24006         the window through window manager handles). resize_count is now reliably
24007         used to figure whether we got the allocation we requested from the
24008         window manager.
24009         configure events get queued as resizes now, the real stuff (size
24010         computation and allocation) now only goes on in gtk_window_move_resize().
24011         GtkWindow's requisition now contains its *real* requisition (like all
24012         other widgets), *not* taking usize into account.
24013         geometry_info->last_{width|height} is now updated from set_hints() only
24014         so it always contains the last hints we set for the window manager.
24015         made some event handlers return TRUE instead of FALSE.
24016         the overall code should be much more straight forward now, and the
24017         significant code portions are accompanied by comments now.
24018         (gtk_window_set_hints):
24019         removed requisition argument and made it
24020         fetch the requisition through gtk_widget_get_child_requisition.
24021         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
24022         does that now.
24023         (gtk_window_show):
24024         ensure that the widget is realized before calling 
24025         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
24026         ensure that we got properly size requested and allocated before
24027         realization.
24028         (gtk_window_configure_event):
24029         ignore plain window moves, or reallocate the widget tree through the
24030         resize queue otherwise.
24031         (gtk_window_move_resize):
24032         mostly rewrote this function to figure window manager hints more
24033         reliably, coalesce window moves and resizes to reduce configure events
24034         and do actuall size allocations.
24035
24036 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
24037
24038         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
24039         that have a resize pending, because a redraw is already queued for them.
24040
24041         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
24042         hack to clear resize_widgets.
24043
24044         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
24045         for resize containers prior to size allocation. (this is also a bit
24046         ugly, but avoids side effects for stopped emissions and is thus more
24047         reliable).
24048         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
24049
24050         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
24051         function from gtk_tooltips_expose, as we connect to ::expose_event
24052         *and* ::draw now.
24053
24054 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
24055
24056         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
24057         checks.
24058         (gtk_target_list_unref): Likewise.
24059
24060         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
24061
24062 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
24063
24064         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
24065         guard against division by zero. (Fixes bug #1339)
24066
24067 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
24068
24069         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
24070         Prevent the trivial leak of information of allowing
24071         word motion when the entry is not visible.
24072
24073 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
24074
24075         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
24076         modality to error dialog as well as confirmation dialogs.
24077         (Bug #1803, reported by Rosanna Wing Sze Yuen)
24078
24079 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
24080
24081         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
24082         tree->view_lines.
24083         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
24084
24085         * gtk/Makefile.am (install-data-local): Solaris apparently
24086         has various troubles with ln -f; use rm first instead.
24087         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
24088
24089 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
24090
24091         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
24092         use `cp' followed by `rm' (the `rm' was already there).
24093
24094 July 30, 1999 Elliot Lee <sopwith@redhat.com>
24095         
24096         * configure.in: Fix autoconf warnings about cross compilation by
24097         trying to provide sane defaults for AC_TRY_RUN.
24098         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
24099         put them into $(srcdir) when generated. Also add a dependency of
24100         gtksignal.h on gtkmarshal.h for -j builds. 
24101         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
24102
24103 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
24104
24105         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
24106         GDK_THREADS_{LEAVE,ENTER} pair.
24107         (From Paul Fisher <pnfisher@redhat.com>)
24108
24109 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
24110
24111         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
24112         width and height are always >0 (owen).
24113
24114 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
24115
24116         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
24117         change that assured that a widget's allocated with and height are
24118         always >1, since this breaks *buggy* panel code. unfortunately this
24119         back-breaks the gimp's color selector.
24120
24121         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
24122         allocation is always >0 in width and height, before sending the
24123         configure event; this is a *gross* hack to get the gimp back to work.
24124         
24125         * marked both cases with TODO-1.3
24126
24127 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
24128
24129         * gtk/gtktext.c: Don't display wrap indicators when
24130         text is not editable and word wrap is on.
24131
24132 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
24133
24134         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
24135         option menus here as they are not derived from menu shell, assure that
24136         the option menu has a menu we can add items to.
24137
24138 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
24139
24140         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
24141         width/height to (gint) before calculations and check against < 0 to
24142         avoid guint wraparounds.
24143
24144 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
24145
24146         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
24147         width and height is never zero. sanity check both dimensions against
24148         32767 and issue a warning if the allocation is greater than that.
24149
24150 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
24151
24152         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
24153         to g_main_pending() as well.
24154
24155 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
24156
24157         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
24158         call to g_main_iteration() - since that will regrab
24159         GTK+ lock to process events.
24160
24161 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
24162
24163         * gtk/gtkwindow.c
24164         - Regularize with the rest of GTK+ by making widget->requisition
24165           not reflect the set_usize()
24166         - Always recompute geometry hints, then check if they
24167           changed before sending them to the X server. The
24168           previous checks for changes would fail in a number
24169           of circumstances. 
24170
24171 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
24172
24173         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
24174
24175 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
24176
24177         * gtk/gtkdnd.c:
24178         - Code cleanups
24179         - Instantaneously update on modifier key presses
24180         - Allow cancellation of the drag with Escape.
24181
24182 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
24183
24184         * gtk/testgtk.c (create_handle_box): Set the policy
24185         to auto_shrink - otherwise the appearance is rather
24186         strange when flipping between horizontal and vertical.
24187
24188 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
24189
24190         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
24191         (gtk_window_set_default_size): don't change a value if it's < 0.
24192         queue a resize.
24193
24194 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
24195
24196         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
24197
24198 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
24199
24200         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
24201         add an extra "/" when concating "/" + filename.
24202         (From Matt Grossman <mattg@oz.net>)
24203
24204 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
24205
24206         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
24207         for fg_gc if we set it for drawing pixmap.
24208
24209 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
24210
24211         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
24212         
24213         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
24214         already set, call old engine's destroy function and
24215         unref the old engine.
24216
24217 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
24218
24219         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
24220
24221 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
24222
24223         * gtk/gtkaccelgroup.h: mark certain functions as internal.
24224
24225 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
24226
24227         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
24228         expand behaviour changed.
24229
24230         * gtk/gtklabel.c (gtk_label_set_pattern):
24231         (gtk_label_set_justify):
24232         (gtk_label_set_line_wrap):
24233         don't bother invoking queue_clear, the reallocation does
24234         that for us, always free_words so the upcoming resize will
24235         relayout the label's contents.
24236
24237 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
24238
24239         * applied argument implementation patches from Elena Devdariani
24240         <elena@cogent.ca>.
24241
24242         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
24243         ::space_style, ::relief
24244         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
24245         * gtk/gtkpreview.c: ::expand
24246         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
24247         * gtk/gtknotebook.c: ::homogeneous
24248         * gtk/gtklabel.c: ::wrap
24249         * gtk/gtklist.c: ::selection_mode
24250         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
24251         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
24252         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
24253         * gtk/gtkclist.c: ::sort_type
24254         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
24255         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
24256
24257 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
24258
24259         * gtk/gtkstyle.c: Removed ill-thought-out part of last
24260         comment.
24261
24262 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
24263
24264         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
24265         counting right when we have to attach a new style
24266         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
24267
24268         * gtk/gtkstyle.c: Documented the refcounting
24269         peculularities of gtk_style_attach.
24270
24271 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
24272
24273         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
24274         window types.
24275
24276         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
24277         of GTK_TOPLEVEL for creating the window.
24278
24279 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
24280
24281         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
24282         the last argument (reported by Per Winkvist).
24283         
24284 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
24285
24286         Fixes for invisible XOR lines (Frank Loemker
24287         <floemker@TechFak.Uni-Bielefeld.DE>)
24288         
24289         * gtk/gtkclist.c (gtk_clist_realize): Always use
24290         a non-zero pixel for GDK_XOR.
24291
24292         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
24293         Use GDK_INVERT instead of GDK_XOR.
24294
24295 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
24296
24297         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
24298         signals if h/voffsets differ from adjustment values.
24299         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
24300
24301 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
24302
24303         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
24304         ::selection-done emissions up to the topmost menu shell.
24305
24306 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
24307
24308         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
24309         the user data on the window before destroying it.
24310
24311         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
24312         unrealize handler to take care of destroying 
24313         notebook->panel properly. 
24314         (Bug #1198 - Morten Welinder <terra@diku.dk>)
24315
24316         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
24317         of g_new and g_realloc to stop memory leak. (Actually,
24318         we could just use g_realloc(), but I'm not 100% sure
24319         that is portable).
24320         (Bug #1196 - Morten Welinder <terra@diku.dk>)
24321
24322 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
24323
24324         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
24325
24326         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
24327         for fontsets.
24328
24329         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
24330         with bin/button confusion.
24331
24332 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
24333
24334         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
24335         and show how preselection of radio items is done.
24336
24337 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
24338
24339         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
24340         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
24341         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
24342         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
24343         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
24344         * gtk/gtktable.c (gtk_table_attach): 
24345         * gtk/gtklist.c (gtk_list_insert_items): 
24346         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
24347         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
24348         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
24349         * gtk/gtkbin.c (gtk_bin_add): 
24350         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
24351         * gtk/gtkfixed.c (gtk_fixed_put): 
24352         * gtk/gtklayout.c (gtk_layout_put):
24353         general fixups to container_add logic. always realize child if
24354         child->parent is realized, only map the child and queue a resize
24355         if child and child->parent are both visible.
24356
24357 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
24358
24359         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
24360         instead of gtk_container_foreach to walk and unrealize children, so
24361         composite children get also unrealized.
24362         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
24363         (gtk_widget_map): assert that the widget is visible (basic constrain).
24364         (gtk_widget_real_map): assert that the widget is realized (basic
24365         constrain).
24366
24367 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
24368
24369         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
24370
24371 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
24372
24373         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
24374         file for iso-8859-2 locales.
24375
24376         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
24377
24378 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
24379
24380         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
24381          (Pointed out by andy@rz.uni-karlsruhe.de and others).
24382          Remove some suspicious and useless lines. 
24383
24384 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
24385
24386         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
24387         width,height = 0, 0 to mean - here to edge of window,
24388         instead of -1, -1, since the former is all we support.
24389
24390 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
24391
24392         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
24393         when removing from quit_functions list.
24394
24395 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
24396
24397         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
24398
24399 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
24400
24401         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
24402          When redrawing characters on non-visible entry, use appropriate
24403          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
24404
24405 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
24406
24407         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
24408         from drag coordinates.
24409         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
24410         use drag_dest_cell.
24411
24412         * gtk/gtktree (drag_dest_cell)
24413         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
24414         (Bug #1129)
24415
24416 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
24417
24418         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
24419         translate_* fields.
24420         (gtk_item_factory_finalize): invoke translate_notify independant from
24421         translate_data.
24422         (gtk_item_factory_set_translate_func): likewise.
24423         (gtk_item_factory_destroy): only remove ifactory pointer from those
24424         widgets that belong to us (stupid me).
24425
24426 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
24427
24428         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
24429         rc_style list when lookup succeeeds.
24430
24431 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
24432
24433         * gtk/gtkctree.c (resync_selection): 
24434         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
24435         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
24436         bug.
24437
24438 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
24439
24440         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
24441         Add some missing GDK_THREADS_ENTER()/LEAVE around
24442         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
24443
24444 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
24445
24446         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
24447         rather than emit_by_name.
24448
24449         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
24450         on the widget across multiple signal emissions.
24451         (gtk_editable_delete_text): same here.
24452         (gtk_editable_class_init): set widget_class->activate_signal after
24453         editable_signals[ACTIVATE] has been created.
24454
24455 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
24456
24457         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
24458         position here prematurely -- we might not have the
24459         right ->min_position and ->max_position yet.
24460
24461 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
24462
24463         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
24464         Add error traps so if the other end of the connection
24465         dies, we survive.
24466
24467         * gtk/gtkselection.c (gtk_selection_notify): Clean
24468         up properly when selection property retrieval fails.
24469         
24470         * gtk/gtkselection.c (gtk_selection_request): Correctly
24471         reject SelectionRequest notifies where the handler
24472         returns no data.
24473
24474 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
24475
24476         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
24477         when we've previously highlighted.
24478
24479         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
24480         emit two "drag_leave" signals for Motif drops.
24481
24482         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
24483         back the correct status messages when dropping from
24484         Motif onto a proxy window that is rejecting the
24485         drop.
24486
24487 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
24488
24489         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
24490         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
24491         to compare two argument values. added gtk_arg_to_valueloc() to set a
24492         variable from an arg through its location (pointer).
24493
24494         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
24495         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
24496         as gfloat*, uchars are collected as guchar*, ints are collected as
24497         gint*, etc...
24498
24499 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
24500
24501         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
24502         Include <string.h> instead of <strings.h>.
24503
24504         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
24505         (actually, a lot more duplicate includes occur if
24506          you trace through the sequence of #include's)
24507         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
24508         
24509 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
24510
24511         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
24512         gtk-a-higuti-990322-[0-3]
24513
24514         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
24515         that was causing -DX_LOCALE not to work.
24516
24517         * gtk/gtkrc.c (gtk_rc_init):
24518         X_LOCALE will never have LC_MESSAGES defined
24519
24520 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
24521
24522         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
24523         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
24524
24525         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
24526         left/right as well (gtk-michael-980726-0.patch.gz).
24527
24528         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
24529         for pointer values, use gchar instead of char. fixed uline allocation
24530         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
24531         chunks instead of G_ALLOC_ONLY.
24532         (gtk_label_size_request): always alter requisition as passed and leave
24533         widget->requisition alone.
24534         (gtk_label_set_text): allow NULL strings.
24535         (gtk_label_new): likewise.
24536
24537 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
24538
24539         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
24540
24541 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
24542
24543         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
24544         *and* mapped (i.e. drawable).
24545         (gtk_bin_expose): only send exposes to drawable children.
24546
24547         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
24548         (gtk_box_expose): only send exposes to drawable children.
24549
24550         * gtk/gtkhscale.c (gtk_hscale_draw): 
24551         * gtk/gtkvscale.c (gtk_vscale_draw):
24552         hm, this is an ugly one. we first compute the size of our trough area
24553         here (window relative) and then check intersection with the draw_area
24554         which is parent relative because we're a NO_WINDOW widget, so we need
24555         to offset the trough area by allocation.x and allocation.y before the
24556         check. (this must not be done for the background area though, since
24557         that's already computed parent relative).
24558
24559 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
24560
24561         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
24562         unrealize title buttons.
24563
24564 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
24565
24566         * gtk/gtkclist.c (gtk_clist_column_title_passive)
24567         (gtk_clist_column_title_active): 
24568         only connect/disconnect to GtkWidgetClass::event to block mouse events.
24569
24570         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
24571         zero initialize event, removed superfluous gdk_window_get_pointer call
24572
24573         * gtk/gtklist.c (gtk_list_vertical_timeout)
24574         (gtk_list_horizontal_timeout): removed superfluous
24575         gdk_window_get_pointer call
24576
24577 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
24578
24579         * plugging problems reported by "Bruce Mitchener, Jr."
24580         <bruce@puremagic.com> due to a purify session.
24581
24582         * gtk/gtkstyle.c:
24583         (gtk_style_ref): 
24584         (gtk_style_unref): assert ref_count to be > 0.
24585
24586         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
24587         the requisition.
24588         (gtk_clist_set_shift): likewise.
24589
24590         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
24591         adjustments.
24592
24593         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
24594         event before sending it and set send_event to TRUE (which needs to
24595         be done for *all* synthesized events).
24596         (gtk_list_vertical_timeout): likewise.
24597
24598         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
24599         leaks.
24600
24601         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
24602         to TRUE when synthesizing events.
24603
24604 [ *** end of merges from 1.2 *** ]      
24605         
24606 1999-11-21  Tor Lillqvist  <tml@iki.fi>
24607
24608         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
24609         (or copied from gdkconfig.h.win32 on Win32, sigh).
24610
24611         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
24612
24613         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
24614
24615         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
24616
24617         * gdk/gdkconfig.h.win32: New file.
24618
24619         * gdk/win32/makefile.cygwin: Build just a static archive here.
24620
24621         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
24622         for the DLL from the static archive built above.
24623
24624         * gdk/gdk.def: Moved here from the win32 subdirectory.
24625
24626         * gdk/win32/*: Adapt for the changed private struct organisation.
24627
24628         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
24629
24630 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
24631
24632         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
24633         for wheel mice (buttons 4 and 5).
24634
24635 1999-11-18  Tor Lillqvist  <tml@iki.fi>
24636
24637         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
24638         drawables use just the pixel field in the foreground and
24639         background GdkColor of the GdkGC.
24640
24641         gdk_gc_set_{fore,back}ground() are called in the GIMP with
24642         GdkColors containing uninitialized (red,green,blue) fields, and
24643         just the pixel field filled in, and furthermore in the
24644         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
24645         It thus turns out that we really don't need to have the full
24646         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
24647         it later to have just the pixel values.
24648
24649 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
24650
24651         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
24652
24653 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
24654
24655         * docs/gtkfaq.sgml: threads example from Erik Mouw.
24656         New question on GtkLabel background colors.
24657
24658         * docs/gtk_tut.sgml:
24659           - Correct the example code callback
24660             function definitions.
24661           - Update the gtkdial example code, from Frans van Schaik.
24662           - Update setselection.c to current API.
24663
24664         * examples/Makefile examples/*/*.c: Update to code
24665         listed in tutorial.
24666
24667 1999-11-10  Tor Lillqvist  <tml@iki.fi>
24668
24669         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
24670         subrange table (from the "Developing International Software for
24671         WIndows 95 and Windows NT" book) was missing the Hangul syllable
24672         block... Get the loaded font's charset correctly.
24673
24674         (Note that this, and the other *-win32.c files, still really are
24675         the old ones, the win32 subdirectory is not ready for compilation
24676         yet after the reorg.)
24677
24678 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
24679
24680         * gtk/gtkclist.c: Fix off-by-one bug in parameter
24681         check.
24682
24683 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
24684
24685         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
24686         on results of XQueryDeviceState().
24687
24688 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
24689
24690         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
24691         we need to accesss only ->children. We need an accessor
24692         for the children.
24693
24694         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
24695         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
24696         to get rid of gdkx.h include.
24697         
24698         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
24699         and random references to 'None'.
24700
24701         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
24702         Get rid of unused #include <gdk/gdkx.h>
24703
24704         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
24705         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
24706         gdkconfig.h.
24707
24708 1999-11-08  Tor Lillqvist  <tml@iki.fi>
24709
24710         * gdk/win32/gdkdraw.c
24711         * gdk/win32/gdkfont.c
24712         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
24713         following yesterday's changes. (Unrelated to Owen's reorg.)
24714
24715 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
24716
24717         * gdk/x11/gdkinput-gxi.c: Add missing include,
24718           fix GdkWindowPrivate => GdkDrawablePrivate.
24719
24720         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
24721
24722         * gdk/x11/Makefile.am (xinput_sources): Add missing
24723         backslash to fix building with --with-xinput=none
24724
24725 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
24726
24727         Move all X specific code into the x11/ directory.
24728         Aside from shuffling things around, did the following:
24729
24730        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
24731          gdk_arg_context_* - a simple argument parsing system
24732          in the style of popt.
24733
24734        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
24735          gdk/x11/gdkprivate-x11.h:
24736          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
24737          add ->klass and ->klass_data fields. The klass_data
24738          field points to an auxilliary structure that is
24739          windowing system dependent.
24740
24741        * gdk/gdkfont.c: Make most of the measurement functions
24742          simply wrappers around gdk_text_extents().
24743
24744        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
24745          _gdk_font_strlen() function that hides the weird
24746          behavior in gtk+-1.[02] where a string is interpreted
24747          differently for 8-bit and 16-bit fonts.
24748
24749        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
24750          to store common code for synthesizing double/triple
24751          press events.
24752         
24753        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
24754          Make all the function that modify an existing GC
24755          simply wrappers around gdk_gc_set_values().
24756          
24757        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
24758          for throwing out later.
24759
24760        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
24761          GdkImagePrivate and GdkColormapPrivate to have a
24762          windowing system dependent part (GdkFontPrivateX etc.)
24763          that "derives" from the system-independent part.
24764
24765        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
24766          Got rid of the included-source-files for XInput in
24767          favor of automake conditionals. (Which didn't exist
24768          when XInput support was originally added.)
24769
24770        * gdk/gdkrgb.c: Remove the visual id from the debugging
24771          statements since that is X11 specific; print out
24772          type/depth info instead.
24773          
24774
24775 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
24776
24777         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
24778         loading duplicates of hashed fonts.
24779
24780         * gdk/gdk.c (gdk_keysym_convert_case): rename
24781         gdk_XConvertCase to gdk_keysym_convert_case, allow
24782         results to be NULL in the GTK+ style.
24783
24784         * gdk/gdkcompat.h: Started compatibility header
24785         for renames.
24786
24787 1999-11-07  Tor Lillqvist  <tml@iki.fi>
24788
24789         * gdk/win32/gdkprivate.h: New font private structures, related to
24790         fontsets.
24791
24792         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
24793         gdk_font_list_free(). On X11, will just be wrappers to
24794         XListFonts() and XFreeFontNames(). On Win32, the code previously
24795         in gtkfontsel.c is now here.
24796
24797         New function gdk_font_xlfd_create(). On X11 will get the FONT
24798         property of the font (for GDK_FONT_FONTs), or call
24799         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
24800         builds a XLFD style name from the font information in the LOGFONT
24801         struct(s).
24802
24803         New function gdk_font_xlfd_free(), which correspondingly frees the
24804         string returned by gdk_font_xlfd_create().
24805
24806         Implement fontsets on Win32. Add a function that iterates over a
24807         wide char string and calls a callback function for each substring
24808         of wide chars from the same Unicode subrange (and thus probably
24809         available in the same real font).
24810
24811         Improve the XLFD emulation a bit.
24812
24813         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
24814
24815         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
24816         Beta3, WM_IME_CHAR messages don't seem to contain the composed
24817         multi-byte char as with the Active IMM on Win9x. Oh well, handle
24818         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
24819         ImmGetCompositionStringW() to get the composed Unicode chars.
24820
24821         * gdk/win32/gdkgc.c
24822         * gdk/win32/gdkdraw.c: Changes needed because of the font private
24823         struct changes.
24824
24825         * gdk/win32/gdk.def: Add the new functions.
24826
24827 1999-11-04  Tor Lillqvist  <tml@iki.fi>
24828
24829         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
24830         get the Platform SDK to get <dimm.h>.
24831
24832         * gdk/win32/gdkevents.c: More event handling fixes and
24833         simplification. Never generate motion events with is_hint true. We
24834         used to do that on bogus grounds earlier. Windows sends
24835         WM_MOUSEMOVE messages on button events even if the mouse hasn't
24836         moved, ignore these.
24837
24838         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
24839
24840         * gdk/win32/gdkglobals.c
24841         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
24842         the TrackMouseEvent function, and use it.
24843
24844         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
24845         char before calling WideCharToMultiByte in order to get a string
24846         for the window title.
24847
24848         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
24849
24850         * gdk/win32/gdk.def: Remove obsolete functions.
24851
24852         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
24853         /nodefaultlib and /defaultlib switches.
24854
24855         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
24856
24857 1999-10-31  Tor Lillqvist  <tml@iki.fi>
24858
24859         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
24860         EuroSign).
24861
24862         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
24863         same type as GdkWChar, especially on Win32.
24864
24865         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
24866
24867         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
24868         before passing to Windows GDI for drawing etc. Convert to the
24869         system default codepage before passing to Windows as window
24870         titles.
24871
24872         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
24873         support changing input locale on the fly.
24874
24875         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
24876         on-the-fly changes. Convert incoming characters from the current
24877         codepage to Unicode (and then to a UTF-8 multi-byte string) based
24878         on the current input language. Use keysym<->Unicode mapping tables
24879         and functions borrowed from xterm sources.
24880
24881         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
24882         editions of Win9x, use the ActiveX-based Active IMM (Input Method
24883         Manager) if available. IMEs and the Active IMM are available under
24884         the disguise of Chinese, Korean and Japanese support for IE and
24885         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
24886         support is present in all editions (as long as you install it).
24887
24888         Call DispatchMessage from gdk_events_queue() (and thus
24889         gdk_WindowProc()), instead of duplicating the code in
24890         gdk_WindowProc().
24891
24892         Reworked the grab handling and propagation code, factored out
24893         duplicated code snippets into separate functions. Other cleanups,
24894         too.
24895
24896         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
24897         the <dimm.h> header describing the Active IMM.
24898
24899         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
24900         just do the same as for "single" fonts.
24901
24902         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
24903         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
24904         the new keysyms from gdkkeysyms.h.
24905
24906         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
24907         fontset, so that gtkentry uses wide characters.
24908
24909         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
24910         GTk+'s system directory "gtk+", not "gtk".
24911
24912 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
24913
24914         * docs/gtkfaq.sgml: FAQ update
24915
24916 1999-10-21  Tor Lillqvist  <tml@iki.fi>
24917
24918         * gdk/win32/gdkprivate.h: Add more font private data.
24919
24920         * gdk/win32/gdkfont.c
24921         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
24922         fonts and strings. Now works much better. You still have to
24923         have a correct font selected, though. No fontset emulation yet.
24924
24925 1999-10-19  Tor Lillqvist  <tml@iki.fi>
24926
24927         * gtk/maketypes.awk: Use G_OS_WIN32.
24928
24929         * gtk/gtk.def: Add some missing entry points. Also some non-public
24930         ones, but PyGTK porter claims to need them.
24931
24932         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
24933         built-in type generation.
24934
24935 1999-10-14  Tor Lillqvist  <tml@iki.fi>
24936
24937         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
24938         GDK_FONT_FONT fonts (which is all we have for now, we don't
24939         emulate fontsets). The X11 version uses plain XDrawString in that
24940         case, too. The string passed to gdk_draw_text_wc seems to be in
24941         fact (at least, when used by gtkentry and gtktext) either in a
24942         single-byte charset, or a DBCS. Not Unicode.
24943
24944         This fixes the problem in gtkfontsel, where even if you had
24945         selected a font with a non-Latin1 charset (windows-greek, for
24946         instance), the preview still used Latin-1 glyphs.
24947
24948         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
24949         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
24950         (gdk_font_load): Recognize the demibold etc weights, even if we
24951         don't have the corresponding constants in the headers.
24952         (gdk_font_hash_insert): Use same hash mechanism as in the X11
24953         version. Should save font resources a bit, when we don't have
24954         multiple HFONTs for the same font.
24955
24956         * gdk/win32/gdkprivate.h: Add the names field as in the X11
24957         version.
24958
24959 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
24960
24961         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
24962         X values
24963
24964 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
24965
24966         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
24967         layout support (as mentioned on
24968         http://www.jcinteractive.com/gnome-ui/software/widgets/)
24969
24970 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
24971
24972         * gtk/fnmatch.c
24973         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
24974
24975 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
24976
24977         * configure.in (ALL_LINGUAS): Added Galician (gl)
24978
24979 1999-10-05  Tor Lillqvist  <tml@iki.fi>
24980
24981         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
24982
24983         * gdk/win32/gdkcompat.c: New file, actually provide an
24984         implementation for the deprecated functions. (Just temporarily.)
24985
24986         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
24987
24988         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
24989
24990         * gdk/win32/gdk.def gtk/gtk.def: Updates.
24991
24992 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
24993
24994         * configure.in: Added "uk" to ALL_LINGUAS.
24995         
24996 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
24997
24998         * configure.in: correct checking for BeOS check
24999
25000         * gdk/gdktypes.h
25001         * gtk/fnmatch.c
25002         * gtk/gtkfilesel.c
25003         * gtk/gtkitemfactory.c
25004         * gtk/gtkmain.[ch]
25005         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
25006
25007 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
25008
25009         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
25010         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
25011         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
25012         by Bulgarian). 
25013
25014 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
25015
25016         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
25017         Fix a reference to window_private->destroyed.   
25018
25019         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
25020         (ugly) setting of an internal GdkWindow member to use
25021         a _slightly_ cleaner macro.
25022
25023         * gdk/gdkprivate.h: Split GdkWindowPrivate into
25024         GdkDrawablePrivate and GdkWindowPrivate.
25025         Add extra macros for accessing GDK_DRAWABLE_ components.
25026
25027         * *.[ch]: Massive adjustments for the above, use the
25028         new macros in a lot of places.
25029
25030 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
25031
25032         * gdk/gdktypes.h: Make GdkDrawable the base type,
25033         not GdkWindow.
25034
25035 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
25036
25037         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
25038
25039 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
25040
25041         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
25042
25043 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
25044
25045         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
25046         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
25047
25048         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
25049
25050         * docs/gtk-config.1: Now autogenerated.
25051         * docs/Changes-1.4.txt: started
25052         
25053 1999-10-03  Tor Lillqvist  <tml@iki.fi>
25054
25055         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
25056         to #ifdef also here.
25057
25058         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
25059         Owen did to the X11 backend.
25060
25061         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
25062         ScrollWindowEx when blitting inside a window, it can't be correct
25063         in the general case.
25064
25065         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
25066         WM_GETMINMAXINFO is easier.
25067
25068         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
25069         depth equal to the bitspixel value, not the visual's depth.
25070
25071         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
25072         to 24 even if the bitspixel value is 32.
25073
25074         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
25075         need to check for depth==32 when bpp==32, depth will always be 24.
25076
25077 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
25078
25079         * docs/Changes-1.4.txt: Started
25080         
25081         * gtk/Makefile.am (gdk_headers): Include all the new headers.
25082
25083         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
25084         
25085         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
25086         into C file.
25087         
25088         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
25089         header to gdkinputprivate.h.
25090
25091         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
25092         unused since before 1.2.
25093
25094 1999-09-30  Tor Lillqvist  <tml@iki.fi>
25095
25096         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
25097         expand possible hex escapes in the font family (put there by
25098         logfont_to_xlfd if the font name isn't a legal XLFD font family,
25099         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
25100         On Win32, add hex escapes here, too.
25101
25102 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
25103
25104         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
25105         to #ifdef GDK_WINDOWING_X11.
25106
25107 [ Merges from gtk-1-2 ]
25108
25109 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
25110
25111         * configure.in: fixed "GNU Make" check to pass with new make version
25112         3.77.95.
25113
25114 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
25115
25116         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
25117         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
25118         AM_PATH_GTK() macros don't get confused by the -pre1.
25119
25120 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
25121
25122         * configure.in (REBUILD): Change check for perl5
25123           to check explicitely for v >= 5.002. (5.001
25124           does not work with our scripts.)
25125
25126 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
25127
25128         * configure.in: evaluate $PERL for the perl version check. added
25129         --disable-rebuilds to give the user an option to completely disable
25130         any source autogeneration rules.
25131
25132 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
25133
25134         * configure.in: evaluate $ac_make when checking for GNU Make.
25135
25136 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
25137
25138         * docs/Makefile.am: added generation.txt.
25139
25140         * Makefile.am: require automake 1.4, build README from README.in and
25141         INSTALL from INSTALL.in in dist-hook.
25142         
25143         * README.in:
25144         * INSTALL.in: new files to autogenerate README and INSTALL from.
25145
25146         * configure.in: figure whether we have GNU Make
25147
25148         * docs/generation.txt: minor additions/corrections.
25149
25150 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
25151
25152         * docs/gtkfaq.sgml: FAQ Update
25153
25154 July 30, 1999 Elliot Lee <sopwith@redhat.com>
25155         
25156         * configure.in: Fix autoconf warnings about cross compilation by
25157         trying to provide sane defaults for AC_TRY_RUN.
25158
25159 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
25160
25161         * ltconfig
25162         * ltmain.sh: upgrade to libtool 1.3.3
25163
25164 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
25165
25166         * INSTALL: Indicate that the --with-glib= configure
25167         time flag is unsupported.
25168
25169 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
25170
25171         * docs/generation.txt: Added a file that gives
25172         documenation about the autogeneration process for
25173         various autogenerated files.
25174         
25175 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
25176
25177         * configure.in (LIBS): Look for libgmodule in the
25178         right location.
25179
25180 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
25181
25182         * docs/gtk_tut.sgml: Removed references to
25183         code examples in my directory on gtk.org as
25184         they should all be in the tutorial now.
25185
25186         * docs/gtk_tut.sgml: Added sources for dial-test
25187         and scribble-xinput programs that were previously
25188         missing.
25189
25190 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
25191
25192         * TODO: Added entry about menu keyboard navigation, removed
25193         some finished items.
25194
25195 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
25196
25197         * acinclude.m4: Standardize on func_dgettext
25198         not func_gettext, so that the checks for dgettext
25199         actually are paid attention to.
25200
25201 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
25202
25203         * configure.in (LIBS): Add $INTLLIBS into $LIBS
25204         directly, rather than repeating the checks for
25205         gettext.
25206
25207         * INSTALL: Added information about gettext and
25208         NLS support.
25209
25210         * acinclude.m4 (LIBM): Check for dgettext, not
25211         just gettext. This should hopefully fix things wrt
25212         systems with old versions of GNU gettext installed.
25213
25214 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
25215
25216         * configure.in (LIBS): Look for libgmodule in the
25217         right location.
25218
25219 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
25220
25221         * autogen.sh: add --enable-maintainer-mode
25222
25223         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
25224
25225 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
25226
25227         * docs/gtk-config.1.in:
25228           docs/Makefile.am:
25229           configure.in: gtk-config is now generated.
25230
25231         * docs/gtk-config.1: Removed, now generated.
25232
25233 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
25234
25235         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
25236         handle CreateNotify itself, still put out a debuging message for
25237         --gdk-debug=events. made the ReparentNotify debugging message more
25238         verbose.
25239         wrap xcoords translation for ConfigureEvents into an error trap,
25240         a destroy event may already be pending, and in that case, the
25241         actuall coordinate values are not at all critical.
25242
25243 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
25244
25245         * gdk/gdkcc.c: Stop leaking the color_hash all over
25246         the place. Simplify and improve the logic.
25247
25248 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
25249
25250         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
25251         for prototypes and function implementations consistent (reported
25252         by Tomas Ogren).
25253
25254 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
25255
25256         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
25257         send_event set in debugging output.
25258         (gdk_compress_exposures): default initialize the event so we don't
25259         operate on bogus values (namely send_event).
25260
25261 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
25262
25263         * gdk/gdkwindow.c: When we receive an unexpected
25264         destroy notify on one of our windows, don't just
25265         warn about it, also mark our windows as destroyed.
25266
25267 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
25268
25269         * gdk/gdkfont.c (gdk_font_hash_insert): Add
25270           name => font and name => fontset hashes. The 
25271           name => fontset hash is a _big_ win since we
25272           weren't previously caching fontsets at all and loading
25273           fontsets is expensive. The name => font hash
25274           is less of a win, but it does save us from doing
25275           repeated XQueryFont calls on the same font.
25276
25277         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
25278           list so we can remove font/fontset from hash.
25279
25280 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
25281
25282         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
25283           and slightly confusing test. [ XInternAtom (,,TRUE)
25284           will never return None ].
25285
25286 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
25287
25288         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
25289           gdk/gdkwindow.c (gdk_window_set_hints):
25290
25291         Don't omit setting the properties if flags == 0 -
25292         there may be an existing set of properties there
25293         already. (Very old bug. Would it be better to
25294         delete the property instead?)
25295
25296         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
25297           spelling error in comment.
25298
25299 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
25300
25301         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
25302           to avoid stomping over gdk_error_warnings.
25303
25304         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
25305           as (bits_per_pixel + 7) / 8. This gives the same
25306           result as before for multiples of 8, but actually
25307           a "reasonable" value for 1bit or 4bit displays.
25308
25309 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
25310
25311         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
25312         GNU Make.
25313
25314 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
25315
25316         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
25317         discarding configure events.
25318
25319 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
25320
25321         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
25322         refcount is greater than zero.
25323
25324         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
25325
25326         * gdk/gdkfont.c (gdk_font_unref): Likewise.
25327
25328         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
25329
25330         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
25331
25332 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
25333
25334         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
25335         that format 32 => sizeof(item) == 4. It really is
25336         sizeof(long).
25337
25338 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
25339
25340         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
25341         core dump at all on X IO errors, only core dump
25342         if --enable-debug for X errors.
25343
25344 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
25345
25346         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
25347         unknown window:" message. disabled ConfigureNotify discarding code,
25348         because it led to events being processed out of order.
25349
25350 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
25351
25352         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
25353
25354         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
25355         we export this function, supress error warnings and don't reset the
25356         error code in the first half of this function.
25357
25358         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
25359         code (instead of just -1) so gdk_error_trap_pop() reveals something
25360         actually informative about the error that happened.
25361
25362         * gdk/*.c:
25363         don't rely on gdk_error_code being -1 if an error occoured, but just
25364         gdk_error_code != 0.
25365
25366 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
25367
25368         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
25369         pointer *before* invoking the filter function, so we at least don't
25370         crash if a filter is removed that is currently executed. window filters
25371         *really* need to be made truely reentrant at some point.
25372
25373 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
25374
25375         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
25376         PropertyNotify debug messages.
25377
25378 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
25379         
25380         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
25381         
25382         * gdk/gdkim.c: Fix cut-and-paste errors for 
25383         x/y and PreeditAttributes/StatusAttributes.
25384
25385 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
25386
25387         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
25388         G_MAXINT to 2^16 to alleviate overflow problems in
25389         various window managers.
25390
25391 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
25392
25393         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
25394         for fontsets.
25395
25396 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
25397
25398         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
25399         Initialize size_hints.x and size_hints.y because kwm
25400         brokenly pays attention to them.
25401         (Bug #1181 -  Lars Heete <hel@admin.de>)
25402
25403 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
25404
25405         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
25406         return value of gdk_list_visuals(). 
25407         (Bug #1193 - Morten Welinder <terra@diku.dk>)
25408
25409 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
25410
25411         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
25412         XSetIMValues to (void *) when comparing to NULL, to workaround
25413         the problem of some compilers barfing since older X headers don't
25414         have the prototype for it.
25415
25416 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
25417
25418         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
25419         for pseudocolor where colormap->colors was double
25420         allocated.
25421
25422         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
25423         color value in the hash table with the pixel filled
25424         in so when we do later hash table lookups, the color
25425         value is correct.
25426         
25427 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
25428
25429         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
25430         making the call
25431
25432 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
25433
25434         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
25435         pointed out by Morten Welinder <terra@diku.dk>.
25436
25437 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
25438
25439         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
25440           default filter from the list
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 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
25448
25449         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
25450
25451         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
25452         g_strdup_printf instead of calcing the length separately
25453
25454 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
25455
25456         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
25457         that we don't do in many other places. (Fixing duplicate 
25458         #include of config.h)
25459
25460         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
25461         Otherwise, #ifndef XINPUT_NONE check in the latter
25462         doesn't work. (Bug #546)
25463
25464 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
25465
25466         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
25467         "None" case insensitive.
25468
25469 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
25470
25471         * gdk/gdkselection.c: 
25472         Add error traps so if the other end of the connection
25473         dies, we survive.
25474
25475 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
25476
25477         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
25478         dest_xid field into two fields - one for the window
25479         to send in messages, one to indicate the last looked
25480         up window for caching purposes. This is needed, so
25481         that Leave messages get the correct window.
25482
25483 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
25484
25485         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
25486         Fix warning created by people mucking around
25487         with the gsource API.
25488
25489         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
25490         Change mapping between GIOCondition and GdkInputCondition
25491         to match the way the Linux kernel does it. This should
25492         fix problems where closed pipes were no longer signalling
25493         GDK_INPUT_READ on systems with a native poll().
25494
25495 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
25496
25497         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
25498         explicitly for the string "None" - it is in the XPM
25499         spec and some servers treat unknown colors in odd ways
25500         (like asking the user!)
25501
25502 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
25503
25504         * gdk/gdkevents.c: made "->" into a "." of previous change so
25505         it compiles
25506
25507 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
25508
25509         * gdk/gdkevents.c (gdk_compress_exposures): Set the
25510         window field of the event structure before calling
25511         user filters.
25512
25513 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
25514
25515         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
25516         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
25517
25518 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
25519
25520         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
25521         intermediate text property - prevents major memory
25522         leak when gdk_use_mb.
25523         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
25524
25525 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
25526
25527         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
25528         gtk-a-higuti-990322-[0-3]
25529
25530         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
25531         sizeof(wchar_t) != sizeof (GdkWChar)
25532
25533         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
25534         that was causing -DX_LOCALE not to work.
25535
25536         * gtk/gtkrc.c (gtk_rc_init):
25537         X_LOCALE will never have LC_MESSAGES defined
25538
25539         * gdk/gdk.c (gdk_init_check):
25540         Remove --xim-preedit and --xim-status from argv properly.
25541
25542         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
25543         that the client window is present on the X server
25544         before we pass it to the input method.
25545
25546 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
25547
25548         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
25549         if --display is specified on the command line, than
25550         the drag window will not be created on that display.
25551         
25552 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
25553
25554         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
25555         lookups with only_if_exists == TRUE were inserting
25556         bogus values into the atom cache.
25557
25558 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
25559
25560         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
25561         then reset it to NULL.
25562
25563         * gdk/gdkcolor.c:
25564         (gdk_colors_free): 
25565         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
25566         key for g_hash_table_remove() in both functions, this prevents us
25567         from accessing possibly uninitialized portions of a GdkColor structure
25568         where we are only interested in its pixel value.
25569
25570 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
25571
25572         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
25573         font hash table, if we have a GdkFontPrivate entry for this font
25574         already, simply increment its reference count, provided by Olaf Dietsche
25575         <olaf.dietsche+list.gtk@netcologne.de>.
25576
25577 1999-09-21  Tor Lillqvist  <tml@iki.fi>
25578
25579         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
25580         just to be sure.
25581
25582         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
25583         unused variables, leftovers from the X11 version.
25584
25585         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
25586
25587         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
25588         downcase fields on X11.
25589
25590 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
25591         
25592         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
25593         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
25594
25595 1999-09-17  Tor Lillqvist  <tml@iki.fi>
25596
25597         * gdk/win32/gdk.def: Add gdk_threads_mutex.
25598
25599         * gtk/makefile.msc: Correct path to libintl.
25600
25601         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
25602         use of gint vs. int, and gint vs. gboolean in headers and
25603         definitions. Use GtkType for the *_get_type functions. Note that
25604         these changes preserve binary compatibility.
25605
25606         * gdk/gdk.c
25607         * gdk/win32/gdk.c
25608         * gdk/gdk.h: Fix inconsistencies: gint vs int.
25609
25610         * gtk/gtkmain.c
25611         * gtk/gtkclist.c
25612         * gtk/gtkmenufactory.c
25613         * gtk/gtknotebook.c
25614         * gtk/gtkwidget.c: Fix inconsistencies, also gint
25615         vs. gboolean.
25616
25617         * gtk/gtkcolorsel.[ch]
25618         * gtk/gtkcombo.[ch]
25619         * gtk/gtkdrawingarea.[ch]
25620         * gtk/gtkgamma.[ch]
25621         * gtk/gtkhandlebox.[ch]
25622         * gtk/gtkhpaned.[ch]
25623         * gtk/gtkhruler.[ch]
25624         * gtk/gtkplug.[ch]
25625         * gtk/gtkpreview.[ch]
25626         * gtk/gtkruler.[ch]
25627         * gtk/gtksocket.[ch]
25628         * gtk/gtkstatusbar.[ch]
25629         * gtk/gtktoolbar.[ch]
25630         * gtk/gtkvbbox.[ch]
25631         * gtk/gtkvpaned.[ch]
25632         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
25633         functions.
25634
25635         * gtk/gtkgamma.h: Fix bug, missing () in call of
25636         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
25637
25638 1999-09-14  Tor Lillqvist  <tml@iki.fi>
25639
25640         * gdk/gdkcolor.c (gdk_colormap_new)
25641         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
25642         colormap->colors was allocated twice.
25643
25644         * gdk/win32/gdk.c: Remove some unused stuff.
25645
25646         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
25647         colormap.
25648
25649         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
25650         * gtk/gtklabel.h (gtk_label_get_type)
25651         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
25652         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
25653         in a couple of places, not guint.
25654
25655 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
25656
25657         * configure.in,po/et.po: added Estonian language file
25658
25659 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
25660
25661         * configure.in,po/da.po: added Danish file
25662
25663 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
25664
25665         * docs/gtkfaq.sgml: Minor FAQ Update
25666
25667 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
25668
25669         * docs/gtkfaq.sgml: FAQ update
25670
25671 1999-08-27  Tor Lillqvist  <tml@iki.fi>
25672
25673         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
25674         way to get window contents continually refreshed while resizing. I
25675         didn't like the effects myself, so it's not on by default.
25676
25677         * gdk/win32/gdkprivate.h: New flag variable
25678         gdk_event_func_from_window_proc, FALSE by default.
25679
25680         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
25681         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
25682         are passed --gdk-event-func-from-window-proc.
25683
25684         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
25685         and we have am event_func, call it instead of enqueing the event.
25686
25687 1999-08-23  Tor Lillqvist  <tml@iki.fi>
25688
25689         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
25690         Kelley: Set expose_count in GdkEventExposes correctly.
25691
25692         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
25693         MULTIPLE_WINDOW_CLASSES).
25694
25695         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
25696         for bug in NT, apparently NT *does* draw the end pixel, too, in
25697         LineTo with a one-pixel pen, so we don't have to do it ourselves.
25698
25699 1999-08-21  Tor Lillqvist  <tml@iki.fi>
25700
25701         Improvements by Hans Breuer: 
25702
25703         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
25704
25705         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
25706         CS_?REDRAW flags as they cause lots of (late) redraws when "show
25707         window contents while dragging" is turned on. Allocate at least
25708         one unique class for every GdkWindowType. If support for single
25709         window-specific icons is ever needed (eg. Dialog specific), every
25710         such window should get its own class.
25711
25712 1999-08-19  Tor Lillqvist  <tml@iki.fi>
25713
25714         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
25715         error that caused crashes.
25716
25717 1999-08-17  Tor Lillqvist  <tml@iki.fi>
25718
25719         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
25720         window, use ScrollWindowEx, and call UpdateWindow. This prevents
25721         bugs when for instance part of the window was outside the
25722         display. Thanks to Philippe Colantoni for finding and fixing this.
25723
25724 1999-08-16  Tor Lillqvist  <tml@iki.fi>
25725
25726         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
25727         endpoint calculations which were totally wrong. (A little RTFMing
25728         helps a lot ;-)
25729
25730         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
25731         from a separate directory, not from gettext, because of licensing
25732         issues (we want to use the LGPL version).
25733
25734         * README.win32: Mention the intl from glibc vs from gettext issue.
25735
25736 1999-08-13  Tor Lillqvist  <tml@iki.fi>
25737
25738         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
25739         in the key event handling: Now AltGr chars work again. Also,
25740         now Alt-digits are passed up as well as Control-digits.
25741         Pass keypad plus and minus as normal plus and minus.
25742
25743 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
25744
25745         * docs/gtkfaq.sgml: FAQ Update
25746
25747 1999-07-25  Tor Lillqvist  <tml@iki.fi>
25748
25749         * README.win32
25750         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
25751         the Wintab SDK.
25752
25753         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
25754         OK, but getting closer. Guard against bogus tilt data from Wacom
25755         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
25756         enable easier building without Wintab.
25757
25758         * gdk/win32/gdkinput.h
25759         * gdk/win32/gdkevents.c 
25760         * gdk/win32/gdkwindow.c: Minor changes related related to above.
25761         
25762         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
25763         code. As we have just one visual on Win32, no sense to have it in a
25764         table, and no need for the hash table.
25765
25766         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
25767         better on white background.
25768
25769 1999-07-21  Tor Lillqvist  <tml@iki.fi>
25770
25771         * README.win32: Update gcc build instructions. Mention gettext is
25772         GPL.
25773
25774         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
25775         supported cursor size with GetSystemMetrics.
25776
25777         * gdk/win32/gdkfont.c
25778         * gtk/gtkfontsel.c: Guard against some font weight and charset
25779         symbols being undefined (in mingw32 headers).
25780
25781         * gdk/win32/makefile.cygwin
25782         * gtk/makefile.cygwin
25783         * gtk/gtkthemes.c: No longer need to have differently named
25784         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
25785
25786 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
25787
25788         * docs/gtkfaq.sgml: Long awaited FAQ update.
25789
25790 1999-07-15  Tor Lillqvist  <tml@iki.fi>
25791
25792         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
25793         it. Obscure bit manipulation needed.
25794
25795         * gdk/win32/gdkevents.c: Logging.
25796         
25797         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
25798         style (file name include compiler name) for theme engines.
25799
25800 1999-07-13  Tor Lillqvist  <tml@iki.fi>
25801
25802         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
25803
25804         * gdk/win32/gdkevents.c: Fix long-standing bug in key
25805         events. The key.string wasn't zero-terminated, still we strdup'ed
25806         it in gdk_event_copy(). Synthesize crossing events for button
25807         events before possible propagation.
25808
25809         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
25810
25811         * gdk/win32/makefile.cygwin
25812         * gtk/makefile.cygwin: Use new DLL naming style for the
25813         GCC-compiled ones.
25814
25815         * gdk/win32/makefile.msc
25816         * gtk/makefile.msc: Cosmetics mostly.
25817
25818         * gtk/gtk.def: Add missing entry points.
25819
25820         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
25821
25822 1999-07-09  Tor Lillqvist  <tml@iki.fi>
25823
25824         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
25825         or height is zero. Don't print a warning if Pie or Arc fails, they
25826         always fail (?) for very narrow ellipses.
25827
25828         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
25829         the part or the destination window corresponding to source area
25830         outside of the source drawable's boundary.
25831
25832         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
25833         anything if less than two points.
25834
25835         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
25836         return NULL. Gtk cut-and-paste inside a single program works
25837         better this way. (It always gets the clipboard contents from
25838         Windows, not from its own copy, which is cleared anyway. I can't
25839         say I fully understand what happens... Emulating the X selection
25840         and property stuff is a bit of a mess.)
25841
25842         * gdk/win32/gdkevents.c
25843         * gdk/win32/gdkproperty.c: A bit more verbose logging.
25844
25845         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
25846         that never got deleted). Revamp gdk_region_shrink.
25847
25848         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
25849         after use.
25850
25851         * gtk/gtk.def: Add some missing entry points.
25852
25853         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
25854         component.
25855
25856 1999-07-04  Tor Lillqvist  <tml@iki.fi>
25857
25858         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
25859         Control-digits specially.
25860
25861 1999-07-03  Tor Lillqvist  <tml@iki.fi>
25862
25863         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
25864
25865 1999-06-28  Tor Lillqvist  <tml@iki.fi>
25866
25867         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
25868         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
25869         finding this.)
25870
25871 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
25872
25873         * gtk+.spec.in: Corrected some typos in files section.
25874         
25875 1999-06-15  Tor Lillqvist  <tml@iki.fi>
25876
25877         * README.win32: Mention using GNU gettext.
25878         * config.h.win32: Enable NLS stuff.
25879         * gtk/makefile.msc: Use GNU gettext.
25880         * gdk/win32/gdkdnd.c: Minor header reorg.
25881         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
25882         cosmetics.
25883         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
25884         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
25885
25886 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
25887
25888         * acinclude.m4
25889         * config.guess
25890         * config.status
25891         * ltconfig
25892         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
25893
25894 1999-05-30  Tor Lillqvist  <tml@iki.fi>
25895
25896         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
25897         SafeAdjustWindowRectEx. Don't override all calls to
25898         AdjustWindowRectEx by it, but use it only in two places: When
25899         creating a new top-level window and when moving a top-level
25900         window.
25901
25902         Use screen coordinate rectangle, not client rectangle, in
25903         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
25904         when we try to place a window so that the decoration (mainly,
25905         title bar) isn't visible.
25906
25907         These changes fix the bug that showed up for instance as the
25908         GIMP's saved top-level windows moving right and down (by an amount
25909         equal to the window decoration) for each session. This bug showed
25910         up also in testgtk's "Saved Position".
25911
25912         gdk_window_resize also redone a bit.
25913
25914 1999-05-25  Tor Lillqvist  <tml@iki.fi>
25915
25916         * gtk/testgtkrc: Add (commented out) Windows-style theme
25917         include line.
25918
25919         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
25920
25921 1999-05-18  Tor Lillqvist  <tml@iki.fi>
25922
25923         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
25924         gdkx.h to a gdk subdirectory, so that applications can include
25925         these with <gdk/*.h> without trouble.
25926
25927         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
25928         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
25929         have their bitmap destroyed.
25930
25931         * gdk/win32/gdk.def: Add gdk_root_parent.
25932
25933 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
25934
25935         * configure.in
25936           gtk-config.in
25937           ltconfig
25938           ltmain.sh     
25939           gtk/Makefile.am: changes to compile nicely (with xlib) 
25940           on BeOS
25941
25942 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
25943
25944         * acinclude.m4
25945         * config.guess
25946         * config.sub
25947         * ltconfig
25948         * ltmain.sh: upgrade to libtool 1.3
25949
25950 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
25951
25952         * gtk/gtkclist.c:
25953         * gtk/gtkctree.c: merges from gtk-1-2
25954
25955 1999-04-25  Tor Lillqvist  <tml@iki.fi>
25956
25957         Support added for building using a GNU toolchain on Win32,
25958         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
25959
25960         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
25961         * config.h.win32: Changes for gcc.
25962         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
25963         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
25964         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
25965         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
25966         Protect shl stuff unavaiilable with mingw32 headers.
25967         * gdk/win32/gdkevents.c: Fix typo.
25968         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
25969         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
25970         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
25971         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
25972         the mingw32 headers.
25973         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
25974         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
25975         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
25976         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
25977         Test for NATIVE_WIN32, not _MSC_VER.
25978         * gtk/gtkmain.c: No use warning about developer version on Win32,
25979         there aren't any non-developer versions anyhow.
25980         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
25981         * gtk/makefile.msc: Use pthread from another directory. Minor other
25982         changes. 
25983
25984 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
25985
25986         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
25987           default filter from the list
25988
25989 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
25990
25991         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
25992          when gtk_widget_grab_default() is called for a widget that
25993          is not within a GtkWindow.
25994
25995 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
25996
25997         * docs/gtk_tut.sgml, examples/clist.c: use a
25998           scrolled window in the clist example. Minor
25999           tutorial fixes.
26000
26001 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
26002
26003         * docs/gtk_tut.sgml: Style check from David King
26004           <dking@youvegotmail.net>
26005
26006 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
26007
26008         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
26009         compile with unknown value of GDK_WINDOWING
26010
26011 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
26012
26013         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
26014         after the rule is fired.
26015         (install-exec-local): Install gdkconfig.h only if the contents are
26016         different from the currently installed gdkconfig.h.
26017
26018 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
26019
26020         * gdk/Makefile.am (configexecincludedir): Rename from 
26021         configincludedir so that gdkconfig.h will be installed 
26022         as part of `make install-exec'. 
26023
26024 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
26025
26026         * acinclude.m4
26027         * config.guess
26028         * config.sub
26029         * ltconfig
26030         * ltmain.sh: upgrade to libtool 1.2f
26031
26032         * autogen.sh: libtool is not required to autogen gtk+
26033
26034         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
26035         needed)
26036
26037 1999-03-18  Tor Lillqvist  <tml@iki.fi>
26038
26039         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
26040         declaring gdk variables exported/imported from the DLL. New image
26041         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
26042         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
26043         GDK_DRAG_PROTO_OLE2.
26044
26045         * gdk/gdk.h: Merge in Win32 version: Two new functions,
26046         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
26047         declared only for the Win32 version, but could be in the X11
26048         version as well. (Needed for a Xlib-less gdk_imlib.)
26049         gdk_color_hash should have only one parameter. Declare
26050         gdk_threads_mutex with GDKVAR.
26051         
26052         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
26053         just one parameter.
26054
26055         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
26056         per pixel, not bits.
26057
26058         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
26059         Fetch bpp (which means bits-per-pixel here) from another place on
26060         Win32. Accept also depth==32 (which we might get on Win32) with
26061         bpp==32.
26062
26063         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
26064         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
26065         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
26066         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
26067         in the backend-dependent directory, not in the common gdk
26068         directory.
26069
26070         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
26071         headers.
26072
26073 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
26074
26075         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
26076         want to use the Gtk+ devel version (which is true, and yes - even i am
26077         currently working with the 1.2.x branch). so everyone reading this, you
26078         probably want to issue
26079         cvs checkout -r glib-1-2 glib
26080         and
26081         cvs checkout -r gtk-1-2 gtk+
26082         as your next two comands.
26083
26084 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
26085
26086         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
26087         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
26088
26089         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
26090         file. strongly deprecated the GTK_HAVE_* macros, we provide
26091         GTK_CHECK_VERSION() for people that need to check for certain
26092         Gtk+ versions.
26093
26094         * gtk/gtkcompat.h: removed this from CVS.
26095         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
26096         idea right from the start, it just didn't seem like that back then.
26097
26098 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
26099
26100         * merges from gtk-1-2:
26101
26102 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
26103
26104         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
26105         item factory class has been created.
26106         (gtk_item_factory_parse_rc): likewise.
26107
26108         * gtk/gtkmenu.c:
26109         keep proper references for old_active_menu_item.
26110         (gtk_menu_reparent): unset the usize of the new parent,
26111         so the menu can sanely be size requested and we don't get nasty screen
26112         artefacts upon next reparentation.
26113         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
26114         enter notify. only synthesize enter notifies if the pointer really is
26115         inside the event window.
26116         (gtk_menu_popdown): use gtk_menu_shell_deselect().
26117         (gtk_menu_popup): move the background setting stuff into
26118         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
26119
26120         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
26121         gtk_menu_shell_select_item() to select the new item.
26122         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
26123         do the right thing for deselection as well.
26124
26125 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
26126
26127         * gtk/gtkwidget.[hc]:
26128         (gtk_widget_accelerators_locked): return whether a widget's accelerators
26129         are locked.
26130
26131         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
26132         existing accelerators if the widget's accelerators are locked.
26133
26134 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
26135
26136         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
26137
26138         * gtk/gtkmenu.c: truely forward key press and key release events to
26139         the menu widget from the toplevel or tearoff window. we can't simply
26140         connect to that, we need to stop further processing of the events as
26141         well.
26142
26143 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
26144
26145         * gtk/gtkmenu.c:
26146         (gtk_menu_key_press): pass event->keyval, event->state to
26147         gtk_accelerator_valid, instead of event->keyval twice.
26148         refuse to install single letter accelerators for menus that use
26149         single letter shortcuts.
26150
26151         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
26152         gtk_menu_ensure_uline_accel_group().
26153
26154         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
26155         which will always return an uline accel group, made
26156         gtk_menu_get_uline_accel_group() return NULL if the group isn't
26157         yet created.
26158
26159 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
26160
26161         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
26162
26163         * gtk/gtkclist.c (gtk_clist_column_title_passive):
26164         Leave button sensitive, trap  button_press, button_release,
26165         motion_notify, enter_notify and leave_notify events instead.
26166         (gtk_clist_column_title_active): disconnect event handler.
26167         (gtk_clist_drag_data_get): fixed memory leak. Reported by
26168         Guillaume Laurent <glaurent@worldnet.fr>
26169
26170 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
26171
26172         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
26173         width/height mixups.
26174
26175         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
26176         if needed.
26177
26178 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
26179
26180         * gtk/testgtk.c (create_item_factory): unref the item factory after
26181         window's destruction.
26182
26183         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
26184         count on the menu shell around the menu item's activation, since the
26185         signal emission may cause menu shell destruction.
26186
26187         * gtk/gtkitemfactory.c:
26188         the previous code leaked one accel group per menu. we use
26189         gtk_menu_get_uline_accel_group() now to fix that, and with that
26190         also create the underline accelerator group of the menus only if
26191         required (i.e. an underline accelerator has been specified).
26192         (gtk_item_factory_construct):
26193         (gtk_item_factory_create_item): removed code that would create an
26194         extra accel group for the menu (and leak references).
26195         (gtk_item_factory_create_item): adapted the underline accelerator
26196         installation code to properly feature gtk_menu_get_uline_accel_group().
26197
26198         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
26199         menu->accel_group, this may return NULL if the accelerator group
26200         hasn't been set yet.
26201         added gtk_menu_get_uline_accel_group() to retrive the underline
26202         accelerator group of the menu, this will be created on demand
26203         and proper care is taken about its reference count.
26204
26205         * gtk/gtkitemfactory.h:
26206         * gtk/gtkitemfactory.c:
26207         dumped the approach of keeping a widgets by action list on the
26208         factory since the factory<->widget destroy negotiation didn't work
26209         and would be hard to get going at all. instead we keep a list of
26210         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
26211         persistant throughout a program's life time).
26212         also, i removed the static const gchar *key_* variables, and made
26213         them inline strings (they weren't actually used anyways).
26214         (gtk_item_factory_add_item): update ifactory->items.
26215         (gtk_item_factory_destroy): destroy ifactory->items (and remove
26216         the item factory pointer from the remaining ifactory widgets).
26217         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
26218         list to find the widget.
26219         (gtk_item_factory_get_item): new function that works around
26220         gtk_item_factory_get_widget() limitations, this function will only
26221         return menu items, even for <Branch> entries.
26222
26223 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
26224
26225         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
26226         font hash table, if we have a GdkFontPrivate entry for this font
26227         already, simply increment its reference count, provided by Olaf Dietsche
26228         <olaf.dietsche+list.gtk@netcologne.de>.
26229
26230         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
26231         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
26232
26233 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
26234
26235         * gtk/gtkcontainer.c:
26236         (gtk_container_add_with_args):
26237         (gtk_container_addv):
26238         (gtk_container_add): before adding a child to a conatiner, make sure
26239         it is (default) constructed, this is neccessary because under certain
26240         circumstances the child will get relized and mapped immediatedly, in
26241         which case it has to be constructed already.
26242
26243 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
26244
26245         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
26246         values > 1 as TRUE also.
26247
26248 1999-03-16  Tor Lillqvist  <tml@iki.fi>
26249
26250         * README.win32: New file.
26251                 
26252         * configure.in: Check for lstat.
26253
26254         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
26255         completeness.
26256
26257         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
26258
26259         * gtk/gtk.def: Removed CRs.
26260
26261         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
26262         ..\gdk\win32).
26263
26264         * gdk/win32/makefile.msc: Correct upwards relative paths.
26265         
26266 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
26267
26268         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
26269           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
26270           it was connecting a void function to expose_event and the int
26271           returning function to the draw signal
26272
26273 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
26274
26275         * configure.in:
26276         Use correct path to libgmodule.la when ref'ing uninstalled copy
26277         of glib.  (Already in stable branch, Bug #417)
26278
26279 1999-03-15  Tor Lillqvist  <tml@iki.fi>
26280
26281         Win32 merge and general portability stuff:
26282                 
26283         * acconfig.h,configure.in: Check for <sys/time.h>.
26284
26285         * gdk/win32: New directory (actually, been there for a while).
26286         
26287         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
26288         NATIVE_WIN32, and use these. Always case fold on Win32. No
26289         backslashed escapes on native Win32.
26290
26291         * gtk/{gtk.def,makefile.msc}: New files.
26292
26293         * gtk/Makefile.am: Add above new files.
26294         
26295         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
26296         instead of <strings.h>.
26297
26298         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
26299         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
26300         <unistd.h> appropriately.
26301
26302         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
26303         Use ABS() (from <glib.h>) instead of abs().
26304         
26305         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
26306         of gtk (and thus glib) headers, so that WIN32 will be
26307         defined. With MS C, include <direct.h> for mkdir prototype.
26308
26309         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
26310         some casts, needed by MS C.
26311
26312         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
26313         implemented).
26314
26315         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
26316         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
26317         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
26318
26319         * gtk/gtkmain.h: Mark variables for export/import on Win32.
26320                 
26321         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
26322         the event is not a hint, or its window is not the slider. Needed
26323         on Win32, at least.
26324
26325         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
26326         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
26327         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
26328         a subdirectory of the Windows directory as gtk system
26329         configuration directory.
26330
26331         * gtk/gtkselection.c: No chunks on Win32.
26332
26333         * gtk/gtksocket.c: Not implemented on Win32.
26334
26335         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
26336
26337         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
26338
26339         * gtk/maketypes.awk: Declare variables with a macro that expands to
26340         necessary export/import magic in the case of Win32.
26341                 
26342         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
26343
26344 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
26345
26346         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
26347         since those were meant only for gdki18n.h.  
26348         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
26349         for widechar tests.
26350         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
26351
26352 1999-03-13  Tor Lillqvist  <tml@iki.fi>
26353
26354         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
26355         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
26356
26357         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
26358         installed) to CFLAGS.
26359
26360         * gdk/Makefile.am: Add rules for gdkconfig.h.
26361
26362         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
26363         APIs.
26364
26365         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
26366         gdkx.h anyway when compiling for X11.
26367         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
26368         general): Merge in Win32 version.
26369         
26370         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
26371         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
26372         expansion (if we don't have HAVE_PWD_H), allow for drive
26373         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
26374         included code from Craig Setera's port to Win32 (the one that uses
26375         X11, and the cygwin dll), even if it probably will be abandoned.
26376
26377         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
26378         the user entered one herself.  This way one can complete *.h and
26379         don't get matches on any .help files, for instance.
26380         
26381 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
26382
26383         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
26384         font hash table, if we have a GdkFontPrivate entry for this font
26385         already, simply increment its reference count, provided by Olaf Dietsche
26386         <olaf.dietsche+list.gtk@netcologne.de>.
26387
26388         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
26389         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
26390
26391 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
26392
26393         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
26394         the number of calls to gdk_draw_point() (and thus to X) by
26395         clipping the points by hand.
26396
26397         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
26398         the clip parameter.
26399         (gtk_handle_box_paint): Only paint the handle if the expose area
26400         intersects it.
26401
26402 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
26403
26404         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
26405
26406 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
26407
26408         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
26409         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
26410
26411 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
26412
26413         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
26414          textmode (O_TEXT) for OS/2 version.
26415
26416 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
26417
26418         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
26419         GtkSpinButton, "input" and "output", to make the output more flexible.
26420         The user has to provide a mapping between adjustment->value and the
26421         output string (and vice versa, if the spin button is editable). 
26422         See testgtk for examples.
26423
26424 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
26425
26426         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
26427         new one.
26428         
26429         * configure.in: set gtk+ version to 1.3.0.
26430
26431         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog,