]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-6
Removed 'fill' attribute. It was silly b/c that was a property of the cell
[~andy/gtk] / ChangeLog.pre-2-6
1 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
2
3         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
4         Removed 'fill' attribute.  It was silly b/c that was a property of
5         the cell renderer, anyway.
6         (gtk_tree_view_column_render): Actually render the packed
7         renderers.
8         * doc/tree-column-sizing.txt: initial devel documentation.
9         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
10         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
11
12         * tests/testtreefocus.c: fix up to reflect above changes.
13         * tests/testtreeview.c: ditto
14         * demos/gtk-demo/stock_browser.c: ditto
15
16 2001-09-07  Alex Larsson  <alexl@redhat.com>
17
18         * gdk/linux-fb/gdkcolor-fb.c:
19         Removed unused function.
20         
21         * gdk/linux-fb/gdkdrawable-fb2.c
22         * gdk/linux-fb/gdkfont-fb.c:
23         Use PangoLanguage functions.
24
25         * gdk/linux-fb/gdkinput.c:
26         * gdk/linux-fb/gdkselection-fb.c:
27         Fix const warnings.
28         
29         * gdk/linux-fb/gdkwindow-fb.c:
30         Fix warning. Implement gdk_window_set_icon_list() and
31         gdk_window_get_frame_extents(). (No icon support yet though.)
32
33         * gtk/gtkwindow.c (gtk_window_get_position):
34         If window->frame is set get the extents of it instead.
35         
36 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
37
38         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
39         Make the default default colormap the GdkRGB colormap,
40         not the system colormap.
41
42         * gtk/gtkinvisible.c (gtk_invisible_init) 
43           gtk/gtkwindow.c (gtk_window_init): Set the current
44         colormap, as returned by _gtk_widget_peek_colormap()
45         on the widget.
46
47         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
48         to GTK+. Make it return %NULL instead of the default
49         colormap if no colormap has explicitely been pushed.
50
51         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
52         colormaps on ancestral widgets before defaulting the
53         the system default colormap.
54
55         * docs/Changes-2.0.txt: explain colormap changes.
56
57 2001-09-07  Havoc Pennington  <hp@redhat.com>
58
59         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
60         #57424
61
62 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
63
64         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
65         make gdk_set_use_xshm a noop. Remove --no-xshm command line
66         option. If we aren't autodetecting properly, we need
67         to fix the problem, or at least make it an environment
68         variable setting, to avoid problems with propagating
69         to embedded children, plugins, etc.
70
71         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
72
73         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
74         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
75         New function to render a pixmap and mask for a particular colormap.
76
77         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
78         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
79         of internal implementation of the same.
80
81 2001-09-07  Havoc Pennington  <hp@redhat.com>
82
83         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
84         debug code that seems to have caused a breakpoint in valid cases
85         
86         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
87         pointer on the first view when adding the second view, fixes
88         crash when closing gtk-demo text test with active selection
89
90         * gtk/gtktextbuffer.c
91         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
92         clipboards in the list of clipboards - probably fixes #59836
93
94 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
95
96       Make gdkx.h the only installed header from gdk/x11.
97       All structures in gdk/x11 are opaque.
98
99         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
100         Don't install gdk{drawable,pixmap,window}-x11.h.
101
102         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
103         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
104         GdkVisualClass into C files.
105
106         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
107
108         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
109         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
110         Add public functions to replace previously exported direct
111         structure access.
112         gdk_x11_colormap_get_{xdisplay,xcolormap} 
113         gdk_x11_cursor_get_{xdisplay,xcursor},
114         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
115         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
116         gdk_x11_gc_get_{xdisplay,ximage}
117         
118         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
119         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
120
121       Fix a number of variables and functions that were exported
122       "accidentally" from GDK.
123
124         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
125         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
126         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
127         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
128         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
129         gdk_event_queue_find_first, gdk_event_queue_remove_link,
130         gdk_event_queue_append, gdk_event_button_generate,
131         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
132
133         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
134            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
135         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
136         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
137         gdk_use_xshm, gdk_input_ignore_core.
138
139         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
140         #defines to namespace functions into the private _gdk_ 
141         namespace.
142
143         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
144         to replace gdk_parent_root exported variable. Adjust and
145         deprecate GDK_ROOT_PARENT().
146
147         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
148         GDK_ROOT_PARENT usage, remove includes of port-specific
149         headers.
150
151         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
152         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
153         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
154
155         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
156         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
157         gdk_wm_delete_window functions, gdk_wm_take_focus, 
158         use gdk_atom_intern() instead.
159
160         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
161           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
162           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
163           gtk/gtkselection.c 
164         Unexport gdk_selection_property, just use 
165         gdk_atom_intern ("GDK_SELECTION").
166
167         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
168         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
169         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
170         GdkVisualprivate, gdk_x11_gc_flush.
171
172       Make a number of public exports of variables into functions
173       to increase encapsulation.
174
175         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
176         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
177         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
178
179         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
180         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
181         gdk_error_warnings.
182
183         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
184           docs/Changes-2.0.txt: 
185         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
186         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
187         Add gdk_x11_get_default_xdisplay().
188
189         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
190         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
191         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
192         Don't export gdk_progclass, move --class command line
193         option and handling to common portion of GDK.
194
195       Miscellaneous fixes:
196
197         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
198         g_return_val_if_fail that should have been g_return_if_fail.
199
200         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
201         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
202
203         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
204         X11 dependency.
205
206         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
207         Remove unused gdk_key_repeat_disable/restore.
208
209         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
210         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
211         Remove unused gdk_null_window_warnings variable.
212
213         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
214         it can be retrieved from the repository; it is too far
215         from functional to be worth having people check out;
216         it would be easier to start from scratch, I suspect.
217
218         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
219
220         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
221         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
222         Fix some accidentally global variables and unused global variables.
223
224         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
225         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
226         Fix some accidentally global variables and unused global variables.
227
228       Add some space for future expansion to multihead.
229
230         * gdk/gdkdrawable.h: Add four reserved function pointers
231         for future expansion of GdkDrawableClass.
232
233         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
234         where we can put a GdkScreen * later.
235
236 2001-09-07  Havoc Pennington  <hp@redhat.com>
237
238         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
239         adjustments after validating destination yrange; fixes #53918
240         (This may cause other issues, but I hope it won't)
241         
242 2001-09-05  Havoc Pennington  <hp@redhat.com>
243
244         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
245         line into start line, update the character counts in parent nodes; 
246         caused a bug when end and start line had different parent nodes.
247
248 2001-08-30  Havoc Pennington  <hp@redhat.com>
249         
250         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
251         assertion that tag is in a table
252
253 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
254
255         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
256         g_strcasecmp on NULL strings. (#59058)
257
258 2001-09-06  Alex Larsson  <alexl@redhat.com>
259
260         * gtk/gtkbin.c:
261         * gtk/gtkfontsel.c:
262         * gtk/gtkspinbutton.c:
263         * gtk/gtktipsquery.c:
264         Use GtkType/GType instead of uint.
265
266 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
267
268         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
269         sort column.
270
271         * gtk/gtktreestore.c (gtk_list_store_init): ditto
272
273         * gtk/gtktreesortable.c: add docs.
274
275 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
276
277         * Version 1.3.7
278
279         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
280         docs for gtk-config
281
282         * modules/input/Makefile.am (install-data-local): Don't
283         run gtk-query-immodules if DESTDIR is set.
284
285         * NEWS: Various additions.
286
287 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
288
289         * NEWS: updates for 1.3.7 release.
290
291 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
292
293         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
294         handle default sort feature
295
296         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
297         new function to handle default sort.
298         (gtk_tree_sortable_has_default_sort_func): check if default sort
299         is set.
300
301         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
302         handle default sort feature
303
304 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
305
306         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
307         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
308         #59731
309
310 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
311
312         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
313         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
314         time, #59727
315
316         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
317         correctly.
318
319 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
320
321         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
322         so that we don't eternally update the keymap after we
323         get a change notification.
324
325         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
326         incorrect cast.
327
328 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
329
330         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
331         it working. It mostly works now, although there're still a few issues
332         to be worked out.
333
334         * tests/testtreesort.c (main): changes to have a better test
335         application for the GtkTreeModelSort.
336
337 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
338
339         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
340         fix for bug #59222.
341
342         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
343         gpointer search_data argument to function definition and
344         prototype, to match GtkTreeViewSearchEqualFunc typedef.
345
346 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
347
348         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
349         per jrb's request.
350
351 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
352
353         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
354
355         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
356
357 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
358
359         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
360         Instead of always mirroring the selection to a single PRIMARY
361         selection, allow it to be mirrored to any number of clipboards.
362
363         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
364         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
365
366         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
367         GtkClipboard argument, and for paste_clipboard, the
368         @override_location argument from @paste_primary.
369
370         * gtk/gtktextview.c: Adapt to above change.
371         
372 2001-08-30  Havoc Pennington  <hp@redhat.com>
373
374         * gtk/gtktextview.c (invalidated_handler): put validate idle at
375         resize - 2 just for flexibility
376
377 2001-08-30  Havoc Pennington  <hp@redhat.com>
378
379         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
380         object from the empty-child-anchor case by drawing a little box.
381         
382         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
383         if the child anchor has no anchored widgets - fixes #59328.
384
385         Also, remove bizarre deletion of preedit string that seems to have
386         gotten in here somehow.
387
388 2001-08-30  Havoc Pennington  <hp@redhat.com>
389
390         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
391         to #58420 from Hidetoshi Tajima and Matthias Clasen
392
393 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
394
395         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
396         change color when the GtkTreeView loses focus.
397
398         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
399         ditto.
400         
401         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
402
403 2001-08-28  Havoc Pennington  <hp@pobox.com>
404
405         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
406
407 2001-08-28  Havoc Pennington  <hp@pobox.com>
408
409         * demos/gtk-demo/main.c (setup_default_icon): add default icon
410
411         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
412         warning fix
413         (gtk_radio_button_new_with_label): warning fix
414
415         * gtk/gtkdnd.c: used some random GtkImage private structs, 
416         update to reflect GtkImage changes
417
418         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
419         whether the hint is supported, just always set the icon. A task
420         list might want to use it even if the WM doesn't, and the WM may
421         change over time. Also, XDeleteProperty() if list == NULL.
422
423         * gtk/gtkwindow.c (gtk_window_set_icon_list)
424         (gtk_window_get_icon_list)
425         (gtk_window_set_icon)
426         (gtk_window_get_icon)
427         (gtk_window_set_default_icon_list)
428         (gtk_window_get_default_icon_list):
429         new functions
430
431         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
432
433         * gtk/gtkimage.c: Implement property support, bug #59408
434
435         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
436         on reparent-without-removing-first a bit more helpful.
437         Let's just destroy this FAQ.
438
439 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
440
441         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
442         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
443
444 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
445
446         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
447         of use_text_format to the end of the function. (#56447)
448
449 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
450
451         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
452         only in response to an area_prepared signal.
453
454 2001-08-28  Alex Larsson  <alexl@redhat.com>
455
456         * gtk/gtkwidget.c (gtk_widget_class_init):
457         Make unrealize GTK_RUN_LAST.
458
459 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
460
461         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
462         with_label and with_mnemonic should create radio buttons, not
463         check buttons
464
465 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
466
467         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
468         * tests/treestoretest.c (make_window): ditto
469         * demos/gtk-demo/main.c (create_tree): ditto
470         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
471
472 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
473
474         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
475         GTK selection types rather than GtkTreeSelectionMode.
476
477         * docs/Changes-2.0: Add comment about selection change.
478
479 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
480
481         * gtk/gtkenums.h (GtkSelectionMode): deprecate
482         GTK_SELECTION_EXTENDED.
483
484         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
485         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
486
487         * gtk/gtkctree.c: ditto
488
489         * gtk/gtklist.c: ditto
490
491         * gtk/gtktree.c: ditto
492
493 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
494
495         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
496         of typos in compat macros. (#59624, Skip Montaro)
497
498 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
499
500         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
501         macro.
502
503          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
504  
505         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
506         interface to be a standard setter from gtk_menu_item_right_justify.
507         (gtk_menu_item_get_right_justified): a getter to go with the setter
508
509         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
510         gtk_menu_item_right_justify.
511
512         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
513         gtk_menu_item_set_right_justified.
514  
515 2001-08-27  Jens Finke <jens@gnome.org>
516
517         * gtk+.spec.in: Updated to match gpp requirements, reworked the
518         files section to make it work with 1.3.x releases.
519
520 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
521
522         * gtk/gtkbutton.[ch]:
523         Add properties for labels, mnemonics and stock items.
524         Added C accessor functions for the properties.
525         Removed deprecated button->child.
526
527         * gtk/gtkradiobutton.c:
528         * gtk/gtktogglebutton.c:
529         Update to use the functions in GtkButton.
530
531         * gtk/gtkcheckbutton.c:
532         Update to use the functions in GtkButton.
533         Changed size allocation of child. Now only gets as much
534         space as it requests.
535
536         * gtk/gtkclist.c:
537         Don't use GtkButton->child
538
539         * gtk/gtklabel.c:
540         Fixed typo in docs
541         
542 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
543
544         * tests/testgtk.c:
545         * tests/Makefile.am:
546         Ressurect the properties test.
547         I don't care if it is inferior, I just want to test my property code.
548
549 2001-08-25  Chema Celorio  <chema@celorio.com>
550
551         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
552         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
553         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
554
555 2001-08-24  Havoc Pennington  <hp@pobox.com>
556
557         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
558         these are already in gtkmenu.h, and the copies
559         here were broken.
560
561         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
562
563         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
564         special-case bitmaps to allow no colormap
565         (bitmap1): implement no-colormap bitmap-getting
566         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
567         alpha
568         (rgb8): indentation
569         (rgb1a, rgb1): change the way we read the data out of the image, 
570         old way didn't seem to work quite right.
571
572         I'm pretty sure a lot of the rgbconvert code is still broken.
573         
574         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
575         above position constraint (I really intended to do this before,
576         don't know what's up with that)
577         (gtk_XParseGeometry): shut up gcc
578
579         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
580         and "0" should have been. remove the attempted 4-bytes-at-once
581         optimization, it was totally broken.
582
583 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
584
585         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
586         on push to buttons (based on patch from Soeren Sandmann, #54720)
587
588           - Add child_displacement_x/y style properties to control how far the
589             child moves when the button is depressed.
590
591           - Add non-exported function _gtk_button_set_depressed to clean
592             up the handling of the in/out shadow and separate it frmo
593             widget->state.
594
595           - Lots of code cleanup and simplification of state handling
596             for GtkButton/GtkToggleButton.
597  
598         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
599         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
600
601 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
602
603         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
604         and make gtk_image_new() take no arguments. The compiler will
605         catch it, and it is vastly more useful than having
606         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
607
608         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
609         to add tearoff-title property (#51319, Lee Mallabone)
610
611 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
612
613         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
614         gtk_menu_item_configure(). (#58925)
615
616 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
617
618         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
619         "use_align" to give people the option to just make a cell visible.
620
621         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
622         we were scrolling past the end of the tree.
623
624         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
625         rename gtk_tree_view_column_pack_start_cell_renderer to
626         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
627
628 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
629
630         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
631         a stray g_object_ref() left over from gtk_object_ref/sink.
632         (Pointed out by Josh Pritikin.)
633
634 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
635
636         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
637         to gtk_container_get_children. Added deprecated compatibility
638         macro. (Suggested by Vitaly Tishkov, #59051)
639
640         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
641         calls.
642
643 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
644
645         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
646         gtk_menu_bar_append/prepend/insert, forgot to do this
647         when we deprecated gtk_menu_append/prepend/insert.
648
649         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
650         compat macros.
651
652         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
653         renamed by compat macro.
654
655         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
656         gtk_font_selection_dialog_get_font(). (Suggested by
657         Vitaly Tishkov, #59383)
658
659 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
660
661         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
662         Rename from gtk_text_tag_table_size(). (#59366)
663
664 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
665
666         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
667         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
668         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
669         (#59173).
670
671 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
672
673         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
674         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
675         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
676
677 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
678
679         [ Patch from Sebastian Wilhelmi, 52790 ]
680
681         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
682
683         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
684         Move compatibility macros from g[dt]kcompat.h to within 
685         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
686
687         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
688
689         * demos/Makefile.am demos/gtk-demo/Makefile.am 
690           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
691           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
692
693         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
694                  testpixbuf.c}: Fix usages of deprecated functions.
695
696 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
697
698         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
699         when changing models.
700
701 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
702
703         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
704         We check the current event for modifiers rather than try to trap
705         all presses.
706
707 2001-08-22  Anders Carlsson  <andersca@gnu.org>
708
709         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
710         It's LIST_STORE, not LISTSTORE.
711
712 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
713
714         * gtk/gtk.h: Remove commented out gtkpacker reference.
715
716 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
717
718         * configure.in (all_loaders): Add tga loader, 
719         patch by Nicola Girardi. (#56067)
720
721 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
722
723         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
724         a little.  More needs to be done tomorrow.
725
726 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
727
728         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
729
730 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
731
732         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
733         reported by Kristian Rietveld <kristian@planet.nl> to handle row
734         == NULL.
735         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
736         <kristian@planet.nl> to change destroy order.
737
738 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
739
740         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
741         correct marshaller.
742
743 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
744
745         * gtk/gtkliststore.c: Fix up warnings, #58928.
746
747         * gtk/gtktreeselection.h: Change signal prototype, #58647
748
749         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
750         #59221.
751
752         * gtk/gtkstyle.c: Actually prelight arrow, #50981
753         
754 2001-08-18  Hans Breuer  <hans@breuer.org>
755
756         * gdk/gdk.def : updated externals
757
758         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
759         is required to get (at least) visible in entry fields. Some selections
760         are really handled now - even on win32 - but copying via middle
761         mouse button into a different app needs to wait ... 
762
763         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
764         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
765
766         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
767         handling. I'm not sure if it is better now, but at least not worse
768
769         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
770         with SetWindowPos () which allows more fine-tuning backing-store wise
771
772         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
773         Also changed move/resize to be more like the X version.
774
775         * gtk/gtk.def : updated externals
776
777 2001-08-19  Sven Neumann  <sven@gimp.org>
778
779         * gtk/gtktooltips.c
780         * tests/testtreesort.c
781         * tests/treestoretest.c: inserted some casts to get rid of compiler
782         warnings.
783
784 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>>
785
786         * gtk/gtktreeviewcolumn.c
787         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
788
789         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
790         (_gtk_tree_view_find_node): If *node is NULL,
791         *tree should be NULL too.
792
793         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
794         column/renderers.
795         * tests/testtreecolumns.c: ditto
796         * tests/testtreefocus.c: ditto
797         * tests/testtreesort.c: ditto
798         * tests/testtreeview.c: ditto
799         * tests/treestoretest.c: ditto
800
801 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
802
803         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
804         signals; is_expander/is_expanded.
805
806         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
807         pixbufs.
808
809         * gtk/gtktreeview.c: set above properties.
810
811 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
812
813         * gtk/gtkwidget.h: Really remove set_default_style().
814
815         * docs/Changes-2.0.txt: added a note about
816         gtk_widget_push/pop/set_default_style.
817
818 2001-08-18  Havoc Pennington  <hp@pobox.com>
819
820         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
821         hints_changed in addition to the other cases.
822         (gtk_window_move_resize): include last position from configure
823         notify in debug spew
824
825 2001-08-18  James Henstridge  <james@daa.com.au>
826
827         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
828         second argument to the weak ref notify, cleaning up some uglyness.
829         (gtk_accel_group_attach): remove and add the weak notifier when
830         changing the accel groups slist.
831         (gtk_accel_group_detach): same here.
832
833 2001-08-17  Darin Adler  <darin@bentspoon.com>
834
835         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
836         missing parameters to utf8 functions to make it compile.
837
838 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
839
840         * gtk/gtktreeprivate.h:
841         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
842         (gtk_tree_view_init), (gtk_tree_view_set_property),
843         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
844         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
845         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
846         (gtk_tree_view_set_destroy_count_func),
847         (gtk_tree_view_set_enable_search),
848         (gtk_tree_view_get_enable_search),
849         (gtk_tree_view_get_search_column),
850         (gtk_tree_view_set_search_column),
851         (gtk_tree_view_get_search_equal_func),
852         (gtk_tree_view_set_search_equal_func),
853         (gtk_tree_view_search_dialog_destroy),
854         (gtk_tree_view_search_position_func),
855         (gtk_tree_view_interactive_search),
856         (gtk_tree_view_search_delete_event),
857         (gtk_tree_view_search_button_press_event),
858         (gtk_tree_view_search_key_press_event),
859         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
860         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
861         * gtk/gtktreeview.h:
862         Add heavily modified patch from Kristian Rietveld to handle
863         interactive searching.
864
865 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
866
867         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
868         string parameter.
869
870         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
871         GtkMenuShell::selection_done, now that we have it, instead of 
872         ::deactivate so we're not tearing the menu apart and notify
873         the user prematurely.
874
875 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
876
877         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
878         window, clear window->need_default_position to avoid infinite loops.
879         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
880
881 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
882
883         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
884         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
885         (gtk_tree_view_set_property): don't cast possible NULL objects.
886         (gtk_tree_view_destroy): reset the model to NULL.
887
888         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
889         parent_class handler.
890
891 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
892
893         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
894
895 2001-08-17  Anders Carlsson  <andersca@gnu.org>
896
897         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
898         point numbers so that the result will be floating point.
899
900 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
901
902         * tests/testgtk.c (create_handle_box): 
903         (create_toolbar): Replace gtk_window_set_policy calls by
904         gtk_window_set_resizable.
905
906 2001-08-16  Jakub Steiner <jimmac@ximian.com>
907
908         * gtk/stock-icons/dialog_info.png: new style bulb
909         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
910         * gtk/stock-icons/dialog_warning.png: need a hand?
911         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
912           the aa border gets chopped off ok
913         * gtk/stock-icons/stock_colorselector.png: using the new hand
914         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
915           this one is for, but the old icon was butt ugly.
916         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
917         * gtk/stock-icons/stock*_insert_object.png: "
918         * gtk/stock-icons/stock_index.png: using new hand icon
919         * gtk/stock-icons/stock*_new.png: the document template being used 
920           elsewhere too
921         * gtk/stock-icons/stock*_print*.png: new print and print preview 
922           icons (panel/menu)  
923         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
924           icons based on Tuomas' floppy image.
925         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
926         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
927         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
928         * gtk/stock-icons/stock*_undelete.png: "
929         * gtk/stock-icons/stock_preferences.png: I have a version with a 
930           document base if the sliders are no good.
931         * gtk/stock-icons/stock_properties.png: properties 
932         
933
934         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
935           (tigert@ximian.com) clipboard icons
936         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
937         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
938         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
939           little bigger IMHO
940
941 2001-08-16  Sven Neumann  <sven@gimp.org>
942
943         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
944
945 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
946
947         * gtk/gtkcellrenderertext.c:
948         Avoid warning when specifying NULL for "attributes" property
949
950 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
951
952         * docs/debugging.txt: Add a warning about --enable-debug=no,
953         some editorial changes.
954
955 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
956
957         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
958         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
959         debugging info, remove unused debug flags. (#58330)
960
961 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
962
963         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
964         (gtk_tree_selection_select_all): Remove strict checking for rows.
965
966 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
967         
968         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
969         Don't remove the tooltip window when the tip text changes. (#15891)
970
971 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
972
973         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
974         $(srcdir).
975
976 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
977
978         * Makefile.am (EXTRA_DIST): Fix problem with trying to
979         dist files from intl/, which is no longer there.
980
981 2001-08-11  Hans Breuer  <hans@breuer.org>
982
983         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
984           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
985           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
986           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
987           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
988           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
989
990         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
991           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
992         GDK_TYPE_EVENT signals
993
994         * gtk/gtkalignment.c : removed 'direct allocation bug',
995         which Tim discovered while reading the patch
996
997 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
998
999         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
1000         compat macros for push/pop/set_visual that were supposed
1001         to be added a long time ago, but got dropped. 
1002
1003 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
1004
1005         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
1006         property notifies.
1007
1008 2001-08-07  Havoc Pennington  <hp@pobox.com>
1009
1010         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
1011
1012         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
1013         some fixage is needed here, but nothing simple. Owen understands
1014         it. ;-)
1015
1016         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
1017         sizing and positioning.  Also, fix bug in compute_geometry_hints
1018         (width/height confusion for setting min size). 
1019         (gtk_window_move): new function
1020         (gtk_window_resize): new function
1021         (gtk_window_get_size): new function
1022         (gtk_window_get_position): new function
1023         (gtk_window_parse_geometry): new function
1024         
1025         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
1026         (gtk_widget_get_size_request): new function
1027         (gtk_widget_get_usize): delete, that was a short-lived function
1028         ;-)
1029         (gtk_widget_set_usize): deprecate
1030         (gtk_widget_set_uposition): deprecate, make it a trivial 
1031         gtk_window_move() wrapper
1032         (gtk_widget_class_init): remove x/y/width/height properties,
1033         add width_request height_request
1034         
1035         * demos/*: update to avoid deprecated functions
1036         
1037         * gtk/gtklayout.c: add x/y child properties
1038
1039         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
1040         uses of "gint16"
1041
1042         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
1043         sizing test
1044
1045         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
1046         configure events on toplevel windows are always in root window
1047         coordinates, following ICCCM spec that all synthetic events 
1048         are in root window coords already, while real events are 
1049         in parent window coords. Previously the code assumed that 
1050         coords of 0,0 were parent window coords, which was 
1051         really broken.
1052   
1053         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
1054         warning
1055  
1056         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
1057         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
1058         hints in gtk_window_parse_geometry()
1059  
1060         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
1061         new USER_POS USER_SIZE hints    
1062
1063 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1064
1065         * tests/prop-editor.c (properties_from_type): Use 
1066         g_object_class_list_properties to get the param specs 
1067         for a given type. (#58609)
1068
1069 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1070
1071         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
1072         free the text_aa parts. (#57549)
1073
1074 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1075
1076         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
1077         not the foreground color. (#57621)
1078
1079 2001-08-09  Alexander Larsson <alexl@redhat.com>
1080
1081         * gdk/win32/gdkfont-win32.c:
1082         Update to the new pango win32 api.
1083
1084 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
1085
1086         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
1087         COMPOUND_TEXT instead of TEXT
1088         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
1089         interpret the return value of g_string_to_compound_text()
1090         (#55152)
1091
1092 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1093
1094         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
1095         fail if iter is NULL. (#58347)
1096
1097 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1098
1099         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
1100         some off-by-one issues, fixing selection of line-ends. (#50323)
1101
1102 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1103
1104         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
1105         functions in order to make mouse operation work again in the
1106         color wheel. (#58604)
1107
1108 2001-08-07  James Henstridge  <james@daa.com.au>
1109
1110         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
1111         the accelerator when the accel object is changed.  Fixes bug
1112         #58628.
1113
1114 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
1115
1116         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
1117         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
1118         (gnome bugzilla #58202)
1119
1120 2001-08-06  Havoc Pennington  <hp@pobox.com>
1121  
1122         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
1123         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
1124         it was expecting a GdkWindow, not a GdkWindowImplX11.
1125  
1126         Also, we were getting the window rect in screen coords 
1127         and the screen rect in window coords then intersecting 
1128         them; instead, get window rect in window coords.
1129  
1130         Finally, there were codepaths that resulted in a stuck server grab
1131         (when the window was fully onscreen, or on gdk_image_new()
1132         failure); make the server ungrab thing a bit more
1133         robust/consistent.
1134
1135 2001-08-06  Sven Neumann  <sven@gimp.org>
1136
1137         * gdk/gdkpango.c (gdk_pango_context_destroy): 
1138         check if info->colormap != NULL before unref'ing it. It might have
1139         been set to NULL using gdk_pango_context_set_colormap().
1140
1141 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
1142
1143         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
1144         Fix conversion from float to int so that we don't get
1145         skew in the int => float => int roundtrip. 
1146         (#58120, reported by Vitaly Tishkov). Also fix problem
1147         where if no alpha was set, the returned alpha
1148         from (say) set_current_alpha() was returned as 1, not 65535.
1149
1150 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
1151
1152         * gtk/gtklist.c (gtk_list_clear_items): Fix
1153         problem with selecting a new focus child.
1154
1155         * gtk/gtklist.c (gtk_list_clear_items): Clear 
1156         list->undo/list_focus_child after unparenting
1157         child, since unparenting the child can result
1158         in list->last_focus_child being set. (#58024)
1159
1160         * Makefile.am (SUBDIRS): Add target specific pc
1161         files to DISTCLEANFILES.
1162
1163         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
1164         (58327, Matthias Clasen)
1165
1166 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
1167
1168         * tests/testgtk.c: Patch from Hans (with various modifications),
1169         to add the ability to use testgtk as a rough-and-ready
1170         benchmark. Try, 'testgtk --bench all:5' (if you want decent
1171         numbers, run without a window manager)
1172
1173 2001-08-04 Alexander Larsson <alexl@redhat.com>
1174
1175         * gdk/win32/gdkinput.c:
1176         Add #ifdef HAVE_WINTAB around wintab.h include.
1177
1178         * gtk/gtk.def:
1179         Removed marshals that have been moved to glib.
1180         Commented out plug and socket. They didn't compile for me 
1181         on win32.
1182
1183 2001-08-04  Hans Breuer  <hans@breuer.org>
1184
1185         * gtk/stocks-icons/makefile.msc : new file
1186         * gtk/makefile.msc.in : use it
1187
1188         * gtk/gtkstyle.c : not all platforms do provide M_PI and
1189         friends, but luckily there is G_PI
1190
1191         * gtk/gtk.def : updated
1192
1193         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
1194         windows WS_POPUP, but only those without a parent. This fixes the 
1195         mis-alignment between the selectable (temp, input only) window and 
1196         the window text of GtkLabel.
1197
1198         (gdk_window_show) : respect private->state when actually showing
1199         the window.
1200
1201         (gdk_window_set_transient_for) : Implementation from Wolfgang 
1202         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
1203         error handling. Should fix #50586.
1204
1205         * gdk/win32/gdkevents-win32.c : beautify log output
1206
1207 2001-08-04  Michael Natterer  <mitch@gimp.org>
1208
1209         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
1210         Need to show the image after adding it to the GtkImageMenuItem.
1211         This used to work without in testgtk because of the
1212         gtk_widget_show_all() at the end of the function.
1213         (Closes #54978).
1214
1215 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
1216
1217         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
1218         (gtk_notebook_set_child_property): fix finding of child's page,
1219         since we have to validly deal with labels and menus here as well.
1220         (gtk_notebook_get_child_property): fix warning.
1221         (gtk_notebook_class_init): property tab_pack is of type
1222         GTK_TYPE_PACK_TYPE (enum) not boolean.
1223         (gtk_notebook_find_child): don't always warn, we might be looking
1224         for a label or menu child.
1225         (gtk_notebook_map): fix mapping of panel.
1226
1227         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
1228         widget's mapped state, regardless of the value being set equals
1229         old settings, since things like REALIZED(parent) or MAPPED(parent)
1230         may have changed since the old value was set. make it an error to
1231         invoke this function on a toplevel widget.
1232
1233 2001-07-31  Darin Adler  <darin@bentspoon.com>
1234
1235         * gdk/gdkprivate.h:
1236         * gdk/x11/gdkx.h:
1237         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
1238
1239         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
1240         GTK_OBJECT.
1241
1242 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
1243
1244         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
1245         scoping error pointed out by matthiasc@poet.de.
1246
1247 2001-07-31  Sven Neumann  <sven@gimp.org>
1248
1249         * demos/gtk-demo/appwindow.c
1250         * demos/gtk-demo/item_factory.c
1251         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
1252
1253 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
1254
1255         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
1256         argument order for g_signal_has_handler_pending.
1257
1258 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
1259
1260         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
1261         instead of long deprecated g_scanner_stat_mode().
1262
1263 2001-07-29  Hans Breuer  <hans@breuer.org>
1264
1265         * gdk/makefile.msc : build in the backend dir after
1266         auto-generating files
1267
1268         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
1269         with code from win32-production-branch.
1270
1271         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
1272         before calling DestroyWindow, which indirectly calls 
1273         gdk_window_destroy_notify ()
1274
1275         (performance patch merged from win32-production-branch)
1276         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
1277         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
1278         R2_COPYPEN rop). It is claimed to be much faster.
1279
1280 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
1281
1282         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
1283         add an "attributes" property to the text renderer for ATK.
1284
1285 2001-07-26  Alex Larsson  <alexl@redhat.com>
1286
1287         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
1288         Initialize image->bits_per_pixel from the drawable, not from
1289         the root window.
1290
1291         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
1292         Fix cast. argument is an IMPL already.
1293
1294 2001-07-15  James Henstridge  <james@daa.com.au>
1295
1296         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
1297         (gtk_window_remove_accel_group): same here.
1298         (gtk_window_key_press_event): same here.
1299
1300         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
1301         (gtk_widget_remove_accelerator): same here.
1302         (gtk_widget_remove_accelerators): same here.
1303
1304         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
1305
1306         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
1307         instead of GtkObject.
1308
1309         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
1310         now takes GObjects.
1311
1312         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
1313         pass a GObject to gtk_accel_group_entries_from_object.
1314         (gtk_item_factory_create_item): s/accel_widget/accel_object/
1315
1316         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
1317
1318         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
1319
1320         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
1321         GObjects can have accelerators set now.  Add compatibility
1322         defines.
1323
1324         * gtk/gtkmarshal.list: add missing marshallers.
1325
1326         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
1327         accelerators on plain GObjects.  gtk_accel_group_object_destroy
1328         has been converted into a weak reference, and
1329         gtk_accel_group_delete_entries is now a destroy notify for that
1330         piece of data.
1331
1332 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
1333
1334         * gdk/gdkdraw.c: Added a check on the colormap depth to
1335         gdk_drawable_set_colormap()
1336         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
1337         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
1338         for pixmaps without visuals (more specifically, bitmaps)
1339         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
1340         doesn't set a colormap with the wrong depth
1341
1342
1343 2001-07-22  Anders Carlsson  <andersca@gnome.org>
1344
1345         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
1346         expander_height and expander_width properties with a single
1347         property, expander_size.
1348         (gtk_tree_view_init): Set the tab_offset to expander_size
1349         plus some padding.
1350         (gtk_tree_view_unrealize): Remove the expand/collapse
1351         timeout if it exists.
1352         (coords_are_over_arrow): Fix a small bug.
1353         (gtk_tree_view_motion_draw_column_motion_arrow): Use
1354         expander_size.
1355         (gtk_tree_view_draw_focus): Use "treeview" instead of
1356         "add-mode" as detail when drawing the focus.
1357         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
1358         instead of "add-mode" as detail when drawing the focus.
1359         (gtk_tree_view_deleted): If we have a node currently being
1360         expanded or collapsed, remove the timeout and set the node 
1361         to NULL.
1362         (gtk_tree_view_queue_draw_arrow): New function that just
1363         redraws the arrow of a node.
1364         (gtk_tree_view_draw_arrow): Use expander_size instead of
1365         expander_width/expander_height, also pass a different
1366         expander_style to gtk_paint_expander depending on the 
1367         state of the node being drawn.
1368         (expand_collapse_timeout): New function for expanding 
1369         or collapsing a node depending on the previous state.
1370         (gtk_tree_view_real_expand_row): Add timeout and set 
1371         correct state for node being expanded.
1372         (gtk_tree_view_real_collapse_row): Add timeout and set
1373         correct state for node being collapsed.
1374
1375         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
1376         information about the node currently being expanded or
1377         collapsed, and also a timeout id.
1378
1379         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
1380         with expander_style for draw_expander.
1381
1382         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
1383         expander_style.
1384         (create_expander_affine): New function for creating an 
1385         expander affine.
1386         (apply_affine_on_point): New function for applying an 
1387         affine to a point.
1388         (gtk_default_draw_expander): Modified to take expander_style
1389         instead of is_open, and to draw the rectangle rotated differently
1390         depending on the expander style.
1391         (gtk_paint_expander): Replace is_open with expander_style.
1392
1393         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
1394
1395         * gtk/gtkenums.h: Add expander style enum.
1396
1397 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
1398
1399         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
1400         value from gtk_tree_model_get_iter, the model might be empty.
1401
1402 2001-07-20  Hans Breuer  <hans@breuer.org>
1403
1404         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
1405         gdk/gdkinput.c like the other backends
1406
1407         * gdk/win32/gdkinput-win32.h :
1408         * gdk/win32/gdkinput.c :
1409         * gdk/win32/gdkvisual-win32.c :
1410         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
1411         GdkVisual GObjectification. UNTESTED for pen-devices because
1412         I simply have none.
1413
1414         * gdk/gdk.def :
1415         * gtk/gtk.def : updated externals
1416
1417         * gtk/gtkiconfactory.c :
1418         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
1419         before passing &error to functions to avoid strange crashes
1420         
1421         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
1422
1423         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
1424
1425         * gtk/makefile.msc.in : updated
1426
1427 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
1428
1429         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
1430         Add property support. (#51858)
1431
1432 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
1433
1434         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
1435         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
1436         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
1437
1438 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
1439
1440         * gtk/gtkcolorsel.c: Add propery support (roughly
1441         based on patch from Lee Mallabone, #51014)
1442
1443         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
1444         deprecated, since we already g_warning() on it.
1445
1446 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
1447
1448         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
1449         typo that sometimes caused selection not to work properly.
1450
1451         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
1452         entry when tabbing in. (#57743)
1453         
1454         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
1455         user drags up above or down below the entry, move
1456         to the end or the beginning of the entry. (Suggestion
1457         from Jay Cox, #50940)
1458
1459         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
1460         a current selection, then when moving by chars or
1461         words, move to the end of the selection rather than
1462         from entry->current_pos. (Suggestion from Jay Cox,
1463         #50942)
1464         
1465 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
1466
1467         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
1468         set window->decorated. (Patch from Hidetoshi Tajima,
1469         #55846)
1470
1471 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
1472
1473         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
1474         the widget/child realization/mapping invariants.
1475
1476         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
1477         gtk_widget_[get/set]_child_visible() to control
1478         whether visible children of a mapped window are
1479         mapped.
1480
1481         * docs/widget_system.txt: Updated for changes in
1482         container contract, and addition of GTK_CHILD_VISIBLE.
1483
1484         * gtk/gtkcontainer.c: Add generic map()/unmap()
1485         functions that work for almost all containers.
1486
1487         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
1488         gtk_widget_set_child_visible() where necessary.
1489
1490         * gtk/*.c: Remove excess map(), unmap(), and 
1491         realization/mapping invariant enforcing code
1492         from many containers.
1493
1494 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
1495
1496         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
1497         Get the foreground color from 'text', nor 'fg'. (#57568)
1498
1499 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
1500
1501         * gtk/*.c: Patch from Matthias Clasen to remove remove
1502         all instances of g_return_if_fail (foo != NULL); that are
1503         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
1504         since the second check catches the NULL anyways.
1505
1506 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
1507
1508         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
1509         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
1510         GDK_THREADS_ENTER()/LEAVE() pairs.
1511
1512         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
1513         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
1514         pairs. (Problem found by M. Meeks)
1515
1516 2001-07-18  Darin Adler  <darin@bentspoon.com>
1517
1518         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
1519         that we don't get a g_warning message every time we register a new
1520         icon size.
1521
1522         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
1523         using pixel variable of the correct type.
1524         
1525 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
1526
1527         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
1528         so that using X functions on a GdkWindow is possible, if
1529         a little hairy.
1530
1531         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
1532         and ts_origin of a GC, so that external parties can offset/restore
1533         a GC, when using gdk_window_get_internal_paint_info().
1534
1535 2001-07-17  Darin Adler  <darin@bentspoon.com>
1536
1537         * .cvsignore: Ignore the sgml directory made by gtkdoc.
1538         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
1539         instead of the deprecated gtk_window_set_policy.
1540         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
1541         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
1542         function to get rid of warning and some code too.
1543         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
1544         missing const.
1545         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
1546         unused local.
1547         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
1548         const.
1549         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
1550         (gdk_utf8_to_compound_text): Add missing const.
1551         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
1552         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
1553         cast and get rid of an unnecessary one.
1554         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
1555         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
1556         local.
1557         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
1558         Remove unused local.
1559         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
1560         missing const.
1561         * tests/testsocket.c: (add_child): Add cast so the printf format
1562         doesn't make us implicitly depend on what integer type
1563         gtk_socket_get_id returns.
1564         * tests/testtextbuffer.c: Add missing const.
1565         * tests/testtreefocus.c: (main): Remove unused local.
1566         * tests/treestoretest.c: (iter_remove): Remove unused local.
1567         (uppercase_value): Remove unused function.
1568         (make_window): Add statement to quiet the compiler's uninitialized
1569         variable warning.
1570
1571 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
1572
1573         * gtk/gtkrange.c:
1574         (second_timeout): 
1575         (initial_timeout): 
1576         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
1577         (gtk_range_calc_layout): compute the new layout based on an
1578         adjustment->value being passed in as argument.
1579         (gtk_range_button_press): for button2 slider warps, first recalc
1580         the layout, then adjust the value. also, use update_slider_position()
1581         for adjusting the value, so we keep pixel quantisation at which we
1582         usually operate (upon motion or button releases). the reason for this
1583         is that, we can't change the adjustment upon button2 presses to a non
1584         quantised value and upon button2 release re-quantise the value since
1585         that'd alter the value even if we didn't get any motion events (causing
1586         unexpected scroll area warps upon release and/or slider pixel-jitter).
1587         (gtk_range_motion_notify): update the slider position from queried
1588         coordinates, not event coordinates.
1589
1590 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
1591
1592         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
1593         the default gc values are: width=0, CapBut, JoinMiter.
1594
1595 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
1596
1597         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
1598         into account the xpad and ypad when calculating the width and the
1599         height of the pixbuf cel.
1600
1601 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
1602
1603         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
1604         Rename to gtk_radio_menu_item_get_group(), add deprecated
1605         alias. (#57044)
1606
1607         * gtk/gtkfilesel.c: Indentation fix.
1608
1609 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
1610
1611         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
1612         Hasselmann to fix warnings in compat macros. 
1613         (#56773)
1614
1615         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
1616         stupid wrong cast added in last patch.
1617
1618 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
1619
1620         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
1621         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
1622
1623 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
1624
1625         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
1626         missing cast.
1627
1628         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
1629         NULL/FALSE return value confusion.
1630
1631         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
1632         problem when scrollbar completely fills range. (Patch
1633         from  Matthias Clasen, #57047)
1634
1635 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
1636
1637         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
1638         clean up when handling events for move-resize emulation.
1639         (Problem traced down by Matthias Clasen, #57271)
1640
1641 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
1642
1643         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
1644           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
1645           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
1646           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
1647           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
1648           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
1649           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
1650         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
1651
1652 2001-07-09  Peter Williams  <peterw@ximian.com>
1653
1654         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
1655         for when srcdir != builddir
1656
1657 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
1658
1659         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
1660         gtk_tree_model_get_iter_root.
1661
1662         * gtk/gtkliststore.c: Add a bunch of g_return statements.
1663         (gtk_list_store_iter_n_children): Fix up.
1664
1665         * gtk/gtktreestore.c: Add a bunch of g_return statements.
1666
1667 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
1668
1669         * gtk/gtkwidget.c (gtk_widget_class_init):
1670         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
1671         restore some workingness.
1672
1673         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
1674         handle of window type for input-only windows.
1675
1676 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
1677
1678         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
1679         Patch from Gregory Merchan to add 
1680         gtk_button_box_set_secondary(), which separates
1681         the child into a separate group from the normal
1682         buttons. (#56331)
1683
1684         * gtk/gtkdialog.c: Make help buttons secondary by
1685         default.
1686
1687         * gtk/gtkbbox.c: Added a child property "secondary".
1688
1689         * gtk/testgtk.c: Turn on the help button for the 
1690         color selector to check that it properly appears
1691         as secondary.
1692
1693 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
1694  
1695         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
1696         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
1697         Add gdk_set_pointer_hooks() to allow pointer-querying to
1698         be hooked by an event record/playback system like GERD.
1699         (#56914)
1700         
1701 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
1702
1703         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
1704         in the right value of initial_emission to
1705         gtk_widget_set_style_internal (#57091)
1706
1707 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
1708
1709         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
1710         Make compile.
1711
1712         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
1713         with calling gtk_widget_set_style_internal() with
1714         the old style, not the new style. (#56989)
1715
1716 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
1717
1718         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
1719           gtk/gtkwidget.c:
1720         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
1721         not GTK_WIDGET_GET_ANCESTOR ... see 
1722         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
1723         Indicate the best practice in the docs for gtk_widget_get_toplevel().
1724
1725         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
1726         so GtkPlug can give the correct signals when transforming
1727         from a child to a toplevel.
1728         
1729         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
1730         reparentation correctly.
1731
1732         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
1733         Propagate the previous_toplevel argument down properly.
1734
1735         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
1736         of wrong atr list.
1737
1738         * gtk/gtkplug.[ch]: Add an "embedded" signal.
1739
1740         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
1741         signals.
1742
1743         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
1744         functions gtk_plug_get_id(), gtk_socket_get_id(),
1745         to avoid the user having to worry about realization,
1746         and gdkx.h.
1747
1748         * tests/testsocket.c: Extend to try out the new signals
1749         and gtk_plug/socket_get_id().
1750
1751         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
1752         setting of underline attributes.
1753
1754         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
1755         DestroyNotify events from SubstructureNotifyMask
1756
1757         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
1758         Switch GDK_WINDOW_TYPE (window) as needed.
1759
1760         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
1761         allow creation of toplevel windows as children of
1762         foreign windows.
1763
1764         * gtk/gtkplug.c: Remove hacks involving changing private
1765         fields of GdkWindow.
1766
1767         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
1768         exactly the same signals and notification
1769         be emitted for local embedding as for inter-process
1770         embedding.
1771
1772 2001-07-04  James Henstridge  <james@daa.com.au>
1773
1774         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
1775
1776 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
1777
1778         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
1779         XEMBED embedding add a _XEMBED_INFO property to the
1780         client with version number and a "mapped" flags.
1781         Use the mapped flag instead of the racy MapRequestEvent
1782
1783         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
1784         code to reliably set things (when the child is a passive
1785         embedder participating in the XEMBED protocol) intead
1786         of just being a hack for embedding non-participating
1787         programs. Fix various bugs and race conditions.
1788         
1789         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
1790         work by simply making the GtkSocket the gtk parent
1791         of the GtkPlug. Set a flag in this case and make
1792         the GtkPlug work like a normal container by overriding
1793         methods such as check_resize and "chaining past" GtkWindow
1794         to GtkBin.
1795
1796         * gtk/gtkentry.c (gtk_entry_real_activate)
1797           gtk/gtkmain.c (gtk_propagate_event): 
1798         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
1799         
1800         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
1801         gtk_widget_get_ancestor):
1802         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
1803         might not give the expected result and recommend
1804         an alternative.
1805
1806         * tests/testsocket.c tests/testsocket_child.c
1807         tests/testsocket_common.c tests/Makefile.am: Extended
1808         to test different type of adding plugs to sockets
1809         (local,active,passive), and to test mapping/unmapping
1810         the plug.
1811
1812         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
1813         mark the window as destroyed until after we
1814         called _gdk_windowing_window_destroy().
1815         (_gdk_windowing_window_destroy() may use GDK functions
1816         on the window.)
1817
1818         * gdk/x11/gdkinput.c: Remove the check for finalization - 
1819         devices can be finalized under some circumnstances.
1820  
1821         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
1822         small problem with GDK_TYPE_DEVICE.
1823  
1824 2001-07-02  Havoc Pennington  <hp@pobox.com>
1825
1826         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
1827         use constants not atoms.
1828
1829 2001-07-02  James Henstridge  <james@daa.com.au>
1830
1831         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
1832         PANGO_TYPE_TAB_ARRAY.
1833
1834         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
1835         for PANGO_TYPE_TAB_ARRAY.
1836
1837         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
1838         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
1839
1840         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
1841         the file.  Remove Pango types from defs -- they are now defined in
1842         libpango.
1843
1844 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
1845
1846         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
1847
1848         * gtk/gtkobject.c (gtk_object_destroy): invoke
1849         g_object_run_dispose().
1850
1851         * gtk/gtkwindow.c: 
1852         * gtk/gtkwidget.c: 
1853         * gtk/gtkobject.c:
1854         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
1855         method.
1856
1857 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
1858
1859         * gtk/gtktypeutils.c (gtk_type_class): Remove
1860         change check for GTK_TYPE_OBJECT derivation to
1861         G_TYPE_OBJECTS - it's Tim-approved to use this 
1862         for arbitary objects.
1863
1864         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
1865         prefix gtk_container_dequeue_resize_handler().
1866
1867         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
1868         to the hierarachy_changed signal, since you otherwise
1869         have to always keep that around.
1870
1871         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
1872         for extra argument to hierarchy_changed.
1873
1874 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
1875
1876         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
1877         for style to mean "revert to default style"
1878
1879         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
1880           gtk_widget_restore_default_style): Make this functions
1881         deprecated aliases for gtk_widget_set_style (widget, NULL).
1882
1883         * gtk/gtkwidget.[ch]: Remove:
1884            gtk_widget_set_default_style ()
1885            gtk_widget_push_style ()
1886            gtk_widget_pop_style ()
1887         These functions interact are overriden by RC files, and
1888         thus virtually useless, and complicated.
1889
1890 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
1891
1892         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
1893         most of the previous global variables in gtkrc.c. This is
1894         in preparation for multi-head, since each screen can
1895         have different GtkSettings and RC information.
1896
1897         * gtk/gtkrc.[ch]: 
1898
1899         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
1900         GtkSettings parameter to GtkRcStyle::parse.
1901
1902         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
1903         Add two new settings gtk-theme-name, gtk-key-theme-name,
1904         for RC files that are loaded by name after reading
1905         the default RC files.
1906         
1907         * gtk/gtkrc.c: Allow priorities for styles, as wll as
1908         bindings.
1909
1910         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
1911         and use it by default for RC files loaded via 
1912         gtk-theme-name, gtk-key-theme-name.
1913
1914         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
1915         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
1916         tests/testgtkrc: Require pathnames to be absolute.
1917
1918         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
1919         the source when parsing, since the operation of looking up a
1920         pixmap from an RC file depends on the parsing context.
1921
1922         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
1923         reset RC styles on all widgets when files are reparsed.
1924
1925         * tests/testgtk.c (create_rc_file) 
1926           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
1927         Simplify, now that gtk_rc_reparse_all() resets styles on
1928         all widgets itself.
1929
1930         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
1931         return value.
1932
1933         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
1934         GtkSettings argument.
1935
1936         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
1937         gtk_settings_get_global().
1938
1939         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
1940         to get the appropriate GtkSettings for a widget. (For now,
1941         just gets the default GtkSetttings.) 
1942
1943         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
1944           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
1945         changes.
1946
1947         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
1948         getting a style for a path without actually having a widget.
1949         (Allows using a style for a subpart of a widget, for
1950         example.)
1951
1952         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
1953         the RC files to be reloaded for just one GtkSettings
1954         (not sure how useful this really is.)
1955
1956         * gtk/gtkrc.h: Deprecate
1957         gtk_rc_add_widget_name/widget_class/class_style
1958
1959 2001-06-30  Alex Larsson  <alexl@redhat.com>
1960
1961         * gdk/linux-fb/gdkinput-none.c:
1962         * gdk/linux-fb/gdkinput.c:
1963         * gdk/linux-fb/gdkinputprivate.h:
1964         Convert GdkDevice to a GObject.
1965
1966         * linux-fb/gdkprivate-fb.h:
1967         * linux-fb/gdkvisual-fb.c:
1968         Convert GdkVisual to a GObject.
1969
1970 2001-06-29  Alex Larsson  <alexl@redhat.com>
1971
1972         * gdk/gdkvisual.h:
1973         * gdk/gdkcolor.c:
1974         * gdk/x11/gdkx.h:
1975         * gdk/x11/gdkvisual-x11.c:
1976         Convert GdkVisual to a GObject.
1977
1978         * gdk/gdkinput.h:
1979         * gdk/gdkevents.c:
1980         * gdk/x11/gdkinputprivate.h:
1981         * gdk/x11/gdkinput-gxi.c:
1982         * gdk/x11/gdkinput-none.c:
1983         * gdk/x11/gdkinput-x11.c:
1984         * gdk/x11/gdkinput-xfree.c:
1985         * gdk/x11/gdkinput.c:
1986         Convert GdkDevice to a GObject.
1987
1988 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
1989
1990         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
1991         to just plain new, fixing the number of columns, and column types
1992         at creation time.
1993
1994         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
1995
1996         * gtk/gtkcellrenderertext.c
1997         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
1998         height to a specific font.
1999
2000         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
2001
2002         * tests/*c: change to work with new store models.
2003
2004 2001-06-29  Havoc Pennington  <hp@redhat.com>
2005
2006        * Throughout: fixes to compile with G_DISABLE_COMPAT
2007         (s/g_signal_connectc/g_signal_connect/,
2008         s/g_signal_newc/g_signal_new/,
2009         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
2010
2011 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@webwynk.net>
2012
2013         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
2014         add path argument to selection callbacks.
2015
2016 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
2017
2018         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
2019         walk through a model in a depth first manner, with the option to
2020         break out.
2021
2022 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
2023
2024         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
2025         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
2026         column and follow it when draged, rather than a location in the
2027         view. "expander_column" property and drawing functions changed
2028         accordingly.  Fixes bug #55942.
2029
2030         (gtk_tree_view_{set,get}_expander_column): Now works with a
2031         GtkTreeViewColumn* instead of int.
2032
2033 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
2034
2035         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
2036
2037 2001-06-28  Havoc Pennington  <hp@pobox.com>
2038
2039         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
2040         image data to the screen, using a server grab to avoid race
2041         conditions.
2042
2043         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
2044         check for NULL return from gtk_image_new_from_stock(), it never
2045         returns NULL.
2046         (gtk_item_factory_create_item): fix bug where we parsed the stock
2047         ID as an inline pixbuf
2048
2049         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
2050
2051         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
2052         support (should be using binding set here)
2053
2054         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
2055         support (should be using binding set here)
2056
2057         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
2058         support
2059
2060         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
2061
2062         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
2063
2064         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
2065
2066         * gtk/gtkimcontextsimple.c
2067         (gtk_im_context_simple_filter_keypress): keypad
2068
2069         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
2070
2071         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
2072
2073         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
2074
2075         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
2076         should be binding-setted)
2077
2078         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
2079
2080         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
2081
2082         * gtk/gtkcalendar.c: numeric keypad fixes
2083
2084         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
2085         support
2086
2087         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
2088         screwup
2089
2090         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
2091         clip the render area to the drawable's clip region in advance,
2092         so we don't get data from the server that we don't need.
2093
2094         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
2095         check return value of gdk_pixbuf_get_from_drawable(), fall back 
2096         to bilevel alpha if we can't get the pixbuf to composite against.
2097
2098         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
2099
2100         * gdk/gdkimage.c (gdk_image_get_colormap): add
2101         gdk_image_set_colormap, gdk_image_get_colormap
2102
2103         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
2104         take a region of the image, instead of converting the entire
2105         image.
2106
2107         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
2108         keybinding signal. Add default bindings for it. Add default
2109         handler for show_help that shows the tooltip for the widget.
2110
2111         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
2112         "close" keybinding signal, remove key press handler.
2113
2114         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
2115         it's not our usual practice to leave a deprecated function around
2116         with a runtime warning, plus we don't want it to appear in docs,
2117         plus if we make them yellow no one will want to change them
2118         anyhow.
2119
2120 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
2121
2122         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
2123         GTK_WIDGET_REALIZE() for resize queueing.
2124
2125         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
2126         GTK_WIDGET_REALIZE() for post event delivery destruction upon
2127         GDK_DESTROY.
2128         
2129         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
2130         sompensate for former (pre-2.0) connect_after() facility.
2131         (gtk_widget_send_expose): 
2132         (gtk_widget_event): assert the widget is realized, since event delivery
2133         to non-realized widgets is essentially a bug. event handlers should
2134         be able to unconditionally rely on widget->window (unless they
2135         emit events on their own which can trigger widget destruction).
2136         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
2137         logic. event delivery happens as follows:
2138         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
2139         b) if !was_handled in (a) and the widget is still realized, emit event-
2140            specific signal (RUN_LAST handler). returns was_handled.
2141         c) emission of GtkWidget::event-after for notification if the widget is
2142            still realized (regardless of was_handled from previous stages, no
2143            class handler). no return value.
2144         d) was_handled gets passed on to caller, to determine further
2145            propagation. if the widget got unrealized meanwhile, was_handled
2146            is returned as TRUE.
2147
2148         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
2149         gdk_event_get_coords().
2150
2151 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
2152
2153         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
2154         age 0, binary age 0. depend on glib 1.3.7.
2155
2156         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
2157
2158         * gtk/gtkmenubar.c: same here.
2159         
2160         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
2161
2162         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
2163
2164         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
2165         
2166         * gtk/gtkmenubar.c (add_to_window): likewise.
2167         
2168         * gtk/gtktextbtree.c: and here...
2169         
2170         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
2171         
2172         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
2173         
2174         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
2175         
2176         * gtk/gtktreeviewcolumn.c:
2177         (_gtk_tree_view_column_set_tree_view): yet again.
2178
2179         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
2180         signal connections without g_signal_connect_data().
2181         
2182         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
2183         demo of the matter.
2184         
2185         * demos/testpixbuf.c (main): running out of equality phrases for the
2186         ChangeLog, but had to adapt connections here as well.
2187         
2188         * demos/testanimation.c (progressive_timeout): and for the fun of it,
2189         tackled this the same way.
2190         
2191         * tests/testtext.c (create_view): ok, it's becoming a pain at this
2192         point, but had enough enery for one more fix.
2193
2194         * tests/testtreecolumns.c (main): stand up man, do your work!
2195
2196         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
2197         fix, either that's been all of it or CVS gtk is broken yet again.
2198         
2199 2001-06-29  James Henstridge  <james@daa.com.au>
2200
2201         The following changes correspond to bug #56812
2202
2203         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
2204         code for GdkDevice.
2205
2206         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
2207         GdkCursor.
2208
2209 2001-06-19  Havoc Pennington  <hp@pobox.com>
2210
2211         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
2212         for mapping a window without fooling with stacking order, but
2213         updating the "withdrawn" flag
2214
2215         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
2216         filtering as soon as possible, moving move resize and wmspec_check
2217         handling after the event filter.  Make default filter apply to all
2218         events, not just those with no GdkWindow wrapped around the X
2219         window. Fix a FIXME about how the window could be a pixmap using 
2220         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
2221
2222         Also, be robust against events not on a known GdkWindow.
2223
2224         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
2225         gdk_x11_ungrab_server): export reference-counted server grabs, so
2226         other people can grab server over a GDK function that also does
2227         so.
2228
2229 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
2230
2231         * gtk/gtktreeviewcolumn.c
2232         (gtk_tree_view_column_pack_start_cell_renderer): New function to
2233         reflect that you can (hypothetically) pack cell renderers into a
2234         column.
2235         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
2236         (gtk_tree_view_column_cell_is_visible): Move more functionality to
2237         the column.
2238         (gtk_tree_view_column_cell_can_focus): Move more functionality to
2239         the column.
2240
2241         * gtk/gtktreeview.c: Move to use new column-packing code.
2242         (gtk_tree_view_real_expand_row): remove totally braindead code.
2243         (gtk_tree_view_real_collapse_row): ditto.
2244
2245 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
2246
2247         * gtk/gtktreeviewcolumn.c: Fix a typo.
2248         
2249 2001-06-26  Joel Becker  <jlbec@evilplan.org>
2250
2251         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
2252           at the end of the file
2253
2254 2001-06-26  Havoc Pennington  <hp@redhat.com>
2255
2256         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
2257
2258 2001-06-26  Havoc Pennington  <hp@redhat.com>
2259
2260         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
2261         property
2262
2263 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
2264
2265         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
2266         stupid missing statement
2267
2268         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
2269         private function for ATK.  It notifies you of how many _visible_
2270         children are deleted when a node is deleted.  Should be used by
2271         atk only.
2272
2273 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
2274
2275         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
2276         Use new pango_context_get_metrics() to fix problems
2277         with font lists in descriptions. (#56184, reported by
2278         Jonas Borgström)
2279
2280 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
2281
2282         * gtk/gtkiconfactory.c:
2283         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
2284         item factory so inlined pixbufs actually work.
2285
2286 2001-06-25  Havoc Pennington  <hp@redhat.com>
2287
2288         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
2289         s/RESIZEABLE/RESIZABLE/
2290
2291         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
2292
2293 2001-06-25  Alexander Larsson  <alexl@redhat.com>
2294
2295         * configure.in:
2296         Added --enable-fbmanager. This is some experimental code
2297         that lets several GtkFB apps coordinate their access to the
2298         framebuffer.
2299         
2300         * acconfig.h:
2301         Added ENABLE_FB_MANAGER.
2302
2303         * gdk/linux-fb/Makefile.am:
2304         Added gdkfbmanager and gdkfbswitch.
2305
2306         * gdk/linux-fb/gdkkeyboard-fb.c:
2307         * gdk/linux-fb/gdkmouse-fb.c:
2308         * gdk/linux-fb/gdkprivate-fb.h:
2309         Split device init and open so that
2310         they can be opened and closed while switched
2311         away.
2312
2313         * gdk/linux-fb/gdkmain-fb.c:
2314         Add the basic manager communication.
2315
2316         * gdk/linux-fb/gdkrender-fb.c:
2317         Don't update to the shadow fb if we're
2318         blocked by the fb manager.
2319
2320 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
2321
2322         * docs/Changes-2.0.txt: Add note about child property
2323         changes.
2324
2325 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
2326
2327         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
2328         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
2329
2330         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
2331         with un'reffing wrong list reported by Jeff Franks.
2332
2333         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
2334
2335         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
2336         for the default icon. Remove inline XPM.
2337
2338         * gtk/gtkstock.h gtk/gtkiconfactory.c:
2339         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
2340         is used for GTK_STOCK_DND, but it is a bit too small.)
2341
2342         * gtk/stock-icons/stock_dnd_multiple.png
2343         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
2344
2345         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
2346         TRUE when starting a drag. In other cases, we are
2347         just observing. (#52995)
2348
2349         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
2350         function to set the icon for a drag from a GdkPixbuf
2351         or stock ID.
2352
2353         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
2354         Likewise, for drag sources.
2355
2356         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
2357         (Now should be done using the stock system.)
2358
2359 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
2360
2361         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
2362         Removed - didn't work and not particularly useful anyways
2363         if it did. 
2364
2365 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
2366
2367         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
2368         introduced last night that was making things decidedly not work.
2369
2370         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
2371         so that we have getter/setter pairing everywhere it makes
2372         sense. (#55767)
2373
2374         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
2375         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
2376         deprecated compat macro. (#55516)
2377
2378         * gtk/gtklabel.[ch]: Add functions
2379         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
2380         gtk_label_set_label(), which mirror the property API for GtkLabel.
2381         Make gtk_label_get_attributes() only reflect the attributes
2382         set by gtk_label_set_attributes.
2383
2384         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
2385         from gtk_notebook_set_page().
2386
2387 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
2388
2389         * configure.in: Fix tests for XShm.h.
2390
2391         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
2392         gdk_image_new() by use of goto, properly use g_object_unref().
2393
2394 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
2395
2396         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
2397         calls, as GdkImage is an object. these should be g_obejct_unref()
2398         instead but that won't work because of the g_error() statement
2399         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
2400         to spot these places.
2401
2402 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
2403
2404         * modules/input/gtkimcontextxim.c: Fixup some problems with 
2405         text length handling in error cases.
2406
2407         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
2408         a bit to make test actually warn on attempt to allocation
2409         a negative size. (#56101, Matthias Clasen)
2410
2411 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
2412
2413         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
2414         noticed by Brian Cameron.
2415         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
2416         Cameron.
2417
2418 2001-06-22  Hans Breuer  <hans@breuer.org>
2419
2420         * gdk/gdk.def : updated externals
2421
2422         * gdk/win32/gdkdrawable-win32.c : corrected some casts
2423         in GDK_NOTEs
2424
2425         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
2426         to translate coordinates to the internal > 16 bit system
2427         Try to handle WM_WINDOWPOSCHANGED to get better performance for
2428         when moving/resizing
2429
2430         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
2431         and gdk_keymap_get_direction (). The latter is untested for
2432         the RTL case
2433
2434         * gtk/gtk.def : updated externals
2435
2436         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
2437         from pango_language_from_string (), not an already freed pointer
2438
2439         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
2440         binary (-kb) to be useable on windoze
2441  
2442 2001-06-21  Alexander Larsson  <alexl@redhat.com>
2443
2444         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
2445         Update to new PangoLanguage changes.
2446         
2447         * gtk/gtkwindow-decorate.c:
2448         * gtk/gtkwindow.[ch]:
2449         Added setting argument to gtk_window_set_has_frame ()
2450         
2451 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
2452
2453         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
2454         the case without XKB properly.
2455
2456         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
2457         unused gtk_rc_auto_parse variable.
2458
2459         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
2460         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
2461         longer needed with GdkPixbuf.
2462
2463         * gtk/gtkrc.c (_gtk_rc_init): Make private.
2464
2465 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
2466
2467         * gtk/gtkentry.h: Mark deprecated functions with
2468         GTK_DISABLE_DEPRECATED.
2469
2470 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
2471
2472         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
2473
2474         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
2475
2476         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
2477           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
2478           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
2479           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
2480           to recent changes in Pango.
2481
2482         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
2483           to test whether the basic engine honors them.
2484
2485 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
2486
2487         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
2488         gtk_container_child_get_property().
2489
2490 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
2491
2492         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
2493         (gtk_tree_view_move_cursor_page_up_down): implement.
2494
2495 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
2496
2497         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
2498         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
2499         don't use automatic fixed size buffer for printf-ing floats, doubles
2500         can expand to really _huge_ strings, use g_strdup_printf() instead.
2501
2502 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
2503
2504         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
2505         construct property in 1.2 and still needs to be.
2506
2507         * gtk/gtkwidget.c: "composite_child" is not a settable property.
2508
2509 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
2510
2511         * gtk/gtkliststore.c (gtk_list_store_clear): 
2512         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
2513         clear a model.
2514
2515 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
2516
2517         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
2518
2519         * gtk/Makefile.am:
2520         * gtk/gtk.h: disabled GtkPacker compilation.
2521
2522         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
2523
2524         * gtk/gtknotebook.c:
2525         * gtk/gtktable.c:
2526         * gtk/gtkbox.c: ported this over to child properties.
2527
2528         * gtk/gtksettings.c: fetch class properties via
2529         g_object_class_list_properties().
2530
2531         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
2532         child arg interface. use gobjectnotifyqueue.c for child property
2533         notification.
2534
2535         * gtk/gtkwidget.[hc]: provide necessary means for container child
2536         properties, i.e. ::child_notify signal,
2537         gtk_widget_freeze_child_notify(),
2538         gtk_widget_child_notify(),
2539         gtk_widget_thaw_child_notify().
2540
2541         * tests/testgtk.c: removed inferior property handling code, for
2542         property editing, a generic module should be used, and GLE
2543         coincidentally fullfills that purpose.
2544
2545         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
2546         needs to be adapted to g_object_class_list_properties() before this
2547         builds again.
2548
2549 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
2550
2551         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
2552         test if a node is expanded.
2553
2554 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
2555
2556         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
2557         where collapsing a selected row would result in the cursor/anchor
2558         getting screwed up.
2559
2560 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
2561
2562         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
2563         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
2564         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
2565         Now I can really reorder/sort all Store widgets.  treesorttest
2566         seems to just work now.
2567         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
2568         testtreesort worked through a big coincidence all this time.
2569         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
2570         code.
2571         * tests/testtreecolumns.c: Big 'ol warning at the top letting
2572         people know that this code should never ever ever be copied.
2573
2574 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
2575
2576         * gtk/gtkwindow.h: Fixed a small typo, it should be
2577         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
2578         on line 134.
2579
2580 2001-06-14  Havoc Pennington  <hp@redhat.com>
2581
2582         Docs fixups, and:
2583         
2584         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
2585         GTK_DISABLE_DEPRECATED
2586
2587 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
2588
2589         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
2590         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
2591         finish it off tonight, though it basically works now when it's a
2592         list.  Also, I have a sinking feeling neither GtkTreeStore or
2593         GtkListStore actually resort when adding a new item.  I'll look
2594         into it.
2595
2596 2001-06-14  Havoc Pennington  <hp@redhat.com>
2597
2598         * demos/gtk-demo/main.c (load_file): fix bug identified by
2599         warnings I just added to gtktextbuffer
2600
2601 2001-06-14  Havoc Pennington  <hp@redhat.com>
2602
2603         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
2604
2605         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
2606
2607         * gtk/gtktextbtree.c: don't leak node data all over the place.
2608
2609         * demos/gtk-demo/main.c (main): create fontify tags for the right
2610         buffer
2611
2612         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
2613         to mention tags in the same table can't have the same name,
2614         suggested by Skip Montanaro
2615
2616 2001-06-11  Havoc Pennington  <hp@redhat.com>
2617
2618         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
2619         for trying to add two tags with same name to the tag table
2620
2621         * demos/gtk-demo/main.c (main): fix colors ;-)
2622
2623 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
2624
2625         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
2626         that allows grouping together multiple windows so that grabs
2627         within that set of windows only affect those windows.
2628
2629         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
2630         signal for notification when a widget becomes shadowed
2631         by a grab or is no longer shadowed by a grab.
2632
2633         * gtk/gtkwidget.c (gtk_widget_propagate_state)
2634           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
2635         insenstive widgets to maintain a grab.
2636
2637 2001-06-14  Alexander Larsson  <alexl@redhat.com>
2638
2639         * docs/README.linux-fb:
2640         Add some example config files that can be used with the URW fonts.
2641         
2642         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
2643         Set up the color ramps for DirectColor mode.
2644
2645 2001-06-11  Havoc Pennington  <hp@redhat.com>
2646
2647         * Release 1.3.6
2648          
2649 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
2650
2651         * gdk/linux-fb/gdkwindow-fb.c:
2652         Unify shaped window code and make it repaint the area that used
2653         to be part of the shape, but isn't anymore.
2654
2655 2001-06-11  Havoc Pennington  <hp@redhat.com>
2656
2657         * NEWS: Updates
2658
2659         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
2660
2661         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
2662         
2663 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
2664
2665         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
2666         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
2667         passes zero instead, so do we.
2668         
2669 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
2670
2671         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
2672         Deep copy dash_list too.
2673         (_gdk_fb_gc_new): Set default cap_style before
2674         setting values.
2675
2676 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
2677
2678         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
2679         gdk_keymap_get_direction): New functions.
2680
2681 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
2682
2683         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
2684         gtk_tree_model_get_flags by adding a second flag for atk.
2685
2686         * gtk/gtktreemodel.c: make cursor behavior interact better with
2687         mouse presses.
2688
2689 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
2690
2691         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
2692         expand_row/collapse_row to be 2 signals each -- test_expand_row
2693         and row_expanded as well as test_collapse_row and row_collapsed.
2694
2695 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
2696
2697         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
2698         signal name to be changed instead of selection_changed.
2699
2700 2001-06-08  Havoc Pennington  <hp@redhat.com>
2701
2702         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
2703         "scroll_offset" property for notification when the layout offsets
2704         may have changed
2705         (gtk_entry_adjust_scroll): add notify for scroll_offset
2706         (gtk_entry_layout_index_to_text_index): function to compensate for
2707         preedit string when doing coordinate stuff on the entry's layout
2708         (gtk_entry_text_index_to_layout_index): inverse function
2709         (gtk_entry_get_layout_offsets): hook to get current position of
2710         the layout      
2711         (gtk_entry_get_layout): hook to get the layout itself.
2712
2713         * gtk/gtklabel.c (gtk_label_get_layout): new function
2714
2715 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
2716
2717         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
2718         keybinding.
2719         (gtk_tree_view_focus): Fix merge conflict.
2720
2721 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
2722
2723         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
2724         clean up cursor handling.
2725
2726 2001-06-08  Havoc Pennington  <hp@redhat.com>
2727
2728         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
2729         function
2730
2731         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
2732         this function
2733
2734 2001-06-08  Alex Larsson  <alexl@redhat.com>
2735
2736         * gtk/gtkcompat.h.in:
2737         Added compat macros for all old GTK_TYPE_GDK_xxx types.
2738         Fixes bug #52892
2739
2740 2001-06-08  Havoc Pennington  <hp@redhat.com>
2741         
2742         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
2743         parent still
2744
2745 2001-06-08  Havoc Pennington  <hp@redhat.com>
2746
2747         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
2748         don't call g_list funcs on GSList
2749
2750         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
2751         gtk_container_focus(), since some widgets have focusable locations
2752         which are not other widgets. These widgets should not have to be 
2753         containers just to manage the focus. For example, GtkHSV is
2754         currently a container for no good reason. Also, this cleans
2755         up the "if (is_container && is_sensitive && is_drawable)
2756         container_focus ()" mess in widget implementations.
2757
2758         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
2759         function, and have it just call gtk_widget_child_focus().
2760
2761         * gtk/gtkhsv.c: derive from widget not container
2762         
2763         Throughout: fix to reflect GtkContainer::focus change
2764         
2765 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
2766
2767         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
2768         range.  Fix bug #55921
2769
2770         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
2771         (#55920).
2772
2773 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
2774
2775         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
2776         and gdk_keymap_get_current_direction().
2777
2778         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
2779           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
2780         the current locked group, use it to set the keymap
2781         direction.
2782
2783         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
2784         to determine whether we draw a split cursor or use
2785         a jumping cursor based on the current direction.
2786
2787         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
2788         Obey the split cursor setting. 
2789
2790 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
2791
2792         * gtk/gtkimmulticontext.c (activate_cb): Only activate
2793         when toggling on, not when toggling off... (#55906)
2794
2795 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
2796
2797         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
2798         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
2799         in docs. (#55812, Vitaly Tishkov)
2800
2801 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
2802
2803         * demos/gtk-demo/main.c (create_tree): Changed signal name from
2804         selection_changed to changed in signal connection to GtkTreeSelection,
2805         also used g_signal_connectc since GtkTreeSelection is now a GObject.
2806
2807 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
2808
2809         * gtk/gtktreeselection.c: Now it's a GObject instead of a
2810         GtkObject.  The GtkTreeSelection::selection_changed signal is now
2811         the GtkTreeSelection::changed signal.
2812
2813         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
2814         object.
2815
2816         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
2817         object.
2818
2819 2001-06-07  Havoc Pennington  <hp@redhat.com>
2820
2821         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
2822
2823 2001-06-07  Havoc Pennington  <hp@redhat.com>
2824         
2825         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
2826         (not tested yet because with absolute path to srcdir I can't build
2827         atk, but it was broken anyway so this may help) 
2828
2829 2001-06-07  Havoc Pennington  <hp@redhat.com>
2830
2831         * configure.in: output m4macros/Makefile
2832         
2833 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
2834
2835         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
2836         buttons.  Fixes #55460 reported by matthiasc@poet.de.
2837
2838 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
2839
2840         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
2841         expansion/collapsing so it only happens in one place.
2842         (gtk_tree_view_real_expand_row): ditto.
2843
2844 2001-06-07  Havoc Pennington  <hp@redhat.com>
2845
2846         * tests/Makefile.am: add missing -I flag
2847
2848         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
2849
2850         * configure.in: use pkg-config to see if GModule is
2851         supported; fix to properly turn on included loaders 
2852         when GModule isn't supported; don't use AC_CHECK_LIB 
2853         when libs are not installed yet
2854
2855         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
2856
2857         * Makefile.am (SUBDIRS): add m4macros subdir
2858
2859         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
2860         dependencies also.
2861
2862 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
2863
2864         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
2865         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
2866
2867 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
2868
2869         * gtk/gtktreeview.c
2870         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
2871         bindings to expand and collapse rows.
2872         (gtk_tree_view_real_select_cursor_parent): New key binding.
2873         (gtk_tree_view_real_toggle_cursor_row): New key binding.
2874
2875         * gtk/gtkmarshal.list: new
2876         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
2877
2878 2001-06-06  Havoc Pennington  <hp@redhat.com>
2879
2880         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
2881
2882         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
2883         Down to move visually rather than logically, since it confuses 
2884         people. Add -/+ and Ctrl--/+ bindings for logical movement.
2885
2886 2001-06-06  Alex Larsson  <alexl@redhat.com>
2887
2888         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
2889         Fix up error messages.
2890
2891 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
2892
2893         * gtk/gtktooltips.h: Include gtkwidget.h 
2894         (#55798, Karl Nelson)
2895
2896         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
2897         a valid latin-1 character. (Marc Lehmann, #35467)
2898
2899         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
2900         (Marc Lehmann, #35467)
2901         
2902 2001-06-05  Alex Larsson  <alexl@redhat.com>
2903
2904         * demos/gtk-demo/appwindow.c (do_appwindow):
2905         Don't swap the order of the args to gtk_widget_destroyed.
2906
2907         * tests/testgtk.c (destroy_properties):
2908         Don't crash when the properties window is destroyed.
2909
2910         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
2911         Use with_mnemonics to handle the case of stock items with
2912         underscores in them.
2913
2914 2001-06-05  Havoc Pennington  <hp@redhat.com>
2915
2916         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
2917         gtk_text_iter_reorder
2918
2919 2001-06-05  Havoc Pennington  <hp@redhat.com>
2920
2921         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
2922
2923 2001-06-05  Havoc Pennington  <hp@redhat.com>
2924
2925         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
2926         to the range that was set
2927
2928         * gtk/gtkrange.c: add value_changed signal, primarily 
2929         intended for use with GtkScale
2930         (gtk_range_set_increments): new function
2931         (gtk_range_set_range): new function with weird name
2932         (gtk_range_set_value): new function
2933         (gtk_range_get_value): new function
2934
2935         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
2936         from gtk_spin_button_get_value_as_float(). Compat #define
2937         added for get_value_as_float.
2938
2939         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
2940
2941         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
2942
2943 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
2944
2945         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
2946
2947 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
2948
2949         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
2950
2951         * tests/testgtk.c (create_tooltips): Remove usage of
2952         gtk_widget_set().
2953
2954 2001-06-05  Havoc Pennington  <hp@redhat.com>
2955
2956         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
2957
2958         Applying patch from Jeff Franks, with function docs added.
2959         
2960         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
2961         remove call to set_mnemonic_widget, change docs a bit.  
2962
2963         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
2964         new function
2965
2966         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
2967         new function
2968
2969         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
2970
2971         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
2972         function
2973         (gtk_radio_button_new_with_mnemonic_from_widget): new function
2974
2975         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
2976         new function
2977
2978         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
2979         function        
2980
2981         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
2982         auto-selection of mnemonic widget.
2983
2984 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
2985
2986         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
2987         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
2988         (gtk_tree_view_column_set_min_width): ditto.
2989
2990 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
2991
2992         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
2993         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
2994
2995 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
2996
2997         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
2998         gtk_clist_thaw().
2999
3000 2001-06-04  Havoc Pennington  <hp@pobox.com>
3001
3002         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
3003         releases for buttons 6, 7
3004
3005 2001-06-04  Havoc Pennington  <hp@redhat.com>
3006
3007         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
3008         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
3009         #55562
3010
3011 2001-06-04  Havoc Pennington  <hp@redhat.com>
3012
3013         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
3014         where text_view->layout == NULL by assuming its size is 0, 
3015         i.e. same as if we haven't done any reflow. Reported by 
3016         Hidetoshi Tajima #55448 
3017
3018 2001-06-04  Havoc Pennington  <hp@redhat.com>
3019
3020         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
3021         and 7 for scroll left/right, from Thomas Broyer
3022
3023 2001-05-10  Havoc Pennington  <hp@redhat.com>
3024
3025         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
3026         we need to parse the xsetting as if it were an RC file string.
3027
3028         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
3029         value of palette from settings, not from static variable
3030
3031         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
3032         xsettings translation table
3033
3034         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
3035         hardcoding the toolbar style conflicts with new customizable 
3036         toolbar style philosophy
3037         (gtk_toolbar_class_init): add settings for default toolbar style;
3038         these are used unless the app specifically forces a toolbar style
3039
3040         * gtk/gtksettings.c (settings_install_property_parser): only
3041         return at the start if we warn and parser == NULL
3042
3043         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
3044         palette changed handler so we don't notify dead color selections
3045
3046         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
3047         xthickness/ythickness of 0 or 1 properly 
3048         (gtk_default_draw_resize_grip): clear the background behind the
3049         resize grips, and align to bottom right if we square the 
3050         area to be drawn.
3051
3052         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
3053         statusbar label to 1, so it doesn't make toplevels resize oddly
3054         (gtk_statusbar_size_request): add grip size to request
3055         (gtk_statusbar_size_allocate): hack so the hbox still works with 
3056         the grip size in the request
3057
3058         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
3059         bug where showing all on a toplevel makes the toolbar 
3060         button text appear despite the toolbar mode
3061
3062         * gtk/gtkmenubar.c: add internal padding style property
3063
3064         * gtk/gtktoolbar.c: Add internal padding style property; add
3065         shadow type style property
3066
3067         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
3068         state; and put Container::border_width outside the frame
3069
3070         * gtk/gtktextview.c: don't draw focus rectangle if we're in
3071         interior focus mode, we just use blinking cursor
3072
3073 2001-06-04  Havoc Pennington  <hp@redhat.com>
3074
3075         * configure.in: Make gdk-pixbuf have same version number as GTK
3076
3077 2001-06-04  Havoc Pennington  <hp@redhat.com>
3078
3079         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
3080         digits greater than 6. If there actually are limits (which there
3081         likely aren't), should clamp to them not warn.
3082         (gtk_spin_button_new_with_range): don't take log of 0
3083         (gtk_spin_button_size_request): use digits to compute size
3084         request, rather than step increment.
3085
3086         * tests/testgtk.c (create_spins): test larger values of digits
3087         
3088         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
3089         font on map not expose, so we don't get weirdness during scrolling
3090
3091 2001-06-04  Havoc Pennington  <hp@redhat.com>
3092
3093         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
3094         Sam Solon, bug #54577, update value even if not drawable.
3095
3096 2001-06-04  Havoc Pennington  <hp@redhat.com>
3097
3098         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
3099         SCROLL_LEFT, reported by Thomas Broyer.
3100
3101 2001-06-04  Havoc Pennington  <hp@redhat.com>
3102
3103         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
3104         Process updates immediately, to prevent funny lag effect
3105         when scrolling, at some mild potential efficiency cost.
3106
3107 2001-06-04  Havoc Pennington  <hp@redhat.com>
3108
3109         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
3110         slider on the click.
3111
3112 2001-06-03  Havoc Pennington  <hp@pobox.com>
3113
3114         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
3115         hscale/vscale details, so we can use it for scrollbar as well.
3116
3117         * tests/testgtk.c (reformat_value): honor digits from GtkScale
3118
3119         * gtk/gtkenums.h (GtkTroughType): Remove this enum
3120         (GtkScrollType): add START and END from GtkTroughType
3121
3122         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
3123         its x/y arguments
3124
3125         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
3126         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
3127         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
3128         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
3129         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
3130
3131         Notable changes in the process:
3132          
3133         - stepper_size style property is the height for vertical 
3134           ranges, width for horizontal; the other dimension matches
3135           the trough size
3136         - add ability to do NeXT-style steppers (and several other styles
3137           that don't make any sense)
3138         - added min_slider_length, fixed_slider_length properties to
3139           GtkScrollbar
3140         - cleaned some private (or at least useless) functions out of
3141           gtkscale.h    
3142         - moved bindings to GtkScale from subclasses, even arrow keys,
3143           since blind users don't know scale orientation.
3144         - change move_slider action signal to use new GtkScrollType,
3145           remove GtkTroughType argument
3146         - digits rounds the values a range will input to the given 
3147           number of decimals, but will not try to force adjustment 
3148           values set by other controllers. That is, we no longer
3149           modify adjustment->value inside a value_changed handler.
3150         - added getters for GtkScale setters
3151         - middle-click begins a slider drag
3152         
3153 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
3154
3155         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
3156         getting the focus code to work.
3157         (gtk_tree_view_class_init): Add a bunch of keybindings.
3158
3159         * gtk/gtktreeviewcolumn.c
3160         (gtk_tree_view_column_set_cell_data_func):
3161         s/GtkCellDataFunc/GtkTreeCellDataFunc.
3162         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
3163         of "properties_changed" to help justify the death of the latter
3164         signal. (-:
3165
3166         * tests/testtreefocus.c (main): Let some columns be focussable to
3167         test focus better.
3168
3169 2001-06-01  Havoc Pennington  <hp@redhat.com>
3170
3171         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
3172         
3173         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
3174         overwrite in overwrite mode if we already deleted the selection
3175         and replaced it with new text.  
3176
3177         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
3178         selection to an empty range, clear the clipboard if we owned it.
3179         (gtk_label_set_selectable): give up selection if we become
3180         unselectable.
3181         (gtk_label_state_changed): override state changed to unselect text
3182         when insensitive
3183         (get_text_callback): add paranoia check that indexes aren't
3184         outside of label->text
3185         (gtk_label_select_region): make -1 for start_offset mean "end of
3186         label," for consistency with GtkEditable
3187
3188         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
3189         GTK_DIALOG_NO_SEPARATOR flag
3190
3191 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
3192
3193         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
3194         notifications on non-existant "enable_arrow_keys".
3195         (#53753, Skip Montanaro)
3196
3197 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
3198
3199         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
3200         GDK_TYPE_RECTANGLE.
3201
3202         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
3203         of allocation argument be GDK_TYPE_RECTANGLE.
3204
3205 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
3206
3207         * gtk/gtkoptionmenu.c: Account for the fact that the border
3208         width is _outside_ the window. (Fixes #54585, bug found
3209         by Bastien Nocera.)
3210
3211 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
3212
3213         * gtk/gtksettings.c (gtk_settings_get_property): Validate
3214         value from GDK settings against parameter spec.
3215
3216         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
3217         to temporary values and use g_value_transform(), since
3218         thinking that GValue was going to be easy or efficient
3219         to use was, of course, a mistake.
3220
3221         * gtk/gtksettings.c: Add cursor blink setting.
3222         
3223         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
3224
3225         * gtk/gtkentry.c: Add cursor blinking.
3226
3227         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
3228         cursor blink global settings.
3229
3230         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
3231         for :text_position in places where it is missing.
3232
3233 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
3234
3235         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
3236
3237 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
3238
3239         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
3240         not pkg-config. (#51032)
3241
3242         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
3243         (fixes #51952, James Henstridge)
3244         
3245 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
3246
3247         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
3248         Rename to the more correct gtk-go-up.
3249
3250         * gtk/stock-icons/stock_menu_sort_ascending.png:
3251         Added new file.
3252         
3253         * gtk/stock-icons/stock_menu_sort_descending.png:
3254         Changed to show descending instead of ascending.
3255
3256         * gtk/gtkiconfactory.c:
3257         Added menu size icon to sort ascending.
3258
3259         * gtk/stock-icons/Makefile.am:
3260         Added stock_menu_sort_ascending.png.
3261         
3262         * gtk/gtkseparatormenuitem.c:
3263         Use correct typenames.
3264
3265 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
3266
3267         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
3268         gulong as in GSignal.
3269
3270 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
3271
3272         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
3273         instances of GtkCellRenderer in code (all but dnd icon code).
3274         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
3275         there, and I can do multiple Cells per column.
3276
3277         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
3278
3279         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
3280         when model was unreffed prior to removing the row reference.
3281
3282 2001-05-25  Havoc Pennington  <hp@redhat.com>
3283
3284         * gtk/gtkiconfactory.c: fix so that default icons are created if 
3285         you call gtk_stock_list_ids()
3286
3287         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
3288         in list
3289
3290 2001-05-25  Havoc Pennington  <hp@redhat.com>
3291
3292         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
3293         set can render without falling back to missing image icon
3294
3295         * gtk/gtktextview.c (gtk_text_view_size_request): request full
3296         size of text, instead of random values
3297
3298         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
3299         size of tree view, instead of random values
3300
3301         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
3302         image in an appropriate size
3303
3304         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
3305         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
3306
3307         Throughout: fix GTK_STOCK_BUTTON_ instances
3308         
3309         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
3310         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
3311         Add a bunch of new stock items/icons
3312
3313         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
3314         new function, convenience for inserting columns with a data func
3315
3316         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
3317         (_gtk_icon_factory_list_ids): use list of all factories to
3318         generate a list of all known IDs
3319
3320         * gtk/gtkstock.c (gtk_stock_list_ids): replace
3321         gtk_stock_list_items() with a function that returns all IDs known
3322         including those for GtkIconFactory.
3323
3324 2001-05-25  Hans Breuer  <hans@breuer.org>
3325
3326         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
3327         work -> check boxes and radio buttons are drawn now, even on win9x.
3328         Improved line settings a bit, still no clue how to get really dotted
3329         lines on win9x, on NT it's PS_ALTERNATE.
3330
3331         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
3332         GDK_HINT_MIN_SIZE as well
3333
3334         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
3335
3336         * gtk/gtk.def : updated
3337
3338         * gtk/gtktreeprivate.h : change column_drop_func to be a function
3339         pointer not a function pointer pointer
3340
3341         * tests/testdnd.c : include <stdlib.h> for putenv prototype
3342
3343         * tests/testsocket.c : made it compile on win32 again
3344
3345         * tests/makefile.msc : one more test-app uses prop-editor.obj
3346
3347 2001-05-22  Havoc Pennington  <hp@pobox.com>
3348
3349         * gtk/gtkbin.c (gtk_bin_get_child): New function
3350
3351 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
3352
3353         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
3354         to ignore when doing compose processing.
3355
3356 2001-05-22  Joe Shaw  <joe@ximian.com>
3357
3358         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
3359         Simplify as suggested by Havoc. Just get the last iter and work
3360         backward to the tag instead of getting a line and working back from
3361         there. Fixes passing in an invalid offset to
3362         iter_init_from_byte_offset().
3363
3364 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
3365
3366         * gtk/gtktreeview*.h: 
3367         * gtk/gtkcell*.h:
3368         * gtk/gtk*store.h:
3369         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
3370         macros to all objects.
3371
3372 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
3373
3374         * gtk/gtkcellrenderertext.c
3375         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
3376         with very large (TM) amounts of text.  May be moved to
3377         GtkCellRenderer in the future, though I'm not sure it wants to be
3378         this accessible.
3379
3380         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
3381         More sanity brought to this class.  I like it.
3382
3383         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
3384         case.  Kids, don't try this at home.
3385
3386         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
3387         convenience function.
3388
3389         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
3390
3391 2001-05-21  Alexander Larsson  <alexl@redhat.com>
3392
3393         * gtk/gtkfontsel.c:
3394         Added properties. Based on patch by Lee Mallabone.
3395
3396         * gtk/gtkruler.c:
3397         * gtk/gtkhruler.c:
3398         * gtk/gtkvruler.c:
3399         * gtk/gtktext.c:
3400         * gtk/gtktextview.c:
3401         Converted GtkArg to GParam. Based on patches by John Margaglione.
3402
3403         * tests/Makefile.am:
3404         * tests/testtext.c:
3405         Add a property editor to testtext.
3406         
3407 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
3408
3409         * gtk/gtk{h,v,}paned.c: Only show the separator if 
3410
3411         * configure.in: Fixed reversed conditional causing all image
3412         libraries to be linked in.
3413
3414 2001-05-21  Joe Shaw  <joe@ximian.com>
3415
3416         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
3417         that top_y needs to be >= 0.
3418
3419 2001-05-11  Havoc Pennington  <hp@pobox.com>
3420         
3421         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
3422         losing connection to the X server.
3423
3424 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
3425
3426         * configure.in: Start checks for X from pangox/pangoxft
3427         CFLAGS to avoid duplicate libraries.
3428
3429         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
3430
3431         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
3432         to include gobject.
3433         
3434 2001-05-18  Alexander Larsson  <alexl@redhat.com>
3435
3436         * gtk/gtkspinbutton.c:
3437         Convert GtkArgs to GParams. Based on patch by John Margaglione.
3438         Also do size request reasonable for MAXDOUBLE. Previously it printed
3439         the limits to a buffer and overran it. Instead do it using log10() and
3440         limit the width to 10 digits.
3441         
3442         * gtk/gtkwidget.c (gtk_widget_get_property):
3443         Correctly handle setting the parent property to NULL.
3444
3445 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
3446
3447         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
3448         style attributes even if the widget isn't realized.
3449
3450         * demos/gtk-demo/main.c: Use a slightly smaller font.
3451
3452 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
3453
3454         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
3455         This is something that only a widget writer would ever want
3456         to change.
3457
3458         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
3459         gtk_signal_emit_by_name().
3460
3461         * gtk/gtkviewport.c: Fix some warnings.
3462
3463         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
3464         allowing the requisitions of multiple widgets to be grouped
3465         together.
3466
3467         * tests/testgtk.c: Add GtkSizeGroup test
3468
3469         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
3470
3471         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
3472         warnings.
3473
3474         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
3475
3476 2001-04-28  Martin Baulig  <baulig@suse.de>
3477
3478         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
3479         to gtk_image_menu_item_set_icon() and made it work if there's already
3480         an image.
3481         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
3482         (gtk_image_menu_item_new_with_label): New function.
3483
3484 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
3485
3486         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
3487         highlighting code!!!!  The result is okay so long as you don't try
3488         to stress it.  It also highlights a bug in the TextView so it's in
3489         an unproportional font right now until it's fixed.
3490
3491         *demos/gtk-demo/*.c: Clean up code a bit to make it
3492         ugly-parser(TM) friendly. (-:
3493
3494 2001-05-17  Joe Shaw  <joe@ximian.com>
3495
3496         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
3497         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
3498         if it is only partially onscreen.
3499
3500 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
3501
3502         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
3503         not by characters.
3504
3505         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
3506         are not zero or one; that is, when graphemes of multiple characters
3507         are involved.
3508
3509         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
3510         FIXME.
3511
3512 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
3513         
3514         * gtk/gtkbbox.c:
3515         Add properties, based on patch by Lee Mallabone.
3516
3517         * gtk/gtknotebook.c:
3518         * gtk/gtktoolbar.c:
3519         Convert from GtkArg to GParam, based on patch by John Margaglione.
3520         
3521         * gtk/gtkhscale.c:
3522         * gtk/gtkvscale.c:
3523         * gtk/gtkhscrollbar.c:
3524         * gtk/gtkvscrollbar.c:
3525         * gtk/gtkrange.c:
3526         Move adjustment property to GtkRange.
3527
3528         * gtk/gtklabel.c:
3529         Setup mnemonics on property changes
3530
3531         * gtk/gtkwidget.c (gtk_widget_get_property):
3532         GdkExtensionMode is an enum, not a flag. Set it with
3533         g_value_set_enum ().
3534
3535         * tests/prop-editor.c:
3536         Better propery editor.
3537
3538         * tests/testgtk.c:
3539         Add new property test. Pass zero to the property editor to
3540         get properties from all derived types.
3541         
3542 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
3543
3544         * autogen.sh (have_automake): Require libtool-1.4,
3545         automake-1.4p1.
3546
3547         * acinclude.m4: Remove libtool macros.
3548
3549         * gdk-pixbuf/Makefile.am: Add dependencies to loade
3550         modules.
3551
3552         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
3553         for libgdk.
3554
3555         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
3556         libgdk.la for libgtk.
3557
3558         * modules/input/Makefile.am: Make modules have full
3559         dependencies.
3560
3561 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
3562
3563         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
3564         #54699 where paths weren't being checked for correctness.
3565
3566 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
3567
3568         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
3569         in any order you wan, whether or not the column is added to the
3570         tree, or the tree is realized.  Yay!
3571
3572         * gtk/gtktreeviewcolumn.c
3573         (gtk_tree_view_column_setup_sort_column_id_callback): handle
3574         sorting columns a lot saner
3575
3576         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
3577         new function to actually set wether or not a column is
3578         reorderable.
3579
3580         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
3581         if we have 'em.
3582
3583         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
3584         Fix nasty bug where we were showing the button just before
3585         realizing it.  As a result, the parent window was
3586         tree_view->window instead of tree_view->priv->header_window.
3587
3588         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
3589         to let you easily reorder a list or tree.
3590
3591 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
3592
3593         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
3594         from args to properties.
3595
3596 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
3597
3598         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
3599         from args to properties. (#51957)
3600
3601         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
3602         calls to after ->set_property call.
3603
3604 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
3605
3606         * tests/prop-editor.c: Block against redundant changes.
3607
3608         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
3609         properties.
3610
3611 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
3612
3613         * gdk/gdkpixmap.h: Remove creative formatting.
3614
3615 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
3616
3617         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
3618         property API. (#51669)
3619
3620         * gtk/gtkscale.c: Patch from John Margaglione converting to
3621         property API. (#51891)
3622
3623         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
3624         to property API. (#50985)
3625
3626 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
3627
3628         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
3629         buffering state across expose event, so we still call end_paint().
3630
3631 2001-05-11  Alexander Larsson  <alexl@redhat.com>
3632
3633         * gtk/gtkhsv.c (paint_triangle):
3634         Expose the ring in the triangle at the correct place when
3635         exposing just a part of the triangle.
3636
3637         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
3638         Return FALSE, or window focusing will not work.
3639
3640 2001-05-11  Havoc Pennington  <hp@pobox.com>
3641
3642         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
3643         #54144
3644
3645         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
3646         bug #54330
3647
3648 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
3649
3650         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
3651         propagate exposes to NULL child.
3652
3653         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
3654         against not having one of the scrollbars.
3655
3656         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
3657         we don't keep a mnemonic window if we have no mnemonic installed.
3658
3659 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
3660
3661         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
3662         it has the _important_ side effect of initializing a class.
3663
3664 2001-05-10  Alexander Larsson  <alexl@redhat.com>
3665
3666         * gdk/linux-fb/gdkprivate-fb.h:
3667         Make sure you can compile out the implementation/wrapper assert
3668         macros.
3669
3670         * gdk/linux-fb/gdkdrawable-fb2.c:
3671         Check implementation/wrappers, initialize type for pixmap dummys.
3672
3673         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
3674         Hide the cursor if reading from the screen.
3675
3676         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
3677         Fix sign bug in tiling code.
3678
3679         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
3680         Handle background pixmaps.
3681
3682 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
3683
3684         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
3685         function to let user control where columns are dragged.
3686
3687         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
3688         Escape is pressed.
3689
3690 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
3691
3692         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
3693         "columns_changed" signal.
3694         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
3695         motion code to draw arrows to the side if indicator is outside the
3696         widget.
3697         (gtk_tree_view_map_expanded_rows): Implement.
3698
3699 2001-05-07  Alexander Larsson  <alexl@redhat.com>
3700
3701         * demos/testpixbuf-save.c: 
3702         * demos/testpixbuf-drawable.c:
3703         Include gdkfb.h on linux-fb.
3704
3705 2001-05-07  Alexander Larsson  <alexl@redhat.com>
3706
3707         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
3708         New function for getting toplevel window at position.
3709         (gdk_drag_find_window): Use get_toplevel_window () instead
3710         of gdk_window_get_pointer(). (gdk_drag_status): Use
3711         correct context for getting window.
3712
3713         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
3714         g_strdup the atom name.
3715
3716         * gdk/linux-fb/gdkwindow-fb.c:
3717         Costmetic fix.
3718
3719         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
3720         Add code for changing cursor on linux-fb backend (same as
3721         win32).
3722
3723 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
3724
3725         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
3726         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
3727         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
3728         report was not for the development branch of GTK+, but it applies
3729         anyways).
3730
3731 2001-05-04  Havoc Pennington  <hp@redhat.com>
3732
3733         * configure.in: fix some shell typos
3734
3735         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
3736
3737         * gtk/gtkimage.c: handle animations
3738
3739         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
3740         border_width * 2, not just border_width
3741
3742         * gtk/gtkscale.c: add "format_value" signal to allow people
3743         to override the way values are drawn.
3744         (gtk_scale_get_value_size): fix width/height mistake,
3745         and compute size from actual displayed text, not 
3746         from made-up text.
3747
3748         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
3749         signal registration
3750
3751         * tests/testtext.c: Add "Remove all tags" menu item for testing
3752
3753         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
3754
3755         * demos/gtk-demo/main.c (main): add hack so we can find modules
3756         without installing gtk
3757
3758         * demos/gtk-demo/textview.c (insert_text): demo font scaling
3759
3760         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
3761         factor)
3762         (gtk_cell_renderer_text_set_property): remove some bogus
3763         g_object_notify
3764
3765         * gtk/gtktexttag.c: add "scale" property which is a font scaling
3766         factor
3767
3768         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
3769         to layout
3770
3771         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
3772         gtk_text_iter_is_first
3773
3774 2001-01-06  Hans Breuer  <hans@breuer.org>
3775
3776         * gdk/gdk.def : updated exports
3777
3778         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
3779         gdk won't compile anymore
3780  
3781         * gdk/win32/gdkevents-win32.c : initialize ret_val when
3782         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
3783         Improved gdk_flush () to not only do pending drawing operations
3784         but also process all currently pending events. This should make
3785         the behaviour more similar to the X11 version.  
3786
3787         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
3788         option needs to be set even if there is no GDK_GC_BACKGROUND.
3789         (gdk_win32_hdc_get) : use predraw_set_background () independent
3790         of value_mask. This allows to draw dashed lines leaving the original
3791         background intact.
3792
3793         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
3794         after processing, because we can't reuse it as the X11 version does.
3795
3796         * gtk/gtk.def : updated exports
3797
3798         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
3799         would like to get rid of this file again, and use straight
3800         makefile.msc again, as the other Gtk+ subdirs do)
3801
3802         * test/makefile.msc (new file) : build the test apps here
3803
3804 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
3805
3806         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
3807         strike-through setting
3808         (gdk_draw_layout_line_with_colors): Render strike-through
3809
3810 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
3811
3812         * Release 1.3.5
3813
3814         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
3815
3816         * NEWS: Updated
3817
3818         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
3819         Makefile breakage.
3820
3821 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
3822
3823         * demos/gtk-demo/images.c (progressive_timeout): Fix
3824         typo in filename.
3825
3826         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
3827         out FIXME warning; just too annoying.
3828
3829 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
3830
3831         * gdk/linux-fb/gdkcolor-fb.c:
3832         Better error messages.
3833
3834         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
3835         Initialize abs_x and abs_y.
3836         
3837         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
3838         Correct handling of stipple offset.
3839
3840         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
3841         Treat directcolor framebuffers as truecolor.
3842         
3843 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
3844
3845         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
3846         dependency on Atk for accessibility support.
3847
3848         * configure.in **/Makefile.am: Major reworking of substituted
3849         variables for CFLAGS/LIBS to make a lot more sane and 
3850         keep the the compile/link lines a bit shorter.
3851
3852         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
3853
3854 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
3855
3856         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
3857         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
3858         use _gtk_boolean_handled_accumulator.
3859
3860 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
3861
3862         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
3863         to fix things so clicking inside selection leaves cursor
3864         at point where clicked. (#50324)
3865
3866         * gtk/gtksettings.c (gtk_settings_class_init): Restore
3867         sane value for default double click time.
3868
3869         * tests/testtext.c (test_init): Really path to input modules.
3870
3871 2001-05-03  Sven Neumann  <sven@convergence.de>
3872
3873         * demos/testpixbuf-save.c: include target-specific headers as
3874         done in testpixbuf-drawable.c
3875
3876 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
3877
3878         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
3879         new_text_length appropriately when we run into the 
3880         size limit for the entry. (#53445, reported by Jeff Franks)
3881
3882         * tests/testgtk.c (create_entry): Remove most of the
3883         property toggle buttons. Replace with a "Props" button
3884         that brings up a property editor.
3885
3886         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
3887         Split the property editor code out for reuse, improve.
3888
3889 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
3890
3891         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
3892         trap errors around calls to XSetInputFocus since we have
3893         no way of knowing reliably whether we are viewable or
3894         not. (#53947)
3895
3896 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
3897
3898         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
3899         fix bug in dropping columns.  Moving columns now basically works
3900         modula some fine tuning.
3901
3902 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
3903
3904         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
3905         autoscroll support.  It mostly works, but could use some fine
3906         tuning.
3907         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
3908         Actually move the column.
3909
3910 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
3911
3912         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
3913           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
3914           New default theme! A slighly improved version of the 2.0 Raleigh
3915           theme, with Windows-esque focus/drawing default. 
3916           (GtkWidget::interior_focus defaults to TRUE.)
3917
3918         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
3919
3920 2001-04-30  Havoc Pennington  <hp@pobox.com>
3921
3922         * tests/testtext.c (line_numbers_expose): fix to work with
3923         gtk_paint_layout change
3924
3925 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
3926
3927         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
3928           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
3929           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
3930           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
3931
3932         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
3933           with GtkWidget::interior_focus = TRUE better.
3934
3935         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
3936         ::default_outside_border for more flexibility.
3937
3938         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
3939         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
3940         change that had to be made with g_object_get.
3941
3942 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
3943
3944         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
3945         (gtk_tree_view_move_column_after): Clean up interface. 
3946
3947 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
3948
3949         * gtk/gtkpacker.h:
3950         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
3951          to gtkenum.h.
3952
3953         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
3954         handled in switch).
3955
3956         * gtk/Makefile.am:
3957         (gtk.defs): generate enum portions with  glib-mkenums.
3958         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
3959         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
3960         
3961         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
3962         addition.
3963
3964         * docs/Changes-2.0.txt: keep a note on signal handlers now
3965         not getting emitted during the emission they were connected within.
3966
3967 2001-04-28  Havoc Pennington  <hp@pobox.com>
3968
3969         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
3970
3971 2001-04-24  Havoc Pennington  <hp@redhat.com>
3972
3973         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
3974         (gtk_text_layout_move_iter_to_next_line): fix these two for
3975         invisible text, lots of other stuff still hosed.
3976
3977         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
3978         new function, replaces the get/set palette stuff. This function 
3979         is intended for use by libgnomeui which should set the hook to a
3980         thing which sets the palette in GConf, and we need the
3981         GConf-to-xsettings proxy which will result in the change being
3982         propagated back to the GTK app.
3983
3984         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
3985         about unusable signals that it may be because the signal has 
3986         parameters.
3987
3988         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
3989         style, otherwise gtkrc.c won't know to create a new GtkStyle for
3990         it.
3991         (gtk_widget_modify_color_component): call
3992         gtk_widget_modify_style() so the rc style will get copied.
3993         (gtk_widget_modify_font): ditto
3994
3995         * gtk/gtkrc.c: make a couple variables static
3996
3997         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
3998         help button by default, since it does nothing
3999
4000         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
4001         around with UI
4002
4003         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
4004         so we can have tooltips
4005
4006         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
4007         can have tooltips
4008
4009         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
4010         GDK_ENABLE_BROKEN, because its memory behavior is completely
4011         hosed.
4012
4013         * gtk/gtknotebook.c: remove key press handler, replace with
4014         binding set, add numeric keypad support
4015
4016         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
4017
4018         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
4019
4020         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
4021         addition to plain Delete
4022
4023         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
4024         GDK_KP_Enter in addition to GDK_Return
4025
4026         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
4027         activate on entry instead of key press
4028         (gtk_font_selection_on_clist_key_press): get
4029         rid of this signal handler, not needed with new font sel.
4030
4031         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
4032         no-longer-needed emit_stop_by_name(), just return TRUE
4033
4034         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
4035         cruft, this widget is no longer focusable.
4036
4037         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
4038         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
4039         move_slider action signal, add binding set for vscale/hscale, in
4040         the process support numeric keypad
4041
4042         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
4043         make GDK_Return and GDK_KP_Enter activate the entry via 
4044         binding set, instead of hardcoded.
4045
4046 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
4047
4048         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
4049         code.  Some documentation added.
4050
4051 2001-04-27  Havoc Pennington  <hp@redhat.com>
4052
4053         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
4054
4055         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
4056
4057         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
4058         line/para separators
4059         (gtk_entry_create_layout): set single paragraph mode on the layout
4060
4061         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
4062         spacing between the image and label; instead, inside a button box 
4063         the button will get extra space that will go there, but if people 
4064         configure button box for 0 chubbiness, then there's no spacing.
4065
4066         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
4067         and min/max size style properties, so people can tune their
4068         chubbiness.
4069
4070         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
4071         functions
4072
4073         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
4074         space_style, and button_relief into style properties, remove
4075         functions for setting them
4076         
4077         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
4078         it back down
4079
4080         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
4081         types from gtk_widget_style_get
4082
4083         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
4084         with a style property.
4085
4086         * gdk/x11/gdkevents-x11.c: namespace the settings
4087
4088         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
4089
4090         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
4091         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
4092         be used. Also, translate doc strings for settings. Also, namespace
4093         the double-click-time property. Also, remove bell properties crap.
4094
4095 2001-04-27  Sven Neumann  <sven@gimp.org>
4096
4097         * Makefile.am: before creating links, check if pkg-config files
4098         exist for the default target. Otherwise link to the pkg-config files
4099         that got installed with this build.
4100
4101 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
4102
4103         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
4104         dragging code.  Revealed some (potential) GdkWindow bugs.
4105
4106         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
4107         _gdk_window_init_position to the end of reparent to fix the case
4108         of reparenting when new_x != old_x and new_y != old_y.
4109
4110 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
4111
4112         * gtk/gtkentry.c (strstr_len): Fix optimization that
4113         was correct for the use here, but completely incorrect
4114         in general.
4115
4116 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
4117
4118         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
4119         until patch adding gtk_window_set_size() is recommitted. 
4120
4121         * **Makefile.am configure.in gdk/x11/gdkim-11.c
4122           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
4123           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
4124           (#10784)
4125
4126 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
4127
4128         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
4129         window == NULL in a number of cases.
4130
4131         * tests/testdnd.c: Set module path for gdk-pixbuf.
4132
4133 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
4134
4135         * gtk/Makefile.am xembed.h: File containing #defines
4136         for XEMBED protocol.
4137
4138         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
4139
4140         - Change protocol from old plug/socket specific protocol
4141           to XEMBED draft
4142         - Various fixes to work with GTK+-2.0
4143
4144         Still quite a bit of work to do here to handle initiation
4145         from the socket side (as specified by XEMBED), to handle
4146         the more advanced features of XEMBED, and to figure out
4147         a good way to handle same-app embedding with less overhead
4148         than using full XEMBED.
4149
4150 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
4151
4152         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
4153         track of whether the toplevel has the focus; only send
4154         focus-in events to the focus widget when the window
4155         actually has the focus.
4156
4157 2001-04-25  Havoc Pennington  <hp@pobox.com>
4158
4159         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
4160         were still in the header
4161
4162 2001-04-24  Alexander Larsson  <alexl@redhat.com>
4163
4164         * gtk/gtkclist.[ch]:
4165         * gtk/gtkctree.c:
4166         When there is a row highlighted for D'n'D it must alse
4167         be painted hightlighted on exposes. Otherwise exposes from
4168         the icon being dragged will mess up the hightlight.
4169
4170         * gtk/gtkfontsel.c:
4171         Don't recenter selected font when exposing the font family
4172         clist. This means you can now actually scroll the font family
4173         list.
4174
4175         * gtk/gtknotebook.c:
4176         Fix focus movement on scrolling tabs that are placed on the left
4177         and right.
4178
4179 2001-04-21  Havoc Pennington  <hp@pobox.com>
4180
4181         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
4182         empty/invisible lines.
4183
4184         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
4185         (gtk_text_iter_set_visible_line_index): new functions to set
4186         indexes excluding invisible text
4187
4188         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
4189         index
4190
4191         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
4192         (gtk_text_iter_get_visible_line_offset): new functions to 
4193         get indexes excluding invisible text
4194
4195         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
4196         bunch of extra padding that served no purpose
4197
4198         * gtk/gtkdialog.c: Make all the spacings configurable via style
4199         properties, for chubbiness configuration in themes
4200
4201         * tests/testtext.c: fix path to the immodules.
4202         
4203 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
4204
4205         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
4206         got munched by #endif.
4207
4208         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
4209
4210         * gtk/gtktreeview.c: Refactored code to clean up a number of
4211         events.
4212
4213         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
4214         values to make consistent with other functions.  Spotted by Jeff
4215         Franks <jcf@tpg.com.au>.
4216
4217         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
4218         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
4219
4220 2001-04-23  Sven Neumann  <sven@gimp.org>
4221
4222         * gtk/Makefile.am
4223         * gtk/gtkplug.c
4224         * gtk/gtksocket.c: on request of Owen, reverted my last change 
4225         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
4226
4227 2001-04-23  Sven Neumann  <sven@gimp.org>
4228
4229         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
4230         compile for non-X11 targets again
4231
4232 2001-04-20  Alexander Larsson  <alexl@redhat.com>
4233
4234         * gtk/gtkcolorsel.[ch]:
4235         API Change. Take GdkColor arguments instead of gdouble *.
4236         Leave the old gtk_color_selection_set_color for compatibility,
4237         but marked deprecated.
4238         Do correct rounding when converting RGB <-> HSV.
4239         
4240         * gtk/gtkcolorseldialog.c:
4241         * tests/testgtk.c:
4242         Use new GtkColorSelection API.
4243
4244         * gtk/gtkhsv.c:
4245         Fix problem selecting colors in triangle when Hue is 330.
4246         Fix some black dots around the HSB triangle.
4247         
4248         * gtk/gtkfilesel.c:
4249         return FALSE from the focus_in_event handler to fix focus problems.
4250
4251 2001-04-18  Havoc Pennington  <hp@redhat.com>
4252
4253         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
4254         set, so keybindings are configurable    
4255         (gtk_window_activate_default): Change to activate the focus widget
4256         instead if there's a focus widget, to be consistent with the
4257         behavior that previously existed in key_press_event
4258
4259 2001-04-18  Havoc Pennington  <hp@redhat.com>
4260
4261         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
4262
4263 2001-04-18  Havoc Pennington  <hp@redhat.com>
4264
4265         Close bug #50615:
4266         
4267         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
4268         the layout
4269
4270         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
4271
4272         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
4273
4274         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
4275         
4276         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
4277         to blue for base, in addition to bg
4278         
4279 2001-04-18  Havoc Pennington  <hp@redhat.com>
4280
4281         * tests/testgtk.c (create_image): allow shrinking the image window
4282         to test that we clip to allocation.
4283
4284         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
4285         #9845
4286
4287         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
4288
4289 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
4290
4291         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
4292         mode on shm segments to 0600. We'll see who complains.
4293
4294         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
4295         _gdk_windowing_window_destroy() AFTER recursing through
4296         children.
4297
4298         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
4299         testsocket_child on X.
4300
4301         * tests/testsocket[_child].c: Fix uses of
4302         gtk_window_get_default_accel_group().
4303
4304         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
4305
4306         * gdk/gdkimage.c: (gdk_image_get):
4307         Deal with the possibility that XGetImage() might return NULL.
4308         Allocate the GdkImagePrivate structure only after XGetImage()
4309         succeeds in order not to dereference a NULL ximage pointer.  This
4310         prevents a core dump when XGetImage() fails - which is unlikely,
4311         but can happen due to race conditions accessing the geometries of
4312         drawables.  An x error will still be triggered, but the gdk image
4313         wrapper at least wont seg fault.
4314         
4315 2001-04-18  Havoc Pennington  <hp@redhat.com>
4316
4317         * gtk/gtkimage.c: fix to properly queue resizes when the image is
4318         set
4319
4320         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
4321         if the insertion point isn't editable
4322
4323         * demos/gtk-demo/images.c: Added a GtkImage demo
4324
4325         * demos/gtk-demo/drawingarea.c: drawing area demo
4326         
4327         * demos/gtk-demo/menus.c (create_menu): cleanups
4328
4329 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
4330
4331         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
4332           gdk/x11/gdkevents-x11.c: Introduce an extra child
4333         of toplevel windows that serves to hold the focus to
4334         avoid events being delivered to embedded windows.
4335
4336         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
4337         some extra variables to clean up code and reduce the
4338         number of casts.
4339
4340         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
4341         guint for 1 bit bit fields, not gboolean.
4342
4343 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
4344
4345         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
4346         not TRUE. (Fixes #52925)
4347
4348 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
4349
4350         * Released 1.3.4
4351
4352         * NEWS: Updated
4353
4354         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
4355         use GTK_TYPE_ENUM.
4356
4357 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
4358
4359         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
4360
4361         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
4362         names to compatibility #defines so docs work.
4363
4364         * gtk/gtkenums.h: Remove GtkMenuFactoryType
4365
4366         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
4367
4368         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
4369
4370         * tests/testgtkrc: No magenta cursors, please.
4371
4372         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
4373
4374         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
4375         
4376 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
4377
4378         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
4379         grabs, since they are no longer necessary.
4380
4381         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
4382         by signal_connect() and call gtk_button_pressed() rather
4383         than signal_connect_after().
4384
4385         * tests/testgtk.c: Restore radio menu items to combos 
4386         since they'll look OK with Raleigh, and it is easier
4387         than finishing the process of removing them that was
4388         started earlier.
4389
4390 2001-04-16  Hans Breuer  <hans@breuer.org>
4391
4392         * gdk/gdk.def :
4393         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
4394
4395         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
4396         we are interested in the functions return value not the function address
4397         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
4398
4399         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
4400
4401 2001-04-14  Hans Breuer  <hans@breuer.org>
4402
4403         * gdk/gdk.def :
4404         * gdk/makefile.msc : updated
4405
4406         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
4407         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
4408         (the testgtk::text backgound pixmap is drawn again)
4409         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
4410         Win32 Pango change
4411         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
4412
4413         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
4414         Not sure if the returned settings have the right unit, because I couldn't
4415         find any docs for the X version ...
4416
4417         * gtk/gtk.def :
4418         * gtk/makefile.msc.in : updated
4419
4420 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
4421
4422         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
4423         wording problems. (Compared to version from Johannes Stezenbach to
4424         check correctness.)
4425
4426 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
4427
4428         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
4429         this to compile.
4430
4431 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
4432
4433         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
4434         not pixbufpos.
4435
4436         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
4437
4438         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
4439         are unsigned insts, therefore use g_value_set_uint.
4440         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
4441
4442 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
4443
4444         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
4445
4446         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
4447         GTK_TYPE_STRING.
4448
4449         * gtk/gtktreeview.c: New functions to allow initial column
4450         dragging work.
4451
4452         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
4453
4454         * tests/testtreefocus.c: give dave some love.
4455
4456         * tests/testtreesort.c: Modify test to check really long samples.
4457
4458 2001-04-11  Alexander Larsson  <alexl@redhat.com>
4459
4460         * gtk-2.0.m4: Pass pkg-config options
4461         before the other args so it works even if
4462         POSIXLY_CORRECT is set.
4463
4464 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
4465
4466         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
4467         0, interface 0).
4468
4469 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
4470
4471         * gtk/gtkcalendar.c (gtk_calendar_button_press):
4472         check for action_func != NULL
4473
4474 2001-04-04  Sven Neumann  <sven@gimp.org>
4475
4476         * tests/testgtk.c (test_init): corrected path to gtk.immodules
4477
4478 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
4479
4480         * Released Gtk+-1.3.3.
4481
4482 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
4483
4484         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
4485
4486 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
4487
4488         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
4489         files to/from source dir. (if we don't stay in builddir, we
4490         can't reach make-inline-pixbuf.
4491
4492         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
4493         deps.
4494
4495         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
4496         ages 0).
4497
4498 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
4499
4500         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
4501         moved to the GtkTreeSortable interface.
4502
4503         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
4504         Make more efficient (fixes #50262).
4505
4506 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
4507
4508         * NEWS: Updated.
4509
4510         * configure.in: Remove support for uninstalled glib.
4511
4512         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
4513         so as not to stop emission.
4514
4515         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
4516         is no longer supported.
4517
4518         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
4519         into tests, change build order to build modules before
4520         gtk/.
4521
4522         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
4523         to here.
4524
4525 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
4526
4527         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
4528         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
4529         GPatternSpec. this is actually unlikely to cause breakage in
4530         third-party apps since except for gle, pretty much ever caller
4531         passes NULL here.
4532
4533         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
4534
4535         * *.c: use g_pattern_*() API.
4536
4537         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
4538
4539         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
4540         directions aren't passed in.
4541
4542         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
4543         functionality to be usable from gtkstyle.c as well, give precedence
4544         for conversion to user-supplied parsers.
4545         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
4546
4547         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
4548         _gtk_settings_parse_convert() for rcporperty value conversion.
4549
4550 2001-04-03  Alexander Larsson  <alexl@redhat.com>
4551
4552         * gdk/linux-fb/gdkevents-fb.c:
4553         Add empty gdk_setting_get().
4554
4555 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
4556
4557         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
4558         variable names.
4559         
4560         * gtk/makeenums.pl: touch this so enum files get remade.
4561
4562 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
4563
4564         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
4565         work again when not sorted.
4566
4567         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
4568         and "expand_row" signal, closing bug 52578.
4569
4570         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
4571         support.
4572
4573         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
4574         support.
4575
4576 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
4577
4578         * gdk/gdkevents.h: Add GdkEventSetting event for notification
4579         of changes to system settings, gdk_setting_get() to retrieve
4580         a single system setting.
4581
4582         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
4583         to the draft XSETTINGS mechanism.
4584
4585         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
4586         XSETTINGS.
4587
4588         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
4589         of GDK settings changes to the GtkSettings object.
4590
4591         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
4592         double-click-timeout property to GDK.
4593
4594         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
4595         Define GDK boxed types here.
4596
4597         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
4598         gdk/gdkenumtypes.[ch] for enum definitions.
4599
4600         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
4601         * gtk/gtk-boxed.defs: Comment out GDK types
4602         * gtk/gtktypeutils.h: Remove GDK types
4603         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
4604
4605 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
4606
4607         * Applied patch from Ron Steinke to add signal accumulators
4608         so that signals with the convention 'TRUE return means
4609         handled' stop emission on a TRUE return.
4610
4611         * gtk/gtkmain.[ch]: Add private accumulator 
4612         _gtk_boolean_handled_accumulator, used throughout GTK+.
4613         
4614         * gtk/gtkspinbutton.c: Add accumulator for ::output.
4615
4616         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
4617         
4618         * gtk/gtkwidget.c: Add accumulators for event signals,
4619         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
4620         for ::mnemonic-activate.
4621
4622         * gtk/gtkwindow.c: Add accumulator for ::frame_event
4623
4624 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
4625
4626         * gtk/gtkwidget.c: Add missing include.
4627
4628 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
4629
4630         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
4631         marshaller.
4632
4633         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
4634         "changed" signal to "range_changed".
4635
4636         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
4637         removing a tree from one model would remove all trees from that
4638         model.
4639         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
4640         changed signal instead.
4641
4642 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
4643
4644         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
4645         chaining up to parent impl, since we have a INPUT_ONLY
4646         window.
4647
4648         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
4649         foreground color for the cursor.
4650
4651 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
4652
4653         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
4654         param spec when caching property values, since we unref it
4655         later when we free the style.
4656
4657         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
4658         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
4659
4660 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
4661
4662         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
4663         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
4664         stupidity.
4665
4666 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
4667
4668         [ First pass at adding style properties. Still needs some definite
4669         fine-tuning. ]
4670
4671         * gtk/gtkbutton.c: Add ::default_spacing style property.
4672          
4673         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
4674         ::indicator_spacing style properties.
4675
4676         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
4677         style properties.
4678
4679         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
4680         rather than a normal property.
4681
4682         * gtk/gtkwidget.c: Add an ::interior_focus style property to
4683         draw focus inside buttons, in the Windows/Java Metal/etc. style.
4684
4685         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
4686         Honor ::interior_focus.
4687         
4688         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
4689         TRUE.
4690
4691         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
4692         Add ::slider_width, ::trough_border, ::stepper_size,
4693         ::stepper_spacing style properties.
4694
4695         * gtk/gtkscale.[ch] Add ::slider-length style property.
4696
4697 2001-04-02 Alexander Larsson   <alexl@redhat.com>
4698
4699         * gdk/linux-fb/gdkwindow-fb.c:
4700         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
4701         warnings that were spewed on startup.
4702
4703         * gtk/gtkwindow-decorate.c:
4704         gtk_window_reposition -> _gtk_window_reposition
4705
4706 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
4707
4708         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
4709         Add boxed type for GtkRequistion. Use it for ::size-request.
4710
4711         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
4712         Add a new GtkBorder structure useful for geometry properties
4713         for widgets. Add corresponding GTK_TYPE_BORDER.
4714         
4715         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
4716         Support automatic parser selection like
4717         gtk_settings_install_property_parser().
4718
4719         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
4720         functionality for use by gtk_widget_class_install_style_property.
4721         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
4722
4723 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
4724
4725         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
4726         g_param_spec_unichar(). 
4727
4728 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
4729
4730         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
4731         _NET window managers.
4732
4733         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
4734
4735 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
4736
4737         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
4738         bad needs to be nuked, not just deprecated.
4739
4740         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
4741         gtk_widget_popup().
4742
4743         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
4744         
4745         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
4746         widget.
4747         
4748         * docs/Changes-2.0.txt: updates.
4749         
4750 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
4751
4752         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
4753         for (i = 0; i < 100; i ++)
4754           g_print ("I will confirm it compile before committing\n");
4755
4756 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
4757
4758         * gtk/gtktreestore.c: Initial work on implementing the
4759         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
4760
4761 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
4762
4763         * gtk/gtkwidget.c: fixed a bunch of notifications, added
4764         reference counts around emissions where the widget is used afterwards.
4765         added freeze/thaws around multiple properties being notified.
4766         (_gtk_widget_get_aux_info): cleanups.
4767         
4768         * gtk/gtksettings.c (gtk_settings_install_property): provide
4769         default parsing functions for gdkcolor, enums and flags.
4770
4771         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
4772         applied by owen.
4773         backed out gtk_window_get_location(), gtk_window_set_location(),
4774         gtk_window_get_size() and gtk_window_set_size(), these
4775         have to be sorted out wrg x/y/width/height/default_with/default_height
4776         properties.
4777         kept a flag in GtkWindowGeometryInfo to handle user
4778         resetting default sizes.
4779         cleaned up ZVT comments.
4780         bunch of assorted bug fixes, notification fixes.
4781         (_gtk_window_reposition): make this a really internal function.
4782         
4783         * gtk/testgtk.c: fixups.
4784         
4785 2001-03-31  Hans Breuer  <hans@breuer.org>
4786
4787         * config.h.win32.in : disable USE_MMX for msvc build cause
4788         the assembler doesn't fit and is out of my scope. Disable
4789         USE_GMODULE for msvc build as wel. The right way to share
4790         binaries on win32 would be to use libtiff.dll etc. To reduce
4791         installation hassles IMO it's better to include all fileformats
4792         builtin to gdk-pixbuf
4793
4794         * gdk-pixbuf/makefile.msc : new file
4795
4796         * gdk/gdk.def : updated
4797
4798         * gdk/win32/gdkevents-win32.c : don't erase the background if
4799         .no_bg is set. It improves the scrolling (e.g. of testgtk main
4800         buttons
4801         * gdk/win32/gdkgeometry-win32.c : added comment about the above
4802
4803         * gdk/win32/gdkwindow-win32.c : added three new functions like
4804         the X version. Only one is implemented, because the other two
4805         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
4806         be default behaviour on win32 anyway ...
4807
4808         * gtk/gtk.def : updated
4809
4810         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
4811         from where it was built and add an additional rule to automagically
4812         build gtkmarshal.[hc]
4813
4814         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
4815         before array access for the current entry isn't finished
4816
4817         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
4818         use g_return_val_if_fail
4819
4820         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
4821         for the static array, but let the compiler calculate it. It
4822         makes me wonder if gcc isn't capable to catch bugs like this ...
4823
4824 2001-03-31  James Henstridge  <james@daa.com.au>
4825
4826         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
4827         constant "-1" in the aux info structure.
4828
4829 2001-03-30  Alexander Larsson  <alexl@redhat.com>
4830
4831         * gtk/gtkbutton.c (gtk_button_get_property):
4832         * gtk/gtklabel.c:
4833         Remove leaks.
4834         
4835         * gtk/gtkcontainer.c:
4836         * gtk/gtkhscale.c:
4837         * gtk/gtkhscrollbar.c:
4838         * gtk/gtklayout.c:
4839         * gtk/gtkmisc.c:
4840         * gtk/gtkprogress.c:
4841         * gtk/gtkprogressbar.c:
4842         * gtk/gtkrange.c:
4843         * gtk/gtktable.c:
4844         * gtk/gtkviewport.c:
4845         * gtk/gtkvscale.c:
4846         * gtk/gtkvscrollbar.c:
4847         * gtk/gtkwidget.c:
4848         Property patches, based on patches from John Margaglione and Lee Mallabone.
4849
4850 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
4851
4852         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
4853         adjustment. Cleaned redundant preconditions (spin != NULL). Added
4854         inline API function docs.
4855         (gtk_spin_button_new_with_range): New convenience constructor.
4856         (gtk_spin_button_set_increments): New adjustment helper.
4857         (gtk_spin_button_set_range): New adjustment helper.
4858
4859         * gtk/testgtk.c : added test of the new convenince constructor and
4860         value_changed signals.
4861
4862 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
4863
4864         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
4865         listen to the reorder signal.
4866
4867 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
4868
4869         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
4870         to get the aux info structure fo the widget.
4871
4872         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
4873         above function.
4874
4875         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
4876
4877         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
4878         to get the size of the window manager frame, basically the same
4879         code that gdk_window_get_root_origin() had
4880         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
4881
4882         * gtk/gtkwindow.c (gtk_window_set_default_size): use
4883         gdk_window_resize() if the window is realized and resizeable
4884
4885         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
4886         typo so that setting gravity works
4887
4888         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
4889         allocation if auto_shrink is on, even if the default size
4890         has not changed.
4891
4892         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
4893         g_return_if_fail
4894
4895 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
4896
4897         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
4898         reordering/sorting work.  Now pretty much works.
4899
4900         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
4901         reorder mostly work.  Still need to get the parity correct.
4902
4903         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
4904         signal, so I can listen for the sort_column_changed signal so I
4905         can change my "sort_indicator" property.  Cool.
4906
4907 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
4908
4909         [ Patch from Havoc Pennington, hp@redhat.com ]
4910
4911         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
4912         Add functions gdk_window_begin_resize_drag/begin_move_drag
4913         to start resizing or moving a toplevel window. This
4914         is done either using the _NET_WM_MOVERESIZE protocol,
4915         or, if that isn't present, by emulation.
4916
4917         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
4918         to export the above to GTK+-land.
4919
4920         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
4921         
4922         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
4923         Move this function into gdkwindow, since we need it
4924         when implementing fallback resizing.
4925
4926         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
4927         Fix typo when setting gravity.
4928
4929         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
4930         Add an optional (but on by default) resize grip for resizing 
4931         the parent window.
4932
4933 01-03-29  Alexander Larsson  <alexl@redhat.com>
4934
4935         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
4936         Don't return TRUE from the event handler, that blocks all
4937         event signals on the tooltip widget. Now you can press buttons
4938         in toolbars again.
4939
4940 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
4941
4942         * gtk/testtext.c (create_buffer): Add missing NULL on
4943         valist.
4944
4945         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
4946         c-n-p problem with INCONSISTENT property.
4947
4948         [ Patch from Havoc Pennington  <hp@redhat.com> ]
4949
4950         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
4951         hook.
4952
4953         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
4954         signal as a hook for extending the default popup menu
4955
4956         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
4957         use radio menu items for the input method menuitems
4958
4959         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
4960         inserted unicode from Ctrl-Shift-hex input method
4961
4962         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
4963         validatation here, already done at GtkTextBuffer level.
4964
4965         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
4966         popup_menu run action signal and Shift+F10 and Menu keybindings.
4967
4968         * gtk/gtkentry.c: implement a default handler for popup_menu
4969
4970         * gtk/gtktextview.c: implement a default handler for popup_menu
4971
4972         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
4973         from a key event
4974         
4975         * gtk/gtklabel.c: remove "trailer" cruft
4976
4977 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
4978
4979         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
4980         handle reordering of trees.  Seems to mostly work w/ the exception
4981         of the parity flag.
4982
4983         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
4984         signal.
4985
4986 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
4987
4988         * gtk/gtkwidget.h: c++ fixes.
4989
4990 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
4991
4992         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
4993         memory.
4994
4995 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
4996
4997         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
4998         Nils Barth fixing event return values. (#51041)
4999
5000         * gtk/gtkwidget.c: Fix some return values for default
5001         functions.
5002
5003         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
5004         return values for trough_keys functions.
5005
5006         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
5007         value for add_accelerator (shoudl have been a void
5008         return.)
5009
5010         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
5011         Fix return type of EVENT.
5012
5013         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
5014         signal return a boolean.
5015
5016 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
5017
5018         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
5019         reordered signal.
5020
5021         * tests/testtreesort.c (main): fix spelling.
5022
5023 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
5024
5025         * gtk/gtkliststore.c: More work on implementing sortable
5026         interface.
5027
5028 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
5029
5030         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
5031         reference the widgets in the resulting list. (#11821)
5032         This makes this consistent with gtk_container_children.
5033
5034         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
5035         uses of gtk_window_list_toplevels.
5036
5037 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
5038
5039         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
5040         a virtual function to set whether the IM context should use 
5041         the preedit string. (#51922)
5042         
5043 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
5044
5045         * gdk/gdkpango.h: Remove stale FIXME comment.
5046
5047 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
5048
5049         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
5050         Fixed bug that returned NULL if a filename was selected.
5051
5052 2001-03-24  Havoc Pennington  <hp@pobox.com>
5053
5054         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
5055         to contain the word "theme"
5056
5057 2001-03-24  Havoc Pennington  <hp@pobox.com>
5058
5059         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
5060         slower but finer-grained
5061         (gtk_hsv_focus): get initial focus on the ring or triangle 
5062         according to tab direction
5063
5064         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
5065
5066 2001-03-23  Havoc Pennington  <hp@pobox.com>
5067
5068         * gtk/gtkhsv.c: make this somewhat key-navigable
5069
5070         * gtk/gtkfontsel.c: mnemonics
5071
5072         * gtk/gtkgamma.c: mnemonics
5073
5074         * gtk/gtkcolorsel.c: add mnemonics to labels
5075
5076 2001-03-22  Havoc Pennington  <hp@pobox.com>
5077
5078         Applied big patch from Seth Lytle to fix event handler return
5079         values, slightly modified.
5080
5081         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
5082         handled.
5083         (gtk_calendar_key_press): return TRUE for GDK_space triggers
5084         select_day
5085
5086         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
5087         (gtk_clist_button_release): return TRUE if handled
5088
5089         * gtk/gtkcolorsel.c (mouse_release):
5090         (palette_activate): 
5091         (palette_press): 
5092         (palette_new): 
5093         (mouse_press): 
5094         (get_screen_color): 
5095         fixed return type (void to gboolean), return TRUE,
5096         added GTK_SIGNAL_FUNC cast
5097
5098         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
5099         (void to gboolean), and return TRUE
5100         (gtk_combo_button_release): changed return value to TRUE after
5101         gtk_grab_add on combo->popwin
5102
5103         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
5104         collapse or expand
5105
5106         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
5107         button/motion
5108
5109         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
5110         press/release and motion that trigger act
5111
5112         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
5113
5114         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
5115         for GDK_Return
5116         
5117         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
5118         (gtk_list_button_release): return TRUE if selection
5119
5120         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
5121         press
5122
5123         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
5124         (gtk_menu_shell_button_release): chain parent_menu_shell retval
5125
5126         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
5127         nothing triggered
5128         (gtk_notebook_button_release): return TRUE if we do anything
5129
5130         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
5131         (gtk_spin_button_button_release): return TRUE or chained retval
5132
5133         * gtk/gtktext.c (gtk_text_button_press): 
5134         (gtk_text_button_release): return TRUE
5135         (gtk_text_key_press): remove redundant retval code
5136         
5137         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
5138         and sensitive
5139         (gtk_tree_item_subtree_button_click): changed type to gint, and return
5140         TRUE if sensitive
5141
5142         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
5143         return TRUE
5144
5145 2001-03-23  Havoc Pennington  <hp@redhat.com>
5146
5147         * gtk/testgtk.c: fix warnings
5148
5149         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
5150
5151         * gtk/gtktextview.c: fix warnings
5152
5153         * gtk/gtktext.c (find_cursor_at_line): fix warning
5154
5155         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
5156
5157         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
5158         of this function
5159
5160         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
5161         fix warning
5162
5163         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
5164
5165         * gtk/gtkfontsel.c: fix warning
5166
5167         * gtk/gtkcolorsel.c: fix warnings
5168
5169 2001-03-23  Havoc Pennington  <hp@redhat.com>
5170
5171         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
5172
5173         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
5174
5175         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
5176         and deprecated gtk_check_menu_item_set_show_toggle().
5177         
5178         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
5179
5180         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
5181
5182         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
5183
5184 2001-03-23  Havoc Pennington  <hp@redhat.com>
5185
5186         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
5187         some docs
5188
5189 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
5190
5191         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
5192         this.
5193
5194         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
5195         set_cell to set_value
5196
5197         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
5198         set_cell to set_value
5199
5200 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
5201
5202         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5203         fix braino.
5204         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
5205         support.
5206
5207         * gtk/gtktreeview.c: Addition of initial sortable support.
5208
5209         * gtk/gtktreestore.c: Addition of initial sortable support.
5210
5211         * gtk/gtkliststore.c: Addition of initial sortable support.
5212
5213         * gtk/gtkmarshal.list: yet another marshaller.
5214
5215         * gtk/gtktreedatallist.[ch]: shared code between the store models
5216         for handling sorting headers.
5217
5218 2001-03-22  Havoc Pennington  <hp@redhat.com>
5219
5220         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
5221         (gtk_container_unset_focus_chain): Add ability to override the 
5222         focus chain for a container explicitly
5223
5224 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
5225
5226         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
5227         added PROP_MNEMONIC_WIDGET.
5228
5229         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
5230         (gtk_window_remove_mnemonic): 
5231         (gtk_window_add_mnemonic): fixed assertions.
5232         (gtk_window_activate_mnemonic): constrain modifier checks to those
5233         permitted by gtk_accelerator_get_default_mod_mask().
5234         got rid of gtk_window_get_default_accel_group().
5235
5236         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
5237         activatable widgets either by focussing or a warning.
5238         added a signal accumulator to ::activate_mnemonic which stops the
5239         emission once a handler returned TRUE.
5240
5241 2001-03-22  Havoc Pennington  <hp@pobox.com>
5242
5243         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
5244         the stock item label
5245
5246         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
5247
5248         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
5249
5250         * demos/gtk-demo/*.c: Add mnemonics all over the place
5251
5252         * gtk/gtklabel.h: mark parse_uline deprecated
5253
5254 2001-03-21  Alexander Larsson  <alexl@redhat.com>
5255
5256         * gtk/gtkitemfactory.[ch]:
5257         Add support for stock and normal imagemenuitems.
5258         
5259         * gtk/testgtk.c:
5260         Add some tests for mnemonics, stock toolbars, stock
5261         and image menuitems in itemfactory and gdk_window_scroll.
5262
5263 2001-03-21  Alexander Larsson  <alexl@redhat.com>
5264
5265         * gtk/gtkbutton.[ch]:
5266         * gtk/gtkdialog.c:
5267         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
5268         removed accel_group argument. Renamed gtk_button_new_accel() to
5269         gtk_button_new_with_mnemonic() and removed accel_group argument.
5270
5271         * gtk/gtkcheckbutton.[ch]:
5272         New function gtk_check_button_new_with_mnemonic().
5273
5274         * gtk/gtkentry.c:
5275         Override activate_mnemonic and just grab focus.
5276
5277         * gtk/gtkitemfactory.c:
5278         Don't add menu uline accel group, instead use mnemonics support.
5279
5280         * gtk/gtklabel.[ch]:
5281         New support for mnemonics.
5282
5283         * gtk/gtkmarshal.list:
5284         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
5285
5286         * gtk/gtkmenu.[c]:
5287         * gtkmenushell.c:
5288         Use mnemonics instead of accel groups for uline
5289         support in menu items.
5290         Removed gtk_menu_get_uline_accel_group() and
5291         gtk_menu_ensure_uline_accel_group().
5292
5293         * gtk/gtkmenuitem.c:
5294         Override activate_mnemonic to handle switching between
5295         menu items if there are collisions.
5296         
5297         * gtk/gtknotebook.c:
5298         Connect to activate_mnemonic on the tab_label, so that
5299         activating it switches to that notebook page.
5300
5301         * gtk/gtkwidget.[ch]:
5302         Add activate_mnemonic signal. New function
5303         gtk_widget_activate_mnemonic() to emit it.
5304         Default implementation does activate/grab_focus.
5305
5306         * gtk/gtkwindow.[ch]:
5307         Add support for mnemonics in windows.
5308         New functions:
5309         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
5310         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
5311
5312         * gtk/testgtk.c:
5313         Update to function name changes.
5314         
5315 2001-03-21  Alexander Larsson  <alexl@redhat.com>
5316
5317         * gtk/gtkimagemenuitem.[c]:
5318         Add gtk_image_menu_item_new_from_stock()
5319
5320 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
5321
5322         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5323         Fix buglet in meeting.
5324
5325 2001-03-19  Havoc Pennington  <hp@redhat.com>
5326
5327         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
5328         add a bunch of accessor functions. This is because we have
5329         reasonable expectations of extending what fields it contains in
5330         the future.
5331
5332         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
5333         changes
5334
5335         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
5336         GtkIconSource   
5337
5338 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
5339
5340         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
5341         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
5342
5343         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
5344           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
5345           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
5346           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
5347         Change float to double everywhere with the exception of 0<->1.0 alignment
5348         and GtkCurve.
5349
5350 2001-03-19  Tor Lillqvist  <tml@iki.fi>
5351
5352         * gdk/win32/gdkdrawable-win32.c
5353         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
5354         output.
5355
5356         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
5357         gdkwin32.h.
5358
5359 2001-03-18  Tor Lillqvist  <tml@iki.fi>
5360
5361         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
5362         print_event_state, print_event): Use preprocessor macro to make
5363         code more compact. Print also GDK_WINDOW_STATE events.
5364         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
5365         
5366         * gtk/gtk.def
5367         * gtk/makefile.mingw.in: Update.
5368
5369         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
5370         to catch also Cygwin.
5371
5372 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
5373
5374         * gtk/gtkspinbutton.[hc]: added rc-style argument
5375         GtkSpinButton::shadow_type.
5376         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
5377         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
5378         rc-style settings.
5379
5380         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
5381
5382         * gtk/gtkwidget.c: quark cleanups.
5383
5384         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
5385         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
5386         to create_rc_style() (we don't do cloning in standard OO sense).
5387         added per rc style properties.
5388         
5389         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
5390         property values and for caching those. some cleanups.
5391         
5392         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
5393         
5394         * gtk/gtksettings.[hc]: new file for global rc-file properties
5395         (at least currently, should get extended to support X properties
5396         and other communication mechanisms).
5397         
5398         * gtk/gtkwidget.[hc]: added style property support:
5399         (gtk_widget_class_install_style_property_parser): install style
5400         property pspec with parser function for rc-file values other
5401         than LONG, DOUBLE or STRING.
5402         (gtk_widget_class_install_style_property): same as above without
5403         parser (parsers are going to be needed quite infrequently).
5404         (gtk_widget_style_get_property): retrive style property value.
5405         (gtk_widget_style_get_valist): same as above with varargs support,
5406         has NOCOPY semantics.
5407         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
5408
5409 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
5410
5411         * demos/gtk-demo/main.c (row_activated_cb): modified to use
5412         "row_activated" signal.
5413
5414         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
5415         stupidity.  Lets actually pass in the row with this signal...
5416
5417 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
5418
5419         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
5420
5421         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
5422
5423         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
5424         everything into the ::destroy function, and freed a lot more.
5425
5426 2001-03-16  Havoc Pennington  <hp@redhat.com>
5427
5428         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
5429         instead of gint16, to avoid overflow issues, since sizes > 16-bit
5430         are now allowed.
5431
5432 2001-03-16  Havoc Pennington  <hp@redhat.com>
5433
5434         * Applied patch from Nils Barth (bug # 51041) to 
5435         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
5436         in various places.
5437
5438 2001-03-15  Havoc Pennington  <hp@redhat.com>
5439         
5440         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
5441         for properties to set on the tag.
5442
5443         * gtk/testtext.c: fixups to reflect create_tag change
5444         
5445         * gtk/gtktexttag.c (gtk_text_tag_set_property):
5446         background/foreground stipple are objects, not boxed.
5447
5448         * demos/gtk-demo/textview.c: intellihancing
5449
5450 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
5451
5452         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
5453         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
5454
5455 2001-03-16  Alexander Larsson  <alexl@redhat.com>
5456
5457         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
5458         Fix sign error with queued region translations.
5459
5460 2001-03-15  HideToshi Tajima  <tajima@happy>
5461
5462         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
5463         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
5464         * gtk/gtkentry.c (update_im_cursor_location): 
5465         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
5466         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
5467         set_cursor_pos to set_cursor_location in GtkInputContext class
5468
5469 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
5470
5471         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
5472         the location of the cell relative to its area.
5473         * gtk/gtkcell*: modified for above change
5474         * gtk/gtktreeview.c: modified for above change.
5475
5476 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
5477
5478         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
5479          (gtk_tree_view_finalize): actually unref the model.  Thanks to
5480         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
5481
5482 2001-03-14  Havoc Pennington  <hp@redhat.com>
5483
5484         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
5485         
5486         * gtk/gtk.h: remove gtkdata.h
5487
5488         * gtk/Makefile.am: remove gtkdata
5489         
5490         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
5491         not "disconnect" on the adjustments.
5492         
5493         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
5494         GtkData
5495
5496         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
5497         not GtkData
5498
5499         * configure.in: handle case where X render exists, but Pango lacks
5500         Xft support.
5501
5502 2001-03-15 Alexander Larsson  <alexl@redhat.com>
5503
5504         * gtk/gtktoolbar.[ch]:
5505         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
5506         to add stock items to toolbars.
5507
5508         * gtk/Makefile.am:
5509         Remove ../gdk/gdkim.h from gdk_headers.
5510
5511 2001-03-15  Sven Neumann  <sven@gimp.org>
5512
5513         * gdk/gdkim.h: removed
5514         
5515         * gdk/gdkprivate.h
5516         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
5517
5518 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
5519
5520         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
5521         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
5522         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
5523         set_cursor_pos() virtual method
5524
5525         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
5526         (gtk_im_context_xim_set_cursor_pos): add implementation for
5527         set_cursor_pos() method
5528
5529         * gtk/gtkentry.c (recompute_idle_func): set current cursor
5530         position to input methods
5531
5532 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
5533
5534         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
5535         code a lot.
5536
5537         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
5538         g_mem_chunk.
5539         (_gtk_tree_data_list_alloc): use g_mem_chunk.
5540         (_gtk_tree_data_list_node_to_value): Fix to switch on
5541         G_TYPE_FUNDAMENTAL.
5542         (_gtk_tree_data_list_value_to_node): Fix to switch on
5543         G_TYPE_FUNDAMENTAL.
5544         (_gtk_tree_data_list_node_copy): Fix to switch on
5545         G_TYPE_FUNDAMENTAL.
5546
5547 2001-03-12  Havoc Pennington  <hp@redhat.com>
5548
5549         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
5550         to convert to new property API. Also, change default_width and
5551         default_height get_property to return 0 as the flag value for
5552         "unset"; -1 is not a valid value for these fields.
5553
5554 2001-03-12  Havoc Pennington  <hp@redhat.com>
5555
5556         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
5557         enum with registration for icon sizes, instead of strings.
5558
5559         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
5560         gtkwidget.c: Fix to reflect GtkIconSize
5561         
5562 2001-03-12  Alexander Larsson  <alexl@redhat.com>
5563
5564         Make GtkFB compile and link.
5565         
5566         * gdk/linux-fb/gdkdrawable-fb2.c:
5567         window->mapped to GDK_WINDOW_IS_MAPPED(). 
5568         
5569         * gdk/linux-fb/gdkwindow-fb.c:
5570         window->mapped to GDK_WINDOW_IS_MAPPED(). 
5571         Added gdk_window_shape_combine_region.
5572         Added assorted placeholders for unimplemented new GdkWindow API calls.
5573
5574 2001-03-12  Alexander Larsson  <alexl@redhat.com>
5575
5576         * gtk/gtkfilesel.c:
5577         Add more test when converting filenames from/to utf-8.
5578         Don't allow entering text in the filename entry which isn't allowed in
5579         a filename. Just beep instead.
5580
5581 2001-03-12  Alexander Larsson  <alexl@redhat.com>
5582
5583         * gtk/gtkclist.c:
5584         Scroll using gdk_window_scroll(). Don't wait for exposes.
5585         Move the column headers in an order that makes them flash less.
5586
5587 2001-03-10  Hans Breuer  <hans@breuer.org>
5588
5589         * gdk/gdk.def : updated
5590
5591         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
5592         to offseting the clip_mask at the right place
5593
5594         * gdk/win32/gdkwindow-win32.c : don't create background brushes
5595         for all the gdkClasses, especially not for the input_only case.
5596         Otherwise flickering wont be avoidable, because we don't get
5597         WM_ERASEBKGND message for these windows.
5598
5599         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
5600         and fixed massive redraw problems apparently triggered by Alexanders 
5601         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
5602         but it seems to work quite well :-)
5603
5604         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
5605         prototype
5606
5607 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
5608
5609         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
5610         (gtk_list_store_set_cell): Fix a stupid typo.
5611
5612 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
5613
5614         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
5615         select_all not work if you're in SINGLE mode (it doesn't make that
5616         much sense, anyway.)
5617
5618         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
5619         handle types more sanely.
5620         (_gtk_tree_data_list_value_to_node): handle types more sanely.
5621         (_gtk_tree_data_list_node_copy): handle types more sanely.
5622
5623         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
5624         GValue better. Converts the type as well.
5625
5626         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
5627         GValue better. Converts the type as well.
5628
5629 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
5630
5631         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
5632         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
5633         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
5634         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
5635
5636         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
5637         gdk_im/gdk_ic.
5638
5639 2001-03-09  Hans Breuer  <hans@breuer.org>
5640
5641         * gdk/gdk.def : updated
5642
5643         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
5644         for their palette
5645
5646         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
5647         removing
5648
5649         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
5650         removing and implemented Havoc's GdkWindow state functions; 
5651         stick/unstick only as no-op, cause I don't know how to emulate 
5652         on win32 ...
5653
5654         * gtk/gtk.def : updated
5655
5656         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
5657
5658         * gtk/gtktypeutils.c : #include <string.h>
5659
5660         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
5661
5662 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
5663
5664         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
5665         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
5666         not a boxed.
5667
5668 2001-03-09  Alexander Larsson  <alexl@redhat.com>
5669
5670         * docs/Changes-2.0.txt:
5671         Document expose event->region change and that gtk_widget_event
5672         doesn't allow passing expose events.
5673
5674         * gdk/gdkevents.h:
5675         Add region to expose event.
5676         
5677         * gdk/gdkevents.c:
5678         Handle event->region in gdk_event_copy() and gdk_event_free().
5679
5680         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
5681         Generate expose_event->region when creating expose events.
5682
5683         * gdk/x11/gdkevents-x11.c:
5684         Generate expose events with regions when translating X events.
5685
5686         * gtk/gtkcontainer.[ch]:
5687         Default expose handler that propagates expose events to NO_WINDOW
5688         children. New function gtk_container_propagate_expose()
5689
5690         * gtk/gtkwidget.[ch]:
5691         Moved gtk_widget_event implementation to gtk_widget_event_internal.
5692         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
5693         expose events. New function gtk_widget_send_expose() to send expose
5694         events. New function gtk_widget_region_intersect() to calculate
5695         window/region intersections.
5696         
5697         * gtk/gtkmain.c (gtk_main_do_event):
5698         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
5699         Use gtk_widget_send_expose() to send expose events.
5700         
5701         * gtk/gtkbin.c:
5702         * gtk/gtkbox.c:
5703         * gtk/gtkfixed.c:
5704         * gtk/gtkimagemenuitem.c:
5705         * gtk/gtklist.c:
5706         * gtk/gtkpacker.c:
5707         * gtk/gtktable.c:
5708         * gtk/gtktree.c:
5709         Remove expose handler, using the default container implementation
5710         instead.
5711         
5712         * gtk/gtkbutton.c:
5713         * gtk/gtkcheckbutton.c:
5714         * gtk/gtkeventbox.c:
5715         * gtk/gtkfixed.c:
5716         * gtk/gtkhandlebox.c:
5717         * gtk/gtklayout.c:
5718         * gtk/gtklistitem.c:
5719         * gtk/gtkmenu.c:
5720         * gtk/gtkmenubar.c:
5721         * gtk/gtkmenuitem.c:
5722         * gtk/gtknotebook.c:
5723         * gtk/gtkoptionmenu.c:
5724         * gtk/gtkpaned.c:
5725         * gtk/gtkscrolledwindow.c:
5726         * gtk/gtktogglebutton.c:
5727         * gtk/gtktoolbar.c:
5728         * gtk/gtktreeitem.c:
5729         * gtk/gtkviewport.c:
5730         Chain expose handler to parent class handler. Use
5731         gtk_container_propagate_expose() to propagate exposes.
5732
5733         * gtk/gtkclist.c (check_exposures):
5734         * gtk/gtktext.c (process_exposes):
5735         Use gtk_widget_send_expose instead of gtk_widget_event.
5736
5737 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
5738
5739         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
5740
5741 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
5742
5743         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
5744         unref the nodes.   Fixes bug #50058.
5745
5746         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
5747         "::ref_iter" to "::ref_node".
5748         (gtk_tree_model_unref_node): change "::unref_iter" to
5749         "::unref_node". Fixes bug #50064.
5750
5751 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
5752
5753         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
5754         support for invisible cells.
5755          (gtk_tree_view_bin_expose): ditto
5756
5757 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
5758
5759         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
5760         on gobjects.
5761
5762         * tests/testtreefocus.c (main): New test file.
5763
5764         * tests/testtreeview.c: update to latest glib changes.
5765
5766         * tests/testtreecolumns.c: update to latest glib changes.
5767
5768 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
5769
5770         * gtk/testgtk.c: re-enabled event watcher emission hooks.
5771
5772 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
5773
5774         * *.c: added accumulator data argument to g_signal_newc()
5775         functions.
5776
5777         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
5778         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
5779         * gtk/treestoretest.c (make_window):
5780         s/g_signal_connect/g_signal_connectc/.
5781
5782         * gtk/gtktextbuffer.c: completed signal arg fixups,
5783         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
5784
5785 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
5786
5787         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
5788         G_CONST_RETURN.
5789
5790         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
5791         ::hierarchy-changed signal when a widget changes
5792         from anchored to unanchored or vice versa.
5793         (anchored means 
5794          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
5795         Use a private flag to keep track of this efficiently.
5796
5797 2001-03-07  Havoc Pennington  <hp@redhat.com>
5798
5799         * gtk/testgtk.c (create_spins): uglify so that size request gets
5800         tested.
5801
5802         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
5803         request on values for upper/lower, completes #6152
5804
5805 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
5806
5807         * Makefile.am: Remove gtk-config-2.0 again.
5808         (Grrrr, pkg-config. And stops make loops.)
5809
5810 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
5811
5812         * gtk/gtksignal.[hc]: removed old emission hook API.
5813         
5814         * docs/Changes-2.0.txt: fixed sections.
5815         
5816         * gtk/gtktextbuffer.c: signal arg fixups.
5817
5818 2001-03-07  Havoc Pennington  <hp@redhat.com>
5819
5820         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
5821
5822         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
5823         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
5824         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
5825         validation and the redraw which is higher priority than the
5826         validation.
5827
5828 2001-03-07  Havoc Pennington  <hp@redhat.com>
5829
5830         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
5831         (gtk_entry_set_property): remove trailer
5832
5833         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
5834         (gtk_entry_get_width_chars): new functions, to set size request to 
5835         a given number of characters
5836
5837         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
5838
5839         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
5840         (gtk_dialog_get_has_separator): new function
5841         (run_delete_handler): fix to not emit "response" signal
5842         because we already did in the delete event handler installed
5843         at dialog creation time.
5844         
5845         * gtk/gtkdialog.h: add a has_separator property,
5846         add GTK_DIALOG_NO_SEPARATOR flag
5847
5848 2001-03-07  Havoc Pennington  <hp@redhat.com>
5849
5850         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
5851         off decorations for a window.
5852
5853         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
5854         changes
5855
5856         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
5857         to get location of PangoLayout inside the label, closes #51198
5858
5859         * gtk/testgtk.c (create_bbox): fix up button box usage
5860
5861         * gtk/testcalendar.c (create_calendar): fix up button box usage
5862
5863         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
5864
5865         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
5866
5867         * gtk/gtkhbbox.h: deprecations
5868
5869         * gtk/gtkvbbox.h: deprecations
5870
5871         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
5872         emulate deprecated gtk_button_box_get_spacing
5873
5874         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
5875         the "set global default" functions
5876         (struct _GtkButtonBox): remove "spacing" field, use the one from 
5877         GtkBox base class
5878
5879         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
5880
5881         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
5882         render the icon, return the missing image icon.
5883
5884         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
5885         image icon if the load fails.   
5886
5887         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
5888         when no image is found; should be the Netscape "missing image"
5889         icon eventually but for now is a random image
5890
5891         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
5892         role for the session manager
5893
5894         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
5895
5896         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
5897         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
5898
5899         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
5900
5901 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
5902
5903         * gtk/*.c: marshaller fixes.
5904         
5905         * gtk/gtkmarshal.list: extreme cleanup.
5906
5907         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
5908         param spec for now.
5909
5910         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
5911         where appliable.
5912
5913         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
5914         special cased autogenerated boxed types from gtktypebuiltins_ids.c
5915         which are not reference counted:
5916         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
5917         PangoFontDescription, GtkTreeIter and GtkTreePath.
5918
5919 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
5920
5921         * gtk/gtktreeselection.h: 
5922         * gtk/gtktreemodel.c:
5923         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
5924         file should be included directly, and gobject/gmarshal.h
5925         as well as gtk/gtkmarshal.h even can't be included directly.
5926
5927         * Makefile.am: grr, install gtk-config-2.0.
5928
5929         * gtk/testgtk.c:
5930         * gtk/simple.c:
5931         * gtk/gtkmenu.c:
5932         * gtk/gtkitemfactory.c: use g_object_connect() instead of
5933         passing "*signal*::*" args to gtk_widget_set().
5934         
5935         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
5936         
5937         * gtk/*.c: removed trailer arg from property setters and getters.
5938         macro fixups.
5939
5940 2001-03-07  Alexander Larsson  <alexl@redhat.com>
5941
5942         * gtk/gtklabel.c (set_markup): Removed warning
5943
5944 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
5945
5946         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
5947         field to allow you to hide cell renderers.
5948
5949         * gtk/gtkcellrenderer.c: Add support for invisible cells.
5950
5951         * gtk/gtktreeview.c: Add support for invisible cells.
5952
5953 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
5954
5955         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
5956         Add "clicked" signal back to columns.
5957
5958         * ChangeLog: remove conflict markers.
5959
5960 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
5961
5962         * gtk/gtkbutton.c: Add animation of activation by, on 
5963         activate, pressing the button, and adding a timeout that 
5964         releases the button after 250ms or on key release and
5965         emits ::clicked. (#51501)
5966
5967         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
5968         action area, we connect to ::clicked instead of ::activate
5969         so the dialog stays up through the animation.
5970
5971 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
5972
5973         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
5974         check the ignore_enter flag for the menu shell that
5975         the item is actually a child of, not for attached
5976         submenus. (#51536)
5977
5978 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
5979
5980         * gtk/gtkmain.c (gtk_propagate_event): Only do special
5981         special key-press grab handling for widgets within
5982         GtkWindows. Otherwise, fall through to normal case.
5983
5984         This prevents key events being sent twice to GtkInvisible
5985         widgets, which can cause all sorts of mischief.
5986
5987 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
5988
5989         * gtk/gtkmain.c (gtk_propagate_event): When a grab
5990         widget is in effect, give the grab widget a first
5991         crack at KEY_PRESS/RELEASE events. (#424)
5992
5993 2001-03-06  James Henstridge  <james@daa.com.au>
5994
5995         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
5996         offset for the window_state_event to point at window_state_event
5997         rather than no_expose_event.
5998
5999 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
6000
6001         * gtk/gtkimmodule.h: fix busted /* comment */
6002
6003 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
6004
6005         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
6006         object properties.
6007
6008 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
6009
6010         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
6011         add object properties.
6012
6013         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
6014         to add object properties.
6015
6016         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
6017         object properties.
6018
6019         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
6020         add object properties.
6021
6022         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
6023         object properties.
6024
6025 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
6026
6027         * gtk/gtktreemodel.c: renamed "child_toggled" to
6028         "has_child_toggled".
6029
6030         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
6031         handle new signal name.
6032
6033         * gtk/gtktreestore.c: Updated to handle new signal name.
6034         * gtk/gtklisttore.c: Updated to handle new signal name.
6035         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
6036
6037 2001-03-05  Alexander Larsson  <alexl@redhat.com>
6038
6039         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
6040         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
6041
6042 2001-03-05  Michael Natterer  <mitch@gimp.org>
6043
6044         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
6045         pixbuf-engine coincidentially also failed to make one of it's
6046         parent_class pointers static, causing overwriting of GtkLabel's
6047         parent_class pointer in pixbuf_style_class_init().
6048         (Will commit the fix to the pixbuf-engine too).
6049
6050 2001-03-05  Alexander Larsson  <alexl@redhat.com>
6051
6052         * gdk/gdkwindow.h:
6053         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
6054         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
6055         gdk_window_set_icon_list for net wmspec functionality.
6056
6057         * gdk/x11/gdkwindow-x11.c:
6058         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
6059         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
6060         gdk_window_set_icon_list.
6061         Added gdk_wmspec_change_state helper function and used it in the code.
6062         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
6063
6064         * gtk/gtkdialog.c (gtk_dialog_init):
6065         Set GDK_WINDOW_TYPE_HINT_DIALOG.
6066
6067         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
6068         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
6069
6070         * gtk/gtkwindow.c:
6071         new function gtk_window_set_type_hint.
6072         On realize, set type hint and modal hint.
6073
6074         * gtk/gtkwindow.h:
6075         Added type_hint field and gtk_window_set_type_hint.
6076
6077 2001-03-05  Alexander Larsson  <alexl@redhat.com>
6078
6079         * gtk/gtklabel.[ch]:
6080         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
6081         New function gtk_label_get_accel_keyval () to get the underline accelerator
6082         of the label. Setting the label pattern overrides other attributes.
6083
6084 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
6085
6086         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
6087         Added missing initializers to gtk_rc_style_init().
6088
6089 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
6090
6091         * gtk/gtktextview.c: fixed bug #51097 about setting 
6092         gtk_text_view_set_border_window_size() if the widget is 
6093         already realized.
6094
6095 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
6096
6097         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
6098
6099         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
6100         comment. Won't do to have duplicated doc comments between
6101         the platform subdirs.
6102
6103 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
6104
6105         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
6106           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
6107
6108         Detectable auto-repeat - make a repeating key generate
6109         press/press/press/release instead of press/release pairs.
6110
6111         If we have Xkb and XkbSetDectableAutoRepeat supports
6112         that, we do it that way. Otherwise, when we get
6113         a release event, we check ahead with XPending to see
6114         if the next key is a KeyPress with the same keycode
6115         and timestamp. (Not 100% reliable, but pretty close.)
6116           
6117 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
6118         
6119         * gtk/gtkmain.c (gtk_propagate_event): Only do special
6120         special key-press grab handling for widgets within
6121         GtkWindows. Otherwise, fall through to normal case.
6122  
6123         This prevents key events being sent twice to GtkInvisible
6124         widgets, which can cause all sorts of mischief.
6125  
6126 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
6127  
6128         * gtk/gtkmain.c (gtk_propagate_event): When a grab
6129         widget is in effect, give the grab widget a first
6130         crack at KEY_PRESS/RELEASE events. (#424)
6131  
6132 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
6133
6134         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
6135         to extend the selection. (Roughly based on patch
6136         from Jay Cox, #50939)
6137
6138         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
6139         to properly handle previous GDK_BUTTON_PRESS. 
6140         (Patch from Jay Cox, #50938)
6141
6142         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
6143         '\0' back along with the deleted text. (#51148)
6144
6145 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
6146
6147         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
6148         the group when extracting it from the X keyboard event.
6149
6150         * modules/input/Makefile.am modules/input/imipa.c: 
6151         Simple module for entering IPA. (Do we need a 
6152         gtk-stupid-input-tricks CVS module?)
6153
6154 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
6155
6156         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
6157         const.
6158
6159         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
6160
6161         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
6162         is no focus widget for the dialog currently, grab the focus as well
6163         as the default.
6164
6165         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
6166         the action area's children to iterate through, not the
6167         dialog's children.
6168
6169 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
6170
6171         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
6172         Add plug-socket tests. (Won't work worth a darn until I commit
6173         the rest of the plug-socket changes, but no reason these
6174         can't go into CVS now.)
6175
6176 2001-03-02  Havoc Pennington  <hp@redhat.com>
6177
6178         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
6179         _gdk_region_get_xrectangles()
6180
6181         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
6182
6183         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
6184
6185         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
6186         function, contributed by Ron Steinke    
6187
6188         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
6189         gdk_net_wm_supports
6190
6191         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
6192         New function, contributed by Ron Steinke
6193
6194         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
6195         used to line up the text in the entry when using the entry for
6196         editable sheet cell hacks
6197
6198         * gtk/testgtk.c (create_entry): test the activate_default setting
6199         on GtkEntry
6200
6201         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
6202         cause the entry to activate the default button for a dialog when 
6203         activated
6204         (gtk_entry_get_activates_default): new function
6205
6206 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
6207
6208         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
6209         Hwang to move call to sync_selection() up a few lines
6210         to before the row list is modified, to fix crash when
6211         removing rows in the undo_selection list.
6212
6213         (Test case provided by Daniel Elstner:
6214
6215         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
6216
6217 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
6218
6219         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
6220         of tree->root_tree in parent_set rather than _map(), 
6221         fixing #50892 in a bit better manner.
6222
6223 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
6224
6225         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
6226
6227 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
6228
6229         * gtk/gtkstyle.c : Remove duplicate fwd decl for
6230         gtk_default_draw_shadow.
6231
6232 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
6233
6234         * gdk/gdkimage.c (gdk_image_new): Remove excess 
6235         warning, make warnings more verbose, treat a error
6236         in shmat as permanent, and don't try again.
6237         (#51163, Ed Randall.)
6238
6239 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
6240
6241         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
6242         delay for the first click before starting to scroll.
6243         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
6244
6245         * gtk/gtktext.c: GtkText should have I-beam cursor. 
6246         (based on gtk-enf-990513-1.patch, Eric Fisher.)
6247
6248 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
6249
6250         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
6251         cleanup to remove some references to unused
6252         ->xoffset, ->yoffset.
6253
6254 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
6255
6256         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
6257         mask. (#51039, fix from Martin Maierhofer)
6258
6259 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
6260
6261         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
6262         for unshifted + and shifted = for non-us keyboards.
6263         Make <Control>+ and <Control>- work as well as 
6264         <Control>KP_Plus, <Control>KP_Minus for recursive
6265         open/close.  (#2682, René Seindal)
6266
6267 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
6268
6269         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
6270         the active menu item before deactivating the menu,
6271         so gtk_menu_popdown doesn't change the history. (#50964)
6272         
6273 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
6274
6275         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
6276         draw lines with text_gc rather than black_gc.
6277         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
6278
6279 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
6280
6281         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
6282         Move handling of buttons fully in gtktreeviewcolumn.  This code is
6283         less interrelated then it was, but it still requires the
6284         GtkTreeView to map it.
6285
6286         * test/testtreecolumn.c: Now I can add a column to one view,
6287         remove it, add it to the another view, remove it, then re-add it
6288         to the first.  Nifty.
6289
6290 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
6291
6292         * docs/tutorial/gtk-tut.sgml: Minor corrections
6293
6294 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
6295
6296         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
6297         GtkRowReference.
6298
6299 2001-02-28  Havoc Pennington  <hp@redhat.com>
6300
6301         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
6302         draw_default
6303         (gtk_widget_draw_focus): remove this function; we could instead
6304         make it just gtk_widget_draw(), but in most cases I think the
6305         result would be broken user code, so think it's better to have
6306         that code not compile and get fixed
6307         (gtk_widget_draw_default): ditto
6308
6309         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
6310         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
6311         
6312         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
6313         widgets lose/get the default, instead of calling draw_default
6314         
6315         * docs/Changes-2.0.txt: note about all this
6316
6317         Then fixed every widget in GTK, I won't list all the filenames.
6318
6319 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
6320
6321         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
6322         _gtk_tree_row_reference_deleted.
6323         (inserted_callback): Proxy out to
6324         _gtk_tree_row_reference_inserted.
6325         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
6326         get around signal emission ordering problem.
6327
6328         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
6329         fix to work with SINGLE 
6330         (_gtk_tree_selection_internal_select_node): Major sanitization on
6331         selections.  SINGLE now seems to work.
6332
6333         * tests/Makefile.am: add testtreecolumn.c:
6334
6335         * tests/testtreecolumn.c: New test.  Mostly points out selection
6336         bugs currently, but will test columns later.
6337
6338         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
6339         selection bug.  I hate touching this code -- it's scary.
6340
6341 2001-02-26  Havoc Pennington  <hp@redhat.com>
6342
6343         * gtk/testgtk.c: test the window state stuff
6344
6345         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
6346         window come to the user's attention as if it were just created
6347         (gtk_window_iconify): new function
6348         (gtk_window_deiconify): new function
6349         (gtk_window_stick): new function
6350         (gtk_window_unstick): new function
6351         (gtk_window_maximize): new function
6352         (gtk_window_unmaximize): new function
6353
6354         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
6355
6356         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
6357
6358         * gdk/x11/gdkevents-x11.c: create window state events when
6359         appropriate
6360         (gdk_wmspec_supported): new function
6361
6362         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
6363         iconification before showing the window
6364         (gdk_window_deiconify): new function
6365         (gdk_window_stick): new function
6366         (gdk_window_unstick): new function
6367         (gdk_window_maximize): new function
6368         (gdk_window_unmaximize): new function
6369
6370         * gdk/gdkwindow.c: store the window state in the window; 
6371         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
6372         window->mapped.
6373         (gdk_window_get_state): return the current window state
6374
6375         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
6376         (gdk_event_get_state): handle GDK_WINDOW_STATE
6377         (gdk_synthesize_window_state): function to create the window state
6378         events
6379
6380         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
6381         event, for changes to "window state" such as maximized, sticky, 
6382         etc.
6383         
6384         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
6385         focuses a window
6386
6387         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
6388         finds out if we support a given WM spec hint
6389
6390 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
6391
6392         * docs/faq/gtk-faq.sgml: New question re memory leaks.
6393
6394 2001-02-25  Hans Breuer  <hans@breuer.org>
6395
6396         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
6397         cause we want to loose those prototypes only in the latter case
6398
6399         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
6400         GdkPixmapImplWin32 because it itsn't derived from it. Use the
6401         impl member variable instead
6402
6403         * gtk/gtk.def : updated
6404
6405         * gtk/gtklist.c : 
6406         * gtk/gtkmenus.c : include <string.h> for memset ()
6407
6408         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
6409         for everthing built here, but for gtk-x.x.dll only. This solves
6410         problem of indifferent gtk type definitions
6411
6412 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
6413
6414         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
6415
6416 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
6417
6418         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
6419         column that is exposed.
6420
6421         (_gtk_tree_view_update_size): Changed name from set_size, and
6422         changed function to do more work, and not force people calling it
6423         to figure out the size.  Simplifies a lot of code elsewhere.
6424
6425 2001-02-23  Alexander Larsson  <alexl@redhat.com>
6426
6427         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
6428         return solid masks for xpms that have no transparent color.
6429         This makes the ..._create_from_xpm... API backwards
6430         compatible.
6431
6432 2001-02-23  Tor Lillqvist  <tml@iki.fi>
6433
6434         * README.win32: Update. Mention the gtk-1-3-win32-production
6435         branch.
6436
6437         * gdk/win32/bdfcursor.c: New file. A program that generates
6438         xcursors.h. Thanks to Stefan Ondrejicka.
6439
6440         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
6441         compact format.
6442
6443         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
6444
6445         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
6446         function, uses xcursors.h.
6447         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
6448         cursor from inline data instead of using LoadCursor() to generate
6449         it from a resource.
6450
6451         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
6452         event, must check the Windows message for mouse button state, as
6453         the GDK event state might not have been built if it is
6454         undelivered. Remove one goto.
6455
6456         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
6457         SetCursor() if the current cursor as returned by GetCursor() is
6458         the window's previous cursor. The ChildWindowFromPoint() test
6459         apparently didn't work correctly.
6460
6461         * gdk/win32/rc/*.cur: Remove.
6462
6463         * gdk/win32/rc/gdk.rc.in: Remove cursors.
6464
6465         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
6466
6467         * gtk/makefile.{mingw,msc}.in: Updates.
6468
6469 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
6470
6471         * gtk/gtktreemodel.h: add functions for signal emission.
6472
6473         * gtk/gtktreestore.c: move to use above functions instead of
6474         g_signal_emit.
6475
6476         * gtk/gtkliststore.c: ditto
6477
6478 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
6479
6480         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
6481         GObject instead of GtkObject.
6482
6483         * gtk/gtkliststore.c: ditto.
6484
6485         * gtk/gtktreemodelsort.c: ditto.
6486
6487         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
6488         GtkTreeModelIface, instead of in each model.
6489
6490 2001-02-21  Havoc Pennington  <hp@redhat.com>
6491
6492         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
6493         unbreak this function
6494
6495         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
6496         properties
6497
6498         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
6499         properties
6500
6501         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
6502         properties
6503
6504         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
6505         mean unset the max length
6506
6507 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
6508
6509         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
6510         Changed name to be set_cell_data_func to make it clear what
6511         the functino does.  Close bug #51069.
6512
6513 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
6514
6515         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
6516         have memory actually freed.  Keeps box running longer.
6517
6518 2001-02-21  Alexander Larsson  <alexl@redhat.com>
6519         
6520         * gtk/gtkseparatormenuitem.[ch]:
6521         Added new menu separator item. The drawing and size handling
6522         is still done in GtkMenuItem, but the API is a bit more sane.
6523         
6524         * gtk/Makefile.am:
6525         Add gtkseparatormenuitem.[ch].
6526
6527         * gtk/gtk.h:
6528         Add gtkseparatormenuitem.h.
6529         
6530         * gtk/gtkentry.c:
6531         * gtk/gtkmenufactory.c:
6532         * gtk/gtktextview.c:
6533         Use the new API for menu separators.
6534         
6535         * demos/gtk-demo/menus.c (create_menu):
6536         Add some GtkSeparatorMenuItem demo code.
6537
6538 2001-02-20  Havoc Pennington  <hp@redhat.com>
6539
6540         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
6541         Lee Mallabone
6542
6543         * gtk/gtkarrow.c: Convert to new property API, patch from 
6544         Lee Mallabone
6545
6546 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
6547
6548         * tests/testtreeview.c (toggled_callback): fix to reflect change
6549         in GtkTreeModelStore.
6550
6551 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
6552
6553         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
6554         function to create an icon set from a pixbuf.
6555
6556 2001-02-20  Alexander Larsson  <alexl@redhat.com>
6557
6558         * gtk/gtkcellrenderertext.[ch]:
6559         Add a "markup" property.
6560
6561         * gtk/treestoretest.c:
6562         Use the markup property, remove some leftover stuff from
6563         GtkTreeModelMapping.
6564
6565 2001-02-20  Alexander Larsson  <alexl@redhat.com>
6566
6567         * gtk/gtklabel.c (gtk_label_set_selectable):
6568         Queue a redraw if the selectable setting was changed.
6569
6570 2001-02-20  Alexander Larsson  <alexl@redhat.com>
6571
6572         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
6573         Actually copy the whole gc, not just the public parts.
6574         
6575         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
6576         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
6577         labels.
6578
6579 2001-02-19  Havoc Pennington  <hp@pobox.com>
6580
6581         * gdk/gdkwindow.c: docs
6582
6583         * gdk/gdkrgb.c: docs
6584
6585         * gdk/gdkregion-generic.c: docs
6586
6587         * gdk/gdkgc.c (gdk_gc_set_values): docs
6588
6589         * gdk/gdkdraw.c: docs
6590
6591         * gdk/gdkdrawable.h: deprecate drawable get/set data
6592
6593 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
6594
6595         * demos/gtk-demo/dialog.c: Add simple new demo.
6596
6597 2001-02-19  Havoc Pennington  <hp@redhat.com>
6598
6599         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
6600         insert_child_anchor signal, bug #50245
6601
6602         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
6603         from create_child_anchor, so the anchor is passed in
6604
6605         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
6606         (_gtk_widget_segment_new): have the child anchor object passed in, 
6607         instead of creating it.
6608
6609         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
6610         to gtk_text_buffer_get_modified
6611
6612 2001-02-19  Havoc Pennington  <hp@redhat.com>
6613
6614         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
6615         changed GLib without fixing GTK
6616
6617         * gtk/gtkrange.h: Rename all the stupid implementation detail 
6618         functions to have an underscore in front. Most of them should 
6619         probably just go away, but for starters don't export them.
6620         Bug #50482
6621
6622 2001-02-19  Havoc Pennington  <hp@redhat.com>
6623
6624         * gdk/gdkcolor.h: test was backward, so deprecated functions were
6625         excluded by default
6626
6627         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
6628         clean up the old code a bit
6629
6630         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
6631         inconsistent state
6632
6633         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
6634         draw inconsistent state
6635
6636         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
6637         (create_menu): add inconsistent test
6638
6639         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
6640         new function
6641         (gtk_check_menu_item_get_inconsistent): new function
6642         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
6643         state (using etched in for now)
6644
6645         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
6646         draw inconsistent state
6647
6648         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
6649         function, used when the user has selected a range of stuff in
6650         different states
6651         (gtk_toggle_button_get_inconsistent): accessor for that
6652         (gtk_toggle_button_paint): draw inconsistent state (etched in?
6653         don't know what else to do)
6654
6655 2001-02-19  Hans Breuer <hans@breuer.org>
6656
6657         * gtk/gtk.def : updated exported symbols
6658
6659         * gtk/makefile.msc.in : updated
6660
6661         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
6662         a colormap, when invoked from testgtk::entry. I'm not sure where
6663         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
6664         avoids immediate crashing ...
6665
6666         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
6667         any objections ?
6668
6669         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
6670         0 parameter. At least msvc doesn't like macros with var args. 
6671         I simply removed the extra 0, was it a feature or a typo ?
6672
6673         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
6674         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
6675         because the value assignment to the internal struct wasn't working.
6676         I'm not absolutely sure. The problem could have been resolved by
6677         changing the "func" declartion in the struct, but was the pointer
6678         to the function pointer intended ?
6679
6680         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
6681
6682         * gdk/gdk.def : updated exported symbols
6683
6684         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
6685         only use SetDIBitsToDevice if there is a palette at the drawable
6686         and the image is GDK_VISUAL_PSEUDO_COLOR
6687
6688         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
6689
6690         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
6691
6692         * gdk/*/makefile.msc : updated
6693
6694 2001-02-19  Havoc Pennington  <hp@redhat.com>
6695
6696         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
6697         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
6698
6699         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
6700         (gdk_key_repeat_restore): nuke
6701
6702         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
6703         (gdk_init_check): no atexit func
6704
6705         * gdk/gdkrgb.h: mark some stuff deprecated
6706
6707         * gdk/gdkcolor.h: mark some stuff deprecated
6708         
6709         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
6710
6711         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
6712
6713 2001-02-16  Havoc Pennington  <hp@redhat.com>
6714
6715         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
6716         scroll steps.
6717
6718         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
6719         steps, and add Ctrl-arrow shortcuts for paging visually as with
6720         HScale, since Page Up and Page Down move logically.
6721
6722         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
6723         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
6724         
6725         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
6726         steps
6727         (gtk_range_scroll): handle the visual steps
6728
6729         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
6730         scroll steps
6731
6732         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
6733         steps, not the logical ones.
6734
6735         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
6736         (scroll_vertical): handle up/down steps
6737
6738 2001-02-19 Alexander Larsson  <alexl@redhat.com>
6739
6740         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
6741         Copy data and free data with free().
6742
6743         * gdk-pixbuf/gdk-pixbuf.c:
6744         * gdk-pixbuf/io-jpeg.c:
6745         * gdk-pixbuf/io-png.c:
6746         Use g_try_malloc/g_free instead malloc/free.
6747         
6748         * gdk-pixbuf/test-gdk-pixbuf.c:
6749         Must... initialize... gobject...
6750         
6751         * gdk-pixbuf/pixops/timescale.c:
6752         * gtk/gtkcalendar.c:
6753         Use g_malloc instead of malloc.
6754         
6755 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
6756
6757         * gtk/testgtkrc:
6758         Comment out property assignments, these don't work yet.
6759
6760 2001-02-17  Havoc Pennington  <hp@pobox.com>
6761
6762         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
6763         bit.
6764
6765 2001-02-17  Havoc Pennington  <hp@pobox.com>
6766
6767         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
6768         shadowed variables that had broken size request in some cases,
6769         leading to bogus tooltips (#50996)
6770
6771 2001-02-06  Jon K Hellan  <hellan@acm.org>
6772
6773         Implement fast browsing of tooltips, bug #50619
6774         
6775         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
6776         and last_popdown
6777         
6778         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
6779         use_sticky_delay and last_popdown.
6780         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
6781         time of popdown.
6782         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
6783         is NULL.
6784         (gtk_tooltips_recently_shown): New static function.  Return true
6785         if < sticky_delay has elapsed since last popdown.
6786         (gtk_tooltips_event_handler): Display window after sticky_delay
6787         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
6788         since last popdown.
6789         
6790 2001-02-17  Havoc Pennington  <hp@pobox.com>
6791
6792         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
6793         instead of (). #6394
6794
6795         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
6796         G_CONST_RETURN, make it return by reference, #50473
6797         
6798 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
6799
6800         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
6801         generated ENTER_NOTIFY event with 0, otherwise not explicitely
6802         setup fields contain garbage (e.g. subwindow, breaking
6803         gdk_drawable_ref() upon event copy).
6804         (gtk_menu_stop_navigating_submenu_cb): same here.
6805
6806         * gtk/gtklist.c (gtk_list_vertical_timeout): 
6807         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
6808         * gtk/gtkclist.c (vertical_timeout): 
6809         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
6810         default-zero-intialization for unions to memset(,0,), as unions are
6811         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
6812         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
6813
6814         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
6815         g_closure_sink() warning.
6816
6817         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
6818         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
6819         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
6820         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
6821         
6822 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
6823
6824         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
6825         gtk_*_store_get, and moved to GtkTreeModel.
6826
6827         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
6828
6829         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
6830
6831         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
6832
6833         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
6834         set the func.
6835
6836         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
6837         freeze/thaw notify between setting all the properties for a cell.
6838
6839         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
6840
6841 2001-02-15  Havoc Pennington  <hp@redhat.com>
6842
6843         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
6844         the X coordinates so they're with respect to the line, rather than 
6845         with respect to the layout.
6846
6847         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
6848         Mallabone
6849
6850         * gtk/testgtk.c (create_range_controls): add vscale tests, 
6851         and inverted test
6852
6853         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
6854         #50806
6855
6856         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
6857
6858         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
6859         gtk_text_iter_is_end
6860
6861         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
6862         rename gtk_text_buffer_get_end_iter
6863
6864         * gtk/testgtk.c (create_labels): Add test for selectable
6865
6866         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
6867         the selection stuff. This code is kind of broken since it doesn't 
6868         use the theme engine.
6869
6870         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
6871         fix infinite loop and y offset problem
6872         (gdk_draw_layout_line_with_colors): fix foreground color handling
6873
6874         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
6875         that makes the label selectable.
6876         
6877         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
6878         layout when the style is set, since fonts etc. could have changed.      
6879
6880 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
6881
6882         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
6883
6884         * gtk/gtktreemodelsimple.[ch]: removed.
6885
6886 2001-02-16  Alexander Larsson  <alexl@redhat.com>
6887
6888         * gtk/gtktreemodelmapping.[ch]:
6889         New files. Implement GtkTreeModelMapping.
6890         
6891         * gtk/Makefile.am:
6892         Add gtktreemodelmapping.[ch].
6893         
6894         * gtk/gtk.h:
6895         Add gtktreemodelmapping.h
6896
6897         * gtk/treestoretest.c:
6898         Test the GtkTreeModelMapping
6899
6900 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
6901
6902         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
6903         have a demo, we might as well pass in real values.  Thanks to
6904         clahey for pointing this out.
6905
6906 2001-02-14  Havoc Pennington  <hp@pobox.com>
6907
6908         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
6909         "static" to a private function
6910         (gtk_image_menu_item_class_init): remove destroy handler,
6911         add "image" object property
6912
6913 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
6914
6915         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
6916         Add a shortcut if the window and the current clip_region doesn't
6917         overlap. This is needed when there are a lot of windows in a
6918         window. The layout test in testgtk is a good test.
6919
6920         * gdk/linux-fb/gdkwindow-fb.c:
6921         Whitespace fix.
6922
6923 2001-02-13  Sven Neumann  <sven@convergence.de>
6924
6925         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
6926
6927 2001-02-13  Alexander Larsson  <alexl@redhat.com>
6928
6929         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
6930         Don't reference last_cursor if it is null. Fixes crash when rotating
6931         the screen before having moved the mouse.
6932
6933         * gdk/linux-fb/gdkcc-fb.c: Zapp!
6934
6935         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
6936
6937         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
6938         when using 90 or 270 degrees rotation.
6939
6940 2001-02-12  Havoc Pennington  <hp@pobox.com>
6941
6942         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
6943         it always set the foreground, even if we were only using
6944         a stipple.
6945         (gdk_draw_layout_line_with_colors): new function, allow
6946         override colors
6947         (gdk_draw_layout_with_colors): new function, allow override
6948         colors
6949         (gdk_pango_layout_line_get_clip_region): function to get the clip
6950         region for a logical text range
6951         (gdk_pango_layout_get_clip_region): get the clip region for a
6952         logical text range
6953
6954         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
6955         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
6956         the right number of arguments.
6957
6958         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
6959         enhance the function to check that node data corresponds to a 
6960         view still belonging to the tree.
6961
6962         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
6963         GtkTreePath
6964         (gtk_tree_view_inserted): ditto
6965         (gtk_tree_view_child_toggled): ditto
6966
6967         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
6968         simplify this code.
6969
6970         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
6971         a PangoAttrList
6972
6973         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
6974
6975         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
6976
6977         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
6978         size in the size request 
6979         (gtk_menu_bar_size_allocate): consider toggle size here
6980
6981         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
6982         that displays a widget in the toggle slot
6983
6984         * gtk/testgtk.c: test GtkImageMenuItem
6985
6986         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
6987         
6988         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
6989         request and allocation
6990
6991         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
6992
6993         * gtk/gtkcheckmenuitem.c
6994         (gtk_check_menu_item_toggle_size_request): ditto
6995         
6996 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
6997
6998         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
6999         reference.
7000
7001         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
7002         and refuse to initialize GTK+ if they fail.
7003
7004 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
7005
7006         * configure.in: Add check for gtk-doc version.
7007
7008 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
7009
7010         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
7011         where the xpad/ypad was only being used on one side!
7012
7013 2001-02-11  Tor Lillqvist  <tml@iki.fi>
7014
7015         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
7016         function, copied from X11 version.
7017
7018         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
7019         DestroyCursor failures. The reason for the problem (despite the
7020         inconsistent messages from GetLastError()) was that
7021         DestroyCursor() cannot be called while a cursor is set in a
7022         window. Set the new cursor first and then destroy the old one.
7023         Thanks to jpe@archaeopteryx.com.
7024
7025         * gdk/win32/gdkcc-win32.c: Remove.
7026
7027         * gdk/win32/Makefile.am: Remove from here, too.
7028         
7029         * gdk/gdk.def
7030         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
7031
7032         * gtk/gtk.def
7033         * gtk/makefile.mingw.in: Updates.
7034
7035 2001-02-08  Havoc Pennington  <hp@redhat.com>
7036
7037         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
7038         add a widget to a bin that already has a child.
7039
7040         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
7041
7042         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
7043         
7044         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
7045
7046         * gdk/gdk.h: remove gdkcc.h
7047
7048         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
7049
7050         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
7051         GdkPixbuf, since the previous implementation was GdkColorContext
7052         dependent.
7053
7054         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
7055         
7056 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
7057
7058         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
7059         a sane value!
7060
7061 2001-02-08  Havoc Pennington  <hp@redhat.com>
7062
7063         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
7064         lighten them.
7065
7066 2001-02-08  Havoc Pennington  <hp@redhat.com>
7067
7068         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
7069         validation idle
7070
7071         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
7072         cell renderer
7073
7074         * demos/pixbuf-demo.c (timeout): remove deprecated
7075         gtk_widget_draw
7076
7077         * demos/testpixbuf-save.c (main): remove deprecated
7078         gtk_drawing_area_size
7079
7080         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
7081         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
7082         at the start of the allocation.
7083         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
7084         unsetup or NULL model.
7085
7086         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
7087         even/odd/sorted cells in the tree view.
7088
7089         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
7090         bugfixes
7091
7092         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
7093         backgrounds with draw_flat_box using different detail for even/odd
7094         rows.
7095
7096         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
7097         row, so we can draw the alternating colors thing
7098
7099         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
7100         property from a synonym property, notify for the synonym.
7101         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
7102         (gtk_text_tag_get_property): Always return the font, even if
7103         all its fields aren't set
7104
7105         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
7106         store the attr list; it leaves us with no way to change attributes
7107         in _render according to the render flags, and no way to implement
7108         get_property. Instead store all the specific text attributes. 
7109         Separate whether an attribute is enabled from its value. Sync all
7110         properties with GtkTextTag, make them all consistent, etc.
7111
7112         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
7113         renderers can highlight the sort row/column     
7114
7115         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
7116         accessor functions to get values; this has the side effect of
7117         showing up which accessor functions were missing. Added those.
7118
7119         * gtk/gtktreeviewcolumn.h: Replace set_justification with
7120         set_alignment, to be consistent with GtkLabel, GtkMisc
7121
7122         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
7123         arrow.
7124
7125         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
7126
7127         * gtk/gtktreesortable.h: updates in here
7128
7129 2001-02-07  Sven Neumann  <sven@convergence.de>
7130
7131         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
7132         pango dimensions after painting the background. We used to draw
7133         gigantic flat boxes here.
7134
7135 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
7136
7137         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
7138         error introduced with earlier commit) (pointed out by
7139         Ollie Lho)
7140
7141 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
7142
7143         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
7144         which are no longer necessary.
7145
7146 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
7147
7148         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
7149
7150 2001-02-04  Tor Lillqvist  <tml@iki.fi>
7151
7152         * gdk/gdk.def
7153         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
7154         Provide dummy implementations.
7155
7156 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
7157
7158         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
7159
7160         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
7161         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
7162         deprecated this function.
7163
7164         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
7165         argument.
7166
7167 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
7168
7169         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
7170
7171 2001-02-03  Havoc Pennington  <hp@pobox.com>
7172
7173         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
7174         Mikael Hermansson with patch from Mikael (if there was a toggle
7175         start one after the first character in the range, this function
7176         was broken). Bug #50380
7177
7178 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
7179
7180         * configure.in: Remove confusing comment about X11.
7181
7182 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
7183
7184         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
7185         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
7186         
7187 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
7188
7189         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
7190         it breaks things on BSD. If you want to compile GTK+ with
7191         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
7192         when configuring, since GTK+ simply can't be "pure ANSI" 
7193         in the header files it uses. (#8170, Greg Hudson)
7194
7195 2001-02-02  Havoc Pennington  <hp@redhat.com>
7196
7197         * gtk/gtkwindow.c: docs
7198
7199         * gtk/gtkwidget.c: docs
7200         (gtk_widget_set_colormap): add a reference to the colormap
7201         (gtk_widget_get_default_colormap): add a reference to the colormap
7202
7203         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
7204
7205         * gtk/gtktextiter.c: docs
7206
7207         * gtk/gtkmain.c (gtk_propagate_event): docs
7208
7209         * gtk/gtkpaned.c (gtk_paned_get_position): docs
7210         (gtk_paned_set_position): docs
7211
7212         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
7213         sort interface, no implementation yet.
7214
7215         * demos/testpixbuf.c (new_testrgb_window): replace
7216         gtk_drawing_area_size() with gtk_widget_set_usize()
7217
7218         * demos/testpixbuf-drawable.c (main): ditto
7219         
7220         * gtk/testgtk.c: remove use of GtkStatusbarMsg
7221
7222         * gtk/gtktextbuffer.c: docs
7223
7224         * gtk/gtkstock.c: docs
7225
7226         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
7227
7228         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
7229
7230         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
7231         
7232         * gtk/gtkimage.c: add some docs in here
7233         (gtk_image_size_request): change name of
7234         gtk_widget_render_stock_icon
7235         (gtk_image_get_icon_set): don't dup returned string
7236         (gtk_image_get_icon_set): don't dup returned string
7237
7238         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
7239         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
7240         and gtkiconfactory.h functions
7241
7242         * gtk/gtkiconfactory.c: add some docs in here
7243
7244         * gtk/gtkmain.c (gtk_get_default_language): document
7245         (gtk_get_current_event): document
7246         (gtk_get_current_event_state): document
7247         (gtk_get_event_widget): document
7248
7249         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
7250
7251         * gtk/gtkcontainer.c: Add some documentation
7252         (gtk_container_add): give a more explanatory warning on adding an
7253         already-parented widget, this is kind of a FAQ and also a common
7254         typo that's easier to debug with a nice warning 
7255
7256         * gtk/gtkcellrenderertoggle.c
7257         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
7258         adding this, it's useless
7259         (gtk_cell_renderer_toggle_set_active): remove
7260         (gtk_cell_renderer_toggle_get_radio): add
7261
7262         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
7263         the NULL cell renderer, that doesn't make any sense to me. 
7264
7265         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
7266         demo code should never use deprecated features.
7267
7268         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
7269         code should never use deprecated features.
7270
7271         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
7272         gtk_widget_queue_clear_area deprecated
7273
7274         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
7275         deprecated
7276
7277         * gtk/gtklabel.h: mark gtk_label_get() deprecated
7278
7279         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
7280         a GdkImage deprecated, replaced by new consistently-named
7281         functions       
7282
7283         * gtk/gtkmain.h: Mark gtk_exit() deprecated
7284
7285         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
7286
7287         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
7288         deprecated
7289
7290         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
7291         so it won't appear in docs and confuse people.
7292
7293         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
7294
7295         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
7296         macros deprecated. (can't mark the type itself deprecated, since
7297         GtkProgressBar is not deprecated and we need the type decl to use
7298         GtkProgressBar)
7299
7300         * gtk/gtkpixmap.h: Mark deprecated
7301
7302         * gtk/gtkoldeditable.h: Mark deprecated
7303
7304         * gtk/gtklist.h: Mark deprecated
7305
7306         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
7307         for anything anymore.
7308
7309         * gtk/gtkctree.h: Mark deprecated
7310
7311         * gtk/gtkclist.h: Mark deprecated
7312
7313         * gtk/gtkpreview.h: Mark deprecated
7314
7315         * gtk/gtkpacker.h: Mark deprecated
7316
7317         * gtk/gtktipsquery.h: Mark deprecated
7318
7319         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
7320
7321         * gtk/gtkvruler.h: Add comment that it will move out of GTK
7322
7323         * gtk/gtkhruler.h: Add comment that it will move out of GTK
7324
7325         * gtk/gtkruler.h: Add comment that it will move out of GTK
7326
7327         * gtk/gtkgamma.h: Add comment that it will move out of GTK
7328
7329         * gtk/gtkcurve.h: Add comment that it will move out of GTK
7330
7331 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
7332
7333         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
7334         gdk_colormap_sync private since it was never exported
7335         in a header file.
7336
7337         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
7338         colormap->colors[] for StaticGray, StaticColor colormaps.
7339
7340         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
7341         was being used as if it was image->bits_per_pixel.
7342
7343         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
7344         for the image in the GdkImage structure since it isn't
7345         reconstructable, and we need it to handle packed types
7346
7347         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
7348         the assumption that on Win32 image->bits_per_pixel == image->depth,
7349         always.
7350
7351         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
7352
7353         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
7354         warning message if no converter can be found. 
7355
7356 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
7357
7358         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
7359         chars to isupper() / tolower(). (#567)
7360
7361         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
7362         to clear up 64-bit warnings. (#567)
7363
7364 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
7365
7366         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
7367         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
7368
7369         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
7370         since some people set $(libdir) separately. (#1290, David Kaelbling)
7371
7372 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
7373
7374         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
7375         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
7376         MAXPATHLEN, but the code here depends on a fixed value.)
7377         (#4524)
7378
7379 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
7380
7381         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
7382         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
7383
7384 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
7385
7386         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
7387         viewable there is no way that moving the node will cause the 
7388         focus row to become not viewable, so omit check on the visibility
7389         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
7390
7391 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
7392
7393         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
7394         selection before inserting new text.
7395
7396 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
7397
7398         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
7399         Make the sensitivity of the reparented child track that of
7400         the original parent menu item. (#34218, David Hodson)
7401
7402         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
7403         the case where the current item is destroyed properly.
7404
7405         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
7406         some edge cases with child-less menuitems.
7407         
7408 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
7409
7410         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
7411         key pop down window. (#12074, Jon K Hellan)
7412
7413 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
7414
7415         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
7416         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
7417         The solution here isn't perfect - you get an extraneous
7418         emission of "toggle", which could conceivably confuse an app,
7419         but better than the current situation. LXR search seems to
7420         indicate that no apps in GNOME CVS connect to "toggle".
7421
7422 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
7423
7424         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
7425         gtk_public_h_sources to directly here to avoid warning when
7426         building srcdir != builddir. (#9656)
7427
7428 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
7429
7430         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
7431         handlers in gtkrange.c return the proper values (TRUE == handled)
7432         (#10316).
7433
7434         This is just the tip of the iceberg, but gtkrange.c is the
7435         most common place where the propagation is problematical,
7436         and also a place where it is almost certainly safe to change
7437         this in the stable branch.
7438
7439         (You don't want right click popups on a range control or anything...)
7440
7441 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
7442
7443         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
7444         area on focus out, even if a background pixmap isn't set.
7445         (#13941)
7446         
7447 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
7448
7449         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
7450         to deal with setting the shape properly when scrolling arrows are
7451         turned on, but not visible because there is sufficient space.
7452         (#13432)
7453
7454 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
7455
7456         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
7457         items with submenus, destroy the item along with the submenu.
7458         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
7459         properly.
7460
7461         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
7462         later.
7463
7464 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
7465
7466         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
7467         the focus widget sometimes wasn't drawn with the default if there
7468         was no default widget.
7469
7470         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
7471         unreference pixmaps. 
7472
7473         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
7474         for some extra safety.
7475
7476 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
7477
7478         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
7479         the text of a cell to the old pointer value better, by
7480         copying the new text before freeing the old text. Some code
7481         cleanup. (#8079, Karl Nelson)
7482
7483 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
7484
7485         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
7486         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
7487
7488 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
7489
7490         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
7491         item from a menu, check to see if it matches 
7492         menu->old_active_menu_item, and if so, unref and clear
7493         old_active_menu_item (Patch from Pavel Cisler)
7494
7495         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
7496         menu_shell->active_menu_item, if it is the child being
7497         removed. (Patch based on that of Gene Ragan, #50337)
7498
7499 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
7500
7501         * gdk/linux-fb/gdkselection-fb.c: 
7502         * gdk/linux-fb/gdkcolor-fb.c: 
7503         * gdk/linux-fb/gdkdrawable-fb2.c: 
7504         * gdk/linux-fb/gdkfont-fb.c: 
7505         * gdk/linux-fb/gdkim-fb.c: 
7506         * gdk/linux-fb/gdkinput.c: 
7507         * gdk/linux-fb/gdkkeyboard-fb.c: 
7508         * gdk/linux-fb/gdkmain-fb.c: 
7509         * gdk/linux-fb/gdkrender-fb.c: 
7510         A bunch of whitespace cleanup.
7511         
7512 2001-01-30  Havoc Pennington  <hp@pobox.com>
7513
7514         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
7515         #ifdef GTK_ENABLE_BROKEN.
7516
7517         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
7518         GTK_ENABLE_BROKEN just before including the broken headers.
7519         
7520         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
7521         deprecated types registered.
7522
7523         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
7524         we have to test the broken stuff.
7525
7526         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
7527         
7528 2001-01-30  Havoc Pennington  <hp@redhat.com>
7529
7530         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
7531         here where prev pointer was set to the wrong thing
7532
7533         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
7534         (gtk_tree_path_is_descendant): new function
7535
7536         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
7537         cached length
7538         (gtk_list_store_get_iter): don't modify iter if we can't get the
7539         path.
7540
7541         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
7542         
7543         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
7544         GtkTreeDragDest
7545
7546         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
7547         was causing segfault
7548
7549         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
7550         pointer to NULL
7551
7552         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
7553
7554         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
7555         on returning FALSE
7556         (gtk_list_store_iter_children): ditto
7557         (gtk_list_store_iter_nth_child): ditto
7558         (gtk_list_store_iter_nth_child): ditto
7559         (gtk_list_store_iter_parent): ditto
7560
7561         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
7562         on iter->user_data != NULL instead of silently accepting it.
7563         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
7564         we are returning TRUE.
7565         (gtk_tree_store_iter_children): ditto
7566         (gtk_tree_store_iter_nth_child): ditto
7567         (gtk_tree_store_iter_parent): ditto
7568         (gtk_tree_store_insert): remove handling of parent->user_data ==
7569         NULL, replace with parent == NULL       
7570
7571         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
7572         and a comment explaining things
7573
7574         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
7575         interface support to GtkTreeStore.
7576
7577         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
7578         FALSE if no prev, fix
7579
7580         * gtk/gtktreeview.c (set_source_row): use a row reference
7581         (set_dest_row): use a row reference
7582
7583 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
7584
7585         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
7586         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
7587         (gtk_tree_selection_select_iter): The same as above.
7588
7589 2001-01-26  Havoc Pennington  <hp@redhat.com>
7590
7591         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
7592         which holds a handle to a specific row (particular set of values
7593         in the model, i.e. pointer-identity row).
7594
7595         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
7596         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
7597         Still need to use it for the src/dest row saved on the drag context.
7598
7599 2001-01-26  Havoc Pennington  <hp@redhat.com>
7600
7601         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
7602
7603         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
7604         not offset by TREE_VIEW_HEADER_HEIGHT
7605         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
7606         TREE_VIEW_HEADER_HEIGHT
7607
7608         * configure.in (included_loaders): for me, --with-included-loaders
7609         generates the error "the specified loader yes does not exist",
7610         i.e. the arg defaults to "yes", so change test for value ""
7611         to test for value "yes", and include all loaders in that case.
7612
7613         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
7614
7615         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
7616         handle TREE_VIEW_VERTICAL_SEPARATOR
7617         (gtk_tree_view_bin_expose): fix to consider the row offset as
7618         pointing halfway into vertical separator.       
7619         (gtk_tree_view_draw_node_focus_rect): ditto
7620
7621         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
7622         --gtk-debug=updates, which causes gdk_window_set_debug_updates
7623         (TRUE) to be called.
7624
7625         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
7626         debug mode where the invalid region is colored in on invalidate,
7627         so you can see the flicker and know whether your redraw code is 
7628         doing a good job.
7629
7630         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
7631         tree window coordinates (clip rect is in tree window coords)
7632
7633         * gtk/Makefile.am: add gtktreednd.[hc]
7634
7635         * gtk/gtkliststore.c: implement gtktreednd interfaces.
7636
7637         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
7638         drag-and-drop data operations on a model (so we can set up tree
7639         drag-and-drop automatically)
7640
7641         * gtk/testgtk.c: Add a window to change sensitivity in the
7642         GtkLabel test; add a way to change the entry frame in GtkEntry
7643         test
7644
7645         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
7646         (gtk_entry_get_has_frame): new functions to remove the frame
7647         around an entry
7648         (gtk_entry_size_request): shrink requisition if no frame
7649         (gtk_entry_draw_focus): don't draw frame if no frame
7650
7651         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
7652         checks inside a cell renderer
7653         (gtk_default_draw_option): ditto for options
7654
7655         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
7656         children from the alignment, not the button
7657         (gtk_tree_view_column_init): ref/sink the column, to emulate
7658         GObject refcounting.
7659
7660         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
7661         
7662         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
7663         Use theme functions to draw the toggles 
7664
7665         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
7666
7667         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
7668         GdkPangoAttrEmbossed to use in rendering insensitive text
7669
7670         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
7671
7672         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
7673         using new GDK features
7674         
7675 2001-01-24  Alexander Larsson  <alexl@redhat.com>
7676
7677         * gtk/gtkimage.c:
7678         Splitted gtk_image_clear into gtk_image_clear() and
7679         gtk_image_reset(). Call gtk_image_clear() in ::destroy
7680         to avoid leaks.
7681
7682         * gtk/gtklabel.c (set_markup):
7683         Don't leak text.
7684
7685         * gtk/gtktextlayout.c:
7686         Always free display->shaped_objects.
7687
7688         * gtk/testgtk.c (create_clist):
7689         Don't leak custom style.
7690
7691 2001-01-23  Alexander Larsson  <alexl@redhat.com>
7692
7693         * gtk/gtkcolorsel.c (grab_color_at_mouse):
7694         Don't leak image. Simplify using gdk_colormap_query_color().
7695         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
7696
7697         * linux-fb/gdkcolor-fb.c:
7698         Implemented gdk_colormap_query_color.
7699
7700 2001-01-23  Alexander Larsson  <alexl@redhat.com>
7701
7702         * linux-fb/gdkcursor-fb.c:
7703         Don't leak built-in cursors.
7704
7705         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
7706         Don't leak tmp_points.
7707
7708         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
7709         Don't modify desc. Don't leak font if the PangoFont
7710         isn't found.
7711         
7712         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
7713         Free dash_list.
7714
7715         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
7716         Don't leak string.
7717         
7718 2001-01-20  Havoc Pennington  <hp@pobox.com>
7719
7720         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
7721         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
7722         me, matches Pango
7723
7724 2001-01-22  Havoc Pennington  <hp@redhat.com>
7725
7726         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
7727
7728         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
7729
7730         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
7731         Remove, move back to gdk-pixbuf
7732
7733         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
7734         to all the word functions
7735
7736         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
7737         before doing anything on NULL layout or if we don't have the focus
7738
7739         * gtk/testtext.c (fill_example_buffer): "justification"
7740
7741         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
7742         to be called "justification" not "justify"
7743
7744         * demos/gtk-demo/textview.c (create_tags): "justification"
7745         
7746         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
7747
7748 2001-01-22  Alexander Larsson  <alexl@redhat.com>
7749
7750         * gdk/gdkwindow.c (gdk_window_invalidate_region):
7751         Don't leak visible_region. Use visible_region instead of region.
7752         
7753         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
7754         Don't do extra gdk_drawable_ref(). This is not X.
7755         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
7756         gdk_fb_focused_window is ref:ed.
7757         (gdk_fb_window_send_crossing_events): Watch out for destroyed
7758         windows.
7759
7760 2001-01-22  Alexander Larsson  <alexl@redhat.com>
7761
7762         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
7763         Don't leak the PangoFontDescriptor.
7764
7765 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
7766
7767         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
7768         when not realized.
7769         (gtk_tree_view_scroll_to_cell): Make work when not realized.
7770         (gtk_tree_view_realize): add scroll_to support
7771         (gtk_tree_view_finalize): add a finalize method.  Populate.
7772         (gtk_tree_view_insert_column): ref and sink the column.
7773         (gtk_tree_view_append_column): ref and sink the column.
7774         (gtk_tree_view_queue_draw_node): New function to handle redrawing
7775         individual nodes.  Should make the code much more efficient, if
7776         actually used.
7777
7778 2001-01-19  Havoc Pennington  <hp@redhat.com>
7779
7780         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
7781         byte_offset variable was being used to mean both "offset into
7782         layout" and "offset into buffer line" which was no longer true
7783         with addition of preedit string; fix
7784
7785 2001-01-19  Havoc Pennington  <hp@redhat.com>
7786
7787         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
7788
7789         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
7790         function
7791
7792         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
7793         implement
7794
7795         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
7796         scroll_to_cell, matches TextView scroll functions better
7797         (gtk_tree_view_tree_to_widget_coords): new function
7798         (gtk_tree_view_widget_to_tree_coords): new function
7799         (gtk_tree_view_get_visible_rect): new function
7800         (gtk_tree_view_get_path_at_pos): accept negative coordinates
7801         (gtk_tree_view_draw_node_focus_rect): new function moved from
7802         draw_focus, also, use width of bin_window as width of the focus
7803         rect
7804         (gtk_tree_view_expand_row): fix bug where it didn't recognize
7805         already-expanded rows
7806         (gtk_tree_view_get_cell_rect): new function
7807         (gtk_tree_view_get_path_at_pos): return the click position
7808         relative to the passed-in cell
7809         (gtk_tree_view_set_expander_column): new function
7810
7811         * configure.in: remove gtk-config-2.0 chmod
7812
7813         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
7814         and properly handle drags with targets we don't understand
7815         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
7816         scrolling anyway
7817         (gtk_text_view_drag_drop): stop scrolling here though, and set the
7818         mark invisible
7819
7820         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
7821         function
7822         (gtk_drag_dest_get_target_list): new function
7823         (gtk_drag_dest_set_target_list): new function
7824         
7825         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
7826
7827         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
7828         related to drag-and-drop
7829
7830 2001-01-19  Alexander Larsson  <alexl@redhat.com>
7831
7832         * gdk/linux-fb/gdkprivate-fb.h:
7833         Define EMULATE_GDKFONT.
7834         Add extra pango_font stuff to GfkFontPrivate.
7835         
7836         * gdk/linux-fb/gdkdrawable-fb2.c:
7837         * gdk/linux-fb/gdkfont-fb.c:
7838         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
7839         emulation using PangoFont.
7840
7841 2001-01-17  Havoc Pennington  <hp@pobox.com>
7842
7843         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
7844         all the non-deprecated set_foo functions. Added missing object
7845         properties, and added g_object_notify() to setters. 
7846         Wrote docs.
7847         
7848 2001-01-18  Tor Lillqvist  <tml@iki.fi>
7849
7850         * gtk/gtkmain.c
7851         * gtk/gtkrc.c: (Win32) Use the new
7852         g_win32_get_package_installation_(sub)directory() functions.
7853
7854         * config.h.win32.in: New file.
7855         
7856         * config.h.win32: Removed.
7857
7858         * configure.in: Output config.h.win32.
7859
7860         * Makefile.am: Add it to EXTRA_DIST.
7861
7862         * gtk/gtk.def: Update.
7863
7864 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
7865
7866         * gtk/gtklabel.c (gtk_label_size_request): Set the
7867         attributes onto the PangoLayout even if they are newly
7868         created from label->pattern.
7869
7870 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
7871
7872         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
7873
7874         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
7875         structures in functions. Fixes bug where gtk_dataset_*
7876         was accidentally still being used in one place, causing
7877         every dest side event to be treated independently.
7878
7879         * gtk/gtkdnd.c: Remove last vestages of handling
7880         ::draw (fixes warning)
7881         
7882         * gtk/gtkentry.[ch]: Add drag and drop support.
7883
7884         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
7885         new function gtk_check_drag_threshhold() for checking
7886         to check if (dx,dy) has exceeded the threshhold for starting
7887         a drag and use it everywhere.
7888
7889 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
7890
7891         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
7892         add -I{includedir}/gtk-2.0.
7893
7894         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
7895         gdk/gdk-pixbuf.h: Doc fixups.
7896         
7897         * gtk/gtkobject.h: Remove trailing , from enum
7898
7899 2001-01-17 Alexander Larsson <alexl@redhat.com> 
7900
7901         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
7902         Doh! Mixed up x and y.
7903
7904         * gdk/linux-fb/gdkglobals-fb.c:
7905         Removed gdk_fb_pointer_grab_window_events,
7906         added _gdk_fb_pointer_grab_owner_events and
7907         _gdk_fb_keyboard_grab_owner_events.
7908
7909         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
7910         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
7911         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
7912         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
7913         Send crossing events after ungrab finished.
7914         (gdk_keyboard_grab): Set ..._owner_events
7915         (type_masks): Move out of function.
7916         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
7917         gdk_fb_keyboard_event_window): New functions, return the
7918         window an event should be targeted at. Handles grabs and
7919         event propagation. Can return NULL.
7920         (gdk_event_make): Remove event_mask checking. Now always
7921         returns an event.
7922                 
7923         * gdk/linux-fb/gdkkeyboard-fb.c:
7924         * gdk/linux-fb/gdkproperty-fb.c:
7925         * gdk/linux-fb/gdkselection-fb.c:
7926         Use new event_window/gdk_event_make() behaviour.
7927         
7928         * gdk/linux-fb/gdkmouse-fb.c:
7929         Use new event_window/gdk_event_make() behaviour.
7930         Only send motion events if in the same window.
7931         If grabbed, use cursor from window if sibling of grabbed
7932         window, and cursor from grabbed window otherwise.
7933
7934         * gdk/linux-fb/gdkprivate-fb.h:
7935         Update gdk_fb_window_send_crossing_events, gdk_event_make
7936         and grab varaible declarations. Add gdk_fb_*_event_window().
7937
7938         * gdk/linux-fb/gdkwindow-fb.c:
7939         Use new event_window/gdk_event_make() behaviour.
7940         Keep correct track of focus window.
7941         (gdk_window_set_events): Set all specific button motion masks
7942         if GDK_BUTTON_MOTION_MASK set.
7943
7944         * gtk/gtkdnd.c (gtk_drag_update):
7945         Free info->last_event if gdk_drag_motion returned FALSE.
7946
7947 2001-01-16  Tor Lillqvist  <tml@iki.fi>
7948
7949         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
7950         Eliminate redraws when input-only windows are shown or
7951         hidden. Thanks to jpe@archaeopteryx.com.
7952
7953 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
7954
7955         * docs/faq/gtk-faq.sgml: FAQ update:
7956           - Update to bugzilla
7957           - Add GTK+ and security/SUID/SGID
7958           - Add DnD question
7959
7960 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
7961
7962         * gdk/linux-fb/gdkdnd-fb.c:
7963         Some cleanups.
7964         
7965 2001-01-15  Havoc Pennington  <hp@pobox.com>
7966
7967         * tests/testtreeview.c: add test stuff for CellRendererToggle
7968
7969         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
7970         accessor
7971
7972         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
7973         only toggle on button press (would do release like GtkButton, but
7974         we'd need implicit grab code for treeview cells)
7975
7976 2001-01-16  Tor Lillqvist  <tml@iki.fi>
7977
7978         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
7979
7980         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
7981         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
7982
7983         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
7984         to g_{locale,filename}_{to,from}_utf8 to match current API.
7985
7986         * gtk/makefile.msc.in (gtk_OBJECTS)
7987         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
7988
7989         * gtk/gtk.def: Update.
7990
7991 2001-01-15  Tor Lillqvist  <tml@iki.fi>
7992
7993         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
7994         implementaion that more closely mimics the events that an X server
7995         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
7996         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
7997         with nested preview widgets, for instance, more responsive when
7998         you move the mouse quickly into them.
7999         (find_window_for_pointer_event): Make it actually compile.
8000         (gdk_event_translate): Set send_event to the value of
8001         InSendMessage (). This doesn't really mean the same as X11's
8002         send_event flag, but is close enough, says jpe@archaeopteryx.com
8003
8004 2001-01-15  Alexander Larsson  <alexl@redhat.com>
8005
8006         * gdk/linux-fb/gdkdnd-fb.c:
8007         Implemented drag and drop.
8008         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
8009         when it tries to free and then copy the same event (info->last_event).
8010         I am not sure about why this happens, but will continue looking.
8011
8012 2001-01-15  Alexander Larsson  <alexl@redhat.com>
8013
8014         * gdk/linux-fb/gdkwindow-fb.c:
8015         Use gdk_window_invalidate_rect instead of
8016         gdk_window_invalidate_rect_clear to minimise flashing.
8017         When hiding windows you need to clear the root window though.
8018
8019 2001-01-15  Alexander Larsson  <alexl@redhat.com>
8020
8021         * gdk/linux-fb/gdkdrawable-fb2.c:
8022         For optization, add an full_shapes argument to gdk_fb_clip_region.
8023         If this is false, only the cliprects of the shapes are used.
8024
8025         * gdk/linux-fb/gdkprivate-fb.h:
8026         Export gdk_fb_window_peek_shape.
8027         Add full_shapes to gdk_fb_clip_region.
8028
8029         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
8030         When moving a window, don't clear everything under the it, just the
8031         root window. Makes stuff faster and flash less.
8032         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
8033         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
8034         offset of the shape.
8035         
8036
8037 2001-01-12  Havoc Pennington  <hp@redhat.com>
8038
8039         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
8040         current invalid region, fixes redraw bug while scrolling the 
8041         text widget
8042
8043         * gtk/gtktextview.c, gtk/gtktextview.h:
8044         Rearrange the scrolling/validation/etc. code in a major way, 
8045         so it seems to make sense to me. Probably isn't genuinely that
8046         much better, but...
8047
8048         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
8049         notifies
8050
8051         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
8052
8053 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
8054
8055         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
8056         Hide mouse pointer while rotation. Show it afterwards.
8057
8058 2001-01-12  Alexander Larsson  <alexl@redhat.com>
8059
8060         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
8061         windows in consideration when generating clip region.
8062
8063         * gdk/linux-fb/gdkfb.h:
8064         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
8065
8066         * gdk/linux-fb/gdkprivate-fb.h:
8067         Add shape to GdkWindowFBDatat.
8068         exported gdk_fb_window_get_abs_shape().
8069         removed gdk_fb_draw_lines declaration.
8070
8071         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
8072         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
8073         send focus changes when there is a grabbed window.
8074         (gdk_window_get_pointer): Handle shaped windows.
8075         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
8076         (gdk_fb_window_peek_shape): Returns the shape for a window,
8077         handles GDK_FB_USE_CHILD_SHAPE.
8078         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
8079         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
8080         (gdk_window_shape_combine_mask): Implement.
8081
8082         * gtk/gtkwindow-decorate.c:
8083         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
8084         setting the shape of a window makes the window transparent.
8085
8086 2001-01-11  Havoc Pennington  <hp@redhat.com>
8087
8088         * gtk/gtktreemodelsimple.h: Oops, broke some macros
8089
8090 2001-01-10  Havoc Pennington  <hp@redhat.com>
8091
8092         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
8093         add this function, bug 40251
8094
8095         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
8096         of type macro   
8097
8098 2001-01-11  Alexander Larsson  <alexl@redhat.com>
8099
8100         * acconfig.h:
8101         Added ENABLE_SHADOW_FB
8102
8103         * configure.in:
8104         Added --disable-shadowfb
8105
8106         * gdk/linux-fb/gdkcursor-fb.c:
8107         Update shadowfb when updating cursor
8108
8109         * gdk/linux-fb/gdkdrawable-fb2.c:
8110         Added wrappers for shadowfb that calls  the normal drawable
8111         methods, but calls gdk_shadow_fb_update(bounding box) when
8112         GdkWindows are drawed to.
8113         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
8114         which also returns the bounding box.
8115
8116         * gdk/linux-fb/gdkfb.h:
8117         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
8118
8119         * gdk/linux-fb/gdkgeometry-fb.c:
8120         Update shadowfb when scrolling window.
8121
8122         * gdk/linux-fb/gdkglobals-fb.c:
8123         Add _gdk_fb_screen_angle.
8124         
8125         * gdk/linux-fb/gdkkeyboard-fb.c:
8126         Test code for screen rotation. Shift-F2 in the xlate driver
8127         rotates the screen.
8128
8129         * gdk/linux-fb/gdkmain-fb.c:
8130         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
8131
8132         * gdk/linux-fb/gdkmouse-fb.c:
8133         Use fb_width/height instead of modeinfo.xres/yres.
8134
8135         * gdk/linux-fb/gdkprivate-fb.h:
8136         Added fb_men, fb_width, fb_height & fb_stride. When using
8137         shadow fb these can differ from the framebuffer stuff.
8138         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
8139         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
8140         _gdk_fb_screen_angle. Removed CM, RP.
8141
8142         * gdk/linux-fb/gdkrender-fb.c:
8143         Added code for shadowfb handling and screen rotation using
8144         shadowfb.
8145
8146         * gdk/linux-fb/gdkwindow-fb.c:
8147         Use fb_mem, fb_stride, fb_width, fb_height.
8148         Added recompute_rowstride to reset the rowstride of all windows.
8149         Added gdk_fb_recompute_all() which recomputes rootwindow size,
8150         window abs positions and window rowstrides. Usefull when the
8151         rotation has changed.
8152
8153 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
8154
8155         * docs/faq/gtk-faq.sgml: update to make web site updating easier
8156
8157 2001-01-10  Havoc Pennington  <hp@redhat.com>
8158
8159         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
8160         where sibling == iter
8161         (gtk_tree_store_insert_after): handle sibling == iter
8162         (gtk_tree_store_prepend): remove stamp checks
8163         (gtk_tree_store_insert_before): ditto
8164         (gtk_tree_store_append): ditto
8165         (gtk_tree_store_get_path): ditto
8166         (gtk_tree_store_get_value): ditto
8167         (gtk_tree_store_iter_has_child): ditto
8168         (gtk_tree_store_iter_n_children): ditto
8169         (gtk_tree_store_iter_nth_child): ditto
8170         (gtk_tree_store_insert_after): ditto
8171         (gtk_tree_store_is_ancestor): ditto
8172         (gtk_tree_store_iter_depth): ditto
8173         (gtk_tree_store_insert_before): assert that sibling's parent is
8174         the same as the passed-in parent
8175         (gtk_tree_store_insert_after): assert that sibling's parent is
8176         the same as the passed-in parent
8177
8178         
8179         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
8180         function to get the first iterator in a model
8181         
8182         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
8183         conventionally the "root" in this sense is just NULL afaict.
8184
8185         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
8186         where sibling == iter
8187         (gtk_list_store_insert_after): handle case where sibling == iter
8188
8189         * tests/testtreeview.c (run_automated_tests): fairly lame basic
8190         automated tests for ListStore, TreeStore
8191
8192         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
8193         (gtk_list_store_insert): update tail pointer, and fix it to work
8194         (gtk_list_store_insert_before): update tail pointer, and fix it to work
8195         (gtk_list_store_append): use tail to be faster
8196         (gtk_list_store_prepend): fix it, update tail pointer
8197         (gtk_list_store_insert_after): fix it, update tail pointer
8198
8199         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
8200         the list
8201
8202 2001-01-09  Havoc Pennington  <hp@redhat.com>
8203
8204         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
8205         is NULL due to a pending resize
8206
8207         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
8208         column width to values less than 1
8209
8210         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
8211         width to be between min/max width, and still set the width 
8212         even if autosize is turned on, so the tree view can use this 
8213         function in order to autosize.
8214         (gtk_tree_view_column_init): set initial width to 1 not 0
8215
8216         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
8217         setter function to modify column width, so we get notification
8218         (gtk_tree_view_insert_iter_height): ditto
8219         (gtk_tree_view_calc_size): ditto
8220         (gtk_tree_view_check_dirty): ditto
8221
8222         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
8223         properties to change all the interesting attributes of the tree
8224         view column.
8225         (gtk_tree_view_column_set_header_clickable): rename set_clickable
8226         (gtk_tree_view_column_get_clickable): add
8227         (gtk_tree_view_column_set_cell_renderer): don't unset the current
8228         attributes; assume a cell renderer with equivalent object
8229         properties has been swapped in. Do g_object_notify().
8230         (gtk_tree_view_column_set_visible): g_object_notify
8231         (gtk_tree_view_column_get_sizing): rename from get_col_type
8232         (gtk_tree_view_column_set_sizing): g_object_notify
8233         (gtk_tree_view_column_set_width): add g_object_notify
8234         (gtk_tree_view_column_set_min_width): ditto
8235         (gtk_tree_view_column_set_max_width): ditto
8236         (gtk_tree_view_column_set_title): ditto
8237         (gtk_tree_view_column_set_clickable): ditto
8238         (gtk_tree_view_column_set_widget): ditto
8239         (gtk_tree_view_column_set_justification): ditto
8240
8241 2001-01-09  Havoc Pennington  <hp@redhat.com>
8242
8243         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
8244         there are no rows in the model
8245
8246         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
8247         NULL, then return the start of the list
8248
8249         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
8250         if we can't get any rows from an empty model 
8251
8252         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
8253         extraneous * after function pointer typedef usage
8254
8255         * Makefile.am: don't specify full path to cp and rm
8256
8257         * gtk/gtkcellrenderertextpixbuf.c
8258         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
8259         NULL before dereferencing, fixes a segfault that happened from
8260         time to time
8261
8262         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
8263         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
8264         and reindent the function
8265         (gtk_cell_renderer_pixbuf_get_size): indentation
8266
8267         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
8268         we quit it
8269         (gtk_dialog_add_buttons_valist): add g_return_if_fail
8270         (gtk_dialog_set_default_response): New function, to set default
8271         button
8272         (gtk_dialog_set_response_sensitive): New function, to set 
8273         sensitivity of buttons
8274
8275         * gtk/gtkcellrendererpixbuf.c
8276         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
8277         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
8278
8279         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
8280         handle any G_TYPE_OBJECT subclass, not just the base class, and 
8281         also boxed types.
8282         (_gtk_tree_data_list_value_to_node): ditto
8283
8284         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
8285         --gtk-debug=tree
8286
8287         * gtk/gtkmain.c: add GTK_DEBUG_TREE
8288
8289         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
8290
8291 2001-01-09  Tor Lillqvist  <tml@iki.fi>
8292
8293         * gdk/win32/gdkevents-win32.c: Implement better mouse
8294         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
8295         (find_window_for_pointer_event): New function.
8296         (gdk_event_translate): Use it when handling mouse events.
8297
8298 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
8299
8300         * configure.in:
8301         Added --with-included-loaders option
8302
8303         * gdk-pixbuf/Makefile.am:
8304         * gdk-pixbuf/gdk-pixbuf-io.c:
8305         Add support for including selected gdk-pixbuf loaders only.
8306
8307         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
8308         gtk_window_set_has_frame):
8309         Added inline documentation.
8310
8311         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
8312         * docs/reference/gdk/tmpl/windows.sgml:
8313         Added inline documentation.
8314
8315 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
8316
8317         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
8318         realizing buttons that have already been realized.
8319
8320 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
8321
8322         * tests/testtreeview.c (main): Show menu items before adding to
8323         option menu.
8324
8325         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
8326         around if we kill them.
8327
8328         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
8329         Return if we pass in a NULL model.
8330
8331 2001-01-08  Havoc Pennington  <hp@redhat.com>
8332
8333         * tests/testtreeview.c: hack on this some
8334
8335         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
8336         gtk_tree_store_set_valist, v is for arrays, valist for varargs
8337         list
8338         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
8339
8340         * gtk/gtkliststore.h: Add varargs set() and get() convenience
8341         functions
8342
8343 2001-01-08  Alexander Larsson  <alexl@redhat.com>
8344
8345         * gtk/gtkwindow-decorate.[hc]:
8346         * gtk/Makefile.am:
8347         New files. Contains an implementation of a minimal WM for
8348         linux-fb.
8349
8350         * gtk/gtkwindow.h:
8351         Add the possibility for GtkWindows to specify a frame. This
8352         is used for the window decoration code, but could concievably
8353         be used for X programs too (xmms style windows).
8354         GtkWindow->frame is the toplevel window if the window is framed.
8355         The signal frame_event gets all events that are targeted to
8356         GtkWindow->frame.
8357         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
8358         
8359         * gtk/gtkwindow.c:
8360         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
8361         Call out to gtkwindow-decorate.c for WM support in linx-fb.
8362
8363 2001-01-08  Alexander Larsson  <alexl@redhat.com>
8364
8365         * docs/README.linux-fb:
8366         Correct filename ~/.pangoft2_aliases
8367
8368         * gdk/gdkwindow.h:
8369         Added new function gdk_window_get_decorations.
8370
8371         * gdk/linux-fb/gdkfb.h:
8372         Removed _gdk_window_get_decorations declaration.
8373         Renamed _gdk_window_set_child_handler to
8374         gdk_fb_window_set_child_handler.
8375
8376         * gdk/linux-fb/gdkwindow-fb.c:
8377         Renamed _gdk_window_set_child_handler to
8378         gdk_fb_window_set_child_handler.
8379
8380         * gdk/x11/gdkwindow-x11.c:
8381         New function gdk_window_get_mwm_hints().
8382         Implemented gdk_window_get_decorations.
8383
8384         * docs/reference/gdk/tmpl/windows.sgml:
8385         * docs/reference/gdk/gdk-sections.txt:
8386         Added gdk_window_get_decorations docs.
8387         
8388 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
8389
8390         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
8391         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
8392         gdk_fb_window_send_crossing_events):
8393         Possibly send focus events when the mouse moves from one
8394         window to another.
8395
8396 2001-01-07  Tor Lillqvist  <tml@iki.fi>
8397
8398         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
8399         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
8400         to match current API.
8401
8402         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
8403         environment variable is set, don't call g_error when on a
8404         palettized (PseudoColor) display. Some people want to use GTK+ 
8405         in 256-colour mode even though works only partially.
8406
8407         * gdk/gdk.def
8408         * gtk/gtk.def
8409         * gtk/makefile.mingw.in: Update.
8410
8411 2001-01-05  Havoc Pennington  <hp@redhat.com>
8412
8413         * tests/testtreeview.c: hack on this a bit
8414
8415         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
8416         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
8417
8418         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
8419         was spelled incorrectly
8420         (GTK_IS_TREE_MODEL_SIMPLE): ditto
8421
8422         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
8423         from gtk_tree_view_set_headers_active   
8424
8425         * gtk/gtktexttag.c:
8426         (gtk_text_tag_get_property): handle PROP_DIRECTION
8427         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
8428         properties, bug 40235
8429
8430         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
8431         forward_to_line_end
8432
8433 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
8434
8435         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
8436         modules/input/gtkimcontextxim.c: Adapt to new prototypes
8437         for unicode,locale,filename conversion functions.
8438
8439 2001-01-05  Havoc Pennington  <hp@redhat.com>
8440
8441         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
8442         broken if called on the first position in the buffer.
8443
8444         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
8445         forward_to_delimiters to be called only if we aren't already at
8446         the delimiters.
8447
8448 2001-01-05  Havoc Pennington  <hp@redhat.com>
8449
8450         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
8451
8452 2001-01-05  Alexander Larsson  <alexl@redhat.com>
8453
8454         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
8455         colormap in here. Sync from X port.
8456         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
8457         Sync from X port.
8458         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
8459         This happens now and then, and i don't think it is a bug.
8460         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
8461         != endpoint.
8462         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
8463         GDK_LINE_SOLID.
8464
8465         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
8466         some of the fields filled in at least.
8467
8468         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
8469         miLineArcD is no more, remove it from the function definition.
8470
8471 2001-01-04  Havoc Pennington  <hp@redhat.com>
8472
8473         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
8474         this
8475
8476         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
8477         user_data instead of tree_node
8478
8479         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
8480         TREE_VIEW_COLUMN_SIZE
8481
8482         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
8483         "size" field to "width" finishes bug 40061
8484
8485         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
8486         for bitfields, bug 40268
8487
8488 2001-01-04  Havoc Pennington  <hp@redhat.com>
8489
8490         Rename some stuff:
8491         
8492         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
8493
8494         s/GtkModelSimple/GtkTreeModelSimple/g;
8495         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
8496         s/gtk_model_simple/gtk_tree_model_simple/g;
8497         s/gtkmodelsimple/gtktreemodelsimple/g;
8498
8499         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
8500
8501         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
8502         s/column_set_col_type/column_set_sizing/g;
8503
8504         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
8505         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
8506
8507         s/GtkCellRendererType/GtkCellRendererState/g;
8508         
8509         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
8510         (gtk_cell_renderer_toggle_class_init): change "state" property to
8511         "active", to match GtkToggleButton
8512         (gtk_cell_renderer_toggle_get_active): new function, bug
8513         40269
8514         (gtk_cell_renderer_toggle_set_active): new function
8515         (gtk_cell_renderer_toggle_set_property): route changes to toggle
8516         state through gtk_cell_renderer_set_active
8517
8518 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
8519
8520         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
8521         temporarily until they work again.  Brought up to date with
8522         changes in the model.
8523         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
8524         model.
8525
8526 2001-01-04  Havoc Pennington  <hp@redhat.com>
8527
8528         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
8529         equal to the line length, then position iterator before paragraph 
8530         separators. Fixes crash reported by Mikael Hermansson when
8531         pressing left arrow from the start of a line.   
8532
8533         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
8534         about byte indexes off the end
8535         (iter_set_from_char_offset): add g_error about char offsets
8536         off the end
8537
8538 2001-01-03  Havoc Pennington  <hp@redhat.com>
8539
8540         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
8541
8542         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
8543         of private functions; remove inclusion of private headers.
8544
8545         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
8546         function, so we don't need private functions in gtktextdisplay.c
8547
8548         * gtk/gtktextiterprivate.h: underscore-ification
8549
8550         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
8551         to instead say "only useful to implement widgets"
8552
8553         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
8554         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
8555         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
8556
8557         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
8558         This function was completely broken
8559
8560         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
8561
8562         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
8563
8564         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
8565
8566         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
8567
8568         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
8569
8570         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
8571
8572         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
8573         gtk_paint_layout
8574
8575         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
8576         gtk_paint_layout
8577
8578         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
8579         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
8580         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
8581         which were not implemented.     
8582
8583         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
8584         insert_pixbuf signal. Rename delete_text to delete_range since it
8585         also deletes pixbufs and child anchors. This almost closes bug
8586         40245 (still need to deal with child anchors)
8587
8588         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
8589         insert_pixbuf, change signal names as appropriate, change types of
8590         signals taking marks/tags to have the specific type, not just
8591         G_TYPE_OBJECT
8592         
8593         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
8594         closes bug 40051
8595
8596         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
8597         unnecessary remove_contents() call
8598         (gtk_option_menu_class_init): add a "changed" signal, closes
8599         bug 40039
8600         (gtk_option_menu_update_contents): emit "changed" if the 
8601         active menu item changes
8602
8603         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
8604         cast to GtkObject, reported by Jonas Borgstrom
8605         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
8606         we can't do stuff with side effects in finalize. Instead, spew a
8607         warning if the loader isn't closed.
8608
8609         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
8610         colormap in here, non-X ports probably need to sync to this change
8611
8612         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
8613         assertion that colormap != NULL, you can set the colormap to NULL
8614         if you like.
8615         
8616         * Makefile.am: remove gtk-config-2.0
8617
8618         * configure.in: Use pkg-config to locate GLib. Remove
8619         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
8620         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
8621         Use pkg-config to locate Pango. Output correct Pango libs to
8622         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
8623
8624         * Makefile.am (pkgconfig_DATA): install only target-specific pc
8625         files
8626         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
8627         X11 pc files
8628
8629         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
8630         unref from here
8631
8632 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
8633
8634         * configure.in:
8635         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
8636
8637 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
8638
8639         * gtk/gtktextlayout.c
8640         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
8641         variable when moving back onto a single line.
8642
8643 2001-01-01  Havoc Pennington  <hp@redhat.com>
8644
8645         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
8646
8647         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
8648
8649         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
8650         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
8651
8652 2001-01-01  Havoc Pennington  <hp@redhat.com>
8653
8654         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
8655
8656         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
8657         GtkTextAttributes
8658
8659         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
8660         #40246
8661         (gtk_text_attributes_copy_values): rename from 
8662         gtk_text_attributes_copy
8663         (gtk_text_attributes_copy): a more standard GTK copy function, 
8664         which returns a new object
8665
8666 2001-01-01  Havoc Pennington  <hp@redhat.com>
8667
8668         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
8669         
8670         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
8671         don't fill in tree_view->priv->selection, kind of an unexpected
8672         side effect
8673
8674         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
8675         gtkintl.h
8676         
8677         * gtk/gtkcellrenderer.c: Remove definition of _ and include
8678         gtkintl.h
8679         (gtk_cell_renderer_get_property): remove calls to g_value_init
8680
8681         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
8682         gtkintl.h
8683
8684         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
8685         and include gtkintl.h
8686         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
8687         property names
8688
8689         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
8690         GtkTreeSelection
8691         (_gtk_tree_selection_new_from_with_view): rename, return
8692         GtkTreeSelection
8693         (_gtk_tree_selection_set_tree_view): rename with uscore
8694         (gtk_tree_selection_get_selected): fill in the "model" out param
8695         first, so it gets filled in even if we return at the top of the 
8696         function
8697         (gtk_tree_selection_real_select_all): add a comment and an else{}
8698         to clarify this a bit
8699         (gtk_tree_selection_real_unselect_all): add the same else{}
8700
8701         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
8702         set_tree_view to have underscore prefixes, move them to the
8703         private header, fix return type of new_with_tree_view
8704         (struct _GtkTreeSelection): mark struct
8705         fields private  
8706
8707         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
8708         GtkTreeModelFlags, not a guint
8709         (gtk_tree_path_prev): return gboolean not gint
8710         (gtk_tree_path_up): return gboolean not gint
8711
8712         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
8713         return GtkTreeModelFlags, not a guint
8714
8715         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
8716         that child model is non-null before unrefing it
8717         (g_value_int_compare_func): make this a qsort compare func, not 
8718         a boolean predicate
8719
8720         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
8721         (add -umn to the end), and mark it unimplemented
8722         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
8723         I don't see what it's for - doesn't the model always sort itself?
8724         (gtk_tree_model_sort_set_compare): this had the wrong signature
8725
8726         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
8727         Fix the docs to say that it destructively replaces existing
8728         attributes (previously said that it added attributes).
8729         (gtk_tree_view_column_set_visible): canonicalize bool before
8730         equality testing. Also, check for realization before
8731         hiding/showing the tree_column->window; if this window could exist
8732         before realization, then it's busted and needs fixing, we can't 
8733         create GDK resources pre-realization. Also, remove
8734         superfluous queue_resize(), since set_size() does that for us.
8735         (gtk_tree_view_column_set_col_type): check realization before 
8736         using tree_column->window
8737
8738         * gtk/gtktreedatalist.c: fix filename in copyright notice
8739
8740 2000-12-31  Havoc Pennington  <hp@pobox.com>
8741
8742         * gtk/gtktextview.c: Rearrange all the
8743         scroll-while-dragging-or-selecting code to be different, not
8744         necessarily better. ;-)
8745         (gtk_text_view_scroll_to_mark): Change this
8746         function to take within_margin as a fraction instead of a pixel
8747         value, and to take alignment arguments (indicating where to align 
8748         the mark inside the visible area)
8749         
8750         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
8751         to GtkObject
8752
8753         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
8754         behavior so that offsets past the end of the line are not 
8755         allowed, and an offset equal to the line length moves the iterator
8756         to the next line
8757         (gtk_text_iter_set_line_index): make parallel change
8758         (gtk_text_iter_get_bytes_in_line): add this function
8759         
8760         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
8761         of byte indexes off the end of the line; byte index at the end of
8762         the line now returns FALSE and doesn't fill in the requested
8763         values, byte index past the end of the line is an error.  Also,
8764         don't allow -1 offset anymore, since its meaning is unclear.
8765
8766         This change exposes some bug in visual cursor motion, where we
8767         end up with a huge invalid byte index; needs fixing. Symptom of 
8768         bug is a crash when you hit up arrow.
8769         
8770         (_gtk_text_line_char_locate): match the change to byte_locate
8771
8772         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
8773         from start of line properly. fixes bug reported by Mikael
8774         Hermansson where backspace would delete all text before the
8775         cursor.
8776
8777 2000-12-30  Tor Lillqvist  <tml@iki.fi>
8778
8779         * gdk/win32/gdkwindow-win32.c
8780         (gdk_window_impl_win32_get_visible_region): New function, as in
8781         the X11 backend.
8782         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
8783         instead of duplicating the same code here.
8784
8785         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
8786         GDK_COLORMAP macro.
8787
8788         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
8789         destroy function.
8790         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
8791         access that.
8792
8793         * gtk/gtk.def: Update.
8794
8795         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
8796
8797 2000-12-30  Havoc Pennington  <hp@pobox.com>
8798
8799         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
8800         colormap on input only windows, to avoid special cases all over
8801         the code for these windows.
8802
8803 2000-12-26  Tor Lillqvist  <tml@iki.fi>
8804
8805         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
8806         we are on a palettized display ("PseudoColor" in X11), as the code
8807         for that doesn't work anyway, and never has.
8808
8809 2000-12-22  Alexander Larsson  <alexl@redhat.com>
8810
8811         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
8812         Don't use isprint() for chars > 255.
8813
8814 2000-12-21  Havoc Pennington  <hp@redhat.com>
8815
8816         * tests/testtreeview.c: more work
8817
8818 2000-12-21  Alexander Larsson  <alexl@redhat.com>
8819
8820         * docs/README.linux-fb:
8821         Update the docs to the new pangoft2 way.
8822
8823 2000-12-21  Alexander Larsson  <alexl@redhat.com>
8824
8825         * configure.in:
8826         For linux-fb get the pangoft2 cflags and libs. This needs a recent
8827         pango version.
8828         Remove modules/linux-fb/Makefile.
8829
8830         * gdk/linux-fb/gdkdrawable-fb2.c:
8831         Render glyphs using freetype.
8832
8833         * gdk/linux-fb/gdkfb.h:
8834         Add new fb-specific functions needed for managing windows.
8835
8836         * gdk/linux-fb/gdkmain-fb.c:
8837         Remove gdk_font_init/fini() calls.
8838
8839         * gdk/linux-fb/gdkpango-fb.c:
8840         Remove old implementation. Use pangoft2 instead.
8841
8842         * gdk/linux-fb/gdkprivate-fb.h:
8843         Remove PangoFBFont and related stuff.
8844
8845         * gdk/linux-fb/gdkwindow-fb.c:
8846         Implement drawable->get_visible_region.
8847         Implement support for _gdk_window_set_child_handler () and
8848         _gdk_window_get_decorations().
8849
8850         * modules/Makefile.am:
8851         Remove linux-fb subdir.
8852
8853         * modules/linux-fb/*:
8854         Removed all.
8855         
8856 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
8857
8858         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
8859         calls, as they are no longer needed.
8860
8861         * gtk/gtktreemodelsort.c: Fix up the comparison code.
8862         
8863         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
8864         figure out how to emit a signal on an interface.
8865
8866 2000-12-20  Havoc Pennington  <hp@redhat.com>
8867
8868         * tests: new directory to contain tests, gtk/test* should move
8869         here sometime (with appropriate on-cvs-server hackery)
8870
8871         * tests/testtreeview.c, tests/Makefile.am: a test
8872         
8873         * configure.in (AC_OUTPUT): add tests/Makefile
8874
8875         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
8876         and "invisible_set" which were missing
8877
8878         * gtk/gtkrbtree.h: some cheesy indentation fix
8879         
8880 2000-12-20  Alexander Larsson  <alexl@redhat.com>
8881
8882         * gtk/gtkinvisible.c (gtk_invisible_realize):
8883         Attach the style to the window so that the style it is not
8884         leaked when unrealizing the window.
8885
8886 2000-12-18  Havoc Pennington  <hp@redhat.com>
8887
8888         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
8889         begin/end user action where appropriate
8890         (gtk_text_view_commit_handler): add begin/end user action
8891
8892         * gtk/gtktextbuffer.c: add begin/end user action signals, and
8893         bracket interactive operations with begin/end user action pair.
8894         
8895         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
8896         "interactive" arg from insert_text and delete_text signals.
8897         Add begin_user_action, end_user_action signals
8898         (gtk_text_buffer_begin_user_action): 
8899         (gtk_text_buffer_end_user_action): New functions to delimit 
8900         a user-visible action
8901
8902         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
8903         signals.
8904         
8905 2000-12-18  Havoc Pennington  <hp@redhat.com>
8906
8907         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
8908         was pretty non-working.
8909
8910         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
8911         by passing the length to g_utf8_validate().
8912
8913 2000-12-16  Havoc Pennington  <hp@pobox.com>
8914
8915         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
8916         Port to GObject, can go back in gdk-pixbuf after setting up 
8917         a gdk-pixbuf-marshal.h header over there.
8918
8919         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
8920         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
8921         args
8922         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
8923         set
8924         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
8925         here, do it when we create the buttons later
8926         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
8927         (gtk_tree_view_map): paranoia checks that column->button is shown 
8928         and unmapped
8929         (gtk_tree_view_size_request): only request visible children.
8930         Move header size calculation in here, for cleanliness, and 
8931         to maintain invariants for child widgets if we eventually 
8932         let users set different children inside the buttons
8933         (gtk_tree_view_map_buttons): factor out code to map buttons,
8934         since it was being called several times
8935         (gtk_tree_view_size_allocate_buttons): move_resize the drag
8936         windows instead of just moving them; their height may change 
8937         if we allow random widgets in there, or the theme changes.
8938         (gtk_tree_view_size_allocate): move button size allocation 
8939         above emitting the scroll signals, to ensure a sane state when we
8940         hit user code
8941         (gtk_tree_view_button_release): remove queue_resize after
8942         tree_view_set_size(), set_size() will handle any resize queuing
8943         that's needed
8944         (gtk_tree_view_focus_in): just queue a draw, don't fool with
8945         draw_focus goo
8946         (gtk_tree_view_focus): use gtk_get_current_event() and
8947         gdk_event_get_state()
8948         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
8949         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
8950         semicolon
8951         (gtk_tree_view_create_button): show the button here
8952         (gtk_tree_view_button_clicked): actually emit the clicked signal
8953         on the column
8954         (_gtk_tree_view_set_size): return right away if the size is
8955         unchanged, as a cheesy optimization
8956         (gtk_tree_view_setup_model): rename set_model_realized to 
8957         setup_model to match the flag that indicates whether we've 
8958         called it
8959         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
8960         exist, because set_scroll_adjustment does that and it shouldn't
8961         matter what order you call these in
8962         (gtk_tree_view_get_vadjustment): ditto
8963         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
8964         for paranoia
8965         (gtk_tree_view_set_headers_visible): call
8966         gtk_tree_view_map_buttons() instead of using cut-and-paste code
8967         (gtk_tree_view_append_column): clarify whether the return value
8968         is the count of columns before or after, and do the increment 
8969         separately from the return statement so you can tell from the code.
8970         (gtk_tree_view_remove_column): ditto
8971         (gtk_tree_view_insert_column): ditto
8972         (gtk_tree_view_get_column): remove g_return_if_fail for columns
8973         outside the existing range, the docs say that outside-range
8974         columns are allowed, so we handle them as documented. (Presumably
8975         this allows a nice loop with column != NULL as test.)
8976         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
8977         mean (left/right/center etc.).
8978         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
8979         (gtk_tree_view_expand_row): add docs
8980         (gtk_tree_view_collapse_row): add docs
8981
8982         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
8983         function to emit the clicked signal on a column
8984         
8985         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
8986         state of an event
8987         (gdk_event_get_time): don't treat GDK_SCROLL 
8988         as a button event, remove default case from switch so gcc 
8989         will whine if we don't explicitly handle all event types
8990
8991         * gtk/gtktreeselection.h: added some FIXME 
8992         
8993         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
8994         "columns" to "n_columns" and "column" to "columns" for clarity
8995
8996 2000-12-16  Havoc Pennington  <hp@pobox.com>
8997         
8998         * gtk/gtktextiter.c: General cleanup of the log attr iteration
8999         stuff. This should make e.g. the delete key work again in the
9000         text widget...
9001         (gtk_text_iter_forward_cursor_positions): handle negative count
9002         (gtk_text_iter_backward_cursor_positions): handle negative count
9003         (gtk_text_iter_forward_word_ends): handle negative count
9004         (gtk_text_iter_backward_word_starts): handle negative count
9005
9006         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
9007         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
9008         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
9009         GObject. No doubt will cause breakage.
9010
9011         * demos/gtk-demo/textview.c: remove hacks around
9012         non-GObject-ification of the text objects
9013
9014         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
9015         the text tag
9016         
9017 2000-12-14  Havoc Pennington  <hp@pobox.com>
9018
9019         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
9020         that we have Xrender
9021
9022 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
9023
9024         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
9025         Add two virtualized functions gdk_drawable_get_clip_region - to
9026         get the clip region when drawing.
9027         
9028         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
9029         use invalidate_region.
9030
9031         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
9032         region.
9033
9034         * acconfig.h configure.in: Check for Xft. For now, assume
9035         that if Xft is found, Pango was compiled with Xft support
9036         as well.
9037
9038         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
9039         gdk_colormap_query_color().
9040         
9041         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
9042         with Xft if appropriate.
9043
9044         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
9045         a pangoxft context if we have XFT and the environment
9046         variable GD_USE_XFT is set.
9047         
9048         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
9049         and also possibly an XftDraw structure.
9050
9051         * gtk/gtkfontsel.c: Handle the case where the font from the
9052         style doesn't match any of the fonts a bit better.
9053         
9054         * gtk/testgtk.c: Add tabs between directional segments for
9055         hebrew/arabic test. (Not really necessary, just a little
9056         prettier.)
9057
9058 2000-12-14  Havoc Pennington  <hp@redhat.com>
9059
9060         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
9061         reading a file
9062
9063 2000-12-14  Havoc Pennington  <hp@redhat.com>
9064
9065         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
9066         unused call to get_last_line()
9067
9068         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
9069         here until boxed is working (and maybe after that - we should
9070         really not gratuitously break old code)
9071
9072         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
9073         specific types for font_desc and tabs args, move them to
9074         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
9075         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
9076
9077         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
9078         use GTK_TYPE_POINTER for signal signatures as a hack-around
9079
9080         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
9081         PangoTabArray
9082
9083         * gtk/gtktextlayout.c (line_display_iter_to_index): 
9084         make static
9085         (line_display_index_to_iter): make static
9086
9087         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
9088         to marshal a string not a boxed
9089
9090         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
9091
9092         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
9093         since the UTF-8 isn't validated yet
9094
9095         * gtk/gtktextsegment.c (char_segment_check_func): don't require
9096         lines to end in '\n'
9097         
9098         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
9099         forward_to_delimiters, and grapheme boundaries
9100         (gtk_text_view_delete_from_cursor): properly handle non-newline
9101         delimiters, and grapheme boundaries
9102
9103         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
9104         to gtk_text_iter_forward_to_delimiters, and make it work properly
9105         if empty lines end with a character other than '\n'
9106
9107         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
9108         position
9109
9110 2000-12-15  Tor Lillqvist  <tml@iki.fi>
9111
9112         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
9113
9114         * gtk/gtk.def
9115         * gdk/gdk.def: Update.
9116
9117         * gdk/win32/gdkmain-win32.c
9118         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
9119         gdkmain-win32.c here.
9120
9121         * gdk/win32/makefile.mingw.in (all): No need to make
9122         gdk-win32res.o here, the makefile one step up will call us to make
9123         it.
9124
9125         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
9126         gdkkeys-win32.
9127
9128         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
9129
9130         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
9131         call to g_source_add().
9132
9133         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
9134         leak. Thanks to Andreas Kemnade.
9135
9136 2000-12-13  Havoc Pennington  <hp@pobox.com>
9137
9138         * gtk/gtktextbtree.h: Remove double _ in front of some functions
9139
9140         * gtk/gtktext*.[hc]: update accordingly
9141         
9142 2000-12-13  Havoc Pennington  <hp@pobox.com>
9143
9144         * gtk/gtktextbtree.h: Put _ in front of every function in this 
9145         header file
9146
9147         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
9148
9149 2000-12-13  Alex Larsson  <alexl@redhat.com>
9150
9151         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
9152         Add support for ps2 intellimouse.
9153
9154         * gdkkeyboard-fb.c:
9155         Move shift-F1 repaint handling to xlate handler only.
9156         
9157         * docs/README.linux-fb:
9158         Add imps2 to docs.
9159         Document the new refresh keys.
9160         
9161 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
9162
9163         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
9164
9165         * gtk/gtkbox.c: change property types from (u)long to (u)int for
9166         ::position and ::padding.
9167
9168         * gtk/gtkcontainer.c: make ::border_width an INT property.
9169
9170         * gtk/gtkpacker.c: make ::position an INT property.
9171
9172         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
9173         guard against NULL h/v scrollbars, since this is used at construction
9174         time.
9175
9176         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
9177         internal gtk_clist_constructor().
9178
9179         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
9180         gtk_ctree_constructor().
9181
9182         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
9183         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
9184
9185         * docs/reference/Makefile.am: fun stuff, disabled docs generation
9186         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
9187
9188         * gtk/gtkwidget.[hc]:
9189         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
9190         and gtk_widget_get().
9191         (gtk_widget_new): use g_object_new_valist().
9192         (gtk_widget_set): use g_object_set_valist().
9193
9194         * gtk/gtkobject.[hc]:
9195         removed gtk_object_arg_get_info(), gtk_object_getv(),
9196         gtk_object_query_args(), gtk_object_newv(),
9197         gtk_object_class_add_signals(),
9198         gtk_object_class_user_signal_new(),
9199         gtk_object_class_user_signal_newv(),
9200         gtk_object_arg_set(), gtk_object_arg_get(),
9201         gtk_object_args_collect(),
9202         gtk_object_default_construct(),
9203         gtk_object_constructed(),
9204         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
9205         removed nsignals, signals and n_args members from GtkObjectClass.
9206         (gtk_object_new): use g_object_new_valist().
9207         (gtk_object_set): use g_object_set_valist().
9208         (gtk_object_get): use g_object_get_valist().
9209         
9210         * gtk/gtkcompat.h: define gtk_object_default_construct().
9211         
9212         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
9213         g_object_new().
9214
9215         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
9216         fucntions, cleaned up method assignments (make sure your structures
9217         are setup properly before calling out). removed all GTK_CONSTRUCTED
9218         hacks ;)
9219
9220 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
9221
9222         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
9223         off-by-one error in checks. (Dave Lambert)
9224
9225 2000-12-12  Alexander Larsson  <alexl@redhat.com>
9226
9227         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
9228         Don't free gdk_fb_keyboard twice.
9229
9230 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
9231
9232         * gtk/testgtk.c:
9233         (create_tooltips): 
9234         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
9235         use GObject swapped_signal:: properties instead.
9236
9237         * gtk/gtkcellrenderertoggle.c: 
9238         * gtk/gtkcellrenderertextpixbuf.c: 
9239         * gtk/gtkcellrenderertext.c: 
9240         * gtk/gtkcellrendererpixbuf.c: 
9241         * gtk/gtkcellrenderer.c:
9242         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
9243         missing warnings for invalid property ids, install properties
9244         with g_object_class_install_property() now.
9245         
9246         * gtk/gtksignal.c:
9247         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
9248         
9249 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
9250         
9251         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
9252         to determine if a window is the focus widget within
9253         its toplevel.
9254
9255         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
9256         to be boolean.
9257
9258         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
9259         of the case where the container CAN_FOCUS to here instead
9260         of having it in each individual move-the-focus place.
9261
9262         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
9263         focusing to be geometric in a much more obvious sense. Arrowing
9264         around is still non-intuitive because it isn't perfect and
9265         because entries, etc, grab the arrow keys, but it at least
9266         usually will do what you expect now.
9267         
9268         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
9269         file.
9270
9271         * gtk/gtknotebook.c: Change tabs to be a single item in
9272         the focus chain. Make movement of focus on tabs with arrow
9273         keys wrap around.
9274         
9275         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
9276         CHECK_FIND_CHILD macro to give informative error messages
9277         instead of silent returns.
9278
9279         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
9280         flag since we handle GdkReturn on the tabs.
9281
9282         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
9283         windows rather than sending expose events directly.
9284
9285         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
9286         definition for GtkNotebookPage into .c file, since it is private.
9287
9288         * gtk/testgtk.c (create_notebook): Add option for 
9289         testing borderless notebook.
9290
9291         * gtk/testgtk.c (page_switch): Removed egregious poking
9292         around in GTK+ internals.
9293
9294         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
9295
9296         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
9297         properly through gtk_clist_focus. Make the title headers a
9298         single item in the tab-focus chain, and make left-right wrap
9299         around.
9300
9301         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
9302         focus method so that wrapping around works properly.
9303
9304         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
9305         that is handled for the widget now. 
9306
9307 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
9308
9309         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
9310         widgets as TOPLEVEL.
9311
9312         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
9313         TOPLEVEL widgets are containers.
9314
9315         * gtk/gtkinvisible.h: Remove useless include.
9316
9317 2000-12-11  Havoc Pennington  <hp@redhat.com>
9318
9319         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
9320         Handle chopping off \r\n and 0x2029 in addition to \n before
9321         passing to PangoLayout
9322
9323         * gtk/gtkimcontextsimple.c
9324         (gtk_im_context_simple_get_preedit_string): 
9325         return an empty string if no match is pending
9326
9327         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
9328         assertion that the returned preedit string was sane
9329
9330         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
9331         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
9332         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
9333
9334 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
9335
9336         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
9337         Fix up finalizer to chain to its parent.
9338
9339 2000-12-11  Alexander Larsson  <alexl@redhat.com>
9340
9341         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
9342         Clearified the difference between the keyboard types. Wrote a note
9343         about the magic sysrq key to get out of raw mode.
9344
9345 2000-12-09  James Henstridge  <james@daa.com.au>
9346
9347         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
9348         member to hold masks for detecting the start of a protocol packet.
9349         (mouse_devs): add packet start masks for ps2 and ms device types.
9350         Left the mask for fidmour blank, as I have no idea what it should
9351         be.
9352         (handle_mouse_io): skip bytes until we get to the start of a
9353         packet.  My Logitech mouse seems to be passing an extra NULL pad
9354         byte, and GPM does a similar thing here.
9355         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
9356         this is the ms mouse driver.
9357         (gdk_fb_mouse_ms_packet): fix up button handling, which was
9358         completely broken except for button1.  It was checking the wrong
9359         bit in the packet for the status of the right mouse button, and
9360         wrongly assuming right == button2 rather than 3.  I fixed that and
9361         also added support for middle button (button2).
9362
9363 2000-12-08  Havoc Pennington  <hp@redhat.com>
9364
9365         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
9366         that cause a segfault on text insertion
9367
9368         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
9369         warning
9370
9371         * gtk/gtktextiter.c (test_log_attrs): use
9372         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
9373
9374         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
9375         Get log attrs for a line, using a cache stored on the buffer
9376         
9377         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
9378         reported by Jeff Franks
9379
9380 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
9381
9382         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
9383         /dev/ttyS0 -> /dev/mouse
9384
9385 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
9386
9387         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
9388         Added dummy gdk_fontset_load.
9389
9390 2000-12-08  Alexander Larsson  <alexl@redhat.com>
9391
9392         * docs/README.linux-fb:
9393         * docs/Makefile.am:
9394         Initial GtkFB docs.
9395         
9396         * gdk/linux-fb/Makefile.am:
9397         Define GDK_DATA_PREFIX.
9398
9399         * gdk/linux-fb/gdkmain-fb.c:
9400         Fix typo.
9401         Change default display to /dev/fb0.
9402
9403         * gdk/linux-fb/gdkpango-fb.c:
9404         Add $(prefix)/share/fonts/ to font path.
9405         
9406 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
9407
9408         * gdk/linux-fb/gdkkeyboard-fb.c:
9409         New file containing the abstracted keyboard driver. Most code
9410         taken from gdkinput-ps2.c
9411
9412         * gdk/linux-fb/gdkinput-ps2.c:
9413         Removed file.
9414         
9415         * gdk/linux-fb/Makefile.am:
9416         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
9417
9418         * gdk/linux-fb/gdkcolor-fb.c:
9419         display->fb was renamed to display->fb_fd.
9420
9421         * gdk/linux-fb/gdkcursor-fb.c:
9422         gdk_mouse_get_info -> gdk_fb_mouse_get_info
9423
9424         * gdk/linux-fb/gdkinput.c:
9425         Moved gdk_input_init here from gdkinput-ps2.c
9426
9427         * gdk/linux-fb/gdkmain-fb.c:
9428         display->fb was renamed to display->fb_fd.
9429         Now the tty and the console is opened here instead
9430         of in the keyboard driver. Also check GDK_VT to see what
9431         tty to open.
9432         Move gdk_beep () here from gdkinput-ps2.c
9433         gdk_mouse_get_info -> gdk_fb_mouse_get_info
9434
9435         * gdk/linux-fb/gdkmouse-fb.c:
9436         Add header.
9437         gdk_mouse_get_info -> gdk_fb_mouse_get_info
9438         Return correct keyboard modifiers.
9439         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
9440
9441         * gdk/linux-fb/gdkprivate-fb.h:
9442         Add tty and vt info to display.
9443         Add orignal modeinfo storage to display
9444         Update global functions
9445
9446         * gdk/linux-fb/gdkwindow-fb.c:
9447         Added gdk_fb_window_find_focus().
9448         gdk_mouse_get_info -> gdk_fb_mouse_get_info
9449
9450 2000-12-07  Havoc Pennington  <hp@pobox.com>
9451
9452         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
9453         function, noticed by Alex
9454
9455 2000-12-06  Elliot Lee  <sopwith@redhat.com>
9456
9457         * configure.in: Detect freetype properly
9458
9459         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
9460         above.
9461
9462 2000-12-06  Alexander Larsson  <alexl@redhat.com>
9463
9464         * gdk/linux-fb/Makefile.am:
9465         Add gdkmouse-fb.c
9466         
9467         * gdk/linux-fb/gdkmouse-fb.c:
9468         New file. Abstracted the mouse drivers a bit.
9469
9470         * gdk/linux-fb/gdkcursor-fb.c:
9471         The cursor hide/show functions was moved here from gdkinput-ps2.c.
9472
9473         * gdk/linux-fb/gdkinput-ps2.c:
9474         Removed old mouse handling code. Moved cursor handling code
9475         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
9476         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
9477         gdk_mouse_get_info.
9478
9479         * gdk/linux-fb/gdkmain-fb.c:
9480         Pass NULL pointers for x,y in gdk_mouse_get_info call.
9481
9482         * gdk/linux-fb/gdkprivate-fb.h:
9483         Removed public gdk_fb_find_common_ancestor, added and renamed
9484         functions for the new mouse handling code.
9485
9486         * gdk/linux-fb/gdkwindow-fb.c:
9487         Moved gdk_fb_window_send_crossing_events here. added global
9488         variable gdk_fb_window_containing_pointer. made
9489         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
9490         renamed to gdk_mouse_get_info.
9491
9492 2000-12-06  Alexander Larsson  <alexl@redhat.com>
9493
9494         * gdk/linux-fb/gdkevents-fb.c:
9495         Update to match latest gmain/gsource changes.
9496
9497         * gdk/linux-fb/gdkinput-ps2.c:
9498         Bogus gdk_keymap_get_entries_for_keycode implementation so that
9499         it links. Will be implemented later.
9500
9501 2000-12-03  Havoc Pennington  <hp@pobox.com>
9502
9503         * gdk/Makefile.am: add gdkkeys.[hc]
9504
9505         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
9506         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
9507
9508         * acconfig.h, configure.in: add checks and command line options
9509         for XKB
9510
9511         * gdk/x11/gdkkeys-x11.c: Implement the above functions
9512         
9513         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
9514         and group in the key event
9515
9516         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
9517         field with the low-level hardware key code, and a group
9518         field with the keyboard group
9519
9520         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
9521         and declare a couple globals used for keymap handling
9522         
9523         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
9524         hold down Shift-Control and type a hex number to get a Unicode 
9525         character corresponding to the hex number
9526         (gtk_im_context_simple_get_preedit_string): Fix cursor position
9527         (return bytes not chars)
9528
9529 2000-12-05  Elliot Lee  <sopwith@redhat.com>
9530
9531         * gdk/gdkcolor.h: Make GdkColor specify element sizes
9532         to avoid waste on 64-bit platforms.
9533
9534 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
9535
9536         * INSTALL: Fix link to PNG home, remove reference
9537         to fribidi.
9538
9539         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
9540         
9541         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
9542         tested.)
9543
9544         * gtk/gtkcheckmenuitem.c: Permanently turn on
9545         always_show_toggle.
9546
9547         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
9548         be NULL. (Vladimir Klebanov, #26545)
9549
9550         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
9551         some signed/unsigned comparison problems. (#6510,
9552         David Kaelbling)
9553
9554         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
9555         return type to boolean (Oskar Liljeblad, #18648)
9556
9557 2000-12-05  Alexander Larsson  <alexl@redhat.com>
9558
9559         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
9560         Remove bogus colormap setting.
9561
9562 2000-12-05  Alexander Larsson  <alexl@redhat.com>
9563
9564         * gdk/linux-fb/gdkcolor-fb.c:
9565         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
9566
9567         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
9568         Must set colormap.
9569         
9570 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
9571
9572         * docs/tutorial/gtk-tut.sgml: DND updates
9573
9574 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
9575
9576         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
9577         Remove old debug g_warning().
9578         (gdk_fb_draw_drawable): The src argument can be either a wrapper
9579         or an implementation, just pass the implementation to draw_drawable_2.
9580         
9581         * gdk/linux-fb/gdkprivate-fb.h:
9582         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
9583
9584         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
9585         clear and invalidate area when window is destroyed.
9586         (send_map_events): Remove old commented out code.
9587
9588 2000-12-05  Alexander Larsson  <alexl@redhat.com>
9589
9590         * gdk/linux-fb/gdkpango-fb.c:
9591         Use italic instead of oblique in font aliases.
9592         
9593         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
9594         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
9595         other unsupported functions.
9596
9597 2000-12-04  Havoc Pennington  <hp@redhat.com>
9598
9599         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
9600
9601         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
9602
9603         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
9604
9605         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
9606         hack to avoid infinite loops (synthetic expose event) - 
9607         Owen has more appropriate fixes in a branch he'll check in later.
9608
9609         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
9610         separator, CR, and CRLF as line ends
9611
9612         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
9613         into lines using pango_find_paragraph_boundary(); other bits of
9614         the widget are still going to be broken if the boundary isn't '\n'
9615         though
9616
9617 2000-12-04  Alexander Larsson  <alexl@redhat.com>
9618
9619         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
9620         multiply.
9621
9622         * gdk/linux-fb/gdkpango-fb.c:
9623         Copied some 26.6 scaling macros from pango to clean up the rounding.
9624         (pango_fb_font_get_glyph_info): Correct sign on x value.
9625
9626         * gdk/linux-fb/gdkprivate-fb.h:
9627         Removed unreferenced external functions.
9628
9629         * modules/linux-fb/Makefile.am: Use ` instead of '.
9630
9631         * modules/linux-fb/basic.c:
9632         Remove dead code. In particular the dummy lang engine which broke all
9633         pango layouts in GtkFB. Don't include tables-big.i anymore.
9634
9635         * modules/linux-fb/tables-big.i:
9636         Upgrade to latest version from pango. Left for reference, basic_ranges
9637         moved to basic.c.
9638         
9639 2000-12-04  Havoc Pennington  <hp@redhat.com>
9640
9641         Fix bugs Alex found:
9642         
9643         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
9644         to "draw"
9645
9646         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
9647
9648         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
9649
9650         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
9651         implementation in here, apparently the expose() implementation was
9652         dead code.
9653
9654 2000-12-04  Alexander Larsson  <alexl@redhat.com>
9655
9656         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
9657         Return positive descent.
9658
9659 2000-12-02  Havoc Pennington  <hp@pobox.com>
9660
9661         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
9662         method and signal
9663         
9664         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
9665         calls gdk_window_process_updates() to push the exposes through
9666         (gtk_widget_class_init): No more draw signal, no
9667         gtk_widget_real_draw()  
9668         
9669         * gtk/gtkbin.c (gtk_bin_draw): remove
9670
9671         * gtk/gtkbox.c (gtk_box_draw): remove
9672
9673         * gtk/gtkbutton.c (gtk_button_draw): remove
9674
9675         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
9676
9677         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
9678
9679         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
9680
9681         * gtk/gtkclist.c (gtk_clist_draw): remove
9682
9683         * gtk/gtkentry.c (gtk_entry_draw): remove
9684
9685         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
9686
9687         * gtk/gtkfixed.c (gtk_fixed_draw): remove
9688
9689         * gtk/gtkframe.c (gtk_frame_draw): remove
9690
9691         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
9692
9693         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
9694
9695         * gtk/gtklayout.c (gtk_layout_draw): remove
9696
9697         * gtk/gtklist.c (gtk_list_draw): remove
9698
9699         * gtk/gtklistitem.c (gtk_list_item_draw): remove
9700
9701         * gtk/gtkmenu.c (gtk_menu_draw): remove
9702
9703         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
9704
9705         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
9706
9707         * gtk/gtknotebook.c (gtk_notebook_draw): remove
9708
9709         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
9710
9711         * gtk/gtkpacker.c (gtk_packer_draw): remove
9712
9713         * gtk/gtkrange.c (gtk_range_draw): remove
9714
9715         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
9716
9717         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
9718
9719         * gtk/gtktable.c (gtk_table_draw): remove
9720
9721         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
9722
9723         * gtk/gtktext.c (gtk_text_draw): remove
9724
9725         * gtk/gtktextview.c (gtk_text_view_draw): remove
9726
9727         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
9728
9729         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
9730
9731         * gtk/gtktree.c (gtk_tree_draw): remove
9732
9733         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
9734
9735         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
9736
9737         * gtk/gtkviewport.c (gtk_viewport_draw): remove
9738
9739         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
9740
9741         * gtk/gtkvscale.c (gtk_vscale_draw): remove
9742
9743         * gtk/gtkwindow.c (gtk_window_draw): remove
9744
9745 2000-20-01  Anders Carlsson  <andersca@gnu.org>
9746
9747         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
9748         a GtkToggleButton is both insensitive and active, it was being
9749         drawn by the GtkButton draw handler which doesn't check the
9750         state. Now it's calling gtk_toggle_button_paint instead.
9751         
9752 2000-12-01  Havoc Pennington  <hp@redhat.com>
9753
9754         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
9755         dangling pointers to the appearance attributes from the 
9756         line display
9757
9758         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
9759         width/height to mean "full width/height of drawable"
9760
9761         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
9762         click to select word/line
9763         
9764         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
9765         when getting log attrs. Get a slice, so that pixmaps and stuff
9766         are properly handled.
9767
9768         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
9769         paste into the selection (replaces selection now, previously
9770         crashed or added to selection). Reveals longstanding btree bug -
9771         select multiple lines, middle-click on the selection, boom. This
9772         isn't related to my changes though.
9773
9774         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
9775         PangoLogAttrs changes
9776         (gtk_entry_move_backward_word): ditto
9777
9778         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
9779         functions return bool whether the iter moved onto a
9780         dereferenceable position.
9781  
9782         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
9783         functions for motion in terms of display lines.
9784
9785         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
9786         get the buffer a mark is inside
9787         
9788 2000-12-01  Alexander Larsson  <alexl@redhat.com>
9789
9790         * gdk/linux-fb/Makefile.am:
9791         * modules/linux-fb/Makefile.am:
9792         Freetype 2 final uses freetype-config
9793
9794         * gdk/linux-fb/gdkpango-fb.c:
9795         Upgrade to use Freetype 2 final.
9796         More flexible support for font aliases, this also fixes a bug with
9797         GtkFontSelector, as the aliases must be visible in the font/family list,
9798         or GtkFontSelector reads uninitialized memory.
9799
9800 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
9801
9802         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
9803         XGetIMValues to properly terminate variable argument list, and do
9804         NULL return check for ic_values and xim_styles.
9805
9806         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
9807         Restore preedit state after XmbResetIC().
9808         
9809         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
9810         XvaCreateNestedList() should take XvaNestedList, but not
9811         XvaNestedList*.
9812
9813         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
9814         preedit_draw_callback, preedit_caret_callback): Match
9815         "preedit-changed" signal name to "preedit_changed" to be
9816         consistent to the spec.
9817
9818         * gtk/gtkimcontextsimple.c (check_table):
9819         Match "preedit-changed" to "preedit_changed" to be consistent
9820         to the spec.
9821
9822 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
9823
9824         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
9825         gc->clip_region == NULL>
9826
9827 2000-11-30  Tor Lillqvist  <tml@iki.fi>
9828
9829         Changes by Hans Breuer:
9830         
9831         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
9832         Dont't use negative width and height as max_hints. This fixes
9833         Owen's recent testgtk changes for win32.
9834
9835         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
9836         gdk_win32_hdc_release): These are exported and may be called with
9837         other drawable types than our GdkDrawableImplWin32 (?).
9838
9839         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
9840         so always #define USE_BACKING_STORE.
9841
9842         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
9843         of printf for debugging output.
9844
9845         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
9846         
9847         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
9848
9849         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
9850         declaration.
9851
9852         * gtk/gtktexttypes.h: Ditto.
9853
9854         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
9855         (GDK_VoidSymbol) also if in case of arg check failure.
9856
9857         * gtk/gtkimcontextsimple.c
9858         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
9859         position to the pointer, but to the variable it points to.
9860
9861         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
9862
9863         * gtk/gtk.def: Updates.
9864
9865 2000-11-29  Elliot Lee  <sopwith@redhat.com>
9866
9867         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
9868         GTK_TYPE_TREE_MODEL.
9869
9870 2000-11-29  Alexander Larsson  <alexl@redhat.com>
9871
9872         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
9873         Set the size of the font from the description.
9874         (gdk_text_width): Gross hack that calculates the width
9875         of text by text_length * size/2. This is necessary because
9876         GtkLabel does some ugly gtk_string_width call to calculate
9877         an good size.
9878         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
9879
9880 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
9881
9882         * docs/tutorial/gtk-tut.sgml: DND updates
9883
9884 2000-11-29  Alexander Larsson  <alexl@redhat.com>
9885
9886         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
9887         If you pass width or height == 0 to gdk_window_clear_area they
9888         should be calculated from the window size.
9889
9890 2000-11-29  Alexander Larsson  <alexl@redhat.com>
9891
9892         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
9893         a grab, but no grab-cursor, use the cursor from the grabbed
9894         window. (gdk_fb_window_send_crossing_events): Send normal
9895         enter/leave notifications if grab and owner_events == TRUE.
9896
9897 2000-11-29  Alexander Larsson  <alexl@redhat.com>
9898
9899         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
9900         Do implicit button grabs, even if the window doesn't
9901         want the event.
9902         (gdk_fb_window_send_crossing_events): If there is a
9903         grab, only the grabbed window gets normal enter/leave
9904         notifications. On ungrab go from grabbed window to current.
9905         Don't send any notification to b when propagating from c -> b.
9906         If setting a grab on window, don't set prev_window.
9907         (handle_mouse_input): Send enter/leave events to the window the
9908         mouse is over, not the grabbed one.
9909         
9910 2000-11-28  Elliot Lee  <sopwith@redhat.com>
9911
9912         * gdk/gdkregion-generic.c: Zap warning.
9913         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
9914         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
9915
9916 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
9917
9918         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
9919         The cursor should be hidden if it is part of either the
9920         source or destination region. Not only if it is in both.
9921         (gdk_window_set_transient_for): Silence warnings.
9922
9923 2000-11-28  Alexander Larsson  <alexl@redhat.com>
9924
9925         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
9926         The default mode in X is Pie Arcs, therefore that is
9927         what Gtk+ uses.
9928
9929 2000-11-28  Alexander Larsson  <alexl@redhat.com>
9930
9931         * gdk/linux-fb/gdkinput-ps2.c:
9932         Implement correct EnterNotify/LeaveNotify:
9933         (gdk_fb_window_send_crossing_events): New function that sends
9934         all GdkCrossingEvents from the last mouse-window to the specified
9935         destination.
9936         (gdk_fb_window_visibility_crossing): Removed function.
9937         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
9938         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
9939         instead of gdk_window_get_pointer() for better readability.
9940
9941         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
9942         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
9943
9944         * gdk/linux-fb/gdkprivate-fb.h:
9945         removed gdk_fb_window_visibility_crossing, added
9946         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
9947
9948         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
9949         New function that finds the least common ancestor of two windows.
9950         (gdk_window_show, gdk_window_hide):
9951         Use gdk_fb_window_send_crossing_events.
9952         (gdk_fb_window_move_resize): Send configure events to toplevel
9953         windows. Use gdk_fb_window_send_crossing_events.
9954
9955 2000-11-27  Havoc Pennington  <hp@redhat.com>
9956
9957         * gtk/gtkprivate.h (enum): Remove a trailing comma
9958
9959 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
9960
9961         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
9962         the "changed" callback of the adjustment.  We need to redraw the
9963         spin button's arrows when the adjustment's range changes.
9964         (adjustment_changed_cb): Draw the arrows.
9965         (gtk_spin_button_value_changed): Draw the arrows.
9966
9967 2000-11-23  Alexander Larsson  <alexl@redhat.com>
9968
9969         * gdk/linux-fb/gdkselection-fb.c:
9970         Initial selection implementation.
9971
9972         * gtk/gtkselection.c:
9973         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
9974         requestor in gtk_selection_request.
9975         
9976         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
9977         Added gdk_selection_property atom.
9978
9979         * gdk/linux-fb/gdkprivate-fb.h:
9980         Export _gdk_selection_window_destroyed.
9981         Removed mask_off_x/y from GdkCursorPrivateFB.
9982         Removed hbearing, added top, left to PangoFBGlyphInfo.
9983
9984         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
9985         Call _gdk_selection_window_destroyed
9986         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
9987         the root window has been created.
9988         (static_dx_hack, static_dy_hack, compare_draw_rects,
9989         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
9990         in region. They are already sorted. Instead just traverse them in
9991         reverse if draw_direction < 0.
9992         
9993         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
9994         Double-clicks must be sent after the normal button_press.
9995         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
9996         
9997         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
9998         Pass _gdk_fb_screen_gc instead of NULL.
9999
10000         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
10001         Initialize gdk_selection_property.
10002         (gdk_event_make): Remove unused code.
10003
10004         * gdk/linux-fb/gdkcursor-fb.c:
10005         Make the pixmap for the cursor the same size as the mask. Also remove
10006         the mask_off_x/y fields in GdkCursorPrivateFB and combine
10007         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
10008         Now the whole cursor is visible.
10009
10010         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
10011         Fix bug where xdest+height instead of ydest+height was used
10012         to calculate if the source and dest overlapped. This fixes the
10013         redraw bug when the main window in testgtk was scrolled when
10014         partially covered by a tall window.
10015         Copy rectangles in region in order depending on draw_direction.
10016         Also moved the draw_direction flipping of start_y and end_y into
10017         the gc functions, as this might not be what all of them want.
10018         (gdk_fb_draw_lines): Support dashed lines.
10019         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
10020         so that the text is positioned correctly (was 1 pixel high).
10021
10022         gdk/linux-fb/gdkgc-fb.c:
10023         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
10024         all lines were drawn a pixel to short. Also checked the default of
10025         the rest of the values, and they're the same as X now.
10026
10027         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
10028         Clean up pixel positioning of the glyphs. Just use bgy->top and
10029         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
10030         to all divisions to get correct rounding behaviour.
10031
10032         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
10033         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
10034         Moved start_y/end_y flip into draw_drawable implementations.
10035         Flip also x rendering when draw_direction < 0.
10036         Remove unneccesary multiply with draw_direction.
10037
10038 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
10039
10040         * docs/tutorial/gtk-tut.sgml:
10041           - get rid of gtk_toggle_button_toggled FUD
10042           - start DND section - needs work - based on:
10043                 http://wolfpack.twu.net/docs/gtkdnd/
10044
10045 2000-11-22  Alexander Larsson  <alexl@redhat.com>
10046
10047         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
10048         Correct calculation of font metrics. Now GtkEntrys have sane
10049         size.
10050
10051 2000-11-22  Alexander Larsson  <alexl@redhat.com>
10052
10053         * gdk/gdktypes.h:
10054         Add new type GdkSpan
10055         
10056         * docs/reference/gdk/gdk-sections.txt,
10057         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
10058         gdk/gdkregion.h:
10059         Implement and document gdk_region_spans_intersect_foreach.
10060
10061         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
10062         Add new file gdkrender-fb.c which contains all core
10063         rendering code.
10064         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
10065         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
10066         (optimized rectangle fillers).
10067
10068         * gdk/linux-fb/gdkdrawable-fb2.c:
10069         Move all rendering code to gdkrender-fb.c.
10070         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
10071         Use the new span intersection functions in gdk_fb_fill_spans.
10072         gdk_fb_draw_rectangle() clips filled rectangles and calls
10073         gc->fill_rectangle with the result.
10074         gdk_fb_fill_spans() gets extra argument "sorted".
10075
10076         * gdk/linux-fb/gdkevents-fb.c:
10077         Remove unused includes and defines.
10078         New function gdk_fb_get_time() to get correct time for events.
10079
10080         * gdk/linux-fb/gdkinput-ps2.c:
10081         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
10082         Make sure to set the time of all events.
10083
10084         * gdk/linux-fb/gdkmain-fb.c:
10085         Use gdk_fb_get_time ().
10086
10087         * gdk/linux-fb/gdkprivate-fb.h:
10088         New virtual GC calls: fill_span & fill_rectangle.
10089         Export gdk_fb_get_time().
10090         gdk_fb_fill_spans() gets extra argument "sorted".
10091
10092         * gdk/linux-fb/mi*.c:
10093         Use GdkSpan instead of GdkRectangle.
10094         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
10095         from XFree 4 source)
10096         
10097 2000-11-22    <jrb@redhat.com>
10098
10099         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
10100         reversing the order in an if statement will do.  Doing so managed
10101         to make the treemodelsort half work.  Other half will follow after
10102         I get the insert function fully fixed.
10103
10104 2000-11-21  Elliot Lee  <sopwith@redhat.com>
10105         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
10106         more than 2 bits. Besides, I need to implement an evil hack. :)
10107
10108 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
10109
10110         * docs/tutorial/gtk-tut.sgml: minor corrections
10111
10112 2000-11-20  Jonathan Blandford <jrb@redhat.com>
10113         * gtk/gtktreemodelsort.h: Add convertion functions to let you
10114           convert to and from relative path's and iters.
10115
10116         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
10117           testing sorting functions a bit better.  Currently broken -- will
10118           fix in morning.
10119
10120 2000-11-20  Havoc Pennington  <hp@redhat.com>
10121
10122         * gtk/gtkwidget.c: Documented a bunch of functions in here
10123         (gtk_widget_realize): Warn if you try to realize
10124         a widget with no parent that isn't a toplevel
10125         (gtk_widget_intersect): return a gboolean
10126
10127 2000-11-20  Havoc Pennington  <hp@redhat.com>
10128
10129         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
10130         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
10131         scrolling to be implemented in GDK to finish. Also, right now
10132         we just size_allocate all children on every layout change,
10133         which is pretty lame. Test commented out of testtext.c, 
10134         until it works better.
10135
10136 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
10137
10138         * gdk/linux-fb/gdkdrawable-fb2.c:
10139         Removed unused arguments from gdk_fb_drawable_get_pixel().
10140
10141         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
10142         Renamed fidur specific mouse packet data in MouseDevice to
10143         generic. Used it in ps2 mouse handling code to avoid blocking
10144         reads.
10145
10146 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
10147
10148         * demos/gtk-demo/main.c: Changed to have the list become
10149         non-italic when the demo window is destroyed through an external
10150         event (like a close button).  Doing so found three bugs in the
10151         widget.
10152
10153         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
10154
10155         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
10156         we actually set the cell.
10157
10158         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
10159
10160         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
10161         free a leaked path.  Thanks memprof.
10162
10163 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
10164
10165         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
10166         off-by-one error when destroying allocated segments
10167         on failure. (Elliot)
10168
10169 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
10170
10171         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
10172         memleaks found by Evan Martin.
10173
10174 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
10175
10176         * Released 1.3.2
10177         
10178         * NEWS: Updates for 1.3.2
10179
10180 2000-11-17  Tor Lillqvist  <tml@iki.fi>
10181
10182         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
10183         but in general for window system specific events.
10184
10185         * gtk/gtk.def
10186         * gtk/makefile.mingw.in
10187         * gtk/makefile.msc.in: Update.
10188         
10189         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
10190
10191 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
10192
10193         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
10194         distribute gtk.immodules.
10195
10196         * gtk/Makefile.am (install-data-local): Don't install the
10197         gtk.immodules file created for the uninstalled modules;
10198         instead run gtk-query-immodules after install
10199
10200 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
10201
10202         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
10203         -rpath to the right install location.
10204
10205         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
10206         -export-dynamic.
10207
10208         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
10209         properly.
10210
10211 2000-11-15  Havoc Pennington  <hp@pobox.com>
10212
10213         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
10214         patch from Mikael Hermansson to temporarily stop blinking while
10215         the user is using the keyboard to type or navigate. 
10216
10217         Also, when blinking, stay on for longer than we stay off. Also,
10218         return from start_cursor_blink if !cursor_visible, to save
10219         checking that flag all over the place before we call
10220         start_cursor_blink.
10221
10222 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
10223
10224         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
10225         only contain a "fontset" line, which is now ignored.
10226
10227         * gtk/gtkentry.c (gtk_entry_button_release): Make 
10228         double-click-to-select-word work.
10229         
10230 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
10231
10232         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
10233         Don't move back one char when we are actually at the end of the 
10234         paragraph.
10235
10236 2000-11-15  Robert Brady  <robert@suse.co.uk>
10237
10238         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
10239         'o' < 'p'.
10240         
10241         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
10242         bind_textdomain_codeset.
10243
10244         (gtk_init_check): Make the warning about translating default:LTR
10245         sterner.
10246         
10247 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
10248
10249         * **/Makefile.am : remove unecessary rules for win32-specific
10250         config-substituted targets. If you want these rules, use
10251         --enable-maintainer-mode (called automatically by autogen.sh).
10252         Stops a lot of unneccessary make-time warnings.
10253
10254         * gtk/gtktext{layout,display}.c: Factor in total width as
10255         well as screen when figuring alignment for word-wrap as well as
10256         no wrap; this is necessary to handle lines that cannot be wrapped
10257         at all.
10258
10259 2000-11-15  Havoc Pennington  <hp@redhat.com>
10260
10261         * gtk/testtext.c: Implement essential color cycling feature
10262
10263 2000-11-15  Havoc Pennington  <hp@redhat.com>
10264
10265         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
10266         when we invalidate the main window.
10267
10268         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
10269         GtkTextView will now invalidate the side windows for us when text
10270         changes.
10271
10272 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
10273
10274         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
10275         unconditionally, since we may need to update the horizontal
10276         scrollbars even if the height didn't change.
10277
10278         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
10279         the extra attrs, since some of them affect size.
10280
10281         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
10282         x_offset correctly.
10283
10284 2000-11-15  Havoc Pennington  <hp@redhat.com>
10285
10286         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
10287         don't move the first line out into the margin, instead move the
10288         whole paragraph in order to make space for the first line within 
10289         the margin
10290
10291 2000-11-15  Havoc Pennington  <hp@redhat.com>
10292
10293         * gtk/gtktextview.c (changed_handler): offset redraw rect by
10294         xoffset in addition to yoffset, so horizontal scrolling doesn't
10295         break redraws
10296
10297 2000-11-15  Havoc Pennington  <hp@redhat.com>
10298
10299         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
10300         from the cursor
10301         (render_layout_line): fix reversed test that caused weird
10302         underlines to get drawn
10303
10304 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
10305
10306         * gdk/linux-fb/gdkprivate-fb.h:
10307         Fix debug macros.
10308         
10309 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
10310
10311         * gdk/linux-fb/gdkprivate-fb.h:
10312         Added virtual functions set_pixel, get_color,
10313         fill_span and draw_drawable to the GC.
10314         Added global _gdk_fb_screen_gc to use instead of
10315         NULL when drawing to the screen.
10316         Added _gdk_fb_gc_calc_state() prototype.
10317
10318         * gdk/linux-fb/gdkgc-fb.c:
10319         Call _gdk_fb_gc_calc_state() on any gc state change.
10320
10321         * gdk/linux-fb/gdkglobals-fb.c:
10322         Add _gdk_fb_screen_gc
10323                 
10324         * gdk/linux-fb/gdkdrawable-fb2.c:
10325         _gdk_fb_gc_calc_state() calculates best functions
10326         for the GC state and depth.
10327         Moved bpp specialized code to separate functions.
10328         Added optimized 24 bpp AA draw_drawable.
10329
10330         * gdk/linux-fb/gdkevents-fb.c:
10331         Silence gcc warning.
10332
10333         * gdk/linux-fb/gdkimage-fb.c:
10334         Use _gdk_fb_screen_gc
10335
10336         * gdk/linux-fb/gdkwindow-fb.c:
10337         Init and use _gdk_fb_screen_gc
10338
10339         * gdk/linux-fb/mitypes.h:
10340         Remove unused types.
10341
10342 2000-11-14  Havoc Pennington  <hp@pobox.com>
10343
10344         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
10345         to pixels
10346
10347 2000-11-14  Havoc Pennington  <hp@pobox.com>
10348
10349         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
10350
10351         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
10352         unknown char, no real reason we were using a variable. 
10353         Remove gtk_text_unknown_char variable. Fix all the text widget
10354         files accordingly.
10355
10356         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
10357         since the Unicode spec seems to prefer that character for our
10358         purposes.
10359
10360 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
10361
10362         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
10363         value of g_getenv() isn't freeable, so g_strdup it.
10364
10365         * modules/input/inuktitut.c: Inuktitut input method.
10366
10367         * modules/input/Makefile.am: Build this.
10368         
10369 2000-11-14  Elliot Lee  <sopwith@redhat.com>
10370
10371         * gtk/Makefile.am: Install gtk.immodules, needed for operation
10372         of gtk programs.
10373
10374 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
10375
10376         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
10377         reversed > that was causing Home to go to end of previous line.
10378
10379         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
10380         modified-keypresses (leave for bindings.)
10381
10382         * modules/input/Makefile.am: Remove useless -export-dynamic
10383         from module LDFLAGS.
10384
10385 2000-11-14  Havoc Pennington  <hp@redhat.com>
10386
10387         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
10388         higher.
10389
10390         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
10391         account. Also, render rise, underline, background, etc. for
10392         pixbufs as well as text. Also, draw underlines one pixel higher.
10393
10394         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
10395         PangoAttribute for the rise, so it gets drawn properly. Also,
10396         add the GtkTextAppearance attribute for pixbuf/widget segments
10397         as well; we should go ahead and have rise, underline, background,
10398         stipple work for those
10399
10400         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
10401         Pango
10402
10403 2000-11-15  Tor Lillqvist  <tml@iki.fi>
10404
10405         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
10406
10407         * gtk/gtk.def: Update.
10408
10409         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
10410         included.
10411         (gtk_rc_get_im_module_file): Use run-time installation directory
10412         on Win32.
10413
10414         * gdk/win32/rc/gdk.rc: Remove.
10415         * gdk/win32/rc/gdk.rc.in: New file.
10416         * gdk/win32/rc/Makefile.am: New file
10417         * gdk/win32/Makefile.am: Corresponding changes.
10418
10419         * gtk/gtk.rc: Remove.
10420         * gtk/gtk-win32.rc.in: New file.
10421         * gtk/Makefile.am: Corresponding changes.
10422
10423         * configure.in: Corresponding changes.
10424
10425         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
10426         has a built gtkcompat.h. Developers using CVS code on Win32 can
10427         hand-edit it from gtkcompat.h.in.
10428
10429         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
10430         gtkcompat.h from gtkcompat.h.win32.
10431
10432 2000-11-14  Havoc Pennington  <hp@redhat.com>
10433
10434         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
10435         to default to GDK_ACTION_MOVE if the drag is within a single
10436         widget. Defaults to GDK_ACTION_COPY between widgets.
10437
10438 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
10439
10440         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
10441
10442         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
10443
10444         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
10445         srcdir != builddir
10446
10447         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
10448
10449         * configure.in (GTK_VERSION): Up to 1.3.2
10450
10451         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
10452         gtkimcontextxim.h
10453
10454         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
10455         missing doc comment.
10456
10457 2000-11-14  Alexander Larsson  <alexl@redhat.com>
10458
10459         * modules/linux-fb/basic.c:
10460         Use the glib iconv wrappers.
10461
10462 2000-11-13  Havoc Pennington  <hp@pobox.com>
10463
10464         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
10465         still more bugs.
10466
10467         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
10468         scroll the GdkWindows before realization.
10469
10470 2000-11-13  Havoc Pennington  <hp@redhat.com>
10471
10472         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
10473         where GC didn't always get updated properly
10474
10475         * demos/gtk-demo/textview.c (create_tags): Use subattributes
10476         of fonts instead of setting the entire font
10477
10478         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
10479         setting entire font
10480
10481         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
10482
10483         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
10484         a bunch of individually-settable font attributes. You can still 
10485         use the "font" and "font_desc" args, they just set all the font
10486         attributes at once.
10487
10488 2000-11-13 Elliot Lee <sopwith@redhat.com>
10489
10490         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
10491
10492 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
10493
10494         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
10495         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
10496
10497         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
10498         work better.
10499
10500 2000-11-13  Havoc Pennington  <hp@redhat.com>
10501
10502         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
10503         the module file.
10504
10505         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
10506         dest->language
10507
10508         * gtk/testtext.c: Test pixels above/below/inside paragraphs
10509         settings
10510
10511         * gtk/gtktextview.c: Implement object args and setters/getters for
10512         all the aspects of the GtkTextAttributes that are not set from
10513         GtkWidget attributes. This is spacing, justification, margins,
10514         etc.
10515
10516         (gtk_text_view_set_arg)
10517         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
10518         args
10519         (gtk_text_view_class_init): Add args for justify, left_margin,
10520         right_margin, indent, and tabs
10521         
10522
10523         * gtk/gtktextlayout.c (set_para_values): fix to display indent
10524         attribute properly
10525
10526         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
10527         replace with indent attribute
10528
10529         * gtk/gtktextlayout.c (set_para_values): multiply indent by
10530         PANGO_SCALE
10531
10532         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
10533         rearranging code to do that
10534         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
10535         i.e. don't subtract the top_margin first, just to keep
10536         all margin-futzing in one place.
10537
10538         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
10539
10540         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
10541         special case of last line, Pango now handles this itself.
10542         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
10543         Y coordinate
10544         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
10545         (find_display_line_above): wasn't moving the byte index as it
10546         iterated over lines, so always returned byte 0. Also, port to use
10547         PangoLayoutIter.
10548         (find_display_line_below): same problem as
10549         find_display_line_above. Also, port to use PangoLayoutIter.
10550
10551 2000-11-13  Alexander Larsson  <alexl@redhat.com>
10552
10553         * gdk/linux-fb/*.[ch]:
10554         Massive reindent to gtk+ standard. My hands hurt.
10555
10556         * gdk/linux-fb/gdkcolor-fb.c:
10557         Move GdkColorPrivateFB from inherited to windowing_data
10558
10559         * gdk/linux-fb/gdkcursor-fb.c:
10560         _gdk_cursor_new_from_pixmap made static
10561
10562         * gdk/linux-fb/gdkdnd-fb.c:
10563         GdkDragContextPrivate moved to windowing_data
10564
10565         * gdk/linux-fb/gdkdrawable-fb2.c:
10566         Removed endian.h, use glib endianness macros instead
10567         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
10568         and GDK_DRAWABLE_IMPL_FBDATA
10569
10570         * gdk/linux-fb/gdkfont-fb.c:
10571         Add empty gdk_font_load(). Needed for linking of Gtk+.
10572
10573         * gdk/linux-fb/gdkimage-fb.c:
10574         Removed endian.h, use glib endianness macros instead
10575         Moved GdkImagePrivateFB to windowing_data
10576         gdk_image_new_bitmap didn't always allocate enough
10577         memory.
10578
10579         * gdk/linux-fb/gdkinput-ps2.c:
10580         Added semi-working support for MS serial mice.
10581
10582         * gdk/linux-fb/gdkprivate-fb.h:
10583         s/GdkWindowPrivate/GdkWindowObject/
10584         Removed GdkWindowPrivate typedef
10585         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
10586         Removed GDK_DRAWABLE_P
10587         Move GdkColorPrivateFB from inherited to windowing_data
10588         Moved GdkImagePrivateFB to windowing_data
10589
10590         * gdk/linux-fb/gdkvisual-fb.c:
10591         Removed some unused debug code.
10592
10593         * gdk/linux-fb/gdkwindow-fb.c:
10594         Use stock cursors instead of including X headers.
10595         s/GdkWindowPrivate/GdkWindowObject/
10596
10597         * gdk/linux-fb/mitypes.h:
10598         Removed unused types.
10599
10600         * modules/linux-fb/basic.c:
10601         Use the pango fribidi wrappers.
10602
10603 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
10604
10605         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
10606         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
10607         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
10608         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
10609         GEqualFunc where applicable.
10610         
10611         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
10612         pango_font_description_equal as changed in pango.
10613         
10614         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
10615
10616         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
10617
10618         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
10619
10620         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
10621
10622         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
10623
10624         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
10625
10626         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
10627         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
10628
10629         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
10630         gtk_rc_styles_compare -> gtk_rc_styles_equal.
10631
10632 2000-11-12  Havoc Pennington  <hp@pobox.com>
10633
10634         * demos/gtk-demo/Makefile.am (democodedir): change demo install
10635         dir to datadir/gtk+-2.0/demo
10636
10637         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
10638         sorts of text widget and Pango font bugs. Urgh.
10639
10640         * demos/gtk-demo/Makefile.am (demos): Add textview.c
10641
10642         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
10643         tree that you should double click to see the demo. Fix 
10644         types of variables to reflect changed return values from 
10645         GtkTreeStore and GtkTreeViewColumn constructors.
10646
10647         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
10648         newly-created buffer to prepare for GObject semantics
10649
10650         * gtk/testtext.c: don't leak the buffer with GObject semantics
10651
10652         * gtk/testtextbuffer.c: ditto
10653         
10654 2000-11-12  Havoc Pennington  <hp@pobox.com>
10655
10656         Rename this testgtk to gtk-demo to avoid confusion, and 
10657         install it so people can use it as a supplement to 
10658         the documentation.
10659         
10660         * demos/gtk-demo: Moved from demos/testgtk
10661
10662         * demos/testgtk: Removed
10663
10664         * configure.in: make Makefile in gtk-demo
10665         
10666         * demos/gtk-demo/Makefile.am: Install sample source to 
10667         datadir/gtk-demo (maybe there's a better place?), and 
10668         rename the binary to gtk-demo
10669         
10670         * demos/gtk-demo/main.c (load_file): Load installed sample
10671         source if source isn't found in pwd.
10672
10673 2000-11-09  Havoc Pennington  <hp@pobox.com>
10674
10675         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
10676         argument to set the char displayed when visibility == FALSE
10677         (gtk_entry_create_layout): If !entry->visible, replace 
10678         all chars with the "invisible char"
10679
10680         * gtk/testgtk.c: Test the invisible_char deal
10681         
10682 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
10683
10684         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
10685         can't get a native font in the right encoding.
10686
10687 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
10688
10689         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
10690         respectively.
10691
10692 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
10693
10694         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
10695         Fix warning when moving between paragraphs.
10696
10697         * gtk/gtkentry.[ch]: Change move => move_cursor, 
10698         delete => delete_from_cursor, insert => insert_at_cursor
10699
10700 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
10701
10702         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
10703
10704         * modules/input/imthai-broken.c: A Thai input method for use if
10705         Thai keys are really generating Latin1 keysyms.
10706
10707         * modules/input/Makefile.am: Build these.
10708
10709 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
10710
10711         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
10712         g_filename_{to,from}_utf8 now takes an extra parameter.
10713
10714         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
10715         strftime into UTF-8.
10716
10717         (column_from_x, gtk_calendar_paint_day_names): Support RTL
10718         calendars.
10719
10720         (gtk_calendar_paint_day_names): Draw day names in the right 
10721         place.
10722         
10723 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
10724
10725         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
10726         problem with using result of g_get_charset() backwards -
10727         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
10728
10729         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
10730         negative min_width/height and max_width/height to
10731         mean "requisition"; this allows setting a window
10732         to be user-resizable in only one direction easily.
10733
10734         * gtk/testgtk.c (create_main_window): Remove hard-coded
10735         usize - set a default size in the vertical direction.
10736
10737 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
10738
10739         * gtk/gtkrange.c: Add some missing casts. Support 
10740         2 and 3 button clicks on the arrows to mean 
10741         "move by pages" and "jump to end". (Like gtkspinbutton)
10742
10743 2000-11-12 Hans Breuer <Hans@Breuer.Org>
10744
10745         * gdk/win32/makefile.msc : reflect build module changes
10746
10747         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
10748         from GdkPixmap*, cast implementation member instead.
10749
10750         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
10751         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
10752         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
10753         more Gdi functions return value checking. 
10754         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
10755         GdkImagePrivateWin32 *.
10756
10757         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
10758         menus useable again. Add #pragma message to keep reminded on this issue.
10759         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
10760         windows. This allows to enable backing store on Win32!
10761
10762         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
10763         in drawable is of impl type. Correct specific type checks appropriate.
10764  
10765         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
10766         GDK_WINDOW_DESTROYED before allocating new resources.
10767
10768         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
10769
10770         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
10771         (gdk_window_foreign_new) initialize parent handle.
10772         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
10773
10774         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
10775         Let the GDI invalidate the window on MoveWindow call to fix scrolling
10776         problems (e.g. main buttons in testgtk). 
10777
10778 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
10779
10780         * gtk/gtkentry.c (gtk_entry_key_press): Call 
10781         gtk_widget_activate for GDK_Return.
10782
10783         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
10784         of preedit cursor position.
10785
10786 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
10787
10788         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
10789         static.
10790
10791 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
10792
10793         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
10794         out support for multiple locales; that simple doesn't
10795         work reliably with current Xlib
10796
10797         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
10798         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
10799         Add support for positioning the cursor within the preedit string.
10800
10801 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
10802
10803         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
10804         at XIM input method module.
10805
10806         * gtk/gtktextview.c: Check for bindings after passing
10807         events to im context filter.
10808
10809 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
10810
10811         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
10812         empty attribute lists properly.
10813
10814 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
10815
10816         * gtk/queryimmodules.c (main): Return non-zero exit
10817         status if errors were encountered querying any
10818         modules.
10819
10820         * modules/input/Makefile.am (moduledir): remove
10821         leftover bin program target.
10822
10823         * docs/make-todo: Fix typo in error message.
10824
10825 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
10826
10827         * configure.in: Add modules/input/Makefile
10828
10829 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
10830
10831         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
10832         don't include gtkthemes.h.
10833
10834         * gtk/testgtk.c gtk/testtext.c: Set environment variables
10835         to point
10836
10837         * gtk/Makefile.am: Add new .c and .h files, build 
10838         gtk-query-immodules and use it to create a gtk.immodules
10839         file for use of test programs.
10840
10841         * gtk/gtkpreview.c: remove extra blank line.
10842
10843 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
10844
10845         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
10846         Add the ability to add extra tables beyond the default
10847         one, and also the ability to have compose sequences 
10848         that are prefixes of other compose sequences. 
10849
10850         * gtk/gtkimcontextsimple.c: Export a preedit string which
10851         consists of possible candidates for keystrokes that have
10852         been entered but not yet committed.
10853
10854         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
10855         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
10856
10857         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
10858         Add a function to add input-method switching menu items
10859         to a menu.
10860
10861         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
10862         when switching input methods.
10863
10864         * gtk/gtkimcontextsimple.[ch]: Change the format of
10865         the compose table to allow compose tables of different
10866         lengths / sequence.
10867
10868 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
10869
10870         * gtk/gtkimmodule.[ch]: Support routines for loading
10871         GtkIMContext implementations dynamically at runtime.
10872
10873         * modules/input/imcyrillic-translit.c: A sample input
10874         method (based on GtkIMContextSimple with an extra table),
10875         which demonstrates preedit strings and the module
10876         system for input modules
10877
10878         * gtk/queryimmodules.c: Program to query the available
10879         input modules and write the results into a file.
10880          
10881         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
10882         extra config options "im_module_file" (cache file for
10883         input method modules), and "im_module_path" - path
10884         to look for modules when generating cache file.
10885
10886         This doesn't scale.
10887
10888 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
10889
10890         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
10891         generic code from gtkthemes into a new abstraction
10892         GtkModule which has the logic for implementing
10893         a loadable module which implements a number of 
10894         GObject types.
10895
10896 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
10897
10898         * gtk/gtkeditable.[ch]: Convert GtkEditable from
10899         a class into an interface  
10900         
10901         * gtk/gtkoldeditable.[ch]: Move the old editable
10902         implementation into here, so legacy widgets can
10903         still rely on the implemenation. GtkOldEditable
10904         exports GtkEditable. Make selection handling
10905         code use new text conversion functions (and
10906         handle UTF-8 as a side-effect). Use GtkClipboard
10907         for CLIPBOARD.
10908
10909         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
10910         Adopt to match above changes.
10911
10912         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
10913         avoid GtkOldEditable implementation. Restructure
10914         to reduce number of places that modify state directly.
10915         Move to GtkBindingSet. Display the preedit string.
10916         Queue recomputation of PangoLayout and scroll position
10917         to improve effiency of doing complex changes naively.
10918         Add a menu with cut/copy/paste and input method selection.
10919
10920 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
10921
10922         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
10923         to set preedit string and attributes; display preedit string by
10924         inserting string and attributes at cursor when creating the
10925         GtkTextLineDisplay.
10926
10927         * gtk/gtktextlayout.c: Move all conversions between byte
10928         positions in PangoLayout and GtkTextIter into new functions
10929         line_display_iter_to_index/index_to_iter that properly
10930         handle the preedit string.
10931
10932         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
10933         it to return const char * (eventually will end up
10934         as GCONST char *, most likely.)
10935
10936         * gtk/gtktextview.[ch]: Handle the preedit string, call
10937         gtk_im_context_reset() as necessary, add a menu to switch
10938         input methods.
10939         
10940         * gtk/gtktextlayout.[ch]: Remove useless
10941         gtk_text_layout_get_log_attrs() function.
10942
10943 2000-11-11  Tor Lillqvist  <tml@iki.fi>
10944
10945         * gdk/gdk.def
10946         * gtk/gtk.def: Update.
10947
10948         * gdk/win32/*.c: Add last argument to g_type_register_static()
10949         calls.
10950
10951         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
10952
10953         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
10954         generated by older wheel mouse drivers. Get the correct y
10955         coordinate from WM_MOUSEWHEEL messages.
10956
10957         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
10958         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
10959         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
10960         Debugging functions.
10961
10962         * gdk/win32/gdkprivate-win32.h: Declare them.
10963
10964         * gdk/win32/gdkinput-win32.h: Add declaration for
10965         gdk_input_window_destroy().
10966
10967         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
10968
10969 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
10970
10971         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
10972         function to help handle keeping things in sync.
10973
10974 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
10975
10976         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
10977         BOXED marshallers.
10978
10979         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
10980         (gtk_list_store_class_init): use the new BOXED marshallers.
10981
10982         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
10983         new_with_values to new_with_types.
10984         (gtk_tree_store_get_column_type): add this.
10985         (gtk_tree_store_class_init): use the new BOXED marshallers.
10986
10987         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
10988         mirror some POINTER marshallers.
10989
10990 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
10991
10992         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
10993         allow more interesting iterators.  Also, made the lifecycle of
10994         iterators more explicit.
10995
10996         * gtk/gtktreemodelsort.[ch]: New model for sorting.
10997
10998         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
10999         types.
11000
11001 2000-11-09  Alexander Larsson  <alexl@redhat.com>
11002
11003         * demos/testgtk/menus.c:
11004         Changes to make the new testgtk compile after
11005         gtk_menu_append was removed.
11006
11007         * gdk/linux-fb/gdkdrawable-fb2.c
11008         (gdk_fb_get_depth, gdk_fb_get_visual,
11009         gdk_drawable_impl_fb_class_init): Implement
11010         these drawable functions. Now GtkImages work again.
11011
11012         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
11013
11014         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
11015         
11016         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
11017         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
11018         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
11019         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
11020
11021 2000-11-08  Havoc Pennington  <hp@pobox.com>
11022
11023         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
11024         visible_set args, don't know where these had gone, I thought they
11025         used to be there
11026
11027         * gtk/testtext.c: Add a menu item to apply invisibility tag;
11028         now we can test the feature and see that it's totally broken.
11029
11030 2000-11-08  Havoc Pennington  <hp@pobox.com>
11031
11032         Make DND copy pixbufs and tags when source and target share a 
11033         tag table.
11034         
11035         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
11036         in-process GTK_TEXT_BUFFER_CONTENTS target
11037         (gtk_text_view_drag_data_received): Paste from
11038         GTK_TEXT_BUFFER_CONTENTS if we receive it.
11039
11040 2000-11-08  Alexander Larsson  <alexl@redhat.com>
11041
11042         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
11043         API changes.
11044
11045         * gtk/gtkmenu.c: Add support for scrolling menus.
11046         Remove gtk_menu_append/prepend/insert, these have been moved to
11047         gtkcompat.h as #defines.
11048
11049         * gtk/gtkcompat.h.in:
11050         Add compatibility #defines for gtk_menu_append/prepend/insert
11051
11052         * gtk/gtkmenu.h: Add data needed for scrolling menus.
11053         GtkMenuPositionFunc gets an extra argument push_in.
11054         gtk_menu_append/prepend/insert removed.
11055         
11056         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
11057         positioning behaviour to fit to scrolling menus.
11058
11059         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
11060         into menuitem->submeny. That is wrong, and broke torn
11061         off submenus of torn off menus, since they were unrealized
11062         when the first menu was unrealized.
11063
11064         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
11065         gtk_menu_shell_select_item() since these need to be overridden in
11066         GtkMenu.
11067
11068         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
11069         positioning behaviour to fit to scrolling menus.
11070         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
11071         the current item so that it is prelighted when the menu pops up.
11072         This is a workaround to the fact that the menu doesn't get the
11073         initial enter event (due to grabs).
11074
11075         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
11076         s/gtk_menu_append/gtk_menu_shell_append/
11077
11078         * gtk/gtknotebook.c:
11079         s/gtk_menu_insert/gtk_menu_shell_insert/
11080
11081         * gtk/testgtk.c (create_menu, create_menus):
11082         Create the first menu with 50 items so that menu scrolling
11083         can be tested.
11084         
11085         
11086         Patch from Jonathan Blandford  <jrb@redhat.com>
11087
11088         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
11089         system to handle size requests.  First, we ask what the size of
11090         the toggle is.  Then, when allocating the size, we allocate the
11091         toggle_size first.  This way we can have multiple menu-item
11092         classes w/o needing a seperate class for each.
11093
11094         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
11095         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
11096
11097         * gtk/gtkcheckmenuitem.c
11098         (gtk_check_menu_item_toggle_size_request): New function to handle
11099         the toggle size-request.
11100
11101 2000-11-07  Havoc Pennington  <hp@redhat.com>
11102
11103         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
11104         Half-ass somewhat fix this function, so that scrolling to the
11105         insertion point works. Pango hacking is in the future to really
11106         fix it.
11107
11108         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
11109         length of data, no longer used.
11110
11111         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
11112         method contents in here, get rid of destroy method
11113         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
11114         that were backward. Remove debug spew.
11115         (cut_or_copy): Make the clipboard work with insert_range to
11116         preserve tags and pixbufs, not just the primary selection.
11117
11118 2000-11-07  Havoc Pennington  <hp@redhat.com>
11119
11120         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
11121         to gtk_text_mark_get_visible
11122
11123         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
11124         bug that was generating an invalid iterator
11125
11126         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
11127         ensure_char_offsets() in front of code placing the iter in an
11128         invalid state.
11129
11130         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
11131         make override_location arg const
11132         (paste): Replace the selection if we paste into the 
11133         current selection
11134
11135         * gtk/gtkselection.h: Remove "GtkSelectioData"
11136         (struct _GtkSelectionData): move the definition here.
11137
11138         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
11139         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
11140
11141         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
11142
11143         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
11144         (gtk_text_buffer_insert_range_interactive): implement
11145         (gtk_text_buffer_get_tags): Remove, replaced by
11146         gtk_text_iter_get_tags()
11147
11148         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
11149         limit parameter, to avoid infinite linear scan.
11150         (gtk_text_iter_backward_search): Add search limit
11151         (gtk_text_iter_forward_find_char): Add search limit
11152         (gtk_text_iter_backward_find_char): Add search limit
11153
11154 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
11155
11156         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
11157         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
11158         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
11159         gdk/linux-fb/gdkwindow-fb.c:
11160         use g_object_new() instead of g_type_create_instance() which
11161         is a private function for fundamental type implementations.
11162
11163         * gdk/linux-fb/gdkinput-ps2.c:
11164         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
11165         instead just store the current modifier state. Add a (somewhat broken)
11166         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
11167         Rename exported function gdk_input_ps2_get_mouseinfo to
11168         gdk_input_get_mouseinfo.
11169
11170         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
11171         gdk/linux-fb/gdkwindow-fb.c:
11172         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
11173         
11174
11175 2000-11-02  Havoc Pennington  <hp@redhat.com>
11176
11177         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
11178         use stock buttons. Should be 100% source compatible, appropriate
11179         filesel fields now point to dialog->vbox and dialog->action_area.
11180         On the bizarre side, dialog->action_area and filesel->action_area
11181         are not the same widget.
11182         (gtk_file_selection_init): Put some padding around the selection
11183         entry, so it isn't touching the GtkDialog separator.    
11184
11185         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
11186         use stock buttons, etc. Should also be source compatible.
11187         Set the dialog default title in _init not _new().
11188         
11189         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
11190         Use stock buttons; don't put a button box inside the existing
11191         dialog button box. Don't bother with push/pop colormap anymore.
11192
11193         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
11194         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
11195         for message dialog, and necessary for the font selection and color
11196         selection with help and apply buttons.
11197         
11198         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
11199         to the created button widget. Set GTK_CAN_DEFAULT on the button.
11200         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
11201         between buttons, put less padding around the action area.
11202         (gtk_dialog_run): Exit on unmap rather than on destroy. 
11203         This will also exit the loop if the widget is hidden.
11204         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
11205         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
11206         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
11207         special-case delete event.
11208
11209         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
11210         formatting
11211         
11212 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
11213
11214         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
11215         button to temporarily disable position recording in the
11216         "saved position" test.
11217
11218 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
11219
11220         * gtk/gtkthemes.c: added compat code that temporarily implements
11221         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
11222         going to be revamped by owen's upcoming GtkModule patches, but
11223         untill then people want gtk to build, right? ;)
11224
11225 2000-11-04  Havoc Pennington  <hp@pobox.com>
11226
11227         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
11228         list
11229
11230         * docs/Changes-2.0.txt: Add note about
11231         gtk_container_get_toplevels()
11232
11233         * gtk/gtktextview.h: formatting
11234         
11235         * gtk/gtktextview.c: don't start descriptions with "Returns",
11236         confuses gtk-doc
11237
11238 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
11239
11240         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
11241         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
11242
11243 2000-11-03  Havoc Pennington  <hp@redhat.com>
11244
11245         * gtk/gtktexttagtable.c: Docs
11246         (gtk_text_tag_table_size): return a signed int
11247
11248         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
11249         (gtk_text_tag_event): make the event_object a GObject
11250
11251         * gtk/gtktextview.c: Write API docs for all functions.
11252
11253         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
11254         for gtk_text_view_get_window_type() called on one of the private
11255         windows.
11256
11257         * gtk/gtktextview.c: Instead of accessing text_view->buffer
11258         directly, call get_buffer() which demand-creates a default
11259         buffer. So gtk_text_view_new() can be used to create a view with a
11260         default buffer in it, if you just want an empty text box users can
11261         put data in. Useful for GUI builders also.
11262
11263 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
11264
11265         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
11266         the charset encodign portion MUST be in lowercase.
11267         * gtk/gtkrc.az: added file for Azeri language
11268
11269 2000-11-03  Havoc Pennington  <hp@redhat.com>
11270
11271         Get widgets working on the btree/buffer side. Display of them 
11272         still doesn't work.
11273         
11274         * gtk/gtktextview.c: start implementing child widget stuff
11275
11276         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
11277
11278         * gtk/gtktextlayout.c: handle embedded widgets
11279
11280         * gtk/gtktextdisplay.c: handle embedded widgets
11281
11282         * gtk/gtktextchild.c: Implement all the child anchor goo
11283
11284         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
11285         function
11286
11287         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
11288         (insert_pixbuf_or_widget_segment): abstract out common portions of 
11289         creating a child anchor or a pixbuf segment.
11290         (gtk_text_btree_create_child_anchor): new function
11291         (gtk_text_btree_unregister_child_anchor): new function
11292
11293         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
11294         allocate_child signal on GtkTextLayout
11295
11296         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
11297         values
11298         (gtk_text_iter_get_child_anchor): new function
11299
11300         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
11301         default handler for the changed signal, which calls
11302         gtk_text_buffer_set_modified(), instead of just always emitting
11303         changed then calling set_modified() manually. I guess this is
11304         maybe more flexible. It seems logical.
11305
11306 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
11307
11308         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
11309         now.
11310
11311         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
11312
11313 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
11314
11315         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
11316         been marked static.
11317
11318 2000-11-02  Havoc Pennington  <hp@redhat.com>
11319
11320         * gtk/testgtk.c (create_labels): had a test backward
11321
11322         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
11323         fields, so the dest GC ends up with the correct clip origin, 
11324         etc. Fixes a bug where colored labels didn't redraw 
11325         properly.
11326
11327 2000-11-02  Alexander Larsson  <alexl@redhat.com>
11328
11329         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
11330         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
11331         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
11332         Add last argument to t_type_register_static call.
11333         
11334         * gdk/linux-fb/gdkdrawable-fb2.c:
11335         Add last argument to t_type_register_static call.
11336         export the get_image drawable virtual function.
11337
11338         * gdk/linux-fb/gdkimage-fb.c:
11339         Add last argument to t_type_register_static call.
11340         rename gtk_image_get to _gdk_fb_get_image and
11341         export it for use by gdkdrawable-fb2.
11342
11343         * gdk/linux-fb/gdkprivate-fb.h:
11344         export _gdk_fb_get_image.
11345
11346         * gdk/linux-fb/gdkselection-fb.c:
11347         Add new api call stubs.
11348
11349         * gtk/Makefile.am:
11350         Missing ( in linux-fb part.
11351
11352         * modules/linux-fb/Makefile.am:
11353         Must link with gdk_pixbuf or get unresolved symbol.
11354
11355 2000-11-01  Havoc Pennington  <hp@pobox.com>
11356
11357         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
11358         GTK_TYPE_TEXT_ITER and BOXED marshallers
11359
11360         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
11361
11362         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
11363         
11364         * gtk/gtk-boxed.defs: add GtkTextIter
11365
11366         * gtk/gtkmarshal.list: Add marshallers for text widget that 
11367         properly use OBJECT and BOXED
11368
11369 2000-11-01  Havoc Pennington  <hp@redhat.com>
11370
11371         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
11372
11373         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
11374         before returning it. 
11375         
11376 2000-11-01  Havoc Pennington  <hp@redhat.com>
11377
11378         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
11379         Clip the rectangle to be rendered to the drawable, since
11380         get_from_drawable() requires a region within the drawable
11381
11382 2000-11-01  Havoc Pennington  <hp@redhat.com>
11383
11384         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
11385         from coordinates.
11386
11387 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
11388
11389         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
11390         it isn't NULL.
11391
11392 2000-11-01  Havoc Pennington  <hp@pobox.com>
11393
11394         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
11395         on a label
11396         (gtk_label_finalize): unref the attr list if any.
11397
11398         * gtk/testgtk.c (create_get_image): close test on second click
11399         (make_message_dialog): close dialog if it exists
11400
11401         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
11402
11403         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
11404         gdk-pixbuf
11405
11406         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
11407         from Pango markup format
11408         (gtk_label_set_markup_with_accel): ditto but with accelerator
11409         parsing
11410
11411         * gtk/gtkimage.c (gtk_image_expose): reformatting.
11412
11413         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
11414         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
11415         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
11416         call gdk_window_get_origin().
11417
11418         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
11419         implement GDK_PIXBUF_ALPHA_FULL
11420         
11421 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
11422
11423         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
11424         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
11425         g_signal_handlers_disconnect_matched to block/unblock and disconnect
11426         multiple handlers respectively, instead of only treating the
11427         first handler found (bug reported by owen).
11428
11429 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
11430
11431         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
11432
11433         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
11434
11435         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
11436         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
11437         gtk/gtktreeviewcolumn.h: Fixed inline docs.
11438
11439         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
11440         widget.  Needs writing someday.
11441
11442         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
11443         the docs.
11444
11445 2000-10-30  Havoc Pennington  <hp@redhat.com>
11446
11447         * gtk/gtktextview.h, gtk/gtktextview.c:
11448         Rename delete_at_cursor delete_from_cursor, and 
11449         move to move_cursor.
11450
11451 2000-10-30  Havoc Pennington  <hp@redhat.com>
11452
11453         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
11454         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
11455         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
11456         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
11457         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
11458         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
11459         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
11460         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
11461         gtktexttypes.h, gtktextview.c, gtktextview.h:
11462
11463         Massive reindentation and reformatting. Arg alignment and comments
11464         still need fixing in various places.
11465
11466 2000-10-30  Havoc Pennington  <hp@redhat.com>
11467
11468         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
11469         to be named insert_at_cursor and delete_at_cursor so C++ can
11470         handle them.
11471
11472 2000-10-28  Tor Lillqvist  <tml@iki.fi>
11473
11474         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
11475         to get a double directory separator in case the home directory
11476         ends with one. This would cause trouble especially on Windows,
11477         where the path will be confused with the syntax for an an UNC
11478         (network share) path \\server\share\path.
11479         (gtk_rc_add_initial_default_files): Ditto.
11480
11481 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
11482
11483         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
11484
11485         * gtk/gtktextview.c: Use correct marshallers.
11486
11487 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
11488
11489         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
11490         use new iter stuff, and added all the appropriate signals et al.
11491
11492         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
11493         code is internal to gtk only.
11494
11495 2000-10-28  Tor Lillqvist  <tml@iki.fi>
11496
11497         * gtk/gtk.def
11498         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
11499         glib-genmarshal etc.
11500
11501 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
11502
11503         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
11504         parallel builds.
11505
11506 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
11507
11508         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
11509
11510 2000-10-27  Robert Brady  <robert@suse.co.uk>
11511
11512         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
11513         en_GB (British), ia (Interlingua).
11514
11515 2000-10-26  Havoc Pennington  <hp@redhat.com>
11516
11517         * gtk/gtktextiter.c (my_strrstr): fix constness warning
11518
11519         Fixed output of:
11520         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
11521         
11522         * gtk/gtktextsegment.c (char_segment_new): rename
11523         (_char_segment_new_from_two_strings): rename
11524         (_toggle_segment_new): rename
11525         
11526         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
11527         (make_clipboard_widget): make it static
11528         (text_get_func): static
11529         (text_clear_func): static
11530
11531         * gtk/gtkcolorsel.c (adjustment_changed): make this function
11532         static
11533         (hex_changed): make it static
11534         (hsv_changed): make it static
11535         (opacity_entry_changed): make it static
11536
11537         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
11538         (toggle_segment_check_func): rename with _gtk
11539
11540         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
11541         (_widget_segment_new): rename
11542         (_widget_segment_add): rename
11543         (_widget_segment_remove): rename
11544         (_widget_segment_ref): rename
11545         (_widget_segment_unref): rename
11546
11547         * gtk/gtktextmark.c (_mark_segment_new): Rename
11548         _gtk_mark_segment_new   
11549
11550 2000-10-26  Havoc Pennington  <hp@redhat.com>
11551
11552         * gtk/gtkmarshal.list: add new marshallers used by the text widget
11553         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
11554         types
11555
11556         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
11557         marshaller types
11558
11559         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
11560         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
11561         license on these files.
11562
11563         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
11564         work.
11565
11566         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
11567         runtime random number different for each tree, instead of 
11568         a constant I made up.
11569
11570 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
11571
11572         * gtk/Makefile.am: buncha cleanups, kludged build sources
11573         dependencies with a Makefile: oldest-source-stamp dependancy
11574         for the moment. automake is really fighting us here, with
11575         intentionally not allowing user-defined rules or dependancies
11576         prior to it's -include $(DEP_FILES) statement. sucks rocks!
11577
11578         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
11579         to public headers. tehy have a comment stating that they are
11580         "semi-public" aren't included by gtk.h and if enums popup there,
11581         they can be /*< skip >*/-ed.
11582
11583         * gtk/gtktextlayout.h: 
11584         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
11585         added LGPL... <SIGH>
11586
11587 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
11588
11589         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
11590         GtkTreeIter.  Added iterators everywhere.
11591
11592         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
11593
11594         * gtk/gtktreeviewselection.c: Changed to use the iterators.
11595
11596         * gtk/gtktreestore.c: Changed to use the iterators.
11597
11598         * gtk/gtkliststore.c: Commented out the code.  Will convert to
11599         iterators tomorrow.
11600
11601         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
11602         iterators tomorrow.
11603
11604         * gtk/treestoretest.c: Changed to use iterators.
11605
11606         * demos/testgtk/main.c: Moved to use the new iterator system.
11607
11608 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
11609
11610         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
11611         localization misbehaviour.
11612
11613         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
11614         a useless type without copy/free.
11615
11616         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
11617         of GTK_TYPE_CTREE_NODE.
11618
11619 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
11620
11621         * gtk/gtksignal.c:
11622         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
11623         applicable.
11624
11625         * gtk/gtk-boxed.defs (GtkSelectionData): specify
11626         gtk_selection_data_copy and gtk_selection_data_free
11627         do GtkSelectionData work as params in signals.
11628
11629 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
11630
11631         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
11632         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
11633         couldn't they at least give it a non-standard name?
11634         
11635         * gtk/gtktextlayout.c: arg! yet another implementation of
11636         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
11637
11638         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
11639         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
11640         home. now i know this _is_ a conspiracy.
11641
11642         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
11643         ::state-changed.
11644
11645         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
11646         (gtk_accel_group_create_add): marshaller signature fixups.
11647
11648         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
11649         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
11650
11651         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
11652         anymore.
11653
11654 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
11655
11656         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
11657         due to the signal system changes, it wouldn't build currently. to
11658         be fixed soon.
11659
11660         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
11661
11662         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
11663         so it needs gtk_marshal_VOID__ENUM() instead of
11664         gtk_marshal_NONE__UINT().
11665
11666         * gdk/gdk*.c: adapted type registration functions.
11667
11668         * gtk/gtkbindings.c:
11669         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
11670         gone.
11671
11672         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
11673
11674         * gtk/gtkobject.c:
11675         (gtk_object_destroy):
11676         (gtk_object_shutdown): fixed recursion guards. basically we have to
11677         catch the case where any of GObject.shutdown() or gtk_object_destroy()
11678         is called during ::destroy, and avoid recursion there.
11679
11680         * gtk/gtktypeutils.c:
11681         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
11682         boxed_copy/boxed_free. this needs a more general solution based on a
11683         publically installed code-generator utility.
11684
11685         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
11686         glib's gobject has support for that now.
11687         define GtkSignalMarshaller in terms of GSignalCMarshaller.
11688
11689 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
11690
11691         * gtk/gtksignal.[hc]:
11692         * gtk/gtkmarshal.[hc]:
11693         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
11694         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
11695         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
11696         care of that.
11697
11698         * *.c: marshaller name fixups.
11699
11700         * gtk/gtkmarshal.list: added a comment briefing the format.
11701
11702 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
11703
11704         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
11705         compatibility macros here now. more specifically, most of
11706         the API is preserved (yes, _most_, nonwithstanding the
11707         following exceptions listed, the API is stil lHUGE ;)
11708         things that got removed completely:
11709         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
11710         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
11711         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
11712         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
11713         gtk_signal_remove_emission_hook().
11714         non-functional functions variants:
11715         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
11716         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
11717         not supported anymore.
11718         (gtk_signal_compat_matched): new internal function to aid
11719         implementation of the compatibility macros, it  provides
11720         functionality to block/unblock/disconnect handlers based
11721         on func/data.
11722
11723         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
11724
11725         * *.c: adaptions to new type registration API signatures.
11726
11727 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
11728
11729         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
11730
11731 2000-10-25  Robert Brady  <robert@suse.co.uk>
11732
11733         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
11734         gdk_property_delete): If window == NULL, assume the root window.
11735         (restoring the behaviour that was in 1.2).
11736         
11737         * gtk/testtext.c (save_buffer): Allow creation of new files when
11738         saving.
11739
11740         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
11741         calls to read().
11742
11743 2000-10-25  Tor Lillqvist  <tml@iki.fi>
11744
11745         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
11746
11747         * gdk/win32/gdkdrawable-win32.c
11748         * gdk/win32/gdkimage-win32.c
11749         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
11750         X11 backend.
11751
11752         * gdk/win32/gdkcc-win32.c
11753         * gdk/win32/gdkcolor-win32.c
11754         * gdk/win32/gdkfont-win32.c
11755         * gdk/win32/gdkinput-win32.c
11756         * gdk/win32/gdkmain-win32.c
11757         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
11758
11759 2000-10-24  Havoc Pennington  <hp@redhat.com>
11760
11761         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
11762         it a static function
11763
11764         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
11765         redraw text when a tag is applied to it.
11766
11767         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
11768         (gtk_text_tag_affects_nonsize_appearance): private functions to
11769         see if a tag requires various kinds of redraw/layout to be queued
11770         up.
11771
11772         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
11773
11774         * gtk/testtext.c (fill_example_buffer): Put the cursor 
11775         at the start of the buffer, so search works by default
11776
11777         * gtk/gtktextiter.c (lines_match): init match_start always
11778
11779         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
11780         function, get iter at a line + a byte index
11781
11782         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
11783         to set byte position within a line
11784         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
11785
11786 2000-10-23  Havoc Pennington  <hp@redhat.com>
11787
11788         * gtk/testtext.c: Re-enable the "find" dialog
11789
11790         * gtk/testgtk.c: Add test for gdk_drawable_get_image
11791         
11792         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
11793         the arguments to gdk_draw_drawable were in the wrong order
11794         (gdk_window_paint_init_bg): This function was ignoring the
11795         init_region, instead of clipping to it, so the entire backing
11796         pixmap was cleared on every begin_paint()
11797         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
11798         was in here again, the loop kept using the same GtkWindowPaint
11799         over and over.
11800         (gdk_window_begin_paint_region): Fix a bug where we had two
11801         x_offset instead of x_offset and y_offset
11802
11803         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
11804         before we get the image.
11805         (gdk_draw_drawable): get the composite before we draw the drawable.
11806         (gdk_drawable_real_get_composite_drawable): default
11807         get_composite_drawable implementation that returns the drawable 
11808         itself
11809
11810         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
11811         get_composite_drawable virtual function
11812
11813         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
11814         list-walking bug
11815
11816         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
11817         make this work if the source drawable is a GdkDrawableImplX11
11818         instead of a public drawable type. This is really broken; the
11819         problem is that GdkDrawable needs a virtual method get_xid(), but
11820         of course that doesn't work in practice. Enter RTTI.
11821
11822         Also, improve mismatched depth message.
11823
11824         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
11825         GdkPixmap
11826
11827         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
11828         install _gdk_x11_get_image as our implementation of get_image
11829         
11830         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
11831         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
11832
11833         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
11834         gdk_drawable_get_image
11835
11836         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
11837
11838         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
11839         get_image
11840
11841         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
11842         trailing semicolon after for loop
11843
11844 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
11845
11846         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
11847         where font_desc for widget's context lagged widget's font_desc by
11848         one step.
11849
11850 2000-10-22  Tor Lillqvist  <tml@iki.fi>
11851
11852         * gdk/win32/gdkgc-win32.c
11853         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
11854
11855         * gtk/makefile.mingw.in
11856         * gtk/gtk.def: Updates.
11857
11858         * gtk/testgtk.c: sleep() is called _sleep in MS's C
11859         library.
11860
11861         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
11862
11863         * gtk/makefile.msc: Remove
11864
11865         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
11866
11867         * gtk/Makefile.am: Add it.
11868
11869         * configure.in: Generate it.
11870
11871         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
11872         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
11873         something even if not implemented, to satisfy picky MSVC.
11874
11875         Patches by Hans Breuer:
11876         
11877         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
11878         SetBkMode() and SetTextAlign() before calling
11879         pango_win32_render().
11880
11881         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
11882         Set hcliprgn to NULL after destroying it.
11883         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
11884
11885         * gdk/win32/gdkgeometry-win32.c
11886         (_gdk_windowing_window_queue_antiexpose): More effective
11887         implementation.
11888
11889         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
11890         depth as default, not the visual's.
11891
11892         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
11893         against empty title.
11894
11895         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
11896         IMAGE_PRIVATE_DATA.
11897
11898         * gdk/win32/gdkimage-win32.c: Use it.
11899
11900 2000-10-22  Robert Brady  <robert@suse.co.uk>
11901
11902         * configure.in: Check for bind_textdomain_codeset
11903
11904         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
11905         present, make use of it.
11906
11907         Add a translatable string "default:LTR" which, if translated
11908         to "default:RTL", will cause the default direction to be
11909         Right-to-Left.
11910
11911         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
11912         direction if marked as flippable.
11913
11914         * gtk/gtkhscale.c: Mark widget as flippable.
11915         
11916 2000-10-04  Havoc Pennington  <hp@redhat.com>
11917
11918         * gtk/testgtk.c (create_buttons): create some stock buttons
11919         with the default accel group
11920         (create_image): test some new GtkImage features
11921         (make_message_dialog): test GtkMessageDialog
11922         (create_modal_window): fix someone's bizzarro indentation
11923
11924         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
11925         GTK_WIN_POS_CENTER_ON_PARENT. 
11926         Add "destroy with parent" setting, which means the window goes
11927         away with its transient parent.
11928         (gtk_window_get_default_accel_group): get the default accel group
11929         for the window.
11930         (gtk_window_set_destroy_with_parent): set/unset destroy with
11931         parent flag
11932         (gtk_window_read_rcfiles): invalidate icon set caches
11933         after reloading rcfiles 
11934
11935         * gtk/gtkenums.h (GtkWindowPosition): add
11936         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
11937         on its parent window when the dialog is mapped for the first time.
11938
11939         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
11940         a simple message dialog class
11941         
11942         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
11943         handler to emit response signal, and maybe later it would
11944         honor a hide_on_delete flag - though that isn't there yet.
11945         Set border width on the vbox to 2, so we get some padding.      
11946         Use a button box for the action area.
11947         (gtk_dialog_key_press): synthesize a delete event if Esc
11948         is pressed and the GtkWidget key press handler didn't 
11949         handle the escape key.
11950         (gtk_dialog_new_with_buttons): new function creates a dialog
11951         with some default buttons in it.
11952         (gtk_dialog_add_action_widget): add an activatable widget
11953         as a button in the dialog - you can also add a non-activatable
11954         widget by accessing the action area directly.
11955         (gtk_dialog_add_button): add a simple button - stock ID or 
11956         label - to the action area
11957         (gtk_dialog_response): emit response signal
11958         (gtk_dialog_run): block waiting for the dialog, return 
11959         the response. Override normal delete_event behavior, so that 
11960         delete_event does nothing inside gtk_dialog_run().
11961
11962         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
11963         emitted when an action widget is clicked or the dialog gets
11964         delete_event
11965
11966         * gtk/gtk.h: add gtkmessagedialog.h
11967
11968         * gtk/Makefile.am: add gtkmessagedialog.[hc]
11969
11970 2000-10-18  Havoc Pennington  <hp@redhat.com>
11971
11972         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
11973         where any number of empty lines would get skipped
11974
11975         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
11976         edge.
11977
11978         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
11979         warning about invalid iterators (explain more thoroughly)
11980         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
11981
11982         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
11983         big
11984
11985         * demos/*.c: Add error handling
11986
11987         * gtk/gtktextbuffer.c: don't modify const iterators
11988
11989         * gtk/gdk-pixbuf-loader.c: Add full error handling here
11990
11991         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
11992         on file load
11993
11994         * gtk/gtkiconfactory.c: Update to reflect addition of error
11995         handling to gdk-pixbuf loaders
11996
11997 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
11998
11999         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
12000         move to new modularized testgtk.
12001
12002 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
12003
12004         * gtk/gtktreeview.c: Draw the arrows correctly.
12005
12006         * gtk/gtktreemodel.c: Added user docs.
12007
12008         * gtk/gtk.h: remove gtktreedatalist.h.
12009
12010         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
12011         parent when generating my type.
12012
12013         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
12014         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
12015
12016 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
12017
12018         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
12019         GtkTreeModel from object to interface.
12020
12021 2000-10-16  Havoc Pennington  <hp@redhat.com>
12022
12023         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
12024         compilation
12025
12026 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
12027
12028         * gtk/gtktreeselection.c: Add API documentation to all public
12029         functions.
12030
12031         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
12032         functions.
12033
12034 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
12035
12036         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
12037         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
12038         docs to all public functions.
12039
12040         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
12041         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
12042         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
12043         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
12044         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
12045         issue.
12046
12047 2000-10-14  Robert Brady  <robert@suse.co.uk>
12048
12049         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
12050
12051 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
12052
12053         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
12054         values other then G_TYPE_STRING.
12055         * gtk/gtktreeselection.c: Minor commenting updates.
12056         * gtk/gtktreeview.c: Format updates.
12057
12058 2000-10-09  Tor Lillqvist  <tml@iki.fi>
12059
12060         * README.win32: Update.
12061
12062         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
12063         lines that had been deleted by mistake (?).
12064
12065         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
12066         also the case fg==white and bg==black (but still not randomly
12067         coloured cursors). Thanks to Wolfgang Sourdeau.
12068
12069         * gdk/win32/*.c: Silence gcc -Wall.
12070
12071         * gtk/gtk.def: Add missing entry points.
12072
12073         Fixes by Hans Breuer:
12074
12075         * gdk/makefile.msc
12076         * gdk/win32/makefile.msc: Update.
12077
12078         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
12079         some MSVC thing, presumably), cause breakpoint on failures. Add
12080         GDK_NOR case. Call g_log_set_always_fatal.
12081
12082         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
12083         should be pased by reference.
12084         
12085         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
12086         
12087         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
12088
12089         * gdk/win32/gdkevents-win32.c
12090         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
12091
12092         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
12093         implementation object.
12094
12095         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
12096         not just windows.
12097         
12098         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
12099         Use the wrapper object.
12100         
12101 2000-10-06  Havoc Pennington  <hp@redhat.com>
12102
12103         * Makefile.am (SRC_SUBDIRS): contrib subdir
12104
12105         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
12106         so it can be used in Xlib version
12107
12108         * demos/testpixbuf.c (update_timeout): error checking from 1.0
12109         tree
12110
12111         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
12112         change from 1.0 tree that returns first frame of animation
12113         if the loaded file is an animation.
12114
12115         * contrib: add new directory to hold stuff that comes with GTK+
12116         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
12117         
12118         * configure.in: add contrib/*
12119
12120 2000-10-05  Havoc Pennington  <hp@redhat.com>
12121
12122         * demos/testpixbuf-save.c: add pixbuf save test
12123
12124         * demos/Makefile.am: add testpixbuf-save.c
12125
12126 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
12127
12128         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
12129         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
12130         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
12131         * gtk/gtktreeselection.[ch]: Replaced
12132         "node_selected"/"node_unselected" signal with "selection_changed"
12133         signal.
12134
12135 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
12136
12137         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
12138         tree widget.
12139
12140 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
12141
12142         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
12143         drawing.
12144
12145 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
12146
12147         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
12148         Move list pointer forwards before removing item from
12149         list. (Crash reported by Salmaso Raffaele)
12150
12151         * gdk/gdkwindow.h: Remove spurious trailing ,
12152
12153         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
12154         dependencies on uninstalled libraries, sorry folks.
12155
12156 2000-10-04  Havoc Pennington  <hp@redhat.com>
12157
12158         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
12159         gtk/gtkiconfactory.c: Fix copyrights    
12160
12161         * demos/testpixbuf.c: add inline pixbuf test
12162         
12163 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
12164
12165         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
12166         Add gdk_window_iconify.
12167
12168         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
12169         (gdk_window_set_geometry_hints): Add win_gravity
12170         to geometry structure.
12171
12172         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
12173         Implement _NET_WM_PING.
12174
12175         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
12176         Set _NET_WM_PID on the client leader.
12177
12178         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
12179         Handle UTF-8 better.
12180
12181         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
12182         UTF-8 better, set _NET_WM_NAME as well. Only set
12183         icon name if it hasn't previously been explicitely 
12184         set.
12185
12186 2000-10-03  Havoc Pennington  <hp@redhat.com>
12187
12188         * gtk/testtextbuffer.c: clean up trailing whitespace,
12189         add extensive tests for tag toggle iteration.
12190         
12191         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
12192         distance
12193
12194         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
12195         optimize case where the tag root is on level 1
12196         (gtk_text_line_previous_could_contain_tag): attempt to implement
12197         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
12198         functionality
12199
12200         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
12201         Implement this, though not very efficiently.
12202
12203         * gtk/gtktextiterprivate.h: reformat
12204
12205         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
12206         iterator
12207
12208         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
12209         this to properly revalidate the iterators.
12210
12211         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
12212         properly at the end of the line (and therefore on empty lines)
12213
12214         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
12215         maybe we should return a value...
12216
12217 2000-10-03  Tor Lillqvist  <tml@iki.fi>
12218
12219         * config.h.win32: Guard definition of alloca(). glib.h now handles
12220         that.
12221
12222         * gdk/gdk.def
12223         * gtk/gtk.def: Add new entry points.
12224
12225         Changes just to make GTK+ build without errors on Win32. No hope
12226         of it working in its current state, though...:
12227         
12228         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
12229         some functions from the X11 backend, just to make GTK+ build.
12230
12231         * gdk/makefile.mingw.in
12232         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
12233         number. Add new object files.
12234
12235         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
12236         GetMessageTime to get timestamp (where on X11 uses
12237         gdk_x11_get_server_time()).
12238
12239 2000-10-02  Havoc Pennington  <hp@pobox.com>
12240
12241         * gtk/gtktextview.c: text_window_* weren't static and should have
12242         been.
12243         Start work on child widgets; not yet complete, syncing to 
12244         office computer.
12245
12246         * gtk/gtktextchild.h: change this to contain a public interface,
12247         starting work on child interfaces.
12248         * gtk/gtktextchildprivate.h: move private interfaces here
12249
12250         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
12251
12252         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
12253         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
12254         gtk/gtktextmark.c: copyright notices
12255
12256         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
12257         internal functions      
12258
12259         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
12260         internal function
12261
12262         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
12263         Reformatting    
12264
12265 2000-09-30  Havoc Pennington  <hp@pobox.com>
12266
12267         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
12268         NULL start/end pointers
12269
12270         * gtk/gtktextbuffer.c: Write some docs
12271         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
12272         NULL, so you can just check whether there's a selection.        
12273
12274         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
12275         cleanup_line or segments_changed ourselves, it gets done 
12276         in unlink_segment
12277
12278         * gtk/gtktextmark.h:
12279         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
12280         
12281         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
12282
12283         * gtk/gtktextmark.c: delete some more old Tk cruft
12284
12285         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
12286         mark before removing it, so we can emit MARK_DELETED with a valid
12287         pointer.
12288         (gtk_text_buffer_mark_set): hold ref across signal emission
12289
12290         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
12291         whining about attempts to delete special marks
12292
12293         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
12294         underscore, since it's internal.
12295
12296         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
12297         now implemented in terms of iterators in gtktextiter.h
12298
12299         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
12300         New function, destructively sets contents of buffer. Also 
12301         a convenient way to clear the buffer by setting text to ""
12302
12303         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
12304         multiline string literal
12305
12306         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
12307         text changes.
12308
12309         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
12310         is not dereferenceable
12311         (gtk_text_iter_forward_lines): fix return value
12312
12313 2000-09-29  Havoc Pennington  <hp@redhat.com>
12314
12315         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
12316
12317         * gtk/gtktextview.c: Implement drag thresholding; change functions 
12318         that set border window size to have nicer name
12319         (gtk_text_view_mark_set_handler):  Fix this to have the 
12320         right signature.
12321
12322         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
12323
12324         * gtk/testtext.c: Update with API changes, put line numbers on 
12325         both sides.
12326         
12327         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
12328         with this
12329
12330         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
12331         pixbuf; delete a big block of #if 0 Tk code
12332
12333         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
12334         insert_pixmap with insert_pixbuf
12335
12336 2000-09-29  Martin Baulig  <baulig@suse.de>
12337
12338         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
12339         confusion with the GdkPixbuf of the GNOME 1.x platform.
12340
12341 2000-09-29  Havoc Pennington  <hp@pobox.com>
12342
12343         * gtk/gtktextview.c: Implement the side windows.
12344
12345         * gtk/testtext.c: Implement simple line numbering in the 
12346         left side window; seems to make scrolling sloooow. Oops.
12347         Also, cursor blink is for some reason causing redraws
12348         of the line numbers. Should investigate...
12349
12350 2000-09-28  Havoc Pennington  <hp@redhat.com>
12351
12352         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
12353         scrolling child windows, and draw focus rectangle properly.
12354         
12355         (gtk_text_view_buffer_to_window_coords):
12356         Coordinate transformation to deal with all these freaking windows
12357         and offsets
12358         (gtk_text_view_window_to_buffer_coords): transform the other way
12359
12360         * gtk/testtext.c (create_buffer): Update to match Pango API change
12361
12362         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
12363         anonymous tags
12364         (foreach_unref): don't emit remove signal from finalize, just
12365         set tag's parent to NULL
12366
12367 2000-09-26  Havoc Pennington  <hp@redhat.com>
12368
12369         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
12370         Fix some warnings       
12371
12372 2000-09-26  Havoc Pennington  <hp@redhat.com>
12373
12374         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
12375         headers into the private header list
12376
12377         * Makefile.am (pkgconfig_DATA): install pkg-config files
12378
12379         * configure.in: add pkg-config files
12380
12381         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
12382
12383         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
12384         outstanding icon caches on theme change.
12385
12386         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
12387         important types:
12388
12389         (GtkIconSource): Specification for creating a pixbuf 
12390         appropriate for a direction/state/size triplet from 
12391         a source pixbuf or filename
12392
12393         (GtkIconSet): List of GtkIconSource objects that are used to
12394         create the "same" icon (e.g. an OK button icon), and cache for
12395         rendered icons
12396
12397         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
12398         up the icon set for a given stock ID.  GTK maintains a stack of
12399         GtkIconFactory to search, and applications or libraries can add
12400         additional icon factories on top of the stack
12401         
12402         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
12403         the set of GtkIconSource specified for a given stock ID into 
12404         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
12405         RcStyle, under the specified stock ID.
12406
12407         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
12408         render_icon used to derive a GdkPixbuf from a GtkIconSource.
12409         This allows people to theme how prelight, insensitive, etc. are
12410         done.
12411
12412         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
12413         icon factories for a style, and return the resulting 
12414         icon set if any.
12415
12416         (gtk_style_render_icon): Render an icon using the render_icon 
12417         method in the GtkStyleClass.
12418
12419         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
12420         Use the style for a given widget to look up a stock ID, get the
12421         icon set, and render an icon using the render_icon method 
12422         of the style
12423
12424         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
12425         (contains information about a stock item), the built-in stock item
12426         IDs, and functions to add/lookup stock items.
12427
12428         * gtk/stock-icons/*: Stock icons that come with GTK
12429
12430         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
12431         a button based on a GtkStockItem
12432         (gtk_button_new_accel): Takes a uline string and accel group, and
12433         installs the accelerator.
12434
12435         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
12436         image-display widget.
12437
12438 2000-09-25  Havoc Pennington  <hp@redhat.com>
12439
12440         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
12441
12442         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
12443         Fix a bug when removing node data, we didn't properly 
12444         re-splice the linked list after removing the data.
12445
12446         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
12447         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
12448
12449         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
12450
12451         * gtk/gtktextlayout.c (set_para_values): Set tab array 
12452         for the layout from the GtkTextTag.
12453
12454         * gtk/gtktexttypes.h: delete tab and search cruft, 
12455         remove g_convert() in favor of GLib version
12456
12457         * gtk/gtktexttypes.c: remove tab implementation from here,
12458         move to Pango
12459
12460         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
12461         tab stuff using new PangoTabArray from Pango
12462
12463         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
12464         unused border_width stuff
12465
12466 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
12467
12468         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
12469         glib) and now useless utf_to_latin1() latin1_to_utf()
12470
12471         * gtk/gtktextview.[ch]: Change ::move_insert and
12472         ::delete_text action signals to ::move and ::delete;
12473         create the signals with the right enumeration type,
12474         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
12475         C-v bindings, change Home, End to move to beginning/end
12476         of line, Add C-Home C-End to move to beginning/end
12477         of buffer. Change ::cut_text to ::cut_clipboard, etc;
12478         combine ::scroll_text into ::move; use new GtkSelectionData
12479         functions to simplify DND text handling.
12480         
12481         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
12482         deletion enumerations here, rename enumeration values to 
12483         be consistently plural.
12484
12485         * gtk/gtktextbuffer.c: Use new clipboard interfaces
12486         for cut/copy/paste and primary selection.
12487
12488         * gtk/gtktextbuffer.[ch]: Remove excess time and
12489         'interactive' arguments from cut/copy/paste;
12490         rename cut to cut_clipboard, etc; remove
12491         gtk_text_buffer_get_clipboard_contents().
12492
12493         * gtk/gtktextlayout.[ch]: Add 
12494         gtk_text_layout_move_iter_to_line_end() to move the iter to 
12495         line ends.
12496
12497         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
12498         Functions to set or get a UTF-8 string on the selection
12499         data.
12500
12501         * gtk/gtkclipboard.[ch]: New, simplified selection handling
12502         interfaces.
12503
12504         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
12505         created widgets - one of these is useless if we don't.
12506
12507         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
12508         a public function clear all targets registered for the
12509         widget.
12510
12511         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
12512         Never call gtk_widget_realize() - that was just asking
12513         for bizarre side-effects.
12514
12515         * gtk/gtkselection.c (gtk_selection_owner_set): Call
12516         gdk_selection_owner_set even if the widget is the
12517         same so that we reliably update the timestamp on
12518         the server.
12519
12520         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
12521         gdk_x11_get_server_time() function.
12522         
12523         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
12524         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
12525         Add some tricky filtering on serial numbers for
12526         selection clear events to fix up long-standard
12527         race condition FIXME's in gtkselection.c.
12528
12529         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
12530         routines to convert from utf8 to compound text or
12531         STRING and from a text property to UTF-8.
12532
12533         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
12534         a convenience function gdk_get_current_event_time().
12535
12536         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
12537         and free selection_data->data properly
12538
12539 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
12540
12541         * gtk/gtkthemes.c: Remove some unecessary includes.
12542
12543 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
12544
12545         * gtk/gtktextdisplay.c
12546         * gtk/gtktextlayout.c
12547         * gtk/gtktexttag.c
12548         * gtk/gtktexttag.h
12549         * gtk/testtext.c: Change the overstrike property to strikethrough,
12550         to closer match pango.
12551
12552 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
12553
12554         * gtk/gtktextview.c: Fix up visibility so that focus,
12555         cursor_visible and blink interact properly.  Reenable cursor blink
12556         which had been roughly disabled. Make blink and focus
12557         properly per-view.
12558
12559         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
12560         Add a flag for whether to display insertion cursor and
12561         a function to set the flag.
12562
12563         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
12564         get_line_y() to get_line_yrange(), to be a bit more generally
12565         useful.
12566
12567 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
12568
12569         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
12570           do stop_navigating_submenu, to clear last timeout properly.
12571           Also in gtk_menu_motion_notify move ignore_enter above
12572           the conditional to make it always happen as suggested by Owen
12573
12574 2000-09-07  Tor Lillqvist  <tml@iki.fi>
12575
12576         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
12577
12578         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
12579         w32api headers.
12580
12581         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
12582         declarations.
12583
12584         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
12585         (gdk_win32_get_colormap): A line had been deleted by mistake.
12586
12587         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
12588         (gdk_event_translate): Handle more virtual keycodes to be able to
12589         generate GDK events for Control-comma, Control-period, etc.
12590
12591         * gtk/gtk.def: Add some missing entry points.
12592
12593 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
12594
12595         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
12596         Doc comment fixing. (Mostly non-matching parameter names.)
12597
12598         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
12599         comments a little to avoid looking like a doc comment.
12600
12601         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
12602         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
12603         conversions be changed to GError?)
12604
12605         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
12606         Move private #defines into .c file.
12607
12608         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
12609         order of argument addition, remove duplicates.
12610
12611         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
12612         parent class is FrameClass, not BinClass.
12613
12614         * gtk/gtk.h: Add gtkinvisible, which was missing.
12615         (It's occasionalyl useful for client apps, if seldom.)
12616
12617         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
12618         #define.
12619
12620 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
12621
12622         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
12623         coordinates when creating window, instead of GDK-space
12624         coordinates. (Avoid BadValue on too large windows.)
12625
12626 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
12627
12628         * configure.in (use_mmx_asm): Remove conftest* after use along the
12629         lines of AC_TRY_COMPILE.        
12630         
12631         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
12632         of g_dirname, which is deprecated.
12633         (gtk_rc_parse_any): Removed calls to
12634         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
12635
12636         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
12637         Removed calls to g_hash_table_{freeze,thaw}, as they are
12638         deprecated now.
12639
12640         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
12641         instead of g_basename.
12642         
12643 2000-09-04 Elliot Lee <sopwith@redhat.com>
12644         
12645         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
12646         ANSI warning.
12647
12648 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
12649
12650         * gtk/gtkwidget.h:  Add some documenting comments about 
12651           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
12652           just as owen said on irc.
12653
12654         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
12655           set HAS_DEFAULT.  Only set it if there isn't another window
12656           holding it (a focus window which RECEIVES_DEFAULT) and only unset
12657           it if the widget is not the focused window with RECEIVES_DEFAULT.
12658           This fixes weird double default bugs in dialogs which has things
12659           call gtk_window_set_default at times.
12660
12661 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
12662
12663         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
12664         Nils Barth and David Santiago to improve submenu
12665         navigation. The patch does this by creating a triangular
12666         region from the point where the pointer leaves the
12667         menu to the submenu.  While the pointer is in
12668         that region and a timeout has not expired, events 
12669         that would cause the active submenu to change are
12670         ignored.
12671
12672 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
12673
12674         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
12675         moving a toplevel window immediately after sizing it would
12676         result in it being sized back to the old size since 
12677         impl->width, impl->height aren't updated until we hear
12678         back from the server. There is still a (longstanding) bug
12679         here that gdk_window_get_size() will give the wrong size
12680         until we do hear back.
12681
12682 2000-08-31  Havoc Pennington  <hp@redhat.com>
12683
12684         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
12685         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
12686         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
12687         Rename GtkTextStyleValues to GtkTextAttributes
12688
12689 2000-08-31  Havoc Pennington  <hp@pobox.com>
12690
12691         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
12692         for rapid testing whether an iterator is the end iterator
12693         (gtk_text_btree_new): init end line cache
12694         (gtk_text_line_is_last): use fast cached line to 
12695         see if we're the last line.
12696         (get_last_line): use cached line here too, should 
12697         speed up some random unrelated code.
12698         
12699 2000-08-30  Havoc Pennington  <hp@pobox.com>
12700
12701         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
12702         signals.
12703
12704         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
12705         delete_text signals. This allows the signals to be used for
12706         implementing undo.
12707
12708         * gtk/gtktextbuffer.c: Change signal handler signatures; 
12709         provide "interactive" argument when emitting insert_text or
12710         delete_text signal.
12711         
12712 2000-08-30  Havoc Pennington  <hp@pobox.com>
12713
12714         * gtk/gtktextbuffer.c: Docs
12715
12716 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
12717
12718         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
12719         from switch statements, since Tor removed the enumeration
12720         value.
12721         
12722         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
12723         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
12724
12725 2000-08-29 Elliot Lee <sopwith@redhat.com>
12726         * */*.h: Use G_GNUC_CONST.
12727
12728 2000-08-27  Havoc Pennington  <hp@pobox.com>
12729
12730         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
12731         minor indentation fixes, inserted some FIXME about stuff I
12732         realized was broken while documenting it.
12733         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
12734         GTK convention  
12735
12736 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
12737
12738         * gtk/testgtk.c (create_styles): Fix double free of
12739         font desc.
12740
12741 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
12742
12743         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
12744         
12745         * gtk/testgtk.c (create_styles): Add a test for modifying
12746         the style through gtk_widget_modify_*.
12747
12748         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
12749         a function to get the current modifier style.
12750
12751         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
12752         of the passed in GtkRcStyle instead of ref'ing it.
12753
12754         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
12755
12756 2000-08-20  Tor Lillqvist  <tml@iki.fi>
12757
12758         * gdk/gdkimage.h
12759         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
12760         shared memory image+pixmap GdkImage type, or
12761         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
12762         I am dropping that.
12763
12764         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
12765         actually call gtk_init_abi_check(), passing also
12766         sizeof(GtkWindow). Ditto for gtk_init_check(). 
12767
12768         * gtk/gtk.def
12769         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
12770         New functions, used to check that the GTK+-using code has been
12771         compiled using the correct compiler and switches. In particular,
12772         with gcc one has to use the -fnative-struct switch as GTK+ is
12773         compiled with that.
12774
12775 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
12776
12777         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
12778         ->prev fields when merging lists. (Found simultaneously
12779         by Pawel Salek and Jakub Jelinek)
12780
12781 2000-08-12  Tor Lillqvist  <tml@iki.fi>
12782
12783         * gdk/gdk.def
12784         * gtk/gtk.def: Add missing entries.
12785
12786         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
12787         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
12788
12789         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
12790         function. Dummy implementation at this point.
12791
12792         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
12793         rules. Undefine GTK_COMPILATION when compiling the test programs.
12794         
12795         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
12796
12797 2000-08-11  Tor Lillqvist  <tml@iki.fi>
12798
12799         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
12800         to convert back and forth from UTF-8 and the "system" (or "current
12801         locale") charset when necessary. Indentation/spacing cleanup.
12802
12803 2000-08-10  Havoc Pennington  <hp@redhat.com>
12804
12805         * Makefile.am (snapshot): Change the format of the snapshot
12806         version to match glib
12807
12808         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
12809         from EXTRA_DIST since it doesn't seem to exist
12810
12811 2000-08-10  Tor Lillqvist  <tml@iki.fi>
12812
12813         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
12814         version of the directory name (not the UTF-8 one) when building
12815         the path name to stat().
12816
12817 2000-08-03  Elliot Lee  <sopwith@redhat.com>
12818
12819         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
12820         PANGO_ATTR_SHAPE set.
12821
12822 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
12823
12824         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
12825         Peter Osterlund to simplify the code while keeping the
12826         functionality the same.
12827
12828 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
12829
12830         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
12831         is_viewable() test further inside the function, since removing the 
12832         window from the redraw list without clearing ->update_area
12833         was also very broken.
12834
12835 2000-08-02  Tor Lillqvist  <tml@iki.fi>
12836
12837         * configure.in: Check for <unistd.h>.
12838
12839 2000-08-01  Martin Baulig  <baulig@suse.de>
12840
12841         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
12842         to display the message that this is a development version of GTK+.
12843
12844 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
12845
12846         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
12847         was depending on widget->allocation instead of the width of text_area,
12848         which was incorrect for subclasses like GtkSpinButton.
12849
12850         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
12851         with width == 1 tests that should be width == -1.
12852
12853 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
12854
12855         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
12856         (broken, Elliot, every single window blank on X) custom code with call
12857         to gdk_window_is_viewable() which a) prevents code duplicate and
12858         b) works. 
12859
12860 2000-07-31  Elliot Lee  <sopwith@redhat.com>
12861
12862         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
12863         to get the GDK_PARENT_ROOT() macro to work.
12864         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
12865         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
12866         of, windows that aren't shown.
12867         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
12868         pointer grab stuff.
12869
12870 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
12871
12872         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
12873           s/gtk_main_iteration/g_main_iteration/
12874
12875           Did this already in change:
12876                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
12877           don't know how it got reverted.
12878
12879 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
12880
12881         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
12882         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
12883
12884         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
12885         not gdk_pixbuf.
12886
12887 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
12888
12889         * configure.in,po/{sp,sr}.po: Added Serbian files
12890
12891 2000-07-30  Tor Lillqvist  <tml@iki.fi>
12892
12893         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
12894
12895         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
12896         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
12897         GIOChannel implementation.
12898
12899         * gdk/win32/gdkinput.c
12900         * gdk/win32/gdkpango-win32.c: Update license name here, too.
12901
12902         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
12903         definition to match prototype.
12904
12905         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
12906
12907 2000-07-27  Elliot Lee  <sopwith@redhat.com>
12908
12909         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
12910         function, to allow handling image formats that cannot be detected
12911         by looking at content alone.
12912
12913 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
12914
12915         * docs/tutorial/*.gif *.jpg *.eps
12916           Update these to the same look-n-feel.
12917           Why does including images in DocBook suck so badly?
12918
12919 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
12920
12921         * gtk/gtktable.c: applied patch from Phil Thompson
12922         <phil@river-bank.demon.co.uk> that enables space settings for
12923         the last row/columns as well.
12924
12925 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
12926
12927         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
12928         updates the license headers to the GNU Lesser General Public License,
12929         as well as updating the copyright year to 2000.
12930
12931 2000-07-26  Robert Brady  <rwb197@zepler.org>
12932
12933         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
12934           and po/Makefile, was installing and looking for them under gtk20
12935           and gtk2 respectively.
12936
12937 2000-07-25  Havoc Pennington  <hp@redhat.com>
12938
12939         * gtk/testtext.c: Comment out some stuff that depends on the rest
12940         of my patches.
12941
12942 2000-07-25  Havoc Pennington  <hp@redhat.com>
12943
12944         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
12945         buffer
12946
12947 2000-07-25  Havoc Pennington  <hp@redhat.com>
12948
12949         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
12950         widget changes.
12951
12952         * gtk/gtktextview.h: To be consistent with usage of "line"
12953         throughout the API to mean "newline-terminated thingy", change
12954         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
12955         to MOVEMENT_LINE.
12956
12957         (GtkTextView): Add flags for default editability, and whether to
12958         show the cursor. Add functions to get/set that. Add 
12959
12960         (gtk_text_view_get_iter_location): new function
12961
12962         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
12963         gtktextlayout.h
12964         (g_convert): Add g_convert temporarily, will go in glib in a bit
12965         
12966         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
12967         GtkTextTagTableForeach instead of brokenly using GHFunc.
12968         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
12969
12970         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
12971         moved to public header.
12972
12973         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
12974         "invisible", since "elide" was a bad name.
12975         (gtk_text_tag_get_priority): Added
12976
12977         (GtkTextStyleValues): put this in public header, along with
12978         functions to use it.
12979
12980         * gtk/gtktextmarkprivate.h: Include more headers, since we no
12981         longer include gtktextbtree.h.
12982
12983         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
12984         gtk_text_mark_deleted
12985
12986         * gtk/gtktextlayout.h: Don't include the "really private" headers,
12987         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
12988         to make this possible. Now we only need to install
12989         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
12990         (However the Makefile.am isn't changed yet because of the
12991         logistics of merging gtk-hp-patches piecemeal)
12992
12993         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
12994         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
12995         gtk_text_iter_get_line is now used in the public API for a
12996         different purpose.
12997
12998         * gtk/gtktextiter.h: Clean up function names to be more
12999         consistent. Always call char offset "offset" and byte index
13000         "index". A "line" is always a line number. 
13001
13002         (gtk_text_iter_is_last): new function, more efficient than 
13003         the existing way to check
13004         (gtk_text_iter_is_first): new function, also more efficient
13005
13006         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
13007
13008         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
13009         gtk_text_iter_forward_char, etc.
13010
13011         (gtk_text_iter_forward_to_tag_toggle): Renamed from
13012         forward_find_tag_toggle, since this isn't a linear search
13013
13014         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
13015
13016         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
13017         New functions, search for a buffer substring.
13018
13019         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
13020         interactive and default editable (since we need to store that info
13021         until we receive the selection data).
13022
13023         Remove all the _at_char and at_line etc. versions of functions;
13024         only have iterator versions.
13025
13026         Add _interactive() versions of functions, that consider the
13027         editability of text. (FIXME add interactive flag to the 
13028         insert/delete signals per Darin's suggestion)
13029
13030         (gtk_text_buffer_get_tag_table): new function, demand-creates the
13031         tag table if necessary
13032
13033         Remove declaration of gtk_text_buffer_get_iter_from_string
13034
13035         (_gtk_text_buffer_get_btree): private/internal function, added.
13036         
13037
13038         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
13039         (gtk_text_line_is_last): new function
13040
13041 2000-07-25  Havoc Pennington  <hp@redhat.com>
13042
13043         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
13044         using GtkProgressBar. See Changes-2.0.txt for details.
13045
13046         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
13047         "pulse_step" which are the equivalent of
13048         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
13049         Implement new API.
13050         
13051         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
13052         (use_text_format) to mark whether text set on the progress bar is
13053         a format string. Deprecate entire GtkProgress interface.
13054
13055         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
13056         (gtk_progress_build_string): make this a no-op if use_text_format
13057         is FALSE
13058
13059         * docs/Changes-2.0.txt: Describe progress bar changes.
13060
13061 2000-07-25  Tor Lillqvist  <tml@iki.fi>
13062
13063         * Makefile.am: Include the build directory.
13064
13065         * configure.in: Generate build/Makefile, build/win32/Makefile,
13066         gdk/, gdk/win32/, and gtk/makefile.mingw.
13067
13068         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
13069         Add GETTEXT_PACKAGE.
13070         
13071         * gdk/gdk.def
13072         * gtk/gtk.def: Updates.
13073
13074         * gdk/gdkfont.h
13075         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
13076         need them any longer.
13077
13078         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
13079
13080         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
13081         PANGOWIN32_LIBS and gdk_pixbuf.
13082
13083         * gdk/win32: Compiles, but no doubt doesn't work at all.
13084
13085         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
13086
13087         * gdk/win32/gdkinput.c: New file, temporarily.
13088         
13089         * gdk/win32/gdkinput-win32.h: New file
13090
13091         * gdk/win32/gdkinputprivate.h: Remove.
13092
13093         * gdk/win32/gdkpango-win32.c: New file.
13094
13095         * gtk/makefile.mingw.in: New file
13096
13097         * gtk/makefile.cygwin: Removed
13098         
13099         * gtk/Makefile.am: Update accordingly.
13100
13101         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
13102         made externally visible.
13103
13104         * gtk/gtkmain.c: Use it.
13105         
13106         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
13107         is enough.
13108
13109         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
13110
13111 2000-07-24 Elliot Lee <sopwith@redhat.com>
13112         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
13113         individual backends already.
13114         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
13115         again. Yes, there really is a good reason for this, if you are using the gdkregion
13116         internals, and if you're not, why do you care?
13117         * gdk/gdkwindow.c: Fix inverted condition
13118         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
13119         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
13120         * gtk/gtkrange.c: Redraw trough when moving.
13121         * gtk/gtktypeutils.c: Fix warning by adding const cast.
13122         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
13123
13124 2000-07-23  Tor Lillqvist  <tml@iki.fi>
13125
13126         * configure.in: Check for mkstemp and sigsetjmp. Output
13127         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
13128
13129         More work on GDK for Win32. Still in an intermediate state.
13130
13131         * gdk/makefile.cygwin
13132         * gdk/win32/makefile.cygwin: Removed.
13133         
13134         * gdk/makefile.mingw.in
13135         * gdk/win32/makefile.mingw.in: New files.
13136
13137         * gdk/Makefile.am
13138         * gdk/win32/Makefile.am: Generate and distribute them.
13139
13140         * gdk/win32/gdkwindow-win32.h
13141         * gdk/win32/gdkdrawable-win32.h
13142         * gdk/win32/gdkpixmap-win32.h: New files.
13143
13144         * gdk/win32/gdkcolor-win32.c
13145         * gdk/win32/gdkcursor-win32.c
13146         * gdk/win32/gdkdrawable-win32.c
13147         * gdk/win32/gdkgc-win32.c
13148         * gdk/win32/gdkimage-win32.c
13149         * gdk/win32/gdkprivate-win32.h
13150         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
13151         Rename fields and variables called xcursor, xid, etc (these names
13152         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
13153
13154 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
13155
13156         * gtk/gtkentry.[ch]: Fix some problems with vertical
13157         alignment.
13158
13159         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
13160         char/byte confusion.
13161
13162 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
13163
13164         * gtk/gtktextview.c (changed_handler): Fix bug where
13165         redraw wasn't being done properly when height of
13166         dirty region changed.
13167
13168         * demos/Makefile.am: Remove various references to
13169         -lgmodule
13170
13171 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
13172
13173         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
13174         PangoAttrShape to reserve space for pixmaps, add 
13175         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
13176         in the display functions.
13177         
13178         * gtk/testgtk.c (create_layout): Set some more exotic
13179         scrolled window options
13180
13181         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
13182         Add function to set the shadow type of a window, to allow
13183         putting a shadow around widgets such as GtkLayout or GnomeCanvas
13184         which don't draw their own frame.
13185
13186 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
13187
13188         * docs/tutorial/package-db-tutorial.sh: New file for
13189           packaging DocBook format tutorial
13190
13191 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
13192
13193         * docs/tutorial/gtk-tut.sgml: Minor updates
13194
13195         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
13196
13197 2000-07-19  Tor Lillqvist  <tml@iki.fi>
13198
13199         * gtk/gtksignal.c: Fix C++ comment.
13200
13201         * gtk/gtkimmulticontext.c
13202         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
13203         don't return value from void functions.
13204
13205         * gtk/gtk.def: Add gtk_rc_style_unref.
13206
13207 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
13208
13209         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
13210         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
13211         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
13212         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
13213         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
13214         gtk/gtktypeutils.h: Include files outside of the extern "C"
13215         block. Makes some C++ compiler happy. Reported by Denis Vakatov
13216         <vakatov@peony.nlm.nih.gov>.
13217
13218 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
13219
13220         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
13221           Completes first pass. Hurrah!
13222
13223 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
13224
13225         * docs/tutorial/gtk-tut.sgml: More clean ups.
13226
13227 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
13228
13229         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
13230         paint the background of the text area which was accidentally
13231         removed at some point.
13232
13233         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
13234           
13235          - Move most of the functionality from the theme vtable
13236            into GtkRcStyleClass and GtkStyleClass. The moved
13237            vtable functions were changed a bit in the move to
13238            work better in their new home.
13239
13240          - Get rid of the engine and engine_data fields from
13241            GtkRcStyle and GtkStyle; instead the theme
13242            engine derives theme-specific subclasses of GtkRcStyle
13243            and GtkStyle
13244
13245          - Add extra dlsym() found entry point to themes,
13246            theme_create_rc_style().
13247
13248         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
13249         in gtk_style_real_copy.
13250
13251         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
13252         to register a type associated with an engine. (The engine
13253         won't be unloaded as there is an instance of the type.)
13254
13255
13256 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
13257
13258         * docs/tutorial/gtk-tut.sgml: Clean ups.
13259
13260 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
13261
13262         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
13263           of cleaning up to do.
13264
13265 2000-07-15  Tor Lillqvist  <tml@iki.fi>
13266
13267         * gdk/testgdk.c: New file, quick hack to test backends for
13268         pixel-by-pixel correctness of the most simple graphic operations.
13269
13270 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
13271
13272         * Really release 1.3.1
13273         
13274         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
13275         include structure.
13276
13277 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
13278
13279         * Released 1.3.1
13280
13281 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
13282
13283         * gtk/gtktextlayout.c: use FALSE for size_only most
13284         of the time when calling gtk_text_layout_get_line_display()
13285         to avoid causing double reshapes when a redraw follows
13286         immediately after.
13287
13288 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
13289
13290         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
13291         appropriate region and gdk_window_process_updates() so trough
13292         updating doesn't lag behind the window being scrolled.
13293
13294         * gdk/gdkgc.c: Make parent_class pointer static.
13295          
13296 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
13297
13298         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
13299         include <string.h>.
13300          
13301         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
13302         cut-and-paste error in computing memory offset for 4 channels.
13303
13304 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
13305
13306         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
13307         gtk_rc_append_default_pixmap_path(), since it wasn't
13308         adding an interesting path and we don't have a meaningful
13309         default for this value.
13310
13311 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
13312
13313         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
13314         gtk-config to gtk-config-2.0 move gtk_.m4 to
13315         gtk-2.0.m4
13316
13317         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
13318         gdk/Makefile.am demos/Makefile.am: Change 
13319         library names to libgtk-1.3.la, etc, so that we
13320         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
13321
13322         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
13323         gdk/Makefile.am gdk/x11/Makfile.am
13324         Move include files into /usr/include/gtk-2.0, 
13325         /usr/lib/gtk-2.0/include/
13326          
13327         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
13328         gtk/gtkintl.h: Change package for gettext from 
13329         gtk+ to gtk20. Put hack in autogen.sh to modify
13330         po/Makefile.in.in after gettextize to make this
13331         possible.
13332
13333         * gtk+.spec: Some updates, not tested.
13334
13335         * gdk-pixbuf/Makefile.am: Move loaders into
13336         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
13337
13338         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
13339         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
13340         to THEMENAME/gtk-2.0/. Move engine directory  to
13341         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
13342         
13343 2000-07-12  Tor Lillqvist  <tml@iki.fi>
13344
13345         Win32 changes, still doesn't build though.
13346
13347         * gdk/makefile.cygwin
13348         * gdk/win32/makefile.cygwin
13349         * gtk/makefile.cygwin: Updates.
13350
13351         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
13352         default values for fg and bg pixel as X11 does (0 and 1), not
13353         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
13354         Use 0 for pen width by default (treated as 1 anyway later, but for
13355         apps that might check the value in the GdkGC).
13356         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
13357         interface to gdk_gc_predraw and _postdraw.
13358
13359         * gdk/win32/gdkwin32.h
13360         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
13361
13362         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
13363         extraneous semicolon.
13364
13365         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
13366
13367         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
13368         not the Win32 bitspixel value.
13369
13370         * gdk/win32/gdkcc-win32.c:
13371         * gdk/win32/gdkcolor-win32.c 
13372         * gdk/win32/gdkprivate-win32.h
13373         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
13374         GDK object structure.
13375
13376 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
13377
13378         * docs/tutorial/gtk_tut_12.es.sgml (name): 
13379         * docs/tutorial/gtk_tut_it.sgml (name): 
13380         * docs/tutorial/gtk_tut_fr.sgml (name): 
13381         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
13382         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
13383
13384 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
13385
13386         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
13387           small changes.
13388
13389 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
13390
13391         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
13392         a bug here, never been here and never fixed anything ;(
13393         (don't segfault if tree->root_tree is NULL, which happens prior
13394         to widget realization, but puke instead).
13395
13396 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
13397
13398         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
13399         add the necessary tokens.
13400
13401         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
13402         (gtk_rc_style_to_style): copy thicknesses.
13403         (gtk_rc_init_style): apply thicknesses.
13404         (gtk_rc_parse_style): parse xthickness and ythickness.
13405
13406         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
13407
13408         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
13409         (gdk_window_new): 
13410         (_gdk_windowing_window_init): 
13411         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
13412         (gdk_pixmap_create_from_data): 
13413         (gdk_bitmap_create_from_data): 
13414         (gdk_pixmap_new): 
13415         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
13416         (gdk_image_new): 
13417         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
13418         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
13419         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
13420         (gdk_colormap_get_system): 
13421         (gdk_colormap_new): 
13422         * gdk/gdkwindow.c (gdk_window_init): 
13423         * gtk/gtkstyle.c (gtk_style_new):
13424         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
13425         * gdk/gdkpixmap.c (gdk_pixmap_init): 
13426         * gtk/gtkrc.c (gtk_rc_style_new):
13427         use g_object_new() instead of g_type_create_instance() which
13428         is a private function for fundamental type implementations.
13429
13430 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
13431
13432         * configure.in: Add check for db2html
13433
13434 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
13435
13436         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
13437         hack to set glib_debug_objects based on gtk_debug_flags.
13438
13439 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
13440
13441         * INSTALL.in: Update the Prerequisites section.
13442
13443         * Makefile.am demos/Makefile.am docs/Makefile.am
13444         docs/tutorial/Makefile.am gdk/x11/Makefile.am
13445         gdk/linux-fb/Makefile.am: Dist fixes
13446
13447 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
13448
13449         * NEWS: 10,000 foot view of 1.3.1 changes.
13450
13451 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
13452
13453         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
13454         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
13455         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
13456         gdk/x11/gdkmain-x11.c: 
13457
13458         Patch from George Lebl to add a GdkGrabStatus enumeration to use
13459         as a return value of gdk_*_grab(). Previously, we just
13460         returned the X11 values directly.
13461
13462 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
13463
13464         * gdk/x11/Makefile.am: Patch from George Lebl to 
13465         install all the headers in the right place.
13466
13467 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
13468
13469         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
13470           initial conversion to DocBook.
13471
13472 2000-07-04  Tor Lillqvist  <tml@iki.fi>
13473
13474         * README.win32: Improve a bit.
13475
13476         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
13477         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
13478         Alt+0nnn on the numpad (used to enter characters by numeric code
13479         from current DOS or ANSI codepage) working correctly, as in other
13480         Windows apps.
13481
13482         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
13483         same argument validity tests as in X11 version.
13484         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
13485
13486         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
13487         definitions in case missing from headers.
13488
13489         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
13490         destroy the window-specific cursor.
13491         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
13492         calling GetModuleHandle(NULL).
13493         (gdk_window_set_cursor): Reworked to always copy the passed cursor
13494         with CopyCursor before setting it as the window-specific
13495         cursor. It is OK for the caller to destroy the GdkCursor (and thus
13496         also its Windows cursor) after calling this function. Destroy any
13497         previous window-specific cursor.
13498
13499 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
13500
13501         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
13502         font charset is iso8859-1, not iso-8859-1.
13503
13504 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
13505
13506         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
13507         Use g_get_charset() instead of g_get_codeset().
13508
13509         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
13510         Comment out some strdup'ing functions to keep timj
13511         happy until we finish fighting this out.
13512
13513 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
13514
13515         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
13516         <= width or height.
13517
13518         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
13519         from 1.2 for parent/child states.
13520
13521         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
13522         of typos.
13523
13524         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
13525         event structures, replace with a generic axes field. Replace 
13526         deviceid/sourec with GdkDevice *device.
13527
13528         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
13529         to extract particular axis use value from event. (Also
13530         can be used for normal X/Y.)
13531
13532         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
13533         allow for arbitrary number of axes, namespace everything
13534         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
13535         everywhere.
13536
13537         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
13538         Get rid of the gdk_input_vtable setup if favor of simply
13539         defining the functions in gdkinput-none/gxi/xfree.c in
13540         a similar fashion to the way that the port structure is 
13541         done.
13542
13543         * gtk/gtkdnd.c: Fix fields of synthesized button press event
13544         for new event structures. 
13545
13546         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
13547         new device interfaces.
13548
13549 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
13550
13551         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
13552         set the initial text.
13553
13554         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
13555         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
13556         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
13557         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
13558
13559         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
13560         pango_layout_set_font_description to simplify.
13561
13562 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
13563
13564         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
13565         pango_layout_set_font_description to simplify.
13566
13567 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
13568
13569         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
13570         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
13571         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
13572
13573         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
13574         PANGO_PIXELS() macro.
13575
13576 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
13577
13578         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
13579         that returns a PangoContext owned by the widget and updated to
13580         match future changes in the widget. Also, make 
13581         gtk_widget_create_pango_layout() use this context. If we ever
13582         add a ::changed signal to PangoContext, this will make things
13583         much more convenient. 
13584
13585         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
13586         in the appropriate places instead of destroying the layouts and
13587         creating new ones.
13588
13589         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
13590         in a few strategic places.
13591
13592 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
13593
13594         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
13595         gtk_widget_size_request() on reparented child, if one. Otherwise,
13596         queue_resize() on the child never results in it getting size-requested
13597         at all.
13598
13599         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
13600         in option menus, so that (with luck) people won't copy it into
13601         their apps in the future.
13602
13603         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
13604         to gtk_option_menu_calc_size. This isn't perfect, but should fix
13605         a lot of problems with changing the size of the menu's menu
13606         items after adding it to the option menu.
13607
13608         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
13609
13610         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
13611         the text direction for a widget changes.
13612
13613         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
13614         ::direction_changed to get rid of various hacks.
13615
13616 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
13617
13618         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
13619         name.
13620
13621 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
13622
13623         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
13624         flag to the structure. Do not call XFreePixmap on pixmaps created
13625         by gdk_pixmap_foreign_new().
13626
13627 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
13628
13629         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
13630         value using GdkRGB functionality given GdkColormap and GdkColor.
13631         (name not final, waiting for inspiration.)
13632         
13633         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
13634         set the foreground/background of a GC using the GC's colormap
13635         and GdkRGB. (name not final, waiting for inspiration.)
13636
13637         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
13638         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
13639
13640         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
13641         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
13642         purely a function of the corresponding colormap. Make
13643         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
13644
13645         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
13646         gdk_pixbuf_*create_from_xpm_* in terms of
13647         gdk_pixbuf_new_from_xpm_data(), move into platform independent
13648         code.
13649
13650         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
13651         advantage of the new draw_rgb_32_image_dithalign.
13652
13653         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
13654
13655         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
13656         on each created GC.
13657
13658         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
13659
13660         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
13661         which we initialize from the drawable when the GC is created,
13662         if the drawable has a colormap.
13663
13664         * gdk/x11/gdkgc-x11.c: include string.h for memset.
13665
13666         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
13667
13668         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
13669
13670 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
13671
13672         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
13673         actually returning expose events, make sure to set
13674         the count field properly.
13675
13676         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
13677         accidentally reintroced bug which always cleared
13678         the graphics_exposures value. 
13679
13680 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
13681
13682         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
13683
13684 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
13685
13686         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
13687
13688 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
13689
13690         * docs/faq/gtk-faq.sgml: Start of Section 6.
13691
13692 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
13693
13694         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
13695         
13696         (Fixes problem with drawing childless frames. Pointed out
13697         by and a first patch from Anders)
13698         
13699         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
13700         compute a child_allocation, even if we don't have a child.
13701
13702         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
13703         Always chain to the parent's impl, even if we don't have a child.
13704
13705 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
13706
13707         * gdk/gdkrgb.c: If possible, create only a single shm segment and
13708         use multiple parts of it instead of creating a bunch of separate
13709         segments, since the maximum number of segments per system is not
13710         large. (This might be worth backporting to GTK+-1.2.x if we make a
13711         new release )
13712
13713         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
13714         structure in preparation for per-colormap GdkRGB.
13715
13716         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
13717         to False when we get EINVAL from shmget so that the caller of
13718         gdk_image_new can retry with a smaller segment size.
13719
13720 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
13721
13722         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
13723
13724 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
13725
13726         * configure.in: make the current version number 1.3.1 (binary age 0,
13727         interface age 0).
13728         
13729         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
13730         gtkcompat.h is all we want.
13731
13732         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
13733         GLib primitive types. fixed g_type_register_fundamental() argument
13734         ordering.
13735
13736         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
13737         compiles.
13738
13739         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
13740         object code cleanup, comment trigraph fixes, etc...
13741
13742 2000-06-23  Havoc Pennington  <hp@redhat.com>
13743
13744         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
13745         instead of making up a bogus name for first_para_mark
13746
13747         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
13748         0 as a context ID
13749
13750 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
13751
13752         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
13753
13754 2000-06-21  Havoc Pennington  <hp@pobox.com>
13755
13756         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
13757         we didn't check window->bg_pixmap != GDK_NO_BG.
13758
13759         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
13760         gdk-pixbuf
13761
13762 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
13763
13764         * docs/faq/gtk-faq.sgm: Move file to here.
13765           TODO: Update Makfile.am 
13766
13767 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
13768
13769         * docs/gtk-faq.sgm: Add Section 2
13770
13771 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
13772
13773         * docs/gtk-faq.sgm: New file. Start of DocBook
13774           version of the FAQ.
13775
13776 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
13777
13778         * configure.in (GDK_PIXBUF_MAJOR): Define version
13779         numbers for GDK_PIXBUF_*, as they get substituted
13780         into a header file. Need to consider versioning
13781         for gdk-pixbuf more carefully later.
13782
13783 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
13784
13785         Work with srcdir != builddir.   
13786         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
13787         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
13788         * demos/testpixbuf.c: Likewise.
13789         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
13790         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
13791         <gdk/x11/gdkx.h>.
13792         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
13793         "gdk-pixbuf.h".
13794         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
13795
13796 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
13797
13798         * TODO.xml: Change 1.4 version numbers to 2.0.
13799
13800 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
13801
13802         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
13803         fixups to GTK+ standard.
13804
13805 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
13806
13807         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
13808         gdk-pixbuf.
13809
13810         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
13811         fixups for GObject.
13812
13813         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
13814         gdk-pixbuf with GDK dependencies moved into GDK.
13815         
13816         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
13817         move gdk-pixbuf-loader here until GObject has signals.
13818
13819         * demos/: New directory of demos. Move demos from
13820         gdk-pixbuf here.
13821
13822         * demos/pixbuf-init.c: Small bit of code to check for
13823         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
13824         set GDK_PIXBUF_MODULEDIR appropriately.
13825
13826         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
13827         define which no longer makes sense.
13828
13829 2000-06-21  Havoc Pennington  <hp@redhat.com>
13830
13831         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
13832         gtk_get_default_language
13833
13834         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
13835         new function to get the default language
13836
13837         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
13838         s/gtk_text_view_style_values/gtk_text_style_values/
13839
13840         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
13841         Add a "language" field to tags.
13842
13843         (gtk_text_tag_set_arg): Fix bug in setting
13844         "bg_full_height_set" tag.
13845
13846 2000-06-21  Havoc Pennington  <hp@redhat.com>
13847
13848         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
13849         in the interfaces
13850
13851         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
13852         stuff instead when possible.
13853
13854         * gtk/gtktexttypes.h: Delete some unused constants
13855
13856         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
13857         testtextbuffer.c: use glib instead of custom unicode routines
13858
13859 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
13860
13861         * docs/es/: Removed mistakenly added generated sgml
13862
13863         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
13864         Remove outdated info files.
13865
13866         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
13867         Moved tutorial files into subdir
13868
13869         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
13870         subdir.
13871
13872         * docs/man/gtk_button.pod: Remove. (contents will be
13873         integrated into gtk-reference button page.)
13874
13875         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
13876         docs/faq/Makefile.am: Adjust for new organization
13877
13878 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
13879
13880         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
13881         not $(MKINSTALLDIRS)
13882
13883 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
13884
13885         * gtk/testgtk.c (create_text): Finish the job Elliot started
13886         of removing font setting test for text widget. (Since text widget
13887         and GdkFont are not deprecated, and cause portability problems.)
13888
13889 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
13890
13891         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
13892         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
13893         Remove use of libunicode in favor of new GLib functions.
13894
13895         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
13896         nano-x, framebuffer. The X11 include is just a hack until we get
13897         the necessary functions in gdkcolor.h, so there is no reason to
13898         add other includes of platforms.
13899
13900         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
13901         window bigger than the screen change.
13902
13903         * gtk/testgtk.c: Revert some random changes from Elliot
13904         that had no particular point and were causing testgtkrc
13905         not to function correctly.
13906         
13907         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
13908         because GdkSegment and GdkRegionBox have the same fields,
13909         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
13910         results in clearer code.
13911
13912         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
13913         gdk_input_translate_coordinates): Fix missed GdkObjectification
13914
13915 2000-06-18  Elliot Lee  <sopwith@redhat.com>
13916
13917         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
13918         * gtk/gtk{plug,socket}.h: Missed commits from previous.
13919
13920 2000-06-20  Havoc Pennington  <hp@redhat.com>
13921
13922         * modules/linux-fb/Makefile.am: Make this compile
13923         without framebuffer enabled
13924
13925         * gdk/linux-fb/Makefile.am: Add conditional to not build
13926         framebuffer unless specified in configure
13927
13928         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
13929         the size of the target instead of source if -1 was passed for
13930         width/height
13931
13932         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
13933         width/height confusion.
13934
13935 2000-06-19  Havoc Pennington  <hp@redhat.com>
13936
13937         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
13938         GDK_DRAWABLE_XID. In the future, we probably want to make it
13939         faster with G_DISABLE_CHECKS turned on.
13940
13941 2000-06-14  Havoc Pennington  <hp@redhat.com>
13942
13943         * gdk/Makefile.am: add gdkpixmap.c
13944
13945         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
13946         s/gdk_image_init/_gdk_windowing_image_init
13947
13948         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
13949         ref/unref
13950
13951         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
13952
13953         * gdk/gdkcompat.h: remove GdkWindowType compat, since
13954         GdkWindowType is now non-deprecated; 
13955         change gdk_window_get_type() compat to be
13956         gdk_window_get_window_type().
13957
13958         * gdk/gdkdnd.h: make GdkDragContext a GObject.
13959
13960         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
13961         virtual GObject. Make all functions call into the vtable.
13962         Move gdk_image_put() guts in here. Remove GdkDrawableType
13963         and gdk_drawable_get_type(), these are now GdkWindow-specific.
13964         draw_image, get_depth, get_size, set_colormap, get_colormap,
13965         get_visual added to the vtable.
13966         
13967         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
13968         GObject. Virtualize everything. 
13969         (gdk_gc_new_with_values): remove check for destroyed window,
13970         because now GdkWindow::create_gc will check this.
13971         (gdk_gc_set_values): New function to set GC values, this 
13972         was already implemented but wasn't in the header
13973
13974         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
13975
13976         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
13977         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
13978         remove _gdk_window_class; add _gdk_window_impl_get_type() and
13979         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
13980         _gdk_windowing_window_init, rename gdk_image_init to
13981         _gdk_windowing_image_init.
13982         
13983         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
13984         (gdk_draw_layout): Remove check for destroyed window, 
13985         because all the drawable methods already check it.
13986         
13987         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
13988         Add gdkpixmap.c which contains implementation of GdkDrawable
13989         virtual table (by chaining to a platform-specific implementation
13990         object).
13991         
13992         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
13993         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
13994         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
13995         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
13996         GdkColormapPrivate. 
13997
13998         * gdk/gdktypes.h: #include <glib-object.h>
13999
14000         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
14001         Move most functionality to platform-specific implementation
14002         object. GdkWindow itself now handles the backing store, then
14003         chains to the platform-specific implementation.
14004         (gdk_window_get_window_type): return GdkWindowType of the window.
14005         (gdk_window_peek_children): New routine, returns the children of 
14006         a GdkWindow
14007         (gdk_window_get_children): Was in X11-specific code and did 
14008         XQueryTree. Changed to simply return a copy of window->children; 
14009         so it can go in cross-platform code.
14010         
14011         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
14012
14013         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
14014         GdkColormap; just changed to use the new private data instead
14015         of casting to GdkColormapPrivate.
14016
14017         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
14018         gdk_cursor_new().
14019
14020         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
14021         (private data member in the GObject). 
14022         (xdnd_manager_source_filter): Function had broken 
14023         error handling, fix it (use gdk_error_trap_push).
14024
14025         * gdk/x11/gdkdrawable-x11.c: This file now implements
14026         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
14027         base class is purely for the convenience of the X port,
14028         and not part of the interface to cross-platform GDK.
14029
14030         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
14031         
14032         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
14033         specific to X, and returned by the create_gc virtual method
14034         of GdkDrawableImplX11. 
14035         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
14036         rather than gchar, this was also changed in the GdkGC vtable.
14037         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
14038         mask is 0, return immediately, instead of checking every flag.
14039         This is faster, and keeps us from segfaulting if values is NULL
14040         and the mask contains some nonzero flags.
14041
14042         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
14043         GdkWindow.
14044
14045         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
14046         GdkWindowPrivate is gone.
14047
14048         * gdk/x11/gdkim-x11.c: rename things that got renamed.
14049
14050         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
14051         remove the image_put stuff that got transferred to GdkDrawable.
14052         
14053         * gdk/x11/gdkinput.c: renamings
14054
14055         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
14056
14057         * gdk/x11/gdkpixmap-x11.c: GObject conversion
14058
14059         * gdk/x11/gdkprivate-x11.h: indentation fixes
14060
14061         * gdk/x11/gdkproperty-x11.c: renamings
14062
14063         * gdk/x11/gdkselection-x11.c: renamings
14064
14065         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
14066         implements the platform-specific "impl" object.
14067         Moved gdk_window_get_children to gdk/gdkwindow.c
14068
14069         * gdk/x11/gdkx.h: Remove all the private structs and private datas
14070         that no longer exist. Add declaration of GdkGCX11 object here.
14071         Fix all the macros to still work. 
14072
14073         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
14074         GdkDragContext from the boxed types since they are now GObjects.
14075
14076         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
14077         moved xthickness/ythickness into the instance. GtkStyleClass
14078         functions are now in the standard vtable for GtkStyle, so you have
14079         to create a GObject subclass to write a theme engine.
14080         (gtk_style_copy): fixed a leaked PangoFontDescription
14081         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
14082         can be the standard GObject function.
14083         
14084         * Throughout GTK:
14085         s/style->klass->[xy]thickness/style->[xy]thickness
14086         s/pango_layout_unref/g_object_unref/
14087
14088         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
14089         
14090         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
14091         accessing GDK internals.
14092
14093         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
14094         accessing GDK internals.
14095
14096 2000-06-18  Elliot Lee  <sopwith@redhat.com>
14097
14098         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
14099
14100         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
14101         problem by calculating event position relative to the trough
14102         rather than the slider.
14103         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
14104
14105         * gdk/gdkgc.h: Add GDK_NOR.
14106
14107         * configure.in, Makefile.am: Add modules top level dir
14108         * configure.in: Only use pangox library if building x11 target.
14109         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
14110
14111 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
14112
14113         * gtk/gtkcolorsel.c: Change private class member to be named
14114         private_data throughout the file.
14115
14116         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
14117         private_data to avoid clashing with keyword.
14118
14119 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
14120
14121         * gdk/gdkdnd.h: Add comment to remove warning.
14122
14123 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
14124
14125         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
14126         Byelorussian language; changed the Makefile and file names 
14127         to reflect that.
14128
14129 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
14130
14131         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
14132         rather than gdk_window_hide; this makes things work
14133         correctly if the window is programmatically hidden while
14134         iconified.
14135
14136 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
14137
14138         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
14139         cut and paste typo where wrong pixmap was being
14140         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
14141
14142 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
14143
14144         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
14145         Add helper function to compute format / bytes 
14146         relationship. Use in a couple places to fix up
14147         errors which assume 8 * format.
14148
14149         * gtk/gtkselection.c (gtk_selection_request): Use 32
14150         rather than 8 * sizeof (GdkAtom), to work correctly
14151         on Alpha.
14152
14153 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
14154
14155         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
14156         libgtk.la
14157         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
14158         versions
14159
14160         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
14161         checking macros return NULL since the function has a return value.
14162
14163 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
14164
14165         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
14166         GTK+ from building at all.
14167
14168         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
14169
14170 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
14171
14172         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
14173         gtk/Makefile.am: make it possible to configure gtk for different
14174         targets on the same platform. The library name is now 
14175         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
14176         flag. Only the x11 target compiles right now.
14177         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
14178         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
14179         * gdk/nanox/gdk*generic*: delete generic region code.
14180         * gdk/linux-fb/gdk*generic*: delete generic region code.
14181         * README.nanox: update information.
14182         
14183 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
14184
14185         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
14186         prepend not append. (Pointed out by Brett Hall.)
14187
14188 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
14189
14190         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
14191
14192 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
14193
14194         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
14195         need this later, and this makes sure that the atexit for
14196         glib gets called after that for GDK, so atexits are
14197         properly ordered for object leak checking.
14198
14199         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
14200
14201         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
14202         pango_x_shutdown_display()
14203
14204         * gtk/simple.c (main): Close window on destroy.
14205
14206 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
14207
14208         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
14209         to treat initial creation different from setting with 
14210         regards to the graphics-exposures parameter, so add a parameter
14211         indicating whether this is initial or not.
14212
14213 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
14214
14215         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
14216         to sort of work by adding an extra return_exposes arg
14217         to gdk_event_translate() - it might be better to simply
14218         deprecate the function altogether and force people to rewrite
14219         without it. gdk_window_scroll() handles most of it, and where
14220         gdk_window_scroll() doesn't work, simply redrawing more does.
14221
14222         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
14223         assertion.
14224
14225         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
14226
14227         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
14228         bunch of pretty much useless /* Print debugging info */ comments 
14229         which had drifted away from the code they were commenting.
14230
14231 2000-06-02  Havoc Pennington  <hp@pobox.com>
14232
14233         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
14234         is in working order.
14235         
14236         * gtk/testtext.c: Change to reflect anonymous mark API
14237
14238         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
14239
14240         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
14241         field, which was unused.
14242
14243         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
14244         saves some typing.
14245
14246         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
14247
14248         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
14249         flag on the insertion point and selection bound
14250
14251         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
14252         make mark-manipulation functions take a GtkTextMark* instead of a
14253         mark name.
14254         
14255         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
14256         GtkTextMarkBody; will be used to detect attempts to delete
14257         the permanent marks (insert and selection bound)
14258
14259         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
14260
14261 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
14262
14263         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
14264         flag to on.
14265
14266         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
14267         Honor DOUBLE_BUFFRED_FLAG
14268
14269         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
14270         function to set the DOUBLE_BUFFERED flag.
14271
14272         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
14273         or not exposes done on the widget should be double-buffered.
14274
14275         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
14276         to be what would be expected. (Fixes problem with a
14277         g_return_if_fail() validating a TextDirection enumeration)
14278
14279 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
14280
14281         * gtk/gtkwidget.c: Remove all references to 
14282         offscreen flag which was no longer used.
14283
14284         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
14285
14286         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
14287         for non-null label_widget->parent.
14288
14289         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
14290         which no longer was used.
14291
14292         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
14293
14294         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
14295         for null arguments.
14296
14297         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
14298         check for destroyed windows.
14299
14300 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
14301
14302         * gtk/gtkimmulticontext.c: Add a finalize method and unref
14303         the slave context there.
14304
14305         * gtk/gtkinvisible.[ch]: Make reference counting behavior
14306         identical to GtkWindow.
14307
14308 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
14309
14310         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
14311         pangox to here, so we can write them independent of rendering
14312         system, using GDK primitives.
14313
14314         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
14315         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
14316         since we have a rendering-system independent implementation in
14317         terms of draw_glyphs().
14318         
14319         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
14320         function to render a single line.
14321
14322         * gdk/x11/gdkpango.c: Move the guts of this file mostly
14323         into ../gdkpango.c, which simplifies things, since we
14324         don't have to deal with raw X gc's.
14325
14326 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
14327
14328         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
14329         get the logical attributes for a given GtkTextLine.
14330
14331 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
14332
14333         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
14334         g_locale_get_codeset() to g_get_codeset() change.
14335
14336 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
14337
14338         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
14339         descriptions.
14340
14341         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
14342         the entry.
14343
14344         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
14345         redoing (vastly simplifying) for Pango. Still needs quite
14346         a bit of work. (Size selection is currently poor. List of 
14347         predefined sizes is not a good idea, since all of these
14348         sizes won't necessarily be distinct.)
14349
14350 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
14351
14352         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
14353         CODESET results for LANG=C.
14354
14355 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
14356
14357         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
14358         which takes a stringized pango font description;
14359         ignore the older 'font' and 'fontset' declarations.
14360
14361         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
14362         field with a GdkFont derived via gdk_font_from_description(),
14363         for compatibility. (Should we just remove it entirely?
14364         Probably too much compatibility breakage, but people
14365         should be migrating to the new Pango stuff as quickly
14366         as possible.)
14367
14368 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
14369
14370         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
14371
14372 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
14373
14374         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
14375         redoing; there are some bugs in size allocation right
14376         now, the semi-existant distinction between header / day
14377         fonts was removed, but, with Pango, could actually
14378         be made functional in a nice way.
14379         
14380         * gtk/testcalender: Move calender from examples into this
14381         directory as a test program. (We really need to restrcture
14382         testgtk into a whole directory full of tests for every
14383         widget or functionality group, separated into multiple .c
14384         files.)
14385
14386 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
14387
14388         * gtk/testgtk.c (file_exists): Fix stupid typo that
14389         was keeping RC file from being loaded.
14390
14391         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
14392         RC file font code.
14393
14394 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
14395
14396         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
14397         Add function to load a GdkFont from a PangoFontDescription.
14398
14399 2000-05-29  Tor Lillqvist  <tml@iki.fi>
14400
14401         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
14402         variable should be of type GdkEventPrivate.
14403
14404 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
14405
14406         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
14407         to have any widget for the label, use a GtkLabel widget
14408         to display the text. (Based partially on a patch from
14409         Anders Carlson.)
14410
14411         (Quite a bit of code reorganization - strip 90% of the
14412         guts out of gtkaspectframe and add a single virtual
14413         func to GtkFrameClass - compute_child_allocation.)
14414
14415 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
14416
14417         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
14418         (Removed clist->row_center_offset field because caching
14419         it wasn't saving time or code, added private function
14420         _gtk_clist_create_cell_layout()).
14421
14422 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
14423
14424         * gtk/gtkaccellabel.c: Pangoized.
14425
14426         * gtk/[hv]ruler.c: Pangoized
14427
14428 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
14429
14430         * gtk/gtkfilesel.c (gtk_file_selection_init):
14431         Use gtk_clist_set_column_auto_resize() to remove need
14432         need for manual column width computations.
14433
14434 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
14435
14436         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
14437         ensuring Pango correctness, and considerably simplifying the
14438         code.
14439         
14440         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
14441
14442         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
14443         getting of numbers of lines.
14444
14445         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
14446         to the actual requested width of the lable, not to the wrap
14447         width we set.
14448
14449         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
14450
14451         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
14452           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
14453
14454         * gtk/gtktextview.c: Fix structure inheritance.
14455
14456         * gtk/gtkprogressbar.c: Pangoize.
14457
14458 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
14459
14460         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
14461         in a function.
14462
14463         * gtk/gtktextlayout.c (find_display_line_above): Fixed
14464         bug with computing line tops.
14465
14466         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
14467
14468 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
14469
14470         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
14471         and y_offset coordinates to do what we need now. (The offset between
14472         buffer and layout coordinates has been reintroduced, but is a 
14473         bit different than before.)
14474
14475         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
14476         handle the adjustments ourselves, and scroll as necessary using
14477         the new gdk_window_scroll().
14478         
14479         The advantage of this is that when we are incrementally revalidating,
14480         we are essentially rearranging things around the visible portion
14481         of the screen. With the old setup, the visible portion of the
14482         screen was moved around in the layout, so scrolling and redrawing
14483         to track that caused jumping of the display. Since we now
14484         control the scrolling ourselves, we can suppress this and
14485         only redraw when things actually change.
14486
14487 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
14488
14489         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
14490         the region not just redisplay it after-all, since we store the
14491         cursors in the LineDisplay. (Ugly interactions here between
14492         GtkLayout and GtkTextBTree here.)
14493         
14494         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
14495
14496 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
14497
14498         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
14499         Added function to scroll contents of a window while keeping the
14500         window constant. Works by XCopyArea or guffaw-scrolling depending
14501         on the details of how the window is set up. (guffaw-scrolling
14502         still needs to be filled in.)
14503
14504 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
14505
14506         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
14507         move the debugging that was tied to a global variable
14508         to that.
14509
14510         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
14511
14512         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
14513         validated flag, in line data instead of setting height/width to
14514         -1. This allows us to perform operations with partially invalid
14515         buffer (using the old size for invalid lines) and thus to do
14516         incremental vaidation. Keep height/width aggregates up to date
14517         when deleting text and rebalancing the tree.
14518
14519         * gtk/gtktextbtree.[ch]: Add functions validate a line
14520         (gtk_text_btree_validate_line), and to validate up
14521         to a number of pixels (gtk_text_btree_validate).
14522
14523         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
14524         that indicates that something is changed and a revalidation
14525         pass is needed. Change ::need_repaint to ::changed, and
14526         make it take old and new yranges instead of a rectangle.
14527
14528         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
14529         the line_data_destroy() function from 
14530         gtk_text_btree_add_view() to a virtual function in 
14531         GtkTextLayout
14532
14533         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
14534         since we are handling partial repaints in a different fashion
14535         now.
14536
14537         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
14538         of the selection instead of queueing a repaint on the
14539         entire widget.
14540
14541         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
14542         get_selection_bounds() down to btree, make the function
14543         in buffer a wrapper around the btree function.
14544
14545         * gtk/gtktextlayout.[ch]: Add functions to check if the
14546         layout is valid and to recompute either a range of pixels
14547         aroudn a line or a certain total number of pixels.
14548
14549         * gtk/gtktextlayout.[ch]: Cache a single line display;
14550         now that we only redraw the needed portions, the hit rate
14551         for this cache is quite high.
14552         
14553         * gtk/gtktextview.[ch]: Keep track of the first paragraph
14554         on the screen so that when re-laying-out the buffer, we can
14555         keep the same place. This requires connecting to ::value_changed
14556         on the adjustments
14557
14558         * gtk/gtktextview.[ch]: Add idle functions to revalidate
14559         the buffer after we receive an ::invalidated signal.
14560         
14561 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
14562
14563         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
14564         to max of allocation and layout size, not just to the
14565         layout size.
14566
14567         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
14568         Invalidate window so it gets redrawn properly.
14569
14570         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
14571         to mean the entire window.
14572
14573         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
14574         into public header.
14575
14576 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
14577
14578         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
14579         to get the name of a mark.
14580
14581         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
14582         to find the paragraph from a y position.
14583
14584 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
14585
14586         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
14587         nodes have width/height >= 0, not > 0.
14588
14589 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
14590
14591         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
14592         Add a size_only flag, so when we only need the size, we don't create
14593         useless appearance attributes.
14594
14595         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
14596         duplicate setting of font description.
14597
14598         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
14599
14600 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
14601
14602         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
14603         EXTRA_DIST. It does not work well when the file that
14604         everything depends on is not in the tarball.
14605
14606 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
14607
14608         * gtk/testgtk.c: Some hacks and fixes so that it basically
14609         works when not sitting in the GTK+ build tree.
14610
14611 2000-05-03  Havoc Pennington  <hp@redhat.com>
14612
14613         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
14614         Properly determine the ordering of the tag root and the current
14615         line within the tree. Previous algorithm only worked if the tag
14616         root's immediate parent was the common root of both the current
14617         line and the tag root.
14618
14619 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
14620
14621         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
14622         alignment.
14623
14624         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
14625         the widget text directional dynamically.
14626
14627         * gtk/gtktextview.[ch]: Added functions to get and set default
14628         wrap mode.
14629
14630 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
14631
14632         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
14633         in cursor location computation.
14634
14635 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
14636
14637         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
14638         vadjusment values properly when layout gets smaller.
14639
14640         * gtk/gtktextview.c (need_repaint_handler): Areas being
14641         passed in are far completely inaccurate, and sometimes
14642         too small, so, for now, just queue a redraw on the
14643         whole visible region.
14644
14645 2000-04-25  Havoc Pennington  <hp@redhat.com>
14646
14647         * gtk/gtktextbtree.c (summary_destroy): new function to 
14648         destroy tag summary nodes
14649         (gtk_text_line_next_could_contain_tag): this function was 
14650         totally broken if the line passed in wasn't below the tag
14651         root. Fix it.
14652         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
14653         "wildcard" case, we have to do a linear scan. Blah.
14654         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
14655         we have to do the linear scan
14656         (tag_removed_cb): When a tag is removed from the tag table, 
14657         remove the GtkTextTagInfo node from the btree.
14658         (gtk_text_btree_spew): Implement the spew function, for 
14659         our debugging pleasure.
14660
14661 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
14662
14663         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
14664         a problem with referring to the wrong buffer.
14665
14666         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
14667
14668         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
14669         font description to gtk_style_new() - otherwise things
14670         don't work without a .gtkrc file.
14671
14672         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
14673         tags table if we create it ourself, too.
14674
14675         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
14676         it was conflicting with XKB modifiers.
14677
14678         * gtk/gtktextview.[ch]: Add simple support for 
14679         GtkIMContext.
14680
14681 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
14682
14683         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
14684         with deletion from last commit.
14685
14686 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
14687
14688         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
14689         in the context from the current locale.
14690         
14691         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
14692         context, not hardcoded value.
14693
14694         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
14695         not logical.
14696
14697 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
14698
14699         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
14700         attributes - that doesn't handle partial-glyph selection
14701         properly. Instead use new pango_layout_line_get_x_ranges()
14702         functionality to draw the selection.
14703
14704         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
14705         now properly handles out-of-range coordinates.
14706
14707         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
14708
14709         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
14710         public.
14711
14712         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
14713         for paragraphs opposite to the base direction of the widget.
14714
14715         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
14716
14717         * gtk/gtktextlayout.c: Don't split segments on marks, since that
14718         causes Arabic words to reshape as you cursor through.
14719
14720         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
14721         cursor position when moving vertically with the arrow keys and
14722         scrolling with page-up/page-down. (Arrow keys save only the X,
14723         scrolling saves both X and Y.)
14724
14725         This means you can line-up / line-down or page-up / page-down
14726         without losing your place, and also that moving vertically
14727         with the cursor keys keeps the same X position, not the same
14728         character count:
14729
14730         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
14731         arrow keys move by display lines, not paragraphs.
14732
14733 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
14734
14735         * gtk/gtklayout.c: Make sure that the bin window is at least
14736         as big as the allocation. (Should we also make sure that the
14737         bin window is big enough to completely cover widget->window?)
14738
14739         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
14740         function to get the onscreen rectangle.
14741
14742         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
14743         for offsets in window coordinates.
14744
14745 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
14746
14747         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
14748         confusion.
14749
14750         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
14751         from the widget direction.
14752
14753         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
14754         Add a "direction" attribute.
14755
14756         * gtk/gtktextview.c: global s/tkxt/text_view/.
14757
14758         * gtk/testtext.c: Added long block of text in Arabic, to test out
14759         the direction attributes. (Some problems with the shaping system
14760         for arabic become obvious - like the fact the cursor splits words
14761         into unjoined pieces.)
14762
14763 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
14764
14765         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
14766
14767         * gtk/gtktextlayout.c: Fix up alignment.
14768
14769         * gtk/testtext.c: Add some tests for centering, wrapping.
14770
14771 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
14772
14773         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
14774         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
14775         If we wrote GTK+-specific layout-render function this could just replace
14776         the draw_layout() operation in the vtable.
14777
14778         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
14779         pango_layout_get_cursor_pos() and use that function.
14780
14781         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
14782         is a non-static symbol.
14783
14784         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
14785         with gtk_text_btree_find_line_by_y()
14786
14787         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
14788         renderer that handles GtkTextAppearance attributes.
14789
14790         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
14791
14792           - Move the values in the style that don't affect geometry into a
14793             GtkTextAppearance structure.
14794           - Change underline to take a PangoUnderline and "font" a string
14795             representation of a font description
14796           - Add a "font_desc" attribute which takes a FontDescription structure.
14797
14798         * gtk/gtktextlayout.[ch]:
14799
14800           - Get rid of the display-line list per each line. Instead, we
14801             generate, on demand, a GtkTextLineDisplay structure which]
14802             contains a PangoLayout * and other necesary information
14803             (offsets, cursor locations) for displaying a paragraph.
14804           - Get rid of the code to wrap lines, create display chunks,
14805             etc. Instead, we just go through a paragraph and convert
14806             it into the necessary inputs to a PangoLayout.
14807           - Implement a new attribute type, GtkTextAttrAppearance. This
14808             holds a GtkTextAppearance, and is used to pass colors, 
14809             stipple, etc, through from the layout to the display without
14810             having to use lots and lots of individual attributes.
14811           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
14812             in terms of PangoLayout functions.
14813         
14814         * gtk/gtktextview.c: 
14815          
14816           - Handle passing the necessary PangoContext to the layout
14817           - Some fixups in painting to deal with the automatic backing store
14818             and offsetting of GTK+-1.4
14819           - Add a style_set handler so that the default style reacts
14820             properly to theme changes.
14821         
14822         * gtk/gtktext?*.[ch]: Random code-style fixes.
14823
14824         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
14825
14826 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
14827
14828         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
14829         in original form preparatory to Pango-ization and gdkimcontext-ization.
14830
14831 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
14832
14833         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
14834         so that we can derive from gtkimcontext in language bindings properly.
14835
14836 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
14837
14838         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
14839         Add a compose table including (almost) all the compose combinations
14840         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
14841         data in the XIM implementation.
14842
14843         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
14844         Moved functions to convert keyvalues from and to unicode here from
14845         the win32 port and made them public.
14846
14847 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
14848
14849         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
14850
14851 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
14852
14853         * gtk/gtkimcontext.[ch]: Base class for new input context system
14854
14855         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
14856         the real input context implementation to be loaded from modules
14857         and switched on the fly.
14858
14859         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
14860         context that just does direct keysymbol => unicode translation.
14861
14862         * gtk/gtkentry.[ch]: Start switching editing over to using
14863         GtkInputContext. (No handling of preedit yet.)
14864
14865 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
14866
14867         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
14868         many substitutions. (klass should not be subsituted.)
14869
14870 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
14871
14872         * configure.in: Add checks for Pango
14873
14874         * configure.in docs/Makefile.am: Add test for sgml2html
14875         and allow 'make dist' without building html, but print out
14876         warnings in that case. (For making snapshots)
14877
14878         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
14879         Add Pango libraries and C flags
14880
14881         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
14882         Add function (gdk_draw_layout) to draw a pango layout.
14883
14884         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
14885         for getting Pango contexts for GDK.
14886
14887         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
14888
14889         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
14890         editing.
14891
14892         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
14893         keysym => unicode translations. More languages can be added
14894         here, but real input-method support is needed.
14895
14896         * docs/Changes-1.4.txt: Added note about entry behavior.
14897         
14898         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
14899         to set the reading direction for a widget and the global direction.
14900         Add test which allows toggling the global direction. Two private
14901         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
14902
14903         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
14904           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
14905
14906         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
14907
14908         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
14909         underlining now handled by Pango.
14910
14911         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
14912         to RCStyle and Style. (Having both this and the old font name and GdkFont 
14913         is temporary.)
14914
14915         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
14916         convenience functions for creating contexts and layouts for widgets.
14917
14918         * gtk/testgtk.c: Enhance label tests with multilingual labels.
14919
14920 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
14921
14922         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
14923         titles to be active, even if they aren't visible.
14924         (gtk_clist_column_titles_passive):  Ditto.
14925
14926 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
14927
14928         * gtkmenu.c:
14929         * gtkmenu.h:
14930         * gtktypeutils.h: Spelling/grammar fixes in comments.
14931
14932 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
14933
14934         * gdk/nanox/*.h: add missing header files.
14935
14936 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
14937
14938         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
14939         send_event to TRUE.
14940         (gtk_drawing_area_size): queue a resize.
14941
14942 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
14943
14944         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
14945         the handlers, also invalidate them. bug nailed down by Karl Nelson
14946         <kenelson@ece.ucdavis.edu>.
14947
14948 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
14949
14950         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
14951         "(nil)" foundries, patch from Grigorios Magklis.
14952
14953         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
14954         on non-available fonts, based on a patch by Grigorios Magklis
14955         <maglis@cs.rochester.edu>.
14956
14957 2000-05-18  Elliot Lee  <sopwith@redhat.com>
14958
14959         * gdk/x11/gdkregion-generic.c: If a region does not have any
14960         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
14961         instead of GDK_OVERLAP_RECTANGLE_IN.
14962
14963 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
14964
14965         * gtk/gtklayout.c (gtk_layout_map): Remove references to
14966         OFFSCREEN, as it is no longer necessary.
14967
14968 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
14969
14970         * gtk/gtkcolorsel.c: Patch from David Santiago
14971         <mrcooger@cyberverse.com> to change things so that the 
14972         indicator of the active palette entry is done independently,
14973         not via the focus, since it should always be visible.
14974
14975 2000-05-17  Tor Lillqvist  <tml@iki.fi>
14976
14977         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
14978         refcount leaks as in the X11 backend.
14979
14980         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
14981         cosmetics.
14982
14983         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
14984         backend. Add _gdk_windowing_window_destroy().
14985
14986         * gtk/gtkcolorsel.c: Include correct backend-specific header.
14987         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
14988         either, but these probably do exist on nanox?)
14989         
14990         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
14991         which isn't necessarily defined by <math.h>.
14992
14993         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
14994         ancestry past GtkObject.
14995
14996         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
14997         from DLL on Win32.
14998
14999         * gtk/gtk.def: Update corresponding to recent changes.
15000
15001         * gtk/makefile.{cygwin,msc}: Updates.
15002
15003 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
15004
15005         * docs/Changes-1.4.txt: A bit of editing.
15006
15007         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
15008         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
15009         to clear the update area for the window, and clear it
15010         when hiding a window.
15011
15012         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
15013         if window destroyed.
15014
15015         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
15016
15017         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
15018         gdk_window_destroy() to the generic code, since there was a lot of 
15019         window-system-independent logic it in. Add a function:
15020         
15021          _gdk_window_destroy() 
15022
15023         to the internal API to destroy a window without unreferencing it.
15024         Add a function:
15025
15026          _gdk_windowing_window_destroy()
15027
15028         That does the windowing-system-dependent part of destroying 
15029         the window.
15030
15031 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
15032
15033         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
15034
15035 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
15036
15037         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
15038         Make gtk_widget_shape_combine_mask() keep a reference count on
15039         the pixmap since it keeps it around.
15040
15041 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
15042
15043         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
15044         leak.
15045
15046         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
15047         leak with event filters.
15048
15049 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
15050
15051         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
15052         signal handlers with the right data arguments. (Fixes
15053         some warnings when a widget was repeatedly set as a drag
15054         destination.)
15055
15056         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
15057         window so we can avoid avoid setting the DND properties on the
15058         toplevel window repeatedly.
15059
15060 2000-05-13  Tor Lillqvist  <tml@iki.fi>
15061
15062         * gdk/win32/gdkwin32.h: Define more message types missing from
15063         mingw headers.
15064
15065         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
15066         call gdk_window_destroy_notify(). It was never called. This
15067         probably meant that the GdkWindow was never freed. Thanks Owen for
15068         noticing (!).
15069
15070         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
15071         window as destroyed before calling DestroyWindow(). DestroyWindow()
15072         causes a call to the window procedure (gdk_WindowProc), which
15073         calls gdk_event_translate(), which calls
15074         gdk_window_destroy_notify(), which gets confused unless the window
15075         is set as destroyed.
15076
15077         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
15078         this function to indicate it's win32 only. Put inside #ifdef
15079         G_ENABLE_DEBUG.
15080
15081         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
15082         debugging function. (gdk_event_translate:) Add a default branch
15083         that uses the above function to print debug messages with all
15084         Windows messages symbolically.
15085
15086         * gdk/win32/gdkprivate-win32.h: Declare it, and
15087         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
15088
15089 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
15090
15091         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
15092         public header file.
15093
15094 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
15095
15096         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
15097
15098         * gtk/gtktext.c: made the adjustments no-construct args, simply
15099         provide default adjustments.
15100         (gtk_text_destroy): release adjustments.
15101
15102         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
15103         adjustment argument non-construct.
15104
15105         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
15106         instead of in finalize.
15107         (gtk_progress_get_text_from_value): 
15108         (gtk_progress_get_current_text): 
15109         (gtk_progress_set_value): 
15110         (gtk_progress_get_percentage_from_value): 
15111         (gtk_progress_get_current_percentage): 
15112         (gtk_progress_set_percentage): 
15113         (gtk_progress_configure): ensure an adjustment is present.
15114
15115 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
15116
15117         * gtk/gtkcolorsel.[hc]:
15118         * gtk/gtkcolorseldialog.[hc]:
15119         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
15120         their parent implementation, use bit fields for boolean values, don't
15121         create unused widgets, usage of glib types, braces go on their own
15122         lines, function argument alignment, #include directives etc. etc. etc..
15123
15124         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
15125
15126 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
15127
15128         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
15129
15130         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
15131         of NULL.
15132
15133         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
15134         to freed data.
15135         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
15136
15137         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
15138         to NULL when the toplevel is getting destroyed.
15139         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
15140         (gtk_menu_destroy): 
15141         (gtk_menu_init): store the information of whether we have to
15142         readd the initial child ref_count during destruction in a new
15143         GtkMenu field needs_destruction_ref_count.
15144
15145         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
15146         here, those reading: learn from my mistake! ;)
15147         in order for set_?adjustment to support a default adjustemnt if
15148         invoked with an adjustment pointer of NULL, the code read (pseudo):
15149         if (v->adjustment) unref (v->adjustment);
15150         if (!adjustment) adjustment = adjustment_new ();
15151         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
15152         now imagine the first unref to actually free the old adjustment and
15153         adjustment_new() creating a new adjustment from the very same memory
15154         portion. here, the latter comparision will unintendedly fail, and
15155         all hell breaks loose.
15156         (gtk_viewport_set_hadjustment):
15157         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
15158         after unreferencing it.
15159
15160         * gtk/gtkcontainer.[hc]: removed toplevel registration
15161         functions: gtk_container_register_toplevel(),
15162         gtk_container_unregister_toplevel() and
15163         gtk_container_get_toplevels() which had wrong semantics
15164         anyways: it didn't reference and copy the list.
15165
15166         * gtk/gtkwindow.c: we take over the container toplevel registration
15167         bussiness now. windows are registered across multiple destructions,
15168         untill they are finalized. the initial implicit reference count
15169         users are holding on windows is removed with the first destruction
15170         though.
15171         (gtk_window_init): ref & sink and set has_user_ref_count, got
15172         rid of gtk_container_register_toplevel() call. add window to
15173         toplevel_list.
15174         (gtk_window_destroy): unref the window if has_user_ref_count
15175         is still set, got rid of call to
15176         gtk_container_unregister_toplevel().
15177         (gtk_window_finalize): remove window from toplevel list.
15178         (gtk_window_list_toplevels): new function to return a newly
15179         created list with referenced toplevels.
15180         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
15181
15182         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
15183         adjustment a non-construct arg.
15184         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
15185         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
15186         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
15187
15188         * gtk/gtkrange.c: added some realized checks.
15189         (gtk_range_destroy): get rid of the h/v adjustments in the
15190         destroy handler instead of finalize. remove timer.
15191         (gtk_range_get_adjustment): demand create adjustment.
15192
15193         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
15194         we simply create them on demand now and get rid of them in
15195         the destroy handler.
15196         (gtk_viewport_destroy): get rid of the h/v adjustments in the
15197         destroy handler instead of finalize.
15198         (gtk_viewport_get_hadjustment): 
15199         (gtk_viewport_get_vadjustment): 
15200         (gtk_viewport_size_allocate): demand create h/v adjustment
15201         if required.
15202
15203         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
15204         gtk_widget_real_destroy () functionality.
15205         (gtk_widget_real_destroy): reinitialize with a new style, instead
15206         of setting widget->style to NULL.
15207
15208 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
15209
15210         * gtk/gtkcalendar.c:
15211         * gtk/gtkbutton.c: ported _get_type() implementation over to
15212         GType, either to preserve memchunks allocation facilities,
15213         or because Gtk+ 1.0 GtkTypeInfo was still being used.
15214
15215         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
15216         over. prepare for ::destroy to be emitted multiple times.
15217         removed reference tracer magic. chain into GObjectClass.shutdown()
15218         to emit ::destroy signal.
15219
15220         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
15221         fundamental.
15222
15223         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
15224         cludge.
15225
15226         * gtk/gtksocket.c:
15227         * gtk/gtkplug.c:
15228         * gtk/gtklayout.c:
15229         * gtk/gtklabel.c:
15230         * gtk/gtkargcollector.c:
15231         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
15232         not being a fundamental anymore, and to work with the new
15233         type system (nuked fundamental type varargs clutter).
15234
15235         * gtk/*.c: install finalize handlers in the GObjectClass
15236         part of the class structure.
15237         changed direct GTK_OBJECT()->klass accesses to
15238         GTK_*_GET_CLASS().
15239         changed direct object_class->type accesses to GTK_CLASS_TYPE().
15240
15241         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
15242         GType. made most of the GTK_*() type macros and Gtk* typedefs
15243         simple wrappers around macros and types provided by GType.
15244         most notably, a significant portion of the old API vanished:
15245         GTK_TYPE_MAKE(),
15246         GTK_TYPE_SEQNO(),
15247         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
15248         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
15249         GTK_TYPE_ARGS,
15250         GTK_TYPE_CALLBACK,
15251         GTK_TYPE_C_CALLBACK,
15252         GTK_TYPE_FOREIGN,
15253         GtkTypeQuery,
15254         gtk_type_query(),
15255         gtk_type_set_varargs_type(),
15256         gtk_type_get_varargs_type(),
15257         gtk_type_check_object_cast(),
15258         gtk_type_check_class_cast(),
15259         gtk_type_describe_tree(),
15260         gtk_type_describe_heritage(),
15261         gtk_type_free(),
15262         gtk_type_children_types(),
15263         gtk_type_set_chunk_alloc(),
15264         gtk_type_register_enum(),
15265         gtk_type_register_flags(),
15266         gtk_type_parent_class().
15267         replacements, where available are described in ../docs/Changes-1.4.txt.
15268         implemented compatibility functions for the remaining API.
15269
15270         * configure.in: depend on glib 1.3.1, use gobject module.
15271
15272 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
15273
15274         * TODO.xml: Various updates to current status.
15275
15276 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
15277
15278         * gtk.m4: Print out version when test succeeds.
15279
15280 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
15281
15282         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
15283         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
15284         
15285         (Original triangle color selector from Simon Budig
15286         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
15287         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
15288         Santiago <mrcooger@cyberverse.com>)
15289
15290         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
15291         out into a separate widget.
15292
15293         * gtk/testgtk.c: Add some checkbuttons for toggling palette
15294         and opacity controls.
15295
15296 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
15297
15298         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
15299         snuck in prematurely.
15300
15301 2000-05-07  Tor Lillqvist  <tml@iki.fi>
15302
15303         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
15304         had deleted a ! operator by mistake, which caused
15305         GDK_SELECTION_CLEAR events never to be generated, which caused
15306         only the first copy to the clipboard from an gtkeditable to
15307         actually cause a copy to the Windows clipboard.
15308
15309 2000-05-06  Tor Lillqvist  <tml@iki.fi>
15310
15311         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
15312         compilation, too. Current mingw gcc distributions include the
15313         necessary headers. Also the necessary IIDs are now in mingw
15314         headers/libraries, and own definitions unnecessary.
15315
15316         More hacking on OLE2 DND, still doesn't work though, and thus
15317         ifdeffed out.
15318
15319         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
15320         here, too.
15321
15322 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
15323
15324         * gdk/nanox/*: nano-X port work in progress.
15325         * gdk/simple.c: simple test for Gdk.
15326         * README.nanox: notes about the port: read this first!
15327         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
15328         with nano-X.
15329
15330 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
15331
15332         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
15333         gdk_window_clear() into common code, implement in terms of
15334         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
15335         not redirected to the backing rectangle.
15336
15337 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
15338
15339         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
15340         EXTRA_DIST. It does not work well when the file that
15341         everything depends on is not in the tarball.
15342
15343 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
15344
15345         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
15346         with recursion where process_updates() is called from
15347         an expose handler. (GtkTextView is highly broken in
15348         doing this, but it should work, so it is a nice test
15349         case.)
15350
15351 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
15352
15353         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
15354         handle the case where updates are queued during processing of
15355         updates.
15356
15357 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
15358
15359         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
15360         window is on gdk_display - use that instead of segfaulting.
15361
15362 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
15363
15364         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
15365         broken and require an empty arg, give it to them.
15366
15367 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
15368
15369         * gtk/gtklabel.h: indentation fixes.
15370
15371 2000-05-02  Tor Lillqvist  <tml@iki.fi>
15372
15373         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
15374         draw too narrow or too low arcs, they seem to fail, at least with
15375         some display drivers.
15376
15377         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
15378
15379         Large changes to the Win32 backend, partially made necessary by
15380         the changes to the backend-independent internal
15381         structures. Attempts to implement similar backing store stuff as
15382         on X11. The current (CVS) version of the Win32 backend is *not* as
15383         stable as it was before the no-flicker branch was merged. A
15384         zipfile with that version is available from
15385         http://www.gimp.org/win32/. That should be use by "production"
15386         code until this CVS version is usable. (But note, the Win32
15387         backend has never been claimed to be "production quality".)
15388
15389         * README.win32: Add the above comment about versions.
15390
15391         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
15392
15393         * gdk/gdk.def: Update.
15394
15395         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
15396         presumably be replaced by some more better mechanism as 1.4 gets
15397         closer to release shape.
15398
15399         * gdk/makefile.{cygwin,msc}: Update.
15400
15401         * gdk/win32/*.c: Correct inclusions of the backend-specific and
15402         internal headers. Change code according to changes in these. Use
15403         gdk_drawable_*, not gdk_window_* where necessary.
15404
15405         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
15406         our old DND.
15407
15408         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
15409         to interpret single characters as UTF-8. Thanks to Hans Breuer.
15410         Use correct function name in warning messages.
15411
15412         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
15413         GSourceFuncs gdk_event_prepare and gdk_event_check.
15414         (gdk_event_get_graphics_expose): Do implement, use
15415         PeekMessage. Thanks to Hans Breuer.
15416         (event_mask_string): Debugging function to print an GdkEventMask.
15417         (gdk_pointer_grab): Use it.
15418
15419         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
15420         (old) book I used claimed was Hangul actually is CJK Unified
15421         Ideographs Extension A. Also, Hangul Syllables were missing.
15422         Improve logging.
15423
15424         * gdk/win32/gdkgc-win32.c: Largish changes.
15425
15426         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
15427         g_win32_getlocale() from GLib, and not setlocale() to get current
15428         locale name.
15429
15430         * gdk/win32/gdkprivate-win32.h
15431         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
15432         gdkwin32.h, similarily as in the X11 backend.
15433
15434         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
15435         assignment was used instead of equals in if test. Thanks to Hans
15436         Breuer.
15437
15438         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
15439         the X11 version.
15440
15441         * gdk/win32/makefile.{cygwin,msc}
15442         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
15443         path to the Win32 headers that works also with the mingw compiler.
15444
15445         * gtk/gtkstyle.c: Include <string.h>.
15446
15447 2000-04-26  Havoc Pennington  <hp@redhat.com>
15448
15449         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
15450         replacing the broken gtk_label_get ()
15451
15452 2000-04-15  Havoc Pennington  <hp@pobox.com>
15453
15454         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
15455         this keeps scanner scripts from getting confused.
15456
15457         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
15458         data, rather than void
15459
15460 2000-04-15  Tor Lillqvist  <tml@iki.fi>
15461
15462         * gtk/gtkclist.c (gtk_clist_motion)
15463         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
15464         with is_hint FALSE, get x and y from the event. They used to be
15465         used uninitialised. The Win32 backend never sends motion events
15466         marked as hints. This for instance fixes the annoying file and
15467         font selector behaviour in the Win32 version.
15468
15469 2000-04-14  Tor Lillqvist  <tml@iki.fi>
15470
15471         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
15472         gtk_private_n_signals variables, they are used by some software,
15473         sigh.
15474
15475         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
15476         installation directory from the Registry, where the installer
15477         should have put it.
15478
15479 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
15480
15481         * gdk/x11/Makefile.am: Fix problem with installation directory for
15482         gdkx.h
15483
15484         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
15485         <mrcooger@cyberverse.com> so that when selecting menus with the
15486         mouse, the first item will not be selected, but when selecting
15487         with an accelerator, or navigating left-right on a menubar with
15488         the menus popped up, the first item will be selected.
15489
15490 2000-04-05  Dan Damian  <dand@dnttm.ro>
15491
15492         * configure.in: Added "ro" to ALL_LINGUAS.
15493
15494 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
15495
15496         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
15497         indentation.
15498
15499         * Makefile.am (EXTRA_DIST): Fix typo.
15500
15501         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
15502         to catch gdkconfig.h
15503
15504         * gtk/gtkitemfactory.c: Added FIXME.
15505
15506 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
15507
15508         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
15509         s/return_if_fail/return_val_if_fail/g and add a return value.
15510
15511 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
15512
15513         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
15514         merge slipup.
15515
15516         * gdk/gdkinput.h: Fix missing line from merge.
15517
15518 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
15519
15520         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
15521         instead of gdkprivate.h.
15522
15523 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
15524
15525         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
15526         parent class to correctly be GtkDialogClass.
15527
15528 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
15529
15530         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
15531         toplevel windows and their immediate children by their parents,
15532         since the size of toplevel windows is out of our immediate
15533         control and we don't get any real benefit from trying to track
15534         this size for clipping.
15535
15536         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
15537         for input_only windows.
15538
15539         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
15540         to fix some hacks and make sure that we don't try to set the
15541         background of input only windows.
15542
15543 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
15544
15545         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
15546         the _really_ internal stuff, and leave gdkprivate.h for the fake private
15547         stuff that we've traditionally exposed.
15548
15549         * gdk/**.c: Use gdkinternals.h where appropriate.
15550
15551         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
15552         not include gdkprivate-x11.h, move all stuff of conceivable public
15553         interest into gdkx.h; keep all really private stuff in
15554         uninstalled header gdkprivate-x11.h.
15555
15556         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
15557         image->image_put on windows through a new function _gdk_window_draw_image()
15558         to allow us to do backing store for images. (Sort of ugly)
15559
15560         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
15561         contexts locally so that we can offset them properly when drawing 
15562         onto backing pixmaps.
15563
15564         * gdk/gdkinput.h: Reindented
15565
15566         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
15567         pixmap or color for the window, so we can properly initialize
15568         our double-buffer pixmaps, and also so that we temporarily set
15569         a background of None while scrolling.
15570
15571         * gdk/gdkregion.h: Revise region boolean operators to have an
15572         interface that is actually convenient - switch from creating new
15573         regions on every op, to "methods" that modify existing regions
15574         (A = A OP B). 3 argument forms which allow dest == src, would also
15575         be possible, but the current interfaces seem to map nicely
15576         onto what needs to be done. (There is quite a lot of region
15577         code in GDK now.)
15578
15579         * gdk/gdkregion.h: Add constructor from rectangle and a copy
15580         operator.
15581
15582         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
15583         gdkpoly-generic.h: Copy region code from Xlib, switch it over
15584         to 32 bit coordinates, modify it to be mostly GTK+ style
15585         and to have interfaces that match gdkregion.h.
15586
15587         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
15588         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
15589         create a backing pixmap and redirect all drawing to
15590         that backing pixmap until a matching gdk_window_end_paint().
15591
15592         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
15593         Create a special drawable class for GtkWindow's that 
15594         redirects the drawing to the backing pixmap as necessary
15595         and then calls the real operations in _gdk_windowing_window_class.
15596
15597         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
15598         Store invalid region for each window. Generate expose events for invalid
15599         region in an idle. This replaces both the expose compression
15600         and the redrawing queuing in GTK+. It is both more efficient and
15601         simpler than either one individually and far more so then the
15602         combination.
15603
15604         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
15605         Emulate 32 bit coordinates for windows with 16 bit coordinates
15606         by offsetting drawing, guffaw scrolling techniques and
15607         mapping/unmapping child windows as necessary.
15608
15609         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
15610         where, when invalid regions are processed, the region is stored,
15611         and if expose events come in that are detectably duplicate
15612         the processed exposes (by comparison of event serial numbers),
15613         the stored region is subtracted out of those exposes.
15614
15615         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
15616         regions newly exposed when scrolling or resizing windows.
15617         This, combined with forcing processesing of queued invalidated
15618         regions, gives nice flicker-free scrolling.
15619
15620         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
15621         invalidated regions after every scroll.
15622
15623         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
15624         emulation in GDK. Its, for all practical purposes just a
15625         GtkViewport/GtkFixed hybrid now.
15626
15627         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
15628         (16-bit) structures as necessary instead of just casting.
15629
15630         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
15631         in terms of the structures from gdkregion-generic.c, using appropriate
15632         offsets from GDK to X11 coordinates. Cache clip mask and
15633         origin and ts origin locally and only flush to the server
15634         when drawing, to avoid constantly setting and resetting these
15635         values when offsetting GC's for scrolling and backing pixmaps.
15636
15637         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
15638
15639         * gtk/gtkcontainer.c: Call process_all_updates at end
15640         of resizing to reduce flicker. (Avoids having redraw
15641         lag arbitrarily behind resize under some circumstances)
15642
15643         * gtk/gtkentry.c: Remove old backing store code, and simply take
15644         advantage of the new backing store capabilities of GDK.
15645
15646         * gtk/gtkmain.c: Simple implementation of widget backing
15647         store - simply push a paint while handling each expose.
15648         (Should really be configurable widget for widget.)
15649         
15650         * gtk/gtkwidget.c: Remove all the old complicated redraw
15651         code, and simply invalidate the GDK windows from
15652         gdk_window_queue_clear(), etc. (Sigh, so much carefully
15653         debugged complexity ... gone to the winds.)
15654
15655         Remove all the code for suppressing expose events while
15656         resizes are pending; this isn't needed since the invalid
15657         areas won't be processed until after the resizes are
15658         processed, since they are in a lower priority idle.
15659
15660 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
15661
15662         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
15663         and height of dest rectangle for non-intersecting rectangles.
15664
15665 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
15666
15667         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
15668         for GdkRectangle.
15669
15670 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
15671
15672         * gdk/gdk{events,image,private,types,window}.h
15673          gdk/x11/gdkinputprivate.h: Change all coordinates
15674          from int16 to int. Also, Change width and height from
15675          unsigned to signed to avoid all the stupid C 
15676          signedness bugs.
15677
15678 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
15679
15680         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
15681         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
15682         Add some more detailed checking.
15683
15684         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
15685         New function to retrieve the depth of a drawable.
15686
15687         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
15688         field, reorder fields to save memory. 
15689
15690 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
15691
15692         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
15693         of the background image instead of scaling the background down to
15694         a line.
15695
15696         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
15697         which temporarily set slider to wrong size.
15698
15699         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
15700         queue_clear().
15701
15702 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
15703
15704 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
15705
15706         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
15707
15708 2000-03-17  Tor Lillqvist  <tml@iki.fi>
15709
15710         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
15711         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
15712
15713         * gdk/win32/gdkfont-win32.c
15714         * gdk/win32/gdkproperty-win32.c
15715         * gdk/win32/gdkselection-win32.c
15716         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
15717         now declared such.
15718
15719 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
15720
15721         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
15722
15723 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
15724
15725         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
15726         is called without trapping X errors.
15727
15728 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
15729
15730         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
15731         way into the fontset lists.
15732
15733 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
15734
15735         * gtk/gtkthemes.h: add extern "C" scope.
15736
15737 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
15738
15739         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
15740         to make appends to the list constant. (gtk-guy-990901-0.patch)
15741
15742 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
15743
15744         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
15745         for the typename hash table.
15746
15747 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
15748
15749         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
15750         to make sure we never divide by zero. 
15751         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
15752
15753 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
15754
15755         * gtk/gtkfontsel.c: Apply patch from
15756         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
15757         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
15758
15759         Also, some cleanups in atom handling.
15760
15761 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
15762
15763         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
15764         not GtkWidget.
15765
15766 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
15767
15768         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
15769         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
15770         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
15771         more guint wrap-around bugs before going to bed.
15772
15773 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
15774
15775         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
15776         guint wrap arounds in allocation.width.
15777
15778         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
15779         process untill we fit the allocation given.
15780
15781 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
15782
15783         * gtk/gtkwidget.c:
15784         (gtk_widget_unrealize): guard widget access with ref/unref
15785         around signal emission.
15786         (gtk_widget_hide): same here, but also check its destroyed
15787         state before queueing a resize.
15788
15789 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
15790
15791         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
15792         of gtk_default_insensitive_bg as insensitive base color.
15793
15794         * gtk/gtktext.c (gtk_text_style_set): set the background color according
15795         to the widget's state.
15796         (gtk_text_realize): same here.
15797         (gtk_text_state_changed): same here.
15798         (draw_bg_rect): compare background color against base[] from
15799         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
15800
15801 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
15802
15803         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
15804         grabs are active, unless a delete event is send to the toplevel
15805         of the currently grab holding widget.
15806
15807 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
15808
15809         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
15810         debugging g_print's.
15811
15812 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
15813
15814         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
15815         ever make the scrolled-window requisition ever depend on the 
15816         visibility state of the scrollbars for the AUTOMATIC policy. 
15817         This breaks the GTK+ requisition model, and causes loops.
15818
15819 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
15820
15821         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
15822         the default font to avoid problems with XFree86-4.0 where the
15823         default charset is iso10646-1, not iso8859-1.
15824
15825 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
15826
15827         * acinclude.m4
15828         * config.guess
15829         * config.sub
15830         * ltconfig
15831         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
15832
15833         * gtk/Makefile.am: minor cosmetic consistency tweak
15834
15835 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
15836
15837         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
15838         the activate_time to 0, so that we handle a quick
15839         press/release press/release properly and don't suppress
15840         the second release. (Red Hat bug #7545)
15841
15842 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
15843
15844         * gtk/gtkctree.c (row_delete):
15845         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
15846         bugs with destruction notifier, *always* update internal
15847         structures *before* calling user code.
15848
15849 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
15850
15851         A few more fixes for bug #5487, #2051, #2677.
15852         * gtk/gtkclist.c : 
15853         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
15854         not GDK_BUTTON_PRESS.
15855         (resync_selection): resync only if selection_mode is
15856         GTK_SELECTION_EXTENDED
15857         * gtk/gtkctree.c (resync_selection): same here
15858
15859 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
15860
15861         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
15862         gdk_drag_get_selection() and gtk_menu_detach().
15863
15864         [ From Jeroen Ruigrok/Asmodai ]
15865
15866 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
15867
15868         * gtk/gtknotebook.c (gtk_notebook_size_request): 
15869         page->tab_label can be NULL.
15870
15871 2000-01-25  Havoc Pennington  <hp@pobox.com>
15872         
15873         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
15874         arg is boolean
15875
15876         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
15877
15878         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
15879
15880         * gdk/gdkproperty.c (gdk_property_get): return boolean
15881
15882         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
15883
15884         * gdk/gdkim.c (gdk_im_ready): return boolean
15885
15886         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
15887
15888         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
15889         glib clash, should fix glib)
15890
15891         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
15892         (gdk_get_show_events): return gboolean, and canonicalize 
15893         to TRUE/FALSE
15894
15895         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
15896         colormap is private
15897         (gdk_colors_alloc): gboolean whether to be contiguous
15898         (gdk_color_equal): return gboolean since we are a predicate
15899         and not a qsort() (this looks semi-wrong due to glib breakage,
15900         IMO glib should be fixed)
15901         
15902         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
15903         (gdk_get_use_xshm): return gboolean
15904         (gdk_pointer_is_grabbed): return gboolean
15905
15906         * gdk/gdk.h: Change prototypes to match all the above changes,
15907         and re-run egtk-format-protos as required.
15908
15909 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
15910
15911         * gtk/gtkctree.c (resync_selection): 
15912         * gtk/gtkclist.c (resync_selection):
15913
15914         Return immediately if clist->drag_pos < 0. This is a workaround
15915         for the corrupt state that the clist gets into when a
15916         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
15917
15918         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
15919         
15920         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
15921         variable from recent commit.
15922
15923 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
15924
15925         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
15926
15927 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
15928
15929         * gtk/Makefile.am: prefix all autogenerated source that get build in
15930         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
15931         in builddir. since we subsequently cd into srcdir for autogeneration,
15932         the paths have to be stripped from the target file names, thusly we
15933         use $(@F) as target names now.
15934         put a comment about configure.in's --disable-rebuilds option,
15935         which can be used for non-writable source directories, for development
15936         setups though, srcdir has to be *writable*.
15937
15938 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
15939
15940         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
15941           Finish the job of allowing event to be NULL.
15942           (Fixes bug #4283, reported by Chris Blizzard)
15943
15944         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
15945           things so that the cursor appears on screen, properly
15946           take into account INNER_BORDER.
15947           (Fixes bug #4754, reported by Antonio Campos)
15948
15949 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
15950
15951         * gtk/gtknotebook.c (gtk_notebook_map): Don't
15952           show the tab_label unless it itself is visible.
15953
15954           gtk/gtknotebook.c (gtk_notebook_size_request):
15955           Do a better job of making sure that the visibility
15956           of the tab label corresponds to whether it should
15957           be mapped or not.
15958
15959 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
15960
15961         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
15962           Use the requisition, not the allocation, since the
15963           allocation has not necessarily been computed yet.
15964           (Pointed out by Eugene Osintsev)
15965
15966 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
15967
15968         * gtk/gtkstyle.c (gtk_style_new): Dont' set
15969           style/base[GTK_STATE_INSENSITIVE] both to
15970           gtk_default_insensitive_bg!
15971           (Bug #2187, reported by Jonathan Blandford)
15972
15973         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
15974           Add Alt_L, Alt_R to list of invalid accelerators.
15975           (Bug #3736, reported by Vlad Harchev)
15976
15977 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
15978
15979         * gtk/gtkfilesel.c (open_ref_dir): Fix several
15980         bugs which occured after an attempt to open 
15981         invalid home directory left cmpl_state->reference_dir == NULL.
15982
15983          - completion on files in home directory didn't work
15984          - completion on an empty string caused  segfault
15985
15986          (Bug #3678, reported by Steve Ratcliffe)
15987
15988         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
15989         cut and paste error that was causing scales to
15990         be incorrectly positioned.
15991         (Bug #2956,
15992          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
15993
15994 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
15995
15996         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
15997         when checking for dcgettext, if we've found we needed
15998         it for dgettext.
15999 +
16000 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
16001
16002         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
16003         queue_clear on NO_WINDOW widgets during a reparent,
16004         since at that point the window and widget heirarchies
16005         are out of sync. This stops crashing in some cases
16006         (the scrolled window reparent test, for instance), and
16007         _probably_ won't cause drawing errors.
16008
16009         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
16010         test do what it was supposed to do and be robust against
16011         window closings, etc. (Bug #2443)
16012
16013 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
16014
16015         * gtk/gtkentry.c: Fix return values on mouse events.
16016         (Bug #2686, Sky <seb_sky@yahoo.com>)
16017
16018         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
16019         (pointed out by George Lebl)
16020
16021         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
16022         (From Ettore Perazzoli  <ettore@helixcode.com>)
16023  
16024 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
16025
16026         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
16027         clicks between rows or outside calender area correctly.
16028         (Patch from Damon Chaplin)
16029
16030         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
16031         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
16032           Call destroy function when overwriting existing data. 
16033           (Pointed out by Damon Chaplin)
16034
16035 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
16036
16037         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
16038           which was causing problems on various systems with Xmu.
16039           This hasn't been needed for a very long time.
16040           (Fixes #1185 3167)
16041
16042 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
16043
16044         * gdk/gdki18n.h: Include <ctype.h> when defining
16045           gdk_isw* in terms of is* as a fallback.
16046           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
16047
16048 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
16049
16050         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
16051           realize the widget when it is size allocated!
16052           (old, old bug)
16053
16054         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
16055           Removed unused call to gdk_window_get_size() that
16056           showed up when the above was fixed.
16057
16058 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
16059
16060         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
16061           fix up widget->window when the widget is a
16062           NO_WINDOW container widget.
16063
16064 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
16065
16066         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
16067           to account for the fact that feof() does _not_ 
16068           return TRUE on errors, and thus avoid infinite loops
16069           when trying to use gdk_pixmap_create_from_xpm()
16070           on unreadable values.
16071
16072 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
16073
16074         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
16075
16076 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
16077
16078         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
16079           gdk_gc_set_dashes to take gint8 instead of gchar to
16080           make it clearer that it is _not_ a NULL terminated string.
16081
16082         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
16083           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
16084           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
16085           arguments.
16086
16087 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
16088
16089         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
16090         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
16091         background size relative to our allocation, guard against small
16092         allocations, we may have not yet been size allocated.
16093
16094 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
16095
16096         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
16097         not just version == 3. We implement all 3 + most of 4 - 
16098         (we don't support matching text/plain;charset=iso-8859-1
16099         to a dest that expects text/plain). We'll still advertise
16100         3 to be safe, but any client implementing version >= 3
16101         must interoperate with 3.
16102         
16103 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
16104
16105         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
16106         background and gc members, add a warning in gtk_tooltips_set_color()
16107         indicating that this function is deprecated.
16108
16109 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
16110
16111         * docs/gtkfaq.sgml: FAQ Update:
16112           - Minor cleanups (Emmanuel, me)
16113           - New questions:
16114                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
16115                 How can I retrieve the text from a GtkMenuItem? (timj)
16116                 How do I validate/limit/filter the input to a GtkEntry? (me)
16117                 Memory does not seem to be released when I free the list
16118                         nodes I've allocated (timj)
16119
16120 2000-03-07  Tor Lillqvist  <tml@iki.fi>
16121
16122         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
16123         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
16124         for which it is no use to call GetLastError onWin9x.
16125         (gdk_other_api_failed) New function, for general error
16126         reporting without calling GetLastError.
16127         (gdk_win32_api_failed) OTOH, this function always calls
16128         GetLastError. (gdk_win32_last_error_string) Remove this function,
16129         GLib has the equivalent now.
16130
16131         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
16132         call them with function name, file name and line number in the
16133         arguments.
16134
16135         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
16136         functions.
16137         
16138         * gtk/gtk.def: Add some missing entry points.
16139
16140         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
16141         gtk_paned_set_gutter_size, which don't exist any longer, as void.
16142         
16143         Fixes by Hans Breuer:
16144
16145         * gdk/makefile.msc: Update for debugging.
16146
16147         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
16148         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
16149         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
16150         in the dash_list.
16151
16152         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
16153         the x11 backend.
16154
16155         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
16156
16157         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
16158
16159 2000-03-04  Tor Lillqvist  <tml@iki.fi>
16160
16161         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
16162         just pixel value of background colour.
16163
16164         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
16165         containing code snippet previously duplicated in a couple of
16166         places.
16167         
16168         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
16169         gdk_colormap_color.
16170
16171         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
16172         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
16173         events for autorepeated Shift, Control and Alt keys. Use
16174         gdk_colormap_color.
16175
16176         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
16177         pointer is inside the window the cursor of which we are setting,
16178         call SetCursor immediately.
16179
16180         * gdk/win32/makefile.cygwin
16181         * gtk/makefile.cygwin: If we don't have the build number stamp
16182         file, use zero.
16183
16184         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
16185         gtk_paned_set_gutter_size as empty.
16186
16187         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
16188         
16189 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
16190
16191         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
16192           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
16193           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
16194           docs/gtk_tut.sgml docs/gtk.texi TODO:
16195
16196           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
16197
16198 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
16199
16200         * gtk/gtkcalendar.c: Implement num_marked_dates,
16201           and don't emit mutiple day_selected signals on
16202           month_prev.
16203
16204 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
16205
16206         * docs/make-todo (lineno): let title and logo be configurable so
16207         that GNOME can use this script too.
16208
16209         * TODO.xml: added logourl and a title
16210
16211 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
16212
16213         * TODO.xml: Added some UI items, and an explanatory
16214         comment at the top of the file.
16215
16216 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
16217
16218         * TODO.xml: some updates, added abunch of new entries.
16219         a note for those fiddeling with this file, when done
16220         with it, invoke:
16221         $ ./docs/make-todo TODO.xml >/dev/null
16222         and correct output errors before comitting changes.
16223
16224 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
16225
16226         * TODO.xml: Added XML-structured TODO file.
16227         * docs/make-todo: python script to turn TODO.xml into
16228           pretty XML output. 
16229
16230 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
16231
16232         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
16233         the function to let it draw the seven dots, instead of the old,
16234         much maligned, method.
16235         (draw_dot): New function to draw a dot.
16236
16237         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
16238         to draw the handle inside the border width as opposed to outside.
16239         Use paint function instead of gdk_draw_point.
16240
16241         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
16242         to draw the handle inside the border width as opposed to outside.
16243         Use paint function instead of gdk_draw_point.
16244
16245         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
16246         Change indenting to be more GTK like.
16247
16248 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
16249
16250         * docs/gtk_tut.sgml: New section on GtkCalendar
16251         * examples/calendar: Update example code
16252
16253 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
16254
16255         * docs/gtkfaq.sgml: FAQ Update
16256
16257 2000-02-19  Anders Carlsson  <andersca@gnu.org>
16258
16259         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
16260         to prevent the scroll event to be propagated upwards.
16261
16262 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
16263
16264         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
16265         OwnerGrabButtonMask from button entries for
16266         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
16267
16268         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
16269         to the event mask (which will result in button/press release
16270         being added to the event mask on Unix) so scrolling works
16271         for layouts in scroll windows.
16272
16273         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
16274
16275         Patch from Anders Carlsson  <andersca@gnu.org> to add
16276         a scroll event.
16277
16278         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
16279         scrolling to the "Test Scrolling" part of testgtk.
16280  
16281         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
16282  
16283         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
16284         it against GDK_SCROLL.
16285  
16286         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
16287         way of mouse wheel scrolling.
16288  
16289         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
16290  
16291         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
16292  
16293         * gtk/gtkmain.c: Removed previous mouse wheel hack.
16294  
16295         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
16296         gdk_event_mask_table.
16297  
16298         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
16299         GdkEventScroll handler.
16300  
16301         * gdk/gdkevents.h: Added GdkEventScroll structure.
16302  
16303 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
16304
16305         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
16306         and Anders Carlsson to change the Paned widgets so that they
16307         can be dragged from anywhere along the length. Also change
16308         the way that this is drawn to make this apparent.
16309
16310         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
16311         from George Lebl to check that option_menu->menu is present
16312         before getting history.
16313
16314 2000-02-14  Tor Lillqvist  <tml@iki.fi>
16315
16316         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
16317         before the assertion for non-NULL segment list.
16318
16319         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
16320         Seems that pattern brushes *must* be 8x8 pixels! At least on my
16321         machine, but it might be display driver dependent. Sigh, so make
16322         sure the stipple is that size. Does Windows suck or what?
16323
16324         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
16325         places.
16326
16327 2000-02-13  Havoc Pennington  <hp@pobox.com>
16328
16329         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
16330         refcount to 1
16331         (gdk_cursor_new): init refcount to 1
16332
16333         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
16334
16335 2000-02-13  Tor Lillqvist  <tml@iki.fi>
16336
16337         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
16338         so that we don't have to do unnecessary settings to the HDC.
16339
16340         * gdk/win32/gdkdrawable-win32.c
16341         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
16342         gdk_gc_predraw.
16343
16344         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
16345         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
16346         GDI paths, call WidenPath to get the outline of the stroken path,
16347         and then fill the outline (with the brush that was built from the
16348         stipple).
16349
16350         * gdk/win32/gdkgc-win32.c: Factor out common code from
16351         _gdk_win32_gc_new and gdk_win32_gc_set_values into
16352         gdk_win32_gc_values_to_win32values. Use correct colour for
16353         SetBkColor() (Until now the code actually used a random colour in
16354         the call to SetBkColor()... but that didn't show up as not many
16355         GDI APIs use the background colour. Pattern (opaque stippled)
16356         brushes do.)
16357
16358         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
16359         gdk_win32_api_failed): New functions for error logging.
16360
16361         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
16362         WIN32_API_FAILED to call them, passing function or file name and
16363         line number.
16364
16365         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
16366
16367         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
16368         GdkColor for foreground and background in GdkGCWin32Data.
16369
16370         * gdk/makefile.cygwin: Link in the resource object separately.
16371
16372         * gdk/win32/rc/gdk.rc
16373         * gtk/gtk.rc (New file)
16374         * gdk/win32/makefile.cygwin
16375         * gtk/makefile.cygwin: Update build number in DLLs automatically,
16376         as in GLib.
16377
16378 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
16379
16380         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
16381         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
16382         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
16383         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
16384         parameters given and cursor->ref_count. coding style fixups.
16385
16386         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
16387         not GtkWidget.
16388         
16389         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
16390         fix up widget macros and add _GET_CLASS() variant.
16391         
16392         * gtk/*.c: some GtkType fixups.
16393
16394 2000-02-09  Tor Lillqvist  <tml@iki.fi>
16395
16396         * gdk/win32/gdkproperty-win32.c
16397         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
16398         were reversed.
16399
16400 2000-02-04  Tor Lillqvist  <tml@iki.fi>
16401
16402         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
16403         g_filename_to_utf8 to convert the font names Windows gives us from
16404         whatever is the default codepage to UTF-8.
16405         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
16406         in the other direction.
16407
16408         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
16409         error in debugging output.
16410
16411 2000-02-02  Tor Lillqvist  <tml@iki.fi>
16412
16413         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
16414         and height parameters to gdk_window_clear_area(). Not minus one.
16415
16416 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
16417
16418         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
16419         checks if the widget passed to gtk_drag_get_data() was not the
16420         dest widget.
16421
16422 2000-02-01  Tor Lillqvist  <tml@iki.fi>
16423
16424         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
16425         g_filename_from_utf8 functions (which were added a moment ago to
16426         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
16427         size buffers.
16428
16429         gtk_file_selection_get_filename returns the filename in the C
16430         runtime encoding. It calls g_filename_from_utf8, but copies the
16431         returned string to a static buffer, which is returned. I think
16432         this is better than returning the result from g_filename_from_utf8
16433         directly, which would mean all apps that use it would have to free
16434         the return value. Or should this function care about this issue at
16435         all? Maybe a new function with clearly defined semantics.
16436
16437         * gtk/gtkfilesel.h: Add comment about
16438         gtk_file_selection_get_filename returning the filename in the C
16439         runtime's encoding.
16440
16441         * README.win32
16442         * gdk/gdk.def
16443         * gdk/makefile.{cygwin,msc}
16444         * gtk/gtk.def: Updates.
16445
16446         * gdk/gdkcursor-win32.c: Initialise refcount.
16447
16448 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
16449
16450         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
16451
16452 2000-01-30  Havoc Pennington  <hp@pobox.com>
16453
16454         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
16455         destroy
16456
16457         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
16458
16459         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
16460         implemented in platform-specific code
16461
16462         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
16463
16464         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
16465         underscore in front
16466
16467         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
16468         put an underscore in front
16469
16470         * gdk/gdkcursor.c: new file, implements
16471         gdk_cursor_ref/gdk_cursor_unref
16472
16473         * gdk/gdkcursor.h: Refcount GdkCursor
16474
16475         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
16476
16477 2000-01-29  Tor Lillqvist  <tml@iki.fi>
16478
16479         * gdk/gdkwindow.h
16480         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
16481
16482 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
16483
16484         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
16485         structures to properly inherit from GtkWidget not GtkBin.
16486
16487 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
16488
16489         * gtk+.spec.in: Added lib/gtk+/include/* to %files
16490         (bug #5178 - Peter Wainright)
16491         
16492         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
16493         so that it will be installed.
16494         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
16495
16496 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
16497
16498         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
16499         for the GtkStyleClass vtable const.
16500
16501         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
16502         take a const string argument like GtkTranslateFunc. This will
16503         require changes in use code.
16504
16505 2000-01-19  Tor Lillqvist  <tml@iki.fi>
16506
16507         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
16508         semantics (to mimic the X11 backend, which just calls XClearArea)
16509         is to check for zero width (and height), and in that case use the
16510         window's width minus x (height minus y). This fixes for instance
16511         some redraw problems with gtkclist, which were easily noticeable
16512         in the gtk file selection widget.
16513
16514         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
16515         windows.
16516
16517 2000-01-13  Tor Lillqvist  <tml@iki.fi>
16518
16519         * configure.in
16520         * gdk/Makefile.am
16521         * gdk/x11/Makefile.am
16522         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
16523         (bug #5177).
16524         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
16525         out later.
16526
16527 2000-01-09  Tor Lillqvist  <tml@iki.fi>
16528
16529         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
16530         WM_MOVE for iconified or invisible windows. This fixes various
16531         problems when minimising windows. Thanks to Bernd Herd.
16532
16533 2000-01-05  Tor Lillqvist  <tml@iki.fi>
16534
16535         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
16536         backend's draw_lines method, not draw_points.
16537
16538 2000-01-02  Tor Lillqvist  <tml@iki.fi>
16539
16540         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
16541         before Owen's reorganisation: Don't have queued_events and
16542         queued_tail statics in this file, but use gdk_queued_events and
16543         gdk_queued_tail. This makes exposure event compression work again.
16544
16545         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
16546         seem to be needed?
16547
16548 1999-12-30  Tor Lillqvist  <tml@iki.fi>
16549
16550         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
16551         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
16552         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
16553         doesn't do anything.
16554
16555         * gdk/gdk.def: Add gdk_xid_table_insert.
16556
16557         * gdk/win32/gdkprivate-win32.h
16558         * gdk/win32/gdkevents-win32.c
16559         * gdk/win32/gdkinput-win32.c
16560         
16561         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
16562         extension_events field in the GdkWindowWin32Data struct. Use only
16563         the extension_events field in GdkWindowPrivate. Previously one was
16564         set, and the other one tested, which broke tablet
16565         functionality. Thanks to Keishi Suenaga for pointing this out.
16566
16567 1999-12-18  Tor Lillqvist  <tml@iki.fi>
16568
16569         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
16570         When handling a single character (text length == 1), don't handle
16571         it as if it was UTF-8.
16572
16573 1999-12-11  Tor Lillqvist  <tml@iki.fi>
16574
16575         * Makefile.am: Distribute README.win32.
16576         
16577         * gdk/Makefile.am
16578         * gdk/win32/Makefile.am: Distribute Win32 files.
16579
16580         * gdk/makefile.msc: New file.
16581
16582         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
16583         after label).
16584
16585         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
16586         gdk_error_code as GDKVAR, as they are referred outside GDK.
16587
16588         * gdk/win32/makefile.msc: Update.
16589
16590         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
16591         tweaks. Check only if at least one of those Unicode subrange bits
16592         we care for is set. If no code page bits are set, guess (wildly)
16593         based on the charset.
16594
16595         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
16596
16597         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
16598         non-NULL.
16599
16600         * gtk/gtkdnd.c
16601         * gtk/gtklayout.c
16602         * gtk/gtkplug.c
16603         * gtk/gtkselection.c
16604         * gtk/gtksocket.c
16605         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
16606         appropriate. There must be a cleaner way to handle this?
16607
16608         * gtk/gtkrc.c: Must include windows.h on Win32.
16609
16610         * gtk/testgtk.c: No need to include gdkx.h.
16611
16612         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
16613
16614 1999-12-07  Tor Lillqvist  <tml@iki.fi>
16615
16616         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
16617         the rbearing is set to the same as the width, but this should be
16618         fixed.
16619
16620 1999-12-06  Tor Lillqvist  <tml@iki.fi>
16621
16622         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
16623         function. If Windows doesn't tell us what Unicode subranges a font
16624         covers, guesstimate based on the codepages it covers. This will
16625         hopefully help those Windows versions or fonts that don't give us
16626         any useful Unicode subrange information with GetTextCharsetInfo.
16627         Call this function in gdk_font_load_internal.
16628
16629         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
16630         minor changes.
16631
16632 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
16633
16634         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
16635         New function, long needed.
16636
16637 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
16638
16639         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
16640         only_if_exists argument of gdk_atom_intern to
16641         bool.
16642
16643 1999-11-25  Tor Lillqvist  <tml@iki.fi>
16644
16645         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
16646         Fix two copy&paste errors.
16647
16648         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
16649         win32 has changed.
16650
16651         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
16652         GdkWin32SingleFont struct.
16653
16654         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
16655         subranges of loaded fonts. Clear font signature first, in case
16656         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
16657         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
16658
16659         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
16660         Unoffset clip region.
16661
16662 1999-11-23  Tor Lillqvist  <tml@iki.fi>
16663
16664         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
16665         event->any.window before calling filter functions.
16666
16667 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
16668
16669         * gtk/gtkgamma.h: Adapt cast macros to standard.
16670
16671 [ Merges from 1.2 ]
16672
16673 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
16674
16675         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
16676         If translation does not include a '/', use entire
16677         translation instead of crashing.
16678
16679 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
16680
16681         * docs/gtk_tut.sgml:
16682         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
16683
16684 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
16685
16686         * gtk/gtkselection.c (gtk_target_list_remove): Use
16687         g_list_remove_link, not g_list_remove.
16688
16689         [ From Geert Bevin <gbevin@thunderstorms.org> ]
16690         
16691 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
16692
16693         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
16694         statement upon unselection (how the heck did that slip in?).
16695
16696 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
16697
16698         * gtk/gtktext.c (gtk_text_freeze): 
16699         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
16700         in frozen state (and aparently crashes). patch provided by Anders
16701         Melchiorsen <and@kampsax.dtu.dk>.
16702
16703 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
16704
16705         * fix insensitive default/focus widget activation,
16706         reported by Matt Goodall <mgg@isotek.co.uk>.
16707
16708         * gtk/gtkwindow.c (gtk_window_key_press_event): 
16709         (gtk_window_activate_default):
16710         (gtk_window_activate_focus):
16711         return handled=FALSE for actiavtion of insensitive default
16712         widgets. return handled=TRUE for activation of insensitive
16713         focus widgets. don't activate in either case.
16714
16715 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
16716
16717         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
16718         and $glib_cflags to match library order and in the
16719         theory that an old version of GLib is more likely to
16720         be in the include directory for X then vice-versa.
16721         (Bug #2776)
16722
16723 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
16724
16725         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
16726         to determine the locale for fontsets, not LC_MESSAGES;
16727         the user may want English messages with a handling
16728         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
16729         will still be broken) (Bug #2891)
16730
16731 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
16732
16733         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
16734
16735 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
16736
16737         * gtk/gtkrc.ko: Changed the Korean default fontset.
16738
16739 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
16740
16741         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
16742         where when scrolling to the left or top double exposes
16743         were done, causing major slowdowns.
16744
16745 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
16746
16747         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
16748         names to lowercase and alphanumeric, before looking
16749         them up.
16750
16751         * gtk/Makefile.am: Install codeset variant gtkrc files
16752         with normalized names.
16753
16754 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
16755
16756         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
16757         popup menus when the menu is already visible, but its parent
16758         is still hidden, (happens after tornoff window got hidden).
16759
16760 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
16761
16762         * gtk/Makefile.am (install-data-local): Fix
16763         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
16764         deleted, causing error messages on install.
16765
16766 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
16767
16768         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
16769         the handle as well, since we now sometimes ignore
16770         exposes on the handle while resizing.
16771
16772 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
16773
16774         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
16775         extra g_free introduced in one of the last one or two 
16776         commits.
16777
16778 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
16779
16780         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
16781         consistent, put each style that a gtkrc.* file creates
16782         in a unique namespace, remove old files before installing.
16783
16784 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
16785
16786         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
16787         gtk_rc_init is called multiple times. (Yes, people who
16788         do that have bugs in their code.)
16789
16790 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
16791
16792         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
16793         Remove it since it's generated by the Makefile anyway
16794
16795 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
16796
16797         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
16798         device->info.axes for core pointer.
16799
16800 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
16801
16802         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
16803         idle_id, to deal with obsolete, broken C libraries.
16804
16805 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
16806
16807         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
16808         allocation->x/y twice!
16809
16810         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
16811         consistent with gtk_vscale_pos_trough().
16812
16813 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
16814
16815         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
16816         be queueing a resize on a toplevel container between
16817         the time we show it and when we map it. So, we need
16818         to test GTK_WIDGET_VISIBLE() for toplevels, and only
16819         use GTK_WIDGET_DRAWABLE() for child windows.
16820
16821 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
16822
16823         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
16824         (fixes bug #2144)
16825
16826 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
16827
16828         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
16829         container DRAWABLE (instead of VISIBLE), so we don't queue
16830         resizes on non-toplevel containers.
16831
16832 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
16833
16834         * gtk/gtkselection.[ch]: Make the data argument
16835         const guchar *.
16836
16837 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
16838
16839         * gtk/gtkwindow.c: Try to behave sensibly if 
16840         the focus widget is the window itself. (Should
16841         we allow this at all?)
16842
16843 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
16844
16845         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
16846         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
16847         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
16848         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
16849         in prototypes and implementations consistent (Tomas Ogren).
16850
16851         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
16852         before the widget is unparented (reported by damon).
16853
16854         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
16855         since we provide unsigned data anyways.
16856
16857 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
16858
16859         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
16860         the call to gtk_tooltips_layout_text() until later.
16861
16862         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
16863         Call gtk_widget_ensure_style() before using the style.
16864
16865 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
16866
16867         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
16868         for old widgets that don't propagate draws to all
16869         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
16870
16871 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
16872
16873         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
16874         for a redraw but just the widget that requested the resize.
16875
16876 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
16877
16878         * gtk/gtkcontainer.c: added new widget level method
16879         gtk_container_set_reallocate_redraws() and a GtkContainer flag
16880         reallocate_redraws : 1 to reflect the setting, exported this through
16881         the argument system as a boolean ::reallocate_redraws.
16882
16883         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
16884         on the widget because the allocation changes, do so as well for
16885         widget->parent if the parent has reallocate_redraws set to TRUE.
16886         with that containers requesting reallocation redraws get automatically
16887         redrawn if their children changed allocation (this unfortunately
16888         affects also other children that didn't change allocation, but we
16889         cannot work around that before 1.3).
16890
16891 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
16892
16893         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
16894         _and_ height are >0 (not _or_).
16895
16896         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
16897         instead of gtk_container_queue_resize(), which is a core gtk internal
16898         function (must have been on crack when i queued that).
16899
16900         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
16901         we can check more reliably if we want to discard expose events.
16902         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
16903         flag.
16904         
16905         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
16906         we simply trust these events. for deciding whether to discard exposes,
16907         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
16908         
16909 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
16910
16911         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
16912         queues of areas that are completely off screen.
16913
16914         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
16915         logic for handleboxes.
16916
16917         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
16918         check on width/height.
16919
16920 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
16921
16922         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
16923         we are fine with using $@ the way we do (if we actually encounter
16924         brokeness with $@ in VPATH builds because of additional path prefixes,
16925         we need to use $(@F) actually).
16926
16927 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
16928
16929         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
16930         short lived bugs, that would allow language bindings to do surgeries
16931         to our guts.
16932
16933 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
16934
16935         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
16936         where comparison was being done against an uninitialized
16937         value causing intermittant results depending on
16938         compiler flags. Also make it clearer that we aren't
16939         ever initializing the child as 0x0 (though this will
16940         be caught in gtk_widget_size_allocate())
16941
16942 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
16943
16944         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
16945         gtk_window_unset_transient_for() call after we do checks
16946         involving the old transient parent.
16947         [ From Lance Capser <lmc@cyberhighway.net> ]
16948
16949 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
16950
16951         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
16952         an empty file.
16953
16954 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
16955
16956         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
16957         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
16958
16959 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
16960
16961         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
16962         `$@' is valid only in the build dir, not after we've done 
16963         `cd $srcdir'.  Also use `test -f' instead of less portable
16964         `test -e'.
16965
16966 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
16967
16968         * gtk/gtktext.c (correct_cache_insert): Rewrite
16969          for simplicity, and hopefully correctness.
16970          (Fixes bug #1322, which was a segfault when
16971           on some insertions with the properties around
16972           the insertion set up just wrong.)
16973
16974         * gtk/gtktext.c (gtk_text_adjustment): When we receive
16975          a "changed" signal, clamp the new value to the adjustment
16976          bounds to avoid segfaulting if someone tries to change
16977          the adjustment to a bogus value. (Bug #1795)
16978
16979 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
16980
16981         * gtk/gtkmain.c: Ignore unexpected destroy notifies
16982         for children, for toplevel windows handle them
16983         like delete_event.
16984
16985         * gtk/gtkplug.c: Add an unrealize handler so that
16986         we unref plug->socket_window when we are done
16987         with it.
16988
16989 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
16990
16991         * gtk/gtktext.c (clear_area): Fix stupid signedness
16992          problem that was causing background to sometimes
16993          be misaligned.
16994
16995 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
16996
16997         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
16998         
16999         * gtk/gtkmenu.c (gtk_menu_position): Make
17000          sure we never position menus with negative x, y,
17001          since gtk_widget_set_uposition() can't handle that.
17002
17003         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
17004          Modify the positioning code a bit so that we always
17005          put the top-left corner onscreen. (This is for
17006          UI reasons, gtk_menu_position() now takes care of
17007          gtk_widet_set_uposition() brokeness.)
17008
17009 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
17010
17011         * gtk/Makefile.am: fixed up things for -jx, x > 1.
17012
17013 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
17014
17015         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
17016           RC style that is passed in. The lack of the ref
17017           before was a bug. If people worked around this
17018           bug, this will introduce a slight memory leak
17019           in their code. The code should typically look like:
17020
17021             rc_style = gtk_rc_style_new ();
17022             [...]
17023             gtk_widget_modify_style (widget, rc_style);
17024             gtk_rc_style_unref (rc_style);
17025
17026         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
17027           the style if it was already set.
17028
17029         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
17030           style if it was set before.
17031
17032 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
17033
17034         * gtk/testgtk.c (main): Add a check to see if we
17035           are being run from the correct directory and
17036           to quit nicely if we are not.
17037
17038         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
17039           static.
17040
17041 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
17042
17043         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
17044
17045         * gtk/gtkwindow.c:
17046         queue resizes unconditionally (gtk_widget_queue_resize will figure
17047         what to do if the window is not realized).
17048         (gtk_window_move_resize): only recenter the window
17049         for GTK_WIN_POS_CENTER_ALWAYS.
17050         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
17051         the same way as GTK_WIN_POS_CENTER.
17052
17053 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
17054
17055         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
17056         with (!(info->last_flags & GDK_HINT_POS)) instead of
17057         (!info->last_flags & GDK_HINT_POS).
17058
17059         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
17060         new_height unconditionally, because we use these values even if
17061         !default_size_changed && !hints_changed.
17062         comented the (default_size_changed || hints_changed) case with
17063         respect to resize rejects from the window manager.
17064
17065         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
17066         in the zvt condition hack, since this includes the window hints, set
17067         the hints after the handling_resize case.
17068
17069         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
17070         window is initially shown with to the geometry.
17071
17072 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
17073
17074         * gtk/gtkwindow.c (gtk_window_move_resize):
17075         s/size_changed/default_size_changed/g so i know what's
17076         really going on (frying brain on smaller flame now).
17077
17078 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
17079
17080         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
17081         we have size_changed upon handling_resize. this is a gross
17082         workaround for the broken zvt widget and should be removed in
17083         1.3 again (search for FIXME).
17084         Owen provided an accurate comment for this:
17085
17086         /* We could be here for two reasons
17087          *  1) We coincidentally got a resize while handling
17088          *     another resize.
17089          *  2) Our computation of size_changed was completely
17090          *     screwed up, probably because one of our children
17091          *     is broken. It's probably a zvt widget.
17092          *
17093          * For 1), we could just go ahead and ask for the
17094          * new size right now, but doing that for 2)
17095          * might well be fighting the user (and can even
17096          * trigger a loop). Since we really don't want to
17097          * do that, we requeue a resize in hopes that
17098          * by the time it gets handled, the child has seen
17099          * the light and is willing to go along with the
17100          * new size. (this happens for the zvt widget, since
17101          * the size_allocate() above will have stored the
17102          * requisition corresponding to the new size in the
17103          * zvt widget)
17104          *
17105          * This doesn't buy us anything for 1), but it shouldn't
17106          * hurt us too badly, since it is what would have
17107          * happened if we had gotten the configure event before
17108          * the new size had been set.
17109          */
17110
17111 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
17112
17113         * gtk/gtkrc.c: deal properly with the fact that RC
17114           style lists may include rc styles more than once.
17115
17116         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
17117           unused static function.
17118
17119         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
17120           stack of directories of RC files currently being
17121           parsed and implicitely add them to pixmap path.
17122           
17123           This fixes a bug where the directory would get
17124           appended then overwritten by pixmap_path declarations.
17125
17126           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
17127
17128         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
17129           theme's exit function. (Patch from Peter Wainwright,
17130           bug #1454)
17131
17132         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
17133           Add a destroy() handler to take care of removing
17134           group for menu item. (Fixes bug #1197)
17135
17136         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
17137           in warning message.
17138
17139 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
17140
17141         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
17142         roundtrip to figure window's width and height, since we know that
17143         anyways from widget->allocation.
17144
17145 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
17146
17147         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
17148           the hints after we request the new size.
17149
17150 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
17151
17152         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
17153           GTK_WIDGET_REALIZED() assertion - we can compute the
17154           hints before we are realized.
17155
17156         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
17157           hint changing so that we have a value of hints_changed
17158           when we decide whether to constrain the window size.
17159
17160         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
17161
17162         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
17163         change back to G_MAXINT.
17164
17165 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
17166
17167         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
17168         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
17169         contain uncluttered values.
17170         (gtk_window_compute_hints): simply assert that window is realized
17171         and that geometry_info is valid, since we rely on this anyways.
17172         (gtk_window_constrain_size): major cleanups to the code.
17173         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
17174         for the base size, instead of the minimums. use 32767 as max width
17175         and height (like in gtkwindow.c) instead of G_MAXINT.
17176
17177 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
17178
17179         * cleaned up the GtkContainer.need_resize flag handling mess, we
17180         only need to force resize requests when we were prematurely
17181         realized, or our widget tree was modified when we were temporarily
17182         hidden. handling these cases directly upon showing the window (i.e.
17183         while the GdkWindow is still unmapped) avoids the need to wait for
17184         a configure event response and therefore makes the GUI more snappier
17185         and avoids blank windows during the roundtrip.
17186
17187         * gtk/gtkwidget.c:
17188         (gtk_widget_hide): 
17189         (gtk_widget_show): don't queue resizes on toplevels, they know how
17190         to deal with matters.
17191
17192         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
17193         flag directly for not visible resize containers and spare us unecessary
17194         signal emissions.
17195
17196         * gtk/gtkwindow.c:
17197         (gtk_window_realize): if we need to enforce premature size allocation,
17198         queue a container resize so we are correctly resized later on.
17199         (gtk_window_init):
17200         (gtk_window_size_request):
17201         don't freak around with the ->need_resize flag,
17202         gtk_container_queue_resize() will care about that.
17203         (gtk_window_show):
17204         handle initial resizing issues here, we can handle matters better in
17205         this place, especially since we know that our GdkWindow is still
17206         unmapped.
17207         (gtk_window_move_resize):
17208         don't care about ->need_resize at all.
17209         handle size changes properly that occoured while we waited for a
17210         configure event.
17211
17212 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
17213
17214         * gtk/gtkwidget.c (gtk_widget_set_uposition):
17215         * gtk/gtkwindow.[hc] (gtk_window_reposition):
17216         Move the hint setting code from gtk_widget_set_uposition
17217         to here; set the hints so that we respect any previously
17218         set geometry hints.
17219
17220         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
17221         change the window hints here or move the window here,
17222         let that happen in gtk_window_move_resize().
17223
17224 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
17225
17226         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
17227         to already queued resizes (and therefore redraws) on a widget, check
17228         its anchestry as well.
17229
17230         * gtk/gtkcontainer.c:
17231         (gtk_container_queue_resize): clear resize widgets for resize
17232         containers before aborting prematurely. this is especially important
17233         for toplevels which may need imemdiate processing or their resize
17234         handler to be queued.
17235         (gtk_container_dequeue_resize_handler): added new internal function for
17236         gtkwindow.c.
17237
17238         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
17239         configure event, take possible changes in window position into account
17240         as well.
17241         if we request a new window size, queue up a resize handler that will
17242         last until the configure event response arrives.
17243         combined the ->need_resize case (initial show) with the general size
17244         (hints) changed case and added even more comments.
17245         if !auto_shrink, only revert to the old allocation if the new size
17246         is smaller than the current allocation.
17247
17248 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
17249
17250         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
17251                            gtk_window_set_geometry_hints
17252                            gtk_window_set_default_size):
17253         When hints are set, queue a resize so that the hints will
17254         be eventually reset on the toplevel.
17255
17256         * gtk/gtkwindow.c (gtk_window_show): Use
17257         gtk_window_compute_default_size(). Clear the need_resize flag
17258         on the initail map so that we don't unnecessarily trigger the
17259         resize code.
17260
17261         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
17262         into separate functions. Compare the hints we are setting
17263         with what we set last time so that we can accurately
17264         tell when we need to reset the hints.
17265
17266         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
17267         function to figure out the size from requisition
17268         and default_size.
17269
17270         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
17271         from fvwm to constrain a size to the geometry hints.
17272
17273         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
17274         to compare two sets of geometry hints.
17275
17276         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
17277         from gtk_window_set_hints(), just compute the hints,
17278         don't set them.
17279
17280         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
17281         code from gtk_window_move_resize() to separate function,
17282         rationalize a bit.
17283
17284 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
17285
17286         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
17287         structure into a new private structure.
17288
17289         * gtkrc.c: Split GtkRcStyle into public/private.
17290         In the private part, add a list of pointers to the
17291         RcStyle lists this RcStyle participates in.
17292
17293         * gtkrc.c: When a RcStyle is free, remove all
17294         lists referencing it from the 
17295         realized_style_ht hash, and free those lists.
17296         
17297         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
17298         gtk_rc_init(), since that adds the default styles
17299         to the list of parsed RC files again.
17300
17301         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
17302         
17303 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
17304
17305         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
17306         checks that ensure that a widget's allocation is at least 1 in width
17307         and height. (GNOME note: this doesn't affect old panel code anymore,
17308         because GtkSocket will request width and height of at least 1 since
17309         Fri Jul 23).
17310
17311         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
17312         allocated yet (happens if the user realizes the window prematurely),
17313         size request and allocate it.
17314         (gtk_window_size_allocate): guard against guint underflows.
17315
17316 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
17317
17318         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
17319         in gtk_built_sources, so gtk.defs gets built prior to all other
17320         sources.
17321
17322 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
17323
17324         * gtk/Makefile.am:
17325         invoke indent on gtkmarshal.*. 
17326         rewrote source generation rules, use COPYING as oldest source tag for
17327         a piggyback rule to generate all sources from (don't touch it ;).
17328         major cleanups, strip spaces on build rules for GNU Make.
17329
17330         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
17331         source and target files from commandline arguments. don't invoke indent.
17332
17333 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
17334
17335         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
17336         notebook after switch to avoid drawing problems.
17337         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
17338         
17339         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
17340         show them instead. 
17341         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
17342
17343 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
17344
17345         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
17346         notebook after switch to avoid drawing problems.
17347         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
17348         
17349         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
17350         show them instead. 
17351         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
17352
17353 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
17354
17355         * gtk/gtkwindow.c:
17356         we use window->need_resize from configure_event now, to indicate that
17357         the gtkwindow should keep its allocation (e.g. because the user resized
17358         the window through window manager handles). resize_count is now reliably
17359         used to figure whether we got the allocation we requested from the
17360         window manager.
17361         configure events get queued as resizes now, the real stuff (size
17362         computation and allocation) now only goes on in gtk_window_move_resize().
17363         GtkWindow's requisition now contains its *real* requisition (like all
17364         other widgets), *not* taking usize into account.
17365         geometry_info->last_{width|height} is now updated from set_hints() only
17366         so it always contains the last hints we set for the window manager.
17367         made some event handlers return TRUE instead of FALSE.
17368         the overall code should be much more straight forward now, and the
17369         significant code portions are accompanied by comments now.
17370         (gtk_window_set_hints):
17371         removed requisition argument and made it
17372         fetch the requisition through gtk_widget_get_child_requisition.
17373         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
17374         does that now.
17375         (gtk_window_show):
17376         ensure that the widget is realized before calling 
17377         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
17378         ensure that we got properly size requested and allocated before
17379         realization.
17380         (gtk_window_configure_event):
17381         ignore plain window moves, or reallocate the widget tree through the
17382         resize queue otherwise.
17383         (gtk_window_move_resize):
17384         mostly rewrote this function to figure window manager hints more
17385         reliably, coalesce window moves and resizes to reduce configure events
17386         and do actuall size allocations.
17387
17388 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
17389
17390         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
17391         that have a resize pending, because a redraw is already queued for them.
17392
17393         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
17394         hack to clear resize_widgets.
17395
17396         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
17397         for resize containers prior to size allocation. (this is also a bit
17398         ugly, but avoids side effects for stopped emissions and is thus more
17399         reliable).
17400         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
17401
17402         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
17403         function from gtk_tooltips_expose, as we connect to ::expose_event
17404         *and* ::draw now.
17405
17406 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
17407
17408         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
17409         checks.
17410         (gtk_target_list_unref): Likewise.
17411
17412         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
17413
17414 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
17415
17416         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
17417         guard against division by zero. (Fixes bug #1339)
17418
17419 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
17420
17421         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
17422         Prevent the trivial leak of information of allowing
17423         word motion when the entry is not visible.
17424
17425 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
17426
17427         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
17428         modality to error dialog as well as confirmation dialogs.
17429         (Bug #1803, reported by Rosanna Wing Sze Yuen)
17430
17431 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
17432
17433         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
17434         tree->view_lines.
17435         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
17436
17437         * gtk/Makefile.am (install-data-local): Solaris apparently
17438         has various troubles with ln -f; use rm first instead.
17439         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
17440
17441 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
17442
17443         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
17444         use `cp' followed by `rm' (the `rm' was already there).
17445
17446 July 30, 1999 Elliot Lee <sopwith@redhat.com>
17447         
17448         * configure.in: Fix autoconf warnings about cross compilation by
17449         trying to provide sane defaults for AC_TRY_RUN.
17450         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
17451         put them into $(srcdir) when generated. Also add a dependency of
17452         gtksignal.h on gtkmarshal.h for -j builds. 
17453         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
17454
17455 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
17456
17457         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
17458         GDK_THREADS_{LEAVE,ENTER} pair.
17459         (From Paul Fisher <pnfisher@redhat.com>)
17460
17461 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
17462
17463         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
17464         width and height are always >0 (owen).
17465
17466 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
17467
17468         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
17469         change that assured that a widget's allocated with and height are
17470         always >1, since this breaks *buggy* panel code. unfortunately this
17471         back-breaks the gimp's color selector.
17472
17473         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
17474         allocation is always >0 in width and height, before sending the
17475         configure event; this is a *gross* hack to get the gimp back to work.
17476         
17477         * marked both cases with TODO-1.3
17478
17479 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
17480
17481         * gtk/gtktext.c: Don't display wrap indicators when
17482         text is not editable and word wrap is on.
17483
17484 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
17485
17486         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
17487         option menus here as they are not derived from menu shell, assure that
17488         the option menu has a menu we can add items to.
17489
17490 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
17491
17492         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
17493         width/height to (gint) before calculations and check against < 0 to
17494         avoid guint wraparounds.
17495
17496 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
17497
17498         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
17499         width and height is never zero. sanity check both dimensions against
17500         32767 and issue a warning if the allocation is greater than that.
17501
17502 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
17503
17504         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
17505         to g_main_pending() as well.
17506
17507 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
17508
17509         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
17510         call to g_main_iteration() - since that will regrab
17511         GTK+ lock to process events.
17512
17513 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
17514
17515         * gtk/gtkwindow.c
17516         - Regularize with the rest of GTK+ by making widget->requisition
17517           not reflect the set_usize()
17518         - Always recompute geometry hints, then check if they
17519           changed before sending them to the X server. The
17520           previous checks for changes would fail in a number
17521           of circumstances. 
17522
17523 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
17524
17525         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
17526
17527 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
17528
17529         * gtk/gtkdnd.c:
17530         - Code cleanups
17531         - Instantaneously update on modifier key presses
17532         - Allow cancellation of the drag with Escape.
17533
17534 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
17535
17536         * gtk/testgtk.c (create_handle_box): Set the policy
17537         to auto_shrink - otherwise the appearance is rather
17538         strange when flipping between horizontal and vertical.
17539
17540 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
17541
17542         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
17543         (gtk_window_set_default_size): don't change a value if it's < 0.
17544         queue a resize.
17545
17546 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
17547
17548         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
17549
17550 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
17551
17552         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
17553         add an extra "/" when concating "/" + filename.
17554         (From Matt Grossman <mattg@oz.net>)
17555
17556 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
17557
17558         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
17559         for fg_gc if we set it for drawing pixmap.
17560
17561 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
17562
17563         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
17564         
17565         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
17566         already set, call old engine's destroy function and
17567         unref the old engine.
17568
17569 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
17570
17571         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
17572
17573 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
17574
17575         * gtk/gtkaccelgroup.h: mark certain functions as internal.
17576
17577 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
17578
17579         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
17580         expand behaviour changed.
17581
17582         * gtk/gtklabel.c (gtk_label_set_pattern):
17583         (gtk_label_set_justify):
17584         (gtk_label_set_line_wrap):
17585         don't bother invoking queue_clear, the reallocation does
17586         that for us, always free_words so the upcoming resize will
17587         relayout the label's contents.
17588
17589 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
17590
17591         * applied argument implementation patches from Elena Devdariani
17592         <elena@cogent.ca>.
17593
17594         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
17595         ::space_style, ::relief
17596         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
17597         * gtk/gtkpreview.c: ::expand
17598         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
17599         * gtk/gtknotebook.c: ::homogeneous
17600         * gtk/gtklabel.c: ::wrap
17601         * gtk/gtklist.c: ::selection_mode
17602         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
17603         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
17604         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
17605         * gtk/gtkclist.c: ::sort_type
17606         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
17607         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
17608
17609 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
17610
17611         * gtk/gtkstyle.c: Removed ill-thought-out part of last
17612         comment.
17613
17614 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
17615
17616         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
17617         counting right when we have to attach a new style
17618         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
17619
17620         * gtk/gtkstyle.c: Documented the refcounting
17621         peculularities of gtk_style_attach.
17622
17623 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
17624
17625         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
17626         window types.
17627
17628         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
17629         of GTK_TOPLEVEL for creating the window.
17630
17631 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
17632
17633         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
17634         the last argument (reported by Per Winkvist).
17635         
17636 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
17637
17638         Fixes for invisible XOR lines (Frank Loemker
17639         <floemker@TechFak.Uni-Bielefeld.DE>)
17640         
17641         * gtk/gtkclist.c (gtk_clist_realize): Always use
17642         a non-zero pixel for GDK_XOR.
17643
17644         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
17645         Use GDK_INVERT instead of GDK_XOR.
17646
17647 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
17648
17649         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
17650         signals if h/voffsets differ from adjustment values.
17651         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
17652
17653 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
17654
17655         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
17656         ::selection-done emissions up to the topmost menu shell.
17657
17658 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
17659
17660         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
17661         the user data on the window before destroying it.
17662
17663         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
17664         unrealize handler to take care of destroying 
17665         notebook->panel properly. 
17666         (Bug #1198 - Morten Welinder <terra@diku.dk>)
17667
17668         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
17669         of g_new and g_realloc to stop memory leak. (Actually,
17670         we could just use g_realloc(), but I'm not 100% sure
17671         that is portable).
17672         (Bug #1196 - Morten Welinder <terra@diku.dk>)
17673
17674 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
17675
17676         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
17677
17678         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
17679         for fontsets.
17680
17681         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
17682         with bin/button confusion.
17683
17684 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
17685
17686         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
17687         and show how preselection of radio items is done.
17688
17689 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
17690
17691         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
17692         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
17693         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
17694         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
17695         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
17696         * gtk/gtktable.c (gtk_table_attach): 
17697         * gtk/gtklist.c (gtk_list_insert_items): 
17698         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
17699         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
17700         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
17701         * gtk/gtkbin.c (gtk_bin_add): 
17702         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
17703         * gtk/gtkfixed.c (gtk_fixed_put): 
17704         * gtk/gtklayout.c (gtk_layout_put):
17705         general fixups to container_add logic. always realize child if
17706         child->parent is realized, only map the child and queue a resize
17707         if child and child->parent are both visible.
17708
17709 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
17710
17711         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
17712         instead of gtk_container_foreach to walk and unrealize children, so
17713         composite children get also unrealized.
17714         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
17715         (gtk_widget_map): assert that the widget is visible (basic constrain).
17716         (gtk_widget_real_map): assert that the widget is realized (basic
17717         constrain).
17718
17719 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
17720
17721         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
17722
17723 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
17724
17725         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
17726         file for iso-8859-2 locales.
17727
17728         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
17729
17730 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
17731
17732         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
17733          (Pointed out by andy@rz.uni-karlsruhe.de and others).
17734          Remove some suspicious and useless lines. 
17735
17736 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
17737
17738         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
17739         width,height = 0, 0 to mean - here to edge of window,
17740         instead of -1, -1, since the former is all we support.
17741
17742 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
17743
17744         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
17745         when removing from quit_functions list.
17746
17747 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
17748
17749         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
17750
17751 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
17752
17753         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
17754          When redrawing characters on non-visible entry, use appropriate
17755          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
17756
17757 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
17758
17759         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
17760         from drag coordinates.
17761         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
17762         use drag_dest_cell.
17763
17764         * gtk/gtktree (drag_dest_cell)
17765         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
17766         (Bug #1129)
17767
17768 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
17769
17770         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
17771         translate_* fields.
17772         (gtk_item_factory_finalize): invoke translate_notify independant from
17773         translate_data.
17774         (gtk_item_factory_set_translate_func): likewise.
17775         (gtk_item_factory_destroy): only remove ifactory pointer from those
17776         widgets that belong to us (stupid me).
17777
17778 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
17779
17780         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
17781         rc_style list when lookup succeeeds.
17782
17783 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
17784
17785         * gtk/gtkctree.c (resync_selection): 
17786         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
17787         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
17788         bug.
17789
17790 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
17791
17792         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
17793         Add some missing GDK_THREADS_ENTER()/LEAVE around
17794         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
17795
17796 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
17797
17798         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
17799         rather than emit_by_name.
17800
17801         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
17802         on the widget across multiple signal emissions.
17803         (gtk_editable_delete_text): same here.
17804         (gtk_editable_class_init): set widget_class->activate_signal after
17805         editable_signals[ACTIVATE] has been created.
17806
17807 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
17808
17809         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
17810         position here prematurely -- we might not have the
17811         right ->min_position and ->max_position yet.
17812
17813 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
17814
17815         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
17816         Add error traps so if the other end of the connection
17817         dies, we survive.
17818
17819         * gtk/gtkselection.c (gtk_selection_notify): Clean
17820         up properly when selection property retrieval fails.
17821         
17822         * gtk/gtkselection.c (gtk_selection_request): Correctly
17823         reject SelectionRequest notifies where the handler
17824         returns no data.
17825
17826 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
17827
17828         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
17829         when we've previously highlighted.
17830
17831         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
17832         emit two "drag_leave" signals for Motif drops.
17833
17834         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
17835         back the correct status messages when dropping from
17836         Motif onto a proxy window that is rejecting the
17837         drop.
17838
17839 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
17840
17841         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
17842         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
17843         to compare two argument values. added gtk_arg_to_valueloc() to set a
17844         variable from an arg through its location (pointer).
17845
17846         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
17847         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
17848         as gfloat*, uchars are collected as guchar*, ints are collected as
17849         gint*, etc...
17850
17851 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
17852
17853         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
17854         Include <string.h> instead of <strings.h>.
17855
17856         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
17857         (actually, a lot more duplicate includes occur if
17858          you trace through the sequence of #include's)
17859         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
17860         
17861 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
17862
17863         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
17864         gtk-a-higuti-990322-[0-3]
17865
17866         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
17867         that was causing -DX_LOCALE not to work.
17868
17869         * gtk/gtkrc.c (gtk_rc_init):
17870         X_LOCALE will never have LC_MESSAGES defined
17871
17872 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
17873
17874         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
17875         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
17876
17877         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
17878         left/right as well (gtk-michael-980726-0.patch.gz).
17879
17880         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
17881         for pointer values, use gchar instead of char. fixed uline allocation
17882         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
17883         chunks instead of G_ALLOC_ONLY.
17884         (gtk_label_size_request): always alter requisition as passed and leave
17885         widget->requisition alone.
17886         (gtk_label_set_text): allow NULL strings.
17887         (gtk_label_new): likewise.
17888
17889 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
17890
17891         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
17892
17893 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
17894
17895         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
17896         *and* mapped (i.e. drawable).
17897         (gtk_bin_expose): only send exposes to drawable children.
17898
17899         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
17900         (gtk_box_expose): only send exposes to drawable children.
17901
17902         * gtk/gtkhscale.c (gtk_hscale_draw): 
17903         * gtk/gtkvscale.c (gtk_vscale_draw):
17904         hm, this is an ugly one. we first compute the size of our trough area
17905         here (window relative) and then check intersection with the draw_area
17906         which is parent relative because we're a NO_WINDOW widget, so we need
17907         to offset the trough area by allocation.x and allocation.y before the
17908         check. (this must not be done for the background area though, since
17909         that's already computed parent relative).
17910
17911 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
17912
17913         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
17914         unrealize title buttons.
17915
17916 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
17917
17918         * gtk/gtkclist.c (gtk_clist_column_title_passive)
17919         (gtk_clist_column_title_active): 
17920         only connect/disconnect to GtkWidgetClass::event to block mouse events.
17921
17922         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
17923         zero initialize event, removed superfluous gdk_window_get_pointer call
17924
17925         * gtk/gtklist.c (gtk_list_vertical_timeout)
17926         (gtk_list_horizontal_timeout): removed superfluous
17927         gdk_window_get_pointer call
17928
17929 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
17930
17931         * plugging problems reported by "Bruce Mitchener, Jr."
17932         <bruce@puremagic.com> due to a purify session.
17933
17934         * gtk/gtkstyle.c:
17935         (gtk_style_ref): 
17936         (gtk_style_unref): assert ref_count to be > 0.
17937
17938         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
17939         the requisition.
17940         (gtk_clist_set_shift): likewise.
17941
17942         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
17943         adjustments.
17944
17945         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
17946         event before sending it and set send_event to TRUE (which needs to
17947         be done for *all* synthesized events).
17948         (gtk_list_vertical_timeout): likewise.
17949
17950         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
17951         leaks.
17952
17953         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
17954         to TRUE when synthesizing events.
17955
17956 [ *** end of merges from 1.2 *** ]      
17957         
17958 1999-11-21  Tor Lillqvist  <tml@iki.fi>
17959
17960         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
17961         (or copied from gdkconfig.h.win32 on Win32, sigh).
17962
17963         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
17964
17965         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
17966
17967         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
17968
17969         * gdk/gdkconfig.h.win32: New file.
17970
17971         * gdk/win32/makefile.cygwin: Build just a static archive here.
17972
17973         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
17974         for the DLL from the static archive built above.
17975
17976         * gdk/gdk.def: Moved here from the win32 subdirectory.
17977
17978         * gdk/win32/*: Adapt for the changed private struct organisation.
17979
17980         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
17981
17982 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
17983
17984         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
17985         for wheel mice (buttons 4 and 5).
17986
17987 1999-11-18  Tor Lillqvist  <tml@iki.fi>
17988
17989         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
17990         drawables use just the pixel field in the foreground and
17991         background GdkColor of the GdkGC.
17992
17993         gdk_gc_set_{fore,back}ground() are called in the GIMP with
17994         GdkColors containing uninitialized (red,green,blue) fields, and
17995         just the pixel field filled in, and furthermore in the
17996         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
17997         It thus turns out that we really don't need to have the full
17998         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
17999         it later to have just the pixel values.
18000
18001 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
18002
18003         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
18004
18005 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
18006
18007         * docs/gtkfaq.sgml: threads example from Erik Mouw.
18008         New question on GtkLabel background colors.
18009
18010         * docs/gtk_tut.sgml:
18011           - Correct the example code callback
18012             function definitions.
18013           - Update the gtkdial example code, from Frans van Schaik.
18014           - Update setselection.c to current API.
18015
18016         * examples/Makefile examples/*/*.c: Update to code
18017         listed in tutorial.
18018
18019 1999-11-10  Tor Lillqvist  <tml@iki.fi>
18020
18021         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
18022         subrange table (from the "Developing International Software for
18023         WIndows 95 and Windows NT" book) was missing the Hangul syllable
18024         block... Get the loaded font's charset correctly.
18025
18026         (Note that this, and the other *-win32.c files, still really are
18027         the old ones, the win32 subdirectory is not ready for compilation
18028         yet after the reorg.)
18029
18030 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
18031
18032         * gtk/gtkclist.c: Fix off-by-one bug in parameter
18033         check.
18034
18035 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
18036
18037         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
18038         on results of XQueryDeviceState().
18039
18040 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
18041
18042         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
18043         we need to accesss only ->children. We need an accessor
18044         for the children.
18045
18046         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
18047         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
18048         to get rid of gdkx.h include.
18049         
18050         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
18051         and random references to 'None'.
18052
18053         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
18054         Get rid of unused #include <gdk/gdkx.h>
18055
18056         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
18057         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
18058         gdkconfig.h.
18059
18060 1999-11-08  Tor Lillqvist  <tml@iki.fi>
18061
18062         * gdk/win32/gdkdraw.c
18063         * gdk/win32/gdkfont.c
18064         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
18065         following yesterday's changes. (Unrelated to Owen's reorg.)
18066
18067 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
18068
18069         * gdk/x11/gdkinput-gxi.c: Add missing include,
18070           fix GdkWindowPrivate => GdkDrawablePrivate.
18071
18072         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
18073
18074         * gdk/x11/Makefile.am (xinput_sources): Add missing
18075         backslash to fix building with --with-xinput=none
18076
18077 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
18078
18079         Move all X specific code into the x11/ directory.
18080         Aside from shuffling things around, did the following:
18081
18082        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
18083          gdk_arg_context_* - a simple argument parsing system
18084          in the style of popt.
18085
18086        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
18087          gdk/x11/gdkprivate-x11.h:
18088          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
18089          add ->klass and ->klass_data fields. The klass_data
18090          field points to an auxilliary structure that is
18091          windowing system dependent.
18092
18093        * gdk/gdkfont.c: Make most of the measurement functions
18094          simply wrappers around gdk_text_extents().
18095
18096        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
18097          _gdk_font_strlen() function that hides the weird
18098          behavior in gtk+-1.[02] where a string is interpreted
18099          differently for 8-bit and 16-bit fonts.
18100
18101        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
18102          to store common code for synthesizing double/triple
18103          press events.
18104         
18105        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
18106          Make all the function that modify an existing GC
18107          simply wrappers around gdk_gc_set_values().
18108          
18109        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
18110          for throwing out later.
18111
18112        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
18113          GdkImagePrivate and GdkColormapPrivate to have a
18114          windowing system dependent part (GdkFontPrivateX etc.)
18115          that "derives" from the system-independent part.
18116
18117        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
18118          Got rid of the included-source-files for XInput in
18119          favor of automake conditionals. (Which didn't exist
18120          when XInput support was originally added.)
18121
18122        * gdk/gdkrgb.c: Remove the visual id from the debugging
18123          statements since that is X11 specific; print out
18124          type/depth info instead.
18125          
18126
18127 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
18128
18129         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
18130         loading duplicates of hashed fonts.
18131
18132         * gdk/gdk.c (gdk_keysym_convert_case): rename
18133         gdk_XConvertCase to gdk_keysym_convert_case, allow
18134         results to be NULL in the GTK+ style.
18135
18136         * gdk/gdkcompat.h: Started compatibility header
18137         for renames.
18138
18139 1999-11-07  Tor Lillqvist  <tml@iki.fi>
18140
18141         * gdk/win32/gdkprivate.h: New font private structures, related to
18142         fontsets.
18143
18144         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
18145         gdk_font_list_free(). On X11, will just be wrappers to
18146         XListFonts() and XFreeFontNames(). On Win32, the code previously
18147         in gtkfontsel.c is now here.
18148
18149         New function gdk_font_xlfd_create(). On X11 will get the FONT
18150         property of the font (for GDK_FONT_FONTs), or call
18151         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
18152         builds a XLFD style name from the font information in the LOGFONT
18153         struct(s).
18154
18155         New function gdk_font_xlfd_free(), which correspondingly frees the
18156         string returned by gdk_font_xlfd_create().
18157
18158         Implement fontsets on Win32. Add a function that iterates over a
18159         wide char string and calls a callback function for each substring
18160         of wide chars from the same Unicode subrange (and thus probably
18161         available in the same real font).
18162
18163         Improve the XLFD emulation a bit.
18164
18165         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
18166
18167         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
18168         Beta3, WM_IME_CHAR messages don't seem to contain the composed
18169         multi-byte char as with the Active IMM on Win9x. Oh well, handle
18170         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
18171         ImmGetCompositionStringW() to get the composed Unicode chars.
18172
18173         * gdk/win32/gdkgc.c
18174         * gdk/win32/gdkdraw.c: Changes needed because of the font private
18175         struct changes.
18176
18177         * gdk/win32/gdk.def: Add the new functions.
18178
18179 1999-11-04  Tor Lillqvist  <tml@iki.fi>
18180
18181         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
18182         get the Platform SDK to get <dimm.h>.
18183
18184         * gdk/win32/gdkevents.c: More event handling fixes and
18185         simplification. Never generate motion events with is_hint true. We
18186         used to do that on bogus grounds earlier. Windows sends
18187         WM_MOUSEMOVE messages on button events even if the mouse hasn't
18188         moved, ignore these.
18189
18190         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
18191
18192         * gdk/win32/gdkglobals.c
18193         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
18194         the TrackMouseEvent function, and use it.
18195
18196         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
18197         char before calling WideCharToMultiByte in order to get a string
18198         for the window title.
18199
18200         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
18201
18202         * gdk/win32/gdk.def: Remove obsolete functions.
18203
18204         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
18205         /nodefaultlib and /defaultlib switches.
18206
18207         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
18208
18209 1999-10-31  Tor Lillqvist  <tml@iki.fi>
18210
18211         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
18212         EuroSign).
18213
18214         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
18215         same type as GdkWChar, especially on Win32.
18216
18217         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
18218
18219         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
18220         before passing to Windows GDI for drawing etc. Convert to the
18221         system default codepage before passing to Windows as window
18222         titles.
18223
18224         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
18225         support changing input locale on the fly.
18226
18227         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
18228         on-the-fly changes. Convert incoming characters from the current
18229         codepage to Unicode (and then to a UTF-8 multi-byte string) based
18230         on the current input language. Use keysym<->Unicode mapping tables
18231         and functions borrowed from xterm sources.
18232
18233         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
18234         editions of Win9x, use the ActiveX-based Active IMM (Input Method
18235         Manager) if available. IMEs and the Active IMM are available under
18236         the disguise of Chinese, Korean and Japanese support for IE and
18237         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
18238         support is present in all editions (as long as you install it).
18239
18240         Call DispatchMessage from gdk_events_queue() (and thus
18241         gdk_WindowProc()), instead of duplicating the code in
18242         gdk_WindowProc().
18243
18244         Reworked the grab handling and propagation code, factored out
18245         duplicated code snippets into separate functions. Other cleanups,
18246         too.
18247
18248         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
18249         the <dimm.h> header describing the Active IMM.
18250
18251         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
18252         just do the same as for "single" fonts.
18253
18254         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
18255         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
18256         the new keysyms from gdkkeysyms.h.
18257
18258         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
18259         fontset, so that gtkentry uses wide characters.
18260
18261         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
18262         GTk+'s system directory "gtk+", not "gtk".
18263
18264 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
18265
18266         * docs/gtkfaq.sgml: FAQ update
18267
18268 1999-10-21  Tor Lillqvist  <tml@iki.fi>
18269
18270         * gdk/win32/gdkprivate.h: Add more font private data.
18271
18272         * gdk/win32/gdkfont.c
18273         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
18274         fonts and strings. Now works much better. You still have to
18275         have a correct font selected, though. No fontset emulation yet.
18276
18277 1999-10-19  Tor Lillqvist  <tml@iki.fi>
18278
18279         * gtk/maketypes.awk: Use G_OS_WIN32.
18280
18281         * gtk/gtk.def: Add some missing entry points. Also some non-public
18282         ones, but PyGTK porter claims to need them.
18283
18284         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
18285         built-in type generation.
18286
18287 1999-10-14  Tor Lillqvist  <tml@iki.fi>
18288
18289         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
18290         GDK_FONT_FONT fonts (which is all we have for now, we don't
18291         emulate fontsets). The X11 version uses plain XDrawString in that
18292         case, too. The string passed to gdk_draw_text_wc seems to be in
18293         fact (at least, when used by gtkentry and gtktext) either in a
18294         single-byte charset, or a DBCS. Not Unicode.
18295
18296         This fixes the problem in gtkfontsel, where even if you had
18297         selected a font with a non-Latin1 charset (windows-greek, for
18298         instance), the preview still used Latin-1 glyphs.
18299
18300         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
18301         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
18302         (gdk_font_load): Recognize the demibold etc weights, even if we
18303         don't have the corresponding constants in the headers.
18304         (gdk_font_hash_insert): Use same hash mechanism as in the X11
18305         version. Should save font resources a bit, when we don't have
18306         multiple HFONTs for the same font.
18307
18308         * gdk/win32/gdkprivate.h: Add the names field as in the X11
18309         version.
18310
18311 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
18312
18313         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
18314         X values
18315
18316 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
18317
18318         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
18319         layout support (as mentioned on
18320         http://www.jcinteractive.com/gnome-ui/software/widgets/)
18321
18322 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
18323
18324         * gtk/fnmatch.c
18325         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
18326
18327 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
18328
18329         * configure.in (ALL_LINGUAS): Added Galician (gl)
18330
18331 1999-10-05  Tor Lillqvist  <tml@iki.fi>
18332
18333         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
18334
18335         * gdk/win32/gdkcompat.c: New file, actually provide an
18336         implementation for the deprecated functions. (Just temporarily.)
18337
18338         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
18339
18340         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
18341
18342         * gdk/win32/gdk.def gtk/gtk.def: Updates.
18343
18344 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
18345
18346         * configure.in: Added "uk" to ALL_LINGUAS.
18347         
18348 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
18349
18350         * configure.in: correct checking for BeOS check
18351
18352         * gdk/gdktypes.h
18353         * gtk/fnmatch.c
18354         * gtk/gtkfilesel.c
18355         * gtk/gtkitemfactory.c
18356         * gtk/gtkmain.[ch]
18357         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
18358
18359 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
18360
18361         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
18362         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
18363         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
18364         by Bulgarian). 
18365
18366 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
18367
18368         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
18369         Fix a reference to window_private->destroyed.   
18370
18371         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
18372         (ugly) setting of an internal GdkWindow member to use
18373         a _slightly_ cleaner macro.
18374
18375         * gdk/gdkprivate.h: Split GdkWindowPrivate into
18376         GdkDrawablePrivate and GdkWindowPrivate.
18377         Add extra macros for accessing GDK_DRAWABLE_ components.
18378
18379         * *.[ch]: Massive adjustments for the above, use the
18380         new macros in a lot of places.
18381
18382 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
18383
18384         * gdk/gdktypes.h: Make GdkDrawable the base type,
18385         not GdkWindow.
18386
18387 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
18388
18389         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
18390
18391 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
18392
18393         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
18394
18395 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
18396
18397         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
18398         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
18399
18400         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
18401
18402         * docs/gtk-config.1: Now autogenerated.
18403         * docs/Changes-1.4.txt: started
18404         
18405 1999-10-03  Tor Lillqvist  <tml@iki.fi>
18406
18407         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
18408         to #ifdef also here.
18409
18410         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
18411         Owen did to the X11 backend.
18412
18413         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
18414         ScrollWindowEx when blitting inside a window, it can't be correct
18415         in the general case.
18416
18417         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
18418         WM_GETMINMAXINFO is easier.
18419
18420         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
18421         depth equal to the bitspixel value, not the visual's depth.
18422
18423         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
18424         to 24 even if the bitspixel value is 32.
18425
18426         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
18427         need to check for depth==32 when bpp==32, depth will always be 24.
18428
18429 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
18430
18431         * docs/Changes-1.4.txt: Started
18432         
18433         * gtk/Makefile.am (gdk_headers): Include all the new headers.
18434
18435         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
18436         
18437         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
18438         into C file.
18439         
18440         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
18441         header to gdkinputprivate.h.
18442
18443         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
18444         unused since before 1.2.
18445
18446 1999-09-30  Tor Lillqvist  <tml@iki.fi>
18447
18448         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
18449         expand possible hex escapes in the font family (put there by
18450         logfont_to_xlfd if the font name isn't a legal XLFD font family,
18451         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
18452         On Win32, add hex escapes here, too.
18453
18454 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
18455
18456         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
18457         to #ifdef GDK_WINDOWING_X11.
18458
18459 [ Merges from gtk-1-2 ]
18460
18461 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
18462
18463         * configure.in: fixed "GNU Make" check to pass with new make version
18464         3.77.95.
18465
18466 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
18467
18468         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
18469         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
18470         AM_PATH_GTK() macros don't get confused by the -pre1.
18471
18472 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
18473
18474         * configure.in (REBUILD): Change check for perl5
18475           to check explicitely for v >= 5.002. (5.001
18476           does not work with our scripts.)
18477
18478 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
18479
18480         * configure.in: evaluate $PERL for the perl version check. added
18481         --disable-rebuilds to give the user an option to completely disable
18482         any source autogeneration rules.
18483
18484 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
18485
18486         * configure.in: evaluate $ac_make when checking for GNU Make.
18487
18488 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
18489
18490         * docs/Makefile.am: added generation.txt.
18491
18492         * Makefile.am: require automake 1.4, build README from README.in and
18493         INSTALL from INSTALL.in in dist-hook.
18494         
18495         * README.in:
18496         * INSTALL.in: new files to autogenerate README and INSTALL from.
18497
18498         * configure.in: figure whether we have GNU Make
18499
18500         * docs/generation.txt: minor additions/corrections.
18501
18502 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
18503
18504         * docs/gtkfaq.sgml: FAQ Update
18505
18506 July 30, 1999 Elliot Lee <sopwith@redhat.com>
18507         
18508         * configure.in: Fix autoconf warnings about cross compilation by
18509         trying to provide sane defaults for AC_TRY_RUN.
18510
18511 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
18512
18513         * ltconfig
18514         * ltmain.sh: upgrade to libtool 1.3.3
18515
18516 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
18517
18518         * INSTALL: Indicate that the --with-glib= configure
18519         time flag is unsupported.
18520
18521 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
18522
18523         * docs/generation.txt: Added a file that gives
18524         documenation about the autogeneration process for
18525         various autogenerated files.
18526         
18527 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
18528
18529         * configure.in (LIBS): Look for libgmodule in the
18530         right location.
18531
18532 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
18533
18534         * docs/gtk_tut.sgml: Removed references to
18535         code examples in my directory on gtk.org as
18536         they should all be in the tutorial now.
18537
18538         * docs/gtk_tut.sgml: Added sources for dial-test
18539         and scribble-xinput programs that were previously
18540         missing.
18541
18542 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
18543
18544         * TODO: Added entry about menu keyboard navigation, removed
18545         some finished items.
18546
18547 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
18548
18549         * acinclude.m4: Standardize on func_dgettext
18550         not func_gettext, so that the checks for dgettext
18551         actually are paid attention to.
18552
18553 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
18554
18555         * configure.in (LIBS): Add $INTLLIBS into $LIBS
18556         directly, rather than repeating the checks for
18557         gettext.
18558
18559         * INSTALL: Added information about gettext and
18560         NLS support.
18561
18562         * acinclude.m4 (LIBM): Check for dgettext, not
18563         just gettext. This should hopefully fix things wrt
18564         systems with old versions of GNU gettext installed.
18565
18566 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
18567
18568         * configure.in (LIBS): Look for libgmodule in the
18569         right location.
18570
18571 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
18572
18573         * autogen.sh: add --enable-maintainer-mode
18574
18575         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
18576
18577 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
18578
18579         * docs/gtk-config.1.in:
18580           docs/Makefile.am:
18581           configure.in: gtk-config is now generated.
18582
18583         * docs/gtk-config.1: Removed, now generated.
18584
18585 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
18586
18587         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
18588         handle CreateNotify itself, still put out a debuging message for
18589         --gdk-debug=events. made the ReparentNotify debugging message more
18590         verbose.
18591         wrap xcoords translation for ConfigureEvents into an error trap,
18592         a destroy event may already be pending, and in that case, the
18593         actuall coordinate values are not at all critical.
18594
18595 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
18596
18597         * gdk/gdkcc.c: Stop leaking the color_hash all over
18598         the place. Simplify and improve the logic.
18599
18600 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
18601
18602         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
18603         for prototypes and function implementations consistent (reported
18604         by Tomas Ogren).
18605
18606 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
18607
18608         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
18609         send_event set in debugging output.
18610         (gdk_compress_exposures): default initialize the event so we don't
18611         operate on bogus values (namely send_event).
18612
18613 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
18614
18615         * gdk/gdkwindow.c: When we receive an unexpected
18616         destroy notify on one of our windows, don't just
18617         warn about it, also mark our windows as destroyed.
18618
18619 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
18620
18621         * gdk/gdkfont.c (gdk_font_hash_insert): Add
18622           name => font and name => fontset hashes. The 
18623           name => fontset hash is a _big_ win since we
18624           weren't previously caching fontsets at all and loading
18625           fontsets is expensive. The name => font hash
18626           is less of a win, but it does save us from doing
18627           repeated XQueryFont calls on the same font.
18628
18629         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
18630           list so we can remove font/fontset from hash.
18631
18632 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
18633
18634         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
18635           and slightly confusing test. [ XInternAtom (,,TRUE)
18636           will never return None ].
18637
18638 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
18639
18640         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
18641           gdk/gdkwindow.c (gdk_window_set_hints):
18642
18643         Don't omit setting the properties if flags == 0 -
18644         there may be an existing set of properties there
18645         already. (Very old bug. Would it be better to
18646         delete the property instead?)
18647
18648         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
18649           spelling error in comment.
18650
18651 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
18652
18653         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
18654           to avoid stomping over gdk_error_warnings.
18655
18656         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
18657           as (bits_per_pixel + 7) / 8. This gives the same
18658           result as before for multiples of 8, but actually
18659           a "reasonable" value for 1bit or 4bit displays.
18660
18661 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
18662
18663         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
18664         GNU Make.
18665
18666 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
18667
18668         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
18669         discarding configure events.
18670
18671 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
18672
18673         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
18674         refcount is greater than zero.
18675
18676         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
18677
18678         * gdk/gdkfont.c (gdk_font_unref): Likewise.
18679
18680         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
18681
18682         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
18683
18684 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
18685
18686         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
18687         that format 32 => sizeof(item) == 4. It really is
18688         sizeof(long).
18689
18690 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
18691
18692         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
18693         core dump at all on X IO errors, only core dump
18694         if --enable-debug for X errors.
18695
18696 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
18697
18698         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
18699         unknown window:" message. disabled ConfigureNotify discarding code,
18700         because it led to events being processed out of order.
18701
18702 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
18703
18704         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
18705
18706         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
18707         we export this function, supress error warnings and don't reset the
18708         error code in the first half of this function.
18709
18710         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
18711         code (instead of just -1) so gdk_error_trap_pop() reveals something
18712         actually informative about the error that happened.
18713
18714         * gdk/*.c:
18715         don't rely on gdk_error_code being -1 if an error occoured, but just
18716         gdk_error_code != 0.
18717
18718 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
18719
18720         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
18721         pointer *before* invoking the filter function, so we at least don't
18722         crash if a filter is removed that is currently executed. window filters
18723         *really* need to be made truely reentrant at some point.
18724
18725 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
18726
18727         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
18728         PropertyNotify debug messages.
18729
18730 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
18731         
18732         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
18733         
18734         * gdk/gdkim.c: Fix cut-and-paste errors for 
18735         x/y and PreeditAttributes/StatusAttributes.
18736
18737 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
18738
18739         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
18740         G_MAXINT to 2^16 to alleviate overflow problems in
18741         various window managers.
18742
18743 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
18744
18745         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
18746         for fontsets.
18747
18748 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
18749
18750         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
18751         Initialize size_hints.x and size_hints.y because kwm
18752         brokenly pays attention to them.
18753         (Bug #1181 -  Lars Heete <hel@admin.de>)
18754
18755 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
18756
18757         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
18758         return value of gdk_list_visuals(). 
18759         (Bug #1193 - Morten Welinder <terra@diku.dk>)
18760
18761 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
18762
18763         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
18764         XSetIMValues to (void *) when comparing to NULL, to workaround
18765         the problem of some compilers barfing since older X headers don't
18766         have the prototype for it.
18767
18768 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
18769
18770         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
18771         for pseudocolor where colormap->colors was double
18772         allocated.
18773
18774         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
18775         color value in the hash table with the pixel filled
18776         in so when we do later hash table lookups, the color
18777         value is correct.
18778         
18779 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
18780
18781         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
18782         making the call
18783
18784 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
18785
18786         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
18787         pointed out by Morten Welinder <terra@diku.dk>.
18788
18789 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
18790
18791         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
18792           default filter from the list
18793
18794 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
18795
18796         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
18797           default filter from the list
18798
18799 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
18800
18801         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
18802
18803         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
18804         g_strdup_printf instead of calcing the length separately
18805
18806 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
18807
18808         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
18809         that we don't do in many other places. (Fixing duplicate 
18810         #include of config.h)
18811
18812         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
18813         Otherwise, #ifndef XINPUT_NONE check in the latter
18814         doesn't work. (Bug #546)
18815
18816 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
18817
18818         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
18819         "None" case insensitive.
18820
18821 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
18822
18823         * gdk/gdkselection.c: 
18824         Add error traps so if the other end of the connection
18825         dies, we survive.
18826
18827 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
18828
18829         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
18830         dest_xid field into two fields - one for the window
18831         to send in messages, one to indicate the last looked
18832         up window for caching purposes. This is needed, so
18833         that Leave messages get the correct window.
18834
18835 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
18836
18837         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
18838         Fix warning created by people mucking around
18839         with the gsource API.
18840
18841         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
18842         Change mapping between GIOCondition and GdkInputCondition
18843         to match the way the Linux kernel does it. This should
18844         fix problems where closed pipes were no longer signalling
18845         GDK_INPUT_READ on systems with a native poll().
18846
18847 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
18848
18849         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
18850         explicitly for the string "None" - it is in the XPM
18851         spec and some servers treat unknown colors in odd ways
18852         (like asking the user!)
18853
18854 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
18855
18856         * gdk/gdkevents.c: made "->" into a "." of previous change so
18857         it compiles
18858
18859 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
18860
18861         * gdk/gdkevents.c (gdk_compress_exposures): Set the
18862         window field of the event structure before calling
18863         user filters.
18864
18865 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
18866
18867         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
18868         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
18869
18870 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
18871
18872         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
18873         intermediate text property - prevents major memory
18874         leak when gdk_use_mb.
18875         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
18876
18877 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
18878
18879         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
18880         gtk-a-higuti-990322-[0-3]
18881
18882         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
18883         sizeof(wchar_t) != sizeof (GdkWChar)
18884
18885         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
18886         that was causing -DX_LOCALE not to work.
18887
18888         * gtk/gtkrc.c (gtk_rc_init):
18889         X_LOCALE will never have LC_MESSAGES defined
18890
18891         * gdk/gdk.c (gdk_init_check):
18892         Remove --xim-preedit and --xim-status from argv properly.
18893
18894         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
18895         that the client window is present on the X server
18896         before we pass it to the input method.
18897
18898 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
18899
18900         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
18901         if --display is specified on the command line, than
18902         the drag window will not be created on that display.
18903         
18904 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
18905
18906         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
18907         lookups with only_if_exists == TRUE were inserting
18908         bogus values into the atom cache.
18909
18910 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
18911
18912         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
18913         then reset it to NULL.
18914
18915         * gdk/gdkcolor.c:
18916         (gdk_colors_free): 
18917         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
18918         key for g_hash_table_remove() in both functions, this prevents us
18919         from accessing possibly uninitialized portions of a GdkColor structure
18920         where we are only interested in its pixel value.
18921
18922 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
18923
18924         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
18925         font hash table, if we have a GdkFontPrivate entry for this font
18926         already, simply increment its reference count, provided by Olaf Dietsche
18927         <olaf.dietsche+list.gtk@netcologne.de>.
18928
18929 1999-09-21  Tor Lillqvist  <tml@iki.fi>
18930
18931         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
18932         just to be sure.
18933
18934         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
18935         unused variables, leftovers from the X11 version.
18936
18937         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
18938
18939         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
18940         downcase fields on X11.
18941
18942 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
18943         
18944         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
18945         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
18946
18947 1999-09-17  Tor Lillqvist  <tml@iki.fi>
18948
18949         * gdk/win32/gdk.def: Add gdk_threads_mutex.
18950
18951         * gtk/makefile.msc: Correct path to libintl.
18952
18953         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
18954         use of gint vs. int, and gint vs. gboolean in headers and
18955         definitions. Use GtkType for the *_get_type functions. Note that
18956         these changes preserve binary compatibility.
18957
18958         * gdk/gdk.c
18959         * gdk/win32/gdk.c
18960         * gdk/gdk.h: Fix inconsistencies: gint vs int.
18961
18962         * gtk/gtkmain.c
18963         * gtk/gtkclist.c
18964         * gtk/gtkmenufactory.c
18965         * gtk/gtknotebook.c
18966         * gtk/gtkwidget.c: Fix inconsistencies, also gint
18967         vs. gboolean.
18968
18969         * gtk/gtkcolorsel.[ch]
18970         * gtk/gtkcombo.[ch]
18971         * gtk/gtkdrawingarea.[ch]
18972         * gtk/gtkgamma.[ch]
18973         * gtk/gtkhandlebox.[ch]
18974         * gtk/gtkhpaned.[ch]
18975         * gtk/gtkhruler.[ch]
18976         * gtk/gtkplug.[ch]
18977         * gtk/gtkpreview.[ch]
18978         * gtk/gtkruler.[ch]
18979         * gtk/gtksocket.[ch]
18980         * gtk/gtkstatusbar.[ch]
18981         * gtk/gtktoolbar.[ch]
18982         * gtk/gtkvbbox.[ch]
18983         * gtk/gtkvpaned.[ch]
18984         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
18985         functions.
18986
18987         * gtk/gtkgamma.h: Fix bug, missing () in call of
18988         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
18989
18990 1999-09-14  Tor Lillqvist  <tml@iki.fi>
18991
18992         * gdk/gdkcolor.c (gdk_colormap_new)
18993         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
18994         colormap->colors was allocated twice.
18995
18996         * gdk/win32/gdk.c: Remove some unused stuff.
18997
18998         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
18999         colormap.
19000
19001         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
19002         * gtk/gtklabel.h (gtk_label_get_type)
19003         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
19004         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
19005         in a couple of places, not guint.
19006
19007 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
19008
19009         * configure.in,po/et.po: added Estonian language file
19010
19011 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
19012
19013         * configure.in,po/da.po: added Danish file
19014
19015 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
19016
19017         * docs/gtkfaq.sgml: Minor FAQ Update
19018
19019 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
19020
19021         * docs/gtkfaq.sgml: FAQ update
19022
19023 1999-08-27  Tor Lillqvist  <tml@iki.fi>
19024
19025         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
19026         way to get window contents continually refreshed while resizing. I
19027         didn't like the effects myself, so it's not on by default.
19028
19029         * gdk/win32/gdkprivate.h: New flag variable
19030         gdk_event_func_from_window_proc, FALSE by default.
19031
19032         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
19033         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
19034         are passed --gdk-event-func-from-window-proc.
19035
19036         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
19037         and we have am event_func, call it instead of enqueing the event.
19038
19039 1999-08-23  Tor Lillqvist  <tml@iki.fi>
19040
19041         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
19042         Kelley: Set expose_count in GdkEventExposes correctly.
19043
19044         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
19045         MULTIPLE_WINDOW_CLASSES).
19046
19047         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
19048         for bug in NT, apparently NT *does* draw the end pixel, too, in
19049         LineTo with a one-pixel pen, so we don't have to do it ourselves.
19050
19051 1999-08-21  Tor Lillqvist  <tml@iki.fi>
19052
19053         Improvements by Hans Breuer: 
19054
19055         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
19056
19057         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
19058         CS_?REDRAW flags as they cause lots of (late) redraws when "show
19059         window contents while dragging" is turned on. Allocate at least
19060         one unique class for every GdkWindowType. If support for single
19061         window-specific icons is ever needed (eg. Dialog specific), every
19062         such window should get its own class.
19063
19064 1999-08-19  Tor Lillqvist  <tml@iki.fi>
19065
19066         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
19067         error that caused crashes.
19068
19069 1999-08-17  Tor Lillqvist  <tml@iki.fi>
19070
19071         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
19072         window, use ScrollWindowEx, and call UpdateWindow. This prevents
19073         bugs when for instance part of the window was outside the
19074         display. Thanks to Philippe Colantoni for finding and fixing this.
19075
19076 1999-08-16  Tor Lillqvist  <tml@iki.fi>
19077
19078         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
19079         endpoint calculations which were totally wrong. (A little RTFMing
19080         helps a lot ;-)
19081
19082         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
19083         from a separate directory, not from gettext, because of licensing
19084         issues (we want to use the LGPL version).
19085
19086         * README.win32: Mention the intl from glibc vs from gettext issue.
19087
19088 1999-08-13  Tor Lillqvist  <tml@iki.fi>
19089
19090         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
19091         in the key event handling: Now AltGr chars work again. Also,
19092         now Alt-digits are passed up as well as Control-digits.
19093         Pass keypad plus and minus as normal plus and minus.
19094
19095 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
19096
19097         * docs/gtkfaq.sgml: FAQ Update
19098
19099 1999-07-25  Tor Lillqvist  <tml@iki.fi>
19100
19101         * README.win32
19102         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
19103         the Wintab SDK.
19104
19105         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
19106         OK, but getting closer. Guard against bogus tilt data from Wacom
19107         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
19108         enable easier building without Wintab.
19109
19110         * gdk/win32/gdkinput.h
19111         * gdk/win32/gdkevents.c 
19112         * gdk/win32/gdkwindow.c: Minor changes related related to above.
19113         
19114         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
19115         code. As we have just one visual on Win32, no sense to have it in a
19116         table, and no need for the hash table.
19117
19118         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
19119         better on white background.
19120
19121 1999-07-21  Tor Lillqvist  <tml@iki.fi>
19122
19123         * README.win32: Update gcc build instructions. Mention gettext is
19124         GPL.
19125
19126         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
19127         supported cursor size with GetSystemMetrics.
19128
19129         * gdk/win32/gdkfont.c
19130         * gtk/gtkfontsel.c: Guard against some font weight and charset
19131         symbols being undefined (in mingw32 headers).
19132
19133         * gdk/win32/makefile.cygwin
19134         * gtk/makefile.cygwin
19135         * gtk/gtkthemes.c: No longer need to have differently named
19136         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
19137
19138 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
19139
19140         * docs/gtkfaq.sgml: Long awaited FAQ update.
19141
19142 1999-07-15  Tor Lillqvist  <tml@iki.fi>
19143
19144         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
19145         it. Obscure bit manipulation needed.
19146
19147         * gdk/win32/gdkevents.c: Logging.
19148         
19149         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
19150         style (file name include compiler name) for theme engines.
19151
19152 1999-07-13  Tor Lillqvist  <tml@iki.fi>
19153
19154         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
19155
19156         * gdk/win32/gdkevents.c: Fix long-standing bug in key
19157         events. The key.string wasn't zero-terminated, still we strdup'ed
19158         it in gdk_event_copy(). Synthesize crossing events for button
19159         events before possible propagation.
19160
19161         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
19162
19163         * gdk/win32/makefile.cygwin
19164         * gtk/makefile.cygwin: Use new DLL naming style for the
19165         GCC-compiled ones.
19166
19167         * gdk/win32/makefile.msc
19168         * gtk/makefile.msc: Cosmetics mostly.
19169
19170         * gtk/gtk.def: Add missing entry points.
19171
19172         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
19173
19174 1999-07-09  Tor Lillqvist  <tml@iki.fi>
19175
19176         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
19177         or height is zero. Don't print a warning if Pie or Arc fails, they
19178         always fail (?) for very narrow ellipses.
19179
19180         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
19181         the part or the destination window corresponding to source area
19182         outside of the source drawable's boundary.
19183
19184         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
19185         anything if less than two points.
19186
19187         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
19188         return NULL. Gtk cut-and-paste inside a single program works
19189         better this way. (It always gets the clipboard contents from
19190         Windows, not from its own copy, which is cleared anyway. I can't
19191         say I fully understand what happens... Emulating the X selection
19192         and property stuff is a bit of a mess.)
19193
19194         * gdk/win32/gdkevents.c
19195         * gdk/win32/gdkproperty.c: A bit more verbose logging.
19196
19197         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
19198         that never got deleted). Revamp gdk_region_shrink.
19199
19200         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
19201         after use.
19202
19203         * gtk/gtk.def: Add some missing entry points.
19204
19205         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
19206         component.
19207
19208 1999-07-04  Tor Lillqvist  <tml@iki.fi>
19209
19210         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
19211         Control-digits specially.
19212
19213 1999-07-03  Tor Lillqvist  <tml@iki.fi>
19214
19215         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
19216
19217 1999-06-28  Tor Lillqvist  <tml@iki.fi>
19218
19219         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
19220         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
19221         finding this.)
19222
19223 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
19224
19225         * gtk+.spec.in: Corrected some typos in files section.
19226         
19227 1999-06-15  Tor Lillqvist  <tml@iki.fi>
19228
19229         * README.win32: Mention using GNU gettext.
19230         * config.h.win32: Enable NLS stuff.
19231         * gtk/makefile.msc: Use GNU gettext.
19232         * gdk/win32/gdkdnd.c: Minor header reorg.
19233         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
19234         cosmetics.
19235         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
19236         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
19237
19238 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
19239
19240         * acinclude.m4
19241         * config.guess
19242         * config.status
19243         * ltconfig
19244         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
19245
19246 1999-05-30  Tor Lillqvist  <tml@iki.fi>
19247
19248         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
19249         SafeAdjustWindowRectEx. Don't override all calls to
19250         AdjustWindowRectEx by it, but use it only in two places: When
19251         creating a new top-level window and when moving a top-level
19252         window.
19253
19254         Use screen coordinate rectangle, not client rectangle, in
19255         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
19256         when we try to place a window so that the decoration (mainly,
19257         title bar) isn't visible.
19258
19259         These changes fix the bug that showed up for instance as the
19260         GIMP's saved top-level windows moving right and down (by an amount
19261         equal to the window decoration) for each session. This bug showed
19262         up also in testgtk's "Saved Position".
19263
19264         gdk_window_resize also redone a bit.
19265
19266 1999-05-25  Tor Lillqvist  <tml@iki.fi>
19267
19268         * gtk/testgtkrc: Add (commented out) Windows-style theme
19269         include line.
19270
19271         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
19272
19273 1999-05-18  Tor Lillqvist  <tml@iki.fi>
19274
19275         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
19276         gdkx.h to a gdk subdirectory, so that applications can include
19277         these with <gdk/*.h> without trouble.
19278
19279         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
19280         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
19281         have their bitmap destroyed.
19282
19283         * gdk/win32/gdk.def: Add gdk_root_parent.
19284
19285 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
19286
19287         * configure.in
19288           gtk-config.in
19289           ltconfig
19290           ltmain.sh     
19291           gtk/Makefile.am: changes to compile nicely (with xlib) 
19292           on BeOS
19293
19294 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
19295
19296         * acinclude.m4
19297         * config.guess
19298         * config.sub
19299         * ltconfig
19300         * ltmain.sh: upgrade to libtool 1.3
19301
19302 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
19303
19304         * gtk/gtkclist.c:
19305         * gtk/gtkctree.c: merges from gtk-1-2
19306
19307 1999-04-25  Tor Lillqvist  <tml@iki.fi>
19308
19309         Support added for building using a GNU toolchain on Win32,
19310         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
19311
19312         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
19313         * config.h.win32: Changes for gcc.
19314         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
19315         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
19316         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
19317         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
19318         Protect shl stuff unavaiilable with mingw32 headers.
19319         * gdk/win32/gdkevents.c: Fix typo.
19320         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
19321         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
19322         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
19323         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
19324         the mingw32 headers.
19325         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
19326         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
19327         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
19328         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
19329         Test for NATIVE_WIN32, not _MSC_VER.
19330         * gtk/gtkmain.c: No use warning about developer version on Win32,
19331         there aren't any non-developer versions anyhow.
19332         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
19333         * gtk/makefile.msc: Use pthread from another directory. Minor other
19334         changes. 
19335
19336 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
19337
19338         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
19339           default filter from the list
19340
19341 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
19342
19343         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
19344          when gtk_widget_grab_default() is called for a widget that
19345          is not within a GtkWindow.
19346
19347 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
19348
19349         * docs/gtk_tut.sgml, examples/clist.c: use a
19350           scrolled window in the clist example. Minor
19351           tutorial fixes.
19352
19353 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
19354
19355         * docs/gtk_tut.sgml: Style check from David King
19356           <dking@youvegotmail.net>
19357
19358 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
19359
19360         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
19361         compile with unknown value of GDK_WINDOWING
19362
19363 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
19364
19365         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
19366         after the rule is fired.
19367         (install-exec-local): Install gdkconfig.h only if the contents are
19368         different from the currently installed gdkconfig.h.
19369
19370 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
19371
19372         * gdk/Makefile.am (configexecincludedir): Rename from 
19373         configincludedir so that gdkconfig.h will be installed 
19374         as part of `make install-exec'. 
19375
19376 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
19377
19378         * acinclude.m4
19379         * config.guess
19380         * config.sub
19381         * ltconfig
19382         * ltmain.sh: upgrade to libtool 1.2f
19383
19384         * autogen.sh: libtool is not required to autogen gtk+
19385
19386         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
19387         needed)
19388
19389 1999-03-18  Tor Lillqvist  <tml@iki.fi>
19390
19391         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
19392         declaring gdk variables exported/imported from the DLL. New image
19393         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
19394         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
19395         GDK_DRAG_PROTO_OLE2.
19396
19397         * gdk/gdk.h: Merge in Win32 version: Two new functions,
19398         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
19399         declared only for the Win32 version, but could be in the X11
19400         version as well. (Needed for a Xlib-less gdk_imlib.)
19401         gdk_color_hash should have only one parameter. Declare
19402         gdk_threads_mutex with GDKVAR.
19403         
19404         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
19405         just one parameter.
19406
19407         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
19408         per pixel, not bits.
19409
19410         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
19411         Fetch bpp (which means bits-per-pixel here) from another place on
19412         Win32. Accept also depth==32 (which we might get on Win32) with
19413         bpp==32.
19414
19415         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
19416         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
19417         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
19418         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
19419         in the backend-dependent directory, not in the common gdk
19420         directory.
19421
19422         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
19423         headers.
19424
19425 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
19426
19427         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
19428         want to use the Gtk+ devel version (which is true, and yes - even i am
19429         currently working with the 1.2.x branch). so everyone reading this, you
19430         probably want to issue
19431         cvs checkout -r glib-1-2 glib
19432         and
19433         cvs checkout -r gtk-1-2 gtk+
19434         as your next two comands.
19435
19436 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
19437
19438         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
19439         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
19440
19441         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
19442         file. strongly deprecated the GTK_HAVE_* macros, we provide
19443         GTK_CHECK_VERSION() for people that need to check for certain
19444         Gtk+ versions.
19445
19446         * gtk/gtkcompat.h: removed this from CVS.
19447         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
19448         idea right from the start, it just didn't seem like that back then.
19449
19450 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
19451
19452         * merges from gtk-1-2:
19453
19454 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
19455
19456         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
19457         item factory class has been created.
19458         (gtk_item_factory_parse_rc): likewise.
19459
19460         * gtk/gtkmenu.c:
19461         keep proper references for old_active_menu_item.
19462         (gtk_menu_reparent): unset the usize of the new parent,
19463         so the menu can sanely be size requested and we don't get nasty screen
19464         artefacts upon next reparentation.
19465         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
19466         enter notify. only synthesize enter notifies if the pointer really is
19467         inside the event window.
19468         (gtk_menu_popdown): use gtk_menu_shell_deselect().
19469         (gtk_menu_popup): move the background setting stuff into
19470         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
19471
19472         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
19473         gtk_menu_shell_select_item() to select the new item.
19474         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
19475         do the right thing for deselection as well.
19476
19477 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
19478
19479         * gtk/gtkwidget.[hc]:
19480         (gtk_widget_accelerators_locked): return whether a widget's accelerators
19481         are locked.
19482
19483         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
19484         existing accelerators if the widget's accelerators are locked.
19485
19486 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
19487
19488         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
19489
19490         * gtk/gtkmenu.c: truely forward key press and key release events to
19491         the menu widget from the toplevel or tearoff window. we can't simply
19492         connect to that, we need to stop further processing of the events as
19493         well.
19494
19495 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
19496
19497         * gtk/gtkmenu.c:
19498         (gtk_menu_key_press): pass event->keyval, event->state to
19499         gtk_accelerator_valid, instead of event->keyval twice.
19500         refuse to install single letter accelerators for menus that use
19501         single letter shortcuts.
19502
19503         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
19504         gtk_menu_ensure_uline_accel_group().
19505
19506         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
19507         which will always return an uline accel group, made
19508         gtk_menu_get_uline_accel_group() return NULL if the group isn't
19509         yet created.
19510
19511 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
19512
19513         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
19514
19515         * gtk/gtkclist.c (gtk_clist_column_title_passive):
19516         Leave button sensitive, trap  button_press, button_release,
19517         motion_notify, enter_notify and leave_notify events instead.
19518         (gtk_clist_column_title_active): disconnect event handler.
19519         (gtk_clist_drag_data_get): fixed memory leak. Reported by
19520         Guillaume Laurent <glaurent@worldnet.fr>
19521
19522 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
19523
19524         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
19525         width/height mixups.
19526
19527         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
19528         if needed.
19529
19530 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
19531
19532         * gtk/testgtk.c (create_item_factory): unref the item factory after
19533         window's destruction.
19534
19535         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
19536         count on the menu shell around the menu item's activation, since the
19537         signal emission may cause menu shell destruction.
19538
19539         * gtk/gtkitemfactory.c:
19540         the previous code leaked one accel group per menu. we use
19541         gtk_menu_get_uline_accel_group() now to fix that, and with that
19542         also create the underline accelerator group of the menus only if
19543         required (i.e. an underline accelerator has been specified).
19544         (gtk_item_factory_construct):
19545         (gtk_item_factory_create_item): removed code that would create an
19546         extra accel group for the menu (and leak references).
19547         (gtk_item_factory_create_item): adapted the underline accelerator
19548         installation code to properly feature gtk_menu_get_uline_accel_group().
19549
19550         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
19551         menu->accel_group, this may return NULL if the accelerator group
19552         hasn't been set yet.
19553         added gtk_menu_get_uline_accel_group() to retrive the underline
19554         accelerator group of the menu, this will be created on demand
19555         and proper care is taken about its reference count.
19556
19557         * gtk/gtkitemfactory.h:
19558         * gtk/gtkitemfactory.c:
19559         dumped the approach of keeping a widgets by action list on the
19560         factory since the factory<->widget destroy negotiation didn't work
19561         and would be hard to get going at all. instead we keep a list of
19562         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
19563         persistant throughout a program's life time).
19564         also, i removed the static const gchar *key_* variables, and made
19565         them inline strings (they weren't actually used anyways).
19566         (gtk_item_factory_add_item): update ifactory->items.
19567         (gtk_item_factory_destroy): destroy ifactory->items (and remove
19568         the item factory pointer from the remaining ifactory widgets).
19569         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
19570         list to find the widget.
19571         (gtk_item_factory_get_item): new function that works around
19572         gtk_item_factory_get_widget() limitations, this function will only
19573         return menu items, even for <Branch> entries.
19574
19575 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
19576
19577         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
19578         font hash table, if we have a GdkFontPrivate entry for this font
19579         already, simply increment its reference count, provided by Olaf Dietsche
19580         <olaf.dietsche+list.gtk@netcologne.de>.
19581
19582         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
19583         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
19584
19585 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
19586
19587         * gtk/gtkcontainer.c:
19588         (gtk_container_add_with_args):
19589         (gtk_container_addv):
19590         (gtk_container_add): before adding a child to a conatiner, make sure
19591         it is (default) constructed, this is neccessary because under certain
19592         circumstances the child will get relized and mapped immediatedly, in
19593         which case it has to be constructed already.
19594
19595 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
19596
19597         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
19598         values > 1 as TRUE also.
19599
19600 1999-03-16  Tor Lillqvist  <tml@iki.fi>
19601
19602         * README.win32: New file.
19603                 
19604         * configure.in: Check for lstat.
19605
19606         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
19607         completeness.
19608
19609         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
19610
19611         * gtk/gtk.def: Removed CRs.
19612
19613         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
19614         ..\gdk\win32).
19615
19616         * gdk/win32/makefile.msc: Correct upwards relative paths.
19617         
19618 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
19619
19620         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
19621           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
19622           it was connecting a void function to expose_event and the int
19623           returning function to the draw signal
19624
19625 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
19626
19627         * configure.in:
19628         Use correct path to libgmodule.la when ref'ing uninstalled copy
19629         of glib.  (Already in stable branch, Bug #417)
19630
19631 1999-03-15  Tor Lillqvist  <tml@iki.fi>
19632
19633         Win32 merge and general portability stuff:
19634                 
19635         * acconfig.h,configure.in: Check for <sys/time.h>.
19636
19637         * gdk/win32: New directory (actually, been there for a while).
19638         
19639         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
19640         NATIVE_WIN32, and use these. Always case fold on Win32. No
19641         backslashed escapes on native Win32.
19642
19643         * gtk/{gtk.def,makefile.msc}: New files.
19644
19645         * gtk/Makefile.am: Add above new files.
19646         
19647         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
19648         instead of <strings.h>.
19649
19650         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
19651         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
19652         <unistd.h> appropriately.
19653
19654         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
19655         Use ABS() (from <glib.h>) instead of abs().
19656         
19657         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
19658         of gtk (and thus glib) headers, so that WIN32 will be
19659         defined. With MS C, include <direct.h> for mkdir prototype.
19660
19661         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
19662         some casts, needed by MS C.
19663
19664         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
19665         implemented).
19666
19667         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
19668         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
19669         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
19670
19671         * gtk/gtkmain.h: Mark variables for export/import on Win32.
19672                 
19673         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
19674         the event is not a hint, or its window is not the slider. Needed
19675         on Win32, at least.
19676
19677         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
19678         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
19679         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
19680         a subdirectory of the Windows directory as gtk system
19681         configuration directory.
19682
19683         * gtk/gtkselection.c: No chunks on Win32.
19684
19685         * gtk/gtksocket.c: Not implemented on Win32.
19686
19687         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
19688
19689         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
19690
19691         * gtk/maketypes.awk: Declare variables with a macro that expands to
19692         necessary export/import magic in the case of Win32.
19693                 
19694         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
19695
19696 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
19697
19698         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
19699         since those were meant only for gdki18n.h.  
19700         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
19701         for widechar tests.
19702         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
19703
19704 1999-03-13  Tor Lillqvist  <tml@iki.fi>
19705
19706         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
19707         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
19708
19709         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
19710         installed) to CFLAGS.
19711
19712         * gdk/Makefile.am: Add rules for gdkconfig.h.
19713
19714         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
19715         APIs.
19716
19717         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
19718         gdkx.h anyway when compiling for X11.
19719         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
19720         general): Merge in Win32 version.
19721         
19722         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
19723         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
19724         expansion (if we don't have HAVE_PWD_H), allow for drive
19725         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
19726         included code from Craig Setera's port to Win32 (the one that uses
19727         X11, and the cygwin dll), even if it probably will be abandoned.
19728
19729         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
19730         the user entered one herself.  This way one can complete *.h and
19731         don't get matches on any .help files, for instance.
19732         
19733 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
19734
19735         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
19736         font hash table, if we have a GdkFontPrivate entry for this font
19737         already, simply increment its reference count, provided by Olaf Dietsche
19738         <olaf.dietsche+list.gtk@netcologne.de>.
19739
19740         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
19741         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
19742
19743 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
19744
19745         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
19746         the number of calls to gdk_draw_point() (and thus to X) by
19747         clipping the points by hand.
19748
19749         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
19750         the clip parameter.
19751         (gtk_handle_box_paint): Only paint the handle if the expose area
19752         intersects it.
19753
19754 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
19755
19756         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
19757
19758 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
19759
19760         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
19761         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
19762
19763 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
19764
19765         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
19766          textmode (O_TEXT) for OS/2 version.
19767
19768 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
19769
19770         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
19771         GtkSpinButton, "input" and "output", to make the output more flexible.
19772         The user has to provide a mapping between adjustment->value and the
19773         output string (and vice versa, if the spin button is editable). 
19774         See testgtk for examples.
19775
19776 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
19777
19778         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
19779         new one.
19780         
19781         * configure.in: set gtk+ version to 1.3.0.